/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Child theme for Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
*/

/* Custom CSS starts here */

/* ---- Global Elements CSS End Here ---- */
html body.theme_is_dark{
    --e-global-color-secondary: #FFFFFF;
    background-color: #010810;
    transition: .3s all ease;
}
html body.theme_is_light{
    --e-global-color-secondary: #00142D;
    background-color: #F2F5FA;
}
html body {
    overflow-x: hidden;
}
html body,
body p,
body .elementor-heading-title,
body .elementor-icon-box-title,
body .e-n-accordion-item-title-text,
body .productCard{
    transition: all .4s ease;
}
.theme-color {
    color: var(--e-global-color-secondary);
    transition: all .4s ease;
}
.btn-primary .elementor-button {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 19px 35px;
    border-radius: 30px;
    transition: .3s all ease;
}
.btn-glass .elementor-button {
    padding: 12px !important;
    min-height: 55px;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background-color: rgb(255 255 255 / 10%) !important;
    box-shadow: inset -06px 29px 4px -30px rgba(255,255,255,0.95) /* TOP */, 
                inset 25px -18px 4px -30px rgba(255,255,255,0.95) /* Left */,
                inset -27px 15px 4px -30px rgba(255,255,255,0.95) /* Right */,
                inset -06px -30px 4px -31px rgba(255,255,255,0.95) /* Bottom */,
                rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.btn-glass .elementor-button .elementor-button-icon {
    font-size: 24px;
}
/* ---- Global Elements CSS End Here ---- */


/* ---- Toggle CSS Start Here----*/
.toggle-track.theme-toggle-btn{
  position: relative;
  width: 72px;
  height: 37px;
  border-radius: 999px;
  background: #1a1a2e;
  border: 0.5px solid #3a3a5c;
  cursor: pointer;
  transition: background 0.4s ease, border-color 0.4s ease;
}
.toggle-track.theme-toggle-btn .toggle-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #074eba;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s ease;
}
.toggle-track.theme-toggle-btn .icon-moon,
.toggle-track.theme-toggle-btn .icon-sun {
  position: absolute;
  width: 16px;
  height: 16px;
  transition: opacity 0.3s ease;
}
.toggle-track.theme-toggle-btn .icon-moon { opacity: 1; }
.toggle-track.theme-toggle-btn .icon-sun  { opacity: 0; }
.toggle-track.theme-toggle-btn .stars {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  overflow: hidden;
  pointer-events: none;
}
.toggle-track.theme-toggle-btn .star {
  position: absolute;
  border-radius: 50%;
  background: white;
  transition: all 0.4s ease;
}
body.theme_is_light .toggle-track.theme-toggle-btn { background: #074eba; border-color: #FFFFFF3b; }
body.theme_is_light .toggle-track.theme-toggle-btn .toggle-thumb { transform: translateX(36px); background: #00142d; }
body.theme_is_light .toggle-track.theme-toggle-btn .icon-moon { opacity: 0; }
body.theme_is_light .toggle-track.theme-toggle-btn .icon-sun { opacity: 1; }
body.theme_is_light .toggle-track.theme-toggle-btn .star { opacity: 0; }

body.theme_is_dark .toggle-track.theme-toggle-btn .star.star1 { left: 50px; }
body.theme_is_dark .toggle-track.theme-toggle-btn .star.star2 { left: 45px; }
body.theme_is_dark .toggle-track.theme-toggle-btn .star.star3 { left: 35px; }

body.theme_is_light .toggle-track.theme-toggle-btn .star.star1 { left: 10px; }
body.theme_is_light .toggle-track.theme-toggle-btn .star.star2 { left: 20px; }
body.theme_is_light .toggle-track.theme-toggle-btn .star.star3 { left: 30px; }
.html-toggle-button.elementor-widget-html {
    position: fixed;
    width: fit-content;
    bottom: 35px;
    right: 35px;
    z-index: 99999;
}   
/* ---- Toggle CSS End Here ----*/


/* ---- Header CSS Start Here ---- */
header .header-area {
    position: absolute !important;
    top: 45px;
    left: 0;
    width: 100% !important;
    z-index: 999 !important;
}

.header-icon_list .elementor-icon-list-items {
    flex-wrap: nowrap !important;
}
.header-search {
    position: relative;
    padding: 13px;
    border-radius: 30px;
    isolation: isolate;
    background-color: rgb(165 165 165 / 10%);
    box-shadow: inset -06px 29px 4px -30px rgba(255,255,255,0.95) /* TOP */, 
                inset 25px -18px 4px -30px rgba(255,255,255,0.95) /* Left */,
                inset -27px 15px 4px -30px rgba(255,255,255,0.95) /* Right */,
                inset -06px -30px 4px -31px rgba(255,255,255,0.95) /* Bottom */,
                rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
/* ---- Header CSS End Here ---- */


/* ---- Footer CSS Start Here ---- */
.footer-btm p{
	margin-bottom: 0;
}
/* ---- Footer CSS End Here ---- */


/* ---- Hero Section CSS Start Here ---- */
.hero-area .hero-box{
    max-height: 850px;
}
.hero-box .btn-glass .elementor-button{
    min-width: 273px;
}
.hero-box::before {
    height: calc(100% + 1px) !important;
    width: calc(100% + 2px) !important;
    left: -1px !important;
}
.hero-area .hero-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    border: 1px solid #ffffff3b;
    filter: blur(2px);
    border-radius: 22px;
    z-index: 1;
}
.hero-area .hero-box > .e-con-inner {
    z-index: 2;
}
.hero-badges-box .elementor-widget-icon-box .elementor-icon-box-title {
    margin-top: 0;
    transition: all .4s ease;
}
body.theme_is_light .hero-area .hero-badges {
    background-color: #FFFFFF !important;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 100px;
}
/* ---- Hero Section CSS End Here ---- */


/* ---- Superior-Grade Compounds Section CSS Start Here ---- */
.sg-column-content{
    gap: 120px !important;
}
img.sg-img.sg-img-01 {
    width: 100%;
    max-width: 160px;
    height: auto;
    position: absolute;
    top: -5px;
    left: -30px;
}
img.sg-img.sg-img-02 {
    width: 100%;
    max-width: 220px;
    height: auto;
    position: absolute;
    bottom: 70px;
    left: -65px;
}
img.sg-img.sg-img-03 {
    width: 100%;
    max-width: 130px;
    height: auto;
    position: absolute;
    top: 25px;
    right: 0;
}
img.sg-img.sg-img-04 {
    width: 100%;
    max-width: 160px;
    height: auto;
    position: absolute;
    bottom: 86px;
    right: 0;
}
img.sg-img-bottle {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    margin-top: -100px;
    margin-bottom: -100px;
    animation: bottleRotate 4s infinite ease-in-out;
}
img.bottle-shadow {
    position: absolute;
    bottom: -230px;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: bottleShadow 4s infinite ease-in-out;
}
@keyframes bottleRotate {
    0% {
        transform: rotate(-14deg);
    }
    50% {
        transform: rotate(14deg);
    }
    100% {
        transform: rotate(-14deg);
    }
}
@keyframes bottleShadow{
    0% {
        transform: translateX(100px);
    }
    50% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(100px);
    }
}
/* ---- Superior-Grade Compounds Section CSS End Here ---- */


/* ---- Our Approach Section CSS Start Here  ---- */
.app-box {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-left-color: #074EBA10;
    border-top-color: #074EBA05;
    border-right-color: #074EBA10;
    border-bottom-color: #074EBA20;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 50px;
    transition: all .4s all ease;
}
.app-box .elementor-widget-icon-box,
.app-box .elementor-icon-box-wrapper{
    height: 100%;
}
.app-box .elementor-icon-box-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
}
body .app-box .elementor-icon-box-description {
    margin-top: auto;
}

body.theme_is_dark .app-box::before {
    background-image: linear-gradient(150deg, #000000 40%, #074EBA 170%) !important;
}
body.theme_is_dark .app-box .elementor-icon-box-description {
    font-weight: 300 !important;
}
body.theme_is_dark .app-box {
    border-color: #074EBA70;
    box-shadow: none;
}
/* ---- Our Approach Section CSS End Here  ---- */


/* ---- FAQ Section CSS Start Here ---- */
.theme-faq .e-n-accordion-item {
    padding: 30px 50px;
    background: #00142D;
    border: 1px solid #00142D;
    border-radius: 22px;
    min-height: 99px;
    transition: .3s all ease;
}
.theme-faq .e-n-accordion-item[open]{
    border-color: var(--e-global-color-primary);
    background-color: transparent;
}
.theme-faq .e-n-accordion-item > div {
    opacity: 0;
    transition: .5s all ease;
    animation-delay: 500ms;
}
.theme-faq .e-n-accordion-item[open] > div {
    opacity: 1;
    transition: .5s all ease;
}
body.theme_is_light .theme-faq .e-n-accordion-item{
    background-color: #FFF;
    border-color: #FFF;
}
body.theme_is_light .theme-faq .e-n-accordion-item[open]{
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
}
body.theme_is_light .theme-faq .e-n-accordion-item span.e-closed svg path {
    fill: var(--e-global-color-primary);
}
/* ---- FAQ Section CSS End Here ---- */


/* ---- Need Assistance CSS Start Here ---- */
.need-assistance > .e-con-inner {
    z-index: 1;
}
.need-assistance .btn-glass .elementor-button {
    width: fit-content;
    min-width: 200px;
}
body.theme_is_light .need-assistance::before {
    background-color: #FFFFFF !important;
}
body.theme_is_light .need-assistance .btn-glass .elementor-button {
    background-color: var(--e-global-color-primary) !important;
    box-shadow: none;
}
/* ---- Need Assistance Section CSS End Here ---- */


/* ---- Product Card CSS Start Here ---- */
.productCard .cart_icon .elementor-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: re;
}
.productCard .product-mg-variations {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
body.theme_is_light .productCard {
    background-color: #FFF !important;
}
.productCard .title-var {
    margin-top: auto;
}
/* ---- Product Card CSS End Here ---- */

/* ---- Additional CSS ---- */
.swiper-button-style .elementor-swiper-button svg path{
    stroke: #FFF !important;
    stroke-opacity: 1;
}
.swiper-button-style .elementor-swiper-button,
.swiper-button-style .elementor-swiper-button.swiper-button-disabled{
    background: transparent !important;
    border-color: #074EBA !important;
}
.swiper-button-style .elementor-swiper-button svg path,
.swiper-button-style .elementor-swiper-button.swiper-button-disabled svg path{
    stroke: #074EBA !important;
    transition: .4s all ease;
}
.swiper-button-style .elementor-swiper-button{
    opacity: 0.7;
    transition: .4s all ease;
}
.swiper-button-style .elementor-swiper-button:hover{
    opacity: 1;
    background-color: var(--e-global-color-primary) !important;
}
.swiper-button-style .elementor-swiper-button:hover svg path{
    stroke: #FFFFFF !important;
}
body.theme_is_dark .swiper-button-style .elementor-swiper-button,
body.theme_is_dark .swiper-button-style .elementor-swiper-button.swiper-button-disabled{
    background: transparent !important;
    border-color: #67a4ff !important;
}
body.theme_is_dark .swiper-button-style .elementor-swiper-button svg path,
body.theme_is_dark .swiper-button-style .elementor-swiper-button.swiper-button-disabled svg path{
    stroke: #67a4ff !important;
}
body.theme_is_dark .swiper-button-style .elementor-swiper-button:hover{
    opacity: 1;
    background-color: var(--e-global-color-primary) !important;
    border-color: #074EBA !important;
}
body.theme_is_dark .swiper-button-style .elementor-swiper-button:hover svg path{
    stroke: #FFFFFF !important;
}
/* ---- Shop Page CSS Start Here ---- */
.Product-div .woocommerce ul li a img {
    max-width: 344px;
    height: 400px !important;
    object-fit: cover;
    border-radius: 20px !important;
}
.Product-div .woocommerce ul li .add_to_cart_button {
    display: none !important;
}
.Product-div .woocommerce ul li h2 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500;
}
.Product-div .woocommerce ul li .price {
    color: #fff !important;
    font-size: 30px !important;
	margin: 0 !important;
}
.Product-div .woocommerce ul li {
    background: #00142D;
    border-radius: 20px;
    padding: 20px !important;
}
.single-product  main {
    max-width: 1440px !important;
}
/* ---- Shop Page CSS End Here ---- */

/* ---- Contact CSS Start  Here ---- */
.contact-form form .elementor-field-type-textarea textarea {
    resize: none;
    height: 132px;
}
/* ---- Contact CSS End  Here ---- */


/* ---- Shipping CSS End  Here ---- */
.shipping-con .e-con-full ul {
    padding-left: 17px;
}
.shipping-con .e-con-full ul li:last-child {
    margin-bottom: 15px;
}
.shipping-con .e-con-full p strong {
    color: #074EBA !important;
}

/* ---- Shipping CSS End  Here ---- */

.single-product div.images img {
  border-radius: 20px;
}
.single-product .product_title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 40px !important;
}
.single-product .product_title::before {
    content: '';
    position: absolute;
    width: 72px;
    height: 2px;
    background: #E8E8E8;
    top: 60px;
}
.single-product .price {
  font-size: 28px !important;
  color: #FFF!important;
  margin-bottom: 10px;
}
.single-product .woocommerce-product-details__short-description {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 15px;
}
.single-product .stock {
  color: #00ff9c;
  margin-bottom: 20px;
}
.single-product  table tbody tr select {
  color: #fff;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #fff;
  max-width: 30% !important;
  display: block !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat !important;
  filter: contrast(0.5);
  background-position: 100% 100% !important;
  margin: 0 !important;
  min-width: 30% !important;
}
.single-product .quantity input {
  background: #0d2a3d;
  border: none;
  color: #fff;
}
.single-product button.single_add_to_cart_button {
  padding: 12px 30px !important;
  color: #fff !important;
  font-size: 25px !important;
  opacity: 1 !important;
  background: #074EBA !important;
  border-radius: 40px;
  font-weight: 400;
  margin-left: 20px;
}
.single-product .flex-control-thumbs img {
  border-radius: 10px;
}
.single-product .product {
    padding-top: 70px !important;
}
.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product .product .onsale {
  display: none;
}
.single-product .product .woocommerce-tabs * {
    display: none;
}
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
    gap: 0px;
    margin-top: 25px;
    border-top: 2px solid #E8E8E8;
    padding-top: 40px;
}
.single-product .woocommerce-variation-add-to-cart .quantity {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 5px 10px;
  border: 2px solid #074EBA;
  margin: 0 !important;
		border-left: 0px;
	border-right: 0px;
}
.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
  width: 30px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  outline: none;
  height: 40px;
  padding: 0 !important;
}
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .qty-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #0d6efd, #1e90ff);
  border: none;
  color: #fff;
  padding: 14px 35px;
  border-radius: 40px;
  font-size: 16px;
  transition: 0.3s;
}
.single-product .single_add_to_cart_button:hover {
  transform: scale(1.05);
}
.single-product .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product table .label {
    display: none;
}
.single-product table tbody {
    background: #010810 !important;
}
.single-product select option {
    background: #010810 !important;
}
.single-product table tbody tr {
    background: #010810 !important;
}
.single-product table tbody .value {
    background: transparent !important;
}
.single-product table tbody tr select:focus-visible {
    outline: none !important;
}
.single-product .product ol li.flex-active img,
.single-product .product ol li img.flex-active,
.single-product .product .flex-control-thumbs li.flex-active img {
  border: 2px solid #074EBA;
  border-radius: 10px;
}
.single-product .product ol li img:hover {
  border: 2px solid #074EBA;
  border-radius: 10px;
}
.single-product .product ol li img {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.single-product .product ol {
  margin-top: 50px !important;
}
.single-product .quantity {
    display: flex;
    align-items: center;
}
.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .quantity input[type=number] {
    -moz-appearance: textfield;
}
.single-product .qty-btn {
    width: 40px;
    height: 54px;
    border: 2px solid #074EBA;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product .qty-btn:hover,
.single-product .qty-btn:focus{
    background: #074EBA;
}

.single-product .wishlist-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0a84ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.single-product #qty-minus {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.single-product #qty-plus {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.theme_is_light .single-page-h2,
.theme_is_light .shipping-h2,
.theme_is_light .shipping-con p,
.theme_is_light .shipping-con .e-con-full ul li,
.theme_is_light.single-product .product_title, 
.theme_is_light .contact-form label,
.theme_is_light.single-product .woocommerce-product-details__short-description,
.theme_is_light.single-product .woocommerce-variation-add-to-cart .quantity input.qty,
.theme_is_light.single-product #qty-minus,
.theme_is_light.single-product table tbody tr select, 
.theme_is_light.single-product .price,
.theme_is_light.single-product #qty-plus,
.theme_is_light.single-product .product_meta span {
    color: #00142d !important;
}
.theme_is_light.single-product table tbody {
    background: transparent !important;
}
.theme_is_light.single-product .product_title::before{
	background: #00142d !important;
}
.theme_is_light.single-product table tbody .value {
	background: #f2f5fa !important;
}
.theme_is_light .contact-form input, 
.theme_is_light .contact-form textarea,
.theme_is_light .shipping-con .elementor-element{
    border-color: #00142d !important;
}
.shipping-policy header .header-area,
.single-product header .header-area,
.terms-conditions header .header-area,
.privacy-policy header .header-area,
.refund-returns-policy header .header-area{
    background: #050E19;
    border: 1px solid #FFFFFF14;
    margin: 0 auto !important;
    max-width: 100%;
}
.theme_is_light .before-col::before {
    filter: invert(1);
}
/* Hide default table structure */
/* .single-product .tiered-pricing-table thead,
.single-product .tpt__tiered-pricing {
  display: none;
}
.single-product .tpt__tiered-pricing-preloaded-variations{
	display: flex !important;
	position: absolute;
	top: -150px;
	gap: 20px;
} */
/* Make rows like buttons */
/* .single-product  .tiered-pricing-table tbody {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  width: 100%;
  
} */

/* Each row = box */
/* .single-product  .tiered-pricing-table tbody tr {
  align-items: center;
  background: #0d3b8e !important;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: space-around;
  display: flex;
  display: flex;
  padding: 0px 10px;
}
 */
/* Hover effect */
/* .tiered-pricing-table tbody tr:hover {
  background: #1456c3;
} */

/* Active (selected) */
/* .tiered-pricing--active td {
  background: transparent !important;
}

.tiered-pricing--active {
  background: #1f6fff !important;
} */

/* Remove table borders */
/* .single-product .tiered-pricing-table td {
  border: none !important;
} */

/* Quantity text (BUY 2 style) */
/* .tiered-pricing-table tbody tr td:first-child span {
  font-weight: bold;
  font-size: 16px;
} */

/* Discount text */
/* .tiered-pricing-table tbody tr td:nth-child(2) span {
  font-size: 12px;
  opacity: 0.9;
} */

/* Price hide (optional, like your UI) */
/* .tiered-pricing-table tbody tr td:nth-child(3) {
  display: none;
} */
/* .single-product #iduygurqubvdhrozvtey .tiered-pricing--active td {
    background: transparent !important;
}
.single-product .tiered-pricing-table .tiered-pricing--active {
    background: #010810 !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px;
    padding: 5px 10px;
    border: 2px solid #074EBA;
} */
/* .single-product .tiered-pricing--active td {
    text-align: center !important;
    width: 100%;
}
.single-product .tiered-pricing-table td:focus-visible {
    outline: none !important;
}
.single-product #fonewoteqrmnfv .tiered-pricing--active td,
.single-product #fxclgbqilfcxlrbtab .tiered-pricing--active td {
    background-color: transparent !important;
} */
.single_variation_wrap {
    position: relative;
    margin-top: 50px !important;
}
.single-product .woocommerce table.shop_table {
    border: 0px solid #fff !important;
}
.single-product.woocommerce table.shop_table {
    border: 0px;
}
.bulk-options {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
.bulk-options button {
    background: transparent;
    color: #fff;
    border: 2px solid #074EBA;
    padding: 7px 0 0;
    border-radius: 18px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    font-size: 19px;
    overflow: hidden;
    transition: .3s all ease;
}
.bulk-options button span {
    display: block;
    font-size: 12px;
    opacity: 1;
    font-weight: 400;
    min-width: 130px;
    color: #FFF;
    background: #074EBA;
    padding: 5px;
    margin: 5px 0 0;
}

.bulk-options button:hover,
.bulk-options button.active {
    border-color: transparent;
    background: #074EBA50;
}
body.theme_is_light .bulk-options button{
    color: #000000;
}
.single-product  .woocommerce-notices-wrapper {
	margin-top: 180px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul li {
    padding-bottom: 10px;
}

.woocommerce-info::before,
.woocommerce-message::before{
    color: var(--e-global-color-primary);
}
.woocommerce-info,
.woocommerce-message{
    border-color: var(--e-global-color-primary);
    font-family: 'Inter', sans-serif;
}

a.button.wc-forward {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 10px 20px;
    background: var(--e-global-color-primary);
    color: #FFF !important;
    font-weight: 400;
}
a.button.wc-forward:hover{
	background: #000000 !important;
}

.woocommerce-message {
    margin-bottom: 0 !important;
}

section.related.products {
    margin-top: 70px;
}
.woocommerce-variation.single_variation {
    display: none;
}

.theme_is_dark .woocommerce-Addresses address {
    background: #000000 !important;
    margin-top: 20px;
}
 .woocommerce-Addresses address {
    margin-top: 20px;
     border-radius: 10px !important;
}
.text-marquee {
    margin-top: -30px;
}
.theme_is_light .marquee {
    color: #000;
}
.theme_is_dark .e-my-account-tab__dashboard .woocommerce-MyAccount-content-wrapper p, 
.theme_is_dark .e-my-account-tab__dashboard .woocommerce-MyAccount-content-wrapper p strong {
    color: #000 !important;
}