/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* END Fonts */
/* Variables */
html:root {
    --main-font: "Barlow Condensed", serif;
    --header-font: "DM Sans",serif;
    --main-color: #000;
    --secondary-color: #AAA;
    --link-color: #000;
    --link-hover-color: #00ffff;
    --blue: #00FFFF;
    --black: #000000;
    --grey: #E3E3E3;
}
/* END Variables */

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: initial;
    position: relative;
    display: block;
    height: auto;
    overflow: hidden!important;
}

/* Responsive */
@media screen and (min-width:1300px) {
    .menuBackBtn{
        display: none;
    }
    #mega-menu-primary ul.mega-sub-menu:first-of-type {
        top: 75px !important;
    }
    #mainMenuBlock #mega-menu-wrap-primary {
        position: absolute;
        transform: translateY(15px);
        width: 100vw;
        left: calc(0% - 50px);
        z-index: 99;
    }
    .ts4-desktopMenuSpacer{
        display: inline-block!important;
    }
}

@media screen and (max-width:1300px) {
    .ts4-desktopMenuSpacer{
        display: none!important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: calc(100% - 60px)!important;
        clear: both;
    }
    .menuBackBtn{
        font-size: 26px;
        margin-left: 10px;
    }
    #mega-menu-primary *{
        color: #ffffff!important;
    }
    #mega-menu-primary .mega-menu-link,
    #mega-menu-primary .mega-sub-menu{
        background-color: #000000!important;
    }
    body.mega-menu-primary-mobile-open #mega-menu-wrap-primary .mega-close {
        right: unset !important;
        left: 250px !important;
        top: 10px;
    }
    ul#mega-menu-primary{
        max-width: 300px!important;
    }
    .mega-menu-open .mega-toggle-blocks-left{
        opacity: 0!important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:before {
        font-size: 20px!important;
    }
        #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
            left: 0;
            overflow: hidden !important;
        }
    /* #mega-menu-primary li.mega-menu-item:first-of-type{
        margin-top: 40px!important;
    } */
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:first-of-type>a.mega-menu-link{
        color: #ffffff!important;
    }

    .headerContact .socialIcons{
        display: none!important;
    }
    .desktopMenuSpacer{
        display: none!important;
    }
    .topBar {
        height: 0px;
        padding: 0;
            max-width: calc(100vw - 10px)!important;
    }
    .topBar .headerBlock {
        display: none!important;
    }
    .headerContact {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 5;
    }
    .blog-header {
        padding: 15px 0px;
        background-color: #000000;
    }
    .mega-menu-toggle{
        margin-left: 10px;
    }
    #mega-menu-primary{
        transform: translateX(-100%)!important;
        transition: transform 0.3s ease-in-out!important;
    }
    .mega-menu-primary-off-canvas-open .headerContact{
        z-index: 0!important;
    }
    .mega-menu-primary-off-canvas-open #mega-menu-primary{
        transform: translateX(0%)!important;
        width: 100%!important;
    }
    #mainMenuBlock #mega-menu-primary {
        top: 25px;
        height: calc(100vh - 100px);
    }
    /* #mainMenuBlock #mega-menu-header-right *{
        background-color: #000000!important;
        color: #ffffff!important;
    } */
    body.mega-menu-header-right-mobile-open{
        overflow: hidden!important;
    }
    .shopSidebar {
        display: block!important;
        min-width: 100%!important;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
    }
    .topBar {
        position: absolute;
    }
    .aws-container {
        top: 130px!important;
    }
    .headerContact {
        top: 25px;
    }
    .mega-menu-toggle{
        width: 55px;
    }
    .aws-container {
        transform: translateY(-500%) !important;
        opacity: 0!important;
        transition: transform 0.3s ease-out !important;
        position: absolute !important;
        /* top: 130px!important; */
        left: 0px !important;
        border: 2px solid var(--blue) !important;
        width: 100vw !important;
        max-width: unset !important;
        z-index: 3!important;
        display: none!important;
    }
    .aws-container.open {
        transform: translateY(0%)!important;
        opacity: 1!important;
        display: flex!important;
    }
    /* Menu */
    .mega-menu-item > .mega-sub-menu {
        position: absolute !important;
        transition: transform 0.3s ease-out !important;
        transform: translateX(100%) !important;
        display: block !important;
        top: 0px !important;
        min-height:100vh!important;
    }
    .mega-menu-item.mega-toggle-on > .mega-sub-menu {
        transform: translateX(0%) !important;
    }
    .mega-menu-column .mega-sub-menu .mega-sub-menu{
        position: absolute !important;
        transition: transform 0.3s ease-out !important;
        /* transform: translateX(100%) !important; */
        display: block !important;
        top: 0px !important;
        min-height: 100vh !important;
        width: 100vw!important;;
    }
    /* .mega-menu-item > .mega-sub-menu:before{
        content: '<div id="menuBackBtn">\2190</div>';
        position: relative;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 50px;
        display: block!important;
    } */
        #mega-menu-primary .mega-menu-link{
            content: '\2192';
            position: absolute;
            top: 0px;
            right: 0px;
            width: 30px;
            height: 30px;
            display: block !important;
            padding: 5px;
        }
         
         #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item{
            position: initial!important;
         }
         span.mega-indicator{
            display: none!important;
         }
    /* Menu End */
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
    #newsletterSignupForm label {
        margin-bottom: 20px;
    }
    #newsletterSignupForm{
        text-align: center;
    }
    .footerSection{
        margin-bottom: 20px;
    }
    #newsletterSignupForm {
        padding: 20px 0px!important;
    }
    .blog-footer .container-fluid {
        padding: 15px 0px!important;
    }
    .footerBottomStrip .row{
        flex-direction: column-reverse;
    }
    .footerBottomStrip .footer6 .wp-block-image figure{
        margin: 0px!important;
    }
    .footerblockStrip {
        margin: 10px;
    }
    .blog-footer * {
        text-align: center;
    }
    .footerSection {
        margin-bottom: 20px;
    }

    #partnersHeading {
        margin-top: 25px;
    }
    .custom-logo {
        width: 60px!important;
    }
    .aws-container {
        top: 90px !important;
    }
}
.widget_layered_nav h4 {
    display: none;
}
@media screen and (max-width:768px) {
    /* .footerblockStrip{
        margin-top: 20px;
    } */
    .shopSidebar .woocommerce-widget-layered-nav-list li {
        border: none!important;
        border-bottom: solid 1px #3e0346!important;
        margin: 10px 0px!important;
        width: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }
    .shopSidebar .woocommerce-widget-layered-nav-list{
        display: block;
        height: 100vh;
        position: absolute;
        background-color: #ffffff;
        width: calc(100% - 30px);
        top: 0px;
        z-index: 1;
        transform: translateX(-110%);
        transition: transform 0.6s ease-in-out;
    }
    .shopSidebar .woocommerce-widget-layered-nav-list.currentFilterActive{
        transform: translateX(0%);
    }
     #shop-sidebar .visible-lg.visible-md.hidden-sm.hidden-xs .shopSidebar{
        display: none!important;
     }
    .orderby.form-control {
        display: inline-block;
        max-width: calc(100% - 100px);
        margin-right: 10px;
    }
    .filterShowBtn{
        padding: 6px 12px !important;
        border-radius: 0px !important;
    }
    .d-block.d-md-none{
        display: inline-block!important;
     }
    .widget_layered_nav h4 {
        display: block!important;
        width: 265px;
        font-size: 16px;
        font-family: var(--header-font)!important;
        border-bottom: 2px solid #000000;
        padding: 10px;
        font-style: normal;
        margin: 0px;
    }
    #shop-sidebar .sidebar-module.widget {
        padding: 0px;
        margin: 0px;
        width: 100%;
        max-width: none !important;
        max-height: unset!important;
        height: auto!important;
    }

    #shop-sidebar .sidebar-module.widget select {
        padding: 20px 0px;
    }

    .term-description .description-wrapper {
        max-height: 110px;
        overflow: hidden;
        transition: max-height 0.3s ease;
        position: relative;
        margin-top: 10px;
    }

    .term-description.expanded .description-wrapper {
        max-height: 9999px;
    }

    .read-more-toggle {
        display: block;
        margin-top: 10px;
        background: none;
        padding: 0px;
        border: none;
        color: #000000;
        font-weight: bold;
        cursor: pointer;
    }

    .read-more-toggle::after {
        content: "Read more";
    }

    .term-description.expanded .read-more-toggle::after {
        content: "Read less";
    }

     .headerContact{
        margin-right: 20px;
     }
     .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%!important;
        margin: 0px!important;
        display: block!important;
        position: relative!important;
    }
    .cartButtons {
        display: flex;
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .cartButtons a{
        margin: 5px auto;
    }
     #mainMenuBlock {
        position: absolute;
        left: 0px;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
        margin-bottom: 20px!important;
    }
    
    .woocommerce-cart .checkout-button {
        margin-top: 0px!important;
    }
     #mainMenuBlock #mega-menu-primary{
        position: absolute;
        width: 100vw;
        top: 80px;
    }
    .headerContact {
        position: absolute;
        top: 25px;
        right: 0px;
    }
    .Icon {
        max-height: 25px !important;
    }
    #topLevelCatSlider .slideContainer {
        max-height: 300px;
    }
    #mainMenuBlock #mega-menu-primary {
        top: 65px;
        height: calc(100vh - 90px);
    }
}
@media screen and (min-width:576px) {
    .trustpilotSection {
            margin-top: 10px;   }
}

@media screen and (max-width:576px) {
    #ProductSliderTwo .slideContent img{
        max-height: 130px;
    }
    #ProductSliderTwo .slideContainer {
        max-height: 160px;
    }
    #ProductSlider .slideContainer {
        max-height: 185px;
    }
    #ProductSliderThree .slideContainer {
        max-height: 215px;
    }
    #ProductSliderThree .slideContainer img {
        max-height: 100px;
    }
    .trustpilotSection {
        padding: 20px;
        display: block;
    }
    .ppc-button-wrapper {
        position: relative;
        z-index: -11111;
    }
    .single_variation .quantity,
    .woocommerce div.product form.cart .button{
        display: inline-block;
        width: 50%!important;
    }
    .product_meta{
        margin-bottom: 10px;
    }
}
.arrow-icon {
    font-size: 35px;
    margin: 5px;
    transition: transform 0.3s ease;
    display: inline-block;
}
/* Responsive End */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-Button,
.woocommerce button.button,
.woocommerce input.button,
.customBtn,
.wpcf7-submit,
#reviews #submit, 
.single-product div.product form.cart .single_add_to_cart_button, 
.woocommerce-ordering .btn.btn-default{
    padding: 10px 20px !important;
    background-color: #000000 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    background: linear-gradient(to left, #000000 50%, var(--blue) 50%) right !important;
    background-size: 200% !important;
    transition: 0.5s ease-out !important;
    /* margin: auto 20px !important; */
    line-height: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .woocommerce-Button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.customBtn:hover,
.wpcf7-submit:hover,
#reviews #submit:hover, 
.single-product div.product form.cart .single_add_to_cart_button:hover, 
.woocommerce-ordering .btn.btn-default:hover {
    background-position: left !important;
    color: #000 !important;
}
.single-product div.product form.cart .single_add_to_cart_button {
    max-width: 220px;
}

html{
    overflow-x: hidden;
}
.form-control{
    appearance: auto!important;
}
input[type=checkbox] {
    width: 18px !important;
    height: 18px;
    float: left;
    margin: 8px 0px;
    accent-color: var(--blue);
}
.woocommerce-form-login__rememberme span{
    margin: 10px;
}
body{
    font-family:var(--main-font);
    font-weight:400;
    overflow-x: hidden;
}
a, a:visited, a:active{
    color:var(--link-color);
    text-decoration: none;
}
a:hover{
    color:var(--link-hover-color);
}
.blog-header {
    padding: 15px 0px;
    /* box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px; */
    position: relative;
    z-index: 4;
}
.blog-footer .container-fluid{
    background-color: #000000;
    padding: 30px 0px;
}
.blog-footer a{
    color:#ffffff;
}
.blog-footer a:hover{
    color:var(--blue);
}
.blog-footer{
    color:#FFF;
    text-align:left!important;
}
.blog-footer h2{
    color: var(--blue);
    font-size: 32px;
    text-transform: uppercase;
}
.blog-footer li{
    list-style-type: none;
}
.blueText, .blueText:hover, .blueText:active, .blueText:focus, .blueText:focus-visible, .blueText:focus-within a.blueText{
    color: var(--blue)!important;
}
.footerBottomStrip {
    margin-top: 5px;
}
.footer2:first-of-type{
    margin-top: 20px!important;
}

#Footer4{
    text-align: left;
}
#Footer5{
    text-align: center;
}
#Footer6{
    text-align: right;
}
.custom-logo{
    max-width: 100px!important;
}
.blog-footer .socialIcons a img{
    width: 30px;
    margin-right: 10px;
}
.blog-footer .socialIcons{
    margin: 20px 0px 20px 0px;
}
.topBar .socialIcons a img{
    width: 22px;
    margin: 5px;
}
.topBar .socialIcons a:last-of-type img {
    margin-left: 0px;
}
.topBar .socialIcons{
    width: 130px;
}
.topBar .headerBlock {
    max-width: fit-content;
    display: inline-block;
}
.topBar .topBarTitle {
    font-size: 24px;
    margin: 0px 20px 0px 0px;
    transform: translateY(5px);
}
.topBar,
.topBar a {
    color: #FFF;
}.topBar,
.topBar a {
    color: #FFF;
}

.topBar {
    background-color: #000000;
    color: #FFF;
    padding: 20px 0px;
}
.topBar {
    background-color: #000000;
    padding: 10px 0px;
}
.brandSlide img {
    max-height: 80px;
}
#topLevelCatSlider *{
    font-family: var(--main-font)!important;
}
#topLevelCatSlider .slideContainer{
    height: 720px;
    display: table;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
#topLevelCatSlider .slideContainer .slideContent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-color: #00000073;
    color: #ffffff!important;
}
#topLevelCatSlider .slideContainer .slideContent p{
    font-size: 30px;
}
#topLevelCatSlider .slideContainer .slideContent .shopNowbtn{
    font-size: 18px;
    padding: 5px;
    border: 2px solid #ffffff;
    width: 160px;
    margin: 40px auto;
    border-radius: 10px;
}
#topLevelCatSlider .slideContainer .slideContent .shopNowbtn:hover{
    background-color: #ffffff;
    color: #000000;
}
#newsletterSignupForm .col-md-6 *{
    display: inline-block;
    text-align: center;
    
}
#newsletterSignupForm .col-md-6 p{
    width: 100%;
}
#newsletterSignupForm label{
    font-size: 30px;
    font-weight: 700;
}
#newsletterSignupForm{
    padding: 40px;
}
#newsletterSignupForm .wpcf7-spinner{
    display: none;
}
#newsletterSignupForm input[type="email"] {
    margin: 5px !important;
    text-align: left;
    max-width: calc(100% - 140px);
    display: inline-block;
}
#CatSlider .slideContent{
    margin: auto 10px 0px 10px;
}
#CatSlider .slideContent p{
    margin-top: 20px;
    text-align: center;
}
#CatSlider .slick-dots {
    bottom: -30px !important;
}
.slick-dots li button:before {
    color: var(--blue) !important;
}


/* #ProductSlider a:hover{
    background-color: #000;
} */
#ProductSlider .slick-dotted.slick-slider,
#ProductSliderTwo .slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
#ProductSlider .slideContainer .limit-text,
#ProductSliderTwo .slideContainer .limit-text,
#ProductSliderThree .slideContainer .limit-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-height: calc(1.6em * 2);
    text-overflow: ellipsis;
    text-align: left;
}
#ProductSlider .slideContainer {
    height: 265px;
    margin: 0px 0px 50px 0px;
}
#ProductSliderTwo .slideContainer {
    height: 300px;
    margin: 0px 0px 50px 0px;
}
#ProductSlider .slideContent img{
    object-fit: contain;
    /* height: 180px; */
}
#ProductSliderTwo .slideContent img {
    object-fit: cover;
    height: 260px;
    margin-bottom: 5px;
}
#ProductSliderThree .slideContent img {
    object-fit: cover;
    height: 260px;
    margin-bottom: 5px;
}
#ProductSlider .slideContent,
#ProductSliderTwo .slideContent {
    /* box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px; */
    height: 100%;
}
#ProductSlider .slideContent p,
#ProductSliderTwo .slideContent p{
    padding: 0px 10px 0px 10px;
}
#ProductSlider img,
#ProductSliderTwoimg{
    /* max-height: 140px; */
    width: auto;
    margin-bottom: 10px;
    /* border: 2px solid #ebebeb; */
}
#ProductSlider .slideContent,
#ProductSliderTwo .slideContent{
    margin: 10px;
    text-align: center;
    display: grid;
}
#ProductSlider .slideContent img,
#ProductSliderTwo .slideContent img,
#ProductSlider .slideContent p,
#ProductSliderTwo .slideContent p{
    display: block;
}
#ProductSlider .slideContent p,
#ProductSliderTwo .slideContent p{
    text-align: left;
}
#ProductSlider .slideContent:hover p.price,
#ProductSliderTwo .slideContent:hover p.price,
#ProductSlider .slideContent:hover p.title,
#ProductSliderTwo .slideContent:hover p.title{
    font-weight: 600;
    color: #000000!important;
}
#ProductSliderTwo .slideContent:hover p.title{
    margin-top: 5px;
}
.container-full-right>div {
    margin-right: 0 !important;
    max-width: calc(1270px + calc(calc(100% - 1320px) / 2)) !important;
}

.shopSidebar form.woocommerce-ordering,
.shopSidebar .sidebar-module {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}
.shopSidebar .sidebar-module:first-of-type{
    margin-left: 0px!important;
}
.shopSidebar{
    display: inline-block;
    width: calc(100% - 170px)!important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right;
}
/* .archive div.product{
    width: auto!important;
} */
.up-sells.upsells .whitebox,
.related.products .whitebox,
.archive div.product .whitebox{
    height: 100%;
    /* box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px; */
}
.woocommerce span.onsale {
    font-size: 15px;
    top: 10px;
    left: 20px;
    border-radius: 10px;
    background-color: var(--blue);
    color: #000000;
    width: 55px;
    height: 25px;
    padding: 0px;
    line-height: 25px;
    min-height: unset;
    min-width: unset;
    z-index: 0!important;
}
.archive div.product .whitebox h2.woocommerce-loop-product__title {
    max-width: 290px;
}
.up-sells.upsells .whitebox h2.woocommerce-loop-product__title,
.related.products .whitebox h2.woocommerce-loop-product__title,
.archive div.product .whitebox h2.woocommerce-loop-product__title {
    font-family: var(--main-font) !important;
    font-size: 16px !important;
    padding: 10px 10px 5px 10px;
    margin: 0px;
}
.archive div.product .whitebox span.price ins{
    text-decoration: none!important;
}
.up-sells.upsells .whitebox span.price del,
.related.products .whitebox span.price del,
.archive div.product .whitebox span.price del{
    text-decoration-color: #000000!important;
    text-decoration: line-through;
}
.up-sells.upsells .whitebox span.price,
.related.products .whitebox span.price,
.archive div.product .whitebox span.price{
    padding: 5px 10px 10px 10px;
    display: block;
}
.up-sells.upsells .whitebox span.price .woocommerce-Price-amount,
.related.products .whitebox span.price .woocommerce-Price-amount,
.archive div.product .whitebox span.price .woocommerce-Price-amount {
    font-family: var(--header-font) !important;
    color: #000000;
    font-weight: 500 !important;
    font-size: 16px;
}
.up-sells.upsells .whitebox span.price,
.related.products .whitebox span.price{
    color: #000000!important;
}
.related.products .relatedHeader {
    font-family: var(--header-font) !important;
    text-align: left;
    margin-top: 20px;
}
.up-sells.upsells .whitebox ,
.related.products .whitebox {
    width: calc(100% - 20px);
    min-height: 100%;
}
.up-sells.upsells .product,
.related.products .product{
    max-height: 385px;
}
 .woocommerce-breadcrumb {
    font-family: var(--header-font) !important;
    margin-top: 20px !important;
    font-size: 14px;
    color: #767676;
    border-bottom: 4px solid var(--blue);
    width: fit-content;
}
.woocommerce div.product .product_title {
    font-family: var(--main-font) !important;
    font-size: 22px;
}
.single-product .entry-summary .price .woocommerce-Price-amount.amount bdi {
    font-size: 20px !important;
    color: #000000;
}
.single-product .entry-summary .price del bdi{
    text-decoration: line-through;
}
.woocommerce div.product form.cart {
    width: 100%;
    float: left;
}
.woocommerce div.product form.cart .button {
    width: 100%;
}
#product-slider .slick-list,
#product-slider .slick-track,
#product-slider{
    max-height: 640px;
}
.single-product .entry-summary {
    /* border-left: 1px solid #777272; */
    padding: 20px;
}
.woocommerce div.product p.price {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 10px!important;
}
.single-product .entry-summary .woocommerce-product-details__short-description{
    margin-bottom: 10px;
}

.single-product div.product .variations.table{
    border: none!important;
    border-width: 0!important;
    padding: 0px;
    display: block;
} 
.single-product div.product .variations.table tr th.label,
.single-product div.product .variations.table tr td.value {
    width: 100%;
    display: block;
    padding: 0px;
}
.single-product div.product .variations.table tr {
    margin-bottom: 10px;
    display: block;
}
.single-product div.product .table-bordered> :not(caption)>*{
    border-width: 0px!important;
} 
.single-product .woocommerce-tabs ul.tabs{
    text-align: center;
}
.single-product .woocommerce-tabs ul.tabs li {
    border: none!important;
    background-color: transparent!important;
    color: #000000!important;
    display: inline-block!important;
    /* position: unset!important; */
}
nav.woocommerce-pagination .page-numbers{
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
}
nav.woocommerce-pagination ul.page-numbers{
    background-color: transparent;
}

/* .tabs.wc-tabs li.active:after {
    content: '' !important;
    bottom: 0px !important;
    background-color: var(--blue);
    height: 5px !important;
    width: 100px !important;
    position: absolute;
    right: 25%!important;
} */
.woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type{
    display: none!important;
}
.form-control:focus {
    border-color: var(--blue)!important;
    /* box-shadow: 0 0 0 0.25rem #00ffff38!important; */
}
.related.products .product span.onsale,
.up-sells.upsells .product span.onsale{
    left: 10px!important;
    top: 10px!important;
}
#tab-title-description.active:after,
#tab-title-reviews.active:after,
#tab-title-additional_information.active:after {
    content: '' !important;
    bottom: 0px !important;
    background-color: var(--blue);
    height: 5px !important;
    width: 100% !important;
    position: absolute;
    left: 0;
    display: block!important;
}
video#tab-title-description:after,
#tab-title-reviews:after,
#tab-title-additional_information:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none!important;
    background-color: transparent;
}
#subCatSlider .slideContent img {
    height: 240px !important;
    object-fit: cover;
    width: auto;
}
#subCatSlider .slideContent p{
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
#subCatSlider .slick-dots {
    bottom: -40px !important;
}
#subCatSlider .slideContent {
        margin: 10px!important;
}
.boxShadowDefault {
    /* box-shadow: rgba(149, 157, 165, .5) 0px 3px 9px; */
}
#ProductSlider .slick-dots {
    border: 1px solid #cdcccc;
    width: calc(100% - 25%);
    height: 25px;
    border-radius: 12px;
}
#ProductSlider .slick-dots li button:before {
    color: var(--blue) !important;
    width: 100%;
    background-color: var(--blue);
    display: inline-block;
    position: relative;
    border-radius: 12px;
}
#ProductSlider .slick-dots li button {
    width: 100%!important;
    padding: 0px!important;
}
#ProductSlider .slick-dots li {
    width: 19%!important;
    padding: 0px!important;
}
.nlsContainer{
    background-color: var(--grey);
    border-top: 2px solid #000000;
}
.woocommerce div.product {
    margin: 10px 0px !important;
}
.up-sells.upsells div.product, 
.related.products div.product {
    margin: 20px 0px !important;
}
.slick-slide {
    text-align: center;
}
.productNavSlide {
    margin: 0px 0px;
    display: block;
    padding: 10px 10px 20px 10px;
    max-width: 160px;
}
.productSlide {
    padding: 20px 20px 0px 20px;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-top: 20px;
}
.woocommerce.single-product .purchasable.product .row span.onsale {
    top: 30px;
    left: 30px;
    z-index: 1 !important;
}
#infoTable img{
    height: 50px;
}
#infoTable tr td:first-of-type{
    border-right: 2px solid #000000;
    border-left: none!important;
    width: 80px;
}
#infoTable tr td:last-of-type {
    padding-left: 20px;
    border: none !important;
}
/* .product div.quantity, 
.product div.quantity input{
    display: block!important;
} */
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default{
    border-radius: 0px!important;
    background-color: var(--grey)!important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected{
    background-color: var(--blue)!important;
    /* box-shadow: none!important; */
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default:hover{
    background-color: var(--blue)!important;
    /* box-shadow: none!important; */
}  
a.reset_variations{
    display: none!important;
}
#product-nav .slick-slide img{
    border: 1px solid #d5d5d5;
}
/* .single-product div.product form.cart .single_add_to_cart_button::before {
    content: url(/wp-content/uploads/2024/12/basket-1.png);
    margin: 0px 10px 0px 0px;
} */
.slick-slide .price,
.slick-slide .woocommerce-loop-product__title{
    text-align: left!important;
}
.woocommerce-account .blog-main{
    margin: 40px 0px;
}
.woocommerce-message:focus-visible{
    outline: none!important;
}
.xoo-wsc-ft-buttons-cont {
    grid-template-columns: 1fr 1fr!important;
}
.xoo-wsc-ft-btn-cart{
    display: none!important;
}
.xoo-wsc-ft-amt {
    text-align: left!important;
    margin: 0px!important;
}
.xoo-wsc-ft-totals {
    padding: 10px!important;
    margin: 10px 0px!important;
    background-color: var(--grey)!important;
}
.woocommerce-cart.woocommerce-page .blog-main{
    margin: 40px auto;
}

.slick-prev:before,
.slick-next:before{
    color: #000000!important;
}
.slick-prev:hover:before,
.slick-next:hover:before{
    color: var(--blue)!important;
}
#ProductSlider .slick-next{
    display: none!important;
}
.wc-block-cart-items__header .wc-block-cart-items__header-total span,
.wc-block-cart-items__header .wc-block-cart-items__header-image span{
    display: none!important;
}
.wc-block-cart-items__header .wc-block-cart-items__header-total,
.wc-block-cart-items__header .wc-block-cart-items__header-image{
    padding: 0px!important;
    margin: 0px!important;
}
.wc-block-cart-items__header{
    border-bottom: 2px solid var(--blue)!important;
    border-top: none!important;
}
.wc-block-cart-items__row{
    border: none!important;
}
.Icon {
    max-height: 35px !important;
    padding-top: 5px;
}
.headerContact {
    width: 130px;
    display: inline-block;
    text-align: end;
}
.headerContact div img,
.headerContact a img {
    margin: 0px 0px 0px 2px;
    height: 30px !important;
    width: auto !important;
}
#archiveSubCatSlider {
    margin: 20px auto;
    max-width: calc(100% - 60px);
}
#archiveSubCatSlider a{
    background-color: var(--grey);
    border-radius: 5px;
    padding: 5px;
    margin: 0px 5px!important;
}
#archiveSubCatSlider a:hover{
    background-color: #000000;
    color: var(--blue);
}
#archiveSubCatSlider .slick-list.draggable .slick-track{
    display: flex;
    align-items: center;
}
.row.catContent{
    margin-bottom: 20px;
}
.woocommerce-cart .sliderProd .product .woocommerce-loop-product__title{
    font-size: 16px;
}
.woocommerce-cart .sliderProd .product span.price{
        display: block;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin: 0px 0px 0px 20px;
}
.page-id-9 .blog-post-title{
    display: none!important;
}
.page-id-9 h1{
    border-bottom: 2px solid var(--blue);
    margin-bottom: 20px;
}
.woocommerce-cart h1, 
.woocommerce-cart h2{
    font-size: 20px!important;
}
.woocommerce-cart .checkout-button{
    margin-top: 25px!important;
}
.woocommerce-cart .checkout-button,
.woocommerce-cart .coupon .button,
.woocommerce-cart #pwgc-redeem-button{
    padding: 10px 0px!important;
}
#pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number,
#pwgc-redeem-gift-card-container #pwgc-redeem-button, 
.wc-new-coupon-location #coupon_code, 
.wc-new-coupon-location .button{
    display: inline-block!important;
}
#pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, 
.wc-new-coupon-location #coupon_code{
    width: calc(100% - 140px);
    border-radius: 0px;
    border: none;
    color: #000000;
    font-weight: 500;
    background-color: var(--grey);
    padding: 8px;
}
#pwgc-redeem-gift-card-container #pwgc-redeem-button, 
.wc-new-coupon-location .button{
    float: right;
}
#pwgc-redeem-gift-card-container br{
    display: none!important;
}
#pwgc-redeem-gift-card-container label{
    margin-bottom: 5px;
}
#pwgc-redeem-gift-card-container #pwgc-redeem-button, 
.wc-new-coupon-location .button{
    width: 130px;
}
.cartButtons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.whiteBtn.btnOposite {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.whiteBtn.btnOposite:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.whiteBtn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
    border-radius: 10px !important;
    width: 180px !important;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}
.whiteBtn:hover {
    background-color: #ffffff!important;
    color: #000000!important;
}
.woocommerce-cart .cart-collaterals .order-total{
    display:none!important;
}
.woocommerce-cart .cart-collaterals table.shop_table *,
.woocommerce-cart .cart-collaterals table.shop_table{
    border-color: transparent!important;
}
.xoo-wsc-body {
    flex-grow: unset !important;
}
.xoo-wsc-btn {
    border: 2px solid #000000 !important;
    border-radius: 10px !important;
}
.xoo-wsc-ft-btn-continue{
    background-color: #ffffff !important;
    color: #000000 !important;
}

.xoo-wsc-ft-btn-continue:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.woocommerce-cart .cross-sells .product .whitebox.whitebox {
    width: calc(100% - 20px);
    margin: auto;
}
/* .woocommerce table.shop_table td {
    border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
    border-left: transparent!important;
    border-right: transparent!important;
} */

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as{
    margin: 5px 0px;
}
.product_meta{
    margin-top: 10px!important;
}
#shop-sidebar .sidebar-module.widget{
    max-width: 125px!important;
    height: 35px;
}
#shop-sidebar .select2-container--default, #shop-sidebar .select2-selection--single{
    border: none!important;
}
#shop-sidebar .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    display: none!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--blue)!important;
    color: #000000!important;
}
.select2-container--open .select2-dropdown--below{
    border: 1px solid #aaa!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
}
.select2-dropdown.select2-dropdown--below{
    width: 115px !important;
    transform: translateX(5px);
}
#woocommerce_price_filter-2{
    position: relative;
}
#woocommerce_price_filter-2 form {
    position: absolute;
    right: 0;
    height: 0px;
    opacity: 0;
    width: 115px;
    display: block;
    top: 60px;
    z-index: 1;
    background-color: #ffffff;
    transition: 0.5s ease-out !important;
}
#woocommerce_price_filter-2 form.showPriceFilter {
    height: 65px;
    opacity: 1;
}
#woocommerce_price_filter-2 h4 {
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    color: #000000;
    padding: 0px;
    border-bottom: 2px solid #000000;
    font-family: var(--main-font) !important;
}
.shopSidebar{
    margin-bottom: 40px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: none;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 0px;
}
.woocommerce-ordering .orderby{
        background-color: #dfdfdf;
        border: none;
        padding: 5px;
}
#mega-menu-primary ul.mega-sub-menu li ul.mega-sub-menu{
    top: 0px!important;
}

#mega-menu-primary{
    text-align: center!important;
    font-family: var(--header-font)!important;
}
#mega-menu-primary li a{
    font-weight: 500!important;
}
#mega-menu-primary li.mega-BoldMenuItem.pzero a {
    padding-top: 0px!important;
}
#mega-menu-primary li.mega-BoldMenuItem a {
    font-weight: 700 !important;
    padding-top: 20px !important;
}
#mega-menu-primary li.mega-BoldMenuItem ul li a{
    font-weight: 500 !important;
    padding-top: 0px !important;
}
#mainMenuBlock #mega-menu-wrap-primary .widget_media_image h4{
    font-weight: 700!important;
}
.custom-logo-link{
    position: relative;
    z-index:9;
}
#mega-menu-primary li.mega-BoldMenuItem ul li a:hover, 
#mega-menu-primary li.mega-BoldMenuItem a:hover{
    column-rule-color: var(--blue)!important;
}

.hideH3:hover h3{
    display: none;
}

.xoo-wsc-icon-basket5:before {
    content: url('/wp-content/uploads/2025/03/cart-black.png');
}

.aws-container {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 215px;
    right: 0px;
    border: 2px solid var(--blue);
    width: 100%;
    max-width: 400px;
    z-index: 3;
}

.aws-container.open {
    transform: translateX(0%);
    opacity: 1;
}
.aws-container .aws-search-form .aws-form-btn,
.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: #ffffff;
    border: none!important;
}

.aws-container .aws-search-field {
    border-color: #ffffff;
}
.aws-container .aws-search-form .aws-search-btn svg {
    fill: #000000;
}
/* .accBaskSearch{
    width: 100%;
    text-align: end;
}
.accBaskSearch img{
    margin: 0px 5px;
    max-height: 30px !important;
} */
.quantity * {
    display: inline-block;
    border: none;
}
.single-product .quantity {
    border: 1px solid #000000;
    padding: 0px 5px;
    border-radius: 5px;
}
.quantity .form-control:focus{
    box-shadow: none;
}
.info-strip-slide {
    height: 70px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.info-strip-slide img{
    max-height: 40px;
    margin-right: 10px;
}
.info-strip-slide span{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.info-strip-slide span.smallTxt{
        font-size: 16px;
        font-weight: 500;
}
.catPageImage {
    max-height: 325px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.woocommerce ul#shipping_method li input {
    margin: 7px 10px 10px 0px !important;
    display: inline-block;
}
#shipping_method li div {
    display: inline-block;
    max-width: 230px;
}
#ppc-button-ppcp-gateway {
    line-height: 0;
    z-index: -9999999999999999999999999;
    position: relative;
}

.woocommerce-tabs table.shop_attributes td{
    padding: 10px!important;
}
.woocommerce-tabs table.shop_attributes th{
    padding: 20px!important;
}
.single-product div.product .woocommerce-tabs .table-bordered> :not(caption)>* {
    border-width: 1px!important;
}
.single-product div.product .woocommerce-tabs table.shop_attributes {
    border-top: 1px solid!important;
}
.aws-search-result .aws_onsale{
    background-color: var(--blue)!important;
}
.actions button.button.btn.btn-default {
    padding: 0px 20px;
    width: 130px;
}
.woocommerce-cart-form__cart-item.cart_item .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}
.productSection h2.woocommerce-loop-product__title {
    font-size: 16px;
    width: 100%;
    text-align: left;
}
.productSection .product .price {
    display: block;
    width: 100%;
    text-align: left;
}
.productSection .product .price * {
    font-size: 16px!important;
    color: #000000!important;
}

/* Target the attribute filter widget */

/* @media (min-width: 768px) {
    .widget_layered_nav ul {
        display: none;
    }

    .widget_layered_nav select {
        display: block;
    }
}

@media (max-width: 767px) {
    .widget_layered_nav ul {
        display: block;
    }

    .widget_layered_nav select {
        display: none;
    }
} */

.widget_layered_nav select {
    appearance: none;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;

    background: transparent;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 0;
    width: 100%;
    outline: none;
    cursor: pointer;

    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 0.8em auto;
    padding-right: 1.5em;
}

.widget_layered_nav .form-control:focus{
    box-shadow: none!important;
}
