:root {
    --principal: #f5b800;
    --secundario: #333;
    --principal-dark: #e4a803;
    --blanco: #fefefe;
    --gris: #373435;
    --precio: #f85200;
    --hover: #D68D01;
}

* {
    font-family: 'Inter', sans-serif;
}

html {
    overflow-x: hidden;
}

::placeholder {
    font-family: 'Inter', sans-serif;
}

.modal-open {
    padding-right: 0 !important;
    overflow-y: hidden;
}

p {
    color: var(--secundario);
}

#logo.width {
    width: 110px !important;
}

#sticky.sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    transition: all .3s;
    animation-name: fixedHeader;
    animation-duration: .4s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.container-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top-header li {
    margin-right: 15px;
}

.top-header li a {
    text-decoration: none;
    transition: all .5s;
}

.top-header li a:hover {
    color: var(--acento);
}

.top-header li a span i {
    font-size: 15px;
    color: #fff;
}

.content-header {
    width: 100%;
    padding: 0 3rem;
    display: flex;
    align-items: center;
}

.header-left .top-header li a span i {
    margin-right: 8px;
}

.header-right .top-header li a span i {
    font-size: 15px;
}

.buscador-search {
    height: 47px !important;
}

.categorio-seleccion {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.call-center-header {
    color: var(--principal);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .3s;
}

.call-center-header:hover {
    color: var(--principal-dark);
    text-decoration: none;
}

.categorio-seleccion input[type="checkbox"] {
    display: none;
}

.categorio-seleccion span {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

.categorio-seleccion span::after {
    content: '';
    background-image: url(../images/checkmark-sharp.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 55%;
    left: 53%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.categorio-seleccion input[type="checkbox"]:checked~span::after {
    opacity: 1;
}

.megamenu ul li a {
    display: flex;
    align-items: center;
}

.megamenu ul li a ion-icon {
    color: var(--principal);
    font-size: 1.5rem;
    margin-right: 5px;
    transition: all .3s;
}

.megamenu ul li:hover ion-icon {
    margin-right: 12px;
}

.categorio-seleccion input[type="checkbox"]:checked~span {
    background-color: var(--secundario);
    border-radius: 3px;
}

.icon-carrito {
    font-size: 2.5rem;
    color: var(--principal);
}

#carro.active {
    display: none !important;
}

ion-icon {
    font-size: 2rem;
    margin-right: .5rem;
}

.header-contact a .user {
    font-size: 3.3rem;
    color: var(--principal);
}

.mobile-menu-toggler {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    padding: 1rem .5rem;
    border: 0;
    background: transparent;
    color: var(--principal);
    font-size: 2.1rem;
    line-height: 1;
    cursor: pointer
}

.header-contact::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 43px;
    margin-top: -21.5px;
    background-color: #efefef;
    content: ''
}

.menu-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-menu-img img {
    margin: 0 auto;
}

.header-bottom {
    border-bottom: 2px solid #dbe0e2;
}

.menu.sf-arrows .sf-with-ul::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--principal-dark);
    transform-origin: right center;
    transform: scale(0);
    transition: all .3s;
}

.menu.sf-arrows .sf-with-ul:hover::after {
    transform-origin: left center;
    transform: scale(1);
}

.menu li a {
    display: block;
    padding-left: .6rem;
    padding-right: .6rem;
    padding-top: .5rem;
    transition: background .25s;
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    color: var(--secundario) !important;
}

.menu li a span {
    font-size: 12px;
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
    background-color: transparent !important;
    color: var(--principal-dark) !important;
}

.item-nav {
    color: var(--blanco);
}

.item-nav:hover {
    color: var(--blanco);
}

.item-menu-mobile {
    display: flex !important;
    align-items: center;
}

.border-gray:nth-child(2) {
    border-left: 2px solid #dbe0e2;
    border-right: 2px solid #dbe0e2;
}

.item-menu-mobile img {
    margin-right: 8px;
}

.product-image-container {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem;
    background-color: #fff;
    height: 230px !important;
    overflow: hidden;
}

.anterior {
    display: block;
    color: var(--gris);
    text-decoration: line-through;
    margin-top: .5rem;
    font-size: 1.5rem;
}

.precio {
    color: var(--precio);
}

.add-cart {
    min-width: 100%;
    padding: .85rem .5rem;
    transition-duration: 0s;
    color: var(--blanco);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: var(--hover);
    transition: all .3s;
    border-radius: 3px;
}

.add-cart:hover,
.add-cart:focus {
    background-color: var(--principal);
    color: #fff
}

.product:hover .paction.add-cart,
.grid-product:hover .paction.add-cart {
    background-color: var(--principal);
    color: #fff
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    color: #2b2b2d;
    margin: 0;
    font-size: 2rem;
    padding: 4px 7px;
    /* background: rgba(255, 255, 255, 0.5) !important; */
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.home-slider.owl-carousel .owl-nav .owl-prev i {
    position: relative;
    left: -2px;
}

.home-slider.owl-carousel .owl-nav .owl-next i {
    position: relative;
    right: -2px;
}

.content-btn-chats {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999999;
}

.btn-whatsapp {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50ca5e;
    border-radius: 50%;
    margin-left: auto;
}

.chat-bot {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(20, 73, 193);
    background: linear-gradient(90deg, rgba(20, 73, 193, 1) 0%, rgba(71, 204, 205, 1) 99%);
    border-radius: 50%;
    margin-left: auto;
    margin-top: 10px;
}

.destacados {
    overflow: hidden;
    height: 360px;
    border-radius: 3px;
}

.img-categorias {
    width: 100%;
    height: 345px;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1.1);
    transition: all 3s;
}

.destacados:hover .img-categorias {
    transform: scale(1);
}

.limpieza {
    object-position: bottom;
}

.product-image-categorias {
    position: relative;
}

.title-cabecera {
    text-align: center;
    background-color: var(--hover);
    color: white;
    font-size: 2.1rem;
    margin-bottom: 0;
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.product-image-categorias:hover {
    text-decoration: none;
}

.title {
    color: var(--secundario);
    text-transform: uppercase;
    font-size: 2.5rem;
    position: relative;
    z-index: 1;
}


/* .title::before {
    content: '';
    height: 4px;
    background-color: var(--acento);
    position: absolute;
    bottom: 2px;
    right: 423px;
    left: 423px;
    z-index: -1;
} */

.megamenu {
    background-color: #fff;
    box-shadow: 5px 10px 16px rgb(51 51 51 / 5%), -5px 10px 16px rgb(51 51 51 / 5%);
    padding: 2.5rem 3rem;
}

.filtros {
    background: transparent;
    border: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: auto;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none !important;
}

@media screen and (min-width:990px) {
    .filtros {
        display: none;
    }
}

@media screen and (max-width:990px) {
    .sidebar-shop {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 70%;
        background-color: #fefefe;
        transform: translateX(-1000%);
        transition: all .3s ease-in-out;
        z-index: 999;
        padding-bottom: 3rem;
        height: 100vh;
        overflow-y: scroll !important;
        display: none;
    }
    .sidebar-shop.mostrar {
        transform: translateX(0);
        transition: all .5s ease-in-out;
    }
}

.partners-carousel .owl-nav {
    display: none;
}

.partner {
    transition: all .3s;
}

.partner:hover {
    transform: scale(1.1);
}

.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 3rem;
    background-color: #0d0b0d;
    color: #a8a8a8;
    font-size: 1.3rem;
    line-height: 1.4;
}

.lista-footer {
    margin-top: 2.5rem;
}

.lista-footer li a {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.lista-footer li a:hover {
    text-decoration: none;
}

.lista-footer li a span {
    margin-right: 8px;
}

.title-info-footer {
    color: var(--blanco);
}

.lista-info-footer li {
    margin-top: .5rem;
}

.lista-info-footer li a {
    font-size: 13.3px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    text-decoration: none;
}

.lista-info-footer li a:hover {
    text-decoration: none;
}

.lista-info-footer li a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: var(--acento);
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.lista-info-footer li a:hover::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--acento);
    left: 0;
    bottom: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: var(--principal);
}

.titulo-vista-previa {
    margin-left: 0 !important;
}

.codigo span {
    font-weight: bold;
}

.vista-previa-precio {
    margin-top: 2.4rem;
}

.product-single-gallery {
    position: relative;
}

.content-estiqueta-agotado {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.etiqueta-agotado {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#ff0000 0%, #ff0000 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 19px;
    right: -21px;
}

.etiqueta-agotado:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ff0000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff0000;
}

.etiqueta-agotado:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ff0000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff0000;
}

.stock {
    background-color: #690;
    color: var(--blanco);
    padding: 0.5rem;
    border-radius: 5px;
}

.stock-color {
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 0.5rem;
    border-radius: 5px;
}

.compartir {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.compartir p {
    margin-bottom: 0;
    margin-right: 2rem;
}

.lista-compartir {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.lista-compartir li {
    margin-right: 10px;
}

.lista-compartir li a i {
    font-size: 1.8rem;
}

.facebook i {
    color: #3b5998;
}

.whatsapp i {
    color: #50ca5e;
}

.botones-action {
    margin-bottom: 0 !important;
}

.ficha-producto {
    width: 90%;
    margin: 0 auto;
}

.content-botones-cont {
    display: flex;
    align-items: flex-end;
}

.agregar-carrito {
    min-width: 60%;
    padding: .85rem .5rem;
    transition-duration: 0s;
    color: var(--blanco);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: var(--principal);
    transition: all .3s;
    margin-bottom: 0 !important;
}

.product-single-carousel .owl-nav {
    display: none;
}

.cantidad {
    font-size: 1rem;
    margin: 0;
}

.contador {
    max-width: initial;
    max-height: initial;
    height: initial !important;
    margin-right: 3rem !important;
    margin-bottom: 0 !important;
}

.ficha-tabs {
    justify-content: center;
}

.mas-info-ficha {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.mas-info-ficha tbody tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

.icon-right-open-big,
.icon-left-open-big {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.paction:hover,
.paction:focus {
    background-color: var(--principal-dark);
    color: #fff;
    text-decoration: none;
}


/* ///swalll */

.swal2-popup {
    font-size: 1.6rem !important;
}

.btn-primary {
    border-color: var(--hover);
    background-color: var(--hover);
    color: #fff;
    box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    border-color: var(--principal);
    background-color: var(--principal);
    color: #fff;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--principal);
    background-color: var(--principal);
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    border-color: var(--principal);
    background-color: var(--principal);
    color: #fff
}

.btn-compra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-arrow {
    transition: all .5s;
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    background-color: var(--principal);
    color: #fff;
}

.right-arrow:hover {
    background-color: var(--principal-dark);
    color: #fff;
    text-decoration: none;
}

.right-arrow::before {
    content: '';
    position: absolute;
    background: url(../images/arrow-r.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(88deg) brightness(103%) contrast(101%);
}

.left-arrow {
    transition: all .5s;
    position: relative;
    display: block;
    width: 100%;
}

.left-arrow:hover {
    color: var(--principal-dark);
    text-decoration: none;
}

.left-arrow::before {
    content: '';
    position: absolute;
    background: url(../images/arrow-l.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}

.right-arrow:hover ion-icon {
    margin-left: 10px;
    transition: all .5s;
}

.left-arrow:hover ion-icon {
    margin-right: 10px;
    transition: all .5s;
}

.form-box {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 2.2rem 2rem 4.4rem;
    box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}

.btn.btn-login {
    color: #333333;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1rem;
    border: .1rem solid #ebebeb;
    min-width: 0;
    letter-spacing: 1px;
}

.form-control {
    height: 40px;
    padding: .85rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none;
}

.form-choice {
    margin: 2rem 0;
}

.btn.btn-login.btn-g {
    color: var(--blanco);
    background-color: #cc3333;
}

.btn.btn-login.btn-g i {
    color: var(--blanco);
    min-width: 2.6rem;
}

.btn.btn-login.btn-f {
    color: var(--blanco);
    background-color: #3366cc;
}

.btn.btn-login.btn-f i {
    color: var(--blanco);
}

.btn.btn-login i {
    text-align: left;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-width: 2rem;
}

.btn.btn-login {
    transition: all .2s ease-in-out;
    opacity: 1;
}

.btn.btn-login:hover,
.btn.btn-login:focus {
    opacity: .9;
}

.form-tab .nav.nav-pills {
    color: #333333;
    border-bottom: .1rem solid #ebebeb;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--texto);
    background-color: transparent;
    font-weight: 500;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: var(--principal);
    border-bottom: 2px solid var(--acento);
    border-radius: 0;
}

.olvidaste-contraseña {
    justify-content: space-between;
}

.btn-sin-registro {
    color: var(--blanco) !important;
}

.formulario {
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tabs-finalizar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-bottom: 3rem !important;
}

.contente-registro-cabecera {
    text-align: center;
    padding: 1rem;
    border: 0.5px solid #ccc;
    margin-bottom: 1.5rem;
}

.dropdown-cart-action .btn {
    width: 100%;
    padding: 1.25rem 1rem;
    border-radius: .2rem;
    border-color: var(--principal);
    background-color: var(--principal);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025rem;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 1px;
}

.dropdown-cart-action .btn:hover {
    background-color: var(--secundario);
    border-color: var(--secundario);
}

.title-top {
    padding: 3rem 0;
}

@media screen and (max-width:768px) {
    .tabs-finalizar {
        /* grid-template-columns: auto auto auto; */
        grid-template-rows: 65px 100px;
        grid-template-areas: "primero . segundo" ". tercero .";
    }
    .primero {
        grid-area: primero;
        margin: 0 !important;
    }
    .primero a {
        font-size: 1.1rem !important;
    }
    .segundo {
        grid-area: segundo;
        margin: 0 !important;
    }
    .segundo a {
        font-size: 1.1rem !important;
    }
    .tercero {
        grid-area: tercero;
        margin: 0 !important;
    }
    .tercero a {
        font-size: 1.1rem !important;
    }
    .summary-content {
        margin-top: 3rem;
    }
    .title-top {
        padding: 1.8rem 0;
    }
}

.nav-link-finalizar {
    display: grid;
    grid-template-rows: 1fr 1fr;
    /* grid-row-gap: 10px; */
    font-size: 1.6rem !important;
}


/* .form-datos-finalizar {
    padding: 0 3rem;
} */

.form-control-datos {
    max-width: 100%;
}

.title-delivery {
    text-align: center;
    padding: 3rem 0;
    text-decoration: none;
    font-size: 2rem;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}

.title-delivery:hover {
    text-decoration: none !important;
}

.boton-pagos {
    display: block;
    width: 100%;
    padding: 2rem;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    margin-top: 2rem;
}

.boton-pagos:hover {
    box-shadow: 1px 1px 2px 0px rgb(0, 0, 0, 0.5);
    text-decoration: none;
}

.lista-metodos {
    display: flex;
    align-items: center;
}

.lista-metodos li {
    margin-right: 8px;
}

.credito-contado {
    display: flex;
    align-items: center;
}

.credito-contado input {
    margin-right: 10px;
}

.summary {
    padding: 2.5rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
}

.content-botones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.alinear {
    display: inline-flex;
    align-items: center;
    transition: all .3s;
}

.title-nosotros {
    color: var(--blanco) !important;
}

.content-devolciones {
    margin: 2.8rem 0;
}

.content-devolciones ul {
    list-style: disc;
    padding-left: 2.8rem;
}

.number {
    margin: 1.5rem 0;
}

.title-politica {
    text-decoration: underline;
}

.contact-info i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    float: left;
    border-radius: .6rem;
    background-color: var(--principal);
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.iconos-contacto {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.iconos-contacto a {
    text-decoration: none;
    transition: all .5s;
}

.iconos-contacto a:hover {
    font-weight: 500;
    color: var(--acento);
}

.contact-info p {
    margin-bottom: 0;
    margin-left: 1.2rem;
    line-height: 1.4;
}

#pago-entrega,
#transferencia {
    border: 1px solid #ccc;
}


/* -------------modal--------------- */

.modal-header {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    border: transparent;
    height: 30px;
}

.close {
    font-size: 2.3rem;
    padding: 1rem;
}

.modal-body {
    padding: .5rem 1.5rem 2rem 1.5rem;
}

.title-modal-prod {
    color: var(--hover);
    font-size: 1.5rem;
}

.title-modal-prod i {
    color: var(--principal);
}

.content-modal img {
    margin: 0 auto;
}

.content-modal a {
    font-size: 1.5rem;
    color: var(--secundario);
}

.content-total p {
    font-size: 1.5rem;
    color: var(--precio);
}

.container-articulos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-primary-outline {
    border: 1px solid var(--principal);
    width: 190px;
    border-radius: 3px;
    transition: all .3s;
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: var(--principal);
}

.btn-primary-outline:hover {
    text-decoration: none;
}

.btn-modal {
    display: flex;
    flex-direction: column;
    width: 190px;
    margin: 0 auto;
}


/* -------------modal--------------- */

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 800px;
    }
    .form-box {
        padding: 3.7rem 6rem 6.4rem;
    }
    .form-tab .nav.nav-pills .nav-link {
        font-size: 2.4rem;
    }
}

.swal2-styled.swal2-confirm {
    background-color: var(--principal) !important;
    border: 2px solid var(--principal) !important;
    transition: all .3s;
}

.swal2-styled.swal2-confirm:hover {
    background-color: var(--tercero) !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-color: var(--tercero) !important;
    background-image: none !important;
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel {
    background-color: transparent !important;
    border: 2px solid var(--secundario) !important;
}

.swal2-styled.swal2-cancel:hover {
    background-color: var(--tercero) !important;
    transition: all .3s;
}

.swal2-styled.swal2-cancel a {
    color: var(--tercero) !important;
    text-decoration: none;
}

.swal2-styled.swal2-cancel:hover a {
    color: var(--blanco) !important;
}

.swal2-styled.swal2-confirm a {
    color: var(--blanco) !important;
    text-decoration: none;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none;
}

@media screen and (max-width:991px) {
    .mobile-menu-toggler {
        display: block;
    }
    .icon-carrito {
        font-size: 1.6rem;
    }
    .header-contact a .user {
        font-size: 1.6rem;
    }
    .header-contact {
        padding-right: 0;
    }
    .header-contact::after {
        display: none;
    }
    .nav-desktop {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .mas-info-ficha {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .btn.btn-login.btn-g {
        margin-bottom: 1rem;
    }
    .home-slider-container,
    .home-slide {
        height: 190px;
    }
    .info-contacto {
        display: none;
    }
    .redes-top {
        width: 100%;
        justify-content: center;
    }
    .top-header li:last-child {
        margin-right: 0;
    }
    .paction span {
        font-size: 10px !important;
    }
    ion-icon {
        font-size: 1rem;
    }
}

@media screen and (max-width:500px) {
    .mas-info-ficha {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:420px) {
    .content-botones-cont {
        flex-direction: column;
        align-items: flex-start;
    }
    .contador {
        margin-bottom: 2rem !important;
    }
    .agregar-carrito {
        width: 100%;
        margin-bottom: 2rem !important;
    }
    .mas-info-ficha {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .olvidaste-contraseña {
        flex-direction: column;
    }
    .form-footer .btn {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
    }
    .home-slider-container,
    .home-slide {
        height: 160px;
    }
}

.content-porta {
    border-top: 0.3px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 1rem;
}

.porta img {
    padding: 1.5rem;
    margin: 0 auto;
}

.contenedor-form-contacto,
.content-mapa-form {
    margin: 0 auto;
}

.btn-primary {
    font-family: 'Poppins', sans-serif;
}

.form-footer .btn {
    margin: 0 auto;
}

.content-grid-local-primero {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 80px;
    margin: 40px 0;
    padding-bottom: 40px;
    align-items: center;
}

.content-grid-local-segundo {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 80px;
    padding-bottom: 40px;
    align-items: center;
}

.title-local {
    font-size: 26px;
    color: #333;
}

.info-contact-local {
    display: block;
}

.info-contact-local-map {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.info-contact-local-map i {
    background-color: var(--principal);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blanco);
    margin-right: 20px;
}

@media screen and (max-width:990px) {
    .content-grid-local-primero {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
    .content-grid-local-segundo {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-template-areas: 'text' 'img';
    }
}

@media screen and (max-width:768px) {
    .grid-item-local {
        text-align: center;
    }
    .content-grid-local-primero {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .content-grid-local-segundo {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-template-areas: 'text' 'img';
    }
    .text-local {
        grid-area: text;
    }
    .image-local {
        grid-area: img;
    }
    .info-contact-local-map i {
        background-color: var(--principal);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--blanco);
        margin-right: 10px;
    }
    .info-contact-local-map {
        font-size: 1.5rem;
    }
}

#toogle-mensaje {
    display: none;
}

#toogle-mensaje.active {
    display: block;
}

.form-control:focus,
.form-control:active {
    border-color: var(--principal);
}

.nav.nav-tabs .nav-item .nav-link {
    font-weight: 400;
    color: #333;
}

.collapse-cart {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    appearance: none;
    padding: 2rem 0;
    margin-bottom: 0 !important;
    user-select: none;
    position: relative;
    cursor: pointer;
    /* width: 95%;
    margin-left: auto; */
}

.collapse-cart:focus {
    outline: 1px solid var(--principal);
}

#direccion[type="checkbox"] {
    display: none;
}

#direccion[type="checkbox"]+span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--principal);
    position: absolute;
    left: -25px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

#direccion[type="checkbox"]:checked+span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--principal);
    position: absolute;
    transition: all .3s;
}

#pickup[type="checkbox"] {
    display: none;
}

#pickup[type="checkbox"]+span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--principal);
    position: absolute;
    left: -25px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

#pickup[type="checkbox"]:checked+span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--principal);
    position: absolute;
    transition: all .3s;
}

summary-title {
    font-weight: 500;
}

.flecha-svg {
    width: 16px;
    margin-left: 8px;
}

.anterior-svg {
    margin-right: 8px;
}

.card-border {
    border: 1px solid #ccc;
    margin-top: .8rem;
}

@media screen and (max-width:990px) {
    .collapse-cart {
        width: 95%;
        margin-left: auto;
    }
    .card {
        border: transparent !important;
    }
    .card-border {
        border: transparent !important;
    }
    .info-contacto {
        display: none;
    }
}

.img-slide {
    width: 100vw;
    height: 60vh;
    object-fit: cover;
}

.owl-slide .owl-prev ion-icon,
.owl-slide .owl-next ion-icon {
    color: #fff !important;
    font-size: 3rem !important;
}

.owl-slide .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.boton-ficha-whatsapp {
    font-size: 1.5rem;
    padding: .85rem .8rem;
    color: var(--blanco);
    font-family: 'Poppins', sans-serif;
    background-color: #1bd741;
    transition: all .3s;
    margin-bottom: 15px;
}

.boton-ficha-whatsapp:hover {
    background-color: #0dac2d;
    color: var(--blanco);
}

.content-login-invitado {
    display: flex;
}

.correo {
    border-radius: 5px;
    border-top: 0;
    border-bottom: 2px solid var(--principal);
}

.correo::placeholder {
    font-size: 1.6rem;
}

.btn-continuar-login {
    margin-left: 20px;
}

.volver-carrito {
    text-decoration: underline;
}

.producto-carrito {
    margin: initial !important;
}

.eui-widget-title eapps-instagram-feed-title {
    display: none !important;
}

.eapps-instagram-feed-title-container {
    display: none !important;
}

.container-int {
    position: relative;
}

.cuadro {
    position: absolute;
    z-index: 999999;
    background-color: #0d0b0d;
    width: 90%;
    height: 50px;
    bottom: 0;
}

.featured-products .owl-nav button.owl-prev {
    left: -15px;
    background: rgb(255, 255, 255);
    height: 84%;
    border-radius: 1px;
    /* box-shadow: 1px 0px 1px rgba(0, 0, 0, .5); */
    width: 26px;
}

.featured-products .owl-nav button.owl-prev::before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 20px 0 0 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/nav-prev-shadow.png);
}

.featured-products .owl-nav button.owl-next {
    right: -15px;
    background: #fff;
    height: 84%;
    border-radius: 1px;
    /* box-shadow: -1px 0px 1px rgba(0, 0, 0, .5); */
    width: 26px;
}

.featured-products .owl-nav button.owl-next::before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    border-radius: 20px 0 0 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/nav-next-shadow.png);
}

.featured-products .owl-nav button.owl-prev i,
.featured-products .owl-nav button.owl-next i {
    font-size: 2.5rem;
    color: var(--principal);
    transition: all .3s ease-in-out;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #96838338;
    border-radius: 50%;
}

.featured-products .owl-nav button.owl-prev:hover,
.featured-products .owl-nav button.owl-next:hover {
    background: #ffffff;
    /* height: 83%; */
}

.new-products .owl-nav {
    display: none;
}

.content-img-pickup {
    height: 100%;
    display: flex;
    align-items: center;
}

.lista-pickup li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.lista-pickup li a span i {
    color: var(--principal);
    margin-right: 8px;
}

.title-pickup {
    margin-bottom: .8rem;
    color: var(--texto);
    font-weight: 400;
}

#capa_2 {
    fill: var(--principal);
}

.ver-mapa-pickup {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: var(--principal);
    transition: all .3s;
}

.ver-mapa-pickup:hover {
    text-decoration: underline !important;
}

.flecha-pickup {
    width: 15px;
    margin-left: 8px;
}

.alinear-locales {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.owl-show-room .owl-nav .owl-prev ion-icon,
.owl-show-room .owl-nav .owl-next ion-icon {
    color: #fff;
    font-size: 3rem;
}

.owl-distribuidora .owl-nav .owl-prev ion-icon,
.owl-distribuidora .owl-nav .owl-next ion-icon {
    color: #fff;
    font-size: 3rem;
}

@media screen and (max-width:990px) {
    .text-locales {
        order: 1;
    }
    .img-locales {
        order: 2;
    }
}

@media screen and (max-width:850px) {
    .img-slide {
        height: 35vh;
    }
}

@media screen and (max-width:768px) {
    .content-login-invitado {
        flex-direction: column;
    }
    .featured-products .owl-nav button.owl-next {
        right: -15px;
    }
    .featured-products .owl-nav button.owl-prev {
        left: -15px;
    }
}

@media screen and (max-width:450px) {
    .img-slide {
        height: 25vh;
    }
    .title-info-footer {
        margin-top: 2rem;
    }
    .product-action {
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .featured-products .owl-nav button.owl-next,
    .featured-products .owl-nav button.owl-prev {
        height: 84%;
    }
    .owl-theme .owl-nav [class*='owl-'] {
        top: 42%;
    }
}

.title-modal-ficha {
    color: var(--principal);
    font-size: 1.8rem;
    margin-top: 2rem;
    font-weight: 500;
}

.subtitle-modal-ficha {
    font-weight: 400;
    font-size: 1.5rem;
}

.modal-ficha .form-group {
    max-width: 100% !important;
}

.modal-ficha .modal-header {
    border-bottom: transparent;
    padding: 0;
    height: 0;
    position: relative;
}

.modal-ficha .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.search-icon {
    width: 17px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.icon-top-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 14px;
}

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

.img-icon-nav {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    object-fit: contain;
}

.banner-video {
    height: 73vh;
    width: 100%;
    background: #0d0b0d;
}

.icon-cart {
    filter: invert(99%) sepia(0%) saturate(4883%) hue-rotate(122deg) brightness(119%) contrast(100%);
}

.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a:hover {
    text-decoration: none;
}

.marcas-carousel .owl-nav {
    display: none;
}

.cls-1 {
    fill: #fff !important;
}

.logo-principal {
    width: 150px;
}

.wrapper-mobil {
    position: relative;
}

.content-search {
    display: none;
}

.btn-search-mobil {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    background-color: var(--principal);
    border-radius: 8px;
    margin: 3px;
}

.content-search {
    width: 100%;
}

.form-search-mobil {
    margin-bottom: 0;
    margin-top: 5px;
}

.form-search-mobil input {
    width: 100%;
    height: 47px;
    border: 2px solid #dbe0e2;
    padding: 4px 22px;
    border-radius: 8px;
    color: #8d8d8d;
    line-height: 20px;
    box-shadow: none;
    font-size: 16px;
}

.form-search-mobil input:focus-visible {
    outline: none;
}

.mobile-menu-container::-webkit-scrollbar {
    width: 5px;
}

.mobile-menu-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile-menu-container::-webkit-scrollbar-thumb {
    background: #888;
}

.item-menu-mobil {
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: 1rem;
}

.item-menu-mobil.active {
    color: var(--principal);
    border-bottom: 2px solid var(--principal);
}

.mobile-cats-menu li {
    padding: 1.1rem 0 1.1rem 1.5rem;
}

.mobile-cats-menu li a {
    color: #fff;
    text-transform: uppercase;
}

.mobile-cats-menu li a:hover {
    color: var(--principal);
}

.toolbox-right {
    margin-left: auto;
    display: none;
}

.container-cabecera-catalogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat-title {
    display: block;
    position: relative;
}

.cat-title::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.cat-title.collapsed::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    top: 12px;
}

.label-filtro {
    font-size: 14px;
    position: relative;
    padding-left: 2.6rem;
    cursor: pointer;
    user-select: none;
}

.label-filtro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    box-shadow: none !important;
    border-radius: 2px;
}

.label-filtro::after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    content: '';
    background-image: url(../images/check-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1;
    text-align: center;
    opacity: 0;
    margin-top: .1rem;
    visibility: hidden;
    transition: opacity .01s;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
}

.filtro-sidebar input {
    display: none;
}

.filtro-sidebar input:checked~.label-filtro::before {
    background-color: var(--principal-dark);
    border: 1px solid var(--principal-dark);
}

.filtro-sidebar input:checked~.label-filtro {
    color: var(--principal-dark);
}

.filtro-sidebar input:checked~.label-filtro::after {
    opacity: 1;
    visibility: visible;
}

.marcas-filtro {
    text-transform: uppercase;
}

.show-ficha {
    color: var(--principal);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.categoria-ficha {
    font-size: 16px;
}

.cuotero-ficha {
    height: 47px;
    background: #fafafa;
    padding: .85rem 2rem;
    font-weight: 300;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.content-planes {
    display: flex;
    align-items: center;
}

.title-planes {
    margin: 0;
    margin-right: 2rem;
    width: 130px;
    color: #333;
}

.content-price-file {
    margin-top: 2.4rem;
}

.product-main-image {
    max-width: 80%;
    width: auto;
}

.product-image-gallery {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 20%;
    padding-left: .5rem;
    padding-right: .5rem;
}

.product-gallery-item {
    margin-bottom: 1rem;
    opacity: .5;
    transition: opacity .3s;
    will-change: opacity;
}

.product-gallery-item:hover {
    opacity: 1;
    will-change: opacity;
}

.product-gallery-item.active {
    opacity: 1;
}

.cantidad-ficha {
    margin-right: 2rem;
    width: 130px;
    color: #333;
}

.comparar {
    min-width: 5.5%;
    width: 80%;
}

.btn-drop {
    background: #fafafa;
    border: .1rem solid #ebebeb;
    display: block;
    width: 100%;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    padding-left: 2.1rem;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.btn-drop:hover {
    color: var(--principal-dark);
}

.btn-drop::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 1px;
    background: #333;
}

.btn-drop::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #333;
}

.btn-drop:focus {
    outline: none;
}

.resumen-ficha,
.descripcion-ficha {
    border: .1rem solid #ebebeb;
}

.body-drop {
    padding: 1rem 2rem 2rem;
    display: none;
}

#body-drop.active {
    display: block;
}

#body-drop-descripcion.active {
    display: block;
}

#resumen.background {
    background: transparent;
    border-bottom: transparent;
    color: var(--principal-dark);
}

#descripcion.background {
    background: transparent;
    border-bottom: transparent;
    color: var(--principal-dark);
}

.btn-drop.background::after {
    background: transparent;
}

.btn-drop.background::before {
    background: var(--principal-dark);
}

.btn-product-gallery {
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 2px 6px 16px rgb(51 51 51 / 5%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: all .3s;
    border-radius: 8px;
}

.btn-product-gallery:hover {
    background: var(--principal-dark);
    color: #fff;
}

#descripcino.background {
    background: transparent;
    border-bottom: transparent;
    color: var(--principal-dark);
}

.producto-carrito {
    max-width: 60px !important;
    max-height: 60px !important;
}

.description-product-cart {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.precio-carrito {
    color: #333;
}

.product-col {
    width: 100%;
}

.price-col,
.qty-col,
.total-col {
    width: 15%;
}

.quantity-cart {
    width: 43px !important;
}

.content-product-single-qty {
    margin-bottom: 0;
    margin: 0 auto;
}

.add-product {
    border-bottom: 1px solid #ebebeb;
}

.table-cart {
    width: 90%;
    margin: 0 auto;
}

.table-cart thead tr {
    border-bottom: 1px solid #ebebeb;
}

.table td,
.table th {
    border: transparent !important;
}

.lista-pago-checkout {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.asegurado {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.cantidad-checkout {
    font-size: 14px;
    color: var(--secundario);
}

.cantidad-checkout {
    display: block;
}

.summary-title {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.table thead th {
    font-weight: 500;
    color: var(--secundario);
}

.table-summary tbody tr {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.table-summary tbody tr td {
    padding: 1.5rem 0;
}

.table-summary tbody tr:nth-child(3) {
    margin-bottom: 1rem;
    border-bottom: 1px solid transparent;
}


/*
.table-summary thead tr .total-summary-table {
    display: inline-block;
} */

.precio-checkout {
    font-size: 13px;
    display: inline-block;
    min-width: 100%;
    color: var(--secundario);
}

.prod-hover {
    font-size: 13px;
}

.prod-hover:hover {
    color: var(--principal);
}

.primero,
.segundo {
    position: relative;
}

.primero::after,
.segundo::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    background: #e7e7e7;
    width: 50px;
    height: 0.5px;
}

.item-slide img {
    width: 100%;
}

.title-contacto {
    margin-bottom: 2rem;
}

.content-locales a {
    text-transform: capitalize;
}

.content-locales a:hover {
    color: var(--hover);
}

.lista-contacto li {
    padding: 1.3rem 0;
}

.lista-contacto li a:hover {
    color: var(--hover);
}

.content-info-locales h3,
.content-info-locales h4 {
    margin-bottom: 1rem;
}

.content-info-locales ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}

.content-info-locales ul li a:hover {
    color: var(--hover);
}

.content-img-locales {
    height: 100%;
}

.img-local {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.locales-section .fila-locales {
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: center;
}

.column-locales {
    display: flex;
    align-items: center;
}

.content-info-locales span {
    margin-left: 1rem;
}

.modal .modal-content {
    border-radius: 10px;
}

.modal-call .modal-content {
    max-width: 400px;
    margin: 0 auto;
}

.modal-call .modal-body {
    padding: 60px 45px;
}

.modal-header .close {
    padding: 1rem;
    margin: .3rem 0 -1rem auto;
}

.title-modal-consulta {
    font-size: 28px;
    color: var(--secundario);
    margin-bottom: 2rem;
    text-align: center;
}

.subtitle-modal {
    font-size: 20px;
    color: var(--secundario);
    margin-bottom: 2rem;
    text-align: left;
}

.contentenedor-numeros {
    margin-bottom: 2rem;
}

.contentenedor-numeros p {
    margin-bottom: .5rem;
}

.contentenedor-numeros span {
    display: inline-block;
    margin-right: .8rem;
    color: var(--hover);
}

.contentenedor-numeros a {
    font-size: 16px;
    font-weight: 400;
    color: var(--secundario);
}

.contentenedor-numeros a:hover {
    color: var(--principal);
}

.lista-numeros-modal li:nth-child(1) {
    margin-bottom: 5px;
}

.local-modal {
    font-weight: 500;
}

.margin-footer-top {
    margin-top: 5rem;
}

.btn-outline-primary {
    color: var(--hover);
    border-color: var(--hover);
}

.btn-outline-primary:hover {
    background-color: var(--hover);
    color: #fff;
    border-color: var(--hover);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--hover);
    color: #fff;
    border-color: var(--hover);
}

.container-listado {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
}

.lista-producto {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}

.container-form-carrito {
    width: 90%;
    margin: 0 auto;
}

.solicitar-presupuesto-prod {
    font-size: 1.5rem !important;
}

.btn-solicitar-presupuesto {
    margin-bottom: 0 !important;
}

.widget-title {
    margin-bottom: 1rem !important;
    font-family: 600;
}

.lista-widget {
    margin-bottom: 0;
}

.lista-widget li .item-lista-widget {
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 600;
    color: rgb(113 112 112);
}

.lista-widget li .item-lista-widget.collapsed::after {
    content: '\e81c';
}

.lista-widget li .item-lista-widget::after {
    content: '\e81b';
    font-family: 'porto';
    position: absolute;
    top: 50%;
    right: .1rem;
    transform: translateY(-50%);
    transition: all .35s;
    display: inline-block;
}

.lista-widget li a:hover,
.lista-widget li a:focus {
    color: var(--secundario) !important;
}

.lista-widget .collapse {
    padding-left: 10px;
}

.lista-subcategoria li a {
    padding: 5px 0;
    display: block;
}

.lista-widget-marcas li a {
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 0;
}

.lista-widget-marcas li a:hover,
.lista-widget-marcas li a:focus {
    color: var(--secundario) !important;
}

.custom-checkbox {
    padding: 0;
}

.product-title.titulo-carrito {
    margin: 0;
    margin-right: 10px;
    width: 85%;
}

.product-image.image-carrito {
    height: 75px;
}

.product-image.image-carrito img {
    height: 75px;
    object-fit: cover;
}

.product-image-container.container-image-producto {
    overflow: initial;
}

.sticky-active {
    bottom: -25px !important;
}

.product-title {
    height: 44px;
}

.btn-filtro {
    border: 1px solid var(--principal-dark);
    border-radius: 5px;
    padding: .5rem 1rem;
    width: 100px;
    margin-left: auto;
    display: none;
}

.btn-filtro:hover {
    background: var(--principal-dark);
    color: var(--secundario);
}

#sidebar-mobile.open {
    transform: translateX(0);
    display: block;
}

#body.scroll-none {
    position: fixed;
}

.banner-prom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bases-sorteo {
    padding: 2.5rem 0;
}

.title-bases {
    font-size: 2.5rem;
}

.subtitle-bases {
    font-size: 2.3rem;
}

.row-bases {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.lista-bases {
    list-style: circle;
    padding-left: 2rem;
}

.lista-bases li {
    padding-bottom: .5rem;
}

@media screen and (min-width: 992px) {
    .product-gallery-vertical .row {
        margin-left: -.5rem;
        margin-right: -.5rem;
        flex-direction: row-reverse;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 14px;
    }
    .order-bases-1 {
        order: 1;
    }
    .order-bases-0 {
        order: 0;
    }
    .container-image-bases img {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .modal-ficha {
        max-width: 600px;
    }
}

@media screen and (max-width:1200px) {
    .content-header {
        padding: 0;
    }
    .menu li a {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .menu li a span {
        font-size: 1.1rem;
    }
    .destacados {
        height: 100%;
    }
    .img-categorias {
        height: auto;
    }
}

@media screen and (max-width:990px) {
    .logo-principal {
        width: 100px;
    }
    .header-middle {
        padding: 1rem 0;
    }
    .header-center {
        display: none;
    }
    .content-header {
        justify-content: space-between;
    }
    .mobile-menu-toggler {
        order: 1;
        margin-right: 0;
        margin-left: 1.5rem;
    }
    .call-center {
        order: 0;
    }
    .content-header {
        padding: 0;
    }
    .content-search {
        display: block;
    }
    .toolbox-right {
        display: block;
    }
    .container-cabecera-catalogo {
        display: initial;
    }
    .product-image-gallery {
        display: flex;
        flex-direction: row;
        width: auto;
        max-width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .product-main-image {
        max-width: 100%;
    }
    .content-planes {
        flex-direction: column;
        align-items: initial;
    }
    .product-single-details .product-action {
        flex-direction: column;
        align-items: initial;
    }
    .product-single-details .product-single-qty,
    .product-single-details .paction {
        margin-right: 0;
    }
    .comparar span {
        font-size: 1.5rem !important;
    }
    .content-product-single-qty {
        margin: 0 auto;
    }
    .btn-remove img {
        width: 15px;
        margin: 0 auto;
    }
    .column-locales {
        margin-bottom: 1rem;
    }
    .order-one {
        order: 1;
    }
    order-two {
        order: 0;
        margin-bottom: 1rem;
    }
    .margin-footer-top {
        margin-top: 2rem;
    }
    .img-categorias {
        height: auto;
    }
    .destacados {
        height: 100%;
    }
    .title-cabecera {
        font-size: 1.5rem;
    }
    .table-cart {
        width: 100%;
    }
    .container-form-carrito {
        width: 100%;
    }
    .btn-filtro {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .item-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .table-cart .remove-col {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .img-categorias {
        height: auto;
    }
}

@media screen and (max-width:450px) {
    .comparar {
        width: 100%;
        min-width: 100%;
    }
}