:root {
    --main-color: #ff6565;
}

/* MENU */
@media (min-width:990px){
    .userLoginBtnMobile {
        display: none !important;
    }
}

@media (max-width:990px){
    .userLoginBtnWeb {
        display: none !important;
    }
}
/* MENU END */

/* FOOTER MOBILE MENU START */

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    display: flex;
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
}

.mobile-bottom-category {
    position: fixed;
    bottom: 40px;
    left: 10px;
    right: 10px;
    z-index: 1001;
    margin: 0 auto;
    height: auto;
}

.mobileMenu {
    width:100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
    padding:7px 20px;
    display:block;
    background: #fff;
    border-radius:10px;
    font-weight: bold;
}

.mobile-bottom-category {
    display: none;
}

@media (min-width:991px){
    .mobileMenuSection {
        display: none;
    }
}


@media (max-width:991px){
    .offcanvas-menu-nav {
        display: none;
    }
}

/* FOOTER MOBILE MENU END  */

/* WEB MENU START */
.subMenuIcon {
    max-width: 300px;
}

#primaryMenu {
    margin: 0 auto;
}
/* WEB MENU END */


/* PRODUCT LIST START */
@media (max-width:780px){
    .productCard {
        max-width: 50% !important;
    }
    /* .star-rating {
        display: none;
    } */
    .btn-addtocart  {
        position: absolute;
        right:10% !important;
    }
}

/* PRODUCT LIST START  END*/

/* PAGE LOADER START*/
.cs-page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.cs-page-loading.active {
opacity: 1;
visibility: visible;
}
.cs-page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.cs-page-loading.active > .cs-page-loading-inner {
    opacity: 1;
}
.cs-page-loading-inner > span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #737491;
}
.cs-page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #766df4;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}
@-webkit-keyframes spinner {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes spinner {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/* PAGE LOADER END*/


.addToWish, .addToCart {
    cursor: pointer;
}

.topInfoSection{
    width:100%;
    height:20px;
    background:#766df4;
    color: #fff;
    text-decoration: none;
    font-size:13px;
}

@media (min-width: 780px){
    .filterBtn {
        display: none;
    }
}

.filterle {
    padding: 3px 20px;
    border-radius:5px;
    border: none; 
    background:#766df4;
    color:#fff;
}