/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*Utilidades*/

/*MODSYS-1904-24*/
:root {
    --footer_hover: #78a3b6 !important;
    /* Sobrescribir la variable */
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.product-thumbnail img:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 29%);
}

*::-webkit-scrollbar-track {
    background: none;
}

*::-webkit-scrollbar-thumb {
    background-color: #829cae;
    border-radius: 20px;
    border: none;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 7px;
    z-index: 9999;
}

::selection {
    text-shadow: none;
    background: #829cae;
    color: #ffffff;
}

a,
a:hover {
    color: #829cae;
}

:target {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/*underlinne animation*/
.crazy-menu ul>li a,
.leo-top-menu ul>li a span {
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.crazy-menu a::after,
.leo-top-menu a span::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    transition: width 0.3s;
    margin-top: 7px;
}

.crazy-menu a:hover::after,
.leo-top-menu a span:hover::after {
    width: 100%;
}

/*---------------->Utilidades*/
.off-canvas-nav-megamenu ul li a:hover {
    color: #829cae !important;
}

.search-widget>form input[type="text"]:focus {
    outline: 1px solid #829cae;
}

#products .pagination .progress .progress-bar,
#products .pagination #btn_inifinitescroll:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
div#cookieNotice {
    background: #4d4d4d !important;
    color: #fff !important;
}

.item-inicio {
    display: none;
}

#mobile__menu i.material-icons.d-inline {
    display: none !important;
}

nav.leo-megamenu {
    z-index: 51;
    margin-top: -2em;
    animation-name: fadeIn;
    animation-duration: 3s;
}

#header .header-top .leo-top-menu .horizontal li a:hover {
    background: none !important;
}

nav.leo-megamenu a span {
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.leo-megamenu .dropdown-menu-inner li a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    font-family: Inter, sans-serif !important;
}

.dropdown-menu.level2 {
    width: 250px;
    padding: 0 10px;
}

.dropdown-menu.dropdown-sub.mega-cols.cols8 {
    width: 250px !important;
    padding-left: 36px;
}

.leo-top-menu .dropdown-toggle:after {
    right: 0px;
    transform: rotate(270deg);
    font-size: 17px;
    margin-top: 14px;
}

.leo-megamenu .navbar-nav .dropdown-menu,
.leo-megamenu .leo-widget .menu-title {
    background-color: #ffffff;
    border: solid 0.5px #a1a1a1;
}

.leo-megamenu .widget-heading {
    display: none;
}

.leo-megamenu .dropdown-menu span.menu-title:hover {
    color: #000000 !important;
}

li.nav-item.parent.dropdown {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav>.active>a {
    background: none !important;
}

.leo-top-menu li.active>a>span {
    color: #829cae !important;
}

nav.leo-megamenu {
    background: none !important;
    border: none !important;
}

.modal-backdrop {
    display: none;
}

.dropdown-menu li {
    padding: 5px;
}

div#dialog_addbutton {
    width: 100% !important;
}

#header {
    width: 100%;
    /*height: 50px;*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: 100%;
    /*overflow: hidden;*/
}

#texto-banner-ppal a {
    color: #829cae;
}

#botones-banner-ppal .elementor-element {
    width: auto;
    margin-right: 10px;
}

#header .header-top .position-static {
    padding-top: 0;
}

nav.header-nav {
    /*display: none;*/
}

#header .header-top {
    background: #ffffff !important;
    padding: 0;
}

.category-id-9 #subcategories {
    display: none !important;
}

.menu-elementor ul {
    display: inline-flex;
}

.busqueda-escritorio {
    display: flex;
    justify-content: flex-end;
}

#content_search.open {
    visibility: visible;
    opacity: 1;
    width: 50vw;
    right: 0;
    left: auto;
    height: 70vh;
    overflow-y: scroll;
}

#content_search a.h3.product-title {
    color: #000000;
    font-size: 14px !important;
}

#content_search .product-description {
    margin-top: 0;
}

#header .header-top .header__flex .displayTop #_desktop_cart .cart-products-count {
    right: inherit;
    left: 19px;
    background-color: #829cae !important;
    top: -14px;
    padding: 7px;
    line-height: 12px;
}

.condiciones-modal-carrito {
    text-align: center;
}

#content_search .result_searchbar .thumbnail-container .thumbnail {
    max-height: 150px;
}

#content_search .result_searchbar .thumbnail-container .thumbnail img {
    top: -75px;
}

#ybc_blog_page #header .header-top .container {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

#ybc_blog_page .position-static.displayTop {
    width: 100%;
}

.elementor.elementor-2 {
    width: 100% !important;
}

div#_desktop_logo {
    width: 15%;
}

.position-static.displayTop {
    justify-content: space-between !important;
    width: 100%;
}

.header-top .search-widget {
    width: auto;
}

div#_desktop_logo {
    /*display: none;*/
}

.custom-topbar a {
    color: #ffffff !important;
}

.custom-topbar h3 {
    margin-bottom: 0 !important;
}

.align-item-center,
.custom-topbar .align-item-center .elementor-icon-box-wrapper {
    align-items: center !important;
}

.menu-elementor .crazy-menu {
    background: #ffffff;
}

.menu-elementor a {
    color: #000000 !important;
    font-weight: 600;
}

.caja-botones-banner .elementor-button-link {
    width: 96%;
}

.diferenciales-home .elementor-icon i,
.diferenciales-home .elementor-icon svg {
    margin-right: 22px;
}

.diferenciales-home .elementor-icon-box-wrapper {
    align-items: center !important;
}

.categorias-destacadas .elementor-widget-heading h3:hover {
    text-decoration: underline;
}

#wrapper {
    padding-top: 5em;
    background-color: #ffffff;
}

body:not(.crazy-displayhome-1) section#wrapper {
    padding-top: 5.5em;
}

.ets-ttn-list-reviews-slide button.slick-arrow {
    background-color: #000000 !important;
    border-radius: 100%;
    width: 36px !important;
}

.ets-ttn-list-reviews-slide button.slick-arrow:before {
    border-radius: 0;
    background: none;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    top: 12px;
    left: 13px;
    width: 10px;
    height: 10px;
}

.ets-ttn-list-reviews-slide button.slick-next.slick-arrow:before {
    left: 10px;
}

.texto-slider-home a {
    display: inline-flex;
    color: #829cae;
    padding-left: 3px;
    font-weight: bold;
}

p.h3.product-title {
    text-align: left !important;
    height: auto !important;
    font-weight: 400 !important;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-transform: none !important;
}

.product-miniature .product-title {
    font-size: 19px !important;
    line-height: 19px !important;
    padding: 0 !important;
}

.product-title:hover {
    color: #000000 !important;
    text-decoration: underline;
}

article.product-miniature.js-product-miniature:hover .product-description a.h3.product-title {
    text-decoration: underline !important;
}

.product-description {
    margin-top: 14px;
}

.product-miniature .add {
    display: none;
}

.product-price-and-shipping {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: -6px;
}

.page-category a.thumbnail.product-thumbnail {
    height: auto !important;
}

.product-description {
    height: auto !important;
}

span.aeuc_from_label {
    padding-right: 7px;
}

.rate-review {
    display: none !important;
}

.review-item-info {
    display: flex;
    flex-direction: column-reverse;
}

.review-item-info {
    display: flex;
    flex-direction: column-reverse;
}

.ets-ttn-review-item .has_license~.review-item-info {
    margin-bottom: 0;
}

.review-item .license {
    font-size: 17px;
    margin-left: 120px;
    margin-top: -120px;
}

.testimonial_des {
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 33px;
    height: 148px;
    margin-bottom: 12px;
}

.ets-ttn-list-reviews-slide .slick-active .testimonial_des {
    line-height: 1.7 !important;
    font-size: 16px !important;
}

span._gray-darker.search-link.js-search-link {
    width: 90%;
}

/*FILTROS FACETAS*/
div#filtrado-horizontal {
    width: 100%;
    z-index: 53;
}

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

.active_filters {
    padding-left: 0;
}

#filtrado-horizontal #search_filters .facet .facet-title {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #000000;
    padding-top: 16px !important;
    margin-bottom: 0 !important;
}

#filtrado-horizontal #search_filters .facet:hover .facet-title {
    color: #ffffff;
    background-color: #000000;
    padding-top: 16px !important;
}

#filtrado-horizontal section.facet.clearfix {
    position: relative;
}

#filtrado-horizontal section.facet.clearfix ul {
    height: 0px;
    position: absolute !important;
    overflow: hidden;
    width: auto;
    z-index: 23;
    background: white;
    min-width: 23em;
}

#filtrado-horizontal section.facet.clearfix:hover ul {
    height: auto;
    padding: 20px;
    max-height: 50vh;
    overflow-y: scroll;
    top: 43px;
    border: solid 1px #e3e3e3;
}

#filtrado-horizontal section.facet.clearfix ul li a,
section.facet.clearfix ul li label,
section.facet.clearfix ul li {
    white-space: inherit !important;
    line-height: 1.3rem !important;
}

#filtrado-horizontal #search_filters .facet li .facet-label {
    align-items: flex-start;
}

#filtrado-horizontal #search_filters span.custom-checkbox {
    margin-top: 7px;
}

#filtrado-horizontal #search_filters .facet {
    cursor: pointer;
}

#filtrado-horizontal #search_filters .facet .facet-title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    color: #000000;
    padding: 6px;
}

#filtrado-horizontal #search_filters .facet:hover .facet-title::after {
    color: #ffffff;
    content: "\f106";
}

.col-md-6.hidden-sm-down.total-products p {
    margin-bottom: 0;
    padding-top: 4px;
}

.active_filters ul {
    margin: 0;
    display: inline;
}

.active_filters {
    background-color: #ffffff;
}

#borrar-filtros .btn-tertiary:hover {
    border: none !important;
    text-decoration: underline;
}

#borrar-filtros .btn-tertiary {
    background: none !important;
    color: #829cae;
}

#borrar-filtros .btn-tertiary i {
    display: none;
}

#js-product-list h1 {
    display: none;
}

body.category-depth-level-3:not(.category-id-78) div#left-column {
    /*display: none !important;*/
}

body.category-id-78 #wrapper #left-column,
body.category-id-13 #wrapper #left-column,
body.category-id-15 #wrapper #left-column,
body.category-id-16 #wrapper #left-column,
body.category-id-17 #wrapper #left-column,
body.category-id-18 #wrapper #left-column,
body.category-id-28 #wrapper #left-column,
body.category-depth-level-4 #wrapper #left-column {
    /*display: grid !important;*/
}

/*CONTACTO*/
section#mapa-en-contacto,
section#mapa-en-contacto iframe {
    width: 100%;
    min-height: 400px;
}

/*FOOTER*/
#myBtn {
    bottom: 80px !important;
}

body #whatsapp {
    position: fixed;
    bottom: 10px;
    right: 16px;
    z-index: 1000;
    display: block;
    padding: 17px;
    background: #20a400;
    border-radius: 50%;
}

#cart #footer .elementor-element-f0012b9,
#cart #footer .sec-newsletter,
#checkout #footer .sec-newsletter,
#checkout #footer .elementor-element-f0012b9 {
    display: none;
}

input#id_ti5bun {
    padding: 7px;
    width: 74%;
    max-width: 500px;
    border: none;
}

.inputs-newsletter-footer input.btn.btn-primary {
    width: 26%;
    margin-left: -5px;
}

input#c628414c {
    width: 18px;
    height: 18px;
}

#footer p {
    color: inherit;
}

#footer a:hover {
    text-decoration: underline;
}

#contactos-footer a {
    color: #000000 !important;
}

#footer .footer-container {
    margin-top: 0;
    padding-top: 0;
}

.crazy-displayhome-1 #wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .pre-footer {
    padding: 0;
}

#wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .footer-container .copyright {
    display: none !important;
}

p.subtitulo-newsletter {
    font-family: "Roboto", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    padding-top: 5px;
}

.vc-smart-single-product-products-grid.skin_one img {
    height: auto;
    width: 100% !important;
}

.vc-smart-single-product-products-grid.skin_one .avail_msg {
    display: none !important;
}

.vc-smart-single-product-products-grid.skin_one .product {
    justify-content: space-between;
}

.vc-smart-single-product-products-grid.skin_one .products .container {
    width: 100%;
}

.vc-smart-single-product-products-grid.skin_one .add_to_cart {
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.54);
    padding: 14px;
}

.vc-smart-single-product-products-grid.skin_one .product-quantity .ui-widget-content {
    border-radius: 0;
    border: none;
    background: none;
}

.vc-smart-single-product-products-grid.skin_one .product-quantity .ui-widget-content input:focus-visible {
    outline: none;
}

.vc-smart-single-product-products-grid.skin_one .product-quantity .ui-widget-content input {
    width: auto !important;
    max-width: 59px;
    padding: 10px 25px 10px 0px;
    text-align: center;
    border: 1px solid #000000;
}

.vc-smart-single-product-products-grid.skin_one .ui-state-default,
.vc-smart-single-product-products-grid.skin_one .ui-widget-content .ui-state-default,
.vc-smart-single-product-products-grid.skin_one .ui-widget-header .ui-state-default {
    border: 1px solid #ffffffad;
    background: none;
    width: 25px;
    font-size: 18px;
    background-color: #000000;
    border-radius: 0;
    color: #ffffffad;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-smart-single-product-products-grid.skin_one .product-quantity .ui-spinner-up:before {
    content: "+";
}

.vc-smart-single-product-products-grid.skin_one .product-quantity .ui-spinner-down:before {
    content: "-";
    font-size: 19px;
}

.vc-smart-single-product-products-grid.skin_one .ui-button-text-only .ui-button-text {
    padding: 0.4em 0em;
}

.menu-elementor .navbar-header {
    position: fixed !important;
}

.ui-state-default .ui-icon {
    background: none;
}

.search-widget>form {
    display: flex;
    justify-content: flex-end;
}

.dbmenu_navigation {
    display: none;
}

.ets-ttn-home-reviews {
    margin-top: -22px !important;
}

#formulario-newsletter .btn:disabled {
    opacity: 1;
}

.texto-politica {
    margin-top: 7px;
    background-color: #eeeeee87;
    color: #829cae;
    font-size: 14px;
    line-height: 17px;
    height: 50px;
    padding: 10px;
    overflow: auto;
}

.politicas-newsletter,
.politicas-newsletter a {
    padding-top: 20px;
    color: #eeeeee87 !important;
    text-align: center;
}

.texto-politica span,
.texto-politica a {
    color: #565656 !important;
}

.block_newsletter {
    background: none;
    max-width: inherit !important;
}

div#gdpr_consent span {
    display: inline-flex;
}

.block_newsletter form .input-wrapper {
    justify-content: left;
}

.block_newsletter form input {
    margin-right: 0 !important;
}

.form_newsletter .custom-checkbox input[type="checkbox"]+span {
    border: none;
    background-color: #ffffff;
    border-radius: 25%;
}

button.slick-next.slick-arrow {
    margin-right: -30px;
}

button.slick-prev.slick-arrow {
    margin-left: -40px;
}

.slick-arrow::before {
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 25px;
    opacity: 1 !important;
}

/*Secciones Kquita*/
.elementor-widget-modules div.block_newsletter {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}

.elementor-element-c55a41e,
.elementor-element-29c67dd,
.elementor-element-7b4b31a,
.elementor-element-674f001 {
    width: 50% !important;
}

.elementor-element-9a50e1f .elementor-column-gap-default {
    width: 100%;
}

.elementor-element-9a50e1f,
.elementor-element-9a50e1f .elementor-column-gap-default .elementor-row {
    background: none;
    display: flex;
    justify-content: flex-end;
}

.elementor-element-94d7fc7 .elementor-row,
.elementor-element-29c67dd .elementor-row {
    justify-content: flex-end;
}

.elementor-element-9a50e1f {
    margin-top: -88px;
}

.elementor-element-9a50e1f {
    position: absolute !important;
}

.categorias-destacadas img {
    width: 270px !important;
}

.footer-bottom a {
    color: #ffffff !important;
}

/*Páginas Categorías Custom*/

.category-depth-level-2 #subcategories h1,
.h1.subcategories-4-level,
.category-depth-level-3 #subcategories h1 {
    font-size: 29px !important;
    font-weight: 800 !important;
}

.category-depth-level-3 #subcategories h1,
.category-depth-level-3 #subcategories h1.h1,
.category-depth-level-4 #subcategories h1 {
    display: none;
}

.h1.subcategories-4-level {
    /*display: none;*/
}

.category-depth-level-4 .h1.subcategories-4-level,
.category-depth-level-3 .h1.subcategories-4-level {
    display: block;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 26px;
}

#wrapper #content-wrapper {
    padding: 0;
}

.category-depth-level-2 #left-column,
.category-depth-level-2 section#products,
.category-depth-level-2 #search_filters {
    display: none !important;
}

.category-id-79 section#products {
    display: inline !important;
}

.category-depth-level-2 .block-category-inner>div {
    width: 100% !important;
}

.category-depth-level-2 .elementor-section.elementor-section-boxed>.elementor-container {
    /*max-width: none !important;*/
}

.category-depth-level-2 #js-product-list-header {
    /*display: flex;
    flex-direction: column-reverse !important;*/
}

.category-depth-level-2 #content-wrapper {
    width: 100%;
}

#subcategories {
    z-index: 49;
}

.category-id-9 .block-category .block-category-inner {
    display: inherit;
}

.nombre-subcat {
    padding-top: 16px;
}

.block-category.card.card-block {
    padding-bottom: 0;
    margin-bottom: 50px;
}

/*#category:not(.category-depth-level-4) .block-category.card.card-block {
    display: none;
}*/
.category-depth-level-2 .block-category.card.card-block {
    display: block;
}

.category-depth-level-2 #content-wrapper .block-category.card.card-block {
    padding: 0;
}

.category-depth-level-2 .filtro-cabecera-subcategorias {
    display: none;
}

#subcategories ul li {
    display: none;
}

#subcategories ul li .subcategory-name {
    white-space: nowrap !important;
    padding: 0;
}

#subcategories ul li .subcategory-name img:hover {
    border: solid 2px #000000;
    border-radius: 50%;
}

#subcategories ul li .subcategory-name img {
    border-radius: 50%;
    width: 150px;
}

#subcategories ul li .subcategory-name img {
    width: 100%;
}

#subcategories ul li .subcategory-name {
    white-space: inherit !important;
}

#category #subcategories>ul {
    overflow-x: scroll;
    white-space: inherit;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    max-width: 66vw;
}

#category #subcategories>ul>li {
    max-width: 100%;
    padding: 0.5em;
    min-width: 200px;
}

a:focus {
    outline: 0px;
}

.page-category #main {
    /*display: flex;
    flex-direction: column-reverse;*/
}

#left-column .category-top-menu p.read-more {
    display: none;
}

div#search_filters,
section#js-active-search-filters {
    display: flex;
    flex-wrap: wrap !important;
}

div#search_filters {
    z-index: 52;
    padding-left: 0;
    margin-bottom: 0;
}

#ocultar-filtros,
#ocultar-orden {
    display: none;
}

p.titulos-leftbar,
span.h6 .left-column ul.category-top-menu,
p.h6.active-filter-title {
    font-size: 15px !important;
    font-family: "Inter", sans serif !important;
    text-transform: uppercase;
}

section#js-active-search-filters.active_filters {
    margin: 0;
    border: none;
    padding: 9px;
}

.block-categories .h6 {
    text-transform: uppercase;
}

div#left-column>div {
    /*padding: 9px;
    margin-bottom: 10px;
    border: solid 1px #829cae*/
}

.active_filters .filter-block .close {
    color: #fff;
}

div#js-product-list-header {
    padding-bottom: 15px;
}

.active_filters,
button.btn.btn-tertiary.js-search-filters-clear-all {
    background: none;
    border: solid 1px #829cae;
}

button.btn.btn-tertiary.js-search-filters-clear-all {
    color: #829cae;
}

#js-active-search-filters li.filter-block {
    background-color: #829cae;
    color: #fff;
}

#js-product-list-top {
    width: 100%;
    z-index: 53;
}

#search_filters .facet .facet-label a {
    overflow: visible;
}

.p-100 {
    width: 100%;
}

div#js-product-list-top {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
}

div#orden-filtrado-horiz {
    display: flex;
    flex-direction: column;
    grid-row: 1;
}

div#search_filters p.text-uppercase.h6.hidden-sm-down {
    width: 100%;
}

#selectProductSort {
    float: inherit;
    max-width: 100%;
}

section.facet.clearfix {
    margin: 0 3% 0 16px;
    display: flex;
    flex-wrap: wrap;
}

#search_filters .facet .facet-title {
    background: none;
}

#orden-filtrado-horiz .col-md-6 {
    width: auto;
}

#search_filters .facet ul>li a {
    white-space: nowrap;
}

#search_filters .facet .col-sm-12.col-xs-12.col-md-12.facet-dropdown.dropdown {
    margin-left: 16px;
}

.elementor.elementor-69 {
    display: none;
    border: none !important;
    grid-column: 1/4;
}

/*Páginas categorías 3er nivel*/
h1.h1.subcategories-4-level {
    text-align: center;
}

.category-id-3 #subcategories ul li,
.category-id-9 #subcategories ul li,
.category-id-41 #subcategories ul li,
.category-id-63 #subcategories ul li,
.category-id-44 #subcategories ul li,
.category-id-60 #subcategories ul li,
.category-id-34 #subcategories ul li,
.category-id-67 #subcategories ul li,
.category-id-63 #subcategories ul li,
.category-depth-level-2 #subcategories ul li {
    display: block;
    width: 100%;
    max-width: 16%;
    margin: 0;
}

.category-id-60 .block-category:first-child {
    display: none;
}

.category-id-41 #main,
.category-id-60 #main,
.category-id-34 #main,
.category-id-67 #main,
.category-id-63 #main,
.category-id-44 #main {
    /*display: inherit !important;*/
}

.category-id-60 .block-categories.hidden-sm-down,
.category-id-41 .block-categories.hidden-sm-down,
.category-id-34 .block-categories.hidden-sm-down,
.category-id-67 .block-categories.hidden-sm-down,
.category-id-63 .block-categories.hidden-sm-down,
.category-id-44 .block-categories.hidden-sm-down {
    /*display: none;*/
}

.category-id-60 #wrapper #content-wrapper,
.category-id-41 #wrapper #content-wrapper,
.category-id-34 #wrapper #content-wrapper,
.category-id-67 #wrapper #content-wrapper,
.category-id-63 #wrapper #content-wrapper,
.category-id-44 #wrapper #content-wrapper {
    /*width: 100%;*/
}

.category-id-41 section#products,
.category-id-60 section#products,
.category-id-34 section#products,
.category-id-67 section#products,
.category-id-63 section#products,
.category-id-44 section#products {
    /*display: flex;
    flex-direction: column;
    align-items: flex-end;*/
}

.category-id-60 section#products>div,
.category-id-41 section#products>div,
.category-id-34 section#products>div,
.category-id-67 section#products>div,
.category-id-63 section#products>div,
.category-id-44 section#products>div {
    /*display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 75%;*/
}

.category-id-60 div#js-product-list-header,
.category-id-41 div#js-product-list-header,
.category-id-34 div#js-product-list-header,
.category-id-67 div#js-product-list-header,
.category-id-63 div#js-product-list-header,
.category-id-44 div#js-product-list-header {
    /*display: flex;*/
}

/* .category-id-60 .elementor.elementor-32,
.category-id-41 .elementor.elementor-32,
.category-id-34 .elementor.elementor-32,
.category-id-67 .elementor.elementor-32,
.category-id-63 .elementor.elementor-32,
.category-id-44 .elementor.elementor-32, */
.elementor-32 {
    position: absolute;
    width: 25vw;
    top: 540px;
}

.category-id-60 div#js-product-list,
.category-id-41 div#js-product-list,
.category-id-34 div#js-product-list,
.category-id-67 div#js-product-list,
.category-id-63 div#js-product-list,
.category-id-44 div#js-product-list {
    width: 100%;
    z-index: 52;
}

.fake-menu-cat {
    display: none;
}

.category-id-74 .fake-menu-cat,
.category-id-60 .fake-menu-cat#left-protectores,
.category-id-41 .fake-menu-cat#left-sabanas,
.category-id-34 .fake-menu-cat#left-toppers,
.category-id-67 .fake-menu-cat#left-cubrecanapes,
.category-id-63 .fake-menu-cat#left-toallas,
.category-id-44 .fake-menu-cat#left-edredones {
    display: block;
}

/*---------------------------------------------Subcategorías*/

.blockreassurance_product div:last-child p.block-title {
    display: none !important;
}

/*ESTILOS CHECKOUT*/
/* #checkout-personal-information-step li.nav-item, #checkout-personal-information-step ul {
    display: flex;
    white-space: nowrap;
} */

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link.active {
    border-bottom: none;
    font-weight: inherit;
}

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link {
    text-align: center;
    border-bottom: none;
    color: #829cae;
}

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link:hover {
    text-decoration: underline;
}

body#checkout section.checkout-step.-reachable.-current .step-number,
body#checkout section.checkout-step .step-number {
    background: none;
    border: solid 2px #000000;
    border-radius: 100%;
}

body#checkout section.checkout-step.-complete {
    background: #f9fff8;
}

body#checkout section.checkout-step .crear-cuenta {
    text-align: right !important;
}

#checkout h1.step-title.h3 {
    text-transform: uppercase;
}

span.step-edit.step-to-addresses.js-edit-addresses.mostrar-editar {
    display: flex !important;
    justify-content: flex-end;
    cursor: pointer;
}

#checkout .direcciones,
#checkout .direcciones .card-block {
    background-color: #f6f6f6 !important;
}

#checkout .direcciones {
    padding: 30px;
    margin: 5px -15px;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    background-color: #000000;
    color: #ffffff;
}

div#payment-option-2-container label img {
    display: none;
}

div#payment-option-2-container label span:after {
    content: "";
    background: url(https://resuinsaclub.com/modules/obsredsys/views/img/bizum.png);
    width: 122px;
    height: 36px;
    display: inline-block;
    margin: 0 0 -10px 12px;
}

div#payment-option-2-container {
    display: flex;
    align-items: center;
}

/*Resumen checkout*/
.cart-summary-line.cart-total span {
    font-size: 0.875rem !important;
}

.cart-grid-right .js-cart,
.cart-grid-right,
.cart-grid-right,
.cart-summary_header,
.cart-detailed-totals,
.card-block.checkout,
body#checkout .cart-grid-right .card .cart-summary_header {
    background-color: #f8f8f8 !important;
    padding: 10px;
    border-bottom: 1px solid #f8f8f8 !important;
}

.cart-detailed-actions a {
    color: #ffffff !important;
}

.card-block.cart-summary-subtotals-container div,
.card-block.cart-summary-totals div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-block.cart-summary-totals {
    padding: 10px 0 30px 0;
}

body#checkout .cart-grid-right .card .card-block-products {
    padding: 0;
}

.block-promo {
    padding: 20px 0;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
}

.block-promo .promo-code .alert-danger {
    display: none;
}

p.promo-code-button.display-promo {
    margin-bottom: 0;
}

p.promo-code-button.display-promo a {
    color: #000000 !important;
    font-size: 17px;
}

.cart-summary-line.cart-total {
    text-transform: uppercase;
    font-weight: 600;
}

.card-block.cart-summary-subtotals-container span {
    font-size: 17px !important;
}

h5.aeuc_scart {
    text-align: right;
    padding-top: 20px;
}

.cart-summary_header {
    font-size: 18px;
    padding: 0 !important;
}

body#checkout #cart-summary-product-list img {
    width: 106px;
}

span.product-price {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
}

/*--------------------------------->Resumen checkout*/
a.btn.btn-primary {
    color: #ffffff !important;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
}

#checkout input:-internal-autofill-selected,
input.form-control:focus {
    background-color: #ffffff !important;
    background: none !important;
    border: 1px solid #829cae;
}

button.continue.btn.btn-primary.float-xs-right {
    border-radius: 31px;
    background-color: #829cae;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

h2#titulo-checkout {
    padding: 50px 0 20px 0;
}

nav.leo-megamenu {
    padding-left: 0;
    width: 100%;
}

#header-desktop {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}

.elementor-element-7b4b31a {
    margin: auto !important;
}

#header .header-top .header__flex .displayTop #_desktop_user_info {
    margin: 0;
}

.buscador-home {
    margin-right: 12px;
}

section#seccion-carrito {
    width: 98vw !important;
    display: flex;
    justify-content: flex-end;
}

#seccion-carrito .elementor-row {
    justify-content: flex-end !important;
}

#seccion-carrito .elementor-widget-modules {
    margin: 0 !important;
}

#seccion-carrito>.elementor-container.elementor-column-gap-default {
    margin: 0;
}

.iconos-tops>.elementor-column-wrap>.elementor-widget-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
}

.iconos-tops .elementor-widget-wrap section {
    width: auto;
}

#btn_inifinitescroll .text {
    font-weight: 600;
    font-size: 20px;
    font-family: "Inter";
    text-shadow: none;
    letter-spacing: 2px;
}

#checkout a.nav-link.crear-cuenta.active {
    display: none;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    background: none;
    font-size: 21px;
}

.input-group .input-group-btn>.btn {
    color: black;
}

/*PAG PRODUCTO*/
.featured-products.clearfix.mt-3 .thumbnail-container,
body.tax-display-enabled .product-accessories .thumbnail-container {
    height: auto;
}

#product .sticky-right {
    position: sticky;
    top: 150px;
}

#product .modal.fade.js-product-images-modal.in {
    background: #000000ad;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#product h1.h1.product_name {
    font-size: 27px;
    line-height: 32px;
}

#cookieNotice .closeButtonNormal {
    background: #fff;
    padding: 10px;
    color: #000;
    text-transform: capitalize;
}

div#cookieNotice {
    width: 20% !important;
    box-shadow: none !important;
}

#cookieNoticeContent a {
    color: #ffffff !important;
}

.vertical-align-content {
    display: flex;
    align-items: center;
}

.category-depth-level-3 #products .thumbnail-container,
body.tax-display-enabled #products .thumbnail-container {
    height: auto !important;
}

.bootstrap-touchspin #quantity_wanted,
.bootstrap-touchspin #quantity_wanted_miniature,
.cart-item .cart__product-qty .input-group .js-cart-line-product-quantity,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-color: #000000 !important;
    border-bottom-color: #000000 !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-right-color: #000000 !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-left-color: #000000 !important;
}

#wrapper .breadcrumb {
    margin-top: 1.5rem !important;
}

/*blog*/
#ybc_slider .nivo-caption {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/*REVISION OFICIAL*/

/*producto title*/
.product-miniature .product-title {
    font-size: 16px !important;
}

/* centrado menu */
.navbar-toggleable-md {
    margin-left: 0;
    width: 100%;
}

ul.nav.navbar-nav.megamenu.horizontal {
    width: 100%;
    display: flex;
    justify-content: center;
}

/*subcategorias hover*/
#subcategories ul li .subcategory-name img:hover {
    border: solid 1px #829cae !important;
    border-radius: 50% !important;
    box-shadow: 0 0 13px 0px #829cae !important;
}

span.nombre-subcat:hover,
#subcategories ul li .subcategory-name:hover,
#wrapper .breadcrumb li a span:hover {
    color: #2b2b2b;
}

body#category #products .thumbnail-container,
body#category .featured-products .thumbnail-container,
body#category .product-accessories .thumbnail-container,
body#category .product-miniature .thumbnail-container {
    margin-bottom: 0;
}

/*Texto categorias*/
.elementor-widget-heading .elementor-heading-title>a {
    padding: 5px 0px;
}

#category #subcategories>ul {
    max-width: 100% !important;
}

.columna-envio h3 {
    display: flex;
    align-items: center;
}

#product .row.product-container.mobile {
    display: none;
}

body.category-ofertas .product-miniature .product-price-and-shipping,
body.category-ofertas span.aeuc_from_label,
span.aeuc_from_label {
    font-size: 1rem !important;
}

body.category-ofertas .product-miniature .regular-price {
    margin-right: 5px;
}

/*ASPA POPUP TÉRMINOS Y CONDICIONES*/
#checkout-payment-step #modal button.close {
    z-index: 99999999999999999999999999999999999999 !important;
    position: absolute;
    right: 20px;
}

.js-terms a {
    font-weight: 700;
}

/*Página carrito*/
#cart .cart-item .cart__product-qty .input-group {
    z-index: 5 !important;
}

/*RESPONSIVE*/

body#index {
    overflow-x: hidden;
}

body#product div.product-quantity .add .add-to-cart,
body#cart div.checkout.cart-detailed-actions.card-block a.btn.btn-primary {
    background: #232323;
    color: #f5f3f1 !important;
    border-color: #232323;
}

body#product div.product-quantity .add .add-to-cart:hover,
body#cart div.checkout.cart-detailed-actions.card-block a.btn.btn-primary:hover {
    background: #f5f3f1 !important;
    color: #232323 !important;
    border-color: #232323 !important;
}

@media (max-width: 1366px) {
    .seccion-fw .elementor-container {
        max-width: 1140px;
        margin: auto;
    }

    .ets-ttn-home-reviews {
        max-width: 1140px;
        justify-content: center !important;
        margin: auto;
    }

    #category #subcategories>ul {
        max-width: 100% !important;
    }
}

@media (max-width: 1280px) {
    .search-widget>form input {
        width: 68%;
    }

    /* #category #subcategories>ul {
        max-width: 85%!important;
    } */

    /* centrado menu */
    /* .navbar-toggleable-md{
        margin-left: 1.57%;
        margin-left: 18.57%;
        width: 100%;
    } */
    nav.leo-megamenu {
        padding-left: 12.5em;
    }

    .header-top .leo-top-menu .megamenu .has-category {
        padding: 9px 14px;
    }

    .buscador-home {
        min-width: 201px !important;
        margin-right: 23px;
    }

    #category #subcategories>ul {
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .navbar-toggleable-md {
        margin-left: 0;
    }
}

@media (max-width: 1096px) {
    nav.leo-megamenu {
        padding-left: 9.5em;
    }

    #imagen-logo {
        width: 150px;
    }

    .header-top .leo-top-menu .megamenu .has-category {
        padding: 9px;
    }

    #custom-topbar .elementor-row {
        justify-content: space-between;
    }

    .elementor-2 .elementor-element.elementor-element-6a480bd>.elementor-element-populated {
        padding: 10px 0px 10px 0px !important;
    }
}

@media (max-width: 1024px) {
    section#seccion-carrito {
        width: 94vw !important;
    }

    .buscador-home {
        width: 200px !important;
        margin-right: -69px;
    }
}

@media (max-width: 991px) {
    #imagen-logo {
        margin-left: calc(100% - 15vw);
    }

    nav.leo-megamenu {
        padding-left: 7.5em;
    }

    .buscador-home {
        margin-right: 0;
    }

    nav.leo-megamenu {
        margin: -63px 0 0 -200px;
        width: 100%;
    }

    .leo-megamenu .navbar-toggler {
        font-size: 27px;
        background: #ffffff;
        color: #000000;
        margin-bottom: 15px;
        margin-top: -18px;
    }

    .elementor-element-a133e17:not(.elementor-motion-effects-element-type-background) {
        background-position-x: center;
    }

    .off-canvas-button-megamenu::after {
        content: "x";
        background-color: #000000;
        text-align: left;
        font-size: 20px;
        padding: 20px;
    }

    nav.offcanvas-mainnav {
        padding: 20px 0;
    }

    .off-canvas-button-megamenu {
        background: url(/img/cms/resuinsa-el-fabricante-de-textiles-para-hosteleria-logo-1554992710_4.jpg);
        background-size: 149px;
        height: 50px;
        margin-left: 12px !important;
        background-repeat: no-repeat;
    }

    .off-canvas-button-megamenu {
        margin: 10px 0 20px 0;
    }

    .off-canvas-button-megamenu {
        margin: 0 0 10px 0;
    }

    .dropdown-menu .row,
    .dropdown-menu.level1 {
        margin: 0;
        width: auto !important;
    }

    li.nav-item.parent.dropdown {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .off-canvas-nav-megamenu .has-category,
    li.nav-item.parent.dropdown {
        border-bottom: none;
    }

    .off-canvas-nav-megamenu .offcanvas-mainnav {
        background: #ffffff;
    }

    b.caret:before {
        color: #000000 !important;
    }

    #header .header-nav .mobile .top-logo {
        display: flex;
        align-items: center;
        padding-top: 3px;
        padding-left: 45px;
    }

    .header__flex #mobile__menu {
        margin-top: -53px;
    }

    #header .header-nav .mobile {
        padding: 1.5rem 0;
    }

    #header .header-nav {
        max-height: 71px;
    }

    #wrapper,
    body:not(.crazy-displayhome-1) section#wrapper {
        padding-top: 3.3em;
    }

    #buscador-top {
        right: -72.5px !important;
    }

    /*cat 3er*/
    .category-depth-level-3 #subcategories {
        max-width: 93vw !important;
        overflow: hidden;
    }

    .category-depth-level-3 #wrapper>div.container,
    .category-depth-level-4 #wrapper>div.container,
    .category-depth-level-2 #wrapper>div.container {
        width: 100%;
    }

    .category-depth-level-4 #content-wrapper,
    .category-depth-level-3 #content-wrapper {
        width: 92vw;
    }

    .category-depth-level-3 #left-column,
    .category-depth-level-4 #left-column {
        /*display: none;*/
    }

    .category-depth-level-3 #products .thumbnail-container,
    .category-depth-level-4 #products .thumbnail-container {
        height: inherit !important;
    }

    .elementor-32,
    .elementor-32 .elementor-row {
        position: inherit;
        width: 93vw;
        top: 0;
    }

    .category-id-60 section#products>div,
    .category-id-41 section#products>div,
    .category-id-34 section#products>div,
    .category-id-67 section#products>div,
    .category-id-63 section#products>div,
    .category-id-44 section#products>div {
        width: 100%;
    }

    .fake-menu-cat ul,
    .fake-menu-cat .current {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .elementor-32 .elementor-element.elementor-element-1d7f1da {
        width: 76%;
    }

    .elementor-element-5e38fd7 {
        display: none;
    }

    .fake-menu-cat .current {
        background-color: #ededed;
        padding: 10px 0;
        margin: 10px 0;
    }

    .fake-menu-cat li.current>a {
        margin-bottom: 11px;
        border-bottom: solid 1px;
    }

    body:not(.crazy-displayhome-1) section#wrapper {
        max-width: 100vw;
    }

    #category .block-category {
        padding: 0;
    }

    .category-depth-level-3 #wrapper #content-wrapper {
        width: 75%;
    }

    /*detalles-producto*/
    #product .row.product-container.desktop {
        display: none;
    }

    #product .row.product-container.mobile {
        display: block;
    }

    #search_filters .facet li .facet-label .search-link {
        overflow: hidden;
    }

    #left-column .col-sm-12.hidden-md-up.text-sm-center.showing {
        display: none;
    }
}

@media (max-width: 952px) {
    #buscador-top {
        right: -54.5px !important;
    }
}

@media (min-width: 992px) {
    #checkout .cart-grid-right {
        position: sticky;
        top: 150px;
    }
}

@media (max-width: 888px) {
    nav.leo-megamenu {
        padding-left: 9.5em;
    }

    #imagen-logo {
        margin-left: calc(100% - 16vw);
    }
}

@media (max-width: 768px) {
    #header-desktop {
        box-shadow: none;
        background: #ffffff;
    }

    #header {
        top: -5px;
    }

    .prod-mas-vendidos .container {
        width: 100% !important;
    }

    .ets-ttn-home-reviews ul.slick-dots {
        display: none !important;
    }

    .crazy-displayhome-1 #custom-text {
        padding: 0 8%;
    }

    .crazy-displayhome-1 #wrapper {
        padding-bottom: 0;
    }

    #custom-text {
        padding: 0 8%;
    }

    #wrapper {
        padding-bottom: 0;
    }

    .title.clearfix.hidden-md-up.collapsed,
    .title.clearfix.hidden-md-up {
        display: none;
    }

    .ets-ttn-home-reviews {
        width: 100%;
        overflow: hidden;
    }

    #boton-up i {
        position: fixed;
        top: 93%;
        right: 5%;
        z-index: 99999999;
    }

    .crazy_menu {
        margin-top: 9px;
    }

    .elementor-element-c55a41e {
        width: 100%;
    }

    #subcategories ul li .subcategory-name img {
        width: 100%;
    }

    #subcategories ul li .subcategory-name {
        white-space: inherit !important;
    }

    #category #subcategories>ul>li {
        max-width: 100%;
        padding: 0.5em;
    }

    #category #subcategories>ul {
        overflow-x: scroll;
        white-space: inherit;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0;
    }

    .nombre-subcat {
        font-size: 12px !important;
        line-height: 15px;
    }

    .seccion-carrito-movil .elementor-row,
    .seccion-carrito-movil .elementor-column-gap-default {
        justify-content: flex-end !important;
        width: auto;
    }

    .seccion-carrito-movil .elementor-row .elementor-widget-wrap {
        flex-wrap: nowrap;
    }

    .seccion-carrito-movil .elementor-widget-container {
        margin-top: -16px;
    }

    .elementor-2 .elementor-element.elementor-element-6a480bd>.elementor-element-populated {
        padding: 10px 0px 10px 0;
    }

    body#category div#category-description {
        max-width: 100vw;
    }

    .elementor-2 .elementor-element.elementor-element-3334db5>.elementor-container {
        min-height: 66px !important;
    }

    nav.leo-megamenu {
        padding-left: 11.5em;
        margin: -52px 0 0 -200px;
    }

    #wrapper #left-column {
        grid-template-columns: repeat(3, 1fr);
        padding: 0;
    }

    /*nuevos filtros móvil*/
    #botonera-filtrado-movil {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .elementor.elementor-69 {
        grid-row: 1;
        display: block;
    }

    .elementor.elementor-69 .elementor-column-wrap {
        padding: 0 !important;
    }

    .off-canvas-inactive>main,
    .off-canvas-inactive>.off-canvas-nav-megamenu {
        transform: none !important;
        -webkit-transform: none !important;
    }

    /* a#mostrar-filtros {
        border-radius: 0;
        background: #829cae;
    } */
    button#mostrar-filtros {
        text-align: right;
    }

    button#mostrar-ordenar {
        text-align: left;
    }

    button#mostrar-filtros,
    button#mostrar-ordenar {
        background: none;
        padding: 10px 0;
        border: none;
        border-bottom: solid 1px;
        font-size: 19px !important;
        font-family: "Inter", sans serif !important;
        letter-spacing: 1px;
        width: 100%;
    }

    div#search_filters,
    div#orden-filtrado-horiz {
        display: none;
    }

    div#search_filters.mostrar,
    div#orden-filtrado-horiz.mostrar {
        display: block;
        padding-top: 20px !important;
        position: fixed;
        left: 0;
        bottom: -16px;
        width: 100%;
        background-color: #f6f6f6;
        -webkit-box-shadow: 0px -10px 42px 0px rgba(0, 0, 0, 0.33) !important;
        -moz-box-shadow: 0px -10px 42px 0px rgba(0, 0, 0, 0.33);
        box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.2) !important;
    }

    button#ocultar-filtros,
    button#ocultar-orden {
        float: right;
        border: none;
        background: none;
        font-size: 22px;
        padding-right: 16px;
        font-family: "Kanit", sans-serif;
    }

    #search_filters.mostrar #ocultar-filtros,
    #orden-filtrado-horiz.mostrar #ocultar-orden {
        display: block;
    }

    div#orden-filtrado-horiz {
        z-index: 9;
    }

    #selectProductSort {
        float: inherit;
        max-width: 100%;
        background: #f6f6f6 !important;
    }

    .sort-by-row .col-sm-6 {
        width: 100% !important;
    }

    div#left-column>div {
        border: none;
    }

    section#js-active-search-filters {
        grid-column: 1/4;
    }

    p.h6.active-filter-title {
        display: none;
    }

    #search_filters .facet .facet-label a {
        width: auto;
    }

    #search_filters .facet li .facet-label .custom-checkbox .ps-shown-by-js .checkbox-checked {
        margin: -0.2rem -0.125rem;
    }

    .category-depth-level-3 #wrapper #content-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body#checkout section.checkout-step .step-number {
        margin-left: 0 !important;
        width: 25px;
        height: 25px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body#checkout section.checkout-step {
        padding: 0.9375rem 5px;
    }

    body .displayBanner div#custom-text p,
    body .displayBanner div#custom-text a,
    body .displayBanner div#custom-text a i {
        font-size: 12px;
    }

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

    .iconos_footer .elementor-image-box-wrapper span.elementor-image-box-title {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
    }

    .iconos_footer .elementor-image-box-wrapper figure.elementor-image-box-img {
        margin: 0 !important;
        padding-right: 10px;
    }

    .iconos_footer .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }

    body#category #left-column #search_filters .facet .facet-title {
        padding: 0;
    }

    body div#search_filters {
        top: 45px;
    }

    body .bloque_ordenar {
        top: 90px;
        max-width: 100%;
        width: 100%;
    }

    #category #left-column #search_filters .facet .title,
    #category #left-column #search_filters .facet .facet-title {
        background-color: #f5f3f0;
    }

    #category #js-product-list .products {
        padding: 0;
    }

    #category #left-column #search_filters {
        padding: 25px;
        border-top: none;
    }

    #category #left-column #search_filters .facet ul li {
        padding: 0.625rem 0;
    }

    #category #left-column #search_filters .facet ul li {
        border-top: none;
    }

    #category #left-column #search_filters .facet {
        border-bottom: 1px solid #b8b7b6;
    }

    #category #left-column #search_filters .facet ul,
    #category #left-column #search_filters .facet .title {
        width: 100%;
    }

    #category #left-column #search_filters .facet .navbar-toggler {
        padding: 0;
    }

    div#borrar-filtros>div {
        display: inherit !important;
    }

    section#seccion-carrito {
        display: none !important;
    }

    .logos-pagamentas .imgs_payment {
        justify-content: center;
    }

    #category #search_filter_toggler {
        display: none;
    }

    #js-product-list-top #selectProductSort,
    #js-product-list-top .filter-button {
        width: auto;
    }

    #js-product-list-top .products-selection .sort-by-row {
        justify-content: flex-end;
    }

    #js-product-list-top .col-sm-12.hidden-md-up.text-sm-center.showing {
        display: flex;
        justify-content: flex-end;
        margin-top: 15px;
    }

    #js-product-list .products {
        padding-top: 0;
    }

    #filtrado-horizontal span.navbar-toggler.collapse-icons {
        display: none;
    }

    /*revision final*/
    #category #subcategories>ul>li {
        min-width: 100px;
    }

    #category #subcategories a {
        max-width: auto !important;
    }

    #imagen-logo {
        margin-left: calc(100% - 50vw) !important;
    }

    #footer div.container {
        padding-top: 50px;
    }

    /*newsletter*/
    /* .sec-newsletter #form-newsletter{
        padding-right: 0px!important;
    } */
    div#cookieNotice {
        width: 100% !important;
    }

    .sec-newsletter .elementor-row {
        flex-direction: column-reverse;
    }

    /*Checkout*/
    #checkout ul.nav.nav-inline.my-2 {
        display: flex;
        flex-direction: column;
    }

    #checkout ul.nav.nav-inline.my-2 li {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
    }

    a.nav-link.iniciar-sesion {
        display: flex;
    }

    /*OFERTAS*/
    body.category-ofertas .product-miniature .product-price-and-shipping {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 475px) {
    .product-price-and-shipping {
        display: flex;
        flex-direction: column-reverse;
    }

    #wrapper,
    body:not(.crazy-displayhome-1) section#wrapper {
        padding-top: 4.3em;
    }

    .elementor-1 .elementor-element.elementor-element-f075d3e .elementor-heading-title {
        font-size: 2em !important;
        line-height: 1em !important;
    }

    .elementor-1 .elementor-element.elementor-element-f47eb83 p {
        font-size: 15px !important;
        line-height: 16px !important;
    }
}

/*SUMAYSUBE*/
#products .thumbnail-container .product-thumbnail.multiple_img .second_img,
.featured-products .thumbnail-container .product-thumbnail.multiple_img .second_img,
.product-accessories .thumbnail-container .product-thumbnail.multiple_img .second_img,
.product-miniature .thumbnail-container .product-thumbnail.multiple_img .second_img {
    display: none;
}

#products .thumbnail-container .product-thumbnail.multiple_img:hover .first_img,
.featured-products .thumbnail-container .product-thumbnail.multiple_img:hover .first_img,
.product-accessories .thumbnail-container .product-thumbnail.multiple_img:hover .first_img,
.product-miniature .thumbnail-container .product-thumbnail.multiple_img:hover .first_img {
    display: none;
}

#products .thumbnail-container .product-thumbnail.multiple_img:hover .second_img,
.featured-products .thumbnail-container .product-thumbnail.multiple_img:hover .second_img,
.product-accessories .thumbnail-container .product-thumbnail.multiple_img:hover .second_img,
.product-miniature .thumbnail-container .product-thumbnail.multiple_img:hover .second_img {
    display: block;
}

@media (max-width: 767px) {
    body#checkout .elementor-2 .elementor-element.elementor-element-d020629 {
        top: 40px;
        /* left: -90px !important; */
        left: -67px !important;
    }

    #imagen-logo {
        margin-left: 33% !important;
    }

    .elementor-2 .elementor-element.elementor-element-3334db5 {
        padding: 5px 0px 0px 0px !important;
    }

    .elementor-2 .elementor-element.elementor-element-6185178>.elementor-widget-container {
        padding: 4px 10px 0 20px !important;
    }

    body#checkout section.checkout-step .btn.continue {
        white-space: normal;
    }

    body:not(#checkout) #header-desktop>.elementor-container.elementor-column-gap-default>.elementor-row {
        margin-top: 7px !important;
    }
}

/*FIN SUMAYSUBE*/

body#checkout #order-summary-content {
    display: none !important;
}

#cart footer#footer,
#checkout footer#footer {
    display: none !important;
}

#checkout .g_customfields_content.row,
#checkout body#checkout #order-summary-content {
    display: none !important;
}

/* SYS R 24112023 */
.page-customer-account #content .no-account ul#output {
    margin-top: 20px;
}

.kbsocial-icons.icon-circle .fa {
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: normal;
    background: none;
    color: #3f85f4;
    font-size: 17px;
}

.kbsocial-icons a {
    box-shadow: 0 0 3px #919191;
    padding: 5px 10px;
    text-transform: initial;
    color: #000;
    background: #fff;
    transition: 0.2s;
    font-family: "Inter", sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kbsocial-icons a:hover,
.kbsocial-icons a:focus {
    box-shadow: 0 0 5px #4d4d4d;
    background: #f8f8f8;
    color: #000 !important;
}

.kbsocial-icons a img {
    height: auto;
    max-width: 17px;
    margin-right: 4px;
}

/* FIN SYS R 24112023 */

body h1 {
    font-family: "Poppins", Sans-serif !important;
}

body#category section#wrapper,
body#category #subcategories ul li {
    background: #f5f3f1;
}

section#wrapper {
    padding-top: 0 !important;
}

body #wrapper nav.breadcrumb {
    margin-top: 0 !important;
}

body .row {
    margin-left: 0;
    margin-right: 0;
}

body#category h1.h1,
body#cms.cms-id-18 #main .page-header h1,
body#cms.cms-id-35 #main .page-header h1,
body#cms.cms-id-36 #main .page-header h1,
body#cms.cms-id-37 #main .page-header h1 {
    text-align: center;
    font-weight: 600 !important;
    font-size: 55px !important;
    line-height: 57px !important;
    color: #2b2b2b !important;
    margin-bottom: 30px;
}

body#cms.cms-id-18 section#wrapper,
body#cms.cms-id-35 section#wrapper,
body#cms.cms-id-36 section#wrapper,
body#cms.cms-id-37 section#wrapper {
    background: #f5f3f1;
}

nav.leo-megamenu {
    margin-top: -72px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    background: #f4f5f1;
    margin: 0;
    padding-top: 10px;
}

body .slick-arrow::before {
    background-color: transparent;
    color: #000 !important;
}

#header .header-top>.container {
    width: 100%;
    padding: 0;
}

body#index .product-miniature .product-description {
    background: #fff;
}

body#product section#wrapper,
body#product .price_outstanding {
    background: #f5f3f1;
}

body#product .product-information {
    margin-top: 0;
    font-family: "Poppins", Sans-serif !important;
}

body#product .price_outstanding {
    border: 0;
    padding: 0;
}

body#product .price_outstanding .product-prices .product-price .current-price span {
    font-weight: 600;
    color: black;
    font-size: 22px;
    line-height: 42px;
    font-family: "Poppins", Sans-serif !important;
}

body#product .price_outstanding .product-prices .product-price .current-price .discount-percentage {
    color: #8e0000 !important;
}

#product-availability,
.blockreassurance_product .block-title .title,
.off-canvas-nav-megamenu h1,
.smart_search_top .form-search #search_query_top,
#header .header-top .leo-top-menu .horizontal li a .menu-title,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.product-actions .control-label,
#product .product_topview .product-description,
#product .product_topview .product-description p {
    font-family: "Poppins", Sans-serif !important;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 0;
    opacity: 1;
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 0;
    opacity: 0.3;
}

section#wrapper.breadcrumb nav.breadcrumb {
    max-width: 1450px;
    margin: 0 auto;
    padding: 35px 0;
    text-transform: uppercase;
}

body#product section#wrapper {
    padding-top: 30px !important;
}

body#product section#wrapper.breadcrumb {
    padding-top: 0 !important;
}

body .card {
    background: #f5f3f1;
}

body#product .product-information .card {
    border-bottom: 1px solid #d0cfcd;
    margin-bottom: 40px;
}

body#product .product-information .card dl.data-sheet dt,
body#product .product-information .card dl.data-sheet dd {
    background: #eeeae6;
    color: #2b2b2b;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

body#product .product-information .card button.btn.btn-link {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
}

body#product .product-information .card button.btn.btn-link i {
    font-size: 35px;
    margin-top: 7px;
}

#product .product_topview .product-description {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
}

body .blockreassurance_product p.block-title,
body .blockreassurance_product p.block-title span.title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
}

body#product .product-quantity .add .add-to-cart {
    background: #f5f3f1;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.2s;
}

body#product .product-quantity .add .add-to-cart:hover {
    background: #000 !important;
    color: #f5f3f1 !important;
}

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

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

body .price_outstanding .product-prices .product-price {
    border: 0;
}

body#category section#wrapper.breadcrumb {
    border-bottom: 0;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li,
#wrapper .breadcrumb li span {
    font-size: 14px;
    color: #2b2b2b;
    text-transform: uppercase;
}

#wrapper .breadcrumb li::after {
    content: "/" !important;
    font-size: 14px;
    color: #2b2b2b;
}

#wrapper .breadcrumb li:last-child::after {
    display: none !important;
}

section.featured-products p.h3.products-section-title,
section.product-accessories p.h3.products-section-title,
section.featured-products h3.h3.products-section-title,
section.product-accessories h3.h3.products-section-title {
    color: #4d4d4d;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.price_outstanding .product-prices .product-price {
    padding-bottom: 0;
    margin-bottom: 0;
}

body#product .product-discounts {
    margin: 0;
}

body#product .product-information div#splide_categoryproducts .splide__arrows,
div#splide_productaccessories .splide__arrows {
    position: absolute;
    right: 0;
    top: -35px;
}

body#product .product-information div#splide_categoryproducts .splide__arrows button.splide__arrow,
div#splide_productaccessories .splide__arrows button.splide__arrow {
    position: initial;
    display: inline;
}

body#product .product-information div#splide_categoryproducts .splide__arrows button.splide__arrow.splide__arrow--prev,
div#splide_productaccessories .splide__arrows button.splide__arrow.splide__arrow--prev {
    margin-right: 10px;
}

body#product .product-information div#splide_categoryproducts .splide__arrows button.splide__arrow,
div#splide_productaccessories .splide__arrows button.splide__arrow {
    background: transparent;
}

body#product .product-variants span.control-label {
    border-bottom: 1px solid #cac9c7;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #4d4d4d;
}

body#product .product-variants .form-control {
    border-color: #cac9c7;
    color: #4d4d4d;
}

#product h1.h1.product_name {
    font-size: 35px;
    line-height: 43px;
    color: #2b2b2b;
}

#product .product_topview .product-description p {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

body .product-miniature .product-title {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #4d4d4d;
}

body .product-miniature .product-price-and-shipping span.aeuc_from_label {
    font-family: "Poppins", Sans-serif !important;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
}

body .product-miniature .product-price-and-shipping span.price {
    font-family: "Poppins", Sans-serif !important;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 25px;
}

body .product-miniature .product-price-and-shipping span.regular-price {
    font-family: "Poppins", Sans-serif !important;
    color: #999999;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 24px;
    padding: 0 5px;
}

body#product .product_cover_thumbnails .splide__arrow {
    background: transparent;
}

body#product .product_topview {
    flex-direction: row-reverse;
}

#product .row.product-container.mobile .col-md-12 {
    padding: 0;
}

body,
body#cart section#wrapper {
    background: #f5f3f1;
}

.card-block.header_cart p.h1 {
    text-align: center;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 55px;
    line-height: 57px;
}

body#cart section#wrapper.breadcrumb {
    border-bottom: 0;
}

body#cart .cart-item {
    padding: 0;
    background: #f5f3f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

body#cart .cart-grid-right {
    background: #f5f3f1 !important;
    border: 1px solid #c4c3c1 !important;
    padding: 25px;
}

body#cart .cart-grid-right .card.cart-summary,
body#cart .cart-grid-right .cart-summary .cart-summary_header,
body#cart .cart-detailed-totals,
body#cart .checkout.cart-detailed-actions.card-block {
    background: #f5f3f1 !important;
}

body#cart .cart-item span.product-name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    font-family: "Poppins", Sans-serif !important;
}

body#cart .cart-detailed-totals {
    padding: 0;
}

body#cart .cart-item .product-attributes span {
    font-family: "Poppins", Sans-serif !important;
    color: #7b7b7a;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

body#cart .cart-item .product-attributes span.label {
    text-transform: uppercase;
}

body#cart .cart-item .cart__product-price {
    flex-direction: row-reverse;
    align-items: center;
}

body#cart .cart-item .cart__product-price .product-totalprice {
    padding-right: 30px;
}

body#cart .cart-item .cart__product-price .remove-from-cart {
    margin: 0;
}

body#cart .cart-item .cart__product-qty .bootstrap-touchspin .input-group-btn-vertical .btn,
body#cart .cart-item .cart__product-qty .input-group .js-cart-line-product-quantity {
    border: 0;
    background-color: #f5f3f1;
}

body#cart .cart-item .cart__product-price .product-totalprice {
    font-family: "Poppins", Sans-serif !important;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

body#cart .cart-item .cart__product-qty .input-group .js-cart-line-product-quantity {
    font-family: "Poppins", Sans-serif !important;
}

body#cart .cart-grid-right .cart-overview.js-cart {
    padding: 0;
    background: #f5f3f1 !important;
    margin-bottom: 10px;
    border: 0 !important;
}

body#cart .cart-grid-right .cart-detailed-totals .card-block {
    padding: 0 !important;
}

body#cart .cart-grid-right .cart-overview.js-cart span.product-totalprice {
    padding: 0;
}

body#cart .cart-grid-right .cart-overview.js-cart a.remove-from-cart {
    display: none;
}

body#cart .cart-grid-right .cart-overview.js-cart span.product-image {
    margin: 0;
    width: 25%;
}

body#cart .cart-grid-right .cart-detailed-totals .card-block.cart-summary-totals .cart-summary-line {
    padding: 10px 0 0 0;
}

body#cart .cart-grid-right .cart-detailed-totals .card-block.cart-summary-totals .cart-summary-line {
    padding-left: 0;
    padding-right: 0;
}

body#cart .cart-grid-right .cart-overview.js-cart li.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 0;
}

body#cart .cart-grid-right .cart-overview.js-cart span.product-image img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}

body#cart .cart-grid-right .cart-summary .cart-summary_header {
    border: 0 !important;
    margin-bottom: 15px;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-name,
body#cart .cart-grid-right .cart-overview.js-cart .cart__product-qty,
body#cart .cart-grid-right .cart-overview.js-cart .cart__product-price {
    width: 75%;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-qty,
body#cart .cart-grid-right .cart-overview.js-cart .cart__product-price {
    margin-left: 25%;
    text-align: left;
}

body#cart .cart-grid-right .cart-overview.js-cart span.product-totalprice {
    text-align: left;
    width: 100%;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-qty .input-group.bootstrap-touchspin {
    margin-left: 0;
}

body#cart .cart-grid-right .cart-overview.js-cart span.product-image {
    order: 0;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-name {
    order: 1;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-price {
    order: 2;
}

body#cart .cart-grid-right .cart-overview.js-cart .cart__product-qty {
    order: 3;
}

body#cart .cart-grid-right .cart-summary .cart-summary_header {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif !important;
    display: flex;
    justify-content: space-between;
}

body#cart .cart-grid-right .cart-summary .cart-summary_header span.cantidad_carrito {
    color: #7b7b7a;
    font-weight: 400;
    font-size: 14px;
}

body#cart .cart-grid-right .cart-summary-line span {
    font-family: "Poppins", Sans-serif !important;
    color: #7b7b7a;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

body#cart .checkout.cart-detailed-actions.card-block a.btn.btn-primary {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    color: #000 !important;
    background: #f5f3f1;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: "Poppins", Sans-serif !important;
    transition: 0.2s;
}

body#cart .checkout.cart-detailed-actions.card-block a.btn.btn-primary:hover {
    color: #f5f3f1 !important;
    background: #000 !important;
}

body#cart .checkout.cart-detailed-actions.card-block {
    padding: 0;
}

body#cart .cart-grid-right .block-promo {
    padding: 10px 0;
    border-top: 1px solid #7b7b7a;
    border-bottom: 0;
}

body#cart .cart-grid-right .block-promo .promo-code form {
    display: flex;
    align-items: center;
}

body#cart .cart-grid-right .block-promo .promo-code {
    padding: 0;
}

body#cart .cart-grid-right .block-promo .promo-code form .text_cupon p {
    text-align: left;
    color: #7b7b7a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins", Sans-serif !important;
}

body#cart .cart-grid-right .block-promo .promo-code form .form_cupon button.btn.btn-primary {
    margin: 0;
    width: 40%;
    border: 1px solid #000;
    padding: 9px 0;
    border-left: 0;
    box-shadow: none !important;
    font-family: "Poppins", Sans-serif !important;
    transition: 0.2s;
    border-radius: 0 5px 5px 0;
    transition: 0.2s;
}

body#cart .cart-overview.js-cart {
    background: #f5f3f1;
}

body#cart .cart-grid-right .block-promo .promo-code form .form_cupon button.btn.btn-primary:hover {
    background: #f5f3f1 !important;
    color: #000;
}

body#cart footer#footer {
    display: block !important;
}

body#cart .cart-grid-right .block-promo .promo-code form .form_cupon input.promo-input {
    width: 60%;
    float: left;
    margin: 0;
    border-radius: 5px 0 0 5px;
    font-family: "Poppins", Sans-serif !important;
    background: #f5f3f1;
}

body#cart .cart-grid-right .block-promo .promo-code form .form_cupon button.btn.btn-primary span {
    font-family: "Poppins", Sans-serif !important;
}

body#cart .cart-grid-right .block-promo .promo-code form .text_cupon {
    width: 30%;
}

body#cart .cart-grid-right .block-promo .promo-code form .form_cupon {
    width: 70%;
}

body#cms.cms-id-31 section#wrapper.breadcrumb,
body#cms.cms-id-31 #main .page-header,
body#cms.cms-id-34 section#wrapper.breadcrumb,
body#cms.cms-id-34 #main .page-header {
    display: none !important;
}

body#cms.cms-id-31 section#wrapper,
body#cms.cms-id-34 section#wrapper {
    background: #f5f3f0;
}

#product .row.product-container.mobile .card {
    background: #f5f3f1 !important;
}

#product .row.product-container.mobile .card i {
    display: none;
}

#product .row.product-container.mobile .card .collapse {
    display: block !important;
    padding: 0;
}

#product .row.product-container.mobile .card .product-description {
    margin-top: 0;
}

#product .row.product-container.mobile .card button.btn.btn-link {
    padding: 15px 0 0 0;
}

.displayBanner div#custom-text {
    padding: 10px 15px;
    margin: 0;
    background: #e7e2da;
}

.displayBanner div#custom-text p {
    text-align: center;
    margin: 0;
}

.displayBanner div#custom-text p,
.displayBanner div#custom-text a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2f2f2f;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif !important;
}

body#index header#header,
body#cms.cms-id-40 header#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent !important;
    border: 0;
}

body#index header#header .header-top,
body#index header#header .header-top div#iqitmegamenu-horizontal,
body#cms.cms-id-40 header#header .header-top,
body#cms.cms-id-40 header#header .header-top div#iqitmegamenu-horizontal {
    background: transparent !important;
}

body#index .displayNav1 div#search_widget input,
body#cms.cms-id-40 .displayNav1 div#search_widget input {
    color: #fff;
    border-color: #fff;
}

body#index .displayNav1 div#search_widget input::placeholder,
body#cms.cms-id-40 .displayNav1 div#search_widget input::placeholder {
    font-family: "Poppins", Sans-serif !important;
}

body#index header#header .header-top div#iqitmegamenu-horizontal #cbp-hrmenu .cbp-tab-title,
body#index header#header #search_widget form i,
body#index .displayNav1 div#search_widget input::placeholder,
body#cms.cms-id-40 header#header .header-top div#iqitmegamenu-horizontal #cbp-hrmenu .cbp-tab-title,
body#cms.cms-id-40 header#header #search_widget form i,
body#cms.cms-id-40 .displayNav1 div#search_widget input::placeholder {
    color: #fff;
}

.header_cart,
.header_cart a {
    display: flex;
}

.header_cart i,
div#_desktop_user_info i {
    font-size: 35px;
    line-height: 35px;
    color: #4d4d4d;
}

body#index .header_cart i,
body#index div#_desktop_user_info i {
    color: #fff;
}

div#_desktop_user_info,
div#_desktop_cart {
    padding: 0 10px;
}

header#header #search_widget {
    padding-right: 10px;
}

div#_desktop_cart span.cart-products-count {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 8px;
    bottom: 5px;
}

div#_desktop_language_selector button.btn-unstyle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: "Poppins", Sans-serif !important;
    font-size: 20px;
    color: #4d4d4d;
}

div#_desktop_language_selector button.btn-unstyle i {
    font-size: 30px;
}

body#index div#_desktop_language_selector button.btn-unstyle,
body#index div#_desktop_language_selector button.btn-unstyle i {
    color: #fff;
}

div#_desktop_language_selector ul.dropdown-menu {
    left: auto;
    right: 0;
    min-width: auto;
}

div#_desktop_language_selector ul.dropdown-menu li a {
    text-transform: uppercase;
    text-align: right;
    color: #000;
    transition: 0.2s;
}

#iqitmegamenu-mobile #iqitmegamenu-shower {
    padding: 0;
}

#iqitmegamenu-mobile .iqitmegamenu-icon i.icon.fa.fa-reorder {
    margin: 0;
}

#iqitmegamenu-mobile #iqitmegamenu-shower span {
    display: none;
}

#iqitmegamenu-mobile .iqitmegamenu-icon {
    color: #f5f3f1;
    background-color: #f5f3f1;
}

body#category #wrapper #content-wrapper {
    width: 100%;
}

body#category #wrapper #left-column {
    width: 100%;
    padding: 0;
}

body#category .block-category.card.card-block {
    margin: 0;
    padding: 0;
}

div#subcategories {
    overflow-x: scroll;
    white-space: inherit;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.subcats_filters_order {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.subcats_filters_order .filtros,
.subcats_filters_order div#orden-filtrado-horiz {
    border-left: 1px solid #c4c3c1;
    padding-left: 15px;
    margin-left: 15px;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.subcats_filters_order .filtros p {
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 400;
}

.subcats_filters_order .filtros p i,
p.titulo_ordenar i {
    font-size: 20px;
}

body#category p.titulos-leftbar,
body#category span.h6 .left-column ul.category-top-menu,
body#category p.h6.active-filter-title,
body#category .active_filters .filter-block,
div#poppins p,
div#poppins span,
div#poppins a,
div#poppins strong {
    font-family: "Poppins", Sans-serif !important;
}

.active_filters .active-filter-title {
    display: flex;
    align-items: center;
    padding-top: 5px;
    color: #2b2b2b;
}

.subcats_filters_order div#orden-filtrado-horiz p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 400;
}

.cbp-hrmenu .cbp-hrsub-inner {
    background: #f5f3f0;
}

.subcats_filters_order div#orden-filtrado-horiz {
    text-align: center;
}

.nombre-subcat {
    color: #7b7b7a;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px;
}

div#filtros_fondo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #00000091;
    z-index: 999;
    height: 100%;
}

body#category div#category-description {
    background: #f5f3f1;
}

#header .header-nav .mobile .blockcart .cart-products-count {
    background: #4d4d4d;
}

li.login_mvl i,
li.idioma_mvl button,
li.idioma_mvl button i {
    color: #4d4d4d !important;
}

li.login_mvl div#_desktop_user_info,
li.idioma_mvl div#_desktop_language_selector {
    padding: 10px 0px;
    border-top: 1px solid #cfcfcf;
    margin: 0 15px;
}

div#cbp-close-mobile {
    box-shadow: none !important;
    color: #777;
    background: white;
}

div#iqitmegamenu-mobile-content ul#iqitmegamenu-accordion {
    box-shadow: none;
}

header#header #search_widget {
    min-width: inherit;
}

body#product .product-information .card button.btn.btn-link h2 {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    float: left;
}

#product .row.product-container.mobile .card .product-description {
    padding-top: 0;
}

#product .row.product-container.mobile .card .product-description .elementor-column-wrap.elementor-element-populated {
    padding: 0;
}

#product .row.product-container.mobile section.product-features {
    margin: 0;
}

body#cart .header_cart,
body#cart .header_cart a {
    display: flex;
    justify-content: center;
}

body#cart .cart-grid-right .cart-detailed-totals .card-block span.value {
    color: #4d4d4d;
}

@media (max-width: 991px) {
    body#product .product_topview {
        flex-direction: column-reverse;
    }

    #products .products>div .thumbnail-container {
        margin-top: 30px;
    }

    #products .products>div:nth-child(1) .thumbnail-container,
    #products .products>div:nth-child(2) .thumbnail-container {
        margin-top: 0px;
    }

    div#_desktop_cart {
        margin-bottom: 6px;
    }

    #header .header-nav .mobile i {
        font-size: 30px;
    }

    body#index #iqitmegamenu-mobile #iqitmegamenu-shower {
        background: transparent !important;
        border: 0;
    }

    body#index #iqitmegamenu-mobile .iqitmegamenu-icon {
        background: transparent !important;
    }

    body#index #iqitmegamenu-mobile .iqitmegamenu-icon i,
    body#index .buscador_mvl i {
        color: #fff;
    }

    body#index #header .header-top {
        border: 0;
    }

    body#index #header .header-nav {
        background: transparent;
    }

    body div#search_filters {
        max-width: 100% !important;
        right: 0 !important;
        border: 1px solid #c4c3c1 !important;
    }

    .displayIqitMenu {
        width: 30%;
    }

    #header .header-nav .mobile .top-logo {
        padding: 0;
        width: 40%;
    }

    #header .header-nav {
        max-height: none;
        background: #f5f3f1;
    }

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

@media (min-width: 992px) {
    #products .products>div .thumbnail-container {
        margin-top: 60px;
    }

    #products .products>div:nth-child(1) .thumbnail-container,
    #products .products>div:nth-child(2) .thumbnail-container,
    #products .products>div:nth-child(3) .thumbnail-container,
    #products .products>div:nth-child(4) .thumbnail-container {
        margin-top: 0px;
    }

    .displayIqitMenu {
        width: 100%;
        z-index: 98;
    }

    body div#_desktop_logo,
    body .displayNav1 {
        z-index: 99 !important;
    }

    .container.container-iqit-menu,
    .container.container-iqit-menu .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    body #header .header-top {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .displayIqitMenu {
        width: 100%;
        position: absolute;
    }

    div#_desktop_logo {
        margin-left: 8%;
    }

    .displayNav1 {
        margin-right: 8%;
    }

    .cbp-hrmenu .cbp-hrsub-inner {
        font-size: 14px;
        line-height: 18px;
        color: #7b7b7a;
        padding-left: 8%;
        padding-right: 8%;
    }

    .displayBanner div#custom-text a i {
        font-size: 17px;
        margin-bottom: 2px;
    }

    #product .product_topview.product_columns_2 .block_right {
        width: 45%;
    }
}

@media (min-width: 768px) {
    body#cms.cms-id-40 .header_cart i,
    body#cms.cms-id-40 div#_desktop_user_info i {
        color: #fff;
    }
    body#cms.cms-id-40 #header img.logo {
        filter: invert(1);
    }

    .bottom_product .col-md-6 {
        width: 45% !important;
    }

    body#product .product-information .card button.btn.btn-link i {
        position: relative;
        left: 8px;
    }

    body#product .product-information .card button.btn.btn-link,
    body#product .product-information div#product-details {
        padding-left: 0;
        padding-right: 0;
    }

    body#product .product-information div#product-details .product-features {
        margin: 0 -10px 0 0;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option,
    body#checkout section.checkout-step .payment-options {
        margin-left: -15px;
        margin-right: -15px;
    }

    section#checkout-payment-step .content {
        padding: 0 20px !important;
    }

    body#contact div#left-column {
        border-right: 1px solid #e2e2e2;
    }

    body#product .product_cover_thumbnails .images-container div#splide_images_product_secundary-list {
        /*display: flex;
        flex-direction: column;*/
    }

    body#product .product_cover_thumbnails .images-container div#splide_images_product_secundary .splide__slide {
        margin: 0 0 7px 0 !important;
    }

    body#product .product_cover_thumbnails .images-container div#splide_images_product_secundary div#splide_images_product_secundary-list {
        width: 100%;
    }

    body#product .product_cover_thumbnails .images-container div#splide_images_product_secundary {
        width: 100%;
        margin: 0;
        padding-right: 0;
        float: left;
    }

    body#product .product_cover_thumbnails .images-container div#splide_images_product_miniature {
        width: 100%;
        float: left;
    }

    .blockreassurance_product_item {
        width: 33.3333%;
        float: left;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*height: 120px;*/
        justify-content: flex-start;
        /*border: 1px solid #d9d9d9;*/
        padding: 5px;
    }

    .blockreassurance_product_item:nth-child(2) {
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    /*.blockreassurance_product_item:nth-child(1) {
        border-left: 0;
        border-top: 0;
    }

    .blockreassurance_product_item:nth-child(2) {
        border-right: 0;
        border-top: 0;
    }

    .blockreassurance_product_item:nth-child(3) {
        border-left: 0;
        border-bottom: 0;
    }

    .blockreassurance_product_item:nth-child(4) {
        border-right: 0;
        border-bottom: 0;
    }*/
}

@media (min-width: 992px) and (max-width: 1150px) {
    body div#_desktop_logo {
        width: 20% !important;
    }

    body .displayNav1 {
        width: 30% !important;
    }

    body .displayNav1 div#search_widget {
        max-width: 150px;
        min-width: auto;
    }

    body .displayNav1 {
        margin-right: 0%;
    }
}

@media (min-width: 992px) and (max-width: 1850px) {
    #cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
        min-height: 50px;
    }
}

@media (min-width: 767px) {
    #cbp-hrmenu a.titulomenunivel {
        font-weight: 400 !important;
    }
}

@media (max-width: 767px) {
    #product section#footerdatos {
        display: none;
    }

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

    body#checkout .cart-grid-right,
    body#checkout .cart-grid-body {
        padding-left: 0;
        padding-right: 0;
    }

    body#cart .cart-grid-right .block-promo .promo-code form .text_cupon,
    body#cart .cart-grid-right .block-promo .promo-code form .form_cupon {
        width: 100%;
    }

    body#cart .cart-grid-right .block-promo .promo-code form .form_cupon input.promo-input {
        border-color: #232323;
    }

    body#cart .cart-grid-right .block-promo .promo-code form .text_cupon {
        padding-bottom: 5px;
    }

    body#cart .cart-grid-right .block-promo .promo-code form {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    body#cart .cart-grid-right .cart-detailed-totals .card-block.cart-summary-totals .cart-summary-line {
        padding: 10px 0 0 0;
        margin: 0 !important;
    }

    body#cart .cart-grid-right .cart-detailed-totals .card-block span.value,
    body#cart .cart-grid-right .cart-detailed-totals .card-block.cart-summary-totals span {
        color: #4d4d4d;
    }

    body#cart .cart-grid-right .cart-detailed-totals .card-block.cart-summary-totals {
        border-top: 1px solid #7b7b7a;
    }

    body#cart .cart-grid-body .cart-item .product-image {
        width: 40%;
        margin-right: 0;
        padding-right: 15px;
    }

    body#cart .cart-grid-body .cart-item .product-image img {
        width: 100%;
        height: auto;
    }

    body#cart .cart-grid-body .cart-item .cart__product-name {
        width: 60%;
    }

    body#cart .card-block.header_cart p.h1 {
        font-size: 35px;
        line-height: 36px;
    }

    body#cart .cart-overview.js-cart ul.cart-items,
    body#cart .cart-grid-body {
        padding: 0;
    }

    body#cart .cart-grid-right .cart-overview.js-cart .cart__product-qty,
    body#cart .cart-grid-right .cart-overview.js-cart .cart__product-price {
        margin: 5px 0;
    }

    body#cart .cart-item .cart__product-price .remove-from-cart {
        position: inherit;
    }

    body#cart .cart-grid-right .cart-overview.js-cart span.product-image {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
        max-height: 200%;
    }

    body#cart .cart-grid-right .cart-overview.js-cart span.product-image img {
        padding: 0;
        margin-top: -25%;
    }

    .subcats_filters_order .filtros,
    .subcats_filters_order div#orden-filtrado-horiz {
        border: 0;
        margin: 0;
        border-top: 1px solid #c4c3c1;
        height: auto;
        padding: 10px 0;
    }

    body .subcats_filters_order {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 25px;
    }

    body#category section#wrapper h1.h1 {
        text-align: center;
        font-weight: 600 !important;
        font-size: 35px !important;
        line-height: 37px !important;
        color: #2b2b2b !important;
        margin-bottom: 15px;
        margin-top: 20px !important;
    }

    body .product-miniature .product-title {
        text-align: center !important;
        display: block;
        height: auto;
        font-size: 21px !important;
        line-height: 33px !important;
    }

    body#category .elementor-button .elementor-button-text {
        font-weight: 400;
    }

    body .product-miniature .product-price-and-shipping {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        text-align: center !important;
        justify-content: center;
    }

    body#product .product_cover_thumbnails .images-container {
        display: flex;
        flex-direction: column-reverse;
    }

    #product .blockreassurance_product {
        padding: 0;
    }

    .blockreassurance_product_item {
        display: inline-flex;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
    }

    body .blockreassurance_product p.block-title,
    body .blockreassurance_product p.block-title span.title {
        padding-top: 0;
    }

    .blockreassurance_product .item-product {
        padding: 0;
    }

    body .blockreassurance_product p.block-title {
        width: 100%;
        text-align: left;
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: center;
    }

    body .blockreassurance_product p.block-title span {
        width: 100% !important;
    }

    body .blockreassurance_product p.block-title span br {
        display: none;
    }

    .blockreassurance_product_item:nth-child(2) {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding-top: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .blockreassurance_product_item p.block-title {
        display: inline-block;
        text-align: left;
    }

    body#product section#wrapper {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .displayNav1 {
        width: 45%;
    }

    body div#_desktop_logo img.logo {
        padding-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1520px) {
    div#_desktop_logo {
        margin-left: 4%;
    }

    .displayNav1 {
        margin-right: 4%;
    }
}

/*OFERTAS*/
.product-flags li.product-flag.discount {
    width: 93%;
    margin-top: 0 !important;
    text-align: center;
}

/*MODSYS-18-09-24*/
nav.breadcrumb {
    border-bottom: 1px solid #e2e2e2;
}

#cms nav.breadcrumb {
    border-bottom: 0;
}

.price_outstanding .product-prices .product-price .current-price {
    display: block;
    margin: 3% 0;
}

.block_price_now {
    display: flex;
    justify-content: start;
    align-items: center;
}

body#product .price_outstanding .product-prices .product-price .current-price .old_price {
    font-weight: 300;
    font-size: 20px;
    line-height: 0px;
}

img.svg.invisible {
    visibility: visible !important;
}

.blockreassurance_product_item p.block-title {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 0 !important;
}

#product-details-info h2,
section.featured-products p.h3.products-section-title {
    color: #4d4d4d;
    font-size: 25px;
    line-height: 42px;
    font-weight: 600;
    text-transform: none;
}

body#product .product-information .card dl.data-sheet dt,
body#product .product-information .card dl.data-sheet dd,
body .product-miniature .product-title {
    font-size: 16px !important;
}

@media (min-width: 991px) {
    #accordion {
        margin: 18% 0;
    }
}

/*MODSYS 03-10-24*/
label.psgdpr_consent_message {
    display: flex;
}

/*Ocultar bloque newsletter*/
label span.color {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
}

.contact-form span.buttonText {
    color: #fff;
}

.contact-form .buttonText .material-icons {
    color: #232323;
}

#category nav.breadcrumb {
    border-bottom: 0;
}

.product-variants>.product-variants-item ul li.opciones_combinacion label {
    width: 100%;
}

.product-variants>.product-variants-item ul li.opciones_combinacion label span.radio-label {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: transparent;
    border: 0;
    transition: 0.2s;
}

.product-variants>.product-variants-item {
    border-bottom: 1px solid #cac9c7;
}

ul.ulcombinaciones {
    display: inline-grid;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-variants>.product-variants-item ul li.opciones_combinacion .input-color:checked+span,
.product-variants>.product-variants-item ul li.opciones_combinacion .input-color:hover+span,
.product-variants>.product-variants-item ul li.opciones_combinacion .input-radio:checked+span,
.product-variants>.product-variants-item ul li.opciones_combinacion .input-radio:hover+span {
    background: #e7e2da !important;
    cursor: pointer;
}

#products .variant-links {
    top: 0;
    text-align: left;
    background: transparent;
    min-height: auto;
}

#products .variant-links a.color {
    border-radius: 50%;
    margin: 0 5px 0 0;
}

body#my-account #wrapper #content-wrapper section#content .row {
    display: inline-flex;
    flex-wrap: wrap;
}

#my-account .link-item {
    height: 100%;
}

body#my-account #wrapper #content-wrapper section#content .row a {
    margin-bottom: 15px;
}

div#splide_accessories .variant-links {
    background: transparent;
    text-align: left;
}

div#splide_accessories .variant-links a.color {
    margin-left: 0;
    border-radius: 50%;
}

/*
body#product .product-information .blockreassurance_product_item:nth-child(3) span.title {
    margin: 0 auto;
    max-width: 145px;
}*/

body#product .product_cover_thumbnails .images-container {
    display: flex;
    flex-direction: column-reverse;
}

body#contact section#wrapper,
body#contact section#wrapper .dbcontactinfo_sidebar,
body#contact section#wrapper section.contact-form {
    background: #f5f3f1;
}

body#contact section#wrapper section.contact-form {
    padding: 0;
}

body#contact section#wrapper {
    padding-top: 30px;
}

body#contact section#wrapper section.contact-form input.btn.btn-primary {
    width: 100%;
    margin-bottom: 10px;
}

body#contact section#wrapper section.contact-form footer.form-footer {
    padding: 0 15px;
}

body#contact section#wrapper section.contact-form .input-group .input-group-btn>.btn {
    background: #000;
}

body#contact section#wrapper section.contact-form .input-group .input-group-btn>.btn span,
body#contact section#wrapper section.contact-form .input-group .input-group-btn>.btn i {
    color: #fff;
}

body#contact section#wrapper section.contact-form .gdpr_consent {
    padding: 0 8px;
}

body#contact section#wrapper.breadcrumb {
    padding-top: 0;
}

body#contact .contact-form h3 {
    font-weight: 600;
    font-size: 1.125rem;
}

body#contact section#wrapper .dbcontactinfo_sidebar .title {
    font-weight: 600;
}

body#contact section#wrapper .dbcontactinfo_sidebar .value a,
body#contact section#wrapper .dbcontactinfo_sidebar .value {
    color: #232323;
    font-weight: 400;
}

body#contact #main .page-content.card {
    background-color: #f5f3f1 !important;
    padding: 0;
}

section.register-form .g_customfields_content_gdpr span.custom-checkbox label.psgdpr_consent_message {
    display: inline-block;
    padding: 0 25px !important;
}

section.register-form .g_customfields_content_gdpr span.custom-checkbox,
section.register-form .g_customfields_content_gdpr span.custom-checkbox label.psgdpr_consent_message {
    width: 100%;
}

.navigation_account .title {
    color: var(--color_font);
    font-weight: 600;
}

.navigation_account .item {
    font-weight: 400;
    color: var(--color_font);
    font-size: 0.9rem;
}

.navigation_account>* {
    padding: 0.5rem 0;
}

.navigation_account {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    padding: 1rem;
}

.navigation_desktop.hidden-md-down,
body#my-account div#content-wrapper {
    margin-top: 15px;
}

body#identity .card.card_account {
    background: #fff;
}

.navigation_mobile .card-body .active {
    background-color: var(--background);
    color: #000 !important;
}

.navigation_mobile .card-body>* {
    padding: 0.5rem;
    color: var(--color_font);
    font-size: 0.9rem;
}

.navigation_mobile .card-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.navigation_mobile .btn-link {
    padding: 0.5rem;
    width: 100%;
    text-align: left;
    color: var(--color_font);
    outline: 0;
    font-weight: 600;
}

.navigation_mobile .btn-link i {
    float: right;
    font-size: 20px;
}

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link {
    text-align: left;
    font-size: 15px;
    color: #232323;
}

h5.aeuc_scart a,
h5.aeuc_scart a:hover {
    color: #232323 !important;
}

body#checkout section.checkout-step #customer-form span.form-control-comment {
    display: none;
}

body div#social_loginizer_block_left .block_content ul#output-left li {
    margin-bottom: 15px;
}

body div#social_loginizer_block_left .block_content ul#output-left li i {
    color: #6b6b6b;
}

body#checkout section.checkout-step .btn.continue {
    background-color: #232323;
}

body div#social_loginizer_block_left .block_content ul#output-left li img {
    filter: grayscale(1);
}

body#checkout div#checkout-guest-form .custom-checkbox {
    display: flex !important;
}

body#cms.cms-id-2 section#content p,
body#cms.cms-id-2 section#content h4 {
    display: none;
}

body#cms.cms-id-2 section#content .elementor p,
body#cms.cms-id-2 section#content .elementor h4 {
    display: block;
}

body#checkout .help-block .alert-danger {
    display: flex;
}

body#checkout section.checkout-step .address-item.selected {
    border: #e7e2da 3px solid;
}

.custom-radio input[type="radio"]:checked+span {
    background-color: #000000;
}

.form_cupon input.promo-input {
    min-height: 35px;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    display: block;
    visibility: inherit;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    display: block;
    visibility: hidden;
}

div#payment-confirmation button.btn.btn-primary {
    opacity: 1 !important;
    color: #fff;
    border-radius: 31px;
    background: #232323;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

body#checkout section.checkout-step .payment-options .payment-option {
    min-height: 80px;
    padding: 0.9375rem;
    margin-bottom: 0.9375rem;
    background: var(--background);
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

body#checkout section.checkout-step .payment-options label {
    margin: 0;
    width: calc(100% - 30px);
    text-align: left;
    cursor: pointer;
}

body#checkout section.checkout-step .payment-options label {
    margin: 0;
}

body #cbp-hrmenu1 .cbp-hrsub-inner .cbp-column-title,
body #cbp-hrmenu1 .cbp-hrsub-inner a.cbp-column-title:link,
body #cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
body #cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    font-size: 16px;
}

body a,
body a:hover {
    color: #4d4d4d;
}

body #blockcart-modal .modal-content {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

body section#wrapper,
body #blockcart-modal .modal-header,
body #blockcart-modal .modal-body,
body#checkout section.checkout-step {
    background: #f5f3f1;
}

#my-account .link-item {
    background: #e7e2da;
}

.displayBanner div#custom-text {
    padding: 0;
    margin: 0;
}

.displayBanner {
    padding: 10px 15px;
    margin: 0;
    background: #e7e2da;
}

span.masiva {
    font-size: 11px;
}

.contenido_banner {
    max-width: 1330px;
    margin: 0 auto;
}

.row.cbp-categories-row {
    margin-top: 15px;
}

#blockcart-modal .cart-content p.product-tax {
    color: var(--color_font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
}

body#cart .cart-grid-right .block-promo {
    margin-top: 15px;
    padding-top: 15px;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    visibility: hidden !important;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    visibility: inherit !important;
}

a.cbp-column-title {
    font-weight: 400 !important;
}

body#index .product-miniature .product-description {
    background: #f5f3f1;
}

.cbp-category-link-w a.cbp-column-title.cbp-category-title {
    font-weight: 300 !important;
}

/*

div#js-product-list .products .producto-simple:nth-child(21),
div#js-product-list .products .producto-simple:nth-child(22),
div#js-product-list .products .producto-simple:nth-child(23),
div#js-product-list .products .producto-simple:nth-child(24),
div#js-product-list .products .producto-simple:nth-child(25) {
    display: none !important;
}

div#js-product-list div#js-product-list .products .producto-simple:nth-child(21),
div#js-product-list div#js-product-list .products .producto-simple:nth-child(22),
div#js-product-list div#js-product-list .products .producto-simple:nth-child(23),
div#js-product-list div#js-product-list .products .producto-simple:nth-child(24),
div#js-product-list div#js-product-list .products .producto-simple:nth-child(25) {
    display: block !important;
}
*/
@media (min-width: 1521px) and (max-width: 1699px) {
    body .displayNav1 div#search_widget {
        margin-left: 30px;
    }
}

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

.bottom_product {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.bottom_product .col-md-6 {
    margin: 0 !important;
}

.bottom_product .col-md-6 .col-md-12 {
    padding: 0;
}

#product .product_topview .product-description,
#product .product_topview .product-description p {
    text-align: justify;
}

.language-selector-wrapper {
    display: none;
}

#products #js-product-list-header {
    display: flex;
    justify-content: flex-end;
    gap: 2%;
}

div#iqitmegamenu-mobile-content ul#iqitmegamenu-accordion li .tituloseccion .responsiveInykator {
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 12px !important;
    z-index: 999;
    margin-top: -22px;
    height: 22px;
}

div#iqitmegamenu-mobile-content ul#iqitmegamenu-accordion li .tituloseccion {
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: left;
    align-items: flex-start;
}

div#iqitmegamenu-mobile-content ul#iqitmegamenu-accordion li .tituloseccion a.cbp-empty-mlink {
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

button.wishlist-button-add {
    display: none;
}

body#product .product-information button.wishlist-button-add {
    display: block;
    margin-left: 5px;
}

body#category .slider-container .swiper-wrapper {
    justify-content: center;
}

@media only screen and (max-width:767px) {
    body#product .product-quantity .add {
        min-width: 60% !important;
    }

}

@media only screen and (min-width:767px) {
    body#product .product-quantity .add {
        min-width: 70% !important;
    }

}

/*
.ybc-blog #content-wrapper .ybc-blog-wrapper, #content-wrapper .ybc-blog-wrapper, #left-column .ybc_blog_sidebar .block, #right-column .ybc_blog_sidebar .block, .ybc-blog-wrapper-detail, .blog-category, 
#ybc-blog-related-products, .ybc_comment_form_blog {
    background-color:  #F5F3F1;
}*/


body#cms.cms-id-40 header.page-header,
body#cms.cms-id-40 section#wrapper.breadcrumb {
    display: none;
}