/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
span,
div,
a,
li,
td,
th,
button,
input,
textarea {
    font-family: 'REM', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

@media (min-width: 1460px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

@media (min-width: 1560px) {
    .container {
        width: 1500px;
        max-width: 100%;
    }
}

@media (min-width: 1660px) {
    .container {
        width: 1600px;
        max-width: 100%;
    }
}




/* menu */

/* Botón del menú */
.menu-toggle {
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    transition: all 0.3s ease;
}

.ets-blog-form-comment .blog-submit .button:hover,
.blog_view_all:hover,
.view_all_link:hover,
.blog_view_all_button a:hover,
.add_new_post_blog a:hover,
#form_blog button[type='submit']:hover {
    background: transparent;
}

.menu-toggle:hover {
    opacity: 0.7;
    transform: scale(1.05);
}

.menu-toggle svg {
    display: block;
}

/* Menú - Siempre oculto por defecto en todas las resoluciones */
.damenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: fit-content;
    background: #232323;
    transition: left 0.3s ease;
    z-index: 103;
    overflow-y: auto;
    padding: 20px;
}

.ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
    background: #232323;

}

.damenu.active {
    left: 0;
}

.layout_layout1 .mm_menus_li,
.layout_layout1 .mm_menus_li:nth-child(2),
.layout_layout1 .ets_mm_megamenu_content,
.layout_layout1 .mm_menus_li:last-child {
    border: none;
}

.ets_mm_megamenu .mm_columns_ul,
.layout_layout1.ets_mm_megamenu .mm_columns_ul,
.layout_layout1.ybc_vertical_menu .mm_menus_ul {
    background: #232323;
    color: #fff;
    /* border: none;
    background-size: auto;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 99; */
    /* line-height: 24px;
    z-index: 100;
    padding-top: 15px;
    background-repeat: no-repeat;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; */
}

/* Overlay para cerrar el menú al hacer clic fuera */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 89;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#header {
    position: relative;
    z-index: 90;
    color: #7a7a7a;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
}

body.header-fixed .header-top {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
}

body.header-fixed main {
    margin-top: 91px;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.layout_layout1 .ets_mm_block_content ul li a::before {
    display: none;
}

/* Prevenir scroll cuando el menú está abierto */
body.menu-open {
    overflow: hidden;
}

body .ets_mm_megamenu::before {
    display: none;
}

ul.mm_menus_ul {
    display: flex;
    flex-direction: column;
    border: none;
}

.mm_menu_content_title {
    float: left;
    padding: 0 20px;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
}

.dalogo {
    text-align: center;
}

#header .logo {
    max-width: 75px;
}

.mm_blocks_ul {

    display: none;
}

li.mm_menus_li.mm_sub_align_full.mm_has_sub.hover:hover .mm_blocks_ul {
    display: block;
}

#header .ets_mm_block_content a {
    color: #fff !important;
}

.mm_has_sub:hover>a .mm_arrow:after {
    rotate: 90deg;
    transition: transform 0.3s ease;
}

#product-availability {
    display: flex;
    margin-top: .625rem;
    font-weight: 300;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab) {
        padding-left: 30px;
    }
}

/* En desktop el menú sigue siendo lateral pero más ancho */
@media (min-width: 992px) {
    .damenu {
        width: 562px;
        padding-top: 60px;
        padding-bottom: 40px;
        height: 100%;
    }
}

@media (min-width: 768px) {

    #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li>a,
    .layout_layout1 .ybc-menu-vertical-button,
    .layout_layout1 .mm_extra_item * {
        color: #fff !important;
    }
}

@media (min-width: 768px) {

    .layout_layout1.ets_mm_megamenu .mm_columns_ul,
    .layout_layout1.ybc_vertical_menu .mm_menus_ul {
        background-color: #232323 !important;
    }
}

@media (min-width: 768px) {

    #header .layout_layout1 .ets_mm_block_content a,
    #header .layout_layout1 .ets_mm_block_content p,
    .layout_layout1.ybc_vertical_menu .mm_menus_li>a,
    #header .layout_layout1.ybc_vertical_menu .mm_menus_li>a {
        color: #fff !important;
    }
}

@media (min-width: 768px) {

    .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover>a,
    .layout_layout1:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li>a,
    .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover>a,
    .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover,
    #header .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover>a,
    #header .layout_layout1:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li>a,
    #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover>a,
    .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover {
        background: #232323 !important;
    }
}

@media (min-width: 768px) {

    .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li>a:before,
    .layout_layout1:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li>a:before,
    .layout_layout1.ybc_vertical_menu:hover .ybc-menu-vertical-button:before,
    .layout_layout1:hover .ybc-menu-vertical-button .ybc-menu-button-toggle_icon_default .icon-bar,
    .ybc-menu-vertical-button.layout_layout1:hover {
        background-color: transparent !important;
    }
}

@media (min-width: 768px) {
    .mm_has_sub>a .mm_arrow:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        vertical-align: middle;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M5 2L10.8557 7.67692C10.9013 7.71836 10.9376 7.76841 10.9624 7.82397C10.9872 7.87954 11 7.93945 11 8C11 8.06055 10.9872 8.12046 10.9624 8.17603C10.9376 8.23159 10.9013 8.28164 10.8557 8.32308L5 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
        background-size: contain;
        border: none !important;
    }
}




li.mm_menus_li.mt40.mm_sub_align_full.hover {
    margin-top: 55px;
}

div#search_widget {
    display: none;
    position: absolute;
    top: 40px;
}

.flexiicons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 23px;
}

span.cart-products-count {
    background: #CFDB11;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: -12px;
    text-align: center;
    border-radius: 50%;
    right: 8px;
}

#header .blockcart.cart-preview.active a:hover,
.cart-grid-body a.label:hover {
    color: #232323;
}

.topybar {
    background: #232323;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .topybar a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

#header .header-top {
    padding: 15px 0px;
}

#header {
    position: relative;
    z-index: 90;
    color: #7a7a7a;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1420px) {
    .damenu {
        height: 100%;
    }
}




/* HOME */

.carousel .carousel-inner {
    height: auto;
}
div#carousel {
    max-width: 1600px;
    margin: auto;
}
@media (min-width: 992px) {
    .carousel .carousel-indicators {
        display: block;
    }
}
@media (max-width: 991px) {
    .carousel {
        left: 0%;
    }
}
.carousel .carousel-item img {
    width: 100vw;
    max-width: 100%;
    height: auto;
}

#index #wrapper {
    padding-top: 0px;
    background: #fff;
}


/* === Imagen como fondo === */
.product-miniature .product-bg {
    display: block;
    width: 100%;
    padding-top: 100%;
    /* relación de aspecto vertical */
    /* background-size: cover; */
    background-position: center;
    transition: transform 0.4s ease;
    background-repeat: no-repeat;
}

/* === Efecto hover (zoom suave) === */
.product-miniature:hover .product-bg {
    transform: scale(1.05);
}

.product-miniature .thumbnail-container {
    overflow: hidden;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 14px;
    transition: 0.3s all;
}

.product-miniature {
    display: block;
}

.product-miniature .thumbnail-top {
    width: 100%;
}

section#lasnovedades {
    background: #F7F7F7;
    padding: 90px 0px 85px;
}

.product-miniature .product-title {
    margin-top: .7rem;
    text-align: left;
    text-transform: inherit;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
}

.product-miniature .product-title a {
    text-align: left;
    text-decoration: none;
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product-miniature .product-price-and-shipping {
    text-align: left;
    color: #232323;
    font-size: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.product-flags li.product-flag.oferta,
.product-flags li.product-flag.out-of-stock {
    background: #DE6161;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

.product-flags li.product-flag.out-of-stock {
    background: #232323;
}

.product-miniature .thumbnail-container:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);

}

body#module-supercheckout-supercheckout .container.menu-hidden .row::before {
    display: none;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
    margin: 0px 0px 28px;
    text-align: center;
    color: #232323;
    font-size: 32px;
    font-weight: 700;
}

.container-fluid {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.carousel {
    margin-bottom: 18px;
}

.owl-carousel.owl-loaded {
    display: flex;
}

.owl-nav {
    order: -1;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 7px;
    margin-bottom: 30px;
    margin-top: -54px;
}

button.owl-prev,
button.owl-next {
    width: 27px;
    height: 40px;
    flex-shrink: 0;
    background: #929292;
    border: none;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    outline: none;
}

button.owl-next {
    background: #232323;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
    clear: both;
    font-weight: 500;
    color: #7a7a7a;
    background: #CFDB11;
    display: flex;
    max-width: 243px;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0px;
    color: #232323;
    font-size: 16px;
}


#products .all-product-link:hover,
.featured-products .all-product-link:hover,
.product-accessories .all-product-link:hover {
    background: #BAC604;
}


.cateportada {
    padding: 64px 0px 120px;
}

.colalacate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 23px 11px;
}

.colcate {
    background: #F0EFEB;
    position: relative;
}

.colcate h3 {
    color: #232323;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: -50px;
    z-index: 5;
    position: relative;
    padding: 40px 30px 0px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.colcate a.butcards {
    display: flex;
    max-width: 243px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #185406;
    background: #FFF;
    width: 100%;
    margin: -13px auto 27px;
    color: #232323;
    font-size: 16px;
    line-height: 100%;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
.colcate a.butcards:hover {
    background: #EDF3E7;
}

.fideclientes {
    background: #185406;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    padding: 33px;
    margin-bottom: 18px;
}


.fideclientes .fff {
    display: flex;
    max-width: 200px;
    width: 100%;
    gap: 19px;
}

.fideclientes .fff svg {
    min-width: 40px;
}

.fideclientes .fff .text p {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    margin: 2px 0px;
}

.fideclientes .fff .text p.datit {
    font-weight: 400;
}

#content-wrapper .ets_block_slider .owl-item .lalala {
    padding: 22px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 1px;
}

#content-wrapper .ets_block_slider .owl-item>li .blog_description {
    min-height: 56px;
}

#content-wrapper .ets_block_slider .owl-item>li .blog_description p {
    color: #232323;
    font-size: 16px;
    font-weight: 300;
}

.read_more {
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px dotted;
    color: #232323 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.ets_title_block {
    float: left;
    margin-bottom: 0;
    margin-top: 9px;
    padding: 5px 0 2px;
    text-transform: inherit;
    width: 100%;
    outline: none !important;
    text-decoration: none !important;
    color: #232323 !important;
    font-size: 16px;
    font-weight: 700;
}

.page_home {
    display: block;
    clear: both;
    margin-bottom: 60px;
    padding: 78px 15px;
    width: 100%;
    background: #F7F7F7;
    position: relative;
}


h4.title_blog.title_block {
    text-align: center;
    color: #232323;
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.page_home .container {
    padding: 0px 70px;
}

.ets_block_slider .owl-controls {
    display: none;
}

.page_home .blog_view_all_button {
    text-align: center;
}

a.view_all_link {
    background: transparent;
    color: #232323 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: inherit;
    position: relative;
}

.block.ets_block_latest.ets_blog_ltr_mode.page_home.ets_block_slider:before {
    content: "";
    background-image: url(/img/estellitas.png);
    display: block;
    height: 854px;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 394px;
    top: -47px;
    left: 0;
}

.textofinalhome {
    max-width: 1100px;
    margin: auto;
    padding: 20px 15px 80px;
    z-index: 33;
    position: relative;
}

.textofinalhome p {
    color: #232323;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
}

.textofinalhome b {
    font-weight: 700;
    color: #232323;

}



/* category */

#category #wrapper {
    padding-top: 0px;
    background: #F7F7F7;
}

div#js-product-list-header,
div#js-product-list-header .block-category.card.card-block {
    background: #185406;
}

div#js-product-list-header .block-category.card.card-block {
    max-width: 812px;
    margin: auto;
    text-align: center;
    padding: 27px 15px 36px;
    min-height: fit-content;
}

.block-category h1 {
    margin-bottom: 3px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 54px;
}

.block-category .block-category-inner #category-description p {
    margin-bottom: 0px !important;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 300;

}

div#js-product-list-header {
    margin-bottom: 34px;
}

#category #products {
    max-width: 1626px;
    margin: auto;
    padding: 0px 15px;
}

.row.sort-by-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0px 7px;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: -156px;
}

span.sort-by {
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    padding: 2px 0px 0px 22px;
    color: #232323;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #6C6C6C;
    font-size: 16px !important;
    font-weight: 500;
}

#products .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 56px 29px;
    padding: 0px 15px;
}

#products .products .js-product.product {
    width: 100%;
    padding: 0px;
}

#products .products .product-miniature .thumbnail-container {
    margin-bottom: 0px;

}

.products-selection .total-products p {
    display: none;
}


div#js-product-list-footer .card {
    background: transparent;
    max-width: 1130px;
    margin: auto;
    padding: 50px 15px 90px;
}

.pagination .page-list {
    background: transparent;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.pagination .page-list {
    background: transparent;
}

.pagination a {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
}

.pagination .current a {
    text-decoration: none;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
}


.pagination .page-list li:last-child {
    padding-left: 30px;
}

.pagination .page-list li:last-child a {
    color: #232323;

}

.card-block.category-additional-description strong,
.card-block.category-additional-description p {
    font-weight: 700;
    color: #232323;
}

.card-block.category-additional-description p {
    font-weight: 300;
}

.card-block.category-additional-description strong {
    margin-top: 30px;
    display: block;
}



/* product */

#product h1.h1 {
    color: #232323;
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
}

#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.lacolprod {
    display: grid;
    grid-template-columns: 715fr 804fr;
    gap: 80px;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: #ddd 3px solid;
}

.product-prices.js-product-prices {
    display: flex;
    align-items: center;
}

.featured-products {
    clear: both;
}

.product-discount {
    order: 1;
}

.product-prices div {
    margin-bottom: 0px;
}

body#product .product-quantity .input-group-btn-vertical {
    width: auto;
    display: none
}

body#product .qty-control {
    display: flex;
    width: 126px;
    border-radius: 3px;
    border: 1px solid #7E7E7E;
    height: 43px
}

body#product .product-quantity .qty {
    margin-right: 4px
}

body#product .qty-control button.qty-plus,
body#product .qty-control button.qty-minus,
body#product .product-quantity #quantity_wanted {
    width: 42px;
    height: 43px;
    text-align: center;
    background: transparent;
    border: none
}

.product-quantity.clearfix {
    display: flex;
}

.product-quantity .add {
    width: 100%;
}

.product-quantity .add button {
    width: 100%;
    border-radius: 3px;
    background: #CFDB11;
    color: #232323;
    text-transform: none;
    font-weight: 400;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: 15px;
    resize: none;
    background: #f6f6f6;
    border: 0;
    border: 1px solid #ddd;
}

span.discount.discount-percentage {
    order: 2;
    background: #FB4F52;
    width: 59px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.042px;
}

span.current-price-value {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
}

.product-discount .regular-price {
    margin: 0px 20px;
    text-decoration: line-through;
    color: #848484;
    font-size: 14px;
    text-decoration-line: line-through;
}

#product #wrapper {
    padding-top: 0px;
    background: #F7F7F7;
}

.dabread {
    background: #185406;
    height: 46px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.dabread nav {
    margin: 0px;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li span {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

.product-information .product-description {
    margin-top: 30px;
    border-bottom: 1px solid #666;
    padding-bottom: 9px;
    margin-bottom: 44px;
}

.blockreassurance_product .item-product svg {
    width: 16px;
    height: 16px;
}

.blockreassurance_product .item-product svg path {
    fill: #185406;
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 16px;
    float: left;
    margin-right: 5px;
    padding-top: 0px;
    width: 16px;
}

.blockreassurance_product p.block-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

body#product .featured-products>h2,
section.product-accessories.clearfix p.h5.text-uppercase {
    color: #232323;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

section.product-accessories {
    margin-bottom: 80px;
}

body#product .featured-products {
    margin-bottom: 80px;
}

#product #content-wrapper {
    margin-bottom: 70px;
}

.btn-primary,
#blockcart-modal .cart-content .cart-content-btn .btn
 {
    color: #fff;
    background-color: #CFDB11;
    border-color: transparent;
    text-transform: none;
    border-radius: 3px;
    color: #232323;
    font-weight: 400;
}
.btn-primary:hover,
.btn-primary:active:hover{
    background-color: #BAC604 !important;
}
#new-products #wrapper .breadcrumb {
    display: none;
}

#blockcart-modal .product-name,
.block-promo a,
.block-promo .promo-code-button.cancel-promo[aria-expanded=true],
.product-line-info.product-price.h5,
.opc-container a {
    color: #232323 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}



/* footer */

footer#footer {
    background: #185406;
    padding-top: 0px;
}

div#block-newsletter-label {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 460px;
}

div#block-newsletter-label svg {
    min-width: 40px;
}

div#block-newsletter-label p {
    margin: 0px;
}

div#blockEmailSubscription_displayFooterBefore .row {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: stretch;
}


div#blockEmailSubscription_displayFooterBefore .row::after,
div#blockEmailSubscription_displayFooterBefore .row::before {
    display: none;
}

p.textazo {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

p.textito {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

div#blockEmailSubscription_displayFooterBefore .row .row {
    display: block;
}

.col-xs-12.lalilu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}

#blockEmailSubscription_displayFooterBefore input[type="email"] {
    height: 54px;
    max-width: 380px;
    width: 100%;
    width: 380px;
    padding-left: 15px;
    border: 0;
}

#blockEmailSubscription_displayFooterBefore input.btn {
    height: 54px;
    margin-left: -1px;
    text-transform: uppercase;
    border-radius: 0px;
}

#blockEmailSubscription_displayFooterBefore {
    padding: 47px 15px;
    margin-bottom: -15px;
}

.footer-container {
    padding-top: 40px;
    overflow: hidden;
    background: #F7F7F7;
    padding-bottom: 33px;
}

.lescolumnes {
    display: flex;
    justify-content: space-between;
}

img.logo.img-fluid {
    max-width: 135px;
}

.lescolumnes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.colilogo {
    text-align: center;
}

.fff {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 5px;
}

#footer .fff a,
#footer .fff p,
#footer .ccoli a {
    color: #3A231B;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

.copyfooter {
    background: #232323;
    height: 66px;
    display: flex;
    align-items: center;
}

.copyfooter p,
.copyfooter a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.copyfooter .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgkit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.imgkit img {
    max-height: 40px;
}

.rrss {
    margin-top: 20px;
}

.colilogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



/* cms */
body#cms header.page-header,
body#contact header.page-header {
    background: #185406;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body#cms header.page-header h1,
body#contact header.page-header h1 {
    margin: 0px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
}

body#cms #content {
    max-width: 1559px;
    margin: auto;
    background: transparent;
}

body#cms #wrapper,
body#contact #wrapper {
    padding-top: 0px;
    background: #F7F7F7;
    min-height: 50vh;
}

.conttexto {
    max-width: 1200px;
    margin: auto;
}

.imagenescontextoo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 80px;
    margin-bottom: 93px;
}

body#cms #wrapper p,
body#cms #wrapper a,
body#cms #wrapper li {
    color: #232323;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

body#cms #wrapper a {
    text-decoration: underline;
}

a.solodesktop {
    display: block;
    margin-top: 83px;
    margin-bottom: 100px;
}

a.solomovil {
    display: none;
    margin-top: 40px;
}

/* contact */
#contacte {
    padding-top: 90px;
    padding-bottom: 150px;

}

.lainfo .fff {
    border-radius: 8px;
    border: 1px solid #969696;
    background: #FFF;
    box-shadow: 0 4px 11px 0 rgba(163, 141, 107, 0.25);
    padding: 21px;
    margin-bottom: 18px;
    align-items: center;
}

.lainfo .fff p,
.lainfo .fff a {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.c900 {
    max-width: 1338px;
    margin: auto;
}

.col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
}

.formuliri {
    border-radius: 8px;
    border: 1px solid #969696;
    background: #FFF;
    box-shadow: 0 4px 11px 0 rgba(163, 141, 107, 0.25);
    padding: 32px 32px 0px;
}

.wpcfu h3 {
    display: none;
}

span.ets_cfu_span {
    margin-bottom: 13px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: normal;
    display: block;
}

.wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
    height: 36px;
    border-radius: 8px;
    border: 1px solid #A8A8A8;
    background: #F9F7F6;
}

textarea.ets_cfu_form-control.ets_cfu-textarea.form-control {
    padding: 10px;
    height: 120px;
    min-height: 109px;
}

.ets_cfu_input_acceptance.ets_cfu_input label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ets_cfu_input_acceptance.ets_cfu_input label span {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.ets_cfu_form-control.ets_cfu-submit {
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 20px;
    outline: none !important;
    background: #000;
    color: #fff;
    text-transform: none;
    max-width: 210px;
    width: 100%;
    height: 43px;
    margin: -10px 0px -20px;
}

.col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mapa {
    margin-top: 46px;
}

body#contact div#content-wrapper {
    display: none;
}

#subcategories {
    display: none;
}

body#authentication div#content-wrapper a,
body#registration div#content-wrapper a {
    color: #232323;
    font-weight: 300;
    font-size: 14px;
}


body#authentication #wrapper .breadcrumb li a,
body#authentication #wrapper .breadcrumb li span,
body#registration #wrapper .breadcrumb li a,
body#registration #wrapper .breadcrumb li span {
    color: #232323;
    font-size: 14px;
    font-weight: 300;
}

body#authentication #wrapper,
body#authentication #wrapper {
    min-height: 50vh;
}

html {
    scroll-behavior: smooth;
}

a.whatt {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.block.ets_block_categories.ets_blog_ltr_mode,
.block.ets_block_search.ets_blog_ltr_mode,
.block.ets_block_archive.ets_blog_ltr_mode {
    display: none;
}

.ets-blog-form-comment .blog-submit .button {
    background: #CFDB11;
    color: #232323;
    text-transform: none;
}

.ets-blog-latest-toolbar {
    display: none;
}

#search_widget form input {
    padding: 10px 20px 10px 10px;
}

@media screen and (max-width: 992px) {

    a.solodesktop {
        display: none;
    }

    a.solomovil {
        display: block;
    }

    .mm_menu_content_title {
        float: left;
        padding: 0 20px;
        position: relative;
        min-height: 37px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
    }

    #header .ets_mm_block_content a {
        color: #fff;
        padding-left: 10px;
    }

    li.mm_menus_li.mt40.mm_sub_align_full.hover {
        margin-top: 10px;
    }

    .fideclientes {
        display: grid;
        align-items: start;
        justify-content: center;
        gap: 11px;
        padding: 23px;
        margin-bottom: 18px;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .product-miniature .product-title a {
        font-size: 14px;

    }

    #products .products-section-title,
    .featured-products .products-section-title,
    .product-accessories .products-section-title {
        font-size: 24px;
    }

    .colalacate {
        display: grid;
        grid-template-columns: 1fr;
        gap: 23px 11px;
        justify-items: stretch;
        text-align: center;
    }

    .damenu {
        padding: 30px 1px;
    }

    .lescolumnes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 33px;
    }

    .copyfooter .col-md-12 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }

    .copyfooter {
        height: inherit;
        padding: 15px 0px;
    }

    div#blockEmailSubscription_displayFooterBefore .row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .col-xs-12.lalilu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* cate */

    #products .products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 29px 29px;
        padding: 0px 15px;
    }

    /* product */

    .lacolprod {
        gap: 34px;
    }

    body#product .featured-products>h2,
    section.product-accessories.clearfix p.h5.text-uppercase {
        font-size: 24px;
    }

    #product h1.h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    #blockEmailSubscription_displayFooterBefore input[type="email"] {
        width: 210px;
        padding-left: 6px;
        font-size: 12px;
    }

    .fideclientes .fff {
        display: flex;
        max-width: 100%;
        width: 100%;
        gap: 9px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        text-align: center;
    }

    #header .header-top>.container>.row:first-of-type {
        justify-content: space-between;
    }

    body.header-fixed #header .header-top {
        padding: 5px 0px;
    }

    body.header-fixed .topybar {
        display: none;
    }

    #header .header-top>.container>.row:first-of-type::after {
        display: none;
    }

    body.header-fixed main {
        margin-top: 132px;
    }

    .fideclientes .fff .text p {
        font-size: 13px;
    }

    section#lasnovedades {
        padding: 50px 0px 50px 15px;
    }

    #index .owl-carousel.owl-loaded {
        display: flex;
        margin-left: -7px;
    }

    .owl-nav {
        display: none;
    }

    .product-miniature .thumbnail-container {
        padding: 8px;
    }

    .product-miniature .product-title {
        margin-top: .7rem;
        text-align: left;
        text-transform: inherit;
        min-height: 66px;
        max-height: 66px;
        overflow: hidden;
    }

    .colcate h3 {
        padding: 4px 30px 0px;
        font-size: 18px;
    }

    .colcate a.butcards {
        bottom: 0px;

    }

    .block.ets_block_latest.ets_blog_ltr_mode.page_home.ets_block_slider:before {
        height: 600px;
        width: 244px;
        top: 55px;
        left: 0;
    }

    .page_home .container {
        padding: 0px 15px 0px 30px;
    }

    #blockEmailSubscription_displayFooterBefore {
        padding: 47px 30px;
    }

    ul.mm_menus_ul {
        background: #232323;
    }

    .mm_menus_ul .arrow::before,
    .mm_menus_ul .arrow::after {
        background: #fff;
    }

    .mm_menus_ul .arrow::before {
        border-top: 2px solid #fff !important;
    }

    .mm_menus_ul .arrow::after {
        border-left: 2px solid #fff !important;
    }

    /* .arrow {
        margin-top: 10px;
    } */

    .mm_menus_li {
        border-top: none !important;
    }

    .mm_menu_content_title {
        min-height: 24px;
        font-size: 12px;
        line-height: 24px;
        color: #fff;
    }

    ul.mm_columns_ul.active {
        padding-left: 20px;
    }

    .ets_mm_block_content ul li:not(.item_has_img) a {
        font-size: 12px;
    }

    #products .products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 0px 15px;
    }

    .lacolprod {
        padding: 0px 15px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body#product .featured-products {
        margin-bottom: 80px;
        padding: 0px 0px 0px 15px;
        margin-left: 15px;
    }

    section.product-accessories {
        margin-bottom: 80px;
        padding: 0px 15px;
    }

    .imagenescontextoo {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 80px;
        margin-bottom: 35px;
    }

    .col2,
    .col-2 {
        grid-template-columns: 1fr;
    }

    #contacte {
        padding: 40px 45px 60px;
    }

    .formuliri {
        padding: 24px 20px 0px;
    }

    #search_widget form input {
        padding: 10px;
    }

    div#search_widget {
        display: none;
        position: fixed;
        top: 128px;
        width: 98%;
        left: 1%;
    }

    body.header-fixed div#search_widget {
        top: 77px;
    }

    #products .all-product-link,
    .featured-products .all-product-link,
    .product-accessories .all-product-link {
        gap: 15px;
    }

    #header .header-top>.container>.row:first-of-type {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px 15px;
    }

    #header .header-top>.container>.row:first-of-type .col-md-4 {
        padding: 0px;
    }

    span.cart-products-count {
        right: -10px;
    }

    a.all-product-link.botonovedades {
        margin-top: 23px;
    }

    .view_all_link {
        margin-top: 40px;
    }

    h4.title_blog.title_block {
        font-size: 24px;
    }

    .block-category h1 {
        line-height: normal;
    }

    .product-flags li.product-flag.oferta,
    .product-flags li.product-flag.out-of-stock {
        font-size: 12px;
        min-height: inherit;
    }

    .mm_columns_ul {
        display: none;
    }

    .products-selection .showing {
        display: none;
    }

    div#js-product-list-header {
        margin-bottom: 24px;
    }

    .pagination .current a,
    .pagination a,
    #products .up .btn-secondary {
        font-size: 14px;
    }

    div#js-product-list-header .block-category.card.card-block {
        padding: 35px 15px 35px;
    }

    .bootstrap-touchspin {
        display: flex;
    }

    .copyfooter p,
    .copyfooter a {
        font-size: 14px;
    }

    .lescolumnes {
        gap: 14px;
    }

    .cateportada {
        padding: 60px 0px 60px;
    }

    .col-2 {
        gap: 0px;
    }
}