/************************************************/
/******************** GLOBAL ********************/
/************************************************/

body {
    font-family: 'Libre Franklin', serif;
}

.row:not(.extra-small-gutters) {
    margin-right: calc(-.7 * var(--bs-gutter-x));
    margin-left: calc(-.7 * var(--bs-gutter-x));
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row:not(.extra-small-gutters) > * {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4 {
    font-family: 'Noto Serif', serif;
    letter-spacing: 1%;
}

.elementor-widget-heading .elementor-heading-title {
    line-height: 1.2;
}

/*
 Buttons
 */

.btn {
    font-size: 14px;
    /*font-size: 16px;*/
    font-weight: 600;
    border-radius: 4px;
    gap: 15px;
    /*padding: .5rem 1.25rem;*/
    padding: .575rem 1.25rem;
}

.btn.btn-tertiary {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.87);
}

.btn.btn-tertiary:hover {
    color: #fff;
    border-color: rgba(72, 72, 72, 1);
    background-color: rgba(72, 72, 72, 1);
}

.btn.btn-tertiary:active {
    color: #fff;
    border-color: rgba(72, 72, 72, 1);
    background-color: rgba(72, 72, 72, 1);
}

.quickview .js-quickview-np-btn,
.quickview #js-quickview-prev-btn,
.quickview #js-quickview-next-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

.quickview .js-quickview-np-btn:hover,
.quickview #js-quickview-prev-btn:hover,
.quickview #js-quickview-next-btn:hover {
    color: #fff;
    border-color: #009540;
    background-color: #009540;
}

.btn i {
    font-size: 12px;
}

.quickview .js-quickview-np-btn i,
.quickview #js-quickview-prev-btn i,
.quickview #js-quickview-next-btn i {
    font-size: 17px;
    line-height: 1.4rem;
}

.btn span + i:last-child,
.btn.btn-primary i:last-child,
.btn.btn-secondary i:last-child,
.btn.btn-tertiary i:last-child {
    margin-right: -3px;
    margin-left: 8px;
}

.btn.btn-primary:not(:hover):not(:focus):not(:active) {
    border-color: transparent;
}

.btn.btn-secondary i.fa.fa-angle-left,
.filter-block .btn i:last-child {
    margin-right: 8px!important;
    margin-left: -3px!important;
}

/*
 Badge
 */

.badge {
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
}

.badge i:last-child {
    margin-right: 3px;
}

/*
 Sliders
 */

.sw-nav,
.n-hover:hover .sw-nav,
.swiper-button-next,
.swiper-button-prev {
    opacity: 1;
    padding: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: none;
}

.sw-nav.next,
.n-hover:hover .sw-nav.next {
    right: 40px;
    left: inherit;
}

.swiper-button-prev {
    left: 25px;
}

.swiper-button-next {
    right: 25px;
    left: inherit;
}

.sw-nav:before {
    margin-top: 14px;
    margin-left: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    margin-top: 0;
}

.swiper-button-prev:after {
    border-width: 0 0 2px 2px;
}

.swiper-button-next:after {
    border-width: 2px 2px 0 0;
    margin-left: -2px;
}

.sw-nav:hover,
.n-hover:hover .sw-nav:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #009540;
}

.sw-pgn,
.p-hover:hover .sw-pgn {
    position: absolute;
    bottom: 15px;
    margin: 0;
    left: 0;
    width: 100%;
}

.sw-pgn-bullet {
    width: 8px;
    height: 8px;
    border: 0;
    margin: 0 8px;
    background: #FFFFFF4F;
    opacity: 1;
}

.sw-pgn-bullet.active,
.sw-pgn-bullet:hover {
    background: #009540;
}

/*
 Tabs
*/

.card-header-tabs,
.nav-tabs {
    border: 0;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-bottom: 10px;
    overflow: auto;
}

.card-header-tabs .nav-item,
.nav-tabs .nav-item {
    margin: 0 6px;
}

.card-header-tabs .nav-item:first-child,
.nav-tabs .nav-item:first-child {
    margin-left: 20px;
}

.card-header-tabs .nav-item:last-child,
.nav-tabs .nav-item:last-child {
    margin-right: 20px;
}

.nav-tabs .nav-link,
.card-header-tabs .nav-link,
.card-header-tabs .nav-item.show .nav-link,
.card-header-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.elementor-element .nav-tabs .nav-link {
    border: 0;
    opacity: 1;
    padding: 12px 15px 10px 15px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #686868;
    background: #F6F6F6;
    white-space: nowrap;
    text-align: center;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.elementor-element .elementor-products-tabs .nav-tabs .nav-link.active,
.elementor-element .elementor-products-tabs .nav-tabs .nav-link:focus {
    color: #ffffff;
    background: #009540;
}

.nav-tabs .nav-link:hover,
.elementor-element .elementor-products-tabs .nav-tabs .nav-link:hover {
    color: #ffffff;
    background: #007130;
}

@media only screen and (max-width: 991px) {
    .card-header-tabs,
    .nav-tabs {
        justify-content: flex-start!important;
    }
}

/*
 Modal
 */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

/*
 Back To Top
 */

#back-to-top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    right: 30px;
    bottom: 30px;
}

#back-to-top i {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    #back-to-top {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        right: 20px;
        bottom: 20px;
    }
}

#iqitcompare-floating {
    border-radius: 4px 4px 0 0;
}

/*
 Icos SVG
 */

.svg_ico {
    display: inline-block;
    width: 3em;
    height: 3em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/*
 Selection
 */

*::-moz-selection {
    background: #1a7a43;
    color: #ffffff;
}

*::selection {
    background: #1a7a43;
    color: #ffffff;
}

/*
 FULL BLOCK
 */

.full-block,
.tabs-full-block,
.category-full-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-block .swiper-horizontal {
    width: 100%;
}

/************************************************/
/********************* MAIN *********************/
/************************************************/

#wrapper {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 416px);
}

#index #wrapper {
    padding-top: 0;
}

#cms.cms-id-1 #wrapper {
    padding: 0!important;
}

@media only screen and (max-width: 991px) {
    #wrapper {
        padding-top: 20px;
    }
}

/*
 Containers
 */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%!important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 100%!important;
    }
    .container-fluid {
        max-width: 1920px;
    }
}

@media only screen and (max-width: 991px) {

}

/************************************************/
/******************** HEADER ********************/
/************************************************/

#desktop-header-container {
    max-width: 100%;
    padding: 0 30px;
}

.sticky-desktop-wrapper #desktop-header.stuck-header {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

/*
 Header - Icons
 */

#header .header-btn-w {
    padding: 0 .3rem;
}

#header .header-btn-w .header-btn,
#mobile-header .m-nav-btn {
    border-radius: 50%;
    transition: .3s all ease-in-out;
}

#header .header-btn-w .header-btn:hover,
#mobile-header .m-nav-btn:hover {
    background: rgba(0, 149, 64, .1);
}

.header-top a:not(.btn):not(.nav-link),
.header-top a.header-cart-btn:not(:hover) {
    color: #686868;
}

.ps-shoppingcart .cart-products-count-btn {
    top: 7px;
    right: 5px;
    font-size: 10px;
    padding: 2px 5px;
}

#mobile-header .m-nav-btn .svg_ico_menu {
    max-width: 24px;
}

/*
 Header - Index
 */

.header-top #language_selector {
    order: -1;
    display: flex;
    align-items: center;
    width: auto;
    text-transform: uppercase;
}

.header-top #language_selector .dropdown-menu {
    margin-left: -13px !important;
    margin-top: 2px !important;
    inset: inherit !important;
}

/*
 Header - Index
 */

#index .sticky-desktop-wrapper {
    height: inherit !important;
}

#index .sticky-desktop-wrapper #desktop-header {
    transition: .3s all ease-in-out;
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) {
    background: rgba(0, 0, 0, .1);
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header #desktop_logo {
    transition: .3s all ease-in-out;
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) #desktop_logo {
    filter: brightness(0) invert(1);
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) .cbp-horizontal > ul > li:not(.cbp-hropen) > a:not(:hover) {
    color: #ffffff;
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) .col-header-right a:not(.btn):not(.nav-link),
#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) .col-header-right p a.header-cart-btn:not(:hover) {
    color: #ffffff;
}

#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) .col-header-right a:not(.btn):not(.nav-link):hover,
#index .sticky-desktop-wrapper:not(:hover) #desktop-header:not(.sticky-on) .col-header-right a.header-cart-btn:not(:hover):hover {
    color: #009540;
}

/*
 Header - Tablet
 */

@media only screen and (max-width: 1300px) {
    #desktop-header-container {
        padding: 0 20px;
    }
    .header-top #language_selector {
        padding: 0 10px;
        font-size: 14px;
    }
    #header .header-btn-w {
        padding: 0;
    }
    #header .col-header-right .svg_ico {
        width: 40px;
        height: 40px;
    }
    .ps-shoppingcart .cart-products-count-btn {
        top: 4px;
        right: 2px;
        font-size: 9px;
    }
}

/*
 Header - Mobile
 */

#mobile-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

#mobile-header-sticky .container {
    padding: 0;
}

#mobile-header .mobile-main-bar {
    padding: 9px 10px!important;
}

#mobile-header .row-mobile-header {
    margin: 0;
    padding: 0 5px;
}

#mobile-header .m-nav-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-header .m-nav-btn > i {
    font-size: 1.2rem;
}

#mobile-header .m-nav-btn {
    padding: 0;
}

#mobile-header .m-nav-btn .svg_ico {
    width: 40px;
    height: 40px;
}

/************************************************/
/********************* MENU *********************/
/************************************************/

#iqitmegamenu-horizontal {
    background: none;
}

.container.container-iqitmegamenu {
    padding: 0;
}

.cbp-horizontal .cbp-tab-title {
    font-weight: 500;
}

.cbp-horizontal > ul > li.current > a,
.cbp-horizontal > ul > li.current > a:hover,
.cbp-horizontal > ul > li.current > a:not([href]):not([tabindex]) {
    color: #009540;
    border-left: none 2px #009540;
}

.cbp-horizontal > ul > li.current > a:after,
.cbp-horizontal > ul > li.current > a:hover:after,
.cbp-horizontal > ul > li.current > a:not([href]):not([tabindex]):after,
.cbp-horizontal > ul > li.cbp-hropen > a:after,
.cbp-horizontal > ul > li.cbp-hropen > a:hover:after,
.cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]):after {
    content: "";
    height: 4px;
    width: 100%;
    background: #009540;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1300px) {
    .cbp-horizontal > ul > li > a,
    .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
    .cbp-horizontal > ul > li > .cbp-main-link {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .mobile-menu__links-list-li {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/*
 Menu - Submenu
 */

.cbp-hrmenu .cbp-hrsub {
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu ul.cbp-hrsub-level2 {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.cbp-hrmenu .tabs-links {
    position: relative;
}

.cbp-hrmenu .tabs-links:before {
    /*content: "";*/
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #f6f6f6;
}

.cbp-hrmenu .cbp-menu-column {
    margin: 0;
}

.cbp-hrmenu .cbp-tab-pane > div > .row:last-child {
    margin: 0;
}

.cbp-hrmenu .cbp-hrsub-tabs-names li {
    border: 0;
}

.cbp-hrmenu .cbp-tabs-names li a {
    padding: 15px 40px 15px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu__link {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cbp-horizontal .cbp-mainlink-icon,
.cbp-horizontal .cbp-mainlink-iicon,
.mobile-menu__tab-icon--img {
    width: 24px;
    height: auto;
    max-height: max-content;
}

.cbp-hrmenu .cbp-submenu-it-indicator {
    height: 10px;
    font-size: 12px;
    right: 24px;
}

.cbp-menu-column-inner {
    height: 100%;
}

.col-5.cbp-menu-column:last-child {
    text-align: right;
    padding-right: 0;
}

.cbp-hrmenu .cbp-categories-row {
    margin: 0;
    height: 100%;
    padding: 20px 50px;
}

.cbp-hrmenu .cbp-categories-row > div {
    width: 50%;
    margin-top: 20px;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-links {
    width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link,
.mobile-menu__link,
.mobile-menu__column-title {
    margin: 0;
    padding: 7px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    border-radius: 4px;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-links a {
    margin: 0;
    padding: 7px;
    width: 100%;
    line-height: 1.2;
    border-radius: 4px;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title:hover,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link:hover,
.mobile-menu__link:hover,
.mobile-menu__column-title:hover,
.cbp-hrmenu .cbp-hrsub-inner .cbp-links a:hover {
    background: #f6f6f6;
}

.cbp-hrmenu .cbp-links li a {
    padding: 0;
    margin-bottom: 8px;
}

.cbp-hrmenu .cbp-links li a:before {
    display: none;
}

/*
 Menu - Mobile
 */

#mobile-header-sticky,
#_mobile_iqitmegamenu-mobile.show {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu__header-wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
}

.mobile-menu__language-currency {
    width: 100%;
}

.mobile-menu__language-selector {
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu__language-selector > * {
    width: 100%;
}

.mobile-menu__language-selector .mobile-menu__language-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu__language-currency.mobile-menu__language-currency--active .mobile-menu__language-selector .mobile-menu__language-current i {
    transform: rotate(180deg);
}

/************************************************/
/******************** FOOTER ********************/
/************************************************/

#footer-container-first {
    padding: 15px 20px;
}

/*
 Footer - Services
*/

.services-banners {
    justify-content: center;
}

.services-banners > * {
    max-width: 300px;
}

.services-banners .cb-item-content {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px 5px;
}

.services-banners .cb-item-content .cb-img {
    width: auto;
    min-width: 35px;
    height: 35px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #CACACA;
}

.services-banners .cb-item-content .custom-html {
    display: flex;
    flex-flow: column;
    gap: 3px;
    max-width: calc(100% - 75px);
    font-size: 14px;
}

.services-banners .cb-item-content p {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .services-banners .cb-item-content {
        justify-content: flex-start;
    }
}

/*
 Footer - Main
*/

#footer-container-main,
#checkout-footer {
    padding: 30px;
}

/*
 Footer - Logo
*/

div#footer_logo {
    margin-bottom: 30px;
}

/*
 Footer - Links
*/

#footer-container-main.footer-style-inline .block-content a {
    font-size: 14px;
}

#footer-container-main.footer-style-inline .block-content {
    margin-top: 0;
}

#footer-container-main.footer-style-inline > div > .row .block-links ul > li {
    margin-bottom: 22px;

}

#footer-container-main.footer-style-inline > div > .row .block-links ul > li a {
    padding: 0 1rem;
}

#footer-container-main.footer-style-inline > div > .row .block-links ul > li:last-child a {
    padding: 0 1rem;
}

@media only screen and (max-width: 991px) {
    #footer-container-main.footer-style-inline > div > .row .block-links ul > li {
        width: 100%;
    }
}

/*
 Footer - Social
*/

#footer-container-main.footer-style-inline .block-toggle {
    margin: 0;
}

#footer .social-links._footer,
#checkout-footer .social-links._footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/*
 Footer - Copyright
*/

#footer-copyrights {
    font-size: 14px;
    padding: 16px 20px;
}

#footer-copyrights._footer-copyrights-2 .copyright-img,
#footer-copyrights._footer-copyrights-2 .copyright-txt {
    margin: 0;
}

#footer-copyrights._footer-copyrights-2 .copyright-txt {
    color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#footer-copyrights._footer-copyrights-2 .copyright-img {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    #footer-copyrights .row {
        display: flex;
        flex-flow: column-reverse;
        gap: 20px;
    }
    #footer-copyrights._footer-copyrights-2 .copyright-txt {
        justify-content: center;
    }
}

/************************************************/
/***************** BREADCRUMB *******************/
/************************************************/

#wrapper .breadcrumb {
    margin-top: 0;
}

#cms #wrapper .breadcrumb,
#stores #wrapper .breadcrumb {
    display: none;
}

/************************************************/
/******************** INDEX *********************/
/************************************************/

/*
 Index - Main-Slider
 */

.cb-item-content {
    overflow: hidden;
}

.main-slider .custom-html {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 15%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
}

.main-slider .custom-html h1,
.main-slider .custom-html h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 64px;
    text-align: left;
    margin-bottom: 20px;
    text-shadow: 0 0 64px rgba(0, 0, 0, 0.8);
}

.main-slider .custom-html .btn {
    border: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .main-slider  .cb-item-content .cb-img {
        max-width: 200%;
        margin-left: -50%;
    }
    .main-slider .swiper-slide .custom-html {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .main-slider .swiper-slide[data-swiper-slide-index] .custom-html {
        padding: 30px 30px 100px 30px;
    }
    .main-slider .custom-html * {
        text-align: center;
    }
    .main-slider .custom-html h1,
    .main-slider .custom-html h2 {
        font-size: 40px;
        text-align: center;
    }
    .main-slider .custom-html .btn {
        margin-top: 10px;
    }
    .main-slider .sw-nav,
    .main-slider .n-hover:hover .sw-nav {
        top: inherit;
        bottom: 40px;
    }
    .main-slider .sw-pgn,
    .main-slider .p-hover:hover .sw-pgn {
        bottom: 50px;
        max-width: calc(100% - 180px);
        left: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider .cb-item-content .cb-img {
        max-width: 250%;
        margin-left: -75%;
    }
}

/*
 Index - Home Banner
 */

.elementor-widget-banner .elementor-iqit-banner-img img {
    transition: .3s all ease-in-out;
}

.elementor-widget-banner .elementor-iqit-banner-img:hover img {
    transform: scale(1.1);
}

/************************************************/
/**************** PRODUCT LIST ******************/
/************************************************/

/*
 Product List - Filters
*/

.filter-button .btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-button .btn i {
    margin: 0 !important;
}

.faceted-slider p {
    font-size: .9375rem;
}

#search_filters .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 4px solid #009540;
}

#search_filters .noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: -17px;
}

#search_filters .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 0px;
}

/*
 Product List - Viewer
*/

.products-selection .view-switcher {
    /*display: flex;*/
    display: none;
    gap: 10px;
}

@media only screen and (max-width: 991px) {
    .products-selection .view-switcher {
        display: none;
    }
}

/*
 Product List - Selection
*/

.products-selection .form-control {
    padding: .482rem 1rem;
    border-radius: 5px;
}

/************************************************/
/************** PRODUCT MINIATURE ***************/
/************************************************/

.products.row,
.swiper-container-wrapper .products.swiper-container {
    margin: 0 -5px;
}

.products.row > .col,
.products.row > [class*="col-"] {
    padding: 0;
    margin-bottom: 15px;
}

.product-miniature {
    padding: 0 8px;
}

.products-grid .product-miniature-default .iqitreviews-simple,
.products-grid .product-miniature-default .product-brand,
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-title {
    margin-bottom: 0;
}

.product-title,
.product-miniature-default .product-title,
.products-grid .product-miniature-default .product-title {
    font-family: 'Libre Franklin', sans-serif;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .product-miniature {
        padding: 0 4px;
    }
}

/*
 Product Miniature - Image
*/

.product-miniature .thumbnail-container {
    background: #f7f7f7;
    transition: .3s all ease-in-out;
}

.product-miniature .thumbnail-container:hover {
    background: #ffffff;
}

.product-miniature .thumbnail-container .product-thumbnail-second {
    mix-blend-mode: darken;
}

/*
 Product Miniature - Flags
*/

.product-miniature-default .product-flags,
.product-flags {
    left: 10px;
    top: 10px;
}

.product-availability {
    width: 100%;
    max-width: calc(100% - 20px);
}

.product-miniature-grid .product-availability {
    transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1), bottom .2s cubic-bezier(.7, 0, .3, 1);
}

.product-miniature-grid:hover .product-availability {
    bottom: -20px;
}

li.product-flag,
.product-unavailable {
    border-radius: 4px;
    font-weight: 600;
    max-width: 100%;
    white-space: normal;
}

.product-unavailable {
    width: 100%;
}

.products.products-list .product-unavailable {
    width: auto;
}

/*
 Product Miniature - Add Cart
*/

.product-miniature-grid .thumbnail-container + .product-description .product-add-cart {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.product-miniature-grid .input-group-add-cart .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.product-miniature-grid .input-group-add-cart .btn .svg_ico {
    margin: -12px;
}

.product-miniature-grid .thumbnail-container + .product-description .product-add-cart {
    bottom: 75%;
    visibility: hidden;
}

@media (hover: hover) {
    .product-miniature-grid:hover .thumbnail-container + .product-description .product-add-cart {
        opacity: 1;
        bottom: 100%;
        visibility: visible;
    }
}


@media only screen and (max-width: 991px) {
    .product-miniature-grid:hover .thumbnail-container + .product-description .product-add-cart {
        display: none;
    }
}

/*
 Product Miniature - Wishlist
*/

.col-add-wishlist i {
    margin: 0 !important;
}

/*
 Product Miniature - Funtional Buttons
*/

.product-miniature-grid .product-functional-buttons {
    border-radius: 4px;
}

.product-miniature-grid .product-functional-buttons a {
    margin: 0;
}

/*
 Product Miniature - Title
*/

.products-grid .product-miniature-default .product-description {
    padding: 15px 8px;
    position: relative;
}

.product-miniature-grid .product-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.product-miniature-grid .product-miniature-right {
    margin-top: -4px;
}

@media only screen and (max-width: 991px) {
    .products-grid .product-miniature-default .product-description {
        padding: 8px;
    }
}

@media only screen and (max-width: 389px) {
    .products-grid .product-miniature-default .product-description > .extra-small-gutters {
        flex-flow: column;
        gap: 4px;
    }
    .products-grid .product-miniature-default .product-description > .extra-small-gutters .col {
        width: 100%;
        text-align: left;
    }
}

/*
 Product Miniature - Variants
*/

.products-grid .product-miniature-layout-2 .variant-links .color {
    border-radius: 50%;
    border: 0;
    width: 12px;
    height: 12px;
}

/*
 Product Miniature - Images
*/

.product-miniature-default .product-thumbnail img {
    width: 100%;
    mix-blend-mode: darken;
}

/************************************************/
/**************** PRODUCT PAGE ******************/
/************************************************/

/*
 Product - Content
*/

.product_header_container {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
}

#content-wrapper .product_header_container .page-title {
    margin-bottom: 1.4rem;
}

/*
 Product - Availability
*/

.product_header_container #product-availability,
.product_p_price_container #product-availability {
    margin-bottom: 1.4rem;
}

/*
 Product - Taxes
*/

.tax-shipping-delivery-label {
    margin-top: 5px;
}

/*
 Product - Quantity
*/

.product-quantity > .col {
    margin-bottom: 1.4rem;
}


@media only screen and (max-width: 991px) {
    .product-quantity > .col {
        margin-bottom: 1rem;
    }
}

/*
 Product - Add
*/

.product-quantity .add-to-cart,
.product-add-cart .add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-quantity .add-to-cart .svg_ico,
.product-add-cart .add-to-cart .svg_ico {
    margin: -12px;
}

/*
 Product - Minimal Quantity
*/

.product-minimal-quantity.js-product-minimal-quantity {
    display: none;
}

/*
 Product - Minimal Quantity
*/

.product-minimal-quantity.js-product-minimal-quantity {
    display: none;
}

/*
 Product - Sequra
*/

.product-information .sequra-promotion-widget[data-type="banner"] {
    margin-bottom: 15px;
}

/*
 Product - Additional Info
*/

.product-additional-info {
    padding-top: 1.4rem;
}

/*
 Product - Product Details
*/

.nav-item.empty-product-details {
    display: none!important;
}

/*
 Product - Product Tabs
*/

.product-tabs .nav-tabs {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.nav-item #iqit-reviews-tab,
#iqit-reviews-top .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media only screen and (max-width: 991px) {
    .product-tabs .nav-tabs .nav-item,
    .product-tabs .nav-tabs .nav-item:first-child {
        margin-left: 0;
        margin-right: 0;
    }
}


/************************************************/
/**************** CUSTOMER AREA *****************/
/************************************************/



/************************************************/
/******************* CONTACT ********************/
/************************************************/



/************************************************/
/**************** SEARCH MODAL ******************/
/************************************************/

#header-search-btn .fullscreen-search .form-search-control {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 992px) {
    .search-widget .search-btn {
        padding: 0 .5em;
    }
    .search-widget .search-btn .svg_ico {
        width: 40px;
        height: 40px;
    }
}

/************************************************/
/*************** BLOCKCART MODAL ****************/
/************************************************/

#blockcart-content {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

#blockcart-modal .modal-dialog {
    padding: 10px;
    width: auto;
}

#blockcart-content a:not(.btn) {
    color: #1c1c1c!important;
}

#blockcart-content a:not(.btn):hover {
    text-decoration: underline;
}

#blockcart-content .cart-subtotals {
    border-top: 1px solid #cacaca;
}

#blockcart-content .cart-totals {
    border-top: 1px solid #cacaca;
    font-size: inherit;
}

#blockcart-content .cart-totals .clearfix:not(.text-default) {
    font-weight: 600;
    margin-top: 5px;
}

/************************************************/
/********************* CART *********************/
/************************************************/

@media only screen and (max-width: 991px) {
    .cart-item {
        position: relative;
    }
    .cart-items,
    .cart-container + .btn {
        width: 100%;
        margin-top: 0!important;
        margin-bottom: 2rem !important;
    }
    .cart-summary-line.cart-total {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .col.col-auto.remove {
        position: absolute;
        right: -calc(var(--bs-gutter-x) *.7);
        top: 15px;
    }
}

/************************************************/
/***************** CART SUMMARY *****************/
/************************************************/

.cart-grid-right .cart-summary {
    border: 1px solid #cacaca;
    border-radius: 4px;
}

.card-body.cart-summary-totals.js-cart-summary-totals {
    border-top: 1px solid #cacaca;
    border-bottom: 0;
}

.cart-summary-line {
    margin-bottom: 7px;
}

.cart-summary-line:last-child {
    margin-bottom: 0;
}

/************************************************/
/******************* CHECKOUT *******************/
/************************************************/



/************************************************/
/*************** CHECKOUT STEPS *****************/
/************************************************/

/*
 Checkout - Addresses
*/

/* Contenedor principal del paso de direcciones */

body#checkout section.checkout-step.-current.-reachable.-complete .content,
body#checkout #checkout-addresses-step.checkout-step.-current .content {
    display: flex !important;
    flex-direction: column !important;
}

/* El bloque de campos personalizados al principio */

#checkout-addresses-step .content #customfields,
#checkout-addresses-step .content .customfields,
#customfields {
    order: -1 !important;
    margin-bottom: 30px !important;
    display: block !important;
    width: 100% !important;
}

#customfieldsblock_summary label,
#customfieldsblock_delivery label,
#customfieldsblock_payment label,
#customfieldsblock_shipping label,
#customfieldsblock_billing label {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

#customfieldsblock_summary select,
#customfieldsblock_summary textarea,
#customfieldsblock_billing select,
#customfieldsblock_billing textarea,
#customfieldsblock_payment select,
#customfieldsblock_shipping textarea,
#customfieldsblock_shipping select,
#customfieldsblock_shipping textarea,
#customfieldsblock_delivery select,
#customfieldsblock_delivery textarea {
    width: 100%;
}

#customfieldsblock_summary select,
#customfieldsblock_billing select,
#customfieldsblock_payment select,
#customfieldsblock_shipping select,
#customfieldsblock_delivery select {
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 13px) calc(1em + 1px), calc(100% - 8px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

/* El formulario de direcciones (con sus botones) al final */

#checkout-addresses-step .content .js-address-form,
#checkout-addresses-step .content form {
    order: 1 !important;
    width: 100% !important;
}

/*
 Checkout - Delivery
*/

body#checkout #delivery label {
    margin-bottom: 10px;
}

/*
 Checkout - Payment
*/

body#checkout .payment-option img {
    max-width: 50px;
    height: auto;
}

body#checkout .payment-options {
    display: flex;
    flex-flow: column;
}

body#checkout .payment-options .payment.payment-redsys {
    order: -1;
}

/************************************************/
/****************** ORDER CONF ******************/
/************************************************/



/************************************************/
/********************* CMS **********************/
/************************************************/

#cms #main .page-content {
    margin: 0;
}

.img-firma img {
    max-width: 250px !important;
}

/************************************************/
/****************** ELEMENTOR *******************/
/************************************************/

/*
 Banners
 */

.elementor-widget-banner .elementor-widget-container {
    overflow: hidden;
}

.elementor-iqit-banner .elementor-iqit-banner-title {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    text-shadow: 0 0 64px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 991px) {
    .elementor-widget-banner .elementor-iqit-banner-img {
        position: static;
        min-height: 235px;
        height: 100%;
        aspect-ratio: 1790 / 840;
        overflow: hidden;
    }
    .elementor-widget-banner .elementor-iqit-banner-img  img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .elementor-widget-banner.banner-480 .elementor-iqit-banner-img {
        min-height: 480px;
    }
}

/*
 Buttons
 */

.elementor-button.elementor-size-small {
    font-size: 12px;
     padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.elementor-button.elementor-size-medium {
    font-size: 14px;
}

/************************************************/
/********************* 404 **********************/
/************************************************/


/************************************************/
/************ MODULE - STORELOCATOR *************/
/************************************************/

#stores #main .page-content {
    margin-bottom: 0;
}

#stores #wrapper {
    padding-top: 0;
    background: #f6f6f6;
}

#stores #fmmsl_split_list {
    max-height: inherit;
    overflow: auto;
}

/*
 StoreLocator - Header
 */

#stores .stores_header {
    min-height: 375px;
    text-align: center;
    margin-bottom: 64px;
    background-size: cover;
    background-image: url("../img/stores.png");
    background-position: center center;
}

#stores .stores_header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

#stores .stores_header h1 {
    margin: 0;
    padding: 25px;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: 1%;
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 64px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 991px) {
    #stores .stores_header {
        min-height: 300px;
    }
    #stores .stores_header h1 {
        font-size: 48px;
    }
}

/*
 StoreLocator - Stores
 */

#stores #fmmsl_split_list ul li {
    border: 0;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 16px;
    background: #ffffff;
    overflow: hidden;
}

#stores #fmmsl_split_list ul li:last-child {
    margin-bottom: 0;
}

#stores #fmmsl_split_list ul li a {
    font-size: 14px;
}

#stores #fmmsl_split_list .fmmsl-card-inner {
    display: flex;
}

#stores #fmmsl_split_list .fmmsl-card-img {
    aspect-ratio: 4 / 4;
    max-width: 267px;
    max-height: 267px;
    overflow: hidden;
}

#stores #fmmsl_split_list .fmmsl-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#stores #fmmsl_split_list .fmmsl-card-info {
    padding: 16px 32px;
    max-width: calc(100% - 267px);
    gap: 16px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#stores #fmmsl_split_list ul p {
    padding: 0;
}

#stores #fmmsl_split_list .fmmsl-card-name,
#stores #fmmsl_split_list .fmmsl-card-name a {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1%;
}

#stores #fmmsl_split_list .fmmsl-card-phones {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

#stores #fmmsl_split_list .fmmsl-card-phone {
    font-weight: 500;
    color: #686868;
    border-color: #686868;
}

#stores #fmmsl_split_list .fmmsl-card-phone:hover {
    color: #ffffff;
    border-color: #686868;
    background: #686868;
}

#stores #fmmsl_split_list .fmmsl-card-phone svg {
    margin: -2px 5px 0 0;
}

#stores #fmmsl_split_list .fmmsl-card-actions {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

#stores #fmmsl_split_list .fmmsl-card-actions .fmmsl-card-btn {
    color: #686868;
    border-color: #F6F6F6;
    background: #F6F6F6;
}

#stores #fmmsl_split_list .fmmsl-card-actions .fmmsl-card-btn:hover {
    color: #F6F6F6;
    border-color: #686868;
    background: #686868;
}

#stores #fmmsl_split_list .fmmsl-card-actions .fmmsl-card-btn svg {
    margin: -2px 5px 0 0;
}

@media only screen and (max-width: 991px) {
    .fmmsl-card-btn.btn.btn-secondary.fmmsl-card-btn-first {
        display: none !important;
    }
    #stores #fmmsl_split_list .fmmsl-card-actions .fmmsl-card-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    #stores #fmmsl_split_list .fmmsl-card-inner {
        flex-flow: column;
    }
    #stores #fmmsl_split_list .fmmsl-card-img {
        width: 100%;
        max-width: 100%;
    }
    #stores #fmmsl_split_list .fmmsl-card-info {
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }
}

/*
 StoreLocator - Map
 */

#stores .store_map {
    min-height: 632px !important;
    margin-bottom: 0
}

#stores .store_map .gm-style-iw-chr {
    height: 15px;
}

#stores .store_map .gm-style-iw-chr .gm-style-iw-ch {
    opacity: 0;
}

@media only screen and (max-width: 991px) {
    #stores .store_map {
        margin-top: 30px;
        min-height: 400px !important;
        display: none !important;
    }
}

/*
 StoreLocator - Checkout
 */

#checkout #stores {
    margin-top: 25px;
}

#fmeStorePage {
    display: flex;
    flex-flow: wrap;
    gap: 5px 15px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

#fmeStorePage > .col-md-6 {
    width: calc(50% - 7.5px);
}

#stores input#addressInput,
#stores .form-control {
    height: 44px;
}

#stores #locationSelect {
    max-width: 100%;
}

#fmeStorePage p.float-xs-right {
    margin: 0;
    width: 100%;
    padding: 0;
}

#fmeStorePage p.float-xs-right .btn {
    width: 100%;
    height: 44px;
}

@media only screen and (max-width: 767px) {
    #fmeStorePage > .col-md-6 {
        width: 100%;
    }
}

/*
 StoreLocator - Order Details
 */

.pcickup_details.card-body {
    padding-bottom: 0;
}

/************************************************/
/************** MODULE - CAPTCHA ****************/
/************************************************/

.grecaptcha-badge {
    bottom: 130px !important;
    z-index: 100 !important;
}

/************************************************/
/************ MODULE - LGCOOKIESLAW *************/
/************************************************/

.lgcookieslaw-banner-bottom {
    padding: 30px 0 !important;
}

.lgcookieslaw-link-container {
    text-align: left;
}

.lgcookieslaw-banner-message {
    padding-right: 40px;
}

.lgcookieslaw-button-container,
.lgcookieslaw-button-container.two-buttons {
    display: flex;
    gap: 15px 20px;
}

.lgcookieslaw-buttons-right .lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-buttons-right .lgcookieslaw-button-container .lgcookieslaw-accept-button,
.lgcookieslaw-buttons-right .lgcookieslaw-button-container .lgcookieslaw-customize-cookies-link,
.lgcookieslaw-buttons-left .lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-buttons-left .lgcookieslaw-button-container .lgcookieslaw-accept-button,
.lgcookieslaw-buttons-left .lgcookieslaw-button-container .lgcookieslaw-customize-cookies-link {
    margin: 0;
    border-radius: 4px;
    text-transform: none;
}

@media only screen and (max-width: 991px) {
    .lgcookieslaw-buttons-right .lgcookieslaw-banner-message,
    .lgcookieslaw-buttons-left .lgcookieslaw-banner-message {
        padding: 0;
        margin-bottom: 25px;
    }
}

/************************************************/
/******* MODULE - SENT PRODUCTO TO FRIEND *******/
/************************************************/

.sptf-product-page,
#main-product-wrapper .sptf-product-page {
    padding: 0;
    margin-top: 20px;
}

#sptf-open-popup,
#main-product-wrapper #sptf-open-popup {
    text-transform: none;
    font-weight: 600;
    padding: 0 0 0 5px;
    border: none;
    background: none;
    color: #1c1c1c;
}

#sptf-open-popup:hover span,
#main-product-wrapper #sptf-open-popup:hover span {
    text-decoration: underline;
}

.sptf-form-control.sptf-submit,
#main-product-wrapper .sptf-form-control.sptf-submit {
    text-transform: none;
    font-weight: 600;
    color: #1c1c1c;
    border-color: #1c1c1c;
    background: #ffffff;
    padding: .575rem 1.25rem;
}

.sptf-form-control.sptf-submit:hover,
#main-product-wrapper .sptf-form-control.sptf-submit:hover {
    color: #ffffff;
    border-color: #009540;
    background: #009540;
}

#sptf-open-popup > span,
#main-product-wrapper #sptf-open-popup > span {
    margin-left: 5px!important;
}

/*
 Refer form
 */

#ets-sptf-form .ets-sptf-form.ets-sptf-modal {
    border-radius: 4px;
}

#ets-sptf-form .sptf-form-container {
    margin-bottom: 10px;
}

#ets-sptf-form .sptf-form-heading {
    padding-left: 30px;
}

.sptf-product-info .product-description {
    display: none;
}

.sptf-customer-info label,
.sptf-email-form label, .sptf-product-page {
    padding: 0px 12px;
}

.col-xs-12.col-sm-12.sptf-submit-wrapper,
#main-product-wrapper .col-xs-12.col-sm-12.sptf-submit-wrapper {
    padding: 0 !important;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .sptf-customer-info label,
    .sptf-email-form label, .sptf-product-page {
        width: 100%;
        padding: 0 30px;
    }
    .sptf-form br {
        display: none;
    }
    .sptf-form-control.sptf-submit,
    #main-product-wrapper .sptf-form-control.sptf-submit {
        left: 0;
    }
    .col-xs-12.col-sm-12.sptf-submit-wrapper,
    #main-product-wrapper .col-xs-12.col-sm-12.sptf-submit-wrapper {
        padding: 0 30px !important;
        margin-top: 10px;
        text-align: right;
    }
}