section[aria-atomic="false"] {
    padding: 0 !important;
    margin: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

img.lazy {
    background-image: url(/assets/loadingUAndina.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 5%;
    display: block;
}

.page-enter-active,
.page-leave-active {
    position: relative;
    transition: opacity 0.8s ease;
}

.page-enter,
.page-leave-to {
    opacity: 0;
}

.full-loader {
    top: 0;
    left: 0;
    height: 200vh !important;
    /* cubre toda la pantalla */
    width: 100% !important;
    background: rgba(59, 130, 246, 0.8) !important;
    /* color/overlay */
    z-index: 9999;
}


/* .block-one>div { */
/* font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px; */
/* text-align: justify; */
/* } */


.vs__search,
.vs__search:focus {

    padding: 6px 7px !important;
}

.vs__dropdown-toggle {
    border-radius: var(--bs-border-radius) !important;
}

.select-radius {
    border-radius: var(--bs-border-radius) !important;
}


.no-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #6c757d;
}

.no-content h2 {
    font-weight: 900;
    color: #132E66;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.search-icon {
    width: 120px;
    height: 120px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.marker-actual {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.marker-actual {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 400px;
    z-index: 1;
    right: 10px;
}

.card-uni {
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
    z-index: 0;
}

@media (max-width: 991px) {
    .marker-actual {
        top: 100px;
    }

    .maps-container {
        height: 300px;
    }
}



.block-1-2 .texto ol>li {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
}


.block-one.text-center p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center !important;
}


.bg-gray {

    --bs-bg-opacity: 1;
    background-color: rgb(221 221 221) !important;

}

.info-producto .precios .meta {
    text-decoration: line-through;
}

/* .card-body .meta {
    text-decoration: line-through;
} */

.tag-product {
    z-index: 9;
    background: #F3704F;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 1rem;
}

.tag-tienda {
    position: absolute;
    z-index: 9 !important;

}

.menu-overlay-tienda.active {
    opacity: 1;
    visibility: visible;
}


/* SweetAlert */
.swal2-title {
    font-size: 1rem !important;
}

.modal-product-added-actions a {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
    padding: 12px;
}

a.btn-ir-cart,
button.btn-ir-cart {
    border-radius: 3px;
    color: #fff !important;
    font-family: Montserrat-Bold, sans-serif !important;
    font-size: 14px;
    line-height: normal;
    outline: none;
}

.btn-confirmation {
    background: #ff6358e0 !important;
    align-items: center !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    gap: 8px;
    justify-content: center;
    line-height: 24px !important;
    text-decoration: none !important;
}


.btn-link-cancel {
    font-weight: 500;
    background: transparent;
    font-size: .9rem;
    line-height: 28px;
    color: #555;
    text-decoration: underline;
}

.btn-link-cancel:hover {
    background: transparent;
    color: #123c6a;
    text-decoration: underline;
}


.swal2-popup {
    width: 280px !important;
}


.swal2-cancel {
    width: 12rem;
}


/* Loading */

button.is-loading {
    pointer-events: none;
}


button.btn-loading {
    position: relative;
}

a.btn.btn-loading.button-progress-60:before,
button.btn-loading.button-progress-60:before {
    width: 60%;
    z-index: 1;
}

a.btn.btn-loading.is-loading:before,
button.btn-loading.is-loading:before {
    opacity: .35;
}

a.btn.btn-loading.is-loading,
button.btn-loading.is-loading {
    padding-right: 40px;
}

a.btn.btn-loading:before,
button.btn-loading:before {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: width .5s ease, opacity .3s ease;
    width: 0;
    z-index: -1;
}

a.btn.btn-loading.is-loading:after,
button.btn-loading.is-loading:after {
    opacity: 1;
    right: 8px;
}

a.btn.btn-loading:after,
button.btn-loading:after {
    -webkit-animation: loading-spinner-24px 1s steps(19) infinite;
    animation: loading-spinner-24px 1s steps(19) infinite;
    background: url(/assets/loader/spinner.png) no-repeat;
    background-position-x: 0;
    background-size: 24px;
    content: "";
    font-size: 20px;
    height: 24px;
    margin-left: 3px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity .3s ease, right .3s ease;
    width: 24px;
}

@-webkit-keyframes loading-spinner-24px {
    to {
        background-position: 0 -456px
    }
}

@keyframes loading-spinner-24px {
    to {
        background-position: 0 -456px
    }
}


/* cart */
.info-productos .single-qty,
.info-producto .single-qty {
    border-bottom: 1px solid #eee;
    display: inline-flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.info-productos .single-qty .qty-plus-minus,
.info-producto .single-qty .qty-plus-minus {
    align-items: center;
    border: 1px solid #eee;
    display: inline-block;
    display: flex;
    height: 40px;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 120px;
}

.info-productos .single-qty .qty-plus-minus .dec.ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .dec.ec_qtybtn {
    border-right: 1px solid #eee;
}

.info-productos .single-qty .qty-plus-minus input.qty-input,
.info-producto .single-qty .qty-plus-minus input.qty-input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #444;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    width: 40px;
}

.info-productos .single-qty .qty-plus-minus .inc.ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .inc.ec_qtybtn {
    border-left: 1px solid #eee;
}

.info-productos .single-qty .qty-plus-minus .ec_qtybtn,
.info-producto .single-qty .qty-plus-minus .ec_qtybtn {
    align-items: center;
    color: #777;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 100%;
    justify-content: center;
    width: 40px;
}



.btn-cart-shopping {

    padding: 0 !important;
    border: 0 !important;

}

.swal2-modal {
    z-index: 10000 !important;
}


.content-wrapper {
    transition: all 0.3s ease;
}

.content-wrapper.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 9.5em;
    /* Fallback/Safety */
}

.block-middle ul {
    list-style: none !important;
}

.v-select {

    color: #132E66 !important;

}

.swiper-controls .swiper-button-lock {
    display: none !important;
}