/*
Theme Name:  AzucenaCofrade
Theme URL:   https://azucenacofrade.com
Description: web azucena cofrade
Author:      estudioqusha
Author URL:  https://estudioqusha.com
Template:    hello-elementor
Version:     1.0.0
*/

#cabecera{
	z-index:999;
	width:100%;
	position:fixed;
	top:0px;
	background:#fff;
}

#cabecera2{
	z-index:999;
	width:100%;
	position:fixed;
	top:0px;
}

#cabecera2 .elementor-nav-menu--main .elementor-item{
	color:#fff !important;
}



.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color:#000;
    text-align:center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #825C9B;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
	line-height:36px;
    font-weight: 800;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center;
}

.woocommerce ul.products li.product .button{
    
    color: #322A37;
    background-color: #E6E9EE;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 25px 15px 25px;
    margin-top: 0px;

}

.woocommerce-breadcrumb, .woocommerce-products-header,.woocommerce-result-count,.woocommerce-ordering,.wcpf-field-item.wcpf-box-style .wcpf-heading-label{
	display:none !important;

}

.woocommerce-notices-wrapper{
	margin-top:210px;
}


.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select {
	font-family: "Poppins", Sans-serif;
    font-weight: 500;
}


.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	padding: 10px;
	/*border: 1px solid aliceblue; */
	margin-right: 20px;
	display: flex;
	float: left;
	min-width: 200px;
	color:#fff;
	
	
}


.wcpf-scrollbar.wcpf-front-element .wcpf-content{
	background:#D0B247;
	padding:10px 20px;
	border-radius:20px;
	margin-bottom: 40px;
}

.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
	
    color: #60367D !important;
    font-family: "Fraunces", Sans-serif  !important;
    font-size: 50px !important;
    font-weight: 300 !important;
	text-align:center !important;
	margin-bottom:50px !important;
}



.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
    height: 45px !important;
    width: 21% !important;
    float: left;
    margin-right: 2%;
	margin-left:2%;
    margin-bottom: -1px;
    margin-top:20px;
    padding: 0;
    font-weight: normal;
    background: #825c9b;
    overflow: hidden;
    cursor: pointer;
    line-height: 45px;
    border: none !important;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff !important;
	font-family: "Poppins", Sans-serif !important;
    font-weight: 800 !important;
	line-height:28px !important;
	margin-bottom:45px !important;
	border-radius:25px;
}

/*
#wcpf-filter-398{
margin-bottom:40px !important;
border-bottom:4px solid #e6e5e5 !important;
}

*/


.wcpf-front-element {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px !important;
}


@media only screen and (max-width: 767px) {
.wcpf-field-box-list .wcpf-box-list .wcpf-box-item {
    
    width: 50% !important;
}
}