/* body,
input,
textarea,
table,
td,
th,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
span {
  font-family: "Brandon Grotesque", sans-serif !important;
  font-style: normal !important;
  font-weight: 100 !important;
} */
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.Collapsible--large .Collapsible__Button {
  padding: 20px 0;
}
.Product__Tabs .Collapsible__Content {
  padding-right: 0;
}
@media only screen and (min-width: 1000px) {
  .ProductMeta__PriceList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.BFCM__product-discount_code {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  position: relative;
  flex: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.BFCM__product-discount_code p {
  display: inline-block;
}
.BFCM__product-discount_code .ali-icon {
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.49em;
  fill: #fff;
  margin-left: 5px;
}
.BFCM__product-discount_code .BFCM__product-discount_code-selector {
  padding-right: 8px;
  background-image: url(//cdn.shopify.com/s/files/1/0047/2180/3334/t/143/assets/select.87cd51ee.svg?v=3655143661116203084);
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid black;
  display: inline-block;
}
.BFCM__product-discount_code .BFCM__product-discount_code-selector:hover {
  border-color: #fbf0ee;
  cursor: pointer;
}
.BFCM__product-discount_code-selector-options {
  position: absolute;
  background: white;
  border: 1px solid #323232;
  right: 0;
  width: 100%;
  z-index: 3;
  margin-top: 2px;
  display: none;
}
.BFCM__product-discount_code-selector-options li {
  background: white;
  list-style: none;
  padding: 2px 5px;
  text-align: center;
}
.BFCM__product-discount_code-selector-options li.is_selected,
.BFCM__product-discount_code-selector-options li:hover {
  background: #a3a8bf;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .BFCM__product-discount_code {
    display: block;
    margin: 0 auto;
    margin-top: 2px;
  }
}
.skill-bar {
  height: 2px;
  background: #fcfbf7;
  border-radius: 3px;
  margin: 10px auto;
}
.skill-percentage {
  height: 2px;
  background: #e56d6b;
  border-radiud: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
}
.Cart__ShippingNotice.Text--subdued {
  background: #f0ebe5;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1240px) {
  .col-2 .CollectionItem {
    min-width: 50%;
  }
  .col-4 .CollectionItem {
    min-width: 25%;
  }
}
.mh-proudct-right .Product__Tabs {
  margin: 0px 0 50px;
}


/* landing page */
.mh-page-candycrush-landing a[href="#looxReviews"] {
  text-decoration: none;
  color: inherit;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .page-candycrush-landing .ProductForm {
    margin-top: 0;
  }
  .page-candycrush-landing .ProductForm .ProductForm__Variants {
    margin-bottom: 0;
  }
  .page-candycrush-landing .custom_review-column_image {
    margin-bottom: 15px;
    box-shadow: unset;
  }
  .page-candycrush-landing .FeatureText__ImageWrapper {
    padding: 0 10px;
  }

  .page-candycrush-landing .custom_image-column_content {
    padding: 0 10px;
  }

  .page-candycrush-landing .custom_review-column_content {
    padding: 10px;
  }
  .page-candycrush-landing h2.custom_image-column_title,
  .page-candycrush-landing .custom_image-column_title_2,
  .page-candycrush-landing .custom_image-column_title_2,
  .page-candycrush-landing
    .custom_image_text-wrap
    h2.SectionHeader__Heading
    strong {
    display: block;
    font-size: 20px;
  }
  .page-candycrush-landing .custom_image_text-wrap .FeatureText__Content {
    box-shadow: unset;
    padding: 0 10px;
  }
}
/* bundle product */
.product-slider .content.row {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .product-slider .content.row {
    padding: 0 50px;
  }
  .product-slider h2.SectionHeader__Heading.Heading.u-h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.product-slider h2.SectionHeader__Heading.Heading.u-h1 {
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #ef76ad;
}

.product-slider h3.SectionHeader__SubHeading.Heading.u-h6 {
  color: #ef76ad;
}
.product--root {
  text-align: center;
  position: relative;
  padding: 12px;
  background: #fbe5ed;
  border-radius: 20px;
}
.product--root a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  display: block;
}
.product--sale {
  display: block;
  padding: 12px 16px;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 1;
  border-radius: 2px;
  color: #fff;
  background: #ef76ad;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
}
.product--image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: auto !important;
}
.product--image {
  width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image--root {
  position: relative;
  max-width: 100%;
}
.image--root img {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100%;
  border-radius: 13px;
}
.image--root img.lazyloaded,
.image--root noscript img {
  visibility: visible;
  opacity: 1;
}
.product--hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product--image-wrapper:hover .product--hover-image {
  opacity: 1;
}

.product--details {
  text-align: center;
  padding-top: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #4d4d4d;
  padding-bottom: 10px;
  min-height: 60px;
  display: block;
  margin-top: 5px;
}
.product--price-wrapper {
  line-height: 1;
}
.cus_price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cus_price .product--price,
.cus_price1 .product--price {
  margin: 0;
}
.product--price span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.product--price span {
  font-size: 18px;
  color: #ef76ad;
}
.cus_price .product--price .money,
.cus_price1 .product--price .money {
  position: relative;
  top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #da74a7;
  background: transparent;
}
.product--compare-price {
  text-decoration: line-through;
  padding: 0 8px;
}
.product--compare-price span {
  text-decoration: line-through !important;
}
span.discount-price {
  display: block;
  padding: 8px 0;
  margin: 0 0 10px !important;
}
.cart--add-btn button,
.cart--add-btn a {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #ffc3dc !important;
  padding: 9px;
  font-size: 16px;
  letter-spacing: 1.5px;
  cursor: pointer;
  line-height: normal !important;
  height: auto;
  color: #ffc3dc !important;
  display: inline-block;
  color: #fff !important;
  background: #da74a7 !important;
  border-radius: 10px;
  border: 1px solid #da74a7 !important;
  font-weight: 600;
}
.product--root .ProductForm__Variants {
  margin-bottom: 25px;
  display: none;
}
.product--root .ProductForm {
  margin-top: 0;
}
.product--root .ProductForm__AddToCart {
  color: #fff !important;
  background: #da74a7 !important;
  border-radius: 10px;
  border: 1px solid #da74a7 !important;
}
.product--root .ProductForm__AddToCart:before {
  background-color: transparent;
}

.product-slider .owl-prev:before,
.product-slider .owl-next:before {
  content: "";
  width: 21px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-slider .owl-prev:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcuMDkgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE3LjA5IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMTYuOTk4LDMwLjIzN2MwLjA2MSwwLjE1OCwwLjA5MywwLjMyMSwwLjA5MywwLjQ5MXMtMC4wMzIsMC4zMzQtMC4wOTMsMC40OTFjLTAuMDYxLDAuMTU4LTAuMTUsMC4yOTgtMC4yNzEsMC40MThjLTAuMTIxLDAuMTIyLTAuMjYsMC4yMTItMC40MTcsMC4yNzNDMTYuMTUsMzEuOTcsMTUuOTkyLDMyLDE1LjgzNSwzMmMtMC4xNTcsMC0wLjMxNC0wLjAzLTAuNDcxLTAuMDkxYy0wLjE1OS0wLjA2MS0wLjI5OC0wLjE1MS0wLjQxOS0wLjI3M0wwLjM2MiwxNi45MDhjLTAuMTIxLTAuMTItMC4yMTItMC4yNi0wLjI3My0wLjQxN0MwLjAyOSwxNi4zMzMsMCwxNi4xNywwLDE2YzAtMC4xNjksMC4wMjktMC4zMzMsMC4wODktMC40OTFzMC4xNTItMC4yOTcsMC4yNzMtMC40MThMMTQuOTQ0LDAuMzYzYzAuMTIxLTAuMTIsMC4yNi0wLjIxMSwwLjQxOS0wLjI3M0MxNS41MjEsMC4wMywxNS42NzgsMCwxNS44MzUsMGMwLjE1NywwLDAuMzE2LDAuMDMsMC40NzUsMC4wOWMwLjE1NywwLjA2MiwwLjI5NiwwLjE1MywwLjQxNywwLjI3M2MwLjEyMSwwLjEyMiwwLjIxMSwwLjI2MSwwLjI3MSwwLjQxOGMwLjA2MSwwLjE1OCwwLjA5MywwLjMyMiwwLjA5MywwLjQ5MWMwLDAuMTctMC4wMzIsMC4zMzQtMC4wOTMsMC40OTFzLTAuMTUsMC4yOTctMC4yNzEsMC40MThMMy40MTgsMTZsMTMuMzA4LDEzLjgxOUMxNi44NDgsMjkuOTQsMTYuOTM3LDMwLjA3OSwxNi45OTgsMzAuMjM3eiIvPjwvc3ZnPg==);
}

.product-slider .owl-next:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcuMDkgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE3LjA5IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMC4wOTMsMS43NjNDMC4wMzIsMS42MDYsMCwxLjQ0MiwwLDEuMjczYzAtMC4xNjksMC4wMzItMC4zMzQsMC4wOTMtMC40OTFjMC4wNjEtMC4xNTgsMC4xNS0wLjI5OCwwLjI3MS0wLjQxOGMwLjEyMS0wLjEyMiwwLjI2LTAuMjEyLDAuNDE3LTAuMjczQzAuOTQsMC4wMywxLjA5OSwwLDEuMjU2LDBDMS40MTMsMCwxLjU3LDAuMDMsMS43MjcsMC4wOTFjMC4xNTksMC4wNjEsMC4yOTgsMC4xNTEsMC40MTksMC4yNzNsMTQuNTgyLDE0LjcyOGMwLjEyMSwwLjEyLDAuMjEyLDAuMjYsMC4yNzMsMC40MTdDMTcuMDYyLDE1LjY2NywxNy4wOSwxNS44MywxNy4wOSwxNmMwLDAuMTY5LTAuMDI5LDAuMzMzLTAuMDg5LDAuNDkxYy0wLjA2MSwwLjE1OC0wLjE1MiwwLjI5Ny0wLjI3MywwLjQxOEwyLjE0NiwzMS42MzdjLTAuMTIxLDAuMTItMC4yNiwwLjIxMS0wLjQxOSwwLjI3M0MxLjU3LDMxLjk3LDEuNDEzLDMyLDEuMjU2LDMycy0wLjMxNi0wLjAzLTAuNDc1LTAuMDljLTAuMTU3LTAuMDYyLTAuMjk2LTAuMTUzLTAuNDE3LTAuMjczYy0wLjEyMS0wLjEyMi0wLjIxMS0wLjI2MS0wLjI3MS0wLjQxOEMwLjAzMiwzMS4wNjEsMCwzMC44OTcsMCwzMC43MjhjMC0wLjE3LDAuMDMyLTAuMzM0LDAuMDkzLTAuNDkxczAuMTUtMC4yOTcsMC4yNzEtMC40MThMMTMuNjcyLDE2TDAuMzY0LDIuMTgyQzAuMjQzLDIuMDYsMC4xNTMsMS45MjEsMC4wOTMsMS43NjN6Ii8+PC9zdmc+);
  right: 0;
}

.product-slider .owl-prev,
.product-slider .owl-next {
  color: var(--color-text);
  position: absolute;
  top: 50%;
  background: none;
  opacity: 0.8;
  z-index: 999;
}

.product-slider .owl-prev {
  left: 0;
  height: 21px;
  margin: -40px 0 0 -30px;
}

.product-slider .owl-next {
  right: 0;
  margin: -40px -30px 0 0;
}

.owl-carousel .owl-nav button span {
  display: none;
}


.ProductMeta__PricingUpper {
  display: flex;
  justify-content: space-between;
}

.ProductMeta__PricingLower {
  color: #aaa;
}

.ProductMeta__Price {
  font-family: "Josefin Sans";
  font-size: 26px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.ProductMeta__PricingWrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

