.cart1996 .cart1996button{
    /* height :60px;
    width:60px; */
    /* margin-top: 5px; */
    text-align: center;
    border-radius:500px;
    text-decoration: none;
    position:relative;
}

.cart1996{
    position : relative;
}

/* .cart1996 .cart1996button:hover{
    background-color: #f3f3f9;
} */

.cart1996 .cart1996button svg path{
    fill:rgba(0,0,0,0.6);
}

.cart1996 .cart1996button:hover svg path{
    fill:rgba(0, 46, 252, 0.863);
}

.cart1996dropdown{
    display: none;
    position: absolute;
    background-color:white;
    border-radius: 15px;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate3d(0px, 56px, 0px);
    width: 420px;
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1000;
    animation: animatetop 0.4s
}

/* count at button */
.cart1996count{
    position: absolute;
    inset: 5px 5px auto auto;
    padding: 5px 5px;
    background-color: rgb(41,156,219);
    border-radius: 500px;
    font-size:10px;
    color:white;
    text-align:center;
    width:23px;
    height:23px;
    font-weight : 700;
    overflow:hidden;
}

/* count in dropdown */
.cart1996count1{
   font-size: 12px;
}

.cart1996countnum{
    overflow:hidden;
}

.cart1996header{
    width: 450px;
    height : 50px;
    background-color: #f3f3f9;
    padding: 10px 30px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.cart1996content{
    width: 450px;
    height : 400px;
    padding: 10px 20px;
    overflow: auto;
}

.cart1996summary{
    width: 450px;
    height : 50px;
    padding: 10px 30px;
    background-color: #f3f3f9;
    overflow: hidden;
}

.cart1996footer{
    width: 450px;
    height : 50px;
    padding: 10px 30px;
    background-color: #f3f3f9;
    overflow: hidden;
    border-radius:  0px 0px 15px 15px;
}


@keyframes animatetop {
    from {
        top: -20px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.cart1996loading {
    width:36px;
    height:36px;
    background-color: rgb(240,248,255,0.5);
    z-index:1002;
    display:block;
    border-style:solid;
    border-color:blue;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    margin: auto;
    margin-top: 230px;
}

.cart1996loadingbg {
    text-align:center;
    width:100%;
    height:580px;
    background-color: rgb(240,248,255,0.5);
    z-index:1001;
    position: absolute;
    top:0;
    left:0;
    border-radius: 15px;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.cart1996product{
    padding:5px; 
    overflow:hidden; 
    /* background-color: yellow;  */
    width:100%; 
    border-radius: 5px;
}

.cart1996productimage{
    display:inline-block; 
    /* background-color: blue;  */
    margin-left:5px;
    overflow:hidden; 
    text-align: center;
}

.cart1996productimage img{
   vertical-align: middle;
   /* border-radius: 5px; */
}

.cart1996productcheckbox{
    display:inline-block;  
    /* background-color: blue;  */
    margin-left:5px; 
    overflow:hidden; 
    text-align: center;
}

.cart1996productremove{
    display:inline-block;  
    /* background-color: blue;  */
    margin-left:5px; 
    text-align: right;  
    overflow:hidden; 
     
}

.cart1996productremove button{
    border-radius:500px; 
    width:28px; 
    height:28px;
    text-align:center;
    padding: 0px;
    border: 0;
    /* background:#f3f6f9; */
    background:#fff;
    color: #212529;
    outline:none;
    /* margin-top: 15px; */
}

.cart1996productremove button:hover{
    border: 0;
    background:#e5e5f2;
}

.cart1996productdetail{
    display:inline-block; 
    margin-left:5px; 
    /* background-color: blue;  */
    overflow:hidden;
    text-align: left;
}

.cart1996productdetail h5{  
    /* background-color: orange;  */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin : 0px;
    font-size: 1rem;
    margin-top: 5px;
}

.cart1996productdetail h6{  
    /* background-color: red;  */
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    color : #878a99;
    /* text-overflow: ellipsis; */
    font-size: 0.8rem;
    overflow-wrap: break-word;
}

.cart1996price{
    display:inline-block; 
    margin-left:5px; 
    /* background-color: blue;  */
    overflow: hidden;
}

.cart1996price h6{  
    /* background-color: orange;  */
    margin : 0px;
    font-size: 0.8rem;
    /* margin-top: 10px; */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    overflow-wrap: break-word;
    /* text-overflow: ellipsis; */
}

/* .cart1996price h6 b{  
    font-size: 1rem;
} */

.cart1996quantity{
    display:inline-block; 
    font-family: "Poppins",sans-serif;
    margin-left:5px; 
    /* background-color: blue;  */
    text-align: center;
    overflow: hidden;
}

.cart1996quantitybtn{
    /* display:inline-block;  */
    font-family: "Poppins",sans-serif;
    /* border: 1px solid #ced4da; */
    overflow: hidden;
    /* border-radius: 0.25rem; */
    /* background: #eff2f7; */
    background: #fff;
    height : 25px;
    margin-top: 5px;
    
}

.cart1996quantitybtn button{
    font-weight: 300;
    width : 15px;
    height: 100%;
    line-height: .1em;
    font-size: 1.4em;
    /* background: #f3f6f9; */
    background: #fff;
    color: #212529;
    border: none;
    border-radius: 15px;
    padding: 0px;
}

.cart1996quantitybtn button:hover{
    font-weight: 700;
    background: #e5e5f2;
}

.cart1996quantitybtn input{
    width : 25px;
    text-align:center;
    padding: 0px;
    height: 100%;
    border: 0;
    background:#fff;
    color: #212529;
    border-radius:5px;
    outline:none;
}

.cart1996quantitybtn input:focus{
    border: 0;
    background:#e5e5f2;
}

.cart1996quantitybtn input:hover{
    border: 0;
    background:#e5e5f2;
}

.cart1996slabel{
    color: black;
    display:inline-block; 
    font-weight: 700;
    padding: 0px 10px;
}

.cart1996total{
    color: black;
    display:inline-block; 
    font-weight: 700;
    padding: 0px 10px;
}
