.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{
	display: flex;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name img{
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 10px;
}

.woocommerce-checkout #payment{

background: transparent !important;
}



#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #F6C57F !important;
	  border-right-color: transparent !important;
	  border-left-color: transparent !important;
	  border-top-color: transparent !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #F6C57F !important;
	/* color: #fff !important; */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	background: var(--farma-principal) !important;
	color: #fff !important;
	border: solid 1px var(--farma-principal) !important;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
	background: var(--farma-secundario) !important;
	color: #fff !important;
	border: solid 1px var(--farma-secundario) !important;
}

#metodo-envio{
	margin-top: 30px;
}

#billing_country_field, #shipping_country_field{
	display: none;
}

.select2-container .select2-selection--single{
	height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px !important;
}