@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Thin-250.otf");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-ExtraLight-275.otf");
    font-weight: 275;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Light-300.otf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Regular-400.otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Medium-500.otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-SemiBold-600.otf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Bold-700.otf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-ExtraBold-800.otf");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat_Arabic/Montserrat-Arabic-Black-900.otf");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

body {
    font-family: "Montserrat";
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    font-size: 1.6rem;
}

.overflow-body {
    overflow: hidden;
}

p {
    font-size: 18px;
    color: rgba(57, 68, 68, 0.75);
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #332926;
    margin: 0;
}

ul {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.link__:hover {
    text-decoration: none;
}

.link__.center {
    margin: 0 auto;
}

.link__.full_width__ {
    width: 100%;
    min-width: 100%;
}

@media only screen and (max-width: 991px) {
    .link__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .link__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}

.link__.fixed_size__ {
    min-width: 140px;
}

.link__.main_link {
    height: 56px;
    color: #fff;
    padding: 0 30px;
    background: #e95028;
    border-radius: 10px;
}

.link__.main_link:hover {
    background-color: rgba(233, 80, 40, 0.9);
}

.link__.product_card_link__ {
    background-color: #e95028;
    border-radius: 12px;
    height: 35px;
    width: 35px;
}

.link__.product_card_link__:hover {
    background-color: rgba(233, 80, 40, 0.9);
}

.link__.register_second_link__ {
    background-color: rgba(233, 80, 40, 0.06);
    height: 46px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #e95028;
}

html[dir="ltr"] .link__.register_second_link__ .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.link__.register_second_link__:hover {
    background-color: #e95028;
    color: #fff;
}

.link__.register_second_link__:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.link__.change_password_link {
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px 45px;
    border-radius: 25px;
    gap: 10px;
}

.link__.change_password_link .icon__ {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.link__.change_password_link .title__ {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #332926;
    margin-bottom: 5px;
    text-align: start;
}

.link__.change_password_link .sub_title__ {
    font-size: 1.2rem;
    font-weight: 300;
    color: #332926;
}

.link__.change_password_link .arrow_icon__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.link__.change_password_link:hover {
    background-color: rgba(233, 80, 40, 0.04);
}

.link__.change_password_link:hover .icon__ {
    -webkit-filter: unset;
    filter: unset;
}

.link__.forget_password_link {
    font-size: 1.4rem;
    font-weight: 300;
    color: #332926;
    margin-top: 15px;
}

.link__.cart_link__ {
    width: 48px;
    height: 46px;
    border-radius: 10px;
    background-color: rgba(233, 80, 40, 0.08);
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
}

.link__.cart_link__:hover {
    background-color: #e95028;
}

.link__.cart_link__:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.button__ {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button__ .icon__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button__.center {
    margin: 0 auto;
}

.button__.margin_start_auto__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.button__.full_width__ {
    width: 100%;
    min-width: 100%;
}

@media only screen and (max-width: 991px) {
    .button__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .button__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}

.button__.half_width__ {
    width: 50%;
}

.button__.fixed_size__ {
    min-width: 344px;
    max-width: 344px;
    margin-top: 15px;
}

.button__.margin_top__ {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .button__.margin_top__ {
        margin-top: 10px;
    }
}

.button__.small_margin_top__ {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .button__.small_margin_top__ {
        margin-top: 10px;
    }
}

.button__.scale_icon_on_hover:hover .icon__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.button__.red_background {
    background-color: #ea0449 !important;
}

.button__.red_background:hover {
    background-color: rgba(234, 4, 73, 0.85) !important;
}

.button__:focus {
    border: none;
    outline: none;
}

.button__:hover {
    text-decoration: none;
}

.button__ input[type="submit"],
.button__.submit-button__ {
    height: 46px;
    color: #fff;
    padding: 0 30px;
    background-color: #e95028;
    border-radius: 10px;
}

.button__ input[type="submit"]:hover,
.button__.submit-button__:hover {
    background-color: rgba(233, 80, 40, 0.9);
}

.button__.hero_section_search_button {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
}

.button__.hero_section_search_button .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.button__.about_us_section_button {
    background-color: #1b1616;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
}

.button__.about_us_section_button:hover {
    background-color: rgba(27, 22, 22, 0.9);
}

.button__.sign_up_terms_modal_button {
    color: #332926;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin: 2px !important;
    text-decoration: underline;
}

.button__.set_quantity_button__ {
    width: 38px;
    height: 46px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.button__.set_quantity_button__ .icon__ {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.button__.set_quantity_button__:hover {
    border-color: #e95028;
}

.button__.set_quantity_button__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset;
}

.button__.add_product_to_cart .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.button__.add_coupon {
    background-color: #06be0c;
}

.button__.add_coupon:hover {
    background-color: rgba(6, 190, 12, 0.9);
}

.button__.delete_purchased_item__ {
    position: absolute;
    top: -10px;
    inset-inline-end: -10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    opacity: 0;
    visibility: hidden;
}

.button__.delete_purchased_item__:hover {
    background-color: #ea0449;
}

.button__.delete_purchased_item__:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.button__.add_address_button__ {
    padding: 11px 13px;
}

.button__.rate_button {
    background-color: #efb104;
}

.button__.rate_button:hover {
    background-color: rgba(239, 177, 4, 0.8);
}

.button__.send_code_again {
    background-color: rgba(27, 22, 22, 0.06);
    color: #332926;
}

.button__.send_code_again:hover {
    background-color: #1b1616;
    color: #fff;
}

.overlay {
    display: none;
}

@media only screen and (max-width: 991px) {
    .overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 11;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .overlay.active {
        opacity: 0.7;
        visibility: visible;
    }
}

::-moz-selection {
    color: #fff;
    background: #e95028;
}

::selection {
    color: #fff;
    background: #e95028;
}

@media only screen and (min-width: 991px) {
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #e95028;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #e95028;
    }

    .dropdown-menu {
    }

    .dropdown-menu .inner::-webkit-scrollbar {
        width: 2px;
    }
}

.loading-omd {
    position: relative;
    overflow: hidden;
}

.loading-omd img {
    opacity: 0 !important;
    -webkit-filter: blur(40px);
    filter: blur(40px);
}

.figure__ {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.figure__ img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
}

.figure__.center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.asp-om {
    position: relative;
    padding-bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.asp-om img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.close-button__ {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    top: 14px;
    left: 20px;
}

.close-button__:focus,
.close-button__:hover {
    outline: none;
}

html[dir="ltr"] .close-button__ {
    right: 20px;
    left: unset;
}

.close-button__:after,
.close-button__:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    top: 4px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.close-button__:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion .card {
    margin-bottom: 20px;
    border: 1px solid #d9e0e5 !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.06);
}

.accordion .card-header {
    padding: 0;
}

.accordion .card-header .btn-link {
    padding: 20px;
    text-decoration: none;
    color: #332926;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion .card-header .btn-link:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url(../images/common_questions/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.accordion .card-header .btn-link:not(.collapsed):after {
    background-image: url(../images/common_questions/negative.svg);
}

.accordion .card-body {
    font-size: 16px;
    color: rgba(57, 68, 68, 0.75);
}

.modal {
    top: 10vh;
    overflow: unset !important;
}

.modal .modal-content {
    padding: 30px;
    border-radius: 26px;
    text-align: center;
    border: none;
}

.modal-backdrop {
    background-color: #1b1616 !important;
    opacity: 0.35 !important;
}

.modal-dialog {
    padding: 20px 0;
    max-width: 382px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}

.modal-dialog::-webkit-scrollbar-track {
    background-color: transparent;
}

.modal-dialog.small_fixed_width {
    max-width: 330px;
}

.modal-dialog.add_address_modal {
    max-width: 644px;
}

.modal-dialog.large_width__ {
    max-width: 70%;
}

.modal_block__ .icon_title_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}

.modal_block__ .icon_title_wrapper__ .icon__ {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
}

.modal_block__ .title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #332926;
}

.modal_block__ .sub_title__ {
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 20px;
    color: rgba(57, 68, 68, 0.75);
    text-align: center;
}

.modal_block__ .modal_form__ {
    margin-top: 30px;
}

.modal_block__ .parag_head__ {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #332926;
    text-align: start;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    margin-bottom: 15px;
}

.modal_block__ .parag__ {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #767676 !important;
    text-align: start;
    margin-bottom: 15px;
}

.modal_block__ .parag__.with_border {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9e0e5;
}

.modal_block__ .close_modal_button {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.modal_block__ .close_modal_button .icon__ {
    max-width: 35px;
    min-width: 35px;
    max-height: 35px;
    min-height: 35px;
}

.modal_block__ .close_modal_button:focus {
    outline: none;
}

.modal_block__ .map_frame,
.modal_block__ iframe {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modal_block__ .submit-button__ {
    margin-top: 20px;
}

.delete_modal .figure__ {
    width: 25px;
    height: 27.5px;
}

.nav-tabs {
    padding: 0;
    border: none;
    margin-bottom: 30px !important;
}

.nav-pills {
    padding: 0;
    border: none;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .nav-pills {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-pills {
        margin-top: 20px;
    }
}

.nav-pills.with_margin_top__ {
    margin-top: 70px;
}

@media only screen and (max-width: 991px) {
    .nav-pills.with_margin_top__ {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-pills.with_margin_top__ {
        margin-top: 20px;
    }
}

.nav-pills .nav-link {
    border: none;
    height: 48px;
    min-width: 240px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #868686;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #868686;
    font-size: 1.8rem;
    font-weight: 300;
    max-width: 211px;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .nav-pills .nav-link {
        min-width: 100%;
    }
}

.nav-pills .nav-link .icon__ {
    -webkit-margin-end: 13px;
    margin-inline-end: 13px;
    width: 20px;
    height: 20px;
}

.nav-pills .nav-link.active {
    color: #e95028;
    background-color: transparent;
    border-color: #e95028;
}

.nav-pills .nav-link.active .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link:focus {
    outline: none;
}

.page_main_title__ {
    font-size: 2.2rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #e95028;
    margin-bottom: 12px;
    margin: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .page_main_title__ {
        font-size: 2rem;
    }
}

.page_sub_title__ {
    font-size: 1.4rem;
    font-weight: 400;
    color: #332926;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .page_sub_title__ {
        font-size: 1.6rem;
    }
}

.page_head_wrapper {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .page_head_wrapper {
        margin-bottom: 20px;
    }
}

.page_head_wrapper.center .page_main_title__,
.page_head_wrapper.center .page_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.page_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .page_head_wrapper.flex_display.justify_content_between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .page_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .page_head_wrapper.small_size_center__ .page_main_title__,
    .page_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center;
    }
}

.page_head_wrapper.none_margin__ {
    margin: 0 !important;
}

.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.section_main_title__ {
    font-size: 2.9rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #e95028;
    margin-bottom: 12px;
    margin: 0;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .section_main_title__ {
        font-size: 2rem;
    }
}

.section_sub_title__ {
    font-size: 1.7rem;
    font-weight: 400;
    color: #332926;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .section_sub_title__ {
        font-size: 1.6rem;
    }
}

.section_head_wrapper {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .section_head_wrapper {
        margin-bottom: 20px;
    }
}

.section_head_wrapper.center .section_main_title__,
.section_head_wrapper.center .section_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.section_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section_head_wrapper.white_color__ .section_main_title__,
.section_head_wrapper.white_color__ .section_sub_title__ {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .section_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .section_head_wrapper.small_size_center__ .page_main_title__,
    .section_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
}

.section_head_wrapper.none_margin__ {
    margin: 0 !important;
}

.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.site_link {
    padding: 0 26px;
    background-color: rgba(233, 80, 40, 0.08);
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 162px;
    color: #e95028;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 991px) {
    .site_link {
        min-width: 100px;
        padding: 0;
    }
}

.site_link .icon__ {
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

html[dir="ltr"] .site_link .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site_link:hover {
    background-color: rgba(233, 80, 40, 0.9);
    text-decoration: none;
    color: #fff;
}

.site_link:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site_link.center {
    margin: 0 auto;
}

.site_link.white_color__ {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.site_link.white_color__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.site_link.white_color__:hover {
    background-color: #fff;
    color: #e95028;
}

.site_link.white_color__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset;
}

.mixitup_controls_wrapper__ {
    padding: 0;
    border: none;
    margin: 0;
    gap: 15px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 8px;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}

.mixitup_controls_wrapper__::-webkit-scrollbar {
    height: 8px;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.mixitup_controls_wrapper__::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
}

.mixitup_controls_wrapper__::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__::-webkit-scrollbar-thumb {
        background-color: #e95028;
    }
}

.mixitup_controls_wrapper__::-webkit-scrollbar-thumb:hover {
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.mixitup_controls_wrapper__:hover::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.mixitup_controls_wrapper__:hover::-webkit-scrollbar-thumb {
    background-color: #e95028;
}

.mixitup_controls_wrapper__.fit_content_width {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media only screen and (max-width: 767px) {
    .mixitup_controls_wrapper__ {
        margin-bottom: 15px;
    }
}

.mixitup_controls_wrapper__.center__ {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    min-width: 100% !important;
}

.mixitup_controls_wrapper__.with_margin {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__.small_size_none_margin__ {
        margin: 0;
    }
}

.mixitup_controls_wrapper__.display_block__ {
    display: block;
    width: 100% !important;
}

.mixitup_controls_wrapper__ .filter {
    border: none;
    height: 46px;
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    color: rgba(57, 68, 68, 0.75);
    background-color: transparent;
    border: 1px solid rgba(57, 68, 68, 0.75);
    cursor: pointer;
    padding: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__ .filter {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 100%;
    }
}

.mixitup_controls_wrapper__ .filter.full_width__ {
    min-width: 100%;
}

.mixitup_controls_wrapper__ .filter.fixed_width__ {
    width: 168px;
}

.mixitup_controls_wrapper__ .filter:hover {
    background-color: rgba(233, 80, 40, 0.1);
}

.mixitup_controls_wrapper__ .filter.mixitup-control-active {
    border-color: #e95028;
    background-color: #e95028;
    color: #fff;
}

.mixitup_controls_wrapper__ .filter.mixitup-control-active:hover {
    background-color: rgba(233, 80, 40, 0.9);
}

.mixitup_box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    min-height: 500px;
}

.mixitup_box_list .mix {
    width: 100%;
}

.mixitup_box_list.column_dir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagination {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.pagination .page-link {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
    color: rgba(57, 68, 68, 0.75) !important;
    font-weight: 400;
}

.pagination .number_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    border: 1px solid #e95028;
    border-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .pagination .number_wrapper__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.pagination .number_wrapper__ .page-item .page-link {
    width: 54px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px !important;
}

.pagination .number_wrapper__ .page-item .page-link:hover {
    background-color: rgba(233, 80, 40, 0.1) !important;
}

.pagination .number_wrapper__ .page-item.active .page-link {
    background-color: #e95028 !important;
    color: #fff !important;
}

.pagination .number_wrapper__ .page-item.active .page-link:hover {
    background-color: rgba(233, 80, 40, 0.9) !important;
}

.product_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    background-color: #fff;
    border-radius: 25px;
    /* padding: 40px 20px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-bottom: 10px;
    overflow: hidden;
}

.product_card .figure__ {
    padding-bottom: 56.88%;
    margin-bottom: 40px;
    overflow: hidden;
    
}

.product_card .title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b1616;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_card .title__,
.product_card .description_wrapper,
.product_card_cart,
.product_card .category__{
    padding:0px 15px;
}

.product_card .description_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_card .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product_card .product_number_title {
    font-size: 1.4;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 5px;
}

.product_card .product_number_info {
    font-size: 1.5rem;
    font-weight: 400;
    color: #332926;
    margin-bottom: 5px;
}

.product_card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 30px rgba(233, 80, 40, 0.4);
    box-shadow: 0 0 30px rgba(233, 80, 40, 0.4);
}

.product_card:hover .title__ {
    color: #e95028;
}

.product_card:hover .img-om {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.maintenance_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    padding: 22px;
    border-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .maintenance_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.maintenance_card .img_wrapper__ {
    min-width: 192px;
    border-radius: 25px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .maintenance_card .img_wrapper__ {
        min-width: 100%;
    }
}

.maintenance_card .figure__ {
    padding-bottom: 105.208%;
}

.maintenance_card .description_wrapper {
    width: 100%;
}

.maintenance_card .title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b1616;
    margin-bottom: 20px;
}

.maintenance_card .description_point {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 25px;
}

.maintenance_card .description_point:last-child {
    margin-bottom: 20px;
}

.maintenance_card:hover .img-om {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.best_distributors_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    border-radius: 25px;
}

.best_distributors_card .figure__ {
    padding-bottom: 63.722%;
    border-radius: 25px;
    overflow: hidden;
}

.best_distributors_card .description_wrapper {
    padding: 15px 17px 30px;
}

.best_distributors_card .title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b1616;
    margin-bottom: 20px;
}

.best_distributors_card .description_point {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 25px;
}

.best_distributors_card .description_point:last-child {
    margin-bottom: 20px;
}

.best_distributors_card:hover .img-om {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.search_mode_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 13px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .search_mode_wrapper__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 100% !important;
    }
}

.search_mode_wrapper__ .title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1b1616;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.search_mode_wrapper__ .title__.filter_title__:before {
    content: url(../images/shapes/search_wrapper_filter_title.svg);
}

.search_mode_wrapper__ .title__.sort_title__:before {
    content: url(../images/shapes/search_wrapper_sort_title.svg);
}

@media only screen and (max-width: 991px) {
    .search_mode_wrapper__ .filter_search_block__ {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .search_mode_wrapper__ .filter_search_block__ .dropdown-toggle {
        min-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .search_mode_wrapper__ .sort_search_block__ {
        width: 100%;
    }
}

.search_mode_wrapper__ .sort_search_block__ .dropdown-toggle {
    min-width: 213px;
}

@media only screen and (max-width: 991px) {
    .search_mode_wrapper__ .sort_search_block__ .dropdown-toggle {
        min-width: 100%;
    }
}

.search_mode_wrapper__ .button__ {
    width: 100%;
}

.rating_wrapper__ {
    color: #d9d9d9;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.rating_wrapper__ .active,
.rating_wrapper__ .num__ {
    color: #efb104;
}

.rating_wrapper__.with_margin_bottom__ {
    margin-bottom: 32px;
}

.rating_wrapper__.rate_product {
    white-space: nowrap;
}

.rating_wrapper__.rate_product input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rating_wrapper__.rate_product i {
    font-size: 1.2em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rating_wrapper__.rate_product label {
    margin: 0;
    cursor: pointer;
}

.rating_wrapper__.rate_product label:is(:hover, :has(~ :hover)) i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: rgba(239, 177, 4, 0.5);
}

.rating_wrapper__.rate_product label:has(~ :checked) i {
    color: #efb104;
}

.set_quantity_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.set_quantity_wrapper__ .quantity_value {
    background-color: transparent !important;
    font-size: 2.9rem;
    font-weight: 300;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 85px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border: none;
}

.set_quantity_wrapper__ .quantity_value::-webkit-inner-spin-button,
.set_quantity_wrapper__ .quantity_value::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.clints_reating_card {
    padding: 20px 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
}

.clints_reating_card .head__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.clints_reating_card .figure__ {
    padding: 0 !important;
}

.clints_reating_card .name__ {
    font-size: 1.4rem;
    color: #332926;
    font-weight: 700;
    margin-bottom: 5px;
}

.clints_reating_card .rating_wrapper__ {
    font-size: 1.2rem;
    margin-bottom: 20px !important;
    gap: 5px;
}

.clints_reating_card .parag__ {
    font-size: 1.4rem !important;
    color: rgba(57, 68, 68, 0.75);
    font-weight: 300;
}

.purchased_card {
    padding: 20px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.18);
    border-radius: 10px;
    position: relative;
}

.purchased_card .card_blocks_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .purchased_card .card_blocks_wrapper__ {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.purchased_card .img_wrapper__ {
    min-width: 106px;
}

.purchased_card .figure__ {
    padding-bottom: 56.603%;
    margin: 0 !important;
}

.purchased_card .block_title__ {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 15px;
}

.purchased_card .card_title__ {
    font-size: 1.4rem;
    font-weight: 700;
    max-width: 200px;
    color: #332926;
}

.purchased_card .set_quantity_button__ {
    width: 29px;
    height: 27px;
    border-radius: 10px;
}

.purchased_card .set_quantity_button__ .icon__ {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.purchased_card .input__ {
    font-size: 2.1rem;
    height: 27px;
    width: 40px;
}

.purchased_card .price__ {
    font-size: 1.6rem;
}

.purchased_card .quantity_value {
    font-size: 2.1rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
}

.purchased_card.requests_details_purchased_card .price_block {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.purchased_card:hover .delete_purchased_item__ {
    opacity: 1;
    visibility: visible;
}

.purchased_card:not(:last-of-type) {
    margin-bottom: 17px;
}

.request_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
    padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
    .request_card {
        gap: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .request_card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 8px;
    }
}

.request_card .img_wrapper__ {
    min-width: 106px;
}

@media only screen and (max-width: 500px) {
    .request_card .img_wrapper__ {
        min-width: 100%;
        margin-bottom: 10px;
    }
}

.request_card .figure__ {
    padding-bottom: 56.603%;
    margin: 0 !important;
}

@media only screen and (max-width: 500px) {
    .request_card .request_block {
        min-width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

.request_card .requests_title__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #767676;
}

@media only screen and (max-width: 500px) {
    .request_card .requests_title__ {
        font-size: 1.2rem;
        gap: 5px;
    }
}

.request_card .requests_title__:not(:last-child) {
    margin-bottom: 25px;
}

.request_card .info__ {
    font-size: 1.3rem;
    font-weight: 500;
    color: #332926;
}

@media only screen and (max-width: 500px) {
    .request_card .info__ {
        font-size: 1.1rem;
        font-weight: 400;
    }
}

.request_card .info__.price__ {
    color: #e95028;
}

.request_card:hover {
    text-decoration: none;
}

.request_card:hover .img-om {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.chosen_text_wrapper__ .chosen_title__ {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #e95028;
}

.chosen_text_wrapper__ .chosen_description__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: #332926;
}

.requests_details_card {
    background-color: #f6f6f6;
    padding: 20px 40px;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    height: 62px;
}

.requests_details_card .title__ {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    color: rgba(57, 68, 68, 0.75) !important;
}

.requests_details_card .sub_title__ {
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #332926 !important;
}

.rating_form_wrapper {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #d9e0e5;
}

.rating_form_wrapper .card_form_title__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 15px;
}

.rating_form_wrapper .rating_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.rating_form_wrapper .input__ {
    width: 100%;
    height: 46px;
}

.address_card {
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.16);
    border-radius: 25px;
}

.address_card .head_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.address_card .blocks_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.address_card .block_head__ {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 10px;
}

.address_card .block_info__ {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #332926;
}

.dropdown__ {
    position: relative;
}

.dropdown__ .butt__,
.dropdown__ > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #332926;
    font-size: 14px;
    width: 100%;
}

.dropdown__ .butt__:after,
.dropdown__ > a:after {
    content: url(../images/shapes/arrow_down.svg);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    height: 18px;
}

.dropdown__ .butt__:hover,
.dropdown__ > a:hover {
    text-decoration: none;
}

.dropdown__ .sub-menu__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    display: table;
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding: 21px 28px;
    border: none;
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .dropdown__ .sub-menu__ {
        min-width: 100%;
    }
}

.dropdown__ .sub-menu__ li .list_content__,
.dropdown__ .sub-menu__ li a {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #332926;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    color: #e95028 !important;
}

.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.dropdown__ .sub-menu__ li .list_content__:before,
.dropdown__ .sub-menu__ li a:before {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.dropdown__ .sub-menu__ li .list_content__.my_requests:before,
.dropdown__ .sub-menu__ li a.my_requests:before {
    content: url(../images/shapes/header_shapes/my_requests.svg);
}

.dropdown__ .sub-menu__ li .list_content__.saved_addesess:before,
.dropdown__ .sub-menu__ li a.saved_addesess:before {
    content: url(../images/shapes/header_shapes/location.svg);
}

.dropdown__ .sub-menu__ li .list_content__.profile:before,
.dropdown__ .sub-menu__ li a.profile:before {
    content: url(../images/shapes/header_shapes/profile.svg);
}

.dropdown__ .sub-menu__ li .list_content__.signout_link__,
.dropdown__ .sub-menu__ li a.signout_link__ {
    border: none;
    background-color: transparent;
}

.dropdown__ .sub-menu__ li .list_content__.signout_link__:active,
.dropdown__ .sub-menu__ li .list_content__.signout_link__:focus,
.dropdown__ .sub-menu__ li a.signout_link__:active,
.dropdown__ .sub-menu__ li a.signout_link__:focus {
    border: none;
    outline: none;
}

.dropdown__ .sub-menu__ li .list_content__.signout_link__:before,
.dropdown__ .sub-menu__ li a.signout_link__:before {
    content: url(../images/shapes/header_shapes/log_out.svg);
}

.dropdown__ .sub-menu__ li .list_content__.signout_link__:hover,
.dropdown__ .sub-menu__ li a.signout_link__:hover {
    color: #e95028;
}

.dropdown__ .sub-menu__ li .list_content__.signout_link__:hover:before,
.dropdown__ .sub-menu__ li a.signout_link__:hover:before {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    text-decoration: none;
    color: #1b1616;
}

.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before {
    -webkit-filter: invert(0.61) sepia(0.17) saturate(68.72) hue-rotate(3deg)
        brightness(0.96) contrast(0.98);
    filter: invert(0.61) sepia(0.17) saturate(68.72) hue-rotate(3deg)
        brightness(0.96) contrast(0.98);
}

.dropdown__:hover .sub-menu__ {
    visibility: visible;
    opacity: 1;
    z-index: 112;
    border-radius: 25px;
}

@media only screen and (max-width: 991px) {
    .dropdown__ .butt__,
    .dropdown__ > a {
        color: #fff;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.2);
        height: 49px;
        padding: 0 10px;
        border-radius: 13px;
    }

    .dropdown__ .butt__:after,
    .dropdown__ > a:after {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .dropdown__ .figure__ {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

.sing-up-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.sing-up-blocks .singup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #332926;
    height: 49px;
    min-width: 168px;
    padding: 3px 20px;
    border-radius: 10px;
    font-size: 1.4rem;
    color: #332926;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sing-up-blocks .singup_link:hover {
    background-color: rgba(51, 41, 38, 0.1);
}

.sing-up-blocks .singup_link.login_link {
    border-color: transparent;
    color: #fff;
    background-color: #e95028;
}

.sing-up-blocks .singup_link.login_link:hover {
    background-color: rgba(233, 80, 40, 0.9);
}

.sing-up-blocks .singup_link .icon__ {
    background-color: transparent !important;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.sing-up-blocks.nav_sign_block__ {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sing-up-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        gap: 0;
    }

    .sing-up-blocks .singup_link {
        width: 50%;
        border-radius: 0;
        margin-bottom: 0;
        min-width: 70px;
        padding: 3px 10px;
        height: 49px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        background-color: #e95028;
        border-radius: 12px;
        border: solid 3px #fff;
    }
}

@media only screen and (max-width: 991px) and (max-width: 500px) {
    .sing-up-blocks .singup_link {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .sing-up-blocks .singup_link:hover {
        background-color: rgba(233, 80, 40, 0.2);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .sing-up-blocks .singup_link.login_link {
        background-color: #ed7353;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        height: 49px;
        margin: 0;
        border-radius: 12px;
        border: solid 3px #fff;
    }

    .sing-up-blocks .singup_link.login_link:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .sing-up-blocks.nav_sign_block__ {
        display: block;
        margin-bottom: 30px;
    }
}

.header_logo__ {
    max-width: 110px;
    display: block;
    z-index: 1;
    -ms-flex-preferred-size: content;
    flex-basis: content;
}

@media only screen and (max-width: 500px) {
    .header_logo__ {
        max-width: 90px;
    }
}

.header_logo__ .figure__ {
    width: 100%;
}

.header_logo__ img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.nav-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 48px;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .nav-om {
        gap: 15px;
    }
}

html[dir="ltr"] .nav-om {
    gap: 20px;
}

.nav-om .close-button__,
.nav-om .nav_logo__ {
    display: none;
}

.nav-om .nav-list-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    gap: 50px;
}

@media only screen and (max-width: 1199px) {
    .nav-om .nav-list-om {
        gap: 30px;
    }
}

html[dir="ltr"] .nav-om .nav-list-om {
    gap: 10px;
}

.nav-om .nav-list-om.small_size_only__ {
    display: none;
}

@media only screen and (max-width: 991px) {
    .nav-om .nav-list-om.small_size_only__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.nav-om .nav-list-om > li {
    cursor: pointer;
}

.nav-om .nav-list-om > li > a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #332926;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 25px 0 20px;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-om .nav-list-om > li > a:hover {
    color: #e95028;
}

.nav-om .nav-list-om > li.active > a {
    color: #e95028;
    font-weight: 500;
    border-bottom: 3px solid #e95028;
}

@media only screen and (max-width: 991px) {
    .nav-om {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 80%;
        z-index: 1111;
        padding: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow-y: auto;
        display: block;
        padding-top: 90px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
    .nav-om .nav-list-om > li,
    .toolbar_options__ .info_link_block__ {
        background-color: #e95028;
        border-bottom: solid 5px #fff;
        border-radius: 12px;
        border: solid 3px #fff;
        overflow: hidden;
    }
    .toolbar_options__ .sub-menu__ {
        box-shadow: 2px 2px 5px;
    }

    .nav-om .nav_logo__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 150px;
    }

    .nav-om .close-button__ {
        display: block;
    }

    html[dir="ltr"] .nav-om {
        left: -100%;
        right: unset;
    }

    .nav-om.active-menu {
        right: 0;
    }

    html[dir="ltr"] .nav-om.active-menu {
        left: 0;
        right: unset;
    }

    .nav-om .nav-list-om {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
        gap: 0;
    }

    html[dir="ltr"] .nav-om .nav-list-om {
        margin: 0;
        padding: 0;
    }

    .nav-om .nav-list-om > li > a {
        color: #fff !important;
        padding: 10px 25px;
        display: block;
        margin: 0;
        text-align: start;
    }

    .nav-om .nav-list-om > li > a:after {
        content: none;
        display: none;
    }

    html[dir="ltr"] .nav-om .nav-list-om > li > a {
        margin: 0;
    }

    .nav-om .nav-list-om > li > a:hover {
        background-color: transparent;
    }

    .nav-om .nav-list-om > li:nth-child(odd) > a {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.menu_button__ {
    display: none;
}

@media only screen and (max-width: 991px) {
    .menu_button__ {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(233, 80, 40, 0.1);
        position: relative;
        width: 40px;
        height: 40px;
        color: #e95028;
        border-radius: 50%;
    }

    .menu_button__ svg {
        width: 20px;
    }
}

.lang_link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.6rem;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
    color: #332926;
}

.lang_link__ .figure__ {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.lang_link__:after {
    content: url(../images/shapes/arrow_down.svg);
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

@media only screen and (max-width: 991px) {
    .lang_link__ {
        color: #fff;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}

.notification_link__ {
    background-color: rgba(27, 22, 22, 0.1);
    position: relative;
}

.notification_link__ .figure__ {
    -webkit-filter: invert(0.61) sepia(0.17) saturate(68.72) hue-rotate(3deg)
        brightness(0.96) contrast(0.98);
    filter: invert(0.61) sepia(0.17) saturate(68.72) hue-rotate(3deg)
        brightness(0.96) contrast(0.98);
}

.notification_link__:hover {
    background-color: #1b1616;
}

.notification_link__:hover .figure__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.notification_link__.has_notification:before {
    content: "";
    position: absolute;
    background-color: #ea0449;
    top: 0;
    inset-inline-start: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

@media only screen and (max-width: 500px) {
    .notification_link__.has_notification:before {
        border-width: 1px;
        width: 8px;
        height: 8px;
        top: 2px;
        inset-inline-start: 2px;
    }
}

.toolbar_options__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.toolbar_options__ .block__ {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 991px) {
    .toolbar_options__ .block__.lang_list_item__ {
        position: absolute;
        top: 15px;
        inset-inline-start: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .toolbar_options__ .block__.notification_list_item__ {
        position: absolute;
        top: 15px;
        inset-inline-start: 80px;
    }
}

@media only screen and (max-width: 500px) {
    .toolbar_options__ .block__.notification_list_item__ {
        inset-inline-start: 60px;
    }
}

.toolbar_options__ .block__.info_link_item__ {
    background-color: transparent;
    width: 218px;
}

.toolbar_options__ .block__.info_link_item__ .info_link_block__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: start;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.toolbar_options__ .block__.info_link_item__ .info_link_block__:after {
    position: absolute;
    padding-top: 7px;
    content: url(../images/shapes/header_info_dropdown_more_icon.svg);
    border-radius: 10px;
    top: 0;
    inset-inline-end: 0;
    background-color: rgba(233, 80, 40, 0.08);
    height: 100%;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.toolbar_options__ .block__.info_link_item__ .user_name__ {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e95028;
}

.toolbar_options__ .block__.info_link_item__:hover .sub-menu__ {
    border-start-end-radius: 0;
}

.toolbar_options__ .block__.info_link_item__:hover .info_link_block__:after {
    background-color: #e95028;
    content: url(../images/shapes/header_info_dropdown_more_icon_white.svg);
    border-end-end-radius: 0;
}

.toolbar_options__ .block__.search_mode {
    display: none;
}

.toolbar_options__ .block__.small_size_only__ {
    display: none;
}

@media only screen and (max-width: 991px) {
    .toolbar_options__ .block__.small_size_only__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .toolbar_options__ {
        width: 100%;
        min-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 15px;
    }

    .toolbar_options__ .block__.header_cart_link__ {
        position: absolute;
        top: 20px;
        inset-inline-start: 20px;
    }

    .toolbar_options__ .block__.header_cart_link__ .cart_link__ {
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

    .toolbar_options__ .block__.header_cart_link__ .cart_link__ .icon__ {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important;
    }

    .toolbar_options__ .block__.lang__ {
        position: absolute;
        top: 20px;
        inset-inline-start: 100px;
    }

    .toolbar_options__ .block__.lang__ .lang_link__ {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .toolbar_options__ .block__.lang__ .lang_link__:after {
        display: none;
    }

    .toolbar_options__ .block__.info_link_item__ {
        width: 100%;
    }

    .toolbar_options__
        .block__.info_link_item__:hover
        .info_link_block__:after {
        -webkit-filter: unset !important;
        filter: unset !important;
        background-color: transparent;
        content: url(../images/shapes/header_info_dropdown_more_icon_white.svg);
        border-end-end-radius: 0;
    }

    .toolbar_options__ .block__.info_link_item__ .user_name__ {
        color: #fff;
    }

    .toolbar_options__ .block__.dropdown__ {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .toolbar_options__ .block__.sing_up_blocks_list_item__ {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .toolbar_options__ .block__.lang_list_item__ {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .toolbar_options__ .block__.search_mode {
        display: unset;
    }
}

.fixed_header__ {
    position: relative;
    z-index: 111;
    background-color: #fff;
    padding: 25px 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    .fixed_header__ {
        padding: 10px 0 !important;
    }
}

.fixed_header__.active_menu__,
.fixed_header__.not_active_menu__ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    -webkit-transition: 0s;
    transition: 0s;
}

.fixed_header__.active_menu__ {
    -webkit-animation: active-menu 0.5s;
    animation: active-menu 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.fixed_header__.not_active_menu__ {
    -webkit-animation: not-active-menu 0.5s;
    animation: not-active-menu 0.5s;
    top: -200px;
}

.header_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background-color: #e95028;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.top_header__ .icon__ {
    max-width: 44px;
    max-height: 37px;
}

.top_header__:after,
.top_header__:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.22);
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top_header__:after {
    top: -30px;
    inset-inline-start: 10px;
}

.top_header__:before {
    bottom: -30px;
    inset-inline-end: 10px;
}

.bootom_header__ {
    background-color: #f6f6f6;
    margin-top: 20px;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .bootom_header__ {
        display: none;
    }
}

.bootom_header__ .bootom_header_content__,
.bootom_header__ .nav-om {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@-webkit-keyframes active-menu {
    0% {
        top: -200px;
    }

    to {
        top: 0;
    }
}

@keyframes active-menu {
    0% {
        top: -200px;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes not-active-menu {
    0% {
        top: 0;
    }

    to {
        top: -200px;
    }
}

@keyframes not-active-menu {
    0% {
        top: 0;
    }

    to {
        top: -200px;
    }
}

.footer_sec__ {
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
    background-color: #1b1616;
    padding-top: 50px;
    overflow: hidden;
}

.footer_sec__:after {
    content: url(../images/shapes/footer_background_shape.svg);
    position: absolute;
    bottom: -70px;
    inset-inline-end: -75px;
}

.footer_logo {
    margin-bottom: 30px !important;
}

.footer_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 40px;
    padding: 0;
    max-width: 617px;
}

@media only screen and (max-width: 767px) {
    .footer_list__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_list__ li {
        width: calc(50% - 5px);
    }
}

.footer_list__ a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 15px;
}

@media only screen and (max-width: 500px) {
    .footer_list__ a {
        font-size: 9px;
    }
}

html[dir="ltr"] .footer_list__ a {
    font-size: 12px;
}

@media only screen and (max-width: 500px) {
    html[dir="ltr"] .footer_list__ a {
        font-size: 7px;
    }
}

.footer_list__ a img {
    max-width: 15px;
    max-height: 15px;
}

.footer_list__ a:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #e95028;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer_list__ a:hover {
    opacity: 0.8;
    color: #e95028;
}

.footer_list__ a:hover:before {
    background-color: #e95028;
}

.footer_socials__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_socials__ .li__:not(:last-child) {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

@media only screen and (max-width: 500px) {
    .footer_socials__ .li__:not(:last-child) {
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
    }
}

.footer_socials__ .link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    padding: 8px;
}

.footer_socials__ .link__ img {
    -webkit-filter: none;
    filter: none;
}

.footer_socials__ .link__:hover {
    background-color: white;
}

.footer_socials__ .link__:hover img {
    -webkit-filter: brightness(0) !important;
    filter: brightness(0) !important;
}

.copyrights_content___ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    color: #fff;
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: #1b1616;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .copyrights_content___ {
        padding: 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .copyrights_content___ {
        font-size: 8px;
    }
}

.copyrights_content___ .copyright_icon__ {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.copyrights_content___ .copyright_logo__ {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.input__ {
    height: 46px;
    border: solid 1px transparent;
    background-color: #f6f6f6;
    outline: none;
    width: 100%;
    font-size: 1.2rem;
    color: #332926;
    padding: 20px 29px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 10px;
}

.input__:focus,
.input__:hover {
    border-color: #e95028;
}

.input__::-webkit-input-placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: #394444;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.input__::-moz-placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: #394444;
    opacity: 1;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.input__:-ms-input-placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: #394444;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.input__::-ms-input-placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: #394444;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.input__::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
    color: #394444;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.input__:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input__:focus::-moz-placeholder {
    opacity: 0;
}

.input__:focus:-ms-input-placeholder {
    opacity: 0;
}

.input__:focus::-ms-input-placeholder {
    opacity: 0;
}

.input__:focus::placeholder {
    opacity: 0;
}

.textarea-om {
    height: 144px;
    resize: none;
    width: 100%;
    border-radius: 10px;
}

.textarea-om:focus {
    outline: 0;
}

.select__ {
    width: 100% !important;
    margin-bottom: 0;
}

.select__ .dropdown-toggle {
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #f6f6f6;
    height: 46px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-stretch: normal;
    color: #332926;
    outline: none !important;
    position: relative;
}

.select__ .dropdown-toggle:after {
    content: url(../images/shapes/arrow_down.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 10%;
    background-color: transparent;
    border: none;
    outline: none;
}

.select__ .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.4rem;
    color: #332926;
}

.select__ .dropdown-toggle .filter-option {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    text-align: right;
}

html[dir="ltr"] .select__ .dropdown-toggle .filter-option {
    text-align: left;
}

.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #e95028 !important;
    color: #332926 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select__.show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
    border-color: #e95028 !important;
    color: #332926 !important;
    outline: none !important;
}

.select__ .dropdown-menu {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.select__ .dropdown-menu li .dropdown-item {
    outline: none !important;
    font-size: 14px;
    color: #332926;
    border-radius: 0;
}

.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
    outline: none !important;
    background-color: #e95028;
    color: #fff;
}

.checkbox-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-group-om .checkbox-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.checkbox-group-om .checkbox-om:checked + .checkbox-label-om {
    border-color: #1b1616;
    background-image: url(../images/shapes/checkbox.svg);
}

.checkbox-group-om .checkbox-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox-group-om .label__ {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #332926;
    cursor: pointer;
}

.radio-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.radio-group-om .radio-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.radio-group-om .radio-om:checked + .radio-label-om {
    border-color: #e95028;
    background-image: url(../images/shapes/check.svg);
}

.radio-group-om .radio-om:checked ~ .text_wrapper .radio_title__ {
    color: #e95028 !important;
}

.radio-group-om .radio-om:checked ~ .text_wrapper .radio_description__ {
    color: #332926;
}

.radio-group-om .radio-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #86959f;
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.radio-group-om .text_ {
    margin: 0;
    font-size: 15px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    color: #332926;
}

.radio-group-om .radio_title__ {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 10px;
}

.radio-group-om .radio_description__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
}

.form_wrapper__ {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
}

@media only screen and (max-width: 991px) {
    .form_wrapper__ {
        padding: 20px;
        border-radius: 20px;
    }
}

.form_image__ {
    margin-bottom: 45px !important;
}

@media only screen and (max-width: 767px) {
    .form_image__ {
        margin-bottom: 25px !important;
    }
}

.registeration_page_title_wrapper__ {
    margin-bottom: 40px !important;
}

.registeration_page_title_wrapper__ .section_sub_title__ {
    font-size: 1.3rem;
}

.registeration_page_title_wrapper__ .mail__ {
    margin-top: 10px;
}

.main_form__ {
    max-width: 352px;
}

.main_form__.large_width__ {
    max-width: 720px;
}

.input_group__ {
    margin-bottom: 20px;
}

.input_group__.flex_group__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input_group__.flex_group__.group_gap__ {
    gap: 20px;
}

.input_group__.flex_group__.small_group_gap {
    gap: 15px;
}

.input_group__.flex_group__.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.input_group__.flex_group__.half_width__ {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .input_group__.flex_group__.full_width_xs_screen__ {
        min-width: 100%;
    }
}

.input_group__.flex_group__ .input__,
.input_group__.flex_group__ .select__ {
    min-width: calc(50% - 10px) !important;
}

@media only screen and (max-width: 500px) {
    .input_group__.flex_dir_col_xxs_screen__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .input_group__.flex_dir_col_xs_screen__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.input_group__.none_margin__ {
    margin: 0;
}

.input_group__.margin_top {
    margin-top: 60px;
}

.final_buttons_wrapper__ {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.input_group_unit__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input_group_unit__ .input__ {
    border-radius: 0 10px 10px 0;
}

html[dir="ltr"] .input_group_unit__ .input__ {
    border-radius: 10px 0 0 10px;
}

.input_group_unit__ .unit__ {
    min-width: 67px;
    height: 56px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #d9e0e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f3f3f3;
}

.label__ {
    color: #332926;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    margin-bottom: 15px;
    display: block;
}

.label__ .optional__ {
    font-size: 13px;
    color: #767676;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

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

.password-group-om {
    position: relative;
}

.password-group-om .input__ {
    -webkit-padding-end: 40px;
    padding-inline-end: 40px;
}

.password-group-om .show-password-button-om {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    width: 36px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #969696;
}

html[dir="ltr"] .password-group-om .show-password-button-om {
    left: unset;
    right: 0;
}

.password-group-om .show-password-button-om:focus {
    outline: none;
}

.password-group-om .show-password-button-om.show-om {
    color: #1b1616;
}

.icon_input_group {
    position: relative;
}

.icon_input_group .input__,
.icon_input_group .textarea-om {
    -webkit-padding-start: 55px;
    padding-inline-start: 55px;
}

.icon_input_group:after {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 50%;
    inset-inline-start: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
}

.icon_input_group.name__:after {
    content: url(../images/shapes/user.svg);
}

.icon_input_group.phone__:after {
    content: url(../images/shapes/input_phone_icon.svg);
}

.icon_input_group.password__:after {
    content: url(../images/shapes/password.svg);
}

.icon_input_group.textarea__:after {
    content: url(../images/shapes/textarea.svg);
    top: 20px;
    -webkit-transform: unset;
    transform: unset;
}

.icon_input_group:focus-within:after {
    -webkit-filter: none;
    filter: none;
}

.price__ {
    font-size: 1.8rem;
    color: #e95028;
    margin: 0;
    font-weight: 600;
    display: block;
}

.price__.grey_color__ {
    color: rgba(57, 68, 68, 0.75);
}

.price__.old_price__ {
    color: #767676;
    font-size: 1.4rem !important;
    position: relative;
}

.price__.old_price__:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #767676;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%) rotate(-5deg);
    transform: translateY(-50%) rotate(-5deg);
}

.inputs_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.inputs_wrapper__.with_margin_top {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .inputs_wrapper__.search_inputs_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.custom_input__ {
    background-color: #f6f6f6;
    padding: 6px 23px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 25px;
}

.custom_input__ .input__ {
    background-color: transparent;
    padding: 0;
}

.custom_input__ .input__:focus,
.custom_input__ .input__:hover {
    border: none;
    outline: none;
}

.custom_input__ .select__ .dropdown-toggle {
    border: none;
}

.custom_input__ .label__ {
    font-size: 1.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 300;
    color: #332926;
    margin: 0;
}

.custom_input__:focus-within {
    border-color: #e95028;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #1b1616;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    background-color: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: url("../images/shapes/arrow-left.svg");
    display: block;
    position: static;
    height: 64px;
    -webkit-transform: unset;
    transform: unset;
}

html[dir="ltr"] .swiper-button-next:after,
html[dir="ltr"] .swiper-button-prev:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #1b1616;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
    position: static;
    border: 1px solid #d9e0e5;
}

.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
    content: url("../images/shapes/arrow-right.svg");
    -webkit-filter: brightness(0.8) grayscale(1);
    filter: brightness(0.8) grayscale(1);
}

.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
    background-color: #e95028;
    border-color: #e95028;
}

.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
    -webkit-filter: unset;
    filter: unset;
}

.swiper-button-next:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

html[dir="ltr"] .swiper-button-next:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 2px;
    border-radius: 50%;
    background-color: rgba(134, 149, 159, 0.41);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-clickable
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 5px;
    background-color: #1b1616;
    width: 26px;
}

.default_page__ {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .default_page__ {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .default_page__ {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.default_section__ {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .default_section__ {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .default_section__ {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.row_modify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .row_modify {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.row_modify.with_row_gap {
    row-gap: 30px;
}

@media only screen and (max-width: 767px) {
    .row_modify.with_row_gap {
        row-gap: 15px;
    }
}

.row_modify.with_margin_bottom__ {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .row_modify.reverse_dir_column_small_size {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.row_modify.justify_between__ {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col_start__ {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col_center__ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero_section__ {
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .hero_section__ {
        padding-top: 30px;
    }
}

.hero_section__:after {
    position: absolute;
    content: url(../images/hero_section/hero_section_background.svg);
    inset-inline-end: 0;
    bottom: -9px;
    z-index: -1;
}

.hero_section__ .hero_main_title__,
.hero_section__ .parag__ {
    max-width: 387px;
}

@media only screen and (max-width: 991px) {
    .hero_section__ .hero_main_title__,
    .hero_section__ .parag__ {
        max-width: 100%;
        text-align: center;
    }
}

.hero_section__ .hero_main_title__ {
    font-size: 3.7rem;
    color: #1b1616;
    line-height: 53px;
    margin-bottom: 20px;
}

.hero_section__ .parag__ {
    color: #1b1616;
    font-size: 1.4rem;
    margin-bottom: 23px;
}

.hero_section__ .figure__ {
    padding-bottom: 75.054%;
}

.about_us_section {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.about_us_section:after {
    content: url(../images/shapes/about_us_section_background_shape_one.svg);
    position: absolute;
    top: 40px;
    inset-inline-start: -97px;
}

.about_us_section:before {
    content: url(../images/shapes/about_us_section_background_shape_two.svg);
    position: absolute;
    bottom: 40px;
    inset-inline-end: -126px;
}

.about_us_section .icon__ {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .about_us_section .icon__ {
        margin-bottom: 15px;
    }
}

.about_us_section .title__ {
    font-size: 2.9rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #1b1616;
}

@media only screen and (max-width: 767px) {
    .about_us_section .title__ {
        margin-bottom: 15px;
    }
}

.about_us_section .main_parag__ {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    color: #1b1616;
}

@media only screen and (max-width: 767px) {
    .about_us_section .main_parag__ {
        margin-bottom: 15px;
    }
}

.about_us_section .parag__ {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    color: rgba(57, 68, 68, 0.75);
}

@media only screen and (max-width: 767px) {
    .about_us_section .parag__ {
        margin-bottom: 15px;
    }
}

.maintenance_section {
    position: relative;
    margin-bottom: 220px;
    margin-top: 80px;
}

@media only screen and (max-width: 991px) {
    .maintenance_section {
        margin-bottom: 110px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .maintenance_section {
        margin-bottom: 50px;
        margin-top: 30px;
    }
}

.maintenance_section:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(6deg);
    transform: translate(-50%, -50%) skewY(6deg);
    width: 100%;
    height: 100%;
    background-color: #e95028;
    z-index: -1;
}

.form_label_for_info__ {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form_label_for_info__ .head__,
.form_label_for_info__ .link__ {
    font-size: 1.3rem;
    font-weight: 400;
    color: #1b1616;
    margin-bottom: 0;
}

.form_label_for_info__ .link__ {
    color: #1b1616;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.form_label_for_info__.border_wrapper__ {
    border: 1px solid #1b1616;
    border-radius: 10px;
    padding: 13px 10px;
}

.form_label_for_info_group__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.registeration_page__ {
    padding-top: 75px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
    .registeration_page__ {
        padding: 20px 0;
    }
}

.code_shapes__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: ltr;
    position: relative;
    width: 100%;
    margin-bottom: 26px;
    gap: 10px;
}

.code_shapes__ .code-input {
    text-align: center;
    width: 76px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 2.5rem;
    color: #1b1616;
    font-family: sans-serif;
    outline: none;
    background-color: #f6f6f6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.code_shapes__ .code-input.active {
    background-color: #000;
    color: #fff;
}

.count_down_wrapper__ {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.count_down_wrapper__ svg g {
    stroke-dasharray: 140 350;
    stroke-width: 3;
    stroke-linecap: round;
    stroke: #707070;
    fill: #fff;
    -webkit-transition: 1s;
    transition: 1s;
}

.count_down_wrapper__ .text__ {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(57, 68, 68, 0.75);
}

.single_product_page__ .img_wrapper__ {
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 60px rgba(172, 172, 172, 0.16); */
    box-shadow: 0 0 60px rgba(172, 172, 172, 0.16);
    padding: 5px;
    /* border-radius: 25px; */
}

.single_product_page__ .figure__ {
    padding-bottom: 56.88%;
}

.single_product_page__ .title__ {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.single_product_page__ .rating_wrapper__ {
    margin-bottom: 30px;
}

.single_product_page__ .sub_title__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
}

.single_product_page__ .sub_title__.with_margin_bottom__ {
    margin-bottom: 15px;
}

.single_product_page__ .info__ {
    font-size: 1.8rem;
    color: #332926;
    font-weight: 300;
}

.single_product_page__ .product_info_wrapper__ {
    margin-bottom: 18px;
}

.single_product_page__ .product_status__ .available__ {
    color: #06be0c;
}

.single_product_page__ .price__ {
    display: block;
    font-size: 2.7rem;
}

.single_product_page__ .parag__ {
    font-size: 1.6rem;
    color: rgba(57, 68, 68, 0.75);
    margin-bottom: 20px;
    font-weight: 300;
}

.single_product_page__ .guarantee_text__ {
    background-color: rgba(6, 190, 12, 0.04);
    color: #06be0c;
    padding: 11px 55px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .single_product_page__ .guarantee_text__ {
        padding: 10px;
    }
}

.cart_page .inputs_wrapper__ {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.cart_page .figure__ {
    margin-bottom: 25px;
}

.cart_page .title__ {
    text-align: center;
    margin-bottom: 11px;
    font-size: 1.8rem;
    color: #332926;
    font-weight: 700;
}

.cart_page .sub_title__ {
    font-size: 1.6rem;
    font-weight: 300;
    color: #332926;
    text-align: center;
}

.cart_page .title_wrapper__.with_margin_bottom {
    margin-bottom: 20px;
}

.cart_page .block_main_title__ {
    font-size: 1.6rem;
    font-weight: 400;
    color: #332926;
    margin-bottom: 17px;
}

.cart_page .block_main_title__.small_margin_bottom {
    margin-bottom: 10px;
}

.cart_page .block_main_sub_title__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(57, 68, 68, 0.75);
}

.cart_page .purchased_items_wrapper__,
.cart_page .total_price_wrapper__ {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .cart_page .purchased_items_wrapper__,
    .cart_page .total_price_wrapper__ {
        margin-bottom: 15px;
    }
}

.cart_page .coupon_input_wrapper__ {
    margin-bottom: 32px;
}

.cart_page .price_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart_page .price_wrapper__ .price_title__ {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(57, 68, 68, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.cart_page .price_wrapper__ .price_title__:before {
    content: "";
    display: block;
    width: 6px;
    height: 14px;
    background-color: rgba(57, 68, 68, 0.25);
    border-radius: 25px;
}

.cart_page .price_wrapper__ .price__ {
    font-size: 1.8rem;
    font-weight: 300;
}

.cart_page .price_wrapper__:not(:last-of-type) {
    margin-bottom: 20px;
}

.cart_page .price_wrapper__.total_price_wrapper__ .price_title__:before {
    background-color: rgba(233, 80, 40, 0.56) !important;
}

.cart_page .price_wrapper__.total_price_wrapper__ .price__ {
    font-weight: 700;
}

.cart_page .block_title_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 29px;
}

.cart_page .radio-group-om:not(:last-of-type) {
    margin-bottom: 20px;
}

.cart_page .address_wrapper__ {
    padding-bottom: 66px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9e0e5;
}

.cart_page .payment_methods_wrapper__ {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.cart_page .payment_methods_wrapper__ .icon__ {
    max-width: 40px;
    max-height: 40px;
}

.cart_page .warning_text__ {
    font-size: 1.35rem;
    font-weight: 300;
    color: #ea0449;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(234, 4, 73, 0.04);
    border-radius: 25px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart_page .warning_text__ .bold_title__ {
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart_page .sing_up_block_wrapper__ {
    margin-bottom: 20px;
}

.cart_page .map_frame,
.cart_page iframe {
    width: 100%;
    height: 160px;
    border-radius: 25px;
}

.cart_page .add_address_block__ {
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .profile_page__ .input_group__ {
        display: -ms-grid !important;
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
}

.mobile_change_locale {
    display: none;
}
@media (max-width: 500px) {
    .mobile_change_locale {
        display: block;
        background: #ee7353;
        border-radius: 15px;
    }
}

.product_card .asp-om img,
.single_product_page__ .asp-om img {
    position: unset;
    max-height: 250px !important;
    object-fit: unset;
    width: auto;
    height: auto !important;
    margin: auto;
    float: none;
    display: block;
}
.product_card .figure__,
.single_product_page__ .figure__ {
    padding: 0px;
    margin-bottom: 20px;
    height: 250px;
}
.single_product_page__ .img_wrapper__ {
    /* padding: 20px; */
    height: auto;
}
.single_product_page__ .img_wrapper__ img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .product_card {
        padding: 0px;
        display: block !important;
        margin-top: 5px;
    }
    .product_card .product_card_image {
        width: 40%;
        float: right;
        min-height: 110px;
    }
    .product_card h3,
    .product_card .category__,
    .product_card .description_wrapper,
    .product_card .product_card_cart {
        display: table;
        width: 60%;
        float: right;
    }
    .product_card .product_card_cart {
        display: flex !important;
        align-items: space-between;
    }
    .product_card .description {
        display: table;
        height: auto;
        width: 100%;
    }
    .product_card_cart .set_quantity_wrapper__ {
        display: flex;
        margin-left: 10px;
    }
    .filter_item {
        border-bottom: solid 2px #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .product_number_title {
        padding-left: 10px;
    }
}


.product_card .asp-om img, .single_product_page__ .asp-om img {
    position: unset;
    max-height: 250px !important;
    object-fit: unset;
    width: auto;
    height: auto !important;
    margin: auto;
    float: none;
    display: block;
}