/*
 *
 * STYLE CHECKOUT CART
 *
 */
:root {
	--edpro-container-max-width: 1392px;
	--edpro-row-gap-compensation: -8px;
	--edpro-columns-gap: 8px;
}
.edpro-container {
	max-width: var(--edpro-container-max-width);
	margin-left: auto;
	margin-right: auto;
}
.edpro-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-left: var(--edpro-row-gap-compensation);
	margin-right: var(--edpro-row-gap-compensation);
}
.edpro-column {
	padding-left: var(--edpro-columns-gap);
	padding-right: var(--edpro-columns-gap);
}


/* ----------------------------------------------------------- UTILS -----------------------------------------------------------------*/


.woocommerce-product-gallery__trigger {
	display: none;
}

.clearfix {
	clear: both;
}


/* ----------------------------------------------------------- PÁGINA CARRITO -----------------------------------------------------------------*/
#edpro-cart #edpro-cart-form {
	width: 66.664%;
}
@media (max-width: 992px) {
	#edpro-cart #edpro-cart-form {
		width: 100%;
	}
	.woocommerce-cart #edpro-cart #edpro-cart-actions .actions {
		flex-direction: column;
	}
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D8D8D8;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1B446E;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-thumbnail {
	width: 8.3333%;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-name {
	width: 31.6667%;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-name a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1B446E;
	text-decoration: none;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-name .edpro-product-excerpt {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #2A2B2A;
	margin-bottom: 0;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-attributes {
	width: 16.6667%;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-attributes p {
	margin-bottom: 0;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity {
	text-align: center;
	width: 16.6667%;
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity .qty {
	background: #EFF4FA;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #3274B9;
	padding: 10px 0;
	border: none;
	border-radius: 0;
	outline: none !important;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-subtotal {
	width: 16.6667%;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-price {
	width: 8.3333%;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-remove {
	width: 8.3333%;
	display: flex;
	justify-content: flex-end;
}
#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-remove a.remove:hover {
	background-color: transparent;
}

#edpro-cart #edpro-cart-collaterals {
	width: 30%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}
#edpro-cart #edpro-cart-collaterals .edpro-cart-collaterals-title {
	font-family: 'Manrope';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #2A2B2A;
    display: none;
    margin-bottom: 8px;
}

#edpro-cart #edpro-cart-collaterals .cart_totals {
	width: initial;
	float: none;
}

#edpro-cart #edpro-cart-collaterals #ztudio-boton-actualizar-carro {
	height: 0;
	width: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

#edpro-cart #edpro-cart-collaterals .return-to-shop {
	float: left;
}
#edpro-cart #edpro-cart-actions #coupon-trigger {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1B446E;
}
#edpro-cart #edpro-cart-actions #coupon-trigger:hover { 
	text-decoration: underline;
}
#edpro-cart .edpro-coupon label {
	width: 100%;
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #2A2B2A;
	display: block;
	margin-bottom: 8px;
}
#edpro-cart .edpro-coupon input {
	width: 50%;
	margin-right: 24px;
	padding: 12px 24px;
	border: 1px solid #BFD4EA;
	border-radius: 8px;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #1B446E;
	outline: none !important;
}
#edpro-cart .edpro-coupon button {
	width: 40%;
	padding: 12px 24px;
	background: #3274B9;
	border-radius: 8px;
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
}
#edpro-cart .edpro-coupon button:hover {
	background: #1B446E;
}


#edpro-cart #edpro-cart-totals {
	padding: 32px;
	background: #F7FAFD;
	border-radius: 8px;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F1EEE8;
	padding-top: 12px;
	padding-bottom: 12px;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row > div:first-child {
	width: 50%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #555555;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.order-total > div {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #2A2B2A;
	text-transform: uppercase;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row > div:last-child {
	width: 50%;
	text-align: right;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #555555;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.order-total {
	border-bottom: none;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.order-total > div {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #2A2B2A;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.order-total > div strong {
	display: block;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.order-total > div small {
	text-transform: initial;
	color: #555555;
}

#edpro-cart #edpro-cart-totals #edpro-cart-shipping-method-table {
	display: none;
}

#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.wc-proceed-to-checkout {
	border-bottom: none;
	padding-bottom: 0;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.wc-proceed-to-checkout .boton-ir-checkout {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FEFEFE;
	border-radius: 8px;
	outline: none !important;
	padding: 10px 24px;
	background: #3274B9;
	margin-bottom: 0;
	width: 100%;
	transition: all ease .4s;
}
#edpro-cart #edpro-cart-totals .edpro-cart-totals-row.wc-proceed-to-checkout .boton-ir-checkout:hover {
	background: #1B446E;
}

@media (max-width: 991px) {
	#edpro-cart .edpro-cart-items .edpro-row {
		flex-wrap: wrap;
		align-items: center;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-thumbnail {
		width: 15%;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-name {
		width: 60%;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-attributes {
		width: 25%;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-price {
		width: 40%;
		display: flex;
		justify-content: flex-end;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity {
		width: 25%;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-subtotal {
		width: 25%;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-remove {
		width: 10%;
	}
	#edpro-cart .edpro-coupon {
		width: 100%;
	}
	#edpro-cart #edpro-cart-collaterals {
		margin-top: 40px;
		width: 100%;
		float: none;
	}
}
@media (max-width: 767px) {
	#edpro-cart .edpro-cart-items .edpro-row {
		position: relative;
		display: flex;
    	flex-direction: column;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-thumbnail {
		width: 20%;
		float: left;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-name {
		width: 50%;
		text-align: center;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-attributes {
		width: 100%;
		padding-left: calc( 20% + 8px );
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-price {
		width: 40%;
		/*padding-left: calc( 20% + 8px );*/
		justify-content: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-quantity {
		width: 40%;
		/*padding-left: calc( 20% + 8px );
		text-align: left;*/
		padding-top: 8px;
		padding-bottom: 8px;
		justify-content: center;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-subtotal {
		width: 40%;
		/*padding-left: calc( 20% + 8px );*/
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
	}
	#edpro-cart .edpro-cart-items .edpro-row.edpro-cart-row.cart_item .product-remove {
		position: absolute;
		top: 30px;
		right: 16px;
	}
	#edpro-cart .edpro-coupon input {
		margin-right: 0;
		width: 100%;
		height: 43px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}



#edpro-cross-sells {
	padding-top: 80px;
}
#edpro-cross-sells .cross-sells > h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #2A2B2A;
	margin-bottom: 40px;
}
#edpro-cross-sells .cross-sells ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#edpro-cross-sells .cross-sells ul.products > li {
	width: 33.33333%;
	margin-bottom: 0;
}
#edpro-cross-sells .cross-sells ul.products > li .variations,
#edpro-cross-sells .cross-sells ul.products > li ul {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#edpro-cross-sells {
		padding-top: 40px;
	}
	#edpro-cross-sells .cross-sells ul.products > li {
		width: 100%;
		margin-bottom: 20px;
	}
}




#edpro-checkout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	clear: both;
}
#edpro-checkout > .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}
#edpro-checkout .edpro-customer-details {
	width: 64%;
}
#edpro-checkout .edpro-order-review {
	width: 34%;
}
#edpro-checkout .edpro-customer-details h3,
#edpro-checkout .edpro-customer-details #order_comments_field > label {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #3274B9;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
#edpro-checkout .edpro-customer-details #order_comments_field textarea {
	border: 1px solid #BFD4EA;
	border-radius: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #B2B2B2;
}
#edpro-checkout .edpro-customer-details .woocommerce-billing-fields__field-wrapper p label,
.woocommerce-checkout #edpro-checkout .woocommerce-account-fields #account_password_field label,
#edpro-checkout .edpro-customer-details .woocommerce-shipping-fields__field-wrapper p label {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #3274B9;
}
#edpro-checkout .edpro-customer-details .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce-checkout #edpro-checkout .woocommerce-account-fields #account_password_field input,
#edpro-checkout .edpro-customer-details .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input {
	border: 1px solid #BFD4EA;
	border-radius: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #1B446E;
	padding: 14px 24px;
}
.woocommerce-checkout #edpro-checkout .woocommerce-account-fields #account_password_field .show-password-input {
	top: 15px;
}
#edpro-checkout .edpro-customer-details .woocommerce-form__label-for-checkbox span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #112C48;
}
#edpro-checkout .edpro-customer-details .woocommerce-shipping-fields__field-wrapper #shipping_state_field .selection .select2-selection--single,
#edpro-checkout .edpro-customer-details .woocommerce-billing-fields__field-wrapper #billing_state_field .selection .select2-selection--single {
	background-color: #fff;
    border: transparent;
    border-radius: 0px;
}
#edpro-checkout .edpro-customer-details .woocommerce-shipping-fields__field-wrapper #shipping_state_field .selection .select2-selection__rendered,
#edpro-checkout .edpro-customer-details .woocommerce-billing-fields__field-wrapper #billing_state_field .selection .select2-selection__rendered  {
	padding: 14px 24px;
	border: 1px solid #BFD4EA;
	border-radius: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #1B446E;
	margin-top: -5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 10px;
    right: 15px;
}
@media (max-width: 991px) {
	#edpro-checkout .edpro-customer-details {
		width: 100%;
	}
	#edpro-checkout .edpro-order-review {
		width: 100%;
	}
}
#edpro-checkout .edpro-order-review .woocommerce-checkout-review-order-table {
	border: 1px solid #EBEBEB;
	padding: 16px 24px;
	border-radius: 8px;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item {
	padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item:last-child {
	border-bottom: none;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-image {
	width: 25%;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-name {
	width: 75%;
	padding-left: 16px;
	margin-top: -6px;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-name .product-name {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #1B446E;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 0px;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-name .edpro-attribute-detail {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #1B446E;
	margin-bottom: 0px;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-name .review-order-quantity-price {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #1B446E;
	padding-bottom: 8px;
}
#edpro-checkout .edpro-order-review #edpro-checkout-review-items > .edpro-checkout-review-item .checkout-details-product-name .review-order-quantity-price .woocommerce-Price-amount {
	display: block;
	font-size: 20px;
	line-height: 28px;
}
#edpro-checkout #edpro-checkout-review-totals {
	padding: 32px;
	margin-top: 24px;
}
#edpro-checkout #edpro-checkout-review-totals > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 12px;
}
#edpro-checkout #edpro-checkout-review-totals > div:first-child {
	padding-top: 0;
}
#edpro-checkout #edpro-checkout-review-totals > div:last-child {
	padding-bottom: 0;
}
#edpro-checkout #edpro-checkout-review-totals > div > div:first-child {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #1B446E;
}
#edpro-checkout #edpro-checkout-review-totals > div > div:last-child {
	text-align: right;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #275F98;
}
#edpro-checkout #edpro-checkout-review-totals > div.order-total > div:first-child {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #1B446E;
	text-transform: uppercase;
}
#edpro-checkout #edpro-checkout-review-totals > div.order-total > div:last-child {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #275F98;
}
#edpro-checkout #edpro-checkout-review-totals .includes_tax {
	display: block;
	text-align: right;
	font-weight: 400;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

#edpro-checkout #edpro-back-to-cart {
	display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: #3274B9;
	background: white;
	border-radius: 8px;
	padding: 10px 24px;
	text-decoration: none;
	margin-top: 24px;
	transition: all ease .4s;
	border: 1px solid #3274B9;
}
#edpro-checkout #edpro-back-to-cart:hover {
	background: #3274B9;
	color: white;
}

#edpro-checkout #edpro-shipping-method-table {
	margin-top: 32px;
	margin-bottom: 32px;
}
#edpro-checkout #edpro-shipping-method-table > span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #112C48;
}
#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li {
	display: block;
	margin-bottom: 16px;
}
#edpro-checkout .edpro-order-review .checkout-section-title {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #1B446E;
	margin-top: 32px;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods {
	border-radius: 0;
	background: transparent;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods {
	padding: 0;
	border: none;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li {
	display: block;
	margin-bottom: 16px;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li .edpro-gateway-description {
	display: none;
}



#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li input,
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li input {
	display: none;
}

#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li label,
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li label {
	display: block;
	position: relative;
	padding: 24px 16px;
	background: #EFF4FA;
	border: 1px solid #3274B9;
	border-radius: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	color: #3274B9;
	text-transform: uppercase;
}
#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li label:before,
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li label:before {
	content: '';
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #2A2B2A;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 8px;
}
#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li:hover label:before,
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li:hover label:before,
#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li input[checked="checked"] + label:before,
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li input:checked + label:before {
	background-image: url('/wp-content/uploads/2023/04/done.svg');
	background-position: center;
	background-repeat: no-repeat;
	border: solid 1px transparent;
	border-radius: 0;
}
#edpro-checkout .edpro-checkout-payment-methods .wc_payment_method label::after {
	content: url('/wp-content/uploads/2023/04/Frame-375.png');
	position: absolute;
    right: 24px;
    top: 20px;
}
#edpro-checkout #edpro-shipping-method-table .woocommerce-shipping-methods > li .amount {
	float: right;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li label .payment_box {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #5A5A5A;
	text-transform: initial;
	padding-top: 8px;
	display: none;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li label .payment_box p {
	margin-bottom: 0;
}
#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods ul.payment_methods li input:checked + label .payment_box {
	display: block !important;
}

#edpro-checkout .edpro-order-review .edpro-checkout-payment-methods > div.form-row {
	padding: 0;
}

#edpro-checkout .woocommerce-privacy-policy-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #112C48;
	margin-top: 16px;
	margin-bottom: 16px;
}
#edpro-checkout .woocommerce-privacy-policy-text a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #112C48;
	margin-top: 16px;
	margin-bottom: 16px;
}
#edpro-checkout .woocommerce-privacy-policy-text a:hover {
	text-decoration: underline;
}

#edpro-checkout .woocommerce-terms-and-conditions-checkbox-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1B446E;
	letter-spacing: 0.2px;
}
#edpro-checkout .woocommerce-terms-and-conditions-checkbox-text a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1B446E;
	letter-spacing: 0.2px;
}
#edpro-checkout .woocommerce-terms-and-conditions-checkbox-text a:hover {
	text-decoration: underline;
}

#edpro-checkout  #place_order {
	float: none !important;
	display: block;
	width: 100%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #3274B9;
	outline: none !important;
	padding: 10px 24px;
	background: white;
	border-radius: 8px;
	border: 1px solid #3274B9;
	transition: all ease .4s;
}
#edpro-checkout  #place_order:hover {
	background: #3274B9;
	color: white;
}
#edpro-checkout .woocommerce-remove-coupon {
	display: none;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #3B5266;
	letter-spacing: initial;
	margin-bottom: 0;
	margin-top: 12px;
    margin-left: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 12px 24px;
	background: #3274B9;
	border-radius: 8px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #1B446E;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #E02D3C;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #112C48;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login input {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	padding: 12px 24px;
	border: 1px solid #BFD4EA;
	border-radius: 8px;
	color: #112C48;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login {
	border: 0;
	padding: 0;
}
.trigger-cart-widget {
	position: relative;
}
.trigger-cart-widget img {
	height: 29px;
    width: auto;
    max-width: initial;
	margin-top: 7px;
}
.trigger-cart-widget .cart-contents-count {
	position: absolute;
	display: block;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	padding: 2px;
	color: #fff;
	line-height: 11px;
	text-align: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	background: #F8485E;
	top: -12px;
    right: -3px;
	z-index: 999;
}

.edpro-cart-widget {
    position: absolute;
    z-index: -1;
    background-color: var(--white);
    width: 400px;
    top: calc(100% + 36px);
    right: -30px;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
    visibility: hidden;
    padding: 16px;
    background: #FFFFFF;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
	.edpro-cart-widget {
		width: 320px;
		right: -38px;
	}
}


.edpro-cart-widget.active {
    z-index: 5000;
    max-height: 10000px;
    visibility: visible;
}

.edpro-cart-widget .close-cart-widget-icon {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 999;
	max-width: 24px;
}

.edpro-woocommerce-mini-cart {}
.edpro-woocommerce-mini-cart .edpro-woocommerce-mini-cart-item {
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E3E3E3;
}
.edpro-woocommerce-mini-cart > .edpro-woocommerce-mini-cart-item:last-child {
	border-bottom: none;
}
.edpro-woocommerce-mini-cart .edpro-woocommerce-mini-cart-item .edpro-woocommerce-mini-cart-details-product-image {
	width: 90px;
}
.edpro-woocommerce-mini-cart .edpro-woocommerce-mini-cart-item .edpro-woocommerce-mini-cart-details-product-name {
	width: calc( 100% - 106px );
}
.edpro-woocommerce-mini-cart .mini-cart-product-name {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #1B446E;
	text-decoration: none;
	margin-bottom: 0px;
	display: inline-block;
}
.edpro-woocommerce-mini-cart .edpro-product-excerpt {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #1B446E;
	display: none;
	margin-bottom: 0px;
}
.edpro-woocommerce-mini-cart .edpro-attribute-detail {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #1B446E;
	margin-bottom: 0px;
}
.edpro-woocommerce-mini-cart .mini-cart-product-quantity {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1B446E;
	margin-bottom: 0px;
}
.edpro-woocommerce-mini-cart .mini-cart-product-quantity .woocommerce-Price-amount.amount {
	display: block;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #1B446E;
}
.edpro-cart-widget .woocommerce-mini-cart__total.total {
	padding-top: 16px;
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	align-items: center;
}
.edpro-cart-widget .woocommerce-mini-cart__total.total strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #2A2B2A;
	text-transform: uppercase;
}
.edpro-cart-widget .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #2A2B2A;
}

.edpro-cart-widget .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}
.edpro-cart-widget .woocommerce-mini-cart__buttons .button {
	display: block;
	width: 100%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2A2B2A;
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid #2A2B2A;
	border-radius: 1px;
	margin-bottom: 8px;
}
.edpro-cart-widget .woocommerce-mini-cart__buttons .button:hover {
	background-color: #2A2B2A;
	border: 1px solid #2A2B2A;
	color: #fff;
}
.edpro-cart-widget .woocommerce-mini-cart__buttons .checkout {
	background-color: #F8485E;
	margin-bottom: 0;
	border: 1px solid #F8485E;
	color: #fff;
}
.edpro-cart-widget .woocommerce-mini-cart__buttons .checkout:hover {
	background-color: #2A2B2A;
	border-color: #2A2B2A;
}

.edpro-spinner {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 6.4px solid;
	border-color: #f1eee8;
	border-right-color: #f8485e;
	animation: spinner-d3wgkg 1.2s infinite linear;
	margin: 15px auto;
 }
 
 @keyframes spinner-d3wgkg {
	to {
	   transform: rotate(1turn);
	}
 }



.woocommerce-order-received .woocommerce-order p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #112C48;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details {
	padding: 0;
}
.woocommerce-order-received .woocommerce-order ul.woocommerce-thankyou-order-details li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #112C48;
}
.woocommerce-order-received .woocommerce-order a {
	background: #3274B9;
	border-radius: 8px;
	padding: 10px 24px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
}
.woocommerce-order-received .woocommerce-order a:hover {
	background: #1B446E;
}


.woocommerce-cart #edpro-cart .edpro-return-to-shop a {
	padding: 9px 24px;
	border-radius: 8px;
	background: #1B446E;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
	margin-right: 20px;
}

.woocommerce-cart #edpro-cart #edpro-update-cart-button {
	padding: 8px 24px;
	border-radius: 8px;
	background: #1B446E;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
	border: 0;
}
.woocommerce-cart #edpro-cart #edpro-cart-actions .actions {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 24px;
}
.woocommerce-cart #edpro-cart #edpro-cart-actions .actions .edpro-return-to-shop {
	margin-bottom: 15px;
	display: flex;
}
.woocommerce-cart #carrito-vacio p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #112C48;
}
.woocommerce-cart #carrito-vacio .return-to-shop a {
	background: #3274B9;
	border-radius: 8px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FEFEFE;
}
.woocommerce-cart #carrito-vacio .return-to-shop a:hover {
	background: #1B446E;
}
.woocommerce-checkout #edpro-checkout #billing_postcode_field,
.woocommerce-checkout #edpro-checkout #shipping_postcode_field {
	width: 20% !important;
}
.woocommerce-checkout #edpro-checkout #billing_city_field,
.woocommerce-checkout #edpro-checkout #shipping_city_field {
	width: 40% !important;
}
.woocommerce-checkout #edpro-checkout #billing_state_field,
.woocommerce-checkout #edpro-checkout #shipping_state_field {
	width: 40% !important;
}
@media (max-width: 584px) {
	.woocommerce-checkout #edpro-checkout #billing_postcode_field,
	.woocommerce-checkout #edpro-checkout #shipping_postcode_field {
		width: 35% !important;
	}
	.woocommerce-checkout #edpro-checkout #billing_city_field,
	.woocommerce-checkout #edpro-checkout #shipping_city_field {
		width: 63% !important;
	}
	.woocommerce-checkout #edpro-checkout #billing_state_field,
	.woocommerce-checkout #edpro-checkout #shipping_state_field {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 16px;
    margin: 0 0 2em;
    position: relative;
    background-color: #EFF4FA;
    color: #112C48;
    border-left: 2px solid;
    list-style: none outside;
    word-wrap: break-word;
	border-top: 0px;
	display: inline-block;
}
.woocommerce-info {
	border-left-color: #08875D;
	border-top-color: 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #08875D;
}
.woocommerce-info a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #112C48;
}
.woocommerce-info a:hover {
	text-decoration: underline;
}
.woocommerce-info::before {
	content: '' !important;
}
.woocommerce-error {
	border-left-color: #E02D3C;
	border-top-color: 0;
}
.woocommerce-error li {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #112C48;
}
.woocommerce-error li strong,
.woocommerce-error strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #E02D3C !important;
}
.woocommerce-error::before {
	content: '' !important;
}
.woocommerce-message {
	border-left-color: #08875D;
	border-top-color: 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #112C48;
}
.woocommerce-message a {
	background-color: #3274B9 !important;
	border-radius: 8px !important;
	padding: 8px 24px !important;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: center;
	color: #FEFEFE !important;
}
.woocommerce-message a:hover {
	background-color: #1B446E !important;
}
.woocommerce-message::before {
	content: '' !important;
}
.elementor-menu-cart__main {
	bottom: initial !important;
	border-radius: 8px !important;
	padding: 16px !important;
	top: 15% !important;
	box-shadow: 4px 5px 22px rgba(0, 0, 0, 0.15) !important;
    right: 18% !important;
}
@media (max-width: 768px) {
	.elementor-menu-cart__main {
		right: 1% !important;
	}
	#edpro-cart .edpro-coupon button {
		width: 100%;
	}
	#edpro-cart .edpro-coupon-container {
		text-align: center;
	}
	.woocommerce-cart #edpro-cart #edpro-cart-actions .actions .edpro-return-to-shop {
		width: 100%;
		flex-direction: column;
	}
	.woocommerce-cart #edpro-cart .edpro-return-to-shop a {
		width: 100%;
		margin-bottom: 15px !important;
	}
}
.elementor-menu-cart__container {
	background: transparent !important;
}
.elementor-menu-cart__close-button {
	margin: 0px !important;
	width: 12px !important;
	position: absolute !important;
    top: 20px !important;
    right: 20px !important;
	height: 12px !important;
}
.woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
}
.woocommerce-mini-cart__total.total strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1B446E;
	letter-spacing: 0.2px;
}
.woocommerce-mini-cart__total.total span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #275F98;
}
.woocommerce-mini-cart__buttons.buttons {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce-mini-cart__buttons.buttons a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	text-align: center;
}
.woocommerce-mini-cart__buttons.buttons a:first-of-type {
	padding: 10px 24px;
	border: 1px solid #3274B9;
	border-radius: 8px;
	color: #3274B9;
	margin-bottom: 10px;
	background-image: url('/wp-content/uploads/2023/03/ArrowRightBlue.svg');
	background-repeat: no-repeat;
	background-position: center right 85px;
}
.woocommerce-mini-cart__buttons.buttons a:first-of-type:hover {
	background: #3274B9;
	color: #FEFEFE;
}
.woocommerce-mini-cart__buttons.buttons a:last-of-type {
	padding: 10px 24px;
	border: 1px solid #3274B9;
	border-radius: 8px;
	color: #FEFEFE;
	background: #3274B9;
	background-image: url('/wp-content/uploads/2023/05/ArrowRight.png');
	background-repeat: no-repeat;
	background-position: center right 65px;
}
.woocommerce-mini-cart__buttons.buttons a:last-of-type:hover {
	background: #1B446E;
	color: #FEFEFE;
}