/* ----------- Custom WONDERS Styles ----------- */
/* ----------- Custom Fonts -------------------- */
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght_serif/WEB/NyghtSerif-Regular.woff2') format('woff2'),
         url('../fonts/nyght_serif/WEB/NyghtSerif-Regular.woff') format('woff'),
         url('../fonts/nyght_serif/OTF/NyghtSerif-Regular.otf') format('opentype'),
         url('../fonts/nyght_serif/TTF/NyghtSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght_serif/WEB/NyghtSerif-LightItalic.woff2') format('woff2'),
         url('../fonts/nyght_serif/WEB/NyghtSerif-LightItalic.woff') format('woff'),
         url('../fonts/nyght_serif/OTF/NyghtSerif-LightItalic.otf') format('opentype'),
         url('../fonts/nyght_serif/TTF/NyghtSerif-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Nyght Serif';
    src: url('../fonts/nyght_serif/WEB/NyghtSerif-Light.woff2') format('woff2'),
         url('../fonts/nyght_serif/WEB/NyghtSerif-Light.woff') format('woff'),
         url('../fonts/nyght_serif/OTF/NyghtSerif-Light.otf') format('opentype'),
         url('../fonts/nyght_serif/TTF/NyghtSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* ----------- Custom General Styles ------------ */
body{
    overflow-x: hidden !important;
}
.fa{
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300 !important;
}
.fa-solid {
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 700 !important;
}
#wrapper .breadcrumb{
    margin-bottom: 40px;
}
.container{
    padding: 0 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}
.modal.fade .modal-dialog{
    width: calc(100% - 20px);
    max-width: 406px;
}
#content-wrapper .section-title{
    font-family: 'Nyght Serif', sans-serif;
    padding-bottom: 0;
    margin-bottom: 35px !important;
}
.swiper-cls-fix:not(.swiper-initialized) .swiper-wrapper{
    overflow: inherit;
    display: flex;
}
input.form-control {
    border-radius: 4px;
    padding: 0.8rem 1rem;
}
select.form-control {
    border-radius: 4px;
    padding: 0.8rem 1rem;
    height: auto !important;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #919191 !important;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans';
}
.custom-radio input[type=radio]:checked+span {
    width: 10px;
    height: 10px;
}
.div-pre-submit-arrow {
    position: relative;
}
.div-pre-submit-arrow::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    pointer-events: none;
}
.div-pre-submit-arrow:hover::after {
    color: #080808;
}
.div-pre-submit-arrow  input{
    width: 100%;
}
button[data-action="show-password"] i {
    font-weight: 700 !important;
}
button[data-action="show-password"] {
    background-color: transparent;
    border-left: 1px solid white;
    color: black !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
button[data-action="show-password"]:hover {
    border-left: 1px solid white;
}
button i.fa-light.fa-arrow-right.float-right {
    margin-top: 3px;
    margin-right: 0px;
}

.input-group.bootstrap-touchspin {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 77px;
    margin: auto;
}

.input-group.bootstrap-touchspin .btn.btn-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
    order: -1;
    width: 20px;
    padding: 0px;
    height: 30px;
    border-right: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    color: #919191;
}

.input-group.bootstrap-touchspin .btn.btn-touchspin.js-increase-product-quantity.bootstrap-touchspin-up {
    width: 20px;
    padding: 0px;
    height: 30px;
    border-left: none;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    color: #919191;
}

input.js-cart-line-product-quantity.form-control {
    height: 30px;
}

.alert {
    width: fit-content;
}

@media (max-width: 992px) {
    input.js-cart-line-product-quantity.form-control {
        padding-left: 10px;
        padding-right: 0px;
    }
}

@media(max-width: 767px){
    #wrapper .breadcrumb{
        margin-bottom: 20px;
        display: none;
    }
    .container{
        padding: 0 10px;
    }
    input.form-control {
    height: 46px;
    font-size: 14px;
    }
    input[type="submit"] {
        height: 46px;
    }
    button.continue {
        height: 46px;
    }

    
}
/* ----------- Custom Header Styles ------------- */
#header {
    z-index: 9999;
}
#index #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}
.sticky-desktop-wrapper {
    height: fit-content !important;
}
#mobile-header #mobile-header-sticky > .container{
    padding: 0px 10px 0px 0px;
}
#mobile-header .m-nav-btn>i{
    font-size: 16px;
    line-height: 16px;
}
#mobile-header .m-menu-btn>i{
    font-size: 32px;
    line-height: 32px;
}
#mobile-header .m-nav-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
}
#index #mobile-header #mobile-header-sticky:not(.stuck) a.m-nav-btn.m-menu-btn {
    margin-bottom: -15px;
}
.active-custom-weight{
    font-weight: 700 !important;
}
#mobile-header .m-nav-btn span{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 6px;
}
#mobile-header .m-nav-btn>span{
    display: inline-block;
    margin-top: 0;
}
#mobile-header .m-menu-btn>span{
    font-size: 30px;
    padding-left: 6px;
}
.ps-shoppingcart .cart-products-count-btn{
    background: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    min-width: auto;
    width: auto;
    height: auto;
    min-height: auto;
    text-align: left;
    padding: 0;
    line-height: 1.4rem;
    margin-left: 3px !important;
}
.col-header-search #search_widget input.form-search-control{
    border: none;
    border-bottom: solid 1px;
    padding: 0;
    padding-bottom: 5px;
    padding-left: 25px;
    min-width: 130px;
    width: 130px;
    text-transform: uppercase;
    line-height: 14px;
    background: none;
    border-bottom-right-radius: 0px;
}
#index .col-header-search #search_widget input.form-search-control::placeholder{
    color: #ffffff !important;
    font-weight: 300;
}
.col-header-search .search-widget{
    padding: 0 20px;
}
.col-header-search .search-widget .search-btn{
    left: 0;
    right: auto;
    padding: 0;
}
.col-header-search .search-widget .search-btn i{
    font-size: 16px;
    line-height: 16px;
}
#mobile-header .col-mobile-logo .logo{
    position: relative;
    top: -5px;
}
#index #mobile-header #mobile-header-sticky, #index #mobile-header{
    background: rgba(255, 255, 255, 0);
}
#mobile-header #mobile-header-sticky.stuck{
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(17px);
}
#mobile-header #mobile-header-sticky .ps-shoppingcart .cart-products-count-btn{
    color: #080808;
}
#index #mobile-header #mobile-header-sticky .m-nav-btn, #index #mobile-header #mobile-header-sticky .ps-shoppingcart .cart-products-count-btn, #index #mobile-header #mobile-header-sticky .col-header-search .search-widget .search-btn, #index #mobile-header #mobile-header-sticky .col-header-search #search_widget input.form-search-control::placeholder{
    color: #ffffff;
}
#index #mobile-header #mobile-header-sticky.stuck .m-nav-btn, #index #mobile-header #mobile-header-sticky.stuck .ps-shoppingcart .cart-products-count-btn, #index #mobile-header #mobile-header-sticky.stuck .col-header-search .search-widget .search-btn, #index #mobile-header #mobile-header-sticky.stuck .col-header-search #search_widget input.form-search-control::placeholder{
    color: #080808;
}
#index #mobile-header #mobile-header-sticky.stuck .m-nav-btn:hover, #index #mobile-header #mobile-header-sticky.stuck .col-header-search .search-widget .search-btn:hover{
    color: #9D182F;
}
#index #mobile-header #mobile-header-sticky .col-header-search #search_widget input.form-search-control, #index #mobile-header #mobile-header-sticky .col-header-search #search_widget input.form-search-control:focus{
    color: #ffffff;
    border-color: #ffffff;
}
#index #mobile-header #mobile-header-sticky.stuck .col-header-search #search_widget input.form-search-control{
    color: #080808;
    border-color: #080808;
}
#index #mobile-header #mobile-header-sticky.stuck .col-header-search #search_widget input.form-search-control::placeholder{
    color: #080808 !important;
}
#index #mobile-header #mobile-header-sticky.stuck .col-header-search #search_widget input.form-search-control:focus{
    border-color: #9D182F;
}
#index #mobile-header #mobile-header-sticky .col-mobile-logo .logo{
    filter: brightness(100);
}
#index #mobile-header #mobile-header-sticky.stuck .col-mobile-logo .logo{
    filter: brightness(1);
}


@media(max-width: 1250px) {
    #mobile-header #mobile-header-sticky .col-mobile-logo .logo{
        max-width: 140px;
    }
}
@media(min-width:992px){
    #index #mobile-header #mobile-header-sticky .col-mobile-logo .logo{
        scale: 1.3;
        top: 0px;
        left: 25px;
    }
    #index #mobile-header #mobile-header-sticky.stuck .col-mobile-logo .logo{
        scale: 1;
        top: -5px;
        left: 0px;
    }
    #mobile-header #mobile-header-sticky .col-mobile-logo{
        text-align: center;
    }
    #mobile-header #mobile-header-sticky .col-mobile-logo .logo{
        left: 78px !important;
    }
}
@media(min-width:1150px){
    #mobile-header #mobile-header-sticky .col-mobile-logo .logo{
        left: 147px !important;
    }
}
@media(max-width: 992px) {
    #index #mobile-header #mobile-header-sticky:not(.stuck) a.m-nav-btn.m-menu-btn {
        margin-bottom: -5px;
    }
    #mobile-header .m-menu-btn>span{
        display: none;
    }
}

@media(max-width: 768px) {
    #mobile-header .col-mobile-logo .logo{
        max-width: 115px;
        top: -3px;
    }
}
@media(max-width:767px){
    #mobile-header .m-nav-btn>span{
        display: none;
    }
    #mobile-header #mobile-cart-products-count {
        display: block;
    }
    #mobile-header .m-nav-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
    #mobile-header .m-menu-btn>i {
        font-size: 20px;
        line-height: 20px;
    }
    #mobile-header .m-nav-btn.m-menu-btn{
        padding-right: 0;
    }

    #mobile-header #mobile-header-sticky > .container {
        padding: 0px 16px;
    }

    #mobile-header #mobile-header-sticky:not(.stuck) a.m-nav-btn.m-menu-btn {
        margin-bottom: 0px;
    }
}
@media(max-width:575px){
    #mobile-header .mobile-main-bar .col-header-search{
        display: none;
    }
}
/* Custom Menu Styles */
.custom-mobile-menu-header{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.custom-mobile-menu-header .img-movil{
    display: none;
}
@media(max-width:768px){
    .custom-mobile-menu-header .img-escritorio{
        display: none;
    }
    .custom-mobile-menu-header .img-movil{
        display: block;
    }
}
.custom-mobile-menu-header .mobile-menu-close-wrapper .mobile-menu-close-btn{
    font-size: 32px;
    line-height: 32px;
}
.custom-mobile-menu-header .mobile-menu-close-wrapper .mobile-menu-close-btn:hover{
    cursor: pointer;
}
.img-n-txt-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
}
.img-n-txt-wrapper:hover{
    cursor: pointer;
}
.img-n-txt-wrapper .txt-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.cbp-hrmenu .cbp-hrsub-inner .img-n-txt-wrapper .txt-wrapper a{
    color: #ffffff !important;
}
.img-n-txt-wrapper .txt-wrapper .txt-title{
    font-family: 'Nyght Serif', sans-serif;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 5px;
}
.img-n-txt-wrapper .txt-wrapper .txt-btn{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.img-n-txt-wrapper .txt-wrapper .txt-btn i{
    margin-left: 3px;
}
#custom-iqitmegamenu-mobile{
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 600px;
    padding: 60px;
    left: -600px;
    transition: all ease-in-out 0.3s;
}
.iqitmegamenu-submenu-container{
    padding: 0;   
}
#custom-iqitmegamenu-mobile.open{
    left: 0;
}
.col-mobile-menu-push.show #mobile_menu_click_overlay{
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab#cbp-hrmenu-tab-3 > a{
    padding-left: 0;
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu .cbp-hrsub-inner{
    padding: 0;
    height: 100%;
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a:hover{
    text-decoration: underline;
}
@media(min-width:768px){
    #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab.open-submenu .cbp-hrsub{
        visibility: visible;
        opacity: 1;
        display: block;
        z-index: 100;
    }   
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a .cbp-tab-title{
    padding-bottom: 3px;
    border-bottom: solid 1px #ffffff;
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a:hover .cbp-tab-title, 
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab.cbp-hropen > a .cbp-tab-title{
    /* border-bottom: solid 1px #080808; */
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab.cbp-hropen > a .cbp-tab-title{
    font-weight: 700;
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab .cbp-hrsub{
    height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 30px !important;
    padding-right: 30px !important;
}
@-moz-document url-prefix() {
  #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab .cbp-hrsub {
    scrollbar-width: thin; /* grosor reducido */
    scrollbar-color: #080808 rgba(103, 31, 31, 0.085); 
    /* thumb primero, track después */
  }
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li{
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
}
.cbp-hrmenu .cbp-menu-column{
    margin-top: 10px;
}
.cbp-hrmenu > ul{
    margin-bottom: 20px;
    display: flex;
    overflow-x: scroll;
}
@-moz-document url-prefix() {
  .cbp-hrmenu > ul {
    scrollbar-width: thin; /* grosor reducido */
    scrollbar-color: #080808 rgba(103, 31, 31, 0.085); 
    /* thumb primero, track después */
  }
}
.cbp-hrmenu > ul::-webkit-scrollbar{
    height: 3px;
}
.cbp-hrmenu > ul::-webkit-scrollbar-thumb{
    background-color: #080808;
    border-radius: 20px;
}
.cbp-hrmenu > ul::-webkit-scrollbar-track{
    background-color: rgba(103, 31, 31, 0.085);
}
.cbp-hrmenu .cbp-hrmenu-tab {
    min-width: fit-content;
}
.cbp-hrmenu #cbp-hrmenu-tab-11 {
    display: none;
}
.menu-breadcrumbs-header{
    width: 100%;
    z-index: 9999;
}
.menu-breadcrumbs-header span{
    color:#080808;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
}
.menu-breadcrumbs-header i{
    color:#080808;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
}
.menu-breadcrumbs-header div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0px;
}
.menu-breadcrumbs-header:not(.active){
    display: none;
}
.menu-first-links,
.menu-part-2{
    display: none;
}
@media(max-width: 768px){
    #custom-iqitmegamenu-mobile.open{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-menu-close-wrapper,
    .mobile-menu-logo-wrapper{
        margin-bottom: 28px;
    }
    #custom-iqitmegamenu-mobile{
        padding: 20px;
    }
    .hide-custom{
        display: none !important;
    }
    .cbp-hrmenu > ul {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 0;
        border: 0;
        overflow: auto;
    }
    .cbp-hrmenu .cbp-hrmenu-tab{
        width: 100%;
    }
    .cbp-hrmenu .cbp-hrmenu-tab.cbp-has-submeu > .nav-link:after{
        content: '\f061';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 14px;
    }
    
    .cbp-hrmenu .cbp-hrmenu-tab.cbp-has-submeu > .nav-link{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: baseline;
        padding-right: 0;
    }
    .cbp-hrmenu .cbp-hrmenu-tab .nav-link{
        padding-left: 0 !important;
    }
    #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu li.cbp-hrmenu-tab .cbp-hrsub{
        position: absolute;
        padding: 0 !important;
        height: 100%;
        min-height: 70vh;
        transform: translate(0%, 0%);
    }
    #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu > ul > li.cbp-hrmenu-tab > a .cbp-tab-title{ 
        color:#080808;
        font-family: "Plus Jakarta Sans";
        font-size: 20px;
        font-weight: 500;
        line-height: 100%; 
        text-transform: uppercase;
        padding-bottom: 23px;
    }
    .cbp-hrmenu .cbp-menu-column{
        width: 100%;
    }
    .img-n-txt-wrapper img{
        width: 100%;
    }
    .iqitmegamenu-submenu-container .cbp-menu-column .cbp-links a{
        font-family: "Plus Jakarta Sans";
        font-weight: 400;
        font-size: 13px;
    }
    .cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner > .menu_row:first-child{
        margin-top: 0;
    }

    .menu-part-2{
        display: block;
    }
    .menu-first-links{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 15px;
        margin-top: 26px;
    }    
    .menu-first-links a{
        padding: 0 !important;
        display: flex;
    }
    .menu-first-links span{
        color: #080808;
        font-family: "Plus Jakarta Sans";
        font-weight: 400;
        font-size: 13px !important;
        line-height: 100% !important;
        display: block !important;
        text-transform: none !important;
        margin-left: 0 !important;
    }
    .menu-first-links i{
        color: #080808;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        width: 22px;
        text-align: left;
    }
    #menu-social-links{
        /*display: block;*/
        display: none;
    }
    #menu-social-links ul{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #menu-social-links ul i{
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #080808;
    }

    .menu-second-links{
        margin-bottom: 28px;
    }
    .menu-second-links .block-title{
        display: none;
    }
    .menu-second-links ul{
        display: flex;
        gap: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-second-links li{
        margin-bottom: 0 !important;
    }
    .menu-second-links a{
        color: #080808 !important;
        font-family: "Plus Jakarta Sans";
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        padding-left: 0 !important; 
    }
    .menu-second-links a:before{
        content: none;
    }
}
@media(max-width: 576px){
    .mobile-menu-logo-wrapper .logo{
        max-width: 160px;
    }
    .custom-mobile-menu-header{
        margin-bottom: 00px;
    }
    .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
        font-size: 13px !important;
    }
    .cbp-hrmenu .cbp-hrsub {
        font-size: 13px !important;
    }
    .cbp-horizontal .cbp-tab-title {
        font-size: 15px;
    }
}
/* Custom Footer Styles */
.cpy-wrapper{
    flex-wrap: wrap;
    align-items: center;
}
.cpy-wrapper .cpy-legal-links{
    text-align: right;
}
.cpy-wrapper .cpy-legal-links a{
    margin-right: 10px;
    display: inline-block;
}
.cpy-wrapper .cpy-legal-links a:last-child{
    margin-right: 0;
    text-decoration: underline;
}
.cpy-wrapper, .cpy-wrapper a{
    color: #F4F1F2 !important;
}
.cpy-txt {
    opacity: .55;
}
#footer .payment-methods img {
    max-width: 100%;
    height: auto;
}
.cpy-wrapper a:hover{
    text-decoration: underline;
}
#footer .block h5.block-title{
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
#footer-container-main a, #checkout-footer a{
    padding: 0;
}
.block-links ul>li a:before{
    content: '';
}
#footer .block-newsletter h5.block-title{
    font-size: 64px;
    line-height: 64px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-family: 'Nyght Serif', sans-serif;
}
#footer .block-newsletter .block-subtitle{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}
#footer .block-newsletter .block-subtitle i{
    font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe{
    background: #9D182F;
    color: #ffffff;
    padding: 0 50px;
    font-size: 20px;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover {
    color: inherit;
    opacity: .8;
}
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe i, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe i {
    font-weight: 300 !important;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .input-subscription{
    padding: 12px 15px;
}
#footer .footer-style-1 .social-links>li{
    padding-right: 55px;
}
#footer .footer-style-1 .social-links>li:last-child{
    padding-right: 0;
}
#footer .block.block-newsletter{
    padding-bottom: 30px;
    max-width: 460px;
}
#checkout-footer{
    padding-bottom: 0;
}
#footer .block-iqitlinksmanager-6 {
    display: none;
}
#footer #legal-notice-footer  {
    text-align: center;
    padding-top: 10px;
}
#footer #legal-notice-footer a {
    color: #F4F1F2 !important;
    padding-right: 15px;
    opacity: .5;
}
#footer #legal-notice-footer a:hover {
    opacity: 1;
}
@media(max-width: 991px){
    #footer-container-main, #checkout-footer {
        padding-top: 96px;
    }
    #footer .block-newsletter h5.block-title{
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 13px;
    }
    #footer .block-newsletter .block-subtitle{
        font-size: 20px;
        line-height: 131%;
        margin-bottom: 21px;
    }
    #footer .footer-style-1 .social-links>li{
        padding-right: 35px;
    }
    #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #checkout-footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe{
        padding: 0 30px;
    }
    #footer .social-links._footer {
        display: flex;
        justify-content: space-between;
        font-size: 20px;
    }
    #footer #legal-notice-footer {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
@media(max-width: 767px){
    #footer .block.block-newsletter{
        padding-bottom: 63px;
    }
    #footer .block.block-social-links{
        padding-bottom: 30px;
    }
    #footer .block-toggle {
        padding: 22px 15px;
        border-top: solid 1px #313131;
    }
    #footer .block h5.block-title{
        padding-bottom: 0;
        margin-bottom: 0;
        position: relative;
    }
    #footer .block-toggle > .block-title span::after{
        content: '\2b';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 14px;
    }
    #footer .block-toggle._toggled .block-title span::after{
        content: '\f068';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        line-height: 14px;
    }
    #footer .block-toggle:last-child{
        border-bottom: solid 1px #313131;
    }
    #footer .block-toggle._toggled > .block-content{
        margin-top: 20px;
    }
    #footer .block-iqitlinksmanager-6 {
        display: block;
        text-decoration: underline;
    }
    #footer .block-iqitlinksmanager-6 span::after {
        content: '' !important;
    }
    #footer .cpy-txt {
        order: 1;
        margin-top: 20px;
    }
    .cpy-wrapper .cpy-legal-links {
        display: none;
    }
}
@media(max-width: 575px){
    .cpy-wrapper .cpy-legal-links{
        text-align: center;
        margin-top: 10px;
    }
    .cpy-wrapper .cpy-legal-links a{
        margin-bottom: 2px;
        margin-top: 2px;
    }
    #footer-copyrights{
        padding: 15px 0;
        font-size: 15px;
        line-height: 15px;
    }
}
/* Custom Category Page Styles */
.category-description.category-description-bottom{
    max-width: 1195px;
    width: 100%;
    margin: auto;
    margin-bottom: 95px;
    margin-top: 160px;
}
.category-description.category-description-bottom .cat-title{
    display: block;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.category-description.category-description-bottom .cat-desc{
    font-size: 12px;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo td {
    vertical-align: text-top;
    width: 50%;

}
.category-description.category-description-bottom .cat-desc #new-cat-seo ul {
    list-style: disc;
    padding-left: 2rem;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo h2 {
    font-size: 16px;
    margin-top: 15px;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo h3 {
    font-size: 14px;
    margin-top: 15px;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo p {
    max-width: 890px;
    margin: auto;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo table {
    margin-top: 15px;
    margin-bottom: 15px;
}
.category-description.category-description-bottom .cat-desc #new-cat-seo table td {
    padding-left: 10px;
    padding-right: 10px;
}
.category-description.category-description-bottom .category-desc-wrapper{
    align-items: center;
    /* margin-right: -35px; */
    /* margin-left: -35px; */
}
.category-description.category-description-bottom .category-desc-wrapper .col{
    padding: 0 35px;
}
@media (max-width: 767px) {
    .category-description.category-description-bottom .cat-desc #new-cat-seo td {
        width: 100%;
    }
    .category-description.category-description-bottom .cat-desc #new-cat-seo tr {
        display: flex;
        flex-direction: column;
    }
}
.category-header-section .block-categories{
    position: relative;
    overflow-x: hidden;
}
.category-header-section .block-categories::after{
    content: '';
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    width: 400px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: -40px 0px 70px #ffffff;
}
.category-header-section .block-categories ul.category-sub-menu li{
    display: inline-block;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    flex: 0 0 auto;
}
.category-header-section .block-categories ul.category-sub-menu li a{
    color: #080808;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
}
.category-header-section .block-categories ul.category-sub-menu li a:hover{
    border-bottom: solid 1px #080808;
}
.category-header-section .block-categories ul.category-sub-menu li a.active{
    /* border-bottom: solid 1px #080808; */
    font-weight: 700;
}
.category-header-section .block-categories ul.category-sub-menu li:first-child{
    padding-left: 0;
}
.category-header-section .block-categories ul.category-sub-menu li:last-child{
    padding-right: 120px;
}
.category-header-section .block-categories ul.category-sub-menu{
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #080808 #ffffff;
}
.category-header-section .block-categories ul.category-sub-menu::-webkit-scrollbar{
    width: 3px;
}
.category-header-section .block-categories ul.category-sub-menu::-webkit-scrollbar-thumb{
    background-color: #080808;
    border-radius: 20px;
}
.category-header-section .block-categories ul.category-sub-menu::-webkit-scrollbar-track{
    background-color: #ffffff;
}
.products-selection{
    border: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    top: -40px;
    right: 0;
    width: 25%;
    text-align: right;
}
#js-product-list-header h1.page-title{
    padding-bottom: 0;
    margin-bottom: 20px;
}
.product-list-container, .product-list-container .product-list-content-container{
    position: relative;
}
.product-list-container .category-header-section{
    width: 75%;
}
.product-list-container .product-list-content-container section#products{
    margin-top: 35px;
}
.products-selection .sort-by-wrapper .products-filter-btn-wrapper, .products-selection .sort-by-wrapper .products-sort-order > a{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #080808;
}
.products-selection .sort-by-wrapper .products-filter-btn-wrapper .products-filters-btn, .products-selection .sort-by-wrapper .products-sort-order > a .select-title-name{
    text-decoration: underline;
}
.products-selection .sort-by-wrapper .products-filter-btn-wrapper .products-filters-btn:hover, .products-selection .sort-by-wrapper .products-sort-order > a:hover .select-title-name{
    cursor: pointer;
}
.products-selection .sort-by-wrapper .products-filter-btn-wrapper i{
    margin-right: 3px;
}
.has-compact-filter #amazzing_filter .compact-toggle{
    display: none;
}
.has-compact-filter #amazzing_filter{
    width: 100%;
    max-width: 360px;
}
@media(max-width: 767px){
    .category-description.category-description-bottom{
        margin-bottom: 0;
        margin-top: 85px;
    }
    .product-list-container .category-header-section{
        width: 100%;
    }
    .product-list-container .product-list-content-container{
        position: unset;
    }
    .products-selection{
        width: 40%;
    }
    .product-list-container #js-product-list-header{
        width: 60%;
    }
    .product-list-container .product-list-content-container section#products {
        margin-top: 17px;
    }
    body#category #wrapper {
        padding-top: 32px;
    }
    .category-description.category-description-bottom .category-desc-wrapper{
        margin-left: inherit;
        margin-right: inherit;
    }
    .products-selection{
        top: 0px;
    }

}
@media(max-width: 575px){
    .products-selection{
        width: 50%;
        padding: 5px 0 0 0;
    }
    .product-list-container #js-product-list-header{
        width: 50%;
    }
    #js-product-list-header h1.page-title{
        font-size: 24px;
    }
    .products-selection .sort-by-wrapper .products-filter-btn-wrapper, .products-selection .sort-by-wrapper .products-sort-order > a{
        font-size: 12px;
    }
    .category-header-section .block-categories ul.category-sub-menu li{
        font-size: 14px;
        padding: 0 11px;
    }
    .category-header-section .block-categories::after {
        right: -360px;
    }
    .category-description.category-description-bottom .cat-desc{
        margin-bottom: 30px;
    }
}
/* Custom Product Miniature Styles */
.products-grid .product-miniature .product-title{
    margin-bottom: 15px;
}
.product-miniature .product-title a{
    color:#080808 !important;
}
.product-miniature .product-title a:hover{
    color:#9D182F !important;
}
.product-miniature .product-price{
    font-weight: 500;
}
.product-miniature .regular-price{
    font-size: 0.9rem;
}
.product-miniature .thumbnail-container{
    position: relative;
    overflow: hidden;
}
.product-miniature .thumbnail-container .miniature-product-image-slide a, .product-miniature .thumbnail-container .miniature-product-image-slide a picture, .product-miniature .thumbnail-container .miniature-product-image-slide a img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.product-miniature .thumbnail-container .swiper-button-prev {
    left: 0px;
    right: auto;
}
.product-miniature .thumbnail-container .swiper-button-next:after, .product-miniature .thumbnail-container .swiper-button-prev:after{
    font-size: 18px;
}
@media(min-width:992px){
    .product-miniature .thumbnail-container .swiper-button-next, .product-miniature .thumbnail-container .swiper-button-prev{
        visibility: hidden;
        opacity: 0;
    }
    .product-miniature:hover .thumbnail-container .swiper-button-next, .product-miniature:hover .thumbnail-container .swiper-button-prev{
        visibility: visible;
        opacity: 1;
    }
}
.product-miniature:hover .thumbnail-container .swiper-button-next.swiper-button-disabled, .product-miniature:hover .thumbnail-container .swiper-button-prev.swiper-button-disabled{
    opacity: 0.5;
}
.product-miniature-grid:hover .product-functional-buttons-bottom {
    z-index: 99;
}
.product-miniature li.product-flag{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 8px;
}
.product-miniature li.product-flag.out_of_stock {
    padding-left: 0px;
}
.product-miniature-default .product-flags {
    left: 10px;
    top: 13px;
}
.products-grid .product-miniature .product-price-and-shipping{
    padding-bottom: 6px;
}
.product-miniature .add-cart-miniature-btn-wrapper{
    position: absolute;
    z-index: 99;
    bottom: 8px;
    right: 6px;
    padding: 20px 2px 5px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.product-miniature .add-cart-miniature-btn-wrapper .add-cart-miniature{
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 6px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}
.product-miniature .add-cart-miniature-btn-wrapper.show{
    visibility: visible;
    opacity: 1;
}
.product-miniature .add-cart-miniature:hover{
    cursor: pointer;
}
.product-miniature .product-availability {
    display: none !important;
}
.product-miniature .product-functional-buttons-bottom{
    right: 0.7rem;
    transform: none !important;
    opacity: 1;
    z-index: 99;
}
.product-miniature .product-functional-buttons a:link{
    background: none;
    box-shadow: none;
}
.products-grid .product-miniature .product-functional-buttons a:hover{
    opacity: 1;
    color: #9D182F !important;
}
.product-miniature-grid .product-functional-buttons i{
    font-size: 18px;
}
.product-miniature .iqitvideo video{
    width: 100%;
    height: auto;
    aspect-ratio: 420 / 530;
    object-fit: cover;
}
@media(max-width:991px){
    .product-miniature{
        pointer-events: none;
    }
    .product-miniature .product-description, .product-miniature .thumbnail-container .add-cart-miniature-btn-wrapper, .product-miniature .thumbnail-container .miniature-product-images-slider{
        pointer-events: all;
    }
    .product-miniature-default .product-flags {
        left: 5px;
        top: 8px;
    }
}
@media(max-width: 575px){
    #products #js-product-list{
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }
    #products #js-product-list .products.row.products-grid{
        margin: 0 -2px 0 -2px;
    }
    #products #js-product-list .products.row.products-grid > [class*="col-"]{
        padding: 2px;
    }
    .products-grid .product-miniature .product-description{
        padding: 9px 6px 21px 6px;
    }
    .products-grid .product-miniature .product-title {
        margin-bottom: 7px;
    }
    .products-grid .product-miniature .product-price-and-shipping{
        padding-bottom: 2px;
    }
    .product-miniature .miniature-form-wrapper .miniature-product-attribute .radio-attribute .radio-attribute-item {
        margin-top: 10px;
        margin-right: 15px;
    }
}
/* Custom Product Page Styles */
#product #main-product-wrapper {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0;
}
#product #main.-combinations-loading {
    opacity: .5;
    filter: brightness(.7);
    pointer-events: none;
}
#product #wrapper .breadcrumb{
    margin-bottom: 10px;
}
#main-product-wrapper .product_header_container .page-title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}
#main-product-wrapper .product-prices .product-discount .regular-price{
    font-size: 12px;
}
.product_header_container{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
}
#main-product-wrapper .product-information .product-actions .product-variants .product-variants-item.unic-color{
    display: none;
}
#main-product-wrapper .product-information .product-actions .product-variants .product-variants-item > span.form-control-label{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
#main-product-wrapper .product-information .product-variants .input-radio, .product-variants .radio-label{
    min-width: auto !important;
    min-height: auto !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 3px !important;
    outline: none !important;
    margin: 0;
}
#main-product-wrapper .product-information .product-variants .input-radio+span{
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}
#main-product-wrapper .product-information .product-variants .input-radio:checked+span, #main-product-wrapper .product-information .product-variants .input-radio:hover+span{
    font-weight: 800;
    border: none;
    border-bottom: solid 1px #080808;
}
#main-product-wrapper .product-information .product-variants>.product-variants-item ul li{
    margin-right: 30px;
}
#main-product-wrapper .product-information .product-variants>.product-variants-item ul li.attribute-not-in-stock{
    opacity: 0.25;
}
#main-product-wrapper .product-information .product-add-to-cart .col-add-qty{
    display: none;
}
#main-product-wrapper .product-information .product-add-to-cart button.add-to-cart{
    width: 100%;
    max-width: 435px;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
#main-product-wrapper .product-information .product-add-to-cart button.add-to-cart i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#main-product-wrapper .product-information .product-quantity .add-to-cart:disabled {
    opacity: .5;
}
button.btn-iqitwishlist-add{
    padding: 0;
    height: 37px;
    width: 37px;
    text-align: center;
    background: #F4F1F2;
    color: #080808;
    font-size: 14px;
    line-height: 14px;
    border: solid 1px #F4F1F2;
}
button.btn-iqitwishlist-add:hover{
    border: solid 1px #080808;
    background: #F4F1F2;
    color: #080808;
}
#main-product-wrapper #col-product-info .col-add-wishlist{
    text-align: right;
    margin-bottom: 10px;
}
#product .elementor-displayReassurance {
    display: none;
}
.product-additional-info{
    border: none;
    padding-top: 0;
}
#product .elementor-displayReassurance .envios-devoluciones {
    display: none;
}
#product #productdaas-accordion.iqit-accordion{
    margin-top: 20px;
}
#product #productdaas-accordion.iqit-accordion .title{
    border-bottom: none;
    font-weight: 500;
    padding: 15px 0;
}
#product #productdaas-accordion.iqit-accordion .card{
    border-top: solid 1px #E4E4E4;
}
#product #productdaas-accordion.iqit-accordion .card:last-child{
    border-bottom: solid 1px #E4E4E4;
}
#product #productdaas-accordion.iqit-accordion .title a:focus{
    text-decoration: none;
}
#product #productdaas-accordion.iqit-accordion .content{
    border-bottom: none;
}
#product #productdaas-accordion.iqit-accordion .content .rte-content{
    padding-top: 3px;
    padding-bottom: 30px;
}
#product #productdaas-accordion.iqit-accordion #productdaas-accordion-details .product-features{
    margin-top: 0;
}
#product .main-feature-title{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.5;
}
#product .main-feature-value{
    font-size: 15px;
    font-weight: 600;
}
#product .main-product-feature > .row{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E4E4E4;
    margin: 0;
    height: 100%;
}
.main-product-feature-icon.col-custom{
    flex: 0 0 25%;
    max-width: 25%;
}
.main-product-feature-content.col-custom{
    flex: 0 0 75%;
    max-width: 75%;
}
#main-product-wrapper #product-images-large.swiper #swiper-wrapper-column-images .iqitvideo{
    opacity: 1;
}
#main-product-wrapper #product-images-large.swiper #swiper-wrapper-column-images .iqitvideo video{
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 621;
    object-fit: cover;
}
#product .product-info-row{
    margin-bottom: 100px;
}
.swiper-container-wrapper .products.swiper-container{
    padding: 0;
}
.product-accessories.block-section,
.category-products.block-section{
    margin-bottom: 150px;
}
.product-accessories > .section-content.swiper-container-wrapper,
.category-products > .section-content.swiper-container-wrapper{
    padding-top: 60px;
    margin-top: -65px;
    position: relative;
}
.product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next, .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev,
.category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next, .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev{
    top: -5px;
    margin-top: 0;
}
.product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev,
.category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev{
    right: 60px;
    left: auto;
}
.product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-pagination-product, .elementor-products-carousel.swiper-container .swiper-pagination,
.category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-pagination-product{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 10px;
}
.product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-pagination-product .swiper-pagination-bullet, .elementor-products-carousel.swiper-container .swiper-pagination .swiper-pagination-bullet,
.category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-pagination-product .swiper-pagination-bullet{
    cursor: pointer;
    flex: auto;
    border-radius: 0;
    height: 3px;
    width: auto;
    min-width: 1px;
}
#main-product-wrapper .product-information .product-add-to-cart .mobile-show-combi-options span.choose-combi{
    width: 100%;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
#main-product-wrapper .product-information .product-add-to-cart .mobile-show-combi-options span.choose-combi i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#product .product-variants .close-variants-mobile{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    font-size: 16px;
}
#product #col-product-info{
    z-index: 99;
    top: 80px !important;
    padding-right: 60px;
}
#product  #col-product-info .product-minimal-quantity{
    margin: 0;
}
#product #col-product-info .prod-mobile-title{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
#product .table-product-size-guide{
    width: 100%;
    max-width: 100%;
    font-size: 11px;
}
#product .table-product-size-guide tr{
    padding: 5px 0;
    border-top: #E4E4E4 solid 1px;
}
#product .table-product-size-guide tr:last-child{
    border-bottom: #E4E4E4 solid 1px;
}
#product .table-product-size-guide tr td{
    text-align: center;
    border-right: #f6f6f6 solid 1px;
}
#product .table-product-size-guide tr td:first-child{
    text-align: left;
}
#product .table-product-size-guide tr td:last-child{
    border-right: none;
}
#product .main-caract-product-section .swiper-container .swiper-pagination{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    bottom: 0;
}
#product .main-caract-product-section .swiper-container .swiper-pagination .swiper-pagination-bullet{
    cursor: pointer;
    flex: auto;
    border-radius: 0;
    height: 3px;
    width: auto;
    min-width: 1px;
}
#product .iqitproducttags {
    display: none;
}

@media(max-width:1200px){
    .main-product-feature-icon.col-custom{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .main-product-feature-content.col-custom{
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media(max-width:991px){
    .main-product-feature-icon.col-custom{
        flex: 0 0 35%;
        max-width: 35%;
        padding: 0 5px;
    }
    .main-product-feature-content.col-custom{
        flex: 0 0 65%;
        max-width: 65%;
        padding: 0 5px;
    }
    #product .main-feature-value{
        font-size: 13px;
    }
}
@media(max-width:767px){
    #product #main-product-wrapper {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    #product #col-product-info {
        padding-right: 0px;
    }
    .main-product-feature-icon.col-custom{
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
    }
    .main-product-feature-content.col-custom{
        flex: 0 0 75%;
        max-width: 75%;
        padding: 0 15px;
    }
    #product .main-feature-value{
        font-size: 15px;
    }
    #product #wrapper .breadcrumb{
        display: none;
    }
    #product #wrapper{
        padding-top: 0;
    }
    #product #main-product-wrapper .product-info-row > .col-product-image{
        padding: 0;
    }
    #product #main-product-wrapper .product-info-row > .col-product-image .swiper-pagination-product{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        padding: 0;
        height: auto;
        min-height: 1px;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
    #product #main-product-wrapper .product-info-row > .col-product-image .swiper-pagination-product .swiper-pagination-bullet{
        cursor: pointer;
        flex: auto;
        border-radius: 0;
        height: 3px;
        width: auto;
        min-width: 1px;
    }
    #main-product-wrapper .product-add-to-cart{
        position: relative;
        background: none;
        padding: 0;
    }
    #main-product-wrapper form#add-to-cart-or-refresh {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(16px);
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        left: 0;
        padding: 15px 10px 40px 10px;
    }
    #main-product-wrapper .product-information .product-add-to-cart button.add-to-cart{
        margin-bottom: 0;
    }
    #main-product-wrapper form#add-to-cart-or-refresh .product-variants{
        position: absolute;
        width: 100%;
        height: auto;
        min-height: 100%;
        bottom: 0;
        left: 0;
        padding: 15px 10px 40px 10px;
        background: #EEEEEE;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 0.1s;
        z-index: 0;
    }
    #main-product-wrapper form#add-to-cart-or-refresh .product-variants.show{
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
    .product-variants>.product-variants-item{
        margin: 0;
    }
    #main-product-wrapper .product-information .product-actions .product-variants .product-variants-item > span.form-control-label{
        padding: 0;
    }
    #main-product-wrapper .product-information .product-variants>.product-variants-item ul li {
        margin-top: 15px;
        margin-bottom: 0;
    }
    #main-product-wrapper #col-product-info .col-add-wishlist{
        text-align: left;
        margin-bottom: 0;
        position: absolute;
        top: -65px;
    }
    #product .product-asociated-variants{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px;
    }
    #main-product-wrapper .product-information .product-actions .product-asociated-variants .main-prod-ass-title{
        font-size: 12px;
    }
    #main-product-wrapper .product-information .product-actions .product-asociated-variants .associated-variant-item{
        margin-top: 0;
    }
    #product #col-product-info .product_p_price_container{
        padding: 0;
        border: none;
        margin-top: 3px;
    }
    .product_p_price_container .product-price {
        font-size: 14px;
    }
    .product_header_container{
        margin: 0;
    }
    #content-wrapper .section-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px !important;
        max-width: 79%;
    }
    .product-accessories > .section-content.swiper-container-wrapper,
    .category-products > .section-content.swiper-container-wrapper {
        padding-top: 45px;
        margin-top: -45px;
    }
    .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next, .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev,
    .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next, .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev{
        top: 20px;
    }
    .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev,
    .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev{
        left: auto;
        right: 45px;
        width: fit-content;
    }
    .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next:after, .product-accessories > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev:after,
    .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-next:after, .category-products > .section-content.swiper-container-wrapper .products.swiper-container > .swiper-button-prev:after{
        font-size: 20px;
    }
    .product-accessories.block-section,
    .category-products.block-section{
        margin-bottom: 40px;
    }
    #footer {
        z-index: 9 !important;
        position: relative !important;
    }
}
@media(max-width:576px){
    .main-product-feature-icon.col-custom, .main-product-feature-content.col-custom{
        padding: 0 5px;
    }
    #product .main-feature-value{
        font-size: 13px;
    }
    #product .table-product-size-guide{
        font-size: 9px;
    }
}
@media (min-width: 768px) {
    #main-product-wrapper #swiper-wrapper-column-images{
        margin: -6px;
    }
    #main-product-wrapper .product-lmage-large{
        padding: 6px;
    }
    #main-product-wrapper .col-product-info{
        padding-left: 0;
    }
}
/* Custom Customer Page Styles */
#authentication #content-wrapper .page-title, #cart #content-wrapper .page-title, #order-confirmation #content-wrapper .page-title, #checkout #content-wrapper .page-title, #my-account #content-wrapper .page-title, #addresses #content-wrapper .page-title, #module-sdiloyalty-userloyalty #content-wrapper .page-title, #registration #content-wrapper .page-title, .page-customer-account #content-wrapper .page-title, #module-iqitwishlist-view #content-wrapper .page-title, #module-ps_emailalerts-account #content-wrapper .page-title, #module-preorder-preorderorderdetails #content-wrapper .page-title{
    text-align: left;
    padding-bottom: 0;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
}

.page-addresses .address .address-body h4{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
#authentication #content, #registration #content{
    max-width: 930px;
}
.my-account-page-content h2{
    font-size: 28px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.my-account-page-content-wrapper, .page-authentication #content, .page-customer-account #content {
    padding: 0px;
}
.my-account-side-links.col-sm-3 {
    padding-right: 0px;
    display: flex;
    flex-direction: column;
}
.my-account-side-links a#iqitwishlist {
    order: -1;
}
.my-account-side-links a#identity-link {
    order: -2;
}
.my-account-side-links span.link-item {
    color: #222221;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
}
.my-account-side-links span.link-item i {
    padding-right: 15px;
    min-width: 25px;
}

.my-account-page-content-wrapper .my-account-side-links>a {
    padding: 15px;
}

.my-account-page-content-wrapper .current-address {
    /* background-color: #EFEFEF; */
}

.my-account-side-links a.active span.link-item {
    color: #9D182F;
}

.my-account-side-links a.active {
    background-color: #EFEFEF;
}

.my-account-side-links a:hover {
    background-color: #F4F1F2;
}

.my-account-page-content {
    padding: 45px;
}

#history.page-customer-account table thead th {
    background: #EFEFEF;
    padding: 13px 17px;
    font-weight: 600;
}

#history.page-customer-account table tbody td,
#history.page-customer-account table tbody th {
    padding: 13px 17px;
}

#module-iqitwishlist-view h3 {
    font-family: 'Nyght Serif', serif;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
}

#module-iqitwishlist-view ._name a {
    color: #222221 !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

#module-iqitwishlist-view ._name .text-muted {
    display: none;
    color: #909090 !important;
    font-size: 14px;
    font-weight: 500 !important;
}

#module-iqitwishlist-view .add-to-cart {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 13px;
}

#module-iqitwishlist-view .add-to-cart i {
    margin-left: 38px !important;
}

#module-iqitwishlist-view .fa-times-circle {
    color: #141315;
    font-size: 20px;
}

#module-iqitwishlist-view hr {
    border-top: 1.2px solid #D2D2D2;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

#module-iqitwishlist-view #iqitwishlist-clipboard-btn {
    background-color: #080808;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#module-iqitwishlist-view #iqitwishlist-clipboard-btn:hover {
    background-color: #141315;
    color: white;
}

#discount.page-customer-account table thead th {
    background: #EFEFEF;
    padding: 13px 17px;
    font-weight: 600;
}

#discount.page-customer-account table tbody td,
#discount.page-customer-account table tbody th {
    padding: 13px 17px;
}

@media (max-width: 576px) {
    .my-account-side-links.col-sm-3 {
        padding-right: 9px;
        margin-left: 0px;
    }

    body:not(#my-account) .my-account-side-links {
        display: none;
    }

    .my-account-page-content {
        padding: 10px;
    }

    #authentication #content-wrapper .page-title, #cart #content-wrapper .page-title, #order-confirmation #content-wrapper .page-title, #checkout #content-wrapper .page-title, 
    #my-account #content-wrapper .page-title, #addresses #content-wrapper .page-title, #module-sdiloyalty-userloyalty #content-wrapper .page-title, #registration #content-wrapper .page-title, 
    .page-customer-account #content-wrapper .page-title, #module-iqitwishlist-view #content-wrapper .page-title, #order-detail #content-wrapper .page-title, #module-ps_emailalerts-account #content-wrapper .page-title, #module-preorder-preorderorderdetails #content-wrapper .page-title {
        font-size: 24px !important;
        line-height: 24px !important;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 19px !important;
        margin-bottom: 10px !important;
    }
    
    .my-account-side-links span.link-item {
        font-size: 16px;
    }

    .my-account-page-content-wrapper {
        border: none;
    }

    .my-account-side-links.col-sm-3 {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: none;

    }

    .my-account-page-content-wrapper .my-account-side-links>a {
        padding-left: 10px;
    }

    #my-account .my-account-page-content {
        display: none;
    }

    .my-account-page-content-wrapper, .page-authentication #content, .page-customer-account #content {
        border: none;
    }

    body:not(#my-account) #back-to-account {
        display: contents !important;
    }

    #my-account #content-wrapper .page-title {
        margin-bottom: 0px !important;
    }

    .my-account-page-content h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 19px;
    }

    body#discount .cart-rule {
        margin-bottom: 20px;
        padding: 15px;
        border: 1px solid #E4E4E4;

    }
}
/* Custom Home Styles */
.pos-relat{
    position: relative;
}
body:not(.elementor-editor-active) .post-abs{
    position: absolute;
    pointer-events: none;
}
.post-abs.top-right{
    top: 30px;
    right: 55px;
}
.post-abs.top-left{
    top: 30px;
    left: 55px;
}
.post-abs.bottom-left{
    bottom: 0;
    left: 0;
    right: 0;
}
.full-col-link:hover{
    cursor: pointer;
}
.elementor-editor-active section.full-col-link .elementor-element-overlay {
    top: 23px !important;
}
.basic-img-hover img {
    transition: all ease-in-out .5s;
}
.basic-img-hover img:hover {
    filter: brightness(0.7);
}
.basic-img-hover-lineal:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.tabs.elementor-products-tabs .nav-tabs{
    border: none;
    margin-bottom: 45px;
}
.tabs.elementor-products-tabs .nav-tabs .nav-item{
    margin-right: 40px;
}
.tabs.elementor-products-tabs .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.tabs.elementor-products-tabs .nav-tabs .nav-item .nav-link{
    text-transform: initial;
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: solid 1px transparent;
    opacity: 1;
}
.tabs.elementor-products-tabs .nav-tabs .nav-item .nav-link.active{
    border-bottom: solid 1px #080808;
    font-weight: 700;
}
.tabs.elementor-products-tabs .nav-tabs .nav-item .nav-link:hover{
    border-bottom: solid 1px #080808;
}
.product-accessories > .section-content.swiper-container-wrapper,
.category-products > .section-content.swiper-container-wrapper{
    padding-top: 60px;
    margin-top: -65px;
    position: relative;
}
.tabs-home-products .elementor-products-tabs .tab-pane > .swiper-container-wrapper > .swiper-button-next, .tabs-home-products .elementor-products-tabs .tab-pane > .swiper-container-wrapper > .swiper-button-prev{
    top: -10px;
    margin-top: 0;
}
.tabs-home-products .elementor-products-tabs .tab-pane > .swiper-container-wrapper > .swiper-button-prev{
    right: 40px;
    left: auto;
}
.tabs-home-products .elementor-products-tabs .tab-pane > .swiper-container-wrapper > .swiper-button-next:after, .tabs-home-products .elementor-products-tabs .tab-pane > .swiper-container-wrapper > .swiper-button-prev:after{
    font-size: 20px;
}
.elementor-section.elementor-section-height-full {
    height: 100vh !important;
}
body.elementor-editor-active .elementor-section.elementor-section-height-full {
    margin-top: 40px;
}
body:not(.elementor-editor-active) .elementor-section.elementor-section-height-full:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 9;
}
.elementor-section.elementor-section-height-full .elementor-widget{
    z-index:10;
}
.elementor-section.elementor-section-height-full>.elementor-container {
    height: 100% !important;
}
.img-w-100 img{
    width: 100%;
    height: auto;
}
@media(max-width:991px){
    .post-abs.top-right{
        top: 25px;
        right: 35px;
    }
    .post-abs.top-left{
        top: 25px;
        left: 35px;
    }
    .tabs.elementor-products-tabs .nav-tabs .nav-item{
        margin-right: 20px;
    }
    .tabs.elementor-products-tabs .nav-tabs .nav-item .nav-link{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .post-abs.top-right{
        top: 8px;
        right: 12px;
    }
    .post-abs.top-left{
        top: 8px;
        left: 12px;
    }
    #authentication #content-wrapper .page-title, #cart #content-wrapper .page-title, #order-confirmation #content-wrapper .page-title, #checkout #content-wrapper .page-title, #my-account #content-wrapper .page-title, #addresses #content-wrapper .page-title, #module-sdiloyalty-userloyalty #content-wrapper .page-title, #registration #content-wrapper .page-title, .page-customer-account #content-wrapper .page-title, #module-iqitwishlist-view #content-wrapper .page-title{
        font-size: 58px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .tabs.elementor-products-tabs .nav-tabs{
        padding-right: 70px;
    }
}
/* Custom WishList */
#module-iqitwishlist-view #iqitwishlist-share h3{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
}
.iqitwishlist-product .product-add-cart .input-group-add-cart .input-qty{
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}
.ns-box {
    position: fixed;
    top: 5rem;
    right: 5rem;
    background: #F4F1F2;
    border: none;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans';
}
@media(max-width:575px){
    #iqitwishlist-user-products .iqitwishlist-product ._btns{
        padding: 0;
    }
    .ns-box {
        right: 1rem;
    }
}
/* Custom Preorder */
div#preorder_list_filter.dataTables_filter label{
    display: inline;
    text-align: left;
    white-space: inherit;
}
div#preorder_list_filter.dataTables_filter input{
    margin-left: 10px;
    display: inline;
    width: auto;
}
div.dataTables_length select{
    width: auto;
}
.dataTables_paginate .pagination li a{
    border: none;
    color: #080808 !important;
}
.dataTables_paginate .pagination li a:hover{
    text-decoration: underline;
}
.dataTables_paginate .pagination .active a{
    background: none;
    background-color: transparent;
    border: none;
    color: #080808 !important;
    font-weight: 600;
}
#product .preordercontent{
    box-shadow: none;
    background: #F4F1F2;
    padding: 20px;
}
#product .presale-product-title{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
/* Localizador de tiendas */
#stores h2#search-store-title {
    font-family: 'Nyght Serif', serif;
    font-size: 48px;
    font-weight: 400;
}

#stores #fmeStorePage {
    padding: 0px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
#stores select#radiusSelect {
    height: 100%;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    background-image: none;
}
#stores div#map {
    margin-top: 24px;
}
#stores #fmeStorePage input.button {
    height: 45.38px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
#stores label {
    margin-bottom: 8px;
    color: #000000;
    font-size: 14px;
}
#stores .radius-div-loader {
    display: flex;
    align-items: center;
}

#stores button.gm-ui-hover-effect {
    width: 20px !important;
    height: 30px !important;
}

#stores button.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
}

#stores div.gm-style-iw-d b {
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
    margin-bottom: -10px;
}

@media (max-width: 1024px) {
    #stores h2#search-store-title {
        font-size: 40px;
    }

    #stores #fmeStorePage {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }

    #stores div#map {
        margin-top: 0px;
    }

    #stores label {
        font-size: 14px;
    }
}

/* Custom Country Selector Styles */
.header-nav .country_selector{
    margin: 0;
}
.header-nav .country_selector .country-selector-wrapper > div{
    display: inline-block;
}
.header-nav .country_selector .country-selector-wrapper .country-selector {
    padding-right: 5px;
}
@media(max-width:991px){
    .header-nav > .container > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center !important;
    }
}
/* Custom Checkout Styles */
#checkout-header{
    padding: 75px 0;
}
#order-confirmation .confirmation-content{
    max-width: 890px;
    margin: auto;
}
#order-confirmation .order-confirmation-title-payment{
    border-right: none;
    max-width: 890px;
    margin: auto;
    background-color: #F4F1F2;
}
#order-confirmation #order-items{
    padding: 15px;
    border: solid 1px #E4E4E4;
}
#order-confirmation #order-details{
    margin-top: 30px;
    text-align: center;
}
#order-confirmation #order-details .card-title, #order-confirmation #order-items .card-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#order-confirmation #order-items .card-title{
    text-align: center;
}
#order-confirmation #wrapper .breadcrumb{
    margin-bottom: 0;
}
body#checkout {
    max-width: 1500px;
    margin: auto;
}
body#checkout h1 {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px;
    font-size: 32px !important;
}
body#checkout h1 i {
    font-size: 24px;
}
body#checkout section.checkout-step {
    border: none;
    /* border-bottom: 1px solid #D2D2D2; */
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 44px;
}

body#checkout section.checkout-step .form-footer {
    text-align: left !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

body#checkout section.checkout-step .form-footer button.continue i {
    margin-top: 3px;
    margin-right: 0px;
}

body#checkout section.checkout-step .step-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    padding-bottom: 12px !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 34px !important;
}

body#checkout section.checkout-step #login-form .form-group.row.align-items-center.col-md-6.col-12 {
    width: 78%;
}

body#checkout section.checkout-step #login-form label {
    display: none;
}

body#checkout section.checkout-step #login-form #field-email {
    background: url(../img/user.svg) no-repeat scroll 15px 13px;
    padding-left: 38px;

}

body#checkout section.checkout-step #login-form #field-password {
    background: url(../img/key.svg) no-repeat scroll 15px 13px;
    padding-left: 38px;
}

body#checkout section.checkout-step #prelogin-form input#prelogin_email {
        background: url(../img/user.svg) no-repeat scroll 15px 13px;
    padding-left: 38px;
}

body#checkout section.checkout-step #customer-form .form-footer {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step #customer-form .form-footer #contiuar-como-invitado {
    color: #080808;
    text-decoration: underline;
    cursor: pointer;
}

body#checkout section.checkout-step #customer-form div.form-group:not(.col-md-6) {
    padding-left: 0px;
    padding-right: 0px;
}

body#checkout section.checkout-step #customer-form hr {
    margin-top: 10px;
    padding-bottom: 20px;
}

body#checkout section.checkout-step #customer-form {
    overflow: hidden;
}

body#checkout section.checkout-step #customer-form .row > .form-group {
    width: 78%;
}

body#checkout section.checkout-step #customer-form .row .field-password-policy {
    width: 78%;
}

body#checkout section.checkout-step #customer-form .row .field-password-policy .form-group {
    width: 100%;
}

body#checkout section.checkout-step #customer-form .form-control-comment-password {
    display: block !important;
    font-size: 12px;
    font-weight: 500;
    color: #919191;
}

body#checkout section.checkout-step .step-title i {
    margin-left: auto;
    font-size: 18px;
}

body#checkout section.checkout-step .step-title i.done {
    font-weight: 700 !important;
    color: #68CF63;
}

body#checkout #main > .row > .col-md-8 {
    padding-right: 171px;
}

body#checkout section.checkout-step.-reachable.-clickable {
    opacity: 1;
}

body#checkout section.checkout-step.-reachable.-clickable .content {
    padding-left: 0px;
    padding-right: 0px;
}

body#checkout section.checkout-step.-unreachable.-clickable .content {
    display: none;
}

body#checkout section.checkout-step.-current .step-title i,
body#checkout section.checkout-step.-unreachable .step-title i {
    display: inline-block !important;
}

body#checkout section.checkout-step.-current .step-title i::before,
body#checkout section.checkout-step.-unreachable .step-title i::before {
    content: "\f111";
    font-weight: 300;
    color: #080808;
}

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

body#checkout section.checkout-step #personal-information-step-login {
    padding: 0px;
    background-color: transparent;
}

body#checkout section.checkout-step .forgot-password {
    text-decoration: underline;
    font-weight: 500;
    text-decoration-color: #9D182F;
    margin-bottom: 35px;
}

body#checkout #checkout-addresses-step .add-address a {
    color: #080808;
    text-decoration: underline;
}

body#checkout #checkout-addresses-step .add-address a i {
    font-weight: 700 !important;
}

body#checkout #checkout-addresses-step .same-address-invoice {
    margin-bottom: 2.25rem;
}

body#checkout section.checkout-step .address-item {
    background-color: #F4F1F2;
    border: none;
}

body#checkout section.checkout-step .radio-block {
    display: flex;
    align-items: center;
    gap: 3px;
}

body#checkout section.checkout-step div.address {
    padding-top: 0px;
}

body#checkout section#checkout-personal-information-step footer a {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

body#checkout section.checkout-step .edit-address {
    margin-left: auto;
}

body#checkout section.checkout-step .address-alias {
    font-weight: 700;
}

body#checkout section.checkout-step .edit-address ,
body#checkout section.checkout-step .delete-address  {
    color: #9D182F !important;
    font-weight: 500;
    font-size: 14px;
}

body#checkout section.checkout-step .add-address {
    margin-top: 0.25rem;
}

body#checkout section.checkout-step .add-address {
    margin-bottom: 2.25rem;
}

body#checkout section.checkout-step h2.h4 {
    font-size: 16px;
    font-weight: 400;
}

body#checkout section.checkout-step .js-address-form > .form-fields > .row {
    display: flex;
}

body#checkout section#checkout-delivery-step .js-delivery-option {
    padding: 27px 16px ;
}

body#checkout section#checkout-delivery-step .js-delivery-option .carrier-delay {
    /* font-size: 14px; */
}

body#checkout section#checkout-delivery-step .js-delivery-option .carrier-price {
    font-weight: 700;
}

body#checkout section#checkout-delivery-step #delivery label {
    padding-top: 26px;
    padding-bottom: 14px;
}

body#checkout section#checkout-delivery-step button.continue {
    margin-top: 34px;
}

body#checkout section#checkout-payment-step .first-payment-block {
    background-color: #F4F1F2;
    padding: 28px 16px;
    margin-bottom: 16px;
}

body#checkout section#checkout-payment-step .additional-information {
    margin: 0px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

body#checkout section.checkout-step .payment-options .payment-option img {
    margin-left: auto;
}

body#checkout section.checkout-step .payment-options .payment-option [paypal-mark-container] {
    margin-left: auto;
}


body#checkout section.checkout-step .payment-options .paytpv_jet > .row {
    margin-left: 0px;
    margin-right: 0px;
}

body#checkout section.checkout-step .payment-options .paytpv_jet > .row .paytpv {
    border-radius: 15px;
    padding: 0px 20px 10px 20px;
    background-color: #d3d3d324;
    margin-bottom: 15px;
    width: fit-content;
}

body#checkout section.checkout-step .payment-options .paytpv_jet > .row .vertical {
    margin-top: 10px;
}

body#checkout section.checkout-step .payment-options .paypal-mark {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
}

body#checkout section.checkout-step .payment-options .paypal-mark img {
    height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    filter: brightness(0);
    opacity: .4;
}

/* @media (max-width: 480px) {
    [paypal-mark-container] {
        display: table-cell !important;
    }
} */

body#checkout section.checkout-step .payment-options .payment-option label {
    font-weight: 700;
}

body#checkout #js-checkout-summary {
    background-color: #F4F1F2;
    border: none;
    padding-top: 20px;
}

.block-promo .cart-voucher-area {
    background-color: unset;
}

.block-promo-container {
    padding: 15px 20px 20px 20px;
    margin-top: 15px;
    background-color: black;
    color: white;
    border-radius: 5px;
}

body#checkout .cart-summary-subtotals-container .label {
    font-size: 20px;
}

body#checkout #cart-subtotal-products .value {
    font-size: 22px;
    font-weight: 600;
}

body#checkout #cart-subtotal-shipping {
    margin-top: 8px;
}

body#checkout #cart-subtotal-shipping .value {
    text-transform: uppercase;
    font-size: 20px;
}

body#checkout hr {
    border-top: 1px solid #D2D2D2;
    opacity: 1;
    margin-top: 13px;
    margin-bottom: 5px;
}

body#checkout .cart-summary-products a[data-target="#cart-summary-product-list"] {
    color: #080808;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none !important;
}

body#checkout .cart-summary-products a[data-target="#cart-summary-product-list"][aria-expanded="true"] i::before {
    content: "\f106";
}

body#checkout .cart-summary-products a[data-target="#cart-summary-product-list"][aria-expanded="false"] i::before {
    content: "\f107";
}

body#checkout #cart-summary-product-list {
    margin-top: 7px;
}

body#checkout #cart-summary-product-list #attribute-lines {
    display: flex;
    gap: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #909090;
}

body#checkout #cart-summary-product-list #attribute-lines > div {
    padding-right: 5px;
    border-right: 1px solid #909090;
    line-height: 1em;
}

body#checkout #cart-summary-product-list #attribute-lines > div:last-child {
    border-right: none;
}

body#checkout #cart-summary-product-list .media-left {
    max-width: 60px;
}

body#checkout #cart-summary-product-list .media-left img {
    mix-blend-mode: multiply;
}

body#checkout #cart-summary-product-list .product-name {
    font-size: 14px;
    font-weight: 500;
    color: #222221;
}

body#checkout #cart-summary-product-list .product-line-price {
    font-size: 14px;
    font-weight: 500;
}

body#checkout #cart-summary-product-list .cart-summary-product {
    padding-top: 14px;
    padding-bottom: 14px;
}

body#checkout #payment-confirmation {
    /* visibility: visible !important; */
}

div[data-paypal-source-page="payment-step"] {
    /* display: none; */
}

@media (min-width: 1530px) {
    .checkout-grid-left {
        padding-right: 171px;
    }
}

@media (max-width: 992px) {
    body#checkout #main > .row {
        margin-top: 30px;
    }

    #checkout #content-wrapper .page-title {
        border-bottom: none !important;
        font-size: 16px !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: 3px;

    }

    body#checkout h1 i {
        font-size: 16px !important;
    }

    body#checkout section.checkout-step #login-form .form-group.row.align-items-center.col-md-6.col-12 {
        width: 100%;
    }

    body#checkout section.checkout-step #customer-form .row .field-password-policy {
        width: 100%;
    }

    body#checkout section.checkout-step #customer-form .row > .form-group {
        width: 100%;
    }

    body#checkout section.checkout-step #delivery-addresses {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body#checkout section.checkout-step .address-item {
        width: 100%;
    }

    body#checkout section.checkout-step {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    body#checkout section.checkout-step.-reachable.-clickable.js-current-step .content {
        margin-bottom: 38px;
        padding-top: 0px;
    }

    body#checkout section.checkout-step .form-footer {
            flex-direction: column;
    }

    body#checkout section#checkout-personal-information-step footer a {
        margin-top: 26px;
    }

    body#checkout section.checkout-step .forgot-password {
        margin-bottom: 22px;
    }

    body#checkout section.checkout-step .address-alias {
        font-size: 14px;
    }

    body#checkout section.checkout-step .edit-address, body#checkout section.checkout-step .delete-address {
        font-size: 12px;
    }

    body#checkout section.checkout-step .address {
        font-size: 14px;
    }

    body#checkout #checkout-addresses-step .add-address a {
        font-size: 14px;
    }

    body#checkout #checkout-addresses-step .same-address-invoice {
        font-size: 14px;
    }

    body#checkout section#checkout-delivery-step .js-delivery-option {
        padding: 15px 12px;
    }

    .delivery-option-2>.row>.col-sm-5 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .delivery-option-2>.row>.col-sm-4 {
        padding-top: 0px;
    }

    .delivery-option-2>.row>.col-sm-5 .carrier-name {
        font-size: 14px;
    }

    body#checkout section#checkout-delivery-step .js-delivery-option .carrier-price {
        font-size: 14px;
    }

    body#checkout section#checkout-delivery-step #delivery label {
        font-size: 14px;
    }

    body#checkout .col-lg-4.cart-grid-right {
        margin-top: 65px;
    }

    body#checkout .cart-summary-subtotals-container .label {
        font-size: 14px;
    }

    body#checkout #cart-subtotal-products .value {
        font-size: 16px;
    }

    body#checkout #cart-subtotal-shipping .value {
        font-size: 16px;
    }

    body#checkout .cart-summary-totals span.label {
        font-size: 14px !important;
    }

    body#checkout .cart-summary-totals span.label .taxes {
        font-size: 12px;
    }

    body#checkout section#checkout-payment-step .first-payment-block {
        font-size: 14px;
    }

}

@media(max-width: 769px) {
    body#checkout section.checkout-step .step-title {
        font-size: 24px;
        margin-bottom: 13px !important;
    }
}

/* Checkout y página carrito */
#promo-code button {
    padding-bottom: 11px;
    padding-top: 11px;
    background-color: white;
    border: none;
    color: #9D182F;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    border-right: 1px solid #BABABA;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#promo-code .form-control {
    padding-left: 40px;
}

#promo-code .form-control {
    background: url(../img/party-horn-light.svg) no-repeat scroll 12px 15px;
    background-size: 16px;
    background-color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cart-summary-totals span.label {
    font-size: 18px;
    font-weight: 600;
}

.cart-summary-totals span.label .taxes {
    font-size: 14px;
    font-weight: 500;
    color: #919191;
}

.cart-summary-totals .value {
    font-size: 22px;
    font-weight: 600;
}

body#cart footer,
body#checkout footer,
body#order-confirmation footer {
    background-color: transparent;
}

body#cart footer #checkout-cart-footer,
body#checkout footer #checkout-cart-footer,
body#order-confirmation footer #checkout-cart-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-top: 144px;
    padding-bottom: 95px;
}

body#cart footer a,
body#checkout footer a,
body#order-confirmation footer a {
    color: #919191;
    font-size: 14px;
    font-weight: 500;
}

body#order-confirmation h1 {
    text-align: center !important;
    font-size: 32px !important;
}

body#order-confirmation i.fa-check-circle {
    color: #68CF63;
    font-size: 36px;
    margin-bottom: 33px;
}

body#order-confirmation a.btn-primary {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 13px;
    margin-top: 44px;
}
body#order-confirmation a.btn-primary i {
    margin-left: 38px !important;
}

body#order-confirmation {
    text-align: center;
}

body#order-confirmation .mail-sent-info {
    max-width: 410px;
    margin: auto;
    padding: 46px;
    background-color: transparent;
}

body#order-confirmation .mail-sent-info span {
    font-size: 16px;
}

body#order-confirmation .breadcrumb {
    display: none;
}

@media(max-width: 769px) {
    #checkout-header {
        padding-top: 33px;
        padding-bottom: 21px;
    }

    body#cart span.return {
        font-size: 16px;
    }

    body#cart footer #checkout-cart-footer, body#checkout footer #checkout-cart-footer, body#order-confirmation footer #checkout-cart-footer {
        padding-top: 60px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    #promo-code button {
        font-size: 15px;
    }
}



/* Página carrito */
body#cart {
    max-width: 1500px;
    margin: auto;
}

body#cart span.return {
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px;
    line-height: 1em;
    font-size: 32px;
    font-family: 'Nyght Serif', serif;
}

body#cart span.return a {
    color: #080808;
}

body#cart span.return i {
    font-size: 24px;
    margin-right: 10px;
}

body#cart h1 {
    margin-top: 64px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px !important;
    font-weight: 500 !important;
    margin-bottom: 23px !important;
}

body#cart .cart-grid-header {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 13px;
    margin-left: 0px;
    margin-right: 0px;
}

body#cart .cart-grid-header > div {
    padding-left: 0px;
    padding-right: 0px;
}

body#cart #main > .row > .col-md-8 {
    padding-right: 171px;
}

body#cart .product-line-grid .image-and-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

body#cart .product-line-grid .image-and-info .col-10 > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

body#cart .product-line-grid .image-and-info .product-name {
    color: #222221;
    font-size: 16px;
    font-weight: 500;
}

body#cart .product-line-grid .image-and-info .combination-lines {
    display: flex;
    gap: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body#cart .product-line-grid .image-and-info .combination-lines .product-line-info {
    padding-right: 5px;
    border-right: 1px solid #909090;
    line-height: 1em;
    color: #909090 !important;
    font-size: 14px;
    font-weight: 500;
}

body#cart .product-line-grid i.fa-times-circle {
    color: #141315;
    font-size: 20px;
}

body#cart .cart-summary {
    background-color: #F4F1F2;
    border: none;
    padding-top: 20px;
}

body#cart .cart-summary .cart-detailed-actions a {
    background-color: #9D182F;
    color: #FFFFFF;
    border: none;
}

body#cart .cart-summary .cart-detailed-actions a  i {
    margin-top: 3px;
}

body#cart .cart-detailed-subtotals span.label {
    font-size: 20px;
}

body#cart .cart-detailed-subtotals #cart-subtotal-products span.value {
    font-size: 22px;
    font-weight: 600;
}

body#cart #cart-subtotal-shipping {
    margin-top: 8px;
}

body#cart #cart-subtotal-shipping span.value {
    font-size: 20px;
    text-transform: uppercase;
}

body#cart .cart-summary scalapay-widget {
    display: none;
}

body#cart .cart-summary .cart-detailed-actions a:hover {
    background-color: #7A0F23;
}

@media (min-width: 1530px) {
    .cart-grid-body {
        padding-right: 160px;
    }

    #cart .cart-grid-right {
        margin-top: -100px;
    }
}

@media(max-width: 769px) {
    body#cart h1 {
        margin-top: 27px;
    }

    body#cart span.return {
        font-size: 16px;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px !important;
    }

    body#cart span.return i {
        font-size: 16px;
    }

    body#cart #content-wrapper .page-title h1 {
        margin-top: 27px;
        font-size: 24px !important;
        margin-bottom: 0px !important;
    }

    body#cart .cart-grid-header {
        display: none;
    }

    body#cart li.cart-item {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    body#cart .product-line-grid .image-and-info img {
        width: 100%;
    }

    body#cart .product-line-grid .image-and-info .product-name {
        font-size: 12px;
    }

    body#cart .product-line-grid .image-and-info .combination-lines .product-line-info {
        font-size: 12px;
    }

    body#cart .product-line-grid .container-input-cantidad .bootstrap-touchspin{
        max-width: 100%;
        margin-left: 2px;
    }

    body#cart .product-line-grid .image-and-info {
        gap: 17px;
        margin-bottom: 15px;
    }

    body#cart .product-line-grid .container-precio-total {
        text-align: left !important;
        padding-left: 20px;
        font-size: 16px;
    }

    body#cart .product-line-grid .cart-line-product-actions {
        text-align: right;
        margin-right: 15px;
    }

    body#cart .product-line-grid i.fa-times-circle {
        font-size: 16px;
    }

    body#cart .product-line-grid .image-and-info .unit-price {
        font-size: 14px;
        font-weight: 600;
    }

    body#cart .cart-summary {
        padding-top: 6px;
    }

    body#cart .cart-detailed-subtotals span.label {
        font-size: 14px;
    }

    .block-promo .cart-voucher-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    body#cart .cart-detailed-subtotals #cart-subtotal-products span.value,
    body#cart #cart-subtotal-shipping span.value {
        font-size: 16px;
    }

    .cart-summary-totals .value {
        font-size: 16px;
    }
    body#cart .cart-summary .cart-detailed-actions {
        padding-top: 7px;
    }

    body#cart .cart-summary .cart-detailed-actions a {
        font-size: 14px;
        font-weight: 600;
        padding-top: 16px;
        /* padding-bottom: 40px; */
    }
    
}

/* Carrito flotante */
#blockcart-content {
    width: 511px;
    padding-left: 31px;
    padding-right: 31px;
    padding-bottom: 30px !important;
}
#blockcart-content .cart-title {
    padding-top: 20px;
}
#blockcart-content .cart-title span {
    font-size: 36px;
    font-weight: 300;
    line-height: 1em;
}

#blockcart-content .cart-title button {
    margin-top: -10px;
}

#blockcart-content .cart-title button span {
    line-height: 0em;
    color: #080808;
    opacity: 1 !important;
    font-weight: 300;
}

#blockcart-content .cart-title hr {
    margin-top: 40px;
    margin-bottom: 18px;
    color: #D2D2D2;
    opacity: 1;
    border-top: 1px solid #D2D2D2;
}

#blockcart-content .cart-products img {
    width: 100%;
    height: fit-content;
}

#blockcart-content .cart-products>li {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 19px;
    margin-bottom: 19px;
}

#blockcart-content .cart-products>li .col-info {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* height: -webkit-fill-available; */
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

#blockcart-content .cart-products>li .col-info .row.align-items-center.mt-2.no-gutters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#blockcart-content .cart-products>li .col-info .col-auto.ml-auto span {
    font-weight: 600;
    font-size: 16px;
}

#blockcart-content .cart-products>li .cart-product-name {
    font-weight: 500;
    font-size: 12px;
    font-weight: 500;
}

#blockcart-content .cart-products>li .name-remove-cart {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#blockcart-content .cart-products>li .product-attributes {
    display: flex;
    gap: 5px;
    color: #909090 !important;
    font-weight: 500;
    font-size: 12px;
}

#blockcart-content .cart-products>li .product-attributes .product-line-info:not(:last-child) {
    border-right: 1px solid #909090;
    padding-right: 5px;
}



#blockcart-content .cart-subtotals {
    border-top: none;
    padding-top: 0px;
}

#blockcart-content .cart-subtotals .cart-summary-line {
    padding-bottom: 6px;
}

#blockcart-content .cart-subtotals #cart-subtotal-products-blockcart .value {
    font-size: 14px;
    font-weight: 600;
}

#blockcart-content .cart-subtotals #cart-subtotal-shipping-blockcart .value {
    font-size: 16px;
}

#blockcart-content .cart-subtotals .value {
    text-transform: uppercase;
}

#blockcart-content .cart-totals {
    font-size: 14px;
    font-weight: 600;
    border-top: none;
    padding-top: 30px;
}

#blockcart-content .cart-totals .label span {
    color: #919191;
    font-size: 12px;
    font-weight: 500;
}

#blockcart-content .cart-totals .value {
    font-size: 20px;
    font-weight: 700;
}

#blockcart-content .cart-buttons .btn-primary {
    background-color: #9D182F;
    color: white;
    border: none;
}

#blockcart-content .cart-buttons .btn-primary i {
    margin-top: 3px;
    margin-right: 0px;
}

#blockcart-content .cart-buttons .btn-primary:hover {
    background-color: #7A0F23;
}

#blockcart-content .cart-buttons .go-to-cart {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

@media (max-width: 992px) {
    #blockcart-content {
        padding: 15px;
        width: 360px;
    }

    #blockcart-content .cart-title span {
        font-size: 24px;
        font-weight: 300;
        line-height: 1em;
    }
}

/* Login */
#authentication #content-wrapper {
    max-width: 545px;
    margin: auto;
}

#authentication #content-wrapper h1.page-title {
    text-align: left;
    font-size: 36px;
    line-height: 1em;
}

#authentication #content-wrapper #content.page-content {
    border: none;
    padding: 0px;
}

#authentication #content-wrapper #content.page-content .forgot-password {
    text-align: left;
    text-decoration: underline;
    padding-bottom: 0px;
    margin-bottom: 42px;
}

#authentication #content-wrapper #content.page-content .forgot-password a {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
}

#authentication #content-wrapper #content.page-content #submit-login {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

#authentication.page-customer-account #content .no-account {
    text-align: left;
    margin-top: 54px;
}

#authentication.page-customer-account #content .no-account h2 {
    font-family: 'Nyght Serif';
    font-size: 36px;
    font-weight: 400;
}

#authentication.page-customer-account #content .no-account a.btn {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

#authentication.page-customer-account #no-account-info {
    margin-top: 35px;
    margin-bottom: 150px;
}

#authentication.page-customer-account #no-account-info h3 {
    font-size: 15px;
    font-weight: 500;
}

#authentication.page-customer-account #no-account-info ul {
    margin-top: 28px;
}

#authentication.page-customer-account #no-account-info ul li {
    margin-top: 8px;
}

#authentication.page-customer-account #wrapper label {
    width: 100%;
    display: none;
}

#authentication.page-customer-account .col-md-8.js-input-column {
    width: 100%;
}

#authentication.page-customer-account .col-md-2.form-control-comment {
    display: none;
}

#authentication.page-customer-account input#field-email {
    background: url(../img/user.svg) no-repeat scroll 15px 13px;
    padding-left: 38px;
}

#authentication.page-customer-account input#field-password {
    background: url(../img/key.svg) no-repeat scroll 15px 13px;
    padding-left: 38px;
    border-right: none;
}

#authentication.page-customer-account button[data-action="show-password"] {
    background-color: transparent;
    border-left: none;
    color: black !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#authentication.page-customer-account button[data-action="show-password"] i {
    font-weight: 700 !important;
}

#authentication.page-customer-account .btn i {
    float: right;
    margin-top: 3px;
}

@media(max-width: 991px) {
    #authentication #content-wrapper h1.page-title {
        font-size: 24px;
        line-height: 1em;
    }

    #authentication.page-customer-account #content .no-account h2 {
        font-size: 24px;
    }

    #authentication #content-wrapper #content.page-content .forgot-password {
        margin-bottom: 20px;
    }

    #authentication.page-customer-account #content .no-account {
        margin-top: 32px;
    }

    #authentication.page-customer-account #no-account-info {
        font-size: 14px;
        margin-bottom: 90px;
    }

    #authentication #content-wrapper #content.page-content #submit-login,
    #authentication.page-customer-account #content .no-account a.btn {
        font-size: 14px;
    }
}


/* Registro */
#registration #content-wrapper {
    max-width: 586px;
    margin: auto;
}

#registration #content-wrapper  #create-account-or-guest {
    display: none;
}

#registration #content-wrapper h1.page-title {
    text-align: left;
    font-size: 36px;
    line-height: 1em;
}

#registration #content-wrapper #content.page-content {
    border: none;
    padding: 0px;
}

#registration.page-customer-account label.col-form-label {
    width: 100%;
}

#registration.page-customer-account .col-md-8.js-input-column {
    width: 100%;
}

#registration.page-customer-account .col-md-2.form-control-comment {
    display: none;
}

#registration button.form-control-submit {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

#registration button.form-control-submit i {
    float: right;
    margin-top: 3px;
}
#registration .form-footer {
    margin-top: 40px;
    margin-bottom: 110px;
}
#registration button[data-action="show-password"] {
    background-color: transparent;
    border-left: none;
    color: black !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#registration button[data-action="show-password"] i {
    font-weight: 700 !important;
}

#registration .btn i {
    float: right;
    margin-top: 3px;
}

#registration input#field-password {
    border-right: none;
}

#registration .form-control-comment {
    display: none;
}
#registration .field-password-policy > .form-group {
    margin-right: 10px;
}
@media (max-width: 991px) {
    #registration #content-wrapper h1.page-title {
        font-size: 24px;
        line-height: 1em;
    }

    #registration.page-customer-account .form-footer {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    #registration button.form-control-submit {
        font-size: 14px;
    }
    #registration.page-customer-account .form-footer {
        margin-bottom: 22px;
    }
}

/* Password recovery */
body#password #content-wrapper {
    max-width: 545px;
    margin: auto;
}

body#password #content-wrapper #content{
    border: none;
}

body#password #content-wrapper button#send-reset-link {
    margin-top: 10px;
}

/* Custom CMS Styles */
#cms #content-wrapper .page-title{
    max-width:1000px;
    margin: auto;
    text-align: center;
    padding-bottom: 0;
    font-size: 78px;
    line-height: 88px;
    margin-bottom: 20px;
}
.table-100{
    width: 100%;
}
.table-container{
    overflow-x: auto;
    overflow-y: hidden;
}
#cms #wrapper .breadcrumb{
    /* display: none; */
}
.m-left-0 > .elementor-container{
    margin-left: 0 !important;
}
.m-right-0 > .elementor-container{
    margin-right: 0 !important;
}
@media(max-width:991px){
    #cms #content-wrapper .page-title{
        font-size: 58px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .m-left-0 > .elementor-container{
        margin-left: 0 !important;
    }
    .m-right-0 > .elementor-container{
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

/* Custom CMS preguntas frecuentes */
#cms.cms-id-47 .faqs-block {
    max-width: 1498px;
}

#cms.cms-id-47 .faqs-block .elementor-accordion-item {
    border-bottom: 1px solid #d4d4d4
}

#cms.cms-id-47 .faqs-block .elementor-accordion-title, #cms.cms-id-47 .faqs-block .elementor-accordion-content {
    padding-left: 0px;
}

#cms.cms-id-47 .faqs-block .elementor-accordion-title {
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cms.cms-id-47 .faqs-block .elementor-accordion-content {
    padding-top: 0px;
}

#cms.cms-id-47 .faqs-block .elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before {
    content: "\f00d";
}

#cms.cms-id-47 .faqs-block .elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
    order: 1;
}

@media (max-width: 992px) {
    #cms.cms-id-47 .faqs-block .elementor-accordion-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Custom CMS Lookbook */
#cms.cms-id-9 .lookbook-h1-column {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
#cms.cms-id-9 .w-1313 {
    max-width: 1313px;
}
body:not(.elementor-editor-active)  .carrusel-imagenes {
    overflow-x: scroll;
    padding-bottom: 54px;
}

#cms.cms-id-9 .w-545 {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .carrusel-imagenes {
        padding-bottom: 16px !important;
    }

    .carrusel-imagenes .elementor-row {
        gap: 7px !important;
    }

    .carrusel-imagenes .elementor-row .elementor-column {
        min-width: 282px !important;
    }
}

/* Recursos clases cms */
.w-572-l {
    max-width: 572px;
    margin-right: auto;
}
.m-h-100 {
    min-height: 100px;
}
.w-1313 {
    max-width: 1313px;
}
.w-572 {
    max-width: 572px;
    margin-left: auto;
    margin-right: auto;
}
.w-780 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
body:not(.elementor-editor-active) .carrusel-imagenes::-webkit-scrollbar {
    height: 3px;
}
body:not(.elementor-editor-active) .carrusel-imagenes::-webkit-scrollbar-thumb {
    background: #080808;
}
body:not(.elementor-editor-active) .carrusel-imagenes::-webkit-scrollbar-track {
    background: #D9D9D9;
}
body:not(.elementor-editor-active) .carrusel-imagenes .elementor-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
body:not(.elementor-editor-active) .carrusel-imagenes .elementor-row .elementor-column {
    min-width: 738px;
}
@media (max-width: 767px) {
    .m-m-h-170 {
        min-height: 170px;
    }
}
/* Contact page */
#contact #content {
    margin-bottom: 70px;
}
#contact #wrapper h1 {
    font-size: 96px;
    padding-bottom: 0px;
    line-height: 1em;
    margin-bottom: 48px;
}
#contact #wrapper h2 {
    font-size: 32px;
    font-family: 'Nyght Serif', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#contact #wrapper ul {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.4em;   
}

#contact #wrapper ul a {
    color: #080808;
}

#contact .contact-page-info {
    border-right: none;
}

#contact .contact-page-info > .row{
    position: sticky;
    top: 60px;
}

#contact .form-control-label {
    padding-top: 0px;
    padding-bottom: 8px;
}

#contact #wrapper select {
    height: 46px;
    border-radius: 4px;
}

#contact #wrapper textarea {
    border-radius: 4px;
}

#contact .form-footer input[type="submit"] {
    text-align: left;
    text-transform: uppercase;
}
#contact label[for="file-upload"] {
    line-height: 2.5em;
}

@media (max-width: 991px) {
    #contact #wrapper h1 {
        font-size: 48px;
        margin-bottom: 0px;
    }

    #contact #wrapper h2 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 22px;
    }

    #contact #wrapper ul {
        font-size: 16px;
    }

    #contact .contact-page-info {
        border-bottom: none;
    }


    #contact #wrapper ul a {
        font-size: 16px;
        line-height: 1.4em;
    }
}

/* Envios, guia de compra, pago seguro, devoluciones, guia de tallas */
.right-nav-bar-block {
    max-width: 300px;
    margin-left: auto;
}

.right-nav-bar-block a {
    color: #222221 !important;
}

.right-nav-bar-block i {
    font-weight: 300 !important;
}
 
/* Apartado mi cuenta */
#identity button[data-link-action="save-customer"],
#address button.form-control-submit {
    text-align: left;
    margin-top: 22px;
}

#identity button[data-link-action="save-customer"] i,
#address button.form-control-submit i {
    float: right;
    margin-top: 3px;
}

#identity span.custom-checkbox {
    margin-left: -10px;
}

#identity label[for="field-psgdpr"] {
    /* padding-top: 54px; */
    padding-bottom: 0px;
}

#identity #create-account-or-guest {
    display: none;
}
#identity.page-customer-account .form-group {
    align-content: flex-start;
}
@media (min-width: 769px) {
    #identity .field-password-policy {
        width: 50%;
        margin-right: -20px;
    }

    #identity .field-password-policy > .form-group {
        width: 100% !important; 
    }
}

/* Plantilla módulo CMS */
#cms.cms-id-48 .breadcrumb {
    position: absolute;
    z-index: 1;
    color: white;
}

#cms.cms-id-48 .breadcrumb a {
    color: white;
}

#cms.cms-id-48 .breadcrumb li:after {
    color: white;
}

@media (max-width: 767px) {
    body:not(.elementor-editor-active) .mobile-carrusel-imagenes {
        overflow-x: scroll;
        padding-bottom: 54px;
    }

    body:not(.elementor-editor-active) .mobile-carrusel-imagenes .elementor-row .elementor-column {
        min-width: 252px;
    }

    body:not(.elementor-editor-active) .mobile-carrusel-imagenes::-webkit-scrollbar {
        height: 3px;
    }

    body:not(.elementor-editor-active) .mobile-carrusel-imagenes::-webkit-scrollbar-thumb {
        background: #080808;
    }

    body:not(.elementor-editor-active) .mobile-carrusel-imagenes::-webkit-scrollbar-track {
        background: #D9D9D9;
    }

    body:not(.elementor-editor-active) .mobile-carrusel-imagenes .elementor-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
    }
}

/* Página 404 */
#pagenotfound h1 {
    display: none;
}

#pagenotfound .not-found-container {
    max-width: 550px;
    margin: auto;
    text-align: center;
}

#pagenotfound .not-found-container a i {
    margin-top: 3px;
    margin-right: 0px;
}

#pagenotfound h2#ups {
    text-align: center;
    font-size: 96px;
    font-family: 'Nyght Serif', serif;
    font-style: italic;
    font-weight: 300;
}

@media (max-width: 992px) {
    #pagenotfound h2#ups {
        font-size: 64px;
    }
}

/* Connectif */
.cn_input_checkbox input {
    display: inline-block;
    margin-right: 3px;
}