:root {
    --sara: #d9883c;
    --sara-btn: #d9883c1A;
    --fs-menu: .85rem;
    --sara-btn-radius: 40px;
    --font-sf-ui: -apple-system, BlinkMacSystemFont, "Amulya", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    scroll-behavior: smooth;
}

.poppins-regular {
    font-family: "Amulya", "Segoe UI", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Amulya", "Segoe UI", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Amulya", "Segoe UI", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Amulya", "Segoe UI", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-light {
    font-family: "Amulya", sans-serif;
    font-weight: 300;
    font-style: normal;
}


.bg-sarafauto, .bg-amrent {
    background-color: var(--sara, #d9883c);
}

body{
    font-family: "Amulya", sans-serif;
    color: #2d3451
}

.custom-control-label {
    line-height: 1.9;
}

/*
# Header
-----------------------------------------------------*/
.xnavbar {
    height: 87px;

}

.navbar-nav {
    font-family: 'Amulya', "Segoe UI", sans-serif;
    font-weight: 500;
    font-size: 14px;
}


a {
    color: var(--sara, #d9883c);
}

a:hover {
    color: var(--sara, #d9883c);
}

/*
# Form
-----------------------------------------------------*/
.material-icons {
    vertical-align: middle;
}

/* Rules for sizing the icon. */
.material-icons.md-15 {
    font-size: 15px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.btn-sf-phone {
    background-color: var(--sara-btn);
    border-color: #d9883c30;
    border-radius: 40px;
    font-family: "SF UI Display Regular", sans-serif;
    font-size: 14px;
    color: #000000;
    padding: .688rem .85rem;
}


.btn-sf-phone:hover {
    color: #fff;
    background-color: var(--sara, #d9883c);
    border-color: var(--sara, #d9883c);
}

.btn-sf-phone.focus, .btn-sf-phone:focus, .btn-sara:focus {
    color: #fff;
    background-color: var(--sara, #d9883c);
    border-color: var(--sara, #d9883c);
    box-shadow: 0 0 0 .2rem #d9883c50
}

.btn-sara {
    color: #fff;
    background-color: var(--sara);
}

.btn-sara:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-sara:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 0 0 .2rem #00000050
}


.invalid-feedback1, .consent {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.consent {
    display: none;
    font-size: 90%;
}

.conv-text-h {
    font-size: 20px;
}

.conv-text-h {
    line-height: 140%;
}

.rgpd-control a {
    text-decoration: underline;
}


/*
# Heading Cars
-----------------------------------------------------*/
.sf-head {
    padding: 2rem 1rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .sf-head {
        padding: 2rem 2rem 1.5rem 2rem
    }
}

.sf-top-carsx {
    margin-top: -2rem;
}

.sf-w-75 {
    width: 100%;
}

/*
# Cards
-----------------------------------------------------*/


.sf-card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .sf-card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .sf-card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}


.sf-card {

    border: 1px solid rgba(0, 0, 0, .125);
    border: 1px solid #ddd;
    border-radius: .875rem;
}

.sf-card:hover {

    border-color: var(--sara);
    /*box-shadow: 0 0 0 0.25rem rgb(132 189 32 / 25%);*/
}

.sf-card-bordy {
    padding: calc(.3rem + 1.5vw);
    padding: 1.3rem 1.3rem 1rem 1.3rem;
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}


.text-similar {
    color: #6b7280;
}
.text-sm{
    font-size: .875rem;
}

.card-img {
    width: 100%;
    /* height: 164px;*/
    background: linear-gradient(180deg, #F5F6F7 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    object-fit: cover
}

.card-features {
    color: #6b7280;
    font-size: .875rem;
}

.card-features .list-inline-item::before {
    display: inline-block;
    padding-right: 0.35rem;
    color: var(--sara, #d9883c);
    content: "/";
}

.card-features .list-inline-item:not(:last-child) {
    margin-right: .3rem;
}

.list-responsive {
    padding-left: 0;
    list-style: none
}


.btn-outline-select {
    background-color: #fff;
    border-color: var(--sara);
    border-radius: var(--sara-btn-radius, 40px);
    font-size: .85rem;
    padding: .688rem 1rem;
}


.btn-select:hover, .btn-outline-select:hover, .btn-outline-select.active {
    color: #fff;
    background-color: var(--sara, #d9883c);
    border-color: var(--sara, #d9883c);
}

.btn-sf-phone.focus, .btn-sf-phone:focus, .btn-outline-select:focus {
    color: #fff;
    background-color: var(--sara, #d9883c);
    border-color: var(--sara, #d9883c);
    box-shadow: 0 0 0 .2rem #d9883c50
}

.selected .btn-outline-select, .card-package:hover .btn-outline-select {
    color: #fff;
    background-color: var(--sara, #d9883c);
    border-color: var(--sara);
}


/*
# Footer
-----------------------------------------------------*/

.fa-facebook {
    color: #1872F2;
}

.fa-instagram {
    color: #DD2A7B;
}

.fas-social {
    font-size: 1.5em
}


.fa-facebook:hover, .fa-instagram:hover {
    opacity: .8;
    font-size: 1.45em
}


/*
# Modal
-----------------------------------------------------*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-close, .nbtn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    padding: .55rem 1.3rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: none;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.modal-close {
    background-color: #d8303d35;
    border-color: transparent;
    font-size: 14px;
    color: #DC3240;

}

.modal-close:hover {
    background-color: #d8303d;
    color: #fff;
}

/*
# Nav Button
-----------------------------------------------------*/

.nbtn {
    min-width: 130px;
}

.nbtn .fas, .nbtn .far {
    font-size: .875rem;
}

@media (prefers-reduced-motion: reduce) {
    .nbtn {
        transition: none
    }
}

.nbtn:hover {
    color: #212529;
    text-decoration: none
}

.nbtn.focus, .nbtn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.nbtn.disabled, .nbtn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.nbtn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.nbtn.disabled, fieldset:disabled a.nbtn {
    pointer-events: none;

}

.nbtn-primary {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nbtn-primary:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.nbtn-primary:focus, .nbtn-primary.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.nbtn-primary.disabled, .nbtn-primary:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nbtn-primary:not(:disabled):not(.disabled):active, .nbtn-primary:not(:disabled):not(.disabled).active,
.show > .nbtn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.nbtn-primary:not(:disabled):not(.disabled):active:focus, .nbtn-primary:not(:disabled):not(.disabled).active:focus,
.show > .nbtn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}


.nbtn-secondary {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nbtn-secondary:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.nbtn-secondary:focus, .nbtn-secondary.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.nbtn-secondary.disabled, .nbtn-secondary:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nbtn-secondary:not(:disabled):not(.disabled):active, .nbtn-secondary:not(:disabled):not(.disabled).active,
.show > .nbtn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.nbtn-secondary:not(:disabled):not(.disabled):active:focus, .nbtn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .nbtn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}


.close-times {
    font-size: 18px;
    line-height: 0;
}

.text-red {
    color: #DC3240;
}

.sf-radio-label::before, .sf-radio-label::after {
    width: 1.625rem;
    height: 1.625rem;
    top: 0;
}

.sf-radio-input {
    width: 1.625rem;
    height: 1.65rem;
}

.sf-radio {
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.card-package {
    background: #FFFFFF;
    border: 1px solid #E4E6E8;
    box-sizing: border-box;
    border-radius: 12px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out

}

.card-package:hover, .selected.card-package {
    border-color: var(--sara);
    /*box-shadow: 0 0 0 0.10rem rgb(132 189 32 / 100%);*/
    background-color: #fafff2
}


.btn-border-gray {
    border: 1px solid #E4E6E8;
}

/*
# Custom Radio
-----------------------------------------------------*/

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: .965rem;
    transition: transform .15s ease-in-out;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    letter-spacing: 1px;
    color: #000;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #d9883c;
    border: 1px solid #d9883c;
    color: white;
    transform: scale(1.01, 1.01);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #d9883c;
}

/*
# Utilities
-----------------------------------------------------*/
.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select, .select2-selection.select2-selection--multiple {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.select2-selection.select2-selection--multiple {
    min-height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    opacity: .9;
    font-size: .95rem;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
    border-radius: 5px;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    border-radius: 5px;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}


.sbadge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sbadge-orange {
    color: #F17C00;
    background: rgba(241, 124, 0, 0.15);

}

.sbadge-orange:hover {
    color: #a85700;
    background: rgba(241, 124, 0, 0.55);
    text-decoration: none;
}

.ocar:before {
    content: " ";
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
}

.radio:hover {
    cursor: pointer;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.card-form {
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.car-item {
    background: #FBFBFB;
    border: 1px solid #D6DAEA;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 100px;

}

.cat-name {
    font-size: 12px;
    line-height: 12px;
    color: #2F3948;
}

.radio:hover .car-item {
    border-color: var(--sara);
}

.selected > .car-item {
    border-color: var(--sara);
    box-shadow: 0 0 0 0.25rem rgba(217, 136, 60, 0.25);
}

.gap-1 > .col,
.gap-1 > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.text-decoration {
    text-decoration: underline;
}

.fs-h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw);
}
.fs-3 {
    font-size: 25px;
}


.fs-3a {
    font-size: calc(1.25rem + 0.6vw);
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem;
}

.fs-15 {
    font-size: .85rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-26 {
    font-size: calc(1.145rem + 0.6vw);

}

.fs-btn {
    font-size: .85em;
}

.fs-30 {
    font-size: calc(1.4rem + 0.6vw) !important;
}

.text-sara {
    color: var(--sara, #d9883c)
}

.text-sgray {
    color: #737E8D;
}

.text-sdark {
    color: #2F3948;
}

.text-feature-dark {
    color: #39485E;
}

.text-package-dark {
    color: #515D71
}

.ln-1 {
    line-height: 1.1;
}

.ln-2 {
    line-height: 1.6rem;
}

.svg-icon {
    height: 80px;
}

.bg-darklight {
    background: #F9F9FB;
}

.border-none {
    border: 0;
}

.card-shadow {
    box-shadow: none;
}

.btn-edit {
    position: absolute;
    right: 1.25rem;
}

.card-rounded {
    border-radius: 8px;
    border: 0;
}

.card-border {
    border-radius: 0;
    border: 0;
}

.spinner-sent {
    width: 1.5rem;
    height: 1.5rem;
    border-width: .15em;
    position: relative;
    top: -2px;
    margin-right: .25rem;
}

.alert {
    font-family: 'SF UI Display Regular', "Segoe UI", san-serif;
}

.alert ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.sa-icon:before, .sa-icon:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro", san-serif;
    font-weight: 900;
}

.sa-icon:after {
    content: "\f061";
    margin-left: .5rem;

}

.selected .sa-icon:before {
    content: "\f00c";
    margin-right: .5rem;
}

.selected .sa-icon::after, .box, .packages {
    display: none;
}

.btn-back {
    cursor: pointer;
}


.mouse_scroll {
    width: 24px;
    position: absolute;
    left: -1rem;
    top: 1.5rem;
}


.m_scroll_arrows
{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid var(--sara, #d9883c);;
    border-bottom: 2px solid var(--sara, #d9883c);;
    margin: 0 0 3px 4px;
    width: 10px;
    height: 10px;
}


.unu{margin-top: 1px;}

.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}
.unu{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}
.trei{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {
    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

/*
# Media 
-----------------------------------------------------*/

@media (min-width: 768px) {

    .fs-h1 {
        font-size: calc(1rem + 1.4vw);
    }

    .card-border {
        border-left: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }

    .sf-w-75 {
        width: 67%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .fs-lg-3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-18 {
        font-size: 1.125rem;
    }

    .fs-lg-15 {
        font-size: .85rem;
    }

    .border-md-1 {
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .card-shadow {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .list-responsive {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: .25rem
    }

    .fs-h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

}

@media (min-width: 1200px) {

    .fs-h1 {
        font-size: 2.5em;
    }

    textarea.form-control {
        height: 90px;
    }

    .rgpd-control {
        font-size: .9rem
    }

    .alert {
        border: 0;
        padding: .65rem 1.25rem;
        font-size: .9rem;
    }

    .container.oform {
        max-width: 1000px;
    }
}


.gap-3 {
    gap: 1rem !important;
}

.tag {
    color: #fff;
    background-color: var(--sara, #d9883c);;
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 4px  6px;
    display: inline-block;
     margin: 0;
     font-weight:500;
     font-size: 11px;
     line-height: 14px;
    width: max-content;
 }

.tag:empty{
    display:none
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {

    .card-img, .card-img-top {
        max-height: 225px;
        object-fit: cover;
    }
}

.category-header{

}
.category-name{
    margin: 0px;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
}

.sf-top-cars .col{
    padding-right: 10px;
    padding-left: 10px;
}
.sf-top-cars .row {
    margin-right: -10px;
    margin-left: -10px;
}

.sf-swiper-button-next, .sf-swiper-button-prev {
    width: 28px;
    height: 28px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9883c;
}

.swiper-slide {
    height: auto;
}
.swiper{
    padding-bottom: 1px !important;;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}

.order-form:before{
    content: "";
    width: 100%;
    height: 8rem;
    background: var(--sara);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection,
.form-control:focus, .form-select:focus {
    border-color: #d9883c50;
    box-shadow: 0 0 0 .25rem #d9883c50;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice
{
    font-size: 0.875rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: var(--sara)
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000;
    background-color:  var(--sara-btn)
}
.select2-container--bootstrap-5 .select2-dropdown {
    color: #343434;
    border-color:  #d9883c50;
    border-radius: .25rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .75rem;
    font-weight: 600;
    color: #000;
    font-size:0.75rem;
    text-transform:uppercase
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #d9883c;
    background-color: #d9883c;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ecc99b;
    border-color: #ecc99b;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #e2a867;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(217, 136, 60, .25);
}
