.error {
    color:red;
    font-size:12px;
}
.main_body{
    min-height: 500px;
}
main{
    padding-top: 10rem;
}
.text-orange{
    color: #fa6c05 !important;
}
.text-blue{
    color: #011433 !important;
}
@media screen and (max-width: 991px) {
    main{
    padding-top: 4rem;
}
}
.nav-link{
    font-size: 13px;
    font-weight: 500 !important;
}
.mobile-menu {
    position: fixed;
    bottom: 0;
    padding: 5px;
    width: 100%;
    background-color: #011433;
    z-index: 5;
    overflow: hidden;
    -webkit-box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, .08);
}
.mobile-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.mobile-menu ul li{
    flex:1;
    text-align:center;
}

.mobile-menu ul li a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:white;
    font-size: 10px;
}
.mobile-menu ul li a i {
    font-size: 32px;
}
.menu-img{
    height: 40px;
    width: 40px;
}
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-stuck-menu{
    background-color: #f2f2f2;
}
.menu-wrapper{
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
    -webkit-overflow-scrolling:touch;
}

.menu-scroll{
    display:flex;
    flex-wrap:nowrap;
    width:max-content;
}
.menu-wrapper::-webkit-scrollbar{
    display: none;
}
.navbar-collapse{
    overflow:hidden;
}

.menu-scroll{
    width:max-content;
}
.card-category-img {
    padding-left: 20px;
    padding-right: 20px;
}
.card-category{
    background-color: #f7f3cf;
    border-radius: 20px;
    margin: 10px;
    padding: 5px;
    padding-bottom: 0 !important;
}
.card-category-txt a{
    color: #545454 !important;
}
.cat_card{
    border-radius: 40px;
    color: #333;
}
.card{
    border: 0;
}
.list-left{
    max-height: 800px;
    font-size: 12px;
    font-weight: 500;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.list-left a{
    color: #545454 !important;
}

.list-left::-webkit-scrollbar{
    width: 0;
    height: 0;
}
@media screen and (max-width: 991px) {
    .list-left{
        font-size: xx-small;
}
}
.list-right{
    max-height: 800px;
    font-size: small;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.list-right::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.list-right a{
    color: black !important;
}
.cart_btn a{
    color: white !important;
}
.list-right a:hover{
    color: #fe696a !important;
}
.list-right .card span{
    /* display: block; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.card-img{
    border: solid 1px #910125;
    padding: 20px;
    max-height: 200px;

}
@media screen and (max-width: 724px) {
    .card-img{
        padding: 5px;
    }
}
.nav-link:hover{
    color: #420f7a !important;

}
.list-left .card.active{
    background:#f4e4e4 !important;
}
.card-img-product{
    /*padding: 30px;*/
    height: 220px;
}
.cart_btn{
    display:flex;
    justify-content:end;
    align-items:center;
}

.add-btn{
    border:1px solid #fe696a;
    background:#fff;
    color:#fe696a;
    border-radius:15px;
    padding:5px 21px;
    cursor:pointer;
}

.qty-box{
    background:#fe696a;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 1px;
}

.qty-box button{
    border:0;
    background:none;
    color:#fff;
    /* font-size:34px;
    font-weight:300; */
    cursor:pointer;
    line-height:1;
}

.quantity__number{
    width:30px;
    border:0;
    background:none;
    color:#fff;
    text-align:center;
    padding:0;
}

.quantity__number:focus{
    outline:none;
}

.quantity__number::-webkit-inner-spin-button,
.quantity__number::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0;
}
@media screen and (max-width: 724px) {
    .add-btn{
        padding: 0 10px;
    }
    .qty-box{
        padding: 0;
    }
    .card-img-product{
        /*padding: 20px;*/
        height: 150px;
    }
    .quantity__number{
        width: 10px;
    }
}
.item-name{
    display:block;
    margin-top:8px;
}

.item-name a{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:normal;
    color:#212529;
    text-decoration:none;
    font-weight:500;
}
.offer{
    align-items: center;
    display: flex;
}
.offer-text{
    color: #910125;
    gap: 2px;
    letter-spacing: .5px;
    line-height: 10px;
    text-transform: uppercase;
     align-items: center;
    display: flex;
    font-weight: 500;
}
.offer-line{
    background-image: repeating-linear-gradient(90deg,#d0d5dd,#d0d5dd 4px,transparent 0,transparent 8px);
    flex: 1;
    height: 1px;    
    min-width: 20px;
}
.price{
    background-color: #910125;
    color: white;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #212529;
    margin-right: 5px;
    padding: 5px 20px;
    font-size:18px;
}
@media screen and (max-width: 724px) {
    .price{
        font-size: x-small;
    }
}
.product-gallery-preview-item img{
    max-height: 400px;
    width: auto;
    justify-content: center;
}

/* Mobile Category Menu - Horizontal */
@media (max-width: 991px) {

    .menu-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        background: #fff;
    }

    .menu-wrapper ul {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        width: max-content;
        min-width: 100%;
        margin: 0;
        /* padding: 5px 8px; */
        list-style: none;
    }

    .menu-wrapper ul li {
        flex: 0 0 auto !important;
        width: 75px;
        margin: 0 !important;
        padding: 0 5px !important;
        text-align: center;
    }

    .menu-wrapper ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #26364d !important;
        padding: 3px 0;
    }

    .menu-wrapper ul li img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        margin-bottom: 2px;
    }

    .menu-wrapper ul li span {
        display: block !important;
        font-size: 11px;
        font-weight: 600;
        line-height: 15px;
        white-space: nowrap;
        margin: 0 !important;
    }

    /* Hide scrollbar */
    .menu-wrapper::-webkit-scrollbar {
        display: none;
    }

    .menu-wrapper {
        scrollbar-width: none;
    }
}
.product-gallery-preview-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}

.product-gallery-preview-item img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.item-btn{
    margin: -5px 10px 10px -5px;
}
.qty{
    background:none !important;
    border: none;
    color: white;
}

.btn-wishlist.remove_wishlist{
    background-color: red !important;
    color:white !important;
}
.btn-icon.add_to_wishlist{
    background-color: white !important;
    border: 1px solid gray;
    margin-bottom: 12px;
}
.btn-icon.remove_wishlist{
    background-color: red !important;
    color: white;
    margin-bottom: 12px;
}
.cart-product-image {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pay-success{
    color: green;
    font-size: 100px;
    margin-bottom: 20px;
}
.ban-img {
    min-height: 200px;
    background-image: url("https://rukminim2.flixcart.com/fk-p-flap/3200/640/image/3a7f0d09fe64308b.jpg?q=60");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 724px) {
    .ban-img {
        min-height: 70px;
        margin-top: 30px;
    }
}
.banner{
    margin-top: 15px;
}
@media screen and (max-width: 724px) {
    .banner{
        margin-top: 40px;
    }
    .search{
        display: none;
    }
}
.whishlist-x{
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-radius: 50px;
    background-color: rgb(208, 208, 208);
}
@media screen and (max-width: 724px) {
    .profile{
        margin-top: 80px !important;
    }
    .home-banner-div {
        padding-top: 90px;
    }
}
.page-img{
    max-height: 100px !important;
}
.my-account-div {
    min-height: 490px;
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 80px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
    z-index: 9999;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
  