/*
Theme Name: Adashot Theme
Description: Adashot Website Theme
Version: 1.20250427.0
Author: Siteguru
Text Domain: adashot
*/

/* heebo-100 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-200 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-300 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-regular - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-500 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-600 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-700 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-800 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-900 - hebrew_latin_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/heebo/heebo-v26-hebrew_latin_math_symbols-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --header-headight: 88px;
}

.hidden {
    display: none !important;
}

body {
    font-family: 'Heebo', sans-serif;
}

@media only screen and (max-width: 991px){
  table.lensdatatbl thead tr th {
    height: 42.86px;
  }
  .woocommerce-cart .quantity .qty {
	border-style: solid !important;
    border-color: #d5d5d5 !important;
    border-width: 1px 0px 1px !important;
  }
}
/*
.owl-carousel.owl-rtl.prodSlider1 {
    direction: ltr;
}*/

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select {
	border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

.xoo-aff-input-group .xoo-aff-input-icon {
	border-start-start-radius: 4px;
    border-end-start-radius: 4px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;

	border-inline-style: solid none;
    border-inline-start-width: 1px;
    border-inline-start-color: #ccc;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: none;
	display: inline-block;
}

.checkout-coupon .woocommerce-form-coupon-toggle {
	display: none !important;
}

.checkout-coupon form.checkout_coupon {
	padding: 0;
	margin: 0;
	border: none;
}

.yith-wacp-content .adst-cart-after-purchase-points {
	padding: 20px 4%;
}

@media only screen and (max-width: 567px) {
	.yith-wacp-content .adst-cart-after-purchase-points {
		text-align: center;
	}
}

.adst-exchange-points-form {
	padding-block: 20px;
}

.adst-exchange-points-form__ctrls,
.checkout_coupon_fake__ctrls {
    display: flex;
    gap: 2rem;
}

.adst-exchange-points-form__ctrls .form-field {
    flex: 1;
}

.adst-exchange-points-form__ctrls .button {
    white-space: nowrap;
}

.adst-register-form-rewards {
	text-align: center;
	margin-block-end: 0.75rem;
}

.form-check .adst-register-form-rewards {
    display: inline;

    text-align: start;

    margin-block: 0;
}

.product-potential-rewards {
    border-radius: 0.375rem;
    padding: 6px 12px;
    font-size: 14px;

    background-color: rgb(221, 238, 245);
}

.card-body .product-potential-rewards,
.tab-sin-pro-con .product-potential-rewards {
    margin-block-start: 0.5rem;
}

.tab-sin-pro-con .product-potential-rewards {
    display: inline-block;
    vertical-align: top;
}

.product-potential-rewards--variable {
    margin-block: 16px;
}

.adashot-order-total-desktop {
    display: table-row !important;
}

.adashot-order-total-desktop td:before {
    content: none !important;
}

.adashot-order-total-desktop .adst-membership-discount-info {
    padding-block: 0.9375rem;
}

.adashot-cart-order-totals {
    display: none;
}

.adashot-earned-rewards-info {
    margin-block: 2rem;
}

.thankyou_pay_method + .adashot-earned-rewards-info {
    margin-block: -1rem 2rem;
}

.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.adst-exchange-points-form__ctrls .form-control,
.checkout_coupon_fake .form-control {
    width: 12.625rem !important;
    flex: 0 0 12.625rem !important;
}

.woocommerce form.checkout_coupon_fake .coupon-error-notice,
.exchange-points-notice {
    color: var(--wc-red);
    display: block;
    font-size: .75em;
    margin-top: 8px;
}

.mbr_memmbership_points_cell {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.mbr_memmbership_points_cell .mwb_wpr_tick {
    width: 1rem;
    height: auto;
    vertical-align: top;
    margin: 0 !important;
    float: none;
}

.mwb_wpr_view_log_notice.mwb_wpr_common_slider .mwb_wpr_open_toggle {
    inset-inline: auto 1.4375rem;
}

.mwb_wpr_view_log_notice.mwb_wpr_common_slider .mwb_wpr_open_toggle:after,
.mwb_wpr_view_log_notice.mwb_wpr_common_slider .mwb_wpr_open_toggle:before {
    background-color: rgb(62, 62, 62);
}

.mwb_wpr_view_log_notice.mwb_wpr_common_slider .mwb_wpr_open_toggle:after {
    width: 0.875rem;
}
.mwb_wpr_view_log_notice.mwb_wpr_common_slider .mwb_wpr_open_toggle:before {
    height: 0.875rem;
    inset-inline: auto -0.5rem;
}

.mwb_wpr_view_log_notice.mwb_wpr_common_slider {
    background-color: rgb(221, 238, 245);
    border-radius: 0.3125rem;
}

.adst-header-login {
    position: relative;

    display: inline-block;
    line-height: 1 !important;

    font-size: 18px !important;
    font-weight: 400 !important;
}

.adst-header-login-badge {
    position: absolute;

    width: 1.125rem;
    height: 1.125rem;

    inset-block-start: -0.625rem;
    inset-inline-start: 0.0625rem;
}

.adst-header-cart:hover,
.adst-header-login:hover {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.adst-header-login-tooltip {
    position: absolute;
    inset-block-end: calc(100% + 12px);
    inset-inline-start: 50%;
    transform: translateX(50%);

    display: inline-block;
    vertical-align: top;

    white-space: nowrap;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #333;

    box-shadow: 0px 0px 5px #66666642;

    border-radius: 1.5rem;

    border: 0.125rem solid #0184ba;
    background: #ddeef5;
}

.adst-header-login-tooltip__body {
    position: relative;
    z-index: 5;
    padding: 0.375rem 0.625rem;

    border-radius: 1.5rem;
    background: #ddeef5;
}

.adst-header-login-tooltip:after {
    content: '';

    position: absolute;

    border: 0.125rem solid #0184ba;
    background: #ddeef5;

    width: 0.75rem;
    height: 0.75rem;

    inset-inline-start: 50%;
    margin-inline-start: -0.375rem;
    inset-block-end: -0.25rem;

    transform: rotate(45deg);
}

.mwb_wpr_popup_content_section {
    margin-block: 0;
    border: none;
    border-radius: 0.625rem;

    width: calc(100% - 40px);
    max-width: 900px;
}

.mwb_wpr_popup_header {
    font-size: 24px;
    background: rgb(247, 123, 47);
    color: #fff;
    padding: 5px;
    text-align: center;
}

.mwb_wpr_popup_thumbnail_section {
    padding: 0.9375rem;
    padding-inline-end: 3.125rem;
    height: 34.375rem;
}

.mwb_wpr_popup_thumbnail_section ul {
    text-align: inherit;
    list-style-type: auto;
    padding: revert;
    margin: revert;
    list-style-type: revert;
}

.mwb_wpr_popup_thumbnail_section ul li {
    width: initial;
    text-align: unset;
    list-style: revert;

    margin: revert;
    padding: revert;

    display: list-item;
    text-align: -webkit-match-parent;
}

.mwb_wpr_close_link {
    position: absolute;
    inset-inline-start: 0.625rem;
    inset-block-start: 0.5rem;
    font-size: 0.875rem !important;
    z-index: 100;
    font-weight: bold;
    padding: 0.1875rem 0.0625rem !important;
    color: #fff !important;
    text-decoration: none !important;
}

.mwb_wpr_popup_wrapper .mwb_wpr_popup_content_section .mwb_wpr_close_link:hover {
    color: #c0c0c0 !important;
}

.mwb_wpr_close_link_icon {
    width: 100%;
    height: 100%;
}

.mwb_wpr_close_link_icon path {
    fill: currentColor;
}

.adts-mini-cart-totals-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    flex: 0 0 100%;

    gap: 1.875rem 2rem;

    text-align: center;

    padding-inline: 1.25rem;
    padding-block: 1.25rem 0;
}

.adts-mini-cart-totals-line .adst-membership-discount-info,
.adts-mini-cart-totals-line__price {
    flex: 0 0 100%;
}

.adts-mini-cart-totals-line .cart-totals {
    color: var(--yith-wacp-cart-total-label-color-label);
}

.adts-mini-cart-totals-line .woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #000;
}

.cart-after-purchase-points {
    margin-block-end: 1.875rem;
}

.woocommerce .wooccm-field-country {
    display: none !important;
}

.rtl .xoo-aff-group {
    float: right;
}

.color-wrapper[style~="hidden"] {
    display: none;
}

.mb_header_sticky {
    position: sticky;
    top: 0;
    z-index: 999;

    background-color: #fff;
}

@media (max-width:991px) {
    .mb_header_sticky .navbar-collapse {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        width: 100%;
        background-color: transparent;
    }
}

@media (max-width:768px) {
    .mb_header_sticky #mega-menu-wrap-main-menu #mega-menu-main-menu {
        position: absolute !important;
        top: 100% !important;
    }
}

@media (max-width:576px) {
    .mb_header_sticky {
        height: 68px;
    }
}

.embla {
    --slide-spacing: 0;
    --slide-size: 100%;

    margin: auto;
}

.embla__viewport {
    overflow: hidden;
}

.embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
    transform: translate3d(0, 0, 0);
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
}

.reset-btn {
    appearance: none;
    margin: 0;
    padding: 0;

    border: none;
    background: none;
}

.single-product-carousel .embla__slide {
    position: relative;
    text-align: center;
}

.single-product-carousel .embla__slide.-has-preloader-:before {
    content: '';

    border: 3px solid #0184ba2b;
    border-left: 3px solid #0184ba;
    font-size: 1rem;
    display: inline-flex;
    position: absolute;
    inset: 0;
    margin: auto;
    text-indent: -9999em;
    animation: loading 1.1s infinite linear;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.single-product-carousel .-lazy-img- {
    opacity: 0;
    transition: opacity 240ms;
}

.single-product-carousel .-img-loaded- .-lazy-img- {
    opacity: 1;
}

.single-product-carousel .embla-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-block: 6px;
}

.single-product-carousel .embla-dot {
    width: 12px;
    height: 12px;

    border-radius: 50%;

    background-color: #6c757d;

    opacity: 0.5;
}

.single-product-carousel .embla-dot--selected {
    opacity: 1;
    background-color: #0184ba;
}

.single-product-carousel-nav {
    display: none;
}

.single-product-carousel-nav .selected {
    border-color: #F17731;
}

.prod-image-slide {
    display: block;
    text-align: center;
    width: 100%;
}

.prod-image-slide .prod-image-slide-img {
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: 238px;
}

.prod-image-slide--thumb {
    cursor: pointer;

    padding: 0.625rem 0.3125rem;
    border: 0.0625rem solid rgb(213, 213, 213);

    height: 4.375rem;

    text-align: center;

    transition: border-color 0.4s ease 0s;
}

.prod-image-slide--thumb .prod-image-slide-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.prod-image-slide--video {
    position: relative;
}

.prod-image-slide--video .play-video-btn {
    position: absolute;

    inset-block-start: 50%;
    inset-inline-end: 50%;

    transform: translate3d(-50%, -50%, 0);
}

.prod-image-slide--thumb-video {
    font-weight: 700;
    font-family: 16px;

    text-align: center;
}

.prod-image-slide--thumb-video svg {
    display: inline-block;
    vertical-align: top;
    width: 13px;

    margin-block: 5px;
}

.prod-image-slide--thumb-video path {
    fill: rgb(1, 132, 186);
}

.prod-image-slide--thumb-video .prod-image-slide__label {
    display: block;
}

.play-video-btn {
    display: inline-block;
    vertical-align: top;

    padding: 10px 30px;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;

    line-height: 0;

    transition: backgound-color 0.4s;
}

.play-video-btn svg {
    width: 16px;
    vertical-align: top;
    height: auto;

    fill: #fff;
}

.home-feature-carousel {
    --image-width: 76px;
    --slide-size: 25%;
    --slide-spacing: 5px;

    position: relative;
}

.home-feature-carousel .embla-controls {
    display: none;
}

.feature-circle {
    display: block;
    text-align: center;

    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.feature-circle:hover {
    color: #000;
}

.feature-circle-img-wrap {
    position: relative;

    display: inline-block;
    vertical-align: top;

    width: var(--image-width);
    height: var(--image-width);
    border-radius: 50%;
    overflow: hidden;

    border: 2px solid transparent;
}

.feature-circle-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature-circle-label {
    display: block;
}

.-lazy-image- {
    opacity: 0;
    transition: opacity 240ms;
}

.-lazy-img-.-lazy-loaded- {
    opacity: 1;
}

.home-banners-carousel .embla__slide.-has-preloader-:before {
    content: '';

    border: 3px solid #0184ba2b;
    border-left: 3px solid #0184ba;
    font-size: 1rem;
    display: inline-flex;
    position: absolute;
    inset: 0;
    margin: auto;
    text-indent: -9999em;
    animation: loading 1.1s infinite linear;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.home-banners-carousel .-lazy-img- {
    opacity: 0;
    transition: opacity 240ms;
}

.home-banners-carousel .-img-loaded- .-lazy-img- {
    opacity: 1;
}

.home-banners-carousel .embla-dots {
    font-size: 0;
    text-align: center;
    padding: 8px;
}

.home-banners-carousel .embla-dot {
    display: inline-block;
    vertical-align: top;

    width: 10px;
    height: 10px;

    margin-inline: 3px;

    border-radius: 50%;

    border: 2px solid #6c757d;

    background-color: #fff;
}

.home-banners-carousel .embla-dot--selected {
    background-color: #6c757d;
}

.home-banner-slide {
    display: block;
    position: relative;
    line-height: 0;
}

.home-banner-slide-img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.home-banner-slide--video {
    position: relative;
    cursor: pointer;
}

.home-banner-slide--video .play-video-btn {
    position: absolute;
    z-index: 10;

    inset-inline-start: 50%;
    inset-block-start: 50%;

    transform: translate3d(50%, -50%, 0);
}

.-video-play- {
    cursor: pointer;
}

.-video-play- * {
    pointer-events: none;
}

.-video-play-:hover .play-video-btn {
    background-color: rgba(115, 133, 159, 0.5);
}

.-video-media- {
    position: absolute;
    z-index: 10;

    pointer-events: auto;

    inset: 0;
    width: 100%;
    height: 100%;

    border: none;

    background-color: #000;
}

.video-block {
    position: relative;
    aspect-ratio: 16 / 9;
}

.video-block-cover {
    position: absolute;
    inset: 0;

    z-index: 5;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}

.video-block iframe,
.video-block video {
    position: absolute;
    z-index: 10;
    inset: 0;

    width: 100%;
    height: 100%;
}

.video-block .play-video-btn {
    position: absolute;
    z-index: 10;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate3d(50%, -50%, 0);

    border-radius: 0.3em;
    padding: 12px 35px;
}

.tab-content .loading {
    pointer-events: none;
    animation: fadeIn 500ms infinite alternate;
}

.woocommerce-breadcrumb-delimiter {
    width: 7px;
    height: auto;
    vertical-align: top;
    margin-block-start: 12px;

    color: #767676;
}

.woocommerce-breadcrumb-home path,
.woocommerce-pagination path,
.woocommerce-breadcrumb-delimiter path {
    fill: currentColor;
}

.woocommerce-pagination svg {
    width: 8px;
}

.woocommerce-breadcrumb-home {
    width: 17px;
    color: #0184ba;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin-inline-end: 4px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7z' fill='%23fff'/%3E%3C/svg%3E");
    vertical-align: top;
    margin-block-start: 15px !important;
}

.powerdd .dropdown-toggle i {
    display: inline-block;
    vertical-align: top;

    width: 15px;
    height: 15px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    position: relative;
    top: 4.5px;
    right: 68px;
}

.xoo-el-modal .xoo-el-inmodal {
    max-height: 440px;
}

.xoo-el-section {
    padding-inline: 20px 0;
}

.rtl .xoo-aff-group.onehalf {
    margin-inline: 0 20px;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    width: 100%;
}

.embla-marquee {
    --slide-size: fit-content;
    --slide-spacing: 0.3em;

    margin-inline: -15px;
    padding: 9px 0;
}

.embla-marquee .embla__viewport {
    opacity: 0;
    transition: opacity 249ms;
}

.embla-marquee .embla__viewport.is-played {
    opacity: 1;
}

.embla-marquee .embla__slide {
    white-space: nowrap;
    flex: 0 0 auto;

    font-size: 14px;
}

.embla-marquee .embla__slide:after {
    content: "|";
    margin: 0 0.3em;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}

.simplepro .price {
    white-space: nowrap;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
}

.owlModalclass .modal-body:before {
    content: '';

    border: 3px solid #0184ba2b;
    border-left: 3px solid #0184ba;
    font-size: 1rem;
    display: inline-flex;
    position: absolute;
    inset: 0;
    margin: auto;
    text-indent: -9999em;
    animation: loading 1.1s infinite linear;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.owlModalclass .modal-body.-loaded-:before {
    content: none;
}

.owlModalclass .des_close {
    border: none;
}

.shipping_method:disabled {
    opacity: 0.2;
    pointer-events: none;
}
.shipping_method:disabled + label,
.shipping_method:disabled + label + img {
    opacity: 0.5;
    pointer-events: none;
}


@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin-block-start: 10px !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M15 14l-5-5-5 5-2-1 7-7 7 7z' fill='%23fff'/%3E%3C/svg%3E");
    }
}

@media (hover:hover) {
    .feature-circle:hover .feature-circle-img-wrap {
        border-color: rgb(1, 132, 186);
    }

    .prod-image-slide-video:hover {
        background-color: rgba(115, 133, 159, 0.5);
    }
}

@media (min-width:576px) {
    .home-feature-carousel {
        --image-width: 100px;
        --slide-spacing: 10px;
    }

    .feature-circle-img-wrap {
        margin-block-end: 15px;
    }

    .adts-mini-cart-totals-line {
        text-align: end;
        padding-inline: 4%;
        gap: 1.25rem 2rem;
    }
}

@media (min-width: 768px) {
    .embla-marquee {
        margin-inline: 0;
        padding: 6px 0;
    }

    .home-feature-carousel {
        --slide-size: 20%;
        --nav-offset: -25px;
    }

    .home-feature-carousel .embla-controls {
        display: block;

        position: absolute;
        inset-block-start: calc(30% + 14px);
        inset-inline-start: 0;
        width: 100%;
    }

    .home-feature-carousel .embla-btn {
        width: 28px;
        height: 28px;
        border-radius: 50%;

        padding: 6px;

        background-color: #0184ba;
        color: #fff;

        text-align: center;
        line-height: 0;

        position: absolute;
        inset-block-start: -14px;
    }

    .home-feature-carousel .embla-btn svg {
        width: 10px;
        vertical-align: top;
    }

    .home-feature-carousel .embla-btn path {
        fill: currentColor;
    }

    .home-feature-carousel .embla-btn:disabled {
        background-color: #cdcdcd;
        opacity: 0.7;
    }

    .home-feature-carousel .embla-btn--prev {
        inset-inline-start: var(--nav-offset);
    }

    .home-feature-carousel .embla-btn--next {
        inset-inline-end: var(--nav-offset);
    }

    .home-banners-carousel .embla-dots {
        display: inline-block;
        width: auto;

        position: absolute;
        inset-inline-start: 50%;
        transform: translateX(50%);

        inset-block-end: 20px;
    }

    .home-banners-carousel .embla-dot {
        background-color: #fff;
        border-color: #fff;
    }

    .home-banners-carousel .embla-dot--selected {
        background-color: transparent;
    }

    .card-body .product-potential-rewards,
    .tab-sin-pro-con .product-potential-rewards {
        width: 100%;
    }

    .product-type-simple .tab-sin-pro-con .product-potential-rewards {
        width: auto;
    }

    .adst-single-product-total {
        margin-block: 1rem 1.25rem;

        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 4rem;
    }

    .adst-single-product-total .product-potential-rewards--variable {
        margin-block: 0;
    }

    .adst-single-product-total .pro_amount {
        margin-block: 0;
    }

    #yith-wacp-popup .yith-wacp-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        max-height: calc(100% - 13px) !important;
        height: auto !important;
    }

    #yith-wacp-popup .yith-wacp-content .yith-wacp-message,
    .yith-wacp-content table.cart-list,
    #yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions,
    .yith-wacp-cart-info-line {
        flex: 0 0 100%;
    }

    #yith-wacp-popup .yith-wacp-content .yith-wacp-cart-info {
        padding-inline: 28px !important;
    }

    .yith-wacp-content .popup-actions {
        margin-block-end: 0 !important;
        padding-block-end: 50px;
    }

    #yith-wacp-popup .yith-wacp-content .cart-info,
    #yith-wacp-popup .yith-wacp-content .yith-wacp-cart-info {
        margin-left: 0 !important;
        padding-inline: 0 !important;
    }

    .adts-mini-cart-totals-info {
        display: flex;
        justify-content: flex-end;
        gap: 1.875rem;
    }

    .adts-mini-cart-totals-info .adst-membership-discount-info,
    .cart-after-purchase-points {
        margin-block-end: 0;
        flex: 1;
        text-align: start;
    }
}

@media (min-width:992px) {
    .embla-marquee {
        padding: 14px 0;
    }

    .embla-marquee .embla__slide {
        font-size: 16px;
    }

    .embla-marquee .embla__slide a {
        font-size: 16px !important;
    }

    .home-feature-carousel {
        --slide-size: calc(100% / 6);
        --nav-offset: -50px;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: none !important;
        width: 100% !important;
    }

    .cart .shop_table .order-total {
        display: none !important;
    }

    .adashot-order-total-desktop td {
        display: flex !important;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .adashot-order-total-desktop td .adst-membership-discount-info {
        flex: 0 0 100%;
        padding-block-start: 0;
    }

    .adashot-cart-order-totals {
        display: inline-block;
        vertical-align: top;
    }

    .single-product-carousel {
        padding-block: 20px;
    }

    .single-product-carousel .embla-dots {
        display: none;
    }

    .single-product-carousel-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (min-width:1200px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        font-weight: 700 !important;
    }
}
