/* GENERALES */
.fa {
font-family: "Font Awesome 7 PRO" !important;
}

.page-title{
    border-bottom: 0 !important;
    font-family: 'Gambarino';
    font-size: 45px !important;
    line-height: 52px;
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    .page-title{
        font-size: 30px !important;
        line-height: 36px;
    }
}

.titulo-blog{
    font-family: 'Gambarino';
}

/* MENU HEADER */
.search-widget .input-group input {
border-radius: 50px !important;
}

.fa-shopping-bag:before {
    content: "\f07a" !important;
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
}

.fa-user:before {
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
}

.fa-search:before{
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
    font-size: 22px;
}

@media (max-width: 767px) {
#header .fa-search:before, #header .fa-user:before, #header .fa-shopping-bag:before, #header .fa-bars:before {
    font-size: 22px !important;
    color: #373737 !important;
}
}

#header-user-btn{
    margin-top: 15px;
    order: 2 !important;
    padding: 0px 15px !important;
}

#ps-shoppingcart-wrapper{
    margin-top: 15px;
    order: 3 !important;
    padding: 0px 15px !important;
}

.cart-products-count-btn {
    font-family: 'Figtree';
    font-weight: 400;
}

#language_selector {
    font-family: 'Figtree';
    font-weight: 400;
    margin-top: 15px;
    order: 1 !important;
    padding: 0px 15px 0px 40px !important;
}

.header-top .col-header-right #header-user-btn,
.header-top .col-header-right #ps-shoppingcart-wrapper,
.header-top .col-header-right #language_selector {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
}

/* PRODUCTOS DESTACADOS HOME */
.productos-destacados .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
}
.productos-destacados .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
}
.productos-destacados .swiper-button-next, .productos-destacados .swiper-button-prev {
    border: 1px solid #373737;
    border-radius: 8px;
    padding: 15px;
}

.productos-destacados .swiper-button-prev {
    right: 42px;
}

@media (max-width: 767px) {
    .productos-destacados .swiper-button-next {
        right: 10px;
        padding: 15px;
    }
    .productos-destacados .swiper-button-prev {
        right: 31px;
        padding: 15px;
    }
    .productos-destacados .product-description .product-title, .productos-destacados .product-description .product-price{
        font-size: 12px !important;
    }
}

/* .product-miniature{
    margin-right: 20px;
} */

.product-miniature .thumbnail-container{
    background: #00000008;
    isolation: isolate;
}

.product-miniature .thumbnail-container picture,
.product-miniature .thumbnail-container picture img {
    mix-blend-mode: multiply;
}

.product-miniature .product-availability .product-unavailable {
    background-color: #c53803;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 16px;
    margin: 10px;
}

@media (max-width: 767px) {
    .product-miniature .product-availability .product-unavailable{
        font-size: 9px !important;
    }
}

.product-miniature .badge-discount {
    background-color: #B0C503;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px;
}

/* CATEGORIAS HOME */

.imagen-categoria-home .elementor-image-box-wrapper{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 19px;
 
}

.imagen-categoria-home .elementor-image-box-wrapper img{
    height: 328px;
    object-fit: cover;
}

.imagen-categoria-home .elementor-image-box-wrapper img:hover{
    transform: scale(1.2);
    transition: 1s ease;
    overflow: hidden;
}

 .imagen-categoria-home .elementor-image-box-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background: #373737;
    padding: 10px;
}

.imagen-categoria-home .elementor-image-box-content a{
    color: #FFFFFF !important;
}

@media (max-width: 767px) {
    .elementor-inner-column.categoria-1,
    .elementor-inner-column.categoria-2,
    .elementor-inner-column.categoria-3,
    .elementor-inner-column.categoria-4 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .imagen-categoria-home .elementor-image-box-wrapper{
        margin: 5px;
    }
    .imagen-categoria-home .elementor-image-box-content{
        margin: 0;
        width: 100%;
        padding: 5px !important;
    }
    .elementor-inner-column.categoria-4 .imagen-categoria-home .elementor-image-box-content{
        padding: 12px !important;
    }
    .imagen-categoria-home .elementor-image-box-title{
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .imagen-categoria-home .elementor-image-box-wrapper img {
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .imagen-categoria-home .elementor-image-box-wrapper{
        margin-right: 5px;
    }

}

/* SECCION TEXTO HOME */
.seccion-home-texto .fa-star::before {
    content: "\e330";
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
}

/* BLOG HOME Y PAGINA BLOG */
.blog-home .simpleblog__listing__post a img {
    display: block;
    height: 309px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
    order: 1;
}

.blog-home .simpleblog__listing__post__wrapper {
    display: flex;
    flex-direction: column;
}

.blog-home .simpleblog__listing__post__wrapper__footer {
    order: 2;
    border-top: 0 !important;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .simpleblog__listing__post__wrapper__footer{
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .simpleblog__listing__post__wrapper__content{
        padding-bottom: 0 !important;
    }
}

.blog-home .simpleblog__listing__post__wrapper__content {
    order: 3;
}

.blog-home .simpleblog__listing__post__wrapper__footer__block i{
    display: none;
}

.blog-home .simpleblog__listing__post__wrapper__footer__block a{
    color: #B0C503 !important;
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.blog-home .simpleblog__listing__post__wrapper__content__headline{
    border-bottom: 0 !important;
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.blog-home p[itemprop="description"]{
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .blog-home .elementor-widget-container{
        padding: 5px 0px !important;
    }
}

.simpleblog__listing .simpleblog__listing__post a img {
    display: block;
    height: 309px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
    order: 1;
}

.simpleblog__listing .simpleblog__listing__post__wrapper {
    display: flex;
    flex-direction: column;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__footer {
    order: 2;
    border-top: 0 !important;
    padding-bottom: 8px;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__content {
    order: 3;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__footer__block i{
    display: none;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__footer__block a{
    color: #B0C503 !important;
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__content__headline{
    border-bottom: 0 !important;
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.simpleblog__listing p[itemprop="description"]{
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.simpleblog__listing__pagination .page-list li{
    border: 0 !important;
}

.simpleblog__listing__pagination .page-list .disabled{
    background-color: #B0C503;
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #FFFFFF !important;
}

.simpleblog__listing__pagination .col-md-4.pl-0{
    display: none;
}

.pagination{
    justify-content: right;
}

.btn-sec-blog{
    text-decoration: underline;
}

/* BOTONES FOOTER */
.botones-footer {
    width: 100%;
    text-align: right;
}

.boton-footer {
    display: inline-block;
}

.boton-footer:not(:last-child) {
    right: 20px;
}

.fa-shield:before{
    content: "\f2f7" !important;
    font-family: "Font Awesome 7 PRO";
    font-weight: 900;
}

.fa-map-pin:before{
    content: "\f3c5" !important;
    font-family: "Font Awesome 7 PRO";
    font-weight: 900;
}

.links-footer-1 .block-content a:before{
    display: none;
}

.links-footer-1 .block-content a{
    padding: 0 !important;
}

@media (max-width: 767px) {
    .links-footer-1, .links-footer-2{
        text-align: center;
        padding-bottom: 30px;
    }
}

.links-footer-2 .block-content a:before{
    display: none;
}

.links-footer-2 .block-content a{
    padding: 0 !important;
}

.links-footer-3 .fa-dot-circle-o:before{
    display: none;
}

.links-footer-1 .block-links{
    padding: 0 !important;
}

.links-footer-3 .elementor-icon-list-item:last-child{
    padding: 0 !important;
}

.contacto-footer a{
    color: #00000080 !important;
}

/* PRODUCTO */
.product-container .col-product-image{
    padding-right: 50px;
}

@media (max-width: 767px) {
    .product-container .col-product-image{
        padding-right: 0px;
    }
}

.product-container .product-tabs{
    background-color: #F7F7F7;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 58px;
    padding-bottom: 120px;
}

.product-container .product-tabs .nav-item .active{
    text-decoration: underline;
}

@media (max-width: 767px) {
    .product-container .product-tabs #product-infos-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: fit-content !important;
    }

    .product-container .product-tabs #product-infos-tabs .nav-item {
        flex: 1 1 0 !important;
    }
}

.product-container .product-tabs .data-sheet .name, .product-container .product-tabs .data-sheet .value{
    border-bottom: 0 !important;
}

.product-container .product-price, .product-container .current-price span {
    color: #373737 !important;
}

.product-container .product-discount .regular-price {
    color: #B0C503 !important;
}

.product-price{
    color: #B0C503 !important;
}

.product-container .product_header_container h1{
    font-family: 'Playfair Display';
    font-weight: 400 !important;
    font-size: 40px;
    line-height: 45px;
}

.product-container .product_header_container, .product-container .nav-tabs{
    border-bottom: 0;
}

.product-container .product_p_price_container, .product-container .product-additional-info{
    border-top: 0;
}

.product-container .product-prices .tax-shipping-delivery-label{
    color: #AAAAAD;
}

.category-products .section-title{
    border-bottom: 0 !important;
    font-family: 'Gambarino';
    font-size: 45px !important;
    line-height: 52px;
    font-weight: 400 !important;
}

.product-accessories .section-title{
    border-bottom: 0 !important;
    font-family: 'Gambarino';
    font-size: 45px !important;
    line-height: 52px;
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    .category-products .section-title{
        font-size: 30px !important;
        line-height: 36px;
        
    }
    .product-accessories .section-title{
        font-size: 30px !important;
        line-height: 36px;
    }
   
}

.product-container .product-unavailable{
    background-color: #c53803;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-container .badge-discount{
    background-color: #b0c503;
    color: #FFFFFF;
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    padding: 5px 16px;
}

.product-container .product-discount-badge{
    padding: 10px 0px 20px 0px;
}

.product-container .product-variants .product-variants-item .custom-select2 select{
    background-color: #FFFFFF;
    /* margin: 16px 22px 16px 22px; */
    border: solid 1px #373737;
    border-radius: 5px;
}

.product-container .product-variants .product-variants-item .custom-select2 option, .product-container .product-variants .product-variants-item .custom-select2 select{
    color: #373737;
    font-size: 16px;
    line-height: 18px;
    justify-content: center;
}

@media (max-width: 767px) {
    .product-container .product-variants .product-variants-item .custom-select2 select{
        width: fit-content;
    }
    .product-container .product-variants .product-variants-item .custom-select2 select:after{
        padding-left: 10px;
    }
    .custom-select2:after{
        right: -5px !important;
    }
}

.product-container .product-actions .js-mailalert .form-control{
    border: 1px solid #373737;
    margin-bottom: 20px;
    border-radius: 8px;
}

.product-container .product-actions .js-mailalert .btn{
    background-color: #b0c503;
    padding: 16px 64px 16px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-container .product-actions .js-mailalert .btn:hover{
    background-color: #2b6035;
    padding: 16px 64px 16px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-container .product-images-large .easyzoom {
    background: #00000008;
}

.product-container .product-images-large .easyzoom a{
    mix-blend-mode: multiply;
}

.product-information .product-prices .current-price span{
    color: #B0C503 !important;
}

.product-information .product-prices .product-discount span{
    color: #373737 !important;
}

/* PRODUCTO - BOTON CARRITO */
.fa.fa-eye{
    font-weight: 300 !important;
}

.product-container .product-add-to-cart .add-to-cart{
    background-color: #b0c503;
    margin: 8px 64px 8px 32px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

.product-container .product-add-to-cart .add-to-cart:hover{
    background-color: #2b6035;
    margin: 8px 64px 8px 32px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

@media (max-width: 767px) {
    .product-container .product-add-to-cart .product-quantity {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }
    .product-container .product-add-to-cart .product-quantity .col-add-qty {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding-right: 0 !important;
    }
    .product-container .product-add-to-cart .bootstrap-touchspin {
        margin: 0 !important;
    }
    .product-container .product-add-to-cart .product-quantity .col-add-btn {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: none !important;
        padding-right: 30px !important;
    }
    .product-container .product-add-to-cart .add-to-cart,
    .product-container .product-add-to-cart .add-to-cart:hover {
        margin: 0 0 0 12px;
        width: 100%;
    }
}

.product-miniature .thumbnail-container .product-functional-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.product-miniature .thumbnail-container .product-functional-buttons:hover{
    z-index: 99;
}

.product-miniature .thumbnail-container .product-functional-buttons .btn-product-list{
    background-color: #b0c503;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    /* width: 'fit-content'; */
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;

}

.product-miniature .thumbnail-container .product-functional-buttons .btn-product-list:hover{
    background-color: #2b6035 !important;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    /* width: 'fit-content'; */
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;

}

.product-miniature .thumbnail-container .product-functional-buttons .js-quick-view-iqit{
    background-color: #FFFFFF;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .product-miniature .thumbnail-container .product-functional-buttons{
        display: none;
    }
}

/* PRODUCTO - TOUCHSPIN CUSTOM */
.product-container .product-add-to-cart .bootstrap-touchspin{
    background-color: #FFFFFF;
    margin: 8px 24px 8px 0px;
    border: solid 1px #373737;
    border-radius: 50px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center;
    padding: 6px 12px;
    width: fit-content;
    height: 51px;
}

.product-container .product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical{
    display: contents !important;
}

.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-down{
    order: -1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.product-container .product-add-to-cart .bootstrap-touchspin input#quantity_wanted{
    order: 0 !important;
    width: 30px !important;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    height: auto !important;
    flex: 0 0 30px !important;
}

.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-up{
    order: 1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.product-container .product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical i{
    display: none;
}

.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-down::before{
    content: "\2212";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-up::before{
    content: "+";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.product-container .product-add-to-cart .bootstrap-touchspin input#quantity_wanted::-webkit-outer-spin-button,
.product-container .product-add-to-cart .bootstrap-touchspin input#quantity_wanted::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-prefix,
.product-container .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-postfix{
    display: none !important;
}

/* MODAL*/

.modal-dialog .product-add-to-cart .bootstrap-touchspin{
    background-color: #FFFFFF;
    margin: 0px 24px 0px 0px;
    border: solid 1px #373737;
    border-radius: 50px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center;
    padding: 6px 12px;
    width: fit-content;
    height: 51px;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical{
    display: contents !important;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-down{
    order: -1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin input#quantity_wanted{
    order: 0 !important;
    width: 30px !important;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    height: auto !important;
    flex: 0 0 30px !important;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-up{
    order: 1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical i{
    display: none;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-down::before{
    content: "\2212";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-up::before{
    content: "+";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin input#quantity_wanted::-webkit-outer-spin-button,
.modal-dialog .product-add-to-cart .bootstrap-touchspin input#quantity_wanted::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-prefix,
.modal-dialog .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-postfix{
    display: none !important;
}

.modal-dialog .product-quantity{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.modal-dialog .btn-primary{
    background-color: #b0c503;
    margin: 8px 64px 8px 64px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 'fit-content';
}

.modal-dialog .btn-primary:hover{
    background-color: #2b6035;
    margin: 8px 64px 8px 64px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 'fit-content';
}

.modal-dialog  .product-variants .product-variants-item .custom-select2 select{
    background-color: #FFFFFF;
    /* margin: 16px 22px 16px 22px; */
    border: solid 1px #373737;
    border-radius: 5px;
}

.modal-dialog  .product-variants .product-variants-item .custom-select2 option, .modal-dialog  .product-variants .product-variants-item .custom-select2 select{
    color: #373737;
    font-size: 16px;
    line-height: 18px;
    justify-content: center;
}

#quickview-modal .modal-dialog{ 
    width: 80%;
    max-width: 100%;
}

#quickview-modal .product-images-large .easyzoom{
    background: #00000008;
}

#quickview-modal .product-images-large .img-fluid{
    width: 60% !important;
}


#quickview-modal .product-images-large{
    margin: 55px 5px 55px 55px;
}

#quickview-modal .product-images-large .easyzoom a{
    mix-blend-mode: multiply;
}

#quickview-modal .modal-dialog .product_header_container{
    border-bottom: 0;
}

#quickview-modal .js-quickview-np-btn{
    display: none;
}

#quickview-modal .quickview-info .js-product-variants {
    padding-bottom: 30px;
}

.modal-dialog .close{
    content: "\f00d" !important;
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
    padding: 5px 5px 0px 0px;
    font-size: 32px;
}

/* ALERTS */
.alert{
    background-color: #FFFFFF;
    color: #373737;
    border: solid 1px #373737;
    border-radius: 8px;
    margin: 30px 60px;
}

.product-flag.discount{
    background-color: #b0c503;
    color: #FFFFFF;
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    padding: 5px 16px;
}

.products-grid .product-miniature .product-flag.discount{
    margin: 10px;
}

/* LISTADO DE PRODUCTOS */
.breadcrumb li{
    content: "|" !important;
}

.breadcrumb li span{
    opacity: 0.4;
}

.breadcrumb li:last-child span{
    opacity: 1;
}

.breadcrumb li:after{
    content: "|" !important;
    margin: 0px 18px !important;
}

#wrapper .breadcrumb li:last-child::after {
    content: "" !important;
}

@media (max-width: 767px) {
    .breadcrumb{
        font-size: 12px !important;
    }
}

.categoria-row{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.categoria-title-wrapper{
    padding-bottom: 41px;
}

.block-categories{
    padding-bottom: 6px;
}

.nav-tabs-categoria{
    width: 100%;
}

.nav-tabs-categoria .category-sub-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2% 20px;
    text-transform: uppercase;
}

.nav-tabs-categoria .category-sub-menu a{
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}

.nav-tabs-categoria .category-sub-menu a:before{
    display: none;
}

.nav-tabs-categoria .block-title{
    border-bottom: 0 !important;
}

.nav-tabs-categoria .block-title:active{
    color: red !important;
}

.nav-tabs-categoria .block-categories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2% 20px;
}

.nav-tabs-categoria .block-categories .block-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.nav-tabs-categoria .block-categories a{
font-family: 'Figtree';
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #AAAAAD !important;
    text-transform: uppercase;
}

.listado-productos-categoria{
    width: 100%;
}

/* SOBRE NOSOTROS */
.sobre-nosotros img{
    width: 960px;
    height: 451px;
    object-fit: cover;
    border-radius: 8px;
}

/* BLOCKCART */
.blockcart-content .bootstrap-touchspin{
    background-color: #FFFFFF;
    margin: 8px 24px 8px 0px;
    border: solid 1px #373737;
    border-radius: 50px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center;
    padding: 6px 12px;
    width: fit-content;
    height: 51px;
}

.blockcart-content .bootstrap-touchspin .input-group-btn-vertical{
    display: contents !important;
}

.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-down{
    order: -1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.blockcart-content .bootstrap-touchspin input.block-cart-product-quantity{
    order: 0 !important;
    width: 30px !important;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    height: auto !important;
    flex: 0 0 30px !important;
}

.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-up{
    order: 1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.blockcart-content .bootstrap-touchspin .input-group-btn-vertical i{
    display: none;
}

.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-down::before{
    content: "\2212";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-up::before{
    content: "+";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.blockcart-content .bootstrap-touchspin input#quantity_wanted::-webkit-outer-spin-button,
.blockcart-content .bootstrap-touchspin input#quantity_wanted::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-prefix,
.blockcart-content .bootstrap-touchspin .bootstrap-touchspin-postfix{
    display: none !important;
}

.blockcart-content .cart-buttons a:not(.btn-secondary){
    background-color: #b0c503;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blockcart-content .cart-buttons a:not(.btn-secondary):hover{
    background-color: #2b6035;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.blockcart-content .cart-buttons .btn-secondary{
     background-color: #ffffff;
    /*padding: 8px 64px 8px 64px;
    border-radius: 50px !important; */
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: #b0c503;
}

.blockcart-content .cart-buttons .btn-secondary:hover{
    background-color: #ffffff;
    /* padding: 8px 64px 8px 64px;
    border-radius: 50px !important; */
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: #2b6035;
}

/* CARRITO */

.cart-container .product-line-grid .bootstrap-touchspin{
    background-color: #FFFFFF;
    margin: 0px 24px 0px 15px;
    border: solid 1px #373737;
    border-radius: 50px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center;
    padding: 6px 12px;
    width: fit-content;
    height: 51px;
}

.cart-container .product-line-grid .bootstrap-touchspin .input-group-btn-vertical{
    display: contents !important;
}

.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-down{
    order: -1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.cart-container .product-line-grid .bootstrap-touchspin input{
    order: 0 !important;
    width: 30px !important;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    height: auto !important;
    flex: 0 0 30px !important;
}

.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-up{
    order: 1 !important;
    position: static !important;
    border: none !important;
    background: transparent !important;
    color: #373737;
    font-size: 16px;
    padding: 2px 8px;
    /* height: auto !important; */
    width: auto !important;
    line-height: 1;
}

.cart-container .product-line-grid .bootstrap-touchspin .input-group-btn-vertical i{
    display: none;
}

.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-down::before{
    content: "\2212";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-up::before{
    content: "+";
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
}

.cart-container .product-line-grid .bootstrap-touchspin input#quantity_wanted::-webkit-outer-spin-button,
.cart-container .product-line-grid .bootstrap-touchspin input#quantity_wanted::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-prefix,
.cart-container .product-line-grid .bootstrap-touchspin .bootstrap-touchspin-postfix{
    display: none !important;
}

.cart-grid .btn-secondary{
    background-color: #b0c50360;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.cart-grid .btn-secondary:hover{
    background-color: #2b603560;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

/* CATEGORY TOP MENU - HIGHLIGHT ACTIVE CATEGORY */
.category-top-menu a.active {
    color: #373737 !important;
    font-weight: 700;
    text-decoration: underline;
}

.category-top-menu a.active::before {
    display: none;
}

/* INICIO LINK ACTIVE STATE */
.block-title a.active {
    color: #373737 !important;
    font-weight: 700;
    text-decoration: underline;
}

.cart-grid .cart-grid-right .btn-primary{
    background-color: #b0c503;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;

}

.cart-grid .cart-grid-right .btn-primary:hover{
    background-color: #2b6035;
    padding: 8px 64px 8px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;

}

.cart-grid .cart-grid-right .cart-total span{
    color: #b0c503;
}

/* PEDIDOS */
#checkout-personal-information-step #customer-form .form-group input{
    background-color: #FFFFFF;
    margin: 8px 0px;
    border: solid 1px #373737;
    border-radius: 5px;
    padding: 6px 12px;
}

.input-group-append .btn-outline-secondary{
    background-color: #b0c50360;
    /* padding: 8px 64px 8px 64px; */
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 14px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin: 0px 0px 0px 10px;
 }

#checkout-personal-information-step .custom-radio input[type="radio"],
#checkout-personal-information-step .custom-radio {
    border: solid 1px #373737 !important;
}

#checkout-personal-information-step .custom-checkbox input[type="checkbox"] span,
#checkout-personal-information-step .custom-checkbox span {
    border: solid 1px #373737 !important;
}

#checkout-personal-information-step .form-footer .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-personal-information-step .form-footer .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step #delivery-address .form-group input{
    background-color: #FFFFFF;
    margin: 8px 0px;
    border: solid 1px #373737;
    border-radius: 5px;
    padding: 6px 12px;
}

#checkout-addresses-step #delivery-address .form-group .input-group-append .btn-outline-secondary{
    background-color: #b0c50360;
    /* padding: 8px 64px 8px 64px; */
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 14px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin: 0px 0px 0px 10px;
}

 #checkout-addresses-step #delivery-address .form-group .input-group-append .btn-outline-secondary:hover{
    background-color: #2b603560;
    /* padding: 8px 64px 8px 64px; */
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 14px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin: 0px 0px 0px 10px;
}

#checkout-addresses-step #delivery-address .custom-radio input[type="radio"],
#checkout-addresses-step #delivery-address .custom-radio {
    border: solid 1px #373737 !important;
}

#checkout-addresses-step #delivery-address .custom-checkbox input[type="checkbox"] span,
#checkout-addresses-step #delivery-address .custom-checkbox span {
    border: solid 1px #373737 !important;
}

#checkout-addresses-step #delivery-address .form-footer .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step #delivery-address .form-footer .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step #delivery-address .custom-select2 select{
    background-color: #FFFFFF;
    /* margin: 16px 22px 16px 22px; */
    border: solid 1px #373737;
    border-radius: 5px;
}

#checkout-addresses-step #delivery-address .custom-select2 option, #checkout-addresses-step #delivery-address .custom-select2 select{
    color: #373737;
    font-size: 16px;
    line-height: 18px;
    justify-content: center;
}

#checkout-delivery-step .delivery-options-list .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-delivery-step .delivery-options-list .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-addresses-step #delivery-addresses article{ 
    background-color: #FFFFFF;
    /* margin: 16px 22px 16px 22px; */
    border: solid 1px #373737;
    border-radius: 5px;
}

#checkout-addresses-step .custom-radio input[type="radio"],
#checkout-addresses-step .custom-radio {
    border: solid 1px #373737 !important;
}

#checkout-payment-step #payment-confirmation .btn-primary{
    background-color: #b0c503;
    padding: 15px 4px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#checkout-payment-step #payment-confirmation .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 4px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}


#checkout-delivery-step .delivery-options .delivery-option{
    /* margin: 16px 22px 16px 22px; */
    border: solid 1px #373737;
    border-radius: 5px;
}

#checkout-delivery-step .order-options textarea{
    border: solid 1px #373737;
    border-radius: 5px;
}

.category-products .swiper-button-next, .product-accessories .swiper-button-next{
    top: -35px !important;
}

.category-products .swiper-button-prev, .product-accessories .swiper-button-prev{
    top: -35px !important;
}

.carrusel-destacados .swiper-button-next, .carrusel-destacados .swiper-button-prev{
    width: 45px !important;
    height: 45px !important;
}

.carrusel-destacados .swiper-button-prev{
    right: 58px !important;
}

@media (max-width: 767px) {
    .carrusel-destacados .swiper-button-next, .carrusel-destacados .swiper-button-prev{
        width: 0px !important;
        height: 0px !important;
        padding: 15px;
    }

    .carrusel-destacados .swiper-button-prev{
        right: 52px !important;
    }

    .category-products .swiper-button-next, .product-accessories .swiper-button-next, .category-products .swiper-button-prev, .product-accessories .swiper-button-prev{
        top: 0 !important;
    }

}

/* SWIPER CARRUSELES */
.swiper-button-next{
    position: absolute;
    top: -50px;
    right: 0;
    border: 1px solid #373737;
    border-radius: 8px;
    width: 1.8rem;
    height: 1.8rem;
    padding: 15px;
    background: transparent;
    color: #373737;
    width: 45px;
    height: 45px;
}

.swiper-button-next:after{
    content: "\f054";
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
    font-size: 20px;
}

.swiper-button-prev{
    position: absolute;
    top: -50px;
    left: auto;
    right: 58px;
    border: 1px solid #373737;
    border-radius: 8px;
    width: 1.8rem;
    height: 1.8rem;
    padding: 15px;
    background: transparent;
    color: #373737;
    width: 45px;
    height: 45px;
}

.swiper-button-prev:after{
    content: "\f053";
    font-family: "Font Awesome 7 PRO";
    font-weight: 300;
    font-size: 20px;

}

@media (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev{
        width: 0px !important;
        height: 0px !important;
        padding: 15px;
    }

    .swiper-button-prev{
        right: 42px;
    }
    .blog-home .swiper-button-next, .blog-home .swiper-button-prev{
        top: -20px !important;
    }
}

#content-wrapper{
    width: 100%;
}

.product-accessories .swiper{
    padding-top: 200px;
    margin-top: -120px;
} 

.category-products .block-content{
    padding-top: 100px;
    margin-top: -140px;
}

@media (min-width: 768px) and (max-width: 1024px){
    .seccion-home-texto .elementor-element.elementor-element-lw96d6d .elementor-widget-container {
        padding: 0px 150px;
    }
}

#module-ph_simpleblog-single .page-title{
    text-align: center;
    font-size: 70px !important;
    margin-bottom:0 !important
}

@media (max-width: 767px) {
    #module-ph_simpleblog-single .page-title{
        font-size: 40px !important;
    }
}

/* BLOG SINGLE POST */
#module-ph_simpleblog-single .simpleblog__postCategory {
    text-align: center;
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 16px;
    color: #B0C503;
    text-transform: uppercase;
    padding-bottom: 33px;
}

#module-ph_simpleblog-single .simpleblog__postCategory a{
    color: #B0C503;
}

#module-ph_simpleblog-single .simpleblog__postInfo {
    text-align: center;
    padding-bottom: 23px;
}

#module-ph_simpleblog-single .simpleblog__postInfo time {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 14px;
    color: #51534A;
    font-style: italic;
}

#module-ph_simpleblog-single .simpleblog__postInfo ul {
    list-style: none;
    padding: 0;
    justify-content: center;
    display: flex;
}

#module-ph_simpleblog-single .simpleblog__postInfo i {
    display: none;
}

#module-ph_simpleblog-single .simpleblog__postInfo li::after {
    display: none;
}

.elementor-widget-prestashop-widget-RevolutionSlider .tp-bullet-title {
    display: none;
}

.product-description .product-title{
    font-weight: 600;
}

/* slide */

.texto-slide span{
    font-family: 'Gambarino';
    font-weight: 400;
}

.slider-home .swiper-slide .elementor-column{
    height: 670px;
    width: 100%;
}

.slider-home .swiper-slide .elementor-element-populated{
    position: relative;
}

.slider-home .swiper-slide .elementor-element-populated::before{
    content: '';
    position: absolute;
    inset: 0;
    background: #00000040;
    z-index: 1;
    pointer-events: none;
}

.slider-home .swiper-slide .elementor-element-populated .elementor-widget-wrap{
    position: relative;
    z-index: 2;
}

/* reportes */
.titulo-reportes h2{
    font-family: 'Gambarino';
    font-weight: 400;
    font-size: 45px;
}

/* DATOS PERSONALES */
#customer-form p{
    display: none;
}

#customer-form .field-password-policy{
    display: none;
}

@media (max-width: 767px) {
    .blog-home .btn, .seccion-home-texto .btn, .productos-destacados .btn, .slider-home .btn{
        padding: 8px 16px 8px 16px !important;
    }
}

/* product info */
@media (max-width: 767px) {
    .col-product-info .page-title{
        line-height: 35px !important;
    }
}

.contact-form h4{
    display: none
}

.contact-form .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contact-form .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#submit-login, #send-reset-link{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

#submit-login:hover, #send-reset-link:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.register-form .btn-primary{
    background-color: #b0c503;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.register-form .btn-primary:hover{
    background-color: #2b6035;
    padding: 15px 64px 15px 64px;
    border-radius: 50px !important;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form-inline input{
    background-color: #FFFFFF;
    margin: 8px 0px;
    border: solid 1px #373737;
    border-radius: 5px;
    padding: 6px 12px;
}

.form-inline{
    padding: 10px;
}

@media (max-width: 767px) {
    #js-product-list-header{
        padding-bottom: 10px !important;
    }
    .nav-tabs-categoria{
        margin-top: 0 !important;
    }
    .nav-tabs-categoria .block-title{
        display: none !important;
    }
    .nav-tabs-categoria .category-top-menu{
        margin-left: -10px !important;
    }
}

@media (max-width: 1600px ) {
    .quickview-info .product_header_container h1{
            width: 80% !important;
    }
    .footer-container img{
        padding-left: 30px !important;
    }
}