/* cart */
nav.woocommerce-breadcrumb {
  margin-bottom: 3px;
}

table.cart .product-thumbnail img.wp-post-image {
  max-width: 10em;
}

/*table.shop_table_responsive tr.cart-subtotal th,
table.shop_table_responsive tr.order-total th,
table.shop_table_responsive tr.cart-discount th {
    background-color: #f8f8f8;
    border: 0;
    color: #504c59;
    box-shadow: inset 0 0 0.25em rgba(80, 76, 89, 0.19);
}*/
table.cart td.actions {
  padding-bottom: 1em;
}

table.shop_table_responsive {
  border: 1px solid #e8ecf0;
  padding: 0.2em;
}

table.shop_table {
  margin-bottom: 70px;
  border: none;
}

table.shop_table td.actions {
  padding: 20px 10px 10px 20px;
}

#webvrtool table.cart td.actions {
  background-color: #f8f8f8;
  padding: 20px 10px 10px 20px;
  text-align: right;
}

/*hides cart button*/
#webvrtool table.cart td.actions input[name="update_cart"] {
  visibility: hidden;
}

#webvrtool table.cart td.actions .coupon {
  float: right;
}

#upsell_coupon {
  background-color: #f8f8f8;
  border: 2px solid rgba(203, 55, 22, 0.77);
  padding: 2em;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  box-shadow: 1px 2px 1px rgba(128, 128, 128, 0.39);
}

#upsell_coupon h2 {
  color: #e2401c;
  font-size: 2.5em;
}

.percent_off {
  color: #e2401c;
  font-size: 1.5em;
  font-weight: bold;
}

.coupon_form_wrapper {
  text-align: center;
  margin: 2em auto 2em 40%;
}

.coupon_form {
  text-align: left;
  margin: 2em auto;
  font-size: 1.15em;
}

.coupon_form label {
  font-weight: normal;
}

.regular {
  color: #e2401c;
  font-weight: bold;
  font-size: 1.15em;
}

.sale {
  font-weight: bold;
}

.woo-error.woocommerce-error.special_coupon {
  width: 20rem;
  margin: 2em auto;
}

#webvrtool .wc-proceed-to-checkout a.checkout-button.button.wc-forward,
#payment .place-order .button {
  background-color: #29853b;
  border-color: #29853b;
  color: #ffffff !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width:100%;
}

#webvrtool .wc-proceed-to-checkout a.checkout-button.button.wc-forward:hover,
#payment .place-order .button:hover {
  color: white;
  outline-color: none;
  text-decoration: none;
  background: linear-gradient(135deg, #29853b 30%, #28b142 100%);
}

.wc-proceed-to-checkout img,
#payment .place-order img {
  margin: 0 auto;
}


/*
*  Add woocommerce checkout validation styles
*  @link https://docs.woocommerce.com/document/add-checkout-validation-styles-to-a-third-party-or-custom-theme/
*/
.form-row.woocommerce-invalid .chzn-single,
.form-row.woocommerce-invalid .chzn-drop,
.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-invalid select {
    border:1px solid red;
}
.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
    border:1px solid green;
}
p.form-row .woocommerce-invalid input.input-checkbox {
	outline: 1px solid red;
}
p.form-row .woocommerce-validated input.input-checkbox {
	outline: 1px solid green;
}

p.form-row.validate-required.woocommerce-validated>label:after {
	content: none;
	color: #5fcc29
}

p.form-row.validate-required.woocommerce-invalid>label:after {
	content: none;
	color: red;
}

p.form-row.validate-required.woocommerce-invalid .woocommerce-terms-and-conditions-checkbox-text {
	border: 1px solid red;
}

label abbr.required,
span.required {
	color: red;
}

/* hide shipping fields */
.woocommerce-shipping-fields {
  display: none;
}

.checkout-button.button.alt.wc-forward {
  color: #fff;
}

table.cart td.product-remove {
  padding: 1.0em;
}

table.cart td,
table.cart th {
  padding: 1.0em;
}

table.cart td.product-name {
  /*font-size: 1.25em;*/
}

table.cart td.actions .coupon {
  padding-left: 2em;
  float: auto;
}

table.cart td.actions input.button {
  margin-right: 2em;
}

@media (min-width: 2560px) {
  #checkout-progress-wrapper .labels span {
    padding-left: 25%;
  }
}
@media (max-width: 1024px) {
  table.cart td.actions {
    text-align: left;
  }

  #checkout-progress-wrapper .labels span {
    padding-left: 18%;
  }

  #checkout-progress-wrapper.messages .labels span {
    padding-left: 15%;
  }
}
@media (max-width: 768px) {
  #checkout-progress-wrapper .labels span {
    padding-left: 18%;
    font-size: 0.95em;
  }

  .coupon_form_wrapper {
    text-align: left;
    margin: 0 1em;
  }

  table.cart td.actions {
    text-align: left;
  }

  #upsell_coupon h2 {
    font-size: 2em;
  }
}
.checkout-progress .progress-bar li.current-step {
	background: #24004d;
}
.checkout-progress .progress-bar li.current-step .triangle {
	border-left: 10px solid #24004d;
}
.checkout-progress .progress-bar li a {
	color: #24004d;
}
.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
	width: 100% !important;
}
@media (max-width: 425px) {
  #checkout-progress-wrapper .labels span {
    padding-left: 7%;
    font-size: 0.8em;
  }
}
@media (max-width: 320px) {
  #checkout-progress-wrapper .labels span {
    padding-left: 5%;
    font-size: 0.7em;
  }
}

#button__proceed-to-checkout {
	background-color: #15bd43 !important;
	font-size: 1.25em;
	height: auto;
	padding: 0.5em 1.0em;
	max-width: 768px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}

