.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border: 16px solid #038C82;
    border-radius: 50%;
    border-top: 16px solid #035B65;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    z-index: 99999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide-wrapper {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #026873;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #013440;
}

.benefits__item {
    background: #026873;
}

.benefits__content {
    background: transparent !important;
}

._empty_cart {
    text-align: center;
}

.child_categories_div {
    margin-bottom: 10px;
}

.child_categories {
    color: #013440;
    font-size: 18px;
}

.validation_error_block p,
.validation_error_block {
    padding: 3px 0 3px 0;
    color: red;
    font-size: 16px;
}

.validation_success_block p,
.validation_success_block {
    padding: 3px 0 3px 0;
    color: #035B65;
    font-size: 20px;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.sticky {
    position: -webkit-fixed;
    position: fixed;
    bottom: 0;
    background-color: #f9fafc;
    padding: 12px 40px 0 40px;
    font-size: 15px;
    width: 100%;
    z-index: 99999;
    display: inline-flex;
}

#cookiesconfirm {
    background-color: #026873;
    color: white;

    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 0 40px;
    line-height: 45px;
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .sticky {
        display: inline-block;
    }

    .sticky_div {
        width: 100% !important;
    }

    #cookiesconfirm {
        margin-top: 10px;
    }
}

.close-cookies {
    display: none;
}

.social_login {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 7px;
}

.text_page_content {
    display: flow !important;
    color: #013440;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
}

.text_page_content p {
    margin-bottom: 10px;
}

.text_page_content p:last-child {
    margin-bottom: 0 !important;
}

.thumbs-image-card__slider {
    max-height: 440px;
    overflow-y: scroll;
}

.category_block {
    display: inline-block;
    width: 22%;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 900px) {
    .category_block {
        display: block;
        width: 100%;
    }
}

.category_block_main {
    text-align: center;
}

.nothing_found {
    margin: auto;
    font-size: 30px;
}

.search-result {
    position: absolute;
    max-height: 500px;
    overflow-y: scroll;
    width: 879px;
    margin: auto;
    top: 70px;
    z-index: 99999;
}

@media screen and (max-width: 1300px) {
    .search-result {
        width: 100%;
        left: 0;
    }
}

.autocomplete-search {
    display: block;
    text-align: left;
    background-color: white;
    padding: 10px 10px 10px 20px;
    color: #35491E;
}

.search_catalog {
    flex: 0 0 calc((100% - 30px * 3) / 4) !important;
}

/* @media screen and (min-width: 900px) {
    .brands__item {
        -ms-flex: 0 0 calc((100% - 186px* 3) / 4) !important;
        flex: 0 0 calc((100% - 186px* 3) / 4) !important;
    }

    .brands__item:not(:last-child) {
        margin-right: 10px !important;
    }
} */

.brands__item:hover {
    cursor: pointer;
}

.checked {
    background-color: lightblue;
}

.unchecked {
    background-color: lightcoral;
}

.visible_footer_menu {
    display: block !important;
}

.hide_footer_menu {
    display: none !important;
}

.information-card__description table th,
.information-card__description table td {
    padding: 5px;
}

@media screen and (max-width: 900px) {

    .information-card__description table th,
    .information-card__description table td {
        padding: 3px;
    }
}

.disabled_button {
    pointer-events: none !important;
}

.disabled_button::after,
.disabled_button::before {
    background: #C6C6C6 !important;
}

#simple_tva {
    text-align: right;
}

.icon-select-arrow span,
.icon-select-arrow input {
    font-family: "Inter";
    font-size: 16px;
}

.icon-select-arrow span {
    padding: 2px 0 2px 0;
}

.icon-select-arrow input,
.icon-select-arrow span {
    /*color: #777;*/
    color: black !important;
    opacity: 0.5;
}

.icon-select-arrow span {
    opacity: 0.5;
}

.icon-select-arrow .search_city,
.icon-select-arrow .search_city_secondary {
    opacity: 1;
}

.wrapper {
    overflow: hidden;
}

.products-sidebar-order {
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

.discount_percent_card, .discount_percent {
    color: red;
    white-space: nowrap;
}

.discount_percent {
    font-size: 12px;
}

.slider_banner_gradient {
    background: linear-gradient(100deg, #038C7F 0.78%, #038C8C 100.37%), linear-gradient(100deg, #88A798 0.78%, #667F71 100.37%), linear-gradient(274deg, #0A85F7 0%, #0AD0F7 100%);
}

.search_county, .search_county_secondary {
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    color: #777;
}