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

/* ------------- Custom General Styles ------------- */
.fa, .fas {
    font-weight: 100;
}
.fa-shopping-bag::before {
    content: "\f291";
}
.fa-expand::before {
    content: "\f424";
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
}
.no-margin-left{
    margin-left: 0;
}
.max-width-400{
    max-width: 400px;
}
.block-align-center{
    margin: auto;
}
.btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 22px;
}
.bootstrap-touchspin .btn-touchspin{
    border-left: none;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
    border-bottom: none;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    border-top: none;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 8px 14px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 5px;
    left: 9px;
}
#blockcart-content .bootstrap-touchspin .input-group-btn-vertical i {
    top: 3px;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ffffff;
}
#content-wrapper .section-title{
    line-height: 40px;
}
.ps-shoppingcart.header-cart-btn-w .cart-products-count-btn{
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    line-height: 13px;
}
@media(max-width:991px) and (min-width:768px){
    .half-col-tablet{
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    .full-col-tablet{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media(max-width:767px){
    .btn{
        font-size: 14px;
        line-height: 19px;
        padding: 10px 15px;
    }
}
/* ------ Estilo recuperar contraseña ----- */
#password .form-fields input#email {
    width: 100%;
}
/* ------------- Custom Header Styles -------------- */
#header #iqitmegamenu-horizontal .cbp-hrmenu > ul > li{
    padding-top: 8px;
    padding-bottom: 8px;
}
#header #iqitmegamenu-horizontal .cbp-horizontal .cbp-tab-title{
    font-weight: 500;
}
#header .header-nav{
    font-weight: 300;
}
#header #search_widget input.form-search-control{
    font-size: 14px;
    line-height: 18px;
    height: 40px;
}
#header .header-top .search-btn {
    background: #8EB462;
    color: #ffffff;
    width: 60px;
    font-size: 20px;
    padding: 0;
}
#header .cbp-hrmenu > ul > li:last-child > a{
    border-right: groove 1px #bfbfbf !important;
}
#header .header-btn-w .header-btn .title{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
}
#header .header-btn-w .header-btn > .icon{
    color: #8EB462;
}
#header .header-btn-w {
    padding: 0 11px;
}
#header .logo-sticky-wrapper .logo-sticky-menu{
    width: 34px;
}
#header #iqitmegamenu-wrapper .cbp-hrmenu > ul > li.logo-sticky-li{
    display: none;
}
#header #iqitmegamenu-wrapper.stuck.stuck-menu .cbp-hrmenu > ul > li.logo-sticky-li{
    display: block;
}
#sticky-cart-wrapper{
    display: flex;
    height: 50px;
    align-items: center;
    width: auto;
    justify-content: end;
    position: inherit;
    transform: none;
    float: right;
}
#sticky-cart-wrapper #header-user-btn .header-user-btn .title, #sticky-cart-wrapper #header-wishlist-btn .title{
    display: none !important;
}
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
    top: 0;
    right: 0;
}
#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper i{
    font-size: 20px;
    line-height: 30px;
}
#btn-mobile-menu {
    margin-right: 0;
}
#mobile-header #mobile-header-sticky {
    border-bottom: solid 1px #e3e3e3;
}
#mobile-header .m-nav-btn > i, #btn-mobile-menu a {
    font-size: 25px;
}
#mobile-header .col-mobile-logo img.logo{
    max-width: 145px;
    width: 100%;
}
#mobile-sidebar-user a{
    background: #2E4B7C;
    color: #ffffff;
}
.stuck.stuck-header-element.stuck-menu .cbp-horizontal .cbp-tab-title{
    font-size: 0.8125rem;
}
.stuck.stuck-header-element.stuck-menu .cbp-horizontal > ul > li > a{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
@media(max-width:1400px){
    .cbp-horizontal .cbp-tab-title {
        font-size: 0.8125rem;
    }
    .cbp-horizontal > ul > li > a{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
@media(max-width:1199px){
    .stuck.stuck-header-element.stuck-menu .cbp-horizontal > ul > li > a{
        padding-left: 6px;
        padding-right: 6px;
    }
    #header #sticky-cart-wrapper .header-btn-w {
        padding: 0 3px;
    }
}
@media(max-width:1099px){
    .stuck.stuck-header-element.stuck-menu .cbp-horizontal .cbp-tab-title{
        font-size: 0.7125rem;
    }
    .cbp-horizontal > ul > li > a{
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (max-width:1024.98px) {
    #desktop-header {
     display:none
    }
    #mobile-header {
     display:block
    }
    .sticky-desktop-wrapper {
     display:none
    }
}
@media(max-width:480px){
    #mobile-header .m-nav-btn > i, #btn-mobile-menu a {
        font-size: 22px;
    }
}
@media(max-width:374px){
    #header .header-nav .left-nav, #header .header-nav .right-nav{
        display: none;
    }
    #header .header-nav .center-nav{
        flex: 0 0 100%;
    }
}
/* ------------ Custom Footer Styles ------------- */
#footer p{
    font-size: 14px;
    line-height: 18px;
}
#footer .footer-logo{
    max-width: 170px;
    width: 100%;
}
#footer .contact-footer-p i{
    color: #8EB462;
    margin-right: 10px;
    font-size: 16px;
    line-height: 20px;
}
#footer .social-block-footer{
    margin-top: 40px;
    display: none;
}
#footer .rte-content ul.social-links{
    padding: 0;
}
#footer .rte-content ul.social-links i{
    color: #8EB462;
}
#footer .block-iqithtmlandbanners-html:first-child .block-title{
    display: none;
}
#footer .copyright-block-footer{
    font-size: 14px;
    line-height: 18px;
}
#footer .copyright-block-footer, #footer .copyright-block-footer a{
    color: #ffffff;
}
#footer .copyright-block-footer a:hover{
    text-decoration: underline;
}
#footer-copyrights._footer-copyrights-2 .copyright-txt {
    margin-bottom: 0;
}
#footer .footer-container .block-newsletter > h5 {
    display: inherit;
    margin: 0;
    text-transform: inherit;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
}
span.span-newsletter {
    text-align: left;
    margin-bottom: 10px;
}
.div-span-newsletter {
    margin-bottom: 10px;
}
#footer .footer-container .block-newsletter .btn-primary.btn-subscribe{
    background: #8EB462;
}
#footer .footer-container .block-newsletter .btn-primary.btn-subscribe:hover{
    background: #2E4B7C;
}
#footer .footer-container .block-newsletter .ps-emailsubscription-block {
    display: inline-block;
    min-width: 270px;
    max-width: 480px;
    width: 100%;
}
@media(max-width:991px){
    #footer .block-iqithtmlandbanners-html{
        flex: 0 0 50%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    #footer .copyright-block-footer > div{
        text-align: center !important;
    }
}
@media(max-width:480px){
    #footer .block-iqithtmlandbanners-html{
        flex: 0 0 100%;
    }
    #footer .footer-container .block-newsletter > h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
    }
}
/* -------------- Custom Home Styles -------------- */
.instagram-home-section i{
    font-size: 26px;
    line-height: 33px;
    position: relative;
    top: 3px;
    color: #8EB462;
}
.instagram-home-section i.fa-hashtag{
    margin-left: 30px;
}
.instagram-home-section .elementor-instagram .il-photo__img{
    height: 320px;
    margin: auto;
    object-fit: cover;
}
.instagram-home-section .elementor-instagram .il-photo__img{
    transition: opacity ease-in-out 0.3s;
}
.instagram-home-section .elementor-instagram .il-photo__img:hover{
    opacity: 0.5;
}
.home-col-category:hover > .elementor-column-wrap{
    background-color: #8EB462 !important;
}
.home-col-category:hover > .elementor-column-wrap a{
    color: #ffffff !important;
}
.home-col-category:hover .elementor-image-box-img a svg .a{
    fill: #ffffff !important;
}
.home-top-products-section .nav-tabs{
    border-bottom: none;
}
.home-brands-section .floated-right-link{
    position: absolute;
    right: 0;
    left: auto;
    top: 10px;
    padding: 5px;
    border-bottom: solid 2px #8EB462;
    color: #282B2F;
    z-index: 99;
}
.home-brands-section .floated-right-link a{
    color: #282B2F !important;
}
.home-brands-section .floated-right-link a:hover{
    color: #2E4B7C !important;
}
#index .tparrows::before {
    color: #878787;
}
@media(max-width:1400px){
    #rev_slider_2_1 .uranus.tparrows::before {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 30px !important;
    }
    #rev_slider_2_1 .uranus.tparrows {
        width: 40px !important;
        height: 40px !important;
    }
}
@media(min-width:991px) and (max-width:1399px){
    .instagram-home-section .elementor-instagram .il-photo__img{
        height: 220px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .principal-links-home-section > .elementor-container > .elementor-row, .services-section > .elementor-container > .elementor-row, .home-categories > .elementor-container > .elementor-row{
        flex-wrap: wrap;
    }
}
@media(max-width:767px){
    .instagram-home-section i{
        font-size: 20px;
        line-height: 27px;
        top: 3px;
    }
    .instagram-home-section i.fa-hashtag{
        margin-left: 15px;
    }
    #index .tparrows::before {
        color: #878787;
        font-size: 20px !important;
        line-height: 30px !important;
    }
}
@media(max-width:529px){
    .instagram-home-section .elementor-instagram .il-photo__img{
        height: 220px;
    }
}
/* ----------- Custom miniatures Styles ----------- */
.product-miniature .product-description .product-title a{
    color: #282B2F;
}
.product-miniature .product-description .product-title a:hover{
    color: #2E4B7C;
}
.product-miniature .product-description .product-title{
    padding-bottom: 15px;
    margin-top: 10px;
}
.product-miniature .product-add-cart .btn.btn-view{
    background: #ffffff;
    color: #2e4b7c;
}
.product-miniature .product-add-cart .btn.btn-view:hover{
    background: #2e4b7c;
    color: #ffffff;
}
.product-miniature .product-add-cart .btn-view-wrapper{
    margin-bottom: 8px;
}
.product-miniature .product-add-cart{
    position: absolute;
    display: grid;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(46, 75, 124, 0.2);
    z-index: 10;
    transition: all ease-in 0.2s;
}
.product-miniature:hover .product-add-cart{
    visibility: visible;
    opacity: 1;
}
.product-miniature .product-add-cart .btn{
    min-width: 126px;
}
.product-miniature .price-with-discount{
    color: #8EB462;
}
.product-miniature .price-without-discount{
    text-decoration: line-through;
    color: #878787;
    font-weight: 300;
}
/* --------- Custom Category Styles --------*/
#category #wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}
#category .category-description{
    font-size: 14px;
    line-height: 18px;
}
.products-selection{
    border: none;
}
.products-sort-order a:hover{
    color: #2E4B7C !important;
}
#left-column .block-categories .block-title, #left-column #search_filters .facet-title{
    text-transform: uppercase;
}
#left-column .block-categories .block-title a, #left-column .block-categories .category-sub-menu li a:hover, #left-column .block-categories .category-sub-menu li .category-sub-menu li a:hover{
    color: #8EB462 !important;
}
#left-column #search_filters .facet-title{
    color: #2E4B7C;
}
#left-column #search_filters ul li a, #left-column .block-categories .category-sub-menu li .category-sub-menu li a{
    color: #282B2F;
}
#left-column #search_filters ul li a:hover{
    color: #2E4B7C;
}
#left-column .block-categories .category-top-menu > ul.category-sub-menu > li{
    padding: 8px 0;
    border-bottom: solid 1px #BFBFBF;
}
.block-categories .collapse-icons{
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    top: -2px;
}
.block-links ul.category-sub-menu > li a::before {
    content: '';
}
.block-links ul.category-sub-menu > li a {
    display: inline;
}
.js-search-filters-clear-all i{
    margin-right: 8px !important;
}
#category .display-footer-cat-hook{
    padding-top: 100px;
}
@media(max-width:767px){
    #category #wrapper{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #category .display-footer-cat-hook{
        padding-top: 40px;
    }
}
/* ---------- Custom Product Page Styles ----------- */
#product .product-actions .product-prices .product-price{
    color: #8EB462;
}
#product .product_header_container{
    padding: 0;
    border: none;
    margin-bottom: 40px;
}
#product #content-wrapper .product_header_container .page-title{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.2px;
}
#product .product-reference{
    margin-top: 10px;
}
#product .product_p_price_container{
    border: none;
    padding-top: 0;
    margin-top: 25px;
}
.product-quantity .add-to-cart:disabled {
    opacity: .5;
}
#iqit-wishlist-product-btn{
    height: 100%;
    background: none;
    border: none;
    font-size: 25px;
    line-height: 25px;
    color: #2e4b7c;
}
#product .social-sharing li a{
    color: #8EB462;
}
#product .social-sharing li a:hover{
    color: #2e4b7c;
}
#product .product-cover .expander {
    font-size: 25px;
    line-height: 25px;
}
#product .product-tabs .nav-tabs .nav-item a{
    text-transform: uppercase;
    padding: 10px 40px;
}
#product .product-accessories{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.iqit-accordion .nav-tabs .nav-link{
    background: none;
}
#product #loyalty{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1rem;
    color: #2e4b7c;
}
.shopping-cart-loyalty{
    margin-bottom: 20px;
    color: #8EB462;
}
@media(max-width:991px){
    #product .product-accessories{
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 0;
    }
}
@media(max-width:767px){
    #product .product-tabs .nav-tabs .nav-item a{
        text-transform: uppercase;
        padding: 10px 10px;
    }
}
@media(max-width:575px){
    #product .product-tabs {
        margin-bottom: 0;
        margin-top: 0;
    }
}
/* ----------- Custom cart styles ---------- */
.cart-summary-line.cart-total, #blockcart-content .cart-totals{
    font-size: 20px;
    line-height: 25px;
}
/* --------- Custom Mi Cuenta Styles ---------- */
.my-account-side-links #discounts-link i.material-icons{
    font-size: 20px;
    position: relative;
    top: 4px;
}
/* -------- Custom Doofinder Styles ----------- */
.df-card__title{
    color: #282B2F;
    font-family: 'Sora';
    font-size: 1rem;
}
.df-card__title:hover{
    color: #2e4b7c;
}
.df-card__price{
    color: #282B2F;
    font-family: 'Sora';
    font-size: 1.125rem;
    font-weight: bold;
}
.my-df-addtocart-btn{
    font-family: 'Sora';
    color: #2e4b7c;
    width: 100%;
    background: #fee756;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 22px;
    border: none;
}
.my-df-addtocart-btn:hover{
    color: #ffffff;
    background: #2e4b7c;
}
.df-card__see_product{
    font-family: 'Sora';
    color: #ffffff !important;
    display: inline-block;
    width: 100%;
    background: #2e4b7c;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 22px;
    border: none;
    text-align: center;
}
.df-card__see_product:hover{
    text-decoration: underline;
}
.df-card__content .df-card__main_title{
    padding-left: 5px;
    padding-right: 5px;
}
.df-card__content{
    margin-bottom: 10px;
}
.df-fullscreen .df-card:hover {
    background: none !important;
}
#dffullscreen.df-fullscreen .df-results .df-card{
    margin: 7px !important;
    position: relative;
}
.availability_df_wrapper{
    position: absolute;
    top: 10px;
    right: 10px;
}
.availability_df_wrapper .df-card__availability span{
    padding: 3px 10px;
    background: #c70039;
    color: #fff;
    font-family: 'Sora';
    font-size: 13px;
}

/* ------------- Custom WhatsApp Styles ------------- */

.whatsapp-badge {
    bottom:50px !important;
}
.whatsapp span {
    border-radius: 50px !important;
    padding: 14px 15px !important;
}
.whatsapp-icon {
    height: 28px !important;
    width: 28px !important;
    background-size: 28px !important;
}
.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > div > a:after, .cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
    display: none !important;
  }
  
#product #wrapper .breadcrumb {
    display: block !important;
}

/----------------------- PACKS -------------------------/

.pack-product-price {
    display: none !important;
}
section.product-pack article .pack-product-price {
    display: none !important;
}
#footer .copyright-block-footer {
	line-height: 44px;
}
#footer-copyrights._footer-copyrights-2 .copyright-txt{
	text-align: right;
}

#footer .social-block-footer, #wrapper .breadcrumb {
    display: block!important;
}

/*.products-grid .product-miniature .product-add-cart {
    display: grid!important;
}*/
button.btn.btn-product-list.add-to-cart {
    background-color: #fee756;
}

/* Modificación Orden Divs */

#product .product-additional-info{
    display: flex;
    flex-direction: column;
}

#product .product-additional-info .cn_banner_placeholder{
    order: 2;
}

#product .product-additional-info #ets_affiliatemarketing_product_message{
    order: 1;
}

#product .product-additional-info .aff-product-popup-share-mail{
    order: 3;
}

#product .product-additional-info .lgconsultas-extra-right{
    order: 4;
}



