/* Product Image */
.allergiesStyle{
    color: red;
}
.department-mega-menu {
  display: none;
}
.product-detail-image {
  position: sticky;
  top: 166px;
}
.gallery {
  display: flex;
  padding: 0 0 16px;
  margin: 0 auto;
}
.preview {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 549px;
  height: max-content;
  margin-left: 24px;
}
.preview__link {
  display: block;
  border: 1px solid #EFEFEF;
  border-radius: 16px;
}
.preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnails {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 368px;
  overflow-y: scroll;
  gap: 4px;
  max-width: 164px;
}
.thumbnails::-webkit-scrollbar {
  width: 0;
}
.thumbnails::-webkit-scrollbar {
  scrollbar-width: 0;
}
.thumbnail__link {
  background-color: #EFEFEF;
  border-radius: 8px;
  overflow: hidden;
  width: calc(80px - 2px);
  height: 80px;
  display: block;
  border: 2px solid #EFEFEF;
  position: relative;
  cursor: pointer;
}
.thumbnail__link.active {
  border-color: #333d4c;
}
.thumbnail__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-color: #f59635;
  border-radius: 6px;
}
.fancybox__progress {
  background: #f59635;
}
.gallery-slider-wrapper {
  display: none;
}
.thumbnail__link video,
.preview__link video {
  width: 100%;
  height: auto;
  display: block;
}
.thumbnail__link video[poster] {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* Product Image End */
/* Product Info Header */
.product-info-header h1 {
  margin-bottom: 2px;
  line-height: 15px;
}
.product-detail-company {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.available-stock-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.available-stock {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #565656;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.product-detail-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.price-wrapper.price-wrapper-detail {
  gap: 10px;
}
.price-wrapper-detail .discounted-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.price-wrapper-detail .original-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.size-block > p { margin-bottom: 8px;}
.size-block p span { margin-left: 4px;}
.size-block ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.size-block-box {
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  width: 102px;
  height: 92px;
}
.size-top-block {
  padding: 7px 9px 6px;
  border-bottom: 1px solid #EFEFEF;
}
.size-top-block span { max-width: 60px;}
.size-bottom-block {
  padding: 6px 9px 6px;
}
.size-bottom-block span:first-child { line-height: 18px;}
.size-bottom-block span:last-child { line-height: 13px;}
.size-bottom-block > span:not(:last-child) { margin-bottom: 3px;}
.size-block ul li.active .size-block-box {
  border-color: #f59635;
}
.product-rating {
  line-height: 21px;
}
.review-wrapper {
  display: flex;
  align-items: center;
}
.review-wrapper p {
  border-left: 1px solid #d3d3d3;
  padding-left: 10px;
  margin-left: 10px;
}
/* Product Info Header End */
/* Product Info From */
.product-info-from label {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0 0 8px;
}
.color-radio,
.size-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.size-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 8px;
}
.size-radio {
  flex-wrap: wrap;
}
.product-info-from-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-info-favorite {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}
.product-info-favorite label {
  margin: 0;
  position: static;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-info-favorite .fav-button::before,
.product-info-favorite .fav-button::after {
  background-size: 24px;
  height: 24px;
  width: 24px;
}
/* Product Info From End */
/* Product Description */
.product-description .accordion-item {
  color: #333d4c;
  border: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.product-description .accordion-item:first-child {
  border-bottom: 1px solid #efefef;
}
.product-description .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.product-description .accordion-header {
  margin-bottom: 0;
  color: #17242a;
}
.product-description .accordion-button {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #17242a;
  transition: 0.3s;
}
.product-description .accordion-flush .accordion-item .accordion-button,
.product-description
  .accordion-flush
  .accordion-item
  .accordion-button.collapsed {
  border-radius: 0;
}
.product-description .accordion-button:not(.collapsed) {
  color: #17242a;
  background-color: #ffffff;
  box-shadow: none;
}
.product-description .accordion-button:not(.collapsed):hover {
  background-color: #ffffff;
}
.product-description .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.product-description .accordion-button::after {
  background-image: url(../images/icon-chevron.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.product-description .accordion-body {
  padding: 16px 0 0;
}
.review-block {
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.review-star-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.review-modal .modal-dialog {
  max-width: 567px;
}
.review-modal .modal-content,
.size-chart-modal .modal-content {
  border-radius: 0;
}
.review-modal .modal-header,
.size-chart-modal .modal-header {
  padding: 24px;
  border-bottom: none;
  justify-content: center;
}
.review-modal .modal-header .button-close,
.size-chart-modal .modal-header .button-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.review-modal .modal-header .button-close i,
.size-chart-modal .modal-header .button-close i {
  width: 18px;
  height: 18px;
  background: #858584;
}
.review-modal .modal-body {
  padding: 0 0 24px;
}
.review-modal .review-main {
  padding: 0 24px 0;
  max-height: calc(100% - 575px);
  overflow-y: auto;
}
.review-modal .review-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.size-chart-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Product Description End */

/* Product Detail */
.nutrition-block {
    background-color: #F6F6F6;
    border-radius: 8px;
    padding: 16px;
    max-width: max-content;
}
.nutrition-block ul {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}
.nutrition-block ul li .nutrition-block-box {
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}
.nutrition-block ul li .nutrition-block-box::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  background-color: #D3D3D3;
  width: 1px;
  height: 36px;
}
.nutrition-block ul li:last-child .nutrition-block-box {
  margin-right: 0;
  padding-right: 0;
}
.nutrition-block ul li:last-child .nutrition-block-box::before { display: none;}
.nutrition-block-box p {
  margin-bottom: 0;
}
.prodcuct-detail-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.prodcuct-detail-title p {
  margin-bottom: 0;
}
.prodcuct-info-wrapper {
  padding: 16px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}
.prodcuct-info-wrapper-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #EFEFEF;
}
.prodcuct-info-wrapper h4 {
  display: inline-block;
  margin-bottom: 0;
}
.prodcuct-daily-value {
  border-bottom: 1px solid #EFEFEF;
  padding: 8px 0;
  text-align: right;
}
.prodcuct-daily-value p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #17242A;
}
.product-ingredient-wrapper-inner {
  padding: 8px 0;
  border-bottom: 1px solid #EFEFEF;
}
.product-ingredient-wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-ingredient-wrapper-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #17242A;
  margin-bottom: 0;
}
.product-ingredient-wrapper-title p span {
  font-weight: 300;
  display: inline-block;
  margin-left: 6px;
}
.product-ingredient-value span,
.product-ingredient-nav ul li span,
.product-ingredient-nav-list ul li span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #17242A;
  margin-bottom: 0;
  display: block;
}
.product-ingredient-nav {
  padding: 2px 0 0 10px;
}
.product-ingredient-nav ul { margin-bottom: 0;}
.product-ingredient-nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.product-ingredient-nav ul li p,
.product-ingredient-nav-list ul li p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #17242A;
  margin-bottom: 0;
}
.product-ingredient-nav-list {
  padding-left: 10px;
}
.product-ingredient-nav-list li {
  position: relative;
  padding-left: 12px;
}
.product-ingredient-nav-list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #17242A;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}
.product-desc-para { margin-top: 4px;}
.product-desc-para p {
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (max-width: 1199px) {
  /* Product Image */
  .product-detail-image {
    top: 106px;
  }
  /* Product Image End */
  /* Product Info Header */
  .price-wrapper-detail .discounted-price {
    font-size: 30px;
    line-height: 38px;
  }
  .price-wrapper-detail .original-price {
    font-size: 22px;
    line-height: 34px;
  }
  /* Product Info Header End */
  /* Product Info From */
  .radio-button .product-color {
    width: 34px;
    height: 34px;
  }
  .radio-button input[type="radio"]:disabled + .product-color::after {
    height: 34px;
  }
  .radio-button .product-size {
    width: 70px;
  }
  .nutrition-block {
    max-width: 380px;
  }
  .nutrition-block ul li .nutrition-block-box {
    margin-right: 14px;
    padding-right: 14px;
  }
  /* Product Info From End */
}
@media only screen and (max-width: 991px) {
  /* Product Image */
  .product-detail-image {
    top: 82px;
  }
  .thumbnails {
    max-width: 80px;
  }
  .preview {
    margin-left: 16px;
  }
  .thumbnails {
    max-height: max-content;
  }
  /* Product Image End */
  /* Product Info Header */
  .price-wrapper-detail .discounted-price {
    font-size: 28px;
    line-height: 36px;
  }
  .price-wrapper-detail .original-price {
    font-size: 20px;
    line-height: 32px;
  }
  /* Product Info Header End */
  /* Product Info From */
  .radio-button .product-color {
    width: 30px;
    height: 30px;
  }
  .radio-button input[type="radio"]:disabled + .product-color::after {
    height: 30px;
  }
  .radio-button .product-size {
    width: 60px;
  }
  .product-info-favorite {
    width: 40px;
    height: 40px;
  }
  /* Product Info From End */
  /* Product Description */
  .product-description .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .review-modal .modal-dialog {
    max-width: 480px;
  }
  .review-modal .modal-header {
    padding: 16px;
  }
  /* Product Description End */
}
@media only screen and (max-width: 767px) {
  /* Product Image */
  .product-image-col {
    display: none;
  }
  .gallery-slider-wrapper {
    display: block;
    position: relative;
    margin-bottom: 16px;
  }
  .gallery-slider-wrapper .swiper-slide {
    height: 100%;
  }
  .gallery-slider-wrapper .button-prev {
    left: 0;
  }
  .gallery-slider-wrapper .button-next {
    right: 0;
  }
  .gallery-slider-block {
    height: 100%;
    position: relative;
  }
  .thumbnail__links {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
  }
  .thumbnail__links video {
    width: 100%;
    height: auto;
    display: block;
  }
  .thumbnail__links video[poster] {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  /* Product Image End */
  /* Product Info Header */
  .price-wrapper-detail .discounted-price {
    font-size: 26px;
    line-height: 34px;
  }
  .price-wrapper-detail .original-price {
    font-size: 18px;
    line-height: 30px;
  }
  /* Product Info Header End */
  /* Product Info From */
  .radio-button .product-size {
    padding: 6px 0;
  }
  /* Product Info From End */
  /* Product Description */
  .review-block p {
    font-size: 14px;
  }


  /* Product Description End */
}
@media only screen and (max-width: 575px) {
  /* Product Info Header */
  .product-detail-company {
    gap: 12px;
    margin-bottom: 6px;
  }
  .price-wrapper-detail .discounted-price {
    font-size: 24px;
    line-height: 32px;
  }
  .price-wrapper-detail .original-price {
    font-size: 16px;
    line-height: 28px;
  }
  .product-detail-bottom {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  /* Product Info Header End */
  /* Product Info From */
  .radio-button .product-color {
    width: 28px;
    height: 28px;
  }
  .radio-button input[type="radio"]:disabled + .product-color::after {
    height: 28px;
  }
  .radio-button .product-size {
    width: 54px;
    padding: 6px 0;
  }
  .product-info-from-bottom {
    gap: 12px;
  }
  .product-info-favorite {
    width: 36px;
    height: 36px;
  }
  .product-info-favorite .fav-button::before,
  .product-info-favorite .fav-button::after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  /* Product Info From End */
  /* Product Description */
  .product-description .accordion-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .review-modal .modal-dialog {
    max-width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }
  .review-modal .modal-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .review-modal .review-main {
    padding: 0 16px 0;
  }
  .review-modal .modal-body {
    padding: 0 0 16px;
  }
  .review-block {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  /* Product Description End */
}
@media only screen and (max-width: 480px) {
  /* Product Info Header */
  .price-wrapper-detail .discounted-price {
    font-size: 22px;
    line-height: 30px;
  }
  .price-wrapper-detail .original-price {
    line-height: 24px;
  }
  .review-wrapper p {
    padding-left: 6px;
    margin-left: 6px;
  }
  /* Product Info Header End */
  /* Product Info From */
  .radio-button .product-color {
    width: 24px;
    height: 24px;
  }
  .radio-button input[type="radio"]:disabled + .product-color::after {
    height: 24px;
  }
  .radio-button .product-size {
    width: 50px;
    padding: 4px 0;
  }
  .product-info-from-bottom {
    gap: 8px;
  }
  .counter input {
    width: 30px;
  }
  .counter-minus,
  .counter-plus {
    width: 34px;
    height: 34px;
  }
  .counter-minus i,
  .counter-plus i {
    width: 18px;
    height: 18px;
  }
  .product-info-favorite {
    width: 36px;
    height: 36px;
  }
  .product-info-favorite .fav-button::before,
  .product-info-favorite .fav-button::after {
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  /* Product Info From End */
  /* Product Description */
  .review-modal .modal-header {
    padding: 16px;
  }
  /* Product Description End */
}
@media only screen and (max-width: 400px) {
  .nutrition-block ul {
    flex-wrap: wrap;
  }
  .nutrition-block ul li {
    width: 50%;
  } 
  .nutrition-block ul li .nutrition-block-box {
    margin-right: 0;
    border: 1px solid #D3D3D3;
    padding: 4px;
  }
  .nutrition-block ul li .nutrition-block-box::before { display: none;}
  .nutrition-block ul li:nth-child(1) .nutrition-block-box,
  .nutrition-block ul li:nth-child(2) .nutrition-block-box,
  .nutrition-block ul li:nth-child(3) .nutrition-block-box {
    border-bottom: 0;
  }
  .nutrition-block ul li:nth-child(2) .nutrition-block-box,
  .nutrition-block ul li:nth-child(4) .nutrition-block-box {
    border-left: 0;
  }
}

