/* Fuentes */
@font-face {
    font-family: Bliss-cursiva;
    src: url(https://lekkerland.es/wp-content/uploads/2018/10/BrannbollFet-1.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: Lekkerland-Bold;
    src: url("/fonts/S-Core-CoreSansDS55Bold.ttf") format('truetype');
    font-display: swap
}

@font-face {
    font-family: Lekkerland-Regular;
    src: url("/fonts/S-Core-CoreSansDS55Bold.ttf") format('truetype');
    font-display: swap
}

@font-face {
    font-family: minion-bold;
    src: url(https://lekkerland.es/wp-content/uploads/2018/10/MinionPro-Bold.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: minion-medium;
    src: url(https://lekkerland.es/wp-content/uploads/2018/10/MinionPro-Medium.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: minion-regular;
    src: url(https://lekkerland.es/wp-content/uploads/2018/10/MinionPro-Regular.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: minion-semibold;
    src: url(https://lekkerland.es/wp-content/uploads/2018/10/MinionPro-Semibold.ttf) format('truetype');
    font-display: swap
}

/* Colores */
.bg-lekky {
    background: rgb(255, 77, 111);
    color: white;
}

.color-lekky {
    color: rgb(255, 77, 111);
}

.border-lekky {
    border-color: rgb(255, 77, 111);
}

.bg-lekky-light {
    background: rgb(255, 231, 234);
}

.color-lekky-light {
    color: rgb(255, 231, 234);
}

.border-lekky-light {
    border-color: rgb(255, 231, 234);
}

.bg-lekky-purple {
    background: rgb(86, 51, 153);
    color: white;
}

.color-lekky-purple {
    color: rgb(86, 51, 153);
}

.border-lekky-purple {
    border-color: rgb(86, 51, 153);
}

.bg-lekky-yellow {
    background: rgb(243, 235, 59);
    color: black;
}

.color-lekky-yellow {
    color: rgb(243, 235, 59);
}

.border-lekky-yellow {
    border-color: rgb(243, 235, 59);
}

* {
    font-family: "Lekkerland-Regular", sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
}

header .top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    font-size: 12px;
}

header .top-bar > div {
    margin-left: 5px;
    margin-right: 5px;
}

header .top-bar a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

header .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
}

header .main .logo {
    width: 250px;
}

header .main .logo figure {
    margin: 0;
}

header .main .logo a img {
    width: 200px;
}

header .main .buscador {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

header .main .buscador input {
    padding: 7px 80px 7px 18px;
    font-family: "Lekkerland-Regular", Verdana, Arial, sans-serif;
    font-weight: 500;
    color: #4A4A4A;
    flex: 1;
    border: 0;
    border-radius: 5px;
}

header .main .buscador button {
    border: 0;
}

header .main .items {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

header .main .items a {
    line-height: 1rem;
    color: white;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    vertical-align: baseline;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

header .main .items {
    font-size: 1.5rem;
}

header .main .items a .label {
    font-size: 1rem;
}

header .main .items a svg, header .main .items a i {
    margin-right: 0.2em;
}

header nav {
    background: #F5F5F5;
}

header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

header nav ul li {
    padding: 0.8em 0.5em;
}

header nav ul li:hover {
    background: rgb(86, 51, 153);
}

header nav ul li.special {
    border-radius: 5px;
    padding: 0.5em;
    margin-left: 5px;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Lekkerland-Bold", sans-serif;
}

header nav ul li:hover a {
    background: rgb(86, 51, 153);
    color: rgb(243, 235, 59);
}

main {

}

.main-carrusel {

}

.main-carrusel .VueCarousel-slide {
    position: relative;
    color: #fff;
    font-family: Lekkerland-Regular;
    font-size: 24px;
    text-align: center;
    min-height: 100px;
    height: 350px;
}

.main-carrusel .VueCarousel-slide .label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-carrusel .VueCarousel-dot {
    margin-top: 0 !important;
}

main section:not(.main-carrusel) {
    padding: 1em;
}

main section h3 {
    border-bottom: 1px solid;
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #4A4A4A;
}

main section ul.hmenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
}

main section ul.hmenu li {
    margin-right: 1em;
    padding: 0.1em 0.5em;
    font-size: 1.1em;
    color: #4A4A4A;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

main section ul.hmenu li.active, main section ul.hmenu li:hover {
    color: rgb(86, 51, 153);
    text-decoration: underline;
    line-height: 1.5em;
}

.product-carrusel .VueCarousel-slide {
    position: relative;
    color: #fff;
    font-size: 24px;
    text-align: center;
    min-height: 100px;
    height: 400px;
    padding: 0.5em;
    display: flex;
}

.product-carrusel .VueCarousel-slide article {
    background: white;
    flex: 1;
    color: rgb(16, 16, 16);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.product-carrusel .VueCarousel-slide article figure {
    border-bottom: 1px solid rgba(16, 16, 16, .4);
    margin-bottom: 0;
}

.product-carrusel .VueCarousel-slide article figure img {
    max-height: 175px;
}

.product-carrusel .VueCarousel-slide article .category {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 1em;
    font-weight: 400;
    margin-bottom: 0;
    font-family: Nunito, sans-serif;
    padding-top: 0.5em;
}

.product-carrusel .VueCarousel-slide article h4 {
    font-size: 1rem;
    text-align: left;
    padding-left: 1em;
    font-weight: 500;
    flex: 1;
}

.product-carrusel .VueCarousel-slide article .old-price {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 1em;
    font-weight: 100;
    margin-bottom: 0;
    text-decoration: line-through;
}

.product-carrusel .VueCarousel-slide article .price {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 1em;
    font-weight: 500;
    margin-bottom: 0;
}

.product-carrusel .VueCarousel-slide article .add-to-cart {
    margin: 0.5em;
    font-weight: 300;
    border-radius: 5px;
}

.product-carrusel .VueCarousel-slide article .add-to-cart:hover {
    color: rgb(243, 235, 59);
    background: rgb(86, 51, 153);
    text-decoration: none;
}

.product-carrusel .VueCarousel-dot {
    margin-top: 0 !important;
}

section.breadcrumbs {
    font-weight: 400;
}

article.product-item {
    display: flex;
    flex-direction: row;
    padding: 1em;
}

article.product-item figure {
    margin-bottom: 0;
    margin-right: 1em;
    box-shadow: 0 0 5px rgba(86, 51, 153, .4);
}

article.product-item > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: white;
    border-radius: 5px;
    flex: 1;
    padding: 0.8em;
    box-shadow: 0 0 5px rgba(86, 51, 153, .4);
}

article.product-item > div > div {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    flex: 1;
}

article.product-item > div > div.pricing {
    border: 1px dashed rgba(86, 51, 153, 1);
    background: #F5F5F5;
    padding: 1em;
}

article.product-item > div > div.pricing .price {
    font-size: 2em;
    font-weight: bold;
}

article.product-item > div > div.pricing .old-price:after {
    content: "¡En Oferta!";
    color: rgb(255, 77, 111);
    display: inline-block;
    padding-left: 0.3em;
}

article.product-item > div > div.pricing .item-cart button {
    font-weight: 300;
    border-radius: 5px;
    border: 0;
    padding: 0.5em;
}

article.product-item > div > div.pricing .item-cart select {
    padding: 0.5em;
    background: #fbfaf9;
    border-radius: 5px;
}

article.product-item > div > div.pricing .item-cart button:hover {
    color: rgb(243, 235, 59);
    background: rgb(86, 51, 153);
    text-decoration: none;
}

article.product-item > div > div p {
    margin-bottom: 0.2em;
}

article.category-item {
    padding: 0 1em;
}
article.category-item p {
    font-family: Nunito, sans-serif;
    font-weight: 400;
}
footer {
    margin-top: 200px;
    min-height: 500px;
    background: url('https://lekkerland.es/wp-content/uploads/2018/10/footer-7-definitivo_cb332e509409e2d73054f177921a5ce8.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
