ul {list-style: none; padding: 0; margin: 0;} 
a:hover{text-decoration: none;} a{text-decoration: none;} a:active{text-decoration: none;} a:foucs{text-decoration: none;}
img {max-width: 100%;position: relative;}
p {font-family: 'dinr';}
/* Font Family */
@font-face {
    font-family: 'dinb';
    src: url("../fonts/din_b.otf"); }

@font-face {
    font-family: 'dinr';
    src: url("../fonts/din_r.otf"); }

body {padding: 0;margin: 0; font-family: 'dinr'; text-align: left; direction: rtl;}

/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
  }
  ::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
  }
  ::-webkit-scrollbar-thumb {
    border: 0px solid #3e4c34;
    border-radius: 30px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
  }
  ::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
  }
  ::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
  }
  ::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
  }
  
  /* back to top */
  #button {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button:hover {
    cursor: pointer;
  }
 
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/** main site style **/

.wap {
  overflow: hidden;
}

header .logo {
    float: left;
    margin-right: 31px;
    padding: 20px 0;
    padding-left: 10px;
}

.icon_mobile i {
  color: #97069d;
  font-size: 25px;
  padding-top: 32px;
  cursor: pointer;
}
.icon_mobile {
  float: left;
  display: none;
}

header .menu_topmenu {
    float: left;
    padding-right: 22px;
    padding-top: 50px;
}

header .menu_topmenu .menu_header {
    width: 100%;
}

header .menu_topmenu .menu_header nav ul {
    float: right;
    direction: ltr;
}

header .menu_topmenu .menu_header nav ul li {
    display: inline-block;
    padding-right: 30px;
    position:relative;
    padding-bottom: 25px;
}

header .menu_topmenu .menu_header nav ul li a {
    color: #000;
    font-size: 14px;
    transition: 1s all;
    font-family: 'dinb';
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

header .menu_topmenu .menu_header nav ul li a i {
  font-size: 10px;
}

header .menu_topmenu .menu_header nav ul li a:hover {
  color: #97069d;
}

header {
  position: relative;
}

ul.lang {
  padding-right: 25px;
}

.account_lang {
  float: left;
  margin-right: 35px;
  display: -webkit-box;
  padding-top: 50px;
}

.account_lang i {
    font-size: 11px;
    padding-right: 3px;
    color: #ccc;
}

.account_lang li {
    position: relative;
}

.account_lang li a {
    color: #000;
    font-size: 16px;
    font-family: 'dinb';
}

.account_lang .sub_menu li {}

.account_lang .sub_menu li a {
    color: #fff;
    font-family: 'dinr';
}

.sub_menu {
 display: none;
 transition: 1s all;
 background: #97069d;
 position: absolute;
 width: 180px;
 border-radius: 4px;
 left: 0;
 z-index: 9999;
 right: 0;
}

.sub_menu li {
  padding: 10px 25px !important;
}

ul li:focus-within,
ul li:focus,
ul li:hover .sub_menu {
  display: block;
}

.search {
    float: left;
    padding-right: 30px;
    padding-top: 46px;
}

.search form {
    border: 1px solid #ddd;
    border-radius: 60px;
    padding: 5px 0px;
}

.search form select {
    border: 1px solid #fff;
    padding-left: 0px;
    float: left;
    margin-left: 6px;
}

.search form input {
    border: 1px solid #fff;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    text-align: left;
}

.search form button {
    background: inherit;
    border: 0;
    float: right;
}

.search form button i {}

.btn_ad_ads {
  float: right;
}

.btn_ad_ads a {
  /* background: #97069d; */
  color: #fff;
  height: 137px;
  display: block;
  line-height: 137px;
  padding: 0 10px 0px 4px;
  text-align: center;
  font-size: 13px;
  font-family: 'dinb';
  transition: 1s all;
}

.btn_ad_ads a:hover {
  /* background: #640268; */
}

/***** sliders ****/
.sliders {
  background: #efefef;
  padding: 30px 30px;
}

.sliders .swiper-slide {
  opacity: 0.3;
}

.sliders .swiper-slide-active {
  opacity: 1;
  margin: 0;
  padding: 0;
}

.sliders .swiper-slide-active:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0;
  top: 0;
  border-radius: 5px;
  background: #00000038;
}

.sliders .img_slider {}

.sliders .swiper-slide img {
  height: 440px;
  position: relative;
  border-radius: 5px;
}

.sliders .swiper-slide .details_slide {
    position: absolute;
    z-index: 999;
    top: 30%;
    right: 25%;
    text-align:center;
}

.sliders .swiper-slide .details_slide a {
    color: #fff;
    font-size: 32px;
    font-family: 'dinb';
}

.sliders .swiper-slide .details_slide p {
    color: #fff;
    font-size: 19px;
    margin-top: 10px;
}

.ads_here {
  background: #fff;
  padding: 23px;
  border-radius: 5px;
}

.ads_here span {
  color: red;
}

.ads_here h2 {
  font-size: 25px;
  color: #ff8b12;
}

.ads_here img {
    padding: 40px 0;
    width: 100%;
}

.ads_here a {
  color: #500253;
  font-size: 18px;
}

/***** sections ******/
.sections {
  padding: 30px 0;
  background: #500253;
  text-align:center;
  position:relative;
}

.sections .box_section img {
    margin: 10px 0;
}

.sections .box_section a {
    color: #fff;
    font-family: 'dinb';
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
}
/*****/

.all_ads {
    padding: 50px 10px;
}

.ad_ads_right {
  position: relative;
  width: 9%;
  float: right;
}

.ad_ads_right h1 {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 21px;
  color: #fff;
  font-size: 20px;
  font-family: 'dinb';
}

.ad_ads_right img {
  width: 100%;
  height: 470px;
  border-radius: 5px;
}

.all_ads .ad_ads_left {
  position: relative;
  width: 14%;
  float: left;
}


.last_ads {
    width: 65%;
    float: right;
}

.last_ads .box_last_ads {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.last_ads .box_last_ads img {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.last_ads .box_last_ads a {
  color: #97069d;
  font-size: 18px;
  font-family: 'dinb';
}

.last_ads .box_last_ads h3{
  color: #000;
  font-size: 19px;
  margin-top: 3px;
}

.most_sold {
    background: #f7f7f7;
    width: 24%;
    float: left;
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #00000017;
}

.most_sold .title_bar {
    margin-bottom: 23px;
}

.most_sold .title_bar h1 {
    margin: 0;
    color: #500253;
    font-size: 20px;
    font-family: 'dinb';
    border-right: 2px solid #97069d;
    padding-right: 10px;
}

.most_sold .all_most_sold {}

.all_most_sold li {
    padding-bottom: 10px;
}

.all_most_sold li .img {
    float: left;
}

.all_most_sold li .img img {
    width: 80px;
    height: 60px;
    padding-right: 10px;
    border-radius: 5px;
}

.all_most_sold li .details {
    float: left;
    display: contents;
}

.all_most_sold li .details a{
    color: #500253;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    margin-top: -8px;
}

.all_most_sold li .details h2 {
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
}

.all_most_sold li .details ul {}

.all_most_sold li .details ul li {
    display: inline-block;
    margin: 0;
}

.all_most_sold li .details ul li i {
    color: #ffcc09;
    font-size: 10px;
}

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

.highest_rating {
  padding: 50px 10px;
  background: #191919;
  display: -webkit-box;
}

.highest_rating .ad_ads_right img {
    height: 350px;
}

.slider_rating {
  padding: 0 15px;
  width: 90%;
  float: left;
  position: relative;
}

.slider_rating .title h1 {
  color: #fff;
  font-size: 23px;
  font-family: 'dinb';
  position: relative;
  padding-left: 34px;
  margin-bottom: 40px;
}

.slider_rating .title h1:before {
  content: url('../images/title.png');
  position: absolute;
  left: 0;
} 

.slider_rating .title {}

.swiper-container2 {
  overflow: hidden;
}

.slider_rating .box_rating {}

.slider_rating .img_box {
    margin-bottom: 14px;
    overflow: hidden;
}

.slider_rating .img_box:hover img {
  transform: scale(1.2);
}

.slider_rating .img_box .img_box {}

.slider_rating .img_box .rat {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}

.slider_rating .img_box .rat ul li {
    display: inline-block;
}

.slider_rating .img_box .rat ul li i {
    color: #ffcc09;
    font-size: 11px;
}

.slider_rating .img_box img {
    position: relative;
    width: 100%;
    height: 290px;
    border-radius: 5px;
    transition: 0.5s all;
}

.slider_rating .img_box h3 {
    position: absolute;
    bottom: 45px;
    left: 10px;
    background: #fff;
    color: #454bf1;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
}

.slider_rating a {
    color: #fff;
    font-size: 19px;
    margin: 10px 0;
}

.slider_rating .swiper-button-next {}

.slider_rating .swiper-button-prev {}

/******/

.all_ads_site {
  overflow: hidden;
  padding: 50px 20px;
}

.all_ads_site .box_ads_site {
    margin-bottom: 30px;
    overflow: hidden;
}

.all_ads_site .box_ads_site:hover img {
  transform: scale(1.2);
  padding-bottom: 12px;
}


.all_ads_site .box_ads_site img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: 0.5s all;
}

.all_ads_site .box_ads_site a {
  color: #97069d;
  font-size: 18px;
  font-family: 'dinb';
}

.all_ads_site .box_ads_site h3 {
  color: #000;
  font-size: 19px;
  margin-top: 3px;
}

.all_ads_site .row {
  width: 90%;
  float: right;
}

.ad_ads_left2 {
  width: 10%;
  float: left;
  position: relative;
}

.ad_ads_left2 h1 {
    position: absolute;
    z-index: 999;
    left: 20px;
    top: 0px;
    color: #000;
    font-size: 23px;
}

.ad_ads_left2 img {
  width: 100%;
  height: 395px;
}


.all_ads_site .title {
    margin-right: 20px;
}

.all_ads_site .title h1 {
  color: #000;
  font-size: 23px;
  font-family: 'dinb';
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}

.all_ads_site .title:before {
  content: url(../images/title.png);
  position: absolute;
  left: 20px;
}

/**** subscribe ****/
.last_company {
  background: url('../images/bg_sub.jpg') no-repeat fixed;
  background-size: cover; 
  padding: 50px 0;
  position: relative;
}

.last_company:after {
  background: #6e0372d4;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.last_company {}

.last_company .title {
  position: relative;
  z-index: 999;
  margin-bottom: 45px;
}

.last_company .title h1 {
  color: #fff;
  font-family: 'dinb';
  font-size: 28px;
}

.last_company .swiper-pagination-bullets {
  bottom: 8px !important;
}

/*****/
footer {
  background: #222222;
  padding: 50px 0;
}

footer .about_footer {}

footer .title {
  position: relative;
  margin-bottom: 40px;
}

footer .title h1 {
    font-family: 'dinb';
    color: #97069d;
    font-size: 26px;
    padding-left: 30px;
}

footer .title h1:after {
  content: url(../images/title.png);
  position: absolute;
  left: 0px;
  top: 3px;
}

footer .about_footer img {}

footer .about_footer p {
  color: #fff;
  margin: 20px 0;
  font-size: 15px;
  text-align: left;
}

footer .about_footer p i {
  color: #97069d;
  padding-right: 10px;
  float: left;
  padding-top: 6px;
}

footer .links_footer {}

footer .links_footer li {
    width: 49%;
    display: inline-block;
    padding-bottom: 10px;
}

footer .links_footer li a {
    color: #fff;
    transition: 0.5s all;
}

footer .links_footer li a:hover {
  color: #97069d;
}

.section2 {}

.section2 a {
    color: #fff !important;
}

.section2 h2 {
    color: #888 !important;
}

.copyright {
  background: #97069d;
  padding: 10px 0;
      display: flow-root;
}

.copyright p {
  float: right;
  font-size: 15px;
  color: #fff;
}

.copyright a {
  float: left;
  color: #fff;
  font-size: 15px;
}


/*********/
.bar_title {
  background: #500253;
  padding: 30px 0;
}

.bar_title span {
    color: #fff;
    font-size: 25px;
}

.bar_title a {
    color: #c004c7;
    font-size: 20px;
}

.pages {
  padding: 50px 0;
}

/** department **/
.department {}

.department .brands {}

.department .brands ul li {
  display: inline-block;
  width: 30%;
  padding-bottom: 20px;
  padding-left: 15px;
}

.department .brands ul li img {
  width: 100%;
  height: 90px;
}

.tab {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  float: left;
}
.tabs li {
  float: right;
  opacity: 0.5;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  color: #500253;
  font-family: 'dinb';
  letter-spacing: 0;
  outline: none;
  font-size: 18px;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.sortby {
float: right;
}

.sortby label {
  padding-left: 10px;
}

.sortby select {
  border: 1px solid #d4d2d2;
  padding-right: 15px;
  border-radius: 30px;
  padding: 0px 22px;
}

.last_ads2 {
  width: 100% !important;
  margin-top: 35px;
}

li.current {
  opacity: 1;
  background: #ddd;
  border-radius: 30px;
}

/***/
.sliders2 {
  background: #fff !important;
}

.message_send {
  background: #ddd;
  padding: 20px;
}

.message_send h1 {
  color: #282828;
  font-family: 'dinb';
  margin-bottom: 40px;
  font-size: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c1bfbf;
}

.message_send form {}

.message_send form textarea {
  width: 100%;
  padding: 15px;
  height: 270px;
  border: 1px solid #cac8c8;
  color: #000;
  text-align: left;
}

.message_send form button {
  border: 0;
  padding: 10px 30px;
  background: #500253;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  font-family: 'dinb';
  border-radius: 30px;
}

.sliders2 .swiper-slide-active:after {
  background: inherit !important;
}

.details_ads {}

.details_ads .price_ads {
    display: inline-block;
    width: 100%;
}

.details_ads .price_ads h1 {
  color: #97069d;
  font-size: 22px;
}

.details_ads .price_ads h3 {
  color: #000;
  font-size: 26px;
  font-family: 'dinb';
}

.btn_det_ads {
  float: right;
  margin-top: 30px;
  position:relative;
      z-index: 999;
}

.btn_det_ads a {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  padding: 13px 20px;
  padding-top: 4px;
  border-radius: 40px;
}

.btn_det_ads .follow {
  background: #97069d;
}

.btn_det_ads .send_message {
  background: #97069d;
}
.btn_det_ads .follow i {}

.btn_det_ads .report {
  background: #e44a4c;
}

.details_ads_all {
  background: #f4f2f2;
  padding: 10px;
  width: 100%;
  direction: ltr;
}

.details_ads_all li {
  display: inline-block;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
}

.details_ads_all li i {
  color: #97069d;
  font-size: 13px;
  padding-left: 10px;
}

.details_ads_all li:last-child {
  float: left;
  padding-left: 0;
}

.details_ads_all li:last-child i {
  color: red;
  cursor: pointer;
  font-size: 22px !important;
}

.par_ads {}

.par_ads p {
  color: #000;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.Specifications {}

.Specifications h1 {
  color: #97069d;
  font-size: 22px;
}

.Specifications li {
  width: 49%;
  display: inline-block;
  color: #000;
  font-size: 16px;
}

.map h1 {
  color: #97069d;
  font-size: 22px;
}

.links_share {}

.links_share h1 {
  color: #97069d;
  font-size: 22px;
}

.links_share li {
  display: inline-block;
}

.links_share li i {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  padding: 0;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  margin-left: 7px;
  text-align: center;
}

/** register_page **/

.register_page form label {
  color: #000;
  font-family: 'dinb';
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.register_page form label span {color: #500253;font-size: 14px;font-family: 'dinr';}

.check_form input[type="checkbox"] {
  width: 20px;
  height: 14px;
}

.font-janna a {
  display: inherit !important;
}

.register_page form input {
  border: 0;
  border-bottom: 1px solid #ddd;
  height: 47px;
  color: black;
  padding-right: 0;
  margin: 0;
  background: inherit !important;
  text-align: left;
}

.register_page form .numer_inp select {border: 0;width: initial !important;padding-bottom: 0px !important;margin-left: 16px;direction: initial;}

.register_page form .input-group select {width: 100%;border-bottom:  1px solid #ddd;border-top: 1px solid #fff;border-left: 1px solid #fff;border-right: 1px solid #fff;background: inherit;padding-right: 10px;padding-bottom: 21px;text-align: left;}

.register_page form .btn_form {
  margin-top: 50px;
}

.btn_form button {background: #500253;border: 0;border-radius: 36px;padding: 0 26px;font-family: 'dinb';color: #fff;cursor: pointer;font-size: 18px;line-height: 50px;}

.register_page a {
  color: #500253;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-family: 'dinb';
}

.one_form .btn-success {
  background: #500253;
  border: 0;
  color: #fff;
  border-radius: 30px !important;
  padding: 10px 20px;
}

.register_page h3 {
  color: #97069d;
  font-size: 21px;
  font-family: 'dinb';
  margin-top: 30px;
}

.register_page textarea {
  width: 100%;
  height: 150px;
  border: 0;
  background: #ddd;
  padding: 10px;
}

.one_form {
  width: 100%;
}


/***/
.modal_message {
  text-align: center;
  padding: 40px;
}

.modal_message h1 {
  color: #97069d;
  font-size: 32px;
  font-family: 'dinb';
}

.modal_message p {
  color: #000;
    font-family: 'dinb';
    font-size: 18px;
    margin-top: 20px;
}

.modal_message a {
  background: #97069d;
  border: 0;
  border-radius: 36px;
  padding: 13px 40px;
  font-family: 'dinb';
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 60px;
  padding-top: 5px;
}


/* profile */

.profile_page {}

.profile_page .links_prof ul li {
  padding-bottom: 24px;
}

.profile_page .links_prof ul li a {
  color: #000;
  font-size: 18px;
  transition: 1s all;
}

.profile_page .links_prof ul li a.active {
  font-weight: 700;
  color: #b0282c;
}

.profile_page .links_prof ul li a:hover {
color: #b0282c;
}

.all_data {
  background: #f3f0f0;
  padding: 25px;
  display: inline-block;
  width: 100%;
}

.all_data .input_pay {
width: 100%;
height: 57px;
background: #fff;
border: 1px solid #ddd;
color: #000;
font-size: 18px;
margin-top: 20px;
padding-left: 20px;
text-align: left;
}

.all_data button {background: #69106d;border: 0;border-radius: 59px;padding: 0 34px;font-family: 'dinb';color: #fff;/* margin-right: 18px; */cursor: pointer;margin-top: 40px;font-size: 18px;padding: 10px 20px !important;line-height: 30px;margin: 0 !important;}

.all_data .pad_top {
margin-top: 30px;
}

.title_prof {
font-size: 18px;
color: #b0282c;
font-family: 'dinb';
}

.all_data .address_view {
  float: right;
}

.all_data .address_view li {
  padding-bottom: 14px;
  color: #8e8e8e;
}

.all_data .links_pro_address {
float: left;
}

.all_data .links_pro_address .edit_address {
background: #cd9307;
padding: 0 15px;
color: #fff;
font-size: 16px;
font-family: 'dinb';
margin-left: 20px;
border-radius: 4px;
line-height: 40px;
display: inline-block;
}

.all_data .links_pro_address .remove_address {
background: #681516;
padding: 0 15px;
color: #fff;
font-size: 16px;
font-family: 'dinb';
margin-left: 20px;
border-radius: 4px;
line-height: 40px;
display: inline-block;
}

.profile_page .filter_prof {
  float: left;
  margin-bottom: 13px;
  background: inherit;
  border: 0;
}

.all_data .img_profile_bid {
  float: right;
}

.all_data .img_profile_bid img {
  width: 230px;
  height: 170px;
}

.all_data .details_bids {
  float: right;
  margin-right: 30px;
}

.all_data .details_bids h1 {
  color: #b0282c;
  font-family: 'dinb';
  font-size: 18px;
  margin-bottom: 20px;
}

.details ul li
{
  display: inline-block;
  color: orange;
}

.all_data .details_bids ul {}

.all_data .details_bids ul li {
  padding-bottom: 21px;
  color: #000;
  font-weight: 800;
}

.all_data .details_bids ul li span {
  font-weight: 200;
}

.all_data .icon_win {
  color: #27d414;
  font-size: 30px;
  float: left;
  margin-top: 67px;
}

.pay_now {
color: #681516;
font-family: 'dinb';
  font-size: 18px;
}

.all_data table {
  font-size: 14px;
}

.all_data table thead {
  background: #d6d6d6;
}

.all_data table thead th{
  border: 0;
  color: #737373;
}

.all_data table tbody th {
  border: 0;
}

.links_prof span {
  float: right;
  background: #e82222;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}

.all_data .img_prof {
    position: relative;
    text-align: center;
}

.all_data .img_prof i {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
}

.all_data .img_prof img {
    height: 300px;
    width: 100%;
}

.all_data .top_bar_ads {
  width: 100%;
  display: inherit;
}

.all_data .top_bar_ads h3 {
    font-size: 18px;
    color: #000;
    float: left;
}

.all_data .top_bar_ads form {
    float: right;
    display: -webkit-box;
    width: 30%;
}

.all_data .top_bar_ads form h2 {
  font-size: 18px;
  color: #000;
  padding-left: 20px;
}

.all_data .top_bar_ads form select {
    border: 0;
    padding: 6px 35px;
}

.all_data .ads_prof {
    margin-bottom: 30px;
}

.all_data .ads_prof a{}

.all_data .ads_prof img {
    height: 150px;
    margin-top: 15px;
}

.all_data .ads_prof h1 a {
    color: #97069d;
    font-size: 16px;
    font-family: 'dinb';
}

.all_data .ads_prof h1 {
  margin: 0;
  padding: 0;
}

.all_data .ads_prof h3 {
    color: #000;
    font-size: 16px;
}

.delet {
  color: red;
  padding-right: 10px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-table;
}

.all_message {
  margin-top: 30px;
}

.all_data table tbody th i {
  color: red;
}

.all_chat {}

.all_chat .top_chat {
    background: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    border-radius: 2px;
}

.all_chat .top_chat .user_chat {
    float: right;
     text-align:center;
}

.all_chat .top_chat .user_chat img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
   
    
}

.all_chat .top_chat .user_chat a {
    display: block;
    color: #000;
}

.all_chat .top_chat .user_tools {
    float: left;
    margin-top: 40px;
}

.active_user {
    color: #0aef0a !important;
}

.all_chat .top_chat .user_tools img {}

.all_chat .top_chat .user_tools img {
    margin-right: 20px;
    margin-left: 4px;
}

.all_chat .top_chat .user_tools a.cart {
    color: #500253;
    font-size: 17px;
    font-family: 'dinb';
}

.all_chat .top_chat .user_tools a.cart img{}

.chat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 297px;
overflow-y: scroll;
}
.chat ul li {
  margin: 45px 0 0 0;
  font-weight: 300;
}
.chat ul li a.user {
  margin: -30px 0 0 0;
  display: block;
  color: #333;
}
.chat ul li a.user img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f3f3f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.chat ul li .date {
  font-size: 14px;
  color: #a6a6a6;
}
.chat ul li .message {
  display: block;
  padding: 10px;
  position: relative;
  color: #000;
  font-size: 15px;
  background-color: #e2f2e3;
  border-radius: 3px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}
.chat ul li .message:before {
  content: '';
  position: absolute;
  border-top: 16px solid rgba(0, 0, 0, 0.15);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.chat ul li .message:after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 17px solid #e2f2e3;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
}
.chat ul li .message.blur p {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.chat ul li .message.blur .hider {
  opacity: 1;
  z-index: 1;
}
.chat ul li .message p {
  margin: 0;
  padding: 0;
  transition: all 0.1s;
}
.chat ul li .message .hider {
  opacity: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -10px;
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.chat ul li .message .hider span {
  display: block;
  position: relative;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.chat ul li.other a.user {
  float: right;
}
.chat ul li.other .date {
  float: right;
  margin: -20px 10px 0 0;
}
.chat ul li.other .message {
  margin: 0 90px 0 0;
}
.chat ul li.other .message:before {
  margin: -9px -16px 0 0;
  right: 0;
}
.chat ul li.other .message:after {
  content: '';
  right: 0;
  margin: 0 -15px 0 0;
}
.chat ul li.you a.user {
  float: left;
}
.chat ul li.you .date {
  float: left;
  margin: -20px 0 0 10px;
}
.chat ul li.you .message {
  margin: 0 0 0 90px;
  text-align: -webkit-left;
}
.chat ul li.you .message:before {
  margin: -9px 0 0 -16px;
  left: 0;
}
.chat ul li.you .message:after {
  content: '';
  left: 0;
  margin: 0 0 0 -15px;
}

.chat {
  padding: 10px;
  background: #fff;
  border-radius: 2px;
  margin-top: 20px;
}

.form_chat {}

.form_chat input {
    width: 75%;
    height: 52px;
    padding: 10px;
    margin-top: 28px;
    border-radius: 35px;
    border: 1px solid #ddd;
}

.form_chat button {}

.links_chat {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 2px;
}

.links_chat a {
  color: #000;
  font-size: 18px;
  font-family: 'dinb';
  display: block;
  text-align: center;
  margin: 10px 0;
}

.terms {}

.terms p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
}

.commission h3 {
    font-size: 20px;
    color: #000;
}

.commission h1 {
    float: right;
    font-size: 20px;
}

.commission h1 span {
    font-family: 'dinb';
}

.commission h5 {
    margin-right: 54px;
    float: right;
    background: #ddd;
    padding: 10px 37px;
    margin-bottom: 30px;
    border-radius: 30px;
}

.commission h5 span {
    font-family: 'dinb';
}

.commission .row {
  width: 100%;
}

form {
  width: 100%;
}

.store {}

.store .cover {
    position: relative;
}

.store .cover img {
    width: 100%;
    height: 260px;
}

.store .cover .btn_det_ads {
    position: absolute;
    z-index: 999;
    left: 2%;
    top: 25%;
}

/*** contact_page ***/

.contact_page {}

.contact_page form {}

.contact_page form input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 0;
    background: #efefef;
    margin-bottom: 30px;
    text-align: left;
}

.contact_page form textarea {
    background: #efefef;
    width: 100%;
    height: 230px;
    padding: 15px;
    border: 0;
    text-align: left;
}

.contact_page form button {
  background: #500253;
  border: 0;
  border-radius: 30px;
  padding: 18px 42px;
  font-family: 'dinb';
  color: #fff;
  margin-right: 18px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 20px;
}

.contact_page .info_contact {
    direction: ltr;
}

.contact_page .info_contact li {
    padding-bottom: 30px;
    color: #000;
    font-size: 16px;
}

.contact_page .info_contact li i {
    color: #500253;
    padding-right: 10px;
    float: inline-end;
    padding-top: 7px;
}

.contact_page .info_contact li a {
  color: #000;
}


.user_cart {
    padding-right: 15px;
}

.message_header {
    padding-right: 15px;
}

.change_color {
    position: fixed;
    z-index: 999999;
    left: 3px;
    top: 53%;
}



.change_color {
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 53%;
}

.change_color i {
    font-size: 25px;
    background: #000;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}

.switch_color {
    background: #d6d6d6;
    padding: 10px;
    position: absolute;
    left: -108px;
    transition: 1s all;
    top: 50px;
    border-radius: 0px 4px 4px 0px;
}
.switch_color li {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    height: 30px;
    padding: 10px;
}

.switch_color a:first-child {background: #97069d;}
.switch_color a:last-child {background: #000;}

.left0 {
    left:0 !important;
}

.btn-group.btn-group-justified img {
    max-width: inherit;
}

div#nestedlevel1 img {
    
}

div#nestedlevel2 img {
    width: 50%;
}

.btnfocus {
    width: 213px;
}

.btn-group.btn-group-justified {
    overflow: auto;
}

.active, .btn:hover {
    
}

.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #ffffff !important;
    cursor: pointer;
    font-size: 18px;
}


@media (max-width:500px) {
    .btn-group>.btn-group {
    float: right;
    width: 149px !important;
}
}


@media (max-width: 770px) {
.icon_mobile {
    display: block !important;
    padding-top: 24px;
    padding-left: 20px;
    padding-bottom: 15px;
    float: right !important;
    padding-right: 20px;
}
}

@media (max-width:450px) {
    .btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
    width: 100px;
}
}

.btn-group button h5 {
    font-size: 20px;
}

@media (max-width: 500px){
.account_lang {
    float: left;
    display: -webkit-box;
    padding-top: 14px;
    text-align: left;
    clear: both;
    margin: 0 auto;
    width: inherit;
    margin-bottom: 0px;
}

.btn_ad_ads a {
    height: 80px;
    line-height: 80px !important;
}
}
