/*
Theme Name: kuppersbusch
Description: Teka - Divi Child Theme
Author:  kph
Author URI:  http://www.mediosyproyectos.com
Template: Divi
Version:  1.0
*/
/* =Theme customizations
------------------------------------------------------- */
@font-face {
    font-family: 'ElegantIcons';
    src: url('fonts/ElegantIcons.eot');
    src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
        url('fonts/ElegantIcons.woff') format('woff'),
        url('fonts/ElegantIcons.ttf') format('truetype'),
        url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*global*/
html {
    background: #0e0e0e;
    background-color: #0e0e0e;
}

body {
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    background-color: #FFF !important;
}

div#select-market {
    text-transform: uppercase;
}

#select-market strong {
    font-weight: 300;
}

#page-container {
    padding-top: 0 !important;
}

#main-content {
    background-color: #FFF !important;
}

body.page:not(.home),
body.page:not(.home) #main-content {
    background-color: #000 !important;
}

#top-header,
#et-secondary-nav li ul {
    background-color: #000000 !important;
}

p {
    color: #000;
}

.et_pb_bg_layout_dark p {
    color: #FFF;
}

h3 {
    font-size: 24px !important;
}

strong {
    font-weight: 600;
}

.scroll-down-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation: scrolldownanimated 3.6s ease infinite;
    animation: scrolldownanimated 3.6s ease infinite;
    transform-origin: 50% 50%;
}

@-webkit-keyframes scrolldownanimated {
    0% {
        transform: translateY(0);
    }

    5.55556% {
        transform: translateY(0);
    }

    11.11111% {
        transform: translateY(0);
    }

    22.22222% {
        transform: translateY(-15px);
    }

    27.77778% {
        transform: translateY(0);
    }

    33.33333% {
        transform: translateY(-15px);
    }

    44.44444% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes scrolldownanimated {
    0% {
        transform: translateY(0);
    }

    5.55556% {
        transform: translateY(0);
    }

    11.11111% {
        transform: translateY(0);
    }

    22.22222% {
        transform: translateY(-15px);
    }

    27.77778% {
        transform: translateY(0);
    }

    33.33333% {
        transform: translateY(-15px);
    }

    44.44444% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

.link-back {
    display: none;
    font-weight: 600;
}

.debug {
    display: block;
    background: #ffced6;
    border: 2px solid #c8102e;
    margin: 10px 0;
    padding: 5px;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.25em;
}

.product-list .hentry .debug {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8;
    margin: 0;
}

.product-list .hentry:hover .debug {
    display: block;
}

.full-width .et_pb_row {
    max-width: 100%;
    width: 100%;
}

.full-height,
.full-height.et_pb_slider .et_pb_slide {
    height: 100vh;
}

.full-height.et_pb_slider .et_pb_slide {
    padding-top: 0 !important
}

.et_pb_tab_content table {
    overflow: scroll;
    max-width: 100%;
    display: block;
}

@media only screen and (min-width: 981px) {
    .et_pb_slide:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to right, #000000, transparent);
        opacity: .6;
    }

    .no-shadow .et_pb_slide:before {
        display: none;
    }
}

.et-pb-controllers a {
    width: 10px;
    height: 10px;
    border-radius: 14px;
}

.slick-prev-fullscreen:before,
.slick-next-fullscreen:before,
.slick-prev:before,
.slick-next:before {
    font-family: 'fontello';
}

.slick-prev-fullscreen:before,
.slick-prev::before {
    content: '\e80c';
}

.slick-next-fullscreen:before,
.slick-next:before {
    content: '\e80a';
}

@media (max-width: 480px) {
    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }
}

.tooltipster-sidetip .tooltipster-box {
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

.tooltipster-sidetip .tooltipster-content {
    color: #000;
    font-size: 13px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    top: 1px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #bdbdbd;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff;
    top: -1px;
}

.wp-pagenavi {
    padding-top: 0;
    border-top: 0;
    text-align: center;
    line-height: 1em;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenave .nextpostlink {
    background: #cccccc;
    color: #fff !important;
    width: 23px !important;
    display: inline-block;
    padding: 3px 0;
    font-size: 13px !important;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
    width: auto !important;
    padding: 3px 10px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #FFF !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #656464;
    color: #fff !important;
}

.wpcf7-response-output {
    color: #FFF;
}

/*teka global*/
.teka-button {
    font-weight: 300;
    font-size: 11px;
    float: right;
    color: #000 !important;
    text-align: center;
    border: 1px solid !important;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-list .teka-button {
    margin-top: 10px;
}

.teka-button-red {
    background: #c8102e;
    color: #FFF;
}

/*checkbox*/
.checkbox-container [type="checkbox"]:not(:checked),
.checkbox-container [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox-container [type="checkbox"]:not(:checked) + label,
.checkbox-container [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-size: 90%;
    color: #000;
    text-transform: capitalize;
}

.checkbox-container [type="checkbox"]:not(:checked) + label:before,
.checkbox-container [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.checkbox-container [type="checkbox"]:checked + label:before {
    border: 1px solid #222;
}

.checkbox-container [type="checkbox"]:not(:checked) + label:after,
.checkbox-container [type="checkbox"]:checked + label:after {
    content: "W";
    position: absolute;
    top: -0.07em;
    left: -0.13em;
    font-size: 1.8em;
    line-height: 0.8;
    color: #C8102E;
    font-family: Eleganticons;
}

.checkbox-container [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.checkbox-container [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.checkbox-container [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-container [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.checkbox-container [type="checkbox"]:disabled:checked + label:after {
    color: #616161;
}

.checkbox-container [type="checkbox"]:disabled + label {
    color: #aaa;
}

.checkbox-container [type="checkbox"]:checked:focus + label:before,
.checkbox-container [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #222;
}

.checkbox-container label:hover:before {
    border: 1px solid #222 !important;
}

/*breadcrumbs*/
.et_right_sidebar #main-content #breadcrumbs .container:before {
    display: none;
}

#breadcrumbs {
    margin-top: 30px;
}

#breadcrumbs,
#breadcrumbs_bottom,
#breadcrumbs_bottom a,
#breadcrumbs a {
    font-size: 12px;
    color: #515151 !important;
}

#main-content #breadcrumbs > div {
    padding-top: 20px;
}

#product-breadcrumbs {
    margin-bottom: 15px;
}

/*forms*/
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
input[type=date],
.file-label .file-container {
    border: 2px solid #e4e3e3;
    width: 100%;
    padding: 9px 23px 9px 23px;
    margin-bottom: 1px;
    height: 45px;
    border-radius: 2px;
    font-size: 13px;
    color: #616161;
}

.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=date],
.wpcf7 .file-label .file-container {
    border: 2px solid #383838 !important;
    width: 100%;
    padding: 9px 23px 9px 23px;
    margin-bottom: 1px;
    height: 45px;
    border-radius: 0px !important;
    font-size: 13px;
    color: #ffffff !important;
    background-color: #383838 !important;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
input[type=date]:focus {
    border: 2px solid #3c3c3c;
    border-bottom: 2px solid #d3d3d3;
    font-size: 13px;
    color: #616161;
}

input[type=email]::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=email]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=email]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=email]::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=email]::placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]::placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]::placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]::placeholder {
    font-size: 13px;
    color: #616161;
}

select::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

select:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]::placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=email].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input[type=date].wpcf7-not-valid {
    border-bottom: 2px solid #C8102E;
}

input[type="submit"] {
    background: #3C3C3C;
    padding: 0 40px;
    margin: 10px 0 0 10px;
    border: none;
    height: 30px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    transition: 0.5s;
}

input[type="submit"]:hover {
    background: #212121;
    padding: 0 40px;
    margin: 10px 0 0 10px;
    border: none;
    height: 30px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    transition: 0.5s;
}

.wpcf7 h3,
.col12,
.col6:nth-of-type(2n+1) {
    clear: both;
}

.col6 {
    width: 50%;
    float: left;
    padding: 10px;
}

.wpcf7 h3 {
    padding: 0 10px;
    font-size: 32px !important;
    margin: 40px 0 20px 0;
    font-weight: normal;
    display: block;
    clear: both;
}

@media (max-width: 981px) {
    .wpcf7 h3 {
        margin: 20px 0 20px 0;
        font-size: 20px !important;
    }
}

.col12 {
    display: block;
}

.col12 span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 7px;
}

.file-label {
    overflow: hidden;
    position: relative;
}

.file-label > strong {
    display: block;
}

.file-label .file-container {
    position: relative;
    cursor: pointer;
}

.file-label .file-container > span {
    color: #616161;
    font-size: 13px;
}

.file-label .file-container i {
    background: transparent;
    width: 46px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    color: #8e8d8d;
    /* border-left: 1px solid #cdcdcb; */
}

.file-label [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.file-label [type=file] {
    cursor: pointer;
}

.container {
    width: 90%;
}

@media (max-width: 981px) {
    .et_pb_row {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: 90%;
    }
}

/*header*/
#footer-idioma {
    position: initial !important;
    margin-left: 10px;
    list-style: none;
    margin: 5px 0 0 0;
}

#footer-idioma > a {
    display: block;
    width: 18px;
    height: 18px;
    padding-bottom: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.et_secondary_nav_enabled #page-container #top-header {
    background-color: transparent !important;
}

#top-header {
    background-color: #222222;
    position: fixed !important;
}

.et_header_style_left .logo_container {
    width: auto;
    z-index: 999999;
}

@media (max-width: 981px) {
    .et_header_style_left .logo_container {
        height: 120%;
    }
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#logo {
    background: #C8102E;
}

#top-header-right {
    margin-top: -5px;
    position: absolute;
    right: 0 !important;
    top: 12px;
    display: flex;
    gap: 7px;
}

@media (max-width: 981px) {
    #top-header-right {
        margin-top: 5px;
    }
}

.et_header_style_left .logo_container {
    width: auto;
}

#main-header {
    z-index: 100001;
}

#main-footer .footer-widget .widget_media_image img {
    max-width: 220px !important;
}

/*@media only screen and (min-width: 981px) {
    #main-header {
        -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .1) !important;
        -moz-box-shadow: 0 0 70px rgba(0, 0, 0, .1) !important;
        box-shadow: 0 0 70px rgba(0, 0, 0, .1) !important;
    }*/
#logo {
    max-height: 86px !important;
    min-height: 86px !important;
    max-width: 86px;
    min-width: 86px;
    padding: 4px;
    /*margin-top: -30px;*/
}

.new-logo #logo {
    padding: 0px;
}

#et-top-navigation {
    width: 100%;
    padding-left: 160px !important;
}

@media (max-width: 981px) {

    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100%;
    }

    #logo {
        max-height: 120%;
        min-height: 120%;
    }
}

.et_pb_menu_hidden #top-header-right {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

.et_pb_menu_visible #top-header-right {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1)
}

#header-country {
    max-width: 28px;
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    margin-left: 5px;
}

#header-country ul ul {
    display: none;
}

#header-country .current-country {
    display: block;
}

/*AJUSTES ESTILOS BUSCADOR DIFERENCIADOS DE TEKA*/
.et_search_outer a {
    color: black;
    text-decoration: underline;
}

.et_search_outer span.title-life-style {
    color: black !important;
}

/*----------*/
#et_top_search {
    display: inline-block;
    float: none;
    margin-top: 0;
    width: 28px;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    color: #515151;
}

#et_top_search > span:before {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

#top-header-right > a > span.itk-user-off {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

#top-header-right > a > span.itk-user-off:before {
    font-size: 20px;
    line-height: 28px;
    color: #515151;
}

#top-menu-right {
    display: inline-block;
    vertical-align: middle;
    padding-right: 13px;
}

#top-menu-right a {
    color: #515151;
    border-right: 1px solid #515151;
    padding-right: 13px;
}

@media (max-width: 981px) {

    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 0px !important;
    }

    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        padding-bottom: 5px !important;
        margin: 0px 0px 0px 0px;
        padding-top: 10px;
    }
}

/*menu*/
#top-menu-nav {
    position: relative;
    width: 100%;
    display: block;
}

#top-menu-nav > ul > li > a:hover {
    opacity: 1;
}

#top-menu li {
    position: static;
    padding-right: 0;
}

#top-menu li ul {
    box-shadow: none;
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
}

#top-menu .menu-item-has-children > a:first-child:after {
    display: none;
}

#top-menu > li > a:first-child {
    padding: 0 15px 20px;
}

#top-menu li ul.sub-menu {
    position: absolute;
    max-width: 55%;
    -moz-column-count: 2;
    column-count: 2;
    min-height: 200px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

#top-menu li.menu-item ul.sub-menu li {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
}

#top-menu li.menu-item ul.sub-menu li:last-child {
    border: 0px !important;
}

#top-menu li:hover ul.sub-menu {
    pointer-events: auto;
    margin-left: -13px;
}

#top-menu li.menu-bath ul.sub-menu,
#top-menu li.menu-laundry ul.sub-menu {
    -moz-column-count: 1;
    column-count: 1;
    min-height: 210px;
}

#top-menu li.menu-bath ul.sub-menu li,
#top-menu li.menu-laundry ul.sub-menu li {
    width: 100%;
}

#top-menu .sub-menu-2 {
    width: 50% !important;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

#top-menu .sub-menu-2 > div > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#main-header .et_mobile_menu .menu-item-has-children > a {
    font-weight: 600;
    background-color: transparent;
    position: relative;
}

.et_mobile_menu {
    border-top: 1px solid #ccc;
    border-color: #ccc !important;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-size: 16px;
    content: '\4c';
    top: 13px;
    right: 10px;
}

#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
}

#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul {
    display: none !important;
}

.mobile_menu_bar:before,
.et_overlay:before {
    color: #515151 !important;
}

ul.sub-menu:before,
ul.sub-menu:after {
    /*width: 200%;*/
    content: "";
    height: 100%;
    background: #FFF;
    display: block;
    position: absolute;
    top: -2px;
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
}

@media (min-width: 981px) {

    ul.sub-menu:before,
    ul.sub-menu:after {
        width: 300%;
    }
}

ul.sub-menu:before {
    left: -300%;
}

ul.sub-menu:after {
    right: -300%;
}

#top-menu li li,
#top-menu li li a {
    padding-left: 0;
    width: 100%;
}

#top-menu li li a {
    padding: 4px 0;
}

.menu-product-left {
    width: 30%;
    float: left;
}

.menu-product-right {
    width: 70%;
    float: right;
    padding-left: 5%;
}

span.menu-product-shortname {
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    color: #b2b2b2;
}

span.menu-product-name {
    display: block;
    font-size: 23px;
    color: #222;
    line-height: 1.25em;
    font-weight: 600;
    margin: 10px 0 25px;
}

#top-menu span.menu-product-link {
    color: #c8102e !important;
}

#top-menu a {
    color: #000 !important;
}

#top-menu li.current-menu-item > a {
    font-weight: 600;
}

span.menu-support-atencion {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 10px;
}

span.menu-support-telefono-2,
span.menu-support-telefono {
    display: block;
    font-size: 34px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 2px;
    position: relative;
    padding-left: 50px;
}

span.menu-support-telefono:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e84b';
    margin-right: 9px;
    position: absolute;
    left: 0;
}

.menu-support-horario {
    font-weight: normal;
    padding-left: 50px;
}

.menu-support-horario br {
    display: none;
}

#top-menu li a {
    font-size: 15px !important;
}

#top-menu li a:hover {
    background-color: transparent;
}

@media (min-width: 981px) and (max-width: 1400px) {
    span.menu-product-shortname {
        font-size: 15px;
    }

    span.menu-product-name {
        font-size: 16px;
    }
}

.support_menu_mobile {
    display: none !important;
}

@media (max-width: 981px) {
    .support_menu_mobile {
        display: block !important;
    }
}

/*home*/
#kph-home-slider,
#kph-home-slider .et_pb_slide {
    min-height: 100vh;
    max-height: 100vh !important;
}

#kph-home-slider .container_button {
    display: flex;
    gap: 30px;
}

#kph-home-slider .container_button a,
#kph-home-slider .container_button_right a {
    color: #FFF;
}

#kph-home-slider .et_pb_slider_with_overlay .et_pb_slide_overlay_container {
    opacity: 40% !important;
}

#kph-home-slider .et-pb-slider-arrows {
    position: absolute;
    width: 100%;
}

#kph-home-slider .et-pb-controllers {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

#home-slider {
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#home-slider > div.et_pb_bottom_inside_divider {
    bottom: 60px;
}

#home-slider .et-pb-controllers a {
    background-color: #cccccc;
    border-radius: 0;
    vertical-align: middle;
}

#home-slider .et-pb-controllers a.et-pb-active-control {
    background-color: #C8102E;
    width: 14px;
    height: 14px;
}

#home-slider .et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 100%;
    text-align: left;
    height: 80vh !important;
}

#home-slider .et_pb_slider_container_inner {
    width: 60%;
    vertical-align: middle;
}

#home-slider .et_pb_slider .et_pb_container h3 {
    font-size: 42px !important;
    line-height: 1.15em;
    margin-bottom: 0px;
}

#home-slider .et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 14% 8% 9%;
}

@media (max-width: 981px) {
    #home-slider .et_pb_slider_container_inner {
        width: 90%;
        vertical-align: top;
    }

    #home-slider .et_pb_slide_description,
    .et_pb_slider_fullwidth_off .et_pb_slide_description {
        width: auto;
        margin: auto;
        padding: 10% 8% 9% 0%;
    }
}

@media (max-width: 481px) {

    #home-slider .et_pb_slide_description,
    .et_pb_slider_fullwidth_off .et_pb_slide_description {
        width: auto;
        margin: auto;
        padding: 14% 8% 9% 0%;
    }
}

@media (max-width: 1500px) {
    #home-slider .et_pb_slider .et_pb_container h3 {
        font-size: 35px !important;
        line-height: 1.15em;
        margin-bottom: 0px;
        text-align: left !important;
    }

    #home-slider .et_pb_slider .et_pb_container p {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    #home-slider .et_pb_slider_container_inner {
        width: 100%;
    }

    #home-slider .et_pb_slider .et_pb_container h3 {
        font-size: 28px !important;
        line-height: 1.15em;
        margin-bottom: 0px;
        text-align: left !important;
        word-break: unset;
        word-wrap: unset;
        overflow-wrap: unset;
        -webkit-hyphens: unset;
        -ms-hyphens: unset;
        hyphens: unset;
    }

    #legal-tabs .et_pb_tabs_controls li {
        height: 22px !important;
        float: left;
        border: none;
    }
}

#home-slider .et_pb_slider .et_pb_container h3 strong {
    font-weight: 600;
}

.slider-full-height .et_pb_slider .et_pb_slide {
    height: 100vh;
}

/*home - banners*/
.home-banners {
    padding: 20px !important;
}

.home-banners > div {
    padding: 0 !important;
}

@media (min-width: 981px) {
    .home-banners .et_pb_column_1_2 {
        width: 50% !important;
        margin-right: 20px !important;
    }
}

.home-banners .et_pb_column {
    height: 425px;
    display: flex;
    align-items: center;
}

@media (max-width: 1660px) {
    .home-banners .et_pb_column {
        height: 400px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1551px) {
    .home-banners .et_pb_column {
        height: 385px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1500px) {
    .home-banners .et_pb_column {
        height: 375px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1410px) {
    .home-banners .et_pb_column {
        height: 370px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1366px) {
    .home-banners .et_pb_column {
        height: 360px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1290px) {
    .home-banners .et_pb_column {
        height: 345px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1235px) {
    .home-banners .et_pb_column {
        height: 337px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1152px) {
    .home-banners .et_pb_column {
        height: 325px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1100px) {
    .home-banners .et_pb_column {
        height: 308px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1050px) {
    .home-banners .et_pb_column {
        height: 295px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .home-banners .et_pb_column {
        height: 295px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 986px) {
    .home-banners .et_pb_column {
        height: 280px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 980px) {
    .home-banners .et_pb_column {
        height: 400px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 880px) {
    .home-banners .et_pb_column {
        height: 375px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 835px) {
    .home-banners .et_pb_column {
        height: 350px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .home-banners .et_pb_column {
        height: 300px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .home-banners .et_pb_column {
        height: 275px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {

    #home-banner-1:before,
    #home-banner-2:before,
    #home-banner-3:before,
    #home-banner-4:before {
        content: '';
        position: absolute;
        top: 132px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, transparent, #000000);
        opacity: .4;
    }
}

#home-banner-2 .et_pb_text,
#home-banner-4 .et_pb_text {
    align-items: flex-end;
}

#home-banner-1 .et_pb_text,
#home-banner-3 .et_pb_text {
    align-items: flex-end;
    justify-content: flex-start;
}

#home-banner-1 .et_pb_text,
#home-banner-2 .et_pb_text,
#home-banner-3 .et_pb_text,
#home-banner-4 .et_pb_text {
    width: 100%;
    height: 100%;
    display: flex;
}

#home-banner-2 .et_pb_text .et_pb_text_inner,
#home-banner-4 .et_pb_text .et_pb_text_inner {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
    padding: 40px 20px 40px 20px;
}

#home-banner-1 .et_pb_text .et_pb_text_inner,
#home-banner-3 .et_pb_text .et_pb_text_inner {
    max-width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding: 40px 20px 40px 20px;
}

#home-banner-2 .et_pb_text em {
    font-style: inherit;
    color: #c8102e;
    font-size: 21px !important;
}

#home-banner-2 .et_pb_text p {
    color: #FFF;
}

#home-banner-1 .et_pb_text h3,
#home-banner-2 .et_pb_text h3,
#home-banner-3 .et_pb_text h3,
#home-banner-4 .et_pb_text h3 {
    font-size: 28px !important;
    color: #FFF;
}

/*#home-banner-1 .et_pb_text h3:after,
#home-banner-2 .et_pb_text h3:after,
#home-banner-4 .et_pb_text h3:after,*/
/*
#home-banner-3 .et_pb_text h3:after {
    content: "";
    width: 30%;
    height: 2px;
    display: inline-block;
    background: #FFF;
    margin: 20px 0 10px;
}*/
#home-banner-2 .et_pb_text h3:after {
    margin: 20px 0 10px 50%;
}

#home-banner-1 .et_pb_text h3:after,
#home-banner-3 .et_pb_text h3:after,
#home-banner-4 .et_pb_text h3:after {
    margin: 20px 50% 10px 0;
}

@media (max-width: 1336px) {

    #home-banner-1 .et_pb_text h3,
    #home-banner-2 .et_pb_text h3,
    #home-banner-3 .et_pb_text h3,
    #home-banner-4 .et_pb_text h3 {
        font-size: 23px !important;
        color: #FFF;
    }

    #home-banner-1 .et_pb_text h3:after,
    #home-banner-3 .et_pb_text h3:after,
    #home-banner-4 .et_pb_text h3:after {
        margin: 0;
    }
}

@media (max-width: 981px) {

    #home-banner-1,
    #home-banner-3 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {

    #home-banner-1 .et_pb_text .et_pb_text_inner,
    #home-banner-2 .et_pb_text .et_pb_text_inner,
    #home-banner-3 .et_pb_text .et_pb_text_inner,
    #home-banner-4 .et_pb_text .et_pb_text_inner {
        padding: 40px 20px 20px 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    #home-banner-1 .et_pb_text h3,
    #home-banner-2 .et_pb_text h3,
    #home-banner-3 .et_pb_text h3,
    #home-banner-4 .et_pb_text h3 {
        text-align: center !important;
        font-size: 22px !important;
        color: #FFF !important;
    }

    #home-banner-1 .et_pb_text p,
    #home-banner-2 .et_pb_text p,
    #home-banner-3 .et_pb_text p,
    #home-banner-4 .et_pb_text p {
        text-align: center !important;
    }

    #home-banner-1,
    #home-banner-3 {
        margin-bottom: 20px !important;
    }
}

/*home - featured product*/
#home-featured-product {
    padding: 0;
    margin: 0 22px;
}

#home-featured-product .et_pb_row {
    display: flex;
    align-items: center;
}

#home-featured-product .et_pb_row {
    -webkit-animation: slide 110s linear infinite;
    /* Safari 4.0 - 8.0 */
    animation: slide 110s linear infinite;
    background-size: cover;
}

@media (max-width: 768px) {
    #home-featured-product .et_pb_row {
        -webkit-animation: slide 90s linear infinite;
        /* Safari 4.0 - 8.0 */
        animation: slide 90s linear infinite;
        background-size: cover;
    }
}

@-webkit-keyframes slide {
    0% {
        background-position: 50% 50%;
    }

    25% {
        background-position: 25% 50%;
    }

    50% {
        background-position: 50% 50%;
    }

    75% {
        background-position: 75% 50%;
    }

    100% {
        background-position: 50% 50%;
    }
}

@keyframes slide {
    0% {
        background-position: 50% 50%;
    }

    25% {
        background-position: 25% 50%;
    }

    50% {
        background-position: 50% 50%;
    }

    75% {
        background-position: 75% 50%;
    }

    100% {
        background-position: 50% 50%;
    }
}

#home-featured-product > div {
    height: 80vh;
}

@media (max-width: 981px) {
    #home-featured-product > div {
        height: 60vh;
    }
}

#home-featured-product-right {
    display: flex;
    align-items: center;
}

#home-featured-product .et_pb_text_inner {
    color: #707070;
}

#home-featured-product h3 {
    font-size: 28px !important;
    position: relative;
}

#home-featured-product h3 > em {
    font-style: normal;
    font-size: 22px !important;
    color: #707070;
}

#home-featured-product h3 > em > strong {
    color: #c8102e;
}

#home-featured-product h3 strong {
    line-height: 15pt;
    padding-bottom: 20px;
}

/*
#home-featured-product h3:after {
    content: "";
    width: 20%;
    height: 2px;
    display: block;
    background: #333;
    margin: 40px auto;
}*/
#home-featured-product p a {
    margin: 10px 20px 0 0;
    display: inline-block;
    font-size: 16px !important;
}

@media (max-width: 1336px) {
    #home-featured-product h3 {
        font-size: 23px !important;
        position: relative;
    }

    /*
    #home-featured-product h3:after {
        content: "";
        width: 30%;
        height: 2px;
        display: block;
        background: #333;
        margin: 20px auto;
    }*/
}

@media (max-width: 767px) {
    #home-featured-product h3 {
        font-size: 22px !important;
        position: relative;
    }

    /*    #home-featured-product h3:after {
        content: "";
        width: 30%;
        height: 2px;
        display: block;
        background: #333;
        margin: 20px auto;
    }*/
}

/*home - featured products */
#home-featured-products {
    padding: 0px 0px;
}

.product-list .slick-list .et_pb_grid_item:nth-child(4n+1) {
    clear: none !important
}

@media (max-width: 981px) {
    .product-list .slick-list .et_pb_grid_item {
        clear: none !important
    }

    #home-featured-products {
        padding-top: 20px !important;
    }

    #home-featured-products .et_pb_column .et_pb_module {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .slick-slide img {
        margin: 0px auto !important;
    }
}

.product-slider .slick-list {
    padding: 50px 0 0px;
}

.product-slider a {
    color: #fff;
}

.et_pb_gutters3 .product-slider .et_pb_grid_item {
    width: 25%;
    margin: 0 !important;
    padding: 20px;
}

.home_featured {
    text-align: center;
    font-size: 32px;
}

@media (max-width: 781px) {
    .home_featured {
        text-align: center;
        font-size: 26px;
    }
}

/*menuslide*/
.menuslider {
    overflow: hidden;
}

.menuslider,
.menuslider_slide {
    padding: 0 !important;
}

.menuslider_menu ul {
    padding-left: 0;
}

.menuslider.et-waypoint {
    opacity: 1 !important
}

.menuslider.et-waypoint.et-animated .et_pb_text,
.menuslider.et-waypoint.et-animated .menuslider_slide.selected .et_pb_text {
    opacity: 1;
    -webkit-animation: fadeBottom 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeBottom 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.menuslider.et-waypoint .et_pb_image,
.menuslider.et-waypoint .menuslider_slide.selected .et_pb_image {
    opacity: 0;
}

.menuslider.et-waypoint.et-animated .et_pb_image,
.menuslider.et-waypoint.et-animated .menuslider_slide.selected .et_pb_image {
    opacity: 1;
    -webkit-animation: fadeInRight 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 2s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.menuslider_menu li {
    list-style: none;
    position: relative;
    text-transform: uppercase;
    color: #b6b6b6;
    cursor: pointer;
    font-size: 10px;
    line-height: 2em;
    width: 100px;
}

.menuslider_menu .et_pb_text {
    padding-right: 0 !important
}

.menuslider_menu li.selected {
    color: #e22d33
}

.menuslider_menu li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #b6b6b6;
    left: 0;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
    margin-left: 13px;
}

.menuslider_menu li.selected:before {
    width: 15px;
    height: 1px;
    background: #e22d33;
    margin-left: 0;
}

.menuslider_slide img {
    width: 100%;
}

.menuslider_slide {
    color: #707070;
}

.menuslider_slide h3 {
    font-size: 40px;
    color: #707070;
}

.menuslider_slide h3:after {
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: #707070;
    margin: 30px 0 20px;
}

.menuslider_slide p {
    font-size: 16px;
    line-height: 1.5em;
}

.menuslider_slide p a {
    font-size: 14px;
    margin-top: 30px;
    display: block;
}

@media all and (max-width: 980px) {
    .menuslider_menu {
        display: none;
    }
}

/*footer*/
#main-footer > div.container {
    clear: both;
}

@media (max-width: 767px) {}

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget {
        margin-bottom: 20px;
    }
}

#main-footer .footer-widget,
#main-footer .footer-widget > div {
    margin-bottom: 10px;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 21px;
}

#footer-widgets .footer-widget li a {
    font-size: 13px;
    line-height: 1em;
    color: #c8c8c8 !important;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

@media (max-width: 981px) {
    div#footer-widgets {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    #footer-widgets > div:nth-child(3) {
        grid-column: 1 / span 2;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    #footer-widgets .footer-widget div img {
        float: none;
    }

    #footer-widgets .footer-widget .fwidget,
    #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 3% !important;
    }

    #footer-widgets {
        padding: 6% 0 0 0;
    }
}

@media (max-width: 767px) {

    #footer-widgets .footer-widget .fwidget,
    #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 3% !important;
    }

    #footer-widgets {
        padding: 10% 0 0 0;
    }

    #footer-bottom {
        padding: 0px 0 5px;
        background-color: #1f1f1f;
        background-color: rgba(0, 0, 0, .32);
    }
}

@media (max-width: 484px) {

    #footer-widgets .footer-widget .fwidget,
    #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 10% !important;
    }
}

@media (max-width: 767px) {}

#footer-bottom > div {
    border-top: 1px solid #737270;
}

#footer-idioma-old {
    display: none;
}

#et-secondary-nav #footer-idioma {
    position: relative;
    left: 80px;
    top: 41px;
}

#footer-idioma-old,
#footer-idioma,
#footer-copyright,
#footer-legal a {
    color: #bbb;
    font-size: 12px;
    font-weight: normal;
}

#footer-idioma-old,
#footer-idioma {
    position: absolute;
    line-height: 53px;
    top: 0;
    left: 0;
}

#footer-idioma-old,
#footer-idioma-old strong,
#footer-idioma strong,
#footer-idioma {
    color: #c8c8c8;
    font-weight: normal;
    font-size: 13px;
}

#footer-idioma-old img,
#footer-idioma img {
    vertical-align: middle;
    margin-right: 2px;
}

@media (max-width: 981px) {
    #footer-idioma-old {
        display: block;
        margin-top: 10px;
        width: 100%;
        position: relative;
        text-align: center;
        line-height: 40px;
    }

    #footer-idioma-old img {
        margin-right: 7px;
    }

    #footer-idioma {
        position: relative;
        display: block;
        margin-left: 0;
        text-align: left;
    }

    #footer-idioma a {
        border-bottom: 0px;
    }

    .bottom-nav {
        padding: 0px 0;
    }

    #footer-copyright {
        position: inherit !important;
        text-align: center;
        line-height: 17px !important;
        top: 0;
        right: 0;
        padding: 0px 0px 20px;
    }
}

@media (max-width: 767px) {
    .et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) {
        margin: 0 1% 2% 1% !important;
    }
}

#footer-copyright {
    position: absolute;
    line-height: 59px;
    top: 0;
    right: 0;
}

#footer-widgets .footer-widget .et-social-icons li {
    margin-left: 0;
    margin-right: 5px;
}

#footer-widgets .footer-widget .et-social-icon a {
    color: #232326;
    font-size: 11px;
    background: #FFF;
    width: 23px;
    border-radius: 40px;
}

ul#menu-footer-4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -8px;
}

#footer-legal {
    text-align: center;
}

#footer-legal li {
    padding-right: 5px;
}

#footer-legal li:after {
    content: "·";
    margin-left: 10px;
    color: #797980;
}

#footer-legal li:last-of-type:after {
    content: "";
    margin-left: 0;
}

.et_monarch .et_social_networks .et_social_icon,
.et_monarch .et_social_networks .et_social_icon:before,
.et_monarch .et_social_networks .et_social_icon:after {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    font-size: 12px;
}

/*estilo red social rusia OK*/
.itk-ru-ok:after {
    font-family: "fontello" !important;
    content: '\e817';
}

.et_monarch .widget_monarchwidget .et_social_ok i:before,
.et_monarch .widget_monarchwidget .et_social_ok i:after {
    margin: 0 !important;
}

.et_monarch .widget_monarchwidget .et_social_circle li.et_social_ok:hover i {
    background: #ee8208 !important;
}

@media (max-width: 767px) {

    .et_monarch .et_social_networks .et_social_icon,
    .et_monarch .et_social_networks .et_social_icon:before,
    .et_monarch .et_social_networks .et_social_icon:after {
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .et_monarch .et_social_networks .et_social_icons_container {
        display: flex;
        justify-content: center;
    }
}

.et_monarch .et_social_networks li,
.et_monarch .widget_monarchwidget .et_social_networks li {
    min-height: 25px;
}

.et_monarch .et_social_autowidth li {
    margin: 0 5px 5px 0 !important;
}

/*productos*/
#productos-header {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#productos-container {
    padding: 1% 0 !important;
}

#products-header {
    max-width: 540px;
}

#products-header h3 {
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 15px;
}

#products-header p {
    font-size: 20px;
    line-height: 1.3em;
}

#products-header a {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

#no-products {
    max-width: 380px;
    text-align: center;
    margin: 60px auto 80px;
}

@media (max-width: 1250px) {
    #products-header-img {
        height: 250px;
    }
}

@media (max-width: 781px) {
    #products-header-img {
        min-height: 120px;
        width: 95%;
    }

    #productos-header-title {
        padding: 30px 0px 15px;
        width: 95%;
    }
}

#products-header-img > video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#productos-header-title h1 {
    font-size: 48px !important;
    font-weight: 600;
}

@media (max-width: 781px) {
    #products-container {
        padding-top: 0px !important;
    }
}

#products-container {
    padding-top: 30px !important;
}

.product-list-footer img {
    width: auto !important;
    vertical-align: middle;
}

.product-list-colors {
    float: right;
}

.product-list-colors > img {
    margin-left: 12px;
}

.other-colors {
    margin-left: 1px;
}

.product-list-colors img {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    display: inline-block;
}

.product-list-colors .other-colors {
    display: inline;
}

.product-list-compare {
    float: right;
}

.compare-text {
    font-size: 13px;
}

.compare-text span {
    font-size: 13px;
    font-weight: 300;
}

span.label-new {
    padding: 2px 10px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

span.label-new-b {
    background: #000;
    padding: 2px 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}

.label-fix {
    opacity: 0;
    pointer-events: none;
    font-size: 14px;
}

.product-list {
    clear: both;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
}

.product-list-footer {
    overflow: hidden;
    margin-top: -25px;
    padding: 0 10px;
    font-size: 13px;
}

.product-list .productCatLargeName {
    color: #787879;
    font-weight: 300;
    font-size: 14px;
    width: 220px;
    float: left;
    display: block;
    line-height: 1.25em;
}

@media (max-width: 1500px) {
    .product-list .productCatLargeName {
        font-size: 13px;
        width: 170px;
    }
}

.title-life-style {
    color: #C8102E;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
}

.title-life-divider {
    font-weight: normal;
    padding: 0 4px 0;
}

.product-cat-img {
    margin: auto;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    width: 100%;
    max-width: 289px;
}

.product-list .productCat a {
    color: #000 !important;
    font-weight: 300;
    font-size: 18px;
}

@media (max-width: 480px) {
    .product-list img.product-cat-img {
        display: block;
        margin: 0px auto;
    }
}

#products-filters {
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: 0;
    padding-top: 50px;
    width: 285px;
}

#profucts-filters-inline {
    margin: 10px 0;
    clear: both;
}

.product-filter {
    margin: 0 1% 1% 0;
    position: relative;
}

@media (max-width: 830px) {
    .product-filter {
        width: 49%;
        float: left;
        margin: 0 1% 1% 0;
        position: relative;
    }
}

@media (max-width: 767px) {
    .product-filter {
        width: 100%;
        float: left;
        margin: 0 1% 1% 0;
        position: relative;
    }
}

.product-filter > h4 {
    padding-bottom: 0;
    padding: 9px 16px;
    border: 2px solid #ebebeb;
    font-size: 13px !important;
    cursor: pointer;
}

.product-filter > h4:after {
    font-family: 'Etmodules';
    content: '\4c';
    float: right;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 981px) {
    .product-filter > h4:after {
        font-size: 20px;
    }
}

.product-filter.open > h4:after {
    font-family: 'Etmodules';
    content: '\4b';
    float: right;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.product-filter-dropdown {
    display: none;
    font-weight: 300;
    border-top: 0;
    color: #FFF;
    width: 100%;
    top: 33px;
    padding: 9px 16px;
    z-index: 1;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.open .product-filter-dropdown {
    display: block !important;
    opacity: 1
}

.product-filter-dropdown > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-filter-dropdown > div > div {
    flex: 1 0 100%;
}

.product-filter-dropdown > span {
    background: #c8102e;
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.product-filter.checked h4 {
    border-bottom: 2px solid #222;
}

@media (max-width: 981px) {
    .product-filter.checked h4 {
        border-bottom: none;
    }

    #products-filters {
        padding-top: 0px;
    }
}

/*.product-list-description {
    position: absolute;
    border: 2px solid #ececec;
    border-top: 0;
    display: none;
    margin: 0 -2px;
    width: 100%;
    width: calc(100% + 4px);
    background-color: white;
    padding: 20px 10px 15px;
    z-index: 1;
    left: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/
/*@media (min-width: 1600px) {
    .product-list-description {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-list-description>a,
    .product-list-description>button {
        max-width: 49%;
    }
}*/
.product-list-description > span {
    line-height: 1.2em;
    display: block;
    padding: 20px 10px;
    font-size: 14px;
}

.product_lifestyle-Easy {
    order: 3;
}

.product_lifestyle-Maestro {
    order: 1;
}

.product_lifestyle-Total {
    order: 2;
}

@media (max-width: 1200px) {
    .product-list-description > a {
        line-height: 30px;
    }
}

.product-list .product {
    border: 2px solid transparent;
    position: relative;
}

#profucts-filters-inline a,
#profucts-filters-inline > span {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

#profucts-filters-inline a:after,
#profucts-filters-inline > span:after {
    content: "X";
    margin-left: 14px;
}

#profucts-filters-inline a {
    color: #fff;
}

span#product-menu-main-cat,
span#product-menu-main-cat-mobile {
    color: #000;
    text-transform: uppercase;
    ;
    display: block;
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

@media (min-width: 982px) {
    span.product-menu-main-cat-no-mobile {
        display: block !important;
    }

    span.product-menu-main-cat-mobile {
        display: none !important;
    }
}

@media (max-width: 981px) {
    span.product-menu-main-cat-no-mobile {
        display: none !important;
    }

    span.product-menu-main-cat-mobile {
        display: block !important;
    }
}

.products-filters-title-mobile {
    display: none;
}

@media all and (max-width: 981px) {
    #products-filters-mobile > div {
        display: none !important;
    }

    #products-filters-mobile > div.important {
        display: block !important;
        clear: both;
    }

    #seeMoreFilters {
        display: none !important;
    }

    #products-filters-mobile {
        margin: 0 1% 0% 0;
    }

    .products-filters-title-mobile {
        display: block;
        color: #fff;
        border-bottom: none;
        display: block;
        font-size: 13px;
        padding-bottom: 0px;
        cursor: pointer;
        line-height: 13px;
        font-weight: 300;
        text-transform: uppercase;
        background-color: #3C3C3C;
        padding: 12px;
    }

    .products-filters-title-mobile:after {
        font-family: 'ETmodules';
        content: '\4c';
        float: right;
        width: 20px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }

    .products-filters-title-mobile.open:after {
        content: '\4b';
    }

    #products-filters {
        z-index: 1;
        display: block;
        position: relative;
        margin-bottom: 0;
        margin: 0px 0px 0px;
    }

    .product-filter > h4 {
        padding-bottom: 0;
        padding: 9px 0px 9px 16px;
        border: none;
        font-size: 13px;
        cursor: pointer;
    }

    .product-filter {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #products-filters-mobile {
        margin: 0 0% 0% 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .product-filter.open > h4 {
        border-bottom: none;
    }

    .product-filter > h4 {
        border-bottom: 1px solid #ebebeb;
    }

    .product-filter-dropdown {
        position: relative;
        top: 0px;
        border: none;
    }
}

#category-description h3,
#category-description h4 {
    font-size: 16px !important;
    font-weight: 600;
}

#category-description p {
    font-size: 14px !important;
}

#product-menu-left ul {
    list-style: none;
}

#product-menu-left ul li {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

#product-menu-left ul li.active a {
    color: #000 !important;
    font-weight: 600;
}

#product-menu-left li a {
    color: #787879 !important;
    padding: 0;
    font-size: 15px;
    padding-top: 3px;
    font-weight: 300;
}

#product-menu-left li a:hover {
    color: #000 !important;
}

#product-menu-left ul ul li {
    margin-top: 4px;
}

/* Product menu mobile */
@media (max-width: 981px) {
    #product-menu-left {
        padding-bottom: 0;
        padding: 10px 16px;
        font-size: 13px;
        cursor: pointer;
        margin: 0 1% 0% 0;
    }

    #product-menu-left > span:after {
        font-family: 'ETmodules';
        content: '\4c';
        float: right;
        width: 20px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }

    #product-menu-left > span.open:after {
        content: '\4b';
    }

    span#product-menu-main-cat-mobile {
        color: #fff;
        border-bottom: none;
        display: block;
        font-size: 13px;
        padding-bottom: 0px;
        cursor: pointer;
        line-height: 13px;
        font-weight: 300;
        background-color: #3C3C3C;
        padding: 12px;
    }

    #product-menu-left > ul {
        display: none;
        overflow: hidden;
        overflow-y: hidden;
        z-index: 10;
        width: 100%;
        list-style: none;
        margin: 0px 0px 0px;
        border-top: none;
        padding-top: 10px;
    }

    #product-menu-left > ul > li {
        margin: 0;
        position: relative;
        padding-left: 0.4em;
        cursor: pointer;
        font-size: 13px;
    }

    #product-menu-left > ul > ul {
        list-style: none;
    }

    #product-menu-left > ul > ul > li {
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        padding-left: 1.2em;
        cursor: pointer;
        font-size: 13px;
    }

    #product-menu-left > ul > li > a {
        color: rgb(0, 0, 0);
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #product-menu-left {
        margin: 0 0% 0% 0;
    }
}

@media (max-width: 981px) {
    #products-container .et_pb_column:first-child {
        margin-bottom: 10px;
    }
}

#type-of-appliance {
    padding-bottom: 0;
}

#type-of-appliance div [type="radio"]:not(:checked),
#type-of-appliance div [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

#type-of-appliance div [type="radio"]:not(:checked) + label,
#type-of-appliance div [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 981px) {

    #type-of-appliance div [type="radio"]:not(:checked) + label,
    #type-of-appliance div [type="radio"]:checked + label {
        position: relative;
        cursor: pointer;
        font-size: 13px;
    }
}

#type-of-appliance div [type="radio"]:checked + label {
    font-weight: 600;
}

.single-product .tab-content {
    padding: 2% 0;
}

#category-cta {
    border: 2px solid #ececec;
    padding: 60px 30px;
    min-height: 270px;
}

#category-cta strong {
    font-size: 20px;
}

#category-cta > a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#category-cta .discover {
    font-size: 14px;
    color: #C8102E;
}

#seeMoreFilters,
#seeLessFilters {
    display: block;
    clear: both;
    color: #222 !important;
    font-size: 13px;
    /*text-transform: uppercase;*/
    padding: 0px 0px 0px 17px;
}

#seeLessFilters {
    display: none;
}

#seeMoreFilters i,
#seeLessFilters i {
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 8px;
}

@media (max-width: 981px) {

    #seeMoreFilters i,
    #seeLessFilters i {
        font-size: 5px;
    }
}

@media (max-width: 767px) {

    #seeMoreFilters i,
    #seeLessFilters i {
        font-size: 5px;
        float: right;
        padding: 0px 5px 0px 0px;
    }
}

#number-products {
    font-weight: 600;
    font-size: 12px;
    color: #b9b9b9;
    margin: 2px 0 30px;
    clear: both;
}

@media (min-width: 981px) {
    .product-list .productCatLargeName {
        min-height: 100px;
    }

    #product-accesories-slider .product-list .productCatLargeName {
        min-height: 50px;
    }
}

@media (max-width: 1400px) {
    .product-list .productCatLargeName {
        min-height: 70px;
        width: 170px;
        font-size: 13px;
    }

    #product-accesories-slider .product-list .productCatLargeName {
        min-height: 50px;
    }
}

/*productos (categorias) - comparador*/
#compare-side-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100001;
    max-width: 160px;
    border: 1px solid #DDD;
    padding: 12px;
    background-color: #000;
    display: none;
}

#compare-side-bar .compare-label {
    display: none;
}

@media (max-width: 1680px) {
    #compare-side-bar {
        right: -160px;
        transition: right 0.5s ease-in-out;
    }

    #compare-side-bar.show {
        right: 2px;
    }

    #compare-side-bar .compare-label {
        display: block;
        position: absolute;
        top: 60px;
        left: -65px;
        transform: rotate(-90deg);
        background-color: lightgray;
        padding: 4px 6px;
        cursor: pointer;
    }

    #compare-side-bar .compare-label:before {
        content: "\A";
        border-style: solid;
        border-width: 35px 15px 0px 0px;
        border-color: transparent lightgray;
        position: absolute;
        left: -14px;
        top: 0;
    }

    #compare-side-bar .compare-label:after {
        content: "\A";
        border-style: solid;
        border-width: 0px 15px 35px 0px;
        border-color: transparent lightgray;
        position: absolute;
        right: -14px;
        top: 0;
        transform: rotate(180deg);
    }
}

#compare-side-bar .compare-fluid-tab {
    position: relative;
}

#compare-side-bar .close-overlay {
    text-align: right;
    color: #DDD;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
}

.close-overlay:before,
#close-overlay:before {
    font-family: 'fontello';
    content: '\e800';
    font-size: 13px;
}

#compare-side-bar img {
    cursor: default;
}

#compare-side-bar .compare-list {
    padding: 0;
}

#compare-side-bar .compare-button a {
    background-color: #3C3C3C;
    padding: 4px;
    text-align: center;
    color: white;
    font-size: 0.85em;
    letter-spacing: 1px;
    display: block;
}

#compare-side-bar .compare-button a:hover {
    background-color: #212121;
}

#compare-side-bar .compare-list p {
    font-size: 9pt;
    line-height: 1.1em;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.product-list-compare .button-compare {
    font-family: 'fontello';
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 3px;
    float: right;
}

.product-list-compare .button-compare.compare-added {
    color: #fff;
}

.product-list-compare .button-compare span {
    font-family: 'Inter', sans-serif;
}

#compare-max-reached {
    display: none;
}

.featherlight-content #compare-max-reached {
    display: block;
}

/*producto*/
/*producto-top*/
#product-top > div {
    padding-top: 0;
}

#main-content #product-top #breadcrumbs > div {
    padding-top: 0;
}

#product-top span.label-new {
    display: inline-block;
    position: relative;
}

#product-top span.label-new-b {
    display: inline-block;
    position: relative;
}

#years-warranty {
    background-image: url(img/5-years-warranty.svg);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    z-index: 1;
}

#years-warranty-title,
#years-warranty-years {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
}

#years-warranty-years {
    top: 54px;
}

#product-images {
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 981px) {
    #product-images {
        margin-bottom: 0px;
    }

    #product-right {
        margin-top: 50px;
    }
}

#product-title {
    margin: 0 0 10px 0;
}

#product-title h4,
#product-title h2,
#product-title .separator {
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: normal;
}

#product-title h4 {
    color: #c8102e;
    font-size: 16px;
}

#product-title .separator {
    margin: 0 5px;
}

#product-title h1 {
    line-height: 1.1em;
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 768px) {
    #product-title h1 {
        font-size: 28px;
    }

    #product-title h4,
    #product-title h2,
    #product-title .separator {
        font-size: 16px;
    }
}

.product-colors {
    margin: 10px 0;
}

.product-colors img {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.product-colors > div {
    margin-bottom: 10px;
}

.product-colors > div.other-colors {
    display: inline-block;
    margin-left: 5px;
}

.product-colors .tipr_container_below {
    position: absolute;
}

.product-slider-H {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 32px;
    /*16 + 16*/
}

#product-images .slick-prev-fullscreen {
    left: 50px !important;
    z-index: 99;
    width: 50%;
    text-align: left;
    height: 50%;
}

#product-images .slick-next-fullscreen {
    right: 50px !important;
    z-index: 99;
    width: 50%;
    text-align: right;
    height: 50%;
}

#product-img-max img {
    margin: 0 auto;
    padding-left: 16px
}

#product-img-thumb-H {
    margin-top: 20px;
    float: left;
    width: 240px;
    clear: both;
    padding: 0;
}

#product-img-thumb-H .slick-slide {
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #ebebeb;
    margin: 2px;
}

#product-img-thumb-H img {
    /*height: 36px;*/
    cursor: pointer;
}

#product-img-thumb-H slick-disabled {
    display: none;
}

#product-img-thumb-H .slick-prev.slick-disabled:before,
#product-img-thumb-H .slick-next.slick-disabled:before {
    display: none;
}

#product-img-thumb-H .slick-slide.slick-current img {
    border: 2px solid #ebebeb;
}

#product-img-thumb-H .isvideo {
    position: relative;
}

#product-img-thumb-H .isvideo img {
    opacity: 0.5;
}

#product-img-thumb-H .slick-prev:before {
    content: '\f104';
}

#product-img-thumb-H .slick-next:before {
    content: '\f105';
}

#product-img-thumb-H .isvideo:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e814';
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    z-index: 1;
    border: 2px solid #212121;
    border-radius: 20px;
    padding: 5px;
    pointer-events: none;
}

#product-img-thumb {
    width: 58px;
    float: left;
    top: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0;
}

#product-img-thumb img {
    width: 58px;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 4px 0;
}

#product-img-thumb .slick-slide.slick-current img {
    border: 2px solid #ebebeb;
}

#product-img-thumb .isvideo {
    position: relative;
}

#product-img-thumb .isvideo img {
    opacity: 0.5;
}

#product-img-thumb .isvideo:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e814';
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    z-index: 1;
    border: 2px solid #212121;
    border-radius: 20px;
    padding: 5px;
    pointer-events: none;
}

#product-img-max {
    padding-bottom: 0;
}

#product-img-max > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-img-thumb .slick-slider {
    margin-top: 60px;
}

#product-img-thumb .slick-prev,
#product-img-thumb .slick-next {
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
}

#product-img-thumb .slick-next {
    top: unset;
    bottom: -30px;
}

#product-img-thumb .slick-prev {
    top: -30px;
}

.list-gray li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.list-gray li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #515151;
    vertical-align: middle;
    position: absolute;
    left: -10px;
    top: 0.75em;
}

.featherlight-next span,
.featherlight-previous span {
    right: 5%;
    left: auto;
    color: #222;
    font-family: "fontello";
    font-size: 31px;
}

#telephone_sale {
    width: 70%;
    display: block;
    margin: 10px auto 0;
}

#telephone_sale_cta {
    background: #E3E3E3;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 14px;
}

#telephone_sale_cta #et-info-phone {
    display: block;
    font-weight: 600;
}

#telephone_sale_info {
    text-align: center;
    font-size: 12px;
    line-height: 1.25em;
    color: #909090;
    margin-top: 6px;
}

/*product-menu*/
#product-menu {
    padding: 0;
    background: #222;
}

#product-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#product-menu ul {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    #product-menu ul {
        overflow-x: auto;
    }
}

#product-menu li {
    display: inline-block;
    list-style: none;
    word-spacing: 0;
}

#product-menu .paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
    background: rgb(34, 34, 34);
    color: #fff;
    border: 1px solid rgb(34, 34, 34);
    cursor: pointer;
    font-size: 15px;
}

#product-menu .left-paddle {
    left: -20px;
}

#product-menu .right-paddle {
    right: -20px;
}

#product-menu .hidden {
    display: none;
}

@media (max-width: 981px) {
    #product-menu .et_pb_text_inner {
        text-align: center;
    }
}

#product-menu li a {
    padding: 6px 7px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px !important;
}

#product-menu li:hover a,
#product-menu li.active a {
    border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {
    #product-menu {
        height: 70px;
    }

    #product-menu > div {
        padding-top: 12px;
    }
}

@media (max-width: 600px) {
    #product-menu li a {
        padding: 6px 2px 4px;
        font-size: 12px;
    }
}

#product-menu.sticky {
    position: fixed;
    top: 84px;
    z-index: 99;
    width: 100%;
    padding: 0;
}

#product-menu.sticky > div {
    padding: 0 0 0 156px;
    max-width: 1488px;
}

.admin-bar #product-menu.sticky {
    top: 116px;
}

@media (max-width: 981px) {
    #product-menu.sticky > div {
        padding: 0 0 0 0px;
    }

    #product-menu.sticky {
        top: 0px;
    }

    .admin-bar #product-menu.sticky {
        top: 46px;
    }
}

/*product-features*/
#product-features-description {
    display: flex;
}

#product-features-description h2 {
    margin-top: 1.2em;
}

#product-features-description h2,
#product-features-description h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

#product-features-description h3 {
    font-size: 16px !important;
}

#product-features-description .et_pb_column_1_4 {
    width: 30.875%;
}

#product-features > div.et_pb_row.et_pb_row_4 {
    padding: 34px 0;
}

#product-features-list .et_pb_text_inner {
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 580px) {
    #product-features-list .et_pb_text_inner {
        -moz-column-count: 1;
        column-count: 1;
    }

    #product-features-description {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #product-features-description .et_pb_column_1_4 {
        width: 100%;
    }
}

#product-icons {
    text-align: center;
    padding: 15px 20px 45px;
}

#product-icons ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}

#product-icons li {
    list-style: none;
    height: 50px;
    display: inline-flex;
    vertical-align: bottom;
    text-align: center;
    padding: 0 14px;
    margin-bottom: 20px;
}

#product-icons li img {
    opacity: 0.5;
    max-width: 49px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 49px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#product-icons.icons_small li img {
    width: 37px;
}

#product-icons li:hover img {
    max-width: 64px;
    width: 64px;
    opacity: 1;
}

#product-icons.icons_small li:hover img {
    max-width: 49px;
    width: 49px;
}

#product-icons .tipr_container_below {
    position: absolute;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #828282;
    font-weight: 600;
    padding: 8px;
}

/*product-technical-details*/
#product-technical-details .et_pb_text_inner {
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 580px) {
    #product-technical-details .et_pb_text_inner {
        -moz-column-count: 1;
        column-count: 1;
    }
}

#product-technical-details .et_pb_text_inner strong {
    font-weight: 600;
    color: #222222;
}

#product-technical-details .et_pb_text_inner > div {
    margin: 0;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

#product-technical-details a.technical-drawing {
    background: #d9d9d9;
    font-weight: 600;
    color: #222;
    padding: 7px 14px;
    display: inline-block;
    margin: 0px 0px 20px;
}

#product-technical-details a.technical-drawing i {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 5px;
}

#product-technical-details img {
    max-width: 200px;
}

#product-technical-details h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
}

@media (max-width: 768px) {
    #product-technical-details h4 {
        font-size: 18px;
    }
}

/*product-benefits*/
.teka-video-player {
    position: relative;
}

#product-video {
    width: 100%;
    margin-top: 2em;
    padding-top: 0;
}

#product-video img {
    aspect-ratio: 16 / 5;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-benefits-text {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 !important;
    text-align: center;
}

#product-benefits {
    z-index: 0;
}

#product-benefits > div.cabecera > h2 {
    color: #000 !important;
    font-size: 20px !important;
    width: 100%;
}

#product-benefits .et_pb_text_inner {
    padding: 0 5.5em;
    max-width: 650px;
    text-align: center;
}

#product-benefits h3 {
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
}

#product-benefits img {
    aspect-ratio: 58 / 33;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    background: #eeeeee;
}

@media (min-width: 981px) {
    #product-benefits .et_pb_row:nth-of-type(2n) .product-benefits-image {
        order: 3 !important;
    }

    #product-benefits .benefits-image-alignment-right .product-benefits-image {
        order: 0 !important;
        margin-right: 0;
        width: 50%;
        max-width: 638px;
    }

    #product-benefits .benefits-image-alignment-right .product-benefits-text {
        margin-right: 0 !important;
        width: 50%;
    }

    #product-benefits .benefits-image-alignment-left .product-benefits-image {
        margin-right: 0 !important;
        width: 50%;
        max-width: 638px;
    }

    #product-benefits .benefits-image-alignment-left .product-benefits-text {
        margin-right: 0%;
        width: 50%;
        order: 2;
    }

    .benefits-type-colourbackground .et_pb_column_1_2 {
        width: 50%;
        margin: 0;
    }
}

@media (max-width: 981px) {
    .product-benefits-image {
        padding-top: 20px;
    }

    #product-benefits .et_pb_text_inner {
        padding: 50px 20px;
    }
}

.benefits-type-full-sizeimagebackground {
    padding: 75px 30px !important;
    margin: 2% auto;
    height: 302px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.benefits-type-full-sizeimagebackground:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}
*/
.benefits-type-full-sizeimagebackground .product-benefits-text .et_pb_text {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.benefits-text-colour-bright .product-benefits-text .et_pb_text h3 {
    color: inherit;
}

.benefits-type-colourbackground {
    padding: 0;
}

.benefits-type-colourbackground .product-benefits-text {
    padding: 60px 40px;
}

.benefits-type-fullscreenimagebelowtext .product-benefits-text .et_pb_text {
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 30px !important;
}

/*product-downloads*/
#product-downloads .et_pb_text_inner {
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 580px) {
    #product-downloads .et_pb_text_inner {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.download-container {
    position: relative;
}

/*.download-container i {
    margin-right: 20px;
    font-size: 43px;
    vertical-align: middle;

    display: inline-block;
}

.download-container:hover i {
    color: #000;
}*/
.download-container > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.download-container strong {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #3C3C3C;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width: 1350px) {
    .download-container strong {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
    }
}

@media (max-width: 600px) {
    .download-container strong {
        font-size: 16px;
    }
}

.download-container strong a {
    color: #fff;
}

.download-container strong:hover {
    background-color: #212121;
    transition: 0.3s;
}

.download-container a strong:after {
    font-family: 'ElegantIcons';
    content: '\e092';
    color: #fff;
    padding-left: 10px;
    font-size: 10px;
}

/*product-accesories*/
#product-accesories-slider {
    margin-top: -89px;
}

downlo .slick-prev:before,
.slick-next:before {
    color: #5a5a5a;
}

/*product-ambient*/
#ambient-gallery {
    display: flex;
    gap: 14px;
    margin-top: 1em;
}

#ambient-gallery-main {
    width: 100%;
}

#ambient-gallery-main img {
    aspect-ratio: 1140 / 556;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#ambient-gallery-sidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ambient-gallery-sidebar img {
    display: block;
    cursor: pointer;
    width: 100%;
}

#CompleteAmbientProducts > div > h3 {
    font-size: 18px !important;
    font-weight: bold;
}

@media (max-width: 981px) {
    #ambient-products > div {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
    }

    #ambient-gallery {
        flex-direction: column;
    }

    #ambient-gallery-sidebar {
        min-width: 100%;
        max-width: 100%;
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
}

.ambients-lateral {
    position: absolute;
    top: 0;
    right: -95%;
    background-color: rgba(15, 15, 15, .4);
    padding: 0 10px 0 50px;
    overflow-y: scroll;
    height: calc(100% - 6px);
    width: 100%;
    transition: right 1s ease;
    cursor: pointer;
}

.ambients-lateral.oppened {
    right: 0%;
}

#ambient-products,
#related-products {
    padding: 0;
}

#ambient-products > div,
#related-products > div {
    padding: 30px 0 2%;
}

#ambient-products > div > h3,
#related-products > div > h3 {
    text-align: center;
    font-size: 32px !important;
    padding: 0 0 40px;
}

@media (max-width: 1366px) {

    #ambient-products > div > h3,
    #related-products > div > h3 {
        text-align: center;
        font-size: 32px !important;
        padding: 0 0 10px;
    }
}

#CompleteAmbientProducts {
    margin-bottom: 0px;
    margin-top: 20px;
}

#CompleteAmbientProducts > h3 {
    position: absolute;
    top: 22%;
    left: 5%;
    max-width: 200px;
    font-size: 30px !important;
}

@media (max-width: 767px) {
    #CompleteAmbientProducts {
        margin-bottom: 30px;
    }

    #ambient-products .et_pb_row,
    #related-products .et_pb_row {
        width: 80%;
    }
}

/*product-related-products*/
/*aviso legal*/
#legal-container h3 em {
    color: #d9d9d9;
    font-style: normal;
    font-weight: normal;
    /*width: 30px;*/
    display: inline-block;
    /*text-align: right;
    margin-left: -40px;*/
    margin-right: 5px;
}

#legal-container h1 {
    /*margin-left: -22px;*/
    padding-bottom: 5px;
}

#legal-container h3 {
    padding-top: 30px;
}

@media (max-width: 981px) {
    #legal-container h1 {
        font-size: 36px;
    }

    #legal-container h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    #legal-container h1 {
        font-size: 30px;
    }

    #legal-container h3 {
        font-size: 18px !important;
    }
}

/*descarga de catálogos*/
#catalogo-container h2 {
    font-size: 24px;
    color: #222;
    font-weight: normal;
    text-align: center;
}

#catalogo-container .et_portfolio_image {
    background: #f2f2f2;
}

#catalogo-container .et_overlay {
    border: 0;
    background: rgba(34, 34, 34, 0.4);
}

#catalogo-container .et_overlay:before {
    color: #FFF
}

#descarga-catalogos-top-text {
    z-index: 10;
}

#descarga-catalogos-top-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -5%;
}

@media (max-width: 980px) {
    #descarga-catalogos-top-text {
        margin-bottom: 0;
    }

    #descarga-catalogos-top-img {
        position: relative;
        margin-bottom: -10%;
    }

    #descarga-catalogos-top {
        overflow: hidden;
        padding: 0;
    }
}

.catalog-date {
    text-align: center;
    font-weight: 600;
}

#catalogo-container .catalog-list .hentry:hover h2 {
    font-weight: 600;
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 #catalogo-container .et_pb_grid_item {
        width: 23.875%;
        margin: 0 1.5% 5.5% 0;
    }

    .et_pb_row .et_pb_column_4_4 #catalogo-container .et_pb_grid_item:nth-child(4n) {
        margin-right: 0
    }
}

/*aviso de seguridad*/
#aviso-de-seguridad-two h2:after {
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: #222;
    margin: 20px 0 10px;
}

#aviso-de-seguridad-two ul {
    margin-top: 20px;
}

#aviso-de-seguridad-two ul li {
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
}

#aviso-de-seguridad-two ul li a {
    color: #222;
}

#security-container .et_pb_row {
    width: 100%;
}

#security-container .et_pb_accordion .et_pb_toggle_title:before,
#security-container .et_pb_toggle .et_pb_toggle_title:before {
    left: 0;
    right: auto;
}

#security-container .et_pb_toggle .et_pb_toggle_title,
#security-container .et_pb_toggle h5.et_pb_toggle_title {
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid #d4d4d4;
}

#security-container .et_pb_toggle {
    border: 0;
}

#security-container .et_pb_toggle_close {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*soporte*/
/*div.asp_m {*/
/*border: 0 !important;*/
/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
/*}*/
/*div.asp_m .probox .proclose svg {*/
/*display: none;*/
/*width: 45px;*/
/*height: 45px;*/
/*top: 10px;*/
/*!* border: 3px solid #c8102e; *!*/
/*box-shadow: none;*/
/*border-radius: 0;*/
/*right: -45px;*/
/*left: auto;*/
/*background: #fff !important;*/
/*box-shadow: none !important;*/
/*fill: #e4e3e3 !important;*/
/*}*/
/*div.asp_m .probox .proinput input.autocomplete {*/
/*display: none !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig {*/
/*font-size: 16px !important;*/
/*}*/
/*div.asp_m.ajaxsearchpro .probox .proinput {*/
/*margin: 0 0 0 22px !important;*/
/*border-radius: 2px;*/
/*}*/
/*div.asp_m .probox .proinput input.orig::-webkit-input-placeholder {*/
/*color: #222 !important;*/
/*font-size: 16px !important;*/
/*text-shadow: none !important;*/
/*opacity: 1 !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig::-moz-placeholder {*/
/*color: #222 !important;*/
/*font-size: 16px !important;*/
/*text-shadow: none !important;*/
/*opacity: 1 !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig:-ms-input-placeholder {*/
/*color: #222 !important;*/
/*font-size: 16px !important;*/
/*text-shadow: none !important;*/
/*opacity: 1 !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig:-moz-placeholder {*/
/*color: #222 !important;*/
/*font-size: 16px !important;*/
/*text-shadow: none !important;*/
/*opacity: 1 !important;*/
/*}*/
.results .item .asp_content h3 a {
    color: #222 !important;
}

#support-faq select,
#select-faq select2-container {
    width: 100%;
}

/*.select2-container--default .select2-selection--single,*/
/*div.asp_m {*/
/*box-shadow: none;*/
/*border: 0;*/
/*border-radius: 2px;*/
/*height: 45px;*/
/*}*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 28px;
    padding: 8px 79px 8px 23px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    background: none;
}

#manual-download-top .select2-selection__arrow,
#support-manuals .select2-selection__arrow {
    display: none;
}

#support-manuals form {
    position: relative;
}

#support-warranty .select2-container--default .select2-selection--single .select2-selection__arrow i {
    color: #d3d3d3;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #616161;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f9f8f6 transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    left: 0;
    top: 0px;
    font-size: 13px;
    height: 41px;
    padding: 15px 15px 15px 23px !important;
    border: 0 !important;
    width: calc(100% - 43px) !important;
    position: absolute;
    top: -43px;
    left: 0;
}

/*
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px;
    font-size: 1.2em;
}*/
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px;
}

.select2-selection__arrow .itk-flecha-abajo-filtros {
    width: 45px;
    color: #d3d3d3;
    font-size: 10px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebebeb;
    color: #222;
}

.select2-selection__arrow .itk-flecha-abajo-filtros:before {
    width: auto;
}

/* FORM RESPONSIVE */
.select2-container--open .select2-dropdown {
    left: -2px;
    top: -2px;
}

.select2-dropdown {
    background-color: white;
    border: 2px solid #e4e3e3;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 1051;
}

.select2-container {
    border-radius: 2px;
    border: 2px solid #e4e3e3;
}

#support-faq .select2-container {
    width: 100% !important;
    border: none;
    border-radius: 2px;
}

#manual-download-top .select2-container {
    width: 100% !important;
    border: none;
    border-radius: 2px;
}

/*div.asp_m .probox .promagnifier .innericon svg {*/
/*fill: #d3d3d3 !important;*/
/*}*/
/*div.asp_m .probox .promagnifier div.innericon {*/
/*width: 45px !important;*/
/*height: 45px !important;*/
/*float: right;*/
/*}*/
/*div.asp_m .probox .promagnifier {*/
/*width: 45px !important;*/
/*height: 45px !important;*/
/*background-image: none !important*/
/*}*/
/*.select2-container--default .select2-selection--single,*/
/*div.asp_m {*/
/*height: 45px !important;*/
/*background: rgba(255, 255, 255, 0.6) !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig {*/
/*height: 45px !important;*/
/*font-size: 13px !important;*/
/*color: #616161 !important;*/
/*}*/
/*div.asp_m .probox .proinput input.orig::placeholder {*/
/*font-size: 13px !important;*/
/*color: #616161 !important;*/
/*}*/
/*div.asp_m.ajaxsearchpro .probox {*/
/*background: none !important;*/
/*}*/
@media (max-width: 981px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 45px;
        background: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #222;
        line-height: 10px;
        padding: 17px 79px 17px 23px;
    }

    .select2-selection__arrow .itk-flecha-abajo-filtros {
        width: 45px;
        color: #d3d3d3;
        font-size: 10px;
        line-height: 45px;
        padding: 0;
        text-align: center;
        display: block;
    }

    /*.select2-container--default .select2-selection--single,*/
    /*div.asp_m {*/
    /*height: 45px;*/
    /*background: rgba(255, 255, 255, 0.6);*/
    /*}*/
    /*div.asp_m .probox .proinput input.orig {*/
    /*height: 45px !important;*/
    /*}*/
    /*div.asp_m .probox .promagnifier div.innericon {*/
    /*width: 45px !important;*/
    /*height: 45px !important;*/
    /*float: right;*/
    /*}*/
    /*div.asp_m .probox .promagnifier {*/
    /*width: 45px !important;*/
    /*height: 45px !important;*/
    /*}*/
    #input-faq-submit {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
        line-height: 12px;
    }
}

/*#ajaxsearchpro2_1 .probox .proinput input.orig,*/
/*#ajaxsearchpro2_2 .probox .proinput input.orig,*/
/*div.asp_m.asp_m_2 .probox .proinput input.orig {*/
/*line-height: 20px !important;*/
/*}*/
#support-faq #input-faq,
#input-manual,
#support-warranty-right #input-garantia {
    box-shadow: none;
    padding: 19px 76px 19px 23px;
}

#input-faq-submit,
#manual-download-top #input-manual-submit {
    font-family: 'fontello';
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    background: none;
    color: #d3d3d3 !important;
    cursor: pointer;
    color: #FFF;
    font-size: 17px;
    margin: 0;
    padding: 0;
    z-index: 1;
    bottom: 0px;
}

#input-manual-submit {
    font-family: 'fontello';
    position: absolute;
    top: 2px;
    right: 0;
    width: 9%;
    /*https://teka.com/es-es/soporte/*/
    height: 45px;
    border: 0;
    background: none;
    color: #d3d3d3 !important;
    cursor: pointer;
    color: #FFF;
    font-size: 17px;
    /*margin: 0;*/
    padding: 0;
    z-index: 1;
    bottom: 0px;
    /*margin-top: 30px;*/
    float: right;
    margin: 0 0 0 1%;
}

#support-warranty h2:after {
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: #c8102e;
    margin: 20px 0 10px;
}

#support-contact {
    border: 2px solid #f1f1f1;
    padding: 40px;
    text-align: center;
}

#support-contact h2 {
    font-size: 30px !important;
    margin-bottom: 40px;
}

#support-contact > div > p > em {
    font-size: 60px;
    font-style: normal;
}

#support-contact > div > p > em > a {
    color: #000 !important;
    line-height: 1em;
    font-size: 0.8em;
}

@media (max-width: 1050px) {
    #support-contact > div > p > em {
        font-size: 40px;
        font-style: normal;
    }
}

@media (max-width: 981px) {

    #request-repair h2,
    #support-sat h2,
    #support-warranty h2 {
        font-size: 30px;
    }
}

@media (max-width: 981px) {
    #support-sat {
        padding-bottom: 0px;
    }

    #support-contact-manuals {
        padding-top: 0px;
    }
}

@media (max-width: 480px) {

    #request-repair h2,
    #support-sat h2,
    #support-warranty h2 {
        font-size: 24px;
    }
}

#support-contact a {
    display: inline-block;
    text-align: center;
    padding: 11px;
    color: #000 !important;
}

#support-contact a:before {
    display: block;
    color: #000;
    font-size: 30px;
    margin: 0 auto;
    width: auto;
}

#support-contact .horario {
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    #support-contact .horario br {
        display: none;
    }
}

#input-garantia-submit {
    cursor: pointer;
}

/*descarga de manuales*/
#support-faq,
#manual-download-top {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-end;
}

#input-manual-download {
    height: 56px;
}

#manual-download-top select {
    width: 100%;
}

#manual-download-top form {
    position: relative;
}

#manual-download-top #input-manual-download {
    /*duplicado*/
    box-shadow: none;
    padding: 19px 76px 19px 23px;
}

#input-manual-download-submit {
    /*duplicado*/
    font-family: 'fontello';
    position: absolute;
    right: 0;
    width: 56px;
    height: 56px;
    border: 0;
    background: #c8102e;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

#manual-download-top a {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

#manual-download-two h2 {
    font-size: 32px;
}

.manual-container {
    border: 2px solid #f2f2f2;
}

.manual-container .manual-top > img {
    float: left;
    width: 30%;
}

.manual-container .manual-top > div {
    width: 60%;
    float: right;
}

.manual-container h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.manual-download {
    clear: both;
    width: 100%;
    text-align: center;
    background: #d9d9d9;
}

.manual-download a {
    color: #222;
    text-transform: uppercase;
    line-height: 40px;
    width: 100%;
    display: block;
}

.manual-download a:hover {
    background: #222;
    color: #FFF;
}

.manual-top {
    padding: 20px;
    overflow: hidden;
}

.manual-top,
.manual-top h4 {
    color: #494949;
}

#manuals-container > div {
    padding-top: 0;
}

#manuals-container > div > div {
    max-width: 1296px !important;
}

#manuals-most-wanted > div {
    max-width: 580px !important;
}

#form-manual-container {
    position: relative;
    max-width: 420px;
}

#form-manual-container input#select-manual {
    max-width: 100%;
}

#manuals-container .hentry {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.et_pb_portfolio_grid_items.manuals-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
}

@media (max-width: 1400px) {
    .et_pb_portfolio_grid_items.manuals-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .manual-container h4 {
        font-size: 16px;
    }
}

@media (max-width: 981px) {
    .et_pb_portfolio_grid_items.manuals-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 481px) {
    .et_pb_portfolio_grid_items.manuals-list {
        grid-template-columns: 1fr;
    }
}

.et_pb_portfolio_grid_items.manuals-list.no-manuals {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin: 30px auto 0 0;
}

/*comparador-de-productos*/
#comparador-productos img {
    background-color: #3C3C3C;
    padding: 10px;
}

.add-product-compare img {
    background-color: #242424 !important;
}

.add-product-compare img:hover {
    background-color: #3C3C3C !important;
    content: url("/wp-content/themes/kueppersbusch/img/add-product-compare-hover.svg");
}

.page-template-tp-comparador-productos .link-back {
    position: absolute;
    top: 5px;
    right: 0;
}

.page-template-tp-comparador-productos .et_pb_section_4 {
    padding-top: 0;
}

table#comparador-productos {
    border: 0 !important;
    padding: 6px;
    line-height: 1em;
}

table#comparador-productos.comparador-productos-2 th,
table#comparador-productos.comparador-productos-2 td {
    width: 24%;
}

table#comparador-productos.comparador-productos-3 td,
table#comparador-productos.comparador-productos-4 td,
table#comparador-productos.comparador-productos-3 th,
table#comparador-productos.comparador-productos-4 th {
    width: 19%;
}

#comparador-productos > thead > tr > th:nth-child(1),
#comparador-productos > tbody > tr > td:nth-child(1) {
    width: auto;
    overflow: hidden;
}

#comparador-productos td,
#comparador-productos th {
    border: 0;
    padding: 15px;
    font-size: 18px;
}

#comparador-productos .trHelper td {
    padding: 8px 15px;
}

#comparador-productos tbody tr.trCharacteristics td {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}

#comparador-productos > thead > tr > th:last-of-type {
    border-right: 0 !important;
}

#comparador-productos thead th {
    vertical-align: top;
}

#comparador-productos th .compareName {
    display: block;
    color: #b2b2b2;
    margin: 40px 0 5px 0;
    font-size: 15px;
    text-align: center;
}

#compare_div {
    background-color: #3C3C3C;
}

#compare_container {
    max-width: 100%;
    height: auto;
}

#comparador-productos th .compareButtons {
    text-align: center;
}

#comparador-productos th .teka-button {
    float: none;
    text-align: center;
}

#comparador-productos th strong {
    display: block;
    color: #222;
}

@media (max-width: 700px) {
    #comparador-productos-container > div {
        overflow: auto;
    }

    #comparador-productos h6,
    #comparador-productos td,
    #comparador-productos th {
        font-size: 14px;
    }
}

@media (max-width: 550px) {

    #comparador-productos h6,
    #comparador-productos td,
    #comparador-productos th {
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 425px) {

    #comparador-productos h6,
    #comparador-productos td,
    #comparador-productos th {
        font-size: 10px;
        padding: 5px;
    }
}

.add-product-compare {
    cursor: pointer;
    text-align: center;
}

.add-product-compare img {
    margin-bottom: 40px;
}

tr.trGroup td {
    position: relative;
    background-color: #3C3C3C;
    font-size: 14px !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

tr.trGroup td:before,
tr.trGroup td:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #f2f2f2;
    position: absolute;
    top: 0;
}

tr.trGroup td:before {
    left: 100%;
}

tr.trGroup td:after {
    right: 100%;
}

@media (max-width: 981px) {
    .compareName {
        font-size: 13px;
    }

    .compareName .title-life-style {
        font-size: 12px;
        display: block;
    }

    .compareName .title-life-divider {
        display: none;
    }

    #comparador-productos thead th {
        min-width: 120px;
    }

    #comparador-productos thead th img {
        max-width: 110px;
    }

    .page-template-tp-comparador-productos .link-back {
        top: -47px;
    }

    tr.trCharacteristics img {
        max-height: 13px;
    }
}

/*localizador-de-tiendas*/
#map {
    height: calc(100vh - 96px) !important;
}

.admin-bar #map {
    height: calc(100vh - 128px) !important;
}

/*inspiracion*/
.jssocials-shares .itk-link:before {
    margin: 0
}

#inspiration-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

#inspiration-menu {
    padding: 0;
    border-right: 0 !important;
}

#inspiration-menu > div {
    width: 100%;
    margin: 0;
}

#inspiration-menu ul {
    padding: 0px;
}

#inspiration-menu li {
    display: inline-block;
    margin-right: 2%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    width: 18.333%;
}

@media (max-width: 981px) and (min-width: 768px) {
    #inspiration-menu ul {
        display: flex;
        justify-content: space-between;
    }

    #inspiration-menu li {
        width: 23% !important;
    }
}

@media (max-width: 767px) {
    #inspiration-menu li {
        width: 100% !important;
    }
}

#inspiration-menu li:nth-of-type(4n) {
    margin-right: 0;
}

#inspiration-menu li a {
    color: #FFF;
    padding: 15px 20px;
    display: block;
}

#inspiration-menu li.current-menu-item,
#inspiration-menu li:hover {
    border-bottom: 2px solid #FFF;
}

#inspiration-main-title {
    min-height: 200px;
}

#inspiration-list > article {
    width: 49%;
    background-color: #FFF;
    overflow: hidden;
}

#inspiration-list > article:nth-of-type(4n),
#inspiration-list > article:nth-of-type(4n+1) {
    width: 55%;
}

#inspiration-list > article:nth-of-type(4n+2),
#inspiration-list > article:nth-of-type(4n+3) {
    width: 43%;
}

@media (max-width: 767px) {
    #inspiration-list > article {
        width: 100% !important;
    }
}

#inspiration-submenu,
#inspiration-submenu > div > div > div > div > ul {
    padding-bottom: 0;
}

#inspiration-submenu li {
    margin-right: 20px;
}

#inspiration-submenu li a {
    background: #d9d9d9;
    padding: 6px 29px;
}

@media (max-width: 981px) {
    #inspiration-submenu li {
        margin-right: 5px;
    }

    #inspiration-submenu li a {
        background: none;
        padding: 6px 5px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    #inspiration-submenu li a {
        font-size: 13px;
    }
}

#inspiration-submenu li a:hover,
#inspiration-submenu li.active a {
    color: #a0a0a0;
}

#inspiration-submenu,
#inspiration-list-container {
    background: #f2f2f2;
}

#inspiration-list-container > div {
    padding-top: 0;
}

#inspiration-list .entry-featured-image-url {
    position: relative;
    margin-bottom: 0;
    height: 317px;
    overflow: hidden;
    background: #222;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
}

#inspiration-list .post-list-content {
    padding: 15px 23px;
    background: #FFF;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
    min-height: 150px;
}

#inspiration-list .post-list-category a {
    color: #515151;
    font-weight: 600;
    font-size: 14px;
}

#inspiration-list .post-list-date {
    font-size: 14px;
}

#inspiration-list article:hover .post-list-content {
    top: -10px;
}

#inspiration-list article:hover .entry-featured-image-url {
    transform: scale(1.1);
}

#inspiration-list h2 {
    font-size: 20px;
    font-weight: 600;
}

#post-share a {
    background: #f2f2f2 !important;
    color: #636363;
}

#post-share a:hover {
    background: #656464 !important;
    color: #FFF;
}

#post-share .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0;
}

.tooltip {
    border: 2px solid #838383;
    border-radius: 50%;
}

.jssocials-share-whatsapp {
    display: none !important;
}

@media (max-width: 981px) {
    #post-share a {
        margin-right: 5px;
    }
}

@media (max-width: 481px) {
    .jssocials-share-whatsapp {
        display: inline-block !important;
    }
}

/*inspiration - single*/
#post-top h5 a {
    font-size: 16px;
    color: #515151;
    text-transform: uppercase;
    font-weight: 600;
}

#post-top #post-date {
    font-size: 16px;
    color: #b2b2b2;
    margin: 5px 0 20px;
}

#post-top .link-back {
    position: absolute;
    top: 0;
    right: 0;
}

.link-back a {
    color: #515151;
}

#post-top .inspiration-subcat {
    display: inline-block;
    margin-right: 20px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 29px;
    background: #d9d9d9;
}

@media (max-width: 981px) {
    #post-top .inspiration-subcat {
        display: inline-block;
        margin-right: 20px;
        color: #222;
        font-weight: 600;
        font-size: 15px;
        padding: 6px 5px;
        background: none;
    }
}

@media (max-width: 480px) {
    #post-top .inspiration-subcat {
        display: inline-block;
        margin-right: 20px;
        color: #222;
        font-weight: 600;
        font-size: 13px;
        padding: 6px 5px;
        background: none;
    }
}

#post-container h2 {
    padding-top: 10px;
    padding-bottom: 20px;
}

#post-container h3 {
    padding-top: 10px;
    padding-bottom: 20px;
}

#post-top h1 {
    font-size: 30px !important;
    font-weight: 600;
}

#post-container h2 {
    font-size: 27px !important;
}

#post-container h3 {
    font-size: 24px !important;
}

@media (max-width: 981px) {
    #post-top #post-date {
        font-size: 16px;
    }

    #post-top h5 a {
        font-size: 16px;
    }

    #post-top .link-back a {
        font-size: 14px;
    }

    div#post-image {
        padding: 0px;
    }
}

@media (max-width: 481px) {
    #post-top h1 {
        font-size: 24px !important;
    }

    #post-container h2 {
        font-size: 20px !important;
    }

    #post-container h3 {
        font-size: 18px !important;
    }

    #related-posts h2 {
        font-size: 24px !important;
    }

    #latest-inspiration h2 {
        font-size: 24px !important;
    }
}

@media (min-width: 981px) {
    .et_pb_gutters3 #post-container .et_pb_column_1_5 {
        width: 5.6%;
    }

    .et_pb_gutters3 #post-container .et_pb_column_3_5 {
        width: 77.8%;
    }
}

#inspiration-list-grid .et_pb_post {
    padding: 0;
    border: 0;
}

#inspiration-list-grid .et_pb_post .entry-featured-image-url {
    padding-bottom: 60%;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

#inspiration-list-grid .post-list-content {
    padding: 10px 29px;
}

#inspiration-list-grid .post-list-category a {
    color: #515151;
    font-weight: 600;
    font-size: 14px;
}

#inspiration-list-grid h2 {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid #inspiration-list-grid .column.size-1of3 {
        width: 32.3333%;
        margin-right: 1.5%;
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid #inspiration-list-grid .column.size-1of3:nth-child(3n) {
        margin-right: 0;
    }
}

#related-posts,
#latest-inspiration {
    padding: 0;
}

#related-posts .et_pb_row,
#latest-inspiration .et_pb_row {
    border-top: 1px solid #CCC;
}

#related-posts .et_pb_text_inner h3,
#latest-inspiration .et_pb_text_inner h3 {
    font-size: 27px !important;
    font-weight: normal;
}

.jssocials-share-logo {
    fill: #636363;
    height: 24px;
}

.jssocials-share-logo:hover {
    fill: #fff;
    height: 24px;
}

/*faq*/
#faq-category {
    height: 380px;
}

#faq-category h2 {
    font-size: 20px;
    color: #b2b2b2 !important;
}

#faq-submenu .et_pb_module {
    margin-top: 20px;
}

.section-submenu > div {
    padding: 0 !important;
}

.section-submenu li {
    display: inline-block;
    margin-right: 20px;
}

.section-submenu li a {
    color: #222 !important;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 6px 29px;
    background: #d9d9d9;
}

.section-submenu li a:hover,
.section-submenu li.active a {
    color: #fff !important;
    background: #222;
}

#faq-questions {
    background: #f2f2f2;
}

#faq-questions .et_pb_text_inner {
    -moz-column-count: 2;
    column-count: 2;
}

#faq-questions li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

#faq-questions li::before {
    content: "•" !important;
    color: #CCC;
    position: absolute;
    left: 0;
    font-size: 20px;
}

#faq-questions li a {
    color: #222 !important;
}

#faq-questions li a:hover {
    font-weight: 600;
}

@media (max-width: 981px) {
    #faq-questions .et_pb_text_inner {
        -moz-column-count: 1;
        column-count: 1;
    }

    .section-submenu li {
        margin-bottom: 15px;
    }
}

/*faq ficha*/
#faq-single h1 {
    font-size: 30px;
    line-height: 1.25em;
}

#faq-not-looking-for {
    padding: 0;
}

#faq-not-looking-for > div {
    background: #f2f2f2;
    padding: 17px 20px;
}

#faq-not-looking-for .et_pb_text_inner {
    font-weight: 600;
}

#faq-not-looking-for .et_pb_text_inner a {
    color: #fff;
    background: #222;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 6px 29px;
    margin-left: 28px;
}

@media (max-width: 767px) {
    #faq-not-looking-for .et_pb_text_inner {
        font-weight: 600;
        text-align: center;
    }

    #faq-not-looking-for .et_pb_text_inner a {
        display: block;
        margin-left: 0;
        text-align: center;
        max-width: 300px;
        margin: 1em auto 0;
    }
}

#faq-need-help > div {
    max-width: 500px;
}

#faq-need-help .faq-search {
    max-width: 400px;
    margin: 20px auto 0;
    border: 2px solid #e4e3e3;
}

#faq-need-help .et_pb_text_inner {
    text-align: center;
}

#faq-single ul {
    list-style: initial;
    padding-left: 3em;
}

#faq-single ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

#faq-single ol li {
    counter-increment: my-awesome-counter;
}

#faq-single ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #c8102e;
    font-weight: 600;
}

/*teka-group*/
#teka-menu {
    padding: 0;
    z-index: 3000;
    margin-bottom: 20px;
}

#teka-menu > div {
    padding: 0;
}

#teka-menu > div > div > div {
    padding-right: 0;
    margin: 0 !important;
    border: 0;
}

#teka-menu > div > div > div > div {
    margin: 0 !important;
    width: 100%;
}

#teka-menu li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

#teka-menu ul {
    text-align: center;
}

#teka-menu li a {
    padding: 13px 10px 11px 10px;
    font-size: 14px;
    display: block;
    border-bottom: 2px solid transparent;
}

#teka-menu li.current-menu-item a,
#teka-menu li:hover a {
    font-weight: 600;
    color: #FFF;
    border-bottom: 2px solid #fff;
}

#teka-menu li.teka-dropdown a {
    cursor: pointer;
}

#teka-menu li.teka-dropdown a:after {
    font-family: 'fontello';
    content: '\e808';
    float: right;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 5px;
    transition: all 0.3s ease-in-out;
}

#teka-menu li.teka-dropdown:hover a {
    font-weight: 600;
    color: #FFF;
    border-bottom: 2px solid #0e0e0e !important;
}

#teka-menu li.teka-dropdown:hover a:after {
    font-weight: normal;
}

#teka-menu ul.sub-menu {
    position: absolute;
    width: auto;
    background: #191919 !important;
    display: none;
    padding: 5px 10px 5px 10px !important;
    right: 0px;
    left: auto;
}

#teka-menu ul.sub-menu:after,
#teka-menu ul.sub-menu:before {
    content: none;
}

#teka-menu ul.sub-menu > li {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 5px;
    border-bottom: 1px solid #3f3f3f;
    text-align: right;
}

#teka-menu ul.sub-menu > li:last-child {
    border-bottom: none;
}

#teka-menu ul.sub-menu > li a,
#teka-menu li.teka-dropdown:hover li a {
    font-weight: normal;
    color: #FFF;
    border-bottom: none !important;
    padding: 0px;
    font-size: 13px;
}

#teka-menu li.teka-dropdown li a:after {
    content: none;
}

#teka-menu ul.sub-menu > li a:hover {
    opacity: 0.5;
}

#teka-menu ul > li:hover ul.sub-menu {
    display: block;
}

@media (max-width: 1200px) {

    #teka-menu li a,
    #teka-menu ul.sub-menu > li a {
        padding: 13px 5px 11px 5px;
        font-size: 14px;
    }
}

@media (max-width: 775px) {

    #teka-menu li a,
    #teka-menu ul.sub-menu > li a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #teka-menu li a {
        padding: 10px 5px 10px 5px;
    }
}

#teka-top {
    height: 522px;
}

#teka-top:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000, transparent);
    opacity: .6;
}

#teka-top h3 {
    font-size: 50px !important;
    padding: 90px 0px 0px;
}

@media (max-width: 981px) {
    #teka-top h3 {
        font-size: 38px !important;
        padding: 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    #teka-top {
        height: 250px;
    }

    #teka-top h3 {
        font-size: 23px !important;
        padding: 0px 0px 0px;
    }
}

/*registro-de-garantia*/
#warranty-registration .wpcf7-form span > a,
#request-repair .wpcf7-form span > a {
    font-size: 13px;
    color: #AAA;
}

#warranty-registration .wpcf7-form .upper-padding-space,
#request-repair .wpcf7-form .upper-padding-space {
    padding-top: 30px;
}

#warranty-registration .wpcf7-form .newsletter,
#request-repair .wpcf7-form .newsletter,
#warranty-registration .wpcf7-form .label-privacy-policy,
#request-repair .wpcf7-form .label-privacy-policy {
    font-size: 16px;
}

#warranty-registration .wpcf7-form .label-privacy-policy,
#request-repair .wpcf7-form .label-privacy-policy {
    padding-top: 20px;
}

#warranty-registration .wpcf7-form .label-newsletter,
#request-repair .wpcf7-form .label-newsletter {
    padding-bottom: 20px;
}

/*mapa*/
.map-container {
    position: relative;
}

#pointSelection {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 460px;
}

@media (max-width: 480px) {
    #pointSelection {
        min-width: 260px;
    }
}

#pointSelection ul {
    list-style: none;
}

#pointSelection li {
    float: left;
    border: 1px solid lightgray;
    background-color: white;
    padding: 4px 10px;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 10pt;
    min-width: 200px;
}

@media (max-width: 600px) {
    #pointSelection li {
        float: unset;
        margin: 0 auto 10px;
        clear: both;
        width: 200px;
    }
}

.map-container .gotaNegra,
.map-container .gotaRoja {
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 2px;
}

.map-container .gotaNegra:before,
.map-container .gotaRoja:before {
    font-family: 'fontello';
    content: '\e846';
    font-size: 16px;
    margin-right: 10px;
}

.map-container .gotaRoja:before {
    color: #C8102E;
}

#pointSearch {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 300px;
}

#pointSearch input {
    width: 320px;
    padding: 10px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

#mapSearch {
    position: absolute;
    margin: 0px 0px 0px 280px;
}

#pointSearch .itk-buscar-gris {
    padding: 12px 6px 10px;
    line-height: 47px;
    color: #8e8d8d;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    /*border: 2px solid #e4e3e3;
    border-left: none;*/
    cursor: pointer;
    border-radius: 2px;
}

@media (max-width: 768px) {
    #pointSearch {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 50px;
    }
}

#pointDescription {
    display: none;
    position: absolute;
    left: 30px;
    top: 150px;
    background-color: white;
    border: 1px solid lightgray;
    padding: 8px 12px 10px;
    width: 295px;
}

#pointDescription .close-popup-btn {
    width: 13px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    opacity: 0.7;
    right: 12px;
    top: 10px;
    cursor: pointer;
}

#pointDescription h4 {
    font-size: 12pt;
    width: 92%;
    font-weight: 600;
}

#pointDescription .point-description-content {
    font-size: 9pt;
    color: #515151;
    line-height: 10pt;
}

#pointDescription .point-description-content > .is-email {
    color: #C8102E;
}

#pointDescription .point-description-content > strong {
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    #pointDescription {
        width: 400px;
        top: 160px;
        padding: 18px 18px 18px;
    }

    #pointDescription h4 {
        font-size: 16pt;
        width: 94%;
    }

    #pointDescription .point-description-content {
        font-size: 11pt;
        line-height: 14pt;
    }

    #pointSearch {
        width: 404px;
    }

    #pointSearch input {
        padding: 16px;
        width: 345px;
        font-size: 13px;
        padding-right: 35px;
    }

    #mapSearch {
        position: absolute;
        margin: 0px 0px 0px 305px;
    }
}

/*sobre teka - proyectos emblematicos*/
.tabs-menu ul p {
    display: none;
}

#emblematic-projects-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#emblematic-projects-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#emblematic-projects-menu ul {
    padding: 0;
    text-align: center;
}

#emblematic-projects-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 30px;
}

@media (max-width: 767px) {
    #emblematic-projects-menu li {
        display: inline-block;
        list-style: none;
        padding: 0 15px;
    }
}

#emblematic-projects-menu li a {
    padding: 6px 0px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #222;
}

#emblematic-projects-menu li:hover a,
#emblematic-projects-menu li.active a {
    border-bottom: 2px solid #c8102e;
}

.proyecto-emblematico .et_pb_text {
    text-align: center;
}

.proyecto-emblematico h3 {
    font-size: 32px;
    font-weight: 600;
    display: block;
}

.proyecto-emblematico h3:before {
    font-family: "fontello";
    content: '\e846';
    display: block;
    color: #c8102e;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 12px;
}

.proyecto-emblematico > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*sobre teka - deportes*/
#sport-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#sport-menu i {
    display: block;
    font-size: 58px;
    margin-bottom: 10px;
}

@media (max-width: 1300px) {
    #sport-menu i {
        display: block;
        font-size: 80px;
        margin-bottom: 10px;
    }
}

@media (max-width: 950px) {
    #sport-menu i {
        display: block;
        font-size: 75px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #sport-menu i {
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 650px) {
    #sport-menu i {
        display: block;
        font-size: 50px;
        margin-bottom: 10px;
    }
}

#sport-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#sport-menu ul {
    padding: 0;
    text-align: center;
}

#sport-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 30px;
}

#sport-menu li a {
    padding: 6px 0px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #222;
}

#sport-menu li:hover a,
#sport-menu li.active a {
    border-bottom: 2px solid #c8102e;
}

@media (max-width: 768px) {
    #sport-menu li {
        display: inline-block;
        list-style: none;
        padding: 0 13px;
        font-size: 12px;
    }
}

/*sobre teka - awards*/
#awards-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#awards-menu .et_pb_code {
    margin-bottom: 0;
}

#awards-menu i {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
}

#awards-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#awards-menu ul {
    padding: 0;
    text-align: center;
}

#awards-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 30px;
}

#awards-menu img {
    height: 80px;
}

#awards-menu li a {
    padding: 6px 0px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #222;
}

#awards-menu li:hover a,
#awards-menu li.active a {
    border-bottom: 2px solid #c8102e;
}

@media (max-width: 768px) {
    #awards-menu li a {
        font-size: 14px;
    }

    #awards-menu li {
        padding: 0px 10px;
    }
}

.awards .et_pb_column img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.awards .et_pb_column:hover img {
    -webkit-filter: none;
    filter: none;
}

.awards .et_pb_column > div {
    text-align: center;
}

.tab-content.awards {
    padding: 0;
}

.award {
    text-align: center;
    line-height: normal;
    padding-bottom: 70px;
    -webkit-filter: grayscale(75%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(75%);
}

.award:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.award img {
    width: auto;
    height: auto;
    max-height: 115px;
    max-width: 220px;
}

.award .strong {
    font-weight: 600;
}

/*sobre teka - worldide*/
#presencia-internacional {
    padding-bottom: 0;
    background-color: #191919 !important;
}

#worldwide-top {
    margin-bottom: -120px;
    padding-bottom: 0;
    background: transparent !important;
    z-index: 99;
}

#worldwide-top h1 {
    font-size: 40px;
    line-height: 1.25em;
    border-right: 3px solid #FFF;
    padding-bottom: 22px;
}

@media (max-width: 981px) {
    #worldwide-top h1 {
        font-size: 36px;
        border-right: none;
    }

    #worldwide-top h2 {
        font-size: 30px;
    }

    #worldwide-top h6 {
        font-size: 18px;
        line-height: 1.2em;
    }

    #worldwide-top .et_pb_row {
        padding: 10px 0px;
    }

    #worldwide-top .et_pb_row_4.et_pb_row {
        padding: 10px 0px;
    }
}

@media (max-width: 768px) {
    #presencia-internacional {
        border-right: none;
        border-left: none;
    }
}

@media (max-width: 480px) {
    #worldwide-top h1 {
        font-size: 30px;
    }

    #worldwide-top h2 {
        font-size: 22px;
    }

    #worldwide-top h6 {
        font-size: 16px;
        line-height: 1.2em;
    }

    #worldwide-top .et_pb_row {
        padding: 10px 0px;
    }

    #worldwide-top .et_pb_row_4.et_pb_row {
        padding: 10px 0px;
    }
}

#presencia-internacional > div.et_pb_row {
    background: #191919;
}

#worldwide-map {
    background-image: url(img/presencia-internacional-dots.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 700px;
    width: 100%;
    position: relative;
    padding: 0;
    background-size: contain !important;
}

@media (max-width: 550px) {
    #worldwide-map {
        background-image: url(img/presencia-internacional-dots-responsive.png) !important;
        width: 100%;
        background-position: bottom center !important;
        height: 500px;
        background-size: unset !important;
    }
}

.worldwide-point {
    width: 10px;
    height: 10px;
    background: #c8102e;
    display: block;
    position: absolute;
    cursor: pointer;
}

.worldwide-point > div {
    display: none;
    position: absolute;
    width: 250px;
    background: #FFF;
    padding: 20px;
    bottom: 10px;
    right: 10px;
    z-index: 11;
}

.worldwide-point.active > div {
    display: block;
}

.worldwide-point i {
    position: absolute;
    right: 10px;
    top: 10px;
}

/*sobre teka - teka group*/
#about-teka-teka-bottom h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

#group-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#group-menu i {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
}

#group-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#group-menu ul {
    padding: 0;
    text-align: center;
    line-height: 0px;
}

#group-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 50px;
}

#group-menu li:first-child {
    padding: 0 50px 0px 4px;
}

@media (max-width: 981px) {
    #group-menu li {
        display: inline-block;
        list-style: none;
        padding: 0 30px;
    }

    #group-menu li:first-child {
        padding: 0 30px 0px 4px;
    }
}

@media (max-width: 670px) {
    #group-menu li {
        display: inline-block;
        list-style: none;
        padding: 0 20px;
    }

    #group-menu li:first-child {
        padding: 0 20px 0px 4px;
    }
}

@media (max-width: 520px) {
    #group-menu li {
        display: inline-block;
        list-style: none;
        padding: 0 10px;
    }

    #group-menu li:first-child {
        padding: 0 10px 0px 4px;
    }
}

#group-menu li a {
    padding: 6px 0px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #222;
}

#group-menu li:hover a,
#group-menu li.active a {
    border-bottom: 2px solid #c8102e;
}

#group-menu img {
    height: 95px;
    opacity: 0.5;
}

#group-menu li:hover img,
#group-menu li.active img {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#group-menu .group-teka img {
    max-width: 57px;
    height: 60px;
}

#group-menu .group-kuppersbusch img {
    max-width: 167px;
    height: 50px;
}

#group-menu .group-intra img {
    max-width: 78px;
    height: 50px;
}

#group-menu .group-mofem img {
    margin-bottom: 5px;
    height: 60px;
}

@media (max-width: 981px) {
    #group-menu .group-teka img {
        max-width: 47px;
        height: 50px;
    }

    #group-menu .group-kuppersbusch img {
        max-width: 147px;
        height: 50px;
    }

    #group-menu .group-intra img {
        max-width: 68px;
        height: 50px;
    }

    #group-menu .group-mofem img {
        margin-bottom: 5px;
        height: 50px;
    }
}

@media (max-width: 440px) {
    #group-menu .group-teka img {
        max-width: 37px;
        height: 40px;
    }

    #group-menu .group-kuppersbusch img {
        max-width: 127px;
        height: 40px;
    }

    #group-menu .group-intra img {
        max-width: 58px;
        height: 40px;
    }

    #group-menu .group-mofem img {
        margin-bottom: 0;
        height: 40px;
    }
}

@media (max-width: 380px) {
    #group-menu .group-teka img {
        max-width: 30px;
        height: 35px;
    }

    #group-menu .group-kuppersbusch img {
        max-width: 107px;
        height: 35px;
    }

    #group-menu .group-intra img {
        max-width: 52px;
        height: 35px;
    }

    #group-menu .group-mofem img {
        margin-bottom: 0px;
        height: 35px;
    }
}

.our-values-img {
    /*padding-top: 50%;
    padding-bottom: 50%;
    height: 0;*/
    width: 270px;
    height: 270px;
    background-size: cover;
    padding: 0;
}

.our-values-img .et_pb_text_inner {
    padding-top: 50%;
    padding-bottom: 50%;
    width: 270px;
    height: 270px;
    margin: 0 auto;
}

.our-values-img h3 {
    margin-top: -22px;
    font-size: 34px !important;
}

@media (max-width: 981px) {
    #about-us h1 {
        font-size: 36px;
    }

    #about-us h2 {
        font-size: 30px;
    }

    #about-us h6 {
        font-size: 18px;
        line-height: 1.2em;
    }

    #about-us .et_pb_row {
        padding: 10px 0px;
    }

    #about-us .et_pb_row_4.et_pb_row {
        padding: 10px 0px;
    }
}

@media (max-width: 480px) {
    #about-us h1 {
        font-size: 30px;
    }

    #about-us h2 {
        font-size: 24px;
    }

    #about-us h6 {
        font-size: 16px;
        line-height: 1.5em;
    }

    #about-us .et_pb_row {
        padding: 10px 0px;
    }

    #about-us .et_pb_row_4.et_pb_row {
        padding: 10px 0px;
    }
}

/*idiomas*/
.featherlight.lighboxCountries .featherlight-content {
    background: #222 !important;
    width: 90% !important;
}

#lighboxCountries {
    width: 100%;
}

#lighboxCountries ul {
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#lighboxCountries li {
    width: 16.666666666%;
    float: left;
    margin-bottom: 13px;
}

@media (max-width: 981px) {
    #lighboxCountries li {
        width: 20%;
        float: left;
        margin-bottom: 13px;
    }
}

@media (max-width: 761px) {
    #lighboxCountries ul {
        margin: 0 0 20px 0;
        display: none;
    }

    #lighboxCountries li {
        width: 50%;
        float: left;
        margin-bottom: 13px;
    }
}

#lighboxCountries .country-header {
    clear: both;
    display: block;
    margin: 30px 0;
    color: #FFF;
    border-bottom: 1px solid #464646;
    font-weight: 600;
    padding: 0 0 4px 0;
}

#lighboxCountries .language-item img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}

#lighboxCountries .language-item span {
    color: #FFF;
    vertical-align: middle;
    font-size: 14px;
}

.accordion-lang a {
    color: #fff;
}

.accordion-lang:after {
    content: '\002B';
    color: #fff;
    font-weight: 600;
    float: right;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 30px;
    width: 30px;
}

.accordion-lang.active:after {
    transform: rotate(45deg);
}

/*AJAX Search*/
.et_search_outer {
    overflow: initial;
}

#ajaxSearchResult {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 54px;
    background: white;
    width: 100%;
    padding: 20px;
    border: 0px solid #f2f2f2;
    border-top: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

/* Let's get this party started */
div#ajaxSearchResult::-webkit-scrollbar {
    width: 12px;
}

/* Track */
div#ajaxSearchResult::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle */
div#ajaxSearchResult::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
}

div#ajaxSearchResult::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
}

#ajaxSearchResult h5 {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.ajax-search-product-result {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.ajax-search-product-result a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.ajax-search-product-result-right {
    margin-left: 90px;
}

.ajax-search-product-result img {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.ajax-search-product-result .productCat {
    color: #b2b2b2;
    font-size: 14px;
}

.ajax-search-product-result .productCatLargeName {
    font-size: 15px;
    line-height: 1.25em;
    display: block;
}

.ajax-search-product-result .productReference {
    display: block;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: normal;
}

.ajax-search-news-result > a {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

/*SEARCH*/
#search-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

#search-menu > div {
    padding: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

#search-menu ul {
    padding: 0;
}

#search-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 30px;
}

#search-menu li a {
    padding: 6px 0px 4px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #222;
}

#search-menu li:hover a,
#search-menu li.active a {
    border-bottom: 2px solid #c8102e;
}

.search-block > div > div {
    overflow: hidden;
}

.search-block > div > h2 {
    text-align: center;
    padding: 50px 0;
}

#ajaxsearchprores22_1 .asp_group_header,
#ajaxsearchprores22_2 .asp_group_header,
div.asp_r .asp_group_header {
    text-transform: uppercase !important;
    border-bottom: 1px solid #e2e2e2 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    background-color: transparent;
    margin-bottom: 16px !important;
    padding-top: 20px;
}

#ajaxsearchprores22_1 .results .item .asp_content h3 a .reference,
#ajaxsearchprores22_2 .results .item .asp_content h3 a .reference,
div.asp_r .results .item .asp_content h3 a .reference {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #b2b2b2;
}

#ajaxsearchpro22_1 .probox,
#ajaxsearchpro22_2 .probox,
div.asp_m.asp_m_22 .probox {
    border-top: none;
    border-left: none;
    border-right: none;
}

#ajaxsearchprores22_1.vertical .results .item .asp_image,
#ajaxsearchprores22_2.vertical .results .item .asp_image,
div.asp_r.vertical .results .item .asp_image {
    width: 100%;
    height: 220px;
    margin: 0 0 10px 0;
}

#ajaxsearchprores22_1 .results .item .asp_image,
#ajaxsearchprores22_2 .results .item .asp_image,
div.asp_r .results .item .asp_image {
    background-size: contain;
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat .content,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat .content,
div.asp_r .results .item.asp_r_product_cat .content {
    max-width: 100%;
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat .asp_image,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat .asp_image,
div.asp_r .results .item.asp_r_product_cat .asp_image {
    background-size: cover !important;
    transform: scale(1);
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat.hovered .asp_image,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat.hovered .asp_image,
div.asp_r .results .item.asp_r_product_cat.hovered .asp_image {
    background-size: cover !important;
    transform: scale(1.03);
}

#ajaxsearchprores22_1 .asp_group_header,
#ajaxsearchprores22_2 .asp_group_header,
div.asp_r .asp_group_header {
    text-transform: uppercase !important;
    border-bottom: 1px solid #e2e2e2 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    background-color: transparent;
    margin-bottom: 16px !important;
    padding-top: 20px;
}

#ajaxsearchprores22_1 .results .item .asp_content h3 a .reference,
#ajaxsearchprores22_2 .results .item .asp_content h3 a .reference,
div.asp_r .results .item .asp_content h3 a .reference {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #b2b2b2;
}

#ajaxsearchpro22_1 .probox,
#ajaxsearchpro22_2 .probox,
div.asp_m .probox {
    border-top: none;
    border-left: none;
    border-right: none;
}

#ajaxsearchprores22_1.vertical .results .item .asp_image,
#ajaxsearchprores22_2.vertical .results .item .asp_image,
div.asp_r.vertical .results .item .asp_image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 289 / 247;
    margin: 0 0 10px 0 !important;
}

#ajaxsearchprores22_1 .results .item .asp_image,
#ajaxsearchprores22_2 .results .item .asp_image,
div.asp_r .results .item .asp_image {
    background-size: contain;
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat .content,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat .content,
div.asp_r .results .item.asp_r_product_cat .content {
    max-width: 100%;
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat .asp_image,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat .asp_image,
div.asp_r .results .item.asp_r_product_cat .asp_image {
    background-size: cover !important;
    transform: scale(1);
}

#ajaxsearchprores22_1 .results .item.asp_r_product_cat.hovered .asp_image,
#ajaxsearchprores22_2 .results .item.asp_r_product_cat.hovered .asp_image,
div.asp_r .results .item.asp_r_product_cat.hovered .asp_image {
    background-size: cover !important;
    transform: scale(1.03);
}

/*iniciar sesión*/
.post-password-required {
    height: calc(100vh - 96px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: url('../../uploads/2018/10/iniciar-sesion-1.jpg');*/
    background-size: cover;
    background-position: center;
}

.admin-bar .post-password-required {
    height: calc(100vh - 128px) !important;
}

.et_password_protected_form label {
    display: block;
    font-weight: 600;
}

.et_password_protected_form {
    overflow: hidden;
    padding: 30px;
}

.post-password-required .et_pb_section {
    background-color: rgba(255, 255, 255, 0.8);
}

.et_password_protected_form .et_submit_button,
.et_password_protected_form .et_submit_button:hover {
    background: #c8102e;
    border: 0;
    border-radius: 0;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    padding: 0 40px;
    height: 30px;
    line-height: 30px;
}

@media (max-width: 481px) {

    .et_password_protected_form .et_submit_button,
    .et_password_protected_form .et_submit_button:hover {
        width: 100%;
    }
}

.et_password_protected_form .et_pb_button:after {
    content: none;
}

.post-password-required p {
    color: #222;
}

.et_password_protected_form p input {
    border: 1px solid #cdcdcb !important;
    width: 100%;
    padding: 19px 76px 19px 23px !important;
    margin-bottom: 1px !important;
    background-color: #FFF !important;
}

/*
.et_password_protected_form p input:focus {
    border: 1px solid #cdcdcb !important;
    border-bottom: 2px solid #222 !important;
    color: #3e3e3e !important;
    margin-bottom: 0px !important;
}
*/
@media only screen and (min-width: 981px) {
    .post-password-required .et_password_protected_form {
        min-width: 400px;
    }
}

/*404*/
body.error404 #top-header,
body.error404 #main-header {
    display: none;
}

body.error404 #page-container {
    padding-top: 0 !important;
}

#error-404-container {
    border-bottom: 2px solid #808080;
}

#error-404-menu {
    padding: 0;
    border-right: 0 !important;
    margin-top: 80px;
}

#error-404-menu > div {
    width: 100%;
    margin: 0;
}

#error-404-menu ul {
    padding: 0px;
}

#error-404-menu li {
    float: left;
    margin-right: 1%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    width: 18%;
}

#error-404-menu li:nth-of-type(5n) {
    margin-right: 0;
}

#error-404-menu li a {
    color: #FFF;
    padding: 5px;
    display: block;
}

@media all and (max-width: 980px) {
    #error-404-menu li a {
        font-size: 16px;
    }
}

@media all and (max-width: 480px) {
    #error-404-menu li a {
        font-size: 12px;
    }
}

#error-404-menu li.current-menu-item,
#error-404-menu li:hover {
    border-bottom: 2px solid #FFF;
}

#error-404-container .widget_nav_menu {
    width: 100%;
}

#error-404-right .et_pb_text_inner {
    font-size: 30px;
}

#error-404-right em {
    display: block;
    font-size: 126px;
    font-style: normal;
    line-height: 1em;
}

#error-404-left {
    padding-right: 10%;
}

#error-404-left h1 {
    font-size: 30px;
    font-weight: 600;
}

#error-404-left img {
    max-width: 109px;
    margin-bottom: 100%;
}

/*COOKIES*/
#cn-notice-text {
    display: block;
    text-align: left;
    margin-bottom: 0;
}

#cn-accept-cookie {
    background: #c8102e;
    color: #FFF;
    padding: 2px 10px;
}

.cookie-notice-container {
    text-align: center;
    border-top: 0;
    background: #212121;
    color: #FFF;
    padding: 9px 40px 6px 40px;
}

#cn-notice-text:before {
    font-family: "fontello";
    content: '\e813';
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.5em;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -12px;
}

#cookie-notice {
    z-index: 999999 !important;
}

#cookie-notice #cn-accept-cookie {
    float: right;
    background: none;
}

#cookie-notice #cn-accept-cookie:hover {
    font-size: larger;
}

#cookie-notice #cn-more-info {
    float: left;
    color: white;
    font-weight: 600;
    line-height: 24px;
}

#cn-notice-buttons {
    float: left;
}

#cookie-notice .cookie-notice-container {
    float: left;
}

#cookie-notice #cn-notice-text {
    float: left;
    line-height: 24px;
}

@media all and (max-width: 980px) {
    #cn-notice-buttons {
        clear: both;
    }

    #cookie-notice #cn-more-info {
        margin-left: 0;
    }
}

/* COLUMNS ORDER */
@media all and (max-width: 980px) {

    /*** wrap row in a flex box ***/
    .custom_row {
        display: flex;
        /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        order: 1;
    }

    .second-on-mobile {
        order: 2;
    }

    .custom_row .et_pb_column {
        margin-bottom: 0px !important;
    }

    .custom_row .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }

    /*** add margin to last column ***/
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px !important;
    }
}

#inspiration-header {
    background-position: 75% center;
}

#request-repair label,
#contact-us label {
    padding: 10px;
}

/* FORM ON DESKTOP/TABLET */
.text_check_privacy,
.newsletter .wpcf7-list-item-label {
    font-size: 13px;
}

label.my-0 {
    padding: 0px !important;
}

label.my-30 {
    padding: 0px !important;
    padding-top: 30px !important;
}

.wpcf7-form .label-privacy-policy,
.wpcf7-form .label-newsletter {
    font-size: 13px !important;
    padding: 0px !important;
}

.wpcf7-form .label-privacy-policy {
    padding-top: 30px !important;
}

#warranty-registration a,
#contact-us a,
#request-repair a,
#manual-download-two a {
    color: #676767;
}

@media all and (min-width: 480px) {
    textarea {
        height: 92px;
    }
}

/* FORM ON MOBILE */
@media all and (max-width: 480px) {
    #contact-us label {
        padding: 0px 10px;
    }

    #request-repair .col6,
    #contact-us .col6,
    #warranty-registration .col6 {
        width: 100%;
        padding: 0px 10px 10px;
    }

    #warranty-registration .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
    }

    #warranty-registration .file-label .file-container i {
        background: transparent;
        width: 38px;
        height: 31px;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 30px;
        text-align: center;
        font-size: 17px;
        color: #8e8d8d;
        border-left: none;
    }

    #warranty-registration .file-label .file-container {
        padding: 0px 76px 9px 23px;
    }

    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea,
    input[type=date],
    .file-label .file-container {
        border: 1px solid #cdcdcb;
        width: 100%;
        padding: 9px 23px 9px 23px;
        margin-bottom: 1px;
        height: 45px;
    }

    textarea {
        height: 66px;
    }

    input[type="submit"] {
        background: #c8102e;
        padding: 0 40px;
        margin: 10px 10px;
        border: none;
        height: 32px;
        color: #FFF;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 28px;
        width: 95%;
    }

    #warranty-registration .et_pb_row_1 {
        padding-top: 0px;
    }

    #contact-us .et_pb_row_1 {
        padding-top: 0px;
    }

    #contact-us .et_pb_row_0 {
        padding-bottom: 0px;
    }
}

.et_pb_blurb_content,
.et_pb_circle_counter,
.et_pb_contact_main_title,
.et_pb_countdown_timer_container,
.et_pb_counter_title,
.et_pb_gallery_item,
.et_pb_newsletter_description,
.et_pb_number_counter,
.et_pb_portfolio_item,
.et_pb_post,
.et_pb_pricing_content,
.et_pb_pricing_heading,
.et_pb_promo_description,
.et_pb_slide_description,
.et_pb_tab,
.et_pb_tabs_controls,
.et_pb_team_member,
.et_pb_testimonial_description_inner,
.et_pb_text,
.et_pb_toggle_content,
.et_pb_toggle_title,
.et_pb_widget,
.product {
    word-wrap: normal;
}

/* HACKS */
@media (min-width: 481px) and (max-width: 981px) {
    #support-faq {
        transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        /* Firefox */
        -webkit-transform: scaleX(-1);
        /* Chrome - Safari */
        -o-transform: scaleX(-1);
        /* Opera */
    }

    #support-faq > div {
        transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        /* Firefox */
        -webkit-transform: scaleX(-1);
        /* Chrome - Safari */
        -o-transform: scaleX(-1);
        /* Opera */
    }
}

/*desactivar editor visual*/
#wpadminbar {
    z-index: 100002 !important;
}

#wp-admin-bar-et-use-visual-builder,
#et_pb_fb_cta {
    display: none !important;
}

/*END*/
@media (max-width: 1300px) {
    .video a.play {
        width: 7.4vw;
        height: 7.4vw;
    }
}

@media (max-width: 1400px) {
    .video a.play {
        width: 6vw;
        height: 6vw;
    }
}

.mobile .play {
    top: calc(100% + 50px) !important;
    left: 50% !important;
}

.laptop .play {
    right: calc(0% + 50px) !important;
    left: auto !important;
}

.video a.play {
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.2) url(img/btn_play.png) no-repeat center;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.close_fullscreen {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.2) url(img/btn_close_black.png) no-repeat right;
    display: none;
    text-indent: -9999px;
    background-size: 25px;
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0 25px;
    z-index: 9999;
}

.video a:hover {
    background-color: #3e3e3e;
}

.video video {
    min-width: 100%;
}

#product-images.fullscreen {
    background-color: white;
}

#product-images.fullscreen #product-img-max {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-images.fullscreen #product-img-max img {
    padding: 30px 110px;
    max-height: 100vh;
    max-width: 100vw;
    width: auto;
    height: auto;
}

#product-images .slick-dots {
    bottom: 5%;
}

.entry-content ul#product-img-max {
    padding: 0 !important;
}

.entry-content ul#product-img-max img {
    padding: 0 !important;
}

.entry-content div.product-slider-H {
    padding: 0 !important;
}

.entry-content ul {
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 2px;
}

@media (max-width: 980px) {
    .et_pb_section {
        padding: 50px 0 50px 0;
    }
}

#main-content .container:before {
    background-color: transparent;
}

#product-images .slick-dots button:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: black;
    vertical-align: middle;
    position: absolute;
    left: -10px;
    top: .75em;
}

#legal-tabs {
    border: none;
}

#legal-tabs .et_pb_tabs {
    border: none !important;
}

#legal-tabs h1 {
    font-size: 37.5pt;
    /* margin-left: -35px; */
    margin-bottom: 2.75%;
}

#legal-tabs .et_pb_text_inner {
    padding-left: 35px;
}

#legal-tabs h3 {
    /* margin-left: -35px; */
    padding-top: 40px;
    padding-bottom: 25px;
}

#legal-tabs h3:first-child {
    padding-top: 0px;
}

#legal-tabs h3 strong {
    font-size: 13.5pt;
    font-weight: 600;
}

#legal-tabs h3 strong em {
    color: #b2b2b2;
    font-weight: normal;
    padding-right: 20px;
}

#legal-tabs .et_pb_tabs_controls li {
    margin-left: 0px;
}

#legal-tabs p,
#legal-tabs li {
    font-size: 10.5pt;
    padding: 0;
    margin-left: 35px;
}

#legal-tabs p em,
#legal-tabs li em {
    color: #134e4e;
}

#legal-tabs .et_pb_tabs_controls {
    position: absolute;
    right: 0px;
    top: -50px;
    background: none;
    padding: 0px;
}

#legal-tabs ul.et_pb_tabs_controls:after {
    border-top: none;
}

#legal-tabs .et_pb_tabs_controls li {
    border-color: #666 !important;
    padding: 0px;
    height: 10px;
}

#legal-tabs .et_pb_tabs_controls li:last-child {
    border-right: none;
}

#legal-tabs .et_pb_tabs_controls li.et_pb_tab_active {
    text-decoration: underline;
}

#legal-tabs .et_pb_tabs_controls li a {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 10px;
}

#legal-tabs td:first-child {
    background-color: #eee;
}

#legal-tabs td {
    border: solid 1px #ddd;
    padding: 0 1em;
}

table.table-sub-cookies td {
    border: 0 !important;
    padding: 0 !important;
    /*  background-color: #fff !important;*/
}

.btn {
    background: #ccc;
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    border: none;
    height: 30px;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.1);
}

.btn-alert {
    background: #c8102e;
    color: #fff;
}

.btn-info {
    background: #6380dd;
}

.btn:hover {
    box-shadow: none;
}

#robot_search_results .content {
    overflow-y: scroll;
    max-height: 200px;
}

#robot_search_results .title {
    width: 100%;
    border-bottom: 1px solid #808080;
    padding: 10px 0 2px 0;
}

#robot_search_results a {
    color: black;
    width: 100%;
    padding: 2px 0 0 25px;
    display: inline-block;
}

#robot_search_results small {
    color: #808080;
    font-size: 10px;
    padding-left: 25px;
}

#content-country ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px solid rgb(217, 217, 217);
    padding-left: 25px;
}

#content-country li {
    padding: 10px;
    width: 33%;
}

#content-country li {
    padding: 10px;
}

#content-country li img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

#content-country li span {
    color: #00639a;
    font-weight: 600;
    line-height: 40px;
    width: 170px;
    display: inline-block;
    margin-right: 20px;
}

.country-menu {
    line-height: normal !important;
    margin-right: 0px !important;
    margin-left: 50px;
}

.country-menu a {
    opacity: 1;
}

.country-menu img {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    padding-bottom: 3px;
}

#et-secondary-menu {
    padding-right: 8px;
}

.language-menu {
    opacity: 1;
    padding: 2px 5px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    opacity: 0.4;
    margin-top: 2px;
    float: right;
    border-left: 1px solid #777;
    box-sizing: border-box;
}

.language-menu a {
    padding: 0 !important;
}

.language-menu.principal {
    opacity: 1;
}

.language-menu:last-of-type {
    border-left: 0;
    margin-left: 10px;
}

@media (max-width: 980px) {
    .language-menu {
        padding: 0 5px !important;
        line-height: 1em;
        position: relative;
        top: -27px;
        margin-bottom: -10px;
    }

    .language-menu,
    .language-menu a {
        font-size: 14px !important;
        border-bottom: 0;
    }

    .language-menu:last-of-type {
        margin-left: 0;
    }
}

.et_pb_toggle_close {
    padding: 20px;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    background: none;
}

#group-menu li {
    vertical-align: bottom;
}

#group-menu .active .logo {
    opacity: 1;
}

#group-menu .logo:hover {
    opacity: 1;
}

#group-menu .logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    /*background-image: url(/en-ae/wp-content/themes/kueppersbusch/img/teka-logo.svg);*/
    background-size: 57px 60px;
    width: 57px;
    height: 65px;
    background-repeat: no-repeat;
}

.local_price {
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px;
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 14px;
}

/*#country_redirector*/
#country_redirector button {
    background: #c8102e !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

#country_redirector .country_select {
    border-radius: 0 !important;
}

#country_redirector > a {
    border-radius: 50% !important;
    width: 26px;
    text-align: center;
    height: 26px;
    padding-top: 0px !important;
    right: 30px !important;
    top: 20px !important;
}

#country_redirector .country_select {
    text-shadow: none !important;
}

#country_redirector .drop-down {
    top: 2px;
}

div#country_redirector {
    padding-top: 6px;
}

/*.len20 {
    font-size: 0.9em !important;
}
.len15 {
    font-size: 1em !important;
}
.len10 {
    font-size: 1em !important;
}*/
/*player*/
#player-container {
    display: none;
}

#player-container.show {
    z-index: 9999999999999999999999;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#player-container iframe {
    width: 100%;
    height: 100%;
}

#play {
    background: rgba(0, 0, 0, 0.5)
}

.close {
    display: none;
    position: fixed;
    right: 30px;
    color: white;
    z-index: 999999999999999999;
    font-size: 20px;
    top: 60px;
    border: 1px solid;
    padding: 0;
    background-color: black;
    cursor: pointer;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 31px;
    font-size: 13px;
    text-align: center;
}

/*new backgorunds videos*/
.et_pb_section_video_bg video {
    -o-object-fit: cover;
    object-fit: cover;
}

/*contact form*/
.contact_form_info {
    padding: 3em 0;
    font-size: 0.7em;
    text-align: justify;
    line-height: 1.7;
    clear: both;
}

/*collections*/
#product_edition_header {
    height: 76vh;
}

#product_edition_header .scroll-down-animated {
    color: white;
    font-size: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -35px;
}

#product_edition_container,
#product_edition_container > div {
    padding-top: 0 !important;
}

#product_edition_info {
    text-align: center;
    margin-bottom: 70px;
}

#product_edition_info h1 {
    display: inline-block;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    font-size: 60px !important;
}

#product_edition_info > h2 {
    font-size: 31px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#product_edition_description {
    font-size: 20px;
    line-height: 1.5em;
    max-width: 800px;
    margin: 0 auto;
}

#product_edition_other_editions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
}

#product_edition_other_editions > div {
    width: 100%;
    height: 422px;
    position: relative;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-end;
    padding: 40px 50px;
}

#product_edition_other_editions > div a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.24);
}

#product_edition_other_editions > div > div {
    font-size: 45px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1em;
    position: relative;
    z-index: 4;
    pointer-events: none;
}

#product_edition_other_editions > div > div span {
    font-size: 30px;
    display: block;
}

@media (min-width: 981px) and (max-width: 1400px) {
    #product_edition_info h1 {
        font-size: 45px !important;
    }

    #product_edition_info > h2 {
        font-size: 25px !important;
    }

    #product_edition_description {
        font-size: 18px;
    }
}

@media (max-width: 981px) {
    #product_edition_header {
        height: 50vh;
    }

    #product_edition_info h1 {
        font-size: 30px !important;
    }

    #product_edition_info > h2 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }

    #product_edition_description {
        font-size: 16px;
        line-height: 1.4em;
    }

    #product_edition_other_editions {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center;
    }

    #product_edition_other_editions > div {
        height: 220px;
    }

    #product_edition_other_editions > div > div {
        font-size: 35px;
    }

    #product_edition_other_editions > div > div span {
        font-size: 25px;
    }
}

/*ChannelSight*/
#csmodalbox {
    z-index: 1000000 !important;
}

.csWidgetModal-open #csmodalbox {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    height: 100vh;
}

.csWidgetModal-backdrop {
    z-index: 999999 !important;
}

#csmodalbox .cs-powered-by-show {
    display: none;
}

#csmodalbox .csWidgetModal-content {
    border-radius: 0 !important;
    border: 0 !important;
}

#product-right button.cswidget {
    display: block;
    width: 70%;
}

#product-right button.cswidget:hover {
    background: #C8102E;
    color: #FFF;
}

/*channelsightButton*/
body .channelsightButton,
body .csWidgetBuynow {
    background: #C8102E !important;
    color: #FFF !important;
    border: none !important;
}

.csWidgetModal-open #page-container {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    transition: all 1s ease-in-out;
}

@media only screen and (max-width: 767px) {
    body .cs-t1 .csWidgetRetailer img {
        width: 80%;
    }

    body #csmodalbox .csWidgetTableHeaderPrice,
    body #csmodalbox .csWidgetTableHeaderStock,
    body #csmodalbox .csWidgetBuyNow,
    body #csmodalbox .csWidgetStock,
    body #csmodalbox .csWidgetPrice,
    body #csmodalbox .csWidgetTableHeader,
    body #csmodalbox .csWidgetTableHeaderRetailer,
    body #csmodalbox .csWidgetRetailer {
        font-size: 12px;
    }

    body #csmodalbox .csWidgetTopRightSide h1 {
        font-size: 18px !important;
        padding: 0 10%;
    }
}

#csmodalbox .csWidgetTopRightSide h1 {
    font-size: 18px !important;
}

#csmodalbox span.label-new {
    position: inherit;
    padding: 4px 15px;
}

.cs-t1 .csWidgetRetailerImg {
    width: 80%;
}

#csmodalbox .csWidgetScrollRetailer {
    overflow: hidden;
    max-height: none;
}

@media only screen and (min-width: 767px) {
    #csmodalbox .csWidgetProd {
        float: left;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
    }
}

#csmodalbox .csWidgetTableHeaderRetailer,
#csmodalbox .csWidgetRetailer {
    text-align: center;
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#csmodalbox .csWidgetTableHeaderPrice,
#csmodalbox .csWidgetTableHeaderStock,
#csmodalbox .csWidgetStock,
#csmodalbox .csWidgetPrice {
    width: 29%;
}

#csmodalbox .csWidgetBuyNow,
#csmodalbox .csWidgetTableHeader {
    width: 24%;
}

#csmodalbox .csWidgetTableHeaderProduct,
#csmodalbox .csWidgetProduct,
#csmodalbox .csWidgetSubtitle,
#csmodalbox .csWidgetModal-content {
    display: none;
}

#csmodalbox h4,
#csmodalbox h2,
#csmodalbox .separator {
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: normal;
}

#csmodalbox h4 {
    color: #c8102e;
    font-size: 16px;
}

#csmodalbox .separator {
    margin: 0 5px;
}

@media (min-width: 768px) {
    body .cs-t1 .csWidgetModal-dialog {
        width: 700px;
        margin: 0 auto;
    }
}

.cs-t1 .csWidgetModal-body {
    padding: 25px !important;
}

.cs-t1 .csWidgetRetailerTopRow {
    padding-top: 50px !important;
}

.cs-t1 .csWidgetRetailerTopRowSpace {
    display: none;
}

.cs-t1 .csWidgetRetailerRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.cs-t1 .csWidgetRetailerRow:nth-child(odd):hover,
.cs-t1 .csWidgetRetailerRow:hover {
    background: rgba(0, 0, 0, .1) !important;
}

.cs-t1 .csWidgetRetailerRow:nth-child(odd) {
    background: #fff !important;
}

/*ocultamos el precio para steakmaster*/
.product111000035 .csWidgetPrice {
    /*STEAKMASTER GENERAL*/
    display: none !important;
}

.current_site_2 .csWidgetPrice {
    /*En España*/
    display: none !important;
}

.current_site_8 .csWidgetPrice {
    /*En Portugal*/
    display: none !important;
}

.current_site_17 .csWidgetPrice {
    /*En Romania*/
    display: none !important;
}

.current_site_10 .csWidgetPrice {
    /*En Chile */
    display: none !important;
}

.current_site_11 .csWidgetPrice {
    /*En Mexico */
    display: none !important;
}

.current_site_11 .channelsightButton {
    /*resto de Productos En Mexico */
    display: none !important;
}

.current_site_11 .channelsightButton-111000026 {
    /*STEAKMASTER En Mexico */
    display: block !important;
}

/*Teka Banners*/
.teka-banner {
    height: 345px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.et_pb_column_4_4 .teka-banner {
    height: 700px;
    padding: 50px;
}

.teka-banner-bottom {
    justify-content: flex-end;
}

.teka-banner-top {
    justify-content: flex-start;
}

.teka-banner-left {
    align-items: flex-start;
}

.teka-banner-right {
    align-items: flex-end;
}

.teka-banner-large h2 {
    font-size: 37px !important;
}

.teka-banner-large h3 {
    font-size: 30px !important;
}

.teka-banner-extralarge h2 {
    font-size: 50px !important;
}

.teka-banner-extralarge h3 {
    font-size: 40px !important;
}

div#top-header {
    top: -25px !important;
    position: fixed;
    z-index: 999999;
}

#logo {
    width: 200px !important;
    max-width: 200px !important;
    min-height: inherit !important;
    height: inherit !important;
    background: none !important;
}

h3 {
    padding-bottom: 20px;
}

/*p {
    font-size: 15px !important;
    line-height: 25px;
}*/
#main-header .nav li ul {
    background-color: #FFF !important;
    border: none;
    padding: 15px 30px;
}

#top-menu li ul.sub-menu {
    left: inherit !important;
}

.et-fixed-header {
    background: #000000 !important;
}

ul.sub-menu:before,
ul.sub-menu:after {
    display: none;
}

#main-header.et-fixed-header #top-menu a {
    color: #000 !important;
}

@media only screen and (min-width: 981px) {

    .et-fixed-header #top-menu li.current-menu-ancestor > a,
    .et-fixed-header #top-menu li.current-menu-item > a {
        color: #000 !important;
    }
}

#top-menu a {
    color: #000 !important;
}

.home #top-menu a {
    color: #fff !important;
}

.home #top-menu ul a {
    color: #000 !important;
}

.home #main-header:not(.et-fixed-header) #logo {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.et-fixed-header #top-menu a {
    color: #000 !important;
}

.archive header#main-header {
    background: inherit;
}

.archive div#category-description {
    text-align: center;
}

.archive .product-filter-dropdown > span {
    background: #000;
    display: none;
}

body.archive #products-container .centered,
.archive div#category-description {
    text-align: center !important;
    max-width: 800px;
    margin: 0 auto;
}

.archive .product-filter > h4.familia {
    border: none;
    font-weight: 400 !important;
    border-bottom: 1px solid #c7c7c7;
    color: #000 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-top: 25px;
}

@media (max-width:1325px) {
    .archive .product-filter > h4.familia {
        font-size: 13px;
    }
}

.archive div#category-description {
    margin-top: 120px;
}

.archive .product-list .product,
#product-related-products-slider .product {
    border: 1px solid transparent;
    padding: 25px;
}

.archive .product-list .product:hover,
.product-list .product:hover .product-list-description,
#product-related-products-slider .product:hover {
    border: 1px solid #000;
}

#product-ambient-slider .product:hover .product-list-description {
    border: 0;
}

body.archive #products-container h3,
body.archive div#category-description h3 {
    font-weight: 300 !important;
    font-size: 40px !important;
}

body.archive #productos-header-title h1 {
    display: none;
}

.archive header#main-header {
    background: inherit;
}

#productos-header-title h1 {
    font-weight: 300 !important;
    color: #ffffff !important;
    font-size: 50px !important;
}

#top-menu {
    float: right;
}

#product-related-products-slider .title-life-style,
#product-accesories-slider .title-life-style,
.archive .title-life-style {
    color: #adadad;
}

#product-related-products-slider .product-list-description,
#product-accesories-slider .product-list-description,
.archive .product-list-description {
    display: block !important;
    text-align: left;
    position: inherit;
    border: none !important;
}

div#productos-header {
    margin-top: 60px;
}

.checkbox-container [type="checkbox"]:checked + label:after {
    color: #000;
}

a#reset-filter {
    color: #fff !important;
}

/*.download-container a strong {
    font-weight: 300 !important;
}*/
/* Footer */
#footer-bottom > div {
    border-top: 1px solid #2d2d2d;
}

.footer-widget .widget_media_image {
    width: 100%;
}

.footer-widget h4.title {
    color: #9e9e9e !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 15px !important;
}

#footer-widgets .footer-widget li a,
.contacto-footer {
    font-size: 13.5px !important;
    line-height: 1.8em;
    color: #cecece !important;
}

ul#top-menu li {
    font-weight: 600;
}

div#ref-ean h4 {
    font-weight: 400 !important;
    margin-top: inherit !important;
}

.single-product div#ref-ean h1 {
    color: #fff !important;
}

.single.single-product h2.titulo-menu {
    font-size: 25px;
}

#top-menu li.current-menu-item > a {
    font-weight: inherit;
}

.product .product-icons-wrapper {
    margin-top: 18px !important;
    max-width: 350px;
    margin: 0 auto;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}

.product #product-images h4 {
    margin-top: 50px !important;
    font-size: 25px;
}

@media (max-width: 781px) {
    #products-header-img {
        width: 100%;
    }
}

/* Borrar cuando haya texto en premios */
.reconocimientos .et_pb_image_wrap:hover:before {
    display: none !important;
}

/* Precio acabados */
.acabado-seleccionado {
    border: 1px solid #cccccc !important;
}

.finishes_wrapper .finish_item {
    cursor: pointer;
}

#product-right h4 {
    margin-top: 40px;
    font-weight: 300;
}

.finish_item h5 {
    font-weight: 300;
}

.finish_item {
    margin-bottom: 0px !important;
}

.widget_media_image {
    padding-bottom: 44px;
}

/* REF acabados */
.ref-producto-acabado.oculto-a,
.finishes_wrapper .finishes_inner .ref-acabado {
    display: none;
}

.ref-producto-acabado {
    font-weight: 300;
}

/*Ajuste css categoría*/
.tax-product_cat h1 {
    text-transform: uppercase;
}

/*ocultar boton comparar*/
.product-list-compare {
    color: #787879;
}

/* Menú móvil */
span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    color: #000 !important;
}

.home #main-header:not(.et-fixed-header) span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    color: #FFF !important;
}

@media only screen and (max-width: 980px) {
    #main-header .et_mobile_menu {
        background-color: rgba(0, 0, 0, 0.8) !important;
        margin-top: 17px;
        border-top: none;
    }

    .et_mobile_menu li a {
        color: #ffffff !important;
        font-family: 'Raleway', sans-serif !important;
    }

    header#main-header {
        box-shadow: none;
        padding: 0 0 16px 0;
    }

    .et_header_style_left .mobile_menu_bar {
        padding-top: 21px;
    }

    header#main-header.et-fixed-header {
        position: fixed;
        top: 0 !important;
    }
}

/*ajuste footer*/
.footer-widget div img {
    float: right;
}

.footer-widget div {
    padding-bottom: 0px;
}

div#footer-widgets {
    display: flex;
    align-items: baseline;
}

#main-footer .footer-widget h4.title {
    color: #fff !important;
    font-style: normal;
}

.menu-item {
    text-transform: uppercase;
}

/*ajuste tipografía detalles técnicos*/
#product-technical-details h4 {
    font-weight: 300;
    text-transform: uppercase;
}

#product-technical-details li strong {
    font-weight: 300 !important;
}

@media (min-width: 981px) {
    .footer-widget {
        width: 33.3% !important;
        max-width: inherit !important;
        margin: 0 !important;
        float: left;
    }
}

@media (max-width: 981px) {
    .single-product #product-right {
        width: 100% !important;
    }

    .single-product header#main-header {
        background: #000;
    }

    #productos-header {
        height: 400px !important;
    }
}

/* Ajustes USPs categorias */
.archive .upperUSP-item {
    max-width: 1380px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    color: #fff;
}

@media (max-width: 450px) {
    .archive .upperUSP-item {
        display: flex;
        flex-direction: column !important;
    }

    .upperUSP-item:nth-child(odd) {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .upperUSP-item:nth-child(even) {
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        align-items: center;
    }
}

.archive .upperUSP-item div {
    width: 50%;
    float: left;
}

.archive .upperUSP-item .text {
    padding: 0 50px;
}

.archive .upperUSP-item .text h2 {
    font-size: 34px !important;
    color: #fff;
}

.archive .upperUSP-item .text h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.archive .upperUSP-item .text h2:nth-child(2) {
    margin-top: 22px;
}

@media (max-width:980px) {
    .archive .upperUSP-item div {
        width: 100%;
        padding: 20px;
    }
}

/*AJUSTES ICONOS PRODUCTOS*/
#product-icons .wrap_item {
    background: #f1f1f1;
    padding: 15px 15px !important;
    border-radius: 5px;
    text-align: left;
    margin: 10px 10px;
    box-sizing: border-box;
    height: 100%;
}

#product-icons span._title {
    font-size: 18px;
}

#product-icons ._head {
    position: relative;
    padding-right: 37px;
}

#product-icons ._head:after {
    content: url(/wp-content/uploads/2021/colapsable.svg);
    right: 0px;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    bottom: 4px;
    background-size: 30%;
    opacity: 0.5;
    transform: rotate(45deg);
    transition: all 1s;
}

#product-icons ._body {
    display: none;
    padding-top: 10px;
}

#product-icons > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#product-icons ._head.girado:after {
    transform: rotate(0deg);
    transition: all 1s;
}

@media (max-width:980px) {
    #product-icons .wrap_item {
        width: 100% !important;
    }
}

@media (min-width:980px) {
    #product-icons .wrap_item {
        width: 31% !important;
    }
}

.product-icons-wrapper .__inner .wrap_item {
    padding-bottom: 17px !important;
    padding-left: 7px !important;
    width: 16% !important;
    padding-right: 7px !important;
}

.product-icons-wrapper .__inner {
    display: flex;
    justify-content: center;
}

.term-induccion-con-campana .upperUSP-wrapper,
.term-induccion vitroceramicas .upperUSP-wrapper,
.term-varioline .upperUSP-wrapper,
.term-accesorios .upperUSP-wrapper,
.term-gas .upperUSP-wrapper,
.term-horno-multifuncion .upperUSP-wrapper,
.term-horno-vapor .upperUSP-wrapper,
.term-horno-pirolitico .upperUSP-wrapper,
.term-horno-compacto .upperUSP-wrapper,
.term-horno-compacto-combi .upperUSP-wrapper,
.term-microondas .upperUSP-wrapper,
.term-microondas-compacto .upperUSP-wrapper,
.term-cafetera .upperUSP-wrapper,
.term-cajon .upperUSP-wrapper,
.term-accesorios-hornos .upperUSP-wrapper,
.term-integracion-de-techo .upperUSP-wrapper,
.term-isla .upperUSP-wrapper,
.term-decorativas-verticales .upperUSP-wrapper,
.term-telescopica-slimeline .upperUSP-wrapper,
.term-filtro-plasmamade .upperUSP-wrapper,
.term-integracion-grupo-filtrante .upperUSP-wrapper,
.term-campana-modular .upperUSP-wrapper,
.term-accesorios-campanas .upperUSP-wrapper,
.term-libre-instalacion .upperUSP-wrapper,
.term-vinoteca .upperUSP-wrapper,
.term-integrables .upperUSP-wrapper,
.term-bajo-encimera .upperUSP-wrapper,
.term-accesorios-frigorificos .upperUSP-wrapper,
.term-libre-instalacion-congeladores .upperUSP-wrapper,
.term-integrables-congeladores .upperUSP-wrapper,
.term-accesorios-congeladores .upperUSP-wrapper,
.term-60-cm-xxl .upperUSP-wrapper,
.term-60-cm .upperUSP-wrapper,
.term-45-cm .upperUSP-wrapper,
.term-lavadora .upperUSP-wrapper,
.term-lavadora-secadora .upperUSP-wrapper,
.term-secadora-secadora,
.term-induccion-con-campana .subcateogias-menu,
.term-induccion vitroceramicas .subcateogias-menu,
.term-varioline .subcateogias-menu,
.term-accesorios .subcateogias-menu,
.term-gas .subcateogias-menu,
.term-horno-multifuncion .subcateogias-menu,
.term-horno-vapor .subcateogias-menu,
.term-horno-pirolitico .subcateogias-menu,
.term-horno-compacto .subcateogias-menu,
.term-horno-compacto-combi .subcateogias-menu,
.term-microondas .subcateogias-menu,
.term-microondas-compacto .subcateogias-menu,
.term-cafetera .subcateogias-menu,
.term-cajon .subcateogias-menu,
.term-accesorios-hornos .subcateogias-menu,
.term-integracion-de-techo .subcateogias-menu,
.term-isla .subcateogias-menu,
.term-decorativas-verticales .subcateogias-menu,
.term-telescopica-slimeline .subcateogias-menu,
.term-filtro-plasmamade .subcateogias-menu,
.term-integracion-grupo-filtrante .subcateogias-menu,
.term-campana-modular .subcateogias-menu,
.term-accesorios-campanas .subcateogias-menu,
.term-libre-instalacion .subcateogias-menu,
.term-vinoteca .subcateogias-menu,
.term-integrables .subcateogias-menu,
.term-bajo-encimera .subcateogias-menu,
.term-accesorios-frigorificos .subcateogias-menu,
.term-libre-instalacion-congeladores .subcateogias-menu,
.term-integrables-congeladores .subcateogias-menu,
.term-accesorios-congeladores .subcateogias-menu,
.term-60-cm-xxl .subcateogias-menu,
.term-60-cm .subcateogias-menu,
.term-45-cm .subcateogias-menu,
.term-lavadora .subcateogias-menu,
.term-lavadora-secadora .subcateogias-menu,
.term-secadora-secadora {
    display: none;
}

.subcateogias-menu {
    display: none !important;
}

.single div#product-images h4 {
    font-size: 18px;
}

.carousel-acabado .slick-prev {
    left: 15px;
    z-index: 99;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.carousel-acabado .slick-next {
    right: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.carousel-acabado {
    padding: 0 !important;
}

div#productos-header-title {
    margin-bottom: -100px;
}

/* Banner categorias */
.banner-listado-productos img {
    border-radius: 6px;
}

/* submenu categorias */
.submenu-wrapper .__image img {
    border-radius: 5px;
}

.centered.subcategorias-menu {
    padding-top: 0;
}

.centered.subcategorias-menu > h3,
.centered.subcategorias-menu > p {
    display: none;
}

/*Ajuste margen eliminado usp pag producto*/
.upperUSP-wrapper .upperUSP-item {
    margin: -15px;
}

/*ajuste posición menu country redirect*/
header#main-header {
    top: 0;
}

/*ajuste header*/
header#main-header {
    background-color: #FFF !important;
    padding-bottom: 8px;
    padding-top: 8px;
}

div#main-content {
    margin-top: 50px;
}

/*ajuste del .com tipgorafía*/
div#select-market {
    text-transform: uppercase;
}

#select-market strong {
    font-weight: 300;
}

/*ocultar imágenes alta definicion hr hight resolution*/
.download-container.high_res_images {
    display: none;
}

/*END*/
/*[class^="itk-"]:before, [class*=" itk-"]:before {*/
/*font-family: "fontello"!important;*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*speak: none;*/
/*display: inline-block;*/
/*text-decoration: inherit;*/
/*width: 1em;*/
/*margin-right: .2em;*/
/*text-align: center;*/
/*!* opacity: .8; *!*/
/*font-variant: normal;*/
/*text-transform: none;*/
/*line-height: 1em;*/
/*margin-left: .2em;*/
/*!* font-size: 120%; *!*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*!* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); *!*/
/*}*/
.itk-buscar-gris-custom:before {
    content: '\e812';
    color: #000;
    font-size: 14px;
    line-height: 28px;
}

.home #main-header:not(.et-fixed-header) .itk-buscar-gris-custom:before {
    color: #FFF;
}

/*#et_top_search>span:before {*/
/*font-size: 14px;*/
/*line-height: 28px;*/
/*color: #ffffff;*/
/*}*/
#et_top_search_custom {
    /*float: right;*/
    /*margin: 3px 0 0 22px;*/
    position: relative;
    /*display: block;*/
    /*width: 18px;*/
    display: inline-block;
    float: none;
    /*margin-top: 0;*/
    width: 28px;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    color: #515151;
}

/*#main-header .et_search_outer .et_search_form_container {*/
/*display: block;*/
/*}*/
/*#main-header .et_search_outer .et_search_form_container .textwidget.custom-html-widget {*/
/*width: 100%;*/
/*display: flex;*/
/*justify-content: flex-end;*/
/*}*/
#ajaxsearchprores35_1 .asp_res_loader .asp_loader,
#ajaxsearchprores35_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_35 .asp_res_loader .asp_loader,
#ajaxsearchprores34_1 .asp_res_loader .asp_loader,
#ajaxsearchprores34_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_34 .asp_res_loader .asp_loader,
#ajaxsearchprores33_1 .asp_res_loader .asp_loader,
#ajaxsearchprores33_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_33 .asp_res_loader .asp_loader,
#ajaxsearchprores32_1 .asp_res_loader .asp_loader,
#ajaxsearchprores32_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_32 .asp_res_loader .asp_loader,
#ajaxsearchprores31_1 .asp_res_loader .asp_loader,
#ajaxsearchprores31_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_31 .asp_res_loader .asp_loader,
#ajaxsearchprores30_1 .asp_res_loader .asp_loader,
#ajaxsearchprores30_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_30 .asp_res_loader .asp_loader,
#ajaxsearchprores29_1 .asp_res_loader .asp_loader,
#ajaxsearchprores29_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_29 .asp_res_loader .asp_loader,
#ajaxsearchprores28_1 .asp_res_loader .asp_loader,
#ajaxsearchprores28_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_28 .asp_res_loader .asp_loader,
#ajaxsearchprores27_1 .asp_res_loader .asp_loader,
#ajaxsearchprores27_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_27 .asp_res_loader .asp_loader,
#ajaxsearchprores26_1 .asp_res_loader .asp_loader,
#ajaxsearchprores26_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_26 .asp_res_loader .asp_loader,
#ajaxsearchprores25_1 .asp_res_loader .asp_loader,
#ajaxsearchprores25_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_25 .asp_res_loader .asp_loader,
#ajaxsearchprores24_1 .asp_res_loader .asp_loader,
#ajaxsearchprores24_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_24 .asp_res_loader .asp_loader,
#ajaxsearchprores22_1 .asp_res_loader .asp_loader,
#ajaxsearchprores22_2 .asp_res_loader .asp_loader,
div.asp_r .asp_res_loader .asp_loader,
#ajaxsearchprores23_1 .asp_res_loader .asp_loader,
#ajaxsearchprores23_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_23 .asp_res_loader .asp_loader {
    width: 48px !important;
    height: 48px !important;
}

#ajaxsearchprores35_1 .asp_res_loader,
#ajaxsearchprores35_2 .asp_res_loader,
div.asp_r.asp_r_35 .asp_res_loader,
#ajaxsearchprores34_1 .asp_res_loader,
#ajaxsearchprores34_2 .asp_res_loader,
div.asp_r.asp_r_34 .asp_res_loader,
#ajaxsearchprores33_1 .asp_res_loader,
#ajaxsearchprores33_2 .asp_res_loader,
div.asp_r.asp_r_33 .asp_res_loader,
#ajaxsearchprores32_1 .asp_res_loader,
#ajaxsearchprores32_2 .asp_res_loader,
div.asp_r.asp_r_32 .asp_res_loader,
#ajaxsearchprores31_1 .asp_res_loader,
#ajaxsearchprores31_2 .asp_res_loader,
div.asp_r.asp_r_31 .asp_res_loader,
#ajaxsearchprores28_1 .asp_res_loader,
#ajaxsearchprores28_2 .asp_res_loader,
div.asp_r.asp_r_28 .asp_res_loader,
#ajaxsearchprores28_1 .asp_res_loader,
#ajaxsearchprores28_2 .asp_res_loader,
div.asp_r.asp_r_28 .asp_res_loader,
#ajaxsearchprores28_1 .asp_res_loader,
#ajaxsearchprores28_2 .asp_res_loader,
div.asp_r.asp_r_28 .asp_res_loader,
#ajaxsearchprores27_1 .asp_res_loader,
#ajaxsearchprores27_2 .asp_res_loader,
div.asp_r.asp_r_27 .asp_res_loader,
#ajaxsearchprores26_1 .asp_res_loader,
#ajaxsearchprores26_2 .asp_res_loader,
div.asp_r.asp_r_26 .asp_res_loader,
#ajaxsearchprores25_1 .asp_res_loader,
#ajaxsearchprores25_2 .asp_res_loader,
div.asp_r.asp_r_25 .asp_res_loader,
#ajaxsearchprores24_1 .asp_res_loader,
#ajaxsearchprores24_2 .asp_res_loader,
div.asp_r.asp_r_24 .asp_res_loader,
#ajaxsearchprores22_1 .asp_res_loader,
#ajaxsearchprores22_2 .asp_res_loader,
div.asp_r .asp_res_loader,
#ajaxsearchprores23_1 .asp_res_loader,
#ajaxsearchprores23_2 .asp_res_loader,
div.asp_r.asp_r_23 .asp_res_loader {
    height: calc(100vh - 70px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

div[id*='ajaxsearchprores35_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores34_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores33_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores32_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores31_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores30_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores29_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores28_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores27_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores26_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores25_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores24_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores23_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores22_'] .asp_res_loader div.asp_loader {
    flex-basis: 48px !important;
}

/*#ajaxsearchprores23_1, #ajaxsearchprores23_2, div.asp_r.asp_r_23,*/
/*#ajaxsearchprores21_1, #ajaxsearchprores21_2, div.asp_r.asp_r_21 {*/
/*z-index: 1000000 !important;*/
/*}*/
#ajaxsearchpro35_1,
#ajaxsearchpro35_2,
div.asp_m.asp_m_35,
#ajaxsearchpro34_1,
#ajaxsearchpro34_2,
div.asp_m.asp_m_34,
#ajaxsearchpro33_1,
#ajaxsearchpro33_2,
div.asp_m.asp_m_33,
#ajaxsearchpro32_1,
#ajaxsearchpro32_2,
div.asp_m.asp_m_32,
#ajaxsearchpro31_1,
#ajaxsearchpro31_2,
div.asp_m.asp_m_31,
#ajaxsearchpro30_1,
#ajaxsearchpro30_2,
div.asp_m.asp_m_30,
#ajaxsearchpro29_1,
#ajaxsearchpro29_2,
div.asp_m.asp_m_29,
#ajaxsearchpro28_1,
#ajaxsearchpro28_2,
div.asp_m.asp_m_28,
#ajaxsearchpro27_1,
#ajaxsearchpro27_2,
div.asp_m.asp_m_27,
#ajaxsearchpro26_1,
#ajaxsearchpro26_2,
div.asp_m.asp_m_26,
#ajaxsearchpro25_1,
#ajaxsearchpro25_2,
div.asp_m.asp_m_25,
#ajaxsearchpro24_1,
#ajaxsearchpro24_2,
div.asp_m.asp_m_24,
#ajaxsearchpro23_1,
#ajaxsearchpro23_2,
div.asp_m.asp_m_23,
#ajaxsearchpro22_1,
#ajaxsearchpro22_2,
div.asp_m.asp_m_22 {
    margin: 0 auto;
    max-width: 1536px;
}

#ajaxsearchprores35_1.vertical,
#ajaxsearchprores35_2.vertical,
div.asp_r.asp_r_35.vertical,
#ajaxsearchprores34_1.vertical,
#ajaxsearchprores34_2.vertical,
div.asp_r.asp_r_34.vertical,
#ajaxsearchprores33_1.vertical,
#ajaxsearchprores33_2.vertical,
div.asp_r.asp_r_33.vertical,
#ajaxsearchprores32_1.vertical,
#ajaxsearchprores32_2.vertical,
div.asp_r.asp_r_32.vertical,
#ajaxsearchprores31_1.vertical,
#ajaxsearchprores31_2.vertical,
div.asp_r.asp_r_31.vertical,
#ajaxsearchprores30_1.vertical,
#ajaxsearchprores30_2.vertical,
div.asp_r.asp_r_30.vertical,
#ajaxsearchprores29_1.vertical,
#ajaxsearchprores29_2.vertical,
div.asp_r.asp_r_29.vertical,
#ajaxsearchprores28_1.vertical,
#ajaxsearchprores28_2.vertical,
div.asp_r.asp_r_28.vertical,
#ajaxsearchprores27_1.vertical,
#ajaxsearchprores27_2.vertical,
div.asp_r.asp_r_27.vertical,
#ajaxsearchprores26_1.vertical,
#ajaxsearchprores26_2.vertical,
div.asp_r.asp_r_26.vertical,
#ajaxsearchprores25_1.vertical,
#ajaxsearchprores25_2.vertical,
div.asp_r.asp_r_25.vertical,
#ajaxsearchprores24_1.vertical,
#ajaxsearchprores24_2.vertical,
div.asp_r.asp_r_24.vertical,
#ajaxsearchprores23_1.vertical,
#ajaxsearchprores23_2.vertical,
div.asp_r.asp_r_23.vertical,
#ajaxsearchprores22_1.vertical,
#ajaxsearchprores22_2.vertical,
div.asp_r.vertical {
    height: calc(100vh - 130px) !important;
    padding: 0 0 130px 0 !important;
}

#ajaxsearchprores35_1.vertical .results,
#ajaxsearchprores35_2.vertical .results,
div.asp_r.asp_r_35.vertical .results,
#ajaxsearchprores34_1.vertical .results,
#ajaxsearchprores34_2.vertical .results,
div.asp_r.asp_r_34.vertical .results,
#ajaxsearchprores33_1.vertical .results,
#ajaxsearchprores33_2.vertical .results,
div.asp_r.asp_r_33.vertical .results,
#ajaxsearchprores32_1.vertical .results,
#ajaxsearchprores32_2.vertical .results,
div.asp_r.asp_r_32.vertical .results,
#ajaxsearchprores31_1.vertical .results,
#ajaxsearchprores31_2.vertical .results,
div.asp_r.asp_r_31.vertical .results,
#ajaxsearchprores30_1.vertical .results,
#ajaxsearchprores30_2.vertical .results,
div.asp_r.asp_r_30.vertical .results,
#ajaxsearchprores29_1.vertical .results,
#ajaxsearchprores29_2.vertical .results,
div.asp_r.asp_r_29.vertical .results,
#ajaxsearchprores28_1.vertical .results,
#ajaxsearchprores28_2.vertical .results,
div.asp_r.asp_r_28.vertical .results,
#ajaxsearchprores27_1.vertical .results,
#ajaxsearchprores27_2.vertical .results,
div.asp_r.asp_r_27.vertical .results,
#ajaxsearchprores26_1.vertical .results,
#ajaxsearchprores26_2.vertical .results,
div.asp_r.asp_r_26.vertical .results,
#ajaxsearchprores25_1.vertical .results,
#ajaxsearchprores25_2.vertical .results,
div.asp_r.asp_r_25.vertical .results,
#ajaxsearchprores24_1.vertical .results,
#ajaxsearchprores24_2.vertical .results,
div.asp_r.asp_r_24.vertical .results,
#ajaxsearchprores23_1.vertical .results,
#ajaxsearchprores23_2.vertical .results,
div.asp_r.asp_r_23.vertical .results,
#ajaxsearchprores22_1.vertical .results,
#ajaxsearchprores22_2.vertical .results,
div.asp_r.vertical .results {
    max-height: calc(100vh - 130px) !important;
    height: 100% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

div.asp_w.asp_r .results .item {
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 40px !important;
    padding: 0 20px !important;
    /*max-width: 220px !important;*/
    display: flex !important;
    justify-content: center !important;
    width: 25% !important;
    flex-grow: initial !important;
}

@media (max-width: 1370px) and (min-width: 1025px) {
    div.asp_w.asp_r .results .item {
        width: 33.33333% !important;
    }
}

/*@media (max-width: 1370px) and (min-width: 1025px) {*/
/*#ajaxsearchprores21_1.vertical .results .item .asp_image, #ajaxsearchprores21_2.vertical .results .item .asp_image, div.asp_r.asp_r_21.vertical .results .item .asp_image {*/
/*width: 100%;*/
/*height: 180px;*/
/*margin: 0 0 10px 0;*/
/*}*/
/*}*/
div.asp_w.asp_r .results .item .asp_content {
    max-width: 280px;
    width: 100% !important;
}

/*#ajaxsearchprores21_1.vertical .results .item. asp_r_product_cat .asp_image, #ajaxsearchprores21_2.vertical .results .item. asp_r_product_cat .asp_image, div.asp_r.asp_r_21.vertical .results .item. asp_r_product_cat .asp_image {*/
/*height: 140px;*/
/*}*/
.et_search_outer_custom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: z-index .01s cubic-bezier(.77, 0, .175, 1) .35s, opacity .01s cubic-bezier(.77, 0, .175, 1) .35s;
}

.et_search_form_container_custom .__inner_2 {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 60px !important;
    display: flex;
    justify-content: center;
}

.et_search_outer_custom.__active {
    z-index: 1000000;
    opacity: 1;
    transition: z-index .01s cubic-bezier(.77, 0, .175, 1), opacity .01s cubic-bezier(.77, 0, .175, 1);
}

.et_search_outer_custom .__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity .35s cubic-bezier(.77, 0, .175, 1);
}

.et_search_outer_custom.__active .__inner {
    opacity: 1;
    transition: opacity .35s cubic-bezier(.77, 0, .175, 1) .01s;
}

span.et_close_search_field_custom {
    display: block;
    width: 42px;
    height: 42px;
    z-index: 100000;
    position: absolute;
    right: 10%;
    cursor: pointer;
    top: 80px;
    margin: 0 auto;
}

span.et_close_search_field_custom:after {
    color: #000000;
    font-family: ETmodules;
    content: "\4d";
    font-weight: 300;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    display: inline-block;
    box-sizing: border-box;
}

div.asp_w.asp_r .results .item.hovered .asp_image {
    background-size: 90% !important;
    transition: 0.2s ease;
}

div.asp_w.asp_r .results .item .asp_image {
    background-size: 85% !important;
    transition: 0.2s ease;
}

.results .asp_nores .asp_keyword {
    font-size: 20px !important;
    display: block;
    padding: 6px 6px !important;
}

.results .asp_nores .asp_nores_header {
    display: block;
    margin-bottom: 4px;
}

.asp_nores span {
    margin-bottom: 15px !important;
}

.asp_nores > span:before {
    content: '- ';
}

.asp_nores > span:first-child:before {
    content: '  ';
}

.asp_r_product_cat .asp_res_image_url .asp_image {
    border-radius: 5px;
}

.asp_r_manual .asp_res_image_url .asp_image {
    position: relative;
}

.asp_r_manual .asp_res_image_url .asp_image:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(255, 255, 255, .3);
    background-image: url('../kueppersbusch/img/document-file-pdf.svg');
    background-size: 30% auto;
    background-position: center;
    background-repeat: no-repeat;
}

body.__active {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .et_search_form_container_custom .__inner_2 {
        padding-top: 30px !important;
        padding-left: 60px;
        padding-right: 60px;
    }

    #ajaxsearchprores35_1.vertical,
    #ajaxsearchprores35_2.vertical,
    div.asp_r.asp_r_35.vertical,
    #ajaxsearchprores34_1.vertical,
    #ajaxsearchprores34_2.vertical,
    div.asp_r.asp_r_34.vertical,
    #ajaxsearchprores33_1.vertical,
    #ajaxsearchprores33_2.vertical,
    div.asp_r.asp_r_33.vertical,
    #ajaxsearchprores32_1.vertical,
    #ajaxsearchprores32_2.vertical,
    div.asp_r.asp_r_32.vertical,
    #ajaxsearchprores31_1.vertical,
    #ajaxsearchprores31_2.vertical,
    div.asp_r.asp_r_31.vertical,
    #ajaxsearchprores30_1.vertical,
    #ajaxsearchprores30_2.vertical,
    div.asp_r.asp_r_30.vertical,
    #ajaxsearchprores29_1.vertical,
    #ajaxsearchprores29_2.vertical,
    div.asp_r.asp_r_29.vertical,
    #ajaxsearchprores28_1.vertical,
    #ajaxsearchprores28_2.vertical,
    div.asp_r.asp_r_28.vertical,
    #ajaxsearchprores27_1.vertical,
    #ajaxsearchprores27_2.vertical,
    div.asp_r.asp_r_27.vertical,
    #ajaxsearchprores26_1.vertical,
    #ajaxsearchprores26_2.vertical,
    div.asp_r.asp_r_26.vertical,
    #ajaxsearchprores25_1.vertical,
    #ajaxsearchprores25_2.vertical,
    div.asp_r.asp_r_25.vertical,
    #ajaxsearchprores24_1.vertical,
    #ajaxsearchprores24_2.vertical,
    div.asp_r.asp_r_24.vertical,
    #ajaxsearchprores23_1.vertical,
    #ajaxsearchprores23_2.vertical,
    div.asp_r.asp_r_23.vertical,
    #ajaxsearchprores22_1.vertical,
    #ajaxsearchprores22_2.vertical,
    div.asp_r.vertical {
        height: calc(100vh - 100px) !important;
        padding: 0 0 100px 0 !important;
    }

    #ajaxsearchprores35_1.vertical .results,
    #ajaxsearchprores35_2.vertical .results,
    div.asp_r.asp_r_35.vertical .results,
    #ajaxsearchprores34_1.vertical .results,
    #ajaxsearchprores34_2.vertical .results,
    div.asp_r.asp_r_34.vertical .results,
    #ajaxsearchprores33_1.vertical .results,
    #ajaxsearchprores33_2.vertical .results,
    div.asp_r.asp_r_33.vertical .results,
    #ajaxsearchprores32_1.vertical .results,
    #ajaxsearchprores32_2.vertical .results,
    div.asp_r.asp_r_32.vertical .results,
    #ajaxsearchprores31_1.vertical .results,
    #ajaxsearchprores31_2.vertical .results,
    div.asp_r.asp_r_31.vertical .results,
    #ajaxsearchprores30_1.vertical .results,
    #ajaxsearchprores30_2.vertical .results,
    div.asp_r.asp_r_30.vertical .results,
    #ajaxsearchprores29_1.vertical .results,
    #ajaxsearchprores29_2.vertical .results,
    div.asp_r.asp_r_29.vertical .results,
    #ajaxsearchprores28_1.vertical .results,
    #ajaxsearchprores28_2.vertical .results,
    div.asp_r.asp_r_28.vertical .results,
    #ajaxsearchprores27_1.vertical .results,
    #ajaxsearchprores27_2.vertical .results,
    div.asp_r.asp_r_27.vertical .results,
    #ajaxsearchprores26_1.vertical .results,
    #ajaxsearchprores26_2.vertical .results,
    div.asp_r.asp_r_26.vertical .results,
    #ajaxsearchprores25_1.vertical .results,
    #ajaxsearchprores25_2.vertical .results,
    div.asp_r.asp_r_25.vertical .results,
    #ajaxsearchprores24_1.vertical .results,
    #ajaxsearchprores24_2.vertical .results,
    div.asp_r.asp_r_24.vertical .results,
    #ajaxsearchprores23_1.vertical .results,
    #ajaxsearchprores23_2.vertical .results,
    div.asp_r.asp_r_23.vertical .results,
    #ajaxsearchprores22_1.vertical .results,
    #ajaxsearchprores22_2.vertical .results,
    div.asp_r.vertical .results {
        max-height: calc(100vh - 100px) !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    span.et_close_search_field_custom {
        right: 60px;
        top: 50px;
    }
}

@media (max-width: 576px) {
    .et_search_form_container_custom .__inner_2 {
        padding-top: 20px !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    #ajaxsearchprores35_1.vertical,
    #ajaxsearchprores35_2.vertical,
    div.asp_r.asp_r_35.vertical,
    #ajaxsearchprores34_1.vertical,
    #ajaxsearchprores34_2.vertical,
    div.asp_r.asp_r_34.vertical,
    #ajaxsearchprores33_1.vertical,
    #ajaxsearchprores33_2.vertical,
    div.asp_r.asp_r_33.vertical,
    #ajaxsearchprores32_1.vertical,
    #ajaxsearchprores32_2.vertical,
    div.asp_r.asp_r_32.vertical,
    #ajaxsearchprores31_1.vertical,
    #ajaxsearchprores31_2.vertical,
    div.asp_r.asp_r_31.vertical,
    #ajaxsearchprores30_1.vertical,
    #ajaxsearchprores30_2.vertical,
    div.asp_r.asp_r_30.vertical,
    #ajaxsearchprores29_1.vertical,
    #ajaxsearchprores29_2.vertical,
    div.asp_r.asp_r_29.vertical,
    #ajaxsearchprores28_1.vertical,
    #ajaxsearchprores28_2.vertical,
    div.asp_r.asp_r_28.vertical,
    #ajaxsearchprores27_1.vertical,
    #ajaxsearchprores27_2.vertical,
    div.asp_r.asp_r_27.vertical,
    #ajaxsearchprores26_1.vertical,
    #ajaxsearchprores26_2.vertical,
    div.asp_r.asp_r_26.vertical,
    #ajaxsearchprores25_1.vertical,
    #ajaxsearchprores25_2.vertical,
    div.asp_r.asp_r_25.vertical,
    #ajaxsearchprores24_1.vertical,
    #ajaxsearchprores24_2.vertical,
    div.asp_r.asp_r_24.vertical,
    #ajaxsearchprores23_1.vertical,
    #ajaxsearchprores23_2.vertical,
    div.asp_r.asp_r_23.vertical,
    #ajaxsearchprores22_1.vertical,
    #ajaxsearchprores22_2.vertical,
    div.asp_r.vertical {
        height: calc(100vh - 90px) !important;
        padding: 0 0 90px 0 !important;
    }

    #ajaxsearchprores35_1.vertical .results,
    #ajaxsearchprores35_2.vertical .results,
    div.asp_r.asp_r_35.vertical .results,
    #ajaxsearchprores34_1.vertical .results,
    #ajaxsearchprores34_2.vertical .results,
    div.asp_r.asp_r_34.vertical .results,
    #ajaxsearchprores33_1.vertical .results,
    #ajaxsearchprores33_2.vertical .results,
    div.asp_r.asp_r_33.vertical .results,
    #ajaxsearchprores32_1.vertical .results,
    #ajaxsearchprores32_2.vertical .results,
    div.asp_r.asp_r_32.vertical .results,
    #ajaxsearchprores31_1.vertical .results,
    #ajaxsearchprores31_2.vertical .results,
    div.asp_r.asp_r_31.vertical .results,
    #ajaxsearchprores30_1.vertical .results,
    #ajaxsearchprores30_2.vertical .results,
    div.asp_r.asp_r_30.vertical .results,
    #ajaxsearchprores29_1.vertical .results,
    #ajaxsearchprores29_2.vertical .results,
    div.asp_r.asp_r_29.vertical .results,
    #ajaxsearchprores28_1.vertical .results,
    #ajaxsearchprores28_2.vertical .results,
    div.asp_r.asp_r_28.vertical .results,
    #ajaxsearchprores27_1.vertical .results,
    #ajaxsearchprores27_2.vertical .results,
    div.asp_r.asp_r_27.vertical .results,
    #ajaxsearchprores26_1.vertical .results,
    #ajaxsearchprores26_2.vertical .results,
    div.asp_r.asp_r_26.vertical .results,
    #ajaxsearchprores25_1.vertical .results,
    #ajaxsearchprores25_2.vertical .results,
    div.asp_r.asp_r_25.vertical .results,
    #ajaxsearchprores23_1.vertical .results,
    #ajaxsearchprores23_2.vertical .results,
    div.asp_r.asp_r_23.vertical .results,
    #ajaxsearchprores22_1.vertical .results,
    #ajaxsearchprores22_2.vertical .results,
    div.asp_r.vertical .results,
    #ajaxsearchprores24_1.vertical .results,
    #ajaxsearchprores24_2.vertical .results,
    div.asp_r.asp_r_24.vertical .results {
        max-height: calc(100vh - 90px) !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    span.et_close_search_field_custom {
        right: 30px;
        top: 40px;
    }
}

.hide_safety_warnings {
    display: none !important;
}

.home .et_pb_section_1 .et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module {
    line-height: initial;
}

.bloque-destacados-inicio .et_pb_slide_description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 350px !important;
}

.enlace-flecha {
    font-size: 15px !important;
}

.archive header#main-header {
    background: inherit;
}

.archive div#category-description {
    text-align: center;
}

.archive .product-filter-dropdown > span {
    background: #000;
}

.archive #products-container .centered,
.archive div#category-description {
    text-align: center !important;
    max-width: 800px;
    margin: 0 auto;
}

.archive .product-filter > h4 {
    border: none;
    border-bottom: 1px solid #000;
    font-size: 13px !important;
    font-weight: 300;
}

.archive div#category-description {
    margin-top: 120px;
}

.archive .product-list .product:hover,
.product-list .product:hover .product-list-description {
    background-color: transparent;
    /*transition-duration: 0.5s;*/
}

.archive #products-container h3,
.archive div#category-description h3 {
    font-weight: 300 !important;
    font-size: 40px !important;
}

.archive #productos-header-title h1 {
    display: none;
}

#productos-header-title h1 {
    font-weight: 300 !important;
    color: #ffffff !important;
    font-size: 50px !important;
}

div#product-right {
    width: 44.5%;
}

.single-product #product-features,
.single-product #product-technical-details,
.single-product #product-downloads,
.single-product #product-accesories {
    display: block !important;
}

.single-product div#ref-ean h1 {
    font-weight: 600;
    font-size: 30px;
}

div#ref-ean h4 {
    color: #adadad;
    font-size: 16px;
}

div#ref-ean .ref {
    color: #000;
    padding: 10px 0;
    font-size: 14px;
}

.single-product .local_price {
    background: none;
    text-align: left;
    font-size: 16px !important;
    font-weight: 300;
}

.single-product .local_price .precio {
    font-size: 26px;
    font-weight: 600;
    padding-left: 5px;
}

.single-product h2.titulo-menu {
    text-align: center;
    padding: 40px 0 20px 0;
    font-weight: 200 !important;
    text-transform: inherit;
    color: #121212 !important;
    margin-bottom: -80px;
    text-transform: uppercase;
}

.et_pb_row.et_pb_row_4,
.et_pb_row.et_pb_row_5,
.et_pb_row.et_pb_row_6,
.et_pb_row.et_pb_row_7 {
    z-index: 0;
}

.single-product .et_pb_section {
    background: none;
}

.product div#product-menu:after,
.single-product div.linea-cierre:after {
    content: "";
    background: url("https://www.home-kueppersbusch.com/es-es/wp-content/uploads/sites/2/2020/07/linea-producto.jpg");
    width: 100%;
    max-width: 1200px;
    margin: 12px auto;
    background-size: cover;
    display: block;
    height: 2px;
    background-repeat: no-repeat;
}

body #page-container .et_pb_section.slider-inicio .et_pb_button_1 {
    color: #fff !important;
}

.product #product-menu ul li:last-child a {
    border: none;
}

.product .list-gray li {
    font-weight: 300;
}

.product div#product-menu ul {
    text-align: center;
}

.product #product-menu ul li a {
    border-right: 1px solid #000;
    padding: 0px 15px;
    font-weight: 300;
}

#product-title h4 {
    color: #222222;
}

.product #product-menu {
    padding: 0;
    background: inherit;
}

#product-menu li a {
    color: #000;
}

/*#product-related-products-slider .product-list-description a, .archive .product-list-description a,
#product-accesories-slider .product-list-description a
{
    display: block !important;
    opacity: 1 !important;
    background: none;
    color: #000 !important;
    font-family: 'HelveticaNeue',sans-serif!important;
    max-width: 100% !important;
    text-align: left;
    padding: 0;
    text-decoration: underline;
}
*/
.product-list-description .channelsightButton {
    background: none;
    color: #000 !important;
    max-width: 100% !important;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    background: none !important;
}

/*#product-related-products-slider .product-list-description a:after, .archive .product-list-description a:after, .product-list-description .channelsightButton:after,
#product-accesories-slider .product-list-description a:after
{
    font-family: ETmodules!important;
    content: "$";
    display: inline-block;
    padding-left: 6px;}*/
.entry-content ul {
    list-style-type: disc;
    padding: 0 0 0px 1em;
    line-height: 2px;
}

.product-template-default.single .product .entry-content .et-boc .et_pb_gutters3 > div:nth-child(3),
.k-series-menu-principal {
    position: sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    background: white;
    padding: 20px;
    z-index: 20;
}

.logged-in.admin-bar.product-template-default.single .product .entry-content .et-boc .et_pb_gutters3 > div:nth-child(3),
.k-series-menu-principal {
    top: 80px;
}

.page-id-81977 div#page-container,
.page-id-82626 div#page-container {
    overflow-y: initial !important;
}

#product-related-products-slider .title-life-style,
#product-accesories-slider .title-life-style,
.archive .title-life-style {
    color: #adadad;
}

#product-related-products-slider .product-list-description,
.archive .product-list-description,
#product-accesories-slider .product-list-description {
    display: block !important;
    text-align: left;
    position: inherit;
    border: none !important;
}

#product-related-products-slider .product {
    padding: 25px;
}

.reconocimientos .et_pb_image_wrap:hover:before {
    content: "La apuesta clara por el desarrollo de diseños individuales y la capacidad de emocionar a las personas, se refleja en la obtención de más de 70 premios nacionales e internacionales.";
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    background: rgba(244, 244, 244, 0.95);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloque-destacados-inicio .et_pb_slide_image,
.bloque-destacados-inicio .et_pb_slide_description {
    width: 50% !important;
    padding: 0 !important;
}

.bloque-destacados-inicio .et_pb_slide_image img {
    float: left;
    max-height: inherit !important;
}

body #page-container .et_pb_section.bloque-destacados-inicio .et_pb_button_4 {
    color: #fff !important;
}

.bloque-destacados-inicio .et_pb_container.clearfix {
    height: 350px !important;
}

.et_pb_slider_container_inner {
    display: block !important;
}

.bloque-destacados-inicio .et_pb_slider .et_pb_slide {
    padding: 0 !important;
}

#top-menu li li a {
    padding: 0 !important
}

ul.sub-menu:before,
ul.sub-menu:after {
    display: none;
}

#top-menu li a {
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 1px;
}

#top-menu {
    float: right;
}

h5.et_pb_toggle_title {
    font-weight: 300;
}

#top-menu li ul.sub-menu {
    left: inherit !important;
}

#top-menu li ul.sub-menu {
    width: 400px;
    min-height: inherit;
}

.bloque-texto h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 34px;
    padding-bottom: 30px;
}

/*.bloque-texto .et_pb_text_inner p {
    max-width: 600px;
    margin: 0 auto;
}
*/
.enlace-flecha {
    padding: 0 !important;
    text-decoration: underline;
}

.enlace-flecha:hover {
    background: none !important;
}

h3 {
    font-size: 32px !important;
    font-weight: 300;
    padding-bottom: 20px;
}

.bloque-de-tres .et_pb_row_inner {
    padding: 1%;
}

.bloque-de-tres .et_pb_column_1_4 {
    width: 49% !important;
    margin-right: 2% !important;
}

.et-fixed-header {
    background: #000000 !important;
}

a.descargas-enlace {
    position: relative;
    color: #2c2c2c;
    font-weight: 600;
    text-decoration: underline;
}

a.descargas-enlace:hover img {
    right: -50px;
}

a.descargas-enlace img {
    margin-left: 10px;
    position: absolute;
}

@media (max-width:700px) {
    div#ajaxSearchResult {
        width: 90vw;
        left: -45vw;
        top: 75px;
        border: 0;
    }
}

#main-header #et-top-navigation {
    padding-left: 230px !important;
    padding-right: 70px;
}

@media (max-width:980px) {
    #main-header #et-top-navigation {
        padding-right: 0 !important;
    }

    #top-header-right {
        top: 18px !important;
        right: 30px !important;
    }
}

#logo {
    width: 200px !important;
    max-width: 200px !important;
    min-height: inherit !important;
    height: inherit !important;
    background: none !important;
}

.bloque-categorias-inicio h3 {
    font-weight: 300;
    font-size: 28px !important;
    padding-bottom: 5px !important;
}

.bloque-categorias-inicio .et_pb_main_blurb_image {
    transition: all .2s linear;
}

.bloque-categorias-inicio .et_pb_main_blurb_image:hover {
    transform: scale(1.02);
}

@media (min-width: 981px) {
    .single-product .et_pb_gutters3 .et_pb_column_2_3 {
        width: 50%;
        margin-right: 0;
        padding: 30px;
    }
}

.single-product #related-products > div {
    border-top: none;
}

span.label-new {
    background: #FFF;
    text-transform: uppercase;
    border: 0.5px solid #000;
}

span.label-new-b {
    background: #000;
    text-transform: uppercase;
}

.single-product div#related-products h3 strong {
    font-weight: inherit;
}

.single-product div#related-products h3 {
    font-size: 43px !important;
    margin: 20px 0 40px 0;
    text-transform: uppercase;
}

@media (min-width: 740px) {
    .bloque-destacados-inicio .et_pb_slide_description {
        padding: 0 20px !important;
    }
}

/*Ajuste css categoría*/
.tax-product_cat h1 {
    text-transform: uppercase;
}

/*ocultar boton comparar*/
/*ajuste tipografía detalles técnicos*/
#product-technical-details h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 2px;
}

#product-technical-details li strong {
    font-weight: 300 !important;
}

/*ajuste footer*/
.footer-widget div img {
    float: right;
}

.footer-widget div {
    padding-bottom: 0px;
}

/*logo*/
div#footer-widgets {
    display: flex;
    align-items: flex-start;
}

#main-footer .footer-widget h4.title {
    color: #fff !important;
    font-style: normal;
}

#footer-widgets .footer-widget .menu li a {
    color: #bbb !important;
}

/*Ajuste cookies*/
span#cn-notice-text {
    text-transform: uppercase;
}

.cookie-notice-container {
    background: white;
}

a#cn-accept-cookie,
a#cn-more-info {
    color: #000 !important;
}

.cn-close-icon:after,
.cn-close-icon:before {
    background: #000
}

/*Ajuste productos*/
.single-product .ref.local_price {
    display: none;
}

/*ajuste menu sticky*/
.product-template-default.single.single-product .et_builder_inner_content.et_pb_gutters3 > .et-l:nth-child(4) {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    z-index: 9;
    padding-top: 10px;
}

/*Ajuste margen eliminado usp pag producto*/
.upperUSP-wrapper .upperUSP-item {
    margin: -15px;
}

/*ajuste nav*/
#main-header {
    top: 0 !important;
    position: fixed !important;
}

.admin-bar #main-header {
    top: 32px !important;
}

#product-images {
    background-color: #ffffff;
}

.carousel-acabado .slick-dots,
.slick-arrow.__hided {
    display: none !important;
}

#footer-idioma-mobile {
    display: none !important;
}

@media (max-width: 981px) {
    #footer-idioma {
        display: none !important;
    }

    #footer-idioma-mobile {
        display: block !important;
        position: relative;
        margin-left: 0;
        text-align: left;
    }

    #footer-idioma-mobile a {
        padding: 10px 5%;
    }
}

#slider-kseries .et_pb_slide_image img {
    width: 100% !important;
    /* height: 300px; */
    /*object-fit: cover !important;*/
    max-width: 700px;
    margin: 0 0 -21px;
    /*max-*/
}

/*

Estilos para ficha de producto

--------------------------------------------------------*/
.px-5 {
    max-width: 1380px;
    padding-top: 0px !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

html {
    scroll-padding-top: 67px;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.navbar-custom {
    padding-top: 74px;
    padding-bottom: 0rem;
    background-color: #1C1C1C;
}

.admin-bar .navbar-custom {
    padding-top: 92px;
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

header.masthead {
    position: relative;
    padding-top: 75px;
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
    padding-bottom: 100px;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: 60px;
    }

    .navbar-custom {
        padding-top: 60px;
    }

    header.masthead .masthead-content .masthead-heading {
        font-size: 6rem;
    }

    header.masthead .masthead-content .masthead-subheading {
        font-size: 4rem;
    }
}

/* FICHA DE PRODUCTO */
.single-images-wrapper {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
}

.single-images-wrapper img {
    aspect-ratio: 541 / 488;
    height: 62vh;
    height: calc(72vh - 140px);
    max-height: 488px;
}

@media (max-width: 1500px) {
    .single-images-wrapper img {
        max-height: 54vh;
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 980px) {
    .single-images-wrapper {
        flex-direction: column;
    }
}

#imagen_producto {
    background: rgba(39, 48, 63, 1);
    background: radial-gradient(at top left, rgba(157, 174, 197, 1) 0%, rgba(39, 48, 63, 1) 50%, rgba(10, 12, 17, 1) 100%);
    background-size: cover;
    height: 72vh;
    min-height: 550px;
    padding: 70px 0;
    background-repeat: no-repeat;
    resize: both;
    display: flex;
    align-items: center;
}

@media (max-width: 980px) {
    #imagen_producto {
        height: auto;
    }
}

#texto_producto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#texto_producto h1 {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.3em;
    color: #FFFFFF;
    text-align: left;
    width: 300px;
}

.ref {
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.etiqueta_nuevo {
    padding-bottom: 13px;
    font-weight: 300;
    text-align: left;
}

.precio {
    padding-top: 3em;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
}

.precio.precio-finish {
    padding-top: 0;
    display: none;
}

.precio > span.precio-label {
    display: block;
    font-weight: 300;
    font-size: 12px;
}

.personalizar {
    margin-top: 25px;
    float: left;
    border: 1px solid #fff;
    transition: 0.4s;
}

.personalizar:hover {
    background-color: rgba(120, 120, 121, 0.5);
    transition: 0.4s;
}

.personalizar a {
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1.5px;
    padding-left: 10px;
    padding-right: 10px;
}

.ref_producto_acabado {
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    padding-top: 2em;
    line-height: 1.5em;
}

#product-icons-labels {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
    flex-direction: row;
    width: 100%;
}

#product-icons-labels img {
    max-height: 55px;
}

.contenedor_galeria {
    text-align: center;
}

.galeria {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.contenedor_foto {
    width: 210px;
    height: 119px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    overflow: hidden;
}

.contenedor_foto a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contenedor_foto img {
    transition: 0.6s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

ul.menu_sticky {
    list-style-type: none;
    color: white;
    display: flex;
    font-weight: 300;
    padding: 15px 0;
    line-height: 20px;
}

.first_nav {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.second_nav {
    padding-left: 51px;
    font-size: 14px;
    float: right;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.menu_compra {
    float: right;
    text-align: center;
    margin-top: -38px;
    margin-right: 13px;
}

ul.menu_compra {
    list-style-type: none;
    color: #000;
    font-weight: 300;
    padding: 13px 18px 13px 18px;
    background-color: #fff;
    line-height: 0px;
}

ul.menu_compra:hover {
    background-color: #B6B6B6;
    transition: 1s;
}

.menu_compra a {
    color: #000;
}

.menu_sticky a {
    color: white;
}

/* Ajustes USP */
.producto-ancla {
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}

.cabecera h2 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0.5em;
    text-transform: none;
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
}

/* Selectores */
.outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
    z-index: 0;
    padding-bottom: 100px;
}

details {
    width: 32%;
}

.detail-content {
    color: #000;
    font-weight: 300;
    padding: 5px 20px;
    font-size: 14px;
}

.detail-content h4 {
    color: #000 !important;
    font-weight: 300;
    padding: 5px;
    font-size: 20px;
    margin-left: -7px;
    margin-bottom: 5px;
}

.detail-content p {
    line-height: 1;
}

.detail-content li {
    line-height: 1.3;
    padding-bottom: 15px;
}

summary {
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    outline: none;
    margin: 20px 0px;
    list-style: none
}

summary::-webkit-details-marker {
    display: none;
}

@-webkit-keyframes smooth {
    0% {
        opacity: 0;
        margin-top: -10px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes smooth {
    0% {
        opacity: 0;
        margin-top: -10px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

details > summary::after {
    position: absolute;
    content: "+";
    right: 0px;
}

details[open] > summary::after {
    position: absolute;
    content: "-";
    right: 0px;
}

/* Accesorios opcionales */
#product-accesories-slider .productCatLargeName {
    margin-left: 8%;
}

.product-slider span.label-new {
    top: -3px;
    left: 10px;
    margin-left: 8%;
}

#product-accesories-slider .product-list-footer {
    margin-top: 0px !important;
    float: left;
    margin-left: 8%;
}

#product-accesories-slider .product-cat-img.lozad {
    width: 40% !important;
    float: right;
    margin-right: 15%;
}

#product-accesories-slider .product-list-footer {
    margin-top: 5px !important;
    float: left;
    margin-left: 8%;
}

#product-accesories-slider .productCatLargeName {
    margin-left: 8%;
}

#product-accesories-slider .productCat {
    padding-bottom: 2%;
    margin-left: 8%;
}

#product-accesories-slider .product-list-colors {
    float: left !important;
}

#product-accesories-slider .product-list-footer {
    padding: 0px !important;
}

#product-accesories-slider .product-list-description {
    padding-top: 0;
    float: left;
    clear: left;
    margin-top: 1em;
    margin-left: 8%;
}

/* PÁGINA CATEGORÍA */
/* Cabecera*/
.texto_cabecera {
    width: 90%;
    max-width: 1380px;
}

.texto_cabecera > div {
    max-width: min(600px, 50%) !important;
}

@media (max-width: 981px) {
    .texto_cabecera > div {
        max-width: 100% !important;
    }
}

.texto_cabecera h3,
.texto_cabecera h1 {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 300;
    line-height: 1.1em !important;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    text-transform: none;
}

.texto_cabecera,
.texto_cabecera p {
    font-size: 15px !important;
    color: #fff !important;
    line-height: 1.25em;
}

@media (max-width: 981px) {

    .texto_cabecera h3,
    .texto_cabecera h1 {
        font-size: 20px !important;
    }

    .texto_cabecera p {
        font-size: 14px !important;
    }
}

/* barra imágenes drag */
#contenedor-carousel {
    width: 1300px;
    margin: auto;
}

.indice-categorias {
    padding-top: 100px;
}

.contenedor-categorias::-webkit-scrollbar {
    display: none;
}

.indice-categorias h2 {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding-left: 150px;
    padding-bottom: 50px;
}

.contenedor-categorias {
    display: inline-flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding;
    padding-left: 50px;
    padding-right: 50px;
}

.categoria-item {
    width: 267px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    opacity: 0.5;
}

.categoria-item:hover {
    opacity: 1;
}

.categoria-title {
    color: #fff;
    font-size: 16px;
}

/*.__inner {
        display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-content: center;

}*/
.item-wrap {
    padding-left: 10px;
    padding-right: 10px;
}

.submenu-item {
    width: 200px;
}

.submenu-wrapper {
    padding-top: 136px;
}

.submenu-wrapper H3 {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: 300 !important;
    float: left;
}

.absolute-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* Menú lateral */
#categories_menu {
    line-height: 1;
}

#product-menu-left {
    padding-top: 105px;
}

/* Productos categoría */
#products-container-right {
    padding-top: 63px;
    width: 100%;
}

/* Drag Menu subcategorías */
/* big buttons, no circle */
.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
    fill: #3C3C3C;
}

.flickity-prev-next-button.no-svg {
    color: #3C3C3C;
}

.flickity-prev-next-button:hover {
    background: transparent;
    display: block;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
    display: none;
}

.flickity-prev-next-button.next {
    right: -126px;
}

.flickity-prev-next-button.previous {
    left: -78px;
}

/*Estilo flechas home slider - ENE 22*/
.et-pb-slider-arrows {
    display: flex;
    justify-content: center;
}

.et_pb_slider:hover .et-pb-arrow-next {
    left: 66px;
    opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-prev {
    left: -66px;
    opacity: 1;
}

.et_pb_slider .et-pb-arrow-next,
.et_pb_slider .et-pb-arrow-prev {
    left: 66px;
    font-size: 28px;
    opacity: 1;
    position: relative;
    bottom: 72px !important;
    top: auto !important;
    margin: 0 !important;
}

.et_pb_slider .et-pb-arrow-prev {
    left: -66px;
}

.et-pb-controllers {
    bottom: 38px !important;
}

@media (max-width:768px) {

    .et-pb-arrow-next:before,
    .et-pb-arrow-prev:before {
        top: 17px;
        position: relative;
    }
}

.et_pb_slider .et_pb_slide_description {
    margin-top: 7vh !important;
}

.et_pb_fullwidth_slider_0,
.et_pb_fullwidth_slider_0 .et_pb_slide {
    min-height: auto;
    max-height: 110vh !important;
}

/*Portada Responsive */
@media only screen and (max-width: 767px) {

    .et_pb_slider_0,
    .et_pb_slider_0 .et_pb_slide {
        height: 100vh !important;
    }
}

@media only screen and (max-width: 1180px) {

    .et_pb_fullwidth_slider_0,
    .et_pb_fullwidth_slider_0 .et_pb_slide {
        height: 103vh !important;
    }

    .et-pb-slider-arrows {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:450px) {
    .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
        bottom: 206px;
    }

    .et_pb_slider .et_pb_slide_description {
        margin-top: -10vh !important;
    }

    .home .et_pb_slider .et_pb_slide_description {
        padding-top: 150px !important;
    }
}

/*Ajuste USP ficha de producto - ENE 22*/
#product-benefits > div {
    display: flex;
    width: 100%;
    padding-bottom: 60px;
    justify-content: space-between;
}

#product-benefits > div:last-of-type {
    padding-bottom: 0;
}

#product-benefits .video {
    position: relative;
    margin-right: 0;
}

@media (max-width:768px) {
    div#product-benefits > div {
        flex-direction: column !important;
    }
}

/* Botones descarga ficha producto */
#download {
    margin-top: 30px;
    padding-bottom: 30px;
}

.btn_down {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    min-height: 30px;
}

#download .btn_down {
    justify-content: flex-start;
}

.et_pb_portfolio_grid .et_pb_portfolio_item {
    margin-right: 0px !important;
}

/* RESPONSIVE*/
/* Categoría Mobile */
@media (max-width:450px) {
    #product-menu-left {
        padding-top: 81px !important;
    }

    #breadcrumbs {
        margin-top: 50px !important;
    }

    #productos-header #products-header-img {
        display: flex;
        align-items: flex-start;
        padding-top: 40px;
    }

    .texto_cabecera h3 {
        font-size: 30px !important;
        letter-spacing: 0.25em;
        color: #fff !important;
        font-weight: 300;
        line-height: 1.1em !important;
    }

    .texto_cabecera p {
        font-size: 13px !important;
        color: #fff !important;
    }

    .product_grid {
        float: none !important;
        width: 100% !important;
    }

    .teka-button {
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .product-list .productCatLargeName {
        width: 100%;
    }

    .product-list-colors {
        margin-top: 10px;
        margin-left: 179px;
    }

    .other-colors {
        margin-left: 5px;
    }
}

/* Ficha de producto Mobile */
@media (max-width: 450px) {
    #navbarResponsive {
        overflow-x: auto;
    }

    ul.menu_sticky {
        width: auto;
    }
}

@media (max-width:450px) {
    #texto_producto {
        top: 60vh;
    }

    #product-accesories-slider .product-list-description {
        margin-top: -10%;
    }

    #ambient-products > div,
    #related-products > div {
        padding: 30px 0 2%;
    }

    .galeria {
        display: inline-flex;
    }

    .fix_galeria {
        margin-top: 310px;
    }

    #product-benefits {
        padding-bottom: 0px;
    }

    header.masthead {
        padding-bottom: 0px;
    }

    #product-benefits .product-benefits-text {
        padding: 0px 5% 0px 5% !important;
    }

    #caracteristicas {
        height: 175px;
    }

    #datos_tecnicos {
        height: 177px;
        margin-top: -144px;
    }

    #download {
        margin-right: 0px;
        margin-top: 0px;
    }

    .download-container {
        margin-right: 0px;
    }

    .btn_down {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1em;
        gap: 10px;
    }

    details {
        padding-right: 0px;
        width: 80%;
    }

    .outer {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: center;
        padding-bottom: 50px;
    }

    .cabecera {
        max-width: 1380px;
        margin: auto;
        width: 80%;
    }

    #product-accesories-slider .product-cat-img.lozad {
        width: 300px;
        float: none;
    }

    .product-list-footer {
        overflow: hidden;
        float: left;
        width: 200px;
        padding: 0px;
    }

    .product-list-colors {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    .product-list-description {
        margin-top: 82px;
    }

    .teka-button {
        margin-top: -37px;
    }

    #product-accesories-slider .teka-button {
        margin-top: 0px !important;
    }

    #product-accesories-slider .product-list-colors {
        padding-bottom: 20px;
    }

    /*header.masthead .masthead-content {
        padding-bottom: 350px;
    }*/
}

/* COMPARADOR DE PRODUCTOS */
#comparador-productos-container {
    background-color: #000;
}

.link-back {
    background-color: #3C3C3C;
}

.link-back a {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.15em;
    padding: 17px;
}

.link-back:hover {
    background-color: #212121;
}

/* erp form */
div.phpdebugbar-closed,
div.phpdebugbar-minimized {
    display: none;
}

.points-of-sale-wrapper .__inner .menu-point-of-sale-wrapper {
    margin-bottom: 2rem;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    padding: 0 0 1rem 0;
}

.points-of-sale-wrapper .__inner .menu-point-of-sale-wrapper a {
    display: inline-block;
    padding: 0 7px;
    border-right: solid 1px #ffffff;
    font-size: 1rem;
    line-height: 1rem;
    white-space: nowrap;
    margin-bottom: .275rem;
}

.points-of-sale-wrapper .__inner .menu-point-of-sale-wrapper a:last-child {
    border-right: none;
}

.points-of-sale-wrapper .__inner .content-points-of-sale {
    display: flex !important;
    flex-wrap: wrap;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale-group {
    width: 100%;
    flex: 1 1 100%;
    padding-top: 3rem;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale-group .__title {
    margin-bottom: 1.5rem;
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale {
    width: 33.33% !important;
    flex: 1 1 33.33%;
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 21px !important;
    color: #ffffff;
    padding: 0 1.5rem 0;
    margin-bottom: 3.5rem;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__title {
    text-transform: uppercase !important;
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__address {
    margin-bottom: .875rem;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__email {
    margin-bottom: .875rem;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__situation {
    padding-top: .875rem;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__situation a {
    border: none !important;
}

.points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale .__situation a:after {
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: 0.3em;
    left: auto;
}

@media (max-width: 1199px) {
    .points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale {
        width: 50% !important;
        flex: 1 1 50%;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .points-of-sale-wrapper .__inner .content-points-of-sale .point-of-sale {
        width: 100% !important;
        flex: 1 1 100%;
    }
}

/*css adicional*/
.itemsmenu > div:hover:after {
    background-color: rgba(0, 0, 0, 0.9);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -6;
    transition: all 1s ease;
}

.itemsmenu > div:after {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 1s ease;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -6;
}

.menuHome:hover h3 + p {
    opacity: 1 !important;
    height: 120px !important;
    transition: all 1s ease;
}

.menuHome h3 + p {
    opacity: 0;
    height: 0px;
    transition: all 1s ease;
}

.menuHome {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer-social,
#custom_html-3 {
    float: right !important;
    padding-top: 10px !important;
}

.kph-social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

.kph-social img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

#footer-widgets > div.footer-widget:last-child {
    display: flex;
    flex-direction: column;
}

/*divi home españa */
.home #main-content {
    margin-top: 0;
}

@media (max-width: 767px) {
    .home #main-content {
        margin-top: -72px;
    }
}

.home #main-header:not(.et-fixed-header) {
    background-color: transparent !important
}

.home.et_secondary_nav_enabled #page-container #top-header,
.home #top-header {
    background-color: transparent !important
}

/*
body #page-container .et_pb_section .et_pb_slider_0.et_pb_slider .et_pb_more_button.et_pb_button   {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;

}


.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}
*/
.home .et_pb_slide_title {
    letter-spacing: 0.25em;
    line-height: 1.1em !important;
}

.home .et_pb_slides p {
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 27px !important;
}

.home .et_pb_slides h3 {
    font-weight: 300 !important;
    font-size: 26px !important;
}

.home .et_pb_slides h2 {
    font-weight: 300 !important;
    margin-top: 0 !important;
    font-size: 46px !important;
}

.home .personalizar a {
    border-left: none !important;
    border-right: none !important;
}

@media (max-width: 767px) {
    .home .et_pb_slides h2 {
        font-size: 28px !important;
    }

    .home .et_pb_slider .et_pb_slide_description {
        padding-top: 150px !important;
    }
}

/*BOTÓN LÍNEAS*/
.container_button2 a,
.container_button a,
.container_button_right a {
    min-width: 200px;
    height: 35px;
    padding: 3px 15px;
    border: 1px solid !important;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.container_button2 a:hover,
.container_button a:hover,
.container_button_right a:hover {
    background-color: rgba(120, 120, 121, 0.5);
}

.container_button_right {
    float: right;
}

.KPH_button,
.KPH_button_montserrat,
.KPH_button_Inter {
    width: 200px;
    height: 30px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;
}

.KPH_button_montserrat {
    font-family: Montserrat;
}

.KPH_button:hover,
.KPH_button_montserrat:hover,
.KPH_button_Inter:hover {
    width: 200px;
    height: 30px;
    background-color: rgba(120, 120, 121, 0.5);
    mix-blend-mode: multiply;
    transition: 0.4s;
}

/*divi aviso legal españa*/
.page-template-tp-legal-notice .et_pb_text_inner h1,
.page-template-tp-cookies-policy .et_pb_text_inner h1,
.page-template-tp-privacy-policy .et_pb_tab h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
}

.page-template-tp-legal-notice .et_pb_text_inner h3,
.page-template-tp-cookies-policy .et_pb_text_inner h3,
.page-template-tp-privacy-policy .et_pb_tab h3 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

.page-template-tp-legal-notice p,
.page-template-tp-cookies-policy p,
.page-template-tp-privacy-policy p {
    font-size: 15.5px !important;
    line-height: 21px !important;
}

.page-template-tp-legal-notice .et_pb_section_0.et_pb_section,
.page-template-tp-cookies-policy .et_pb_section_0.et_pb_section,
.page-template-tp-privacy-policy .et_pb_section_0.et_pb_section {
    padding-top: 30px !important;
}

@media (min-width:500px) and (max-width: 980px) {

    .page-template-tp-legal-notice .et_pb_section_0.et_pb_section,
    .page-template-tp-cookies-policy .et_pb_section_0.et_pb_section,
    .page-template-tp-privacy-policy .et_pb_section_0.et_pb_section {
        padding-top: 40px !important;
    }
}

@media (max-width: 500px) {

    .page-template-tp-legal-notice .et_pb_section_0.et_pb_section,
    .page-template-tp-cookies-policy .et_pb_section_0.et_pb_section,
    .page-template-tp-privacy-policy .et_pb_section_0.et_pb_section {
        padding-top: 30px !important;
    }
}

.page-template-tp-legal-notice table,
.page-template-tp-cookies-policy table,
.page-template-tp-privacy-policy table {
    font-size: 13px !important;
    line-height: 1.5 !important;
}

/* botón cookies*/
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px !important;
    line-height: 1;
    color: rgb(255, 255, 255);
    background-color: #3C3C3C !important;
    transition: 0.5s all ease;
}

a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button:hover {
    BACKGROUND: #212121 !important;
    transition: 0.5s all ease;
}

/*divi politica privacidad españa*/
/*.page-template-tp-privacy-policy*/
.page-template-tp-privacy-policy ul.et_pb_tabs_controls {
    background-color: #000000;
}

.page-template-tp-privacy-policy .et_pb_tab_content {
    letter-spacing: 1px !important;
}

.page-template-tp-privacy-policy .et_pb_tabs_controls li {
    background-color: #000;
    transition: 0.5s all ease;
}

.page-template-tp-privacy-policy .et_pb_tabs_controls li a:hover {
    background-color: #000;
    transition: 0.5s all ease;
}

.page-template-tp-privacy-policy li.et_pb_tab_0 {
    border-left: 1px solid;
    border-color: #ffffff;
}

.page-template-tp-privacy-policy .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
    border-right: 1px solid;
    border-color: #ffffff;
}

.page-template-tp-privacy-policy .et_pb_tabs_0.et_pb_tabs .et_pb_all_tabs .et_pb_tab a {
    font-weight: 600 !important;
    color: #787879 !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.page-template-tp-privacy-policy .et_pb_tabs_0.et_pb_tabs .et_pb_all_tabs .et_pb_tab a:hover {
    font-weight: 600 !important;
    color: #FFF !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.page-template-tp-privacy-policy ul.et_pb_tabs_controls:after {
    border-top: 0px solid !important;
}

.page-template-tp-privacy-policy .et_pb_tabs_0 .et_pb_tabs_controls:hover {
    background-color: #3c3c3c;
}

.page-template-tp-privacy-policy .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
    font-size: 12px !important;
    line-height: 1.5em;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

.page-template-tp-privacy-policy .et_pb_tabs_controls li a {
    padding: 4px 20px !important;
}

@media (min-width:500px) and (max-width: 980px) {
    .page-template-tp-privacy-policy .et_pb_tab_content h1 {
        font-size: 40px !important;
        letter-spacing: 6px !important;
    }

    .page-template-tp-privacy-policy .et_pb_tab_content h3 {
        font-size: 24px !important;
        letter-spacing: 2px !important;
    }
}

@media (max-width: 500px) {
    .page-template-tp-privacy-policy li.et_pb_tab_0 {
        border-left: none !important;
        border-color: #ffffff;
    }

    .page-template-tp-privacy-policy .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
        border-right: none !important;
        border-color: #ffffff;
    }

    .page-template-tp-privacy-policy .et_pb_tab_content h1 {
        font-size: 37px !important;
        letter-spacing: 2px !important;
        word-wrap: break-word;
    }

    .page-template-tp-privacy-policy .et_pb_tab_content h3 {
        font-size: 24px !important;
        letter-spacing: 2px !important;
    }

    .page-template-tp-privacy-policy .et_pb_tab {
        padding: 24px 8px !important;
    }
}

/*divi contacto españa*/
#kupper-contact-forms {
    background: #000 !important;
}

#kupper-contact-forms * {
    color: #FFF;
}

#kupper-contact-forms .wpcf7 label.my-30 {
    margin-top: -30px !important;
}

#kupper-contact-forms .text_check_privacy a {
    font-weight: 400 !important;
    color: #787879 !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

#kupper-contact-forms .text_check_privacy a:hover {
    font-weight: 400 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

#kupper-contact-header h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 6px !important;
}

@media (max-width: 500px) {
    #kupper-contact-header h1 {
        font-size: 40px !important;
    }
}

#kupper-contact-forms h3 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 2px;
}

#kupper-contact-forms .et_pb_text_1.et_pb_text a,
#kupper-contact-forms .et_pb_text_2.et_pb_text a {
    font-weight: 400 !important;
    color: #787879 !important;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

#kupper-contact-forms .et_pb_text_1.et_pb_text a:hover,
#kupper-contact-forms .et_pb_text_2.et_pb_text a:hover {
    color: #ffffff !important;
}

#kupper-contact-forms .col6 {
    letter-spacing: 1px !important;
}

#kupper-contact-forms .col12 {
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    padding: 10px;
}

#kupper-contact-forms .wpcf7 form.failed .wpcf7-response-output,
#kupper-contact-forms .wpcf7 form.aborted .wpcf7-response-output {
    color: #ffffff !important;
}

#kupper-contact-forms input[type="submit"] {
    background: #3C3C3C;
}

/*descargas*/
#descargas-header,
.descarga-bloque {
    background-color: #000000 !important;
}

#descargas-header h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
}

.descarga-bloque h3,
.descarga-bloque h2 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

.descarga-bloque .KPH_button-2 {
    display: flex;
    align-items: center;
}

.descarga-bloque .container_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.descarga-bloque .container_button a {
    color: #FFF !important;
}

.descarga-bloque .button-2 {
    margin-top: 40px;
}

.descarga-bloque .KPH_button-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #FFF;
}

.descarga-bloque .KPH_button-2 {
    color: #FFFFFF !important;
}

.descarga-bloque .KPH_button-2 img {
    margin-left: 10px;
}

.descarga-bloque .KPH_button-2:hover {
    background-color: #212121;
}

.descarga-bloque p {
    padding-bottom: 0px !important;
}

@media (max-width: 980px) {
    .descarga-bloque .et_pb_column {
        margin-bottom: 59px !important;
    }

    .descarga-bloque .et_pb_row_4.et_pb_row {
        margin-top: -20px !important;
    }

    .descarga-bloque.et_pb_section {
        margin-bottom: 0px !important;
    }
}

/*diseño*/
#diseno-header h1 {
    font-size: 54px !important;
    letter-spacing: 6px !important;
}

.diseno-bloque h3,
#diseno-reconocimientos h2 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

.diseno-bloque img.alignnone.size-full.wp-image-81712 {
    margin-left: 4px !important;
}

.diseno-bloque p {
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 21px !important;
}

#diseno-reconocimientos .et_pb_blurb_content {
    height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease;
    background: transparent;
}

#diseno-reconocimientos .et_pb_blurb_content:hover {
    transition: 0.5s all ease;
    background-color: rgba(0, 0, 0, .5);
}

#diseno-reconocimientos .et_pb_blurb_container {
    opacity: 0%;
    transition: 0.5s all ease;
}

#diseno-reconocimientos .et_pb_blurb_content:hover .et_pb_blurb_container {
    opacity: 100% !important;
    transition: 0.5s all ease;
}

@media (max-width: 980px) {
    #diseno-reconocimientos .et_pb_blurb_content {
        height: 390px !important;
    }

    #diseno-reconocimientos .et_pb_blurb_container {
        opacity: 100% !important;
        margin-top: 439px !important;
    }

    #diseno-reconocimientos .et_pb_blurb_content:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    #diseno-reconocimientos .et_pb_main_blurb_image {
        margin-top: -212px !important;
    }

    #diseno-reconocimientos div#kph-reconocimiento {
        height: 232px !important;
    }

    .et_pb_text_inner h2 .diseno-bloque {
        margin: 0 !important;
    }
}

@media (max-width: 500px) {
    #diseno-reconocimientos div#kph-reconocimiento {
        height: 113px !important;
    }
}

/*K-SERIES*/
div#k-series-menu a {
    color: #fff;
    border-right: 1px solid;
    padding: 2px 10px;
    transition: 0.5s all ease;
    letter-spacing: 2px;
}

div#k-series-menu a:hover {
    background: #000;
    color: #fff;
    background-color: #3c3c3c !important;
    transition: 0.5s all ease;
}

@media only screen and (min-width: 1200px) {
    .kseries-opcion .et_pb_accordion_item .bloque {
        width: 50%;
        padding: 20px;
        float: left;
    }
}

.k-s-3 {
    border-left: 1px solid;
}

.k-s-7 {
    border-right: 1px solid;
}

/* css acordeon INICIO */
.kseries-opcion .et_pb_toggle_title {
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.kseries-opcion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "33";
    transform: rotate(180deg);
    color: #ffffff !important;
}

.kseries-opcion .et_pb_toggle_title:before {
    content: "33";
    color: #ffffff !important;
    transition: all .3s ease-in-out;
}

#kseries-header h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
}

#kseries-indice h3,
.kseries-opcion h3 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

.kseries-opcion h4 {
    font-size: 22px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

#kseries-header img {
    margin-left: 5px !important;
}

#kseries-indice p,
.kseries-opcion p {
    font-size: 15.5px !important;
    line-height: 21px !important;
}

#kseries-individual h3 {
    color: #fff !important;
}

#kseries-individual .container_button a {
    color: #fff !important;
}

#k-series-7 p,
#k-series-5 p,
#k-series-3 p {
    color: #fff !important;
}

#k-series-7 *,
#k-series-5 *,
#k-series-3 *,
#kseries-individual *,
#kseries-indice *,
#kseries-header * {
    font-family: 'Inter', sans-serif !important;
}

@media (max-width: 980px) {

    .kseries-opcion .et_pb_row_3.et_pb_row,
    .kseries-opcion .et_pb_row_6.et_pb_row,
    .kseries-opcion .et_pb_row_9.et_pb_row {
        margin-top: 0px !important;
        margin-bottom: -20px !important;
    }
}

.kseries-opcion .et_pb_accordion .et_pb_accordion_item {
    background: #000000 !important;
}

/*marcas*/
#marca-1,
#marca-2 {
    background-color: #000000 !important;
}

#marca-1 h1 {
    font-size: 54px !important;
    letter-spacing: 6px !important;
    line-height: 1.1em !important;
}

.marca-bloque h3,
.marca-bloque h2 {
    font-size: 34px !important;
    color: #fff !important;
    letter-spacing: 2px !important;
}

.marca-bloque p {
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 21px !important;
    color: #ffffff;
}

.marca-bloque .container_button2 a,
.marca-bloque .container_button a {
    color: #FFF;
}

.marca-bloque .KPH_button_Inter {
    width: 240px;
    height: 30px;
    letter-spacing: 2px !important;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;
    line-height: 2.2;
}

.marca-bloque .KPH_button_Inter {
    color: #FFFFFF !important;
}

.marca-bloque .KPH_button_Inter:hover {
    width: 240px;
    height: 30px;
    background-color: rgba(120, 120, 121, 0.5);
    transition: 0.4s;
}

.marca-bloque .KPH_button_Inter2 {
    width: 270px;
    height: 30px;
    letter-spacing: 2px !important;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.4s;
    text-transform: uppercase;
    line-height: 2.2;
}

.marca-bloque .KPH_button_Inter2 {
    color: #FFFFFF !important;
}

.marca-bloque .KPH_button_Inter2:hover {
    width: 270px;
    height: 30px;
    background-color: rgba(120, 120, 121, 0.5);
    transition: 0.4s;
}

/*mundo*/
#mundo-header h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 6px !important;
    line-height: 1.1em !important;
}

#slider-in-the-world h3 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

#slider-in-the-world p {
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 21px !important;
    color: #ffffff;
}

/*textos fin*/
#slider-in-the-world a.et-pb-arrow-prev,
#slider-in-the-world a.et-pb-arrow-next {
    top: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#slider-in-the-world .et_pb_tabs_controls li {
    border: 0px;
}

#slider-in-the-world .iconolocalizacion {
    margin-bottom: -2px;
}

#slider-in-the-world .et_pb_all_tabs {
    display: none;
}

#Galeria.left .et_pb_gallery_image {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

#Galeria.right .et_pb_gallery_image {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 1.8) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

#slider-in-the-world .et-pb-arrow-next {
    position: absolute;
    font-size: 28px;
    color: #fff;
    opacity: 0 !important;
}

#slider-in-the-world .et-pb-arrow-prev {
    position: absolute;
    font-size: 28px;
    color: #fff;
    opacity: 0 !important;
}

#slider-in-the-world .et-pb-controllers {
    bottom: 5px !important;
}

#slider-in-the-world .et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #3c3c3c !important;
}

#slider-in-the-world .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li,
#slider-in-the-world .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li a {
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: 0.5s all ease;
    border-right: 1px solid #FFFFFF !important;
    border-left: 1px solid #FFFFFF !important;
    line-height: 2em;
}

#slider-in-the-world .et_pb_tabs_controls li {
    line-height: 0em !important;
    margin-left: -3px !important;
}

#slider-in-the-world .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #FFFFFF !important;
}

#slider-in-the-world .et_pb_tabs_0.et_pb_tabs {
    border-width: 0px;
    display: flex;
    justify-content: left !important;
    border-bottom: 0px solid black !important;
    height: 32px;
    transition: 0.5s all ease;
}

#slider-in-the-world .et_pb_tabs_0 .et_pb_tabs_controls:hover {
    background-color: #3c3c3c;
    transition: 0.5s all ease;
}

/*puntos-de-venta*/
#puntos-venta-header {
    padding-top: 60px !important;
}

#puntos-venta .enlace-flecha {
    padding: 0 !important;
    text-decoration: none !important;
}

#puntos-venta-header h1 {
    font-size: 54px !important;
    color: #fff !important;
    font-weight: 300 !important;
}

#puntos-venta-menu h3 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

#puntos-venta h2 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

#puntos-venta h4 {
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 300 !important;
    letter-spacing: 2px !important;
}

#puntos-venta p {
    font-weight: 400 !important;
    font-size: 15.5px !important;
    line-height: 21px !important;
    color: #ffffff;
}

#puntos-venta a {
    color: #ffffff !important;
}

/*recipes*/
#recipes-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 36px;
}

#recipes-container .recipe,
.recipe-slider .recipe {
    position: relative;
}

.recipe-slider .recipe {
    margin: 0 18px;
}

#recipes-container img,
.recipe-slider img {
    aspect-ratio: 3 / 5;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

#recipes-container h3,
.recipe-slider h3 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}

#recipes-container .recipe:hover h3,
.recipe-slider .recipe:hover h3 {
    bottom: 20px;
}

#recipes-container a,
.recipe-slider a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
}

.pagination {
    clear: both;
    margin-top: 2em;
    text-align: center;
}

.pagination a {
    border: 1px solid;
    display: inline-block;
    padding: 0 10px;
    color: #0e0e0e;
}

.pagination a:hover,
.pagination span.page-numbers.current {
    border: 1px solid;
    display: inline-block;
    padding: 0 10px;
    background: #0e0e0e;
    color: #FFF;
    border-color: #0e0e0e;
}

@media (max-width: 981px) {
    #recipes-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 481px) {
    #recipes-container {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    #recipes-container h3,
    .recipe-slider h3 {
        padding: 12px;
    }
}

/*recipe-single*/
.single-recipe .et_builder_inner_content > .et_pb_row {
    margin: 50px auto;
}

#recipe-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 50px auto;
    padding: 50px 20px 0;
    gap: 42px;
}

#recipe-img {
    text-align: center;
}

#recipe-top ul {
    line-height: 1.5em;
    margin: 1em 0;
}

#recipe-top h1 {
    font-size: 22px;
    padding-bottom: 2em;
}

#recipe-top h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

#recipe-top .recipe-ingredients {
    margin-bottom: 64px;
}

#recipe-top .recipe-ingredients > div,
#recipe-top .recipe-preparation > div {
    padding-left: 40px;
}

#recipe-products {
    margin-bottom: 0 !important;
}

#recipe-related {
    padding-top: 0 !important;
}

#recipe-related > div.cabecera > h2 {
    margin-bottom: 42px;
}

@media (max-width: 481px) {
    #recipe-top {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        padding-top: 0;
        gap: 0;
    }

    .single-recipe {
        padding-top: 0;
    }

    #recipe-img {
        text-align: center;
        margin: 0 -21px;
    }

    #recipe-img img {
        width: 100%;
        height: calc(100vh - 50px);
        -o-object-fit: cover;
        object-fit: cover;
    }

    #recipe-top h1 {
        font-size: 22px;
        padding-bottom: 0;
        bottom: 130px;
        position: relative;
        color: #FFF;
        text-align: center;
    }
}

/*Arreglo Filtros*/
.filter_product_height-5 {
    order:-1;
}

.filter_energy_class-A {
    order:1;
}

.filter_energy_class-B {
    order:2;
}

.filter_energy_class-C {
    order:3;
}

.filter_energy_class-D {
    order:4;
}

.filter_energy_class-E {
    order:5;
}

.filter_energy_class-F {
    order:6;
}

.filter_energy_class-G {
    order:7;
}