a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.white_color {
    color: #fff;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
}

.line-clamp-6 {
    -webkit-line-clamp: 6;
}

.line-clamp-7 {
    -webkit-line-clamp: 7;
}
.z-index-1 {
    z-index: 1;
    opacity: 1;
}
.z-index-2 {
    z-index: 2;
}
.over-hidden {
    overflow: hidden;
}
.line_bottom {
    background-color: var(--primary-color);
    height: 2px;
    width: 83px;
}
.side_line {
    background-color: var(--primary-color);
    width: 2px;
    height: 55px;
    position: absolute;
}
.z-index-2 {
    z-index: 2;
}
.z-index-1 {
    z-index: 1;
}
.form_input,
.form_input::placeholder {
    font-family: var(--primary-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #797673 !important;
    font-style: normal;
    font-family: "Switzer", sans-serif;
}
input.form-control::placeholder {
    font-family: "Switzer", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #797673;
    font-style: normal;
}
.form-group input.form-control::placeholder {
    font-family: "Switzer", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #797673;
    font-style: normal;
}
textarea.form-control::placeholder {
    font-family: "Switzer", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #797673;
    font-style: normal;
}

.input_border {
    border: 1px solid var(--extra-color-3);
}
.brown_borders {
    border: 1px solid #61341d;
}
.input_border-2 {
    border: 1px solid #b4a292;
}
.brown_border_bottom {
    border-bottom: 1px solid #b4a292 !important;
}
.border_right {
    border-right: 1px solid var(--black-color);
}
.border_left {
    border-left: 1px solid;
}
.border-radius-1 {
    border-radius: 20px;
}
.border_white {
    border: 1px solid var(--white-color);
}
.border-white {
    border-color: var(--white-color);
}
.border_bottom {
    border-bottom: 1px solid;
}
.border-color-1 {
    border-color: var(--text-color-1);
}
.border-color-2 {
    border-color: #a9a5a1;
}
.bordered {
    border: 1px solid var(--black-color);
}
.button_hover_1:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.button_hover_22:hover {
    background-color: transparent;
    color: white;
    border: 1px solid var(--primary-color);
}
.button_hover_2:hover {
    color: white;
    background-color: var(--primary-color) !important;
}
.z-index-2 {
    z-index: 2;
}
.z-index-1 {
    z-index: 1;
}
.shadow_none:focus {
    box-shadow: none;
}
.radius-1 {
    border-radius: 12px;
}
.radius-2 {
    border-radius: 16px;
}
.input-radius-1 {
    border-radius: 30px;
}
.input_font::placeholder,
.input_font {
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 400;
    color: #797673;
    font-style: normal;
    font-family: "Switzer", sans-serif;
}
.review_input::placeholder,
.review_input,
.form-select {
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 400;
    color: #797673;
    font-style: normal;
    font-family: "Switzer", sans-serif;
}
.product_info .rating {
    height: 15px;
}
.subcribe-wrapper-input::placeholder {
    font-family: var(--primary-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-style: normal !important;
    font-family: "Switzer", sans-serif !important;
}
.resize_none {
    resize: none;
}
.focus_none:focus + .focus_none,
.focus_none:focus {
    box-shadow: none;
}
.appointment_form .form-control {
    height: 45px;
    border-color: #a9a5a1;
    font-family: var(--primary-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #797673 !important;
    font-style: normal !important;
    font-family: "Switzer", sans-serif !important;
}
.input_border {
    border: 1px solid #a9a5a1;
}

.input_height {
    height: 45px;
}
.shadow_none:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
@media (max-width: 680px) {
    .sm_justify_none {
        justify-content: unset !important;
    }
    .sm_postion_none {
        position: unset !important;
    }
}
@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid var(--black-color);
    }
}
