.cart-sidebar{
    padding-left:10px;
    padding-right:10px;
    min-width:320px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow:none !important;
}
.cart-sidebar .col-8 {
   padding-left:0px !important;
}

.progress_bar {
    height: 10px;
}
.progress{
   margin-top:10px;
    margin-bottom:10px;
    width: 100%;
    height: 10px;
}
.cart-ship-cost{
    float:right;
    margin-right:10px;
}
.progress-bar{
    background-color:#21BA45;
}
.categ-cart-header{
    margin-left:-30px;
    margin-right:-20px;
    padding:5px;
    margin-top:10px;
    font-size:14px !important;
    text-transform: uppercase !important;
}
.cart-img > img{
    width: 90px;
    height: 80px;
    float: left;
    padding: 0px 5px !important;
}
.cart-price{
    color:green;
}

.cart-unit-total-price{
   margin-top:-30px;
 }


.cart-text {
   margin-top:-5px;
}

.cart-text > a,.cart-title > a{
   font-size: 14px;
   color:black;
   
}
.item-quantity{
   width:20%;
}
.cart-remove{
   float:right;
   width: 16px;
   height: auto;
   cursor: pointer;
}
.btn-quantity {
   // min-width: 25px;
   // height: 25px;
    background-color: #E1E8EE;
    //border-radius: 6px;
    color:black;
    font-weight:600;
    font-size: normal;
    border: 1px solid transparent;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.46rem 0.8rem !important;
}

.cart .quantity, .settings .quantity {
    display: inline-block;
}

.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 20px;
    font-size: 16px;
    color: #43484D;
    font-weight: 400;
}
.side-bar-content {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left:-20px;
    margin-top:20px;
}
.bot-line {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left:15px;
    margin-right:15px;
    padding: 8px 0px;
}
.total-pay {
    //border: 1px solid #ddd;
    //padding: 15px 10px;
    //background-color: #f8f8f8;
    //margin-top: 20px;
}
.row-progress-msg {
    margin-left: -27px;

}

.row-content {
   /*margin-left: -180px;
   */
}
.row-description {
    margin-top: -25px;
}
/*.input-group {
    margin-top:10px;
}
*/
@media (max-width: 414px) {
    .Total_header > b {
        margin-left: 270px;
   }
    .SubTotal_header > b {
        margin-left: 270px;
   }
    .input-group {
        width:100%;
        Margin-left:-5px;
   }
    .total-pay {
        width:100%;
        //margin-left:-5px;
   }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @media (max-width: 414px) {
        .Total_header > b {
            margin-left: 256px;
       }
        .SubTotal_header > b {
            margin-left: 256px;
       }
        .input-group {
            width:95%;
            Margin-left:-5px;
       }
        .total-pay {
            //width:95%;
            //margin-left:-5px;
       }
   }
    @media (max-width: 360px) {
        .input-group {
            width:95%;
            Margin-left:-5px;
       }
        .total-pay {
            //width:95%;
            //margin-left:-5px;
       }
   }
}
