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

.woocommerce-cart-form {
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #ECDCBE30 !important;
}
	
.shipping-progress-text {
  font-size: 15px;
  margin-bottom: 8px;
  color: #ECDCBE;
}

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

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


.button {
	background-color: #B19062 !important;
	border-radius: 30px !important;
	height: 50px !important;
}

.ct-woocommerce-cart-form .cart_totals {
	border-radius: 10px;
	border: 1px solid #ECDCBE30 !important;
}

#coupon_code {
	border-radius: 30px;
	border: 1px dashed #B19062 !important;
	background-color: #181818;
	height: 50px !important;
}


.shop_table .quantity[data-type="type-2"] {
  background-color: #3b3020;
	height: 48px;
	border-radius: 25px;
}

/* skrij posodobi košarico gumb ker imamo skripto za avto refreš */
button[name="update_cart"] {
    display: none !important;
}

.woocommerce-message, .woocommerce-info {
	color:#B19062 !important;
}


