main > .container {
    padding: 70px 15px 20px;
}

.footer2 {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
    left: 0px !important;
    bottom: 0px;
}

.footer2 > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.text-start {
    text-align: left !important;
    font-size: x-small;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 11.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.btn-dark {
    color: #54ff00 !important;
    background-color: #1c1f23 !important;
    border-color: #1a1e21 !important;
    box-shadow: 0 0 0 0.05rem rgb(84 255 0) !important;
}


.bg-dark2 {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}


.bg-dark3 {
    --ct-bg-opacity: 1;
    background-color: #2c2a2e !important;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2c2a2e !important;
}

.nav-link:focus, .nav-link:hover {
    color: #FF9800 !important;
}

@media screen and (min-width: 720px) {
    .gallery-navigation--scroller {
        overflow: visible;
        white-space: normal;
    }
}

.gallery-navigation--scroller {
    padding-top: .25rem;
    padding-bottom: .25rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;

}

.product-gallery--media-thumbnail[data-gallery-selected=true] {
    box-shadow: 0 0 0 1.5px #818181;
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

.product-gallery--media-thumbnail {
    height: 4.9375rem;
}

@media screen and (min-width: 1080px) {
    .product-gallery--media-thumbnail {
        height: 4.9375rem;
    }
}
@media screen and (min-width: 720px) {
    .product-gallery--media-thumbnail {
        margin-top: .375rem;
    }
}
.product-gallery--media-thumbnail {
    position: relative;
    display: inline-block;
    height: 4rem;
    padding: 2px;
    margin-right: .1875rem;
    margin-left: .1875rem;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 0 2px transparent;
    transition: box-shadow .1s cubic-bezier(.4,0,1,1);
}
.product-gallery--media-thumbnail, .utils-sortby-button, .utils-filter-button, .productgrid--search-button, .modal-close, .message-banner--close, .search-flydown__continue, .live-search-takeover-cancel, .atc-banner--close, .cart-shipping .cart-shipping-toggle, .cart-update, .flickity-prev-next-button {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (min-width: 720px) {
    .product-gallery--navigation {
        margin-top: .5rem;
        margin-right: -.3125rem;
        margin-left: -.3125rem;
    }
}

.product-gallery--navigation {
    position: relative;
    width: 100%;
    padding-bottom: .125rem;
    margin-top: .5rem;
    margin-left: -.125rem;
    font-size: 0;
    text-align: left;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
}

product-gallery--media-thumbnail-img {
    display: block;
    max-width: 100%;
    height: 100%;
}
img {
    border-style: none;
}

.product-gallery--media-thumbnail .product-gallery--media-thumbnail-img-wrapper {
    position: relative;
    display: block;
    height: 100%;
}

/* pago contraentrega*/

.marquee-container {
    width: 100%;
    overflow: hidden;
    /* background-color: #3b6464; */
    padding: 5px 0;
    position: inherit;
    height: 40px;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 120s linear infinite;
}

.marquee span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px; /* Espacio entre mensajes */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
