h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
li,
ul,
ol {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #676767;
    line-height: normal;
    font-style: normal;

}

#wrapper {
    background: #fff;
}

body#category #content-wrapper {
    min-height: 50vh;
}


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

/* Header styles */
#header .header-top .position-static {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 19px;
}

div#_desktop_cart {
    position: relative;
}

div#_desktop_cart span.cart-products-count {
    border-radius: 1px;
    background: #F60;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -14px;
    padding: 0px 3px;
    font-size: 12px;
}

@media (min-width: 768px) {

    .layout_layout1 li:hover>a,
    .layout_layout1 li>a:hover,
    .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title,
    .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title a,
    .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title,
    .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title a,
    #header .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title,
    #header .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title a,
    #header .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title,
    #header .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title a,
    .layout_layout1.ybc_vertical_menu .mm_menus_li>a,
    #header .layout_layout1 li:hover>a,
    .layout_layout1.ybc_vertical_menu:not(.click_open_submenu) .mm_menus_li:hover>a,
    .layout_layout1.ybc_vertical_menu.click_open_submenu .mm_menus_li.open_li>a,
    #header .layout_layout1.ybc_vertical_menu:not(.click_open_submenu) .mm_menus_li:hover>a,
    #header .layout_layout1.ybc_vertical_menu.click_open_submenu .mm_menus_li.open_li>a,
    #header .layout_layout1 .mm_columns_ul .mm_block_type_product .product-title>a:hover,
    #header .layout_layout1 li>a:hover {
        color: #F60 !important;
    }

    .layout_layout1 .ets_mm_megamenu_content {
        background: #6982A0 !important;
    }

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

    .mm_menu_content_title {
        color: #fff;
    }

    .layout_layout1 .mm_menus_li:hover .mm_menu_content_title {
        color: #252926;
    }

    .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;
    }

    .mm_has_sub>a .mm_arrow:after {
        color: #fff;
    }

    .layout_layout1 .mm_menus_li:hover .mm_has_sub>a .mm_arrow:after {
        color: #252926;
    }

    .layout_layout1:not(.click_open_submenu) .mm_menus_li:hover>a,
    .layout_layout1.click_open_submenu .mm_menus_li.open_li>a,
    .layout_layout1 .mm_menus_li.active>a,
    #header .layout_layout1:not(.click_open_submenu) .mm_menus_li:hover>a,
    #header .layout_layout1.click_open_submenu .mm_menus_li.open_li>a,
    #header .layout_layout1 .mm_menus_li.menu_hover>a,
    .layout_layout1:hover .ybc-menu-vertical-button,
    .layout_layout1 .mm_extra_item button[type="submit"]:hover i,
    #header .layout_layout1 .mm_menus_li.active>a {
        color: #ff6600 !important;
    }
}


@media only screen and (min-width: 992px) {
    #search_widget {
        position: absolute;
        top: 0px;
        z-index: 99;
        height: 40px;
        right: 109px;
    }
}

/* home */

.carousel .carousel-inner {
    height: fit-content;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: inherit;
    left: 50px;
    max-width: 100%;
    color: #fff;
    top: 100px;
}

.caption-description h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
}

.carousel .carousel-item .caption .caption-description p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    line-height: 36px;
}

.fidelidad-cliente {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 54px;
    padding: 0px 33px;
    text-align: center;
    margin-top: 70px;
}

.fidelidad-cliente .block {
    border-radius: 8px;
    border: 1px solid #F60;
    padding: 19px 11px;
    position: relative;
}

.fidelidad-cliente .block img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}

.fidelidad-cliente .block p {
    font-size: 16px;
    margin: 0px;
}

.category-home {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px 40px;
}

.category-home .cathome {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.category-home .cathome .block.btext {
    background: #486588;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.category-home .cathome .block.btext a {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
}

.home-catalogue {
    border-radius: 3px;
    background: #F4F4F4;
    width: calc(100% - 132px);
    margin: 70px auto;
    padding: 40px 70px;
}

.catalogoportada {
    display: flex;
    align-items: center;
    gap: 60px;
}

.texto-catalogo-portada h2 {
    color: #2E2E2E;
    font-size: 40px;
    font-weight: 600;
}

.texto-catalogo-portada p {
    font-size: 15px;
}

.texto-catalogo-portada a {
    border-radius: 3px;
    background: #6982A0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: flex;
    max-width: 229px;
    height: 45px;
    width: 100%;
    align-items: center;
    justify-content: center;
}


/* faqs */
.faqs h2 {
    color: #2E2E2E;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

#lalafaq {
    padding-bottom: 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#lalafaq .faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column
}

#lalafaq .container.cont-1400 {
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    gap: 33px
}

/* #lalafaq h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 150%;
    text-align: center;
    color: #191919;
    margin-bottom: 20px
  } */

#lalafaq p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: #222;
}

#lalafaq li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

#lalafaq .faq-page {
    cursor: pointer;
    padding: 0 20px;
    width: 100%;
    outline: none;
    transition: .4s;
    margin: auto;
    border-top: 1px solid #727272;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #2E2E2E;
    font-style: normal;
    line-height: normal;
    text-transform: inherit;
    font-size: 22px;
    font-weight: 400;
    min-height: 73px;
}

#lalafaq .faq-page.fiiii {
    border-bottom: 1px solid #727272;
}

#lalafaq .faq-page.fiiii.active {
    border-bottom: none;
}

#lalafaq .faq-body {
    margin: auto;
    width: 100%;
    border: 3px solid #001530;
    border-top: none;
    padding: 18px;
    background-color: transparent;
    display: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    line-height: normal;
    font-style: normal;
    font-family: 'Fahkwang', sans-serif !important;
    color: #222 !important;
}

#lalafaq .faq-body h2 {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.faq-one {
    width: 100%;
}

#lalafaq .faqii {
    width: 100%
}

#lalafaq .active,
#lalafaq .faq-page:hover {
    background-color: transparent
}

#lalafaq .faq-page:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 4.21045V15.9398" stroke="%234F4F4F" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.1353 10.0391H15.8646" stroke="%234F4F4F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="10" cy="10" r="9.5" stroke="%234F4F4F"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
    transition: 0.3s;
    min-width: 20px;
}

#lalafaq .active:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.1353 10.0391H15.8646" stroke="%234F4F4F" stroke-linecap="round" stroke-linejoin="round"/><circle cx="10" cy="10" r="9.5" stroke="%234F4F4F"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
    transition: 0.3s;
}

#lalafaq .faq-body {
    margin: auto;
    width: 100%;
    border: none;
    border-top: none;
    padding: 18px;
    background-color: transparent;
    display: none;
    overflow: hidden;
    text-align: left !important
}



/* product-card */

.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: fit-content;
}

.products.row .product-miniature.col-xs-12.col-sm-6.col-md-4.col-xl-3 .js-product.product {
    margin: 0px;
}

.product-miniature .product-description {
    padding: .25rem .25rem 0rem;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    overflow: hidden;
    border: 1px solid #CACACA;
    background: #FFF;
    padding: 14px;
    margin-bottom: 30px;
}

.product-miniature .product-title {
    text-align: left;
    text-transform: inherit;
}

.product-miniature .product-title a {
    text-decoration: none;
    color: #676767;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    height: 40px;
    display: block;
    overflow: hidden;
}

.seeproduct a {
    border-radius: 3px;
    background: #6982A0;
    width: 100%;
    height: 45px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 15px;
}

.seeproduct a:hover {
    background: #F60;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #6982A0 !important;
}

/* nosearch */

.products.row:has(.bannernoresult) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.bannernoresult {
    border-radius: 27px;
    background: #6982A0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px 28px 1px;
    max-width: 495px;
    margin: auto;
}

.bannernoresult p {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;

}

.undernofind {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-top: 80px;
}

.undernofind .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.undernofind .block a:not(.butnotfound) {
    border-radius: 3px;
    border: 1px solid #969696;
    background: #FFF;
    box-shadow: 0px 4px 11px 0px rgba(163, 141, 107, 0.25);
    width: 100%;
    padding: 35px 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: #676767;
    font-size: 16px;

}

.undernofind .block a:not(.butnotfound):hover {
    color: #676767;
    text-decoration: underline;
}

.undernofind .block a.butnotfound {
    border-radius: 3px;
    background: #6982A0;
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    max-width: 229px;
    margin: 0px auto 0px;

}


/* category */

.topcat h1 {
    color: var(--BBBB, #252926);
    font-size: 32px;
    font-weight: 600;
    line-height: 33px;
    text-transform: inherit;
    margin-bottom: 8px;
}

#as5-search-container {
    border-radius: 3px;
    border: 1px solid #CACACA;
    background: #F7F7F7;
    max-width: 593px;
    margin: 30px auto;
    height: 49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

#as5-search-container input {
    height: 48px;
    width: calc(100% - 84px);
    background: #F7F7F7;
    outline: none;
    border: none;
    padding-inline-start: 20px;
}

button#as5-search-btn {
    width: 84px;
    height: 48px;
    border: none;
    border-radius: 0px 3px 3px 0px;
    background: #F60;
    margin: 0px;
}

.block-categories {
    background: #F7F7F7;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #F60 !important;
}

button.btn.btn-toggle-categories {
    width: 100%;
    text-align: left;
    background: #F7F7F7;
    display: flex;
    justify-content: space-between;
    color: #232323;
    font-weight: 400;
    line-height: 14px;
    font-size: 14px;
    align-items: center;
}

button.btn.btn-toggle-categories[aria-expanded="true"] i {
    rotate: 180deg;
}

#products {
    color: #7a7a7a;
    margin-bottom: 50px;
}

article.product-miniature.js-product-miniature {
    display: block;
}

.desktopcat {
    display: block;
}

.mocilecat {
    display: none;
    padding: 3px 0px;
}

.mocilecat #mobile-category-menu {
    padding: 20px;
}

div#js-product-list-top {
    margin: 0px;
    padding: 0px;
}

body#category .product-description {
    margin: 0 0 5px;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    max-width: 100%;

}

.block-categories .h6 {
    display: none;
}
.pagination a {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pagination .current a {
    font-size: 16px;
    color: #252926;
}


div#js-product-list-header-aaa {
    display: none;
}

/* product */

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

body#product h1 {
    color: var(--BBBB, #252926);
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-transform: none;
    margin-bottom: 18px;
}

#blockcart-modal .product-name {
    color: var(--BBBB, #252926);

}

.product-information ul {
    margin: 0px;
}

.product-description,
.product-description p {
    color: #676767;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 0px 20px;
}

.product-information ul li {
    color: #676767;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.product-actions .product-add-to-cart span.input-group-btn-vertical {
    display: none;
}

.product-actions .product-add-to-cart .qty-control button {
    background: transparent;
    border: none;
    width: 34px;
    outline: none;
    cursor: pointer;
}

.product-quantity #quantity_wanted {
    width: 34px;
    height: 42px;
    padding: .175rem .5rem;
    color: #252926;
    background-color: #fff;
    text-align: center;
    border: none;
}

.product-actions .product-add-to-cart .qty-control {
    display: flex;
}

.product-quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.product-quantity .qty {
    border-radius: 3px;
    border: 1px solid #676767;
    height: 44px;
}

.product-quantity .add,
.product-quantity .qty {
    display: block;
    float: inherit;
    margin-bottom: .5rem;
}

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

.product-actions .add-to-cart {
    padding-top: .625rem;
    line-height: inherit;
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: #F60;
    text-transform: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #F60;
    color: #FFF;
}

.product-actions .add-to-cart:hover {
    background: #6982A0;
}

.js-product.product,
.product-miniature {
    padding: 0px 7px;
}

.buscadoree .js-product.product {
    padding: 0px;
    width: 100%;
    margin: 0px;
}

#blockcart-modal .cart-content .cart-content-btn a.btn.btn-primary {
    background: #F60;
    color: #FFF;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    text-transform: none;
}

.product-flags li.product-flag {
    background: #C14B4B;
}

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

.featured-products {
    clear: both;
    padding-bottom: 80px;
}

h2.titulorelacionados {
    color: var(--BBBB, #252926);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 31px;
}

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

.feafea article.product-miniature.js-product-miniature {
    width: 100%;
    display: block;
    padding: 0px;
}



/* cms */

.page-content.page-cms {
    padding: 0px;
    text-align: inherit;
    background: #fff;
}

.pnos {
    margin-bottom: 60px;
}

.page-content.page-cms ul {
    list-style: none;
    padding: 20px;
}

.page-content.page-cms ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.page-content.page-cms ul li,
.page-content.page-cms p {
    color: #676767;
    font-size: 15px;
    font-weight: 400;
}

.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.page-content.page-cms h2,
body#cms h1 {
    color: var(--BBBB, #252926);
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

/* checkout */

div#checkoutBillingAddress {
    display: none !important;
}
.cart-grid.row {
    min-height: 60vh;
}
.ets_cfu_form-control.ets_cfu-submit {
    padding: 6px 20px;
    outline: none !important;
    border-radius: 0px 3px 3px 0px;
    background: #F60;
    margin: 0px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto';
}

form.ets-cfu-form {
    margin-top: 50px;
}

form.ets-cfu-form h3 {
    display: none;
}

.ets_cfu_box {

    margin-bottom: 0px;
}






/* contacto */
.eltoto {
    margin-top: 30px;
}

.teteet {
    text-align: center;
    max-width: 680px;
    width: 100%;
    margin: auto auto 46px;
}

.teteet h1 {
    color: var(--BBBB, #252926);
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.teteet p {
    color: #676767;
    font-size: 15px;
}

.fff2 {
    border-radius: 3px;
    border: 1px solid #969696;
    background: #FFF;
    box-shadow: 0px 4px 11px 0px rgba(163, 141, 107, 0.25);
    display: flex;
    padding: 20px 22px;
    margin-bottom: 27px;
    gap: 15px;
}

.fff2 a,
.fff2 a:hover {
    color: #676767;
    font-size: 16px;
}

body#contact form.ets-cfu-form {
    margin-top: 0px;
}

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

.formuliri .ets_cfu_input label .ets_cfu_span {
    color: #252926;
    font-size: 16px;
    font-weight: 400 !important;
}

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

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

.formuliri .ets_cfu_form-control.ets_cfu-submit {
    outline: none !important;
    border-radius: 0px 3px 3px 0px;
    margin: 0px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto';
    display: flex;
    max-width: 209.896px;
    height: 43px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    background: #6982A0;
    width: 100%;
}
textarea.ets_cfu_form-control.ets_cfu-textarea.ets_cfu-validates-as-required.form-control {
    padding-top: 10px;
}


/* footer */

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

#blockEmailSubscription_displayFooterBefore {
    background: #6982A0;
    max-width: 100%;
    float: left;
    padding: 33px 0px;
}

#footer .block_newsletter #block-newsletter-label {
    display: flex;
    gap: 20px;
    align-items: center;
}

#footer .block_newsletter p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

#footer .block_newsletter p.bif {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

#blockEmailSubscription_displayFooterBefore input.btn.btn-primary {
    border-radius: 0px 3px 3px 0px;
    background: #F60;
    margin: 0px;
    text-transform: none;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

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

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

.mt40 {
    margin-top: 40px;
}

p.titlefoot {
    color: #2E2E2E;
    font-size: 20px;
    font-weight: 600;
}

.colmenu li {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.1px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.footer-container li a:hover {
    color: #676767;
    text-decoration: underline;
}

.footer-bottom-copy {
    background: #F60;
    padding: 7px 0px;
}

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

p.copyytext a,
p.copyytext {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

.kitdigital {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
}


@media (max-width: 1200px) {
    .category-home .cathome .block.btext a {
        font-size: 26px;
    }
}

@media (max-width: 767px) {


    #wrapper {
        padding-top: 75px;
    }

    body#index #wrapper {
        padding-top: 60px;
    }

    .desktopcat {
        display: none;
    }

    .mocilecat {
        display: block;
    }

    #as5-search-container input,
    button#as5-search-btn {
        height: 47px;
        font-size: 11px;
        padding-inline-start: 10px;
    }

    .topcat h1 {
        font-size: 24px;
        text-transform: inherit;
        margin-bottom: 0px;
    }

    .a5 {
        grid-template-columns: 1fr;
    }

    #blockEmailSubscription_displayFooterBefore {
        padding: 32px 16px;
    }

    .ets_mm_megamenu .container {
        background: #fff;
    }

    .layout_layout1 .ets_mm_megamenu_content {
        border: none;
    }

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

    div#_desktop_logo {
        width: 50%;
    }

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

    #header .header-top .position-static,
    div#elmwnuu {
        width: 25%;
    }

    .ets_mm_megamenu.hook-custom {
        margin: 0px;
    }

    header#header {
        margin-bottom: 0 !important;
        position: fixed;
        width: 100%;
        top: 0;
    }

    #search_widget {
        position: fixed;
        top: 63px;
        width: 98vw;
        left: 1vw;
    }

    .fidelidad-cliente {
        grid-template-columns: 1fr;
        gap: 65px;
        padding: 0px;
        margin-top: 70px;
    }

    .carousel .carousel-item .caption {
        position: relative;
        bottom: inherit;
        left: 0px;
        max-width: 100%;
        color: #2E2E2E;
        top: 0px;
        margin-bottom: 0px;
    }

    .caption-description h1 {
        font-size: 30px;
        color: #2E2E2E;

    }

    .carousel .carousel-item .caption .caption-description p {
        color: #2E2E2E;
        font-size: 18px;
        font-weight: 400;
        margin: 0px;
        line-height: normal;
        margin-bottom: 16px;
    }

    .carousel-indicators {
        display: none;
    }

    .category-home {
        margin-top: 60px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-home .cathome .block.btext a {
        font-size: 20px;
    }

    .home-catalogue {
        border-radius: 3px;
        background: #F4F4F4;
        width: 100%;
        margin: 30px 0px 0px;
        padding: 0px;
    }

    .catalogoportada {
        align-items: center;
        gap: 30px;
        flex-direction: column;
        padding: 30px 15px;
        margin-bottom: 40px;
    }

    .texto-catalogo-portada h2,
    .faqs h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    #lalafaq .faq-page {
        font-size: 18px;
    }

    #footer .block_newsletter #block-newsletter-label {
        margin-bottom: 20px;
    }

    .col-md-12.copyfooter {
        gap: 15px;
    }

    #as5-search-container {
        margin: 15px auto;
    }

    .bannernoresult {
        max-width: calc(100% - 30px);
    }

    .undernofind {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
        padding: 0px 15px;
    }

    #products .products {
        display: block;
    }

    .footer-container {
        padding-top: 0px;
    }

    .g2 {
        grid-template-columns: 1fr;
    }

    .eltoto {
        padding: 0px 15px;
    }

    .col-md-6.col-xs-6.qty {
        padding: 0px;
    }

    .block-categories {
        margin-bottom: 16px;
    }

    nav.breadcrumb li span {
        font-size: 14px;
    }

    body#product h1 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 12px;
    }

    .feafea .js-product.product {
        width: 100%;
        padding: 0px 15px;
    }

    .page-content.page-cms h2 {
        margin-bottom: 15px;
    }

    .page-content.page-cms ul {
        padding: 4px 20px 1px;
    }

    .bannernoresult p {
        font-size: 20px;
        font-weight: 600;
    }

    .block-categories .category-sub-menu li:has(.navbar-toggler[aria-expanded="true"]) .collapse {
        display: block;
    }

    body#product #content-wrapper {
        display: block;
        margin-bottom: 20px;
    }

    .footer-container {
        padding-bottom: 30px;
    }

    .footer-bottom-copy {
        background: #F60;
        padding: 20px 0px;
    }

    .formuliri {
        padding: 25px 20px 1px;
    }

    .teteet h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .page-content.page-cms h2,
    body#cms h1 {
        font-size: 24px;
        line-height: normal;
    }

    body#category .product-description {
        margin: 0 0 7px;
    }

    .product-miniature .thumbnail-container {
        padding: 10px 5px 1px;
    }

    .seeproduct a {
        height: 40px;
    }
}