/* 
Theme Name: IndaCloud based on Hello
Theme URI: https://github.com/elementor/hello-theme/
Description: IndaCloud is a child theme of Hello Elementor.
Author: Jahanggir Jaman
Author URI: https://fb.me/jahanggir.jaman
Template: hello-elementor
Version: 1.0.9
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* quick fix - move to appreance of cfw*/
div#cfw-side-cart-form {
  padding-bottom: 0 !important;
}

.cfw-cart-item-title {
  float: left;
  width: 100%;
}

#cfw-side-cart #cfw-cart .cart-item-row .cfw-cart-item-subtotal,
td.cfw-cart-item-subtotal .subscription-details {
  display: block !important;
}

.cfw-items-summary-item-discount {
  display: none;
}

.cfw-cart-table .cart-item-row {
  display: flex;
}

#cfw-side-cart .cfw-remove-item-button {
  color: transparent !important;
  background-image: url(/wp-content/uploads/2022/06/trashbin.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px !important;
  background-size: contain;
  top: 0;
  position: relative;
}

td.cfw-cart-item-subtotal {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

#cfw-side-cart .cfw-cart-item-subtotal .woocommerce-Price-amount {
  display: block !important;
}

#cfw-side-cart .cfw-side-cart-contents {
  padding: unset !important;
}
@media screen and (max-width: 600px) {
#cfw-side-cart .cfw-side-cart-contents {
    margin: 0 0 0 20px !important;
}
}
@media screen and (min-width: 800px) {

  body.cfw-side-cart-open #cfw-side-cart,
  body.cfw-side-cart-open #cfw-side-cart-overlay {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
}

/* quick */
.cfw-side-cart-free-shipping-progress-indicator > svg {
  width: 84px;
  height: 34px;
  position: relative;
  top: -14px;
  right: -15px;
}

#cfw-side-cart .cfw-side-cart-free-shipping-progress-indicator {
  background: #78ffd6;
}

.barBackground {
  background: white !important;
  border-radius: 5px !important;
  box-shadow: 0 0 0 1px black !important;
  margin-bottom: 12px;
}

.elementor-kit-21410 a:hover {
  color: #ffffff;
  color: unset !important;
}

.ic-shipping-message--light {
  display: block;
  font: 400 16px/26px Montserrat, sans-serif;
  color: #171717;
}

.ic-shipping-message--dark {
  display: block;
  font: 400 12px/18px Montserrat, sans-serif;
  color: #171717;
  margin-top: 2px;
}

.ic-shipping-message--dark strong {
  font-weight: 700;
  color: #171717;
}

.ic-shipping-message--light strong {
  font-weight: 700;
  color: #37806a;
}

.cfw-items-summary-item-discount {
  width: 25%;
  text-align: right;
}

.cfw-cart-item-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.cfw-cart-table .cart-item-row {
  display: flex;
  align-items: center;
}

a.cfw-show-coupons-module {
  color: #477e6a !important;
  font-weight: 500;
}

#cfw-side-cart #cfw-side-cart-container .cfw-quantity-stepper button {
  background-color: #2b2b2b1a;
  background-image: none !important;
  position: static;
}

#cfw-side-cart #cfw-side-cart-container .cfw-quantity-stepper button:hover {
  background-color: #2b2b2b1a !important;
  filter: brightness(0.8);
}

#cfw-side-cart #cfw-side-cart-container .cfw-quantity-stepper button svg {
  fill: #000 !important;
  width: 14px;
}

#cfw-side-cart .cfw-quantity-stepper-value-label {
  font: 500 15px/26px Montserrat, sans-serif !important;
  color: #000 !important;
  opacity: 1;
}

#cfw-side-cart #cfw-side-cart-container .cfw-cart-item-description > .cfw-cart-item-title span,
.ca-inda-008 #cfw-side-cart .cfw-cart-item-description > .cfw-items-summary-item-discount bdi {
  font: 400 15px/20px Montserrat, sans-serif;
  color: #333 !important;
}

#cfw-side-cart #cfw-side-cart-container .cfw-quantity-stepper-value-label {
  font: 500 15px/26px Montserrat, sans-serif !important;
  color: #000 !important;
  opacity: 1;
}

#cfw-side-cart .cfw-side-cart-contents-header {
  max-height: calc(100vh - 270px) !important;
  overflow-y: auto;
}

#cfw-side-cart #cfw-side-cart-container .cfw-side-cart-contents-footer {
  margin: 0 !important;
  position: sticky;
  bottom: 0;
  background: #ffffffed;
  border-top: 2px solid #000000d9 !important;
  padding: 0 1.5em 2em 1.5em;
}

/* td.cfw-cart-item-subtotal .subscription-details {
  display: none;
} */

#cfw-side-cart #cfw-side-cart-container .cfw-primary-btn {
  display: block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #000 !important;
  padding: 16px !important;
  background-image: none !important;
  background: radial-gradient(50% 100% at 50% 100%,
      #aaffa9 0%,
      #78ffd6 100%) !important;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 800px) {
  .cfw-side-cart-open #cfw-side-cart {
    border-image: url(/wp-content/uploads/2022/06/sideCloudCart.png) 50 stretch !important;
    border: solid;
    border-color: transparent !important;
    border-left-width: 45px;
    max-width: 820px;
    border-image-outset: 1 !important;
  }
}

#cfw-side-cart .cfw-cart-item-description > .cfw-items-summary-item-discount del span bdi {
  color: #c36 !important;
}

/*
  Add your custom styles here
*/

html {
  overflow-x: hidden !important;
}

@font-face {
  font-family: "Futura XBlkCnIt BT";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Black.woff2") format("woff2"),
       url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Black.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Futura Md BT";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Medium.woff2") format("woff2"),
       url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Regular.woff2") format("woff2"),
       url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Regular.woff") format("woff");
  font-weight: normal; /* 400 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura LT";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Medium.woff2") format("woff2"),
       url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura LT";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Black.woff2") format("woff2"),
       url("/wp-content/themes/hello-theme-child-master/fonts/subset-LeagueSpartan-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "flood-std";
  src: url("/wp-content/uploads/2022/06/Flood-Std-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/montserrat-v26-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/montserrat-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: "Staff Wide";
  src: url("/wp-content/themes/hello-theme-child-master/fonts/subset-StaffWide-Black.woff2") format("woff2"),
    url("/wp-content/themes/hello-theme-child-master/fonts/subset-StaffWide-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  background: #fbf8ea;
  overflow-x: hidden;
}

form.woocommerce-form.woocommerce-form-login.login.custom-login-style button.woocommerce-button.button.woocommerce-form-login__submit {
  font-weight: bold;
}

.header-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-image: linear-gradient(rgb(251, 248, 234) 50%,
      rgba(0, 0, 0, 0) 100%);
  transition: background 0ms !important;
}

.search i {
  background: transparent !important;
}

.search i:before {
  background: url(img/search.svg) no-repeat;
  content: "" !important;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 25px;
}

.my-cart .eicon:before {
  background: url(img/shopping-bag.svg) no-repeat;
  content: "" !important;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 25px;
}

html .categories-box .ue-item .carousel-image {
  background-color: #fff !important;
  background-size: auto !important;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 40px;
  background-position-y: 40px !important;
}

html .categories-box .uc_post_title a {
  color: #000;
}

.popular-products .owl-carousel,
.new-products .owl-carousel,
.inda-products .owl-carousel {
  padding: 0 40px;
}

.popular-products .uc_product_image,
.new-products .uc_product_image,
.inda-products .uc_product_image {
  background: transparent !important;
}

.popular-products .fa-arrow-left:before {
  background: url(img/left.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.popular-products .fa-arrow-right:before {
  background: url(img/right.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.new-products .fa-arrow-left:before {
  background: url(img/left-purple.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.new-products .fa-arrow-right:before {
  background: url(img/right-purple.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.inda-products .fa-arrow-left:before {
  background: url(img/left-blue.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.inda-products .fa-arrow-right:before {
  background: url(img/right-blue.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.popular-products .owl-prev,
.popular-products .owl-next,
.new-products .owl-prev,
.new-products .owl-next,
.inda-products .owl-prev,
.inda-products .owl-next {
  top: 44% !important;
}

.popular-products .owl-prev:focus,
.popular-products .owl-next:focus,
.new-products .owl-prev:focus,
.new-products .owl-next:focus,
.inda-products .owl-prev:focus,
.inda-products .owl-next:focus {
  border: none !important;
  outline: none !important;
}

.popular-products .owl-prev:hover,
.popular-products .owl-next:hover,
.new-products .owl-prev:hover,
.new-products .owl-next:hover,
.inda-products .owl-prev:hover,
.inda-products .owl-next:hover {
  opacity: 0.5;
}

.home-reviews .eicon-chevron-left:before {
  background: url(img/left-purple.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.home-reviews .eicon-chevron-right:before {
  background: url(img/right-purple.png) no-repeat;
  content: "" !important;
  width: 50px;
  height: 51px;
  display: block;
  background-size: 50px;
}

.home-reviews .elementor-testimonial__header {
  text-align: center;
  flex-direction: column;
}

.home-reviews .elementor-testimonial__text {
  text-align: center;
}

.home-reviews .elementor-testimonial__name {
  order: 1;
}

.footer-menu a {
  color: #000;
}

.footer-menu a:hover {
  color: #666;
}

.footer-menu .elementor-tab-title {
  padding: 15px 0 !important;
  border-bottom: 1px solid #000 !important;
}

.footer-menu .elementor-tab-content {
  padding: 15px 0 !important;
}

.wpb_category_n_menu_accordion > ul > li > a {
  font-family: "FuturaLT-Bold", Sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 22px;
  background: transparent;
  color: #000 !important;
  text-transform: uppercase;
}

.categories-list .current-cat {
  background: #ffbd59;
}

.categories-list .wpb_category_n_menu_accordion > ul > li > a {
  border-bottom: none !important;
}

.categories-list .wpb_category_n_menu_accordion ul > li li {
  background: #fbf8ea;
}

.categories-list .wpb_category_n_menu_accordion > ul > li > a:hover {
  background-color: #ffbd59;
}

.wpb_category_n_menu_accordion > ul > li li:hover > a,
.wpb_category_n_menu_accordion > ul > li li.current-cat > a,
.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
  border-left-color: #ffbd59;
}

.categories-list .wpb_category_n_menu_accordion ul > li li a {
  color: #000 !important;
}

.category-products .button {
  display: none !important;
}

.none-bg {
  background-color: transparent !important;
}

.contact-page .elementor-button {
  min-width: 255px;
}

.register-page .elementor-button {
  background: url(https://indacloud.co/wp-content/uploads/2022/05/Layer-2-1.png) no-repeat center center;
  min-width: 255px;
}

.dialog-type-lightbox {
  z-index: 99999;
}

/* .affiliate-form .button {
  background: url(https://indacloud.co/wp-content/uploads/2022/05/Layer-2-1.png) no-repeat center center;
  min-width: 255px;
  border: none;
  height: 64px;
  color: #fff;
  font-weight: bold;
} */
.affiliate-form .button:hover,
.affiliate-form .button:focus {
  border: none;
  outline: none;
  opacity: 0.8;
}

.hide-btn .button {
  display: none !important;
}

.single-product-options .wcsatt-options-product-prompt-text {
  display: none;
}

.single-product-options ul.wcsatt-options-product {
  margin: 0;
  padding: 0;
}

.single-product-options ul.wcsatt-options-product li {
  font-size: 15px;
  font-weight: bold;
  font-family: "FuturaLT-Bold", Sans-serif;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
}

.single-product-options ul.wcsatt-options-product li span {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: bold;
  font-family: "FuturaLT-Bold", Sans-serif;
}

.single-product-options ul.wcsatt-options-product li span ins {
  text-decoration: none;
}

.single-product-options ul.wcsatt-options-product li:hover {
  background: #eee;
}

.single-product-options .single_add_to_cart_button {
  background: url(/wp-content/uploads/2022/08/svgGreenButton.svg) no-repeat !important;
  background-color: transparent !important;
  width: 500px;
  height: 78px;
  text-align: center;
  text-transform: uppercase;
  color: #000 !important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
  background: transparent !important;
  color: black;
  font-size: 30px;
}

/* html .product_cat-thca-flower .wpclv-attributes .wpclv-attribute:nth-child(1) .wpclv-terms:has([aria-label="3.5G"].active):after {
  font-weight: 700;
  content: "\26A1 Upgrade to 7G for a free hemp wrap";
  position: absolute;
  display: block !important;
  top: 85px;
}
html .product_cat-thca-flower .wpclv-attributes .wpclv-attribute:nth-child(1) .wpclv-terms:has([aria-label="7G"].active):after {
  font-weight: 700;
  content: "\26A1 A free hemp wrap is included";
  position: absolute;
  display: block !important;
  top: 85px;
} */

/* html .product_cat-thca-flower .wpclv-attributes .wpclv-attribute:nth-child(1) .wpclv-terms{
  margin-bottom:40px;
} */
@media (max-width: 767px) {
  .elementor-21256 .elementor-element.elementor-element-b1007af {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 1450px) {
  .single-product-options .single_add_to_cart_button {
    background: url(/wp-content/uploads/2022/08/svgGreenButton.svg) !important;
    height: 65px;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    color: #000 !important;
    background-position: center !important;
    width: 450px !important;
    background-size: cover !important;
  }
}

.affwp-form fieldset legend {
  font-family: "FuturaLT-Bold", Sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.woocommerce div.product form.cart .button:focus {
  outline: none;
}

.checkoutwc .cfw-side-cart-quantity-wrap {
  display: none;
}

#cfw-side-cart .cfw-side-cart-contents-header {
  background: #b9d5ed;
  margin: -25px 0 0;
  padding: 1.5em 1.5em 0.5em 1.5em;
  position: relative;
}

#cfw-side-cart .cfw-side-cart-contents-header:before {
  content: "Cart";
  display: inline-block;
}

.cfw-side-cart-free-shipping-progress {
  border-radius: 5px;
  order: 1;
  width: 100%;
}

#cfw-side-cart .cfw-side-cart-free-shipping-progress-indicator {
  border-radius: 5px;
}

#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap p {
  order: 2;
}

[dir="ltr"] #cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn svg {
  display: none;
}

[dir="ltr"] #cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn {
  background: url(img/x.png) no-repeat;
  width: 15px;
  height: 20px;
  right: 1.5em;
  left: auto;
}

.wpclv-attributes .wpclv-attribute-label {
  font-size: 16px;
  font-weight: bold;
  font-family: "FuturaLT-Bold", Sans-serif;
}

html .wpclv-attributes .wpclv-terms span,
.wpclv-attributes .wpclv-terms a {
  font-size: 11px;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-family: "FuturaLT-Bold", Sans-serif;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .wpclv-attributes .wpclv-terms .wpclv-term {
  border-radius: 7px;
  padding: 0;
  overflow: hidden;
}

html .wpclv-attributes .wpclv-terms .wpclv-term.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

html .wpclv-attributes .wpclv-terms .wpclv-term.active span {
  color: #fff;
}

html .wpclv-attributes .wpclv-terms .wpclv-term.active:hover {
  cursor: auto;
}

.wpclv-attributes .wpclv-terms .wpclv-term:hover {
  border-color: #000;
  cursor: pointer;
}

.wpclv-attributes .wpclv-terms .wpclv-term-color span,
.wpclv-attributes .wpclv-terms .wpclv-term-color a {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .wpclv-term.wpclv-term-color.active span {
  position: absolute;
  padding: 0;
  z-index: 0;
  height: 100%;
}

html .wpclv-term.wpclv-term-color.active[aria-label]:after {
  content: attr(aria-label);
  color: #000;
  font-family: "FuturaLT-Bold", Sans-serif;
  font-size: 12px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

html .wpclv-term.wpclv-term-color[aria-label] a:after {
  content: attr(title);
  color: #000;
  font-family: "FuturaLT-Bold", Sans-serif;
  font-size: 12px;
}

.stock.in-stock {
  display: none;
}

ul.product-options-list {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.product-options-list li {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
}

ul.product-options-list .title {
  font-family: "FuturaLT-Bold", Sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.product-options-list .details {
  font-family: "FuturaPTMedium", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  text-transform: uppercase;
}

.full-height-col .elementor-widget-wrap,
.full-height-col .elementor-widget-shortcode,
.full-height-col .elementor-widget-container,
.full-height-col .elementor-shortcode {
  height: 100%;
}

.product-reviews .wc-tabs,
.product-reviews .woocommerce-Tabs-panel {
  display: none !important;
}

.product-reviews .woocommerce-Tabs-panel--reviews {
  display: block !important;
}

.product .sprw-rating-container.sprw-template-two .sprw-average-rating-wrap .sprw-number-outer-wrap .sprw-rating-number-wrap,
.summary .sprw-rating-container.sprw-template-two .sprw-average-rating-wrap .sprw-number-outer-wrap .sprw-rating-number-wrap,
.sprw-template-two .sprw-review-form-button,
.woocommerce .sprw-template-two #review_form #respond .form-submit input,
.sprw-template-two .qq-upload-button {
  color: #fff;
}

.woocommerce .elementor-1607 .elementor-element.elementor-element-91d5c00 .woocommerce-tabs .woocommerce-Tabs-panel {
  border: none;
}

.wpb_category_n_menu_accordion .cat-item-113,
.wpb_category_n_menu_accordion .cat-item-114 {
  display: none;
}

.marquee {
  animation-duration: 100s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: scroll-horizontal;
  animation-timing-function: linear;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.single-product-options .subscription-price .wcsatt-sub-discount {
  font-size: 16px !important;
  border-radius: 100%;
  border: 1px solid #000;
  line-height: 30px;
  display: inline-block;
  padding: 10px;
}

del .woocommerce-Price-amount bdi {
  color: #ff0000;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.logged-in.woocommerce-account .woocommerce {
  background: #fff;
}

.logged-in.woocommerce-account .elementor-element.elementor-element-a425c32 > .elementor-container {
  min-height: auto;
}

.faq-accordion .elementor-accordion-item {
  border-bottom: 1px solid #000 !important;
}

.coa-file .elementor-image-box-content {
  margin-top: -10px;
}

.elementor-widget-woocommerce-my-account .woocommerce .woocommerce-form-login {
  width: 25%;
  display: block;
  margin: auto;
}

.elementor-widget-woocommerce-my-account .woocommerce h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.custom-login-style .form-row label {
  display: none !important;
}

.custom-login-style .form-row input {
  border: 1px solid #000 !important;
}

.custom-login-style .form-row {
  text-align: center;
}

.custom-login-style .woocommerce-form-login__submit {
  float: none !important;
  margin-top: 23px !important;
  margin-right: 0 !important;
  text-transform: uppercase;
}

.custom-login-style .woocommerce-LostPassword {
  float: right;
  margin-top: 0 !important;
}

.custom-swiper ul {
  display: flex !important;
}

.custom-swiper ul li {
  border: 1px solid #000;
  text-align: center;
  border-radius: 100%;
  min-height: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.custom-swiper ul img {
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
}

.custom-swiper mark.count {
  display: none;
}

.rounded-box {
  border: 1px solid #000;
  text-align: center;
  border-radius: 100%;
  width: 240px !important;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

form.woocommerce-form.woocommerce-form-login.login.custom-login-style button.woocommerce-button.button.woocommerce-form-login__submit {
  font-family: "FuturaLT-Bold", sans-serif;
  border: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
  margin: 10px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 1366px) {

  .elementor-10 .elementor-element.elementor-element-2940b62:not(.elementor-motion-effects-element-type-background),
  .elementor-10 .elementor-element.elementor-element-2940b62 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: 50%;
  }

  .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-form-login {
    width: 35%;
  }
}

@media (max-width: 880px) {
  .elementor .elementor-html5-video {
    object-fit: contain;
    width: 100vh !important;
    height: 100vh !important;
  }

  .elementor-10 .elementor-element.elementor-element-679319b > .elementor-container {
    min-height: 238px;
  }

  .elementor-10 .elementor-element.elementor-element-91f0a91 > .elementor-element-populated {
    padding: 0;
  }

  .slider-section {
    padding: 5% 10% !important;
  }

  .slider-section .section-col-1 {
    width: 100%;
  }

  .slider-section .section-col-2 {
    display: none;
  }

  .slider-section .elementor-widget-wrap {
    justify-content: center;
  }

  .slider-section .elementor-widget-heading,
  .slider-section .elementor-widget-container p,
  .slider-section .elementor-widget-image {
    text-align: center !important;
  }

  .no-bottom-margin {
    margin-bottom: 5px !important;
  }

  .footer-n-form {
    margin: 5px 0 5px 16% !important;
  }
}

@media (max-width: 768px) {
  .footer-n-form {
    margin: 5px 0 5px 0 !important;
  }
}

@media (max-width: 767px) {
  .faq-accordion .elementor-accordion-item {
    border-bottom: 1px solid #000 !important;
  }

  .faq-accordion .elementor-accordion-item:first-child {
    border-top: 1px solid #000 !important;
  }

  .faq-accordion .elementor-accordion-icon {
    font-size: 10px;
  }

  .faq-accordion .elementor-accordion-item .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .rounded-box {
    width: 125px !important;
    height: 120px;
  }
}

@media (max-width: 425px) {
  .elementor-961 .elementor-element.elementor-element-5792a0e {
    padding: 5% 0% 6% 0%;
  }

  .footer-n-form {
    margin: 20px 0 20px 75px !important;
  }

  body .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-form-login {
    padding: 20px !important;
  }
}

@media (max-width: 375px) {
  .footer-n-form {
    margin: 10px 0 10px 60px !important;
  }
}

@media (max-width: 320px) {
  .footer-n-form {
    margin: 0 -20px 0 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-form-login {
    width: 460px;
  }
}

@media only screen and (max-width: 460px) {
  .elementor-widget-woocommerce-my-account .woocommerce .woocommerce-form-login {
    width: 310px;
  }

  .custom-login-style .woocommerce-LostPassword {
    margin-top: -34% !important;
  }
}

.woocommerce-shop .elementor-21256 .elementor-element.elementor-element-37977b0:not(.elementor-motion-effects-element-type-background),
.woocommerce-shop .elementor-21256 .elementor-element.elementor-element-f5a23f0:not(.elementor-motion-effects-element-type-background) {
  background-color: #fbf8ea;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
  float: none !important;
  text-align: center !important;
}

/*Amount-Until-Free-Shipping*/
.amount-until-free-shipping {
  padding: 10px 20px !important;
}

.amount-until-free-shipping .centered {
  justify-content: center !important;
  padding: 4px 0;
}

.shippingProgress {
  background: red;
  color: red;
}

.progress-bar {
  background: white;
  width: 400px !important;
  display: list-item;
}

#cfw-side-cart .cfw-side-cart-free-shipping-progress-wrap {
  display: block;
}

#cfw-side-cart .cfw-order-bumps .cfw-order-bump .cfw-order-bump-body img {
  max-width: 100%;
  width: 6.75em !important;
}

.custom-login-style .woocommerce-LostPassword {
  margin-top: 0 !important;
}

.custom-login-style p {
  margin-bottom: 0 !important;
  text-align: center !important;
  margin-top: 5px !important;
}

@media only screen and (max-width: 500px) {

  .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,
  .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 960px) {

  #menu-item-24328 img,
  #menu-item-24327 img,
  #menu-item-24326 img {
    width: 35px !important;
  }

  .ubermenu-column-1-3 img {
    height: 30px !important;
  }

  .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
    width: 100% !important;
  }
}

#cfw-side-cart .cfw-order-bump.cfw-module:last-of-type .woocommerce-form__label-for-checkbox {
  display: none !important;
}

/* li.outofstock:after {
content: "SOLD OUT";
position: absolute;
background: rgb(255 204 63);
padding: 0 10px;
text-align: center;
width: 135px;
height: 45px;
top: calc(50% - 120px);
left: calc(50% - 60px);
font-size: 1.4em;
font-weight: bold;
display: flex;
align-items: center;
transform: rotate(-10deg);
} */
li.outofstock:after {
  content: "SOLD OUT";
  position: absolute;
  background: rgb(255 204 63);
  padding: 0 10px;
  text-align: center;
  width: inherit;
  height: inherit;
  top: calc(50% - 50px);
  left: calc(50% - 70px);
  font-size: 1.4em;
  font-weight: bold;
  display: flex;
  align-items: center;
  transform: rotate(-10deg);
}

.woocommerce li.product.outofstock {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  li.outofstock:after {
    padding: 5px 10px;
    width: unset;
    height: unset;
    top: calc(50% - 50px);
    left: calc(50% - 60px);
    font-size: 1.2em;
  }

  .elementor-21256 .elementor-element.elementor-element-37977b0:not(.elementor-motion-effects-element-type-background) {
    background-size: 700px 55px !important;
  }
}

li.outofstock * {
  opacity: 0.8;
}

html body .product_cat-freepreroll .elementor-element.elementor-element-410afb2.quantityPack,
html body .product_cat-freegummies .elementor-element.elementor-element-410afb2.quantityPack {
  display: none !important;
}

li.post-280917 {
  display: none !important;
}