/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.grecaptcha-badge{
	display:none !important;
}

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.botontextoflecha:hover{
	border-bottom:2px solid #462D54!important;
}

.l-header .w-image {
    top: 0;
    position: relative;
    padding: 1.2rem;
}

        #venta-productos .us-btn-style_3 {
            background: #462D54!important; 
            color: white!important;
        }

#venta-productos .us-btn-style_3:hover {
            border-color: #462D54!important; 
	            background: white!important; 

            color: #462D54!important;
        }

#footer, #subfooter {
	font-family:var(--h5-font-family);

}

#footer .menu-footer{
	font-family:Arial,Helvetica,sans-serif!important;
	font-weight:300!important;
}

@media (max-width: 700px) {
    .w-nav-list.level_1.hover_underline {
        margin-left: 10rem !important;
    }
}


/*woocommerce*/

/*pagproducto*/
/*form.cart {
	display:none!important;
}*/
/* Estilos iniciales para la clase btn-ver-producto */
.btn-ver-producto {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/* Contenedor para posicionar el botón */
.img-producto-h {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Efecto de zoom y mostrar btn-ver-producto al hacer hover sobre img-producto-h */
.img-producto-h:hover img,
.img-producto-h:hover ~ .btn-ver-producto,
.btn-ver-producto:hover {
    opacity: 1;
    visibility: visible;
}

.img-producto-h:hover img,
.btn-ver-producto:hover ~ .img-producto-h img {
    transform: scale(1.05); /* Efecto de zoom */
    transition: transform 0.3s ease-in-out;
}
/* FORMS */

form div.row {
	margin: 0 -0.5rem;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}

.col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 0.5rem;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
	text-align: right;
}

label {
	margin: 0 0 0.5rem 0;
	cursor: default;
	display: block;
	line-height: 1.2;
}
.wpcf7-list-item label {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 1rem 0;
}

input[type="checkbox"] {
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: 0 6px 0 0 !important;
}
input[type="checkbox"], input[type="radio"] {
	height: 1rem;
	width: 1rem;
}
select {
	cursor: pointer;
}
/*select option {
	background-color: var(--color-content-bg) !important;
	font-family: var(--font-family), sans-serif !important;
}*/
input[type="text"]:disabled,
select:disabled {
	opacity: 0.5;
	cursor: default;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
	/*-webkit-appearance: none !important;
    -moz-appearance: none !important;*/
}

.wpcf7-form textarea{
	height:17px!important;
}

span[data-name="legal"], .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 1.2;
}
span[data-name="legal"] {
	text-align: right;
	font-family:var(--h5-font-family);
}
span[data-name="legal"] label {
	font-size: 0.6rem !important;
	text-transform: none;
	margin: 0;
}
span[data-name="legal"] a {
	text-decoration: underline;
}
.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	padding: 5px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 0.7rem;
 	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
	font-family:var(--h5-font-family);

}
span.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-list-item > label {
	display: inline-block;
	padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 0.7rem;
	text-transform: none;
	line-height: 1.2;
	font-family:var(--h5-font-family);

}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}


.flex-form {
	display: flex;
	/*flex-direction: row;*/
    justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 850px) {
	.flex-form {
		display: contents;
	}
}

.flex-form .col-xs-3,
.flex-form .col-xs-4,
.flex-form .col-xs-6,
.flex-form .col-xs-12 {
	padding: 0 5px;
	display: flex;
}
.flex-form div.form-group {
	margin-bottom: 10px;
	display: inline-flex;
	flex-direction: column;
}
.flex-form .row {
	flex: 0 0 85%;
	margin: 0 -5px;
}
.flex-form .block-submit {
	flex: 0 0 15%;
	margin-left: 10px;
	position: relative;
}
.flex-form .block-submit input[type="submit"] {
	width: 100%;
}


/*PLANTILLA PRODUCTOS*/
.woocommerce .cart .quantity, .woocommerce .cart .quantity+.button {
    vertical-align: middle;
    border-radius: 0;
}

.wrapper-title-product {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-products {
	filter: brightness(70%);
	transition: all .3s ease-in-out;
}

.wrapper-product:hover .img-products {
	filter: brightness(100%);
}

.row-other-producs .g-cols.via_flex.type_default>div>.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*CARRITO*/
.wc-block-components-button__text {
    padding: 0.9rem;
    background: var(--color-content-primary);
    width: 100%;
	height: 100%;
    color: white;
	transition: all .3s ease-in-out;
}

.wc-block-components-button__text:hover {
	background: var(--color-content-secondary);
}

/*CHECKOUT*/
.wc-block-components-totals-coupon__form {
    align-items: center;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 0 !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    justify-content: center;
}

/*Carrito cabecera*/
.w-cart-quantity {
    top: 7px;
}