body {
    font-size: 14px !important;
    background: #dee0e9;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: .5rem;
    background: #FFF;
    color: #616163;
    display: flex;
    max-height: 8rem !important;
    min-height: 8rem !important;

    & h2 {
        color: #616163 !important;
    }
}

body > .d-flex {
    background: #dee0e9;
}

.hide-md {
    display: none;
}

input, select, button {
    color: #000;
    height: 40px;
    border: 1px solid #E4C7C4 !important;
    border-radius: 10px !important;
    background: #FFF !important;
    width: 100%;
}


#header-logo {
    width: 90px;
}

.search-inputs {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}

.search-inputs {
    input[type="text"] {
        width: 70% !important;
    }

    button {
        width: 30%;
    }
}


.search-inputs select {
    width: 30%;
    padding: 0 1rem;
}

#search {
    margin-top: 8rem;

    & h1 {
        font-size: 32px;
    }
}

.header-filters {
    display: none;
}

.header-filters:has(.badge) {
    display: flex;
}

.row:has(>.card-items) {
    border-radius: 20px;
    background: #FFF;
    padding: 1rem;
}

.card-items {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    background: #DEE0E9;
    padding: 0;
    border-radius: 30px;


    & .card-item {
        text-align: center;
        box-sizing: border-box;
    }
}

.container-beauty {
    border-radius: 20px !important;
    background: #FFF;
    border: none !important;
}

.card-table {
    & > .table {
        padding: .5rem;
        border-radius: 20px;
        background: #FFF;

        table {
            background: #DEE0E9;
        }

        & table tbody {
            gap: 5px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);

            & tr {
                width: 100%;
            }

            & tr td {
                padding: 0;
                width: 30rem;
            }

        }
    }
}

ul.nav-header,
ul.nav-header-movile {
    margin-top: 2rem;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;

    gap: 30px;

    & li {
        font-size: 18px;
        display: table-cell;

        & a {
            color: #616163;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

        & a:hover {
            color: #cc040f;
        }
    }
}

ul.nav-header-movile {
    display: none;
}

#mini-cart {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: #FFF;
    z-index: 999;
    padding: 2rem;
}

#mini-cart .toggle-cart {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 2rem;
    color: #5E0706;
}

.btn {
    border-radius: 4px;
}

.btn-primary {
    background: #5E0706 !important;
}

.menu-list {
    list-style: none;
    padding-left: .2rem;
}

.menu-list .less {
    display: none;
}

.menu-list a {
    color: #000000;
}

hr {
    margin: .4rem 0;
}

.filter-selector.active {
    color: #5E0706;
    font-weight: bold;
}

.filter-selector:hover {
    /*font-weight: bold;*/
}

.filter-selector label {
    display: none;
}

.filter-selector.active label {
    display: block;
}

.filters-container .card {
    position: fixed;
    height: 80vh;
    overflow: auto;
    width: 15%;
}

.filters-mob .form-group {
    display: none;
}

.card-description {
    display: none;
}

h6.add-to-cart:hover {
    background: #0b734b;
}

.cart-element {
    display: flex;
    margin-bottom: .5rem;
}

.cart-element .mini-img {
    margin-right: .5rem;
    position: relative;
}

.cart-element .mini-name {
    width: 50%;
    margin-right: .5rem;
    padding-top: .5rem;
}

.cart-element img {
    width: 100px;
}

#mini-cart .resume {
    max-height: 60vh;
    min-height: 60vh;
    overflow: auto;
    margin-bottom: 1rem;
}

#mini-cart .remove-from-cart {
    position: absolute;
    left: .4rem;
    top: .4rem;
    color: #5E0706;
}

#menu-my-account a {
    color: #5E0706;
}

#menu-my-account li {
    border-bottom: 1px solid #FFF;
}


#menu-my-account {
    padding-left: 0;
    list-style: none;
}

#menu-my-account li {
    cursor: pointer;
    font-size: 1.5rem;
    padding: 1rem .5rem;
    border-bottom: 1px solid #000;
}

#menu-my-account li:hover {
    color: #000 !important;
    background: #FFF;
}

#menu-my-account li.active {
    background: #fff;
}

#menu-my-account li.active a {
    color: #000;
}

#menu-my-account li svg {
    padding-right: .5rem;
}

#mini-cart .totals,
.container-beauty {
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #C4C5CA;
    margin-bottom: .5rem;
}

#mini-cart .totals table {
    width: 100%;
}

#cart .container-beauty {
    max-height: 60vh;
    overflow: auto;
}

#cart table {
    width: 100%;
}

.ul-process {
    display: flex;
    width: 100%;
}

.ul-process li {
    display: table-cell;
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
}

.ul-process .icon-process {
    border-radius: 30px;
    background: #FFF;
    color: #000;
    padding: 1.5rem;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    font-size: 40px;
}


.ul-process li.before:before {
    width: 15.5%;
    content: " ";
    border-bottom: dotted;
    border-bottom-color: #FFF;
    border-bottom-width: 0.25vw;
    position: absolute;
    margin-top: 3%;
    margin-left: 2.5%
}

.ul-process li.before.active:before {
    border-bottom-color: #219518;
}

.ul-process li.active .icon-process {
    background: #219518;
}

.ul-process li.active {
    color: #219518;
}

.ul-process li.active small {
    color: #000000;
    font-size: 15px;
}

#orders-table {
    color: #FFF;
}

.hide-filters {
    display: none;
}

.btn-facebook, .btn-google {
    color: #000000!important;

    &:hover {
        color: #fff!important;
    }
}