/*
Theme Name: Liquidando Activos
Theme URI: https://tkanalytics.es
Template: ibid
Author: TK Analytics
Author URI: https://tkanalytics.es
Description: Sitio web de Liquidando Activos
Version: 1.2
*/
/* Theme customization starts here
------------------------------------------------------- */
/*quitar boton Reserva*/
.woocommerce-MyAccount-navigation-link--my-auction-bids {
	display: none !important;
}

.reserve {
    display: none !important;
}

/*Boton Validar*/

.btnval {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    background-color: #fff;
	border: 0px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #242424;
    font-size: 16px;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 600;
}

.btnval:hover {
	background-color:#242424;
	color:#fff;
}

.btnval:active {
	position:relative;
	top:1px;
}

/*Boton Enviar*/

.btnsend {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    background-color: #242424;
	border: 0px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 600;
}

.btnsend:hover {
	background-color:#2695FF;
	color:#fff;
}

.btnsend:active {
	position:relative;
	top:1px;
}

/*Modal*/

.modalDialog {
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	position: relative;	
	border-radius: 10px;
	background: #fff;
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}

.close {
	background: #7529fa;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #000; }

.ibid-contact.row {
    box-shadow: none !important;
    padding: 20px !important;
}

form.woocommerce-product-search.menu-search{
    display: flex;
	flex-wrap: nowrap;
}

.menu-search input.search-field {
	width: 100% !important;
}

@media (min-width: 641px) { 

    form.woocommerce-product-search.menu-search{
        flex-wrap: nowrap;
    }
}

@media (min-width: 990px) {
	
	.modalDialog {
		position: absolute;
		width: 100%;
	}
	
	.modalDialog > div {
		margin: 10% auto;
		width: 450px;
		padding: 5px 20px 13px 20px;
	}
}

@media (max-width: 800px) {
	
	.modalDialog {
		position: fixed;		
	}
	.modalDialog > div {
		width: 425px;
		padding: 5px;
		overflow: auto;
	}
}

@media (max-width: 640px) { 
	
	form.woocommerce-product-search.menu-search{
        flex-direction: column;
    }
    .menu-search input.search-field {
        border-left: 0;
     }
	form.menu-search .nice-select {
        z-index: inherit;
		border-radius: 30px !important;
        -webkit-border-radius: 30px !important;
    }
}