.shopping-bag-inner{
  padding: 20px 15px;
  background-color: #e4fcf2 !important;
  border-bottom: 1px solid rgb(159, 158, 158);
}
.shopping-bag-inner h5{
  font-size: 16px;
}
.color-green{
  color: #257f39;
  font-weight: 500;
}
.bag-size-inner{
  align-items: center;
}
.bag-size-inner span{
  margin-right: 15px;
}
.bag-size-inner select{
  width: 200px;
  border-radius: 50px;
  padding: 4px 8px;
}
.bag-size-main span{
  font-size: 15px;
}
.increse-decrese{
  margin-left: 20px;
  align-items: center;
}
.increse-decrese span{
  margin-right: 15px;
}
.increse-decrese-btn{
  width: 132px;
  margin: 0 auto;
}
.increse-decrese-btn input{
  width: 36px;
  height: 36px;
  text-align: center;
  /* margin-bottom: 1px; */
  vertical-align: top;
  -moz-appearance: textfield;
  border-radius: 0;
  border:1px solid #949494;
}
.increse-decrese-btn input:focus-visible{
  border:1px solid #949494;
  border: initial;
  box-shadow: none;
}
.increse-decrese-btn input:focus{
  border:1px solid #949494;
  outline: none;
}
.decrease-quantity , .increase-quantity{
  width: 36px;
  height: 36px;
  background: #fff;
  color: #000;
}
.decrease-quantity{
  border-radius: 22px 0 0 22px;
}
.increase-quantity{
  border-radius: 0 22px 22px 0;
}
.product-price p:first-child {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.save-item{
  margin-right: 15px;
}
.save-item, .remove-item{
  background: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.total-peice{
  display: flex;
  width: 100%;
  padding: 15px;
}
.price-title, .price{
  width: 50%;
}
.price{
  text-align: right;
}
.cart-table{
  font-weight: 500;
}

.cart-table img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.remove-btn {
  background: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
}
.remove-btn:hover{
background: #ff0000;
color: #fff
}
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-control button {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
}
.quantity-control input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
}
.btn-purple {
  background-color: #9b59b6;
  color: white;
}
.btn-purple:hover {
  background-color: #8e44ad;
  color: white;
}
.cart-table thead{
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #000;
height: 43px;
vertical-align: middle;
}
.coupon-section .form-control{
  width: auto;
}
.coupon-section-column{
  display: flex;
}
.update-cart-column{
  display: flex;
  justify-content: flex-end;
}
.cart-button, .wc-block-cart__submit-button, .wp-element-button{
  border: 1px solid #027de2;
  background-color: #027de2;
  color: #fff;
}
.cart-button:hover, .wc-block-cart__submit-button:hover, .wp-element-button:hover{
  border: 1px solid #8f8e8e;
  background-color: #c8e6ff;
}
.wc-block-components-product-metadata__description{
  display: none;
}
.cart-totals-box {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}
.cart-totals-box-inner{
  border: 1px solid #ddd;
  padding: 20px;
}
.cart-totals-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.cart-totals-box .row {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.cart-totals-box strong {
  font-weight: 600;
}
.cart-totals-box-inner tr{
height: 50px;
}
.cart-totals-box-inner table{
  font-size: 16px;
}
.cart-totals-box-inner .text-primary{
  display: inline-block;
}
.cart-totals-box-inner .text-primary:hover{
  text-decoration: underline;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
  border: 1px solid #ccc;
}
.wc-block-components-quantity-selector:after {
  border-radius: 10px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
  color: currentColor;
  font-size: 20px;
  font-weight: 600;
  min-width: 35px;
  opacity: 1;
}
.wc-block-cart-items__row:first-child .wc-block-cart-item__total{
  margin-top: -1px !important;
}
.wc-block-components-product-price{
  font-weight: bold;
}
.wc-block-cart-item__remove-link{
  background: #f00 !important;
  border: 1px solid #666 !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 5px !important;
  float: right;
  margin-top: -50px !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new{
 display: none;
}
@media screen and (min-width: 320px) and (max-width: 710px) {
  .small-device-width {
    display: block;
    width: 200px;
  }
  .cart-totals-box {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 425px) {
  .wc-block-cart-item__remove-link{
    float: unset;
    margin-top: 0px !important;
  }
}