.ct-woocommerce-cart-form .cart_totals {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
}

.woocommerce-cart-form {
	padding: 0 25px 25px 25px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
}

/* === Shipping Progress Bar === */
.shipping-progress-wrap {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
background-color: #F1F6E9;
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed #73A11A;	
}

.shipping-progress-text {
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
}

.shipping-progress-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
}

.shipping-progress-fill {
  height: 100%;
  background: #73A11A;
  transition: width 0.4s ease-in-out;
}


