/** Shopify CDN: Minification failed

Line 74:1 Unexpected "*"
Line 963:0 Comments in CSS use "/* ... */" instead of "//"
Line 964:0 Comments in CSS use "/* ... */" instead of "//"

**/
.rimage-outer-wrapper.mobile-only {
  margin-top: 67px !important;
}
.Cv_cart_product_image_usl {
  width: 25%;
  padding-left: 14px;
}
.CV_upsell_cart_product {
  display: flex;
  margin: 0 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.CV_product_deatial_upsell {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}
.Cv_product_upsell_add_cart_btn button.btn.cv_upsell_cart {
  padding: 6px 0 !important;
  margin-top: 0 !important;
  background: #eb5a5a !important;
  border-color: red !important;
  min-width: 85px !important;
  border: none;
}
.Cv_product_upsell_add_cart_btn button.btn.cv_upsell_cart span {
  padding: 6px 10px !important;
  min-width: 50px;
  font-size: 14px;
}
.CV_product_deatial_upsell h4 {
  color: #000;
  font-size: 14px;
  vertical-align: top;
}
.CV_product_deatial_upsell p {
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.CV_product_deatial_upsell p span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.Cv_close_cart_darwer_btn {
  text-align: center;
}
.Cv_close_cart_darwer_btn span {
  border: 1px solid #d2d2d2;
  color: #000;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  padding: 20px 0;
  margin-top: 10px;
  display: inline-block;
  max-width: 223px;
}

s*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.timer-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  justify-content: center;
}
.timer-wrapper p.timer-txt {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-bottom: 0;
}
.timer-wrapper p,
.timer-wrapper span {
  font-weight: bold;
}
.timer-wrapper #time {
  display: inline-block;
  float: left;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  margin-top: 8px;
}
.timer-wrapper p.timer-txt {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-bottom: 0;
}
.cv_choose_setup-heading {
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px;
  font-weight: 300;
}
.cv_common_selector {
  position: relative;
  padding: 12px 25px;
  margin: 0 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: white;
  transition: 0.3s;
  overflow: hidden;
}
.cv_common_selector label {
  font-style: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cv_bundle_title {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  padding-bottom: 10px;
}
.cv_pro_info {
  padding-left: 25px;
}
.cv_discount_price {
  font-size: 12px;
  color: #312570;
  font-weight: 600;
}
.bundle_pro_price_outer {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.bundle_pro_price_outer .cv_pro_regular {
  color: #37ba5d;
  font-size: 17px;
}
.bundle_pro_price_outer .cv_compare {
  color: #db4353 !important;
  font-size: 17px;
  padding-left: 5px;
  display: inline-block;
  text-decoration: line-through;
  opacity: 0.6;
}

/* blink text */

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.bundle_quote {
  color: #c73948;
  font-size: 17px;
}
.bundle_quote {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

select.cv_selectbox_bundle {
  width: 130px;
  border: 1px solid #757575;
  padding: 7px 15px 11px;
  margin-left: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-image: url(/cdn/shop/files/arrow.png?v=1577422906);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 106px 11px;
  padding-right: 22px;
}
span.option_cv_heading {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.bundle_drop_down {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bundle_drop_down .sel_heading {
  font-weight: 600;
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
}
.cv_common_selector.active .bundle_drop_down {
  display: block;
}
.bundle_drop_down {
  display: none;
}
.cv_common_selector.active {
  background: #312570;
}
.cv_common_selector.active .cv_bundle_title {
  color: #fff;
}
.cv_common_selector.active .bundle_pro_price_outer span {
  color: #fff;
}
.cv_common_selector.active .cv_discount_price {
  color: #fff;
}
.cv_bundle_main_product {
  margin-top: 15px;
}

.cv_common_selector.active .bundle_drop_down .sel_heading {
  color: #fff;
}
.cv_common_selector span.option_cv_heading {
  color: #000;
  width: 100px;
  display: inline-block;
}
.cv_common_selector.active span.option_cv_heading {
  color: #fff;
}
.cv_addtocart {
  cursor: pointer;
}
.cv_bundle_title span {
  color: #37ba5d;
}
/* custom radio button */

.cv_input_design [type="radio"]:checked,
.cv_input_design [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cv_input_design [type="radio"]:checked + span,
.cv_input_design [type="radio"]:not(:checked) + span {
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.cv_input_design [type="radio"]:checked + span:before,
.cv_input_design [type="radio"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #999999;
  border-radius: 100%;
  background: #fff;
}
.cv_input_design [type="radio"]:checked + span:after,
.cv_input_design [type="radio"]:not(:checked) + span:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #312570;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cv_input_design [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cv_input_design [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cv_input_design {
  position: relative;
}

/* accordion css */

.cv_accordian .accordion {
  background-color: transparent;
  color: #151515;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  padding-left: 0;
  display: flex;
  padding-right: 15px;
  position: relative;
  line-height: normal;
}
.cv_repeated_accordian {
  border-top: 1px solid #e6e6e6;
}
.cv_repeated_accordian:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.cv_accordian .accordion.active:after {
  content: "\00D7";
  color: #58595b;
}
.cv_accordian .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: 300;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 15px;
}
span.accordian_icon {
  margin: 0 10px 0 0;
  width: 16px;
}
.cv_accordian .panel {
  padding: 0 26px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}
.cv_star_rating .fa-star {
  color: #f6d704;
}
button.btn.cv_addtocart.btn--primary {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #5ba942;
  border-color: #5ba942;
  box-shadow: 6px 8px 22px -2px rgba(0, 0, 0, 0.74);
}
button.btn.cv_addtocart.btn--primary:hover {
  background: transparent;
  border-color: #312570;
  color: #312570;
}
.cv_accordian {
  padding-top: 10px;
}
span.review_rating {
  margin-left: 7px;
}
.cv_low_stock {
  color: #c73948;
  font-weight: bold;
}
.cv_third_product_block .cv_bundle_title span {
  text-transform: uppercase;
}

.cv_fourth_product_block .cv_bundle_title span {
  text-transform: uppercase;
}
/* ////////////////////////////////cart drawer css start here/////////////////// */
.cart_drawer {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  max-width: 100%;
  padding: 0 0px 30px;
  overflow: auto;
  width: 400px;
  right: -100%;
}
.cart_drawer_open {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  right: -400px;
}
.cv_cart_drawer_title {
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
.cart_icon .fa-shopping-cart {
  color: #000;
}
.cv_cart_close svg {
  width: 12px;
  height: 12px;
  fill: #000;
  cursor: pointer;
}
.cv_cart_drawer_header {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #f7f8f9;
  margin: 0 30px;
}
.cv_cart_shipping_header {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f7f8f9;
  color: #000;
  padding: 10px 0;
  text-transform: initial;
  font-weight: bold;
  margin: 0 30px;
  display: flex;
  justify-content: center;
}
.cv_cart_shipping_header span {
  margin-left: 4px;
}
.cv_outer_cart_drawer {
  margin: 0;
}
.cv_empty_cart_drawer {
  text-align: center;
}
.cv_gurantee_checkout {
  margin-top: 7px;
  text-align: center;
}
.cv_gurantee_heading {
  margin-bottom: 5px;
  display: inline-block;
}
.gurantee_image img {
  width: 50%;
}
.drawer_open {
  overflow: hidden;
}
.drawer_open:before {
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cv_drawer_product_title a {
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  text-decoration: none;
}
.cv_drawer_right_inner > .grid__item {
  padding: 0;
}
span.cv_drawer_price {
  font-weight: normal;
  font-size: 14px;
  display: block;
}
.cv_drawer_line_item {
  font-size: 11px;
  display: block;
}
.cart__remove {
  color: #c73948;
  padding: 0;
  border: none;
  font-size: 10px;
  display: inline-block;
  text-align: left;
}
.cart__remove:hover {
  background: transparent;
  color: #c73948;
}
.cv_drawer_product_title {
  margin-bottom: 5px;
}
.cv_drawer_quantity button {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: 1px solid #000;
  padding: 0 5px;
  line-height: 1;
  height: 22px;
  border-radius: 0;
  min-width: 19px;
  line-height: 20px;
}
.cv_drawer_quantity input {
  width: 33px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 22px;
  border-radius: 0;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  -webkit-appearance: none;
  font-size: 0.8125em;
  -moz-appearance: textfield;
}
.cv_drawer_quantity input[type="number"]::-webkit-inner-spin-button,
.cv_drawer_quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cv_drawer_quantity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cv_drawer_cont {
  line-height: normal;
}
.cv_repeated_product {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0 10px;
  position: relative;
  max-height: 500px;
  overflow: auto;
  margin: 0 30px;
}
.cv_cart_subtotal {
  display: flex;
  width: 100%;
  background: #f7f8f9;
  padding: 15px 10px;
  margin: 0 0 3px;
  margin-top: 15px;
  justify-content: space-between;
}
.cv_cart_subtotal .subtotal_text,
.cv_cart_subtotal .subtotal_price {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: normal;
  text-transform: uppercase;
}
[data-section-type="product"] .grid {
  margin-left: 0;
  max-width: calc(100% - 15px);
}
.cv_outer_cart_drawer button.btn.btn--primary {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #5ba942;
  border-color: #5ba942;

  margin-top: 10px;
}
.cv_outer_cart_drawer button.btn.btn--primary:hover {
  color: black;
  border-color: black;
  background-color: white;
}
.button-group {
  text-align: center;
}
.button-group.top {
  margin-bottom: 10px;
}
span.lock_icon {
  display: flex;
  align-items: center;
}
span.lock_icon svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.gurantee_text {
  color: black;
  margin-bottom: 10px;
}
.gurantee_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement-bar__content p span {
  color: #c73948;
}
.announcement-bar__content p {
  margin: 0;
  font-weight: bold;
}

.cvv_header_cart_outer {
  cursor: pointer;
}
.styled-dropdown .select2-container {
  display: none;
}
/* ////////////////////////cart drawer css end here///////////////////// */
@media (max-width: 767px) {
  .cv_cart_drawer_header {
    margin: 0 15px;
  }
  .cv_cart_shipping_header {
    margin: 0 15px;
  }
  .cv_repeated_product {
    margin: 0 15px;
  }
  .cv_gurantee_checkout {
    padding: 0 15px 30px;
  }
  div#shopify-section-product-template .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 701px) {
  .for_mobile_only {
    display: none;
  }
}
@media (max-width: 700px) {
  .template-index main#MainContent {
    padding-top: 10px;
  }
  .utils__center {
    right: -22px !important;
  }
  a.cv_index_button.btn.btn--primary {
    background: #5ba942;
    border-color: #5ba942;
    box-shadow: 6px 8px 22px -2px rgba(0, 0, 0, 0.74);
    padding: 25px 20px;
    font-weight: bold;
  }
  .template-product main#MainContent {
    padding-top: 90px;
  }
  main#MainContent {
    padding-top: 110px;
  }
  .cv_cart_header .mobile-icon {
    width: 34px;
    height: 34px;
    fill: #000;
  }
  .cv_header_outer .cart--show-indicator::after {
    box-shadow: none;
    right: -5px;
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .cv_floating_reviewws #loox-stars span {
    color: #000;
    font-weight: bold;
  }
  #loox-stars {
    font-size: 20px !important;
  }
  .floating_addtocart_button.btn.btn--primary {
    font-weight: 600;
    padding: 4px 9px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: inherit;
    min-width: 120px;
    width: 100px;
    border-radius: 5px;
    background: #5ba942;
    border-color: #5ba942;
    box-shadow: 6px 8px 22px -2px rgba(0, 0, 0, 0.74);
    cursor: pointer;
  }
  .floating_addtocart_button.btn.btn--primary:hover {
    background: transparent;
    border-color: #312570;
    color: #312570;
  }
  .floating_inner .cv_floating_left {
    width: 67%;
  }
  .cv_floating_right {
    width: 33%;
    text-align: right;
  }
  .cv_float_pr_title {
    color: #312570;
    font-weight: 600;
  }
  .cv_floating_reviewws .loox-icon.loox-star {
    font-size: 20px;
    padding-right: 3px;
  }
  .cv_header_outer .utils__left button.btn.btn--menu.js-mobile-menu-icon {
    padding: 20px 15px 20px;
    background: white;
    position: relative;
  }
  .cv_header_outer .page-header--content.container {
    padding-left: 0;
  }
  .cv_header_outer .utils__left button.btn.btn--menu.js-mobile-menu-icon svg {
    fill: #000;
  }
  .cv_header_outer .cart.cv_cart_header.relative.utils__item {
    margin-top: 16px;
  }
  .cv_header_outer section.utils-bar.relative {
    padding: 0px 0px;
  }
  .cv_header_outer .page-header--content .utils__center {
    margin-top: 5px;
  }
  .cv_header_outer .header-search.utils__item {
    /*display: none;*/
    margin-top: 16px;
  }
  .cv_header_outer .header-search.utils__item svg.mobile-icon {
    width: 34px;
    height: 34px;
    fill: #000;
    display: none;
  }
  .cv_header_outer .header-search.utils__item svg.desktop-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #000;
  }
  .header-search-form {
    top: 8px;
    padding: 0 15px;
  }
  .cv_header_outer {
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* .page-header--content.container {
    padding-left: 0;
} */
  .cv_floating_addtocart.sticky_float_cart {
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #fff;
    z-index: 2 !important; /* Ensure it stays on top */
    transform: translateY(0) !important; /* Prevent hiding */
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1); /* Keep the shadow */
  }

  .cv_floating_addtocart {
    display: none;
  }
  .floating_inner {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px;
  }
}

@media (max-width: 590px) {
  .product-thumbnails.product-thumbnails--inline .slick-track {
    padding-top: 0;
  }
  .cart_drawer {
    width: 100%;
  }
}

@media (max-width: 375px) {
  select.cv_selectbox_bundle {
    width: 135px;
    background-position: 110px 11px;
  }
}
@media (min-width: 1024px) {
  .for_mobile_only {
    display: none;
  }
}

.zp-boom-product__testimonial {
  font-size: 17px !important;
  margin-bottom: 17px !important;
  color: #000 !important;
  text-transform: none !important;
  line-height: 1.05 !important;
  text-align: left !important;
  letter-spacing: 1.6px !important;
  font-weight: 200 !important;
}
.zp-boom-product__testimonial__auther {
  font-size: 13px;
  letter-spacing: 0px !important;
  font-weight: bold !important;
}
.cv_float_trust {
  color: black;
  font-weight: 600;
  font-size: 12px;
  text-align: center; /* Add this line */
}
.product_handle .loox-star {
  font-size: 24px !important;
}

.product_handle span {
  color: black;
  font-size: 21px;
  font-weight: 600;
}

.cv_floating_left label {
  font-style: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.review_image {
  margin-right: 10px;
  flex: 0 0 60px;
}
.review_image img {
  display: inline-block;
  width: 60px;
  border-radius: 5px;
}

span.review_info {
  font-weight: 500;
  font-size: 15px;
}
span.review_author {
  font-size: 12px;
  font-weight: bold;
}
.cart__monthly-note {
  color: black;
  padding: 10px 10px 0;
  font-size: 12px;
  text-align: center;
}

.zp-cart-sidebar__content {
  padding: 7px;
  background-color: #31267014;
  border: none;
}
.zp-cart-sidebar__content {
  max-width: 290px;
  margin: 20px auto;
}

.zp-cart-sidebar__image-wrap {
  text-align: center;
}
.zp-cart-sidebar__image-wrap {
  width: 100%;
  text-align: center;
}
.zp-cart-sidebar__image {
  max-width: initial;
  height: auto;
  width: 288px;
}

.zp-cart-sidebar__image {
  width: 100%;
}
.zp-cart-sidebar__review {
  padding: 25px;
}

.zp-cart-sidebar__stars {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.zp-cart-sidebar__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
  color: #22232b;
}
.zp-cart-sidebar__content .zp-cart-sidebar__text:last-child {
  margin-bottom: 0;
}

.show-on-mobile {
  display: none;
}

// ------- UPDATED MOBILE STYLES --------- //
// ------- Ilia: 21 April 2022 ----------- //

@media (min-width: 750px) {
  .show-on-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }

  h2.why-choose__title {
    color: #7ca8d9;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
  }

  .why-choose__title {
    position: relative;
  }

  .why-choose__title:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 52%;
    border-top: 1px solid #333;
  }

  .why-choose__item {
    width: 100%;
    margin-top: 30px;
    float: left;
    color: #303030;
  }

  .why-choose__image {
    width: 80px;
    float: left;
  }

  .why-choose__info {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
  }

  .why-choose__item-title {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
  }

  .why-choose__item-text {
    color: #6d6d6d;
  }
}

/* cross sell */
html body .eg-crossSell_wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 24px 10px;
  flex: 1;
  align-items: center !important;
  justify-content: flex-end !important;
  border-top: 1px solid #d2d2d2;
}

html body .eg-crossSell_item-img-wrapper {
  width: 103px;
  display: flex !important;
  height: auto;
  max-height: 100px;
  text-decoration: none !important;
  justify-content: center !important;
}

html body .eg-crossSell_item-img-wrapper img {
  width: auto;
  display: block;
  object-fit: contain;
}

html body .eg-crossSell_title {
  color: #282828;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  /* 131.765% */
  margin-bottom: 7px !important;
}

html body .eg-crossSell_items {
  list-style: none !important;
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
}

html body .eg-crossSell_item {
  display: flex !important;
  grid-gap: 9px !important;
  border: 1.6px dashed #2b2262;
  padding: 7px 14px 11px !important;
  border-radius: 10px;
  align-items: center;
  margin: 10px !important;
  height: auto !important;
}

html body .eg-crossSell_item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center !important;
}

html body .eg-crossSell_item-content_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 7px !important;
  flex-direction: column;
  grid-gap: 5px !important;
}

html body .eg-crossSell_add-item {
  background: #2b2262;
  border-radius: 100vmax;
  cursor: pointer;
  width: max-content;
  color: #fff;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.4px;
  /* 170% */
  padding: 4px 20px 4px;
  border: none;
  outline: none;
  min-width: 136px;
}

html body .eg-crossSell_add-item:hover {
  background: white;
  box-shadow: 0 0 0 1px #2b2262 inset;
  color: #2b2262;
}

html body .eg-crossSell_item-content_header_title > [data-name] {
  color: #000;
  font-family: Harmonia Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.4px;
  /* 118.462% */
}

html body .eg-crossSell_item-content_header_title .loox-rating-label {
  color: #000;
  font-family: Assistant !important;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 2px;
}

html body .eg-crossSell_item-content_header_title .loox-icon {
  width: 11px !important;
  height: 11px !important;
}

html body .eg-crossSell_item-content_header_title .loox-rating {
  font-size: 0 !important;
  height: max-content !important;
}

html body .eg-crossSell_item-content_header {
  display: flex !important;
  justify-content: space-between;
  grid-gap: 10px !important;
}

html body .eg-crossSell_item-content_header_price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 7px;
}

html body .eg-crossSell_item-content_header_price [data-sale] {
  color: #e494aa;
  font-family: Glacial Indifference;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

html body .eg-crossSell_item-content_header_price [data-original] {
  color: #8d8f92;
  font-family: Glacial Indifference;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

html body .eg-crossSell_add-item.eg-adding {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

html body .eg-crossSell_add-item.eg-adding svg {
  width: 10px !important;
  height: 10px !important;
}

html body .eg-crossSell_add-item:not(.eg-adding) .loading-overlay__spinner {
  display: none !important;
}

html body .eg-crossSell_wrapper ~ .cart-notification__links {
  flex: unset !important;
}

html body .eg-crossSell_wrapper ~ .cart-notification__links {
  flex: unset !important;
}

html body .eg-crossSell_item {
  position: relative;
}

html body .eg-crossSell_items .eg-tag {
  border-radius: 100vmax;
  background: #2b2262;
  color: #fff;
  font-family: Harmonia Sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4.28px 21px 5.72px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 9px;
  height: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: max-content;
  min-width: 173px;
  z-index: 2;
}

html body .eg-crossSell_items .eg-tag img {
  min-width: 12px !important;
}

html body.eg-mini-show #tidio-chat {
  display: none !important;
}

html body .eg-option-select-patch {
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 4px 30px 4px 6px !important;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url("https://svgshare.com/i/yob.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 45%;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none !important;
  box-shadow: none !important;
  width: max-content !important;
  min-width: 73px;
  font-family: Harmonia Sans, sans-serif;
}

html body .eg-crossSell_item-content_footer > div {
  flex: 1;
  display: flex;
}

html body .eg-crossSell_item-content_footer > div:empty {
  display: none !important;
}

html body .eg-crossSell-colors {
  flex-direction: column;
}

html body .eg-crossSell-colors_legend {
  color: rgba(0, 0, 0, 0.7);
  font-family: Assistant !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

html body .eg-crossSell-colors_legend[data-clr]::after {
  content: " " attr(data-clr);
}

html body .eg-crossSell-colors_options {
  display: flex;
  grid-gap: 5px !important;
  margin-top: 5px;
  list-style: none !important;
  padding: 0 !important;
}

html body .eg-crossSell-colors_options > span {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 100vmax;
  background: red;
  cursor: pointer;
  display: block;
  aspect-ratio: 1/1;
  cursor: pointer;
}

html body .eg-crossSell-colors_options > span.eg-selected {
  border: 1px solid black;
}

html body .eg-crossSell_item-img-wrapper.eg-deal {
  position: relative;
}

html body .eg-crossSell_item-img-wrapper.eg-deal::before {
  content: attr(data-deal);
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100vmax;
  background: #f57154;
  color: #fff;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.4px;
  /* 170% */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
}

html body #cartForm .button-group.top {
  display: none !important;
}

html body .eg-crossSell_item-content_header_title {
  line-height: normal !important;
}

html body .eg-crossSell_wrapper .slick-arrow {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: unset !important;
}

html body .eg-crossSell_wrapper .slick-arrow::before {
  content: "" !important;
  width: 9.521px !important;
  height: 17.008px !important;
}

html body .eg-crossSell_wrapper .slick-arrow.slick-next::before {
  background: url("/cdn/shop/files/arrow.svg?v=1699005136");
}

html body .eg-crossSell_wrapper .slick-arrow.slick-prev::before {
  background: url("/cdn/shop/files/arrow.svg?v=1699005136");
  transform: rotate(180deg);
}

html body .eg-crossSell_wrapper .slick-arrow.slick-prev {
  left: -24px !important;
  top: 51%;
  transform: translateY(-50%);
}

html body .eg-crossSell_wrapper .slick-arrow.slick-next {
  right: -24px !important;
  top: 51%;
  transform: translateY(-50%);
}

html body .eg-crossSell_wrapper .slick-track {
  padding-top: 0 !important;
  display: flex;
}

html body .eg-crossSell_wrapper .slick-list {
  padding-top: 10px !important;
}

html body.new-cart .CV_upsell_cart_product {
  display: none !important;
}

html body .cv_repeated_product {
  border-bottom: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 1px solid #d2d2d2;
}

html body .eg-free-product .cv_cart_qty,
html body .eg-free-product .cart__remove {
  display: none !important;
}

html body .eg-free-product .cv_drawer_price {
  font-size: 0 !important;
}

html body .eg-free-product .cv_drawer_price::before {
  content: "Offert";
  font-size: 14px !important;
}

@media (max-width: 767px) {
  html body .eg-crossSell_items .eg-tag {
    font-size: 10px;
    grid-gap: 4px;
  }

  html body .eg-crossSell_items .eg-tag img {
    min-width: 8px !important;
  }

  html body li:last-child .eg-crossSell_item-content_footer {
    margin-top: 10px !important;
  }

  html body .cv_repeated_product {
    border-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  html body .eg-crossSell_items .eg-tag {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 380px) {
  .eg-progressBar-container {
    width: -webkit-fill-available !important;
  }
}

/* cross sell */
/* progress bar */
.eg-progress-section {
  padding: 6px 16.5px 17px;
  /* border-bottom: 1px solid !important; */
  /* border-bottom-color: #e8e8e1 !important; */
}

html body .drawer__fixed-header > div {
  border-bottom: 0 !important;
}

html body .custom-cart-upsell {
  display: none !important;
}

.eg-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.eg-heading {
  color: #282828;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.4px;
  /* 149.524% */
  margin-bottom: 16px !important;
}

.eg-heading::after {
  content: "Cadeaux OFFERTS avec ta commande:";
  display: block;
  color: #282828;

  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  /* 160% */
}

.eg-para {
  color: #282828;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  /* 160% */
  margin-top: 42px !important;
}

.eg-progressBar-container {
  height: 32px;
  display: flex;
  align-items: center;
}

.eg-progressBar {
  height: 8px;
  width: 362px;
  border: 0.5px solid #2b2262;
  background: #fff;
  border-radius: 5.5px;
  transition: width 0.5s;
  position: relative;
}

#eg-bar {
  border-radius: inherit;
  height: 100%;
  width: 0%;
  background-color: rgb(43, 34, 98);
  transition: width 0.3s linear;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 0,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 0,
    rgba(255, 255, 255, 0.3) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
  animation: slide 4s linear infinite;
}

@keyframes slide {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 113px;
  }
}

.eg-checkpoint-3 {
  --transform: 99%;
  left: var(--transform);
  transform: translateX(calc(-1 * var(--transform)));
}

#eg-off {
  left: 92%;
  transform: translateX(-50%);
}

html body .eg-checkpoint {
  width: 54px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 4.79px;
  color: #000;
  text-align: center;
  font-family: Harmonia Sans, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10.4px;
  /* 130% */
  letter-spacing: 0.682px;
  position: absolute;
  top: -14px;
}

html body .eg-checkpoint-img {
  border-width: 1px;
  border-style: dashed;
  border-color: #2b2262;
  border-radius: 100vmax;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  isolation: isolate;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .eg-checkpoint-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(207deg, #faf3d9 8.85%, #fffdf4 92.19%);
}

html body .eg-checkpoint-2 {
  --transform: 70%;
  left: var(--transform);
  transform: translateX(calc(-1 * var(--transform)));
}

html body .eg-checkpoint-1 {
  --transform: 42%;
  left: var(--transform);
  transform: translateX(calc(-1 * var(--transform)));
}

html body .eg-checkpoint-img img {
  width: 69%;
  object-fit: contain;
  display: block;
}

/* confetti animaion */
html body .eg-checkpoint-img canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

html body #cartForm {
  overflow-x: hidden !important;
}
body:not(.new-cart) .custom-upsell-wrapper {
  display: none;
}
body:not(.new-cart) .eg-progress-section {
  display: none;
}

html body:not(.new-cart) .cv_repeated_product {
  border-top: 0;
}
/* progress bar end */

.cv_common_selector.active span.theme-money {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.product-thumbnails--inline .slick-current.slick-active {
  border: 1px solid #000000;
  box-sizing: border-box;
}

.product-thumbnails--inline .slick-track {
  display: flex !important;
  height: auto;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

html body .product-thumbnails--inline {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  margin-left: 2px !important;
}

/* .eg-prod-slider {
        display: none;
    } */

.eg-product__slider-main.slick-initialized .slick-slide {
  margin-left: -1px;
}

.product-thumbnails--inline .slick-prev:before,
.product-thumbnails--inline .slick-next:before {
  display: none !important;
}

/* 
    html body .product-thumbnails,
    html body .product-image {
        display: none !important;
    } */

html
  body
  div#shopify-section-product-template
  .product-thumbnails--inline
  .slick-arrow {
  display: flex !important;
  position: absolute;
  height: 100%;
  z-index: 7;
  width: 10px !important;
  align-items: center;
  justify-content: space-between;
  min-width: 24px !important;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  border-radius: 0px;
}

.product-thumbnails--inline .slick-arrow.slick-prev {
  left: -1px;
  z-index: 7 !important;
  height: 100% !important;
  min-width: 10% !important;
}

.product-thumbnails--inline .slick-arrow.slick-next {
  right: 0px;
  height: 100% !important;
  min-width: 10% !important;
}

.product-thumbnails--inline .slick-arrow svg {
  fill: #76736e;
  width: 24px;
  height: 24px;
}

.product-thumbnails--inline img,
.product-thumbnails--inline -inr {
  height: 100%;
  object-fit: unset;
}

.product-thumbnails--inline .slick-slide {
  margin-left: 8.4px;
  border: 1px solid #e8e8e8;
  /* width: 85px !important; */
}
@media only screen and (min-width: 1024px) {
  .product-thumbnails--inline .product-thumbnails__item {
    display: inline-block;
    vertical-align: top;
    width: 47% !important;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  [data-section-type="product"] .grid .product-thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .product-thumbnails--inline .slick-arrow.slick-next {
    right: -6px;
    height: 100% !important;
    width: 20px !important;
  }

  .product-thumbnails--inline .slick-arrow.slick-prev {
    height: 100% !important;
    left: 0px;
    width: 20px !important;
  }

  .product-thumbnails--inline .slick-arrow svg {
    fill: #76736e;
    width: 12px !important;
    height: 20px;
  }

  .product-thumbnails--inline .slick-arrow svg {
    margin-left: 4px !important;
  }

  .product-thumbnails--inline
    .product-thumbnails__item.product-thumbnails__item--active {
    border: none !important;
    box-shadow: none !important;
  }

  html body .product-thumbnails--inline .product-thumbnails__item,
  .product-thumbnails--inline
    .product-thumbnails__item.product-thumbnails__item--active {
    border: 1px solid lightgray !important;
    border-radius: 7px !important;
  }

  html body .product-thumbnails--inline .product-thumbnails__item *,
  .product-thumbnails--inline
    .product-thumbnails__item.product-thumbnails__item--active
    * {
    border-radius: inherit !important;
  }

  .product-thumbnails--inline .product-thumbnails__item a {
    cursor: zoom-in !important;
  }

  html body .eg-product-big-popup {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto !important;
    padding: 2rem 11rem !important;
    background: white !important;
    z-index: 999999999999 !important;
  }

  html body .eg-popup-big-img,
  html body .eg-popup-big-img img {
    width: 100% !important;
    cursor: zoom-out !important;
  }

  html body .eg-close-popup-cta {
    right: 5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    position: fixed;
    z-index: 2;
    top: 2.2rem;
    width: 3rem !important;
    outline: none;
    background-color: white;
    border: 0.1rem solid lightgray;
    border-radius: 50%;
    height: 3rem !important;
    min-width: unset !important;
    cursor: pointer;
  }

  html body .eg-close-popup-cta svg {
    max-width: 15px !important;
    width: 15px !important;
    fill: gray !important;
  }

  html body:not(.eg-big-popup) .eg-product-big-popup {
    display: none !important;
  }

  html body.eg-big-popup {
    height: 100vh !important;
    overflow: hidden !important;
  }

  html body [data-section-type="product"] > .grid > .grid__item:first-child {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .product-thumbnails--inline .product-thumbnails__item {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 650px) and (max-width: 770px) {
  html body .product-thumbnails--inline .slick-slide {
    width: 47% !important;
    margin-left: 9px !important;
    margin-bottom: 10px !important;
    border-radius: 3px !important;
  }

  html body .product-thumbnails--inline .slick-slide img {
    border-radius: 3px !important;
  }
}

@media only screen and (min-width: 558px) and (max-width: 650px) {
  html body .product-thumbnails--inline .slick-slide {
    width: 47.6% !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    border-radius: 3px !important;
  }

  html body .product-thumbnails--inline .slick-slide img {
    border-radius: 3px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .product-thumbnails--inline .product-thumbnails__item {
    display: inline-block;
    vertical-align: top;
    width: 45% !important;
    margin-right: 10px;
    margin-bottom: 20px !important;
  }

  .product-image .rimage-outer-wrapper {
    height: 405px !important;
  }
}
@media only screen and (max-width: 560px) {
  html body .product-main img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 559px) {
  .product-thumbnails--inline .slick-arrow {
    display: none !important;
  }

  .product-thumbnails--inline .slick-track {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .product-thumbnails--inline .slick-slide {
    border: 1px solid #e8e8e8;
    width: 50% !important;
  }

  .product-thumbnails--inline .slick-slide {
    margin-left: 0px !important;
  }
}
/*body.template-cart .cart_drawer{width:100% !important;}
  body.template-cart .cv_cart_close{display:none !important;}
  body.template-cart #shopify-section-cart-template{display:none !important;}*/

/* Hide sticky floating add-to-cart button */
.index_floating.cv_floating_addtocart.for_mobile_only.sticky_float_cart {
  display: none !important;
}
.breadcrumb-nav {
  display: none;
}

/** FIX MIGRATION 2.0 **/

.eg-banner {
  height: 40px;
  margin-bottom: -20px;
}

.eg-category-images {
  max-width: 1000px;
}

.header__container .page-width:not(.mega-menu) {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  padding: 0;
}

.page-width .container {
  padding: 0 !important;
}

.page-width {
  padding: 12px var(--section-main-margin-side, 89px);
  width: auto;
}

.page-width:not(:has(.header__logo)) {
  margin-bottom: 60px !important;
}

.eg-category-images {
  max-width: initial;
}

.page-width:not(:has(.banner-section)):not(.product-main) {
  max-width: 1330px !important;
  margin: 0 auto;
}

.custom-page #MainContent {
  padding-top: 42px;
}

.template-page p {
  margin: 10px 0;
}

.eg-review-section
  .slider-controls
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.2;
}

.eg-review-section {
  padding-bottom: 10px;
}

.eg-review-section .page-width {
  padding-top: 70px;
  margin-bottom: 10px !important;
}

@media (max-width: 640px) {
  .custom-page #MainContent {
    padding-top: 24px;
  }
  [data-section-type="banner"] .eg-card > h4 {
    font-size: 26px;
    margin-bottom: 0 !important;
  }
  [data-section-type="banner"] .eg-card > p {
    font-size: 15px;
    margin-top: 0;
  }
  [data-section-type="banner"] .eg-reviews {
    margin-bottom: 5px !important;
  }
  .page-width:has([data-section-type="banner"]) {
    padding: 0 !important;
  }
  [data-section-type="banner"] a .rimage-wrapper {
    padding-top: 107.707602% !important;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.59) -11.85%,
      rgba(217, 217, 217, 0) 82.23%
    );
  }
  .eg-banner {
    margin-top: 20px;
  }
  .rimage-outer-wrapper.mobile-only {
    margin-top: 0 !important;
  }
  .eg-banner {
    height: 40px;
    margin-bottom: 20px;
    margin-top: -30px !important;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .eg-category-images {
    padding: 18px !important;
  }
  .page-width:not(:has(.header__logo)) {
    margin-bottom: 30px !important;
  }
  .template-index main#MainContent {
    padding-top: 0;
  }
}
