/*  Product page */
.product-sort-top-info {
  border: 1px solid #dfdfdf;
  padding: 0px 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  & .product-left,
  .product-top-control {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
  }
  & .product-top-control {
    justify-content: flex-end;
    margin: 0 0 0 auto;
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
  }
}
.product-sidebar {
  position: sticky;
  top: 160px;
  width: 301px;
  align-self: flex-start;
  margin-bottom: 80px;
}
.pro-category-wrap {
  border: 1px solid #07b4e3;
  border-radius: 10px;
  & .shop-heading {
    font-size: 26px;
    color: var(--white);
    font-weight: bold;
    background-color: var(--theme);
    padding: 16px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
  }
}
.product-view-grid {
  & a {
    border: 1px solid #142c75;
    background-color: #eafbff;
    border-radius: 4px;
    padding: 4px 4px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
  }
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0 !important;
}
.product-view-grid {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-left: 20px;
}
.woocommerce-ordering {
  display: inline-flex;
  align-items: center;
  & label,
  select {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
  }
  & select {
    background: url(../images/svg/down-arrow.svg) no-repeat center right 5px;
    border: 0;
    padding: 10px 30px 10px 10px;
  }
}
.product-shop-wraper {
  width: calc(100% - 301px);
  padding-left: 80px;
}
.woocommerce ul.products.columns-3 {
  margin-left: -22px;
  margin-right: -22px;
  & > li.product {
    width: calc(33.33% - 44px);
    margin: 0 22px 44px;
    text-align: center;
  }
}
.divider.mb-80 {
  margin-bottom: 80px;
}
.product-main-slider {
  width: 826px;
  position: sticky;
  top: 150px;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  & .pro-slider {
    width: calc(100% - 163px);
    order: 2;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    & .img-slide {
      height: 568px;
      > img {
        border-radius: 10px;
      }
    }
  }
  & .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    background-color: #eafbff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
}
.product__slider-thmb {
  position: relative;
  order: 1;
  width: 143px;

  & .slick-slide {
    & .thumb-slide {
      border: 1px solid var(--dark-blue);
      border-radius: 10px;
      height: 122px;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      > img {
        border-radius: 15px;
      }
    }
  }
}

/*  Product detail  */
.product-detail-content {
  width: calc(100% - 827px);
  padding-left: 90px;
  & .page-header {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
    & .heading-46 {
      margin-bottom: 10px;
    }
    & .sale {
      right: 0;
      left: inherit;
    }
    & .price {
      display: block;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.2;
      color: var(--theme);
      margin: 0;
    }
  }
}
.qut-wrapper,
.product-info-size {
  & label {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
  }
  & .quantitybox {
    width: 210px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    display: inline-flex;
    margin-bottom: 30px;
  }
  & .value-button {
    width: 58px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  & .quantity {
    width: calc(100% - 120px);
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    & input {
      border: 0;
      outline: none;
      width: 100% !important;
      padding: 10px 20px !important;
      height: 100%;
      font-size: 20px !important;
      font-weight: 500;
      font-family: "Radio Canada Big";
    }
  }
}

.select_box_label {
  margin-bottom: 30px;
  & select {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-size: 18px;
    color: #2e2e2e;
    width: 100%;
    background: url(../images/svg/down-arrow.svg) no-repeat center right 15px;
    padding: 19px 20px;
  }
}
.woocommerce .product-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  & .button {
    font-size: 20px !important;
    width: 48% !important;
  }
  & .button-border {
    border: 1px solid #2e2e2e;
    background-color: var(--white);
  }
  & .btnwhishlist {
    color: #2e2e2e;
    &::before {
      position: relative;
      content: "";
      background: url(../images/svg/whishlist-icon.svg) no-repeat left center;
      left: auto;
      display: inline-block;
      width: 27px;
      height: 24px;
      margin-right: 10px;
    }
  }
}
.accordion_in .acc_head {
  font-size: 30px;
  font-family: "Roboto Condensed";
  font-weight: bold;
}
.accordion_in .acc_content p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #2e2e2e;
}
.pro-accordion {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .hide-in-desktop,
  .closemenu.desk-hide {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .product-main-slider {
    width: 750px;
  }
  .product-detail-content {
    width: calc(100% - 750px);
    padding-left: 60px;
  }
}
@media (max-width: 1439.98px) {
  .product-main-slider,
  .product-detail-content {
    width: 50%;
  }
  .product-detail-content {
    padding-left: 40px;
  }
  .accordion_in .acc_head {
    font-size: 28px;
  }
  .woocommerce ul.products.columns-3 {
    margin-left: -10px;
    margin-right: -10px;
    & > li.product {
      width: calc(33.33% - 20px);
      margin: 0 10px 40px;
    }
  }
  .product-shop-wraper {
    padding-left: 45px;
  }
  .divider.mb-80 .product-sidebar {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .product-shop-wraper {
    padding-left: 30px;
  }
  .woocommerce ul.products.columns-3 {
    & > li.product {
      width: calc(50% - 20px);
      margin: 0 10px 20px;
    }
  }
  .divider.mb-80,
  .product-sidebar {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .pro-category-wrap {
    border-radius: 0;
    & .shop-heading {
      border-radius: 0;
    }
  }
  .accordion_in .acc_head {
    font-size: 26px;
  }
  .product-main-slider,
  .product-detail-content {
    width: 100%;
  }
  .product-detail-content {
    padding-left: 0;
  }
  .product-main-slider {
    position: relative;
    top: inherit;

    & .pro-slider {
      width: 100%;
      order: 1;
      margin-bottom: 30px;
      & .img-slide {
        height: auto;
      }
    }
  }
  .divider.mb-80 {
    margin-bottom: 40px;
  }
  .product__slider-thmb {
    order: 2;
    width: 100%;
    & .slick-slide {
      margin: 0 10px;
      & .thumb-slide {
        height: auto;
      }
    }
    & .slick-prev {
      left: 0;
    }
    .slick-next {
      right: 0px;
    }
  }
  .woocommerce .product-button-wrap {
    & .button {
      font-size: 18px !important;
    }
  }
  .product-sidebar {
    position: relative;
    top: inherit;
    width: 100%;
    margin-bottom: 40px;
  }
  .product-shop-wraper {
    padding-left: 0;
    width: 100%;
  }
  .product-page.mb-80 {
    margin-bottom: 0;
  }
  .m-filtertrigger {
    border-radius: 22px;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme);
    min-width: 180px;
    color: var(--white);
  }
  .m-filtertrigger i {
    margin-left: 8px;
  }
  .mobile-slide {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #f3f2ef;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: 100vh;
    transition: 1s ease all;
    overflow: scroll;
  }
  .mobile-slide.slide {
    left: 0px;
  }
  .mobile-slide.slide .closemenu.desk-hide {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 100%;
    border-radius: 100%;
    padding: 4px 0;
    border: 1px solid var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .product-view-grid,
  .product-sort-top-info .product-left {
    display: none;
  }
  .product-sort-top-info {
    border-radius: 10px;
    & .product-top-control {
      border-right: 0;
      padding-right: 0;
      margin: 0 auto;
    }
  }
  .accordion_in .acc_head {
    font-size: 24px;
  }
  .pro-accordion {
    padding-top: 10px;
    margin-top: 40px;
  }
  .select_box_label {
    & select {
      padding: 15px 20px;
      font-size: 16px;
    }
  }
  .divider.mb-80 {
    margin-bottom: 30px;
  }
  .qut-wrapper,
  .product-info-size {
    & label {
      font-size: 18px;
    }
  }
  .woocommerce .product-button-wrap {
    & .button {
      font-size: 16px !important;
    }
  }
  .qut-wrapper,
  .product-info-size {
    & .value-button {
      width: 50px;
      height: 44px;
    }
    & .quantity {
      width: calc(100% - 100px);
    }
  }
}
@media (max-width: 576px) {
  .qut-wrapper,
  .product-info-size {
    & label {
      font-size: 16px;
    }
  }
  .product {
    & .product-info-wrap {
      padding: 15px 10px;
    }
  }
  .woocommerce ul.products.columns-3 {
    & > li.product {
      width: calc(50% - 10px);
      margin: 0 5px 10px;
    }
  }
}
