#header-wrapper #header:only-child .wdt-no-header-builder-content,
.wdt-header-menu ul li ul:not(.menu-item-object-wdt_mega_menus ul, .has-mega-menu ul),
.mobile-menu,
.mobile-menu>ul:not(.menu-item-object-wdt_mega_menus ul),
.mobile-menu ul:not(.menu-item-object-wdt_mega_menus ul),
.mobile-menu ul li ul:not(.menu-item-object-wdt_mega_menus ul),
#header .wdt-elementor-container-fluid .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu>ul.sub-menu>li.menu-item-object-wdt_mega_menus {
    background-image: url("https://wdtkitty.wpengine.com/wp-content/uploads/2024/01/noise-bg.png");
    background-position: left top;
    background-size: contain;
    background-repeat: repeat;

}

.suggested-product-list .suggested-product-data {
    background-image: url("https://wdtkitty.wpengine.com/wp-content/uploads/2024/01/noise-bg.png");
    background-repeat: repeat;
}

.wdt-cst-curr-switcher .select2-container--default .select2-selection--single .select2-selection__arrow,
.wdt-cst-curr-switcher .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(var(--wdtAccentTxtColorRgb), 1);
}

.wdt-cst-curr-switcher .select2-container--default .select2-selection--single {
    border-width: 0px;
}

.select2-container--default .select2-results>.select2-results__options .select2-results__option--highlighted.select2-results__option+.select2-results__option[aria-selected="true"] {
    color: var(--wdtAccentTxtColor);
}

.wdt-cst-curr-switcher .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
    color: rgba(var(--wdtLinkHoverColorRgb), 1);
}

.woocommerce-currency-switcher-form .select2.select2-container.select2-container--default {
    display: none;
}

.woocommerce-currency-switcher-form .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--wdtAccentTxtColor);
    font-size: .9rem;
}

.woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
    background-image: none !important;
    border-left: 0px solid #252525 !important;
}

.woocommerce-currency-switcher-form .chosen-container {
    min-width: 110px;
}

/* ------Home1 header------- */
body.home:not(.blog) #header-wrapper #header {
    position: absolute;
}

body.home:not(.blog) #header-wrapper {
    margin: 0;
}

/* Collection Mega Menu Design */

.wdt-custom-menu-collection .wdt-content-item>div.wdt-content-media-group {
    margin-bottom: 0;
    display: flex;
}

.wdt-custom-menu-collection .wdt-content-item {
    display: grid;
    align-items: end;
    justify-content: start;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.wdt-custom-menu-collection .wdt-content-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(var(--wdtPrimaryColorRgb), 1), transparent);
    z-index: 1;
    pointer-events: none;
}

.wdt-custom-menu-collection .wdt-content-item>div {
    grid-area: 1/-1;
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-detail-group>div:not(:last-child) {
    margin-bottom: 0;
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-detail-group {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: -10px;
    padding: 20px;
    z-index: 1;
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-detail-group>div {
    padding: 10px;
    padding-top: 0;
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-button>a {
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: uppercase;
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    padding: var(--wdtPadding_Btn);
    line-height: normal;
    border: 1px solid var(--wdtBorderColor);
    background: var(--wdtAccentTxtColor);
    color: var(--wdtPrimaryColor);
}

.wdt-cst-hme-2-slide-txt p {
    font-family: var(--wdtFontTypo_Base);
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-variant: all-small-caps;
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-custom-home2-slider-popup .wdt-popup-box-trigger-item.wdt-popup-box-trigger-label {
    font-size: calc(var(--wdtFontSize_Base) - 2px);
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-button>a:hover {
    background: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-title h5 {
    text-transform: capitalize;
    font-size: var(--wdtFontSize_H6);
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-title h5,
.wdt-custom-menu-collection .wdt-content-item .wdt-content-title h5 a {
    color: var(--wdtAccentTxtColor);
    text-transform: capitalize;
    font-size: var(--wdtFontSize_H5);
    font-family: var(--wdtFontTypo_Alt);
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-title h5 a:hover {
    opacity: 0.8;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-menu-collection .wdt-content-item:hover .wdt-content-image>span>img,
.wdt-custom-menu-collection .wdt-content-item:hover .wdt-content-image>a>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.wdt-custom-menu-collection .wdt-content-item .wdt-content-description {
    line-height: var(--wdtLineHeight_Base);
}


/* ------Home1 header------- */
.wdt-cst-anno-text a {
    color: var(--wdtAccentTxtColor);
    text-decoration: underline;

}

.wdt-cst-anno-text p {
    font-size: var(--wdtFontSize_Ext);
}

/* --Home-1-Counter-Starts-- */
.wdt-cst-cntdown-hme1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
    font-family: var(--wdtFontTypo_Base);
    font-size: calc(var(--wdtFontSize_Base) + 2px);
    font-weight: var(--wdtFontWeight_Base);
    text-transform: uppercase;
    color: var(--wdtBodyTxtColor);
    font-variant: all-small-caps;
}

.wdt-cst-cntdown-hme1 .wdt-counter-wrapper .wdt-counter-number {
    font-family: var(--wdtFontTypo_H2);
    font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
    /* min-20px & max-60px */
    font-weight: var(--wdtFontWeight_Alt);
    line-height: var(--wdtLineHeight_H2);
    margin-bottom: 10px;
    min-width: 80px;

}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-button>a {
    font-variant: all-small-caps;
    pointer-events: all;
}

.wdt-cst-hme-3-testmonial .swiper-slide {
    border-radius: 0;
}

.wdt-cst-cntdown-hme1 .wdt-countdown-holder .wdt-downcount {
    border-width: 0;
}

.wdt-cst-cntdown-hme1 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
    height: 50%;
    width: 1px;
    background-color: var(--wdtAccentTxtColor);
    font-size: 0;
    margin: 0 clamp(0.3125rem, 0.1875rem + 0.625vw, 0.9375rem);
    /* min-5px $ mx 15px */
    opacity: .3;

}

/* --Home-1-Counter-Ends-- */


/* --Home-1-hotspot-starts-- */
.wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .tippy-content h5 {
    font-size: var(--wdtFontSize_H6);
    margin: 10px 0 5px 0;
}

.wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .tippy-content p {
    line-height: normal;
}

.wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .wdt-content-image img {
    border-radius: var(--wdtRadius_1X);
}

/* --Home-1-hotspot-ends-- */

/* hom-2 category */

.elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.type3.wdt-home-2-cst-category:before {
    position: relative;
    content: "";
    width: 40px;
    height: 30px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E%3Cpath d='M13.8753 7.32914L15 0.5L16.1247 7.32914C16.7202 10.9452 19.5548 13.7798 23.1709 14.3753L30 15.5L23.1709 16.6247C19.5548 17.2202 16.7202 20.0548 16.1247 23.6709L15 30.5L13.8753 23.6709C13.2798 20.0548 10.4452 17.2202 6.82914 16.6247L0 15.5L6.82914 14.3753C10.4452 13.7798 13.2798 10.9452 13.8753 7.32914Z' fill='%23639688'/%3E%3C/svg%3E");
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: var(--wdtLinkHoverColor);
    display: block;
    margin-right: 60px;
    z-index: 1;
}

.elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.type3.wdt-home-2-cst-category {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 35px 30px;
}


/*----Home 3 Products in Tabs Starts----- */
.wdt-home-3-product-tab .wdt-tabs-container .wdt-tabs-list li.ui-tabs-tab {
    margin: 0 0 0 0;
}

.wdt-home-3-product-tab .wdt-simple-style.wdt-post-entry.entry-grid-layout .blog-entry {
    margin-bottom: 0;
}

.wdt-cst-blog-quote .wdt-heading-holder .wdt-heading-title-wrapper {
    line-height: normal;
}

.wdt-cts-gradient-bg>.elementor-background-overlay {
    background-image: linear-gradient(360deg, rgba(var(--wdtBodyBGColorRgb), 1) 0%, rgba(var(--wdtPrimaryColorRgb), .5) 20%, rgba(var(--wdtBodyBGColorRgb), 1) 100%);
}

.wdt-home-3-product-tab .wdt-simple-style.wdt-post-entry .entry-title h4 {
    font-size: calc(var(--wdtFontSize_H5) - 0px);
}

.wdt-home-3-product-tab .entry-grid-layout.wdt-simple-style.wdt-one-fourth {
    width: 25%;
}

.wdt-home-3-product-tab .wdt-tabs-container .wdt-tabs-list li.ui-tabs-tab:hover:before,
.wdt-home-3-product-tab .wdt-tabs-container .wdt-tabs-list li.ui-tabs-tab.ui-tabs-active::before {
    width: 100%;
    left: 0;
}

.wdt-home-3-product-tab .wdt-tabs-container .wdt-tabs-list li.ui-tabs-tab::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0px;
    right: 0;
    background-color: var(--wdtPrimaryColor);
    z-index: 1;
    transition: all var(--wdt-Ad-Transition);
    border-radius: 5px;

}

.wdt-home-3-product-tab .wdt-tabs-container .wdt-tabs-list li .ui-tabs-anchor {
    padding: 18px clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
    /* padding-l & r- min-15px,max-30px */

    font-size: var(--wdtFontSize_Base);
    font-weight: calc(var(--wdtFontWeight_Ext) + 0);
    color: var(--wdtHeadAltColor);
    background: transparent;

}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-description {
    font-weight: var(--wdtFontWeight_Base);
}

.wdt-home-3-product-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover,
.wdt-home-3-product-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active {
    background: var(--wdtHeadAltColor);
}

/*----Home 3 Products in Tabs Ends----- */


/* ---Home-3 common heading starts--- */
.wdt-cst-home-3-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(1.5rem, 0.925rem + 2.875vw, 4.375rem);
    /* min-24px & max-70px */
    font-weight: 300;
    text-transform: uppercase;
}

.wdt-cst-home-3-heading .wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-icon .wdt-content-icon span {
    font-size: clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
    /* min-16px & max-30px */
}

/* ---Home-3 common heading Ends--- */


/* ----Home-2 Category Marquee starts---- */
.wdt-animation-template .wdt-one-fourth {
    width: max-content;
}

.wdt-animation-template .elementor-widget-container {
    display: flex;
}

.wdt-cust-cat-marquee .wdt-animation-wrapper {
    overflow: visible;
}

/* ----Home-2 Category Marquee Ends---- */

/* ---Home-3 Interactiveshowcase starts--- */
.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list li:not(:last-child) a.wdt-interactive-showcase-element {
    border-bottom: 1px solid var(--wdt-elementor-color-accent);
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-content-group {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
    font-size: clamp(1.5rem, 1.325rem + 0.875vw, 2.375rem);
    /* min-25px & max-40px */
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-media-group .wdt-content-icon {
    font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
    transform: scale(0);
    transition: var(--wdt-Ad-Transition);
    /* min-30px & max-60px */
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li.wdt-interactive-showcase-active .wdt-interactive-showcase-media-group .wdt-content-icon {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>*:not(.wdt-content-icon-wrapper) {
    flex: 1 1 50%;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container .wdt-content-subtitle {
    text-align: left;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container .wdt-content-button {
    text-align: right;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container>*:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
    padding: 20px;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-content-button>a {
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
    border-radius: var(--wdtRadius_Part);
    padding: 18px 28px 15px 28px;
    line-height: normal;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
    opacity: .8;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:after {
    opacity: 0;
}

.wdt-cst-hom3-interactive .wdt-content-item:hover .wdt-media-image-cover .wdt-content-image-wrapper:after {
    opacity: 0;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"] {
    transition: all 0.3s linear;
    transform: scale(1) perspective(0) rotate(0deg);
    -webkit-transform: scale(1) perspective(0) rotate(0deg);
    opacity: 0;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper div[id*="wdt-interactive-showcase-"].wdt-interactive-showcase-active {

    clip-path: inset(0 0% 0 0%);
    transform: scale(1) perspective(0) rotate(0deg);
    -webkit-transform: scale(1) perspective(0) rotate(0deg);
    opacity: 1;
    transform-origin: 50% 50%;
}

.wdt-cst-home-3-heading .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
    font-size: clamp(1.5rem, 0.925rem + 2.875vw, 4.375rem);
    /* min-24px & max 70px */
    /* font-weight: calc(var(--wdtFontWeight_Alt) + 0); */
    text-transform: uppercase;
    font-family: "Fraunces", Sans-serif;
}

.wdt-home-3-cst-btn .wdt-button-holder.wdt-button-size-sm .wdt-button {
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtHeadAltColor);
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
    border-radius: var(--wdtRadius_Part);
    padding: 18px 28px 15px 28px;
    line-height: normal;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-content-item {
    display: grid;
    width: 100%;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-content-item .wdt-content-media-group {
    grid-area: 1/1;
    margin-bottom: 0;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-detail-group .wdt-content-button {
    margin-bottom: 0;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-button>a {
    width: max-content;
    margin-bottom: 0;
}

.wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-content-item .wdt-content-detail-group {
    grid-area: 1/1;
    display: flex;
    flex-direction: row-reverse;
    height: fit-content;
    margin: auto auto 0 0;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-title h5,
.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-title h5 a {
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Alt);
    font-size: var(--wdtFontSize_H5);
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-title h5 a:hover {
    opacity: 0.75;
}

.wdt-cst-hom3-interactive .wdt-content-item .wdt-content-elements-group.wdt-content-group {
    max-width: 75%;
}

/* ---Home-3 Interactiveshowcase Ends--- */


/* ---Home-3 Testimonial Starts--- */
.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5,
.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-title h5 a {
    font-size: var(--wdtFontSize_Base);
}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-media-group {
    z-index: 1;
}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-media-image-overlay {
    display: inline-grid;
    background-color: var(--wdtAccentTxtColor);
}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-subheading {
    font-size: var(--wdtFontSize_H5);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtPrimaryColor);
}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item {
    display: flex;
    flex-direction: column-reverse;
}

.wdt-cst-hme-3-testmonial .wdt-testimonial-holder.wdt-rc-template-custom-template .wdt-content-item .wdt-content-button>a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: var(--wdtFontWeight_Ext);
}

.wdt-cst-hme-3-icon-box .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button,
.wdt-cst-hme-3-testmonial .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button {
    border-color: var(--wdtBorderColor);
}

.wdt-cst-hme-3-icon-box .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button:hover,
.wdt-cst-hme-3-testmonial .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination button:hover {
    background-color: var(--wdtPrimaryColor);
    border-color: var(--wdtPrimaryColor);
}

.wdt-cst-hme-3-icon-box .wdt-content-item .wdt-content-detail-group .wdt-content-title {
    margin-bottom: 10px;
}

.wdt-cst-hme-3-icon-box .wdt-content-item .wdt-content-title h5 {
    text-transform: uppercase;
    font-weight: calc(var(--wdtFontWeight_Alt) - 0);
}

.wdt-cst-hme-3-icon-box .wdt-column-wrapper.wdt-snap-scroll-enabled~.wdt-snap-scroll-pagination {
    margin-top: 0;
}

/* ---Home-3 Testimonial Ends--- */

/* ------Home3 Deal Counter Starts------ */
.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-downcount {
    width: 100%;
    border-width: 0 0 0 0;
    border-top: 1px solid var(--wdtAccentTxtColor);
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-divider {
    display: none;
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
    display: flex;
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
    align-self: flex-end;
    color: var(--wdtAccentTxtColor);
    font-weight: 300;
    font-size: var(--wdtFontSize_H6);
    text-transform: uppercase;
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
    padding: clamp(0.9375rem, 0.6875rem + 1.25vw, 2.1875rem);
    /* min-15px & max-35px */
}

.wdt-cst-hme-3-countdown .wdt-counter-wrapper .wdt-counter-number {
    line-height: 1;
    color: var(--wdtAccentTxtColor);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: 300;
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper {
    width: 25%;
    justify-content: center;
}

.wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper:not(:last-child) {
    border-right: 1px solid var(--wdtAccentTxtColor);
}

/* ------Home3 Deal Counter Ends------ */

/* ----Home3 Slider Starts---- */
.wdt-cst-hme3-price-heading .wdt-heading-holder {
    display: flex;
    align-items: center;
}

.wdt-cst-hme3-price-heading .elementor-widget-container .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-cst-hme3-price-heading .wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 0;
}

.wdt-cst-hme3-price-heading .wdt-heading-holder .wdt-heading-separator-wrapper {
    flex-grow: 1;
    margin: 0 10px;
}

.wdt-cst-hme3-price-heading .wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line {
    width: 100%;
}

.wdt-cst-hme3-price-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    text-transform: none;
    font-variant: none;
}

.wdt-cst-hme3-price-heading .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle {
    font-size: var(--wdtFontSize_H6);
}

.wdt-cst-hme3-price-heading .wdt-heading-holder .wdt-heading-content-wrapper {
    font-size: var(--wdtFontSize_H3);
    font-family: var(--wdtFontTypo_Alt);
}

.wdt-cst-hme3-slider .swiper-slide {
    border-radius: var(--wdtRadius_Zero);
}

.wdt-cst-hme3-slider .wdt-advanced-carousel-holder.wdt-rc-template-default .wdt-content-item {
    width: 100%;
}

.wdt-cst-hme3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    position: absolute;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
    opacity: 0;
}

.wdt-cst-hme3-slider .wdt-carousel-holder:hover .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    opacity: 1;
}

.wdt-cst-hme3-slider .wdt-carousel-holder .swiper.swiper-horizontal+.wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    margin-left: 0;
    margin-right: 0;
}

.wdt-cst-hme3-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    margin-top: 0;
}

.swiper-slide .wdt-cst-hme3-slide-col-left img {
    clip-path: inset(0 100% 0 0);
    transition: all 1.5s ease-in;
}

.swiper-slide.swiper-slide-active .wdt-cst-hme3-slide-col-left img {
    clip-path: inset(0 0 0 0);
}

.swiper-slide .wdt-cst-hme3-slide-col-right img {
    clip-path: inset(0 0 0 100%);
    transition: all 1.5s ease-in;
}

.swiper-slide.swiper-slide-active .wdt-cst-hme3-slide-col-right img {
    clip-path: inset(0 0 0 0);
}

.wdt-cst-hme3-slide-col-right .elementor-widget,
.wdt-cst-hme3-slide-col-right .elementor-widget .elementor-widget-container,
.wdt-cst-hme3-slide-col-left .elementor-widget,
.wdt-cst-hme3-slide-col-left .elementor-widget .elementor-widget-container {
    height: 100%;
}

/* ----Home3 Slider Ends---- */

/* -----Home-3 insta starts---- */
.wdt-custom-insta-h1 .wdt-image-box-holder.wdt-rc-template-custom-template .wdt-content-item {
    overflow: hidden;
}

/* -----Home-3 Insta Ends---- */

/* ----Home-3-Foooter Starts---- */
.wdt-custom-newsletter-style-02 .wdt-terms-condition-lbl {
    font-family: var(--wdtFontTypo_Base);
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon>input {
    border-radius: calc(var(--wdtRadius_2X) + 2px);
    padding: 22px 70px 20px 18px;
    margin: 0 0 10px 0;
    color: var(--wdtAccentTxtColor);
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form button[type="submit"] {
    background-color: var(--wdtAccentTxtColor);
    color: var(--wdtPrimaryColor);
    border-radius: var(--wdtRadius_Full);
    font-size: 26px;
    right: 0;
    top: 0;
    border-radius: calc(var(--wdtRadius_2X) + 0px);
}

.wdt-custom-newsletter-style-02.with-hme-3 .wdt-mailchimp-holder.wdt-template-type3 .wdt-terms-condition-lbl {
    color: var(--wdtAccentTxtColor);

}

.wdt-custom-newsletter-style-02.with-hme-3 .wdt-mailchimp-holder.wdt-template-type3 .wdt-privacy-policy-lbl {
    color: var(--wdtAccentTxtColor);
    text-decoration: underline;
    transition: var(--wdtBaseTransition);
}

.wdt-custom-newsletter-style-02.with-hme-3 .wdt-mailchimp-holder.wdt-template-type3 .wdt-privacy-policy-lbl:hover {
    opacity: 0.7;
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
    top: 6px;
    bottom: inherit;
    right: 6px;
    position: relative;
    grid-area: 1/1;
    margin: 0 0 0 auto;
    height: fit-content;
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon>input {
    grid-area: 1/1;
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form {
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-subscribe-form.with-btn-icon>div:not(.wdt-mailchimp-subscription-button-holder)>input[type="checkbox"]+span::before {
    content: "\2714";
    border: 1px solid rgba(var(--wdtAccentTxtColorRgb), .5);
    border-radius: 6px;
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle;
    color: transparent;
    transition: 0.1s;
    padding: 2px;
    text-align: center;
}



.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-subscribe-form.with-btn-icon>div:not(.wdt-mailchimp-subscription-button-holder)>input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    margin: auto;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    pointer-events: painted;
    transform: translateY(-50%);
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-subscribe-form.with-btn-icon>div:not(.wdt-mailchimp-subscription-button-holder) {
    position: relative;
}

.wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-subscribe-form.with-btn-icon>div>input[type="checkbox"]:checked+span::before {
    width: 1.2em;
    height: 1.2em;
    color: var(--wdtAccentTxtColor);
}

.wdt-cst-ftr3-icon-list .elementor-icon-list-text {
    text-transform: uppercase;
    font-weight: calc(var(--wdtFontWeight_Base) + 0);
}

.wdt-cst-video-shop-single .wdt-advanced-video-container .wdt-advanced-video {
    border-radius: var(--wdtRadius_2X);
    overflow: hidden;
    position: relative;
}

/* ----Home-3-Foooter Ends---- */

.wdt-custom-image-bg .elementor-widget-container {
    position: relative;
}

.wdt-custom-image-bg .elementor-widget-container::before {
    content: '';
    position: absolute;
    bottom: 250px;
    left: 0;
    width: 600px;
    height: 600px;
    background: var(--wdtLinkHoverColor);
    border-radius: var(--wdtRadius_Full);
    -webkit-border-radius: var(--wdtRadius_Full);
    z-index: -1;
}



#header .wdt-header-tpl .sticky-header-active.wdt-header-top.cst-hme-3-header {
    -webkit-box-shadow: 0 2px 10px 0 6px 10px rgba(129 33 67, 0.1);
    box-shadow: 0 2px 10px 0 6px 10px rgba(129 33 67, 0.1);
    z-index: 10;
}

#header .wdt-header-tpl .sticky-header-active.cst-hme-3-header {
    background-color: var(--wdtBodyBGColor);
}


/* -----Home-1-Slider-Starts */

.wdt-custom-slider-style-02.with-hme1-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    width: 100%;
}

.wdt-custom-slider-style-02.with-hme1-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination {
    display: flex;
    justify-content: space-between;
}

.wdt-custom-slider-style-02.with-hme1-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    opacity: 0.6;
}

.wdt-custom-slider-style-02.with-hme1-slider .wdt-carousel-holder:hover .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    opacity: 1;
}

.wdt-custom-slider-style-02.with-hme1-slider .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div:hover {
    color: var(--wdtLinkHoverColor);
}

/* -----Home-1-Slider-Ends */

.wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
    position: absolute;
    top: -150px;
    right: 0;
}

.wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div.wdt-arrow-pagination-prev {
    right: 60px;
}

.wdt-cst-cntdown-hme1.wdt-cst-cntdown-hme2 .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
    color: var(--wdtAccentTxtColor);
}

/* ---Home-2 Header Marquee Ends-- */
.wdt-cst-home-2-header-mqe .wdt-animation-wrapper .wdt-animation-item {
    width: auto;
}

#header .wdt-header-tpl .sticky-header-active.wdt-cs-hme2-hdr {
    background-color: var(--wdtBodyBGColor);

}

#header .wdt-header-tpl .sticky-header-active.wdt-cs-hme2-hdr.wdt-header-top {
    box-shadow: 0 2px 10px rgba(var(--wdtLinkHoverColorRgb), .2);
}

.wdt-footer-icon-list.elementor-widget.elementor-widget-icon-list a:hover .elementor-icon-list-text {
    color: var(--wdtLinkHoverColor);
}

/* ---Home-2 Header Marquee Ends-- */

/* --Home1-radial Bg Animation--- */
.wdt-cust-bg-spacer-top-left {
    animation: top 15.522s linear 0s infinite alternate,
        left 17.45s linear 0s infinite alternate;
    -webkit-animation: top 15.522s linear 0s infinite alternate,
}

@keyframes left {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes top {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}


/* ----Product Single Accordion Bottom----- */
.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder:not([class*="-template-simple"]) .wdt-accordion-toggle-title-holder {
    background-color: rgba(var(--wdtSecondaryColorRgb), .5);
    border-radius: var(--wdtRadius_Part);

}

.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description.ui-accordion-content-active {

    border: 0px solid;
    border-radius: var(--wdtRadius_3X);

}

.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
    right: -15px;
}

.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder .wdt-accordion-toggle-description {
    margin-top: 20px;
    background-color: rgba(var(--wdtSecondaryColorRgb), .2);
}

.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title {
    text-transform: capitalize;
}

.wdt-cst-single-sidefaq .wdt-accordion-toggle-holder .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon>div {
    border: 1px solid rgba(var(--wdtPrimaryColorRgb), .5);
    color: rgba(var(--wdtPrimaryColorRgb), .5);
    background-color: rgba(var(--wdtPrimaryColorRgb), .0);
}
.swiper-slide .wdt-content-item > .elementor { width: 100%; }

































/*-------- Responsive-------- */

@media only screen and (min-width: 480px) and (max-width: 1280px) {
    .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.type3.wdt-home-2-cst-category {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .wdt-custom-image-bg .elementor-widget-container::before {
        bottom: 150px;
        width: 450px;
        height: 450px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1281px) {
    .wdt-cst-hdr-icons .wdt-header-icons-list-item:last-child {
        padding-right: 0;
    }

}

@media only screen and (max-width: 1540px) {
    .wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
        top: -120px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .wdt-home-3-product-tab .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) {
        grid-template-columns: repeat(3, 1fr);
    }

    .wdt-cst-hme-3-sticky-pro .woocommerce ul.products[class*="columns-2"]:not(.products-apply-isotope, .swiper-wrapper) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
        top: -105px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container {
        flex-wrap: nowrap;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper {
        flex: 1 1 50%;
        padding-right: 40px !important;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper {
        flex: 1 1 50%;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-list-wrapper ul.wdt-interactive-showcase-list li .wdt-content-title {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-media-group .wdt-content-icon span {
        font-size: 50px !important;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-content-item .wdt-content-detail-group {
        flex-direction: column-reverse;
        align-items: start;
    }

    .wdt-cst-hom3-interactive .wdt-content-item .wdt-content-elements-group.wdt-content-group {
        max-width: 100%;
    }

    .wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
        display: none;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
        background: rgba(var(--wdtPrimaryColorRgb), 0.7);
        border-radius: inherit;
        -webkit-border-radius: inherit;
    }
}

@media only screen and (max-width:1024px) {
    .wdt-custom-slider-style-02.with-hme1-slider .wdt-content-item .wdt-content-media-group .wdt-media-image-cover-container {
        margin-top: 110px;
    }

    .wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
        top: -90px;
    }

}

@media only screen and (max-width: 767px) {

    .wdt-custom-tab-style-01 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li:hover,
    .wdt-custom-tab-style-01 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list li.wdt-active {
        background: var(--wdtLinkHoverColor);
    }

    .wdt-custom-tab-style-01 .wdt-tabs-container.wdt-tabs-toggle-mode .wdt-tabs-list li .wdt-content-image-wrapper img {
        width: 30px;
        height: 30px;
    }

    .wdt-custom-tab-style-01 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        max-width: 320px;
    }

    .wdt-custom-tab-style-01 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:before,
    .wdt-custom-tab-style-01 .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper .wdt-tabs-list:after {
        top: 60%;
    }

    .wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div {
        position: relative;
        top: auto;
        right: auto;
    }

    .wdt-cst-hme-3-testmonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination>div.wdt-arrow-pagination-prev {
        right: auto;
    }

    .wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-subscribe-form.with-btn-icon .wdt-mailchimp-policy-holder {
        margin: 0 auto;
    }

    .wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form .wdt-mailchimp-subscription-button-holder {
        margin: 0 0 20px auto;
    }

    .wdt-custom-newsletter-style-02 .wdt-mailchimp-holder.wdt-template-type3 .wdt-mailchimp-wrapper .wdt-mailchimp-subscribe-form.with-btn-icon>input {
        margin: 0 0 20px 0;
    }

    .wdt-cst-hme3-price-heading .wdt-heading-holder .wdt-heading-content-wrapper {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-home-3-product-tab .woocommerce ul.products[class*="columns-"]:not(.products-apply-isotope, .swiper-wrapper) {
        grid-template-columns: repeat(1, 1fr);
    }

    .wdt-cst-hme3-slide-col-right {
        order: -2;
    }

    .wdt-cst-anno-text p {
        font-size: calc(var(--wdtFontSize_Ext) - 2px);
    }
}

@media only screen and (max-width: 479px) {
    .wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .wdt-content-image img {
        max-width: 80px;
    }

    .wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .tippy-content h5 {
        font-size: 14px;
    }

    .wdt-custom-style-01 .wdt-hotspot-holder .tippy-box .tippy-content {
        padding: 10px;
    }

    .wdt-cst-hom3-interactive .wdt-content-item .wdt-media-image-cover .wdt-content-image-wrapper:before {
        display: none;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-content-item .wdt-media-image-cover>.wdt-media-image-cover-container {
        background: rgba(var(--wdtPrimaryColorRgb), 0.7);
        border-radius: inherit;
        -webkit-border-radius: inherit;
    }

    .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper {
        padding: 5px;
    }

    .wdt-cst-cntdown-hme1 .wdt-counter-wrapper .wdt-counter-number {
        min-width: 50px;
    }

    .wdt-cst-hom3-interactive .wdt-content-item .wdt-content-elements-group.wdt-content-group {
        max-width: 100%;
    }

    .wdt-cst-hom3-interactive .wdt-interactive-showcase-container .wdt-content-item .wdt-content-detail-group {
        justify-content: flex-end;
        flex-wrap: wrap-reverse;
    }

    .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.type3.wdt-home-2-cst-category:before {
        margin-right: 20px;
    }

    .wdt-cst-hme-3-countdown .wdt-counter-wrapper .wdt-counter-number {
        font-size: var(--wdtFontSize_H5);
    }

    .wdt-cst-hme-3-countdown .wdt-countdown-holder .wdt-counter-wrapper .wdt-counter-inner-wrapper .title {
        font-size: calc(var(--wdtFontSize_Base) - 3px);
    }

    .wdt-home-3-product-tab .wdt-tabs-container[class*='-tabs-toggle-mode'] .wdt-tabs-list-wrapper {
        width: 100%;
    }

    .elementor-widget-wdt-shop-product-cat .wdt-shop-category-listing-item.type3.wdt-home-2-cst-category {
        padding: 10px 20px;

    }
}