@import url('https://fonts.googleapis.com/css?family=Poppins');


* {
    font-family: Poppins, "Arial Black", Gadget, sans-serif;
}

.row:before, row:after { 
    display: inline-block !important;
}

/*************Category nav styles start************/

#page-header {
    background-color: #ffffff !important;
    font-family: Poppins, "Arial Black", Gadget, sans-serif !important;
    font-size: 14px;
}

#page-header #navigationLinks{
    font-weight: 500 !important;
    transition: 300ms all;
    color : #848789 !important;
    font-size: 14px;
}

@media screen and (max-width: 1024px){
    #page-header #navigationLinks{
        font-size: 10px;
    }
}

.header-img-container{
    width: 180px;
    height: 80px;
    line-height: 88px;
}

.header-img-container img{
    cursor: pointer;
    max-width: 180px;
    max-height: 80px;
    vertical-align: middle;
}

#navigationLinks a:hover {
    color :black !important;
    font-weight: bolder !important;
    text-decoration: underline;
}

#categoryNavigation{
    position: relative;
}


#categoryNavigation {
    min-height : 50px;
    max-height : 100px;
}

#categoryNavigation a {
    font-family: Poppins, "Arial Black", Gadget, sans-serif !important;
    color : #848789;
    font-weight: lighter;
    font-size: 13px;
    line-height: 25px;
}

#categoryNavigation a.top-levels {
    line-height: 50px;
}

#categoryNavigation > .nav-item:first-child:only-child {
    text-align: center;
}

#categoryNavigation a:hover {
    /*color :#525354 !important;*/
    color :black !important;
    text-decoration: none;
    font-weight: bolder !important;
    text-decoration: underline;
}

.top-levels {
    cursor: pointer;
}

.top-levels :hover{
    font-weight: bolder !important;
}

/************* Navigation link styles start ************/
.nav-small {
    font-size: 13px;
}

/*************Category sub menu styles start************/

.cat-sub-menu {
    position: absolute;
    left: 0;
    background: #ffffff;
    visibility: hidden;
    /*opacity: 0;*/
    /*width: 100%;*/
    /*display: none !important;*/
    color : #848789;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 99999;
    width: 100%;
    transition: visibility 0s, opacity 0.5s linear;
}

.cat-sub-menu li {
    list-style: none;
}

/* heading in the subcategory dropdown*/
.cat-sub-menu p {
    font-size: 14px;
}

#categoryNavigation .cat-sub-menu .cat-sub-menu-item h6 {
   font-weight: 300 !important;
   color :#525354;
} 


#categoryNavigation .cat-sub-menu .cat-sub-menu-item ul li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: lighter !important;
    font-family: Poppins, "Arial Black", Gadget, sans-serif !important;
    padding: 2px;
    cursor: pointer;
} 

#categoryNavigation .cat-sub-menu .cat-sub-menu-item ul li:hover {
    /*color :#525354;   */
    color :black;   
    font-family: Poppins, "Arial Black", Gadget, sans-serif !important;
    font-weight: bolder !important;
}

#categoryNavigation li:hover .cat-sub-menu, #categoryNavigation li:focus .cat-sub-menu {
    /*display: flex !important;*/
    visibility: visible;
    opacity: 1;
    transition-delay:0.5s;
}

.cat-sub-menu-item-items {
    height: 2em;
}

/*************Home styles start************/

#homeImage {
    height: 650px;
    background-size: cover;
}

.carousel-item {
    /*height: 55em;*/
    overflow-y: hidden;
}

.carousel-item img{
    max-height: 80em;
    /*overflow-y: hidden;*/
}


/*************Left categories styles start************/

#leftCategory * {
    font-size: 14px;
}
#leftCategory a {
    font-size: 14px;
    cursor: pointer;
}

#leftCategory a:hover {
   font-weight: bolder !important;
   color: black !important;
   text-decoration: underline;
}

.active-category {
    background-color: lightgray;
}

.active-category-2 {
    /*background-color: lightgray;*/
    background-color: white;
}

.active-subcategory {
    background-color: lightgray;
}

.active-subcategory-2 {
    /*background-color: lightgray;*/
    background-color: white;
}

.active-rangecategory {
    background-color: lightgray;
}

.active-rangecategory-2 {
    /*background-color: lightgray;*/
    background-color: white;
}

.active-productcategory {
    background-color: lightgray;
}

.active-productcategory-2 {
    /*background-color: lightgray;*/
    background-color: white;
}

.active-brandcategory {
    background-color: lightgray;
}

.active-brandcategory-2 {
    /*background-color: lightgray;*/
    background-color: white;
}

/************** Bread crumb styles start***************/
#crumb{
    font-size: 14px;
}

/*************Pricelist styles start************/

/*product container*/
.pricelist {
    height: 392px;
    font-size: 14px;

}

/*product image*/
.pricelist .productImage {
    max-width: 200px;
    max-height: 150px;
}

/*product ID*/
.pricelist .productID {
    /*font-size: 14px;*/
}

/*product price*/
.pricelist .productPrice {
    /*font-size: 24px;*/
    font-size: 14px;
}

/*quantity input*/
.pricelist .productQuantity {
    /*height: 40px;*/
    text-align: center;
    /*margin: 0px 5px;*/
    border: 1px solid black;
    outline: none;
}

#product-thumbnail-list-items {
    list-style: none !important;
}

/******** Contactus styles start***************/
#contactus-content * {
    font-size: 14px;
}

/******** Register styles start***************/
.register-content * {
    font-size: 14px;
}

/*************Checkout styles start************/

#checkout-header {
    padding-top: 0.5em;
}

/*************Login styles start************/
.login-content * {
    font-size: 14px;
}

/*************** Brand logos **************/
#row-container {
    height: 9em;
}

.brand-logo-carousel-container {
    height: 9em;
    width: 13em;
    /*height: 9em;*/      /* equals max image height */
    /*width: 13em;
    height: 9em;*/
    /*height: 40px;*/      /* equals max image height */
    /*width: 175px;*/
    /*border: 1px solid red;*/
    /*white-space: nowrap;*/ /* this is required unless you put the helper span closely near the img */
    
    /*text-align: center; margin: 1em 0;*/
    /*vertical-align: middle;*/
    /*height: 10em;*/
    /*line-height: 9em;*/
    /*display: flex;
    align-items: center*/
    /*height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.logo-frame{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.brandlogos-parent {
    height: 5em;
}

.brandlogos {
    /*display:block;
    margin-top:auto;
    vertical-align: middle;
    max-width: 70%;
    max-height: 60%;*/
    /*background: #3A6F9A;*/
    /*vertical-align: middle;*/
    /*max-width: 8em;
    max-height:13em;
    margin-top: auto;
    margin-bottom: auto;*/
    /*background: #3A6F9A;
    vertical-align: middle;*/
   /* max-height: 40px;
    max-width: 175px;*/
    /*max-height: 9em;
    max-width: 13em;*/
    /*vertical-align: middle;*/
    /*display: block;
    margin: auto;*/
    max-height: inherit;
    max-width: inherit;
    cursor: pointer;
}

.brandfiles-container {
    /*display: table;
    height: 100%;
    position: absolute;
    overflow: hidden*/;
    line-height: 6em;
}

.brandfiles-container img {
    /*display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;*/
    cursor: pointer;
    max-width: inherit;
    max-height: 5em;
    vertical-align: middle;
}

.brandfiles-helper {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.brandfiles-content {
    #position: relative;
    #top: -50%;
    margin: 0 auto;
    max-width: inherit;
    border: 1px solid orange;
}


/* BEGINNING OF TOP AND BOTTOM CAROUSEL */
#brand-logo-carousel {
        margin: 0;
        /*width: 13em;*/
        /*height: 9em;*/
}

 #brand-logo-carousel .slick-dots li button:before {
         font-size: 16px !important;
 }
/*
#brand-logo-carousel img {
        display:block;
        margin:auto;
        padding: 20px;
}*/

#brand-logo-carousel .slick-dots {
        /*margin-top: 20em;*/
        bottom: -3em;
        margin-bottom: 10px;

}

/************Page footer styles start*******/
#footer-page {
    background-color: #706A79;
}

#footer-page * {
    font-size: 14px;
}

#footer-page a {
    color: #c4bac4;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

#footer-page p {
    color: #c4bac4;
    font-family: 'Poppins', sans-serif;
}

#footer-page a:hover {
    color: white !important;
    font-weight: bolder !important;
    text-decoration: underline;
}

#footer-page .cat-footer-header-lable {
    color: white !important;
}

.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .col-sm-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


#page-content-wrapper {
    width: 100%;
}

#wrapper {
    padding-left: 260px;
    position: static;
}

html {
    overflow-x: hidden;
    height: 100%;
}

body {
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -260px;
    left: 260px;
    width: 260px;
    position: absolute;
    bottom: 50px;
    top: 100px;
    /* height: 100%; */
    /* overflow-y: auto; */
    /* z-index: 1000; */
}

.footer-categories-on {
    padding-left: 260px;
}

.imageCenter {

    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 75px;
    max-height: 75px;

}

@media (max-width: 991px) {
    #wrapper {
        padding-left: 0px;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
    }
    .footer-categories-on {
        padding-left: 0px;
    }
}

.modal-xl {
    max-width: 85%;
}

.btn-switch {
    position: relative;
    display: block;
    width: 30px;
    height: 14px;
    cursor: pointer;
    background-color: #E2E2E2;
    border: 2px solid #D2D2D2;
    border-radius: 20px;
}
    
.btn-switch-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 40px;
}

.btn-switch--on {
    background-color: #dff0d8;
    border: 2px solid #dff0d8;
}
    
.btn-switch-circle--on {
    left: auto;
    right: 0;
    background-color: #3c763d;
    font-size: 9px !important;
    color: #dff0d8 !important;
}