.cartItems_th{width:40%;margin-left:60%;display:flex;justify-content:space-between;line-height:50px}
.cartItems{border-top:1px solid #000;border-bottom:1px solid #000;padding:20px 0}
.cartItem{display:flex;padding:15px 0}
.cartItemL{width:60%;display:flex}
.cartItemL_1{width:30%}
.cartItemL_2{flex:1;padding:0 20px}
.cartItemR{flex:1;display:flex;justify-content:space-between;align-items:center}
.cartItemR_1{display:flex}
.cart_qty_btn{width:28px;height:40px;background:#fff;line-height:40px;text-align:center;font-size:20px}
.cart_qty_val{width:50px;height:40px;text-align:center;border:none;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4}
.cartItems_totals_item{margin-top:15px;text-align:right}
.cartItems_totals_discount{color:#900;font-size:16px}
.cartItems_totals_total b{font-size:20px;margin-right:30px}
.cartItems_totals_btn button{height:40px;line-height:40px;padding:0 20px;color:#fff;margin-left:15px;border:none}
.cartItems_totals_btn_update{background:#a26b25}
.cartItems_totals_btn_check{background:#000}
.cartItems_tip{padding:20px 15px}
.cartItemR_2{text-decoration:inherit;display:inline-block;margin-right:3px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:inherit}
.cartItems_totals_total span{text-decoration:inherit;display:inline-block;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;color:inherit}
.cartItemR_2 .product__price{font-size:16px}
.cartItemL_2 .title_h2{color:#222323;font-style:italic;font-family:Montserrat,sans-serif;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.glyphicon-arrow-right:before{font-size:12px}
.cart_prompt{font-style:italic}
@media screen and (min-width:768px){.cart_noempty-centent{width:83%;margin:0 auto}
}
@media only screen and (max-width:768px){.cartItems{border-top:none}
.cartItem{display:block;padding:15px 30px}
.cartItemL{width:100%;margin-bottom:10px}
.cartItems_totals_item{text-align:center}
}
@media only screen and (max-width:591px){.cartItem{padding:15px}
}
