/*
Theme Name: Teka Landings - Sabores Eternos
Description: Teka - Divi Child Theme
Author:  myp
Author URI:  http://www.mediosyproyectos.com
Template: Divi
Version:  1.0
*/
@import url("../Divi/style.css");

/* =Theme customizations
------------------------------------------------------- */
/*fonts*/
@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-Regular.eot');
    src: url('fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Regular.woff2') format('woff2'), url('fonts/Exo2-Regular.woff') format('woff'), url('fonts/Exo2-Regular.ttf') format('truetype'), url('fonts/Exo2-Regular.svg#Exo2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-Italic.eot');
    src: url('fonts/Exo2-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Italic.woff2') format('woff2'), url('fonts/Exo2-Italic.woff') format('woff'), url('fonts/Exo2-Italic.ttf') format('truetype'), url('fonts/Exo2-Italic.svg#Exo2-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-Bold.eot');
    src: url('fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Bold.woff2') format('woff2'), url('fonts/Exo2-Bold.woff') format('woff'), url('fonts/Exo2-Bold.ttf') format('truetype'), url('fonts/Exo2-Bold.svg#Exo2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-BoldItalic.eot');
    src: url('fonts/Exo2-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-BoldItalic.woff2') format('woff2'), url('fonts/Exo2-BoldItalic.woff') format('woff'), url('fonts/Exo2-BoldItalic.ttf') format('truetype'), url('fonts/Exo2-BoldItalic.svg#Exo2-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-Medium.eot');
    src: url('fonts/Exo2-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-Medium.woff2') format('woff2'), url('fonts/Exo2-Medium.woff') format('woff'), url('fonts/Exo2-Medium.ttf') format('truetype'), url('fonts/Exo2-Medium.svg#Exo2-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-MediumItalic.eot');
    src: url('fonts/Exo2-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-MediumItalic.woff2') format('woff2'), url('fonts/Exo2-MediumItalic.woff') format('woff'), url('fonts/Exo2-MediumItalic.ttf') format('truetype'), url('fonts/Exo2-MediumItalic.svg#Exo2-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-SemiBold.eot');
    src: url('fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-SemiBold.woff2') format('woff2'), url('fonts/Exo2-SemiBold.woff') format('woff'), url('fonts/Exo2-SemiBold.ttf') format('truetype'), url('fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-SemiBoldItalic.eot');
    src: url('fonts/Exo2-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Exo2-SemiBoldItalic.woff2') format('woff2'), url('fonts/Exo2-SemiBoldItalic.woff') format('woff'), url('fonts/Exo2-SemiBoldItalic.ttf') format('truetype'), url('fonts/Exo2-SemiBoldItalic.svg#Exo2-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/*global*/
html {
    background: #0e0e0e;
}

body {
    font-weight: 400;
    font-family: 'Exo 2';
}

.cn-button,
#cookie-notice,
#top-header .container,
#main-header,
#et-top-navigation {
    font-family: 'Exo 2' !important;
}

strong {
    font-weight: 700;
}

.lozad-fade:not(.product-cat-img-alt) {
    -webkit-animation-name: lozadfade;
    animation-name: lozadfade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes lozadfade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes lozadfade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.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: bold;
}

.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;
    }
}

.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: "teka-icons", "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;
}

.bodyBlur {
    overflow: hidden;
}

.bodyBlur #page-container {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    transition: all 0.5s ease-in-out;
}

span.select2-bandera img {
    max-width: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

/*teka global*/
.teka-button {
    background: #d3d3d3;
    color: #222;
    background: #c8102e;
    color: #FFF !important;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    font-weight: normal;
    width: 100%;
    font-family: 'Exo 2', Helvetica, Arial, Lucida, sans-serif;
    border: 0;
}

.teka-button-red {
    background: #c8102e;
    color: #FFF;
}

@media (max-width: 981px) {
    .teka-button {
        height: 40px;
        padding: 5px 20px;
    }
}

/*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;
}

.et_pb_bg_layout_dark input[type=email],
.et_pb_bg_layout_dark input[type=password],
.et_pb_bg_layout_dark input[type=tel],
.et_pb_bg_layout_dark input[type=text],
.et_pb_bg_layout_dark select,
.et_pb_bg_layout_dark textarea,
.et_pb_bg_layout_dark input[type=date],
.et_pb_bg_layout_dark .file-label .file-container {
    border-color: transparent;
}

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 #e4e3e3;
    border-bottom: 2px solid #d3d3d3;
    margin-bottom: 0px;
    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]::-webkit-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]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=password]::-webkit-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]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=tel]::-webkit-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]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=text]::-webkit-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::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

select:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

select::placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

textarea::-webkit-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]::-moz-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
}

input[type=date]::-webkit-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;
    margin-bottom: 0px;
}

input[type="submit"] {
    background: #c8102e;
    padding: 0 40px;
    margin: 10px 0 0 0;
    border: none;
    height: 45px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 45px;
    border-radius: 3px;
}

.full input[type="submit"] {
    width: 100%;
}

.col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1em;
}

.rgpd .wpcf7-list-item {
    margin-left: 0;
}

.rgpd-container {
    margin: 1em 0 0.5em;
}

@media (max-width: 980px) {
    .col2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

/*header*/
#top-header {
    background-color: #222222;
}

.et_header_style_left .logo_container {
    width: auto;
    z-index: 999999;
}

.et_header_style_left .logo_container a {
    position: relative;
    z-index: 1;
}

#top-header,
#top-header a,
#et-secondary-nav li li a,
#top-header .et-social-icon a:before {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

@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: 90px;
}

#logo {
    background: #C8102E;
}

#top-header-right {
    margin-top: -5px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

@media (max-width: 981px) {
    #top-header-right {
        margin-top: 10px;
        position: absolute;
        right: 40px;
    }
}

.et_header_style_left .logo_container {
    width: auto;
}

#main-header {
    z-index: 100001;
}

@media only screen and (min-width: 981px) {
    #main-header {
        box-shadow: 0 0 70px rgba(0, 0, 0, 0) !important;
    }

    #logo {
        max-height: 86px !important;
        min-height: 86px !important;
        max-width: 86px;
        min-width: 86px;
        margin-top: 20px;
    }

    .et-fixed-header #logo {
        margin-top: 0;
    }

    #et-top-navigation {
        width: 100%;
        padding-left: 160px !important;
    }

    .et_search_form_container:not(.et_pb_search_visible) span.et_close_search_field {
        pointer-events: none;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 20px 0 0 0;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 20px;
    }
}

@media (max-width: 981px) {

    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100%;
    }

    #logo {
        max-height: 120%;
        min-height: 120%;
        display: block;
    }

    #main-header > div.container {
        width: 90%;
    }
}

.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;
}

#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: 20px;
    line-height: 28px;
}

#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*/
@media (min-width: 981px) {
    #menu-buy {
        position: relative !important;
    }

    #menu-buy:after {
        content: "";
        width: 100%;
        height: 40px;
        background: #c8102e;
        display: block;
        position: absolute;
        top: -11px;
        border-radius: 3px;
    }

    #menu-buy > a {
        z-index: 2;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 980px) {
    #menu-buy {
        position: absolute;
        top: -30px;
        right: 10%;
    }

    #menu-buy a {
        position: relative;
        z-index: 1;
    }

    #menu-buy:after {
        content: "";
        width: 100%;
        height: 31px;
        background: #c8102e;
        display: block;
        position: absolute;
        top: -4px;
        border-radius: 3px;
        left: 0;
    }
}

#et-top-navigation {
    font-weight: 400;
}

#top-menu-nav {
    position: relative;
    width: 100%;
    display: block;
}

#top-menu,
.et-menu,
nav#top-menu-nav,
nav.et-menu-nav {
    float: right;
}

#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 {
    width: 50%;
    position: absolute;
    max-width: 50%;
    left: 0;
    -moz-column-count: 2;
    column-count: 2;
    min-height: 200px;
    pointer-events: none;
}

#top-menu li:hover ul.sub-menu {
    pointer-events: auto;
}

#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;
    speak: none;
    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 {
    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%;
    text-transform:
}

#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: bold;
    margin: 10px 0 25px;
}

#top-menu span.menu-product-link {
    color: #c8102e !important;
}

#top-menu li.current-menu-item > a {
    font-weight: bold;
}

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: "teka-icons", "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    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: 14px !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;
    }
}

/*footer*/
#footer-bottom > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

#footer-bottom .et-social-icon a {
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

#footer-bottom .et-social-icons li {
    margin-left: 0;
    margin-right: 5px;
}

#footer-bottom > div:after {
    display: none;
}

#main-footer {
    background-color: #0e0e0e;
}

#footer-widgets > div:nth-child(1) > div {
    margin-right: 80px;
}

@media (max-width: 767px) {
    #footer-widgets > div:nth-child(1) > div {
        margin-right: 5%;
        width: 45%;
    }
}

@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;
}

#main-footer .footer-widget h4 {
    color: #dcdcdc !important;
    font-size: 14px;
    font-weight: 600;
}

#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;
}

#footer-widgets > div:nth-child(1) {
    width: calc(100% - 100px) !important;
    margin-right: 0 !important
}

@media (max-width: 981px) {
    #footer-widgets .footer-widget .et_social_icons_container li a {
        padding: 5px;
    }

    #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 > div:nth-child(1) {
        width: 100% !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;
    }
}

#footer-widgets > div:nth-child(2) {
    max-width: 100px;
    float: right;
}

@media (max-width: 767px) {
    #footer-widgets > div:nth-child(2) {
        max-width: none;
        float: right;
    }
}

#footer-idioma-old,
#footer-idioma,
#footer-copyright,
#footer-legal a {
    color: #FFF;
    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;
}

#et-secondary-nav li {
    vertical-align: middle;
}

#footer-idioma > a {
    width: 17px;
    height: 17px;
    margin-bottom: 0.75em;
    padding-bottom: 0 !important;
    background-repeat: no-repeat;
}

@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 a {
        display: inline-block;
        padding: 0 10px;
    }

    #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-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: bold;
    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;
}

@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-img {
    height: 324px;
    padding: 30px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-end;
}

#products-header {
    max-width: 540px;
}

#products-header h3 {
    font-size: 25px !important;
    font-weight: bold;
    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.products-header-img-with-text {
        height: auto;
        min-height: 250px;
    }
}

@media (max-width: 781px) {
    #products-header-img {
        min-height: 120px;
        width: 95%;
        height: auto;
    }

    #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: 700;
}

@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: left;
    opacity: 0;
}

.product-list-colors > img {
    margin-left: 4px;
}

.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-family: 'Exo 2', Helvetica, Arial, Lucida, sans-serif;
}

span.label-new {
    background: #c8102e;
    position: absolute;
    top: -2px;
    padding: 0px 15px;
    left: -2px;
    color: #FFF;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-list {
    clear: both;
}

.product-list-footer {
    overflow: hidden;
    margin-top: 0px;
    padding: 0 10px;
    font-size: 13px;
}

.product-list .productCatLargeName {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    line-height: 1.25em;
}

.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-list .productCat a {
    color: #b2b2b2 !important;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.25em;
}

.product-cat-img-container {
    text-align: center;
}

.product .product-cat-img-link {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.product img.product-cat-img-alt {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.1s ease;
}

.product-list .product:hover img.product-cat-img-alt,
.product-slider .product:hover img.product-cat-img-alt {
    opacity: 1;
}

@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;
}

#profucts-filters-inline {
    margin: 10px 0;
    clear: both;
}

.product-filter {
    width: 24%;
    float: left;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-filter > h4:after {
    font-family: "teka-icons", "fontello";
    content: '\e808';
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 8px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -6px;
}

@media (max-width: 981px) {
    .product-filter > h4:after {
        font-size: 5px;
    }
}

.product-filter.open > h4:after {
    transform: rotate(180deg);
}

.product-filter-dropdown {
    display: none;
    border: 2px solid #ebebeb;
    border-top: 0;
    background-color: #FFF;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -2px;
    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;
    }
}

.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;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

@media (min-width: 1600px) {
    .product-list-description {
        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 {
    background-color: white;
    border: 2px solid transparent;
    position: relative;
}

.product-list .product:hover .product-list-description {
    display: flex;
}

.product-list .product:hover .product-list-colors {
    opacity: 1;
}

.product-list .product:hover {
    border: 2px solid #ececec;
    border-bottom-color: transparent;
}

#profucts-filters-inline a,
#profucts-filters-inline > span {
    background: #dddede;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 10px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

#profucts-filters-inline a:after,
#profucts-filters-inline > span:after {
    content: '\e832';
    font-size: 10px;
    font-family: "teka-icons", "fontello" !important;
    margin-left: 14px;
}

#profucts-filters-inline a {
    background: #222;
    color: #fff !important;
}

span#product-menu-main-cat,
span#product-menu-main-cat-mobile {
    color: #515151;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 20px;
    padding-bottom: 4px;
}

@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 {
        border: 2px solid #ebebeb;
        margin: 0 1% 0% 0;
        padding: 10px 16px 10px 16px;
    }

    .products-filters-title-mobile {
        display: block;
        color: #000;
        border-bottom: none;
        display: block;
        font-size: 13px;
        padding-bottom: 0px;
        font-family: 'Exo 2', Helvetica, Arial, Lucida, sans-serif;
        cursor: pointer;
        line-height: 13px;
        font-weight: 500;
    }

    .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 {
        transform: rotate(45deg);
    }

    #products-filters {
        z-index: 1;
        display: block;
        position: relative;
        margin-bottom: 0;
        margin: 10px 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;
    }

    .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 {
    margin-top: 100px;
}

#category-description h2 {
    font-size: 24px !important;
}

#category-description h3,
#category-description h4 {
    font-size: 16px !important;
    font-weight: bold;
}

#category-description p {
    font-size: 14px !important;
}

#product-menu-left ul {
    list-style: none;
}

#product-menu-left ul li {
    margin-top: 1.25em;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

#product-menu-left ul li.active {
    font-weight: bold;
}

#product-menu-left li a {
    color: #000 !important;
    padding: 0;
    font-size: 16px;
}

#product-menu-left ul ul li {
    margin-top: 0.75em;
    font-size: 16px;
}

#product-menu-left ul ul li label {
    cursor: pointer;
}

/*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: 0px 0px 20px 0px;
        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: bold;
    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: bold;
    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);
}

/*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 {
    display: inline-block;
    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 .et_pb_text_inner {}

#error-404-left h1 {
    font-size: 30px;
    font-weight: bold;
}

#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: "teka-icons", "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: bold;
    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;
}

#cookies-config,
#cookies-config > div {
    padding-top: 0;
    text-align: center;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #ffffff !important;
    border: 1px solid #c8102e !important;
    background: #c8102e !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    background-color: #c8102e !important;
}

@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) {
    .custom_row {
        display: flex;
        flex-wrap: wrap;
    }

    .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;
    }

    .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;
}

.current_site_15 #warranty-registration a {
    font-size: initial;
    color: #C8102E;
}

@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;
    }

    #desmontaje-form .col6 {
        width: 100%;
        padding: 0px 10px 10px;
    }

    #desmontaje-form .col4 {
        width: 65.66666%;
        padding: 0px 10px 10px;
    }

    #desmontaje-form .col2 {
        width: 34.33333%;
        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;
    }
}

/*desactivar editor visual*/
#wpadminbar {
    z-index: 100002 !important;
}

#wp-admin-bar-et-use-visual-builder,
#et_pb_fb_cta {
    display: none !important;
}

@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;
}

.teka-video-player {
    position: relative;
}

.video a.play,
i.itk-play.teka-player {
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 71px;
    color: white;
    transition: all 0.3s ease;
}

.video a.play {
    background: rgba(255, 255, 255, 0.2) url(img/btn_play.png) no-repeat center;
    text-indent: -9999999px;
}

i.itk-play.teka-player:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

a.close_fullscreen {
    width: 100%;
    height: 50px;
    background: 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.close_fullscreen {}

.video a:hover {
    background-color: #3e3e3e;
}

.video video {
    min-width: 100%;
}

.btn {
    background: #ccc;
    padding: 10px 20px;
    margin: 10px 0 0 10px;
    border: none;
    height: 30px;
    color: black;
    font-weight: 400;
    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;
}

/*#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: 24px;
    text-align: center;
}

#country_redirector .country_select {
    text-shadow: none !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;
}

.close.white {
    color: black;
    background-color: white;
}

/*new backgorunds videos*/
.et_pb_section_video_bg_new {
    display: block;
    visibility: visible;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    pointer-events: none;
}

.et_pb_section_video_bg_new video {
    position: absolute;
    left: 50%;
    max-width: none;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.et_pb_section_video_bg_new .mejs-controls,
.et_pb_section_video_bg_new .mejs-overlay-play {
    display: none !important;
}

.et_pb_section_video_bg_new embed,
.et_pb_section_video_bg_new iframe,
.et_pb_section_video_bg_new object,
.et_pb_section_video_bg_new video {
    max-width: none;
}

.et_pb_section_video_bg_new .mejs-overlay-loading {
    display: none !important;
}

/*channelsightButton*/
body .channelsightButton,
body .csWidgetBuynow {
    background: #C8102E !important;
    color: #FFF !important;
    border: none !important;
    border-radius: !important;
}

/*Teka Banners*/
.et_pb_banner {
    width: 100%;
}

.teka-banner {
    height: 560px;
    padding: 0;
    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: 560px;
}

.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 a {
    display: inline-block;
    padding: 0 10px;
}

.teka-banner h2,
.teka-banner h3,
.teka-banner h4 {
    padding-bottom: 20px;
    font-weight: 600;
}

.teka-banner-normal h2 {
    font-size: 26px !important;
}

.teka-banner-normal h3 {
    font-size: 18px !important;
}

.teka-banner-normal h4 {
    font-size: 18px !important;
}

.teka-banner-large h2 {
    font-size: 37px !important;
}

.teka-banner-large h3 {
    font-size: 23px !important;
}

.teka-banner-large h4 {
    font-size: 20px !important;
}

.teka-banner-extralarge h2 {
    font-size: 50px !important;
}

.teka-banner-extralarge h3 {
    font-size: 40px !important;
}

.teka-banner-extralarge h4 {
    font-size: 35px !important;
}

.et_pb_banner .et_pb_module_inner {
    width: 80%;
    max-width: 1296px;
    margin: 0 auto;
}

.et_pb_banner .et_pb_text_inner {
    max-width: 520px;
    padding: 40px 0;
}

@media (max-width: 520px) {
    .et_pb_banner .et_pb_text_inner {
        max-width: 90%;
        margin: 0 auto;
    }
}

.new-banners {
    padding: 0 20px !important;
}

.new-banners > div {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .new-banners {
        display: flex;
        direction: ltr;
    }

    .new-banners .et_pb_column_1_2 {
        width: 50% !important;
        margin-right: 20px !important;
    }

    .new-banners .et_pb_column_1_3 {
        margin-right: 20px !important;
    }
}

@media (max-width: 767px) {
    .teka-banner {
        height: 500px !important;
        justify-content: flex-start;
        align-items: center;
    }

    .new-banners {
        padding: 0 !important;
    }

    .new-banners .et_pb_banner {
        margin-bottom: 20px !important;
    }

    .new-banners .et_pb_column:last-of-type .et_pb_banner {
        margin-bottom: 0px !important;
    }
}

/*products dark*/
.et_pb_bg_layout_dark .product-list .product {
    background-color: #0000;
}

.et_pb_bg_layout_dark .product-list .product:hover {
    border: 2px solid #222;
    border-bottom-color: #0000;
}

.et_pb_bg_layout_dark .product-list-description {
    border: 2px solid #222;
    background-color: #07080c;
    border-top: 0;
}

.et_pb_bg_layout_dark .product-list .productCatLargeName {
    color: #fff;
}

/*menu landing*/
@media (min-width: 981px) {
    #menu-product-name {
        position: absolute;
        color: white;
        top: 50px;
        font-weight: 600;
        left: 110px;
        opacity: 0;
        -webkit-animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
        animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
        transition: top .4s ease-in-out;
    }

    .et-fixed-header #menu-product-name {
        top: 14px;
        -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }
}

@media (max-width: 980px) {
    #main-header {
        height: 80px;
        position: fixed !important;
    }

    #menu-product-name {
        position: absolute;
        top: 11px;
        font-weight: 600;
        left: 70px;
        color: #FFF;
    }

    #et_mobile_nav_menu > div > span.mobile_menu_bar.mobile_menu_bar_toggle {
        opacity: 0;
        pointer-events: none;
    }

    #main-header,
    #main-header .nav li ul,
    .et-search-form {
        background-color: #000000 !important;
    }

    #mobile_menu {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw;
        background: #222 !important;
        border: 0;
        padding: 5px 12%;
    }

    #menu-buy {
        position: absolute;
        top: -34px;
        right: 10px;
    }

    #mobile_menu a {
        color: #FFF;
        text-transform: uppercase;
        padding: 0;
        border: 0;
        padding: 0 10px;
    }
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }
}

@-webkit-keyframes swing-out-top-bck {
    0% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }

    100% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }
}

@keyframes swing-out-top-bck {
    0% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }

    100% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }
}

/*portia fix*/
#portia-product-title .product-title-name,
#portia-product-title .product-title-lifestyle,
#portia-product-title .separator {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: normal;
}

#portia-product-title .product-title-name {
    text-transform: none;
    font-weight: 700;
}

#portia-product-title .product-title-lifestyle {
    color: #c8102e;
}

#portia-product-title .separator {
    margin: 0 5px;
}

#portia-product-title .product-title-largename {
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0.5em;
    display: block;
}

.et-social-youtube a.icon:before {
    content: "\e0a3";
}

.et-social-twitter a.icon:before {
    content: "\e094";
}

.et-social-linkedin a.icon:before {
    content: "\e09d";
}

.saboreseternos-video > div {
    height: 100%;
}

.saboreseternos-video > div .et_pb_video_play {
    display: block;
    position: absolute;
    z-index: 100;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.saboreseternos-video > div .et_pb_video_play:before {
    font-size: 80px;
}

/*END*/