@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-rounded/css/uicons-solid-rounded.css');

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    background-image: url('/images/background.png');
}

header {
    height: 100px;
    transition: background-color 0.3s;
}

header .dropdown.lang {
    border: 0px !important;
}

header .dropdown.lang img {
    height: 18px;
}

header .lang .dropdown-toggle::after {
    border: 0px;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0xOS4wNjEgNy44NTRhMS41IDEuNSAwIDAgMC0yLjEyMiAwbC00LjU4NiA0LjU4NWEuNS41IDAgMCAxLS43MDcgMEw3LjA2MSA3Ljg1NGExLjUgMS41IDAgMCAwLTIuMTIyIDIuMTIxbDQuNTg2IDQuNTg2YTMuNSAzLjUgMCAwIDAgNC45NSAwbDQuNTg2LTQuNTg2YTEuNSAxLjUgMCAwIDAgMC0yLjEyMVoiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
    background-size: 18px;
    margin-left: .5rem;
}

header .lang ul {
    min-width: auto;
}

header .lang ul li {
    padding: 0px !important;
}

.lang .dropdown-item.active,
.lang .dropdown-item:active {
    background-color: transparent !important;
}

header .lang ul li a {
    padding: .5rem calc(.5rem + 16px) !important;
}

header .dropdown-menu {
    transform: translate3d(-22px, 59px, 0px) !important;
    padding: 0px !important;
    border-radius: 0 0 8px 8px !important;
    overflow: hidden;
}

header.sticky {
    background-color: white;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero {
    overflow: hidden !important;
    border-radius: 14px;
    width: 100%;
    max-height: 340px;
}

.logo {
    height: 40px;
    position: relative;
    z-index: 9999;
}

.nav-btn {
    background-color: #fcd201;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    padding: 0px 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: .95em !important;
    font-weight: 400 !important;
    transition: .3s ease-in-out;
}

.nav-btn:hover {
    background-color: #fcd201ea;
}

.nav-link {
    color: #000;
    font-size: 1em;
    font-weight: 400 !important;
    border-bottom: 2px solid transparent;
}

.nav-link:hover, .nav-link.active {
    color: #000;
    border-bottom: 2px solid #fcd201ea;
}

.mb-6 {
    margin-bottom: 6rem;
}

.container-xl {
    max-width: 1500px;
}

#nav {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(.7);
    -moz-transform: rotate(0deg) scale(.7);
    -o-transform: rotate(0deg) scale(.7);
    transform: rotate(0deg) scale(.7);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: -10px;
    z-index: 9999;
    border: 0px;
}

#nav span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 4px !important;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#nav.open span {
    background-color: #fff !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0px;
}

.nav-modal {
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.nav-modal.show {
    display: flex;
}

.nav-modal.show ul li a {
    color: #fff!important;
}

.hero video {
    width: 100%;
    border-radius: 9px;
}

.page-contact a {
    color: #000;
    transition: .3s ease-in-out;
}

.page-contact a:hover {
    color: #315330 !important;
}

.homepage-categories .card {
    height: 250px;
    background-size: cover;
    background-position: top center;
    transition: all .5s ease-in-out;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
}

.homepage-categories .card-body {
    background-color: #0000006e;
}

.homepage-categories .card-body h2 {
    font-weight: 700;
    font-size: 38px;
    left: 12px;
    bottom: 12px;
}

.homepage-categories .card-footer {
    border: 0px;
    background-color: #0000006e;
}

.homepage-categories .card-footer .code-badge {
    background-color: #5C8F50;
    padding: .10rem .5rem;
    font-weight: 600;
    border-radius: 50px;
    font-size: .7rem;
}

.homepage-categories .col-xl {
    cursor: pointer;
}

.homepage-categories .col-xl p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem;
    max-height: 80px;
}

.homepage-categories .col-xl:hover p {
    -webkit-line-clamp: unset;
    max-height: 100rem;
    transition: all .5s ease-in-out;
}

.numbers .card {
    background-color: #315330;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: right -50px bottom;
}

.numbers .card span {
    font-size: 30px;
}

.numbers .card p {
    font-size: 13px;
}

.numbers .item:nth-child(2) .card {
    background-image: url('../images/icon1.png');
}

.numbers .item:nth-child(3) .card {
    background-image: url('../images/icon2.png');
}

.numbers .item:nth-child(4) .card {
    background-image: url('../images/icon3.png');
}

.numbers .item:nth-child(5) .card {
    background-image: url('../images/icon4.png');
}

.numbers .item:nth-child(6) .card {
    background-image: url('../images/icon5.png');
}

.slider {
    background-color: #f4f4f4;
    border-radius: 15px;
    border: 0px;
    padding: 3rem;
}

.slider h3 {
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
}

.slider p {
    font-size: .9rem;
    font-weight: 600;
    color: #000;
}

.splide-nav {
    color: #f4f4f4;
    font-weight: 800;
    background-color: transparent;
    border: 0px;
    line-height: unset;
    cursor: pointer;
}

.splide-nav.is-active {
    color: #315330;
}

.splide-nav .number {
    width: fit-content;
    position: relative;
    line-height: 120px;
    font-size: 120px;
}

.splide-nav .number .circle {
    background-color: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -91px;
    z-index: -1;
    display: none;
}

.splide-nav.splide-nav.is-active .circle {
    display: block;
}

.splide-nav span {
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
    left: 12px;
    bottom: 12px;
    line-height: 30px !important;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

.fs-5 {
    font-size: 1em;
}

#map img {
    height: 400px;
}

footer {
    background-color: #313131;
}

footer h4 {
    font-size: 14px;
    font-weight: 600;
}

input,
textarea {
    background-color: #f4f4f4 !important;
    border: 0px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.check-with-label:checked+.label-for-check {
    background-color: #315330 !important;
    color: #fff !important;
}

.btn-label {
    background-color: #f4f4f4;
    padding: .45rem 1rem;
    border-radius: 50px;
    color: #000;
    font-size: .85rem !important;
    cursor: pointer;
}

.check-with-label {
    display: none;
}

.btn-submit {
    background-color: #fcd201;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}

.btn-submit:hover,
.btn-submit:active {
    background-color: #fcd201ea !important;
    color: #fff !important;
}

input::placeholder,
textarea::placeholder {
    color: #c2c2c2 !important;
}

#root {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.rsm-svg {
    height: 100%;
    width: 100%;
    max-height: 400px;
}

.map-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    /* Aspect ratio 4:3 */
    position: relative;
}

.map-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-description {
    font-size: 16px;
}

.page-contact a {
    font-size: 16px;
}

.btn-white {
    background-color: #fff;
    height: 45px;
    padding: 0px 1.4rem;
    line-height: 45px;
    border-radius: 45px;
    border: 0px !important;
}

.btn-white:hover,
.btn-white:active {
    background-color: #fff !important;
    color: #294628 !important;
    border: 0px !important;
}

.nav-modal {
    width: 100%;
    height: 100dvh;
    background-color: #fcd201;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    transition: all 0.6s ease-in-out;
}

.logo-white {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.error h1 {
    font-size: 140px;
    font-weight: 700;
    color: #f2eee3;
}

.error h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.w-fit-content {
    width: fit-content;
}

.page-image .col-12 {
    border-radius: 16px;
    text-align: center;
    padding: 0px;
}

.page-image .col-12 img {
    height: 400px;
    width: auto;
}

.page-title {
    font-size: 34px;
}

.about-us-logo {
    width: 100%;
    max-width: 300px;
}

.team .card {
    border-radius: 16px;
    border: 0px;
    overflow: hidden;
    border: 1px solid #fdfdfd;
}

.team .card-body {
    background-color: #fff;
}

.team img {
    height: 150px;
}

.team .card-footer {
    border: 0px;
}

.team .flag {
    height: 18px;
}

.team h3 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.team h3 p {
    color: #000;
    font-size: 15px;
}

#products .aside h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #b2b2b2;
    font-size: 20px !important;
}

#products .aside .dropdown button {
    width: 100%;
    border: 0px !important;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #315330;
}

#products .aside .dropdown-toggle::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    transition: .15s ease-in-out;
    -webkit-mask: url(/images/sipka.svg) no-repeat left center;
    mask: url(/images/sipka.svg) no-repeat left center;
    mask-size: contain;
    background-color: #b2b2b2;
    width: 22px;
    height: 22px;
}

#products .aside .dropdown-menu.show {
    display: inline-block;
    position: relative !important;
    transform: none !important;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    width: 100%;
    border: 0px;
}

.products .card {
    border-radius: 16px;
    font-size: .75rem !important;
    color: #6c757d;
    cursor: pointer;
}

.has-badge {
    padding-top: 9px;
}

.status-product {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 18px;
    line-height: 18px;
    padding: 0px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: .6rem;
}

.products .card img {
    height: 110px;
    width: auto;
}

.products .card h4 {
    font-size: 13px !important;
}

.products strong,
.products h4 {
    color: #000;
}

.aside .dropdown-toggle.show::after {
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(0) !important;
    position: absolute;
    background-color: #315330;
}

.aside ul li a {
    color: #8a8989;
    font-weight: 500;
    font-size: 1rem !important;
    background-color: transparent !important;
    padding-left: 40px;
}

.aside .form-check-input {
    margin-left: 20px !important;
    background-color: #d1d1d1!important;
    border: 0px!important;
    box-shadow: none!important;
    cursor: pointer!important;
    border-radius: .25em!important;
    width: 16px!important;
    height: 16px!important;
}

.aside .form-check-label {
    font-weight: 500;
    color: #b3b3b3;
    cursor: pointer;
    font-size: 1rem !important;
    line-height: 24px;
}

.form-check-input:checked {
    background-color: #315330!important;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
}

.btn-custom {
    background-color: #f4f4f4;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    padding: 0rem 2rem;
    color: #000;
    font-size: .85rem !important;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.btn-custom:hover,
.btn-custom.active {
    background-color: #315330!important;
    color: #fff!important;
}

.btn-custom-file {
    background-color: #cbcbcb;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    padding: 0rem 2rem;
    color: #fff !important;
    font-size: .75rem !important;
    cursor: pointer;
}

.content h2 {
    font-size: 30px !important;
    color: #000;
}

.content h3 {
    margin-top: 3rem;
    font-weight: 700 !important;
    color: #000;
}

.content h4 {
    margin-top: 3rem;
    font-weight: 700 !important;
    color: #000;
    font-size: 20px;
}

.content p {
    color: #000;
    font-size: .95rem !important;
}

.text-danger {
    color: #f51616 !important;
}

.card.form {
    border: 0px;
    border-radius: 16px;
    background-color: #f4f4f4;
}

.card.form .card-body h2 {
    color: #000;
    font-size: 24px !important;
}

.card.form .card-body label {
    color: #000;
    font-size: .85rem;
}

.card.form .card-body label span {
    color: #a2a2a2 !important;
}

.card.form input,
.card.form textarea {
    background-color: #fff !important;
    border-radius: 10px !important;
    color: #000 !important;
    font-size: .85rem !important;
    font-weight: 700 !important;
    height: 40px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    box-shadow: none !important;
}

.card.form textarea {
    height: unset !important;
    padding: 1.5rem !important;
    border-radius: 10px !important;
}

.card.form select {
    color: #a2a2a2 !important;
    font-weight: 600 !important;
    font-size: .85rem !important;
    box-shadow: none !important;
    height: 40px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    border-radius: 10px !important;
}

.card.form input::placeholder,
textarea::placeholder {
    color: #a2a2a2 !important;
    font-weight: 600 !important;
}

.card.form .file-status {
    font-size: .85rem !important;
}

.card.form .position-absolute {
    bottom: 0;
    left: 50%;
    transform: translateY(+50%) translateX(-50%);
}

.card.form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    padding: 0px !important;
    background-color: #e2e2e2 !important;
    cursor: pointer !important;
}

.card.form .form-check-input:checked[type=checkbox] {
    background-size: 18px 18px !important;
    background-color: #315330 !important;
}

.check-form {
    width: 18px !important;
    height: 18px !important;
    background-color: #e2e2e2;
    border-radius: 20px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-content {
    border-radius: 16px !important;
    border: 0px !important;
    overflow: hidden !important;
}

.modal button.previous {
    left: 0rem;
}

.modal button {
    width: 34px;
    height: 34px;
    position: absolute;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.modal button svg {
    height: auto;
    width: 18px;
}

.modal button.next {
    right: 0rem;
}

.modal .status-product {
    height: 22px;
    padding: 0px 14px;
    font-size: .75rem;
    line-height: 22px;
}

.modal img {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}

.modal-content .path, .modal-content .path a {
    color: #a2a2a2;
    font-size: 12px;
}

.modal-content h3 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.fs-modal-info {
    font-size: 12px;
}

.modal-content .close-modal {
    position: absolute;
    right: .3rem;
    top: .3rem;
    transform: unset;
}

.btn-primary {
    background-color: #fcd201;
    border: 0px;
    font-size: .85rem;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px 1.5rem;
    font-weight: 400;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #fcd201ea!important;
    color: #fff;
}

.btn-light {
    background-color: #eaeaea;
    border: 0px;
    font-size: .85rem;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px 1.5rem;
    font-weight: 400;
}

.card.form select {
    border: 0px;
}

.remove {
    display: none;
}

.hidden {
    animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.custom-link {
    color: #315330;
}

.submited {
    height: 70px;
}

.categories .revize {
    background: url('../images/shutterstock_255038086.jpg');
}

.categories .card .card-body {
    background-color: #00000086;
}

.objednat .card-body {
    background-color: #00000086;
}

.objednat .card {
    background-image: url('../images/shutterstock_2460236949.jpg');
    background-position: center;
    height: 250px;
}

footer a {
    transition: all .3s ease-in-out;
}

footer p, footer a {
    color: rgb(95, 95, 95);
    font-size: .9rem;
}

footer a:hover {
    color: rgb(130, 130, 130);
}

footer .row:last-of-type {
    border-top: 1px solid #3b3b3b;
}

.copy {
    color: rgb(95, 95, 95);
    font-size: .8rem;
}

.mapa img {
    width: 400px;
    max-width: 100%!important;
    height: auto!important;
}

@media (min-width: 991.99px) {
    .nav-modal {
        display: block !important;
        width: auto;
        height: auto;
        background-color: transparent;
        position: relative;
    }

    .splide-nav span {
        font-size: 1.2rem;
        line-height: 1.2rem !important;
    }

    .products .card h4 {
        font-size: 14px !important;
    }

    .nav-modal .position-absolute {
        position: relative !important;
        transform: unset !important;
        left: unset !important;
        top: unset !important;
    }

    .nav-modal .socials {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .splide-nav .number {
        line-height: 150px !important;
        font-size: 150px !important;
    }

    .splide-nav span {
        font-size: 1.5rem !important;
    }

    .splide-nav span {
        font-size: 1.5rem;
        line-height: 1.5rem !important;
    }

    .homepage-categories .card {
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        height: 260px;
    }

    .homepage-categories .card {
        height: 130px;
        background-size: cover;
        background-position: top center;
        transition: all .5s ease-in-out;
        background-repeat: no-repeat;
    }

    .splide-nav {
        display: none;
        width: 100%;
    }

    .splide-nav.is-active {
        display: block;
    }

    section.slide p {
        width: 100% !important;
        left: 0 !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        bottom: 1.5rem !important;
        font-size: 40px;
        line-height: 50px;
    }

    section.slide .col-12 {
        background-position: center !important;
    }

    .splide-nav {
        line-height: 100px;
    }

    .splide-nav .number {
        font-size: 100px;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0px;
    }

    .splide-nav span {
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100%;
    }

    section.slide .col-12 {
        height: calc(100dvh - (110px + 1.5rem));
    }

    .splide-nav span {
        display: none;
    }

    .nav-modal ul li a::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 3px;
        border-radius: 3px;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
        background-color: white;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

    .nav-modal .socials {
        bottom: 1.5rem;
        right: 1.5rem;
        position: absolute;
    }

    .homepage-categories .card-body h2 {
        font-size: 24px !important;
    }

    .nav-modal .socials a {
        font-size: 1.5rem !important;
    }

    .nav-modal .socials a {
        color: #fff;
        font-size: 30px;
    }

    .nav-modal ul li {
        display: flex;
        justify-content: center;
    }

    .nav-modal ul li a {
        font-size: 20px !important;
    }

    .nav-modal ul li a {
        font-size: 22px!important;
        font-weight: 600!important;
        color: #fff!important;
        position: relative;
        width: fit-content;
        white-space: nowrap;
    }

    .nav-link:hover, .nav-link.active {
        color: #fff!important;
        border-bottom: 2px solid #fff!important;
    }
}

@media (min-width: 767.99px) {
    h1 {
        font-size: 44px;
    }

    .products .card {
        height: fit-content;
    }

    .modal button.previous {
        left: 1.5rem;
    }

    .modal button.next {
        right: 1.5rem;
    }

    .modal-content .close-modal {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .filter {
        width: 100%;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        z-index: 9999;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        bottom: 0;
        transition: .5s ease-in-out;
        height: fit-content;
        padding: 1.5rem;
    }

    #products .aside h2 {
        font-weight: 500 !important;
        font-size: .85rem !important;
        color: #b2b2b2 !important;
        text-transform: none !important;
        text-transform: uppercase !important;
    }

    .aside .dropdown button {
        font-size: 1.2rem !important;
    }

    .filter.hidden-filter {
        bottom: -100%;
        transition: .5s ease-in-out;
        width: 100%;
    }
}

a {
    text-decoration: none;
}

* {
    font-family: "Be Vietnam Pro", sans-serif !important;
}


@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}