.body{
   background-position: center;
   color:#000000;
   background-size: cover;
   background-repeat: no-repeat;
}


.col-md-11{
   /*background-color:#FFFFFFF0;
   border-radius: 10px;*/
}
.typeWriter{
   font-family: "Raleway", sans-serif;
   Font-size: 16px;
   Font-weight: 600;
   color:#000000;
   Line-height: 24px;
   letter-spacing: 1.5px;
}

.card-body{
   background-color: #ffffff;
   font-family: Raleway, sans-serif;
}

h1.cart-itm{
   font-family: Raleway, sans-serif;
   Font-size: 32.5px;
   Font-weight: 500;
   Line-height: 39px;
   color: #000000;
}

.cart-product-title{
   font-family: Raleway, sans-serif;
   Font-size: 16px;
   Font-weight: 600;
   color: #000000;
}

.sm-button{
   font-size: 12px;
   border-radius: 2px;
   display: inline-block;
   line-height: 1;
   color: #fff;
   text-align: center;
   transition: all .3s;
   padding: 5px 6px 5px 6px;
   vertical-align: baseline;
   cursor: pointer;
}
.btn-yellow{
   background-color: #e0b23f;
   border: 1px #e0b23f;
}
.btn-black{
   background-color: #181818;
   border: 1px #181818;
}

#load_cart_product_item::-webkit-scrollbar {
   width: 5px;
   cursor: pointer;
}
#load_cart_product_item::-webkit-scrollbar-thumb{
   border-radius: 20px;       
   border: 3px solid #EECC46;
}

.delete-item-box {
   float: right;
   z-index: 20;
   margin-top:-12px;
   margin-right:-12px;
}
.delete-icon {
   border: 2px solid #EECC46;
   background-color: #eecc46;
   padding: 2px 7px 2px 7px;
   border-radius: 50px;
   cursor: pointer;
}

/* ============ desktop view ============ */
   @media all and (min-width: 992px) {
      #col-md-3{
         width:15%; 
      }
      .body{
         background-image: url("../../pages/static-img/cart/cart-page.jpeg");
      }
      #load_cart_product_item{
         overflow-y: scroll;
         height: 670px;  
      }
      .qty-container{
         margin-top:-20px;
      }
   }
/* =======class=======*/
@media all and (max-width:600px) {
   #load_cart_product_item{
      overflow-y: scroll;
      height: 400px;  
   }
}
