
#full-login-container {
	border: solid 3px #ecf0f3;
	background: #f2f5f7;
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .15);
	border-radius: 15px;
	padding: 15px;
	max-width: 640px;
	margin: 30px auto;
}

#full-login-container h2 {
	color: #7a7a7a;
	margin-bottom: 10px;
}

#full-login-container .button {
	background: #eabc32;
	color: #fff;
	border-radius: 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px 20px;
}

/* 
 * CHECKOUT
 */
.country-PT #billing_state_field, .country-US #billing_state_field, .country-ES #billing_state_field {
	width: 66.7% !important;
}

.country-US #billing_address_1_field {
	width: 100% !important;
}

#billing_country_field {
	width: 100% !important;
}

body
  #wfacp-e-form
  .wfacp_main_form.woocommerce
  #payment
  ul.payment_methods
  li
  label
  img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

/* 
  * [full-product-price]
  */
.full-product-price {
	margin: 25px auto !important;
	max-width: 250px;
	text-align: center;
	line-height: 1;
}

.full-product-price .regular-price {
	color: #434363;
	font-family: "Margen", Sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-decoration: line-through;
}

.full-product-price .sale-price {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 5px 0 10px;
}

.full-product-price .sale-price ._by, .full-product-price .sale-price ._year {
	color: #434363;
	font-size: 15px;
	font-weight: 400;
	flex: 1;
}

.full-product-price .sale-price ._by strong {
	margin-top: 7px;
	font-size: 20px;
	display: block;
}

.full-product-price ._price {
	color: #434363;
	font-size: 35px;
	font-weight: 900;
	flex-basis: 65%;
}

.full-product-price .licenses-legend {
	color: #65d49a;
	font-family: "Margen", Sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: .5px;
}
