/* Zoom */

.img-zoom-lens {
  position: absolute;
  width: 200px;
  height: 250px;
  z-index: 3;
  background-image: url(../image/zoom-grid1.png);
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.img-zoom-result {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  border-radius: 10px;
  width: calc(100% - 24px);
  padding-top: 125%;
  z-index: 3;
  opacity: 1;
  box-shadow: 0 0 6px 1px rgb(51 51 51 / 0.5);
}

.hide_zoom .img-zoom-result,
.hide_zoom .img-zoom-lens {
  top: -999999;
  left: -999999;
  opacity: 0;
  z-index: -100;
}

.zoom_disabled .img-zoom-result,
.zoom_disabled .img-zoom-lens {
  top: -999999 !important;
  left: -999999 !important;
  opacity: 0 !important;
  z-index: -100 !important;
}

.zoom-btn {
  width: 44px;
  height: 44px;
  background-color: #2abfc9;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none;
}

#mobile-img-zoom .modal-dialog {
  max-width: unset;
}

#popup-img {
  width: 100%;
}

#mobile-img-zoom .btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

#mobile-img-zoom .modal-header {
  border: none;
}

.zoom-btn img {
  width: 24px;
  padding: 10px;
}

.zoom_info {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #546e78;
}

.pinch-zoom-container {
  min-height: 100vh;
}

/* Product start */

.product {
  margin-bottom: 40px;
}

.product_page h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

/* Product info gallery */

.product-info .product-info-gallery {
  margin-top: 24px;
}

.product-info .gallery_row {
  display: flex;
  flex-direction: column;
}

.product-info .gallery_items {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  padding-top: 16px;
}

.product-info .gallery_item {
  cursor: pointer;
  position: relative;
  width: calc((100% - (4 * 8px)) / 5);
}

.product-info .gallery_item.active_img:before,
.product-info .gallery_item:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px #13227c;
  pointer-events: none;
}

.product-info .small-image {
  text-align: center;
}

.product-info .main-image,
.product-info .small-image {
  background: #fafaff;
  overflow: hidden;
}

.product-info .desktop_box_left .img_use_box {
  display: flex;
  flex-direction: column;
}

.product-info .main-image {
  position: relative;
}

.product-info .label-wrapper {
  top: 12px;
  left: 0;
}

.product-info .sales {
  gap: 0 4px;
  margin-bottom: 4px;
}

.product-info .labels {
  margin-bottom: 4px;
}

.product-info .badges {
  margin-left: 4px;
}

.product-info .sale_box {
  width: 52px;
  height: 22px;
  font-size: 12px;
  line-height: 18px;
}

.product-info .new_box,
.product-info .popular_box {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 18px;
}

.product-info .use_instructions {
  margin-top: 8px;
  background: #fafaff;
  display: flex;
  justify-content: center;
  padding: 12px;
  gap: 0 12px;
}

.product-info .use_instructions .instruction {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.product-info .use_instructions .instruction .dosage_icon {
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  background: #fff;
  border: 2px solid #e8eaf6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info .use_instructions .instruction p {
  font-size: 12px;
  line-height: 18px;
  color: #595959;
}

.product-info .use_instructions .instruction b {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
}

/* Product info content */

.product-info .product-info-content {
  padding-top: 40px;
}

.product-info .product_title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 4px;
}

.product-info .product_content_text p {
  font-size: 14px;
  line-height: 21px;
  color: #595959;
  margin-bottom: 0;
}

.product-info .product_content_text b {
  color: #333333;
}

.product-info .p_actions {
  margin-top: 8px;
  display: flex;
  gap: 0 4px;
}

.product-info .p_actions span {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
}

.product-info .p_actions .action_timer {
  display: none;
}

.product-info .advantages {
  margin-top: 12px;
}

.product-info .advantages ul li {
  margin-bottom: 2px;
}

.product-info .product_price,
.product-info .product_price_action {
  margin-top: 24px;
}

.product-info .product_price_second {
  margin-top: 4px;
}

.product-info .product_price_action,
.product-info .product_price_second {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
}

.product-info .product_price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.product-info .price-new {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

.product-info .price-old {
  font-size: 16px;
  line-height: 27px;
  color: #595959;
  text-decoration: line-through;
}

.product-info .per_day_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-info .price-per-day {
  font-size: 14px;
  line-height: 21px;
}

.product-info .product-number,
.product-info .best-price {
  font-size: 12px;
  line-height: 1.5;
  color: #595959;
}

/* Product info wrap */

.product-info .product_info_wrap {
  margin-top: 14px;
}

/* Product notify when available */

.product-info #NotifyWhenAvailableForm p {
  margin: 0;
}

.product-info #NotifyWhenAvailableForm .NWA_form .form-control {
  padding: 13px 16px;
  border-color: #13227c;
}

.product-info #NotifyWhenAvailableForm .NWA_form .form-control:focus {
  border-color: #13227c;
}

.product-info #NotifyWhenAvailableForm .NWA_form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-info #NotifyWhenAvailableForm .NWA_form .notify_btn {
  width: 100%;
}

.product-info #NotifyWhenAvailableForm .NWA_form #NotifyWhenAvailableSuccess {
  display: none;
  width: 100%;
}

/* Product info discount boxes */

.product-info .discount-boxes {
  display: flex;
  gap: 0 4px;
}

.product-info .discount_box {
  flex: 1;
  border: 1px solid #e8eaf6;
}

.product-info .discount_box:hover {
  border: 1px solid #13227c;
}

.product-info .discount_box.selected_box {
  border: 1px solid #13227c;
  background-color: #fafaff;
}

.product-info .discount_checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info .discount_checkbox input {
  visibility: hidden;
  position: absolute;
}

.product-info .discount_checkbox .per_item_price {
  position: absolute;
  bottom: 0;
  background: #ead7d1;
  width: 100%;
  text-align: center;
  padding: 3.5px;
  font-size: 12px;
  line-height: 17.5px;
  font-weight: 600;
  color: #13227c;
}

.product-info .discount_checkbox .checkbox_input {
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #e8eaf6;
  background-color: #fff;
  top: 8px;
  right: 8px;
}

.product-info .selected_box .discount_checkbox .checkbox_input {
  border: 1px solid #13227c;
}

.product-info .discount_checkbox .checkbox_input:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-info .discount_checkbox:hover .checkbox_input:after {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9197 5.16919C16.2865 5.44718 16.3585 5.96989 16.0805 6.33668L9.76472 14.67C9.61062 14.8733 9.37187 14.9949 9.11679 14.9998C8.86171 15.0048 8.61841 14.8927 8.45652 14.6955L4.77231 10.2083C4.48026 9.85259 4.53186 9.32748 4.88756 9.03543C5.24326 8.74338 5.76837 8.79498 6.06042 9.15068L9.0744 12.8216L14.7522 5.32998C15.0302 4.96319 15.5529 4.8912 15.9197 5.16919Z' fill='%23E8EAF6'/%3E%3C/svg%3E%0A") no-repeat center center / cover;
}

.product-info .discount_checkbox input:checked+.checkbox_input:after {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%2313227C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9197 5.16924C16.2865 5.44723 16.3585 5.96993 16.0805 6.33673L9.76472 14.6701C9.61062 14.8734 9.37187 14.9949 9.11679 14.9999C8.86171 15.0049 8.61841 14.8927 8.45652 14.6955L4.77231 10.2083C4.48026 9.85263 4.53186 9.32753 4.88756 9.03548C5.24326 8.74342 5.76837 8.79502 6.06042 9.15073L9.0744 12.8216L14.7522 5.33003C15.0302 4.96323 15.5529 4.89125 15.9197 5.16924Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center / cover;
}

.product-info .quantity-gift {
  position: relative;
  margin-top: 8px;
  padding: 16px 56px 16px 12px;
  border: 1px solid #eee;
  transition: all 0.25s ease;
  display: flex;
  gap: 0 12px;
}

.product-info .quantity-gift.active,
.product-info .quantity-gift.always-active {
  border: 1px solid #13227c;
  background-color: #fafaff;
}

.product-info .quantity-gift-image {
  flex-shrink: 0;
  width: 64px;
}

.product-info .quantity-gift .gift-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #13227c;
  text-transform: uppercase;
  border-bottom: 1px solid #e8eaf6;
  padding-bottom: 8px;
}

.product-info .quantity-gift .gift-name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 8px;
}

.product-info .quantity-gift .text-auto-add {
  font-size: 12px;
  line-height: 1.5;
  color: #595959;
  margin-top: 16px;
}

.product-info .quantity-gift .gift-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #fafaff;
  border-radius: 50%;
  padding: 8px;
  transition: all 0.25s ease;
}

.product-info .quantity-gift.active .gift-icon,
.product-info .quantity-gift.always-active .gift-icon {
  background: #ead7d1;
}

.product-info .quantity-gift .gift-icon .icon:after {
  width: 16px;
  height: 16px;
}

.product-info .discount-selection {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

.product-info .discount-selection p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  color: #595959;
}

.product-info .discount-selection b {
  color: #333333;
}

.product-info .discount-selection #selected-discount-full-price {
  text-decoration: line-through;
}

.product-info .discount-selection .discount-price {
  display: none;
}

/* Product info add to cart */

.product-info .add-to-cart {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.product-info .cart-buttons {
  width: 100%;
}

.product-info .quantity_button.minus .quantity_btn_bg {
  margin-left: 12px;
}

.product-info .quantity_button.plus .quantity_btn_bg {
  margin-right: 12px;
}

.product-info .quantity_button:disabled .quantity_btn_bg:hover {
  background: transparent;
}

.product-info .cart-submit {
  width: 100%;
  flex: 0 0 auto;
}

.product-info .cart-submit .add_btn {
  width: 100%;
}

/* Product info action box */

.product-info .action_box {
  margin-top: 16px;
  padding: 16px;
  background: #ffd3ac;
  position: relative;
  overflow: hidden;
}

.product-info .action_box .action_box_content {
  position: relative;
  z-index: 1;
}

.product-info .action_box .action_box_header {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
}

.product-info .action_box .action_box_text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.product-info .action_box .action_box_checkbox {
  margin-top: 12px;
}

.product-info .action_box .action_box_checkbox .coupon_checkbox input {
  display: none;
}

.product-info
  .action_box
  .action_box_checkbox
  .coupon_checkbox
  .checkbox_input {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.product-info
  .action_box
  .action_box_checkbox
  .coupon_checkbox
  input:checked
  + .checkbox_input::before {
  width: 20px;
  height: 20px;
}

.product-info .action_box .action_box_checkbox .coupon_checkbox span {
  font-weight: 600;
}

.product-info
  .action_box
  .action_box_checkbox
  .coupon_checkbox
  .checkbox_label_text {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.product-info .action_box .action_box_icon {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0.93);
}

/* Product info stock information */

.product-info .stock-information {
  border-top: 1px solid #e8eaf6;
  border-bottom: 1px solid #e8eaf6;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

.product-info.out-of-stock .stock-information {
  border-top: 0;
  padding-top: 0;
  margin-top: 24px;
}

.product-info .stock-information ul li {
  margin-bottom: 2px;
}

.product-info .shipping_text_highlight {
  cursor: pointer;
  color: #fa9f2f;
  text-decoration: underline;
  white-space: nowrap;
}

/* Product info offers */

.product-info .product_offers {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px 0;
}

.product-info .product_offers .offer {
  cursor: pointer;
  width: 100%;
}

.product-info .product_offers .offer .offer-wrapper {
  background: #fafaff;
  height: 100%;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.product-info .product_offers .offers_title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: underline;
  color: #333333;
  margin-bottom: 0;
}

.product-info .product_offers .offers_title:hover {
  text-decoration: none;
  color: #13227c;
}

.product-info .product_offers .offers_content {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  text-decoration: underline;
}

.product-info .product_offers .all-payments {
  margin-top: 3px;
}

/* Product top banner */

.top-banner {
  background-color: #95bf99;
}

.top-banner .banner-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner .banner-img img {
  aspect-ratio: 1.25/1;
}

.top-banner .banner-content-inner {
  padding: 8px 24px 24px 24px;
}

.top-banner .banner-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.top-banner .banner-content-inner h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 4px;
}

.top-banner .banner-content-inner p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

/* Product facts */

.product-facts {
  background-color: #fafaff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.product-facts .product-facts-wrapper {
  /* gap: 0 24px; */
  justify-content: space-between;
}

.product-facts .product-fact {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  flex: 1;
}

.product-facts .product-fact .product-fact-img {
  min-width: 56px;
  min-height: 56px;
}

.product-facts .product-fact .product-fact-text {
  text-align: center;
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 600;
  margin-top: 8px;
}

/* Product longer descriptions */

.longer-product-description {
  margin-top: 40px;
}

.longer-product-description .product-description-row,
.longer-product-description .product-description-row-2 {
  margin-left: -16px;
  margin-right: -16px;
}

.longer-product-description .product-description-content-wrapper,
.longer-product-description .product-description-content-wrapper-2 {
  padding: 0 16px;
}

.longer-product-description .product-description-content ul {
  margin-top: -8px;
}

.longer-product-description .product-description-content h3 + ul {
  margin-top: 0;
}

.longer-product-description .product-description-content ul + p,
.longer-product-description .product-description-content ul + h3 {
  margin-top: 16px;
}

.longer-product-description .product-description-image-wrapper {
  padding: 0;
  margin-top: 40px;
}

.longer-product-description .product-description-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

/* Product dosage infos */

.dosage-infos {
  background-color: #fafaff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dosage-infos-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 26px;
  padding-right: 26px;
}

.dosage-info .dosage-info-title {
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 600;
  color: #13227c;
  margin-bottom: 2px;
}

.dosage-info .dosage-info-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #595959;
  text-transform: uppercase;
}

/* Product advantages */

.product-advantages {
  margin-top: 40px;
}

.product-advantages .product-advantages-row {
  margin-left: -16px;
  margin-right: -16px;
}

.product-advantages .product-advantages-content-wrapper {
  padding: 0 16px;
}

.product-advantages .product-advantages-image-wrapper {
  padding: 0;
  margin-top: 40px;
}

.product-advantages .product-advantages-content {
  display: flex;
  gap: 24px 0;
  flex-direction: column;
}

.product-advantages .product-advantages-content h3 {
  margin-bottom: 0;
}

.product-advantages .product-advantage {
  display: flex;
  gap: 0 24px;
  align-items: center;
}

.product-advantages .product-advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #e8eaf6;
  border-radius: 50%;
  flex-shrink: 0;
  height: 56px;
  width: 56px;
}

.product-advantages .product-advantage-icon img {
  width: 32px;
  height: 32px;
}

.product-advantages .product-advantage-text h4 {
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 600;
  margin-bottom: 2px;
}

.product-advantages .product-advantage-text p {
  color: #595959;
}

.product-advantages .product-advantages-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

/* Product package text */

.package-text {
  margin-top: 40px;
}

.package-text .package-text-row {
  align-items: center;
}

.package-text .package-text-image {
  /* padding-right: 32px; */
  text-align: center;
}

.package-text .package-text-image img {
  width: 60vw;
}

/* Product accordion tabs */

.accordion-tabs {
  margin-top: 26px;
}

.accordion-tabs .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #e8eaf6;
  gap: 0 92px;
  position: relative;
}

.accordion-tabs .nav-tabs .nav-link {
  border: 0;
  padding: 0;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #949494;
  transition: color 0.25s ease;
}

.accordion-tabs .nav-tabs .nav-link.active,
.accordion-tabs .nav-tabs .nav-link:hover {
  color: #13227c;
}

.accordion-tabs .tab-content {
  border: 0;
  color: #333;
  margin-bottom: 0;
  padding: 0;
}

.accordion-tabs .tab-content .tab-pane {
  border: 0;
}

.accordion-tabs .slider {
  height: 2px;
  background-color: #13227c;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  transition: none;
  bottom: -2px;
}

.accordion-tabs .accordion-button {
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  background: #fafaff;
  padding: 18.5px 8px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e8eaf6;
}

.accordion-tabs .accordion-button:after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.52876 5.52851C3.78911 5.26816 4.21122 5.26816 4.47157 5.52851L8.00016 9.05711L11.5288 5.52851C11.7891 5.26816 12.2112 5.26816 12.4716 5.52851C12.7319 5.78886 12.7319 6.21097 12.4716 6.47132L8.51871 10.4242C8.23232 10.7106 7.768 10.7106 7.48162 10.4242L3.52876 6.47132C3.26841 6.21097 3.26841 5.78886 3.52876 5.52851Z' fill='%23333333'/%3E%3C/svg%3E%0A")
    no-repeat center center / cover !important;
}

.accordion-tabs .accordion-button.collapsed {
  background: #fff;
}

.accordion-tabs .accordion-collapse .accordion-content {
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaf6;
}

.accordion-tabs .accordion-collapse .accordion-content table {
  margin-bottom: 8px;
  border-color: #e8eaf6;
}

.accordion-tabs .accordion-collapse .accordion-content table + p,
.accordion-tabs .accordion-collapse .accordion-content .table-responsive + p {
  font-size: 14px;
  line-height: 21px;
  padding: 0;
}

.accordion-tabs .use_instructions {
  background: #fafaff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px;
  gap: 16px 0;
  margin-bottom: 24px;
}

.accordion-tabs .use_instructions .instruction {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.accordion-tabs .use_instructions .instruction .dosage_icon {
  border-radius: 50%;
  min-width: 48px;
  min-height: 48px;
  background: #fff;
  border: 2px solid #e8eaf6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-tabs .use_instructions .instruction p {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}

.accordion-tabs .use_instructions .instruction b {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

/* Product bottom banner */

.bottom-banner {
  margin-top: 40px;
}

.bottom-banner .bottom-banner-image img {
  object-fit: cover;
  max-width: 100%;
  height: 300px;
}

/* Product groups */

.product_page .product-group {
  margin-top: 40px;
}

/* Product sticky price */

.sticky_price_container {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #ecf3f6;
}

.sticky_price_container .sticky-price .sticky-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.sticky_price_container .sticky-price .sticky_price_holder .price-new {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
}

.sticky_price_container .sticky-price .sticky_price_holder .price-old {
  font-size: 12px;
  line-height: 18px;
  color: #595959;
  text-decoration: line-through;
}

.sticky_price_container .sticky-price .sticky-price-buttons {
  display: flex;
  gap: 0 8px;
}

.sticky_price_container .sticky-price .cart-buttons {
  width: 140px;
}

.sticky_price_container .sticky-price .quantity_button.minus .quantity_btn_bg {
  margin-left: 8px;
}

.sticky_price_container .sticky-price .quantity_button.plus .quantity_btn_bg {
  margin-right: 8px;
}

.sticky_price_container .sticky-price .sticky-btn-mobile {
  background: #13227c;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

/* Product end */

/* Footer */

.product_page .hw-footer-bottom {
  padding-bottom: 80px;
}

/* Bootstrap sm - Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  /* Product sm start */

  /* Product facts sm */

  .product-facts .product-facts-wrapper {
    justify-content: space-around;
  }

  /* Product sm end */
}

/* Bootstrap md - Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  /* Product md start */

  .product {
    margin-bottom: 48px;
  }

  /* Product info gallery md */

  .product-info {
    display: flex;
    gap: 0 24px;
  }

  .product-info .product-info-gallery {
    margin-top: 0;
    width: 46.666666666666664%;
    flex: 0 0 auto;
  }

  .product-info .img-magnifier-container {
    display: flex;
    justify-content: center;
  }

  .product-info .gallery_row.is-sticky {
    position: sticky;
    top: 120px;
  }

  .product-info .label-wrapper {
    top: 16px;
  }

  .product-info .sale_box {
    width: 60px;
    height: 29px;
    font-size: 14px;
    line-height: 21px;
  }

  .product-info .new_box,
  .product-info .popular_box {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .product-info .use_instructions {
    padding: 20px 12px;
    gap: 0 20px;
  }

  .product-info .use_instructions .instruction p {
    font-size: 14px;
    line-height: 21px;
  }

  .product-info .use_instructions .instruction b {
    font-size: 16px;
    line-height: 24px;
  }

  .product-info .badges {
    margin-left: 8px;
    margin-top: 8px;
  }

  .product-info .badges img {
    width: 43px;
    height: 56px;
  }

  .product-info .label-wrapper *:first-child {
    margin-top: 0px;
  }

  /* Product info discount boxes md */

  .product-info .discount_checkbox img {
    max-width: 100px;
  }

  .product-info .discount-selection p {
    font-size: 14px;
  }

  .product-info .discount-selection #selected-discount-full-price {
    font-size: 12px;
    line-height: 18px;
  }

  /* Product info content md */

  .product-info .product-info-content {
    padding-top: 0;
  }

  .product-info .p_actions span {
    padding: 4px 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-info .descriptive-sentence {
    margin-top: 24px;
  }

  /* Product notify when available form md */

  .product-info #NotifyWhenAvailableForm .NWA_form {
    margin-top: 24px;
  }

  /* Product info stock information md */

  .product-info .stock-information {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* Product top banner md */

  .top-banner .top-banner-wrapper {
    display: flex;
    height: 300px;
  }

  .top-banner .banner-img img {
    max-width: 375px;
    max-height: 300px;
  }

  .top-banner .banner-img,
  .top-banner .banner-content {
    width: 50%;
    flex: 0 0 auto;
  }

  .top-banner .banner-content-inner {
    padding: 0 8px 0 56px;
  }

  .top-banner .banner-content-inner h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
  }

  /* Product facts md */

  /* .product-facts .product-facts-wrapper {
    justify-content: space-between;
    gap: 0;
  } */

  /* Product longer descriptions md */

  .longer-product-description {
    margin-top: 48px;
  }

  .longer-product-description .product-description-row,
  .longer-product-description .product-description-row-2 {
    margin-left: -24px;
    margin-right: -24px;
  }

  .longer-product-description .product-description-content-wrapper,
  .longer-product-description .product-description-content-wrapper-2 {
    padding: 0 24px;
  }

  .longer-product-description .product-description-image-wrapper {
    margin-top: 48px;
  }

  .longer-product-description .product-description-image {
    height: 500px;
  }

  /* Product advantages md */

  .product-advantages {
    margin-top: 48px;
  }

  .product-advantages .product-advantages-row {
    margin-left: -24px;
    margin-right: -24px;
  }

  .product-advantages .product-advantages-content-wrapper {
    padding: 0 24px;
  }

  .product-advantages .product-advantages-image-wrapper {
    margin-top: 48px;
  }

  .product-advantages .product-advantages-image {
    height: 500px;
  }

  /* Product testimonial slider md */

  .product_page .testimonial-slider {
    margin-top: 56px;
  }

  /* Product accordion tabs md */

  .accordion-tabs {
    margin-top: 72px;
  }

  .accordion-tabs .accordion-collapse .accordion-content {
    padding-top: 32px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .accordion-tabs .use_instructions {
    flex-direction: row;
    gap: 0 80px;
  }

  /* Product bottom banner md */

  .bottom-banner {
    margin-top: 72px;
  }

  /* Product groups md */

  .product_page .product-group {
    margin-top: 48px;
  }

  /* Product sticky price md */

  .sticky_price_container .sticky-price .sticky_price_holder {
    display: flex;
    gap: 0 8px;
    align-items: baseline;
  }

  .sticky_price_container .sticky-price .sticky_price_holder .price-new {
    font-size: 22px;
    line-height: 27.5px;
  }

  .sticky_price_container .sticky-price .sticky_price_holder .price-old {
    font-size: 14px;
    line-height: 21px;
  }

  .sticky_price_container .sticky-price .sticky-btn {
    padding: 12px 73.5px;
  }

  /* Product md end */
}

/* Bootstrap lg - Large devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  /* Product lg start */

  .product {
    margin-bottom: 80px;
  }

  /* Product info gallery lg */

  .product-info {
    gap: 0 40px;
  }

  .product-info .product-info-gallery {
    width: 49.09090909090909%;
  }

  .product-info .desktop_box_left {
    width: 82.71604938271605%;
    flex: 0 0 auto;
  }

  .product-info .desktop_box_left:not(.secondaryImg) .img_use_box,
  .product-info .desktop_box_left:not(.secondaryImg) .img-magnifier-container {
    aspect-ratio: 1/1;
  }

  .product-info .desktop_box_left:not(.secondaryImg) .main-image {
    display: flex;
    justify-content: center;
    flex: 1;
  }

  .product-info .gallery_row {
    flex-direction: row;
    gap: 0 24px;
  }

  .product-info .gallery_row.is-sticky {
    top: 145px;
  }

  .product-info .gallery_items {
    flex-direction: column;
    gap: 20px 0;
    padding-top: 8px;
  }

  .product-info .gallery_item {
    width: 100%;
  }

  .product-info .use_instructions {
    padding: 16px;
    gap: 0 30px;
  }

  .product-info .secondaryImg .use_instructions {
    display: none;
  }

  .product-info .use_instructions .instruction {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }

  .product-info .use_instructions .instruction .dosage_icon {
    min-width: 48px;
    min-height: 48px;
  }

  .product-info .use_instructions .instruction p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-info .use_instructions .instruction b {
    font-size: 18px;
    line-height: 27px;
  }

  /* Product info content lg */

  .product-info .product-info-content {
    padding-top: 16px;
  }

  .product-info .product_title {
    font-size: 32px;
    line-height: 40px;
  }

  .product-info .product_content_text {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }

  .product-info .advantages ul li {
    margin-bottom: 4px;
  }

  .product-info .product_content_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-info .price-new {
    font-size: 32px;
    line-height: 40px;
  }

  .product-info .price-old {
    font-size: 18px;
    line-height: 27px;
  }

  .product-info .price-per-day {
    font-size: 16px;
    line-height: 24px;
  }

  /* Product info wrap lg */

  .product-info .product_info_wrap {
    margin-top: 16px;
  }

  /* Product notify when available form lg */

  .product-info #NotifyWhenAvailableForm .NWA_form {
    flex-direction: row;
  }

  .product-info #NotifyWhenAvailableForm .NWA_form .form-floating-label {
    flex-grow: 1;
  }

  .product-info #NotifyWhenAvailableForm .NWA_form .notify_btn {
    flex-shrink: 0;
    flex-basis: auto;
    padding: 16px 24px;
    width: auto;
  }

  /* Product info add to cart lg */

  .product-info .add-to-cart {
    flex-direction: row;
    gap: 0 16px;
  }

  .product-info .quantity_button.minus .quantity_btn_bg {
    margin-left: 8px;
  }

  .product-info .quantity_button.plus .quantity_btn_bg {
    margin-right: 8px;
  }

  .product-info .cart-submit {
    width: 76.26582278481013%;
    flex: 0 0 auto;
  }

  /* Product info action box lg */

  .product-info .action_box {
    margin-top: 24px;
    padding: 16px 24px;
  }

  .product-info .action_box .action_box_icon {
    right: -18px;
  }

  /* Product info stock information lg */

  .product-info .stock-information {
    margin-top: 32px;
  }

  .product-info .stock-information ul li {
    margin-bottom: 4px;
  }

  /* Product info offers lg */

  .product-info .product_offers {
    margin-top: 32px;
    gap: 8px;
    flex-direction: row;
  }

  .product-info .product_offers .offer {
    width: calc((100% - 8px) / 2);
  }

  .product-info .product_offers .offer .offer-wrapper {
    padding: 18px 16px;
  }

  .product-info .product_offers .offers_content {
    font-size: 14px;
    line-height: 21px;
    color: #595959;
    text-decoration: none;
  }

  .product-info .product_offers .all-payments {
    margin-top: 3px;
  }

  /* Product top banner lg */

  .top-banner .top-banner-wrapper {
    height: 400px;
  }

  .top-banner .banner-img img {
    max-width: 500px;
    max-height: 400px;
  }

  .top-banner .banner-content-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .top-banner .banner-content-inner p {
    font-size: 18px;
    line-height: 27px;
  }

  /* Product facts lg */

  /* .product-facts .product-facts-wrapper {
    justify-content: space-evenly;
  } */

  .product-facts .product-fact {
    max-width: 160px;
    min-width: 160px;
  }

  .product-facts .product-fact .product-fact-img {
    min-width: 72px;
    min-height: 72px;
  }

  /* Product longer descriptions lg */

  .longer-product-description {
    margin-top: 80px;
  }

  .longer-product-description .product-description-content-wrapper {
    padding: 24px 48px 24px 10px;
    display: flex;
    align-items: center;
  }

  .longer-product-description .product-description-content-wrapper-2 {
    padding: 24px 10px 24px 48px;
    display: flex;
    align-items: center;
  }

  .longer-product-description .product-description-row {
    margin-left: initial;
  }

  .longer-product-description .product-description-row-2 {
    margin-right: initial;
  }

  .longer-product-description .product-description-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .longer-product-description .product-description-image-wrapper {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
  }

  .longer-product-description .product-description-content ul {
    margin-top: -24px;
  }

  .longer-product-description .product-description-content h3,
  .longer-product-description .product-description-content p {
    margin-bottom: 32px;
  }

  .longer-product-description .product-description-content p:last-child {
    margin-bottom: 0;
  }

  .longer-product-description .product-description-content ul + p,
  .longer-product-description .product-description-content ul + h3 {
    margin-top: 32px;
  }

  .longer-product-description .product-description-image img {
    max-height: none;
    height: 100%;
  }

  /* Product dosage infos lg */

  .dosage-infos {
    margin-top: 80px;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .dosage-infos-wrapper {
    padding-left: 68px;
    padding-right: 68px;
  }

  .dosage-info .dosage-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .dosage-info .dosage-info-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  /* Product advantages lg */

  .product-advantages {
    margin-top: 80px;
  }

  .product-advantages .product-advantages-row.position-right {
    margin-left: initial;
  }

  .product-advantages .product-advantages-row.position-left {
    margin-right: initial;
  }

  .product-advantages .position-right .product-advantages-content-wrapper {
    padding: 24px 48px 24px 10px;
  }

  .product-advantages .position-left .product-advantages-content-wrapper {
    padding: 24px 10px 24px 48px;
  }

  .product-advantages .product-advantages-image-wrapper {
    margin-top: 0px;
  }

  .product-advantages .product-advantage-icon {
    width: 72px;
    height: 72px;
  }

  .product-advantages .product-advantage-icon img {
    width: 40px;
    height: 40px;
  }

  .product-advantages .product-advantages-image-wrapper {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    min-height: auto;
  }

  .product-advantages .product-advantages-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .product-advantages .product-advantages-image {
    max-height: none;
    height: 100%;
  }

  /* Product testimonial slider lg */

  .product_page .testimonial-slider {
    margin-top: 72px;
  }

  /* Product package text lg */

  .package-text .package-text-content h3 {
    margin-bottom: 24px;
  }

  .package-text .package-text-image img {
    width: auto;
  }

  /* Product accordion tabs lg */

  .accordion-tabs {
    margin-top: 48px;
  }

  .accordion-tabs .tabs-container {
    max-width: 920px;
    margin: 0 auto;
  }

  .accordion-tabs .accordion-collapse .accordion-content {
    padding-top: 48px;
  }

  /* Product bottom banner lg */

  .bottom-banner {
    margin-top: 80px;
  }

  .bottom-banner .bottom-banner-image img {
    width: 100%;
    height: 400px;
  }

  /* Product groups lg */

  .product_page .product-group {
    margin-top: 64px;
  }

  .embla_bt .p-content,
  .embla_bt .p-footer {
    padding: 0 16px;
  }

  /* Product sticky price lg */

  .sticky_price_container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sticky_price_container .sticky-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
  }

  .sticky_price_container .sticky-price .sticky-product-wrapper {
    display: flex;
    align-items: center;
  }

  .sticky_price_container .sticky-price img {
    max-width: 60px;
    margin-right: 16px;
  }

  .sticky_price_container .sticky-price .sticky_product_name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #333333;
  }

  .sticky_price_container .sticky-price .sticky_price_holder {
    display: block;
    text-align: right;
    margin-right: 32px;
  }

  .sticky_price_container .sticky-price .sticky_price_holder .price-new {
    font-size: 22px;
    line-height: 27.5px;
  }

  .sticky_price_container .sticky-price .sticky_price_holder .price-old {
    font-size: 14px;
    line-height: 21px;
  }

  .sticky_price_container .sticky-price .cart-buttons {
    height: 44px;
  }

  /* .sticky_price_container .sticky-price .sticky-btn {
    padding: 16px 86px;
  } */

  .sticky_price_container .sticky-price .sticky-price-buttons {
    gap: 0 16px;
  }

  /* Product lg end */

  /* Footer lg */

  .product_page .hw-footer-bottom {
    padding-bottom: 100px;
  }
}

/* Bootstrap xl - X-Large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  /* Product xl start */

  /* Product top banner xl */

  .top-banner .banner-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-banner .banner-content-inner {
    padding: 0 8px 0 104px;
  }

  /* Product longer descriptions xl */

  .longer-product-description .product-description-row {
    margin-right: -40px;
  }

  .longer-product-description .product-description-row-2 {
    margin-left: -40px;
  }

  /* Product dosage infos xl */

  .dosage-infos-wrapper {
    padding-left: 136px;
    padding-right: 136px;
  }

  /* Product advantages xl */

  .product-advantages .product-advantages-row.position-right {
    margin-right: -40px;
  }

  .product-advantages .product-advantages-row.position-left {
    margin-left: -40px;
  }

  /* Product info discount boxes xl */

  .product-info .discount-boxes {
    gap: 0 16px;
  }

  .product-info .discount_checkbox .per_item_price {
    padding: 6px;
    font-size: 14px;
  }

  .product-info .quantity-gift {
    margin-top: 16px;
    padding: 16px 76px 16px 12px;
    gap: 0 24px;
  }

  .product-info .quantity-gift-image {
    width: 96px;
  }

  .product-info .quantity-gift .text-auto-add {
    margin-top: 21px;
  }

  .product-info .quantity-gift .gift-icon {
    right: 12px;
    top: 12px;
  }

  .product-info .quantity-gift .gift-icon .icon:after {
    width: 24px;
    height: 24px;
  }

  .product-info .discount-selection {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 8px;
  }

  /* Product xl end */
}

/* Bootstrap xxl - X-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
  /* Product xxl start */

  /* Product xxl end */
}

/* Bootstrap xl down - Large devices (smaller desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  /* Product xl start */

  .product-info .discount-selection .discount-price.icon-leaf {
    display: none !important;
  }

  /* Product xl end */
}

/* Bootstrap lg down - Applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  /* Zoom lg down */

  .img-zoom-result,
  .img-zoom-lens {
    display: none !important;
  }

  /* Product lg down start */

  .product-info .discount-selection .discount-price.icon-leaf {
    display: none !important;
  }

  /* Product top banner lg down */

  .top-banner .top-banner-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }

  /* Product lg down end */
}

/* Bootstrap md down - Applies to small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  /* Product md down start */

  /* Product top banner md down */

  .top-banner .top-banner-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  /* Product md down end */
}

/* Bootstrap sm down - Applies to small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  /* Product sm down start */

  /* Product sm down end */
}

/* @media only screen and (min-width: 1120px) and (max-height: 900px) {
  .product-info .product-info-gallery {
    width: 37%;
  }
} */

/* Keyframes */

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
