@font-face {
    font-family: 'Pangram';
    src: url('Pangram-Regular.woff2') format('woff2'),
        url('Pangram-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('Pangram-Bold.woff2') format('woff2'),
        url('Pangram-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pangram';
    src: url('Pangram-ExtraLight.woff2') format('woff2'),
        url('Pangram-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Pangram';
}

main {
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.btn-primary:hover {
    background-color: #b4917b;
}

.header-top {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: fixed;
}

.carousel .carousel-item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 624px;
    height: 144px;
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
}

.carousel .carousel-item .caption {
    max-width: none;
}

#header .header-top a[data-depth="0"] {
    color: #FFF;
    text-transform: none;
}

.about {
    display: flex;
}

.about_container {
    position: relative;
    width: 100%;
    background-color: #B4917B;
}

.about_img {
    object-fit: cover;
}

.about_container img {
    position: absolute;
    top: 44px;
    right: 44px;
}

.about_text {
    width: 75%;
    padding: 164px 0px 32px 72px;
}

.about_text h3 {
    font-weight: bold;
    font-size: 28px;
    color: #8E6C58;
}

.about_text p {
    color: #E0D4D6;
    line-height: 36px;
    font-size: 16px;
}

#header,
#header .header-top {
    background-color: black;
}

#content-wrapper {
    background-color: #FFFFFF;
}

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

body#category #wrapper, body#contact #wrapper{
    padding: 0 50px;
    padding-top: 6rem !important;
    background-color: #FFF;
}

#js-product-list-header, body#category #wrapper .block-categories{
    display: none;
}

#footer {
    padding-top: 0rem !important;
}

.navbar-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#_desktop_logo {
    position: absolute;
    left: 32px;
}

.nav-icon,
.close-icon {
    display: none;
    position: absolute;
    right: 32px;
    top: 6px;
}

.header-top-right {
    display: flex;
    justify-content: center;
}

@media (min-width: 800px) {
    .header-top-right {
        display: flex !important;
    }

    .nav-icon,
    .close-icon {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .navbar-container {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    #_desktop_logo {
        position: relative;
        left: 25px;
    }

    .nav-icon {
        display: block;
    }

    .header-top-right {
        display: none;
        justify-content: start;
        margin-top: 16px;
    }

    .top-menu {
        display: flex;
        flex-direction: column;
    }
}

.carousel .carousel-item figure {
    display: block;
    margin: 0;
}

.carousel {
    margin-bottom: 0rem;
}

.carousel .carousel-inner {
    height: 710px;
    margin-bottom: 0;
}

.slider_img {
    width: 100% !important;
    max-width: 100% !important;
    height: 710px !important;
    object-fit: cover !important;
}


#block-reassurance {
    margin-top: 100px;
}

#block-reassurance li .block-reassurance-item {
    padding: 0;
}

#block-reassurance li {
    width: 25%;
    border-bottom: 0;
}

#block-reassurance img {
    width: auto;
    margin-right: 0;
}

#block-reassurance h2 {
    margin-bottom: 80px;
    text-align: center;
    color: #8E6C58;
    font-size: 28px;
}


.nm_group {
    display: flex;
    gap: 64px;
}
    .nm_group li:nth-child(2){
        transition-delay: 300ms;
    }
    .nm_group li:nth-child(3){
        transition-delay: 600ms;
    }
.nm_group div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 58px;
}

.nm_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 0 20px;
}

.nm_group li img {
    width: fit-content;
    height: auto;
}

.nm_group li span {
    color: #8E6C58;
    width: 65%;
    font-size: 16px;
}

.block-reassurance-item img {
    width: auto;
    margin-right: 0;
}

.comprar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 124px;
    margin-top: 100px;
    background-color: #B4917B;
}

.comprar a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 324px;
    background-color: #FFFFFF;
    border-radius: 36px;
    padding: 16px 0px;
}

.comprar a span {
    color: #8E6C58;
    font-size: 28px;
    font-weight: bold;
}

.comprar_icon {
    position: absolute;
    right: 16px;
}


.instalacion {
    margin-top: 100px;
    display: flex;
}

.instalacion_container {
    position: relative;
    width: 100%;
    background-color: #B4917B;
}

.instalacion_text {
    width: 75%;
    padding: 112px 0px 32px 72px;
}

.instalacion_icon {
    object-fit: cover;
}

.instalacion_text h3 {
    font-weight: bold;
    font-size: 28px;
    color: #8E6C58;
    margin-bottom: 32px;
}

.instalacion_text div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    line-height: 36px;
}

.instalacion_text div p {
    color: #E0D4D6;
}

.proyectos,
.usos-colores {
    text-align: center;
    font-size: 28px;
    color: #8E6C58;
    margin: 40px 0;
}

#custom-text {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 0rem;
    margin-bottom: 0rem;
    background-color: transparent;
}
    #custom-text .data-pais {
        display: flex;
        flex-direction: column;
        gap: 12px;
        text-align: start;
        border-radius: 0;
    }

#custom-text a,
#custom-text p {
    color: #000;
    font-weight: bold;
    margin: 0;
}

.footer_top {
    width: 100%;
    height: 54px;
    background-color: #B4917B;
}

.footer_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    padding: 0px 72px;
    background-color: #CAC1AF;
}

.slides {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.slides li {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 250px;
}

.slides img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 400ms;
}
    .slides li:hover img {
        transform: scale(1.3);
        transition: all 4000ms;
    }

.slides li:nth-child(1){
    width: 40%;
}

.slides li .tmhomeslider-title {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slides li:nth-child(1) .tmhomeslider-title {
    bottom: 16px;
    left: 12px;
    transform: none;
    top: auto;
    font-size: 44px;

}

.slides li:nth-child(5) .tmhomeslider-title {
    bottom: 16px;
    right: 12px;
    transform: none;
    top: auto;
    left: auto;
    font-size: 44px;
}

@media (max-width: 890px) {

    .slides li:nth-child(1){
        width: 100%;
    }

    .slides li {
        width: 50%;
    }

}


/* .tmhomeslider-container {
    position: relative;
}

.slides .tmhomeslider-container:nth-child(1),
.slides .tmhomeslider-container:nth-child(2) {
    width: 35%;
}

.slides .tmhomeslider-container:nth-child(3),
.slides .tmhomeslider-container:nth-child(4),
.slides .tmhomeslider-container:nth-child(5),
.slides .tmhomeslider-container:nth-child(6),
.slides .tmhomeslider-container:nth-child(7),
.slides .tmhomeslider-container:nth-child(8) {
    width: 70%;
}


.slides .tmhomeslider-container:nth-child(1) .tmhomeslider-title {
    position: absolute;
    bottom: 16px;
    left: 12px;
    font-size: 44px;
    font-weight: bold;
    color: #FFFFFF;
}

.slides .tmhomeslider-container:nth-child(2) .tmhomeslider-title {
    position: absolute;
    bottom: 16px;
    right: 12px;
    font-size: 44px;
    font-weight: bold;
    color: #FFFFFF;
}

.slides .tmhomeslider-container:nth-child(3),
.slides .tmhomeslider-container:nth-child(4),
.slides .tmhomeslider-container:nth-child(5),
.slides .tmhomeslider-container:nth-child(6),
.slides .tmhomeslider-container:nth-child(7),
.slides .tmhomeslider-container:nth-child(8) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides .tmhomeslider-container:nth-child(3) .tmhomeslider-title,
.slides .tmhomeslider-container:nth-child(4) .tmhomeslider-title,
.slides .tmhomeslider-container:nth-child(5) .tmhomeslider-title,
.slides .tmhomeslider-container:nth-child(6) .tmhomeslider-title,
.slides .tmhomeslider-container:nth-child(7) .tmhomeslider-title,
.slides .tmhomeslider-container:nth-child(8) .tmhomeslider-title {
    text-align: center;
}


.tmhomeslider-img {
    width: 100%;
    object-fit: cover;
} */

#_desktop_currency_selector, #shops-block-top{
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.25rem 0.5rem;
    border: 0;
}
    #shops-block-top ul{
        width: calc(100% - 1rem);
        margin-top: 25px;
        margin-left: 0.5rem;
        text-align: center;
    }
    #_desktop_currency_selector .dropdown .expand-more{
        color: #FFF;
    }
    .currency-selector .btn-unstyle{
        display: flex;
        align-items: center;
    } 
    #_desktop_currency_selector .dropdown-menu{
        /*display: block;*/
        right: 0;
        left: inherit;
        min-width: 5rem;
    }

.quickview .modal-content{
    padding: 25px;
    background-color: #FFF;
}

#smartwizard.sw.sw-justified>.nav .nav-link{
    padding: 0;
}
#smartwizard.sw>.nav .nav-link>.num{
    float: right;
    padding: 0;
}
    #smartwizard.sw>.nav{
        background-color: #F4F2EE;
        border-radius: 30px;
        overflow: hidden;
    }
    #smartwizard span.num span{
        display: none;
    }
    #smartwizard.sw>.nav small{
        color: #ECECEC;
        text-transform: uppercase;
        font-size: 60%;
    }

    #smartwizard.sw>.nav .nav-link.done, #smartwizard.sw>.nav .nav-link.active{
        background-color: #3A4151;
        border-radius: 0;
        margin: 0;
    }
        #smartwizard.sw>.nav .nav-link.active {
            border-radius: 0 10px 10px 0;
        }

.product-variants-item ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    li.input-container {
        width: 33.33%;
    }
    #group_1 li.input-container {
        width: 25%;
    }
        #group_1 li.input-container .radio-label{
            font-family: 'Pangram';
            font-size: 26px;
            text-align: center;
            padding: 20px;
        }
        li.input-container label {
            width: 100%;
            padding: 20px;
        }

        .input-color+span{
            opacity: 0.5;
            border: 0;
            transition: all 300ms;
        }
            .input-color:hover+span{
                opacity: 0.9;
                transform: scale(1.05);
            }

        .input-color:checked+span{
            opacity: 1;
            transform: scale(1.05);
            border: 0;
        }

        label .color{
            position: relative;
            width: 100%;
            height: 150px;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center;
            border: 0 !important;
        }

        .attribute-name{
            position: absolute;
            width: 100%;
            bottom: -40px;
            left: 0;
            font-size: 1.25rem;
            font-family: 'Pangram';
            font-weight: 600;
            text-align: center;
        }

        .product-variants-item h3, .product-variants-item p{
            font-family: 'Pangram';
            color: #72BA85;
            text-align: center;
        }

        .qty-buttons li {
            position: relative;
            padding: 0 5px;
        }
            .qty-buttons li a {
                border-radius: 20px;
                background-color: #72BA85;
            }
                .qty-buttons li a:hover, .qty-buttons li a:active, .qty-buttons li a:focus, .qty-buttons li a.active{
                    background-color: #3A4151;
                }
        .qty-plus{
            display: none;
            position: absolute;
            width: 50px;
            right: -50px;
            top: 0;
            box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
            border: 1px solid #72ba85;
            outline: 0 !important;
        }

        #smartwizard.sw .toolbar{
            text-align: center;
        }
            #smartwizard.sw .toolbar>.sw-btn{
                padding: 0.6rem 2rem;
                font-family: 'Pangram';
                background-color: #3A4151;
                font-size: 1.25rem;
                text-transform: uppercase;
                border: 1px solid #3A4151;
                letter-spacing: 2px;
                font-weight: 600;
            }
            #smartwizard.sw .toolbar>.sw-btn.disabled{
                display: none;
            }
            #smartwizard.sw>.tab-content>.tab-pane {
                padding: 2rem;
            }
            
    .product-quantity{
        display: none;
        justify-content: center;
    }
        .product-quantity .qty, .product-add-to-cart .control-label{
            display: none;
        }
            #smartwizard.sw .add-to-cart-clone .btn.btn-primary{
                position: relative;
                background-color: #3a4151;
                border-radius: 30px;
                display: flex;
                justify-content: center;
                padding: 0.3rem 1.25rem;
                padding-right: 2.75rem;
                font-size: 1.25em;
                margin-top: 25px;
                transition: all 400ms;
            }
                #smartwizard.sw .add-to-cart-clone .btn.btn-primary img{
                    position: absolute;
                    right: 2%;
                    top: 7.5%;
                    height: 85%;
                }
                #smartwizard.sw .btn.btn-primary:hover{
                    transform: scale(1.05);
                }
        .add-to-cart-clone{
            display: flex;
            justify-content: center;
        }

        body#index .featured-products{
            display: none !important;
        }

@media (max-width: 991px) {
    .carousel {
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .about {
        flex-direction: column;
    }

    .about_img {
        order: 2;
        width: 100%;
        height: 400px;
    }

    .about_text {
        width: 100%;
        padding: 164px 72px 32px 72px;
    }

    .about_text h3 {
        font-size: 24px;
    }

    .about_text p {
        font-size: 16px;
    }

    .nm_group li span {
        width: 80%;
    }

    .instalacion_icon {
        height: 400px;
    }

    .instalacion_text h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .instalacion_text div {
        gap: 12px;
    }

    .comprar {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 124px;
        background-color: #B4917B;
    }

    .comprar a {
        margin: 0px 8px;
    }

    .comprar a span {
        font-size: 24px;
    }

    .comprar_icon {
        display: none;
    }

    .instalacion {
        flex-direction: column;
    }

    .instalacion_text {
        width: auto;
        padding: 32px;
    }

    .instalacion_icon {
        height: 400px;
    }

    .instalacion_text h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .instalacion_text div {
        gap: 12px;
    }


    .footer_icon {
        transform: scale(0.75);
    }

    .slider_logo {
        transform: scale(0.75);
    }
}

@media (max-width: 640px) {
    .about_text {
        width: 100%;
        padding: 164px 12px 32px 12px;
    }

    .nuestro_material {
        padding: 100px 16px;

    }

    #block-reassurance h2 {
        margin-bottom: 64px;
        font-size: 24px;
    }

    .nm_group {
        display: flex;
        flex-direction: column;
        gap: 64px;
        padding: 0 10px;
    }

    .nm_group div {
        gap: 24px;
    }

    .nm_group div p {
        width: 70%;
    }


    .instalacion_text {
        width: auto;
        padding: 32px 16px;
    }

    .footer_content {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 32px 72px;
        gap: 40px
    }

    #custom-text {
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-weight: bold;
        text-align: center;
    }

    .slider_logo {
        transform: scale(0.4);
    }

    #smartwizard.sw>.nav{
        flex-direction: row !important;
    }
    #smartwizard.sw>.tab-content>.tab-pane {
        padding: 0.5rem;
    }
    li.input-container {
        width: 50%;
    }
    label .color{
        height: 100px;
        background-size: 100% auto;
    }
    .qty-buttons li{
        padding: 5px;
    }
}

#sobre-nosotros, #instalacion, #block-reassurance, #productos{
    scroll-margin-top: 100px;
}
img:-moz-broken{
  opacity: 0;
}

/*update CART*/
#checkout #content>.row>div {
    position: relative;
  }
  #checkout #content>.row>div.col-lg-8 {
    padding-top: 100px;
  }
  body#checkout section.checkout-step .payment-options .payment-option {
    padding: 10px 15px;
    margin-bottom: 10px;
    transition: all 300ms;
  }
  body#checkout section.checkout-step .payment-options .payment-option.selected {
    opacity: 1;
    border: 1px solid #000;
    border-bottom: 0;
    background-color: #ECECEC;
    border-radius: 10px 10px 0 0;
  }
  body#checkout .additional-information {
    margin: 0;
    padding: 25px;
    background-color: #ECECEC;
    margin-top: -25px;
    border: 1px solid #000;
    border-top: 0;
    border-radius: 0 0 10px 10px;
  }
  body#checkout section.checkout-step .payment-options label {
    display: inline-block;
    width: 90%;
    text-align: left;
    margin: 0;
  }
  body#checkout section.checkout-step {
    box-shadow: none;
    border: 0;
    padding: 0;
    outline: none;
    background: none;
  }
  body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0;
  }
  body#checkout section.checkout-step#checkout-personal-information-step .content>p {
    padding: 0 30px;
  }
  body#checkout section.checkout-step#checkout-personal-information-step .content>p:first-child {
    padding-top: 30px;
  }
  body#checkout section.checkout-step#checkout-personal-information-step .content>p:last-child {
    padding-bottom: 20px;
  }
  body#checkout section.checkout-step .content {
    border-radius: 10px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border: 1px solid #000;
    border-top-width: 3px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static;
  }
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
    letter-spacing: 0;
    border: 0;
  }
  @media (max-width: 1199px) {
    body#checkout section.checkout-step .step-title {
      font-size: 11px;
    }
  }
  @media (max-width: 767px) {
    body#checkout section.checkout-step .step-title {
      font-size: 10px;
      line-height: 20px;
    }
  }
  body#checkout section.checkout-step .step-title:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    background: #ccc;
    left: 50%;
  }
  .rtl body#checkout section.checkout-step .step-title:before {
    right: 50%;
    left: auto;
  }
  body#checkout section.checkout-step .step-title .step-number {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    font-family: 'Montserrat';
  }
  body#checkout section.checkout-step.js-current-step .step-title {
    color: #000;
  }
  body#checkout section.checkout-step.js-current-step .step-title .step-number {
    background: #000;
  }
  body#checkout section.checkout-step:last-child .step-title:before {
    display: none;
  }
  body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1;
  }
  .rtl body#checkout section.checkout-step:nth-child(1) .step-title {
    right: 0;
    left: auto;
  }
  body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2;
  }
  .rtl body#checkout section.checkout-step:nth-child(2) .step-title {
    right: 25%;
    left: auto;
  }
  body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3;
  }
  .rtl body#checkout section.checkout-step:nth-child(3) .step-title {
    right: 50%;
    left: auto;
  }
  body#checkout section#checkout-payment-step .step-title {
    left: 75%;
    z-index: 4;
  }
  .rtl body#checkout section#checkout-payment-step .step-title {
    right: 75%;
    left: auto;
  }
  .cart-grid .card {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 10px;
  }
  #js-checkout-summary,
  section.js-current-step {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    margin: 0 0 20px;
    padding: 0;
  }
  body#checkout #block-reassurance {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    margin: 0 0 20px;
    padding: 0;
  }
  body#checkout #block-reassurance ul {
    margin: 0;
  }
  body#checkout #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body#checkout #block-reassurance li:last-child {
    border: 0;
  }
  body#checkout #block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  body#checkout #block-reassurance li .block-reassurance-item img {
    opacity: 0.7;
    width: 25px;
    position: static;
    margin: 0 10px 0 0;
    height: auto;
  }
  body#checkout .rtl #block-reassurance li .block-reassurance-item img {
    margin: 0 0 0 10px;
  }
  body#checkout #block-reassurance li .block-reassurance-item span {
    font-size: 12px;
    line-height: 20px;
    color: #888;
  }
  #checkout #checkout-personal-information-step .nav {
    margin: 0 !important;
  }
  #checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both;
  }
  #checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1;
  }
  .rtl #checkout #checkout-personal-information-step .nav .nav-item {
    float: right;
  }
  .rtl #checkout #checkout-personal-information-step .nav .nav-item {
    border-left: 1px solid #e1e1e1;
    border-right: inherit;
  }
  #checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
    display: none;
  }
  #checkout #checkout-personal-information-step .nav .nav-item:last-child {
    border: 0 !important;
  }
  #checkout #checkout-personal-information-step .nav .nav-item .nav-link {
    display: block;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    color: #ccc;
  }
  #checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
    color: #282828;
    border-color: transparent;
  }
  #checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
    color: #282828;
  }
  #checkout #checkout-personal-information-step .tab-content {
    padding: 20px;
  }
  #checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%;
  }
  #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
    padding: 8px 50px 8px 15px;
  }
  .rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
    padding: 8px 15px 8px 50px;
  }
  #checkout #checkout-personal-information-step .tab-content .form-control:focus {
    outline: 0;
    border-color: #282828;
  }
  body#checkout #wrapper .form-control {
    padding: 8px 15px;
    border: 1px solid #000;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #000;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    border-radius: 10px;
  }
  body#checkout #wrapper .form-control.js-visible-password {
    padding: 8px 50px 8px 15px;
  }
  .rtl body#checkout #wrapper .form-control.js-visible-password {
    padding: 8px 15px 8px 50px;
  }
  body#checkout #wrapper .form-control:focus {
    outline: 0;
    border-color: #282828;
  }
  body#checkout #wrapper [data-action="show-password"] {
    background: none;
    color: #888;
    height: 40px;
    border-radius: 0;
    margin: 0 -1px;
  }
  body#checkout #wrapper [data-action="show-password"]:hover {
    color: #282828;
  }
  body#checkout section.checkout-step #customer-form,
  body#checkout section.checkout-step #login-form,
  body#checkout section.checkout-step #invoice-address {
    margin: 0;
  }
  body#checkout section.checkout-step #customer-form .form-control-comment,
  body#checkout section.checkout-step #login-form .form-control-comment,
  body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc;
  }
  .rtl body#checkout section.checkout-step #customer-form .form-control-comment,
  .rtl body#checkout section.checkout-step #login-form .form-control-comment,
  .rtl body#checkout section.checkout-step #invoice-address .form-control-comment {
    text-align: left;
  }
  @media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group>.col-md-6,
    body#checkout section.checkout-step #login-form .form-group>.col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group>.col-md-6 {
      width: 100%;
    }

    body#checkout section.checkout-step #customer-form .form-group label,
    body#checkout section.checkout-step #login-form .form-group label,
    body#checkout section.checkout-step #invoice-address .form-group label{
        width: 100%;
    }
  }
  body#checkout section.checkout-step #customer-form .input-group-btn,
  body#checkout section.checkout-step #login-form .input-group-btn,
  body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4;
  }
  .rtl body#checkout section.checkout-step #customer-form .input-group-btn,
  .rtl body#checkout section.checkout-step #login-form .input-group-btn,
  .rtl body#checkout section.checkout-step #invoice-address .input-group-btn {
    left: 0;
    right: auto;
  }
  body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
  body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
  body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
    font-size: 0;
  }
  body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
  body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\F06E";
    font-size: 17px;
  }
  body#checkout .custom-checkbox input[type="checkbox"],
  body#checkout .custom-checkbox input[type="radio"] {
    width: 16px;
    height: 16px;
    z-index: 3;
  }
  body#checkout .custom-checkbox input[type="checkbox"]+span,
  body#checkout .custom-checkbox input[type="radio"]+span {
    width: 16px;
    height: 16px;
  }
  body#checkout .custom-checkbox input[type="checkbox"]+span .checkbox-checked,
  body#checkout .custom-checkbox input[type="radio"]+span .checkbox-checked {
    font-size: 13px;
    margin-top: -1px;
    margin-left: -1px;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    background: #4CAF50;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
  }
  body#checkout section.checkout-step.-reachable.-complete .step-title:before {
    background: #4caf50;
  }
  body#checkout section.checkout-step #customer-form>section .form-group:last-child,
  body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-3,
  body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-6,
  body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-3,
  body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-6 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body#checkout section.checkout-step #customer-form>section .form-group:last-child .custom-checkbox,
  body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .custom-checkbox {
    /* display: block; */
  }
  body#checkout .custom-checkbox em {
    width: auto;
  }
  .input-group.focus {
    outline: 0;
  }
  body#checkout section.checkout-step .form-footer {
    display: inline-block;
    width: 100%;
    margin: 30px 0 10px;
  }
  body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%;
  }
  body#checkout section.checkout-step .forgot-password {
    margin: 0 !important;
    text-align: center;
  }
  body#checkout .custom-checkbox em {
    color: #ccc;
  }
  body#checkout .custom-radio {
    border: #888 1px solid;
    width: 16px;
    height: 16px;
    vertical-align: top;
  }
  body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px;
  }
  body#checkout .custom-radio input[type="radio"]:checked+span {
    width: 10px;
    height: 10px;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    position: absolute;
    margin: 0 0 0 -15px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 50%;
    top: -30px;
    font-size: 0;
    display: none;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important;
  }
  body#checkout section.checkout-step .address-selector {
    display: block;
  }
  body#checkout section.checkout-step .address-selector hr {
    border: 0;
  }
  body#checkout section.checkout-step .address-item {
    border-radius: 10px;
  }
  body#checkout section.checkout-step .address-item.selected {
    border-radius: 10px;
    border: #282828 1px solid;
  }
  body#checkout section.checkout-step .address-item .radio-block {
    font-family: "Montserrat", sans-serif;
    display: block;
  }
  body#checkout section.checkout-step .address-item .custom-radio {
    border: #888 1px solid;
    width: 16px;
    height: 16px;
    vertical-align: -7px;
  }
  body#checkout section.checkout-step .address-item .address-alias {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 20px;
  }
  body#checkout section.checkout-step .address-item .address {
    line-height: 1.5;
    font-size: 12px;
  }
  body#checkout section.checkout-step .address-footer {
    text-align: right;
  }
  .rtl body#checkout section.checkout-step .address-footer {
    text-align: left;
  }
  body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all .4s;
  }
  body#checkout section.checkout-step .address-footer .text-muted .material-icons {
    display: none;
  }
  body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
    background: #282828;
    color: #fff !important;
  }
  body#checkout section.checkout-step .address-footer .text-muted.delete-address {
    background: #282828;
    color: #fff !important;
  }
  body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
    background: #fff;
    color: #282828 !important;
  }
  @media (min-width: 768px) {
    section.checkout-step .js-address-form .form-fields .form-group>.col-md-6 {
      width: 75%;
    }
  }
  /*section.checkout-step #delivery-address .form-fields .form-group:nth-child(5){
          margin-bottom: 0;
      }*/
  section.checkout-step .js-address-form .form-group {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    height: auto;
  }
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(8),
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  /*section.checkout-step .js-address-form .form-fields .form-group:nth-child(6) .col-md-6, section.checkout-step #delivery-address .form-fields .form-group:nth-child(6) .col-md-6 label,*/
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) .col-md-6,
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) .col-md-3,
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(8) .col-md-6,
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(8) .col-md-3,
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) .col-md-6,
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) .col-md-3 {
    /*width: 100%;
    text-align: left;*/
  }
  section.checkout-step #delivery-address>div>section>div:nth-child(7)>div.col-md-6>div {
    width: 100%;
    height: auto;
  }
  section.checkout-step .js-address-form .form-fields .form-group:nth-child(14) {
    display: none;
  }
  section.checkout-step #delivery-address>div>section>div:nth-child(16) {
    width: 100%;
    height: auto;
  }
  body#checkout section.checkout-step .delivery-option {
    border-radius: 10px;
  }
  .select2-container--default .select2-selection--single {
    border: 2px solid #000;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
  }
  @media (min-width: 768px) {
    section.checkout-step .js-address-form .form-fields .form-group>.col-md-3:last-child {
      width: 100%;
      font-size: 11px;
      text-align: right;
      padding-top: 0;
    }
  }
  body#checkout section.checkout-step .add-address a {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
  }
  body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px;
  }
  .rtl body#checkout section.checkout-step .add-address a .material-icons {
    margin: 0 0 0 5px;
  }
  body#checkout section.checkout-step .add-address a:hover {
    color: #ff1a52;
  }
  body#checkout section.checkout-step .add-address a:hover .material-icons {
    background: #ff1a52;
  }
  #payment-confirmation {
    text-align: center;
  }

  label[for="delivery_message"] {
    font-size: 13px;
  }
  textarea#delivery_message {
    width: 100%;
    height: 100px;
    margin: 5px 0;
    border: 1px solid #ddd;
    padding: 10px;
  }
  textarea#delivery_message:focus {
    border-color: #282828;
    outline: none;
  }
  #conditions-to-approve #cta-terms-and-conditions-1 {
    font-weight: normal;
  }
  .condition-label a {
    text-decoration: underline;
  }
  body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px;
  }
  .rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit;
  }
  body#checkout .condition-label {
    margin-left: 30px;
  }
  .rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit;
  }
  body#checkout #order-summary-content h4.black {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body#checkout #order-summary-content .col-md-12>h4.black {
    font-size: 18px;
  }
  .definition-list dl dd,
  .definition-list dl dt {
    width: 49%;
  }
  @media (max-width: 360px) {
    .definition-list dl dd,
    .definition-list dl dt {
      font-size: 10px;
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  body#checkout #order-summary-content h4.h4 {
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body#checkout #order-summary-content #order-items h3.h3 {
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .card {
    border-radius: 0;
  }
  #content-hook_order_confirmation {
    text-align: center;
  }
  #content-hook_order_confirmation {
    text-align: center;
    color: #999;
  }
  #content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #content-hook_order_confirmation .card-title i {
    vertical-align: -4px;
    margin-right: 15px;
  }
  .rtl #content-hook_order_confirmation .card-title i {
    margin-left: 15px;
    margin-right: inherit;
  }
  #content-hook_order_confirmation .card-block {
    padding: 30px 15px;
  }
  #content-hook_order_confirmation p {
    margin: 0;
  }
  h5.aeuc_scart {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
  }
  @media (min-width: 768px) {
    #order-confirmation #order-items {
      width: 66.66%;
      padding: 30px;
      border: 0;
    }
    #order-confirmation .page-order-confirmation .card-block {
      padding: 0;
    }
    #order-confirmation .page-order-confirmation .card-block>.row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
    }
    #order-confirmation #order-details {
      padding: 30px;
      border-left: 1px solid #dfdfdf;
    }
    .rtl #order-confirmation #order-details {
      border-right: 1px solid #dfdfdf;
      border-left: inherit;
    }
  }
  .card {
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: none;
    /*box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);*/
  }
  #content-hook_payment_return {
    line-height: 1.35;
    margin: 0 0 50px;
  }
  #cart-summary-product-list .media {
    margin-bottom: 15px;
    pointer-events: none;
  }
  #order-items hr {
    border-top-color: #e1e1e1;
  }
  h5.modal-title {
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: #888;
  }
  h5.modal-title a {
    color: #000;
  }
  h5.modal-title a:hover {
    color: #ff1a52;
  }
  .modal-content {
    overflow: hidden;
    border: 20px;
    border-radius: 0;
  }
  .register-form>p {
    text-align: center;
  }
  .register-form .custom-checkbox {
    display: block;
    position: relative;
  }
  .register-form .custom-checkbox input[type="checkbox"],
  .register-form .custom-checkbox>span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .rtl .register-form .custom-checkbox input[type="checkbox"],
  .rtl .register-form .custom-checkbox>span {
    right: 0;
    left: auto;
  }
  .register-form .form-control-valign .radio-inline {
    margin: 10px 15px 0 0;
  }
  .rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px;
  }
  .register-form .input-group-btn {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
  }
  .rtl .register-form .input-group-btn {
    left: 0px;
    right: auto;
  }
  .register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0;
  }
  .register-form .input-group-btn .btn:hover {
    color: #000 !important;
  }
  .register-form .input-group-btn .btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px;
  }
  .register-form input[type="text"]+.input-group-btn .btn:before {
    content: "\f06e";
  }
  .register-form .form-footer {
    text-align: center;
  }
  .register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px;
  }

  body#checkout #_desktop_logo{
    position: relative;
    left: 0;
    text-align: right;
  }

  body#checkout #_desktop_currency_selector{
    padding: 0;
    margin-top: -15px;
    margin-right: -15px;
  }

  body#checkout .blockreassurance_product p.block-title{
    font-size: 12px;
  }

  body#checkout #wrapper{
    margin-top: 5rem;
  }
  /*end update CART*/
  
  #bonslick .link-bonslick{
      height: 325px;
  }
    #bonslick .slick-slide img{
        width: 100%;
        height: 325px;
        object-fit: cover;
    }
  .hiaddtocart{
    box-shadow: none;
    top: 0;
    margin-top: 20px;
  }

  .product-miniature .product-title a{
    font-size: 21px;
    color: #000;
    font-weight: 700;
  }

  .product-miniature .thumbnail-container .product-thumbnail, .product-miniature .product-title a{
    pointer-events: none;
  }

  #_desktop_cart{
    display: none;
  }

  .miniature-gallery .slick-prev{
    left: 50px;
    z-index: 2;
  }
    .miniature-gallery .slick-prev:before {
        content: '<';
        font-family: monospace;
        opacity: 1;
        text-shadow: 1px 1px #000;
    }
  .miniature-gallery .slick-next{
    right: 50px;
  }
    .miniature-gallery .slick-next:before {
        content: '>';
        font-family: monospace;
        opacity: 1;
        text-shadow: 1px 1px #000;
    }

#ficha-tecnica{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 20px;
    padding-top: 50px;
}
    #ficha-tecnica h2 {
        text-align: center;
        color: #8E6C58;
        font-size: 28px;
    }

#ficha-tecnica table{
    width: 75%;
}
    #ficha-tecnica table tr{
        padding: 10px 0;
    }
        #ficha-tecnica table tr{
            background-color: #FFF;
            color: #B4917B;
        }
        #ficha-tecnica table tr:nth-child(odd){
            background-color: #B4917B;
            color: #FFF;
        }

        #ficha-tecnica table tr td{ 
            width: 50%;
            padding: 10px;
        }

.instalacion_text p em{
    line-height: 18px;
    display: inline-block;
    font-size: 80%;
}

@media (max-width: 767px) {
    #block-reassurance li {
        width: 100%;
    }
    .instalacion_text img{
        max-width: 100%;
        height: auto;
    }
}
.carousel-inner>.carousel-item:after{
    content: "";
    background-color: rgba(0,0,0, 0);
    transition: all 1000ms;
}
    .carousel-inner>.carousel-item .slider_logo{
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 500ms;
    }
.carousel-inner>.carousel-item.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
}
    .carousel-inner>.carousel-item.active .slider_logo{
        opacity: 1;
        transform: translate(0);
    }

@media (max-width: 767px) {
    .nav-icon, .close-icon{
        right: 10px;
        width: 30px;
    }
    .close-icon{
        width: 20px;
        right: 15px;
    }
    #_desktop_currency_selector{
        right: 40px;
        top: 0;
        padding: 1.5rem 0.5rem;
    }
    .carousel .carousel-item img{
        max-width: 300px;
    }

}

@media (min-width: 991px) {
    body#cart #content-wrapper{
        padding: 6em 3em;
    }
}

#checkout-guest-form form#customer-form div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    #checkout-guest-form form#customer-form div .form-group {
        width: 100%;
        margin: 0;
    }
        #checkout-guest-form form#customer-form > div > div:nth-child(1),
        #checkout-guest-form form#customer-form > div > div:nth-child(2){
            width: 50%;
        }

#checkout-guest-form .form-informations, #checkout-guest-form form#customer-form .field-password-policy, #checkout-guest-form .form-control-comment{
    display: none;
}

#currency-selector-footer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
    
    #currency-selector-footer.on{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .currency-selector-footer{
        width: 300px;
        padding: 25px;
        background-color: #FFF;
        border-radius: 20px;
    }
        .currency-selector-footer h3{
            text-align: center;
        }
        .currency-selector-footer ul{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            margin: 0;
        }
            .currency-selector-footer ul li{
                padding: 20px;
                margin: 0;
            }
                .currency-selector-footer ul li a{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                    .currency-selector-footer ul li a span{
                        color: #000;
                        margin-top: 10px;
                        font-weight: 500;
                    }
                    .currency-selector-footer ul li a img{
                        width: 75px;
                        height: auto;
                        border-radius: 5px;
                    }

#whatsAppFixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 400ms;
}
#whatsAppFixed:hover {
  transform: scale(1.1);
}
#whatsAppFixed img {
  width: 75px;
}