/*
Theme Name:Ankle child
Theme URI:https://tcd-theme.com/tcd092
Description:WordPressテーマ「Ankle」の子テーマ
Template:ankle_tcd092
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/



.product_loop .product_item {
  width: calc(100% / 4 - 35px);
}

.line1 > span {
  font-size: 16px;
}

.two_columns #main_col {
    max-width: none;
}


.wc-tabs-wrapper {
  display: none;
}

.p-entry-product__cart {
  display: none;
}



@media (max-width: 767px) {
  .product_loop {
    justify-content: space-around;
  }
  .index_product_list > .inner {
    width:90%;
  }
  .product_loop .product_item {
    width: calc(100% / 2 - 20px);
  }
  .swiper-wrapper {
  justify-content: space-between;
}
.recentry_viewed_products_loop .product_item,
.product_carousel .product_item {
          width: 175px;
        max-width: none;
}

.recentry_viewed_products_loop .product_item:last-of-type,
.product_carousel .product_item:last-of-type {
  width: 195px;
   max-width: none;
}
#header_slider_wrap {
        height: calc(100vh - 440px)!important;
    }
    #header_slider .item {
      background: none;
    }
}



