/* 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 */

[v-cloak] {
  opacity: 0;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.25s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.product {
  margin-bottom: 48px;
}

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

/* Product info gallery */

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

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

.product-info .gallery_items {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  margin-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 #231f20;
  pointer-events: none;
  border-radius: 8px;
}

.product-info .desktop_box_left .img_use_box {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

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

.product-info .main-image {
  position: relative;
  border-radius: 16px;
}

.product-info .small-image {
  text-align: center;
  border-radius: 8px;
}

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

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

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

.product-info .badges {
  margin-bottom: 4px;
  padding-top: 4px;
}

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

.product-info .label-wrapper .badges:first-child {
  padding-top: 0px;
}

.product-info .use_instructions {
  background: #fbfbfb;
  display: flex;
  justify-content: center;
  padding: 8px;
  gap: 0 12px;
  border-radius: 16px;
}

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

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

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

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

/* Product info content */

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

.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: #646464;
  margin-bottom: 0;
}

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

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

.product-info .p_actions span {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 40px;
  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: 16px;
}

.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: 18px;
  color: #595959;
}

/* Product filters */

.product-page-filters {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  position: relative;
}

.product-page-filters .product-page-filter .product-page-filter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.product-page-filters .product-page-filter .product-page-filter-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button {
  border: 1px solid #eee;
  border-radius: 12px;
  background: none;
  padding: 10px;
  color: #231f20;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button.active {
  border: 1px solid #231f20;
  background: #fcfaf6;
  font-weight: 600;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button.out-of-stock {
  background: #fbfbfb;
  color: #595959;
  position: relative;
  overflow: hidden;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button.active.out-of-stock {
  background: #fcfaf6;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button.out-of-stock:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width: 100%25; height: 100%25;'%3E%3Cline x1='0' y1='100%25' x2='100%25' y2='0' style='stroke:rgb(238,238,238);stroke-width:1'/%3E%3C/svg%3E")
    no-repeat center center / cover;
  z-index: 0;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button.active.out-of-stock:before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width: 100%25; height: 100%25;'%3E%3Cline x1='0' y1='100%25' x2='100%25' y2='0' style='stroke:rgb(35,31,32);stroke-width:1'/%3E%3C/svg%3E")
    no-repeat center center / cover;
}

.product-page-filters
  .product-page-filter
  .product-page-filter-buttons
  .product-page-filter-button
  span {
  position: relative;
  z-index: 1;
}

/* Product info wrap */

.product-info .product_info_wrap {
  margin-top: 24px;
  position: relative;
}

/* Product notify when available */

.product-info #NotifyWhenAvailableForm {
  margin-top: 24px;
  padding-bottom: 8px;
}

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

.product-info #NotifyWhenAvailableForm .NWA_form .form-control {
  padding: 11px 16px;
  border-color: #eee;
  background: #fbfbfb;
  color: #231f20;
}

.product-info #NotifyWhenAvailableForm .NWA_form .form-control::placeholder {
  color: #595959;
}

.product-info
  #NotifyWhenAvailableForm
  .NWA_form
  .form-control:not(:placeholder-shown) {
  background: #fcfaf6;
}

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

.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%;
}

.NWAError {
  display: flex;
  align-items: center;
}

.product-info #NotifyWhenAvailableForm .NWAError {
  color: #ea3a3a;
}

/* Product info discount boxes */
.product-info .discount-gift {
  position: relative;
}

/* .product-info .discount-section {
  margin-top: 32px;
} */

.product-info .quantity-title {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 700;
}

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

.product-info .discount_box {
  flex: 1;
  border: 1px solid #eee;
  border-radius: 12px;
}

.product-info .discount_box:hover {
  border: 1px solid #231f20;
}

.product-info .discount_box.selected_box {
  border: 1px solid #231f20;
  background-color: #fcfaf6;
}

.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: #ede8de;
  width: 100%;
  text-align: center;
  padding: 3.5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #231f20;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

.product-info .discount_checkbox .checkbox_input:after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
}

.product-info .discount_checkbox:hover .checkbox_input: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%3Crect width='16' height='16' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7358 4.13539C13.0292 4.35778 13.0868 4.77595 12.8644 5.06938L7.81177 11.736C7.68849 11.8987 7.49749 11.9959 7.29343 11.9999C7.08937 12.0039 6.89473 11.9142 6.76521 11.7564L3.81784 8.16667C3.5842 7.88211 3.62548 7.46202 3.91005 7.22838C4.19461 6.99474 4.6147 7.03602 4.84834 7.32058L7.25952 10.2573L11.8018 4.26402C12.0242 3.97059 12.4423 3.913 12.7358 4.13539Z' fill='%23ACACAC'/%3E%3C/svg%3E%0A")
    no-repeat center center / cover;
  border: 0;
}

.product-info .discount_checkbox input:checked + .checkbox_input {
  border: 0;
}

.product-info .discount_checkbox input:checked + .checkbox_input: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%3Crect width='16' height='16' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7358 4.13539C13.0292 4.35778 13.0868 4.77595 12.8644 5.06938L7.81177 11.736C7.68849 11.8987 7.49749 11.9959 7.29343 11.9999C7.08937 12.0039 6.89473 11.9142 6.76521 11.7564L3.81784 8.16667C3.5842 7.88211 3.62548 7.46202 3.91005 7.22838C4.19461 6.99474 4.6147 7.03602 4.84834 7.32058L7.25952 10.2573L11.8018 4.26402C12.0242 3.97059 12.4423 3.913 12.7358 4.13539Z' fill='white'/%3E%3C/svg%3E%0A")
    no-repeat center center / cover;
}

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

.product-info .quantity-gift.active,
.product-info .quantity-gift.always-active {
  border: 1px solid #231f20;
  background-color: #fcfaf6;
}

.product-info .quantity-gift.always-active{
  margin-bottom: 24px;
}

.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;
  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: #ede8de;
  border-radius: 50%;
  padding: 8px;
}

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

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

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

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

.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 {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

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

.product-info .quantity_button .quantity_btn_bg {
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

/* Product info action box */

.product-info .action_box {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #d2e1f0;
  position: relative;
}

.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 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 stock information */

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

.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: #fbfbfb;
  height: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  border-radius: 14px;
}

.product-info .product_offers .offer .offer-wrapper:hover {
  background: #fcfaf6;
}

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

.product-info .product_offers .offers_content {
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  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: #ede8de;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-facts .product-facts-wrapper {
  display: flex;
  justify-content: space-between;
}

.product-facts .product-fact {
  width: 100px;
  text-align: center;
}

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

/* Product longer descriptions */

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

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

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

.longer-product-description .product-description-content h2 {
  margin-top: 40px;
  margin-bottom: 8px;
}

.longer-product-description .product-description-content h2:first-child,
.longer-product-description .product-description-content h2 + ul {
  margin-top: 0;
}

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

.longer-product-description .product-description-image {
  margin-bottom: 16px;
}

.longer-product-description .product-description-image img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.62/1;
  object-fit: cover;
}

/* Product advantages */

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

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

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

.product-advantages .product-advantage {
  display: flex;
  gap: 0 12px;
}

.product-advantages .product-advantage-icon .icon:after {
  width: 12px;
  height: 12px;
  top: 5px;
}

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

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

.product-advantages .product-advantages-image {
  margin-bottom: 16px;
}

.product-advantages .product-advantages-image img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1.62/1;
  object-fit: cover;
}

/* Product testimonial slider */

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

/* Product package text */

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

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

.package-text .package-text-image {
  text-align: center;
}

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

/* Product accordion tabs */

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

.accordion-tabs .tab-content {
  border: 0;
  color: #231f20;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

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

.accordion-tabs .accordion-button {
  border: 0;
  border-radius: 16px !important;
  box-shadow: none;
  background: #ede8de;
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #231f20;
}

.accordion-tabs .accordion-button:after {
  width: 20px;
  height: 20px;
}

.accordion-tabs .accordion-button: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='M4.41058 7.79925C4.73602 7.47382 5.26366 7.47382 5.58909 7.79925L9.99984 12.21L14.4106 7.79925C14.736 7.47382 15.2637 7.47382 15.5891 7.79925C15.9145 8.12469 15.9145 8.65233 15.5891 8.97776L10.5891 13.9778C10.2637 14.3032 9.73602 14.3032 9.41058 13.9778L4.41058 8.97776C4.08514 8.65233 4.08514 8.12469 4.41058 7.79925Z' fill='%23646464'/%3E%3C/svg%3E%0A")
    no-repeat center center / cover !important;
}

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

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

.accordion-tabs .accordion-collapse .accordion-content table {
  margin-bottom: 8px;
}

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

.accordion-tabs .use_instructions {
  background: #faf7f1;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  padding: 8px 12px;
  gap: 0 12px;
  margin-bottom: 8px;
}

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

.accordion-tabs .use_instructions .instruction .dosage_icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ede8de;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.accordion-tabs .use_instructions .instruction p {
  font-size: 12px;
  line-height: 18px;
  color: #646464;
}

.accordion-tabs .use_instructions .instruction b {
  font-size: 14px;
  line-height: 21px;
  color: #231f20;
}

/* 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 #last-seen {
  margin-top: 48px;
}

/* Product sticky price */

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

.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: #231f20;
}

.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 {
  height: 44px;
  width: 140px;
}

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

.sticky_price_container .sticky-price .sticky-btn-mobile {
  background: #231f20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

/* Product combo */

.product-combo {
  margin-top: 32px;
}

.product-combo__title {
  font-size: 24px;
  color: #231f20;
  line-height: 1.25;
  font-weight: 700;
}

.product-combo__products {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-combo__product {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 3px 8px 3px 0;
  transition: all 0.25s ease-in-out;
  background: transparent;
  border: 1px solid #eee;
}

.product-combo__product--selected {
  background: #fcfaf6;
  border: 1px solid #231f20;
}

.product-combo__content-wrapper {
  flex: 1;
}

.product-combo__product-title {
  color: #231f20;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-combo__product-title:hover {
  text-decoration: underline;
}

.product-combo__product-contents {
  font-size: 14px;
}

.product-combo__product-price-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
}

.product-combo__product-price-normal {
  font-size: 16px;
  font-weight: 600;
}

.product-combo__product-price-old {
  font-size: 14px;
  color: #595959;
  text-decoration: line-through;
}

.product-combo__checkbox {
  position: absolute !important;
  right: 0;
  top: 0;
  padding: 8px 8px 16px 16px;
}

.product-combo__checkbox-box {
  width: 16px;
  height: 16px;
}

.product-combo__add-to-cart {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 4px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.product-combo__add-to-cart--hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.product-combo__button {
  flex: 1;
}

.product-combo__total {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.product-combo__total-title {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.product-combo__total-price {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.product-combo__message {
  margin-top: 4px;
  border-radius: 16px;
  padding: 15px 20px;
  background: #FBFBFB;
  color: #231F20;
  font-weight: 600;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.product-combo__message--hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .product-combo__products {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .product-combo {
    margin-top: 40px;
  }

  .product-combo__title {
    font-size: 28px;
  }

  .product-combo__add-to-cart {
    flex-direction: row;
    margin-top: 8px;
    gap: 16px;
  }

  .product-combo__total {
    padding-right: 8px;
    margin-bottom: 0;
  }

  .product-combo__message {
    margin-top: 8px;
  }
}

/* Product end */

/* Footer */

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

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

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

  /* Product accordion tabs */

  .accordion-tabs .use_instructions {
    justify-content: center;
    gap: 0 80px;
  }

  /* 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 .product_content_text {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }

  /* Product info gallery md */

  .product-info .product-info-gallery {
    margin-top: 0;
  }

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

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

  .product-info .use_instructions .instruction {
    gap: 0 8px;
  }

  .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 discount boxes md */

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

  /* .product-info .discount-boxes {
    margin-top: 20px;
  } */

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

  .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 {
    font-size: 14px;
    line-height: 21px;
  }

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

  /* 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 {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-facts .product-facts-wrapper {
    background-color: #ede8de;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 16px;
  }

  .product-facts .product-fact {
    width: 156px;
  }

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

  .product-facts .product-fact .product-fact-text {
    font-size: 14px;
    line-height: 21px;
  }

  /* Product longer descriptions md */

  .longer-product-description .product-description-image {
    margin-bottom: 24px;
  }

  .longer-product-description .product-description-image img {
    border-radius: 16px;
  }

  /* Product advantages md */

  .product-advantages .product-advantages-image {
    margin-bottom: 24px;
  }

  .product-advantages .product-advantages-image img {
    border-radius: 16px;
  }

  /* Product testimonial slider md */

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

  /* Product accordion tabs md */

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

  .accordion-tabs .nav-tabs {
    justify-content: center;
    border-bottom: 1px solid #eee;
    gap: 0 110px;
    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: #acacac;
    transition: color 0.25s ease;
  }

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

  .accordion-tabs .nav-tabs .nav-link.active,
  .accordion-tabs .nav-tabs .nav-link:hover {
    color: #231f20;
  }

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

  .accordion-tabs .use_instructions {
    padding: 16px;
    margin-bottom: 24px;
  }

  .accordion-tabs .use_instructions .instruction {
    gap: 0 12px;
  }

  .accordion-tabs .use_instructions .instruction p,
  .accordion-tabs .use_instructions .instruction b {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }

  .accordion-tabs .use_instructions .instruction .dosage_icon {
    width: 48px;
    height: 48px;
  }

  /* Product bottom banner md */

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

  /* Product groups md */

  /* Product sticky price md */

  .sticky_price_container {
    padding: 6px 0;
  }

  .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: 14px 73.5px;
  }

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

  /* Product md end */
}

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

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

  .product {
    margin-bottom: 64px;
  }

  /* Product info gallery lg */

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

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

  .product-info .desktop_box_left.has-info: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: 8px 0;
    margin-top: 0;
  }

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

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

  .product-info .sales,
  .product-info .labels,
  .product-info .badges {
    margin-bottom: 8px;
  }

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

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

  .product-info .new_box,
  .product-info .popular_box,
  .product-info .sale_box {
    padding: 4px 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-info .use_instructions {
    padding: 12px;
    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-left: 28px;
  }

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



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

  .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 filters lg */

  .product-page-filters
    .product-page-filter
    .product-page-filter-buttons
    .product-page-filter-button:hover {
    border: 1px solid #231f20;
    background: #fbfbfb !important;
  }

  .product-page-filters
    .product-page-filter
    .product-page-filter-buttons
    .product-page-filter-button.out-of-stock:before,
  .product-page-filters
    .product-page-filter
    .product-page-filter-buttons
    .product-page-filter-button {
    transition: all 0.25s ease;
  }

  .product-page-filters
    .product-page-filter
    .product-page-filter-buttons
    .product-page-filter-button.out-of-stock:hover:before {
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width: 100%25; height: 100%25;'%3E%3Cline x1='0' y1='100%25' x2='100%25' y2='0' style='stroke:rgb(35,31,32);stroke-width:1'/%3E%3C/svg%3E")
      no-repeat center center / cover;
  }

  .product-page-filters {
    margin-top: 20px;
  }

  .product-page-filters .product-page-filter .product-page-filter-buttons {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-page-filters
    .product-page-filter
    .product-page-filter-buttons
    .product-page-filter-button {
    padding: 12px;
  }

  /* Product info wrap lg */

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

  /* Product notify when available form lg */

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

  .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 {
    padding: 14px 24px;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  /* Product info discount boxes lg */

  .product-info .discount_box {
    border-radius: 16px;
  }

  /* .product-info .discount-section {
    margin-top: 40px;
  } */

  .product-info .quantity-title {
    font-size: 28px;
    line-height: 35px;
  }

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

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

  .product-info .discount_checkbox .per_item_price {
    padding: 4.5px;
    font-size: 14px;
    line-height: 21px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .product-info .quantity-gift {
    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;
    margin-bottom: 24px;
    gap: 0 8px;
  }

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

  /* 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;
    margin-right: 0;
  }

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

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

  /* Product info action box lg */

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

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

  /* Product info stock information lg */

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

  /* Product info offers lg */

  .product-info .product_offers {
    margin-top: 24px;
    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;
    border-radius: 16px;
  }

  .product-info .product_offers .offers_content {
    font-size: 14px;
    line-height: 21px;
    color: #646464;
    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 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  /* Product longer descriptions lg */

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

  .longer-product-description .product-description-row,
  .longer-product-description .product-description-row-2 {
    align-items: center;
  }

  .longer-product-description .product-description-image {
    margin-bottom: 0;
  }

  .longer-product-description
    .product-description-content-wrapper
    .product-description-content {
    padding-right: 24px;
  }

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

  /* Product advantages lg */

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

  .product-advantages .product-advantages-row {
    align-items: center;
  }

  .product-advantages .product-advantages-image {
    margin-bottom: 0;
  }

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

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

  /* Product testimonial slider lg */

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

  /* 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: 72px;
  }

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

  .accordion-tabs .use_instructions {
    padding: 24px;
  }

  /* Product groups lg */

  .product_page #last-seen {
    margin-top: 64px;
  }

  /* Product sticky price lg */

  .sticky_price_container {
    padding: 7.5px 0;
  }

  .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: 68px;
    margin-right: 16px;
  }

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

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

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

  .sticky_price_container .sticky-price .sticky-btn {
    padding: 14px 86px;
  }

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

  /* Product lg end */

  /* Footer lg */

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

  .product-advantages .product-advantages-image img,
  .longer-product-description .product-description-image img {
    aspect-ratio: 1.3/1;
  }
}

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

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

  /* Product info add to cart xl */

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

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

  /* Product info discount boxes xl */

  .product-info .discount-selection {
    flex-direction: row;
    align-items: center;
  }

  /* Product xl end */
}

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

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

  /* Product filters xxl */

  .product-page-filters .product-page-filter .product-page-filter-buttons {
    grid-template-columns: repeat(6, 1fr);
  }

  /* Product xxl end */
}

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

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

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

  /* Product xl down 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;
  }
}

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

@media (max-width: 767.98px) {
}

/* 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 */
}

/* 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);
  }
}
