* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out;
    color: inherit;
}

a,
button,
input[type="button"] {
    cursor: pointer;
    transition: all .5s ease-in-out;
}

    a:focus,
    a:hover {
        text-decoration: none;
        color: inherit;
    }

button {
    background: transparent;
    border: none;
}

    button:focus {
        outline: none
    }

.list-inline-item:not(:last-child),
ul {
    margin-right: 0;
}

ul {
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease-in-out;
    margin: 0;
}

    ul li {
        list-style-type: none
    }

:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.padd-0 {
    padding-left: 0;
    padding-right: 0
}

.padd-5 {
    padding-left: 5px;
    padding-right: 5px
}

.sec-marg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec-padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-20 {
    margin: 20px;
}

.m-I-S {
    margin-inline-start: auto !important;
}

.p-15 {
    padding: 15px;
}

.r-0 {
    border-radius: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.f-b {
    font-weight: 600;
}


.mx-1 {
    margin-left: .25rem !important;
}

:focus {
    box-shadow: none !important;
    border-color: inherit;
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.owl-carousel {
    direction: ltr
}

.dropdown-toggle::after {
    display: none
}

.dropdown {
    display: inline-block;
}

.dropdown-menu {
    float: none;
    text-align: start;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

p {
    margin: 0;
}

.flex-grow-1 {
    flex-grow: 1
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

    input[type=checkbox]:before {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid var(--main);
        content: "";
        position: absolute;
        background: var(--main);
        border-radius: 3px;
    }

    input[type=checkbox]:checked::after {
        background: transparent;
        border: 2px solid #fff;
        top: 0px;
        left: 7px;
        width: 7px;
        height: 15px;
        /* border: 1px solid #000; */
        content: "";
        position: absolute;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(45deg);
    }

    input[type=radio]:before {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid var(--main);
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 50%;
    }

    input[type=radio]:checked::after {
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);
        background: var(--main);
        border-radius: 50%;
    }

:root {
    --main: #FFDD74;
    --white: #ffffff;
    --gray: #777;
    --text: #707070
}


.text-back {
    background: var(--text) !important
}

.main-color {
    color: var(--main) !important;
}

.grey-color {
    color: #999;
}

.font-11 {
    font-size: 11px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.under-line {
    text-decoration: underline;
}

.btn-main {
    display: block;
    background: var(--main);
    color: var(--white);
    width: 255px;
    max-width: 100%;
    padding: 0;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto;
    height: 50px;
    line-height: 50px;
}

.btn-main-w {
    background: #fff;
    color: var(--main);
}

.btn-main-s {
    width: 180px;
}


textarea {
    resize: none;
}

.po_R {
    position: relative
}

@font-face {
    font-family: "myFont";
    src: url(../fonts/CairoRegular.ttf);
}

.rounded {
    border-radius: .25rem !important;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "myFont";
    word-spacing: 1px;
    color: #454545;
    font-size: 16px;
    background-image: url(../imgs/Repeat%20Grid%202.png);
    background-color: #FCFCFC;
    background-size: cover;
    background-repeat: no-repeat;
}


header {
    background-image: url(../imgs/Group%202996.png);
    background-repeat: no-repeat;
    background-position: 0 -42px;
    background-size: 55% 100%;
    background-color: var(--main);
    padding: 10px 0px;
}

.the-logo {
    margin-inline-end: 15px;
    max-height: 90px;
}

.nav_bar li {
    margin: 0 15px;
    color: var(--white);
}

    .nav_bar li.active {
        color: #707070
    }


.top_link li {
    margin: 0 7px
}

.top_link img {
    max-height: 22px
}

header .btn-main {
    margin: 0;
    font-size: 14px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 9px;
    margin: 0 15px;
}

.close-open-nav {
    width: 25px;
    height: 25px;
    margin-inline-start: 10px;
    position: relative;
    display: none;
}

    .close-open-nav > div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .close-open-nav > div span {
            width: 100%;
            height: 3px;
            background: rgb(255 147 34);
            border-radius: 20px;
            display: block;
            transition: all 0.3s linear 0s;
        }

    .close-open-nav.active span:first-of-type {
        transform: translateY(7px) rotate(45deg);
    }

    .close-open-nav.active span:nth-child(2) {
        opacity: 0;
    }

    .close-open-nav.active span:last-of-type {
        transform: translateY(-9px) rotate(-45deg);
    }

header .btn-secondary,
header .btn-secondary:hover,
header .btn-secondary:active {
    padding: 0;
    background: none !important;
    outline: none;
    border: none;
}

.dropdown-menu {
    padding: 5px;
    border: 1px solid rgb(255 147 34);
    border-radius: 12px;
    top: 12px !important;
    left: -20px !important
}

    .dropdown-menu:after {
        content: "";
        position: absolute;
        border-width: 6px;
        border-style: solid;
        border-color: rgb(255 147 34) transparent transparent rgb(255 147 34);
        top: 0;
        left: 25px;
        transform: translateY(-50%) rotate(45deg);
    }

    .dropdown-menu .dropdown-item {
        border-radius: 12px;
        color: rgb(255 147 34);
    }

.paner_index {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center
}


.btn_login_ {
    font-size: 12px;
    background: #FFF;
    padding: 7px;
    border-radius: 8px;
    margin-inline-start: 10px;
    color: #FFF;
    background: rgb(255 147 34);
}

.paner_index:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2)
}


.paner_index > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.info_paner {
    position: relative;
    z-index: 3;
    max-width: 400px;
    color: #FFFFFF;
    margin-inline-start: 150px
}


    .info_paner img {
        max-width: 100%;
        width: 310px;
        margin-bottom: 20px;
    }


.allFilter {
    padding: 0px 25px;
    margin-top: -40px;
    position: relative;
    z-index: 5;
}

.one_filter {
    margin: 8px 0;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .one_filter img {
        width: 30px;
        height: 35px;
        object-fit: contain;
    }

    .one_filter .spanF {
        padding: 5px;
        flex-grow: 1;
        width: 100%;
        color: var(--text);
        border: none;
        outline: none;
        background: none;
        padding-inline-start: 25px;
    }

.chose_filter {
    position: absolute;
    width: 100%;
    top: 66px;
    background: #FFFFFF;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #EEE;
    display: none;
    z-index: 10
}

    .chose_filter li {
        margin: 5px 0;
        color: var(--text)
    }

    .chose_filter .btns {
        width: 100%;
        padding: 3px;
        border: none;
        outline: none;
        background: none;
        border-radius: 7px;
        display: block;
    }

        .chose_filter .btns.active {
            color: var(--main)
        }

        .chose_filter .btns:hover {
            background-color: #EEE
        }

    .chose_filter label {
        display: flex;
        align-items: center
    }

        .chose_filter label span {
            margin: 0px 8px
        }

.one_filter:hover > .chose_filter {
    display: block;
}


.box-prod1 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 125px;
    margin: auto;
    position: relative;
}


    .box-prod1:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3)
    }

    .box-prod1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
    }

    .box-prod1 span {
        position: relative;
        z-index: 3;
        color: #FFFFFF;
        transition: all 0.3s linear 0s;
        font-size: 13px
    }

    .box-prod1:hover span {
        color: var(--main)
    }


.owl-nav > div {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EEE;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px #EEE;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.owl-next {
    right: -60px
}

.owl-prev {
    left: -60px
}


.the_title_ {
    color: var(--main);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    margin-inline-start: 50px
}

    .the_title_ img {
        width: 150px;
        margin: 10px 30px 0
    }

.outerbox2 {
    margin: 15px 0;
    position: relative
}

.btn_renewal {
    position: absolute;
    bottom: 61px;
    left: 10px;
    z-index: 2;
    font-size: 13px;
    padding: 3px 10px;
    background: rgb(255 147 34);
    border-radius: 5px;
    color: #FFF;
}

.outerbox2 .btn_renewal{display: none}

.show_btn_renewal .btn_renewal {
    display: block !important;
}


.pox-prod2,
.pox-prod3 {
    border: 1px solid #EEE;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 0;
}


    .outerbox2 > .pox-prod2{
        margin: 0
    }


    .pox-prod2 > img,
    .pox-prod3 > img {
        max-width: 100%;
        width: 100%;
        height: 280px;}

.outerbox2 .favorit_ico {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 27px;
    z-index: 5;
    width: 29px;
    height: 28px;
    overflow: hidden;
}


    .outerbox2 .favorit_ico i{
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        transition: all 0.1s linear 0s;
    }

        .outerbox2 .favorit_ico i.far {
            color: #7a7a7a;
        }

        .outerbox2 .favorit_ico i.fas{
            color: crimson;
        }


        .info_prod2 img {
            width: 18px;
            height: 20px;
            object-fit: contain
        }

.info_prod2 {
    padding: 20px;
    font-size: 18px;
    background: #FFFFFF;
}

    .info_prod2 ul {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        flex-wrap: wrap;
    }


.pox-prod3 aside {
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
    background: var(--main)
}


.page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text);
    border-color: var(--main) !important;
    margin: 30px 6px;
}

.page-item.active .page-link {
    background: var(--main);
}



footer {
    color: #FFFFFF;
    padding-top: 50px;
    background-image: url(../imgs/Group%203232.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo_footer {
    max-width: 130px;
}

.title_F {
    color: var(--main);
    margin: 10px 0px 15px;
}

.link_Footer li {
    margin: 5px 0;
}

.social li {
    margin-inline-end: 10px
}

    .social li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

    .social li img {
        width: 100%;
        height: 100%;
    }

.apps_link img {
    max-width: 100px;
    margin-inline-end: 5px
}

.under_footer {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #D7D7D7
}

    .under_footer ul {
        margin-inline-start: 40px;
        padding-inline-start: 25px;
        border-inline-start: 2px solid #FFFFFF
    }

    .under_footer li {
        padding: 5px 0
    }

        .under_footer li span {
            color: var(--main);
            margin: 0px 5px
        }


.imgweb_login {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}


.login_pags {
    width: 60%;
    min-height: 100vh;
    background: #FFFFFF;
    position: absolute;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    right: 0
}

    .login_pags .form-content {
        width: 350px;
        font-size: 13px;
    }

    .login_pags > img {
        max-width: 110px;
        align-self: flex-start;
    }

    .login_pags > p {
        margin-bottom: 40px;
        margin-top: 20px;
        font-size: 12px;
    }



.form-group label {
/*    margin: 0;
    position: absolute;*/
    right: 30px;
    top: -12px;
    color: var(--main);
    z-index: 2
}

    .form-group label:after {
        content: "";
        direction: block;
        height: 1px;
        width: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 53%;
        transform: translateY(-50%);
        left: 0;
        z-index: -1
    }

.login_pags .form-control {
    padding: 14px;
    border-radius: 17px;
    background: #FFFFFF;
    font-size: 13px;
    border-color: var(--main);
    line-height: 18px
}

.login_pags .form-group {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 2.5rem;
}


.form-control {
    padding: 15px;
    font-size: 15px;
    line-height: 40px;
    border-color: #EEE
}

select.form-control {
    height: calc(2.25rem + 36px) !important;
}


::-webkit-file-upload-button {
    position: absolute;
    opacity: 0
}

.login_pags .form-control {
    padding-inline-start: 30px
}

textarea.form-control {
    height: 140px
}


.icon_fa {
    position: absolute;
    font-size: 22px;
    left: 12px;
    color: var(--main);
    top: 50%;
    transform: translateY(-50%)
}

.login_pags .btn-main {
    width: 100%;
    border-radius: 17px;
    height: 46px;
    line-height: 46px
}



.title_L {
    text-align: center;
    font-size: 18px;
    color: var(--main);
    margin-bottom: 25px
}

.form-content .row {
    margin: 0px -15px;
}


.images1-upload-block {
    width: 100px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 8px auto;
    border: 1px dashed var(--main);
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}


    .images1-upload-block .upload-img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }


    .images1-upload-block .image-uploader {
        display: block;
        width: 100%;
        height: 100%;
    }

    .images1-upload-block .uploaded-block .close {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: crimson;
        overflow: hidden;
        display: flex;
        color: #FFFFFF;
        font-size: 10px;
        opacity: 1;
        justify-content: center;
        align-items: center;
        z-index: 3;
        right: 11px;
        top: 8px;
        margin: 0
    }


    .images1-upload-block img {
        border-radius: 0px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .images1-upload-block .uploaded-block {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }


.contener_back {
    background: rgba(245, 245, 245, 0.73);
    padding: 30px 20px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}


.all_boxSection {
    justify-content: center
}

    .all_boxSection .box-prod1 {
        margin: 20px auto;
        width: 185px;
        height: 165px;
    }


        .all_boxSection .box-prod1 span {
            font-size: 18px
        }


.all_notific img {
    width: 90px;
    height: 90px;
    margin-inline-end: 20px;
    border: 2px solid var(--main);
    border-radius: 50%
}

.all_notific li {
    padding: 15px 0;
    display: flex;
    position: relative;

}

.all_notific li p{
    line-break: anywhere;
}

.btn_Removed {
    background-color: crimson;
    width: 20px;
    height: 20px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 50%;
}

    .all_notific li:not(:last-child) {
        border-bottom: 1px solid var(--main);
    }

.outer_contener {
    padding: 30px;
    border: 2px solid var(--main);
    border-radius: 4px
}


.info_commiss li {
    margin: 18px 0;
    position: relative;
    padding-inline-start: 30px
}

    .info_commiss li:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background: var(--main);
        border-radius: 50%;
        right: 0;
        top: 0;
        right: 0px;
        top: 3px;
    }


.jq-star {
    transform: rotateY(170deg)
}


.item_bank_ {
    padding: 20PX;
    border-radius: 8px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    border: 2px solid #EEE;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
}

    .item_bank_.active {
        border-color: var(--main);
        box-shadow: none
    }

    .item_bank_ .btn-main {
        margin: 10px 0;
        height: 37px;
        width: 170px;
        line-height: 37px;
        font-size: 13px;
        position: relative;
        z-index: 5
    }

    .item_bank_ input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        opacity: 0
    }

    .images2-upload-block {
        border: none;
        width: 100%;
        height: 250px
    }


    .images2-upload-block > img,
    .chose_ads_imgs .images1-upload-block > img {
        object-fit: initial
    }


.chose_anyAds {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .chose_anyAds > div {
        width: 280px;
        background: #FFF;
        margin: 10px;
        text-align: center;
        border-radius: 10px;
        color: gray;
        cursor: pointer;
        padding: 20px;
        position: relative;
        overflow: hidden;
        z-index: 2
    }

        .chose_anyAds > div input[type="radio"] {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 5;
            opacity: 0;
            top: 0;
            left: 0;
        }

        .chose_anyAds > div:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: #FCEAB5;
            z-index: -1;
            transition: all 0.2s linear 0s
        }

        .chose_anyAds > div.active:after {
            width: 100%;
            height: 100%;
        }

        .chose_anyAds > div img {
            max-width: 110px;
            max-height: 110px;
            margin-bottom: 20px
        }

.video-inputs > input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0
}


.video-inputs > .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

    .video-inputs > .text i {
        font-size: 55px;
        margin-bottom: 10px
    }



.video-inputs video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 11;
    height: 300px;
}


.remove-appendedd {
    position: absolute;
    z-index: 15;
    background: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    left: 10px;
    top: 10px
}

}

.append-videos, .vedio-uploaded {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-inputs {
    width: 100%;
    height: 300px;
    position: relative;
    border: 1px dashed var(--main);
    border-radius: 10px;
    overflow: hidden
}





.chose_ads_imgs .images1-upload-block {
    height: 150px;
    width: 100%;
    border: none
}


.chose_ads_imgs .images2-upload-block {
    height: 350px
}


.boxInfo_user {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: flex;
}

    .boxInfo_user > img {
        width: 320px;
        height: 240px;
        object-fit: cover;
    }

    .boxInfo_user .nav-pills {
        background: #FEFEFE;
        border-bottom: 1px solid #E3E3E3;
        height: 60px;
        align-items: center;
        margin: 0 !important
    }

        .boxInfo_user .nav-pills > img {
            max-height: 60%
        }

        .boxInfo_user .nav-pills li {
            flex-grow: 1;
            height: 100%
        }

    .boxInfo_user .nav-link {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 0 !important;
        padding: 0px;
        justify-content: center;
        align-items: center;
        background: none !important;
        transition: all 0.1s linear 0s
    }

    .boxInfo_user ._ico_img {
        width: 40px;
        height: 40px;
        margin-inline-end: 15px;
    }

        .boxInfo_user ._ico_img img {
            width: 100%;
            height: 100%
        }


    .boxInfo_user .nav-link.active {
        color: var(--main)
    }

    .boxInfo_user .nav-link img:last-child {
        display: none
    }

    .boxInfo_user .nav-link.active img:last-child {
        display: block
    }

    .boxInfo_user .nav-link.active img:first-child {
        display: none
    }


.insboxInfo_user {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    align-items: center
}

    .insboxInfo_user li {
        margin: 5px 0
    }

        .insboxInfo_user li span {
            margin-inline-start: 10px
        }

    .insboxInfo_user .btn-main {
        margin: 10px 0;
        font-size: 13px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }


.box-cato {
    background: #FFFFFF;
    display: flex;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 18px 0
}

    .box-cato > img {
        width: 350px;
        height: 260px;
        object-fit: cover;
    }

    .box-cato aside {
        padding: 20px;
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

.btn_edit_cato {
    font-size: 22px;
    color: rgb(255 147 34);
    position: absolute;
    top: 12px;
    left: 12px
}

    .btn_edit_cato + .btn {
        position: absolute;
        left: 10px;
        bottom: 10px;
        padding: 5px 10px;
        background: var(--main);
        color: #FFF;
        font-weight: bold;
        border-radius: 6px;
        z-index: 2
    }


.info_cata {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .info_cata img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
        margin-inline-end: 15px
    }

    .info_cata li {
        margin: 10px
    }


.gallery {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px
}




.owl-hash {
    border: 1px solid #CCC;
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
    flex-grow: 1;
}

    .owl-hash img {
        width: auto !important;
        max-width: 100% !important;
    }

    .owl-hash .slider-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 550px
    }


.owl-hash-nav img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

.owl-hash-nav ul {
    display: flex;
    z-index: 40;
    max-height: 550px;
    overflow: auto;
    flex-direction: column;
    margin-inline-end: 10px
}

    .owl-hash-nav ul li {
        flex: 1;
        margin-bottom: 3px;
        border: 1px solid #CCC;
        border-radius: 10px;
        flex-shrink: 0;
        width: 90px;
        background: #FFFFFF;
        opacity: 0.7;
    }

        .owl-hash-nav ul li.active {
            border-color: var(--main);
            opacity: 1
        }

.add_alot_imgs {
    background: #CCC;
    border: 2px dashed var(--main);
    cursor: pointer;
}


.info-pro_ {
    background: #FFFFFF;
    padding: 5px;
    border: #EEE;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    height: 100%;
}

.iner_info-pro_1 {
    padding: 10px 15px;
    background: var(--main);
    border-radius: 4px;
    margin-bottom: 20px
}


    .iner_info-pro_1 img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-inline-end: 10px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    }

    .iner_info-pro_1 li {
        margin: 8px 0
    }

.btn_addlove {
    padding: 2px 10px;
    border-radius: 5px;
    color: var(--main);
    display: flex;
    align-items: center;
}
    .btn_addlove > span {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-inline-end: 15px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        background: #FFFFFF;
        box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);s
        color: #D7D7D7
    }

    .btn_addlove.active span {
        color: crimson;
    }


.info_phone {
    padding: 15px;
    text-align: center;
    font-size: 18px
}

    .info_phone .item img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-inline-end: 15px
    }

.progress-bar-wrap {
    background: #D3D3D3;
    border-radius: 20px;
    flex-grow: 1
}

.progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #FED42D;
    /* width: 50%;*/
    border-radius: 20px
}



.rating li {
    font-size: 22px;
    color: #D4D4D4;
    margin-inline-end: 1px
}

    .rating li.active {
        color: #FED42D
    }

.num_eval {
    color: #707070;
    font-size: 80px
}

.all_progress {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .all_progress li {
        margin: 10px 0;
        display: flex;
        align-items: center
    }

        .all_progress li img {
            margin: 0px 10px
        }

.all-b-sugests {
    display: flex;
    overflow: auto;
}

.box-sugests {
    padding: 5px;
    width: 320px;
    flex-shrink: 0
}


.star-rating {
    font-size: 23px;
    color: #D7D7D7;
}


    .star-rating > span {
        cursor: pointer
    }


    .star-rating .fas.fa-star {
        color: #FFB119;
    }


.owl_prod2 .owl-dots.disabled, .owl_prod2  .owl-nav.disabled {
    display: block
}


.fix_chat {
    position: relative;
    overflow: hidden;
}

.group_chat {
    flex-basis: 400px;
    background-color: #FFFFFF;
    flex-shrink: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
    margin-inline-end: 35px
}

    .group_chat .height_chat {
        height: 335px;
    }

.open_chat_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: var(--main);
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 4px;
    border: 1px solid;
    z-index: -1000;
    background: #EEE;
    visibility: hidden;
}


.bar_head_chat {
    padding: 30px 0px;
    text-align: center
}

    .bar_head_chat img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        margin-bottom: 10px
    }


.box_chat_user {
    border-top: 1px solid var(--main);
    cursor: pointer;
    margin: 0px 5px;
    display: flex;
    padding: 10px;
}

    .box_chat_user.active {
        background: #ffdd7447
    }

    .box_chat_user img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-inline-end: 20px
    }



    .box_chat_user p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 300px;
    }


.height_chat {
    height: 450px;
}

.over_scroll_chat {
    overflow-y: auto;
    overflow-x: hidden;
}

.view_all_chat {
    position: relative
}


.writ_massage {
    padding: 15px 20px;
    background: #F5F5F5
}


.body_chat {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.chat-content {
    padding: 20px
}

.sent_chat {
    display: flex;
    padding: 5px;
    margin: 5px 0px
}

    .sent_chat > div {
        max-width: 65%;
        padding: 10px 18px;
        min-width: 70%
    }



.content_receive {
    justify-content: flex-end
}

.sent_chat .receive {
    border-radius: 50px 50px 50px 0px;
    background-color: var(--main);
    color: #FFFFFF
}

.sent_chat .sent {
    border-radius: 50px 0px 50px 50px;
    background: #F5F5F5
}


.writ_massage textarea {
    height: 57px;
    min-height: 10px !important;
    padding: 10px;
    line-height: 21px;
}

.writ_massage button {
    width: 50px;
    height: 45px;
    background-color: var(--main);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-inline-start: 10px;
    border: 2px solid var(--main);
    border-radius: 10px
}

    .writ_massage button:hover {
        background: #FFFFFF;
        color: var(--main);
    }


.nothing {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--main);
    text-align: center;
    margin: 15px 0;
    font-size: 23px;
    color: rgb(255 147 34);
    background: #FFFFFF;
}

.nothing img{
    max-width: 165px
}


.owl-index img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.9);
}


.owl-index .owl-prev {
    right: 25px;
    left: unset;
}

.owl-index .owl-next {
    left: 25px;
    right: unset;
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.owl-dots .owl-dot{
    width: 18px;
    height: 18px;
    background: #EEE;
    margin: 0px 4px;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
    cursor: pointer !important;
}

    .owl-dots .owl-dot.active {
        background: rgb(255 147 34);
        width: 25px;
        height: 25px;
    }

.all_old_imgss > div {
    width: 140px;
    height: 130px;
    border: 1px solid var(--main);
    margin-bottom: 10px;
    margin-inline-end: 10px;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.all_old_imgss img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0
    }

    .all_boxSection .box-prod1 {
        margin: 10px auto;
        width: 150px;
        height: 140px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .info_paner img {
        width: 230px;
        margin-bottom: 5px;
    }

    .the_title_ {
        margin-bottom: 10px;
        margin-inline-start: 25px;
    }



    .paner_index {
        height: 288px
    }

        .paner_index > img {
            object-fit: unset
        }

    .sec-marg {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .imgweb_login {
        display: none;
    }

    .login_pags {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        background: none
    }


    .allFilter {
        padding: 0
    }

    .contener_back {
        padding: 0;
        box-shadow: none;
        background: none
    }

    .outer_contener {
        padding: 10px
    }

    .btn-main {
        margin: 8px auto
    }

    .chose_ads_imgs .images2-upload-block {
        height: 250px;
    }

    .boxInfo_user {
        flex-direction: column;
    }

    .box-cato {
        flex-direction: column
    }

        .box-cato > img {
            width: 100% !important
        }

    .info_cata img {
        width: 40px;
        height: 40px
    }

    .boxInfo_user > img {
        width: 100%
    }

    .owl-hash .slider-item {
        height: 400px
    }

    .owl-hash-nav ul {
        max-height: 400px
    }

    .owl-index img {
        height: 300px;
    }



}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .all_boxSection .col-lg-1 {
        display: none
    }

    .close-open-nav {
        display: block
    }

    .nav_bar {
        display: block !important;
        position: fixed;
        width: 300px;
        height: 100%;
        background: #d2bb72;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        z-index: 40
    }

        .nav_bar.active {
            transform: translateX(0);
        }



    .the-logo {
        margin-inline-end: 5px;
        max-height: 60px;
    }

    header .btn-main {
        width: 105px;
        margin: 0 5px !important;
    }

    .top_link li {
        margin: 0 2px;
    }

    .nav_bar li {
        margin: 15px;
    }


    .info_paner {
        margin: 0
    }

    .box-cato aside {
        width: 100%
    }

    .box-cato > img {
        width: 240px;
        height: 230px;
    }


    .group_chat {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        margin: 0;
        height: 100%;
        box-shadow: none;
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        width: 100%
    }

        .group_chat.active {
            transform: translateX(0);
        }

    .open_chat_mobile {
        z-index: 2;
        visibility: visible;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    ...
}














/*============================ start loader================================== */



.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #848484;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

    .loader img {
        animation: logoeffect2 0.9s linear 0s infinite;
        position: relative;
        width: 50px;
    }


@keyframes logoeffect2 {


    100% {
        transform: rotate(360deg)
    }
}


/*============================ end loader================================== */
::-webkit-scrollbar,
body::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #FFFFFF;
    background: #FFFFFF
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover,
    body::-webkit-scrollbar-thumb:hover,
    .scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.5);
    }
