#pages img {
    border-radius: 2em;
}

.mt-15 {
    margin-top: 2.5rem;
}

.submit-btn {
    text-align: center;
}

.submit-btn button {
    margin-top: 1.5em;
    background: #3ccdaa;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 46px;
    padding: 0 4em 0 2em;
    border-radius: 4em;
    width: 100%;
}

#estate_form .price label.mt-0 {
    margin-top: 0 !important;
}

#estate_search_form .price label,
#estate_search_form .type_estate label,
#estate_search_form label.type_estate {
    color: #343434;
    font-family: 'Fira Sans';
    font-weight: 700;
    line-height: 46px;
    padding-left: 1.5em;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

#estate_search_form .price input {
    background: #f3f3f3;
    border: 0;
    border-radius: 4em;
    padding: 0 1em 0 2em;
    line-height: 45px;
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    float: left;
}

.br-50 {
    border-radius: 50%;
}

#dropzone {
    margin-top: 45px;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border-radius: 2rem;
    border: 2px dashed #f3f3f3;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

#dropzone:hover,
#dropzone.dragover {
    background-size: 30px 30px;
    background-image: linear-gradient(-45deg, #f1f5fa 25%, transparent 25%, transparent 50%, #f1f5fa 50%, #f1f5fa 75%, transparent 75%, transparent);
}

#dropzone:hover,
#dropzone.dragover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

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

#images {
    margin-top: 15px;
}

.image-container {
    border-radius: 2rem;
    border: 3px #00324b solid;
    width: 190px;
    margin-bottom: 25px;
    aspect-ratio: 9 / 7;
    object-fit: contain;
}

.post-btn {
    float: right;
    display: table-cell;
    border-radius: 20em;
    background: #3ccdaa;
    font-family: 'Montserrat';
    letter-spacing: 4px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    padding: 20px;
}

.post-btn span {
    font-weight: 700;
    letter-spacing: 1px;
}

.delete_image {
    color: brown;
    position: absolute;
    margin-left: -55px;
    padding: 5px;
    border-radius: 2rem;
    margin-top: 10px;
    background-color: #ffc6c6;
    cursor: pointer;
}

#auto #modelsByBrand label.label_name {
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    display: block;
    font-weight: bold;
    padding-left: 1rem;
    margin: 15px 0 !important;
}

.danger-alert {
    border: 1px solid;
    font-size: 14px;
    border-radius: 2em;
    padding: 14px;
    background-color: #d17171;
}

.danger-alert ul li {
    list-style: none;

}

.danger-alert ul {
    margin: 0;
}

.registration-form {
    margin-top: 30px !important;
}

.auth-form {
    margin-top: 30px !important;
}

.log-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.input-log {
    color: black;
}

.caracter {
    color: black;
}

.product:hover .caracter {
    color: white;
}

/* The Modal (background) */
.modal.post-announce {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content.post-announce {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 350px;
    border-radius: 3em;
    text-align: center;
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media only all and (max-width: 30rem) {
    .page_title h1 {
        font-size: 18px !important;
    }
}

.page_desc.white {
    color: white;
}

.slider {
    position: relative;
}

.slider > .item {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.slider > .item.active {
    opacity: 1;
    z-index: 10;
}

.slider .slider-control {
    color: rgba(150, 150, 150, .6);
    position: absolute;
    top: calc(50% - 30px);
    height: 60px;
    width: 60px;
    line-height: 60px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    opacity: .5;
}

.slider .slider-control:hover {
    opacity: 1;
}

.slider .slider-control.next {
    right: 0;
}

.slider .slider-control.prev {
    left: 0;
}

.slider .slider-nav {
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: 100;
    text-align: center;
    bottom: 0;
    left: 0;
}

.slider .slider-nav a {
    display: inline-block;
    margin: 5px;
    width: 15px;
    height: 15px;
    background: rgba(150, 150, 150, .6);
    overflow: hidden;
    border-radius: 50%;
    opacity: .5;
}

.slider .slider-nav a:hover {
    opacity: .9;
}

.slider .slider-nav a.active {
    background: #fff;
    opacity: 1;
}

/* The code below is not needed for slideshow to work. */

/*  Animations  */
.slider .item.active .item-content {
    animation-name: fadeUp;
    animation-duration: 0.5s;
}

.slider .item.active .item-content p {
    animation-name: fadeUp;
    animation-duration: .8s;
}

@keyframes fadeUp {
    0% {
        margin-top: 60px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.slider {

    height: 300px;

    background: #fff;
    color: #000;

}

.slider > .item {
    text-align: center;
}

.slider > .item .item-content {
    padding: 60px;
}

.prices .new.without-discount {
    border-radius: 2rem;
}

/* The Modal (background) */
.ebcf_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    text-align: center;
}

/* The Close Button */
.close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.default-ck-label {
    position: absolute;
    margin-left: -92px;
    padding: 5px;
    border-radius: 2rem;
    margin-top: 150px;
}

.default-ck-input {
    position: absolute;
    margin-left: -35px;
    padding: 5px;
    border-radius: 2rem;
    margin-top: 155px;
}

.auth .dropdown {

    display: inline-block;
}

.auth .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 999;
}

.auth .dropdown-content a {
    color: black;
    display: grid !important;
    text-decoration: none;

}

.auth .dropdown-content a:hover {
    background-color: #f1f1f1
}

.auth .dropdown:hover .dropdown-content {
    display: block;
}

.pay-now {

    border: 2px solid #f3f3f3;
    background: #3ccdaa;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 0 2em;
    border-radius: 4em;
    display: table;
    float: right;
}

.actions-history {
    margin: 0 1.1em 0.5em 1.1em;
}

.pay-now[disabled] {
    opacity: 0.5;
    pointer-events: none;
    background-color: #cd3c3c;
}

@media only screen and (max-width: 600px) {
    .g-grid_search .g-block .caracter {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .mobile-only {
        display: block;
    }
}

.mb-5 {
    margin-bottom: 5px;
}

.ml--5 {
    margin-left: -5px;
}

.w-150 {
    width: 150px;
}

.text-center {
    text-align: center;
}

.styled-checkbox {
    --normal-bg: #eee;
    --hover-bg: #ddd;
    --active-bg: #3ccdaa;

label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;

&:before {
     content: "";
     background-color: var(--normal-bg);
     background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px' fill='white'><path d='M 41.9375 8.625 C 41.273438 8.648438 40.664063 9 40.3125 9.5625 L 21.5 38.34375 L 9.3125 27.8125 C 8.789063 27.269531 8.003906 27.066406 7.28125 27.292969 C 6.5625 27.515625 6.027344 28.125 5.902344 28.867188 C 5.777344 29.613281 6.078125 30.363281 6.6875 30.8125 L 20.625 42.875 C 21.0625 43.246094 21.640625 43.410156 22.207031 43.328125 C 22.777344 43.242188 23.28125 42.917969 23.59375 42.4375 L 43.6875 11.75 C 44.117188 11.121094 44.152344 10.308594 43.78125 9.644531 C 43.410156 8.984375 42.695313 8.589844 41.9375 8.625 Z' /></svg>");
     background-size: 1000%;
     background-position: center;
     display: block;
     width: 25px;
     height: 25px;
     border-radius: 5px;
     transition: 0.2s;
 }

&:hover {
&:before {
     background-color: var(--hover-bg);
 }
}

&:active {
&:before {
     transform: scale(0.9);
 }
}
}

input {
    display: none;

&:checked + label:before {
     background-color: var(--active-bg);
     background-size: 90%;
 }
}
}

.mt-5 {
    margin-top: 5px;
}

.success-alert {
    border: 1px solid;
    font-size: 14px;
    border-radius: 2em;
    padding: 14px;
    background: #3ccdaa;
    color: white;
    text-align: center;
    font-weight: 700;
}

.success-alert ul li {
    list-style: none;

}

.success-alert ul {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .mr-30-xs {
        margin-right: 30px;
    }
}

.text-danger {
    color: #b90606;
}

.dropdown-menu {
    margin-bottom: -4px;
}

.dropdown-content-menu {
    border-radius: 10px;
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -15px;
}

.dropdown-content-menu a {
    float: none;
    color: #39393a !important;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

@media only screen and (max-width: 600px) {
    .dropdown-content-menu a {
        padding: 0px 16px;
        width: 240px;
    }

    a.resize {
        width: 159px !important;
    }

    .margin-l-0 {
        margin-left: 0 !important;
        background: transparent !important;
    }
}

.dropdown-content-menu a.first:hover {
    background-color: #3ccdaa;
    color: #f3f3f3 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dropdown-content-menu a.second:hover {
    background-color: #3ccdaa;
    color: #f3f3f3 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-menu:hover .dropdown-content-menu {
    display: block;
}

.socialite {
    margin-bottom: 75px;
}

.login-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e6e8eb;
    border-radius: 50px 50px 50px 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 10px;
}

.login-icons img {
    width: 50px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.color-socialite {
    color: white;
}

.styled-checkbox label.radio-owner:before {
    border-radius: 50% !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: white;
}

.post-btn {
    margin-top: 25px;
}

/*Swiper*/
.swiper {
    width: 100%;
    height: 100% !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mySwiper {
    margin-top: 10px;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-slide-origin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiper-slide-thumb {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 90px;
    overflow: hidden;
}

.swiper-slide-thumb img {
    height: 80px;
    width: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.g-grid-gap {
    align-items: center;
}
.home-text {
    /*padding: 30px 45px;*/
    background: #E7F9F4;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 2%;
}
.home-text_title, .home-text_subtitle {
    margin: 0;
    padding: 0;
}
.home-text_title {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    color: #00324B;
    word-wrap: break-word;
    white-space: normal;
    width: 540px;
}
.home-text_subtitle {
    font-size: 22px;
    line-height: 32px;
    color: #00324B;
    width: 440px;
}
@media (min-width: 768px) {
    .swiper-slide-origin img {
        max-height: 500px;
    }

    .swiper-slide-thumb {
        max-height: 90px;
    }
}
/*popup offer*/
.popup-offer_background {
    background: rgb(0 0 0 / 30%);
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    display: none;
}
.popup-offer_padding {
    position: relative;
    width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    margin: 0 auto;
    border-radius: 30px;
    color: #00324B;
    background: #fff;
}
.popup-offer {
    padding: 45px 100px;
}
.popup-offer_padding::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.popup-offer_button_close {
    position: sticky;
    top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 30px;
    z-index: 120;
}
.popup-offer_close {
    font-size: 18px;
    background: none;
    border: none;
}
.popup-offer_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}
.popup-offer_text_title {
    color: #00324B;
    font-size: 36px;
    font-weight: bold;
}
.popup-offer_text_subtitle {
    font-size: 20px;
    color: #00324B;
}
.popup-offer_tip {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 50px 0;
}
.popup-offer_tip_select {
    flex: 0 0 60%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup-offer_tip_target {
    flex: 1;
}
.popup-offer_tip_select_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.popup-offer_tip_select_target {
    flex-direction: column;
}
.popup-offer_tip_target .popup-offer_radio_label {
    flex: 0;
    display: flex;
    align-items: center;
}
.popup-offer_radio_label {
    /*flex: 1 1 auto;*/
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.popup-offer_radio_label input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.popup-offer_radio_label span {
    display: flex;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all .15s ease-in-out;
    color: #3DCDAA;
    padding: 15px 18px;
    background: #EBFAF6;
}
.popup-offer_radio_label input:checked+span {
    background-color: #3DCDAA;
    color: #fff;
}
.popup-offer_all {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 60px;
}
.popup-offer_auto, .popup-offer_imobil, .popup-offer_casa, .popup-offer_comerc, .popup-offer_office {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup-offer_auto_title {
    font-size: 18px;
    color: #00324B;
    text-align: center;
}
.popup-offer_select {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup-offer_select_label {
    display: flex;
    flex-direction: column;
    gap:10px;
    position: relative;
}

.popup-offer_select_label .input-icon {
    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.popup-offer_select_label span, .popup-offer_select span {
    font-size: 12px;
    margin-left: 20px;
}
.popup-offer_select_label_comment {
    color: #939393;
}
#popup-offer_select_input, #popup-offer_select_input_minmax {
    background-color: #F1F1F1;
    border-radius: 15px;
    border: none;
    margin: 0;
}
#popup-offer_select_input::placeholder, #popup-offer_select_input_minmax::placeholder {
    font-size: 18px;
    color: #939393;
}
#popup-offer_select_input:focus, #popup-offer_select_input.filled, #popup-offer_select_input_minmax.filled, #popup-offer_select_textarea.filled, #select-display-1.filled {
    font-size: 18px;
    color: #00324B;
    border: 1.5px solid #00324B;
}
.text-align_left {
    font-weight: 700;
    margin-left: 20px;
    text-align: left;
}
.popup-offer_select_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.popup-offer_select_input_label {
    flex: 0 0 45%;
}
.popup-offer_select_input_label input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
}
.popup-defis {
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.popup-offer_checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid #8DE2CD;
    cursor: pointer;
    position: relative;
}
.popup-offer_select_label_check {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    margin-left: 20px;
}
.popup-offer_checkbox:checked {
    background-color: #3DCDAA;
    border-color: #3DCDAA;
}

.popup-offer_checkbox:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.popup-offer_select_title_label {
    margin-left: 20px;
    font-size: 12px;
}
#popup-offer_select_textarea {
    padding: 12px 18px;
    border-radius: 15px;
    font-size: 18px;
    height: 150px;
}
.popup-offer_button_form {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-offer_button {
    background: #3DCDAA;
    color: #fff;
    padding: 18px 24px;
    border-radius: 40px;
    font-size: 18px;
    border: 1px solid #3DCDAA;
    transition: background 0.3s ease;
}
#popup-offer_button:hover {
    background: transparent;
    color: #3DCDAA;
}

.custom-select-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.select-display {
    cursor: pointer;
    background: #F1F1F1;
    position: relative;
    border-radius: 15px;
    padding: 15px 20px;
    transition: border-radius 0.3s ease;
}
.select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.select-display.active {
    border-radius: 15px 15px 0 0;
}
.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    background: #F2F2F2;
    /*border-radius: 0 0 15px 15px;*/
}
.select-dropdown::-webkit-scrollbar {
    width: 5px;
}
.select-dropdown::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 10px;
}
.select-dropdown label {
    display: flex;
    gap: 5px;
    padding: 8px 20px;
    cursor: pointer;
}

.select-dropdown input[type="checkbox"] {
    margin-right: 8px;
}

.select-category {
    padding: 5px 10px;
    color: #939393;
}

.select-dropdown label:hover {
    background: #EBEBEB;
    color: #4F4F4F;
}
/*popup offer end*/
.verif-istoric {
    margin-top: 25rem;
    padding: 15px 25px;
    background: rgba(170, 220, 255, 0.15);
    border: 1px solid #AADCFF;
    font-size: clamp(16px, 1vw, 18px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
}
.verif-istoric_img {
    flex: 1;
}
.verif-istoric_link {
    flex: 1;
}
.verif-istoric_link a {
    padding: 8px 12px;
    border-radius: 10px;
    display: block;
    text-align: center;
    border: 1px solid #AADCFF;
    color: #0073F0;
}
.verif-istoric_link a:hover {
    border: 1px solid #AADCFF;
    background-color: #AADCFF;
    color: #fff;
}
.asigurare-block {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background: rgba(60, 205, 170, 0.15);
    border: 1px solid rgba(79, 191, 165, 0.3);
    width: 100%;
    border-radius: 10px;
    gap: 10px;
    font-size: clamp(16px, 1vw, 18px);
    position: relative;
    overflow: hidden;
    max-height: 150px;
    margin-bottom: 15px;
}
img.asigurare-block_image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.asigurare-block-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.asigurare-block-asig_title {
    font-size: 24px;
    color: rgba(0, 50, 75, 1);

}
.asigurare-block-asig_links {
    display: flex;
    flex: 1 0 100%;
    gap: 30px;
}
.asigurare-block-asig_link_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    gap: 10px;
}
.asigurare-block-asig_link_item img {
    width: 35px;
}
.asigurare-block-asig_link_item a {
    border: 2px solid rgba(60, 205, 170, 1);
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 500;
    color:rgba(60, 205, 170, 1);
    font-size: 16px;
}
.asigurare-block-asig_link_item a:hover {
    color: #fff;
    background: #0dbf99;;
    border: 2px solid rgba(60, 205, 170, 1);
}
@media (max-width: 767px) {
    .verif-istoric {
        flex-direction: column;
        gap: 20px;
    }
    img.asigurare-block_image {
        display: none;
    }
    .asigurare-block-asig_links {
        gap: 10px;
        flex-direction: column;
    }
    .asigurare-block-asig_link_item {
        flex-direction: row;
    }
    .asigurare-block-item {
        align-items: normal;
    }
    .asigurare-block-asig_title {
        font-size: 20px;
    }
    .asigurare-block {
        padding: 20px 15px;
        max-height: 100%;
    }
    .asigurare-block-asig_link_item a {
        flex: 1;
    }
    /*popup offer*/
    .popup-offer_background {
        padding: 80px 5px 0 5px;
    }
    .popup-offer_padding {
        width: 100%;
        max-height: 85vh;
    }
    .popup-offer {
        padding: 45px 15px;
    }
    .popup-offer_tip {
        flex-direction: column;
    }
    .popup-offer_all {
        padding: 0;
    }
    .popup-offer_text_title {
        font-size: 30px;
        line-height: 30px;
    }
    .popup-offer_text_subtitle {
        font-size: 18px;
    }
    /*popup offer*/
    #estate_form {
        flex-direction: column-reverse;
        display: flex;
    }
    .home-text {
        /*padding: 20px 15px;*/
        border-radius: 14px;
        margin: 0;
    }
    .home-text_title {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }
    .home-text_subtitle {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
    }
    .home-text_title img {
        display: none;
    }
    .swiper-slide-origin img {
        max-height: 300px;
    }
    .mySwiper2 img {
        aspect-ratio: 3 / 2;
    }
}

div.image-list {
    display: flex;
    margin: 0;
    padding: 10px 0;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div.image-list > .user-announce {
    position: relative;
    margin: 10px;
}

div.image-list > .user-announce .styled-checkbox {
    position: absolute;
    top: 0;
    left: 2px;
}

div.image-list > .user-announce .styled-checkbox label {
    box-shadow: 0 0 1px;
    border-radius: 5px;
}

div.image-list > .user-announce > span {
    right: 5px;
    top: 5px;
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    background-color: #e74c3c;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

div.image-list > .user-announce > img {
    margin: 0;
    border-radius: 5px;
    width: 100%;
}

div.image-list > .skeleton-image {
    width: 270px;
    height: 180px;
    /*animation: shimmer 3s;*/
    /*animation-iteration-count: infinite;*/
    /*background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);*/
    /*background-size: 1000px 300%;*/
    border: 1px solid #eee;
    margin: 10px;
    position: relative;
}
/*@keyframes shimmer {*/
/*    from {*/
/*        background-position: -1000px 0;*/
/*    }*/
/*    to {*/
/*        background-position: 1000px 0;*/
/*    }*/
/*}*/

.skeleton-image .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.skeleton-base64 {
    width: 100%;
    height: auto;
    opacity: 0.3;
    max-height: 180px;
    object-fit: cover;
    aspect-ratio: 9 / 7;
}
.portlet-placeholder {
    flex: 0 0 16.66667%;
    max-width: 270px;
    max-height: 150px;
    margin: .5rem !important;
    background-color: #ccc;
}

.ui-sortable-handle {
    position: relative;
}

.prod_img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 9/7;
}

.prod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phone_nr_mob {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.phone_nr_mobicon {
    transform: rotate(100deg);
    padding: 0 10px;
}
/*ul.menu-inner_mob li:nth-child(4) {*/
/*    display: none;*/
/*}*/
/*.desc {*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    line-height: 1.2em;*/
/*    min-height: 2.4em;*/
/*    max-height: 2.4em;*/
/*}*/

p.error {
    color: #ff4242;
    line-height: 1;
    font-size: 12px;
    text-transform: none;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    margin: 10px 0;
}
.error-cabinet {
    color: #ff4242;
    line-height: 1;
    font-size: 12px;
    margin: 10px 0;
    white-space: nowrap;

}
.error-cabinet:before {
    content: '✕';
    width: 15px;
    display: inline-block;
}
.optWrapper .options>li.group {
    display:none;
}
.optWrapper .options>li.opt.active + .group {
    display: flex;
}
.optWrapper .options>li.opt{
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.MyMultySelector .option .dropdown_button {

    width: 14px;
    height: 14px;
    position: relative;
    background-image: url(../images/arrow_down_black.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    z-index: 100;
}
.MyMultySelector .option.active  .dropdown_button {

    background-image: url("../images/arrow_up_black.png");
    width: 14px;
    height: 14px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.submenu_marchi {
    display: none;
}
.submenu_marchi.active {
    display: flex;
    flex-direction: column;
}
.CaptionSelect {
    width: 100%;
}
.CaptionSelect>.CaptionCont {
    position: relative;
    border: 0;
    min-height: 14px;
    line-height: 46px;
    padding: 0 2em;
    background-color: #f3f3f3;
    border-radius: 4em;
    margin: 0;
}
.CaptionSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.CaptionSelect>.CaptionCont>span.placeholder {
    color: #797a7c;
}
.CaptionSelect>.CaptionCont>span {
    font-size: 14px;
    color: #797a7c;
    font-family: 'Fira Sans';
    font-weight: 300;
}
.CaptionSelect>.CaptionCont>label>i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8;
}
.CaptionSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}
.CaptionSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.CaptionSelect.open>.CaptionCont,.CaptionSelect:focus>.CaptionCont,.CaptionSelect:hover>.CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0
}
.MyMultySelector {
    display: none;
    z-index: 1000;
    top: 44px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2em;
    overflow-y: auto;
    padding: 1em 0 1em 1em !important;
    margin-left: 0!important;
    list-style-type: none;
    max-height: 400px;

}
.MyMultySelector.active {
    display: flex;
    flex-direction: column;
}
.MyMultySelector li {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    align-items: center;
    line-height: 34px;
}
.MyMultySelector li input {
    display: none;
}
.MyMultySelector li label {
    margin-bottom: 0 !important;
}
.MyMultySelector span.checkbox_button{
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}
.MyMultySelector span.checkbox_button i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff;
}
.MyMultySelector .option.selected span.checkbox_button i {
    background-color: #3ccdaa;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
}
.MyMultySelector::-webkit-scrollbar {
    width: 3px;

}
.MyMultySelector::-webkit-scrollbar-track {
    width: 3px;
}
#search_mob {
    border: 1px solid #7b939f;
    background: transparent;
    border-radius: 5em;
    line-height: 31px;
    width: 100%;
}

#searchForm_mob {
    position: relative;
    margin: 20px 0;
}

#searchForm_mob i {
    position: absolute;
    right: 1.5em;
    top: 1em;
}
.search {
    position: relative;
}

.search form {
    position: relative;
    margin: 3px 0;
    width: 100%;
    max-width: 250px;
    height: 45px;
    border-radius: 25px;
    padding: 0;
    font-size: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.search input {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 0 45px 0 20px;
    font-size: 1em;
    display: block;
    background: transparent;
    z-index: 1;
}

.search .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #3ccdaa;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
}

.search a#clear-btn {
    display: none;
}
.close {
    text-align: right;
}
.close_p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3ccdaa;
    color: white;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}
/*.hintWrap {*/
/*    position: absolute;*/
/*    top: 55px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #fff;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*    z-index: 999;*/
/*    display: none;*/
/*    padding: 12px;*/
/*}*/

/*.hintWrap.active {*/
/*    display: block;*/
/*}*/
.hintWrap {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 660px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    border-radius: 10px;
}

.hintWrap.active {
    display: block;
}
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.hintWrap .close {
    text-align: right;
    margin-bottom: 5px;
}

.hintWrap .close_p {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.suggestion-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}
.suggestion-group {
    overflow-y: auto;
    padding-right: 10px;
}

.suggestion-group:first-child {
    flex: 0 0 35%; /* SUGGESTIONS */
    border-right: 1px solid #eee;
}

.suggestion-group:last-child {
    flex: 1 1 65%; /* PRODUCTS */
    border-right: none;
    padding-left: 10px;
}
.suggestion-group .group-title {
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}
.sugestii,
.product-suggestions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sugestii li,
.product-suggestions li {
    padding: 6px 0;
}

.sugestii li a {
    color: #333;
    text-decoration: none;
}

.product-suggestions li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-suggestions img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
}

.product-suggestions .title {
    flex-grow: 1;
    font-size: 14px;
    color: #222;
}

.product-suggestions .price {
    white-space: nowrap;
    font-weight: bold;
    color: #2a8f2a;
    font-size: 14px;
}
.no-results {
    padding: 15px;
    text-align: center;
    color: #999;
    font-style: italic;
}
.search-more {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

.search-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    color: #00324b;
}

.search-more a:hover {
    text-decoration: underline;
}

.search-more .arrow {
    font-size: 18px;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.search-more a:hover .arrow {
    transform: translateX(4px);
}
.suggest-link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggest-product {
    display: flex;
    flex-direction: column;
}
.group-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.sugestii {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sugestii li {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
}
ul.sugestii a {
    color: #00324b;
}

.sugestii li:hover {
    background-color: #f5f5f5;
}
.suggestion-group { margin-bottom: 10px; }
.suggestion-group .group-title { font-weight: bold; margin-bottom: 5px; }
.product-suggestions li { display: flex; gap: 10px; align-items: center; padding: 5px 0; }
.product-suggestions img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }
.product-suggestions .title { flex: 1; }
.product-suggestions .price { white-space: nowrap; color: #3a3; font-weight: bold; }
.clear-btn {
    position: absolute;
    right: 15px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #363636;
}
.clear-btn:hover {
    transform: scale(1.05);
}
.MyMultySelector .brandslist {
    margin: 0!important;
}
.myvisible{
    display:flex!important;
}
.myhidden {
    display: none!important;
}
.searchBrandBlock {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    gap: 15px
}
.brandsearch {
    width: calc(100% - 55px);
    border: 1px solid #aeaeae;
    border-radius: 6px;
}
.ClearSearch {
    background-color: white;
    box-shadow: 0 0 2px #7799d0;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.hintWrap.active ul li {
    line-height: 20px;
    font-size: 15px;
    padding: 5px 5px;
}
.hintWrap.active ul li:hover {
    line-height: 20px;
    font-size: 15px;
    background-color: #f3f3f3;
}
.hintWrap.active ul::-webkit-scrollbar-track {
    width: 2px;               /* ширина всей полосы прокрутки */
    background: #686868;
}
.hintWrap.active ul::-webkit-scrollbar-thumb {
    background-color: #dbc5bc;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #dbc5bc;  /* отступ вокруг бегунка */
}
#filter{z-index: 1;}
.loading-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.price-flx {
    display: flex;
    flex-direction: column;
}

.type_estate-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.type_estate-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.type_estate-text input {
    width: 100%!important;
    box-sizing: border-box;
}
label.type_estate.type_estate-textline {
    line-height: 26px !important;
    font-size: 14px;
}
.MyMultySelector .option span.checkbox_button i.partial-selected {
    background-color: #d3d3d3;
}
.ellipsis {
    display: flex;
    align-items: end;
    color: #3ccdaa;
}
.smallSwiper-pagination {
    color: #fff;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    color: #fff;
    background: aliceblue;
}
.swiper-pagination-bullet {
    background: aliceblue;
}
.search-section-title {
    margin: 10px 0;
    color: #00324b;
    padding-bottom: 10px;
}
.g-grid_search {
    display: flex;
    flex-direction: column;
}
.g-grid_search_auto {
    display: flex;
    flex-direction: row;
}
.g-grid_search_ads_item {
    display: flex;
    flex-wrap: wrap;
}
.g-grid_search_auto_items {
    display: flex;
    flex-wrap: wrap;
}
.maybe-find {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #00324b;
    border-radius: 4px;
}
.maybe-find a {
    color: #3490dc;
    text-decoration: underline;
    font-size: 18px;
}
@media only screen and (max-width: 600px) {
    .search-section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        border-bottom: 2px solid;
    }
    .d-block-xs {
        display: block !important;
    }
    .search-section-title {
        margin: 15px auto;
        text-align: center;
        position: relative;
    }
    .pagination .page-item a
    {
        padding: 5px 12px;
    }
    .size-100-xs {
        width: 100% !important;
    }
    /* Подсказки в мобильном поиске */
    .hintWrap {
        position: fixed;
        /*bottom: 60px;*/
        left: 50%;
        transform: translateX(-50%);
        /*width: 60%;*/
        max-height: 300px;
        overflow-y: auto;
        z-index: 9999;
        background: white;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
        top: auto;
        width: 300px;
        margin-top: 5px;
    }
    #searchForm,
    #searchForm_mob {
        position: relative;
        overflow: visible;
        z-index: auto;
    }
    .hintWrap.active {
        display: block;
    }

    .hintWrap ul {
        max-height: 200px;
        overflow-y: auto;
    }

    .hintWrap ul::-webkit-scrollbar {
        width: 4px;
    }

    .hintWrap ul::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
    }
    .suggestion-group:first-child
    {
        border-right:none;
    }
    .suggestion-row {
        flex-direction: column;
        gap: 5px;
    }
    .suggest-link {
        display: flex !important;
        line-height: 26px!important;
        text-align: left!important;
        border-top:none!important;
    }
    .sugestii li {
        padding: 12px 15px; /* Больше отступов */
        font-size: 16px; /* Чуть больше текст */
        border-radius: 8px;
    }
    ul.sugestii a {
        color: #00324b!important;
        font-size: 14px !important;
        line-height: 22px !important;
        text-transform: none !important;
        border: none !important;
        text-align: left!important;
    }
    .sugestii li:hover {
        background-color: #eaeaea;
    }

    /* Кнопка закрытия в мобильном поиске */
    .close {
        text-align: right;
        margin-bottom: 8px;
    }

    .close_p {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    /* Исправления для скрытых иконок и кнопок */
    .ClearSearch {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    /* Кнопка поиска 🔍 */
    .search .fa,
    .search-mob .fa {
        font-size: 16px;
        padding: 8px;
    }
    .hide-suggestions {
        text-align: center;
        padding: 10px;
        font-size: 14px;
        color: #3ccdaa;
        cursor: pointer;
    }
}
@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .hide-lg {
        display: none;
    }

    .prod_img {
        height: auto;
    }
}
