/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*WRAPPER*/
#index.page-index #wrapper {
    padding-top: 0;
}
#contact #selector_centraldetiendas, .page-cms #selector_centraldetiendas, #manufacturer #selector_centraldetiendas{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
}

@media(max-width:768px) {
    .page-category #wrapper .breadcrumb {
        margin-bottom: 0;
    }
}


/*BOTONES GENERALES*/
.btn-custom-1 {
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.btn {
    border-radius: 8px;
}

/*PAGINAS CMS*/
.page-cms #wrapper {
    padding-top: 0;
}

.page-manufacturer #wrapper {
    padding-top: 0;
}

.page-manufacturer h1.page-title {
    display: none;
}
#manufacturer #left-column{
    display: none;
}
@media (min-width: 992px){
    #manufacturer #content-wrapper.col-lg-10{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px){
    #manufacturer #content-wrapper.col-md-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.cms-id-8 #content-wrapper{
    text-align: center;
    margin-bottom: 20px;
}
/* FONT AWSEOME */
.swiper-button-prev::after,
.swiper-button-next::after,
.fa.fa-sign-out::before,
.fa.fa-map-marker::before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

.swiper-button-next::after {
    content: "\f061";
}

.swiper-button-prev::after {
    content: "\f060";
}

.fa.fa-expand::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 29px;
    content: "\e0a0";
    font-weight: 300;
}

/*BREADCUMS*/
@media(max-width:767px){
    #wrapper .breadcrumb{
        margin: 0;
        padding-top: 0;
    }
}


/*SLIDER*/
.slider-web .hesperiden .tp-bullet {
    background: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    opacity: 0.5;
}

.slider-web .hesperiden .tp-bullet.selected {
    background: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    opacity: 1;
}

.slider-web .hesperiden .tp-bullet:hover {
    background: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
}

.slider-web .tp-bgimg {
    filter: brightness(0.7);
}

.button-slider {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.button-slider i {
    font-size: 40px;
    font-weight: 100;
}


/*TOP-BAR*/
ul.links-topbar {
    display: flex;
    list-style: none;
    padding: 4px 0;
}

.links-topbar li {
    padding: 0 10px;
    font-size: 14px;
}

.links-topbar i {
    font-family: 'FontAwesome';
    font-style: inherit;
    padding-right: 6px;
    font-size: 14px;
}

/*ADDRESS USER*/
.address-footer a {
    background: transparent;
    color: #32353B !important;
    padding: 0;
    font-size: 14px;
}

.address-footer i {
    padding-right: 4px;
    font-size: 14px;
}

/*HEADER*/
.page-index #header .header-nav .container {
    max-width: 1638px;
}

#header .header-nav .container {
    max-width: 1920px;
}

#index #header #desktop-header.stuck-header #desktop-header-container {
    max-width: 1920px;
}

#header #desktop-header #desktop-header-container {
    max-width: 1920px;
}

#desktop-header.stuck-header .header-top {
    padding-top: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
}

#desktop-header .col-idioma,
.page-index #header #desktop-header.stuck-header .col-idioma {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .col-header-menu .cbp-tab-title {
    display: flex;
    align-items: center;
    min-width: 200px;
}

#header .col-header-menu .cbp-tab-title i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    padding-right: 6px;
}

#header .container-iqitmegamenu #iqitmegamenu-horizontal {
    border-radius: 6px;
    width: fit-content;
    margin-left: -37%;
}

#header .stuck-header .container-iqitmegamenu #iqitmegamenu-horizontal {
    margin-right: 100px;
    /*margin-left: -70px;*/
}

#header .col-header-menu .cbp-empty-mlink {
    margin-top: 8px;
    width: 100%;
    min-width: 100%;
}

@media(max-width:1700px) {

    #desktop-header .col-idioma,
    .page-index #header #desktop-header.stuck-header .col-idioma {
        padding-right: 30px;
    }
    #header .container-iqitmegamenu #iqitmegamenu-horizontal {
        margin-left: -30%;
    }
}

@media(max-width:1500px) {

    #header .container-iqitmegamenu #iqitmegamenu-horizontal,
    #header .stuck-header .container-iqitmegamenu #iqitmegamenu-horizontal {
        margin-right: 20px;
        margin-left: -20px;
    }
}

@media(max-width:1440px) {

    #desktop-header .col-idioma,
    .page-index #header #desktop-header.stuck-header .col-idioma {
        padding-right: 0;
    }

    #header .col-header-menu .cbp-tab-title {
        font-size: 13px;
    }
}

@media(max-width:1330px) {

    #desktop-header .col-idioma,
    .page-index #header #desktop-header.stuck-header .col-idioma {
        padding-right: 10px;
    }
}

@media(max-width:1288px) {

    #desktop-header .col-idioma,
    .page-index #header #desktop-header.stuck-header .col-idioma {
        padding-right: 20px;
    }
}

@media(max-width:1200px) {
    #header .col-header-menu .cbp-tab-title {
        min-width: auto;
    }

    #header .container-iqitmegamenu #iqitmegamenu-horizontal,
    #header .stuck-header .container-iqitmegamenu #iqitmegamenu-horizontal {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media(max-width:1151px) {

    #desktop-header .col-idioma,
    .page-index #header #desktop-header.stuck-header .col-idioma {
        padding-right: 0;
    }
}

#header .col-search #search_widget {
    max-width: 530px;
}

#header .col-search #search_widget form input {
    border-radius: 5px;
}

#header .col-search #search_widget form i {
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
}

.page-index #header .col-idioma {
    display: flex;
    align-items: center;
    justify-content: center;
}

#language_selector a {
    text-transform: uppercase;
    font-size: 16px;
}

#language_selector i {
    text-transform: uppercase;
}


.header-button-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#header .header-top #ps-shoppingcart-wrapper #ps-shoppingcart {
    padding: 0px;
}

.header-icon-right,
#header .header-top #header-user-btn,
#header .header-top #ps-shoppingcart-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 4px;
}

.header-icon-right a,
#header .header-top #header-user-btn a.header-btn,
#header .header-top #ps-shoppingcart-wrapper .cart-toogle {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 30px;
}

#blockcart-content .cart-buttons .btn-primary {
    border-radius: 6px;
    font-size: 16px;
}

#blockcart-content .cart-buttons .btn-secondary {
    border-radius: 6px;
    font-size: 16px;
}

#header .header-top #header-user-btn .dropdown-item {
    display: flex;
    column-gap: 4px;
}

#header .header-top #header-user-btn .dropdown-item i {
    font-size: 14px;
}

.header-icon-right i.fa-info {
    font-size: 14px;
    border-radius: 30px;
}

.header-icon-right i,
#header .header-top #header-user-btn i,
#header .header-top #ps-shoppingcart-wrapper #cart-toogle i {
    font-family: 'Font Awesome 6 Pro';
    font-style: inherit;
    font-weight: 300;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1440px) {

    .header-icon-right a,
    #header .header-top #header-user-btn a,
    #header .header-top #ps-shoppingcart-wrapper .blockcart>a {
        height: 35px !important;
        width: 35px !important;
    }

    #header #header-user-btn .dropdown-menu.dropdown-menu-right.show {
        left: -180px;
    }

    #header .header-top #header-user-btn .dropdown-item {
        width: 100% !important;
    }
}

/* HEADER INFO MENU*/
.info-submenu.dropdown-menu,
#header-user-btn .dropdown-menu {
    min-width: 254px;
    padding: 4px;
}

.info-submenu.dropdown-menu img,
#header-user-btn .dropdown-menu img {
    border-radius: 8px;
}

.info-submenu .block-links ul>li a::before {
    content: none;
}

.info-submenu .block-links ul>li a,
.phone-submenu a {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
    padding: 5px 0 5px 15px;
    background: none;
    border-radius: 0;
}

#header .info-submenu .block-links ul>li a {
    color: #32353B;
}

.info-submenu .block-links {
    margin: 5px 0;
}

.info-submenu .block-links ul>li a:hover {
    background: #F3F3F3;
}

.phone-submenu a {
    text-align: center;
}

.info-submenu .block-links-inline ul>li::after {
    display: none;
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 3px 3px 20px #00000017;
    border: none;
}

.dropdown-menu .dropdown-item,
.autocomplete-suggestions .dropdown-item {
    border-bottom: none;
}

.dropdown-item,
.info-submenu .block-links ul>li a {
    font-size: 16px;
}

.col-header-right .dropdown-menu {
    top: 25px !important;
}

/*Header mobile*/
#mobile-header-sticky #btn-mobile-menu {
    margin: 0;
}

#mobile-header-sticky #btn-mobile-menu i {
    color: #FFFFFF;
}

#mobile-header-sticky .col-mobile-btn-account i,
#mobile-header-sticky .col-mobile-btn-cart .fa-shopping-cart {
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    color: #FFFFFF;
    font-weight: 100;
}

#mobile-header-sticky #mobile-btn-search i {
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
}

#mobile-header .row-mobile-header {
    justify-content: space-between;
}


@media(max-width:767px) {
    .top-bar-menu {
        display: none;
    }
}

/*MENU*/
.cbp-hrmenu .cbp-mainlink-iicon,
.cbp-hrmenu .cbp-mainlink-icon {
    width: 20px;
    margin-right: 10px;
}

.cbp-hrmenu .elementor-social-icons-wrapper a,
.cbp-hrmenu .elementor-social-icons-wrapper a:link {
    color: #FFF !important;
}

.cbp-hrmenu .cbp-hrsub-tabs-names li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media(max-height:800px) {
    .cbp-hrmenu .cbp-hrsub-tabs-names li a {
        padding: 7px 16px;
    }
}

.cbp-hrmenu .cbp-hrsub.submenu-tabs {
    left: 0;
    top: 0;
    box-shadow: 2px 2px 13px #000;
    position: fixed;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 3px 20px #0000000F;
}

.submenu-tabs .tabs-links {
    min-width: 460px;
}

@media(min-width: 1921px) {
    .submenu-tabs .tabs-links {
        min-width: 700px;
    }
}

.submenu-tabs-container {
    display: flex;
    height: 100vh;
}

.submenu-tabs .tab-content {
    max-width: 725px;
    box-shadow: 0px 3px 50px #0000000F;
    padding: 80px 0 0 0;
}

.tab-content .clearfix {
    padding-left: 20px;
    padding-right: 20px;
}

.tab-content .clearfix img {
    width: 100%;
}

.cbp-hrmenu .cbp-links li a::before {
    content: none;
}

.cbp-hrmenu .cbp-links li a {
    padding: 0;
}

.submenu-tabs .img-logo-menu {
    padding: 45px 0 20px 70px;
}

.submenu-tabs .cbp-hrsub-tabs-names li {
    padding: 5px 0 5px 60px;
}

.submenu-tabs .block-social-links {
    padding: 30px 0 20px 75px;
}

.submenu-tabs .cbp-hrsub-inner {
    padding: 0;
}

.cbp-hrmenu .submenu-tabs .cbp-links li {
    margin: 5px 0;
    font-weight: 300;
}

.cbp-hrmenu .cbp-hrsub-tabs-names li:first-child {
    border-top: 1px solid #cecece;
}

/*Menu-movil*/
#mobile-sidebar-menu #iqitmegamenu-mobile li {
    background: #FFFFFF;
    /*overflow-x: hidden;*/
    pointer-events: none;
}

#mobile-sidebar-menu #iqitmegamenu-mobile li a,
#mobile-sidebar-menu #iqitmegamenu-mobile li span {
    pointer-events: all;
}

#mobile-sidebar-menu #iqitmegamenu-mobile li:hover>a {
    background: #CCF2F9;
}

#mobile-sidebar-menu #iqitmegamenu-mobile li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Manrope';
    line-height: 17px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

/*FOOTER*/
#footer-container-main.footer-style-2 {
    padding-bottom: 40px;
}

#footer-container-main .block-title {
    font-weight: 400;
}

#footer-container-main .img-footer {
    margin: 0 0 10px 0;
    padding: 0;
}

#footer-container-main .block-content a {
    font-weight: 300;
    padding: 0;
    opacity: 54%;
    font-size: 14px;
    line-height: 28px;
}

#footer-container-main .block-links ul>li a:before {
    display: none;
}

#footer .social-links._footer a {
    padding: 0;
}

#footer .part-contact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #ffffff;
    font-weight: 300;

}

#footer .part-contact span {
    color: #f5f5f5;
    font-weight: 300;
    opacity: 54%;
    font-size: 16px;
    line-height: 18px;
}

#footer .part-contact i {
    margin-top: 3px;
    margin-right: 0.3rem;
}

#footer .block-iqitcontactpage .block-content>.part {
    margin-top: 15px;
}

#footer .block-iqitcontactpage .block-content>.part i {
    padding-right: 4px;
}

#footer .block-iqitcontactpage .block-content i {
    padding-right: 10px;
}

#footer .contact-rich .part .data {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0.4rem;
    opacity: 54%;
    line-height: 19px;
}

#footer .contact-rich .part strong {
    display: none;
}

#footer .contact-rich .part .data a {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0.4rem;
    opacity: 90%;
    line-height: 19px;
}

#footer .contact-rich .part {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0.4rem;
    display: flex;
    flex-direction: row;
}

@media(max-width:767px) {

    #footer .block-toggle.block-iqitlinksmanager .img-footer,
    #footer .block-toggle.block-iqitlinksmanager .block-social-links {
        display: none;
    }

    #footer .logo-e-iconos {
        display: block !important;
        margin: 0 15px;
    }

    #footer .img-footer {
        text-align: center;
    }

    #footer .block-social-links {
        text-align: center;
        display: none;
    }

    #footer .block-links {
        flex: 100%;
        margin-bottom: 20px;
    }

    #footer .logo-e-iconos img {
        max-width: 173px;
    }
}

/*Footer Newsletter*/
.email_subscription.block_newsletter h4 {
    display: none;
}

.email_subscription .psgdpr_consent_message {
    display: flex;
    flex-direction: row;
}

.email_subscription .psgdpr_consent_message span {
    font-size: 14px;
    line-height: 16px;
    opacity: 52%;
    opacity: 1;
}

.email_subscription .psgdpr_consent_message span a {
    text-decoration: underline;
}

#tienda-container {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-bottom: 10px;
}

#tienda-container span {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
}

.email_subscription .campos {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 18px;
}

.email_subscription .campos .email {
    background: #FFFFFF;
    border-radius: 5px;
    width: 60%;
    color: #8F9092;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 19px;
    border: 1px solid #ffffff;
    padding-left: 10px;
}

.email_subscription .campos .submit {
    border-radius: 5px;
    width: 40%;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.email_subscription .campos .submit input {
    color: white;
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

.email_subscription .campos .submit i {
    color: white;
    font-size: 40px;
    font-family: 'Font Awesome 6 Pro';
}

.email_subscription .campos .submit:hover i {
    color: white;
}

.email_subscription .campos .submit i.fa-envelope {
    display: none;
}

@media(max-width:1200px) {
    .email_subscription .campos .email {
        font-size: 14px;
    }

    .email_subscription .campos .submit input {
        font-size: 18px;
    }

    .email_subscription .campos .submit i {
        font-size: 30px;
    }
}

@media(max-width:767px) {

    .email_subscription .campos .email {
        width: 80%;
    }

    .email_subscription .campos .submit {
        background-image: url(../img/envelope-light.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 20%;
        background-size: 30px;
    }

    .email_subscription .campos .submit i {
        display: none;
    }

    .email_subscription .campos .submit input {
        color: transparent;
    }
}

.footer-newsletter .button-footer .elementor-widget-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.footer-newsletter .button-footer .elementor-widget-wrap .elementor-widget {
    margin-left: 20px;
}

.footer-newsletter .button-footer span {
    margin: 0;
}

.footer-newsletter .button-footer i {
    margin: 0;
    font-size: 20px;
    padding: 4px 4px;
}

@media(max-width:767px) {
    .footer-newsletter .button-footer .elementor-widget-wrap {
        justify-content: center;
    }
}

/*Footer Copyrights*/
#footer .footer-copy-custom {
    color: #F5F5F5;
    font-family: 'Manrope';
    font-size: 14px;
    opacity: 54%;
}

#footer .copyright-txt {
    font-size: 14px;
    opacity: 54%;
    color: #F5F5F5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}

#footer img {
    opacity: 100%;
}

#footer .copyright-txt i {
    font-size: 16px;
}

#footer .copyright-txt div {
    column-gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media(max-width:767px) {
    #footer .copyright-txt {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
        border-top: 1px solid;
        padding-top: 20px;
        max-width: 92%;
        margin: auto;
    }

    #footer .footer-copy-custom {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #footer img {
        width: 100%;
    }
}




/*HOME*/

/*Custom Banners first section*/
/*.custom-banners-home .elementor-container{
        padding-left: 17vh;
    }*/
.elementor-column-wrap {
    overflow: initial;
}


.custom-banners-home .element-banner {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 40px;
    min-height: 400px;
    box-shadow: 0px 0px 30px -7px #a1a1a1;
}

.elementor-editor-active .custom-banners-home .element-banner img {
    width: auto;
}

.custom-banners-home .element-banner img {
    width: 100%;
}

.custom-banners-home .element-banner .elementor-image-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 40%;
    width: 100% !important;
    border-bottom-right-radius: 20px !important;
    overflow: hidden;
}

.custom-banners-home .element-banner .elementor-image-box-description {
    z-index: 2;
    position: relative;
}

.custom-banners-home .element-banner .elementor-image-box-description * {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.custom-banners-home .element-banner .elementor-image-box-description p:hover,
.custom-banners-home .element-banner .elementor-image-box-description a:hover {
    text-decoration: underline;
}

.custom-banners-home .element-banner .elementor-image-box-description p:before {
    padding-top: 1px;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    padding-right: 6px;
}

@media (max-width: 1440px) {
    .custom-banners-home .elementor-container {
        padding-left: 0vh;
    }
}

@media (max-width: 600px) {

    .custom-banners-home .element-banner.swiper-slide-active,
    .custom-banners-home .element-banner.swiper-slide-next {
        max-width: 315px;
        padding: 20px;
    }

    .custom-banners-home .element-banner.swiper-slide-active,
    .custom-banners-home .element-banner.swiper-slide-next {
        max-width: 315px;
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom-banners-home .element-banner.swiper-slide-active {
        width: 315px !important;
    }
}

/*Best Sellers HOME*/
.best-sellers .swiper-container-wrapper {
    overflow: initial;
}

.product-miniature .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    min-height: 40px;
}

@media(max-width:767px) {
    .product-miniature .product-title {
        max-height: 35px;
        min-height: 35px;
    }
}

.product-miniature .product-functional-buttons-bottom {
    opacity: 1;
    z-index: 9;
}

.product-miniature .product-functional-buttons-links {
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 9;
}

.product-miniature .product-functional-buttons-links i {
    font-weight: 400;
    font-size: 18px;
}

.product-miniature .product-functional-buttons-links a {
    background-color: #FFFFFF !important;
}

.product-miniature .product-flags .product-flag {
    border-radius: 6px;
}

.product-miniature .colores-custom-combination {
    margin: 6px 0 24px 0;
    min-height: 26px;
}

.product-miniature .product-add-cart {
    margin: 0;
}

.product-miniature .product-price {
    font-size: 18px;
}

.product-miniature .product-price-and-shipping {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
}

.product-miniature .regular-price {
    font-size: 14px;
    color: #8F9092;
}

.product-miniature .btn-product-list {
    max-width: 65%;
    width: 100%;
    text-transform: uppercase;
}

.product-miniature .product-add-cart .btn-touchspin,
.product-miniature .product-add-cart .input-group {
    border: 0;
}

.product-miniature .product-add-cart .input-qty {
    border: 0;
    background: transparent;
}

.product-miniature .product-add-cart .btn-touchspin i {
    background: transparent;
    left: auto;
    top: 0;
}

.product-miniature .product-add-cart .input-group {
    display: flex;
    justify-content: center;
    background: #F3F3F3;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    max-width: 35%;
    z-index: 1;
    width: 100%;
}

.product-miniature .product-add-cart .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    max-width: 90px;
    height: 30px;
    padding: 0;
    z-index: 2;
}

.product-miniature .product-add-cart .bootstrap-touchspin-up {
    background: transparent;
    position: absolute;
    top: 25%;
    right: 6px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-miniature .product-add-cart .bootstrap-touchspin-down {
    background: transparent;
    position: absolute;
    top: 25%;
    left: 6px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-miniature .product-add-cart .bootstrap-touchspin-up i:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
}

.product-miniature .product-add-cart .bootstrap-touchspin-down i:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
}

.best-sellers .swiper-button-prev {
    position: absolute;
    top: -60px;
    max-width: 1600px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    opacity: 1;
}

.best-sellers .swiper-button-prev::after {
    margin-right: 50px;
    pointer-events: all;
    content: '\f060';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.best-sellers .swiper-button-next {
    position: absolute;
    top: -60px;
    max-width: 1600px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    left: 0;
    opacity: 1;
}

.best-sellers .swiper-button-next::after {
    pointer-events: all;
    content: '\f061';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.best-sellers .swiper-container-wrapper .elementor-products-carousel {
    padding: 3px;
}

.envio-stock span {
    color: #32353B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Manrope';
}

.envio-stock i {
    font-size: 16px;
    padding-right: 8px;
    margin-top: 20px;
}

.product-miniature a.color-balls {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding: 12px;
}

@media(max-width:1100px) {
    .product-miniature .product-price-and-shipping {
        flex-direction: column;
    }
}

@media(max-width:967px) {

    .best-sellers .swiper-button-next::after,
    .best-sellers .swiper-button-prev::after {
        font-size: 25px;
    }

    .best-sellers .swiper-button-prev::after {
        margin-right: 40px;
    }

    .best-sellers .swiper-container-wrapper {
        overflow: hidden;
    }

    .best-sellers .swiper-button-prev,
    .best-sellers .swiper-button-next {
        top: -30px;
    }

    .product-miniature .regular-price {
        margin-bottom: 6px;
    }
}

@media(max-width:700px) {
    .best-sellers .swiper-button-prev,
    .best-sellers .swiper-button-next {
        top: -60px;
    }

    .product-description .product-add-cart .btn-touchspin {
        display: none;
    }

    .product-description .product-add-cart .add-to-cart {
        visibility: hidden;
        padding: 0;
        max-height: 34px;
    }

    .product-description .product-add-cart .btn-product-list i {
        width: 100%;
        visibility: visible;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 6px;
    }

    .product-description .product-add-cart .spinner-icon {
        display: none !important;
    }

    .product-description .product-add-cart .input-group {
        height: 32px;
        margin-top: 1px;
    }
}


/*Custom Search*/
#content .custom-search-home {
    background-position-x: 92%;
}

.custom-search-home .section-int-search .elementor-container {
    margin-left: 0;
}

.custom-search-home #search_widget {
    width: 100%;
    display: flex;
    column-gap: 10px;
    margin-right: 0;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

.custom-search-home .search-custom #search_widget>div {
    min-height: 44px;
    padding: 0;
}

.custom-search-home .search-custom select.form-control {
    height: 100%;
    border-radius: 6px;
    border: 0;
    background-image: url(../img/angle-down-light.svg);
    background-size: 12px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Manrope';
    background-position-y: center;
    background-position-x: 94%;
    padding-left: 20px;
    min-height: 62px;
}

.custom-search-home option,
.custom-search-home select {
    color: #173E6F;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    font-family: 'Manrope';
}

.custom-search-home .search-custom .buscador-submit {
    border-radius: 6px;
    color: white;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.custom-search-home .elementor-heading-title strong {
    font-weight: 700;
}

.custom-search-home .buscador-submit i {
    font-size: 30px;
}

@media(max-width:1440px) {
    .custom-search-home .search-custom .buscador-submit {
        font-size: 16px;
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }

    .custom-search-home #search_widget {
        flex-wrap: wrap;
    }

    .custom-search-home .search-custom #search_widget>div {
        flex: 49%;
        max-width: 49%;
    }
}

@media(max-width:1200px) {
    .custom-search-home {
        background-size: 300px !important;
    }
}

@media(max-width:767px) {
    .custom-search-home .search-custom .buscador-submit {
        justify-content: space-between;
    }
}

@media(max-width:992px) {
    .custom-search-home .search-custom #search_widget>div {
        flex: 100%;
        max-width: 100%;
    }

    .custom-search-home {
        background-position: bottom center !important;
    }

    .custom-search-home span {
        line-height: 26px;
    }

    .custom-search-home select.form-control {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .custom-search-home {
        background-position: bottom center;
        background-size: 250px !important;
    }

    .custom-search-home .col {
        margin: auto;
    }

    .custom-search-home .col>div {
        padding: 0;
    }

    .custom-search-home #search_widget>div {
        padding: 0;
    }

    .custom-search-home .search-custom select.form-control {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/*Servicios*/
.custom-service img {
    height: 594px;
    object-fit: cover;
}

.custom-service .swiper-slide-inner {
    position: relative;
    width: fit-content;
}

.custom-service .swiper-slide-inner .swiper-slide-inner-text {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 12px;
    transform: translate(12.5%, -18%);
    font-size: 28px;
    background: #ffffffd1;
    max-width: 80%;
    color: #32353B;
    padding: 30px 20px 70px 20px;
    border-radius: 6px;
    line-height: 32px;
}

.swiper-slide-inner-text-animation {
    transition: 0.5s ease all;
    margin-bottom: -25px;
}

.custom-service .swiper-slide-inner:hover .swiper-slide-inner-text-animation {
    margin-bottom: 0;
    transition: 0.5s ease all;
}

.custom-service .swiper-slide-inner .swiper-slide-inner-readmore {
    transition: 0.5s ease all;
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.custom-service .swiper-slide-inner .swiper-slide-inner-readmore::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 15px;
}

.custom-service .swiper-slide-inner .swiper-slide-inner-readmore:hover span {
    text-decoration: underline;
}

.custom-service .swiper-slide-inner:hover .swiper-slide-inner-readmore {
    transition: 0.5s ease all;
    opacity: 1;
}

.custom-service .elementor-image-carousel {
    overflow: initial;
}

.custom-service .swiper-button-prev {
    position: absolute;
    top: -60px;
    max-width: 1600px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    opacity: 1;
}

.custom-service .swiper-button-prev::after {
    margin-right: 50px;
    pointer-events: all;
    content: '\f060';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.custom-service .swiper-button-next {
    position: absolute;
    top: -60px;
    max-width: 1600px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    left: 0;
    opacity: 1;
}

.custom-service .swiper-button-next::after {
    pointer-events: all;
    content: '\f061';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.custom-service .swiper-slide-inner-text-animation {
    color: #32353B;
    font-size: 28px;
    font-weight: 500;
}

@media(max-width:1920px) {

    /*.custom-service .elementor-container{
        padding-left: 9vw!important;
    }*/
    .custom-service .swiper-slide-visible {
        width: 400px !important;
    }
}

@media (max-width: 1440px) {

    /*.custom-service{
        margin-left: -48.5vw!important;
    }*/
    .custom-service .swiper-slide-visible {
        width: 287px !important;
    }
}

@media (max-width: 1220px) {
    .custom-service .swiper-slide-visible {
        width: 237px !important;
    }
}

@media (max-width: 768px) {

    /*.custom-service {
        margin-left: -49.5vw!important;
    }*/
    .custom-service .swiper-slide-visible.swiper-slide-active {
        width: 290px !important;
    }
}

@media(max-width:767px) {

    .custom-service .swiper-button-next::after,
    .custom-service .swiper-button-prev::after {
        font-size: 25px;
    }

    .custom-service .swiper-button-prev::after {
        margin-right: 40px;
    }

    .custom-service .swiper-container-wrapper .elementor-products-carousel {
        padding: 3px;
    }

    .custom-service .swiper-container-wrapper {
        overflow: hidden;
    }

    .custom-service .swiper-button-prev,
    .custom-service .swiper-button-next {
        top: -33px;
    }
}

/*Section-balls*/
.section-balls .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-img {
    width: fit-content !important;
    padding: 68px;
    border-radius: 100%;
}

.section-balls .elementor-column-wrap {
    overflow: initial;
}

.section-balls .elementor-widget-wrap img {
    height: 56px;
    width: 56px;
}

@media(max-width:1920px) {
    .section-balls .elementor-container {
        padding-left: 14vh;
    }
}

@media (max-width: 1440px) {
    .section-balls .elementor-container {
        padding-left: 0vh;
    }
}

@media (max-width: 600px) {
    .section-balls .elementor-widget-wrap .elementor-image-box-wrapper .elementor-image-box-img {
        padding: 36px;
    }

    .section-balls .elementor-widget-wrap img {
        height: 36px;
        width: 36px;
    }

    .section-balls .elementor-image-box-title {
        max-width: 96%;
        margin: auto;
    }
}

/*Blog*/
.section-blog .elementor-element.elementor-element-nifrrfz .simpleblog-posts {
    margin: 0;
}

.section-blog .elementor-element.elementor-element-nifrrfz .simpleblog-posts-column {
    padding: 0;
}

.section-blog h3 {
    display: none;
}

.section-blog .container-img {
    overflow: hidden;
    margin-bottom: 20px;
}

.section-blog img {
    transition: transform .2s;
    height: 320px;
    object-fit: cover;
    margin-bottom: 0 !important;
}

.section-blog img:hover {
    transform: scale(1.05);
}

.section-blog .simpleblog__listing__post__wrapper__footer {
    display: none;
}

.section-blog .cardblog .card-block {
    display: flex;
    flex-direction: column;
}

.section-blog .cardblog .card-block p {
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
}

.section-blog .cardblog .card-block a span {
    color: #4EBCD0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope';
    text-decoration: none;
    text-transform: uppercase;
}

.section-blog .cardblog .card-block a span:hover {
    text-decoration: underline;
}

.section-blog .cardblog .card-block a i:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    color: #4EBCD0;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 300;
}

@media(max-width:1024px) {
    .section-blog img {
        height: 240px;
    }
}

@media(max-width:767px) {
    .section-blog .cardblog .card-block p {
        max-height: 45px;
        -webkit-line-clamp: 2;
    }

    .section-blog .elementor-widget-prestashop-widget-Blog {
        position: initial;
    }

    .section-blog .swiper-button-prev:after,
    .section-blog .swiper-button-next:after {
        font-size: 25px;
    }

    .section-blog .swiper-button-prev {
        top: 28px;
        right: 40px;
        left: auto;
        opacity: 1;
    }

    .section-blog .swiper-button-next {
        top: 28px;
        right: 0px;
        left: auto;
        opacity: 1;
    }
}

@media(max-width:400px) {
    .section-blog .simpleblog-posts .swiper-slide.swiper-slide-active {
        max-width: 300px;
    }
}

/*Brands*/
.brands-home .swiper-container.elementor-brands-carousel {
    overflow: initial;
}

.brands-home img {
    filter: grayscale(1);
}

/*Parte inferior de la Home(texto con Imagen)*/
.see-more,
.see-less {
    display: none;
}

.see-more i,
.see-less i {
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

@media(max-width:1024px) {
    .see-more {
        display: contents;
    }

    .more-less-none {
        display: none;
    }
}


/*CATEGORIES*/
.product-miniature .colores-custom-combination {
    margin-bottom: 10px;

}

#products .category-description {
    margin-bottom: 140px;
    max-width: 968px;
}

#products .category-description p {
    color: #32353B;
    font-size: 14px;
}

#products .category-description hr {
    border: none;
}

@media(max-width:1024px) {
    #products .category-description {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px){
    .hidden-sm-down {
        display: block !important;
    }
}

.af_subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

.af-checkbox-label:after {
    border-radius: 5px;
}

.af-checkbox-label span {
    font-size: 16px;
}

.af_filter .name{
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
.af-select {
    box-shadow: 0px 3px 20px #0000000F;
    font-size: 14px;
}

.af-checkbox-label::after {
    margin-top: 2px;
}

.af-inline-colors .af-color-box {
    margin: 2px 4px 2px 0;
}

.af-inline-colors li {
    margin: 0;
}

.foldered .af-toggle-child:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    padding-top: 7px;
}

.foldered .open>label .af-toggle-child:after {
    content: '\f077';
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    padding-top: 7px;
}

#js-product-list-header .page-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.products-list .product-miniature .btn-product-list {
    max-width: 100%;
}

.products-list .product-miniature .product-add-cart .input-group {
    max-width: 100%;
}

.products-list .product-miniature .product-add-cart .input-qty {
    max-width: 50px;
}

.products-list .product-miniature .product-functional-buttons-links {
    position: relative;
    text-align: right;
}

.products-list .product-title {
    font-weight: 400;
}

.products-list .cont-color-balls {
    justify-content: left;
    padding-left: 0;
}

/*Barra de precio*/
.af-slider .pointer {
    border: 0;
    width: 14px;
    height: 14px;
}

.af-slider .back-bar {
    height: 3px;
}

.af-slider .selected-bar {
    background: grey;
}

select.af-select.form-control {
    border-radius: 6px;
    border: 0;
    padding: 14px 14px;
    height: auto !important;
    background-image: none;
    background-image: url(/img/cms/chevron-down-light.svg);
    background-size: 14px;
}

.orderbybutton {
    background: transparent;
    border: 0;
    font-size: 18px;
}

.products-selection {
    border: 0;
}

.products-selection .view-switcher {
    font-size: 25px !important;
}

.products-selection .view-switcher a {
    display: contents !important;
}

@media(max-width:768px) {
    .products-selection {
        margin-top: 0;
    }
}

.page-title {
    padding-top: 20px;
    margin-bottom: 0;
}

/*Pagination*/
#js-product-list .pagination {
    margin-top: 100px;
    margin-bottom: 120px;
}

#js-product-list .pagination li {
    border: 0;
}

#js-product-list .pagination a {
    color: #32353B;
    font-weight: bold;
}

#js-product-list .pagination a:hover {
    color: #4EBCD0;
}

#js-product-list .pagination a.disabled {
    color: #4EBCD0;
}

@media(max-width:1024px) {
    #js-product-list .pagination {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/*Buscado móvil*/
.search-custom-movil {
    background: #0A2648;
    padding: 70px 0;
}

.search-custom-movil .column {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.search-custom-movil .col {
    margin: auto;
    margin-top: 20px;
}

.search-custom-movil span {
    color: white;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 55px;
    font-weight: 300;
    font-family: 'Manrope';
    padding: 0 15px;
}

.search-custom-movil #search_widget>div {
    min-height: 44px;
}

.search-custom-movil select.form-control {
    height: 100% !important;
    border-radius: 6px;
    border: 0;
    background-image: url(../img/angle-down-light.svg);
    background-size: 12px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Manrope';
    background-position-y: center;
}

.search-custom-movil .buscador-submit {
    background: #4EBCD0;
    border: 2px solid #4EBCD0;
    color: white;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.8rem 1.5rem;
}

.search-custom-movil .buscador-submit:hover {
    border: 2px solid #4EBCD0;
    color: white;
    color: #4EBCD0 !important;
    background: #FFFFFF;
}

.search-custom-movil .buscador-submit i {
    font-size: 30px;
}

@media(max-width:1024px) {
    .search-custom-movil .buscador-submit {
        font-size: 16px;
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }
}

@media(max-width:768px) {
    .search-custom-movil span {
        line-height: 26px;
    }

    .search-custom-movil select.form-control {
        font-size: 14px;
    }
}

/*Amazing-filter*/
#amazzing_filter .af_filter {
    border: 0;
    margin-bottom: 20px;
}
.close-filter{
    display: none;
}

@media(max-width:768px) {
    #amazzing_filter .viewFilteredProducts {
        font-size: 16px;
    }
    .close-filter{
        display: block;
    }
    #amazzing_filter .close-filter a.compact-toggle{
        position: initial;
        margin: 0;
        background: transparent;
        color: #173E6F;
        text-align: right;
        margin-right: 10px;
        font-size: 20px;
        margin-top: 5px;
    }
    .has-compact-filter #amazzing_filter{
        width: 86%;
    }
}

/*PRODUCT PAGE*/
.page-product #inner-wrapper {
    max-width: 100%;
    padding: 0;
}

.page-product #inner-wrapper .product-info-row {
    max-width: 1638px;
    margin: auto;
    margin-bottom: 3rem;
}

.product-prices .product-reference span {
    padding: 0 10px;
    border-left: 1px solid;
}

.product-prices .product-reference span:first-child {
    padding-left: 0;
    border-left: none;
}

.product_contact {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-variants .form-control-label {
    padding-top: 0;
}

.product_stock {
    margin: 10px 0 0 0;
}

.product_delivery {
    color: #48B920;
    margin-right: 5px;
}
.product_stock_label strong {
    margin-left: 5px;
  }
.product_stock_label {
    opacity: 0.6;
}

/*Ficha producto*/
.add-to-cart {
    text-transform: uppercase;
    border-radius: 5px;
}

.product-info-row .product-manufacturer img {
    max-height: 58px;
}

#iqit-wishlist-product-btn {
    padding: 10px 18px;
    border: 2px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 992px) {
    #col-product-info {
        padding-left: 20px;
    }
}

/*Packs*/
ul#ap5-pack-product-tab-list .nav-item {
    padding: 5px 20px;
}
.ap5-pack-product .ap5-pack-product-icon-plus:before{
    top: 50%;
    color: #173E6F !important;
}


/*Miniaturas de productos*/
.product-miniature-grid .product-functional-buttons a {
    border-radius: 8px;
}

.product-flags .product-flag {
    margin: 10px;
    margin-top: 10px !important;
    border-radius: 15px
}

span.discount_miniature_value {
    border-radius: 7px;
    padding: 2px 10px;
}

.product-price-and-shipping {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.product-price {
    font-weight: 900 !important;
}

.product-description .product-title:hover {
    text-decoration: underline;
}

/* Botones de descarga */
.btn-download {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid transparent;
}

.product-additional-info .btn-download {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 23px;
    margin: 30px 0;
}

.product-additional-info {
    margin: 30px 0;
    padding: 0;
}

/*Arrows*/
#iqitproductsnav i {
    font-size: 40px;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#iqitproductsnav i.fa-arrow-left {
    margin-right: 20px;
}

@media(max-width:1024px) {
    #iqitproductsnav i {
        font-size: 30px;
    }
}

@media(max-width:600px) {
    #iqitproductsnav i {
        font-size: 20px;
        margin-top:0;
        margin-bottom: 0;
    }

    #iqitproductsnav i.fa-arrow-left {
        margin-right: 10px;
    }
}

/*Contenido columna derecha*/
#main-product-wrapper .product-manufacturer {
    margin-left: 40px;
}

#content-wrapper #main-product-wrapper .page-title {
    margin-bottom: 18px;
}

#main-product-wrapper .page-title span {
    font-size: 21px;
    font-family: 'Manrope';
    font-weight: bold;
    line-height: 26px;
}

#main-product-wrapper .product-prices .product-reference {
    color: #32353B;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    font-family: 'Manrope';
    margin-bottom: 30px;
    opacity: 0.6;
}

.product-info-row .product-price {
    color: #32353B;
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: bold;
    line-height: 29px;
}

#main-product-wrapper .product-discount .regular-price {
    color: #8F9092;
    text-decoration: line-through;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 23px;
    padding: 0;
}

#main-product-wrapper .has-discount .discount {
    color: #ffffff;
    background: #4EBCD0;
    padding: 8px;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 300;
    border-radius: 10px;
}

#main-product-wrapper .has-discount>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;
}

#main-product-wrapper .product_header_container {
    border-bottom: 0;
    margin-bottom: 0;
}

#main-product-wrapper .col-add-btn .add-to-cart {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Manrope';
    border-radius: 12px;
    padding: 10px;
}

#main-product-wrapper .col-add-btn .add-to-cart:hover {
    background-color: #4EBCD0;
    color: white;
    border-color: #4EBCD0;
    padding: 10px;
}

#main-product-wrapper .product-description {
    color: #32353B;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#main-product-wrapper .product-additional-info {
    border: 0;
}

#main-product-wrapper .color {
    border-radius: 30px;
}

.product-info-row .add-to-cart {
    color: #FFFFFF;
}

.product-quantity .add-to-cart:disabled {
    opacity: 0.1;
}

.product-info-row .js-iqitwishlist-add {
    border-radius: 6px;
    height: 100%;
    width: fit-content;
}

#main-product-wrapper .js-iqitwishlist-add i {
    font-weight: 400;
    font-size: 18px;
}

#main-product-wrapper .js-iqitwishlist-add i.added {
    font-weight: 900;
    font-size: 18px;
}

#main-product-wrapper .colores-combination-single {
    margin-top: 28px;
    margin-bottom: 38px;
}

#main-product-wrapper .category-products .colores-combination-single {
    margin-top: 0;
    margin-bottom: 0;
}

#main-product-wrapper .category-products .colores-combination-single h4 {
    display: none;
}

#main-product-wrapper .colores-combination-single .cont-color-balls {
    justify-content: flex-start;
}

#main-product-wrapper .category-products .colores-combination-single .cont-color-balls {
    justify-content: center;
}

#main-product-wrapper .colores-combination-single h4 {
    color: #32353B;
    font-size: 16px;
    line-height: 20px;
}

#main-product-wrapper .colores-combination-single .container {
    margin-top: 18px;
    padding-left: 0;
}

#main-product-wrapper .category-products .colores-combination-single .container {
    margin: 0;
}

#main-product-wrapper .colores-combination-single .color-balls {
    padding: 16px 16px;
}

#main-product-wrapper .category-products .colores-combination-single .color-balls {
    padding: 10px;
}

#main-product-wrapper .category-products .colores-combination-single .color-white .color-balls {
    padding: 9px;
    border: 2px solid #e5e5e5;
}

#main-product-wrapper .product-actions .col-add-qty {
    width: 100px;
}

#main-product-wrapper .product-actions .product-quantity .qty {
    width: 100%;
}

#main-product-wrapper .product-actions .product-quantity .btn-touchspin,
.product-actions .product-quantity .input-group {
    border: 0;
}

#main-product-wrapper .product-actions .product-quantity .btn-touchspin i {
    left: auto;
    top: 0;
}

#main-product-wrapper .product-actions .product-quantity .input-group {
    background: #fff;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    max-width: 118px;
    z-index: 1;
}

#main-product-wrapper .js-product-add-to-cart #quantity_wanted {
    width: 45px;
    max-width: 45px;
    z-index: 3;
    margin: auto;
    padding: 0;
}

.product-miniature-default .product-add-cart .input-qty {
    max-width: 25px;
    min-width: 25px;
    z-index: 3;
}

#main-product-wrapper .product-actions .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    height: 30px;
    padding: 0;
    z-index: 2;
}

#main-product-wrapper .product-actions .product-quantity .bootstrap-touchspin-up {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-product-wrapper .product-actions .product-quantity .bootstrap-touchspin-down {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-product-wrapper .product-actions .product-quantity .bootstrap-touchspin-up i:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
}

#main-product-wrapper .product-actions .product-quantity .bootstrap-touchspin-down i:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
}

#main-product-wrapper #product-description-short-1 p {
    color: #32353B;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    margin-top: 18px;
}

.icons-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-product li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}

.icons-product i {
    font-size: 19px;
    margin-right: 10px;
}

.html-custom-product #iqithtmlandbanners-block-1 {
    padding: 0;
    margin-top: 32px;
}

.html-custom-product .block-title {
    display: none;
}

@media(max-width:767px) {
    #main-product-wrapper .product-prices .product-reference {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .product-prices .product-reference span {
        border: 0 !important;
        padding-left: 0;
    }

    #main-product-wrapper .col-add-btn .add-to-cart {
        font-size: 16px;
    }

    #main-product-wrapper .product-manufacturer {
        margin-left: 20px;
        width: 75px;
    }

    .product-manufacturer-next img {
        max-width: 100%;
    }

    .product-info-row .col-add-wishlist {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:500px) {
    #content-wrapper #main-product-wrapper .product_header_container .page-title {
        max-width: 280px;
    }
}

/*Tabs inferior product*/
#main-product-wrapper .product-tabs {
    max-width: 1082px;
    margin: auto;
    padding: 0 15px;
    margin-top: 3rem;
}

#main-product-wrapper .product-tabs section {
    margin-bottom: 100px;
}

#main-product-wrapper .product-tabs section .product-description h1,
#main-product-wrapper .product-tabs section .product-description h2,
#main-product-wrapper .product-tabs section .product-description h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: Bold;
    text-transform: uppercase;
}

#main-product-wrapper .product-tabs section .product-description p,
#main-product-wrapper .product-tabs section .product-description li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #32353B;
}

#main-product-wrapper .product-tabs .section-title {
    border: 0;
    text-align: center;
    margin-bottom: 40px;
}

#main-product-wrapper .product-tabs .section-title span {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

#main-product-wrapper #product-details-wrapper {
    max-width: 804px;
    margin: auto;
}

#main-product-wrapper #product-details-wrapper .data-sheet .name {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
}

#main-product-wrapper #product-details-wrapper .data-sheet .value {
    color: #32353B;
    font-size: 16px;
    font-weight: Bold;
    line-height: 20px;
}

@media(max-width:767px) {
    #main-product-wrapper .product-tabs {
        margin-top: 10px;
    }

    #main-product-wrapper .product-tabs .section-title {
        margin-bottom: 20px;
    }

    #main-product-wrapper .product-tabs section {
        margin-bottom: 40px;
    }

    #main-product-wrapper #product-details-wrapper .data-sheet .name {
        font-size: 14px;
    }

    #main-product-wrapper #product-details-wrapper .data-sheet .value {
        font-size: 14px;
    }

    #main-product-wrapper .product-tabs .section-title span {
        font-size: 24px;
    }
}

/*Products in the same category*/
#content-wrapper .category-products {
    margin-top: 100px;
}

#content-wrapper .category-products .section-title {
    border-bottom: 0;
    margin-bottom: 35px;
}

#content-wrapper .category-products .section-title span {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 0;
}

.category-products .products {
    padding-left: 0;
}

.category-products .swiper-button-prev {
    position: absolute;
    top: 10px;
    max-width: 1530px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    opacity: 1;
}

.category-products .swiper-button-prev::after {
    margin-right: 50px;
    pointer-events: all;
    content: '\f060';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.category-products .swiper-button-next {
    position: absolute;
    top: 10px;
    max-width: 1540px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    left: 0;
    opacity: 1;

}

.category-products .swiper-button-next::after {
    pointer-events: all;
    content: '\f061';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.products-same-category .swiper-container-wrapper {
    overflow: initial;
}

.products-same-category {
    max-width: 1638px;
    margin: auto;
}

.category-products .swiper-pagination {
    display: none;
}

.category-products {
    position: relative;
}

.category-products .swiper-container {
    position: initial;
}

@media (max-width: 1638px) {
    .products-same-category .swiper-container-wrapper {
        overflow: hidden;
    }
}

@media (max-width: 1660px) {
    .products-same-category {
        padding: 0 15px;
    }
}

@media (max-width: 1440px) {
    #content-wrapper .category-products .section-title {
        max-width: 70%;
    }
}

@media (max-width: 1024px) {
    #content-wrapper .category-products .section-title span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .category-products .swiper-button-prev::after {
        font-size: 24px;
        margin-right: 30px;
    }

    .category-products .swiper-button-next::after {
        font-size: 24px;
    }

    #content-wrapper .category-products .section-title span {
        font-size: 20px;
    }

    #content-wrapper .category-products {
        margin-top: 10px;
    }

    .category-products .swiper-container-wrapper .swiper-container {
        padding: 3px;
    }
}

#content-wrapper .product-accessories {
    margin-top: 100px;
}

#content-wrapper .product-accessories .section-title {
    border-bottom: 0;
    margin-bottom: 35px;
}

#content-wrapper .product-accessories .section-title {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 0;
}

.product-accessories .products {
    padding-left: 0;
}

.product-accessories .swiper-button-prev {
    position: absolute;
    top: 10px;
    max-width: 1638px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    opacity: 1;
}

.product-accessories .swiper-button-prev::after {
    margin-right: 50px;
    pointer-events: all;
    content: '\f060';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.product-accessories .swiper-button-next {
    position: absolute;
    top: 10px;
    max-width: 1638px;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    left: 0;
    opacity: 1;

}

.product-accessories .swiper-button-next::after {
    pointer-events: all;
    content: '\f061';
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.related-products-custom .swiper-container-wrapper {
    overflow: initial;
}

.related-products-custom .swiper-container-wrapper .swiper-container {
    padding: 3px;
}

.related-products-custom {
    width: 100%;
    margin: auto;
    max-width: 1638px;
    padding-right: 15px;
    padding-left: 15px;
}

.product-accessories .swiper-pagination {
    display: none;
}

.product-accessories {
    position: relative;
}

.product-accessories .swiper-container {
    position: initial;
}

@media (max-width: 1440px) {
    #content-wrapper .product-accessories .section-title {
        max-width: 80%;
    }
}

@media (max-width: 1024px) {
    #content-wrapper .product-accessories .section-title span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #content-wrapper .product-accessories {
        margin-top: 80px;
    }

    .product-accessories .swiper-button-prev {
        top: 7px;
    }

    .product-accessories .swiper-button-next {
        top: 7px;
    }

    .product-accessories .swiper-button-prev::after {
        font-size: 24px;
        margin-right: 30px;
    }

    .product-accessories .swiper-button-next::after {
        font-size: 24px;
    }

    #content-wrapper .product-accessories .section-title {
        font-size: 25px;
        line-height: 24px;
    }
}

/*Pictos*/

.pictos-int {
    max-width: 1638px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.pictos img {
    max-width: 110px;
    width: 100%;
}

@media(max-width:1024px) {
    .pictos-int {
        display: flex;
        flex-wrap: wrap;
    }

    .pictos-int div {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pictos img {
        max-width: 94px;
    }
}

@media(max-width:768px) {
    .pictos img {
        margin-bottom: 20px;
    }
}

/*POP-UP SEGUIR COMPRANDO*/
#blockcart-modal .cart-content .btn-primary {
    border-radius: 6px;
    font-size: 16px;
}

#blockcart-modal .cart-content .btn-secondary {
    border-radius: 6px;
    font-size: 16px;
}

/*CONTACT PAGE*/
#contact .page-title {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
}

#contact #content .contact-rich strong {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}

#contact #content .contact-rich a {
    color: #32353B;
    font-size: 14px;
    font-family: 'Manrope';
}

#contact #content .contact-rich .part {
    padding-bottom: 6px;
}

#contact #content .contact-rich i {
    font-size: 18px;
}

#contact #content .contact-rich .data {
    color: #32353B;
    font-size: 14px;
    font-family: 'Manrope';
}

#contact #content .part-contact {
    color: #32353B;
    font-size: 14px;
    font-family: 'Manrope';
    display: flex;
    column-gap: 14px;
    padding-left: 10px;
}

#contact #content .part-contact i {
    font-size: 18px;
}

#contact #content .part-contact i:before {
    font-weight: 400;
}

#contact #content .contact-rich i:before {
    font-weight: 400;
}

/*formulario*/
#contact .contact-form h4 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}

#contact .form-control-label {
    color: #32353B;
    font-size: 14px;
    font-family: 'Manrope';
}

#contact .form-control {
    border-radius: 6px;
    color: #32353B;
    font-size: 14px;
    font-family: 'Manrope';
}

#contact .form-footer .btn {
    border-radius: 50px;
    padding: 8px 70px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

/*PEDIDO RÁPIDO*/
.quickhead {
    font-size: 32px;
    font-family: 'Manrope';
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
}

.order-fast>.top_buttons {
    margin: 0;
    margin-bottom: 20px;
}

.order-fast>.top_buttons p {
    font-size: 21px;
    font-family: 'Manrope';
    font-weight: 400;
    text-align: left;
    margin-top: 60px;
    color: #32353B;
}

.int-order .top_buttons {
    margin: 0;
    padding: 0;
}

.order-fast .int-order {
    display: flex;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 20px;
}

.order-fast .int-order .top_buttons a {
    width: 170px;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Manrope';
    font-size: 16px;
}

#fmm_table_wrapper #fmm_table_filter input {
    margin-left: 0;
}

#fmm_table_wrapper #fmm_table_filter i {
    display: none;
}

table.dataTable thead th:last-child {
    padding: 10px;
}

#fmm_table_wrapper table.dataTable thead th:last-child span {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}

#fmm_table tfoot th:last-child {
    padding: 10px;
}

#fmm_table tfoot th:last-child span {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.bot-add {
    border-radius: 6px;
    font-family: 'Manrope';
    font-size: 16px;
    margin-right: 12px;
}

.bot-view-add a,
.bot-view-add button {
    border-radius: 6px;
    font-family: 'Manrope';
    font-size: 16px;
    margin-right: 12px;
}

#fmm_table_wrapper .paginate_button {
    border: 0;
}

.number .minus,
.number .plus {
    height: auto;
}

#module-quickproducttable-fmmquick #wrapper>.top_buttons a {
    border-radius: 6px;
    font-family: 'Manrope';
    font-size: 16px;
    margin-right: 12px;
}
#fmm_table_filter label {
    display: block;
}
#fmm_table_filter input[type="search"] {
    width: 500px;
    max-width: 100%;
}

/*CARRITO*/
.cart-item {
    padding-right: 20px;
    padding-left: 20px;
}

.cart-grid .card .alert {
    margin: 0;
}

.cart-grid .card {
    margin-bottom: 20px;
}

.cart-item-header {
    border-top: none;
}

.cart-grid-body .cart-item .unit-price .value {
    font-weight: 900;
}

.cart-grid-body .cart-item .product-discount .discount {
    border-radius: 7px;
    padding: 2px 10px;
}

.cart-grid-body .cart-item .product-discount .regular-price {
    color: #8F9092;
}
.elementor-displayShoppingCart {
    overflow: hidden;
}

/*MÓDULO DE FIDELIDAD*/
.eam-box-featured a i.fa,
.eam-box-featured i.fa {
    padding: 0;
}

/*Panel del usuario filtros*/
.eam-box-filter .form-inline .row {
    display: flex;
    align-items: flex-end;
}

/*Fidelidad en un producto*/
#ets_affiliatemarketing_product_message,
#ets_affiliatemarketing_cart_message {
    border: 0;
    border-radius: 6px;
    margin-bottom: 18px;
}

#ets_affiliatemarketing_product_message .alert-info,
#ets_affiliatemarketing_cart_message .alert-info {
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Manrope';
    line-height: 17px;
    text-align: left;
}

#ets_affiliatemarketing_product_message .alert-info strong,
#ets_affiliatemarketing_cart_message strong {
    font-weight: 900;
}

#ets_affiliatemarketing_product_message .alert-info .input-group,
#ets_affiliatemarketing_cart_message .input-group {
    display: none;
}

/*Fidelidad carrito*/
.cart-grid .cart-grid-right>.alert-info {
    display: none;
}

/*Pedido*/
.cart-grid-right>.alert-info {
    display: none;
}


/*MAILALERTS*/
.mailalert-container,
.js-mailalert.form-inline form {
    width: 100%;
}

.js-mailalert.form-inline {
    margin: 10px 0 20px 0;
}


.input-group .js-mailalert-response {
    width: 100%;
}

.custom-section-alert {
    display: flex;
    flex-direction: row;
    background-color: #4EBCD0;
    padding: 10px;
    border-radius: 6px;
    justify-content: space-between;
}

.custom-section-alert .cust-mail {
    width: 100%;
    margin-bottom: 12px;
}

.custom-section-alert span {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope';
}

.custom-section-alert .btn-secondary {
    width: 100%;
    border-radius: 6px;
}

.custom-section-alert .btn-secondary:hover {
    border: 2px solid #FFFFFF;
}

.custom-section-alert .col-add-wishlist {
    margin-right: 0;
    padding: 0;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
}

.custom-section-alert .camp-required {
    width: 100%;
    margin-top: 10px;
    color: white;
}

.custom-section-alert .camp-required input {
    margin-right: 4px;
}

/*ACCOUNT USER*/
.my-account-side-links .link-item {
    color: #32353B;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.my-account-side-links .link-item i {
    width: 25px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.input-group.js-parent-focus .input-group-append {
    border: 0;
    height: 40px;
    margin-right: 15px;
}

.input-group.js-parent-focus .input-group-append .btn-outline-secondary {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#login-form input {
    border-radius: 5px;
}


#login-form .input-group:focus-visible {
    outline: none;
}

#login-form .input-group.focus {
    outline: none;
}

#login-form #submit-login {
    border-radius: 6px;
    border: 0;
    color: white;
}



/*PACKS MODULE*/

.ap5-pack-page #wrapper .breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tit-pack {
    font-size: 21px;
    font-family: 'Manrope';
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}

#ap5-product-list {
    border: 0;
    justify-content: center;
}

#ap5-product-list .ap5-pack-product-name a {
    font-weight: 400;
}

.order-pack-custom {
    margin-top: 30px;
}

#ap5-price-container {
    margin-bottom: 16px;
}

#ap5-price-container .product-reference {
    margin-bottom: 16px;
}

.order-pack-custom .product-price {
    color: #32353B;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.order-pack-custom .producttopdf {
    display: none;
}

.order-pack-custom .product-additional-info {
    border: 0;
}

.order-pack-custom .ap5-add-to-cart-container .product-add-to-cart .product-quantity {
    display: flex;
    width: 100%;
}

.order-pack-custom .ap5-add-to-cart-container .product-add-to-cart .btn-primary {
    font-size: 14px;
    width: 100%;
}

.order-pack-custom .product-actions .col-add-qty {
    width: 100px;
    padding: 0;
}

.order-pack-custom .product-actions .product-quantity .qty {
    width: 100%;
    min-height: 52px;
}

.order-pack-custom .product-actions .product-quantity .btn-touchspin,
.product-actions .product-quantity .input-group {
    border: 0;
}

.order-pack-custom .product-actions .product-quantity .btn-touchspin i {
    left: auto;
    top: 0;
}

.order-pack-custom .product-actions .product-quantity .input-group {
    background: #fff;
    border: 0;
    border-radius: 6px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    max-width: 118px;
    z-index: 1;
}

.order-pack-custom .product-actions .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    height: 30px;
    padding: 0;
    z-index: 2;
}

.order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-up {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-down {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 14px;
    padding: 0 0;
    height: 14px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-up i:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-down i:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
}

.order-pack-custom .col-add-btn {
    padding: 0;
}
.order-pack-custom .col-add-btn .add{
    padding: 0 8px;
}

.order-pack-custom .col-add-wishlist {
    padding: 0;
}

.order-pack-custom .js-iqitwishlist-add {
    border-radius: 6px;
    height: 100%;
    width: fit-content;
    max-height: 52px;
}

.order-pack-custom .js-iqitwishlist-add i {
    font-weight: 400;
    font-size: 14px;
}

.order-pack-custom .js-iqitwishlist-add i.added {
    font-weight: 900;
    font-size: 14px;
}
@media(max-width:768px){
    .order-pack-custom {
        margin-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

#ap5-pack-description-block {
    border: 0;
    max-width: 1082px;
    margin: auto;
    margin-top: 100px;
}

#ap5-pack-description-block .card-header {
    background: transparent;
    border: 0;
    text-align: center;
}

#ap5-pack-description-block .card-header .page-product-heading {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

#ap5-pack-description-block .card-block {
    padding-top: 0;
}

#ap5-pack-description-block .rte {
    color: #32353B;
    font-size: 16px;
    margin: 10px 0;
    line-height: 25px;
}

#ap5-product-list .ap5-pack-product-icon-plus {
    border: 0;
}

#ap5-product-list .pm-ap-owl-item.active {
    border: 0;
}

#ap5-product-list .ap5-pack-product-price-table-cell .product-price span {
    color: #32353B;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

#ap5-product-list .product-prices {
    margin-top: 20px;
}

.ap5-buy-block .description-short {
    color: #32353B;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.contenido-custom-pack {
    max-width: 1082px;
    margin: auto;
    margin-top: 60px;
}

.contenido-custom-pack #ap5-pack-content-block {
    border: 0;
    margin-bottom: 20px;
}

.contenido-custom-pack .card-header {
    background: transparent;
    border: 0;
}

.contenido-custom-pack .page-product-heading {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.contenido-custom-pack #ap5-pack-product-tabs-content {
    border: 0;
}

.contenido-custom-pack #ap5-pack-product-tabs-content .rte {
    color: #32353B;
    font-size: 16px;
    font-weight: 400;
}

.contenido-custom-pack .tab-pane {
    border: 0;
}

.contenido-custom-pack .tab-pane .rte {
    color: #32353B;
    font-size: 16px;
    margin: 10px 0;
    line-height: 25px;
}

.contenido-custom-pack .ap5-pack-product-tab-name {
    font-size: 16px;
    line-height: 28px;
}

.contenido-custom-pack .nav-link:not(.active) {
    padding: 0;
}

.contenido-custom-pack .nav-link.active {
    padding: 0;
}

.contenido-custom-pack .product-features {
    margin-top: 80px;
}

.contenido-custom-pack .product-features h3 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.contenido-custom-pack .product-features .data-sheet .name {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
}

.contenido-custom-pack .product-features .data-sheet .value {
    color: #32353B;
    font-size: 16px;
    font-weight: Bold;
    line-height: 20px;
}

@media(max-width:1224px) {
    .order-pack-custom .product-actions .col-add-qty {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-pack-custom .product-actions .input-group-btn-vertical {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        top: 0;
    }

    .order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-up,
    .order-pack-custom .product-actions .product-quantity .bootstrap-touchspin-down {
        top: 37%;
    }
}

@media(max-width:767px) {
    .contenido-custom-pack #ap5-pack-content-block .nav-link{
        padding-right: 10px;
        padding-left: 10px;
    }
    .order-pack-custom .product-actions .col-add-qty {
        width: 100px;
        margin-bottom: 0;
    }

    .order-pack-custom .product-actions .product-quantity .qty {
        width: 100%;
    }

    .order-pack-custom .product-actions .product-quantity .input-group {
        padding-top: 8px;
        padding-bottom: 9px;
    }

    .ap5-add-to-cart-container {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: rgb(255, 255, 255);
        z-index: 9;
        overflow: hidden;
    }

    .order-pack-custom .col-add-wishlist {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .contenido-custom-pack {
        margin-top: 20px;
    }

    #ap5-pack-description-block {
        margin-top: 20px;
    }

    #ap5-pack-description-block .card-header .page-product-heading {
        font-size: 26px;
    }

    .contenido-custom-pack .page-product-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .contenido-custom-pack #ap5-pack-product-tab-list .nav-item {
        padding: 0px;
        margin-top: 10px;
    }

    .contenido-custom-pack .ap5-pack-product-tab-name {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 2px;
    }

    .contenido-custom-pack .product-features h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .contenido-custom-pack .product-features .data-sheet .name {
        font-size: 14px;
    }

    .contenido-custom-pack .product-features .data-sheet .value {
        font-size: 14px;
    }
}



/*MENÚ MÓVIL*/
@media(max-width:600px) {
    #mobile-sidebar-menu {
        max-width: 100%;
        width: 100%;
        z-index: 99999;
    }
}

#mobile-sidebar-menu i.fa-times {
    font-weight: 300;
    font-family: 'Font Awesome 6 Pro';
}


.show-active {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    z-index: 9;
}

#iqitmegamenu-mobile .show-active>.mm-expand {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-start;
    left: 16px;
}

#mobile-sidebar-menu #iqitmegamenu-mobile .show-active>a {
    padding-bottom: 16px;
}

#iqitmegamenu-mobile .mm-expand {
    right: 8px;
    width: 100%;
    left: auto;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 3px;
}

.show-active>a {
    margin-top: 50px;
}

#iqitmegamenu-mobile li {
    position: initial;
}

#iqitmegamenu-mobile li i {
    font-size: 16px;
    font-weight: 400;
}

#iqitmegamenu-mobile li.show>ul {
    padding: 0px;
    padding-left: 12px;
}


/*AMAZING FILTER*/
.has-compact-filter #amazzing_filter .compact-toggle {
    border: none;
}

#amazzing_filter.vertical-layout .closed .af_filter_content {
    display: block;
}

.af-color-box {
    background-size: 100%;
}

.active .af-color-box {
    width: 20px;
    min-width: 15px;
    height: 20px;
    margin: 2px 5px;
}

/*CARRITOS FAVORITOS*/
#lgbudget-link i {
    font-weight: 400;
}

.card.lgbudget-card {
    margin: 30px 0;
}

.card.lgbudget-card h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.card.lgbudget-card *:focus {
    outline: none;
    box-shadow: none;
}

.card.lgbudget-card #lgbudget_text {
    width: 80%;
    height: 44px;
}

#lgbudget_account .budget .header .toogle-budget:after {
    content: none;
}

#lgbudget_account .budget .header .toogle-budget.active {
    border: 0;
}

#lgbudget_account .budget .header .toogle-budget.active:before {
    content: "\f077";
}

#lgbudget_account .budget .header .toogle-budget.active:after {
    content: none;
}

#lgbudget_account .budget .header .btn:hover {
    background-color: #4EBCD0;
    color: white;
}

#lgbudget_account .budget .header .send-budget-mail {
    margin-right: 10px;
}

#lgbudget_message .overlay .dialog .header i.close {
    background: transparent;
}

.card.lgbudget-card .input-group-addon:hover {
    color: white;
}

@media(max-width:1240px) {
    .card.lgbudget-card #lgbudget_text {
        width: 70%;
    }

    .card.lgbudget-card .input-group-addon {
        width: 30%;
    }
}

@media(max-width:570px) {
    .card.lgbudget-card #lgbudget_text {
        width: 55%;
    }

    .card.lgbudget-card .input-group-addon {
        width: 45%;
        font-size: 16px;
    }
}


/*MENU CUSTOM*/
.html_banners {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.html_banners p {
    width: 90%;
    margin-bottom: 20px;
}

.html_banners img {
    width: 100%;
    object-fit: cover;
}

#mobile-sidebar-menu #mobile-sidebar-cross {
    right: auto;
    left: 0;
    top: 0;
}

#mobile-sidebar-megamenu #iqitmegamenu-mobile {
    margin-top: 14px;
}

#mobile-sidebar-user {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
}

#mobile-sidebar-user i {
    font-size: 18px;
    padding-right: 7px;
}

#mobile-sidebar-user a,
#mobile-sidebar-user .block-links a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding-left: 0;
}

#mobile-sidebar-user .block-links a::before {
    content: none;
}

#mobile-sidebar-user .block-links i {
    font-size: 16px;
}

/*social-links*/
#mobile-sidebar-menu .block-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 40px;
}

#mobile-sidebar-menu .block-social-links .social-links {
    display: flex;
    column-gap: 22px;
}

#mobile-sidebar-menu .block-social-links li {
    padding: 17px;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 2px #95959530;
}

#mobile-sidebar-menu .block-social-links i {
    font-size: 20px;
}

/*GFORM*/

.fancybox-skin .fancybox-nav {
    display: none;
}

/*Datos usuario*/
.change-datos {
    padding: 0.6rem;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
}

.change-datos a,
.change-datos a:hover,
.change-datos a:active,
.change-datos a:focus {
    background: transparent !important;
    color: #32353B !important;
    border: 0 !important;
    padding: 0;
    font-size: 14px;
}

.change-datos a:before {
    content: '\f1c0';
    font-family: 'Font Awesome 6 Pro';
    padding: 0 12px 0 0px;
}

#gformbuilderpro_form_1 .formajaxresult .alert-success {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: center;
}

/*Direcciones*/
.edit-address-by-form .gformbuilderpro_openform,
.edit-address-by-form .gformbuilderpro_openform:hover,
.edit-address-by-form .gformbuilderpro_openform:active,
.edit-address-by-form .gformbuilderpro_openform:focus {
    background: transparent !important;
    color: #32353B !important;
    border: 0 !important;
    padding: 0;
    font-size: 14px;
}

.edit-address-by-form .gformbuilderpro_openform:before {
    content: '\f044';
    font-family: 'Font Awesome 6 Pro';
    padding: 0 4px 0 2px;
}

/*BLOQUEAR LA EDICIÓN DE INFO DEL CLIENTE*/
.my-account-page-content #customer-form .form-control {
    border-radius: 6px;
    background: #F3F3F3;
}

/* CHECKOUT */
/*body#checkout section.checkout-step.-reachable .content form button {
    display: none;
}
body#checkout section.checkout-step.-current .content form button {
    display: block;
  }
body#checkout section.checkout-step.-reachable .content {
    display: block !important;
}*/
.card {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
}

.cart-summary-products>div {
    font-size: 20px;
}

#cart-summary-product-list {
    font-size: 14px;
}

.cart-summary-products-collapse {
    font-size: 14px;
    text-decoration: underline;
    margin-left: 10px;
}

#js-checkout-summary {
    padding: 20px 0;
}

.cart-grid-right .card-body,
.cart-grid-right .card-block,
.cart-grid-right .block-promo .cart-voucher {
    margin: 0 40px;
    border-bottom: 1px solid #D9D9D9;
}
.card-block.free_shipping {
    border: 0px;
    color: #4EBCD0;
}
.card-body.cart-detailed-subtotals.js-cart-detailed-subtotals, .card-block.cart-summary-subtotals-container.js-cart-summary-subtotals-container{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.cart-grid-right .card-body {
    padding: 20px 0 35px;
}

.cart-grid-right .block-promo .cart-voucher {
    padding: 10px 0;
}

.cart-grid-right .cart-voucher-area {
    padding: 0;
}

.cart-grid-right .card-block {
    padding: 20px 0;
}

.cart-grid-right .card-body.cart-summary-totals,
.cart-grid-right .block-promo .cart-voucher,
#credit_cart_summary .card-body {
    border: none;
}
.card-body.cart-summary-totals.js-cart-summary-totals {
    border-top: 1px solid #D9D9D9;
}

.cart-grid-right .block-promo .cart-voucher-area {
    background: none;
}

.promo-code .input-group .form-control {
    background: #F3F3F3;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    margin-right: 5px;
}

.promo-code .form-control::placeholder {
    color: #909090;
    opacity: 1;
}

#js-checkout-summary .cart-summary-line, .cart-summary .cart-summary-line {
    margin: 5px 0;
}

#credit_cart_summary h2 {
    text-transform: uppercase;
    margin-bottom: 13px;
}

#credit_cart_summary h2 i {
    margin-right: 10px;
}

#credit_cart_summary li {
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
}

#credit_cart_summary .card-body {
    padding: 30px 0 25px;
}

#credit_cart_summary li:last-child {
    border-top: 1px solid #D9D9D9;
    padding-top: 9px;
}
@media(max-width:768px){
    .cart-grid-right .card-body, .cart-grid-right .card-block, .cart-grid-right .block-promo .cart-voucher{
        margin: 0 20px;
    }
}

/* MÉTODOS DE PAGO */
.payment-options {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.payment-options .payment-method,
.fake-payment-method {
    flex: 0 24%;
    margin: 10px 1% 0 0;
}

#checkout-payment-step .payment-method label::before {
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    left: 17px;
    font-size: 35px;
}

#checkout-payment-step .paypal label::before,
#checkout-payment-step .paypal_bnpl label::before {
    content: '\f1f4';
}

#checkout-payment-step .paypal label img,
#checkout-payment-step .paypal_bnpl label img {
    display: none;
}

#checkout-payment-step .redsys label::before {
    content: '\f1f0';
}

#checkout-payment-step .stripe_official label::before {
    content: '\f09d';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.stripe_official .img-fluid {
    display: none;
}

#checkout-payment-step .ps_condicionesnegociadas label::before {
    content: '\f38a';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#checkout-payment-step .ps_wirepayment label::before {
    content: '\f53d';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#checkout-payment-step .payment-method .custom-radio,
#checkout-delivery-step .delivery-option .custom-radio {
    display: none;
}

.payment-method {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    align-items: center;
    display: flex;
}

.payment-options .alert {
    width: 100%;
}

body#checkout .additional-information {
    margin: 0;
    display: block;
    color: #4EBCD0;
}

body#checkout section.checkout-step .payment-options .payment-option {
    flex: 1;
    margin: 0;
}

body#checkout section.checkout-step .payment-options .payment-option label,
.fake-payment-method label {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    padding: 17px 17px 17px 70px;
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
}

/* next element to .stripe_official */
.stripe_official+.js-payment-option-form {
    flex: 100%;
    order: 20;
}

#stripe-sepa-element.stripe-payment-form {
    margin: 20px 0;
}

.delivery-option.selected,
.payment-method.selected {
    border: 2px solid;
}

body#checkout section.checkout-step .payment-options .payment-option label span,
.fake-payment-method label span {
    flex: 100%;
}

#checkout .step-title {
    text-transform: uppercase;
    font-size: 16px;
}

body#checkout section.checkout-step .step-number,
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: none;
}

#payment-confirmation {
    text-align: right;
}

#payment-confirmation button {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 100px;
    letter-spacing: 1.6px;
}

body#checkout section.checkout-step,
body#checkout section.checkout-step.-current .step-title {
    border: none;
}

.fake-payment-method.disabled {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .payment-options .payment-method {
        flex: 100%;
    }
}

body#checkout section.checkout-step .content {
    padding: 0;
}

.customer_info_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px;
    align-items: center;
}

.customer_info_step .customer_info p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

#step_personal_info {
    margin-bottom: 20px;
}

/*MANUALES*/
.product-additional-info #iqithtmlandbanners-block-1 {
    width: 100%;
}

.product-additional-info.js-product-additional-info {
    display: flex;
    flex-wrap: wrap;
}

.product-additional-info .producttopdf .btn-download {
    width: 98%;
}

.producttopdf,
.manuals {
    width: 50%;
    margin-top: 30px;
}

.product-additional-info .btn-download {
    width: 100%;
    margin: 0;
}

/*CHECKOUT*/
.card.lgbudget-card {
    padding: 20px;
}

.card.lgbudget-card .input-group {
    border-radius: 0;
}

.card.lgbudget-card #lgbudget_text {
    background: #F3F3F3;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    width: 40%;
    height: 44px;
    margin-right: 5px;
}

@media (max-width: 570px) {
    .card.lgbudget-card .input-group-addon {
        width: 45%;
        font-size: 12px;
    }
}

.card.lgbudget-card .input-group-addon {
    border-radius: 8px;
    text-transform: uppercase;
    border: solid 2px #173e6f;
}

/* SELECT ADDRESSES */
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin: 20px 0 30px;
}

#delivery-addresses .ui-selectmenu-button {
    border: 1px solid #D9D9D9;
}

.address-select-ui .ui-menu-item .ui-menu-item-wrapper::before,
#delivery-addresses .ui-selectmenu-text::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    color: #707070;
    margin: 0 20px 0 5px;
}

.address-select-ui .ui-menu-item .ui-icon {
    background: none;
}

.address-select-ui .ui-menu-item-wrapper {
    border: none;
}

.ui-widget.ui-widget-content.address-select-ui {
    border: 1px solid #ccc;
    border-top: none;
}

.address-select-ui.ui-menu .ui-state-focus,
.address-select-ui.ui-menu .ui-state-active {
    margin: 0px;
    background: #F3F3F3;
}

.ui-widget {
    font-family: 'Manrope';
    font-size: 16px;
}

.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    background: none;
}

#delivery-addresses .ui-selectmenu-text::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 10px;
}


/* CARRIER */
body#checkout section.checkout-step .delivery-option {
    padding: 0;
}

body#checkout section.checkout-step .delivery-option>label {
    padding: 18px 25px;
    cursor: pointer;
    width: 100%;
}

.carrier-hasLogo img {
    width: 26px;
}

body#checkout section.checkout-step .delivery-option>label>.row>div:last-child {
    text-align: left;
}

/*SDI DEVOLUCIONES*/


/* MASTER CARTON */
.mastercarton-unit-price {
    display: block;
}

.product-variants .radio-label,
.product-variants .input-radio:checked+span,
.product-variants .input-radio:hover+span {
    padding: 7px 20px;
    border-radius: 8px;
    background: #FFF;
}

.product-variants .input-radio+span {
    border: 2px solid transparent;
}

#gformbuilderpro_form_1 .gformbuilderpro_content {
    display: flex;
    flex-direction: column;
}

/* CONTACT */
.select_box select {
    max-width: 100%;
}

.formajaxresult {
    width: 100%;
}

/*WISHLIST BACKOFFCIE USER*/
#iqitwishlist-share .form-control {
    width: fit-content;
}

#iqitwishlist-share .input-group-append {
    width: fit-content;
    height: fit-content;
}

.my-account-page-content .table-responsive {
    display: table;
}

#product #back-to-top {
    z-index: 98;
}

/* CONTACTO */
#contact #wrapper {
    padding-top: 0;
}

/*CHECKOUT*/
.page-order .page-title {
    text-align: center;
    border-bottom: 0 !important;
}

.page-order .page-title span {
    font-size: 45px;
    text-transform: uppercase;
}

@media(max-width:767px) {
    .page-order .page-title span {
        font-size: 28px;
    }
}

/*STRIPE*/
#stripe-card-element,
#stripe-card-cardholdername,
#stripe-sepa-element,
#stripe-oxxo-element #oxxo-name,
#stripe-oxxo-element #oxxo-email {
    border: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* LABELS */
.badge {
    font-size: 100%;
}

.badge-warning {
    color: #FF8901;
    background: no-repeat;
    font-weight: 400;
}

/* FOOTER */
#footer .elementor-icon-list-text,
#footer .elementor-icon-box-title {
    opacity: 0.5;
}

@media (max-width: 767px) {
    #footer .elementor-icon-box-wrapper {
        display: flex;
    }

    #footer .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: inherit !important;
        margin-right: 10px !important;
    }
}

.mobile-main-bar .language-selector {
    padding: .375rem .625rem;
  }

#mobile-header #mobile-cart-products-count {
    display: block !important;
    top: -15px;
}
#blockcart .block-cart-product-quantity, .cart-item .js-cart-line-product-quantity{
    border-radius: 6px 0 0 6px !important;
}
#blockcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-item  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 6px 0 0;
}
#blockcart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.cart-item  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 6px 0;
}

.modal .elementor-section.elementor-section-stretched {
    width: 100%;
    margin: 0;
    left: 0;
}

/* CARRITOS GUARDADOS */
.product-miniature .product-functional-buttons-links {
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}
.product-miniature-grid .product-functional-buttons .add-stored-cart-menu a {
    color: inherit !important;
    line-height: 10px;
    box-shadow: none;
  }
.container-add-stored-cart{
    display: none;
    border-radius: 8px;
    box-shadow: 3px 3px 20px #00000017;
    border: none;
    background: #FFF;
    min-width: 285px;
    padding: 15px;
    z-index: 99;
    position: absolute;
}
.select-stored-cart option{
    font-family: 'Arial';
}
.add-stored-cart-element {
    line-height: 30px;
    font-size: 16px;
    text-align: left;
}
#growls.default {
    top: 70px;
    right: 10px;
}
.growl {
    opacity: 1;
}
.product-actions .product-quantity {
    position: relative;
}
.product-actions .container-add-stored-cart {
    position: absolute;    
    top: 60px;
    right: 0;
}
.product-actions .add-stored-cart {
    background: #FFF;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 8px;
    width: 45px;
    text-align: center;
}
.products .swiper-slide {
    z-index: 1;
  }
.swiper-slide .js-product-miniature-wrapper .container-add-stored-cart {
    position: absolute;
    top: 50px;
    /*left: 10px !important;*/
}

@media (max-width: 1400px) {
    .product-actions .add-stored-cart {
        width: 35px;
    } 
}
@media (max-width: 767px) {    
    .product-actions .container-add-stored-cart {
        top: initial;
        bottom: 70px;
    }
    .js-product-miniature-wrapper .container-add-stored-cart {     
        position: absolute;
        top: 40px;
        min-width: 250px;
    }    
    .js-product-miniature-wrapper:nth-child(2n+1) .container-add-stored-cart {
        right: initial;
        left: -130px;
    }
    .add-stored-cart-element {
        line-height: 25px;
        font-size: 14px;
    }    
    #product #add-product-to-budget {
        position: fixed;
      }
}

#lgbudget_account .budget {
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 10px 0;
}
#lgbudget_account .toogle-budget, #lgbudget_account .budget .header .toogle-budget.active {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
}
#lgbudget_account .budget .header .btn {
    line-height: inherit;
    font-size: inherit;
}
#lgbudget_account .budget .header {
    padding: 10px 5px 5px 10px;
}
#lgbudget_account .toogle-budget::before {
    font-family: "Font Awesome 6 Pro";
}
#lgbudget_account .header .row {
    justify-content: center;
    align-items: center;
}
#lgbudget_account .content img {
    max-width: 100px;
}
#lgbudget_account .name input[type="text"] {
    width: 75%;
}
#lgbudget_account .actions{
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    #lgbudget_account .budget .header .toogle-budget {
        margin: 0;
    }
    #lgbudget_account .content img {
        max-width: 60px;
    }
    #lgbudget_account .header {
        display: flex;
        flex-direction: column-reverse;
    }
    #lgbudget_account .actions {
        justify-content: start;
    }
    #lgbudget_account .header .name {
        padding: 0;
    }
}

/* PEDIDO RÁPIDO */
#idxrquickorder-page .btn-secondary {
    color: #FFF !important;
}
#idxrquickorder-page .product_img_link img{
    max-height: 60px;
}
#idxrquickorder-page select option {
    font-family: 'Arial';
}

/* MI CUENTA*/
.my-account-page-content table {
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
.my-account-page-content table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #dee2e6;
}
.my-account-page-content table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

/* Kit Digital */
#iqithtmlandbanners-block-5{
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

/* Nueva tipografía Fegtree */
.figtree-regular * {
    font-family: 'Figtree-Regular' !important;
}
.figtree-bold * {
    font-family: 'Figtree-Bold' !important;
}
.figtree-light * {
    font-family: 'Figtree-Light' !important;
}
.figtree-semibold * {
    font-family: 'Figtree-SemiBold' !important;
}

@media (max-width: 500px) {
    #content-wrapper #main-product-wrapper .product_header_container .page-title {
        max-width: none !important;
    }

    #content-wrapper .product_header_container .page-title span {
        display: flex !important;
    }
}

/*MODIFIACIÓN PACKS SOLO 1*/
#ap5-product-list .ap5-pack-product {
    max-width: 100% !important;
    flex: none !important;
}