#order-confirmation #content-hook_payment_return .row{
    display: none;
}

.icon-xl{
    width: 32px;
    height: 32px;
}

.icon-l{
    width: 24px;
    height: 24px;
}

.icon-m{
    width: 20px;
    height: 20px;
}

.icon-s{
    width: 18px;
    height: 18px;
}

.icon-xs{
    width: 16px;
    height: 16px;
}

.title-m .elementor-heading-title{
    font-size: 36px;
    letter-spacing: 0;
}

#main .bodytxt-md .texto-bottom-after-footer{
    font-size: 20px !important;
    color: #000 !important;
}

.btn-primary:not(:disabled):not(.disabled){
    border-radius: 6px;
}

.btn-primary:not(:disabled):not(.disabled):hover{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.50);
}

.btn-primary:not(:disabled):not(.disabled):active{
    background: #DB5151 !important;
}

.btn-secondary:not(:disabled):not(.disabled){
    border: 1px solid #A70909;
    border-radius: 6px;
}

.btn-secondary:not(:disabled):not(.disabled):hover{
    border: 1px solid #CA2929;
}

.btn-secondary:not(:disabled):not(.disabled):focus{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.50);
}

.btn-secondary:not(:disabled):not(.disabled):active{
    background: #fff !important;
    color: #DB5151;
    border: 1px solid #DB5151;
}

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

.btn-secondary:disabled{
    border: 1px solid #D6D6DB;
    border-radius: 3px;
    color: #D6D6DB;
}

.btn-secondary:disabled[disabled]:hover{
    color:#D6D6DB;
}

.btn-product-list{
    background: #800000;
    border-radius: 6px;
}
.btn-product-list:hover{
    background: #CA2929;
    border-radius: 6px;
    color:#fff;
}
.btn-product-list:active{
    background: #DB5151;
    border-radius: 6px;
}

.btn-iqitwishlist-add.iqitwishlist-added .added{
    color: #800000;
    font-weight: 900;
}

#search_widget .input-group .form-control{
    border: 2px solid #979797;
    border-radius: 6px;
}

#search_widget .input-group .form-control:hover {
    border: 2px solid #000;
}

.form-control{
    border: 2px solid #979797;
    border-radius: 6px;
    background:#fff;
}

.form-control:hover{
    border: 2px solid #000000;
}

.form-control:focus{
  /*  border: 2px solid #63A4CB;*/
    box-shadow: none;
    background: #fff;
}

.form-control:active{
    border: 2px solid #979797;
    background:#fff;
}

.btn-outline-secondary{
    border: 2px solid #979797;
    border-radius: 6px;
    border-left:none;
}

.input-group .btn-outline-secondary {
    background: #fff;
    border: 2px solid #979797;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: none;
    color: black;
}

.input-group.focus{
    outline:none;
}

.custom-checkbox input[type=checkbox] + span:not(.color){
    border: 1px solid #000000;
    border-radius: 2px;
}

.custom-checkbox:hover input[type=checkbox] + span:not(.color){
    border: 1px solid #A70909;
}

.custom-checkbox input[type=checkbox] + span:not(.color) .checkbox-checked{
    color: #A70909;
    font-weight: 900;
}

.form-control-valign .custom-radio{
    border: 1px solid black;
    width:23px;
    height:23px;
}

.custom-radio:has(input[type=radio]:checked){
    border-color: #A70909;
}

.custom-radio input[type=radio]:checked + span {
    background-color: #A70909;
    width: 14px;
    height: 14px;
}

.custom-radio:hover {
    border: 1px solid #A70909;
}

.alert-danger{
    border: 2px solid #D02E3A;
    border-radius: 6px;
    background: #fff;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    font-size: 16px;
    color: #000;
    background: #fff;
}

.select-options{
    display: none;
}

.select-styled{
    border: 2px solid #979797;
    border-radius: 6px;
    padding: 8px 16px;
}

.select-styled.active{
    border-color: #A70909;
}

.select-options{
    display: block;
    border: 2px solid #A70909;
    border-radius: 6px;
    border-top: 0;
}

.select-options li{
    padding: 8px 16px
}

.select-options li:hover{
    background: #DB5151;
}

.select-options li:first-child:hover{
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.select-options li:last-child:hover{
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.custom-select2:after{
    display: none;
}

.product-quantity .qty .input-group {
    margin: 0 auto;
    text-align: center;
}

.form-control#quantity_wanted{
    border: 2px solid #979797;
    border-radius: 5px;
    color: #979797;
    position: relative;
}

.product-quantity .qty .input-group .fa-angle-down:before {
    content: "\f068";
    color: #979797;
}

.product-quantity .qty .input-group .fa-angle-up:before {
    content: "\f067";
    color: #979797;
}

.form-control#quantity_wanted:hover{
    color: #000;
}

.cart-products .block-cart-product-quantity {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-control.block-cart-product-quantity {
    border: 2px solid #979797;
    border-radius: 5px;
    color: #979797;
    position: relative;
    z-index: 0;
}

input.block-cart-product-quantity.form-control.js-cart-line-product-quantity {
    border: 2px solid #979797;
    border-radius: 6px !important;
}

.cart-products .fa-angle-down:before {
    content: "\f068";
    color: #979797;
}

.cart-products .fa-angle-up:before {
    content: "\f067";
    color: #979797;
}

.cart-products .input-group-btn-vertical{
    position:absolute;
}

.container-iqitmegamenu {
    display: flex;
    justify-content: space-around;
}

.homepage-category-banner .elementor-image-box-content{
    position: absolute;
    z-index: 1;
    right:20px;
    bottom: 40px;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: none;
    color: #FFF;
    letter-spacing: 0;
    text-shadow: 0 0 6px rgb(37 20 20 / 50%);
}

.homepage-top-categories .elementor-image-box-img img{
    border-radius: 50%;
    width:120px;
    height: 120px;
}

.home-banner-desc .elementor-widget-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img.logo.img-fluid {
    width: 200px;
}

.header-top {
    padding-top: 2px;
    padding-bottom: 0;
}

.elementor-container .elementor-image-box-img{
    width:100% !important;
}

#header .header-nav {
    color: #ffffff;
    background: #000;
    border-bottom: none 1px;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    font-size: 0.75rem;
}

#checkout-header{
    border: 0;
    box-shadow: unset;
}

body#checkout section.checkout-step{
    background: #fff;
}

body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img{
    max-height: 48px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done{
    color: green;
    font-weight: 600;
}

body#checkout section.checkout-step .step-number, body#checkout section.checkout-step.-current.-reachable.-complete .step-number{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-right: 12px;
}

body#checkout section.checkout-step.js-current-step .step-number, body#checkout section.checkout-step.-current.-reachable.-complete .step-number{
    background-color: #800000;
}

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

body#checkout section.checkout-step .payment-options .payment-option{
    margin: 0 12px;
    grid-gap: 12px;
}

body#checkout section.checkout-step .payment-options .payment-option label{
    grid-gap: 12px;
    flex-wrap: nowrap;
}

body#checkout section.checkout-step .payment-options .payment-option label img{
    max-height: 56px;
}

body#checkout #footer-container-main, #checkout-footer{
    padding-bottom: 0.625rem;
}

body#checkout .checkout-footer-flex{
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    grid-gap: 12px;
}

body#product .product-add-to-cart .col-add-qty{
    flex: 0 0 116px;
}

@media(max-width: 767px){
    body#checkout .checkout-footer-flex{
        flex-direction: column;
    }

    body#product #main-page-content{
        padding-bottom: 60px;
    }

    body#product #main-page-content:has(.product-minimal-quantity) {
        padding-bottom: 128px;
    }

    body#product:has(.product-minimal-quantity) #livechat-wrapper{
        bottom: 15% !important;
    }
}

.media-list .media-body{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 6px 12px;
}

.media-list .media-body > *:nth-child(n+3){
    grid-column: span 2;
}

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

.card-body.cart-summary-totals{
    background-color: #f0dec0;
}

.cart-summary-line:not(:last-child){
    margin-bottom: 6px;
}

.cart-summary-line .text-small{
    font-size: 0.8rem;
}

.card.cart-summary{
    background: #fbf6f3;
}

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

.block-promo .cart-voucher-area .input-group{
    grid-gap: 12px;
}

#checkout-footer .fas{
    font-size: 24px;
    margin-right: 12px;
    margin-left: 24px;
}

.svg{
    margin-left: 6px;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.svg.svg-bankwire{
    background-image: url("/themes/forniturasmoral/img/bankwire.svg");
}

.svg.svg-bankcard{
    background-image: url("/themes/forniturasmoral/img/bankcard.svg");
}

@media (max-width: 767px){
    .home-image-wrapper img{
        padding-bottom:20px;
    }
}

.home-page-newsletter .elementor-inner-column .elementor-widget-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-newsletter .newsletter-form{
    padding-top:35px;
}

.home-page-newsletter .elementor-element.elementor-element-9epyt9o .elementor-newsletter-form {
 max-width: 500px;
}

.home-page-newsletter .col-12{
    padding-left: 0;
}

@media(max-width: 767px){
    .home-page-newsletter .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 20px;
        margin-top: 30px;
    }
    .home-page-newsletter .elementor-element.elementor-element-9epyt9o .elementor-newsletter-form {
        max-width: 300px;
    }

    .home-page-newsletter .elementor-element.elementor-element-9epyt9o .elementor-newsletter-input {
        min-height: 44px;
    }
}

@media screen and (min-width: 800px) {
    #footer .block-links{
        display:flex;
        justify-content: center;
    }

    #footer .block-title{
        display:none;
    }

    #footer .block-iqitcontactpage{
        display:flex;
        justify-content: center;
    }

    #footer .block-iqithtmlandbanners-html{
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 767px){
    #index .benefits-element .elementor-image-box-img img{
        width: 90px;
        height: 90px;
    }
}

.desktop-header-style-2 .search-widget {
    max-width: 100%;
}

#main-page-content .col-add-wishlist{
    position: absolute;
    z-index: 10;
    right: 10px;
}

#checkout #wrapper {
    background: #fff;
}

#iqitmegamenu-mobile {
    background: #fff;
    color: #2e2323;
}

#iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover {
    color: #000;
}

#iqitmegamenu-mobile li > ul {
    background: #fff;
}

#iqitmegamenu-mobile li > ul > li > ul {
    background: #fff;
}

.product-quantity .qty .input-group-btn-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.product-quantity .qty .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up {
    right: 10px;
}

.product-quantity .qty .input-group-btn-vertical .btn-touchspin {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    padding: 0;
}

.product-quantity .qty .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
    left: 10px;
}

.icons-row img{
    height:10rem;
}

.icons-row .elementor-row{
    display:flex;
    justify-content:center;
}

@media(max-width: 767px){
    .product-quantity .qty .input-group-btn-vertical .btn-touchspin {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 21px;
        height: 20px;
        background-color: transparent;
        padding: 0;
    }

    .icons-row img{
        height:5rem;
    }
}

.cart-products .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
    left: 10px;
}

.cart-products .input-group-btn-vertical .btn-touchspin {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: transparent;
    padding: 0;
}

.cart-products .input-group-btn-vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.cart-products .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up {
    right: 10px;
}

.product-information .product-additional-info form{
    display: flex;
    flex-direction: column-reverse;
}

.btn-primary:not(.btn-iconic) i, .btn-secondary:not(.btn-iconic) i {
    margin-right: 0.5em !important;
}

.fa{
    font-weight:200;
}

.homepage-category-banner{
    font-size:22px;
}

.close {
    font-weight:400;
}

#wrapper .badge-danger{
    background: #DB5151;
    border-radius: 5px;
}

#wrapper .breadcrumb{
    font-size:12px;
}

#wrapper .breadcrumb a:hover{
    color:#A70909
}

.cbp-horizontal .cbp-tab-title{
    line-height: 20px !important;
}
.category-img-1 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-1.png);
}
.category-img-2 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-2.png);
}
.category-img-3 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-3.png);
}
.category-img-4 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-4.png);
}
.category-img-5 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-5.png);
}
.category-img-6 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-6.png);
}
.category-img-7 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-7.png);
}
.category-img-8 img:hover {
    content: url(https://forniturasmoral.plata.webimpacto.net/img/cms/category-img-hover-8.png);
}

.product-unavailable {
    display: none;
}

.product-flags .new {
    background: #DB5151;
    color: #ffffff;
}

#category .product-miniature .input-qty {
    display: block !important;
}

#category .product-miniature .product-add-cart .input-group-add-cart {
    gap: 20px;
}

.register-button{
    color: #fff !important;
}


/* hide delete button of the first address (beacuse it is associated with the customerextrafield module */
.page-addresses .col-lg-4:first-child .address-footer a:last-child {
    display: none;
}
.address-selector article:first-child .address-footer a:last-child {
    visibility: hidden;
}

.cbp-horizontal > ul > li > a {
    max-width: 18rem;
}
.container-iqitmegamenu {
    max-width: unset;
}
.iqit-megamenu-container{
    max-width: unset;
    padding: 0;
}

.register-info{
    font-weight: bold;
}

.copyright-txt{
    display:flex;
    justify-content: center;
}

.product-description .product-ref{
    padding-bottom:10px;
}

.product-description .product-title{
    padding-bottom:10px;
}

.register-info a {
    text-decoration: underline;
}

.definition-list .dd-span-2{
    flex: 0 0 calc(90% + 4px);
}