﻿

.loader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .loader img {
        margin: 0 auto 10px;
        max-width: 110px;
        mix-blend-mode: hard-light;
    }

    .loader h4 {
        margin: 0;
        font-weight: 500;
    }
.form-footer, form {
    margin-bottom: 0rem !important;
}
.countbg {
    background: #f3f3f3;
    color: black;
    float: right;
    border-radius: 0;
    width: 20px;
    height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chip {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 0px;
    margin-right: 2px;
    background-color: #008acd;
    color: #fff;
}
.check-chip {
    margin-bottom: 15px;
}
.chip .closebtn {
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.menu .megamenu {
    width: 250px !important;
    padding: 10px;
}
a:focus, a:hover {
    cursor: pointer !important;
}



#myUL {
    max-height: 300px;
    width: 777px;
    position: absolute;
    background: #fff;
    display: none;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 6px 0 white;
    overflow-y: scroll;
    padding-bottom: 4px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 1.5px;
    top: 40px;
    z-index: 100;
    left: 15px;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.08);
}

    #myUL li a {
        border: 1px solid #fff;
        margin-top: 1px;
        background-color: #ffffff;
        padding: 0px 12px 0px 12px;
        text-decoration: none;
        /* font-size: 12px; */
        color: black;
        display: block;
        text-align: left;
    }

    #myUL li {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    #myUL a:not(.custom-btn):after {
        margin-top: 0px !important;
    }

    #myUL li a:hover:not(.header) {
        background-color: #eee;
        cursor: pointer;
    }




#myULmob {
    max-height: 300px;
    width: 255px;
    position: absolute;
    background: #fff;
    display: none;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 6px 0 white;
    overflow-y: scroll;
    padding-bottom: 4px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 1.5px;
    top: 330px;
    z-index: 100;
    left: 2px;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.08);
}

    #myULmob li a {
        border: 1px solid #fff;
        margin-top: 1px;
        background-color: #ffffff;
        padding: 0px 12px 0px 12px;
        text-decoration: none;
        /* font-size: 12px; */
        color: black;
        display: block;
        text-align: left;
    }

    #myULmob li {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    #myULmob a:not(.custom-btn):after {
        margin-top: 0px !important;
    }

    #myULmob li a:hover:not(.header) {
        background-color: #eee;
        cursor: pointer;
    }
.home-slider img {
    min-height: auto;
}

.footer-form-container {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 350px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    padding: 20px;
    z-index: 1060;
    box-shadow: 0px 0px 10px #ddd;
    transition: 0.3s;
    transform: translateY(100%);
}

    .footer-form-container.active {
        transform: translateY(0);
        transition: 0.3s;
    }

.modal-backdrop {
    background-color: rgb(0 0 0 / 30%);
}

.btn-query-footer {
    position: absolute;
    padding: 9px 20px;
    background: #404040;
    color: #fff;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    z-index: 10;
}

.btn-close-footer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 20px;
    top: 20px;
    z-index: 10;
}

@media(max-width:580px) {

    .footer-form-container.active {
        bottom: 60px;
    }
}

img.slide-bg {
    object-fit: contain;
    object-position: center top;
}

.brand-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f7f7f7;
    width: 150px;
    margin: auto;
    background: #f7f7f7;
}
    .brand-item img {
        height: 120px;
        object-fit: contain;
        mix-blend-mode:darken;
    }

.brand-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
    .brand-img:hover {
        background: #fbfbfb;
    }
    .brand-img:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 90px;
        left: 113px;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(transparent,#ccc,transparent);
        z-index: 1;
    }

    .brand-img > div {
        width: calc(100% - 130px);
    }

    .brand-img h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .brand-img p {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        color: #00a1a9;
    }

    .brand-img img {
        position: relative;
        display: block;
        padding: 8px;
        border-radius: 10px;
        width: 100px;
        height: 100px;
        mix-blend-mode: darken;
        object-fit: contain;
    }

    .brand-img span {
        color: #000;
        font-size: 11px;
    }

.advt-banner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
    background: center/cover no-repeat url(/assets/images/newsletter-bg.jpg);
    padding: 0 15px;
}

.brand-description {
    position: sticky;
    top: 58px;
    display: block;
    background: #f7f7f7;
    padding: 20px;
    max-height: calc(100vh - 58px);
    height: 100%;
    overflow: auto;
}

.search-container {
    position: sticky;
    top: 58px;
    display: block;
    background: #fff;
    z-index: 999;
    padding: 0 0 15px;
}

.menu ul {
    max-height: 300px !important;
    overflow-y: scroll !important;
}

.newsletter-popup {
    max-width: 700px;
    padding: 30px 30px;
}

    .newsletter-popup img {
        width: auto !important;
    }

.newsletter-popup-content {
    max-width: 550px;
}
header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: #939393 !important;
}

.header-bottom .main-nav .menu > li.active > a, .header-bottom .main-nav .menu > li > a:hover {
    border-top-color: #009ea7 !important;
}

.header-bottom .menu > li.active > a, .header-bottom .menu > li.show > a, .header-bottom .menu > li:hover > a {
    color: #009ea7 !important;
}

.menu-vertical > li.active, .menu-vertical > li.show, .menu-vertical > li:hover {
    background: #00714d;
}
.header-middle {
    padding: 0.5rem 0;
}
.header-left img {
    max-width: 100% !important;
}
.feature-box {
    padding: 1em;
}
.hotselling-single-carousel.owl-carousel .owl-stage-outer,
.latest-single-carousel.owl-carousel .owl-stage-outer,
.toprated-single-carousel.owl-carousel .owl-stage-outer,
.best-single-carousel.owl-carousel .owl-stage-outer,
.featured-single-carousel.owl-carousel .owl-stage-outer {
    padding: 25px 0;
}
#mainmenulistfoot {
    column-count: 2;
}
.blog-section {
    background: #fbfbfb;
}
.owl-prev, .owl-next {
    color: #fff !important;
    font-size: 65px !important;
    height: 30px !important;
    width: 30px !important;
    background: #404040 !important;
    border-radius: 0 !important;
}
    .owl-prev span, .owl-next span {
        font-size: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
    }
::-webkit-scrollbar {
    width:10px;
    background:#484848;
}
::-webkit-scrollbar-thumb {
    background: #009ea7;
}
.table td, .table th {
    padding: 3px;
}
.table td label, .table td label h6{
    margin: 0;
}
.panel.panel-default h5{
    margin-bottom:15px;
}
.sidebarfilterbycat {
    position: relative;
    display: block;
    overflow: auto;
    max-height: 250px;
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
}

    .sidebarfilterbycat::-webkit-scrollbar {
        width: 5px;
        background: #f7f7f7;
    }
    .sidebarfilterbycat::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 5px;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
.sidebarfilterbycat:hover::-webkit-scrollbar-thumb {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}
h4.heading-middle-border{
    font-weight:500;
}
.product-default {
    padding: 10px;
}
.product-default a {
    font-size: 12px;
}
.product-category{
    margin-bottom:0;
}
.product-default figure img {
    height: 150px;
    mix-blend-mode: darken;
    object-fit: contain;
    padding:10px;
}
.c-pointer{
    cursor:pointer;
}
.product-default .product-label {
    font-size: 10px;
    border-radius: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.product-single-details .product-title {
    font-size: 2rem;
}
.bulk-form {
    padding: 15px;
    background: #f7f7f7;
}
.bulk-form textarea.form-control {
    min-height:initial;
    height:110px;
}
.btn-primary {
    border-color: #404040;
    background: #404040;
    color: #fff !important;
}
    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        border-color: #009ea7;
        background: #009ea7;
    }
.product-single-details .product-action {
    border-top: none;
}
.btn {
    padding: 0.7em 1.6em;
}
.product-default .product-label.label-sale {
    background-color: #404040;
}
.product-default .product-label.label-hot {
    background-color: #009ea7;
}
.menu > li {
    display: block;
    float: initial;
}

.main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.logo {
    max-width: 150px;
}
.blog-section .heading-border.section-title {
    color: #009ea7;
}