html {
    height: 100%;
}

body{
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

#panel {
    flex: 0 0 auto;
}

.main {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}
/* Header styles */
.header-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.header-row {
    min-height: 70px;
}

.header-border-dark {
    border-bottom: 1px solid rgba(0,0,0, .1);
}

.header-border-light {
    border-bottom: 1px solid rgba(255,255,255, .3);
}

.header-border-default {
    border-bottom: 1px solid rgba(0,0,0, .1);
}

.logo-wrapper {
    max-height: 70px;
}

.logo {
    max-height: 70px;
}

.logo.dark {
    max-height: 70px;
}

.menu-margin-left {
    margin-left: -2px;
}

.menu-margin-left-small {
    margin-left: -5px;
}

.panel-icon {
    font-size: 24px;
}

.social-links a {
    margin-right: 5px;
}

.social-links a:last-child {
    margin-right: 0;
}

.menu_top_main .bi-list{
    font-size: 40px;
}

.menu-border-right{
    border-right: 1px solid rgba(0,0,0, .4);
}

.menu-hr{
    background: #d0a73e;
    height: 3px;
    width: 50%;
    max-width: 100px;
    margin: 20px 0 35px;
    margin-left: 1.5rem !important;
}

.product-article{
    font-size: 11px;
}
span.to-cart{
    font-size: 14px;
    border-radius: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.btn-fav{
    border: 1px solid #6e6e6e;
    padding: 0;
}
.btn-fav label{
    margin: 0;
    padding: 0.6rem 0.9rem;
}
.accordion.accordion-flush .card{
    border-radius: 0;
    border-right: 0;
    border-left: 0;
}
.accordion.accordion-flush .card-header{
    background: transparent !important;
    border-bottom: 0;
}
.accordion.accordion-flush .card-header h2 span{
    font-weight: 600;
}
.accordion.accordion-flush .btn-link{
    padding-left: 0;
    padding-right: 0;
}
.accordion.accordion-flush .btn-link:hover{
    color: unset;
}
.accordion.accordion-flush .card-body{
    line-height: 30px;
}
.accordion.accordion-flush .card-body a{
    color: #212529;
}
.accordion.accordion-flush .card-body a span{
    text-decoration: none;
}
.accordion.accordion-flush .card-body a:hover span{
    text-decoration: underline;
}
.max-width-3prc{
    max-width: 3%;
}

#modal_menu{
    background-color: transparent !important;
}

/* Responsive styles */
@media (max-width: 1199px) {
    .d-xl-none {
        display: block !important;
    }
    
    .d-xl-block {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    
    .d-xl-block {
        display: block !important;
    }
    .mobile-footer{
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .main_menu .h5{
        font-size: 14px;
        word-break: break-word;
    }
    .main_menu .h5.ml-4, .menu-hr{
        margin-left: 12px !important;
    }
    .product-item-scu-container{
        padding: 0 15px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #header .col .panel{
        padding-bottom: 25px;
    }
}
