/** Shopify CDN: Minification failed

Line 331:26 The "-" operator only works if there is whitespace on both sides

**/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative;
  margin-bottom: 5px; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

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

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

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

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.tab-pd-details {
  display: none; }

/* CD KASHISH */
.prod_sticky .gallery-control {
  position: sticky;
  top: 0; }

.content_menu .col-lg-6.text-center .menu {
  display: none; }

.footer_v3 .newsletter-fv3 {
  width: 25%; }

.footer_v3 .footer_menu {
  display: flex;
  flex-wrap: wrap; }

.col-lg-3 h3 p {
  text-align: left; }

.col-lg-3 .menu .list-inline.list-unstyled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px; }

.footer_v3 .footer_menu .col-lg-3 {
  padding: 0 40px; }

.casano-socials .list-inline.list-unstyled {
  display: flex;
  gap: 20px;
  justify-content: left; }

.footer_v3 .content_menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.col-lg-3.text-center a span, .casano-socials a i, .footer_menu .form-group input {
  color: white; }

.footer_v3 .footer_menu {
  padding: 25px 0; }

.newsletter-fv3 .footer-logo {
  width: 100%;
  height: auto;
  max-width: 70px; }

.footer_v3 .newsletter-fv3 .title_newletter h3, .footer_v3 .newsletter-fv3 .content {
  text-align: left !important; }

.content_menu .row.align-items-center {
  justify-content: center; }

.content_menu .row.align-items-center .col-lg-3.text-lg-left {
  max-width: 100%;
  flex: 0 0 33.33%; }

@media (max-width: 768px) {
  .footer_v3 .newsletter-fv3 {
    width: 100%; }

  .col-lg-3 h3 p {
    text-align: center; }

  .col-lg-3 .menu .list-inline.list-unstyled {
    align-items: center; }

  .footer_menu .col-lg-3 span {
    text-align: center !important; }

  .casano-socials .list-inline.list-unstyled {
    justify-content: center; }

  .footer_v3 .footer_menu .col-lg-3 {
    padding: 10px; } }
/* BLOY */
.BLOY-page__program_introdution {
  flex-direction: column-reverse !important; }

.row-bloy {
  justify-content: center; }

.BLOY-block {
  width: unset;
  max-width: 80rem;
  margin: 0 auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important; }

.BLOY-page__item_description + .BLOY-page__item_description {
  margin-top: -6px; }

@media screen and (min-width: 750px) {
  .BLOY-page__program_introdution {
    flex-direction: row-reverse !important; }

  .BLOY-block {
    margin: 0 351px;
    padding-left: 50px !important;
    padding-right: 50px !important; } }
@media screen and (max-width: 550px) {
  div.BLOY-page__introdution_image {
    width: 90%; } }
.footer_v3 .newsletter-fv3 .title_newletter h3, .footer_v3 .newsletter-fv3 .content {
  text-align: center !important; }

.footer_v3 .footer_menu .newsletter-fv3.col-lg-3 {
  text-align: center; }

/* CD Change */
.image_with_text {
  margin: 50px 0; }

.image_with_text .container {
  max-width: 1200px; }

.image_with_text .image_inner {
  display: flex;
  align-items: center;
  gap: 20px; }

.image_with_text .image_inner .left_side_content {
  width: 50%; }

.image_with_text .image_inner .right_side_content {
  width: 50%; }

.image_with_text .image_inner .right_side_content .heading p {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px; }

.image_with_text .image_inner .right_side_content .description {
  font-size: 16px;
  font-weight: 400;
  color: #83868c; }

.image_with_text .image_inner .left_side_content .image_data img {
  border-radius: 20px; }

.second_image_with_text .image_inner {
  flex-direction: row-reverse; }

.rich-text {
  margin-top: 65px; }

.rich-text .rich_text_descriptio p {
  font-size: 17px;
  font-weight: 400;
  color: #83868c;
  max-width: 800px;
  margin: 0 auto; }

.information_data {
  margin: 80px 0; }

.information_data .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }

.information_data .image_inner {
  display: flex;
  text-align: center;
  gap: 30px; }

.information_data .block_content {
  width: 33.33%;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 10px;
  padding: 20px; }

.information_data .image_inner .block_inner p {
  font-size: 25px;
  font-weight: 500;
  margin: 15px 0; }

.information_data .image_inner .block_inner .description {
  font-size: 15px;
  font-weight: 400;
  color: #83868c; }

.information_data .block_content .block_image {
  position: relative;
  padding-bottom: 70%; }

.information_data .block_content .block_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.custom_faq_content {
  margin-bottom: 50px; }

.custom_faq_content .bg-breadcrumb,
.custom_faq_content .newsletter {
  display: none; }

.custom_faq_content .col-lg-12 {
  max-width: 800px;
  margin: 0 auto;
  text-align: left; }

.custom_faq_content .top_asked {
  padding-bottom: 0 !important;
  text-align: center; }

.custom_faq_content .content_askeds {
  border-top: unset !important;
  padding-top: 20px !important;
  padding-bottom: 50px !important; }

.custom_faq_content .box_content_question {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0; }

.custom_faq_content .box_content_question:last-child {
  border-bottom: unset; }

/* .custom_faq_content .top_faq_image{max-width: 800px; margin: 0 auto;} */
.custom_faq_content .container {
  display: flex;
  gap: 40px; }

.custom_faq_content .container .top_faq_image,
.custom_faq_content .container .content_askeds {
  width: 50%; }

.custom_faq_content .top_faq_image img {
  border-radius: 20px; }

.section-banner-v2 .d-none img {
  border-radius: 20px; }

@media screen and (max-width: 749px) {
  .image_with_text .image_inner {
    display: block; }

  .image_with_text .image_inner .left_side_content {
    width: 100%; }

  .image_with_text .image_inner .right_side_content {
    width: 100%; }

  .information_data .image_inner {
    display: block; }

  .information_data .block_content {
    width: 100%; }

  .custom_faq_content .container {
    display: block; }

  .custom_faq_content .container .top_faq_image,
  .custom_faq_content .container .content_askeds {
    width: 100%; }

  .section-banner-v2 .box-img-banner .d-block img {
    min-height: unset; } }
/* cd code. */
@media (max-width: 1200px) {
  .wrap .poup-login-destop.js-poup-login-destop {
    display: block !important; } }
/* .CD CODE. */
.button_url_main .button_url_inner .button_with_url .meta-description {
  position: absolute;
  top: -13px;
  text-align: center;
  font-size: 14px;
  background: orange;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: 100%;
  max-width: max-content;
  padding: 0px 2px; }

.button_url_main .button_url_inner .button_with_url .meta-image-text-inner {
  padding: 0 10px 0 0;
  position: relative; }

.detail-info .relative .button_url_main .button_url_inner .button_with_url {
  display: flex; }

.detail-info .relative .button_url_main {
  margin-top: 17px; }

.button_with_url .button_url .meta-title {
  color: black; }

.button_with_url .button_url {
  background: #fff;
  padding: 7px 22px;
  border-radius: 10px;
  border: 1px solid #7bae23;
  color: black; }

.button_with_url .button_url:hover {
  background: #7bae23; }

.button_with_url .button_url:hover .meta-title {
  color: #fff; }

.button_with_url .active .button_url {
  background: #7bae23; }

.button_with_url .active .button_url .meta-title {
  color: white !important; }

.button_url_inner {
  padding-top: 10px; }

.prod_sticky .content-page-detail .detail-info .product-price {
  margin-bottom: 1rem;
  padding: 0px !important; }

.image_with_name .image_with_name_inner .image_inner_text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 20px;
  word-break: break-word; }

.image_with_name .image_with_name_inner .meta-name {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  background: #fff;
  overflow: hidden;
  padding: 7px 7px; }

.image_with_name .image_with_name_inner .meta-name-1 {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  background: #fff;
  overflow: hidden;
  padding: 7px 7px; }

.image_with_name .active .meta-name {
  background: #7bae23 !important;
  color: #fff; }

.image_with_name .active .meta-name-1 {
  background: #7bae23 !important;
  color: #fff; }

.image_with_name .meta-image-name-inner:hover .meta-name {
  background: #7bae23;
  color: #fff;
  height: 100%; }

.image_with_name .meta-image-name-inner:hover .meta-name-1 {
  background: #7bae23;
  color: #fff;
  height: 100%; }

.image_with_name .meta-image-name-inner img {
  object-fit: cover; }

.image_with_name .meta-image-name-inner {
  width: calc(16.66% - 16.66px);
  border: 1px solid #7bae23;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 16px; }

.detail-info .offer_block {
  display: none; }

.offer-segment-title {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-top: 1.4rem;
  margin-bottom: 1.2rem; }

.offer-segment-main {
  list-style-type: none;
  display: flex;
  overflow-x: scroll;
  column-gap: 1.2rem;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  padding-left: 0px; }

.offer-segment-main .offer-segment-block .offer-segment-inner {
  display: flex;
  gap: 1rem;
  line-height: normal;
  align-items: center; }

.offer-segment-main .offer-segment-block {
  border-radius: 10px;
  min-width: max-content;
  padding: 1.7rem;
  position: relative;
  background: #fff;
  list-style: none;
  border: 1.5px solid #04a998; }

.offer-segment-main .offer-segment-block:before, .coupon:before, .coupon:after, .offer-segment-main .offer-segment-block:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  background: #fff;
  z-index: 1;
  border: 1.5px solid #04a998; }

.offer-segment-main .offer-segment-block:before, .coupon:before {
  left: -2.14px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 2px solid #fff; }

.offer-segment-main .offer-segment-block .offers-name {
  font-weight: 600; }

.offer-segment-main .offer-segment-block .offers-segment-code span {
  font-weight: 600; }

.offer-segment-main .offer-segment-block .offers-segment-code {
  font-size: 14px; }

.offer-segment-main .offer-segment-block:after, .coupon:after {
  right: -2.7px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 2px solid #fff; }

.bottom-navbar {
  display: none; }

@media (max-width: 768px) {
  .bottom-navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 9px 0;
    z-index: 10;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 15px; }

  .bottom-navbar .navbar-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit; }

  .bottom-navbar .navbar-items img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px; }

  .bottom-navbar .navbar-items span {
    font-size: 12px; }

  .image_with_name .meta-image-name-inner {
    width: calc(25% - 7.5px); }

  .image_with_name .image_with_name_inner .image_inner_text {
    gap: 10px; }

  .image_with_name .image_with_name_inner .meta-name {
    font-size: 9px; }

  .selection-main .selction-block-inner {
    width: calc(33.33% - 6.67px) !important; }

  .selection-main .selection-block-image img {
    border-radius: 50%;
    width: 100% !important;
    height: 100% !important; }

  .selection-container {
    max-width: 500 !important;
    margin: 0 auto; }

  .selection-main .selection-heading h2 {
    font-size: 18px !important; }

  .selection-block-text p {
    font-size: 12px !important; }

  .selection-main .selection-block-image-text {
    gap: 10px !important; }

  .collection .selection-main .selection-block-image-text {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scroll-behavior: smooth; }

  .collection .selection-main .selction-block-inner {
    min-width: calc(25% - 7.5px) !important; }

  .selection-main .selection-block-image-text1 {
    gap: 10px !important; }

  .collection-block .selction-block-inner img {
    width: 100;
    height: auto; } }
.menu_toolbar.d-flex.d-sm-none.active {
  display: none !important; }

.list-inline {
  display: flex; }

.selection-main {
  margin-top: 50px; }

.push_filter_left .selection-main {
  margin-top: 15px;
  margin-bottom: -15px; }

.selection-container {
  max-width: 1400px;
  margin: 0 auto; }

.selection-main .selection-heading {
  line-height: 1.4;
  display: flex;
  justify-content: center; }

.selection-main .selection-title {
  margin-bottom: 20px; }

.selection-main .selection-block-image {
  text-align: center; }

.push_filter_left .selection-main .selection-block-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%; }

.selection-main .selection-block-image-text {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.selection-main .selection-block-image-text1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.selection-main .selction-block-inner {
  width: calc(16.66% - 16.66px) !important;
  padding-bottom: 20px; }

.collection .selection-main .selection-block-image-text1 {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  scroll-behavior: smooth; }

.selection-main .selection-block-image-text {
  justify-content: center !important; }

.collection .selection-main .selction-block-inner {
  min-width: calc(11.11% - 17.77px);
  padding-bottom: 20px; }

.selection-block-text p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 10px; }

.selection-main .selection-block-image img {
  width: 100%;
  height: 100%; }

.collection-block {
  margin-top: 40px; }

.collection-block .selction-block-inner {
  width: calc(16.66% - 8.33px);
  flex: 0 0 auto; }

.collection-block .selction-block-inner img {
  width: 200px;
  height: auto; }

.collection-block .selection-block-image-text {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  scroll-behavior: smooth; }

.collection-page-fullwidth .button_with_url {
  display: flex; }

.collection-page-fullwidth .button_url_main p {
  margin: 0px;
  padding: 0 0 4px 0; }

.collection-page-fullwidth .price-product {
  padding: 10px 0 0px 0; }

.collection-page-fullwidth .button_with_url .button_url {
  padding: 3px 10px !important; }

.collection-page-fullwidth .offer-text-container span {
  border-radius: 15px;
  border: 1px solid #7bae2329;
  padding: 5px 10px;
  color: #7bae23;
  background: #7bae2329;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content; }

.collection-page-fullwidth .offer-text-container {
  padding-top: 15px; }

.collection-page-fullwidth .coll-page-addtocart button {
  background: #7bae23;
  display: flex;
  justify-content: center;
  padding: 7px 22px;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #7bae23;
  border-radius: 10px; }

.collection-page-fullwidth .product-icon-action {
  display: none !important; }

@media (max-width: 768px) {
  .collection-page-fullwidth .button_with_url {
    flex-wrap: wrap; }

  .collection-page-fullwidth .button_with_url .button_url {
    padding: 2px 7px !important; }

  .collection-page-fullwidth .meta-image-text-inner {
    padding: 0 6px 6px 0 !important; }

  .collection-page-fullwidth .offer-text-container span {
    font-size: 11px !important; }

  .collection-page-fullwidth .offer-text-container {
    padding-top: 5px; } }
.product-item-v1 .info-product .title-product {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.gallery-control .img_thumb {
  display: flex;
  height: 100%;
  flex-direction: column; }

.gallery-control .slick-slider {
  display: block; }

.js_size_prod .engoj_grid_parent {
  height: 100%;
  display: flex;
  flex-direction: column; }

.js_size_prod .product-item-v1 {
  height: 100%; }

.product-grid-view .product-item-v1 .info-product {
  flex: 1; }

.product-grid-view .product-item-v1 .info-product {
  display: flex;
  flex-direction: column; }

.product-grid-view .product-item-v1 .info-product form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end; }

.wrap .list-collection {
  display: none; }

.image-main-only {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #80808017;
  padding-bottom: 13px; }

.image-main-only .image-container {
  max-width: 1440px;
  margin: 0 auto; }

.image-main-only .image-container img {
  max-height: 65px; }

@media (max-width: 768px) {
  .image-main-only .image-container {
    max-width: 400px !important;
    margin: 0 auto; }

  .image-main-only {
    padding-bottom: 6px !important;
    min-height: 48px;
    margin-left: -34px; }

  .img-slide .d-block video {
    width: 100%;
    max-height: 400px; } }
.list-inline-item .search-input {
  width: 100%;
  height: 40px;
  font-size: 14px; }

.list-inline-item .search-suggestions {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 6px;
  pointer-events: none;
  /* prevent blocking typing */ }

.list-inline-item .search-suggestions span {
  background: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 16px;
  pointer-events: auto;
  /* re-enable click for spans */
  cursor: pointer; }

.img-slide .d-none video {
  width: 100%;
  max-height: 730px;
  object-fit: cover; }

.index .selection-main .selction-block-inner {
  min-width: calc(11.11% - 17.77px) !important; }

.index .selection-main .selection-block-image-text {
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: unset !important; }

@media (max-width: 768px) {
  .index .selection-main .selction-block-inner {
    min-width: calc(25% - 7.5px) !important; } }
.tag-icon-main .icon-and-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #7bae23;
  border-radius: 5px;
  width: fit-content;
  overflow: hidden;
  background: #7bae23; }

.tag-icon-main .icon-and-text .meta-image-text-inner {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 10px; }

.tag-icon-main .icon-and-text .meta-image-text-inner img {
  width: 15px;
  height: 15px; }

.tag-icon-main {
  position: absolute;
  top: 0;
  left: 0;
  background: #7bae23;
  color: white; }

.tag-icon-main .icon-and-text .meta-image-text-inner .meta-title {
  font-size: 12px; }

@media (max-width: 768px) {
  .tag-icon-main .icon-and-text .meta-image-text-inner {
    padding: 2px 10px !important; } }
.collection-block-main .collection_container {
  max-width: 1440px;
  margin: 0 auto; }

.collection-block-main .collection_container .collection_heading_text {
  text-align: center; }

.collection-block-main .collection_container .collection_heading_text h1 {
  font-size: 32px; }

.collection-block-main .collection_inner .collection_block {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.collection-block-main .collection_inner .collection_block .collection_block_inner {
  width: calc(16.66% - 16.66px );
  text-align: center; }

.collection-block-main .collection_inner .collection_block .collection_block_inner img {
  width: 100%;
  height: auto;
  max-width: 120px; }

.collection-block-main .collection_inner .collection_block .collection_block_inner .icon-heading {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px; }

@media (max-width: 768px) {
  .collection-block-main .collection_container {
    max-width: 480px;
    margin: 0 auto; }

  .collection-block-main .collection_inner .collection_block .collection_block_inner {
    width: calc(33.33% - 13.33px) !important; }

  .collection-block-main .collection_inner .collection_block .collection_block_inner .icon-heading {
    font-size: 14px;
    font-weight: 600; }

  .collection-block-main .collection_inner .collection_block .collection_block_inner .icon-sub-text {
    font-size: 12px;
    margin-bottom: 5px; }

  .collection-block-main .collection_container .collection_heading_text h1 {
    font-size: 28px;
    margin: 0px; }

  .collection-block-main .collection_container .collection_heading_text {
    font-size: 14px; }

  .marquee_section .marque_list .marquee-text h1 {
    font-size: 30px !important; } }
.tab-collection .tab-collection-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 55px; }

.tab-collection-text .active p {
  background: black;
  margin: 0px;
  cursor: pointer;
  color: white;
  border-radius: 12px;
  border: 1px solid;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 5px 20px 10px; }

.tab-collection-text p {
  background: white;
  cursor: pointer;
  margin: 0px;
  color: black;
  border-radius: 12px;
  border: 1px solid;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 5px 20px 10px; }

.tab-collection .collection-products .product-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }

.tab-collection .collection-products .product-list .product-item {
  width: calc(25% - 15px); }

.tab-collection .collection-products .product-list .product-item .info-product .title-product {
  font-family: SofiaPro;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  line-height: 28px; }

.tab-collection .info-product .button_url_main .button_with_url {
  display: flex; }

.tab-collection .info-product .button_url_main .button_with_url .meta-image-text-inner button {
  padding: 3px 10px !important; }

.tab-collection .offer-text-coll .offer-text-container {
  padding-top: 15px; }

.tab-collection .offer-text-coll .offer-text-container span {
  border-radius: 15px;
  border: 1px solid #7bae2329;
  padding: 5px 10px;
  color: #7bae23;
  background: #7bae2329;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content; }

.collection_prod-parents .collection-product .price-product {
  padding: 10px 0 0px 0; }

.tab-collection .price-product .price {
  font-family: SofiaPro;
  font-size: 15px;
  font-weight: 700;
  color: #7bae23; }

.tab-collection .price-product .price-old {
  font-family: SofiaPro;
  font-size: 15px;
  font-weight: 700;
  color: #979797; }

.tab-collection .btn-action button {
  background: #7bae23;
  display: flex;
  justify-content: center;
  padding: 7px 22px;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #7bae23;
  border-radius: 10px; }

.tab-collection .product-list .slick-track {
  display: flex; }

.tab-collection .page-width {
  max-width: 1410px;
  margin: 0 auto; }

.tab-collection .custom-arrow {
  background-color: #fff;
  border: 2px solid gray;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: gray;
  font-size: 20px;
  line-height: 14px !important;
  text-align: center;
  cursor: pointer;
  z-index: 100; }

.tab-collection .product-list button:before {
  left: 5%;
  position: absolute; }

.tab-collection .product-list button:after {
  left: 5%;
  position: absolute; }

.tab-collection .slick-prev {
  left: -1px;
  position: absolute;
  top: 22%; }

.tab-collection .slick-next {
  right: -1px;
  position: absolute;
  top: 22%; }

.tab-collection .info-product h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.tab-collection .tab-content {
  display: none; }

.tab-collection .active {
  display: block !important; }

.tab-collection .collection-products .product-list .product-item {
  padding: 0px 15px; }

.tab-collection {
  overflow: hidden; }

@media (max-width: 768px) {
  .tab-collection-text h3 {
    font-size: 15px; }

  .tab-collection-text .active h3 {
    font-size: 15px; }

  .tab-collection .tab-collection-text {
    gap: 10px !important; }

  .tab-collection .custom-arrow {
    width: 22px !important;
    height: 22px;
    font-size: 14px; }

  .tab-collection .slick-prev {
    left: 2px !important; }

  .tab-collection .slick-next {
    right: 2px !important; }

  .AirReviews-Carousel__InnerContainer {
    overflow: hidden; }

  .tab-collection .collection-products .product-list .product-item {
    padding: 0px 11px !important; }

  .tab-collection-text p {
    font-size: 12px !important; }

  .tab-collection-text .active p {
    font-size: 12px !important; }

  .tab-collection .tab-collection-text {
    margin-bottom: 25px; } }
.marquee_section .heading p {
  margin-top: 55px; }

.collection-block-main .collection_container .collection_heading_text {
  margin-top: 55px; }

.tab-content .slick-next:before {
  content: " " !important; }

.tab-content .slick-prev:before {
  content: " " !important; }

div#shopify-section-template--24769433993537__image_text_block_gLygTn {
  display: none; }

div#shopify-section-template--24769433993537__image_text_marquee_pCitHM {
  display: block; }

@media (max-width: 768px) {
  div#shopify-section-template--24769433993537__image_text_marquee_pCitHM {
    display: none !important; }

  div#shopify-section-template--24769433993537__image_text_block_gLygTn {
    display: block !important; }

  .AirReviews-Carousel__Container .AirReviews-Carousel__Heading .AirReviews-Carousel__Header {
    text-align: center;
    font-size: 30px;
    line-height: 1.5; } }
.AirReviews-CarouselWrapper .AirReviews-Carousel.AirReviews-Widget__V2 .AirReviews-Carousel__Header, .AirReviews-CarouselWrapper__OldTheme .AirReviews-Carousel.AirReviews-Widget__V2 .AirReviews-Carousel__Header {
  font-weight: normal !important; }

.rf__header .rf__title {
  font-weight: normal; }

.section-blog-v1 .text-center h3 {
  font-weight: normal !important; }

.selection-main .selection-heading h2 {
  font-weight: normal !important; }

.marquee_section .marquee-text h1 {
  font-weight: normal !important; }

.marquee_list .marque_list span {
  font-weight: normal; }

.custom-class-image .image-container .image-only img {
  max-height: unset !important;
  width: 100%;
  height: auto; }

.custom-class-image {
  background: unset !important;
  margin-top: -85px; }

#shopify-section-template--24769433502017__image_section_rVTrHj .image-main-only {
  background: unset !important; }

@media (max-width: 768px) {
  .custom-class-image {
    margin-left: 0px !important;
    margin-top: -86px; }

  .collection-block-main .collection_container .collection_inner {
    margin-top: -41px; }

  .tab-collection .tab-collection-inner h2 {
    font-size: 26px !important; } }
.js-poup-login-destop {
  display: none !important; }

.tab-collection .tab-collection-inner h2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px 0px;
  font-weight: normal; }

.collection-block-main .collection_container {
  padding: 0px 15px; }

.custom-class-image .image-container {
  padding: 0 15px; }

.review-container h2 {
  display: flex;
  justify-content: center; }

.review-main-section .review-container .review-inner {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 50px;
  padding: 30px;
  overflow: hidden; }

.review-main-section .review-container .review-inner .review-card {
  min-width: 230px;
  height: 100%;
  flex: 1 0 26%;
  scroll-snap-align: start;
  scroll-margin: 30px;
  width: 351px;
  border: 1px solid #eaeaea;
  border-radius: 72px 10px 72px 72px;
  padding: 20px 20px 40px;
  font-family: Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column; }

.review-main-section .review-container .review-inner .review-card .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.review-main-section .review-container .review-inner .review-card .review-header img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  left: -18px;
  top: -21px;
  max-width: 100%; }

.review-main-section .review-container .review-inner .review-card .review-header .person-name {
  position: relative;
  padding-left: 100px;
  text-align: left;
  width: 80%;
  display: flex;
  font-weight: 600; }

.review-main-section .review-container .review-inner .review-card .review-text {
  font-size: 13px;
  line-height: 27px;
  color: #333;
  text-align: left;
  font-family: poppins-Regular !important;
  text-transform: capitalize;
  margin-bottom: auto;
  margin-top: 32px; }

.review-main-section .review-container .review-inner .review-card .review-text p {
  font-size: 15px;
  margin: 3px; }

.review-main-section .review-container .review-inner .review-card .review-text .text {
  font-weight: 600; }

.review-main-section .review-container .review-inner .product-image {
  display: flex;
  align-items: center;
  gap: 10px; }

.review-main-section .review-container .review-inner .product-image img {
  width: 100%;
  height: auto;
  max-width: 72px; }

.review-main-section .review-container .review-inner .product-image .product-info {
  display: flex;
  flex-direction: column; }

.review-main-section .review-container .review-inner .product-image .product-info p {
  font-size: 10px;
  margin: 2px !important; }

.review-main-section .review-container .review-inner .product-image .product-info a {
  display: inline-block;
  color: #7bae23;
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline; }

.review-main-section .review-container {
  margin: 0 auto;
  max-width: 1585px; }

@media (max-width: 768px) {
  .review-main-section .review-container .review-inner {
    gap: 30px !important; }

  .review-main-section .review-container .review-inner .review-card {
    max-width: 254px;
    margin-left: 10px; }

  .review-inner ul.slick-dots {
    margin-bottom: 10px; }

  .section-flash-sale .container .offer-text-container span {
    font-size: 11px !important; }

  .section-flash-sale .container .button_url_main .button_url_inner .button_with_url span {
    font-size: 10px; } }
.review-main-section .review-inner .slick-track {
  padding-top: 22px;
  padding-left: 21px; }

.review-container .review-inner .slick-track {
  display: flex !important; }

.review-container .review-inner .slick-list {
  overflow: unset; }

.review-container .review-inner .slick-slide {
  height: auto !important; }

.review-main-section .review-container .review-inner {
  display: block !important; }

.review-main-section .review-container .slick-list {
  margin-bottom: 25px; }

.button_url_main .button_url_inner .button_with_url {
  display: flex; }

.section-flash-sale .container {
  margin-bottom: -80px; }

.section-flash-sale .slick-dots {
  top: 85%; }

.section-flash-sale .container .button_with_url .button_url {
  padding: 3px 12px !important; }

.section-flash-sale .container .button_url_main .button_url_inner .button_with_url .meta-image-text-inner {
  padding: 0px !important; }

.section-flash-sale .container .button_url_main .button_url_inner .button_with_url {
  flex-wrap: wrap;
  gap: 7px; }

.section-flash-sale .container .offer-text-container span {
  border-radius: 15px;
  border: 1px solid #7bae2329;
  padding: 5px 10px;
  color: #7bae23;
  background: #7bae2329;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 10px 0px; }

.list-collections .col-xl-4:nth-child(11) {
  display: none; }

.preload .product-list .product-item .collection_product_list .label-new {
  display: none; }
