/*
 Theme Name:   Splendour Child Theme
 Theme URI:    https://splendour.themerex.net
 Description:  Splendour Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     splendour
 Version:      1.0.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  splendour
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/***** CATEGORIA PRODUCTOS EQUIVALENCIA *****/
.title-search, .search-form-cat, .search-perfurm, .search-submit {
    display: block;
}
.title-search, .search-form-cat {
    text-align: center;
}
.search-perfurm {
    margin-left: 1em;
    width: 320px;
}
.search-submit {
    margin: 1em auto;
}
@media only screen and (min-width: 768px) {
    .search {
        text-align: center;
    }
    .search-perfurm {
        display: inline-block;
    }
    .search-submit {
        display: inline-block;
        margin: 0;
    }
}
@media only screen and (min-width: 1440px) {
    .title-search {
        display: inline-block;
        margin: 0;
    }
    .search-form-cat {
        display: inline-block;
        margin-left: 6em;
    }
}

.listado {
    background-image: url(https://test.elartedelperfume.com/wp-content/uploads/2022/12/fondo-listado.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    text-align: center;
    padding: 2em;
	display:none;
}
.title-listado {
    color: #fff;
    font-size: 30px;
}
.wpcf7 .wpcf7-form > p {
    display: inline-block;
}
.wpcf7 input[type="tel"] {
	color: #fff;
}
input[type="tel"].filled {
	border-color: #fff;
}
.wpcf7 .wpcf7-submit-style .submit-style-in {
	/*background-color: rgb(0 0 0 / 0%);*/
	border: 1px solid #fff;
}

/**********/

body, #productos {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.post_content, .posts_container, article{
	margin: 20px 100px;	
}

@media screen and (max-width: 500px) {
	.post_content, .posts_container, article {
		margin: 10px 25px;	
	}
}
@media screen and (min-width: 501px) and (min-width: 900px) {
	.post_content, .posts_container, article {
		margin: 15px 30px;
	}
}

/* Subrayar enlace a terminos y condiciones al finalizar compra */
a.woocommerce-terms-and-conditions-link {
    border-bottom: 1px solid var(--theme-color-alter_link) !important;
    display: inline-block !important;
    line-height: 1em !important;
}