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


/*FONTAWESOME*/

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xxs {
    font-size: .35em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2.3em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}


/*FONT SIZE*/

.fs-3 {
    font-size: 0.3rem !important;
}

.fs-5 {
    font-size: 0.5rem !important;
}

.fs-6 {
    font-size: 0.6rem !important;
}

.fs-7 {
    font-size: 0.7rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.9rem !important;
}

.fs-10 {
    font-size: 1rem !important;
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-11 {
    font-size: 1.1rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
    font-weight: 600;
}

.fs-20 {
    font-size: 2.0rem !important;
}

.fs-25 {
    font-size: 2.5rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}


/* PADDINGS */

@media (min-width: 1024px) {
    .px-md-12 {
        padding-left: 12rem !important;
        padding-right: 12rem !important;
    }
}


/*ICONS*/

i[class*="mg-"].rt-270:before,
i[class^="mg-"].rt-270:before {
    transform: rotate(270deg);
}

i[class*="mg"].rt-180:before,
i[class^="mg-"].rt-180:before {
    transform: rotate(180deg);
}

i[class*="mg-"].rt-90:before,
i[class^="mg-"].rt-90:before {
    transform: rotate(90deg);
}

.fa-check:before {
    content: "\f00c";
    color: #c7092b !important;
}


/* SEARCH BAR */

@media (min-width: 1024px) {
    .header-top .form-search-control {
        border-radius: 30px !important;
        height: 2.5rem;
        border: none !important;
    }
}


/* WRAPPER */

#wrapper {
    min-height: 80vh;
}


/* MEGA MENU */

.cbp-horizontal .cbp-tab-title {
    text-align: center;
}

.see-more a {
    font-weight: 600;
    text-decoration: underline;
}

.cbp-hrmenu>ul {
    display: flex;
    justify-content: space-between;
}

.cbp-hrmenu .cbp-menu-column {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .sticky-desktop-wrapper {
        height: 120px !important;
    }
}


/* MEGA MENU MOBILE */

#mobile-header-sticky #_mobile_iqitmegamenu-mobile {
    top: 0px !important;
    height: 100vh;
    background-color: #ffffff !important;
}

#mobile-header-sticky.stuck #_mobile_iqitmegamenu-mobile {
    top: 124px !important;
    height: 100%;
    padding-bottom: 30px;
}

.col-mobile-menu-push.show>a i:before {
    font-family: 'Fontawesome';
    content: "\f00d";
}

.col-mobile-menu-push #iqitmegamenu-mobile {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
}

#mobile-header-sticky.stuck #_mobile_iqitmegamenu-mobile {
    height: 100%;
    overflow: hidden;
}

#_mobile_iqitmegamenu-mobile li>.dropdown-menu {
    height: 100%;
    position: fixed;
    z-index: 5005;
    top: 0;
    left: 0;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all .4s cubic-bezier(.7, 0, .3, 1);
    -ms-transition: all .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all .4s cubic-bezier(.7, 0, .3, 1);
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    border: 0;
    padding-bottom: 30px;
}

#_mobile_iqitmegamenu-mobile ul li>.dropdown-menu {
    transform: translate3d(-115%, 0, 0);
}

#_mobile_iqitmegamenu-mobile .show>.dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1;
    visibility: visible;
}

#_mobile_iqitmegamenu-mobile .show>.dropdown-menu>ul {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
}

.stuck.stuck-down .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    top: 57px;
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    top: 80px;
    width: 100%;
    overflow: hidden;
}

#iqitmegamenu-mobile {
    clear: both;
    height: 75vh;
    font-size: 1.1rem;
    /* padding-top: 1.5em; */
}

#iqitmegamenu-mobile li>.dropdown-menu {
    transform: translate3d(230%, 0, 0);
}

#iqitmegamenu-mobile li {
    margin: 0 15px;
}

#iqitmegamenu-mobile li ul {
    display: block;
    padding: 0;
    margin: 0;
}

#iqitmegamenu-mobile .submenu-close {
    font-size: 1em;
    border: none;
    margin: 0px 15px;
    /* margin-bottom: 10px !important;
    margin-right: 0;
    margin-left: 0; */
}

#iqitmegamenu-mobile .submenu-close button {
    padding: 1.2em 1em;
    width: 100%;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

#iqitmegamenu-mobile .submenu-close button i {
    vertical-align: baseline;
}

#iqitmegamenu-mobile .mm-expand {
    width: inherit;
    height: inherit;
    line-height: inherit;
    position: inherit;
    right: inherit;
    font-size: inherit;
    text-align: inherit;
    cursor: inherit;
    z-index: inherit;
}


/* #iqitmegamenu-mobile li:before {
    font-family: 'MixturaGourmet_Iconos';
    content: '\e919';
    right: 10px !important;
    top: 50% !important;
    color: #383838;
    font-size: 1em !important;
    position: absolute;
    transform: translateY(-50%);
    height: auto !important;
} */

#iqitmegamenu-mobile>li,
#iqitmegamenu-mobile>li>.dropdown>ul>li {
    margin-bottom: 5px;
}

#iqitmegamenu-mobile a,
#iqitmegamenu-mobile a:link,
#iqitmegamenu-mobile a:visited,
#iqitmegamenu-mobile a:hover {
    color: #383838;
    border: none;
}

#iqitmegamenu-mobile li[class*="icon_"]>a,
#iqitmegamenu-mobile>li[class*="icon_"]>.dropdown>ul>li[class*="icon_"] a {
    font-size: 1rem;
    border-top: 1px solid #aeaeae;
    text-transform: uppercase;
}

#iqitmegamenu-mobile li[class*="icon_cms"] {
    margin-top: 0.5rem;
}

#iqitmegamenu-mobile li[class*="icon_cms"]>a,
#iqitmegamenu-mobile>li[class*="icon_cms"]>.dropdown>ul>li[class*="icon_cms"] a {
    font-size: 1.1rem;
    padding: 0.5em 1em 0.5em 1em;
    min-height: auto;
    text-align: center;
    background-color: #ffa500;
    color: #ffffff;
}

#iqitmegamenu-mobile ul ul [class^="icon_"] a:after {
    font-family: "font-greenwich";
    position: absolute;
    right: 20px;
    font-size: 2.5em;
    height: 33px;
    top: 20px;
}

#iqitmegamenu-mobile .col-12 span {
    font-size: 10px;
    font-weight: 600;
}


/* HEADER */

@media (min-width: 1024px) {
    .ps-shoppingcart .cart-products-count-btn {
        display: block;
        top: 23px;
        right: 78px;
        background-color: #ffffff;
    }
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
    border-bottom: 1px solid #ececec;
    padding: 0px 0px;
}

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


/* MOBILE HEADER */

#mobile-header {
    border: none;
}

#mobile-header .m-nav-btn>i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .ps-shoppingcart.col-mobile-btn-cart .cart-products-count-btn {
        position: absolute;
        top: 18px;
        right: 26px;
        background-color: #ffffff;
        color: #000000;
    }
}

@media (max-width: 767px) {
    .remove-from-cart {
        top: -40px !important;
        right: 10px !important;
    }
    .remove-from-cart:hover {
        color: #000000 !important;
    }
    #mobile-header-sticky .container {
        padding-right: 8px;
        padding-left: 8px;
    }
    /* #mobile-header .m-nav-btn>span {
        display: block !important;
        margin-top: 0px;
        color: #ffffff;
    } */
    .ps-shoppingcart.col-mobile-btn-cart .cart-products-count-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #ffffff;
        color: #000000;
    }
    #mobile-header .m-nav-btn {
        padding: 1rem .4rem;
        min-width: 60px;
        max-width: 60px;
    }
    .mi-cesta,
    #login-toogle span,
    #mobile-btn-search span {
        font-size: 10px !important;
    }
    .logo .img-fluid {
        max-width: 100px;
    }
    /* MOBILE MENU ELEMENTS*/
    .mobile-cart-products-count {
        border: 1px solid #000000;
    }
    #mobile-header .col-mobile-menu-dropdown.show {
        background-color: #424242 !important;
    }
    @media(max-width: 400px) {
        #mobile-header img.logo {
            width: 30%;
        }
    }
    #blocklogin-content,
    #blockcart-content {
        top: 60px !important;
    }
    #mobile-login-wrapper.show {
        background-color: #fff !important;
    }
    #mobile-login-wrapper.show i,
    #mobile-login-wrapper.show span {
        color: #000000;
    }
    #mobile-cart-wrapper.show {
        background-color: #ffffff;
    }
    #mobile-cart-wrapper.show i,
    #mobile-cart-wrapper.show span {
        color: #000000;
    }
    #mobile-cart-wrapper.show #mobile-cart-products-count {
        border: 1px solid #000000;
    }
    #mobile-btn-search.show {
        background-color: #ffffff;
    }
    #mobile-btn-search.show i,
    #mobile-btn-search.show span {
        color: #000000;
    }
}


/* #mobile-header .m-nav-btn>span {
    display: block !important;
    font-size: 10px;
} */


/* FOOTER */

#footer {
    font-size: 10px;
}

#footer .icon-correo {
    font-size: .7rem;
}

#footer .contact-image {
    display: none;
}

.block-links ul>li a:before {
    display: none;
}

.block-links ul>li a {
    padding-left: 0px;
}

#footer .block-title,
#checkout-footer .block-title {
    font-weight: unset;
}

@media (max-width: 767px) {
    #footer .block-toggle>.block-title span::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 5px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e917";
        margin-right: 10px;
        font-family: 'MixturaGourmet_Iconos';
    }
    #footer .block-title,
    #checkout-footer .block-title {
        font-weight: 400;
    }
    #footer .block-toggle>.block-title span::after {
        display: none;
    }
    .slick-products-carousel .product-carousel {
        /* padding-left: 0.3rem; */
        /* padding-right: 0.3rem; */
    }
    #footer .block-toggle>.block-content,
    #footer .contact-rich {
        position: fixed;
    }
    #footer .block-toggle._toggled>.block-content,
    #footer .contact-rich {
        position: unset;
    }
    #footer-container-main {
        padding-bottom: 0.8rem;
    }
}


/* MODAL LOGIN */


/* Boton y modal del login */

.page-authentication #content,
.page-customer-account #content,
.my-account-page-content-wrapper .my-account-side-links,
.my-account-page-content-wrapper .my-account-side-links>a,
.page-addresses .address .address-footer,
.my-account-page-content-wrapper {
    border: none;
}

#header .header-btn-w .header-btn .title,
#login-toogle i,
#cart-toogle .title {
    color: #ffffff;
}

.blocklogin a:hover {
    color: #ffffff !important;
}

.header-top .header-btn-w .header-btn .title {
    display: inline !important;
}

#js-login-close {
    float: none;
}

.close {
    float: none;
    font-size: 2rem;
    font-weight: normal;
    line-height: 0;
    opacity: 1;
}

.close .text-close {
    float: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 0;
    opacity: 1;
}

.my-account-login {
    font-size: 12px;
}

.color-text-blue {
    color: #3398CB;
}

.hr-login,
.hr-cart {
    border-top: 1px solid #000000 !important;
}

.title-sign-user {
    font-weight: 600;
    font-size: 1em;
}

#blocklogin-content .form-control {
    height: 56px !important;
    font-size: 1.2em;
    border-radius: 3px;
}

.forgot-password a {
    font-weight: normal;
    text-decoration: underline;
    color: #000000 !important;
    font-size: 14px;
}

#submit-blocklogin,
.create-an-account {
    border-radius: 7px;
}

.create-account {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    border: none;
    background-color: #ffffff !important;
}

.content-psgdpr {
    font-size: 11px !important;
}

.content-psgdpr span i {
    color: #c7092b !important;
    font-weight: 600;
    /* color: #2d2d2d !important; */
}

.ps-customersignin.dropdown #blocklogin-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 5005;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%, 0, 0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    padding-bottom: 50px;
    background-color: #ffffff;
    min-width: 563px;
    max-width: 563px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.18);
}

.ps-customersignin.dropdown .show #blocklogin-content {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.ps-customersignin.dropdown #blocklogin-content .login-title .modal-title {
    font-size: 1rem;
    opacity: 1;
    color: #232323;
    font-weight: bold;
}

#content .iqitsociallogin-authentication a {
    max-width: 48%;
}

#submit-blocklogin,
.create-account,
.create-an-account {
    font-size: 1.14em !important;
}

@media screen and (max-width: 768px) {
    .ps-customersignin.dropdown #blocklogin-content {
        max-width: unset !important;
        min-width: unset !important;
        width: 100%;
    }
    #content .iqitsociallogin-authentication a {
        max-width: 90%;
    }
    .title-sign-user {
        border-bottom: 1px solid #000000;
    }
}


/* BLOCKCART */

.ps-shoppingcart.side-cart #blockcart-content .cart-products {
    overflow-x: hidden;
}

#blockcart-content {
    max-width: 555px !important;
    min-width: 555px !important;
}

@media (max-width: 767px) {
    #blockcart-content {
        max-width: unset !important;
        min-width: unset !important;
        width: 100%;
    }
    .cart-totals {
        border-top: 1px solid #aeaeae !important;
        border-bottom: 1px solid #aeaeae !important;
        margin: 1em 0em !important;
        padding: 1em !important;
    }
    .cart-products .bootstrap-touchspin {
        border-radius: 7px !important;
        width: 65px;
    }
}

.blockcart-content .modal-title {
    font-size: 12px;
    font-weight: 600;
}

.blockcart-content .cart-products img {
    border-radius: 15px;
    border: solid 1px #ececec;
}

#blockcart-content .cart-totals {
    border-top: none;
}

.cart-products {
    max-height: 440px;
}

.cart-buttons a {
    border-radius: 7px;
}

.my-cart-title {
    font-size: 12px !important;
}

.remove-from-cart {
    position: absolute;
    top: -40px;
    right: -15px;
}

.cart-product-title {
    font-size: 1em;
}

.cart-product-price {
    font-size: 16px;
    font-weight: 700;
}

.cart-products .bootstrap-touchspin {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid;
}

.product-quantity .bootstrap-touchspin {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid;
}

.cart-products .bootstrap-touchspin .btn-touchspin,
.product-quantity .bootstrap-touchspin .btn-touchspin {
    border-left: 1px solid #000000 !important;
}

.cart-products .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-color: #000000 !important;
}

.bootstrap-touchspin .input-group-btn-vertical i,
.product-quantity .input-group-btn-vertical i {
    color: #000;
    font-weight: 500;
}

.block-cart-product-quantity {
    color: #000;
    font-weight: 500;
    font-size: 1.14em;
}

.cart-totals {
    font-size: 20px;
}

.cart-totals .value {
    font-weight: 700;
}

.cart-totals .label {
    text-transform: uppercase;
}

.cart-buttons a {
    font-size: 1.14em;
}


/* BLOCKCART SCROLLBAR */

.cart-products::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.cart-products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 9px #a8a8a8 !important;
    border-radius: 17px;
}

.cart-products::-webkit-scrollbar-thumb {
    border-radius: 17px;
    -webkit-box-shadow: inset 0 0 9px #a8a8a8 !important;
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar {
    width: 9px !important;
}


/* BREADCRUM */

.breadcrumb .col:first-child {
    border-bottom: solid 1px #aeaeae;
}

.breadcrumb .col-12:first-child ol li:last-child {
    font-weight: 600;
}


/* CHECKOUT */

@media (max-width: 768px) {
    #checkout #content-wrapper .form-control {
        min-height: 3.28em;
    }
    body#checkout .promo-code input,
    body#checkout .promo-code button {
        height: 46px;
        font-size: .8em;
    }
    body#checkout .btn-primary {
        font-size: .8em;
    }
    body#checkout section.checkout-step.-current .step-title,
    body#checkout section.checkout-step.-unreachable .step-title,
    body#checkout section.checkout-step .step-title {
        font-size: 16px !important;
    }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        line-height: .9rem;
    }
    body#checkout .cart-total .label,
    body#checkout .cart-total .value {
        font-size: 16px !important;
    }
    body#checkout #cart-subtotal-products .label,
    body#checkout #cart-subtotal-shipping .label,
    body#checkout #cart-subtotal-products .value,
    body#checkout #cart-subtotal-shipping .value {
        font-size: 12px !important;
    }
    .custom-radio input[type=radio] {
        width: 15px !important;
        height: 15px !important;
    }
    .custom-radio input[type=radio]:checked+span {
        background-color: #c7092b;
        height: 11px !important;
        width: 11px !important;
    }
    .custom-radio {
        width: 15px !important;
        height: 15px !important;
    }
    .carrier-name,
    body#checkout section.checkout-step .delivery-option .carrier-delay,
    .carrier-price,
    body#checkout section.checkout-step .payment-options .payment-option label {
        font-size: 12px !important;
    }
    .cart-summary-title a {
        color: #000000 !important;
        font-weight: 400 !important;
    }
    #checkout div:not(#main-product-wrapper) .form-group:not(.has-success):not(.has-danger):not(.default_an_label)>label {
        font-size: 12px !important;
    }
}

#checkout #content-wrapper .page-title {
    display: none;
}

body#checkout section.checkout-step.-current .step-title,
body#checkout section.checkout-step.-unreachable .step-title,
body#checkout section.checkout-step .step-title {
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
}

body#checkout section.checkout-step.-current .step-title {
    padding: 0 0 1.4rem !important;
    border-bottom: 1px solid #aeaeae;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: transparent !important;
}

#checkout .form-group {
    position: relative;
}

#checkout .form-control:not(.form-search-control) {
    min-height: 3.572rem;
}

#checkout .form-control-select {
    cursor: pointer;
}

#checkout div:not(#main-product-wrapper) .form-group:not(.has-success):not(.has-danger):not(.default_an_label)>label {
    opacity: 1;
    position: absolute;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition-duration: 166ms;
    font-size: 16px;
    line-height: 20px;
    cursor: text;
    max-width: 80%;
    width: auto;
    padding: 0;
    margin: 0 15px 0 15px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
    color: #6a6a6a;
}

#checkout div:not(#main-product-wrapper) .form-group:not(.has-success):not(.has-danger):not(.default_an_label)>label.labelfocus,
#checkout .col-form-label.select-label {
    -ms-transform: translateY(-20px) scale(0.8) !important;
    transform: translateY(-20px) scale(0.8) !important;
    margin-top: 0;
    cursor: default;
    overflow: visible;
    margin-left: 0px;
    opacity: 0.8 !important;
    padding: 0 !important;
    margin: 0 15px 0 15px;
    color: #000000;
    font-size: 12px;
    z-index: 99;
}

.login-instead {
    font-weight: 700;
}

#checkout #content-wrapper .form-control {
    border-radius: 3px !important;
    /* border: 1px solid #aeaeae !important; */
    min-height: 4em;
}

body#checkout section.checkout-step {
    border-left: none !important;
    border-right: none !important;
    padding: 1.4rem 0rem !important;
    border-bottom: 1px solid #aeaeae;
}

body#checkout section.checkout-step:first-child {
    border-top: none !important;
}

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

body#checkout section.checkout-step.-reachable.-complete h1 .icon-check {
    right: 50px;
    position: absolute;
    color: #c7092b;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin-left: 1em;
    line-height: 2.01rem;
    text-transform: capitalize;
    text-decoration: underline;
}

body#checkout section.checkout-step:not(:hover) {
    opacity: 1;
}

body#checkout .btn-primary {
    border-radius: 7px;
    font-size: 1.14em;
    text-transform: uppercase;
}

body#checkout section.checkout-step #personal-information-step-login {
    background: unset !important;
}

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

body#checkout section.checkout-step.-current .step-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body#checkout section.checkout-step .delivery-option {
    background: unset;
    border-bottom: 1px solid #aeaeae;
    padding: 1rem 0rem;
}

.carrier-name {
    font-size: 1.14em;
    font-weight: normal;
}

.carrier-delay {
    font-size: 1.14em !important;
    font-weight: 500;
}

.carrier-price {
    font-size: 1.14em;
    font-weight: 700;
}

body#checkout section.checkout-step .payment-options .payment-option {
    font-size: 1.14em;
}

.custom-radio input[type=radio] {
    width: 23px;
    height: 23px;
}

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

.custom-radio {
    width: 23px;
    height: 23px;
    border: solid 1px #000000;
}

.cart-summary-title {
    border-bottom: solid 1px #aeaeae !important;
}

.cart-summary-title span {
    font-size: 1rem;
}

#js-checkout-summary .card-body {
    padding: 0;
}

body#checkout #js-checkout-summary.card {
    border: none !important;
}

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

body#checkout #cart-summary-product-list img {
    border-radius: 15px;
    border: solid 1px #ececec;
}

body#checkout #cart-summary-product-list .product-name {
    font-size: 1rem;
    font-weight: 400;
}

body#checkout #cart-summary-product-list .product-price {
    font-size: 1.14em;
    font-weight: 700;
}

body#checkout #cart-summary-product-list .cart-summary-product {
    border-bottom: solid 1px #aeaeae;
}

body#checkout .cart-summary-products .btn-modify-cart {
    border-top: solid 1px #aeaeae;
    border-bottom: solid 1px #aeaeae;
}

body#checkout .cart-summary-products .btn-modify-cart a {
    height: 49px;
}

body#checkout .block-promo .cart-voucher-area {
    background: unset;
    padding: 1rem 0rem;
}

body#checkout .promo-code input,
body#checkout .promo-code button {
    height: 49px;
    min-height: unset !important;
    font-size: 1.14em;
}

body#checkout .card-block {
    padding: 0;
}

body#checkout .cart-summary-line {
    border-bottom: solid 1px #aeaeae;
}

body#checkout #cart-subtotal-products .label,
body#checkout #cart-subtotal-shipping .label {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

body#checkout #cart-subtotal-products .value,
body#checkout #cart-subtotal-shipping .value {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

body#checkout .cart-total .label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

body#checkout .cart-total .value {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


/* CHECKOUT SPIN*/

@media (max-width: 768px) {
    body#checkout .cart-summary-product .bootstrap-touchspin {
        border-radius: 7px;
    }
}

body#checkout .cart-summary-product .bootstrap-touchspin {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid;
    max-width: 70px;
}

.cart-summary-product .bootstrap-touchspin .btn-touchspin {
    border-left: 1px solid #000000 !important;
}

.cart-summary-product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-color: #000000 !important;
}

.cart-summary-product .bootstrap-touchspin .input-group-btn-vertical i {
    color: #000;
    font-weight: 500;
}

.block-cart-product-quantity {
    color: #000;
    font-weight: 500;
    font-size: 1.14em;
}

#checkout #content-wrapper .block-cart-product-quantity.form-control {
    min-height: unset !important;
}


/* CART EDIT */

#cart .cart-item,
#cart .page-title {
    border-bottom: 1px solid #aeaeae;
}

.cart-item .bootstrap-touchspin {
    margin: unset;
    float: right;
}

.cart-item .view-product,
.cart-item .delete-product {
    border-radius: 7px;
    font-weight: 500;
    border: 1px solid #000000;
    text-transform: uppercase;
}

.cart-item .view-product {
    color: #000000;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .bootstrap-touchspin {
        border-radius: 7px;
    }
}

#cart .bootstrap-touchspin {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid;
    max-width: 70px;
    height: 49px;
}

.bootstrap-touchspin .btn-touchspin {
    border-left: 1px solid #000000 !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-top-color: #000000 !important;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    color: #000;
    font-weight: 500;
}

.cart-item .bootstrap-touchspin input {
    color: #000;
    font-weight: 500;
    font-size: 1.14em;
}

.block-cart-product-quantity.form-control {
    min-height: unset !important;
}

.product-line-info a {
    font-size: 1em !important;
    font-weight: 400;
}

.product-line-info span {
    font-size: 1.142em !important;
    font-weight: 700;
}

#cart .cart-summary-line.cart-total {
    padding: 0 !important;
}

#cart .col-6.offset-6 .cart-detailed-totals {
    border-bottom: 1px solid #aeaeae;
}

@media(max-width: 768px) {
    #cart .btn-secondary,
    #cart .btn-primary {
        font-size: 10px !important;
    }
}

#cart .btn-secondary {
    height: 49px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 500;
}

#cart .btn-primary {
    height: 49px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 500;
}

#cart .cart-summary-line.cart-total .label {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

#cart .cart-summary-line.cart-total .value {
    font-size: 20px;
    font-weight: 700;
}

#cart .product-image img {
    border-radius: 15px;
    border: solid 1px #ececec;
}

#cart .cart-grid {
    margin-bottom: 4rem;
}

#cart #content-wrapper {
    margin-top: 3rem;
}

#cart .card-body.cart-summary-totals,
#cart .cart-item {
    border-bottom: 1px solid #ececec;
}


/* NEWSLETTER HOME */

@media (min-width: 1024px) {
    .elementor-newsletter .elementor-newsletter-input {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        text-align: center;
    }
    .elementor-newsletter-btn {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media (max-width: 768px) {
    .elementor-newsletter .elementor-newsletter-input,
    .elementor-newsletter-btn {
        border-radius: 10px;
        text-align: center;
    }
    .mobile-newsletter {
        margin: 0px -30px;
    }
}


/* SEARCH PAGE */

#module-iqitsearch-searchiqit .product-miniature-default .product-thumbnail img {
    border: 1px solid #ececec;
    border-radius: 13px;
}


/* SWITCH VIEW PRODUCTS */

.view-switcher a i {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
}


/* SLIDER DOTS*/

ul.slick-dots li button:before {
    color: #000000;
    opacity: 1 !important;
}

ul.slick-dots li:not(.slick-active) button:before {
    content: "\F111";
}

ul.slick-dots li button:before {
    content: "\F10C";
}


/* ul.slick-dots li.slick-active button:before {
    font-size: 9px;
} */


/* PRODUCT SHORT */

.products-selection .products-sort-nb-dropdown a {
    /* width: 116px; */
    height: 34px;
    border-radius: 7px;
    border: solid 1.2px #000000;
    padding-top: 5px;
}

.products-selection .products-sort-nb-dropdown .dropdown-menu {
    border: none;
}

.products-selection .products-sort-nb-dropdown a span,
.products-selection .showing {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
}


/* .fa-angle-down:before {
    content: "\e917";
    font-family: 'MixturaGourmet_Iconos';
    font-size: 8px;
    padding: 5px;
    color: #000000;
} */

.products-selection {
    border: none;
}


/* PRODUCTS LIST*/

.product-miniature-default .product-thumbnail img {
    border-radius: 13px;
    border: solid 1px #ececec;
}

.product-flags {
    left: 0px;
    top: 30px !important;
}

.product-miniature-default li.product-flag {
    font-weight: 700;
}

.seller_name a {
    font-size: 10px;
    font-weight: 600;
    color: #000000 !important;
}

.product-title a {
    font-size: 12px;
    color: #000000 !important;
}

.product-miniature-default .regular-price {
    color: #a8a8a8 !important;
}


/* ERROR PAGE */

#pagenotfound #main .page-content {
    margin-bottom: 0px;
}

#pagenotfound #wrapper,
#order-confirmation #wrapper {
    padding-bottom: 0px;
}

#pagenotfound .icon-oops_error {
    font-size: 100px;
}

#pagenotfound .page-title {
    display: none;
}

#pagenotfound #content .col-12.text-center.mt-5 h2 {
    font-size: 35px !important;
}

#pagenotfound p.search-again {
    font-size: 16px !important;
}

#index .featured-products {
    display: none;
}

#pagenotfound .featured-products {
    border-top: 1px solid #aeaeae;
}

#pagenotfound .featured-products .section-title {
    border: none;
}

#pagenotfound .featured-products #pagenotfound .featured-products h4 {
    border: none;
}

#pagenotfound .featured-products .recommended-title-1,
#pagenotfound .featured-products .recommended-title-2 {
    text-transform: uppercase;
    font-size: 20px;
}

#pagenotfound .featured-products .recommended-title-1 {
    font-weight: 700;
}

#pagenotfound .featured-products .recommended-title-2 {
    font-weight: 400;
}

#pagenotfound .featured-products img {
    border-radius: 15px;
    border: solid 1px #ececec;
}

#pagenotfound .featured-products .product-miniature-default .product-flags,
#module-iqitsearch-searchiqit .product-flags {
    top: 30px;
}

#pagenotfound .slick-next,
#pagenotfound .slick-prev {
    top: -55px;
    border: solid 1px #ececec;
    border-radius: 30px;
    width: 42px;
    height: 42px;
}

#pagenotfound .slick-next::before,
#pagenotfound .slick-prev::before {
    top: -14px;
    font-size: 25px;
}

#pagenotfound .slick-prev {
    right: 50px;
    left: unset;
}

#pagenotfound .seller_name {
    font-size: 10px;
    font-weight: 600;
}

#pagenotfound .product-title {
    font-size: 12px;
}

#pagenotfound .product-price,
#pagenotfound .regular-price {
    font-size: 17px;
    font-weight: 700;
}

#pagenotfound .regular-price {
    color: #a8a8a8 !important;
}


/* CMS */

#cms .page-title {
    display: none;
}

#cms #wrapper {
    padding-bottom: 0;
}

#cms #main .page-content {
    margin-bottom: 0;
}


/* MOBILE FACETS */

@media(max-width: 768px) {
    #left-column:not(.-only-facet-search) {
        display: none;
    }
}

#left-column.-only-facet-search {
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 104px;
    height: 100vh;
}

#left-column.-only-facet-search #search_filter_controls button {
    background-color: #ffffff;
    border: none !important;
    font-size: 10px;
    font-weight: 600;
}

#left-column.-only-facet-search #search_filters .facet .facet-label {
    padding-left: 1rem;
    padding-right: 1rem;
}


/* MY ACCOUNT */

.material-icons {
    font-size: inherit;
}


/* LOGIN FORM */

#authentication section#content {
    max-width: 600px;
}

#authentication .btn-primary {
    border-radius: 7px;
}

#authentication input {
    border-radius: 3px;
}

#password section.form-fields .btn-primary {
    border-radius: 7px;
}

#password section.form-fields input {
    border-radius: 3px;
}


/* MY ACCOUNT */

#my-account .my-account-page-content #iqithtmlandbanners-block-2 .block-title {
    display: none;
}


/* SELLER PROFILE */

.sellerprofile {
    display: none;
}

#module-jmarketplace-selleraccount .cbp-hrsub,
#module-jmarketplace-addproduct .cbp-hrsub,
#module-jmarketplace-sellerproducts .cbp-hrsub,
#module-jmarketplace-csvproducts .cbp-hrsub,
#module-jmarketplace-sellerprofile .cbp-hrsub,
#module-jmarketplace-editseller .cbp-hrsub,
#module-jmarketplace-sellerhistorycommissions .cbp-hrsub,
#module-jmarketplace-orders .cbp-hrsub,
#module-jmarketplace-addcarrier .cbp-hrsub,
#module-jmarketplace-sellerpayment .cbp-hrsub,
#module-jmarketplace-sellermessages .cbp-hrsub,
#module-jmarketplace-dashboard .cbp-hrsub,
#module-jmarketplace-sellerinvoice .cbp-hrsub,
#module-jmarketplace-editproduct .cbp-hrsub,
#module-jmarketplace-editcarrier .cbp-hrsub {
    display: none;
}


/* ADD SERLLER FORM */

.required_field {
    color: #FF0000;
}


/* SWIPER */

@media (max-width: 767px) {
    .custom-swiper .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: initial;
    }
}

#module-jmarketplace-addseller input[name="conditions"] {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    border-color: #e3e3e3 !important;
}