﻿.alert-custome {
    font-size: 0.7rem;
    line-height: 0.9rem;
    padding: 7px 10px;
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.product-card::before {
    box-shadow: none;
}

.product-card {
    padding: unset;
}

#divCarritoAlt {
    box-shadow: 0px 0px 0px 15px #151719;
}

.modal-content {
    box-shadow: 12px 12px #151719;
}

.payment-methods__item-description {
    font-size: .8rem;
    line-height: 1.2rem;
}

.widget-aboutus__text p {
    font-size: .8rem;
    line-height: .9rem;
    text-align: justify;
}

.input-validation-error ~ .select2 .select2-selection__rendered {
    border-bottom: 2px solid red !important;
}

.input-validation-error {
    border-bottom: 2px solid red !important;
}

.form-control + .select2-container .select2-selection__rendered {
    font-size: .8rem;
}

.nav-links__item-body {
    padding: 0 10px;
}

.nav-panel--stuck .nav-links__item-body {
    font-size: 0.8rem;
    line-height: 0.8rem;
    height: 40px;
    padding: 0 5px;
}

.swal-title {
    text-align: left;
    font-size: 1.2rem;
}

.swal-button {
    border-color: var(--main-bg-color) !important;
    background: var(--main-bg-color) !important;
    color: var(--main-letra) !important;
}

    .swal-button:focus, .swal-button:hover {
        border-color: #3d464d !important;
        background-color: #3d464d !important;
        color: #fff;
        fill: #fff;
    }

.swal-modal {
    box-shadow: 12px 12px #151719;
}

.product-card-anuncio::before {
    box-shadow: none;
}

.product-card-anuncio {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    box-shadow: none !important;
}

    .product-card-anuncio:hover::before {
        box-shadow: none;
    }

.product-card__badge--info {
    background: #15beff;
    text-transform: none !important;
}

.product-card__info {
    flex-grow: 0;
}

#divCuotas .payment-methods__item-title {
    text-align: center !important;
    width: 100%;
}

.topbar {
    display: table;
    width: 100%;
    height: 50px;
}

.topbar__row {
}


.product__prices .product-card__old-price {
    font-size: 22px;
}

.sliderBanderolas .slick-arrow {
    display: none;
}

.sliderBanderolas .product-card__badge {
    width: unset !important;
}

.product-card__badges-list .slick-list {
    width: 180px !important;
}

.product-card--layout--horizontal .product-card__badges-list .slick-list {
    text-align: right;
}

.site-header .social-links__item {
    margin-bottom: 4px;
}

    .site-header .social-links__item i {
        font-size: 1.7rem !important;
    }

.site-header .social-links__link {
    background-color: transparent !important;
}

#detalleDivQuickview .noQuickview {
    display: none;
}

#detalleDivQuickview #divPrecio {
    max-width: unset;
}

.divPromociones {
    height: 70px;
    background: round;
    /*margin-top: 20px;*/
}

    .divPromociones .address-card__badge {
        left: 0em;
        text-align: center;
        width: 100%;
        height: 20px;
    }

.account-nav__item--active a {
    font-weight: 600;
}

.filter-categories__item--current {
    font-weight: 600;
}

.quickview .widget-posts.widget {
    display: none;
}

.site-footer__copyright {
    font-size: 12px;
}

.site-footer__payments {
    text-align: right;
}

.site-footer__bottom {
    height: 105px;
}

.dropcart__product-name {
    font-size: 13px;
}

.product__info .product-card__badge {
    border-radius: 0px !important;
}

    .product__info .product-card__badge a {
        color: white !important;
    }

#divSeccionCategorias2 .owl-item {
    /*margin-right: 2px !important;*/
}

#divSeccionCategorias2 .card-categoria {
    height: 40vh;
}

#divSeccionCategorias2 .category-card__body a {
    width: 100%;
}

.products-list[data-layout^="grid-"] .product-card .product-card__features-list {
    display: none !important;
}

.widget-newsletter {
    background: #e1e1e1;
    padding: 20px;
}

.divCuotas .cardTarjetas {
    padding: 5px !important;
}

.divCuotas table {
    font-size: .8rem !important;
}

.divCuotas td {
    padding: 6px 6px !important;
    padding-bottom: 4px !important;
}

.widget-posts.widget img {
    /*height: 150px;*/
    object-fit: contain;
}

.categories-list__item span {
    background-color: var(--menu);
    color: var(--letra);
    position: absolute;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    font-size: 1.1rem;
}

.site-header__phone-title {
    color: var(--main-letra);
}

.nav-links__item-link:hover {
    color: var(--menu);
}

.nav-panel {
    background: var(--menu);
}

.block-header__divider {
    background: var(--menu);
}

[dir=ltr] .product--layout--columnar .product__sidebar {
    border-color: var(--menu);
}

.site-header__phone-number a {
    color: var(--main-letra) !important;
}

.btn-primary {
    border-color: var(--main-bg-color);
    background: var(--main-bg-color);
    color: var(--main-letra);
    font-weight: 500;
}

.indicator__value {
    background: var(--menu);
    color: var(--letra);
}

.mobile-header__panel {
    background: var(--menu);
    color: var(--letra);
}

.mobile-header__menu-button {
    fill: var(--letra);
}

.site-header {
    background: var(--main-bg-color);
}

a {
    color: var(--menu);
}

    a:hover {
        color: var(--menu);
    }

.breadcrumb-item.active {
    color: #3d464d;
}

footer .block-features__item {
    border: 2px solid #262626;
}

.block-features__icon {
    fill: #262626;
}

.block-features__content {
    color: #262626;
}

.totop__button {
    color: white;
    background: #262626;
}

.textoMarcaNegocio {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 2px;
    font-size: .8rem;
    color: white;
}

.logoMarcaNegocio {
    height: 100px;
    width: 100px !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    object-fit: contain;
}

.product-card__image a.btn {
    height: calc(1.875rem + 2px);
}

.main_title:before {
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 20%;
    content: "";
    position: absolute;
    background-color: #f7f7f7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.product-card.top {
    border: 3px solid #f5ee68;
}

.block-header__divider {
    margin-left: 10px;
}

.btn-top {
    background-color: #f5ee68;
    font-weight: 700;
    font-size: 1rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#filter_headerLocalidad {
    border: none;
}

.notyf__message img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-right: 5px;
}

.products-list[data-layout^="grid-"] .product-card .product-card__info {
    padding: 0 15px 0;
}

.products-list[data-layout^="grid-"] .product-card .product-card__actions {
    padding: 0 15px 15px;
}

.product-card__availability .text-warning {
    color: #fb9e0b !important;
}

.product-image__img {
    padding: 5%;
}

.product-card--layout--horizontal .product-image__img {
    padding: 0%;
}

.cart-table__body {
    background-color: white;
}

.cart-table__head {
    background-color: white;
}

.block-brands__slider {
    background-color: white;
}

.block-banner__image {
    z-index: 9;
}

.block-brands__item-2 {
    background-color: white;
}

.block-features__item {
    background-color: white !important;
}

.site__body {
    background-color: #f7f7f7;
}

.product-card {
    box-shadow: rgb(3 3 3 / 8%) 0px 4px 12px;
}

.block-categories__item {
    box-shadow: rgb(3 3 3 / 8%) 0px 4px 12px;
}

.imagenCarrucel {
    box-shadow: rgb(3 3 3 / 8%) 0px 4px 12px;
}

.widget-filters {
    background-color: white;
}

.widget-filters {
    /*border-color: var(--main-bg-color);*/
}

.product-tabs__content {
    background-color: white;
}

.block-features__item {
    background-color: white;
}

.product-image {
    background-color: white;
}

.bannerChicoCompleto img {
    width: 100%;
}

#filter_headerLocalidad, #filter_headerLocalidad-mobile {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    /*border-bottom: 2px solid var(--menu);*/
    height: 50px;
}

.mobile-links--level--0 > .mobile-links__item {
    border-bottom: none;
}

.contenedorBuscador {
    position: relative;
}

    .contenedorBuscador i {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #b6b6b6;
    }

#filter_headerLocalidad:focus {
    box-shadow: none;
}

#filter_headerLocalidad-mobile:focus {
    box-shadow: none;
}

.categoriaSmall .category-card__body {
    text-align: center;
    /*border: 3px solid var(--main-bg-color);*/
    border-radius: 10px;
}

.mobile-links__item-title {
    border-bottom: 1px solid #ebebeb;
}

.mobile-links__item {
    border-bottom: none;
}

.block-banners-chico img {
    height: 190px;
    border-radius: 15px;
    padding: 5px;
    transition: all 1s ease;
    object-fit: cover;
}

    .block-banners-chico img:hover {
        filter: brightness(130%);
    }

.imagen-carousel-chico-mobile img {
    width: 100% !important;
    height: 135px !important;
}

.notyf__message {
    font-size: .8rem;
}

.product-card__badge--top {
    background: #f5ee68;
    color: #3d464d !important;
}

span.input-check__box {
    border: 1.5px solid white !important;
    /*background-color: white !important;*/
}

@font-face {
    font-family: "Centranube";
    src: url("../../admin3/fonts/centranube-book-webfont.eot");
    src: url('../../admin3/fonts/centranube-book-webfont.ttf') format('truetype'), url("../../admin3/fonts/centranube-book-webfont.woff") format("woff"), url('../../admin3/fonts/centranube-book-webfont.svg#centranubebook') format('svg');
}

@font-face {
    font-family: "Montserrat";
    src: url('../../admin3/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

body {
    font-family: CentraNube,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.nav-links__item-body {
}

.review__avatar img {
    background: #7d7d7d;
    padding: 10px;
}

.post__footer {
    margin-top: 0px;
}

.quickview .product__description {
    font-size: .8rem;
}

/*#divResultado .product-card {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 2%);
}
*/
.cripto tr {
    padding: 10px !important;
    /*width: 40%;*/
}

.cripto img {
    height: 30px;
}

.cripto td {
    font-size: .8rem !important;
    margin-top: 5px;
}

.quickview .product__actions-item--whatsapp {
    display: none;
}

.footer-contacts__text {
    white-space: pre-line;
    margin-top: -30px !important;
}

.product-gallery .owl-nav {
    text-align: center;
}

#itemsCombo .product-card--layout--horizontal .product-card__image {
    width: 100px;
}

.product-gallery .owl-prev {
    font-size: 3rem !important;
    position: absolute;
    left: 33%;
    bottom: 0px;
}

.product-gallery .owl-next {
    font-size: 3rem !important;
    position: absolute;
    right: 33%;
    bottom: 0px;
}

.product-gallery button:focus {
    outline: none !important;
}

.megamenu {
    padding: 5px;
}

.menu {
    min-width: 250px;
}

.product-gallery__carousel-image {
    height: 100% !important;
}

/*.product-card:hover .product-card__info {
    background-color: var(--main-bg-color);
    color: white;
}

.product-card:hover .product-card__actions {
    background-color: var(--main-bg-color);
    color: white;
}

.product-card:hover .product-card__prices {
    color: white;
}

.product-card:hover a {
    background-color: var(--main-bg-color);
    color: white;
}*/
/*.indicator__dropdown{
    z-index: 999 !important;
}*/
.nav-panel__logo {
    display: none;
}

.nav-panel--stuck {
    -webkit-transform: none;
    transform: none;
}

.mobile-header--stuck .mobile-header__panel {
    -webkit-transform: none;
    transform: none;
}

.nav-panel--stuck .nav-panel__logo {
    display: inline-block;
}

.nav-panel__logo img {
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.star {
    font-size: 1.5rem;
}

.topbar__row img {
    height: 100%;
    object-fit: none;
    width: 100%;
}

#divPrecio {
    max-width: 250px;
}

.tdTop {
    /*background-color: var(--main-bg-color);*/
    /*color: white;*/
    width: 35px;
}

.address-card__row.resaltado {
    /*background-color: var(--main-bg-color);*/
    padding: 10px;
}

    .address-card__row.resaltado .address-card__row-title {
        color: white !important;
    }

.product-card__badge--red {
    background: #ff3333;
}

.product-card__badge--green {
    background: #2db742;
}

.product-card__badge--pink {
    background: #f000b9;
}

.form-group {
    margin-bottom: 1rem;
}

.site-header__phone.imagen {
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main_title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background-color: var(--menu);
    color: var(--letra);
    padding: 20px;
}

    .main_title h1, .main_title h2 {
        margin: 0;
        position: relative;
        z-index: 2;
        color: var(--letra);
    }

    .main_title h2 {
        font-size: 2.5rem !important;
        font-weight: 600 !important;
    }

    .main_title span {
        display: block;
        content: attr(data-mask);
        position: absolute;
        text-align: center;
        margin-top: -15px;
        top: 0;
        font-weight: 900;
        font-size: 65px;
        line-height: 1;
        z-index: 1;
        color: #f4f4f4;
        text-transform: uppercase;
        width: 100%;
    }

    .main_title p {
        font-size: 23px;
        font-size: 1.4375rem;
        font-weight: 300;
        padding: 0 15%;
        position: relative;
        z-index: 2;
    }

.imagenMenu {
    background-position: top;
    background-size: cover;
    min-height: 300px;
}

[dir=ltr] .megamenu--departments {
    padding-right: unset;
}

.fancyMessenger {
    position: fixed;
    bottom: 50px;
    left: 50px;
    height: 300px;
    width: 300px;
    border-radius: 15%;
    z-index: 999;
}

.fancyImagen {
    height: 100%;
    width: 100%;
    border-radius: 10%;
    object-fit: cover;
}

.position-relative .container {
    position: relative !important;
    z-index: 7;
}

.bg-section.img-pattern {
    /*background-image: url('http://detheme.com/templates/rylee/images/wood-pattern.svg');*/
    background-position: 50% 50%;
    background-size: 650px;
    opacity: 0.07;
}

.bg-section {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cookie-policy-btn {
    position: absolute;
    top: -15px;
    background-color: #f7f7f7;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    right: -15px;
    text-align: center;
    padding-top: 5px;
}

.hidden {
    display: none !important;
}

.product-card--layout--horizontal .product-card__image {
    height: unset;
}

#armado-modal .product-card__features-list {
    display: none;
}

.cart-table__product-name {
    line-height: 1rem;
    font-size: 13px;
    font-weight: 500;
}

.cart-table__column--total {
    width: unset !important;
}

td.cart-table__column.cart-table__column--price {
    font-size: 13px;
}

td.cart-table__column.cart-table__column--total {
    font-size: 13px;
}

.btn-lg {
    height: calc(2.75rem + 3px);
}

.wa__btn_popup_txt {
    display: none;
}

.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

    .content .content-overlay {
        /*background: var(--main-bg-color);*/
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: .9;
        z-index: 100;
    }

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 200;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.badge-warning {
    color: white;
}

/*.spanComparar {
    background: var(--main-bg-color);
    color: white;
}*/

.product-image .addComparar {
    display: none;
}

.product-card:hover .addComparar {
    display: block;
    background-color: #f8f9fa;
}

.product-card__image.product-image {
    position: relative;
}

.product-card:hover .addComparar {
    fill: #3d464d;
}

.product-image .addComparar {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#chat-application {
    bottom: 20px !important;
    right: 85px !important;
}

.modal-customizado .product-card__badge {
    font-size: .8rem;
}

.modal-customizado .form-row {
    font-size: .8rem;
}

.payment-methods__item-header {
    font-size: .8rem;
}

.product__description {
    white-space: pre-line;
    margin-top: -10px !important;
}

.quickview {
    padding: 40px;
}

.product-card__name h2 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

@media (max-width: 419px) and (min-width: 320px) {
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__body {
        margin: 0px;
    }
}

.suggestions__group-title {
    padding: 3px 20px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
}

.search--location--header .search__suggestions {
    padding-bottom: 0px;
}

.search__suggestions {
    overflow-y: auto;
    max-height: 500px;
}

.page-header__container {
    padding-bottom: 20px;
}

@media (hover: hover) and (min-width: 375px) {
    .products-list[data-layout=grid-5-full][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover {
        margin-bottom: 0px;
    }
}

.breadcrumb-item a {
    /*background-color: var(--main-bg-color);*/
    /*color: var(--letra);*/
    /*padding: 0px 8px;*/
}

.breadcrumb-item {
    /*line-height: 21px;*/
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
    /*padding-right: 10px;*/
}

.breadcrumb-item.active {
    font-weight: 500;
}

.breadcrumb-arrow {
    display: none;
}

[dir=ltr] .breadcrumb-item {
    /*    padding-left: 0;
    padding-right: 10px;*/
}

.breadcrumb__item-link, .breadcrumb__item-link:hover {
    color: inherit;
}

/*.breadcrumb-item a:first-child:after {
    content: "";
    left: 0;
    right: 12.12435px;
}*/

.breadcrumb-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    height: 21px;
    padding: 0 15.12435px;
    pointer-events: none;
}

    .breadcrumb-item a:hover {
        color: var(--letra);
    }

    .breadcrumb-item a:before {
        content: "";
        left: 6.06217px;
        right: 6.06217px;
        transform: skewX(-30deg);
    }

    .breadcrumb-item a:after, .breadcrumb-item a:before {
        pointer-events: auto;
        position: absolute;
        background-color: var(--menu);
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 3px;
        transition: background .1s;
    }

.breadcrumb-item a {
    color: var(--letra);
}

.quickview {
    /*    max-height: 80vh;*/
}

[dir=ltr] .breadcrumb-item {
    padding-right: 0px;
}

    [dir=ltr] .breadcrumb-item + .breadcrumb-item {
        padding-right: 0px;
    }


.products-list[data-layout="grid-5-full"] .products-list__body {
    margin: 0px !important;
}

@media (max-width: 767px) and (min-width: 420px) {
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__body {
        margin: 0px !important;
    }
}

.filters-button {
    height: 61px;
}

.products-list[data-layout=grid-4-full] .products-list__body {
    margin: 0px;
}

/*BANNER*/
.block-banners a {
}

.block-banners img {
    height: 190px;
    border-radius: 15px;
    padding: 5px;
    transition: all 1s ease;
    object-fit: cover;
}

    .block-banners img:hover {
        filter: brightness(130%);
    }

/*CATEGORIAS CHICAS*/
.block-brands__list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
}

.block-brands__item-2 {
    text-align: center;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-brands--layout--columns-8-full .block-brands__item-2 {
    padding: unset;
}

@media (min-width: 1200px) {
    .block-brands--layout--columns-8-full .block-brands__item-2 {
        width: calc((100% - 7px) / 7);
    }

    .block-brands--layout--columns-8-full .block-brands__divider:nth-child(14n) {
        height: 1px;
        width: 100%;
    }

    .block-brands--layout--columns-8-full .block-brands__divider {
        width: 1px;
    }

    .block-brands--layout--columns-8-full.columns-6 .block-brands__item-2 {
        width: calc((100% - 5px) / 6);
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .block-brands--layout--columns-8-full .block-brands__item-2 {
        width: calc((100% - 6px) / 6);
    }

    .block-brands--layout--columns-8-full .block-brands__divider {
        width: 1px;
    }

        .block-brands--layout--columns-8-full .block-brands__divider:nth-child(12n) {
            height: 1px;
            width: 100%;
        }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .block-brands__item-2 {
        width: calc((100% - 5px) / 5);
    }

    .block-brands__divider {
        width: 1px;
    }

        .block-brands__divider:nth-child(10n) {
            height: 1px;
            width: 100%;
        }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .block-brands__item-2 {
        width: calc((100% - 3px) / 3);
    }

    .block-brands__divider {
        width: 1px;
    }

        .block-brands__divider:nth-child(6n) {
            height: 1px;
            width: 100%;
        }
}

@media (max-width: 575px) and (min-width: 420px) {
    .block-brands__item-2 {
        width: calc((100% - 3px) / 3);
    }

    .block-brands__divider {
        width: 1px;
    }

        .block-brands__divider:nth-child(6n) {
            height: 1px;
            width: 100%;
        }
}

@media (max-width: 419px) {
    .block-brands__item-2 {
        width: calc((100% - 2px) / 2);
    }

    .block-brands__divider {
        width: 1px;
    }

        .block-brands__divider:nth-child(4n) {
            height: 1px;
            width: 100%;
        }
}

.block-brands__divider {
    background: #ebebeb;
}

.block-brands__item-link {
    position: relative;
    display: block;
    padding: 12px 20px;
    width: 100%;
}

    .block-brands__item-link img {
        max-width: 100%;
        max-height: 72px;
        filter: grayscale(1);
        opacity: .7;
        transition: filter .15s,opacity .15s;
    }

    .block-brands__item-link:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.02);
        opacity: 0;
        transition: opacity .15s;
    }

    .block-brands__item-link img {
        max-width: 100%;
        max-height: 72px;
        filter: grayscale(0);
        opacity: .7;
        transition: filter .15s,opacity .15s;
        margin-bottom: 10px;
    }

    .block-brands__item-link:hover img {
        filter: grayscale(0);
        opacity: 1;
    }

.block-brands__item-name {
    line-height: .8rem;
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #b3b3b3;
    margin-top: 4px;
    margin-bottom: -2px;
    transition: color .15s;
}

.cart-table {
    /*box-shadow: 0 1px 3px rgba(0,0,0,.09);*/
}

.quickview__see-details {
    border-radius: 0 0 2.5px 2.5px;
    border-top: 1px solid #ebebeb;
    display: block;
    text-align: center;
    font-size: 15px;
    height: 52px;
    line-height: 50px;
    transition: background .15s,border-color .15s;
}

.quickview__product-meta table {
    display: block;
    margin: -3px;
}

.categories-list__body {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.categories-list__item {
    padding: 1.125rem;
    text-align: center;
    position: relative;
}

    .categories-list__item:hover:before {
        opacity: 1;
    }

    .categories-list__item:before {
        position: absolute;
        display: block;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.03);
        pointer-events: none;
        opacity: 0;
        transition: opacity .12s;
        z-index: 1;
    }

    .categories-list__item a {
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: inherit;
    }

    .categories-list__item .image {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        /*margin-bottom: 15px !important;*/
        padding: 20px;
    }

@media (max-width: 575.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 1px) / 2);
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 1199.98px) and (min-width: 576px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 2px) / 3);
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 3px) / 4);
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px;
    }
}

@media (min-width: 1400px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width: calc((100% - 4px) / 5);
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(10n) {
        width: 100%;
        height: 1px;
    }

    .categories-list--layout--columns-5-sidebar.columns-4 .categories-list__item {
        width: calc((100% - 3px) / 4);
    }
}

.categories-list__divider {
    width: 1px;
    background-color: #ebebeb;
}

.categories-list__item-products {
    margin-top: 4px;
    font-size: 14px;
    color: #6c757d;
}

.categories-list__item a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: inherit;
}

.image--type--category .image__body, .image--type--product .image__body {
    padding-bottom: 100%;
}

.image--type--category .image__body, .image--type--product .image__body {
    display: block;
    position: relative;
    width: 100%;
}

.image--type--category .image__tag, .image--type--product .image__tag {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.quickview__product-meta tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quickview__product-meta tr {
    background: #eeeeee;
    border-radius: 1.5px;
    margin: 3px;
    padding: 5px 14px 5px 7px;
}

.quickview__product-meta td, .quickview__product-meta th, .quickview__product-meta tr {
    display: block;
}

.quickview__product-meta th {
    font-size: 11px;
    font-weight: 400;
    color: gray;
    line-height: 1;
}

.quickview__product-meta td, .quickview__product-meta th, .quickview__product-meta tr {
    display: block;
}

.quickview__product-meta td {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.quickview__product-meta td, .quickview__product-meta th, .quickview__product-meta tr {
    display: block;
}

.quickview__product-meta {
    margin: 12px 0 0;
}

.products-list__body {
    width: 100%;
}

.nav-links__item-body.inverse {
    /*background: var(--main-bg-color) !important;*/
    color: white !important;
}

.departments__item-link {
    padding: 10px 25px 10px 10px;
}

.nav-links__item--hover .inverse {
    /*color: var(--main-bg-color) !important;*/
    background-color: #f9f9f9 !important;
}

/*[dir=ltr] .product-card__badges-list {
    left: 0px;
    top: 0px;
}*/

[dir=ltr] .product-card__badges-list {
    left: 10px !important;
    top: 5px !important;
}

    [dir=ltr] .product-card__badges-list.bottom {
        left: 10px !important;
        top: unset !important;
        bottom: 5px !important;
    }

.nav-links__item-body {
    font-size: 0.85rem;
    line-height: 1rem;
    height: 40px;
    white-space: nowrap;
}

#divArmaPc .block-features__icon img {
    object-fit: contain;
    width: 80%;
    height: 100%;
}

#divArmaPc .block-features__item {
    border: 3px solid;
    border-radius: 10px;
    border-color: var(--main-bg-color);
}

.block-features__item.inverse {
    background: white;
    border-color: #f7f7f7;
}

/*.btnArmaPc {
    margin-bottom: 15px;
}*/

.megamenu__links--level--1 li:last-child {
    border-bottom: none;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.megamenu__item {
    line-height: 1.1rem;
    padding: 5px;
}

#bannerHome {
    margin-top: 0px !important;
}

    #bannerHome .owl-item {
        padding: 0px;
    }

.category-card__name {
    min-width: 150px;
}

.product-card__new-price {
    color: #3d464d;
}

.totop__end {
    left: 50%;
    right: 50%;
    bottom: 10px;
    position: absolute;
}

.wa__btn_popup {
    right: 100px;
    bottom: 0px;
}

.block-header__title {
    font-size: 1.5rem;
    font-weight: 600 !important;
    /*font-family: "Montserrat", Sans-serif;*/
}

.rgbborder {
    height: 100%;
}

.iconbutton {
    position: relative;
    height: 100%;
    max-height: 65px;
    padding: .375rem 1.55rem;
}

    .iconbutton i {
        position: absolute;
        left: 10px;
        top: 10px;
    }

.btn-sm {
    line-height: 1.25;
}

.imagenIzquierda img, .imagenDerecha img {
    height: 600px;
    object-fit: cover;
}

.site__footer {
    position: relative;
}

.imagenIzquierda {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.imagenDerecha {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.dropcart__product {
    min-width: 250px;
}

.ph-item {
    width: 100%;
    height: 100%;
}

.site-footer__payments img {
    margin: 5px;
}

.card-table table {
    min-width: unset;
}

.address-card__row {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: .5rem;
    margin-top: .5rem !important;
}

.product-card--layout--horizontal .product-card__badges-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*.product-card__badges-list {
    zoom: .85;
}*/

.address-card__row:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.address-card__row {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: .5rem;
    margin-top: .5rem !important;
}

/*.product-card__badges-list.alt {
    bottom: 18px;
    right: 18px;
    left: unset;
    top: unset;
}*/

.product-card__badge--hot {
    background: #fff;
    color: #d70000;
    /*border: 2px solid #d70000;*/
}

.product-card__badge--warning {
    background: #ff7701;
    color: white;
    /*border: 2px solid #d70000;*/
}

.product-card__old-price {
    font-weight: 500;
    font-size: 15px;
}

.block-precioLista {
    /*border-left: 4px solid var(--main-bg-color);*/
    padding-left: 10px;
}

    .block-precioLista .product__meta {
        padding-top: 0px;
    }

.nav-panel {
    /*background: white;*/
    /*color: var(--main-bg-color);*/
    /*border-bottom: 2px var(--main-bg-color) solid;*/
    height: 56px;
}

.search__border {
    border-radius: 20px !important;
    border: none !important
}

.search--location--header .search__button {
    /*    color: var(--main-bg-color);
    fill: var(--main-bg-color);*/
}

.search__form {
    /*border-bottom: 3px solid #d2d2d2;*/
}

.nav-links__item .nav-links__item-body {
    font-weight: 500;
}

.nav-panel .nav-links__item-link:hover .nav-links__item-body {
    background-color: #f9f9f9;
}

.input-radio-color__item span {
    border-radius: 5px;
}

.input-radio-label__list input ~ span {
    border: 2px solid #ffffff;
    outline: 2px solid #ffffff;
}

.input-radio-label__list input:checked ~ span {
    border: 2px solid #ffffff !important;
    outline: 2px solid #1e1e1e !important;
}

.input-radio-label__list span {
    height: 35px;
}

.input-radio-color__item input:enabled:checked ~ span, .input-radio-color__item input:enabled:checked ~ span:before, .input-radio-color__item input:enabled:checked ~ span:after {
    border: 2px solid #ffffff !important;
    outline: 2px solid #1e1e1e !important;
    /*transform: scale(1.1);*/
    border-radius: 0px;
}

.input-radio-color__item span:before, .input-radio-color__item span:after {
    content: none;
}

.btn.whatsapp {
    color: white;
    background-color: #25d366;
    border: 2px solid #25d366;
    font-size: .85rem;
}

    .btn.whatsapp:hover {
        color: #25d366;
        background-color: white;
        /*border: 2px solid #25d366;*/
    }

.input-radio-color__item span:before {
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

/*.owl-item.active.center img {
            transform: scale(1.15);
        }*/

.itemsCarrucel .block-categories__item.card-categoria {
    width: 100%;
}

.block-slideshow .owl-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background: var(--main-bg-color);*/
}

.itemsCarrucel .card-categoria img {
    object-fit: cover;
}

.itemsCarrucel .category-card__body {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-card--layout--list.post-card--size--nl .post-card__info {
    padding-top: 0px;
}

.form-control + .select2-container .select2-selection__rendered {
    line-height: 25px;
}

.precioCuotas {
    font-size: .7rem;
    line-height: .8rem;
    margin-bottom: 0px;
}

/*[dir=ltr] .product-card__badge {
    margin-right: 25px;
}*/

.departments__button {
    font-size: 13px;
}

.product-card__actions .product-card__prices {
    margin-top: 5px;
}

/*.product-card--layout--horizontal .product-card__actions {
    bottom: 0px;
}*/

/*.product-card__badge {
    font-size: 8px;
}*/

.product-card__badge {
    /*font-size: 10px;*/
    clear: both;
    text-align: center;
    color: #fff;
    /* border: 2px solid #fff; */
    /* border-radius: 6px; */
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%); */
    /*    padding: 3px 6px;
    line-height: 13px;*/

    font-size: 0.6rem;
    line-height: 0.6rem;
    padding: 4px;
    margin: 0px;
}

.product-card--layout--horizontal .product-card__badge {
    font-size: 9px;
    padding: 2px 4px !important;
    line-height: 10px;
}

.product-card__badge--brand {
    /*background: var(--main-bg-color);*/
}

.precioProducto {
    color: #0d72b9;
}

.product-card__badge--blue {
    background: var(--main-bg-color);
    color: var(--main-letra) !important;
}
/*
.product-card__badge--blue {
    background: unset !important;
    color: #262626 !important;
}*/

#divPrecio .product-card__new-price {
    color: var(--main-letra);
}
/*
#divPrecio .product-card__new-price {
    color: #262626 !important;
}*/

#divPrecio .product-card__old-price {
    color: var(--main-letra);
}
/*
#divPrecio .product-card__old-price {
    color: #b3b3b3;
}*/

[dir=ltr] .product-card__badge {
    margin-right: unset;
}

.quickview h1 {
    font-size: 25px;
}

/*.product__name {
            line-height: 1.6rem;
        }*/

.product__meta {
    border: none;
    margin-top: 0px;
}

.quickview .spec__row {
    padding: 3px;
    font-size: .8rem;
}

.product-card__badges-list.inline {
    position: unset;
    flex-direction: unset;
}

/*.btn-primary.inverse {
    color: var(--main-bg-color);
    background-color: #ffffff;
    border: 2px solid var(--main-bg-color);
}*/

.imgAddCarrito {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.post-card__image img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.post-card__content {
    font-size: .8rem !important;
    line-height: 17px !important;
}

.post-card--layout--list.post-card--size--nl .post-card__image {
    width: 300px;
}

.post-card--layout--list.post-card--size--nl .post-card__content {
    margin-top: 10px;
}

.product-card__name h3 {
    font-size: 13px;
    line-height: 15px;
    /*margin-bottom: 0px;*/
    font-weight: 400;
}

[dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content.video {
    right: 5%;
    text-align: right;
}

.cardTarjetas {
    /*color: white;*/
    /*background-color: var(--main-bg-color);*/
}

/*.nav-panel__departments, .nav-panel__nav-links {
            margin-bottom: 10px;
        }*/

.nav-panel--show .nav-panel__departments, .nav-panel--show .nav-panel__nav-links {
    margin-bottom: 0px;
}

.nav-links__item {
    margin-right: 5px;
}

    .nav-links__item .nav-links__item-body {
        background: rgba(255, 255, 255, 0.15);
        text-align: center;
    }

    .nav-links__item:hover .nav-links__item-body {
        background: rgba(255, 255, 255, 0.50);
    }

.block-categories__item.card-categoria {
    width: calc(25% - 12px);
}

.card-categoria {
    height: 250px;
}

    .card-categoria .category-card__body {
        padding: 0px;
    }

    .card-categoria a {
        position: relative;
    }

    .card-categoria img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /*border-radius: 50%;*/
    }

    .card-categoria .contenedor {
        text-align: center;
        position: absolute;
        bottom: 0%;
        left: 10%;
        right: 10%;
    }

    .card-categoria .texto {
        color: white;
        font-size: 17px;
        line-height: 1;
        font-weight: 600;
        background-color: #181818;
        padding: 7px;
    }

.block-slideshow__slide-title small {
    font-size: 18px;
}

.block-brands__slider .owl-carousel.big img {
    height: 170px;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom--basic img {
    transition: transform .5s ease;
}

.img-hover-zoom--basic:hover img {
    transform: scale(1.5);
}

.img-hover-zoom--quick-zoom img {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

.img-hover-zoom--quick-zoom:hover img {
    transform: scale(1.5);
}

.img-hover-zoom--point-zoom img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

.img-hover-zoom--point-zoom:hover img {
    transform: scale(5);
}

.img-hover-zoom--zoom-n-rotate img {
    transition: transform .5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover img {
    transform: scale(1.5) rotate(25deg);
}

.img-hover-zoom--slowmo img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    /*filter: brightness(150%);*/
}

.img-hover-zoom--slowmo:hover img {
    filter: brightness(100%);
    transform: scale(1.5);
}

.img-hover-zoom--brightness img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}

.img-hover-zoom--brightness:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
}

.img-hover-zoom--zoom-n-pan-h img {
    transition: transform .5s ease-in-out;
    transform: scale(1.4);
    transform-origin: 100% 0;
}

.img-hover-zoom--zoom-n-pan-h:hover img {
    transform: scale(1.5) translateX(30%);
}

.img-hover-zoom--zoom-n-pan-v img {
    transition: transform .5s ease-in-out;
    transform: scale(1.4);
    transform-origin: 0 0;
}

.img-hover-zoom--zoom-n-pan-v:hover img {
    transform: scale(1.25) translateY(-30%);
}

.img-hover-zoom--blur img {
    transition: transform 1s, filter 2s ease-in-out;
    filter: blur(2px);
    transform: scale(1.2);
}

.img-hover-zoom--blur:hover img {
    filter: blur(0);
    transform: scale(1);
}

.img-hover-zoom--colorize img {
    transition: transform .5s, filter 1.5s ease-in-out;
    filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

#chat-application {
    z-index: 1000 !important;
}

.mobile-header__logo {
    height: 100%;
}

    .mobile-header__logo img {
        height: 100%;
    }

.corners {
    position: relative;
    padding: 10px;
}

.ctop, .cbottom {
    position: absolute;
    width: 40px;
    height: 40px;
}

.ctop {
    top: 4px;
    /*border-top: 15px solid var(--main-bg-color);*/
}

.cbottom {
    bottom: 4px;
    /*border-bottom: 15px solid var(--main-bg-color);*/
}

.cleft {
    left: 4px;
    /*border-left: 15px solid var(--main-bg-color);*/
}

.cright {
    right: 4px;
    /*border-right: 15px solid var(--main-bg-color);*/
}

.block-slideshow__slide-title {
    /*border: 5px solid var(--main-bg-color);*/
}

.site-footer__widgets {
    /*border-top: 3px solid var(--main-bg-color);*/
    margin-top: 35px;
}

.site-header__middle {
    height: 115px;
}

.footer-contacts__contacts i {
    /*color: var(--main-bg-color);*/
}

/*form .form-group {
    margin-bottom: .5rem;
}*/

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-control {
    height: calc(1.5em + .75rem + 7px);
}

.input-number__input {
    height: 47px;
}

.input-radio-color__item input:enabled:checked ~ span, .input-radio-color__item input:enabled:checked ~ span:before, .input-radio-color__item input:enabled:checked ~ span:after {
    border: none;
}

.product-card .product__actions-item {
    display: none;
}

.products-list[data-layout="list"] .product-card__actions .product__actions-item {
    display: block;
}

.products-list[data-layout="list"] .anuncio {
    display: none;
}

.form-control {
    font-size: .85rem;
}

.megamenu__links--level--1 li {
    border-bottom: 1px solid #e5e5e5;
}

/*.departments__submenu--size--sm {
    width: 260px;
}*/

.pswp__img {
    object-fit: contain;
}

.block-slideshow {
    margin-bottom: 20px;
}

.category-card__all a:hover {
    text-decoration: none;
}

.block-posts[data-layout="list"] .post-card .post-card__category {
    display: block !important;
}

.block-posts[data-layout="list"] .post-card .post-card__read-more {
    display: block !important;
}

.tiempo {
    text-align: center;
    font-weight: 500;
    border-color: #f0f0f0;
    /*    border-color: var(--main-bg-color);
    color: var(--main-bg-color);*/
    border-top: 2px solid;
    padding: 10px;
    font-size: 1rem;
    margin-top: 20px;
}

article {
    background: #f7f7f7;
    padding: 20px;
    /*border-bottom: 3px solid var(--main-bg-color);*/
}

.fondoGris {
    background-color: #f9f9f9;
}

.about-us__title {
    margin-bottom: 20px;
}

.about-us__body {
    padding: 50px 70px;
}

.block-slideshow__slide-title {
    background-color: #2d2e3285;
    padding: 15px;
}

.post-author {
    /*border-color: var(--main-bg-color);*/
}

.text-primary {
    /*color: var(--main-bg-color) !important;*/
}

.account-menu {
    width: 100%;
}

.product__actions-item--whatsapp button {
    background-color: #25d366;
    color: #FFF;
    border: 2px solid #25d366;
}

    .product__actions-item--whatsapp button:hover {
        color: #25d366 !important;
        background-color: #FFF;
    }

.filter-categories__item.active {
    font-weight: 700;
}

.fb_dialog {
    z-index: 999 !important;
}

.block-products-carousel[data-layout="horizontal"] .product-card .product-card__badges-list {
    bottom: 5px;
    top: unset;
}

.product-card:hover::before {
    /*box-shadow: 0 0 0 2px var(--main-bg-color) inset;*/
}

header .site-header__topbar {
    z-index: -1;
}

.block-brands__slider img {
    height: 100px;
    object-fit: contain;
}

.input-radio-color__item--white span {
    box-shadow: none
}

    .input-radio-color__item--white span:after {
        box-shadow: none
    }

.dropcart__products-list .block-empty__body {
    padding: 30px 0 30px;
}

.mobile-header__logo {
    max-height: 40px;
    width: 100%;
    text-align: center;
}

.form-control + .select2-container .select2-selection__rendered {
    padding: calc(19px / 2) 12px;
}

.form-control + .select2-container .select2-selection--single {
    height: 44px;
}

.block-features__list .product-card__features-list li::before {
    display: none;
}

.block-banner__image {
    background-size: cover;
}

.block-slideshow__slide-image {
    background-position: center;
}

.block-slideshow .owl-carousel .owl-dots {
    bottom: 20px;
}

.block-slideshow__slide-title {
    color: white;
}

.block-slideshow__slide-text {
    color: white;
}

.product-card--layout--horizontal .product-card__badges-list {
    right: 5px;
    left: unset !important;
    top: unset !important;
    bottom: 5px;
}

    .product-card--layout--horizontal .product-card__badges-list .product-card__badge {
        margin-right: 0px !important;
    }

/*.site-header__phone-title {
    color: #ffffff;
}*/

.topbar {
    color: #ffffff;
    border-bottom: none;
}

.social-links__item i {
    color: white !important;
}

/*.product-gallery__zoom {
            display: none;
        }*/

.widget-filters__actions {
    padding-top: 20px;
    padding-bottom: 0px;
}

.indicator__value {
    line-height: 15px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    z-index: 100;
    border: 2px solid #25d366;
}

.my-float {
    margin-top: 14px;
    margin-left: 15px;
    font-size: 30px;
}

.float:hover {
    color: #25d366 !important;
    background-color: #FFF;
}

.my-float:hover {
    color: #25d366 !important;
}

.site-header__logo img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

.typography blockquote {
    margin: 0px;
}

.topbar {
    background: #dcdcdc;
    color: #000000;
}

.stockDetalle {
    font-weight: 600 !important;
}

    .stockDetalle .text-warning {
        color: #fb9e0b !important;
    }

.product-card--layout--horizontal .product-card__availability {
    display: block;
    font-size: .75rem;
    font-weight: 600;
}

.block-products__list-item .product-card .product-card__availability {
    display: block;
    font-size: .75rem;
    font-weight: 600;
}

.products-list[data-layout^=grid-] .product-card .product-card__availability {
    display: block;
    font-size: .75rem;
    font-weight: 600;
}

.block-products-carousel[data-layout^=grid-] .product-card .product-card__availability {
    display: block;
    font-size: .75rem;
    font-weight: 600;
}

.slick-next.slick-arrow {
    display: none;
}

.social-links__link--type--whatsapp {
    background: #25d366;
}

.footer-links__list a {
    display: inline-block;
    line-height: 1rem !important;
}

.instagramDiv {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px;
    /*position: relative;*/
}

    .instagramDiv h3 {
        /*top: -30px;
                left: 5px;
                position: absolute;*/
        /*padding: 5px 10px;*/
        /*background-color: white;*/
    }

#instagram-feed-demo {
    display: inline-block;
}

.imagenCarrucel {
    padding-right: 0px;
    height: 100%;
}

    .imagenCarrucel img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.alert-primary.border {
    background: #ffffff !important;
    color: #0d72b9 !important;
    border: 2px solid #0d72b9 !important;
    border-radius: 5px;
}

.alert-danger.border {
    background: #ffffff !important;
    color: #FFB8B8 !important;
    border: 2px solid #FFB8B8 !important;
    border-radius: 5px;
}

#modal-empresa img {
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
}

#modal-empresa iframe {
    width: 100%;
    height: 350px;
}

#modal-empresa .fondoModal {
    height: 100%;
    background-position: center;
    background-size: cover;
}

video {
    width: 100%;
    top: 15%;
    transform: translateY(-15%);
}

[dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content {
    left: 30%;
    right: 30%;
    text-align: center;
}

.product-image__body {
    outline: none;
}

#modal-ecommerce .block-slideshow__body {
    height: 200px !important;
}

#modal-ecommerce .block-slideshow__slide {
    height: 200px !important;
}

#modal-ecommerce .block-slideshow .owl-carousel .owl-dots {
    bottom: 10px;
}

#modal-ecommerce h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

[dir=ltr] #modal-ecommerce .block-slideshow__slide-content {
    left: 15%;
    right: 15%;
    text-align: center;
}

a:not([href]) {
    /*color: var(--main-bg-color);*/
}

.totop__body {
    bottom: 20px;
}

#divMensajes .block-slideshow__body, #divMensajes .block-slideshow__slide {
    height: 250px;
}

#divMensajes .block-slideshow__slide-content {
    top: 30%;
    left: 20%;
    right: 20%;
}

.text-danger {
    color: #ff2626 !important;
}

.btnAgregarFlotante {
    display: none;
    position: fixed;
    bottom: 0%;
    width: 100%;
    margin-bottom: 0px;
    z-index: 999;
    height: 50px;
    text-align: center;
}

.precioCuotas {
    color: #007bff !important;
}

.product-card__badge--brand {
    background-color: #f00000 !important;
    color: white !important;
}

@media (min-width: 768px) {

    .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
        height: 350px;
    }

    .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
        height: 450px;
    }
}

@media (max-width: 1800px) {

    .imagenDerecha img, .imagenIzquierda img {
        height: 350px;
    }
}

@media (max-width: 1600px) {

    .imagenDerecha img, .imagenIzquierda img {
        height: 300px;
    }
}

@media (max-width: 1400px) {

    .imagenDerecha, .imagenIzquierda {
        display: none;
    }
}

@media (min-width: 768px) {

    .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
        height: 500px;
    }
}

@media (max-width: 767px) {

    #divDatosMobile .card-body {
        padding: 0px !important;
    }

    .theiaStickySidebar .card-body {
        padding: 1.5rem !important;
    }

    #divSeccionDestacados {
        margin-top: 0px;
    }

    .quickview {
        max-height: 500px;
        overflow-y: auto;
    }

    .main_title:before {
        width: 10% !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%) !important;
    }

    .main_title {
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
        padding: 0 15px 24px;
    }

    .main_title h2 {
        font-size: 1.5rem !important;
    }

    .block-banners-chico img {
        height: unset;
    }

    .block-banners img {
        height: 150px;
    }

    .wa__btn_popup_txt {
        display: none !important;
    }

    .btnAgregarFlotante {
        display: block;
    }

    .product__sidebar {
        margin-top: 20px;
    }

    #bannerHome.block-slideshow {
        margin-bottom: 0px;
    }

    #bannerHome .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .product-card--hidden-actions .product-card__availability {
        display: none;
    }

    .totop__button {
        display: none;
    }

    .reviews-view__header {
        line-height: 1.4rem;
        font-size: 1.4rem;
    }

    #divMensajes h3 {
        font-size: 22px;
    }

    #divMensajes .block-slideshow__slide-content {
        top: 10%;
        left: unset;
        right: unset;
    }

    #divMensajes .block-slideshow__body, #divMensajes .block-slideshow__slide {
        height: 170px;
    }

    .form-group {
        margin-bottom: .5rem;
    }

    .block-slideshow--layout--full {
        margin-top: 0px;
    }

    .block-categories__item.card-categoria {
        width: calc(50% - 12px);
    }

    .card-categoria {
        height: 150px;
    }

        .card-categoria .texto {
            font-size: 15px;
        }

    .corners {
        display: none;
    }

    .block-slideshow__slide-title small {
        font-size: 10px;
    }

    .quickview__close {
        width: 30px !important;
        height: 30px;
    }

    [dir=ltr] .block-slideshow--layout--full .block-slideshow__slide-content {
        left: 5%;
        right: 5%;
    }

    .block-slideshow__slide-title {
        border-width: 2px;
    }

    #modal-empresa img {
        /*height: 200px;*/
        object-fit: cover;
        object-position: bottom;
    }

    #modal-empresa p {
        font-size: 14px;
        line-height: 17px;
    }

    #modal-empresa .btn {
        width: 100%;
        margin-top: 15px;
    }

    #modal-empresa iframe {
        height: 200px;
    }

    .block-slideshow .owl-carousel .owl-dots {
        bottom: -10px;
    }

    .block-slideshow__slide-image--desktop {
        display: none;
    }

    .bannerSubtitulo {
        display: none;
    }

    #divBannerProducto .block-slideshow__slide-title {
        padding: 5px;
    }

    .imagenCarrucel {
        display: none;
    }

    .itemsCarrucel {
        width: 100%;
    }

    .instagramDiv {
        display: none;
    }

    .block-slideshow__slide-content {
        top: 0px;
    }

    .block-slideshow__slide-title {
        font-size: 20px !important;
        line-height: 20px;
    }

    .block-slideshow__slide-content {
        margin-top: 20px;
    }

    .block-slideshow--layout--full .block-slideshow__body, .block-slideshow--layout--full .block-slideshow__slide {
        height: 140px;
    }

    .block-banner__body {
        height: 150px;
    }

    .product__sidebar .product__availability {
        display: none;
    }

    .mobile-header__logo img {
        height: 35px;
        width: 100%;
        object-fit: contain;
    }

    .float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 20px;
    }

    .my-float {
        margin-top: 9px;
        margin-left: 11px;
        font-size: 27px;
    }

    .product__availability {
        display: block;
    }

    /*    .layout-switcher__button {
        display: none;
    }*/

    [dir=ltr] .view-options__control {
        margin-left: 10px;
        margin-right: 0px;
    }

    .products-list[data-layout="list"] .product-card .product-card__image {
        width: 150px;
        padding: 10px;
    }

    .products-list[data-layout="list"] .product-card .product-card__buttons .btn {
        height: 47px;
        border-radius: 0px;
        margin-top: 0px;
    }

    /*
    .main_title {
        margin-bottom: 30px;
    }
*/

    .main_title h1, .main_title h2 {
        font-size: 1.75rem;
    }

    .main_title span {
        font-size: 2.5125rem;
        line-height: 2.5125rem;
    }

    .main_title p {
        font-size: 1.125rem;
        padding: 0;
    }
}

@media (max-width: 419px) and (min-width: 320px) {
    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item.completo {
        width: calc(100% - 0px);
    }

    .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item:nth-child(2n - 1) .product-card {
        width: calc(100% + 0px);
        padding-right: 0px;
    }

    .products-list__item {
        padding: 5px;
    }

    .owl-item {
        padding: 5px;
    }
}

@media (max-width: 419px) {
    /*    [dir=ltr] .block-products-carousel[data-layout^="grid-"][data-mobile-grid-columns="2"] .active + .active .product-card::before {
        left: 0px;
    }*/

    .block-products-carousel[data-layout^="grid-"][data-mobile-grid-columns="2"] .active + .active .product-card::before {
        width: calc(100% + 0px);
    }
}

@media (min-width: 375px) {
    /*    [dir=ltr] .block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card .product-card__badges-list, [dir=ltr] .block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card .product-card__badges-list {
        left: 0px;
        top: 0px;
    }

    [dir=ltr] .block-products[data-mobile-grid-columns="2"] .block-products__list-item .product-card .product-card__badges-list {
        left: 0px;
        top: 0px;
    }*/
}

@media (max-width: 419px) and (min-width: 320px) {
    .owl-item {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

/*@media (max-width: 1700px) {
    .fancyMessenger {
        height: 150px;
        width: 150px;
    }
}
*/

@media (max-width: 1920px) {
    .fancyMessenger {
        height: 200px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .fancyMessenger {
        height: 120px;
        width: 120px;
        bottom: 15px;
        left: 15px;
    }
}

@media (max-width: 575px) {

    .wa__btn_popup {
        right: 20px;
        bottom: 0px;
    }

    .order-list__products .order-list__column-product {
        width: calc(100% - 80px);
    }

    .order-success__icon {
        width: 50px !important;
        height: 50px !important;
    }

    .order-list__column-product a {
        font-size: .8rem;
    }

    #divPrecio {
        max-width: 100%
    }

    .topbar__row {
        font-size: 0.72rem;
    }

    .main_title span {
        display: none;
    }
}

@media(max-width: 767px) {

    .divPromociones {
        height: 95px;
    }

    .product__options .product__actions {
        width: 100%;
        margin: 0px;
    }

    .product__options .product__actions-item {
        width: 50%;
        margin: 0px;
    }

    .product__option .product__actions-item--addtocart {
        padding-left: 10px;
    }

    .product__options .btn {
        width: 100%;
        padding: unset;
    }

    .product__options .input-number {
        width: 100%;
    }

    .quickview {
        padding: 20px !important;
    }
}
