@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700&display=swap');


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

:root {
    --primaryColor : #FED401;
    --secondaryColor:#003970;
    --bs-dark-gray:#303030;
    --dark2-gray:#707070;
    --light-gray: #a5a5a5;
}

body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    background: #fff;
}
.width-fit{
    width: fit-content !important;
}
.height-fit{
    height: fit-content !important;
}
.number-input{
    direction: rtl !important;
}
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:var(--primaryColor);
}
a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
a:hover {
    color: var(--primaryColor);
}

/********************** start new design *************************/
.mt-03 {
    margin-top: .3rem;
}
.mt-05 {
    margin-top: .5rem;
}
.mt-1 {
    margin-top: 1rem;
}
.padding-2rem{
    padding: 2rem !important;
}
.pr-2rem{
    padding-right: 2rem !important;
}
.pl-2rem{
    padding-left: 2rem !important;
}
.pt-2rem{
    padding-top: 2rem !important;
}
.pb-2rem{
    padding-bottom: 2rem !important;
}
.padding-1rem{
    padding: 1rem !important;
}
.mt-2 {
    margin-top: 2rem;
}
.margin-top-0{
    margin-top: 0px !important;
}
.margin-bottom-0{
    margin-bottom: 0px !important;
}
.padding-top-0{
    padding-top: 0px !important;
}
.padding-bottom-0{
    padding-bottom: 0px !important;
}
.margin-3px{
    margin: 3px !important;
}
.font-size-1r{
    font-size: 1rem !important;
}
.font-size-2r{
    font-size: 2rem !important;
}
.full-width{
    width: 100% !important;
}
.half-width-without-m-p{
    width: 47%;
}
.full-heigth{
    height: 100% !important;
}
.height-250px{
    height: 250px !important;
}
.max-height-250px{
    max-height: 250px !important;
}
.height-300px{
    height: 300px !important;
}
.max-height-300px{
    max-height: 300px !important;
}
.font-size-1r{
    font-size: 1rem !important;
}
.font-size-1-5r{
    font-size: 1.5rem !important;
}
.font-size-2r{
    font-size: 2rem !important;
}
.width-50{
    width: 50% !important;
}
ul {
    list-style: none;
}
.full-width{
    width: 100% !important;
}
.max-width-full{
    max-width: 100% !important;
}
.max-height-full{
    max-height: 100% !important;
}
.max-height-100px{
    max-height: 100px !important;
}
.width-100px{
    width: 100px !important;
}
.height-100px{
    height: 100px !important;
}
.max-height-200px{
    max-height: 200px !important;
}
.width-200px{
    width: 200px !important;
}
.height-200px{
    height: 200px !important;
}
.max-height-10rem{
    max-height: 10rem !important;
}
.full-width{
    width: 100% !important;
}
.width-10rem{
    width: 10rem !important;
}
.height-10rem{
    height: 10rem !important;
}
.fit-width{
    width: fit-content !important;
}
.w-40{
    width: 40% !important;
}
.w-45{
    width: 45% !important;
}
.capital{
    text-transform: capitalize !important;
}
.bg-gray-light{
    background-color: #c7c6c6 !important;
}
.bg-gray-light2{
    background-color: #f3f3f3 !important;

}
.bg-black{
    background-color: #000 !important;
}
.bg-dark-gray{
    background-color: var(--bs-dark-gray) !important;
}
.bg-dark2-gray{
    background-color: var(--dark2-gray) !important;
}
.border-bottom-primary-color1{
    border-bottom: var(--primaryColor) 2px solid !important;
}
.bg-primary-color{
    background-color: var(--primaryColor) !important;
}
.bg-secondary-color{
    background-color: var( --secondaryColor) !important;
}
.white{
    color: white !important;
}
.light-gray{
    color: #cccccc !important;
}
.dark-gray{
    color: #747478 !important;
}
.red-color{
    color: #ed0b0b !important;
}
.margin-right-0{
    margin-right: 0px !important;
}
.justify-content-space{
    justify-content: space-between !important;
}
.border-radius-5px{
    border-radius: 5px !important;

}
.position-relative{
    position: relative !important;
}
.position-absolute{
    position: absolute !important;
}
.d-content{
    display: contents !important;
}
.overflow-y {
    overflow-y: auto !important;
}
.box-shadow-gray{
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(139, 138, 138, 0.2);
}
input[type=text]:focus {
    border: none;
}
input[type=password]:focus {
    border: none;
}
input:focus-visible {
    outline: none;
}

::-webkit-input-placeholder { /* Edge */
    color: #9692a5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9692a5;
}

::placeholder {
    color: #9692a5;
}
input[type="number"]{
    direction: rtl !important;
}
input[type="email"]:-moz-placeholder {
    text-align: right;
}
input[type="email"]:-ms-input-placeholder {
    text-align: right;
}
input[type="email"]::-webkit-input-placeholder {
    text-align: right;
}
input[type="number"]:-moz-placeholder {
    text-align: right;
}
input[type="mumber"]:-ms-input-placeholder {
    text-align: right;
}
input[type="number"]::-webkit-input-placeholder {
    text-align: right;
}
.border-secondary-color{
    border: 1px solid var(--secondaryColor) !important;
}
.black-color{
    color: black; !important;
}
.placeholder-color{
    color: #9692a5 !important;
}
.border-solid-1px-dark-gray{
    border: 1px solid #808080;
}
.border-primary-color1{
    border: 1px solid var(--primaryColor) !important;
}
.btn-primary-color1 {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.btn-primary-color1:hover{
    color: var(--primaryColor);
    background-color: #ffffff;
    border-color: var(--primaryColor);
}
.btn-outline-primary-color1{
    color: var(--primaryColor);
    background-color: #ffffff;
    border-color: var(--primaryColor);
}
.btn-outline-primary-color1:hover {
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.btn-secondary-color {
    color: #fff;
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}
.btn-secondary-color:hover{
    color: var(--secondaryColor);
    background-color: #ffffff;
    border-color: var(--secondaryColor);
}
.btn-outline-secondary-color{
    color: var(--secondaryColor);
    background-color: #ffffff;
    border-color: var(--secondaryColor);
}
.btn-outline-secondary-color:hover {
    color: #fff;
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}


.btn-light-success{
    background-color: #19930a;
    border-color: #19930a;
    color: #ffffff;
}
.btn-light-success:hover{
    background-color: #0c7802;
    border-color: #0c7802;
    color: #ffffff;
}
.d_flex {
    display: flex;
    align-items: center;

}
.required-star{
    color: red;
    font-size: 1.5rem;
    font-weight: bold;
}

.logo-img{
    width: 60%;
    height: 81%;
    max-height: 90%;
    max-width: 100%;
    border-radius: 9%
}
.bell {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 42px;
    text-align: center;
    padding-top: 6px;
}
.bell i {
    padding-top: 10px;
}
.bellnumbers {
    font-size:12px;
    background-color:red;
    width:16px;
    line-height: 16px;
    text-align: center;
    color:#fff;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    left: 30px;
    top: 1px;
}
.login_btn{
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: white;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;

}
.login_btn:hover{
    background-color: white;
    border-color: white;
    color: var(--primaryColor);
}
.register_btn:hover{
    background-color: white;
    border-color: white;
    color: var(--dark2-gray);
}
.register_btn{
    background-color: var(--dark2-gray);
    border-color: var(--dark2-gray);
    color: #fff;
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;

}
.add_btn{
    background-color: white;
    border: 2px solid var(--primaryColor);
    color: var(--primaryColor);
    padding: 0.1rem 0.5rem;
    border-radius: 5px;
    font-size: 0.9rem;

}
.add_btn:hover{
    background-color: var(--primaryColor);
    border: 2px solid white;
    color: white;
}
.active-link-mobile{
    background-color: var(--primaryColor);
    color: white;
}
.border-bottom-gray{
    border-bottom: #e2e1e1 1px solid;
}
.search{
  border-radius: 15px;
    background-color: #f3f3f3;
    /*width: 300px;*/
}
.search-section{
    position: relative;
}
.search-btn{
    position: absolute;
    right: 88%;
    padding: 5px;
    background: none;
    color: var(--primaryColor);
    border: none;
    font-size: 13px;
    text-transform: none;
    font-family: inherit;
    word-spacing: 2px;
    letter-spacing: 1px;

}

.add-btn{
    height: 40px;
    width: 150px;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: #fff;
    color: var(--primaryColor);
    border-radius: 25px;
    border: 2px solid var(--primaryColor);
}
.add-btn a {
    color: var(--primaryColor);
}
.list-link{
    color: black !important;
}
.list-link:hover{
    color: var(--primaryColor) !important;
}
.primary-color1{
    color: var(--primaryColor) !important;
}
.btn-split{
    width: 1px;
    height: 25px;
    margin-right: 1rem;
    background-color: #fff;
}
.bottom-footer{

    box-shadow: 0 0 5px var(--primaryColor);
}
.icon-footer{
    width: 1.5rem;
}
.border-radius-circle{
    border-radius: 50% !important;
}
.store-img img{
    height: 35vh;
    max-height: 35vh;
}
.store-container{
    width: 100%;
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
    margin-left: auto;
    margin-right: auto;
}
.box_container_title a{
    color: #121313;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 18px;
    font-weight: 700;
}
.box_container_title a:nth-child(2){
    color: var(--primaryColor);
    padding-left: 25px;
}
.homepage-collections .box-container{
    /* display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 30px 20px; */
}
.homepage-collections-sale{
    height: 100% ;
    max-height: 100% !important;
}
.sale-icon{
    font-size: 13px;
}
.store-card{
    box-shadow: 0.5px 0.5px 0.5px 1px rgba(0, 0, 0, 0.2);
}
.right-side-profile{
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.left-side-profile{
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.btn-delete-center{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.required_star {
    color: red;
    font-weight: bold;
    font-size: 1.7rem;
}
.fixed-bottom  ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
}
.fixed-bottom  ul li {
    cursor: pointer;
    text-align: center;
    flex: 1 1 50px;
}
.fixed-bottom  ul .navigation-tap:after {
    content: "";
    background-color: #d0cdcd;
    position: absolute;
    width: 2px;
    height: 30px;
    top: 20px;
    display: block;
}
.fixed-bottom  ul li p{
    font-size: 0.2rem;
}
.offcanvas-profile{
    position: relative;
}
.close-btn-profile{
    position: absolute;
    right: 86%;
    top: 5%;
    color: #fff;
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    border-radius: 5px;
    padding: 0.2rem 0.5rem;
}
.profile-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 18vh;
}
.offcanvas-profile .add_ads__right__report button {
    position: relative;
    background-color: var(--primaryColor);
    display: flex;
    align-items: center;
    width: 50vw;
    height: 5vh !important;
    margin: 1rem auto;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.single-store{
    margin-bottom: 10rem;
}
.single-store .images-container{
    position: relative;
}
.single-store .images-container .cover{
    width: 100% !important;
    height: 50vh;
    max-height:50vh
}
.single-store .images-container .profile-image{
   position: absolute ;
    top: 70%;
    height: 30vh;
    max-height: 30vh;

}
.single-store .images-container .profile-image img{
    padding: 3%;
    border: 3px solid var(--primaryColor);
   width: 15vw;
    height: 100% !important;
    max-height: 100% !important;
}
.single-store .images-container .operations{
    position: absolute ;
    top: 10%;
    right: 92%;
}
.single-store .images-container .operations div{
    width: 4rem;
    height: 4rem;
    padding: 25%;
    font-size: 1.5rem;
}
.single-store .images-container .profile-caption{
    position: absolute;
    right: 15%;
    top: 70%;
    color: #000;
    text-transform: capitalize;
}
.single-store .images-container .profile-caption p{
   font-size: 1.5rem;
}
.content-container .links-container div{
    width: 3rem;
    height: 3rem;
    margin: 1rem;
    padding: 1.5%;
    background-color: #f5f5f5;
    text-align: center;
}
.content-container .links-container div a{
    font-size: 1.5rem;
}
.info-container{
    position: relative;
    height: 20vh;
}
.info-container .numbers-container{
    position: absolute;
    top: 5%;
    right: 27%;
}
.info-container .numbers-container ul li{
   font-size: 1.5rem;
    padding: 1rem 4rem;
}
.info-container .numbers-container ul li:not(:last-child) {
    border-left: #d2d2d2 1px solid;
}

.single-store .btns-container div a{
    min-width: 18vw;
}
.single-store .btns-container h3{
    text-transform: capitalize;
}
.store-ads .box .img{
    position: relative;
    overflow: hidden;
    height: 40vh;
}
.store-ads .box .img img{
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;

}
.store-ads .box .new-prod {
    height: 30%;
    max-height: 30%;
}
.store-ads h3{
    color: #121313;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-weight: 700;
    margin-bottom: 4rem;

}
/* .homepage-collections-sale .box-container .box img{
  transform: scale(1);
  transition: all .5s;
} */
/* .homepage-collections-sale .box-container .box:hover img{
  transform: scale(1.1);
} */
.store-ads .box .img .time_section{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
    z-index: 111;
}
.store-ads .box .img .time_section span {
    font-size: 15px;
}
/*************** start notifications ***********/
#notification-section {
    height: 80vh;
}
.notification-container {
    height: 80vh;
    position: relative;
}
/************** end notifications ****************/


/***************************** start profile styles **************/
.profile-header2 .logout-icon{
    margin-top: 0.3rem;
}
/***************************** end profile styles ***************/

/***************************** start chats styles **************/
#chat3 .form-control {
    border-color: transparent;
}

#chat3 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.badge-dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-left: 2.9rem;
    margin-top: -.75rem;
}
#chat-section{
    height: 80vh;
}
.right-chat{
    height: 70vh;
    position: relative;
}
.left-chat{
    height: 70vh;
    position: relative;

}
.search-form {
    position: relative;
}
.input-search {
    border-radius: 15px;
    background-color: #f5f6f7;
}
.btn-search {
    position: absolute;
    right: 90%;
    top: 20%;
    cursor: pointer;
    background: none !important;
}
.sub_list_item.active {
    color: var(--primaryColor);
}


/***************************** end chats styles *************/

/************** start my questions **************/
.review{
    box-shadow: var(--primaryColor) 0px 1px 5px 0px;
    border-radius: 15px;
}

.checked {
    color: orange;
    border-color: #dc9102;
}
.unchecked {
    color: #cecece;
    border-color: #a8a8a8;
}
.review-text {
    padding-right: 3rem;
}
.accordion-button{
    padding: 0.47rem 0.75rem !important;
    color: var(--primaryColor) !important;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: var(--primaryColor) !important;
    box-shadow: inset 0 -1px 0 var(--primaryColor) !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--primaryColor) !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--primaryColor) !important;
}
.comment-accordion-btn::after {
    margin-right: 20rem !important;
}
#more-section,#more-section2{
    display: none;
}
.btn-gray{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background: #cccecc;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-gray i{
    font-size: 1rem;
}
/************** end my questions **************/

/************* start change country ************/
.radio-box{
    position: relative;
}
.radio-box label{
    position: absolute;
    top: 20%;
    font-size: 1.3rem;
    right: 25%;
}
input[type=radio].radio-btn {
    accent-color: navy;
    padding: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 30%;
}
.image-div{
    margin-right: 10%;
    padding: 0.5rem 0.5rem;
    background-color: #efefef;
}
/************* end change country ************/

/************* start delete account **********/

.delete-account-img{
    height: 70vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.delete-account-btn1 ,.delete-account-btn2{
    width: 30%;
    border-radius: 15px;
}
.delete-account-btn1{
    margin-left: 5%;
}
/************* end delete account **********/

/************* start categories page **********/
.active-category{
    color: var(--primaryColor) !important;
    border: 2px solid var(--primaryColor) !important;
    background-color: #ffffff !important;
}
.filter-select2, .filter-select2:focus {
    border: none !important;
    padding-left: 5%;
    padding-right: 5%;
    width: 75%;
    color: var(--primaryColor);
}
.sort-by{
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    width: 25%;
}
.sort-by::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #dee2e6;
    right: 100%;
    top: 0%;
    position: absolute;
}
.after-sort-by{
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    width: 10%;
}

/************* end categories page **********/

/************* start prod details page *******/
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 100% !important;
    max-width: 100% !important;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 2% 3%;
    width: auto;
    height: auto;
    background: #bbb8b8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
.fav-icon{
    position: absolute;
    top: 5%;
    right: 80%;
    z-index: 999;
}
.share-icon{
    position: absolute;
    top: 5%;
    right: 90%;
    z-index: 999;
}
a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    right:92%;
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
@media (max-width: 450px) {
    a.control_prev {
        right: 91% !important;
    }
}
#fullpage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
}
#fullpage_close_btn{
    position: absolute;
    right: 10%;
    top: 10%;
    color: #EEEEEE;
}
#fullpage_close_btn i{
    font-size: 2rem;
}
/**************** end prod details page **************/






/********************** end new design *************************/



/********************** start old design *************************/



































/* ########### HEADER ############################*/

/* header_nav_top */
.header_nav_top {
    background-color: #303030;
    height: 50px;
    justify-content: space-between;
}

.header_nav_top a {
    color: #fff;
}

.header_nav_top_right a {
    width: 26px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 .3rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.header_nav_top_right .bx {
    margin: 0 .3rem;
    border-radius: 5px;
    cursor: pointer;
}

.btn_login,
.btn_register {
    width: 120px;
    height: 35px;
    margin: 0 5px;
    border-radius: 5px;
    border: none;
    padding: 0 .5rem;
    font-size: 18px;
}

.btn_login_link,
.btn_register_link {
    justify-content: space-between;
}

.btn_login_link span,
.btn_register_link span {
    width: 1px;
    height: 25px;
    margin-right: 1rem;
    background-color: #fff;
}

.btn_login {
    background-color: var(--primaryColor);
    color: #fff;
}

.btn_register {
    background-color: #707070;
    color: #fff;
}
i {
    font-size: 24px;
}

/* header_nav */

.header_nav {
    height: 100px;
    background-color: #fff;
    justify-content: space-between;
    border-bottom: #707070 solid 1px;
}

.header_nav_right_logo {
    width: 120px;
    margin-left: 2rem;
}

.header_nav_right_logo img {
    width: 100%;
   object-fit: cover;
}

.header_nav_right_menu_item {
    margin: 0 .5rem;
}

.header_nav_right_menu_item a:hover {
   color: var(--primaryColor);
}

.header_nav_left_search {
    background-color: #f3f3f3;
    max-width: 340px;
    height: 44px;
    border-radius: 25px;
    margin: 0 1rem;
    padding-right: 1rem;
    padding-left: .3rem;
}

.header_nav_left_search input {
    background-color: #f3f3f3;
    height: 100%;
    border: none;
    border-radius: 25px;
}

.header_nav_left_search i{
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    justify-content: center;
    cursor: pointer;
}

.header_nav_left_btn {
    height: 40px;
    width: 150px;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: #fff;
    color: var(--primaryColor);
    border-radius: 25px;
    border: 2px solid var(--primaryColor);
}

.header_nav_left_btn a {
    color: var(--primaryColor);
}

 /* header_nav_mobile  */
.header_nav_mobile {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #FE9700;
    z-index: 11111;
    transition: all .3s ease-in-out;
}
.header_nav_mobile {
    left: -100%;
}
.header_nav_mobile_right {
    flex-direction: column;
    margin-top: 1rem;
}
.header_nav_mobile_right_logo{
    width: 195px;
    background-color: #ffffff;
    padding: 8px 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.header_nav_mobile_right_logo img{
    width: 100%;
}
.header_nav_mobile_right_menu_item {
    flex-direction: column;
    width: 100%;
    margin: .5rem auto;
    background-color: #ffffff;
    padding: 8px 14px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.header_nav_mobile_right_menu_item a:hover {
    border-bottom: #FE9700 2px solid;
    border-radius: 5px;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.header_nav_mobile_right_menu_items {
    flex-direction: column;
    margin: 2rem auto;
}

.prod-setting a:hover{
    color: #fff;
}
.add_ img{
    max-height: 300px;
}

/* ########### FOOTER ############################*/
/* footer_top */
.footer_top {
    background-color: #636363;
    height: 350px;
    justify-content: space-around;
    align-items: start;
    padding: 4rem 0;
}

.footer_top_logo {
    background-color: #fff;
    width: 250px;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.footer_top_logo img{
    width: 100%;
    object-fit: cover;
}

.footer_top_about {
    position: relative;
    width: 270px;
    margin: 0 2rem;
}

.footer_top_about button {
    padding: 4px;
    background-color: #000;
    color: #fff;
    height: 48px;
    width: 154px;
    border-radius: 8px;
    margin: 10px 5px;
}

.footer_top_about button a {
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 12px;
}

.footer_top_about span,
.footer_top_connect span {
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: #FE9700;
}

.footer_top_about h3,
.footer_top_connect h3 {
    color: #fff;
    padding-bottom: 1rem;
}

.footer_top_about p,
.footer_top_connect h6 {
    color: #cccccc;
    margin-top: 1rem;
}

.footer_top_connect {
    position: relative;
    width: 270px;
}

.footer_top_connect_icons h6{
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.footer_top_connect_icons h6 i{
    margin-left: 1rem;
}



/* footer_bottom */
.footer_bottom {
    background-color: var(--primaryColor);
    height: 50px;
    justify-content: space-between;
}

.footer_bottom_right a {
    width: 26px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 .3rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.footer_bottom_right .bx {
    margin: 0 .3rem;
    border-radius: 5px;
    cursor: pointer;
}

.footer_bottom_left {
    color: #fff;
}



/* ########### MAIN LOGIN ############################*/
.main_login {
    display: grid;
    grid-template-columns: 2fr 65px 2fr;
    grid-template-rows: auto;
    margin: 3rem auto;

}

/* main login right */
.main_login_right {
    flex-direction: column;
    align-items: start;
    margin-right: 3rem;
}
.main_login_right h1 {
    margin-bottom: 2rem;

}
.main_login_right_form {
    max-width: 338px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.main_login_right_form input {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e9eb;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: .5rem auto;
    padding: 0 1rem;
}
.main_login_right_form label {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
}
.main_login_right_form label span {
    color: #f81212;
    margin-right: 1rem;
}
.main_login_right_password {
    position: relative;
    width: 100%;
}
.main_login_right_form_icon {
    position: absolute;
    left: 0;
    color: #9692a5;
    margin-left: .5rem;
    cursor: pointer;
}
.main_login_right_form h6 {
    color: #f81212;
    font-size: 18px;
    font-weight: 400;
}
.main_login_right_form_btn_login {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    background-color: #FE9700;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
}
.main_login_right_form_btn_register {
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    color: #FE9700;
    border: 1px solid #FE9700;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    text-align: center;
    line-height: 40px;
}

/* main logo center */
.main_logo_center {
    margin-right: 3rem;
}
.main_logo_center_img {
    width: 65px;
    height: 400px;
}
.main_logo_center_img img{
    width: 100%;
    height: 100%;
}


/* main logo left */
.main_logo_left_img {
    max-width: 265;
}
.main_logo_left_img img{
    width: 100%;
}

/* ########### MAIN REGISTER ############################*/
.main_register_form {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
}

/* main register right */
.main_register_form_right {
    position: relative;
    max-width: 400px;
    flex-direction: column;
    margin-top: 3rem;
    padding-right: 3rem;
}
.main_register_form_right_userName,
.main_register_form_right_fName_input,
.main_register_form_right_lName_input,
.main_register_right_form_password,
.main_register_right_form_phone,
.main_register_right_form_select {
    position: relative;
    display: flex;
    align-items: center;
    color: #9692a5;
}
.main_register_form_right_userName i,
.main_register_form_right_fName_input i,
.main_register_form_right_lName_input i,
.main_register_right_form_password .bx-lock-alt,
.main_register_right_form_phone i,
.main_register_right_form_select i {
    position: absolute;
    right: 3%;
}
.main_register_right_form_password .password {
    position: absolute;
    left: 3%;
}

.main_register_form_right {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.main_register_form_right input,
.main_register_form_right select {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: .5rem;
    border: #e3e9eb solid 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 0 3rem;
    color: #707070;
}

.main_register_form_right label {
    margin-top: 1rem;
    color: #707070;
}

.main_register_form_right input[type=text]:focus,
.main_register_form_right select[type=text]:focus{
    border: #e3e9eb solid 1px;
  }
  .main_register_form_right input[type=password]:focus,
  .main_register_form_right select[type=password]:focus {
    border: #e3e9eb solid 1px;
  }
  .main_register_form_right input:focus-visible,
  .main_register_form_right select:focus-visible {
    border: #e3e9eb solid 1px;
}

.main_register_form_right_fName,
.main_register_form_right_lName {
    margin-top: 1rem;
}
.main_register_form_right_fName {
    margin-left: 1rem;
}

.main_register_form_right option {
    appearance: none;
}
.main_register_right_form_phone {
    margin-top: .5rem;
}
/* .main_register_right_form_phone input {
    border-radius: 0px 5px 5px 0px;
}
.iti__selected-flag {
    position: absolute;
    top: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-radius: 5px 0px 0px 5px;
    height: 40px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
} */

.main_register_right_form_select {
    margin-bottom: 3rem;
}

.main_register_form_right span {
    color: #f81212;
    margin-right: 1rem;
}

/* main register center */
.main_register_form_center {
    width: 65px;
    margin-top: 3rem;
    margin-right: 6rem;
}
.main_register_form_right h1{
    margin-bottom: 1rem;
}



/* main register left */
.main_register_form_left {
    max-width: 400px;
    flex-direction: column;
    margin-top: 9.2rem;
    padding-left: 3rem ;
}
.main_register_form_left {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.main_register_form_left input,
.main_register_form_left select,
.main_register_form_left_textarea {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: .5rem;
    border: #e3e9eb solid 1px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 0 1rem;
    color: #707070;
}
.main_register_form_left_textarea {
    height: 110px;
    padding: 1rem;
}

.main_register_form_left_select_governorate {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin-left: 1rem;
}
.main_register_form_left_select_region {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.main_register_form_left input[type=text]:focus {
    border: #e3e9eb solid 1px;
  }
  .main_register_form_left input[type=password]:focus {
    border: #e3e9eb solid 1px;
  }
  .main_register_form_left input:focus-visible {
    border: #e3e9eb solid 1px;
}

.main_register_form_left label {
    margin-top: 1rem;
    color: #707070;
}
.main_register_form_left_btn {
 margin-top: 1.5rem;
 height: 40px;
 background-color: #FE9700;
 border: none;
 border-radius: 5px;
 cursor: pointer;
 color: #ffffff;
 font-size: 18px;
 box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.main_register_form_left_btn_login_setPassword {
    width: 100%;
    justify-content: stretch;
    margin-bottom: 3rem;
}
.main_register_form_left_btn_login_setPassword a {
    color: #FE9700;
}

.main_register_form_left_btn_login {
    width: 100%;
    height: 40px;
    margin-left: 1rem;
    border: 1px solid #FE9700;
    border-radius: 5px;
    cursor: pointer;
    color: #FE9700;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px #FE9700;
}
.main_register_form_left_btn_setPassword {
    width: 100%;
    height: 40px;
    border: 1px solid #FE9700;
    border-radius: 5px;
    cursor: pointer;
    color: #FE9700;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px #FE9700;
}

/* ########### MAIN HOME ############################*/

.products .title {
    text-align: center;
    margin-bottom: 1rem;
}
.products .title img {
    color: #FE9700;
}
.products .menu-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.products .menu-btns .btn {
    height: 30px;
    padding: 4px 14px;
    margin: 0 .3rem;
    border-radius: 5px;
    border: #cccccc 1px solid;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #707070;
    cursor: pointer;
}
.products .menu-btns .active {
    background-color: #FE9700;
    box-shadow: 0px 1px 3px #FE9700;
}
.products .menu-btns .btn a{
    font-size: 16px;
    color: #979797;
}
.products .menu-btns .active a{
    font-size: 16px;
    color: #ffffff;
}

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






/* .products view list items */
.list-items {
    display: flex;
    flex-direction: column;
    max-width: 1117px;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.list-items .item {
    display: flex;
    height: 200px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.list-items .item .right {
    width: 254px;
    height: 200px;
    border-radius: 0 5px 5px 0px;
    background-color: #e6e6e6;
    flex-shrink: none;
}
.list-items .item .right img {
    width: 100%;
    height: 100%;
    border-radius: 0 5px 5px 0px;
    object-fit: cover;
}

.list-items .item .left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #e6e6e6;
    padding-top: 1rem;
    padding-right: 2rem;
}
.list-items .item .left .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list-items .item .left .title h3{
    color: #FE9700;
    font-weight: 500;
}
.list-items .item .left .title span{
    padding-left: 1rem;
}
.list-items .item .left small{
    width: 63px;
    height: 20px;
    background-color: #cccccc;
    color: #707070;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2rem;
}
.list-items .item .left .name-addr {
    width: 100%;
    display: flex;
    justify-content: start;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: .5rem;
}
.list-items .item .left .name-addr .name{
    margin-left: 2rem;
    color: #FE9700;
}

.list-items .item .left .btns {
   display: flex;
   padding: 1rem 0;
}
.list-items .item .left .btns .call{
    background-color: #FE9700;
   width: 232px;
    height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.1);
    margin-left: .5rem;
    padding: .5rem;
}
.list-items .item .left .btns .soc{
    background-color: #ffffff;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #FE9700;
    box-shadow: 0px 0px 2px #FE9700;
    margin: 0 .5rem;
}
.list-items .item .left .btns .call a {
    color: #ffffff;
}
.list-items .item .left .btns .soc a {
    color: #25D366;
}
.products .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
}
.products .more-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    background-color: #FE9700;
    border: none;
    border-radius: 5px;
}
.products .more-btn button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    color: #ffffff;
    height: 40px;
}

/* grid view item */
.grid-items {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    border-radius: 5px;
    margin-bottom: 3rem;
}
.grid-items .item {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.grid-items .item .right{
    width: 300px;
    height: 250px;
    border-radius: 5px;
    background-color: #FE9700;
}
.grid-items .item .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.grid-items .item .left{
    width: 100%;
    padding-right: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.grid-items .item .left .title h3 {
    text-align: start;
    padding-top: .5rem;
    color: #FE9700;
    font-size: 18px;
    font-weight: 500;
}
.grid-items .item .left .title span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: .5rem 0;
}
.grid-items .item .left .name-addr{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
.grid-items .item .left .pay {
    width: 75px;
    height: 30px;
    border-radius: 5px;
    background-color: #FE9700;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.grid-items .item .left .pay a {
    color: #ffffff;
}
.grid-items .item .left small {
    display: none;
}
.grid-items .item .left .btns {
    display: none;
}


/* ########### MAIN ADD__ADS ############################*/
.add_ads {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
}

/* add ads right */
.add_ads__right {
    position: relative;
    max-width: 370px;
    width: 100%;
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 3rem 0;
    border: 1px solid #e6e6e6;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.add_ads__right__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 180px;
    margin: 1rem auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.add_ads__right__img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.add_ads__right__img h6 {
    text-align: center;
    margin: 0 20px;
}

.add_ads__right__report {
    padding-top: 2rem;
}
.add_ads__right__report ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 1rem;
}
.add_ads__right__report ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.add_ads__right__report ul li:not(:last-child){
    border-left: #d2d2d2 1px solid;
}
.add_ads__right__report ul li span {
    color: #FE9700;
}
.add_ads__right__report p {
    background-color: #fafafa;
    padding-top: 2rem;
    padding-right: .5rem;
    padding-left: 1rem;
    max-width: 350px;
    /* max-lines: 3;
    white-space: nowrap;
    text-overflow: ellipsis; */
    overflow: hidden;
}
.add_ads__right__report button {
    position: relative;
    background-color: #FE9700;
    display: flex;
    align-items: center;
    width: 266px;
    height: 40px;
    margin: 1rem auto;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.add_ads__right__report button a {
    width: 100%;
    color: #ffffff;
    text-align: center;
}
.add_ads__right__report button i {
    position: absolute;
    color: #ffffff;
    width: 40px;
}
.add_ads__right__profile ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.add_ads__right__profile ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: .5rem auto;
    width: 266px;
    height: 40px;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.add_ads__right__profile ul li.active,
.add_ads__right__profile ul li.active a {
    color: #FE9700;
}
.add_ads__right__profile ul li.active i {
    background-color: #FE9700;
    color: #ffffff;
}
.add_ads__right__profile ul li div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
    padding-left: 1rem;
}

.add_ads__right__profile ul li i {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
}

/* add ads left */
.add_ads__left {
    position: relative;
    max-width: 770px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    margin: 3rem 0;
    border: 1px solid #e6e6e6;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.add_ads__left .title {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: .5rem;
}
.add_ads__left .title i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 5px;
    margin-top: .4rem;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #FE9700;
}
.add_ads__left .title h3 {
    font-size: 18px;
    font-weight: 600;
    background-color: #ffffff;
    color: #303030;
    padding-right: 1rem;
    box-shadow: none;
}
.add_ads__left h3 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 16px;
    font-weight: 400;
    background-color: #F4F4F4;
    color: #303030;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.add_ads__right__form .head_ads {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin: .5rem auto;
}
.add_ads__right__form .head_ads input {
    width: 100%;
    height: 40px;
    padding-right: 2.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.add_ads__right__form .head_ads i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    left: auto;
    bottom: auto;
}
.add_ads__right__form .mainSection {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;

}
.add_ads__right__form .mainSection select {
    width: 100%;
    height: 40px;
    padding-right: 2.5rem;
    border-radius: 5px;
}
.add_ads__right__form .mainSection .right {
    margin-left: 1rem;
}
.add_ads__right__form .mainSection .icon_right {
    position: absolute;
    right: 1%;
    left: auto;
 }
 .add_ads__right__form .mainSection .icon_left {
    position: absolute;
    right: 53%;
    left: auto;
 }

 .add_ads__right__form .input__price {
    width: 100%;
    height: 40px;
    padding-right: 1rem;
    padding-left: .5rem;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
 }
 input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: auto;
  }
  .add_ads__right__form .sale_rent {
    align-items: center;
    margin: .5rem 0;
  }
  .add_ads__right__form .sale_rent label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 150px;
    height: 40px;
    padding: 8px 14px;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
  }

  .add_ads__right__form .sale_rent input:checked {
    position: absolute;
    opacity: 1;
    margin-left: 1rem;
  }
  .add_ads__right__form .sale_rent label span {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .add_ads__right__form .sale_rent input:checked ~ span {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    background-color: #FE9700;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    opacity: .8;
  }


  .add_ads__right__form .yes_no {
    display: flex;
    align-items: start;
  }
  .add_ads__right__form .yes_no h3{
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin-left: 1rem;
  }
  .add_ads__right__form .yes_no label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 50px;
    height: 40px;
    padding: 8px 14px;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-left: 1rem;
    margin-top: 1rem;
  }

  .add_ads__right__form .yes_no input:checked {
    position: absolute;
    opacity: 0;
    margin-left: 1rem;
  }
  .add_ads__right__form .yes_no input {
    position: absolute;
    opacity: 0;
  }
  .add_ads__right__form .yes_no label span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .add_ads__right__form .yes_no input:checked ~ span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    background-color: #FE9700;
    border: #E3E9EB 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    opacity: .8;
  }

  .add_ads__right__form .phone {
    max-width: 300px;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    border: #cccccc 1px solid;
    border-radius: 5px;
    height: 40px;
  }

  .add_ads__right__form .add_img {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: #FE9700 1.5px dashed;
    border-radius: 5px;
}
.add_ads__right__form .add_img i {
  font-size: 45px;
  color: #FE9700;
  margin-bottom: .5rem;
}
.add_ads__right__form .add_img label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.add_ads__right__form .add_img input {
    display: none;
}
.add_ads__right__form .btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #ffffff;
    background-color: var(--primaryColor);
    border: none;
    border-radius: 25px;
    height: 40px;
    margin: 2rem auto;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.add_ads__right__form .btn_submit:hover {
    background-color: #ffffff !important;
    color: var(--primaryColor) !important;
    border: solid 1px var(--primaryColor) !important;
}




/***************** my-favourite ___ favourite__left *******************************/
.favourite {
    max-width: 770px;
    width: 100%;
}
.favourite .wrapper__card .card {
    width: 100%;
    display: flex;
    border-radius: 5px;
    border: #cccccc 1px solid;
    margin-bottom: 2rem;
}
.favourite .wrapper__card .card .img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
    border: #cccccc 1px solid;
}
.favourite .wrapper__card .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: #cccccc 1px solid;
}
.favourite .wrapper__card .card__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.favourite .card__column .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.favourite .card__column .head h3 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0;
    margin-right: 1rem;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #F4F4F4;
    color: #FE9700;
    border-radius: 5px;
    box-shadow: none;

}
.favourite .card__column .head span {
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 600;
}
/*.favourite .card__column .row {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 1rem;*/
/*    width: 100%;*/
/*    max-width: 100%*/
/*}*/
.favourite .card__column .btns {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.favourite .card__column .btns div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100px;
    margin-left: 1rem;
    min-height: 30px;
    border-radius: 5px;
    background-color: #e6e6e6;
}
.favourite .card__column .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100px;
    margin-left: 1rem;
    min-height: 30px;
    border-radius: 5px;
    background-color: #e6e6e6;
    width: 90%;
    margin-right: 5%;
}
.favourite .card__column .btns i {
    font-size: 16px;
}
.favourite .card__column .btn i {
    font-size: 22px;
}
.favourite .card__column .btn h6 a {
    font-size: 1.3rem;
}
.favourite .card__column .bxs-badge-check {
    color: #FE9700;
}
.favourite .card__column .btns div:hover .bxs-badge-check {
    color: #ffffff;
}
.favourite .card__column .btns div:hover,
.favourite .card__column .btn:hover {
    color: #ffffff;
    background-color: #FE9700;
}
.favourite .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.favourite .pagination ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: #e6e6e6 1px solid;
    transition: all .3s;
}
.favourite .pagination ul li:hover {
    background-color: #FE9700;
    cursor: pointer;
    color: #ffffff;
}
.favourite .pagination ul li:hover a {
    color: #ffffff;
}
.favourite .pagination ul li:first-child {
    border-radius: 0 25px 25px 0;
    min-width: 70px;
}
.favourite .pagination ul li:first-child span{
   padding-right: 1.5rem;
}
.favourite .pagination ul li:first-child i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.favourite .pagination ul li:last-child {
    border-radius: 25px 0 0 25px;
}


/********************** tech_support ******************************/
.tech_support__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}
.tech_support__form .column {
    display: flex;
    flex-direction: column;
}
.tech_support__form .column h6 {
    margin: 1rem 0;
    color: #707070;
}
.tech_support__form label{
    color: #707070;
    margin-bottom: 5px;
}
.tech_support__form input {
    height: 40px;
    padding: 0 1rem;
    border-radius: 5px;
    border: #e6e6e6 1px solid;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}
.tech_support__form button {
    height: 40px;
    color: #ffffff;
    border-radius: 5px;
    border: #e6e6e6 1px solid;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #FE9700;
    margin-top: 2rem;
}
.tech_support__form button:hover {
    background-color: #056ad7;
    cursor: pointer;
}
.tech_support__form textarea {
    height: 100px;
    padding: .5rem 1rem;
    border-radius: 5px;
    border: #e6e6e6 1px solid;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

/********************** MY ADS ******************************/
.my_ads {
    max-width: 100%;
    width: 100%;
}
.my_ads .wrapper__card .card {
    width: 100%;
    display: flex;
    border-radius: 5px;
    border: #cccccc 1px solid;
    margin-bottom: 2rem;
}
.my_ads .wrapper__card .card .img {
    width: 200px;
    height: 150px;
    border-radius: 5px;
    border: #cccccc 1px solid;
}
.my_ads .wrapper__card .card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: #cccccc 1px solid;
}
.my_ads .wrapper__card .card__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my_ads .card__column .head {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-top: 1rem;
    margin-right: 1rem;
}
.my_ads .card__column .head h3 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    background-color: #F4F4F4;
    color: #FE9700;
    border-radius: 5px;
    box-shadow: none;

}
.my_ads .card__column .head span {
    margin-top: .5rem;
    font-size: 16px;
    font-weight: 600;
}
/*.my_ads .card__column .row {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 1rem;*/
/*}*/
.my_ads .card__column .btns,.card .card__column .btns {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.my_ads .card__column .btns div ,.my_ads .card__column .btns div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.6rem;
    min-height: 30px;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    background-color: #e6e6e6;
}
.my_ads .card__column .btns .prod-icon,.card .card__column .btns .prod-icon {
    font-size: 1.1rem;
    margin-left: 0.5rem !important;
}
.my_ads .card__column .btns h6 ,.my_ads .card__column .btns h6 a,
.card .card__column .btns h6 ,.card .card__column .btns h6 a
{
    font-size: 1.1rem;
}

.my_ads .card__column .btns div:hover,.card .card__column .btns div:hover {
    color: #ffffff;
    background-color: #FE9700;
}

/* pagination */
.my_ads .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.my_ads .pagination ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: #e6e6e6 1px solid;
    transition: all .3s;
}
.my_ads .pagination ul li:hover {
    background-color: #FE9700;
    cursor: pointer;
    color: #ffffff;
}
.favoumy_adsrite .pagination ul li:hover a {
    color: #ffffff;
}
.my_ads .pagination ul li:first-child {
    border-radius: 0 25px 25px 0;
    min-width: 70px;
}
.my_ads .pagination ul li:first-child span{
   padding-right: 1.5rem;
}
.my_ads .pagination ul li:first-child i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.my_ads .pagination ul li:last-child {
    border-radius: 25px 0 0 25px;
}


/* quest */
.quest > button {
    margin: 1rem auto;
    padding: 8px 64px;
    background-color: #FE9700;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.quest > button a {
    color: #ffffff;
}
.quest .row {
    display: flex;
    align-items: start;
}
.quest .add__quest {
    border-radius: 5px;
    border: #e3e9eb 1px solid;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.quest .add__quest .img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.quest .add__quest .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.quest .add__quest .column {
    padding: 1rem;
}
.quest .add__quest .column .row {
    align-items: center;
}
.quest .add__quest .column h6 {
    margin-left: 1.5rem;
}
.quest .add__quest .column  span {
    margin-right: 5px;
    color: #9692a5;
    font-size: 14px;
}
.quest .add__quest .column p {
    margin-top: .5rem;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: #e3e9eb 1px solid;
}
.quest .add__quest .column .btn {
    margin-top: 1rem;
    align-items: center;
}
.quest .add__quest .column .btn .btn__del,
.quest .add__quest .column .btn .btn__add {
    margin-left: 1rem;
    padding: 8px 32px;
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.quest .add__quest .column .btn .btn__del a,
.quest .add__quest .column .btn .btn__add a{
    color: #707070;
    font-size: 14px;
}
.quest .add__quest .column .btn .btn__add {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    white-space: nowrap;
}

 /* add comment */
.quest .add__comment {
    margin-right: 6rem;
    background-color: #F4F8FF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: #e3e9eb 1px solid;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

}
.quest .add__comment .img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.quest .add__comment .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.quest .add__comment .column {
    padding: 1rem;
}
.quest .add__comment .column .row {
    align-items: center;
}
.quest .add__comment .column h6 {
    margin-left: 1.5rem;
}
.quest .add__comment .column  span {
    margin-right: 5px;
    color: #9692a5;
    font-size: 14px;
}
.quest .add__comment .column p {
    margin-top: .5rem;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 1rem;
    border-bottom: #e3e9eb 1px solid;
}
.quest .add__comment .column .btn {
    margin-left: 1rem;
    padding: 8px 32px;
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.quest .add__comment .column .btn  a {
    color: #707070;
    font-size: 14px;
}

/* add__res */

.add__res {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 6rem;
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 1rem;
    border-radius: 5px;
    padding-bottom: 1rem;
    border: #e3e9eb 1px solid;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.add__res .row {
    margin-top: 1rem;
   display: flex;
   align-items: center;
}
.add__res h4 {
    margin-left: 1rem;
}
.add__res h4 a {
    color: #FE9700;
    font-size: 14px;
}
.add__res h6 a {
    color: #707070;
    font-size: 10px;
}
.add__res input {
    width: 100%;
    min-height: 70px;
    margin-top: 5px;
    background-color: #F8F8F8;
    padding: .5rem;
    border: #E6E6E6 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.add__res button {
    width: 50%;
    padding: 8px 32px;
    border: none;
    background-color: #FE9700;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

/************* account__verifi ***************************************/
.account__verifi .add_ads__right__form h3 {
    background-color: #ffffff;
    box-shadow: none;
    margin-bottom: 0rem;
}
.account__verifi .add_ads__right__form .sale_rent label {
   min-width: 220px;
}
.account__verifi .add_ads__right__form .sale_rent span {
    white-space: nowrap;
}
.account__verifi .add_ads__right__form .mainSection {
    margin-top: 2rem;
    flex-wrap: wrap;
}
.account__verifi .add_ads__right__form .mainSection span {
    color: #f81212;
    margin-right: 1rem;
}
.account__verifi .add_ads__right__form .mainSection select {
    margin-top: 5px;
    margin-bottom: .5rem;
    outline: none;
}
.account__verifi .add_ads__right__form .mainSection i {
    position: absolute;
    top: 45%;
    right: 5px;
    bottom: auto;
    left: auto;
}
.account__verifi .add_ads__right__form .mainSection__right {
    position: relative;
    max-width: 45%;
    width: 100%;
    margin-left: 2rem;
}
.account__verifi .add_ads__right__form .mainSection__left {
    position: relative;
    max-width: 45%;
    width: 100%;
}
.account__verifi .add_ads__right__form .mainSection__bottom {
    position: relative;
    margin-top: 1rem;
    max-width: 45%;
    width: 100%;
}
.account__verifi .add_ads__right__form p {
    margin-top: 1rem;
    padding: 8px 14px;
    background-color: #F4F4F4;
    border-radius: 5px;
}
.account__verifi .add_ads__right__form p span {
    margin-right: 1rem;
}

.account__verifi .add_ads__right__form .type__file {
    margin-top: 1rem;
    position: relative;
    margin-top: 1rem;
    max-width: 45%;
    width: 100%;
}
.account__verifi .add_ads__right__form .type__file select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    outline: none;
    padding-right: 2.5rem;
}
.account__verifi .add_ads__right__form .type__file i {
    position: absolute;
    top: 45%;
    right: 5px;
    left: auto;
    bottom: auto;
    display: flex;
    align-items: center;
}



@media (max-width: 992px) {

}
