
:root {
    --colorPrimary   : #ffdd00;
    --colorPrimaryHover   : #ffdd00a3;
    --lightPrimary   : #f9eb28;
    --colorSecondary : #000000;
    --colorTertiary  : #ffffff;
    --readColor  : #848484;
}
.searched-product-list{    
    width: 106%!important;
    position: absolute;    
    z-index: 100;
    max-height: 430px;
    overflow: scroll;
    right: 0;
    top: 42px;
}
.searched-product-list li{
    background-color: #ffffff;
    min-height: 35px;
    align-items: center;
    display: flex;
    border-left: 1px solid #ced4db;
    border-right: 1px solid #ced4db;
    border-bottom: 1px solid #ced4db;
    padding: 10px;
}
.searched-product-list li a{
    display: flex;
    width: 100%;
    text-decoration: none;
    color: black;
}
.product-list-details{
    width:100%;
}
.searched-product-list li img{
    width: 63px;
    border: 1px solid #ced4dc;
    margin-right: 11px;
    height: 63px;
}

.login-close-btn{
    border: none;
    background: none;
}
.sliderContainer a{
    text-align: center!important;
}
@media(max-width:993px){
    .sliderContainer a span{
        padding: 0 4px!important;
        display: block;
    }
}
@media(min-width:993px){
    .sliderContainer a span{
        padding: 0 43px!important;
        display: block;
    }
}
.sliderContainer a img{
    width: 100%!important;            
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.view-more-btn{
        /* box-shadow: 0px 0 4px 3px #dfdddd; */
        border-radius: 8px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px 39px;
        background-color: var(--colorPrimary);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        font-weight: bold; 
}
.section-cart-child{
    border: 1px solid lightgray;
    margin: 6px;
    padding: 6px;
    box-shadow: 0 0 5px 1px lightgray;
}
.section-cart-child .product-name{
    margin-top: 8px;
    margin-bottom: 5px!important;;
}
.section-cart-child .product-price ins, .section-cart-child .product-price ins{
    text-decoration: none;
}
.section-cart-child .product-price del{
    color:red;
}
.section-cart-child .product-price small{
    color:green;
}
.section-cart-btn{
    width: 30px;
    height: 30px;
    background-color: var(--colorTertiary);
    padding: 0.25rem;
    position: absolute;
    right: 19px;
    top: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}
.view-all-cart{
    padding:9px;
}

.models-in-sidebar {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    padding: 6px 0;
}

.models-in-sidebar h6 {        
    font-size: 16px!important;    
    margin: 0 0 4px 0!important;    
}
.models-in-sidebar .name-stuff{
    width: 40%;
}
.models-in-sidebar .middle-td{
    padding: 10px;
    width: 10%;
}
.models-in-sidebar .qty-box-td{
    width: 50%;
    padding-left: 17px;
}
.models-in-sidebar .counterContainer > button{
    width: 36px;
    height: 36px;
}