@import url('./product_tags.css');

#navbarCollapse button.close {
    display: none;
}


#navbarCollapse {
    position: fixed;
    top: 0;
    overflow-y: auto;
    bottom: 0;
    left: -100%;
    width: 80vw;
    background-color: white;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 5px;
    ;
    box-shadow: 3px 2px 10px 6px rgba(0, 0, 0, 0.3);
}

#navbarCollapse i {
    color: black !important;
}

#navbarCollapse.show {
    left: 0;
}

#navbarCollapse button.close {
    display: block;
    font-size: 2.5em;
    padding-right: 10px;
    padding-top: 10px;
}

#navbarCollapse .submenu-detail {
    display: inline;
}

#navbarCollapse .dropdown-menu {
    background-color: transparent;
}

#navbarCollapse .dropdown-menu .dropdown-item {
    color: #4b566b;
}

.cat-mobil {
    display: block;
}

.navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show .25s;
    animation: navbar-show .25s;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    z-index: 1030;
}


.btn-search {
    background-color: transparent;
    color: #6c757d;
    border: none;
    border-left: 1px solid #6c757d;
}

.btn-search:hover {
    color: #343a40;
}

.cat-desktop {
    display: flex;
}

@media (max-width: 990px) {
    .cat-desktop {
        display: none;
    }
}

.max-height-14 {
    max-height: 14em;
}

.min-height-14 {
    min-height: 14em;
}

.border-radious-3 {
    border-radius: 3em !important;
}

.border-radious-1 {
    border-radius: 1em !important;
}

.badge-yellow {
    background-color: #FDCA00;
    color: black;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.category-buttons .btn a>img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
    background-color: white;
    border: 5px solid white;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 47%);
}

@media (max-width: 990px) {
    .scrolling-wrapper-flexbox {
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .category-buttons .btn a>img {
        max-width: 60px;
        max-height: 60px;
        vertical-align: middle;
        background-color: white;
        border: 5px solid white;
        box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 47%);
    }
}

.gray-card {
    filter: grayscale(1);
    opacity: 0.7;
}

.btn-scale {
    transition: transform 0.2s ease-in-out;
}

.btn-scale:hover {
    transform: scale(1.1);
}

.product-card.card-static {
    box-shadow: 5px 5px 20px rgb(7 7 7 / 20%);
}

.announce {
    background-color: white;
}

.announce p {
    font-size: 0.9em;
    color: black;
    font-weight: medium;
}

.announce ul>li {
    font-size: 0.9em;
    color: black;
    font-weight: medium;
}

.announce ul>li>a {
    color: black;
}

.gray-card {
    filter: grayscale(1);
    opacity: 0.7;
}

.btn-category {
    position: relative;
}

.btn-category span {
    position: absolute;
    top: 90%;
    opacity: 0;
    font-size: 14px;
    padding-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    color: #7d879c;
    font-weight: 500;
}

.btn-category:hover span {
    opacity: 1;
    transition-duration: 0.3s;

}

.min-text-height {
    min-height: 51px;
}

/* Consulta de medios para dispositivos móviles */
@media (max-width: 572px) {

    #search-results,
    #search-status {
        left: 5px !important;
        width: 97% !important;
        top: 117px !important;
    }
}

/* Consulta de medios para dispositivos móviles */
@media (min-width: 573px) and (max-width: 990px) {

    #search-results,
    #search-status {
        left: 0 !important;
        top: 86px !important;
        width: 100% !important;
    }
}

/* Consulta de medios para dispositivos móviles */
@media (min-width: 991px) and (max-width: 1240px) {

    #search-results,
    #search-status {
        left: 0 !important;
        top: 43px !important;
        width: 100% !important;
    }
}

@media (min-width: 991px) {
    #navbarCollapse {
        width: 30vw;
    }
}