/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2023 | 10:33:43 */
/* remover underline preco produtos */
.ht-product-price ins, .price ins {
	text-decoration: none !important;
}

/* borda badge */
.ht-product-label {
	border-radius: 20px;
}

/* campos form */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 15px;
}

.form-row{
	margin: 0px 0px 15px 0px;
}

.woocommerce-input-wrapper > strong {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single{
    height: 50px;
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 10px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 10px 15px;
}

.woocommerce-MyAccount-content button.button {
	font-family: "Lexend", Sans-serif;
	font-size: 15px;
	color: var(--e-global-color-primary );
	background-color: var(--e-global-color-secondary );
	padding: 30px 40px 30px 40px;
	border-radius: 50px 50px 50px 50px;
	margin-top: 50px;
}

.woocommerce-MyAccount-content button.button:hover {
	color: var(--e-global-color-secondary );
	background-color: var(--e-global-color-primary );
}


