/*
Theme Name:		Vallor
Theme URI:		https://vault.uicore.co/
Description:	Customização gráfica do site Winx
Author:			Vallor Digital
Author URI:		https://vallordigital.com.br/
Template:		vault
Version:		1.0.0
Text Domain:	vault
Início:			25/01/2024
Publicação:		
Versão:			10/02/2025

*/

@import url("../vault/style.css");



/* Custom ------------------------------------------------------------ */
.clear{
    clear: both;
}
.center{
    text-align: center;
}



/* Página de Produto ------------------------------------------------------------ */
.woocommerce button.button.alt:hover, 
.woocommerce button.button:hover, 
.woocommerce button.button:hover, 
.woocommerce div.product form.cart .button:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce input.button:hover,
.wc-block-cart__submit:hover {
	background-color: #FF7B00 !important;
	color: #fff !important;
}
.wc-block-cart__submit {
	background-color: #011F44 !important;
}
.wc-block-components-button__text {
	color: #fff !important;
}
.related.products {
	display: none;
	visibility: hidden;
}
div.woocommerce-tabs.wc-tabs-wrapper > h2 {
	display: none;
	visibility: hidden;
}
div.summary.entry-summary > div.product_meta {
	display: none;
	visibility: hidden;
}
div.summary.entry-summary > form > table > tbody > tr > th.label {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: left !important;
}
div.summary.entry-summary > p > span {
	font-size: 20px !important;
	padding-right: 10px !important;
	
}
div.summary.entry-summary > p > ins {
	text-decoration: none !important;
}
.woocommerce button.button, .woocommerce button.button.alt, 
.woocommerce div.product form.cart .button {
	background-color: #ffd300 !important;
}
.woocommerce button.button, .woocommerce button.button.alt:hover, 
.woocommerce div.product form.cart .button:hover {
	background-color: #1c1d4b !important;
}


/* checkout ------------------------------------------------------------ */
#rm-pagbank-card-installments,
#rm-pagbank-card-installments > option{
	color: #000 !important;
}
#rm-pagbank-card-installments {
	width: 100% !important;
}







/* Responsivo ------------------------------------------------------------ */

@media only screen and (max-width: 980px) {

}



@media only screen and (max-width: 768px) {

}



@media only screen and (max-width: 650px) {

}



@media only screen and (max-width: 540px) {

}



@media only screen and (max-width: 480px) {

}



@media only screen and (max-width: 360px) {

}


