/* 
* 
* PROPERTY VALUATION FORM
* CHECKOUT
* ORDER REVIEW
* ORDER REVIEW PDF *
* LOADING OVERLAY
* 
*/




/* PROPERTY VALUATION FORM */

body {
	  font-family: Arial, Helvetica, sans-serif;

}

#property-valuation {
	margin-bottom: 40px;
}

#property-valuation .property-valuation-intro .vc_custom_1461054379119 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#property-valuation .property-valuation-intro .vc_custom_1461054379119 #valuation-header-separator {
	color: #222;
	font-weight: bold;
}

#property-valuation .property-valuation-intro {
	margin-bottom: 0px;
}

#property-valuation .property-valuation-intro h1 {
	color: #d65050;
}

#property-valuation legend {
	text-transform: uppercase;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
    font-size: 17px !important;
	background-color: #e7edef;
    padding: 10px;
    border-radius: 6px;
}
#property-valuation legend .small {
	font-size: 12px;
	margin-left: 10px;
}

#property-valuation #valuation-modified-alert {
	margin-top: 40px;
    padding: 30px;
    font-size: 17px;
    margin-bottom: 60px;
    background-color: #fff4e2;
    border: 1px dashed #FFC107;
    text-align: center;
}

#property-valuation label {
	display: block;
	font-size: 16px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#property-valuation label span.required {
	color: #d65050;
}

#property-valuation i.fa-info {
	padding: 4px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 13px;
	color: #d65050;
	font-size: 10px;
	text-align: center;
	border: 1px solid;
	margin-left: 15px;
	vertical-align: top;
	cursor: pointer;
	position: absolute;
}
#property-valuation i.fa-info:hover {
	background-color: #d65050;
	color: #FFF;
}

body .tooltipster-base {
    max-width: 300px;
    text-align: center;
}

#property-valuation select,
#property-valuation input {
	width: 100%;
	padding: 12px;
}
#property-valuation fieldset {
	margin-bottom: 30px;
}
#property-valuation input.billingdetails {
	width: auto;
	margin-right: 10px;
	font-size: 20px;
}
#property-valuation .billingdetails-label {
	display: inline;
}
#property-valuation #billing {
	display: none;
}

#property-valuation #custom-coupon-container {
	margin-top: 30px;
}

#property-valuation #custom-coupon-container .hidden {
	display: none;
}

#property-valuation .custom-coupon-title {
	font-size: 16px;
}
#property-valuation #custom-coupon-title-apply {
    text-decoration: underline;
    cursor: pointer;
    color: #d65050;
}

#property-valuation #custom-coupon-container-form {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-end;
	margin-top: 15px;
	border: 1px dashed #d65050;
	padding: 20px;
	border-radius: 10px;
	gap: 10px;
	max-width: 610px;
}

#property-valuation #custom-coupon-container-form label {
	font-size: 15px;
}

#property-valuation .apply-custom-coupon {
	border: 1px solid #d65050;
    width: 150px;
    text-align: center;
    font-size: 17px;
    border-radius: 5px;
    height: 50px;
    float: none;
    color: #d65050;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

#property-valuation .apply-custom-coupon:hover {
	color: #FFF;
	background-color: #d65050;	
}

#property-valuation #custom-coupon-container .cupon-applied {
	color: green;
    margin-top: 10px;
    border: 1px solid;
    background-color: #0080000f;
    padding: 10px 20px;
    font-weight: bold;
}

#property-valuation #custom-coupon-container .cupon-error {
	color: red;
	margin-top: 10px;
}

#property-valuation .btn.btn-default {
	margin-top: 20px;
    background-color: #e7edef;
    color: #d65050;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
}
#property-valuation .btn.btn-default span {
	font-size: 30px;
    vertical-align: top;
    margin-right: 5px;
}
#property-valuation .btn.btn-default:hover {
	background-color: #F4F4F4;
}

#property-valuation .btn.btn-default.remove-action {
	margin-top: 40px;
    margin-left: -30px;
    height: 48px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}
#property-valuation .btn.btn-default.remove-action span {
	margin: 0px;
}

#property-valuation .calculate-button {
	display: block;
	text-align: center;
    margin: auto;
    font-size: 25px;
    background-color: #f15a30;
    border: 0;
    width: 100%;
	margin-bottom: 20px;
}
#property-valuation .errormessage {
	color: #d65050;
    padding-left: 5px;
    display: block;
    width: 100%;
    line-height: 15px;
}
#property-valuation .submit-group .errormessage {
	text-align: center;
    font-size: 20px;
	line-height: 25px;
    margin-top: 10px;
    text-transform: uppercase;
}

#property-valuation #result {
	text-align: center;
    max-width: 300px;
    margin: auto;
    background: #ECECEC;
    font-size: 15px;
}
#property-valuation #result #total {
	background: #d65050;
    color: #FFF;
    font-size: 17px;
}
#property-valuation #result #items .item-name {
	width: 50%;
	display: inline-block;
}
#property-valuation #result #items .item-area,
#property-valuation #result #items .item-value {
	width: 25%;
	display: inline-block;
}

#property-valuation .extra-content {
	margin-top: 60px;
	margin-bottom: 0px;
}
#property-valuation .extra-content h3 {
	font-size: 20px;
	text-transform: uppercase;
}
#property-valuation .extra-content p {
	font-size: 17px;
}

#property-valuation-tabs #extra-tab-info {
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 20px;
}

#property-valuation-tabs #tab-second-block {
	margin-top: 35px;
}


#property-valuation-tabs .wpb_accordion_section {
	margin-bottom: 15px;
}

#property-valuation-tabs h3.wpb_accordion_header {
	background-color: #0a222f;
    padding-left: 10px;
    padding-bottom: 4px;
    border-radius: 6px;
	
}

#property-valuation-tabs h3.wpb_accordion_header a {
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
}

#property-valuation-tabs h3.wpb_accordion_header .ui-accordion-header-icon {
    float: right;
    margin-right: 10px;
    color: #FFF;
    font-size: 28px;
}

#property-valuation-tabs  .wpb_accordion_section h3.wpb_accordion_header .ui-accordion-header-icon::before {
	content: '+';
}

#property-valuation-tabs  .wpb_accordion_section.opened h3.wpb_accordion_header .ui-accordion-header-icon::before {
	content: '-';
}

#property-valuation-tabs .wpb_accordion_section .ui-accordion-content {
	display: none;
}



h6 {
    color: #f15a30;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: bold;
	font-size: 20px !important;
}

#property-valuation-tabs .btn.btn-default.search-button {
    display: none;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f15a30;
    color: #FFF;
    font-size: 20px;
	    margin-top: 27px;
    height: 51px;
}
#property-valuation-tabs .form-group {
	margin-top: 10px;
}

#property-valuation-tabs .errormessage {
	margin-top: 5px;
}
/* PROPERTY VALUATION FORM */




/* CHECKOUT */
.datos_normales {
	font-weight: normal !important;
}

.woocommerce .woocommerce-message {
	display: none;
}

#property-valuation-payment .product-quantity {
	display: none;
}

.woocommerce #customer_details {
	display: none;
}

#property-valuation-payment .property-valuation-intro {
	margin-bottom: 40px;
}

#property-valuation-payment .property-valuation-intro h1 {
	color: #d65050;
}
#property-valuation-payment .woocommerce #payment #place_order, 
#property-valuation-payment .woocommerce form .form-row-last, 
#property-valuation-payment .woocommerce-page #payment #place_order, 
#property-valuation-payment .woocommerce-page form .form-row-last {
	width: 100%;
    margin-bottom: 20px;
    max-width: 800px;
    margin: auto;
    float: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
#property-valuation-payment a.alt {
	text-align: center;
    float: none;
    display: block;
    margin: 30px auto 0px;
    font-size: 15px;
    color: #FFF;
    max-width: 200px;
}
#property-valuation-payment .woocommerce #respond input#submit:hover, 
#property-valuation-payment .woocommerce a.button:hover, 
#property-valuation-payment .woocommerce button.button:hover, 
#property-valuation-payment .woocommerce input.button:hover {
	color: #FFF;
}


#property-valuation-payment .result-example {
	display: none;
}

#property-valuation-payment .woocommerce-info {
	border: none;
	font-size: 13px;
	font-family: Arial;
    margin-bottom: 0px !important;
}
#property-valuation-payment .woocommerce form.checkout_coupon {
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border: none;
	margin-top: 0px;
	background-color: #f7f6f7;
	padding-top: 0px;
}
#property-valuation-payment .woocommerce form.checkout_coupon input {
	height: 39px;
}

#property-valuation-payment .woocommerce form.checkout_coupon .form-row-last {
	margin: 0px;
	padding: 3px;
}
#property-valuation-payment .woocommerce form.checkout_coupon .form-row-last input {
	height: 39px;
    font-size: 14px;
    margin: 0;
}
#property-valuation-payment .woocommerce .terms {
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
}
/* CHECKOUT */




/* ORDER REVIEW */
body.woocommerce-order-received .property-valuation-intro {
 	display: none;
 }

body.checkout-page .header-image {
	display: none;
}

body.checkout-page .site-header.fixed {
	background-color: #214609;
}

body.checkout-page #content {
	margin-top: 25px;
}

@media (min-width: 992px) {
	body.checkout-page #content  {
		margin-top: 175px;
	}	
}

#order-review {
	margin-top: 0px;
}

.cabecera {    
	background-color: #32572c;
    width: 100%;
    max-width: 100% !important;
    margin-top: 0px;
    padding: 30px;
}

.woocommerce ul.order_details {
	text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    margin: auto;
    margin-top: 70px;
}
.woocommerce ul.order_details li {
	float: none;
	display: inline-block;
}

.texto_cabecera {    
	font-size: 13px;
    font-weight: normal;
    color: #fff !important;
	margin-left: 10px;
}

.titulo {
	width: 700px;
    margin-left: 50%;
    margin-top: -25px;
	text-transform: initial !important;
}

#order-review .valuation-section {
	margin: auto;
	margin-top: 0px;
	font-size: 15px;
	max-width: 750px; 	
	word-break: break-word;
}
#order-review .valuation-section .download-pdf-section {
	text-align: center;
	margin-top: 25px;
}
#order-review .valuation-section .download-pdf-section img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

#order-review .valuation-section .bottom-info {
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #000;
	border-bottom: 1px dashed #CCC;	
	max-width: 500px;
	margin-top: 25px;	
}

#order-review .valuation-section .billing-details {
	text-align: center;
	line-height: 15px;
	margin-bottom: 20px;
}
#order-review .valuation-section .billing-details .billing-label {
	text-transform: uppercase;
	font-size: .715em;
	display: block;
}

.cuadrodatos {
	background-color: #e7edef;
    border-radius: 15px;
}

.lineadatos {
	background-color: #e7edef;
    border-radius: 10px;
}

.cuadrodatos_cliente {
	width: 100%;
}

.valor_total {
	border-top: #000 solid 2px;
    width: 500px;
}
.valor_total_linea {
    width: 500px;
}

.texto_legal {
	    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 13px;
	padding-left: 30px;
}

.cuadro_valoracion_estimada {
	
	border: solid 2px #292a53;
    border-radius: 20px;
	background-image: url(/wp-content/themes/Divi-hijo/property-valuation/assets/img/fondo_cuadro.jpg);
	width: 410px;
    height: 138px;
	float: left;
	margin-top: 40px;
}

.texto_estimada {
	
	    color: #292a53;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    padding-top: 25px;
	float: right;
    padding-right: 20px;
}

.texto_dato_final {
	
	font-weight: normal !important;
    color: #292a53;
}
.texto_valor_final {
	
    color: #292a53;
	    text-align: right;
}

.texto_estimada_2 {
	
	color: #292a53;
    font-weight: bold;
    font-size: 15px;
   padding-top: 10px;
    padding-right: 30px;
    float: left;
}

.cuadro_valores_final {
	
	width: 600px;
    padding-left: 60px;
    margin-top: 40px;
	background-color: #e7edef;
    border-radius: 15px;
	float: right;
}
.cuadro_localizacion_final {
	
	width: 600px;
    padding-left: 60px;
	background-color: #e7edef;
    border-radius: 15px;
	float: right;
	height: 150px;
    margin-top: 20px;
}

.linea_estimada {
	
	float: right;
    padding-right: 20px;
    padding-top: 10px;
}



.texto_estimada_valor {
	
	    color: #cf2027;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    padding-top: 5px;
	float: right;
    padding-right: 20px;
}



.map-container {
	border: solid 2px #000;
    border-radius: 20px;
}

.columnadatos_cliente1 {
	float: left;
    margin-left: 20px;
	width: 70px;
}
.columnadatos_cliente2 {
	float: left;
    margin-left: 20px;
	width: 250px;
	text-transform: uppercase;
}

#order-review .valuation-section .section-title {
	background-color: #0a222f;
    color: #FFF;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#order-review .valuation-section .section-label {
    padding: 10px;
	font-weight: bold;

}
#order-review .valuation-section .section-value {	
    padding: 10px;
    font-weight: bold;
}
#order-review .valuation-section .result-top-box {
	background: #70a3bb;
    color: #fff;
    font-weight: bold;
	border-radius: 10px;
    margin-top: 20px;
    text-transform: uppercase;    
}
#order-review .valuation-section .result-top-box-alt {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#order-review .valuation-section .item-name {
	padding: 5px 10px;
	text-transform: uppercase;
}
#order-review .valuation-section .item-value {
	padding: 5px 10px;
	text-align: center;
}
#order-review .valuation-section .bars-style .item-name {
	padding: 5px 10px;
	text-align: right;
	background-color: #EDEDED;
}
#order-review .valuation-section .bars-style .item-value {
	padding: 5px 10px;
	text-align: left;
}

#order-review .valuation-section .item-value .lower {
	text-transform: lowercase;
}
#order-review .valuation-section .result-bottom-box {
	border-top: 1px solid #000;
	color: #000;
	font-weight: bold;
}
 #order-review .valuation-section .result-bottom-box .item-name {
 	text-align: right;
 	text-transform: uppercase;
 	font-size: 17px;
 }
 #order-review .valuation-section .result-bottom-small {
 	font-size: 12px;
	margin-top: 20px;
    line-height: 18px;
    text-align: justify;
 }
 
 #order-review .valuation-section #map {
 	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
 }

 #order-review .valuation-section #map > div {
 	background-color: transparent !important;
 }

 #order-review .valuation-section img.refcatlocation {
 	display: block;
 	margin: auto;
	max-height: 500px;
	margin-bottom: 30px;
	 border: solid 2px #000;
    border-radius: 20px;
 }
/* ORDER REVIEW */


/* ORDER REVIEW PDF */
#order-review.order-review-pdf .valuation-section {
	max-width: 95%;	
}
#order-review.order-review-pdf .valuation-break {
	page-break-before: always;
}
#order-review.order-review-pdf .section-top {

}
#order-review.order-review-pdf .section-top .date {
	text-align: left;
}
#order-review.order-review-pdf .top-link {
	color: #31679B;
	font-size: 15px;
}


#order-review.order-review-pdf .section-top .date,
#order-review.order-review-pdf .valuation-section .section-title,
#order-review .valuation-section .result-top-box,
#order-review .valuation-section .result-top-box .item-name {
	font-size: 23px;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 25px;
}

.valor {
	
	font-size: 14px !important;
	font-weight: bold;
	 text-transform: capitalize !important;
	

}

.espacioizq {
	padding-left: 25px !important;
}

.espacioizq2 {
	padding-left: 40px !important;
}

.valor_bien {
	
	font-size: 14px !important;
	font-weight: bold;
	background-color: #fff !important;
    float: left !important;
    text-align: left !important;
    margin-left: 40px;	
	text-transform: capitalize !important;

}

.valor_dato {
	
	font-size: 14px !important;

}

.cuadro_cabecera {
	padding-left: 20%;
}


#order-review.order-review-pdf .top-link,
#order-review.order-review-pdf .section-label,
#order-review.order-review-pdf .section-value,
#order-review.order-review-pdf .valuation-section .item-name,
#order-review.order-review-pdf .valuation-section .item-value {
	font-size: 16px;
}
#order-review.order-review-pdf .valuation-section .result-bottom-small {
	font-size: 15px;
}

#property-valuation-payment .btn-example-report {
    background: #D65050 0% 0% no-repeat;
    box-shadow: -3px 3px 6px #0000005E;
    opacity: 1;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 16px 50px;
    width: 100%;
    margin-left: 16px;
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 67.5%;
    text-align: center;
    margin-top: -12px;
    text-transform: uppercase;
}

#property-valuation-payment .btn-example-report:hover {
	background-color: #D6505095;
	color: white;
}

@media (min-width: 576px) {
	#property-valuation-payment .btn-example-report {
			max-width: 45.5%;
	}
}

@media (min-width: 992px) {
	#property-valuation-payment .btn-example-report {
			max-width: 86.5%;
	}
}

#property-valuation-payment .woocommerce .terms {
    margin-bottom: 24px;
}

#property-valuation-payment .woocommerce .terms .checkbox input[name="terms"] {
	position: absolute;
    left: 0;
    top: 2px;
}

#property-valuation-payment .checkmarker {
     display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#property-valuation-payment .checkmarker.terms-checkbox a {
	margin-left: 6px;
}

#property-valuation-payment .checkmarker input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#property-valuation-payment .checkmark {
    position: absolute;
    top: 10px;
    left: 6px;
    height: 16px;
    width: 16px;
    background-color: #e7edef;
}

#property-valuation-payment .checkmarker:hover input ~ .checkmark {
  background-color: #ccc;
}

#property-valuation-payment .checkmarker input:checked ~ .checkmark {
  background-color: #214609;
}


#property-valuation-payment .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#property-valuation-payment .checkmarker input:checked ~ .checkmark:after {
  display: block;
}

#property-valuation-payment .checkmarker .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (max-width: 575px) {
	#property-valuation-payment .checkmarker {
		display: inline-block;
	    padding-left: 30px;
	    line-height: 21px;
	    text-align: left;
	}
	#property-valuation-payment .checkmark {
		top: 3px;
    	left: 3px;
	}
}



#property-valuation-payment .woocommerce .ic-security {
	height: 52px;
}


#property-valuation-payment .woocommerce .security-col {
	margin-top: 25px;
	text-align: center;
}

@media (min-width: 992px) {
	#property-valuation-payment .woocommerce .security-col {
		margin-top: 0;
		text-align: left;
	} 
}


#property-valuation-payment .woocommerce input[name="woocommerce_checkout_place_order"] {
    opacity: 1;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 16px 50px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 430px;
}
@media (max-width: 768px) {
	#property-valuation-payment .woocommerce input[name="woocommerce_checkout_place_order"] {
		margin-bottom: 0;
	}

}

#property-valuation-payment a.alt.clear-order {
	background-color: #44444450;
    opacity: 1;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 16px 50px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: -12px;
    text-transform: uppercase;
}

#property-valuation-payment .checkout-order-btns {
	margin-bottom: 150px;
}

@media (min-width: 768px) {
	#property-valuation-payment .checkout-order-btns {
		margin-bottom: 150px;
	}
}

#property-valuation-payment .place-order {
	margin-top: 25px;
}

#property-valuation-payment .woocommerce-checkout #payment ul.payment_methods {
	background: #FFF;
	padding-left: 6px;
	padding-right: 6px;
	border: none;
	margin-top: -12px;
}

#property-valuation-payment .woocommerce-checkout #payment ul.payment_methods li {
	background-color: #fff;
    padding: 16px;
    border: 1px solid #F2F4F3;
    cursor: pointer;
}

#property-valuation-payment .woocommerce-checkout #payment ul.payment_methods li:hover {
	background-color: #F2F4F3;
}

#property-valuation-payment .woocommerce-checkout #payment ul.payment_methods li img {
	height: 30px;
    margin-left: 50px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	line-height: 30px;
	margin-left: 10px;
}

#property-valuation-payment .property-valuation-intro h1 {
	text-align: left;
	font: Bold 34px "Raleway", sans-serif;
	letter-spacing: 0px;
	color: #D65050;
	opacity: 1;
}

#property-valuation-payment .property-valuation-intro .subtitle {
	font-size: 18px;
}


#property-valuation-payment .review-order-lines h3,
#property-valuation-payment .custom-checkout-coupon h3,
#property-valuation-payment .woocommerce-checkout-payment h3 {
	font-size: 17px;
    font-weight: bold;
}

#property-valuation-payment .woocommerce-checkout #payment {
	background: #FFF;
}


#property-valuation-payment .woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #F2F4F3;
}


#property-valuation-payment .woocommerce form .form-row-first {
	display: inline-flex;
    width: 100%;

}

#property-valuation-payment .woocommerce form .form-row-first input[name="apply_coupon"] {
	border-radius: 0px 5px 5px 0px;
    width: 40%;
    font-size: 16px;
    background-color: #5f7550;
}

#property-valuation-payment .woocommerce form .form-row-first input[name="coupon_code"]{
	border-radius: 5px 0px 0px 5px;
}

#property-valuation-payment .woocommerce form .form-row-last {

}
#property-valuation-payment .custom-checkout-coupon {
	margin-bottom: 30px;
}

#property-valuation-payment .woocommerce .review-order-lines {
	margin-bottom: 50px;
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines {
    font-size: 16px;
    line-height: 44px;
    margin-left: 6px;
    margin-right: 6px;
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines .order-line {
	display: flex;
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines .order-line .order-line-value{
	margin-left: auto;
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines .order-line .order-line-value small.tax_label {
	display: none;
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines .order-line.order-tax {	
    border-bottom: 1px solid #70707014
}

#property-valuation-payment .woocommerce .review-order-lines .order-lines .order-line.order-total {
	   font-weight: bold;
    color: #214609;
}
/* ORDER REVIEW PDF */



/* LOADING OVERLAY */
/* Absolute Center Spinner */
.loading {
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	background-color: #f6f6f6d1;
}

.loading .loading-container {
	display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;	
}


.loading .loading-spinner {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.loading .loading-message {
	font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
	display: none;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* LOADING OVERLAY */





