html, body {overflow-x: hidden !important;}

 .mp .menu-item:last-child{        display: none;}
    .mg-menu .elementor-icon-list-item > a{padding:6px;}
    .mg-menu .elementor-icon-list-item > a:hover {
        background: #FFA17A;
    }
    
    svg.ekit-menu-icon {
        fill:#2F4858;
        width:25px !important;
        height:25px !important;
    }
    @media only screen and (max-width:767px) {
        #ekit-megamenu-main-mobile {
            padding:0 50px !important;
        }
    }

.precio {position:relative;}
.precio sup {
	display:inline-block;
	font-size:13px;
	transform:translateY(-7px);
}

.precio span {
	display:block;
	font-size:12px;
	margin-top:5px;
}

button.btn-1 {
	display: inline-block !important;
	background: #007bff;
	padding:10px 25px;
	border-radius:2px;
	border:none;
	color: #FFF;
	text-decoration:none;
	font-size:13px;
	transition: all .5s ease;
}

button.btn-1:hover {
	background:#03A9F4;
}







.dest-label {
	--agotado: 'AGOTADO';
	--intro: 'Precio de \00000A Introducción';
	--nuevo: 'Nuevo Producto';
	--ago-fc: #cf3d4d;
	--ago-sc: #972d39;
	--int-fc: #bbdb23;
	--int-sc: #99b41e;
	position: relative;
}
.dest-label .agotado, .dest-label .intro, .dest-label .nuevo {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.dest-label .agotado:before, .dest-label .intro:before, .dest-label .nuevo:before {
	content: var(--agotado);
	position: absolute;
	width: 150%;
	height: 40px;
	background: var(--ago-fc);
	transform: rotate(45deg) translateY(-20px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1em;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.dest-label .intro:before {
	content: var(--intro);
	white-space: pre;
	background: var(--int-fc);
	font-size:13px;
	text-align:center;
	line-height:1em;
}

.dest-label .nuevo:before {
	content: var(--nuevo);
	background: var(--int-fc);
	font-size:13px;
	text-align:center;
	line-height:1em;
}

.dest-label .agotado:after, .dest-label .intro:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--ago-sc);
	z-index: -1;
	box-shadow: 140px 140px var(--ago-sc);
    }

.dest-label .intro:after {
	background: var(--int-sc);
	box-shadow: 140px 140px var(--int-sc);
}

.slick-arrow {
	position:relative;
	font-family: "Font Awesome 5 Free";
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	font-size:20px;
}

.slick-arrow i {display:none !important;}

.slick-prev:after {content: "\f053";}
.slick-next:after {content: "\f054";}