.logo {
	width: 150px;
}

.cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover {
	border-radius: 10px;
}

.categori-image-section{
    min-height: 300px;
}
.categori-image-section .elementor-column-wrap{
    background-color: #fff7f74D;
    background-blend-mode: overlay;
}

article.product-miniature {
    border-radius: 20px;
}
.product-miniature .product-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

span.color.texture {
    background-repeat: no-repeat;
    width: 160px;
    height: 55px;
}

div.easyzoom-product {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-lmage-large picture img{
	border-radius: 10px;
}

.thumb-container picture img {
	border-radius: 10px;
}

.product-customization {
	border-radius: 10px;
}
.product-variants-item .input-color{
	width: 100%;
    height: 100%;
}

.color {
	border-radius: 10px;
}

.input-container span {
	border-radius: 10px;
}

.cbp-banner-image {
    width: 100%;
    height: 150px;
	object-fit: cover;
	border-radius: 20px;
}

.cbp-banner-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2607596e; /* Color y transparencia */
	pointer-events: none;
}

.cms-id-6 .page-header, .cms-id-4 .page-header {
	display: none;	
}

.cms-id-4 .breadcrumb, .page-contact .breadcrumb {
	margin-bottom: 0px;	
}

.form-group select, .form-group input, .form-group textarea {
	border-radius: 10px;
} 

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
	background: #ea8f1a80;
	border-radius: 10px 10px 10px 10px;
}

.btn-primary, #quantity_wanted {
	border-radius: 10px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0px 0px 5px 5px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 5px 5px 0px 0px;
}

#content-wrapper .page-title:after {
    display: none;

}

.page-contact .page-header {
	background: #faeaf5;
	height: 600px;
	text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	margin-bottom: 8%;
}

#content-wrapper .page-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#content-wrapper .page-title {
    color: #000000;
    font-size: 70px;
    font-family: Courgette, Sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
	padding: 0 3%;
}

.page-contact .page-header {
	font-size: 20px;
    font-family: Roboto, Sans-serif;
}

.cbp-menu-column-inner a.btn-custom-menu {
    padding: 30px;
    display: block;
    border: 1px solid;
    border-radius: 6px;
    color: #ffffff !important;
    text-transform: uppercase;
	border-color: #ffffff !important;
}

.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link {
    color: #ffffff !important;
}

.cbp-hrmenu .cbp-hrsub-inner a:hover {
    color: #ea98be !important;
	border-color: #ea98be !important;
}


.iqitmegamenu-submenu-container .img-backgroud {
    background-color: #00000045;
    background-blend-mode: overlay;
}

/** MEDIA TELEFONO**/
@media (max-width: 767px) {
	#content-wrapper .page-title {
		font-size: 50px;
	}
	
    .page-contact .page-header {
        font-size: 18px;
    }
}