/*
Theme Name: Teka
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*/
body,
input,
textarea,
select,
.cn-button,
#cookie-notice,
#top-header .container,
#main-header,
#et-top-navigation,
.teka-button,
button.shopify-buy__btn,
.compare-text span,
.et_pb_bg_layout_dark .bv_main_container .bv_text,
.products-filters-title-mobile,
span#product-menu-main-cat-mobile,
.cs-t4 .csWidget,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-generic-submission .bv-product-list .bv-content-media-container .bv-media-item-name,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-text-stats,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-stats-recommended,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-stats-total-customers,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-content-summary,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-rating-label,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-badge-featured,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-radio-wrapper-label,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission input.bv-text,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission textarea,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-expand-filter-button,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-expand-filter-button:hover,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-expand-filter-button:focus,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-control-bar .bv-content-btn-pages,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-content-pagination .bv-content-btn-pages,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-media-viewer.bv-category-gallery-media-viewer .bv-media-viewer-product,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-media-viewer.bv-category-gallery-media-viewer .bv-media-viewer-product .bv-media-viewer-product-info .bv-media-viewer-product-name,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-media-viewer.bv-category-gallery-media-viewer .bv-media-viewer-review .bv-media-viewer-review-author,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-media-viewer.bv-category-gallery-media-viewer .bv-media-viewer-review .bv-media-viewer-review-info,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets .bv-fieldset,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-generic-submission .bv-product-list .bv-content-media-container .bv-media-item-name,
[data-bv-rating] .bv_main_container .bv_text,
[data-bv-show=inline_rating] .bv_main_container .bv_text,
h1,
.et-db #et-boc .et-l h1,
h2,
.et-db #et-boc .et-l h2,
h3,
.et-db #et-boc .et-l h3,
h4,
.et-db #et-boc .et-l h4,
h5,
.et-db #et-boc .et-l h5,
h6,
.et-db #et-boc .et-l h6 {
    font-family: 'Montserrat', sans-serif !important;
}

/*global*/
html {
    background: #0e0e0e;
}

body.new-header {
    font-weight: 500;
    font-size: 14px;
}

.tax-product_cat .et_pb_row,
.tax-product_cat.et-db #et-boc .et-l .et_pb_row {
    max-width: 1296px;
}

h3 {
    font-size: 22px !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.3em;
}

.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:before,
.slick-next:before {
    color: black;
}

.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: transparent;
    color: #515151 !important;
    width: 23px !important;
    display: inline-block;
    font-size: 13px !important;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
    width: auto !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #515151 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #515151 !important;
    font-weight: bold !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;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    width: 17px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 3px solid transparent;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px #6d6d6d;
}

.et-db #et-boc .et-l .et_pb_toggle {
    border: 0;
}

.et-db #et-boc .et-l .et_pb_toggle_close,
.et-db #et-boc .et-l .et_pb_toggle_open {
    padding: 0 !important;
    border: 0 !important;
    background: none;
}

.et_pb_toggle_content {
    display: none;
    padding-top: 1em;
}

.et-db #et-boc .et-l .et_pb_toggle .et_pb_toggle_title,
.et-db #et-boc .et-l .et_pb_toggle h5.et_pb_toggle_title {
    cursor: pointer;
    position: relative;
    padding: 10px 50px 10px 0;
    border-bottom: 1px solid #222;
}

.et-db #et-boc .et-l .et_pb_toggle_title:before,
.et-db #et-boc .et-l .et_pb_toggle_title:after,
.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title:before,
.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title:after {
    content: '';
    display: block;
    background: #515151;
    position: absolute;
    height: 1em;
    width: 2px;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.25s;
    transition-timing-function: ease-in-out;
    top: 10px;
    right: 0.5em !important;
}

.et-db #et-boc .et-l .et_pb_toggle_title:before {
    transform: rotate(-90deg);
}

.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title:before {
    transform: rotate(-90deg);
}

.et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title:after {
    transform: rotate(-90deg);
}

/*teka global*/
.teka-button,
button.shopify-buy__btn {
    background: #d3d3d3;
    color: #222;
    background: #c8102e;
    color: #FFF !important;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    font-weight: normal;
    width: 100%;
    border: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-button svg {
    height: 20px;
    margin-right: 0.5em;
}

button.shopify-buy__btn.shopify-buy__btn-disabled,
.teka-button.teka-secondary-button {
    border: 1px solid #515151;
    background: #515151;
    color: #FFF !important;
    line-height: 33px;
}

.teka-button.teka-secondary-button {
    border: 1px solid #CCC;
    background: #CCC;
    color: #000 !important;
    line-height: 33px;
}

.shopify-buy-frame.shopify-buy-frame--toggle {
    display: none;
}

#toggle.shopify-buy-frame.shopify-buy-frame--toggle {
    display: block;
}

button.shopify-buy__btn.shopify-buy__btn-disabled {
    cursor: not-allowed;
    background: transparent;
    border: 0;
    color: #222 !important;
    text-align: left;
    display: block;
    padding: 0;
    line-height: 1em;
    text-transform: none;
    height: auto;
    margin-bottom: 2em;
}

.fixed .teka-button.teka-secondary-button {
    display: none !important;
}

.teka-button-red {
    background: #c8102e;
    color: #FFF;
}

@media (max-width: 981px) {

    .teka-button,
    button.shopify-buy__btn {
        height: 40px;
        padding: 5px 20px;
        line-height: 30px;
    }
}

/*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%;
}

.checkbox-container [type="checkbox"]:not(:checked) + label:before,
.checkbox-container [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.3em;
    height: 1.3em;
    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: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #C8102E;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.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: 0;
    padding-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;
}

.et-db #et-boc #product-breadcrumbs-container,
#product-breadcrumbs-container {
    padding-bottom: 0;
}

@media (max-width: 981px) {

    .et-db #et-boc #product-breadcrumbs-container,
    #product-breadcrumbs-container {
        padding: 0 0 2em;
    }
}

.et-db #et-boc #product-breadcrumbs-container > div,
#product-breadcrumbs-container > div {
    padding: 0;
}

/*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;
}

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;
}

.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=password]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder {
    color: #616161;
}

.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=password]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder {
    color: #616161;
}

.wpcf7 input[type=email]:-moz-placeholder,
.wpcf7 input[type=password]:-moz-placeholder,
.wpcf7 input[type=tel]:-moz-placeholder,
.wpcf7 input[type=text]:-moz-placeholder,
.wpcf7 select:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder,
.wpcf7 input[type=date]:-moz-placeholder {
    color: #616161;
}

.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=password]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder {
    color: #616161;
}

input[type="submit"] {
    background: #c8102e;
    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;
}

.wpcf7 h3,
.col12,
.col6:nth-of-type(2n+1) {
    clear: both;
}

.col12 {
    padding: 10px;
}

.col6 {
    width: 50%;
    float: left;
    padding: 10px;
}

.col4 {
    width: 30%;
    float: left;
    padding: 10px;
}

.col2 {
    width: 20%;
    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;
}

@media (max-width: 981px) {
    .et_pb_row {
        width: 90%;
    }

    .container {
        width: 90%;
    }
}

#top-header .container,
#main-header .container,
#main-footer .container {
    width: 90%;
}

/*header*/
#top-header {
    background-color: #222222;
}

.et_header_style_left .logo_container {
    width: auto;
    z-index: 999999;
    transition: top .4s ease-in-out;
    top: 0;
}

.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%;
    }
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 0 !important;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 32px !important;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 54px !important;
}

#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, .1) !important;
    }

    #logo {
        max-height: 86px !important;
        min-height: 86px !important;
        max-width: 86px;
        min-width: 86px;
        padding: 0px;
    }

    #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;
    }

    span.et_close_search_field {
        right: 33px;
    }
}

@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;
}

#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;
}

#header-shop-alt {
    display: none;
}

@media (max-width: 981px) {
    #header-shop-alt {
        display: flex;
        width: 28px;
        vertical-align: middle;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #header-shop-alt svg {
        display: block;
    }
}

#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;
}

/*header new*/
.new-header #top-header-right {
    display: flex;
}

.new-header #footer-idioma {
    position: initial;
    margin-left: 10px;
    list-style: none;
    margin: 4px 0 0 0;
}

.new-header #footer-idioma > a {
    display: block;
    width: 18px;
    height: 18px;
}

.new-header #et_top_search > span:before {
    font-size: 18px;
}

.new-header #et-secondary-menu > ul > li a {
    color: #515151 !important;
}

.new-header #top-menu > li:first-child > a:first-child {
    padding-left: 0;
}

.new-header #et-secondary-nav li {
    margin-right: 0;
}

.new-header #et-secondary-nav li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
}

.new-header #language-selector-container {
    margin-left: 10px;
    display: flex;
}

.shopify-buy-frame--toggle:not(.is-sticky) {
    padding: 4px 0 !important;
    margin: 0 9px 0 7px !important;
    cursor: pointer;
}

@media only screen and (min-width: 981px) {
    .new-header #et-top-navigation {
        width: 100%;
        padding-left: 120px !important;
    }
}

@media only screen and (max-width: 1300px) {

    .et_header_style_left .mobile_menu_bar,
    .et_header_style_split .mobile_menu_bar {
        padding-top: 8px;
        padding-bottom: 7px !important;
        margin: 0px 0px 0px 0px;
        z-index: 1000000;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_left .et-fixed-header #et-top-navigation {
        display: block;
        padding-top: 0px !important;
    }

    .new-header #et-top-navigation {
        display: flex !important;
        align-items: center;
    }

    .new-header #footer-idioma {
        margin: 0;
    }

    #footer-idioma > a {
        margin-bottom: 0 !important;
    }

    #et_top_search {
        margin: 0px 3px;
    }

    .mobile_nav.opened .et_mobile_menu {
        height: 100vh !important;
        padding: 120px 0 5% 0px !important;
        margin: 0 !important;
        display: block !important;
        position: fixed;
        overflow: auto;
        width: 100%;
        right: 0;
        left: auto;
        z-index: 999998;
        top: 0;
        -webkit-animation: swing-in-top-fwd-menu 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd-menu 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    }

    .mobile_nav.closed .et_mobile_menu {
        height: 0 !important;
        padding: 5% !important;
        margin: 0 !important;
        display: none !important;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-11-11 10:24:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd-menu {
    0% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd-menu {
    0% {
        transform: rotateX(-100deg);
        transform-origin: top;
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        transform-origin: top;
        opacity: 1;
    }
}

@media (max-width: 981px) {
    #top-header-right {
        align-items: center;
    }

    #top-header-right {
        margin-top: 0;
        position: absolute;
        right: 46px;
    }

    .new-header #top-header-right {
        margin-top: -1px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1300px) {

    #top-menu-nav #top-menu,
    #et-secondary-menu {
        display: none;
    }

    #top-header-right {
        right: 46px;
        overflow: hidden;
    }

    #et_mobile_nav_menu {
        display: block
    }

    .new-header #top-header-right {
        display: flex;
        align-items: center;
        margin-top: -1px;
    }

    .et_fixed_nav #main-header,
    .et_fixed_nav #top-header {
        position: absolute;
    }
}

/*header home*/
@media (min-width: 1301px) {
    .home.new-header.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 0 !important;
    }

    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) {
        background-color: transparent;
        box-shadow: none !important;
    }

    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #top-menu > li > a:first-child,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #et-secondary-menu a,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) .language-menu,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) .language-menu a,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #et_top_search,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) .mobile_nav:not(.opened) .mobile_menu_bar:before,
    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #top-header-right > a > span.itk-user-off:before {
        color: #fff !important;
    }

    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #header-shop-alt svg {
        display: block;
    }

    .home.new-header #main-header:not(.et-fixed-header):not(.menu-hover) #header-shop-alt g {
        fill: #fff !important;
    }

    .home.new-header #main-header:not(.et-fixed-header) #et-top-navigation {
        height: 126px;
        padding-top: 0 !important;
    }

    .home.new-header #main-header:not(.et-fixed-header) #ajaxSearchResult {
        top: 126px;
    }

    .home.new-header #main-header:not(.et-fixed-header) .logo_container {
        height: auto;
        top: 20px;
        padding: 0;
    }

    .home.new-header #main-header:not(.et-fixed-header) #et-info,
    .home.new-header #main-header:not(.et-fixed-header) #et-secondary-menu > ul > li a,
    .home.new-header #main-header:not(.et-fixed-header) #top-menu > li > a:first-child {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .home.new-header #main-header:not(.et-fixed-header) #footer-idioma,
    .home.new-header #main-header:not(.et-fixed-header) #footer-idioma > a {
        margin-bottom: 0;
        margin-top: 0;
    }

    .home.new-header #main-header:not(.et-fixed-header) #top-header-right,
    .home.new-header #main-header:not(.et-fixed-header) #language-selector-container {
        display: flex;
        align-items: center;
    }

    .home.new-header #main-header:not(.et-fixed-header) #language-selector-container .language-menu {
        margin-bottom: 0;
    }

    #top-menu a,
    #et-secondary-nav a {
        transition: all .4s ease-in-out;
    }

    .home.new-header #et_top_search,
    .home.new-header #language-selector-container {
        transition: all .4s ease-in-out;
        padding: 0;
    }

    .home.new-header #main-header:not(.et-fixed-header) #et_top_search,
    .home.new-header #main-header:not(.et-fixed-header) #language-selector-container {
        padding: 48px 0;
    }
}

/*menu*/
#top-menu-nav {
    position: relative;
    width: 100%;
    display: block;
}

#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: normal;
    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;
    font-size: 23px;
    content: '\4c';
    top: 11px;
    right: 26px;
}

#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%;
}

#top-menu span.menu-product-link {
    color: #c8102e !important;
    margin-top: 1.5em;
    display: block;
}

#top-menu a {
    color: #000 !important;
}

.new-header #top-menu a {
    color: #515151 !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;
    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;
}

span.menu-support-telefono.menu-support-whatsapp {
    margin-top: 10px;
}

.menu-support-horario {
    font-weight: normal;
    padding-left: 50px;
}

.menu-support-horario br {
    display: none;
}

#top-menu li a {
    font-size: 15px !important;
}

.new-header #top-menu li a {
    font-size: 1em !important;
    font-weight: 500;
}

.new-header #et-top-navigation {
    font-weight: 500 !important;
}

#top-menu li a:hover {
    background-color: transparent;
}

@media (min-width: 981px) and (max-width: 1400px) {
    span.menu-product-name {
        font-size: 16px;
    }
}

.support_menu_mobile {
    display: none !important;
}

@media (max-width: 981px) {
    .support_menu_mobile {
        display: block !important;
    }
}

/*home*/
#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 h2,
#home-slider .et_pb_slider .et_pb_container h3,
#home-slider .et_pb_slider .et_pb_container h4 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.15em;
    margin-bottom: 0px;
}

#home-slider .et_pb_slider .et_pb_container h5,
#home-slider .et_pb_slider .et_pb_container p {
    font-size: 26px !important;
    font-weight: 500;
}

#home-featured-product p {
    color: #222222;
}

#home-slider .et_pb_slider .et_pb_container a {
    font-size: 16px !important;
    font-weight: 400;
}

#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%;
    }

    #home-slider span.et_pb_section_video_bg_new.et_pb_section_video_bg_new_desktop_tablet {
        display: none;
    }
}

@media (max-width: 1500px) {
    #home-slider .et_pb_slider .et_pb_container h3 {
        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 {
        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;
    }
}

.slider-full-height .et_pb_slider .et_pb_slide {
    height: 100vh;
}

.current_site_2 #home-slider .et_pb_slider .et_pb_container {
    height: calc(100vh - 88px) !important;
}

/*home - banners*/
.home-banners {
    padding: 20px !important;
}

.home-banners > div {
    padding: 0 !important;
}

#home-featured-product h3,
#home-featured-product h5,
.home-banners h3,
.home-banners h5 {
    font-size: 20px !important;
    line-height: 1.3em;
}

#home-featured-product h6,
#home-featured-product h4,
.home-banners h6,
.home-banners h4 {
    font-size: 18px !important;
    font-weight: 500;
}

.home-banners p a {
    font-size: 16px !important;
    font-weight: 400;
}

@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-banners .et_pb_text_inner {
        margin: auto !important;
        text-align: center;
    }
}

#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-banners .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;
}

@media (max-width: 981px) {

    #home-banner-1,
    #home-banner-3 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .home-banners .et_pb_text .et_pb_text_inner {
        padding: 40px 20px 20px 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90% !important;
    }

    .home-banners .et_pb_text .et_pb_text_inner h3,
    .home-banners .et_pb_text .et_pb_text_inner h4,
    .home-banners .et_pb_text .et_pb_text_inner p {
        width: 100% !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 {
    background-size: cover;
}

@media (max-width: 768px) {
    #home-featured-product .et_pb_row {
        background-size: cover;
    }
}

#home-featured-product > div {
    height: 65vh;
    min-height: 375px;
}

@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: 20px 0 60px;
}

@media (max-width: 1600px) {
    .product-slider .slick-list {
        padding-bottom: 100px;
    }
}

.et_pb_gutters3 .product-slider .et_pb_grid_item {
    width: 25%;
    margin: 2px !important;
    padding: 20px;
}

.product-slider span.label-new {
    top: -3px;
    left: 10px;
}

.home_featured {
    text-align: center;
    font-size: 20px !important;
}

@media (max-width: 781px) {
    .home_featured {
        text-align: center;
        font-size: 20px !important;
    }
}

/*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 {
    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;
    /*text-transform: uppercase;*/
    /*margin-bottom: 20px;*/
    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-bottom > div {
    border-top: 1px solid #737270;
}

#footer-idioma-old {
    display: none;
}

#footer-idioma-old,
#footer-idioma,
#footer-copyright,
#footer-legal a {
    color: #737270;
    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;
    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-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: 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;
}

a#whatsapp-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 38px;
    color: white;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #25d366;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}

/*monarch custom rrss */
.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_ru_ok:before,
.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_ru_ok:after {
    font-family: "teka-icons", "fontello" !important;
    content: '\e817';
}

.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_tiktok:before,
.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_tiktok:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg fill="%23000000" width="800px" height="800px" viewBox="0 0 512 512" id="icons" xmlns="http://www.w3.org/2000/svg"><path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"/></svg>') !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_tiktok:after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.et_monarch .widget_monarchwidget.et_social_circle li i.et_social_icon.et_social_icon_ru_ok:hover:after {
    background: #ee8208 !important;
}

.et_monarch .widget_monarchwidget .et_social_ok i:before,
.et_monarch .widget_monarchwidget .et_social_ok i:after {
    margin: 0 !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-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;
    background-size: cover;
}

#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: 100%;
        height: auto;
    }

    #productos-header-title {
        padding: 0 0px 15px;
    }
}

#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;
}

@media (min-width: 981px) and (min-height: 800px) {
    #products-container-left {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    .admin-bar #products-container-left {
        top: 132px;
    }
}

.product-list-footer img {
    width: auto !important;
    vertical-align: middle;
}

.product-list-colors {
    float: left;
    opacity: 0;
    max-width: 50%;
}

.shopify-pvpr {
    float: right;
    font-size: 12px;
    text-decoration: line-through;
    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;
}

.new-header .product-list-compare {
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
}

.new-header #products-container .product:hover .product-list-compare {
    display: block;
}

.compare-text {
    font-size: 13px;
    background: white;
    padding: 2px 10px;
}

.compare-text span {
    font-size: 13px;
}

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: 600;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    line-height: 1.3em;
}

.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.3em;
}

.product-cat-img-container {
    text-align: center;
}

.product .product-cat-img-link {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
}

.product img.product-cat-img-alt {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.1s ease;
}

#products-container .product:hover img.product-cat-img-alt,
.product-slider .product:hover img.product-cat-img-alt,
.product-list .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 {
    display: block;
}

.admin-bar #products-filters.fixed {
    top: 86px;
}

@-webkit-keyframes slide-in-top {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#products-filters.fixed > div {
    max-width: 1296px;
    margin: 0 auto;
    padding-left: 120px;
    width: 80%;
}

#profucts-filters-inline {
    margin: 10px 0;
    clear: both;
}

.product-filter {
    width: 24%;
    float: left;
    margin: 0 1% 1% 0;
    position: relative;
}

.drawer .product-filter {
    width: 100%;
    float: none;
    margin: 0 0 1em;
    position: relative;
    display: block !important;
}

@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;
    }
}

#category-menu-side-bar {
    display: block;
}

#product-menu-left #category-menu-side-bar > div.drawer-header > button {
    display: none;
}

@media (max-width: 981px) {
    #product-menu-left #category-menu-side-bar {
        display: none;
    }

    #products-container-right #products-filters {
        display: 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;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new-header .product-list-description {
    border: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    width: 100%;
    margin: 0;
}

.product-list-description a,
.product-list-description > button,
.product-list-description > div {
    width: 100%;
}

.product-list-description button.shopify-buy__btn {
    margin-bottom: 0;
}

.product-list-description button.shopify-buy__btn.shopify-buy__btn-disabled {
    display: none;
}

.product-list .product .teka-button.other-store {
    padding: 0;
    background: transparent;
    color: #000 !important;
    text-transform: none;
    border: 0;
}

span.visuallyhidden {
    display: none;
}

span.shopify-buy__product__compare-price {
    text-decoration: line-through;
    color: #515151;
    font-size: 12px;
    font-weight: normal;
}

.product-list .product .shopify-buy__product__price {
    position: absolute;
    top: -23px;
    right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-list .product .shopify-buy__price--lowered {
    font-size: 14px;
}

@media (min-width: 1600px) {
    .product-list-description {
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .product-list-description a,
    .product-list-description > button,
    .product-list-description > div {
        width: 49%;
        padding: 0 5px;
        margin: 0;
        font-size: 12px;
    }

    .product-list-description > div {
        padding: 0;
    }

    .product-list-description button.shopify-buy__btn {
        font-size: 12px;
        padding: 0 5px;
    }

    .current_site_27 .product-list-description > a,
    .current_site_27 .product-list-description > button,
    .current_site_76 .product-list-description > a,
    .current_site_76 .product-list-description > button,
    .current_site_40 .product-list-description > a,
    .current_site_40 .product-list-description > button,
    .current_site_21 .product-list-description > a,
    .current_site_21 .product-list-description > button {
        max-width: 100%;
    }
}

.product-list-description > span {
    line-height: 1.3em;
    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 .slick-track {
    display: flex;
}

.product-list-ordered:not(.slick-slider) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
}

.product-list-ordered:not(.slick-slider) .product {
    border: 0;
    width: 100%;
    margin: 0;
}

@media (max-width: 980px) {
    .product-list-ordered:not(.slick-slider) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 770px) {
    .product-list-ordered:not(.slick-slider) {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .product-list-ordered:not(.slick-slider) {
        grid-template-columns: 1fr;
    }
}

.product-list .product {
    background-color: white;
    border: 2px solid transparent;
    position: relative;
    border-radius: 5px;
}

.new-header .product-list .product {
    border: 0;
}

.product-list .product:hover .product-list-description {
    display: flex;
    flex-wrap: wrap;
}

.product-list .product:hover .product-list-colors,
.product-list .product:hover .shopify-pvpr {
    opacity: 1;
}

.product-list .product:hover {
    border: 2px solid #ececec;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-header .product-list .product:hover {
    border: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
}

/*product title*/
span.menu-product-shortname,
#portia-product-title .product-title-name,
#portia-product-title .product-title-lifestyle,
#portia-product-title .separator,
#product-title h4,
.et-db #et-boc #product-title h4,
#product-title h2,
.et-db #et-boc #product-title h2,
#product-title .separator {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: normal;
}

span.menu-product-shortname,
#portia-product-title .product-title-name,
#product-title h2,
.et-db #et-boc #product-title h2 {
    text-transform: none;
    font-weight: 700;
}

#portia-product-title .product-title-lifestyle,
#product-title h4,
.et-db #et-boc #product-title h4 {
    color: #c8102e;
}

#portia-product-title .separator,
#product-title .separator {
    margin: 0 5px;
}

span.menu-product-name,
#portia-product-title .product-title-largename,
#product-title h1,
.et-db #et-boc #product-title h1 {
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0.5em;
    display: block;
}

/*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;
    background-color: #000;
}

.et_pb_bg_layout_dark .product-list-description {
    border: 2px solid #222;
    background-color: #000;
    border-top: 0;
}

.et_pb_bg_layout_dark .product-list .productCatLargeName {
    color: #fff;
}

#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;
}

#product-menu-left #category-menu-side-bar .drawer-title {
    color: #515151;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 18px;
    padding-bottom: 4px;
}

@media (min-width: 981px) {
    .toggle-category-menu {
        display: none !important;
    }
}

.products-filters-title-mobile {
    display: none;
}

#category-description {
    margin-top: 100px;
}

#category-description h4 {
    font-size: 16px !important;
    font-weight: bold;
}

#categories_menu {
    list-style: none;
}

#categories_menu li {
    margin-top: 1.3em;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

#categories_menu .type-of-appliance {
    padding-left: 20px;
}

#categories_menu li.active {
    font-weight: bold;
}

#categories_menu li a {
    color: #000 !important;
    padding: 0;
    font-size: 16px;
}

#categories_menu ul li {
    margin-top: 0.75em;
    font-size: 16px;
}

.new-header #categories_menu li a,
.new-header #categories_menu ul li {
    font-size: 1em;
}

#categories_menu ul li label {
    cursor: pointer;
}

#product-menu-left .toggle-filters {
    margin-bottom: 1em;
    display: none;
}

#product-menu-left .toggle-filters.show {
    display: flex;
}

#products-filters-container #products-filters > div.drawer-header {
    display: none;
}

.product-list .inline-rating {
    padding: 0 10px;
}

.new-header [data-bv-show=inline_rating] .bv_main_container .bv_text {
    color: #515151 !important;
    font-size: 12px !important;
}

/*
.product-list [data-bv-show=inline_rating] .bv_main_container .bv_text {
    color: #CCC!important;
    font-size: 14px!important;
}
*/
/* Product menu mobile */
@media (max-width: 981px) {
    #product-menu-left {
        display: flex;
        gap: 20px;
        margin: 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: bold;
}

.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;
}

.drawer #seeMoreFilters,
.drawer #seeLessFilters {
    display: none !important;
}

#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: bold;
    font-size: 12px;
    color: #b9b9b9;
    margin: 2px 0 30px;
    clear: both;
}

@media (max-width: 980px) {
    #number-products {
        margin: 2px 0 30px !important;
    }
}

@media (min-width: 981px) {
    .product-list .productCatLargeName {
        min-height: 100px;
    }

    #product-accesories-slider .product-list .productCatLargeName {
        min-height: 50px;
    }
}

@media (min-width: 1400px) {
    .product-list .productCatLargeName {
        min-height: 70px;
    }

    #product-accesories-slider .product-list .productCatLargeName {
        min-height: 50px;
    }
}

/*drawer*/
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100001;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.drawer-overlay.show {
    background: #91919136;
    pointer-events: auto;
}

.drawer {
    position: fixed;
    right: -310px;
    top: 0;
    transition: right 0.5s ease-in-out;
    transform: 0;
    z-index: 100002;
    max-width: 300px;
    border: 1px solid #DDD;
    padding: 20px;
    background-color: white;
    display: none;
    height: 100vh;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
}

.admin-bar .drawer {
    top: 32px;
    height: calc(100vh - 32px);
}

.drawer.show {
    right: 0;
}

.drawer .drawer-label {
    display: block;
    position: absolute;
    top: 50%;
    left: -73px;
    transform: rotate(-90deg);
    background-color: lightgray;
    padding: 4px 6px;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
    cursor: pointer;
    opacity: 1;
}

.drawer.show .drawer-label {
    opacity: 0;
    transition: left 0.5s ease-in-out;
    left: -33px;
}

.drawer .drawer-header {
    display: flex;
    justify-content: space-between;
}

.drawer button.drawer-close {
    border: 0;
    background: transparent;
}

.drawer button.drawer-close:before {
    font-family: "teka-icons", "fontello";
    content: '\e832';
    font-size: 20px;
    font-weight: normal;
    color: #515151;
    cursor: pointer;
}

.drawer .drawer-title {
    font-size: 18px;
    font-weight: bold;
}

.drawer .drawer-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    overflow-y: auto;
}

/*productos (categorias) - comparador*/
#compare-side-bar .compare-fluid-tab {
    position: relative;
    display: flex;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #fafafa;
}

#compare-side-bar .compare-fluid-tab:last-of-type {
    border-bottom: 0;
}

#compare-side-bar .close-overlay {
    text-align: right;
    color: #515151;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 20px;
    cursor: pointer;
}

.close-overlay:before,
#close-overlay:before {
    font-family: "teka-icons", "fontello";
    content: '\e832';
    font-size: 13px;
}

#compare-side-bar img {
    cursor: default;
    max-width: 100px;
}

.product-list-compare .button-compare {
    font-family: "teka-icons", "fontello";
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 3px;
    float: right;
}

.product-list-compare .button-compare.compare-added {
    color: #c8102e;
}

#compare-max-reached {
    display: none;
}

.featherlight-content #compare-max-reached {
    display: block;
}

/*descarga de catálogos*/
#catalogo-container h2 {
    font-size: 16px;
    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%;
}

#descarga-catalogos-top-text h1 {
    font-weight: bold;
    padding-bottom: 0.75em;
}

@media (max-width: 980px) {
    #descarga-catalogos-top-text {
        margin-bottom: 0;
    }

    #descarga-catalogos-top-img {
        position: relative;
        margin-bottom: -10%;
    }
}

.catalog-date {
    text-align: center;
    font-weight: bold;
}

#catalogo-container .catalog-list {
    display: flex;
    flex-wrap: wrap;
}

#catalogo-container .catalog-list .hentry:hover h2 {
    font-weight: bold;
}

@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: bold;
    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.3em;
}*/
.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:-ms-input-placeholder {
    font-size: 13px !important;
    color: #616161 !important;
}

div.asp_m .probox .proinput input.orig::-moz-placeholder {
    font-size: 13px !important;
    color: #616161 !important;
}

div.asp_m .probox .proinput input.orig::-webkit-input-placeholder {
    font-size: 13px !important;
    color: #616161 !important;
}

div.asp_m .probox .proinput input.orig::-ms-input-placeholder {
    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: "teka-icons", "fontello" !important;
    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: "teka-icons", "fontello" !important;
    position: absolute;
    top: 2px;
    right: 0;
    width: 9%;
    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 {
    margin-bottom: 0.75em;
}

#support-contact {
    border: 2px solid #f1f1f1;
    padding: 40px;
    text-align: center;
}

#support-contact > div {
    text-align: center;
}

#support-contact h2 {
    font-size: 30px !important;
    margin-bottom: 40px;
}

#support-contact > div > p > em {
    font-size: 48px;
    font-style: normal;
    line-height: 1em;
}

.current_site_2 #support-contact > div > p > em {
    font-size: 26px;
}

@media (max-width: 500px) {
    .current_site_2 span.customer-service-phone-separador {
        display: none;
    }
}

.et-db #et-boc #support-contact > div > p > em > a,
#support-contact > div > p > em > a {
    color: #000 !important;
}

#support-sat img {
    border-radius: 4px;
}

@media (max-width: 1050px) {
    #support-contact > div > p > em {
        font-size: 40px;
        font-style: normal;
    }
}

@media (max-width: 981px) {
    #support-sat {
        padding-bottom: 0px;
    }

    #support-contact-manuals {
        padding-top: 0px;
    }
}

#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;
    }
}

@media (min-width: 981px) {
    div#support-contact-manuals > div {
        display: flex;
        justify-content: space-between;
    }
}

#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;
}

#support-faq h1,
#manual-download-top h1 {
    font-size: 30px;
}

#support-faq h4,
#manual-download-top h4 {
    font-size: 22px;
}

#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: "teka-icons", "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-weight: bold;
}

.manual-container {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
    overflow: hidden;
}

.manual-container .manual-top > img {
    float: left;
    width: 30%;
}

.manual-container .manual-top > div {
    width: 60%;
    float: right;
}

.manual-container h4 {
    font-size: 16px;
    font-weight: bold;
    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: #C8102E;
    color: #FFF;
}

.manual-top {
    padding: 15px;
    overflow: hidden;
    min-height: 113px;
}

.manual-top,
.manual-top h4 {
    color: #494949;
}

#manuals-container .hentry:nth-of-type(4n+1) {
    clear: both;
}

#manuals-container > div {
    padding-top: 0;
}

#manuals-container > div > div {
    max-width: 1296px !important;
}

#manuals-most-wanted > div {
    max-width: 580px !important;
}

/*comparador-de-productos*/
.page-template-tp-comparador-productos .link-back {
    position: absolute;
    top: 13px;
    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 thead th,
#comparador-productos tbody tr.trCharacteristics td,
#comparador-productos tbody tr.trHelper td {
    border-right: 1px solid #e9e9e9 !important;
}

#comparador-productos tbody tr.trCharacteristics td {
    font-size: 15px;
    color: #222222;
    font-weight: 500;
}

#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;
}

#comparador-productos th strong {
    display: block;
    color: #222;
}

#comparador-productos tr.trCharacteristics.different {
    background: #f5f5f5;
}

@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: #f2f2f2;
    font-size: 20px !important;
    color: #222222;
    font-weight: 600;
}

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*/
#noticias-top h1,
#inspiration-main-title h1 {
    font-size: 30px;
    font-weight: bold;
}

.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);
    min-width: 18.333%;
}

@media (max-width: 981px) and (min-width: 768px) {
    #inspiration-menu ul {
        display: flex;
        justify-content: space-between;
    }

    #inspiration-menu li {
        min-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;
    line-height: 1.3em;
}

#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;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    margin-bottom: 60px;
}

#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 > div,
#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;
    display: block;
}

#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: 18px;
    font-weight: bold;
}

#post-share a {
    background: #f2f2f2 !important;
    color: #636363;
    border-radius: 4px;
}

#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: 1px solid #ececec;
}

@media (max-width: 981px) {
    #post-share a {
        margin-right: 5px;
    }
}

/*inspiration - single*/
#post-top h5 a {
    color: #515151;
    font-weight: 600;
    font-size: 14px;
}

#post-top #post-date {
    font-size: 14px;
    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: bold;
    font-size: 14px;
    padding: 6px 29px;
    background: #d9d9d9;
}

@media (max-width: 981px) {
    #post-top .inspiration-subcat {
        display: inline-block;
        margin-right: 20px;
        color: #222;
        font-weight: bold;
        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: bold;
        font-size: 13px;
        padding: 6px 5px;
        background: none;
    }
}

#post-top h1 {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 1.3em;
}

#post-container h2,
#category-description h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 22px !important;
    font-weight: bold;
}

#post-container h3,
#category-description h3 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px !important;
    font-weight: bold;
}

@media (max-width: 981px) {
    #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 > div > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}

#inspiration-list-grid .et_pb_post {
    padding: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    overflow: hidden;
}

#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: 18px;
    font-weight: bold;
}

@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: 22px !important;
    font-weight: bold;
}

.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: bold;
    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: bold;
}

@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.3em;
}

#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: bold;
}

#faq-not-looking-for .et_pb_text_inner a {
    color: #fff;
    background: #222;
    font-weight: bold;
    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: 700;
        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: bold;
}

/*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: bold;
    color: #FFF;
    border-bottom: 2px solid #fff;
}

#teka-menu li.teka-dropdown a {
    cursor: pointer;
}

#teka-menu li.teka-dropdown a:after {
    font-family: "teka-icons", "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: bold;
    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;
    background-image: url(/wp-content/uploads/sites/2/2020/12/header-about-us-1.jpg) !important;
}

#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: 30px !important;
    padding: 90px 0px 0px;
    font-weight: bold;
}

@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;
}

#hreflangSelectorParent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}

.hreflangSelectorCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(250, 250, 250, 1);
    padding: 25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 20px;
}

#hreflangSelectorParent > div > div.country {
    text-align: center;
}

#hreflangSelectorParent > div > div.text {
    width: 100%;
    font-weight: bold;
    padding: 10px;
}

/*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: "teka-icons", "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: bold;
}

#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: bold;
}

@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: bold;
    display: block;
}

.proyecto-emblematico h3:before {
    font-family: "teka-icons", "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;
    /* Safari 6.0 - 9.0 */
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}

.award:hover {
    /* Safari 6.0 - 9.0 */
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.award img {
    width: auto;
    height: auto;
    max-height: 115px;
    max-width: 220px;
}

.award .strong {
    font-weight: bold;
}

/*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.3em;
    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.3em;
    }

    #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.3em;
    }

    #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: bold;
    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: 0px;
        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;
    margin: 0 auto;
}

.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.3em;
    }

    #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: 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);
}

/*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: 3px solid #f2f2f2;
    border-top: 0;
}

#ajaxSearchResult::-webkit-scrollbar-track {
    background-color: #FFF;
}

#ajaxSearchResult::-webkit-scrollbar,
#ajaxSearchResult::-webkit-scrollbar-thumb {
    width: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 10px solid transparent;
}

#ajaxSearchResult::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px #6d6d6d;
}

#ajaxSearchResult h5 {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    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.3em;
    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;
}

@media (max-width:700px) {
    #ajaxSearchResult {
        width: 90vw;
        left: -45vw;
        top: 68px;
        border: 0;
    }
}

/*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 > h2 {
    padding: 50px 0;
    font-weight: bold;
}

/*iniciar sesión*/
.post-password-required {
    height: calc(100vh - 96px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/login-bg.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: bold;
}

.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;
}
*/
.post-password-required .et_pb_row {
    width: auto;
}

@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: 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) {

    /*** 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;
}

.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;
    }
}

.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;
}

@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:hover {
    background-color: #3e3e3e;
}

.video video {
    min-width: 100%;
}

#product-images.fullscreen {
    background-color: white;
}

#product-images.fullscreen #product-icons-labels {
    display: none;
}

.product-icons-labels-top-right {
    position: absolute;
    top: 25px;
    right: 35px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.fullscreen .product-icons-labels-top-right {
    right: 80px;
    top: 48px;
}

.product-list .product-icons-labels-top-right {
    top: 6px;
    right: 26px;
}

.pack-label {
    background: #c8102e;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-list .pack-label {
    width: 46px;
    height: 46px;
}

.pack-label > span {
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

.product-list .pack-label > span {
    font-size: 12px;
}

.product-labels {
    display: flex;
    padding: 0;
    gap: 10px;
    margin-bottom: 20px;
}

.product-list .product-labels {
    padding: 0 7px;
    flex-wrap: wrap;
    margin-bottom: 0;
    min-height: 22px;
}

.product-list .product-ecommerce:not(.product-ecommerce-available) .product-cat-img-container {
    padding-bottom: 22px;
}

.product-labels > div {
    padding: 1px 10px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px;
    color: #515151;
}

.product-list .product-labels > div {
    font-size: 12px;
    line-height: 1em;
    padding: 4px 7px;
}

.product-labels .ecommerce-free-shipping-label {
    color: #089008;
}

.product-labels .ecommerce-outlet-label,
.product-labels .ecommerce-offer-label {
    color: #c8102e;
}

#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;
    width: auto;
    height: auto;
}

.entry-content div.product-slider-H {
    padding: 0 !important;
}

@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 {
    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: bold;
}

#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: 400;
    line-height: 10px;
}

#legal-tabs td:first-child {
    background-color: #eee;
}

#legal-tabs td {
    border: solid 1px #ddd;
    padding: 0 1em;
}

#legal-tabs ol {
    list-style: lower-alpha;
    padding-left: 3em;
}

#legal-tabs ul {
    padding-left: 3em;
    list-style: inherit;
    margin: 0.5em 0 1em;
}

/*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;
    }
}

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: 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;
}

#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: bold;
    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;
    float: right;
    box-sizing: border-box;
    list-style: none;
    margin-left: 10px;
    margin-bottom: 0.75em;
}

.language-menu a {
    padding: 0 !important;
}

.language-menu.principal {
    opacity: 1;
}

.language-menu:first-of-type {
    border-left: 0;
    margin-left: 10px;
}

@media (max-width: 1300px) {
    .new-header #language-selector-container {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }

    .new-header #language-selector-container .language-menu {
        margin-bottom: 0;
    }
}

#group-menu li {
    vertical-align: bottom;
}

#group-menu .active .group-teka {
    opacity: 1;
}

#group-menu .group-teka:hover {
    opacity: 1;
}

#group-menu .group-teka {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    background-image: url(/wp-content/themes/teka/img/teka-new-logo.svg);
    background-size: 57px 60px;
    width: 57px;
    height: 65px;
    background-repeat: no-repeat;
}

.ref.local_price {
    width: 100%;
    background-color: #F2F2F2;
    padding: 10px;
    text-align: center;
    color: black;
    font-weight: 700;
    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: 24px;
    text-align: center;
}

#country_redirector .country_select {
    text-shadow: none !important;
}

/*.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;
}

.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;
}

/*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: bold;
    margin-top: 40px;
    font-size: 60px !important;
}

#product_edition_info > h2 {
    font-size: 31px !important;
    font-weight: bold;
    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: bold;
    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;
    }
}

/*series*/
#product_serie_header {
    height: 76vh;
    background-color: #212121;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#product_serie_header h1,
#product_serie_header h2 {
    color: #FFF !important;
    z-index: 2;
}

#product_serie_header .scroll-down-animated {
    color: white;
    font-size: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -35px;
}

#product_serie_header h1 {
    margin-bottom: 20px;
    font-size: 40px !important;
    font-weight: bold;
    padding-bottom: 0;
}

#product_serie_header h2 {
    font-size: 26px !important;
    font-weight: 500;
}

#product_serie_breadcrumbs {
    padding: 0 !important;
}

#product_serie_breadcrumbs #breadcrumbs {
    margin: 0 !important;
}

#product_serie_container,
#product_serie_container > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#product_serie_info {
    text-align: center;
    margin-bottom: 70px;
}

#product_serie_info h1 {
    display: inline-block;
    padding: 10px 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    font-size: 60px !important;
}

#product_serie_info > h2 {
    font-size: 31px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#product_serie_description {
    font-size: 20px;
    line-height: 1.5em;
    max-width: 800px;
    margin: 0 auto;
}

#product_serie_description > h3 {
    font-size: 26px !important;
    padding-bottom: 24px;
}

#product_serie_description > p {
    font-size: 16px;
    line-height: 28px;
}

#product_serie_video {
    margin-top: 120px;
}

#product_serie_related_posts h2 {
    font-size: 20px;
    font-weight: bold;
}

#product_serie_related_posts h2 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    color: #000 !important;
}

#product_serie_related_posts .post-list-category {
    line-height: 1em;
}

#product_serie_related_posts .post-list-category a {
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
}

#product_serie_related_posts .post-list-date {
    display: none;
}

#product_serie_related_posts h3 {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: 50px 0;
    font-size: 32px !important;
}

@media (min-width: 981px) and (max-width: 1400px) {
    #product_serie_info h1 {
        font-size: 45px !important;
    }

    #product_serie_info > h2 {
        font-size: 25px !important;
    }

    #product_serie_description {
        font-size: 18px;
    }
}

@media (max-width: 981px) {
    #product_serie_header {
        height: 50vh;
    }

    #product_serie_info h1 {
        font-size: 30px !important;
    }

    #product_serie_info > h2 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }

    #product_serie_description {
        font-size: 16px;
        line-height: 1.4em;
    }
}

/*taxonomies products*/
#product_taxonomy_header_big {
    background-color: #212121;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#product_taxonomy_header_big_icon {
    max-width: 50px;
    margin-bottom: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#product_taxonomy_header_big h1 {
    font-size: 32px !important;
    color: #FFF !important;
    padding-bottom: 30px;
    font-weight: 600;
}

#product_taxonomy_header_big h2 {
    font-size: 26px !important;
    color: #FFF !important;
    font-style: italic;
    padding-bottom: 30px;
}

#product_taxonomy_header_big p {
    color: #FFF !important;
    padding-bottom: 0 !important;
    font-weight: normal;
}

@media only screen and (min-width: 981px) {

    #product_taxonomy_header_big h1,
    #product_taxonomy_header_big h2,
    #product_taxonomy_header_big p {
        max-width: 50%;
    }
}

#product_taxonomy_header_small {
    padding-bottom: 0 !important;
}

#product_taxonomy_header_small > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}

#product_taxonomy_header_small > div > img {
    max-width: 35px;
    margin-right: 20px;
}

#product_taxonomy_header_small > div > h1 {
    font-size: 32px !important;
    padding-bottom: 0 !important;
}

#product_taxonomy_container > div {
    padding-top: 0 !important;
}

/*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;
}

.hide_offline_map .cs_content-buylocally {
    display: none !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;
    }
}

.type-of-appliance-input:checked + label {
    font-weight: 600;
    color: #222;
}

/*bazarvoice*/
.bv-cv2-cleanslate img.wp-smiley,
.bv-cv2-cleanslate img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#product-rating .bv-content-data-icon img {
    width: 16px !important;
}

#product-rating .bv-submission-icon img {
    max-width: 120px !important;
}

#bv-mbox-overlay-id.bv-mbox-overlay {
    opacity: 0.5 !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission.bv-thankyou h1:before {
    color: #333;
    font-size: 20px;
    line-height: 40px;
    display: block;
    background: #fff;
    width: 38px;
    height: 38px;
    margin: 0 auto 30px;
    border-radius: 50%;
    font-family: 'teka-icons';
    border: 3px solid #333;
    content: '\e82a';
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission.bv-thankyou h1 .bv-submission-icon {
    display: none !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-close {
    right: 28px !important;
    top: 18px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-close {
    outline: none !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-close:before {
    content: '\e829';
    font-family: 'teka-icons';
    font-size: 16px;
    color: #222;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-close > span {
    display: none !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox-box .bv-mbox {
    border-radius: 10px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-content-container {
    border-radius: 10px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-sidebar .bv-submission-sidebar .bv-subject-info-section .bv-subject-info span {
    display: none !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets .bv-fieldset .bv-fieldset-inner {
    padding: 0 30px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets .bv-fieldset .bv-helper {
    right: 30px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission #bv-fieldset-label-rating {
    padding-left: 30px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-mbox .bv-mbox-breadcrumb {
    padding: 30px 30px 20px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-required-fields-text {
    padding: 0 30px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets-actions {
    padding-bottom: 30px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets fieldset:not(.bv-fieldset-rating).bv-error,
.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission .bv-fieldsets fieldset.bv-fieldset-agreements.bv-error {
    padding-top: 10px !important;
}

.bv-cv2-cleanslate .bv-mbox-inner.bv-mbox-lightbox .bv-submission span.bv-helper {
    display: none !important;
}

/*cookinglovers embed*/
.cookinglovers_embed {
    padding: 0px !important;
    box-shadow: 0 0 7px #ccc;
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 48px 0;
}

.cookinglovers_embed .cookinglovers_embed_text {
    padding: 30px 0 30px 40px;
}

.cookinglovers_embed h4 {
    font-weight: bold;
    text-align: center;
}

.cookinglovers_embed > div {
    width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.cookinglovers_embed a.teka-button {
    margin-top: 30px;
}

.cookinglovers_embed .recipe-resumen {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    margin: 20px 0;
    line-height: 1em;
}

.cookinglovers_embed .recipe-resumen .recipe-resume-details {
    display: flex;
    padding: 0 20px;
    border-right: 1px solid #000;
}

.cookinglovers_embed .recipe-resumen .recipe-resume-details:last-of-type {
    border-right: 0;
}

.cookinglovers_embed .recipe-resumen .recipe-resume-details p {
    font-weight: bold;
}

.cookinglovers_embed .recipe-resumen .recipe-resume-details span {
    font-size: 0.8em;
}

.cookinglovers_embed .ingredient {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 16px;
}

.cookinglovers_embed .ingredient-flex {
    flex: 1 1 0%;
    width: 100%;
    height: 1px;
    background-color: #ececec;
    margin: 0px 15px;
}

.cookinglovers_embed .ingredient-quantity {
    text-align: end;
    max-width: 150px;
    white-space: nowrap;
}

.cookinglovers_embed .cookinglovers_embed_img {
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
}

.cookinglovers_embed .cookinglovers_embed_img a {
    opacity: 0;
    height: 100%;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.recipe-resume-details svg {
    width: 30px;
    margin-right: 10px;
}

@media (max-width: 981px) {
    .cookinglovers_embed > div {
        display: flex;
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
    }

    .cookinglovers_embed .cookinglovers_embed_text {
        order: 2;
        padding: 20px;
    }

    .cookinglovers_embed .cookinglovers_embed_img {
        padding-bottom: 50%;
        order: 1;
    }
}

/*manuales*/
.manuals-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media (max-width: 981px) {
    .manuals-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .manuals-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .manuals-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*puntos de venta*/
#buscador_tipo: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: 10%;
    top: 50%;
    margin-top: -12px;
    pointer-events: none;
}

/*END*/