/* footer newsletter */
.footer-wrapper-right .form-newsletter_wrapper {
    transition: all ease-in-out .10s;
    opacity: 0;
    flex-direction: column;
}

.bg-black-active .form-newsletter_wrapper {
    transition: all ease-in-out .10s;
    opacity: 1;
}

.footer-wrapper-right {
    transition: all ease-in-out .3s;
}

.bg-black-active {
    background: black;
    transition: all ease-in-out .3s;
}

.footer-wrapper {
    width: 100%;
}

.footer-wrapper-left {
    width: 50%;
}

.footer-wrapper-left .vc_column-inner {
    padding-bottom: 25px;
}

.footer-wrapper-right {
    width: 50%;
}

.footer-wrapper-right .vc_column-inner {
   padding: 35px 35px 28px;
}

.footer-copy p {
    line-height: initial;
}

.footer-copy-social-wrapper .vc_column-inner {
    padding-bottom: 0;
}

#gform_confirmation_wrapper_3 {
    position: absolute;
    top: 0;
}

#menu-item-552 a:hover {
    cursor: pointer;
}

.menu-item-552 .sub-menu .menu-item {
    margin-bottom: 5px;
    line-height: 1;
}

.menu-item-552 .sub-menu .menu-item a::before {
    display: none;
}

.menu-item-552 .sub-menu .menu-item a {
    font-size: 13px;
}

.menu-item-552 .sub-menu .menu-item a:hover {
    color: yellow;
}

#menu-footer-bloque-1 .sub-menu {
    display: none;
    position: absolute;
    margin-top: 5px;
}

#menu-item-552 a:before {
    content: '+';
    font-size: 20px;
    margin-right: 2px;
}


@media screen and (max-width: 1350px) {
    .footer-wrapper-left {
        width: 50% !important;
    }
    
    .footer-wrapper-right {
        width: 50% !important;
    }

    #menu-footer-bloque-1 {
        gap: 0 !important;
        flex-direction: column;
        margin-bottom: 0 !important;
    }

    #menu-footer-bloque-1 .menu-item {
        margin-bottom: 0;
    }

    #menu-footer-bloque-1 .sub-menu {
        position: relative;
        margin: 0;
        padding: 5px 15px 10px;
    }

}

@media screen and (max-width: 1025px) {

    .footer-wrapper-left {
        width: 100% !important;
    }

    .footer-wrapper-right {
        width: 100% !important;
    }

    .footer-wrapper-right .vc_column-inner {
        padding: 15px 15px 0 !important;
    }

    .gform_footer {
        padding: 0 !important;
    }

    .bg-black-active {
        margin-bottom: 10px;
    }

    .bg-black-active #gform_wrapper_3 {
        margin-top: 10px;
    }

    .form-newsletter_wrapper .gform_fields {
        display: flex !important;
        flex-direction: column;
    }

    .form-newsletter #gform_fields_3 #field_submit {
        justify-content: flex-end;
    }

    #menu-footer-bloque-1 .sub-menu {
        padding: 0;
    }

}

@media screen and (max-width: 768px) {

}

/* page contact */

.contact-page {
    padding: 50px 0;
    column-gap: 50px;
    flex-wrap: nowrap !important;
}

.contact-description p {
    margin-bottom: 5px;
}

.subtitle-contact {
    font-size: 20px;
    font-family: 'Helvetica Neue Bold';
    color: #282828;
}

.title-contact {
    font-size: 55px;
    font-family: 'Helvetica Neue Bold';
    color: #282828;
}

.information-contact {
    font-size: 16px;
}

.ubication-title {
    font-size: 25px;
    font-family: 'Helvetica Neue Bold';
    color: #282828;
    margin-bottom: 0;
}

.ubication-info {
    font-size: 15px;
}

.wd-rs-63ab8df976d27 .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

#gform_wrapper_4 {
    background: #282828;
    padding: 50px;
}

#gform_wrapper_4 .gform_footer {
    padding: 0;
    margin: 0;
}

#gform_wrapper_4 .gform_footer #gform_submit_button_4 {
    margin-bottom: 0;
    margin-top: 15px;
    background: #ecff14;
    padding: 0 20px;
    width: 100%;
    font-family: 'Helvetica Neue Bold';
    font-size: 15px;
}

#gform_fields_4 .gfield input {
    background: white;
    color: #282828;
    padding-bottom: 5px;
}

#gform_fields_4 .gfield input::placeholder {
    color: #282828;
    opacity: 0.6;
}

#gform_fields_4 .gfield textarea {
    background: white;
    color: #282828;
    height: 100px;
}

#gform_fields_4 .gfield textarea::placeholder {
    color: #282828;
    opacity: 0.6;
}

.contact-image-ubication {
    width: fit-content;
}

.image-ubication .vc_single_image-img {
    width: 50px;
    padding: 10px;
}

@media screen and (max-width: 1025px) {

    .contact-page {
        flex-direction: column;
        padding: 50px;
    }

    .contact-info {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .contact-image-ubication .vc_column-inner {
        padding-right: 0;
    }

    .title-contact {
        font-size: 35px;
    }

    .subtitle-contact {
        font-size: 15px;
    }

    .ubication-title {
        font-size: 20px;
    }

    #gform_fields_4 .gfield input {
        font-size: 13px;
    }

    #gform_fields_4 .gfield input::placeholder {
        font-size: 13px;
    }

    #gform_fields_4 .gfield textarea {
        font-size: 13px;
    }

    #gform_fields_4 .gfield textarea::placeholder {
        font-size: 13px;
    }

    #gform_wrapper_4 {
        padding: 30px;
    }

}

@media screen and (max-width: 768px) {

    .contact-page {
        padding: 20px;
    }

    .contact-ubication {
        flex-direction: row;
        display: flex;
    }

    #gform_wrapper_4 {
        padding: 20px;
    }

}

/* product detail */

.title-carousel-product-detail h3 {
    font-size: 55px;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Helvetica Neue Regular';
    color: #282828;
}

.title-carousel-product-detail p {
    font-size: 55px;
    color: #282828;
}

@media screen and (max-width: 1025px) {

    .title-carousel-product-detail h3 {
        font-size: 35px;
    }

    .title-carousel-product-detail p {
        font-size: 35px;
    }

    .pd-s1 {
        flex-direction: column;
    }

    .dd {
        width: 100% !important;
    }

    .custom-product-summary {
        width: 100% !important;
    }

}

/* CAROUSEL COLLECTION */

.item-collection-home .wrapper-content-banner {
    position: initial;
    padding: 0 !important;
    margin-top: 10px;
}

.item-collection-home .banner-title {
    font-size: 33px !important;
    font-family: 'Helvetica Neue Bold';
    color: #282828;
    width: 95%;
}

.item-collection-home .main-wrapp-img .promo-banner-image {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    width: 100%;
}

.item-collection-home .banner-btn-wrapper .btn:hover {
    color: #282828;
    box-shadow: none; 
}

.item-collection-home:hover .banner-btn-wrapper .btn {
    opacity: 1;
    transition: all ease-in-out .15s;
}

.item-collection-home .banner-btn-wrapper .wd-button-wrapper {
    width: fit-content;
}

.item-collection-home .banner-btn-wrapper .btn {
    font-size: 20px;
    padding: 6px 10px 3px;
    color: #282828;
    background: linear-gradient(90deg, rgb(236 255 18) 50%, transparent 50%);
    opacity: 0;
    transition: all ease-in-out .15s;
    line-height: 150%;
    z-index: 1;
    position: relative;
    display: block;
}

.item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(236 255 18);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease-in-out;
    z-index: -1;
}

.item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn:hover::before {
    transform: scaleX(1);
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation="to-left"] .item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn::before {
    transform-origin: right;
}
  
[data-animation="center"] .item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn::before {
    transform-origin: center;
}

.menu[data-animation="bonus"] .item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn::before {
    transform-origin: right;
}

[data-animation="bonus"] .item-collection-home .banner-btn-wrapper .wd-button-wrapper .btn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

@media screen and (max-width: 1025px) {

    .item-collection-home .banner-btn-wrapper .btn {
        opacity: 1 !important;
        font-size: 13px !important;
    }

    .item-collection-home .banner-title {
        font-size: 20px !important;
    }

    .single-product .wd-breadcrumbs {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .pd-s1 .woocommerce-breadcrumb {
        padding: 5px 10px;
    }

    .single-product-page .vc_custom_1671730592929 .wd-single-breadcrumbs .woocommerce-breadcrumb {
        direction: initial;
        padding: 5px 10px;
    }

    .single-product-page .vc_custom_1671730592929 .wd-single-breadcrumbs .woocommerce-breadcrumb::-webkit-scrollbar {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    .item-collection-home .banner-title {
        font-size: 15px !important;
    }

    .item-collection-home .banner-btn-wrapper .btn {
        font-size: 10px !important;
    }

}

/* video home */

.video-container {
    position: relative;
}

.video-container::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.nihm-video {
    width: 100%;
    display: block;
    height: 100%;
}

.nihm-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage .owl-item .info-box-wrapper {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage .owl-item .info-box-wrapper .wd-info-box {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage .owl-item .info-box-wrapper .wd-info-box .box-icon-wrapper {
    height: 100%;
}

.s_7__carr-cat .s_7__c1 .vc_column-inner .wpb_wrapper .info-box-carousel-wrapper .info-box-carousel .owl-stage-outer .owl-stage .owl-item .info-box-wrapper .wd-info-box .box-icon-wrapper .info-box-icon {
    height: 100%;
}

.theme-woodmart .shop-content-area .wpb-content-wrapper .catalog-s1{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


.theme-woodmart .shipping_address .form-row .woocommerce-input-wrapper .input-text,
.theme-woodmart .shipping_address .form-row .woocommerce-input-wrapper .select {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
}

.theme-woodmart .shipping_address .form-row .woocommerce-input-wrapper .input-text:focus,
.theme-woodmart .shipping_address .form-row .woocommerce-input-wrapper .select:focus {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
    outline: none !important;
}

.theme-woodmart .fc-contact-fields__wrapper .form-row .woocommerce-input-wrapper .input-text,
.theme-woodmart .fc-contact-fields__wrapper .form-row .woocommerce-input-wrapper .select {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
}

.theme-woodmart .fc-contact-fields__wrapper .form-row .woocommerce-input-wrapper .input-text:focus,
.theme-woodmart .fc-contact-fields__wrapper .form-row .woocommerce-input-wrapper .select:focus {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
    outline: none !important;
}

.theme-woodmart .woocommerce-billing-only-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text,
.theme-woodmart .woocommerce-billing-only-fields__field-wrapper .form-row .woocommerce-input-wrapper .select {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
}

.theme-woodmart .woocommerce-billing-only-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text:focus,
.theme-woodmart .woocommerce-billing-only-fields__field-wrapper .form-row .woocommerce-input-wrapper .select:focus {
    border-color: transparent !important;
    border-bottom: 1px solid #242424 !important;
    outline: none !important;
}

.fc-checkout-header .fc-checkout__cart-link {
    padding: 10px 5px 8px 5px;
    border: none;
    box-shadow: none;
}

#menu-mobile .nav, #menu-mobile .nav__sub {
    height: calc(100vh - 25px);
    overflow-y: scroll;
}

.vc_mobile .joinchat {
    z-index: 99;
}

.has-flyout--open-fc-checkout-order-review .fc-checkout-header .fc-checkout__cart-link {
    background-color: rgb(243 243 243 / 65%);
}