m-cart-drawer-items .cart_item_qty_part .variant-picker__option{text-align:center;}
m-cart-drawer-items .cart_item_qty_part .variant-picker__option .cart_product-option-item{display:flex;flex-direction:column;padding:6px;gap:10px;height: auto;}
m-cart-drawer-items .cart_item_qty_part .cart_variant-picker__option-values{display:flex;}
m-cart-drawer-items .cart_item_qty_part .cart_variant-picker__option-values .variant-picker__option{width:100%;}
m-cart-drawer-items .cart_item_qty_part .cart_variant-picker__option-values  input{display:none;}
m-cart-drawer-items .cart_item_qty_part .cart_variant-picker__option-values span.textValue{font-size: .8em;font-weight: 600;line-height:normal;}
m-cart-drawer-items .cart_item_qty_part .textbottom{margin-top:10px;}
m-cart-drawer-items .cart_item_qty_part .cart_variant-picker__option-values input:checked+label{background-color: var(--color-btn-bg-hover, #000);border-color: #000;color: #fff;}
m-cart-drawer-items .cart_item_qty_part{margin-top:10px;}

m-cart-drawer-items .c_cart_save{background-color:#24421f;color:#fff;padding: 5px 10px;border-radius: 25px;font-size: 10px;display: inline-block;margin: 0px 0 0 8px;text-transform:uppercase;}
m-cart-drawer-items .customCartQty .scd-item__prices{display:flex;align-items:center;}
m-cart-drawer-items  .customCartQty .scd-item__remove svg{height:20px;width:20px;}
m-cart-drawer-items .customCartQty .c_cstm_title{margin-left:8px;font-size: 12px;display: inline-block;line-height: 1.6;font-weight: 600;}
m-cart-drawer-items .customCartQty .m-cart-quantity--wrapper1{margin-right:0;}
m-cart-drawer-items .customCartQty m-quantity-input{flex-shrink: 0;}

m-cart-drawer-items .m-cart-drawer--item .m-cart-quantity--wrapper1.currQty-0 .m-cart-quantity--buttonBox[name="minus1"],
m-cart-drawer-items .m-cart-drawer--item .m-cart-quantity--wrapper1.currQty-3 .m-cart-quantity--buttonBox[name="plus1"]{pointer-events: none; opacity: 0.5;}
.cstm_remove{margin-left:8px;}

.scd-item__btn1{font-size: 1.25rem;line-height: 1.75rem;padding: .25rem .75rem;}
@media (max-width: 480px) {
  m-cart-drawer-items .customCartQty .scd-item__remove svg{height:16px;width:16px;}
  m-cart-drawer-items .customCartQty .c_cstm_title{font-size:11px;}
  .scd-item__btn1{padding: 0;width: 26px;}
}