*:not(i) {
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {min-height: 100vh;}

/*.search-form .sw-input {width: 400px;}
*/


/*.search-field {
    width:440px;
    margin-left: 500px;
    margin-top: 25px;
    z-index: 2000;
}*/
.admin-font:not(i) {font-family: 'Nunito', sans-serif;}
.slide-title {font-family: 'Playfair Display', sans-serif !important}

.sw-sidebar-hide {display: none !important;}
.sw-navbar-width {
    width: 100% !important;
    margin-left: 0 !important;
}

.sw-col {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: none;
}

.sw-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.side_categories {list-style: none;}
.side_categories li a, .side_brands li a, .side_filter li a {font-size: .8rem; text-decoration: none;}
.side_categories .sw-hr {color: transparent; border-top: 1px solid rgb(255, 255, 255);}

.header-outline-none {
    border-bottom: none !important;
}

.footer-outline-none {
    border-top: none !important;
}

.sw-carousel-captions {
    position: absolute;
}

.caption-left {
    top: 50%;
    left: 20px;
    padding: 10px;
    transform: translateY(-50%);
}

.caption-right {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 10px;
    transform: translateY(-50%);
    text-align: right;
}

.caption-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.caption-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    text-align: center;
}

.carousel-item-height {
    max-height: 400px !important;
}

.carousel-item-height img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}

.table-search-input {
    width: 350px !important;
}

/**/
.product-slider .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: 100%;
    left: 0;
}

.product-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-prev {
    color: #a4a4a4;
    font-size: 42px;
    position: relative;
}

.product-slider .owl-nav button.owl-next {
    float: right;
    right: -92px;
}

.product-slider .owl-nav button.owl-prev {
    float: left;
    left: -92px;
}

.product-card img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
}

.product-icons a {
    position: relative;
    background-color: transparent;
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: .75rem;
}

.product-icons a:hover {border-radius: 50%;}


/*div[data-thumb]{height: 50px;}*/
div[data-thumb] {position: relative}
div[data-thumb] img {width: 100%; height: 325px; object-fit: contain}

.product-buttons { position:absolute; right:10px; bottom:10px; z-index:99; }
.product-buttons .btn.popup-video i, .product-buttons .btn i { line-height:33px; }
.product-buttons .btn { font-size:19px; height:36px; width:36px; text-align:center; margin-top:5px; clear:both; border-radius:3px; padding:0; line-height:33px; float:right; background:#000000; color:#ffffff; opacity:0.9; }


.pdt-cart-deets .sw-icount {width: 120px;}
.pdt-spec li {margin-bottom: 5px;}
.pdt-spec li a span, .pdt-spec li span {width: 150px;display: inline-block;}


/*.pdt-name:hover {color: #330066 !important;}*/
.pdt-social ul {text-align: center;}
.pdt-social ul li {display: inline-block; padding: 20px 5px;}
.pdt-social ul li a {color: #868e96;}

.add-to-cart:disabled {
    background-color: #868e96 !important;
    color: #FFFFFF !important;
    cursor: not-allowed;
}

.footer {
    position: sticky;
    top: 100%;
    bottom: 0;
}

.footer ul {list-style: none;}
.footer ul li a {text-decoration: none;}
.footer-menu ul li, .footer-social ul li {display: inline-block; padding: 0 24px;}
.footer-social ul li a {font-size: 1.5rem; }

.profile-links {list-style: none;}
.profile-links li a {text-decoration: none;}

.section-box-img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}

.cart-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.sw-rating i {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.sw-rating i.filled {
    color: gold;
}

.badge:empty {display: none;}
.sw-modal-scroll-v .sw-modal-content {
    overflow-y: auto;
    max-height: 80%;
    height: 70vh;
}

.feat-cat:not(:last-of-type) {margin-bottom: 8px;}
.feat-cat img {height: 195px; object-fit: cover;}

.soldOut {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.soldOut::before {
    content: "SOLD OUT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
}

.soldOut .product-card img {
    filter: grayscale(100%) blur(2px);
}

.soldOut .aval-heading {
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
}

.cart-img-soldOut {
    filter: grayscale(100%)
}

/**/

.menu-wrapper {
    position: relative;
    width: 100%;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 400px;
    background-color: #fff;
}

.menu-list {
    position: relative;
}

.menu-link {
    display: block;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    transition: transform 0.3s ease, background-color 0.3s ease;
    /*font-size: 13px;*/
}

.menu-link:hover {
    background-color: #f5f5f5;
}

/* Submenu styles */
.has-submenu {
    position: static;
}

.has-submenu > .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    /*height: auto;*/
}

.has-submenu:hover > .menu {
    display: block;
}

.privacy-policy-page section, .terms-and-conditions-page section {margin-bottom: 30px;}

.privacy-policy-page ul {
    padding-left: 2rem;
}

@media screen and (max-width: 768px) {
    .navbar-link span:not(.cart-count-mobile):not(.cart-count-m) {display: none}

    .carousel-item-height {
        max-height: 300px !important;
    }

    .carousel-item-height img {
        height: 300px !important;
        width: 100%;
        object-fit: cover;
    }

    .product-card .sw-panel-wrapper {
        min-height: 100px;
    }
}
