@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.ttf');

}

@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/Cairo-Bold.ttf');

}

@font-face {
    font-family: 'Cairo-Light';
    src: url('../fonts/Cairo-Light.ttf');
}

@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../fonts/Cairo-SemiBold.ttf');
}

/* Let's get this party started */
:root {
    --mainColor: #F58632;
}

::-webkit-scrollbar {

    width: 6px;

    background: #f6f6f6;

}

/* Track */

::-webkit-scrollbar-track {

    border-radius: 0px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #F58632;

}

::-webkit-scrollbar-thumb:window-inactive {

    background: #F58632;

}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    direction: ltr;
}
#custom_style_safari2 {
    display: none;
}
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        #custom_style_safari {
            display: none;
        }
        #custom_style_safari2 {
            display: block;
        }
    }
}


body {
    font-family: 'Cairo-Regular', sans-serif;
    background-color: #F9F9F9;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a, button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

img {
    max-width: 100%;
}

/* end img hover */
.main-wrapper {
    position: relative;
    min-height: 100%;
}

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

@media only screen and (max-width: 600px) {
    .set_switch {
        display: none !important;
    }

}

.container {
    max-width: 1277px !important;
}

header {
    background-color: #ffffff;
}

.main_menu .main-menu-item ul li .nav-link {
    color: #394144;
    font-size: 18px;
    padding: 0px 10px;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 1rem;
}

.main_menu .navbar {
    padding: 20px 0px;
}

.reg-btn {
    border-radius: 6px;
    border: 1px solid #394144;
    font-size: 12px !important;
    padding: 5px 8px !important;
    width: 127px;
    height: 33px;
    text-align: center;
    margin-right: 20px;
}

.reg-btn img {
    margin-left: 10px;
}

.add-order {
    border-radius: 6px;
    border: 1px solid #F58632;
    font-size: 12px !important;
    background-color: #F58632;
    padding: 5px 8px !important;
    width: 127px;
    height: 33px;
    text-align: center;
    color: #ffffff !important;
}

.add-order img {
    margin-right: 10px;
}

.tools_site a.dropdown-toggle {
    position: relative !important;
    padding-right: 15px !important;
}

.dropdown_st2 {
    width: 60px;
    min-width: 60px;
    border: 0;
    text-align: center;
    background-color: #f7f6f7;
    border-radius: 0;
    margin-top: 10px;
    right: auto !important;
    left: 0;
    transform: none !important;
    top: 100% !important;
}

.dropdown_st2 > a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #262626;
    padding: 5px;
    background-color: transparent;
}

.tools_site .dropdown-toggle:before {
    content: '\f107';
    position: absolute;
    top: 2px;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin: 0 -5px;
}

.tools_site .dropdown-toggle::after {
    display: none;
}
.banner_inner_bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 260px;
}
.login_form {
    padding: 20px;
    background-color: #ffffff;
    display: none;
    position: relative;
    bottom: 250px;
}

.login_form.active {
    display: block;
}

.fr_label {
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo-Light';
}

.form_st1 .form-control {
    height: 60px;
    background-color: #F6F6F6;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    border: 2px solid #F6F6F6;
    color: #22262A;
    font-size: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0.375rem 1.5rem;
}

.forget_password {
    font-size: 13px;
    font-family: 'Cairo-Light';
    color: #FF5B50;
    display: block;
    margin-top: 10px;
    font-weight: bold;

}

.create_new_account {
    font-size: 13px;
    font-family: 'Cairo-Light';
    color: #FF5B50;
    display: block;
    margin-top: 10px;
    font-weight: bold;

}

#textarea_report_question {
    height: 200px;
}

.log_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.suc_login {
    background-color: #34C495;
    color: #fff;
    font-size: 15px;
    font-family: 'Cairo-Light';
    height: 60px;
    width: 150px;
    border-radius: 7px;
    margin-right: 10px;
}

.filter_inner form {
    display: flex;
}

.filter_inner form > div {
    height: 75px;
    background-color: #FFFFFF;
    border-radius: 0px !important;
    box-shadow: none;
    outline: none !important;
    border: none;
    color: #22262A;
    font-size: 15px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    padding: 0.375rem 1.5rem;
    margin-bottom: 0 !important;
}

.filter_inner form > div input, .filter_inner form > div select {
    background-color: #FFFFFF;
    border-radius: 0px !important;
    box-shadow: none;
    outline: none !important;
    border: none;
    padding: 0;
}

.filter_inner form > div select {
    font-size: 12px;
    font-family: 'Cairo-Light';
}

.form-control:focus {
    box-shadow: none;
}

.filter_inner form .fr_label {
    color: #000000;
    font-size: 13px;
}

.ser_input {
    width: 10% !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ser_input .btn {
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: #F58632;
    border-radius: 0;
}

.serch_input input {
    height: 100%;
    font-size: 13px;
}

.main_filter {
    position: relative;
}

.filter_inner {
    margin-top: -50px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

.filter_sel {
    border-left: 4px solid #EDEDEE !important;
}

.inner_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_set {
    position: relative;
    padding: 30px 0;
}

.set_switch {
    height: 44px;
    width: 145px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bar_filter {
    width: 60%;
    text-align: center;
    background-color: #f58632;
    color: #fff;
    font-size: 22px;
    height: 100%;
    line-height: 2;
    border-radius: 30px;
}

.grid_filter {
    width: 40%;
    text-align: center;
    background-color: #fff;
    color: #fff;
    font-size: 22px;
    height: 100%;
    line-height: 2;
    border-radius: 30px;
}

.add_order {
    height: 90px;
    width: 310px;
    background-color: #f58632;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_order_btn {
    font-size: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 90px;
}

.right_set {
    display: flex;
}

.fiter_btn {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    margin: 0 20px;
}

/**/
.m-overlay {
    position: fixed;
    content: '';
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .filter_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

html.menu-toggle {
    overflow: hidden;
}

.filter_menu {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 350px;
    background-color: #FFFFFF;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(372px);
    -moz-transform: translateX(372px);
    -ms-transform: translateX(372px);
    -o-transform: translateX(372px);
    transform: translateX(372px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: 2px 0 20px 0 rgba(33, 23, 23, 0.2);
    box-shadow: 2px 0 20px 0 rgba(33, 23, 23, 0.2);
    padding: 20px;
}

.filter_head {
    margin: 40px 0;
    font-size: 20px;
    color: #394144;
    cursor: pointer;
}

.box_side_cate {
    position: relative;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

.custom-control-input {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.order_list .custom-control .custom-control-label {
    padding-left: 1.5rem;
    color: #394144;
    font-size: 12px;
}

.order_list .custom-control .custom-control-label::before {
    left: 0;
    right: auto;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #F58632;
    background-color: #fff !important;
}

.custom-control-input:checked ~ .custom-control-label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: #F58632;
    border-radius: 50%;
}

.order_list .custom-radio {
    width: 49%;
    margin-bottom: 15px;
    padding-right: 0;
    display: inline-block;
}

.box_s_head h3 {
    color: #F58632;
    font-size: 20px;
    margin-bottom: 20px;
}

.select-filter select {
    background: #F7F7F7;
    border: 0;
    height: 50px !important;
    border-radius: 8px;
    font-size: 12px;
}

.select-filter .form-group {
    margin-bottom: 2rem;
}

.select-filter .form-control:focus {
    border-color: #cccccc;
    box-shadow: none;
    background-color: #F7F7F7;
}

.wg-body {
    position: relative;
    margin-top: 20px;
}

.ui-slider .ui-slider-handle {
    transition: none;
}

.ui-slider .ui-slider-handle {
    background-color: var(--mainColor);
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    margin-top: -1px;
}

.ui-widget-header {
    background-color: #E1E1E1;
}

.price-range-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sec_product {
    margin-top: 30px;
}

.sec_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 15px;
}

.sec-title h2 {
    color: var(--mainColor);
    font-size: 30px;
}

.sec-title h2 span {
    color: #394144;
    font-family: 'cairo-Light';
}

.sec_more h2 {
    font-size: 14px;
    color: #B5B5B5;
}

.product_slider .carousel-control-next, .product_slider .carousel-control-prev {
    top: unset;
    bottom: 15px;
}

.sec_products {
    font-weight: bold;
    background: #fff;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    margin-bottom: 15px;
}

.product_content {
    padding: 12px 0 0 0;

}

.product_head h3 {
    font-size: 17px;
    color: #000;
    font-family: 'cairo-Bold';
    margin-bottom: 10px;
}

.product_head p {
    color: #394144;
    font-size: 10px;
    font-family: 'Cairo-Light';
    width: 64%;
    line-height: 1.8;
}

/* .product_table table,.product_table table th,.product_table table td {
  border: 2px solid #B9B7B4;
  border-collapse: collapse;
} */
.product_table table tr:first-child {
    border: 2px solid #B9B7B4;


}

.product_table table td {
    border: 2px solid #7f7d7d;
}

.product_table table {
    margin-bottom: 0;
}

.sec_products .row > div:first-child {
    padding-right: 0;
}

.sec_products .row > div:last-child {
    padding-left: 0;
}

.product_table td {
    vertical-align: middle;
    color: #394144;
    font-size: 12px;
    font-family: 'cairo-Light';
}


.product_table2 table tr:first-child {
    border: 2px solid #B9B7B4;


}

.product_table2 table td {
    border: 2px solid #7f7d7d;
}

.product_table2 table {
    margin-bottom: 0;
}

.sec_products .row > div:first-child {
    padding-right: 0;
}

.sec_products .row > div:last-child {
    padding-left: 0;
}


.product_table2 td {
    vertical-align: middle;
    color: #394144;
    font-size: 12px;
    font-family: 'cairo-Light';
    max-height: 74px !important;
    height: 74px !important;
    padding: 0px 2px 12px 13px;
}

.product_head {
    margin-bottom: 15px;
    padding: 0 15px;

}

.product_cell {
    padding-left: 30px;
    max-height: 42px;
    overflow: hidden;

}

.product_cell img {
    margin-right: 10px;
    margin-left: -30px;
}

.product_cell > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fl {
    /*float: right;*/
}

.timer {
    font-size: 22px;
    direction: rtl;
    text-align: center;
    /* text-shadow: 0 0 20px #48C8FF; */
}

.timer div {
    display: inline-block;
    min-width: 50px;
}

.timer div span {
    display: block;
    font-size: 10px;
}

.timer_cell h6 {
    text-align: center;
    font-size: 13px;
    color: var(--mainColor);
    margin-bottom: 10px;
}

#empty_notification {
    color: black;
    text-align: center;
}

.timer_cell {
    position: relative;
}

.timer_cell .btn {
    /*position: absolute;*/
    width: 100%;
    /*bottom: 5px;*/
    /*left: 5px;*/
    margin-top: 10px;
    background: #F58632;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-family: 'Cairo-Light';
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

footer {
    background-color: #1E1E1E;
    padding: 70px 0 0 0;
    margin-top: 70px;

    text-align: left;
}

.footer {
    padding: 70px 0;
    border-top: 1px solid #9E9E9E;
    /* border-bottom: 2px solid #f2f6f9; */
}

footer .container .about-us ul a li {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 4.29;
    font-family: 'Cairo-SemiBold';
}

.about-us p {
    font-size: 11px;
    color: #fff;
    width: 80%;
    line-height: 2;
    margin-top: 25px;
}

footer .container .about-us .title {
    font-size: 11px;
    color: #F58632;
    margin-bottom: 15px;
    font-family: 'cairo-Bold';
}

.footer_bottom {
    padding: 25px 0;
    border-top: 2px solid #f2f6f9;
    background-color: #fff;
    text-align: center;
}

.app_store a img:first-child {
    margin-right: 10px;
}

.app_store {
    margin-bottom: 15px;
}

.social_link a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer_bottom_cont p {
    display: inline-block;
    margin-right: 30px;
    color: #000;
    font-size: 12px;
    font-family: 'Cairo-Bold';
}

.footer_bottom_cont a {
    color: var(--mainColor);
    font-family: 'cairo-Bold';
}

.new_account {
    background-color: var(--mainColor);
    color: #fff;
    font-size: 15px;
    font-family: 'Cairo-Light';
    height: 60px;
    width: 150px;
    border-radius: 7px;
}

/*2 add order page */

.to_finish div {
    color: red;
}

.grid_filter i {
    color: var(--mainColor);
}

.add_fav {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 20px;
}

.banner_inner_bg2 {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_title {
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
}

.block_breadcrumb {
    position: relative;
    background-color: transparent;
    padding: 20px 0;
}

.block_breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.breadcrumb li {
    color: var(--mainColor);
    font-size: 20px;
}

.breadcrumb a {
    color: var(--mainColor);
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #394144;
}

.itm_check_tp {
    position: relative;
    margin-bottom: 20px;

}

.radio_sty {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    opacity: 0;
}

.label_title_ch {
    position: relative;
    background-image: linear-gradient(
        144deg, #FEFEFE, #F1F1F1);
    border-radius: 14px;
    padding: 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    min-height: 250px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

.itm_check_tp input:checked + .label_title_ch {
    background-image: linear-gradient(
        144deg, #F68A2E, #FBAC07);
    color: #fff;
}

.itm_check_tp input:checked + .label_title_ch h3 {
    color: #fff;
    border-color: #fff;
}

.itm_check_tp input:checked + .label_title_ch p {
    color: #fff;
}

.itm_check_tp input:checked + .label_title_ch svg path {
    fill: #fff;
}

.label_title_ch h3 {
    color: #394144;
    font-size: 16px;
    padding: 25px 0;
    border-bottom: 1px solid #394144;
}

/* #F0CFA1 */
.label_title_ch p {
    font-size: 10px;
    color: #394144;
    padding: 20px;
    line-height: 2;
}

.order-type .row > div {
    padding-left: 40px;
    padding-right: 40px;
}

.title_page {
    font-size: 22px;
    font-family: 'Cairo-Bold';
    color: var(--mainColor);
    margin-bottom: 25px;
}

.empty-layout {
    margin: 15px 0 30px 0;
}

.customer-layout {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    padding: 50px;
}

.form_st1 textarea.form-control {
    height: 250px;
    resize: none;
}

.customer-layout label {
    margin-bottom: 1.5rem;
}

.customer-layout .form-group {
    margin-bottom: 2rem;
}

#map {
    height: 100%;
    min-height: 450px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

.single-pay label {
    position: relative;
    margin: 0px 0 30px 0;
    display: flex;
    align-items: center;
    min-height: 95px;
    color: #000000;
    font-size: 21px;
    font-family: 'Cairo-Light';
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px 50px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
}

.single-pay span {
    font-size: 13px;
    color: #FF5B50;
}

.single-pay .custom-control-label::before {
    right: 30px;
    left: unset;
}

.single-pay .custom-control-input:checked ~ .custom-control-label::after {
    right: 33px;
    left: unset;
}

.pay-method {
    overflow: hidden;
}

.add_fav:hover {
    color: var(--mainColor);
}

.order_btn .btn {
    background-color: var(--mainColor);
    color: #fff;
    min-width: 140px;
    height: 50px;
    border-radius: 10px;
}

.box_file_upload {
    position: relative;
    height: 105px;
    border-radius: 20px;
    background: #F58632;
    padding: 12px 12px 12px 110px;
}

.btn_upload_file {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 15px 7px;
}

.file_st {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    white-space: normal;
}

.btn_upload_file .ab_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box_file_upload p {
    line-height: 80px;
    color: #fff;
}

/*3 rigister*/
.cn_sign_layout {
    padding: 70px 35px 60px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.logo_center {
    text-align: center;
    margin-bottom: 40px;
}

.logo_center h2 {
    color: #394144;
    font-size: 19px;
    font-family: 'cairo-Bold';
}

.register_form .form_st1 .form-control {
    height: 50px !important;
}

.label_check {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.checkbox_st {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.check_txt {
    color: #000000;
    font-size: 15px;
    font-family: 'cairo-Light';
    position: relative;
    padding-left: 30px;
}

.check_txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(38, 38, 42, 0.5);
}

.check_txt:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    text-align: center;
    color: #ffffff;
}

.label_check input:checked + .check_txt:after {
    opacity: 1;
}

.label_check input:checked + .check_txt:before {
    background-color: #0FCE9B;
    border-color: #0FCE9B;
}

.reg_btn {
    font-size: 16px;
    color: #fff;
    background: #34C495;
    border-radius: 10px;
    height: 50px;
    width: 115px;
}

.note_sign {
    font-size: 10px;
    color: #FF5B50;
}

.register_form .box_file_upload {
    height: 90px;
}

.register_form .fr_label {
    margin-bottom: 20px;
}

.register_form .form-group {
    margin-bottom: 2rem;
}

.form_img {
    text-align: center;
    margin-top: 25%;
    position: sticky;
    top: 20%;
}

.cn_sign_layout.log_form {
    padding: 70px 60px 60px;
}

.reg_btn.edit {
    width: 100%;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f2f1f1;
    width: 150px;
    height: 150px;
    transition: all .3s;
    margin: 0 auto;
    border: 10px solid #AFB0B1
}

.circle.upload-button img {
    max-width: 100%;
    height: auto;
    min-width: 135px;
    min-height: 135px;
    object-fit: cover;
}

.file-upload {
    display: none;
}

.upload-button_icon {
    background: #ffffff;
    height: 35px;
    width: 35px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0FCE9B;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 9%);
    bottom: 20px;
    left: 10px;
}

/*4*/
.banner_inner_bg2.textp {
    padding: 100px 0;
}

.banner_inner_bg2 p {
    margin-top: 30px;
    text-align: center;
    color: #EDEDEE;
    font-size: 18px;
}

.upgrade_innerPage h2, .upgrade_form h3 {
    font-size: 22px;
    color: var(--mainColor);
    margin-bottom: 30px;
}

.why_upgrade p {
    color: #000;
    font-size: 14px;
    font-family: 'cairo-Light';
    margin-bottom: 12px;
}

.upgrade_form {
    margin-top: 50px;
}

.upgrade_form .form_st1 textarea.form-control, .upgrade_form .form_st1 select.form-control {
    background-color: #ffffff;
}

.upgrade_form select.form-control:not([size]):not([multiple]) {
    height: 60px;
}

.upgrade_btn {
    font-size: 18px;
    color: #fff;
    background: #34C495;
    border-radius: 10px;
    height: 50px;
    width: 170px;
}

.imp_price {
    color: red;
    font-weight: bold;
}

.upgrade_form .fr_label, .upgrade_form .form-group {
    margin-bottom: 2rem;
}

.upgrade_form h3 {
    text-align: center;
}

.sec_products2 .product_table table tr:first-child {
    border: none;
    border-top: 2px solid #B9B7B4;
}

.sec_products2 .product_table table tr > td:first-child {
    border-left: none;
}

.sec_products2 .product_table table tr {
    border-top: 2px solid #B9B7B4;
}




.sec_products .custom {
    height: 60px;
    overflow: hidden;
}

.sec_products2 .product_head {
    /* display: flex; */

    height: 70px;
    overflow: hidden;
    margin-top: 70px;
}

.sec_products .product_head h3 {
    font-size: 17px;
    margin-right: 30px;
    /* width: 40%; */
}

.sec_products .product_head p {
    width: 100%;
    font-size: 14px;
}

.sec_products2 .fl {
    float: none;
    display: block;
    text-align: left;
    margin-top: 5px;
}

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

.sec_products2 .timer_cell .btn {
    position: unset;
}

.sec_products2 .sec_products {
    border-radius: 6px;
    overflow: hidden;
}

/* sp orders*/
.sec_product.orders .sec_products {
    margin-bottom: 50px;
}

.sec_product.orders {
    margin-top: 70px;
}

.abs_filter .fiter_btn {
    height: 90px;
    width: 90px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_product {
    position: relative;
}

.abs_filter {
    z-index: 1;
    position: absolute;
    top: -125px;
    right: 0;
}

.pagination .page-link {
    border: none;
    margin: 10px;
    height: 40px;
    width: 40px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background-color: transparent;
}

.page-item.active .page-link {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.page-link {
    font-size: 20px;
}

.about-us-page {
    position: relative;
    margin-top: 30px;
}

.about-us-page h1 {
    font-size: 46px;
    color: #F58632;
    margin-bottom: 30px;
}

.about-us-page p {
    font-size: 16px;
    color: #000000;
    font-family: 'Cairo-Light';
    margin-bottom: 20px;
    line-height: 2;
}

.active_add_fav {
    color: var(--mainColor);
}

.products_tab {
    margin-top: 25px;
}

.products_tab .nav-fill .nav-item {
    font-size: 25px;
    color: #FFFFFF;
    background-color: #394144;
    border-radius: 0;
    margin: 0 2px;
}

.products_tab .nav-fill .nav-link {
    padding: 1rem 1rem;
}

.products_tab .nav-pills .nav-link.active, .products_tab .nav-pills .show > .nav-link, .products_tab .nav-fill .nav-item:hover {
    background-color: var(--mainColor);
}

.products_tab .sec_products {
    margin-bottom: 30px;
}

.product_slider {
    height: 200px;
}

.contact {
    position: relative;
    margin-top: 20px;
}

.contact h1 {
    font-size: 31px;
    color: var(--mainColor);
    margin-bottom: 25px;
    font-family: 'Cairo-Light';
}

.contact p {
    font-size: 18px;
    font-family: 'Cairo-Light';
    line-height: 3;
}

.contact_from {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    margin-top: 40px;
}

.contact_from h2 {
    font-size: 30px;
    text-align: center;
    color: var(--mainColor);
    margin-bottom: 25px;
    font-family: 'Cairo-Light';
}

.contact_from select.form-control:not([size]):not([multiple]) {
    height: 60px;
}

.contact_btn {
    font-size: 18px;
    color: #fff;
    background: #34C495;
    border-radius: 10px;
    height: 60px;
    width: 100%;
}

.contact_from .note_sign p {
    font-size: 11px;
    color: #FF5B50;
}

.wallet_inner {
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    background-color: #ffffff;
}

.wallet_inner_contant {
    text-align: center;
    padding: 40px 20px;
}

.wallet_inner_contant h4 {
    font-size: 25px;
    color: var(--mainColor);
    margin-bottom: 20px;
}

.wallet_inner_contant p {
    color: #394144;
    font-size: 50px;
}

.Financial_transactions {
    margin-top: 40px;
}

.Financial_transactions h2 {
    font-size: 25px;
    color: var(--mainColor);
    margin-bottom: 40px;
}

.single_transactions {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 9%);
    margin-bottom: 30px;
}

.transactions_number {
    font-size: 32px;
    font-family: 'Cairo-Light';
    margin-right: 45px;
}

.transactions_type p {
    font-size: 20px;
    font-family: 'Cairo-Light';
    margin-bottom: 10px;
}

.transactions_type span {
    font-size: 12px;
    font-family: 'Cairo-Light';
    color: #828282;
}

.auctions {
    color: white;
    background-color: var(--mainColor);
    border-radius: 10px;
    font-size: 18px;
}

/* order-details*/

.all-content.order {
    margin-top: 30px;
}

.progress_order_block {
    position: relative;
}

/* .progress_line{
  position: absolute;
  top: 28%;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #EDEDEE;
} */
.progress_line {
    position: absolute;
    top: 28%;
    right: 7%;
    width: 80%;
    height: 3px;
    background-color: #EDEDEE;
}

.progress_line_state {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--mainColor);
}

.progress_order_list {
    position: relative;
    display: table;
    width: 100%;
}

.prog_itm {
    display: table-cell;
    text-align: center;
}

/* .prog_itm:first-child{
  text-align: right;

}
.prog_itm:last-child{
text-align: left;
} */

.prog_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 8px solid #707070;
    text-align: center;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
}

/* .prog_itm:last-child .prog_circle{
  margin:auto auto 15px 0;
}
.prog_itm:first-child .prog_circle{
  margin:auto 0 15px auto;
} */
.prog_circle p {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    margin: auto;
}

.prog_done .prog_circle {
    background-color: #ffffff;
    border-color: #0FCE9B;
}

.prog_done .prog_circle p {
    color: #ffffff;
}

/* .block_col_state_order{
  padding: 10px 80px;
} */
.prog_itm p {
    font-size: 15px;

}

.prog_itm.prog_done p {
    color: #F58632;
}

/********/
.pro_bThumb {
    position: relative;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 270px;
    padding: 20px;
}

.pro_bThumb > img {
    margin: auto;
    width: auto !important;
    max-height: 100%;
}

.thumb-item {
    padding: 0 5px;
}

.itm_tm {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* padding: 10px; */
    height: 90px;
    cursor: pointer;
    border: 1px solid #E5E8EA;
}

.itm_tm > img {
    width: auto !important;
    max-height: 100%;
    margin: auto;
}

.owl-thumb-item.active .itm_tm {
    border-color: var(--mainColor);
}

.pro_bThumb_fancy {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
    background-color: rgba(34, 38, 42, 0.035);
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #22262A;
    font-size: 18px;
}

.pro_bThumb_fancy > i {
    margin: auto;
}

.pro_bThumb_fancy:hover {
    color: #ffffff;
    background-color: var(--mainColor);
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.slick-dots li button {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e5e8ea;
    text-indent: -1000000px;
}

.slick-dots li.slick-active button {
    background-color: var(--mainColor);
}

.slick-current .itm_tm {
    border-color: var(--mainColor);
}

.favorite_icon {
    cursor: pointer;
}

.details_mproduct h2 {
    font-size: 21px;
    color: var(--mainColor);
    padding: 50px 0;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.details_mproduct p {
    font-size: 14px;
    color: #000000;
    line-height: 3;
}

.mproduct_check {
    position: relative;
    /* padding-top: 20px; */
    margin-top: 20px;
}

.rw_check_list {
    margin-bottom: 20px;
}

.rw_check_list > h3 {
    color: #707070;
    font-size: 16px;
    font-family: 'cairo-Light';
    display: inline-block;
    min-width: 135px;
    vertical-align: middle;
}

.check_result {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
    font-family: 'cairo-Light';
}

.mb_product {
    margin-top: 50px;
}

.mb_product_timer {
    margin: 50px 0;
    position: relative;
    text-align: center;
}

.mb_product_timer h1 {
    font-size: 27px;
    color: var(--mainColor);
    margin-bottom: 50px;
}

.mb_product_timer .timer {
    font-size: 22px;
    direction: rtl;
    text-align: center;
    /* text-shadow: 0 0 20px #48C8FF; */
}

.mb_product_timer .timer div {
    display: inline-block;
    min-width: 50px;
    margin: 15px;
}

.mb_product_timer .timer div p {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--mainColor);
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.mb_product_timer .timer div span {
    display: block;
    font-size: 16px;
    color: #394144;
}

.add_price h2 {
    font-size: 25px;
    color: #394144;
    margin-bottom: 40px;
}

.add_price_inner, .add_price_request {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}

.add_price_inner, .question_answer {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}

.add_price_inner, .add_price_request {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}

.add_price_inner .form-group {
    margin-bottom: 2rem;
}

.add_price_inner .btn {
    height: 60px;
    width: 100%;
    background-color: #394144;
    color: #fff;
    font-size: 21px;
    border-radius: 10px;
}

.add_price_request p {
    font-size: 15px;
}

.add_price_request td img {
    margin-right: 15px;
}

.add_price_request .table td, .add_price_request .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #D8D8D8;
}

.add_price_request .table-responsive {
    height: 220px;
}


.question_answer .table td, .question_answer .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px solid #D8D8D8;
}

.question_answer .table-responsive {
    height: 350px;
}


.q_answer {
    padding: 10px;
    width: 60%;
    margin: 50px auto;
}

.q_answer_h {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q_answer_h h2 {
    background-color: #f9f9f9;
    position: relative;
    padding: 0 50px;
    color: #F58632;
    font-size: 25px;
}

.q_answer_h:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 3px;
    background-color: #394144;
}

.faq-section .mb-0 > a {
    display: block;
    position: relative;
    font-size: 21px;
    color: #394144;
}

.faq-section .mb-0 > a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.faq-section .card {
    background-color: transparent;
    border: 1px solid transparent;
}

.faq-section .card-header {
    padding: 0.95rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 2px solid #EDEDEE;
}

.faq-section .card-body {
    font-size: 17px;
    color: #747879;
}

.faq_btns {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq_text .btn {
    height: 35px;
    width: 90px;
    font-size: 15px;
    color: #fff;
    background: #F58632;
    border-radius: 10px;
}

.faq_text .form_st1 .form-control {
    height: 100px;
    background-color: #fff;
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    border: 0;
}

/**/
.add_ans {
    /*display: none;*/
}

.add_ans textarea {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background-color: #d0d0d0;


}

.customers {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 9%);
    width: 60%;
    margin: 50px auto;
}

.customers_btns .btn {
    font-size: 19px;
    background-color: #EDEDEE;
    color: #394144;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 35px;
    width: 100%;
}

.customers_btns .btn.active {
    background-color: var(--mainColor);
    color: #fff;
}

.customer_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer_info > img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 5px solid #AFB0B1;
    margin-right: 20px;
}

.customer_info .customer_user h4 {
    margin-bottom: 20px;
    font-size: 19px;
    font-family: 'Cairo-Light';
}

.customer_user {
    width: 100%;
}

.customer_user > div {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}

.customer_user > div span {
    color: #66696A;
    font-size: 20px;
    font-family: 'Cairo-Light';
}

.customer_inner p {
    font-size: 12px;
    font-family: 'Cairo-Light';
    line-height: 2;
    margin-bottom: 10px;
}

.customer_ok .btn {
    color: #fff;
    background-color: #0FCE9B;
    font-size: 12px;
    width: 100%;
    border-radius: 10px;
    height: 60px;
}

.customer_form .form_st1 textarea.form-control {
    height: 150px;
}

.customer_form .btn {
    color: #fff;
    background-color: #0FCE9B;
    font-size: 13px;
    width: 100px;
    border-radius: 10px;
    height: 45px;
}

.srate.rate-input {
    display: flex;
    align-items: center;
}

.rate-input input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.rate-input label {
    display: inline-block;
    color: #C7C7C7;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 25px;
}

.rate-input label:hover, .rate-input label:focus {
    color: #FCB716;
}

.rate-input input[type="radio"]:checked ~ label {
    color: #FCB716;
}

.rate-input label:hover ~ label, .rate-input label:focus ~ label {
    color: #FCB716;
}

.faq_note {
    font-size: 20px;
    font-family: 'Cairo-Light';
    color: #FF5B50;
    padding: 20px;
}

.product_slider {
    height: 100%;
    height: 220px;
}

.product_slider .carousel-item, .product_slider .carousel, .product_slider .carousel-inner {
    height: 128% !important;
}

.product_slider .carousel-item, .product_slider .carousel, .product_slider .carousel-inner__ {
    height: 100% !important;
}

.product_slider .carousel-item img {
    height: 130%;
}

.product_slider  .custome img {
    height: 84%;

}

/*preloader*/
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

#spinner {
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 200px;
    text-align: center;
    transform: translate(50%, -50%);
}

#preloader #disable-preloader {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

#spinner img {
    width: auto;
}

@-o-keyframes cssload-upDown2 {
    from {
        -o-transform: translateY(29px);
    }
    to {
        -o-transform: translateY(-19px);
    }
}

@-ms-keyframes cssload-upDown2 {
    from {
        -ms-transform: translateY(29px);
    }
    to {
        -ms-transform: translateY(-19px);
    }
}

@-webkit-keyframes cssload-upDown2 {
    from {
        -webkit-transform: translateY(29px);
    }
    to {
        -webkit-transform: translateY(-19px);
    }
}

@-moz-keyframes cssload-upDown2 {
    from {
        -moz-transform: translateY(29px);
    }
    to {
        -moz-transform: translateY(-19px);
    }
}

/* CSS Floation Animation */
.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

.scaling {
    float: right;
    -webkit-animation-name: scalex;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes scalex {
    from {
        -webkit-transform: scale(0.9);
    }
    65% {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.9);
    }
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(0.9);
    }
    65% {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(0.9);
    }
}

#preloader h5 {
    line-height: 50px;
    font-size: 16px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 20px;
}

/*end preloader*/
.main-wrapper {
    overflow: hidden;
}

.q_answer, .mb_product {
    position: relative;
}

.q_answer::after {
    content: '';
    background-image: url(../img/abs1.png);
    position: absolute;
    right: -60%;
    top: 10px;
    height: 600px;
    width: 500px;
    background-repeat: no-repeat;
    z-index: -1;
}

.mb_product::after {
    content: '';
    background-image: url(../img/abs2.png);
    position: absolute;
    right: -13%;
    top: 60px;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.q_answer::before {
    content: '';
    background-image: url(../img/abs2.png);
    position: absolute;
    left: -55%;
    bottom: 74px;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.add_ans textarea {
    border-radius: 10px;
    padding: 10px;
    width: calc(100% - (20px));
    margin: 0 5px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.faq_text .btn:hover {
    color: #F58632;
    border: 1px solid #F58632;
    background: #fff;
}

.add_order_btn:hover {
    color: #fff;
}

.bar_filter a:hover {
    color: none;
}

/**/
.profile .nav-link span {
    font-size: 10px;
    color: #394144;
}

.profile .profile_drop {
    border: 1px solid #394144;
    border-radius: 4px;
    margin: 0 10px;
    height: 32px;
    min-width: 150px;
}

.profile .dropdown_st2 {
    width: 100%;
    min-width: 60px;
    border: 0;
    text-align: left;
    background-color: #fff;
    right: auto !important;
    left: 0;
    transform: none !important;
    top: 100% !important;
}

.profile .dropdown_st2 > a {
    display: block;
    text-align: left;
    font-size: 10px;
    color: #262626;
    padding: 5px 10px;
    background-color: transparent;
}

.profile .dropdown-toggle:before {
    content: '\f107';
    position: absolute;
    top: 4px;
    right: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    /* margin: 0 -5px; */
}

.profile .dropdown-toggle::after {
    display: none;
}

.about_seller {
    margin: 20px 0;
}

.about_seller h2 {
    font-size: 30px;
    color: var(--mainColor);
    margin-bottom: 30px;
}

.about_seller h2 span {
    font-size: 18px;
    color: #394144;
}

.about_seller p {
    font-size: 14px;
}

.content_innerPage.noti {
    padding: 30px 0 50px;
}

.notifications_list ul > li {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.noti_icon {
    height: 38px;
    width: 38px;
    background: #f9f9f9;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
}

.noti_content h5 {
    color: #8F8F8F;
    font-size: 13px;
    font-family: 'Cairo-Light';
    margin: 10px 0;
}

.noti_content h5 span {
    color: var(--mainColor);
    font-family: 'cairo-bold';
    font-weight: 700;
}

.noti_icon i {
    font-size: 16px;
    color: var(--mainColor);
}

.noti_content > span {
    font-size: 10px;
    color: #AFB0BE;
}

.noti_link {
    position: relative;
}

.budge_cart {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: #f58e40;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Luma-SemiBold;
    line-height: 1.3;
    text-align: center;
    border-radius: 50%;
}


.sw2 .bar_filter {
    width: 40%;
    text-align: center;
    background-color: #fff;
    color: #f58632;
}

.sw2 .grid_filter {
    background-color: #f58632;
    width: 60%;
    text-align: center;
    color: #fff;
}

.sw2 .grid_filter i {
    color: #fff;
}

.modal_st .modal-content {
    border: 0;
    padding: 30px 20px;
    position: relative;
}

.close_modal {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #BCB6C4;
    font-size: 18px;
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}

.modal_head {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.14);
}

.modal_title {
    text-align: center;
    font-weight: 700;
    color: var(--mainColor) !important;
    font-size: 22px;
}

.note_modal {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
}

.form_st1 .btn_prim {
    min-width: 200px;
}

.btn_prim {
    background-color: var(--mainColor);
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    padding: 12px 25px;
    box-shadow: none !important;
    outline: none !important;
}

div.files {
    background: #fff;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
}

div.files ul {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow: auto;
}

div.files ul li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
}

div.files ul li i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.details_mproduct {
    position: relative;
}

.details_mproduct .set_btns {
    position: absolute;
    right: 0;
    display: flex;

}

.details_mproduct .btn {
    background: var(--mainColor);
    color: #fff;
    font-size: 12px;
    margin: 5px;
}

.faq-section .card {
    position: relative;
}

.faq-section .card > .btn {
    position: absolute;
    right: 10%;
    font-size: 11px;
    background: var(--mainColor);
    color: #fff;
}

.shar_btn input {
    display: none;
}

.imp_price {
    color: red;
    font-weight: bold;
}

.table tr:last-child .fl {
    float: none !important;
    display: block;
    margin-top: 5px;
}

bar_filter a {
    color: #fff;
}

.sw2 .bar_filter a {
    color: var(--mainColor);
}


/***********************************************************************************************************************/


/* My styles Start */
.slider__wrapper {
    overflow: hidden;
}

.slider__item {
    flex: 0 0 25%;
    max-width: 25%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 7rem;
}

.slider__item {
    background-size: cover;
    height: 350px;
}

.slider__item:nth-child(1) {
    background-color: #f44336;
}

.slider__item:nth-child(2) {
    background-color: #9c27b0;
}

.slider__item:nth-child(3) {
    background-color: #3f51b5;
}

.slider__item:nth-child(4) {
    background-color: #03a9f4;
}

.slider__item:nth-child(5) {
    background-color: #4caf50;
}

/* My styles End */

/*!
* chiefSlider
*   site: https://itchief.ru/javascript/slider
*   github: https://github.com/itchief/ui-components
*
* Copyright 2018-2021 Alexander Maltsev
* Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
*/

.slider {
    position: relative;
}

.slider__container {
    overflow: hidden;
}

.slider__wrapper {
    /*overflow: hidden;*/
}

.slider__items {
    display: flex;
    transition: transform 0.5s ease;
}

.slider_disable-transition {
    transition: none;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    font-size: 20px;
}

/* кнопки влево и вправо */
.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
}

.slider__control_hide {
    display: none;
}

.slider__control[data-slide='prev'] {
    right: 0;
}

.slider__control[data-slide='next'] {
    left: 0;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control[data-slide='prev']::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide='next']::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.slider__indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.slider__indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-left: 3px;
    margin-right: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.slider__indicators li.active {
    background-color: rgba(255, 255, 255, 0.9);
}
