@charset "UTF-8";
.orange {
  color: #ff9800 !important;
}

.bg-orange {
  background-color: #ff9800 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.gri {
  color: #f2f2f2;
}

.form-control:focus {
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: 0 0 0 !important;
}

#header .login-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#header .login-buttons a:hover {
  border-bottom: 2px solid #E88934;
}
#header .login-buttons a {
  border-bottom: 2px solid #fff;
  font-weight: 600;
}
#header .logo img {
  width: 235px;
}
#header .sat {
  display: flex;
  display: -ms-flexbox;
  border: 1px solid #E88934;
  display: flex;
  border-radius: 39px;
  width: 100px;
  height: 100%;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  color: #E88934;
  cursor: pointer;
}
#header .sat:hover {
  background: #E88934;
  color: #fff;
}
#header .sat * {
  font-size: 21px;
}
#header .takasla img {
  width: 155px;
}
#header .message img {
  width: 36px;
}
#header .bell img {
  width: 26px;
}
#header .y img {
  width: 44px;
}
#header input {
  max-width: 467px;
  max-height: 47px;
  width: 100%;
  height: 47px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 7px;
  padding: 7px 7px 7px 45px;
  outline: none;
}
#header .search-btn {
  width: 34px;
  height: 47px;
  top: 0;
  left: 7px;
  position: absolute;
  border: 0;
}
#header .search-form {
  position: relative;
}
#header .htr {
  height: 90px;
  padding: 24px 0;
}
@media (max-width: 1400px) {
  #header .sat {
    display: flex;
    display: -ms-flexbox;
    border: 1px solid #E88934;
    display: flex;
    border-radius: 16px;
    width: 100px;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    color: #E88934;
    cursor: pointer;
  }
  #header .sat:hover {
    background: #E88934;
    color: #fff;
  }
  #header .sat * {
    font-size: 21px;
  }
  #header .takasla img {
    width: 140px;
  }
  #header .message img {
    width: 30px;
  }
  #header .bell img {
    width: 22px;
  }
  #header .y img {
    width: 35px;
  }
}
@media (max-width: 1200px) {
  #header .htrr .col {
    width: auto;
    padding: 0 7px;
  }
  #header input {
    height: 42px;
  }
  #header .search-btn {
    width: 34px;
    height: 42px;
  }
  #header .logo img {
    width: 220px;
  }
}
@media (max-width: 991px) {
  #header .htrr .col {
    width: auto;
    padding: 0 6px;
  }
  #header input {
    height: 32px;
    font-size: 12px;
  }
  #header .search-btn {
    width: 27px;
    height: 32px;
  }
  #header .logo img {
    width: 160px;
  }
  #header .sat {
    display: flex;
    display: -ms-flexbox;
    border: 1px solid #E88934;
    display: flex;
    border-radius: 16px;
    width: 100px;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    color: #E88934;
    cursor: pointer;
  }
  #header .sat:hover {
    background: #E88934;
    color: #fff;
  }
  #header .sat * {
    font-size: 21px;
  }
  #header .takasla img {
    width: 107px;
  }
  #header .message img {
    width: 20px;
  }
  #header .bell img {
    width: 13px;
  }
  #header .y img {
    width: 26px;
  }
}
@media (max-width: 767px) {
  #header .htr {
    padding: 20px;
    height: 110px;
  }
}
#header .menu-line {
  height: 20px;
  background-color: #ff9800;
}
#header .menu {
  padding: 20px 0 0;
  height: 56px;
  position: relative;
  box-shadow: 0px 4px 5px #ccc;
}
#header .menu .header-menu .menu-kategory-btn {
  display: flex;
  cursor: pointer;
}
#header .menu .header-menu .menu-kategory-btn img {
  width: 22px;
  margin: 6px 0 0 8px;
}
#header .menu .header-menu > div > a {
  color: #ff9800 !important;
}
#header .menu .header-menu:first-child > div > a {
  color: #000000;
}
#header .menu .open-menu {
  background: #fff;
  box-shadow: 0px 4px 5px #ccc;
  position: absolute;
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 0;
  transition: 0.7s;
  z-index: 50;
}
#header .menu .open-menu > div {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #header .menu .open-menu {
    margin: 36px 0 0;
    position: fixed;
    overflow: auto;
  }
  #header .menu .open-menu a {
    color: #ff9800 !important;
  }
  #header .menu .open-menu > div {
    margin-top: 0;
  }
}
#header .menu .open-menu > div > ul {
  display: grid;
  grid-template-columns: 23% 24% 23% 24%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media (max-width: 767px) {
  #header .menu .open-menu > div > ul {
    grid-template-columns: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-left: 15px;
  }
}
#header .menu .open-menu .sub-menu > ul {
  padding: 10px 0;
}
#header .menu .open-menu .sub-menu > ul li {
  padding: 5px 0;
}
#header .menu #hamburger-button {
  float: right;
}
#header .menu .navbar-toggler {
  border: 0 !important;
}
#header .menu .navbar-toggler:focus,
#header .menu .navbar-toggler:active,
#header .menu .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none !important;
  border: 0;
}
#header .menu .toggler-icon {
  width: 30px;
  height: 3px;
  display: block;
  transition: all 0.2s;
}
#header .menu .middle-bar {
  margin: 5px;
}
#header .menu .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 14% 13%;
  background-color: #000;
}
#header .menu .main_header .navbar-toggler .top-bar {
  background-color: #fff;
}
#header .menu .navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .menu .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 9% 10%;
  background-color: #000;
}
#header .menu .main_header .navbar-toggler .bottom-bar {
  background-color: #fff;
}
#header .menu .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
#header .menu .navbar-toggler.collapsed .middle-bar {
  opacity: 100;
  filter: alpha(opacity=100);
}
#header .menu .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
#header .menu .navbar-toggler.navbar-toggler.collapsed .toggler-icon {
  background-color: #000000;
}
#header .menu .main_header .toggler-icon {
  background-color: #ffffff !important;
}

.profile_but {
  background: #f2f2f2;
  color: #ff9800 !important;
  font-size: 19px;
  text-align: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.m-eteu-contant {
  width: 100%;
  padding: 25px;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: 2px 4px 5px #ccc;
}

.mss-contant {
  width: 100%;
  border-radius: 8px;
  box-shadow: 2px 4px 5px #ccc;
  position: relative;
}
.mss-contant > img {
  border-bottom: 4px solid #e88939;
}
.mss-contant .mss-fav {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 100%;
  background-color: #161616;
  padding: 7px 4px 6px 4px;
  color: #ff9800;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mss-contant .mss-fav a i {
  font-size: 15px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-icon {
  width: 100%;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
  text-align: center;
}

.mp-contant {
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 6px;
}

.m-contry-search {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.m-contry-search div {
  box-shadow: 2px 2px 3px #ccc;
  border-radius: 6px;
  padding: 5px 8px;
  margin: 8px 5px;
}

.prl-title img {
  width: 60px;
}

.prlist-price {
  display: flex;
  width: 100%;
  position: relative;
}

.filter-menu .fm-filter-btn img {
  width: 36px;
}
.filter-menu .selectbox {
  position: relative;
}
.filter-menu .selectbox * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-menu .selectbox *:focus {
  outline: none;
}
.filter-menu .selectbox html,
.filter-menu .selectbox body {
  height: 100%;
  min-height: 100%;
}
.filter-menu .selectbox body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-bottom: 100px;
  margin: 0;
  background-color: #ebf3f3;
}
.filter-menu .selectbox .brd {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}
.filter-menu .selectbox #info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #2d3667;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  background-color: #f3f9f9;
}
.filter-menu .selectbox #app-cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 300px;
  height: 42px;
  margin: 0 auto 0 auto;
  z-index: 1;
}
.filter-menu .selectbox #select-button {
  position: relative;
  height: auto;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.filter-menu .selectbox #options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.filter-menu .selectbox #selected-value {
  font-size: 16px;
  line-height: 1;
  margin-right: 26px;
}
.filter-menu .selectbox #selected-value img {
  width: 25px;
}
.filter-menu .selectbox .option i {
  width: 16px;
  height: 16px;
}
.filter-menu .selectbox .option,
.filter-menu .selectbox .label {
  color: #2d3667;
  font-size: 16px;
}
.filter-menu .selectbox #chevrons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 26px 14px;
}
.filter-menu .selectbox #chevrons img {
  width: 30px;
  height: auto;
}
.filter-menu .selectbox #chevrons i {
  display: block;
  height: 50%;
  color: #d1dede;
  font-size: 12px;
  text-align: right;
}
.filter-menu .selectbox #options-view-button:checked + #select-button #chevrons i {
  color: #2d3667;
}
.filter-menu .selectbox .options {
  position: absolute;
  left: 0;
  width: 250px;
}
.filter-menu .selectbox #options {
  position: absolute;
  right: 0;
  left: 0;
  width: 298px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}
.filter-menu .selectbox #options img {
  width: 24px;
  position: absolute;
  padding: 5px;
}
.filter-menu .selectbox #options-view-button:checked ~ #options {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}
.filter-menu .selectbox .option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}
.filter-menu .selectbox .option i {
  position: absolute;
  left: 14px;
  padding: 0;
  display: none;
}
.filter-menu .selectbox #options-view-button:checked ~ #options .option i {
  display: block;
  padding: 12px 0;
}
.filter-menu .selectbox .label {
  display: none;
  padding: 0;
  margin-left: 27px;
}
.filter-menu .selectbox #options-view-button:checked ~ #options .label {
  display: block;
  padding: 12px 14px;
}
.filter-menu .selectbox .s-c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.filter-menu .selectbox .s-c.top {
  top: 0;
}
.filter-menu .selectbox .s-c.bottom {
  bottom: 0;
}
.filter-menu .selectbox input[type=radio] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.filter-menu .selectbox .s-c:hover ~ i {
  color: #fff;
  opacity: 0;
}
.filter-menu .selectbox .s-c:hover {
  height: 100%;
  z-index: 1;
}
.filter-menu .selectbox .s-c.bottom:hover + i {
  bottom: -25px;
  -webkit-animation: moveup 0.3s ease 0.1s forwards;
          animation: moveup 0.3s ease 0.1s forwards;
}
.filter-menu .selectbox .s-c.top:hover ~ i {
  top: -25px;
  -webkit-animation: movedown 0.3s ease 0.1s forwards;
          animation: movedown 0.3s ease 0.1s forwards;
}
@-webkit-keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.filter-menu .selectbox .label {
  transition: 0.3s ease all;
}
.filter-menu .selectbox .opt-val {
  position: absolute;
  left: 14px;
  width: 217px;
  height: 21px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
}
.filter-menu .selectbox .option input[type=radio]:checked ~ .opt-val {
  opacity: 1;
  transform: scale(1);
}
.filter-menu .selectbox .option input[type=radio]:checked ~ i {
  top: 0;
  bottom: auto;
  opacity: 1;
  -webkit-animation: unset;
          animation: unset;
}
.filter-menu .selectbox .option input[type=radio]:checked ~ i,
.filter-menu .selectbox .option input[type=radio]:checked ~ .label {
  color: #fff;
}
.filter-menu .selectbox .option input[type=radio]:checked ~ .label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.filter-menu .selectbox #options-view-button:not(:checked) ~ #options .option input[type=radio]:checked ~ .opt-val {
  top: -30px;
}
.filter-menu .selectbox .option:nth-child(1) input[type=radio]:checked ~ .label:before {
  background-color: #000;
  border-radius: 4px 4px 0 0;
}
.filter-menu .selectbox .option:nth-child(1) input[type=radio]:checked ~ .opt-val {
  top: -31px;
}
.filter-menu .selectbox .option:nth-child(2) input[type=radio]:checked ~ .label:before {
  background-color: #ea4c89;
}
.filter-menu .selectbox .option:nth-child(2) input[type=radio]:checked ~ .opt-val {
  top: -71px;
}
.filter-menu .selectbox .option:nth-child(3) input[type=radio]:checked ~ .label:before {
  background-color: #0057ff;
}
.filter-menu .selectbox .option:nth-child(3) input[type=radio]:checked ~ .opt-val {
  top: -111px;
}
.filter-menu .selectbox .option:nth-child(4) input[type=radio]:checked ~ .label:before {
  background-color: #32c766;
}
.filter-menu .selectbox .option:nth-child(4) input[type=radio]:checked ~ .opt-val {
  top: -151px;
}
.filter-menu .selectbox .option:nth-child(5) input[type=radio]:checked ~ .label:before {
  background-color: #f48024;
}
.filter-menu .selectbox .option:nth-child(5) input[type=radio]:checked ~ .opt-val {
  top: -191px;
}
.filter-menu .selectbox .option:nth-child(6) input[type=radio]:checked ~ .label:before {
  background-color: #006400;
  border-radius: 0 0 4px 4px;
}
.filter-menu .selectbox .option:nth-child(6) input[type=radio]:checked ~ .opt-val {
  top: -231px;
}
.filter-menu .selectbox #option-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  transition: 0.3s ease all;
  z-index: 1;
  display: none;
}
.filter-menu .selectbox #options-view-button:checked ~ #options #option-bg {
  display: block;
}
.filter-menu .selectbox .option:hover .label {
  color: #fff;
}
.filter-menu .selectbox .option:hover ~ #option-bg {
  top: 0;
  background-color: #ff9800;
  border-radius: 4px 4px 0 0;
}

.filter-contant .fc-exit img {
  width: 15px;
}
.filter-contant .range {
  height: 40px;
}
.filter-contant .range input[type=range] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 400px;
  margin: 0;
  padding: 0 2px;
  /* Add some L/R padding to ensure box shadow of handle is shown */
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(#ff9800, #ff9800) no-repeat center;
  /* Use a linear gradient to generate only the 2px height background */
  background-size: 100% 8px;
  pointer-events: none;
}
.filter-contant .range input[type=range]:active, .filter-contant .range input[type=range]:focus {
  outline: none;
}
.filter-contant .range input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 28px;
  background-color: #fff;
  position: relative;
  margin: 5px 0;
  /* Add some margin to ensure box shadow is shown */
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
.filter-contant .range input[type=range]::-webkit-slider-thumb::before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}
.filter-contant .range .multi-range {
  position: relative;
  height: 10px;
}
.filter-contant .range .multi-range input[type=range] {
  position: absolute;
}
.filter-contant .range .multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: red;
}
.filter-contant .range .multi-range input[type=range]:nth-child(2) {
  background: none;
}
.filter-contant .range .multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: grey;
}

.filter-checkbox {
  background-color: #f2f2f2;
  border-radius: 8px;
  transition: 0.3s;
  /* HIDE RADIO */
  /* IMAGE STYLES */
}
.filter-checkbox:hover {
  background-color: #333;
}
.filter-checkbox img {
  width: 80%;
  padding: 15px;
  margin: auto;
}
.filter-checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-checkbox [type=checkbox] + img {
  cursor: pointer;
}

.form-range::-webkit-slider-thumb {
  background-color: #fff;
}

.form-range::-webkit-slider-thumb {
  background-color: #fff;
}

.filter-radio {
  background-color: #f2f2f2;
  border-radius: 8px;
  transition: 0.3s;
  /* HIDE RADIO */
  /* IMAGE STYLES */
}
.filter-radio:hover {
  background-color: #333;
}
.filter-radio img {
  width: 80%;
  padding: 15px;
  margin: auto;
}
.filter-radio [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.filter-radio [type=radio] + img {
  cursor: pointer;
}

.hvr-trnc:hover {
  background-color: #ff9800;
}

.product-detail .product-detail-slider .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.product-detail .pd-top {
  display: flex;
  align-items: center;
  justify-content: right;
}
.product-detail .pd-top .clock img {
  width: 38px;
}
.product-detail .pd-top .like img {
  width: 73px;
}
.product-detail .pd-takas {
  display: flex;
}
.product-detail .pd-takas img {
  width: 54px;
}
.product-detail .pd-views {
  display: flex;
  align-items: center;
  justify-content: right;
}
.product-detail .pd-views .heart img {
  width: 32px;
}
.product-detail .pd-views .eye img {
  width: 51px;
}
.product-detail .pd-model {
  display: flex;
}
.product-detail .pd-model > div {
  border: solid 1px #E5E5E5;
  border-radius: 20px;
  padding: 12px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 20px 10px 0;
  position: relative;
}
.product-detail .pd-model > div::after {
  content: url("/secondHand/images/arrow-right-gray.svg");
  width: 7px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.product-detail .pd-car-detail {
  border: solid 1px #e5e5e5;
  border-radius: 20px;
  padding: 15px 30px;
  min-width: 650px;
}
.product-detail .pd-car-detail .pcd-contant {
  display: inline-block;
  margin: 10px;
}
.product-detail .pd-car-detail .pcd-contant img {
  width: 42px;
}
.product-detail .pd-car-detail .pcd-contant > div {
  white-space: nowrap;
  font-weight: bold;
  margin: 10px;
}
.product-detail .pd-car-detail .pcd-contant > div span {
  font-size: 10px;
  display: block;
  font-weight: 500;
}
.product-detail .pd-car-detail .pcd-contant > div > div {
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.pd-message-contant {
  border: solid 1px #E5E5E5;
  padding: 20px;
  border-radius: 15px;
}
.pd-message-contant .pd-satici {
  position: relative;
  display: flex;
}
.pd-message-contant .pd-satici::after {
  content: url(/secondHand/images/arrow-right-gray.svg);
  position: absolute;
  top: 30px;
  right: 18px;
  width: 16px;
}
.pd-message-contant .pd-satici .pds-img {
  width: 90px;
  border: solid 1px #e5e5e5;
  height: 90px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > input {
  display: none;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > label {
  position: relative;
  width: 20px;
  font-size: 20px;
  color: #E48935;
  cursor: pointer;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > label:hover:before,
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > label:hover ~ label:before {
  opacity: 1 !important;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating > input:checked ~ label:before {
  opacity: 1;
}
.pd-message-contant .pd-satici .pds-name .pds-puan .rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}
.pd-message-contant .line {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  margin: 20px auto;
}
.pd-message-contant .pdm-hazir-message {
  border-radius: 15px;
  background-color: #E48935;
  padding: 7px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.pd-message-contant .pdm-input input {
  background-color: #DFDFDF;
  padding: 10px;
}

.pd-share img {
  width: 30px;
}

.message-list-ballon-contant {
  position: fixed;
  width: 310px;
  border: solid 1px #c5c5c5;
  border-radius: 15px;
  padding: 15px 15px 35px;
  right: 50px;
  bottom: -20px;
  height: 70px;
  display: none;
}
.message-list-ballon-contant .mlbc-count {
  border: solid 1px #c5c5c5;
  border-radius: 100%;
  padding: 8px 12px;
  background-color: #E88934;
  width: 37px;
  height: 37px;
  color: #FFF;
  position: absolute;
  right: -15px;
  top: -10px;
}
.message-list-ballon-contant .mlbc-name img {
  width: 30px;
  margin: 5px 15px;
}
.message-list-ballon-contant .mlbc-list {
  padding-top: 15px;
  overflow: auto;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant {
  background-color: #f2f2f2;
  padding: 5px;
  margin: 3px 0;
  display: flex;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-product-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
  padding: 4px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-info {
  width: 188px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-info .mlbci-name {
  display: flex;
  color: #ff9800;
  font-size: 11px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-info .mlbci-name .mlbci-message-count {
  border: solid 1px #c5c5c5;
  border-radius: 100%;
  padding: 4px 6px;
  background-color: #E88934;
  width: 20px;
  height: 20px;
  color: #FFF;
  margin: -3px 5px;
  font-size: 10px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-info .mlbci-product-name {
  font-size: 11px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-info .mlbci-time {
  color: #c5c5c5;
  font-size: 10px;
}
.message-list-ballon-contant .mlbc-list .mlbc-contant .mlbc-user-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}

.message-list-ballon-contant.open {
  height: 350px;
  position: fixed;
  width: 310px;
  border: solid 1px #c5c5c5;
  border-radius: 15px;
  padding: 15px 15px 35px;
  right: 50px;
  bottom: -20px;
}
.message-list-ballon-contant.open .mlb-user-data {
  display: flex;
}
.message-list-ballon-contant.open .mlb-user-data .mlb-user-image img {
  width: 58px;
  border-radius: 100%;
  overflow: hidden;
}

.message-ballon-contant {
  height: 350px;
  position: fixed;
  width: 310px;
  border: solid 1px #c5c5c5;
  border-radius: 15px;
  right: 50px;
  bottom: -20px;
  right: 380px;
  padding: 0;
  display: none;
}
.message-ballon-contant .mlb-user-data {
  box-shadow: 0 2px 5px #ccc;
  padding: 15px;
  display: flex;
}
.message-ballon-contant .mlb-user-data .mlb-user-image {
  margin-right: 5px;
}
.message-ballon-contant .mlb-user-data .mlb-user-image img {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  overflow: hidden;
}
.message-ballon-contant .mlb-user-data .mlb-user-info .mlbui-product {
  color: #c2c2c2;
}
.message-ballon-contant .mlb-message-contant {
  position: absolute;
  bottom: 50px;
  max-height: 200px;
  height: auto;
  padding: 12px;
  width: 100%;
}
.message-ballon-contant .mlb-message-contant .mlb-incoming {
  padding: 12px;
  background-color: #f5f5f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 80%;
  font-size: 11px;
  margin: 5px 0;
}
.message-ballon-contant .mlb-message-contant .mlb-incoming .mlb-time {
  font-size: 9px;
}
.message-ballon-contant .mlb-message-contant .mlb-outgoing {
  padding: 12px;
  background-color: #EFD9CA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 80%;
  font-size: 11px;
  margin: 5px 0 5px auto;
}
.message-ballon-contant .mlb-message-contant .mlb-outgoing .mlb-time {
  font-size: 9px;
}
.message-ballon-contant .mlb-form .mlb-sender-contant {
  position: absolute;
  bottom: 25px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}
.message-ballon-contant .mlb-form .mlb-sender-contant .input {
  display: flex;
}
.message-ballon-contant .mlb-form .mlb-sender-contant .input input {
  margin-right: 7px;
  background-color: #f2f2f2;
  border: none;
}
.message-ballon-contant .mlb-form .mlb-sender-contant .input button {
  border: none;
  background-color: #808080;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}

.messages-contant {
  border: solid 1px #c2c2c2;
  border-radius: 15px;
  height: 500px;
  display: flex;
  margin: 50px 0;
}
.messages-contant .mc-left {
  width: 270px;
  border-right: solid 1px #c2c2c2;
}
.messages-contant .mc-left .mcl-top {
  display: flex;
  padding: 15px;
  align-items: center;
  border-bottom: solid 1px #c2c2c2;
  justify-content: space-between;
}
.messages-contant .mc-left .mcl-top img {
  width: 55px;
  margin: 0 0 0 auto;
}
.messages-contant .mc-left .mcl-list .mcl-tab-menu {
  padding: 15px;
}
.messages-contant .mc-left .mcl-list .mcl-tab-menu div {
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.messages-contant .mc-left .mcl-list .mcl-tab-menu .aktif {
  color: #ff9800;
  border-bottom: solid 2px #ff9800;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant {
  padding-top: 15px;
  overflow: auto;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant {
  background-color: #f9f9f9;
  padding: 5px;
  margin: 3px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-product-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-info {
  width: 188px;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-info .mclci-name {
  display: flex;
  color: #ff9800 !important;
  font-size: 12px;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-info .mclci-name .mclci-message-count {
  border-radius: 100%;
  background-color: #ff9800;
  width: 20px;
  height: 20px;
  color: #FFF;
  margin: -3px 5px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-info .mclci-product-name {
  font-size: 11px;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-info .mclci-time {
  color: #c5c5c5;
  font-size: 10px;
}
.messages-contant .mc-left .mcl-list .mcl-list-contant .mcl-contant .mclc-user-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
}
.messages-contant .mc-right {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.messages-contant .mc-right .mcr-top {
  display: flex;
  border-bottom: solid 1px #c2c2c2;
}
.messages-contant .mc-right .mcr-top .mcrt-arrow {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 7%;
}
.messages-contant .mc-right .mcr-top .mcrt-arrow img {
  width: 20px;
}
.messages-contant .mc-right .mcr-top .mcr-sender {
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 5px;
  width: 40%;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > input {
  display: none;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > label {
  position: relative;
  width: 20px;
  font-size: 20px;
  color: #E48935;
  cursor: pointer;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > label:hover:before,
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > label:hover ~ label:before {
  opacity: 1 !important;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating > input:checked ~ label:before {
  opacity: 1;
}
.messages-contant .mc-right .mcr-top .mcr-sender .mcrs-point .rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}
.messages-contant .mc-right .mcr-top .mcr-product {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.messages-contant .mc-right .mcr-top .mcr-product .mcrp-name {
  text-align: right;
}
.messages-contant .mc-right .mcr-top .mcr-product .mcrp-price {
  text-align: right;
}
.messages-contant .mc-right .mcr-top .mcr-three-point {
  width: 3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.messages-contant .mc-right .mcr-top .mcr-three-point img {
  width: 6px;
}
.messages-contant .mc-right .mcr-message-contant {
  padding: 12px;
  width: 100%;
  overflow-y: scroll;
}
.messages-contant .mc-right .mcr-message-contant .mcr-incoming {
  padding: 12px;
  background-color: #f5f5f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 60%;
  font-size: 13px;
  margin: 5px 0;
}
.messages-contant .mc-right .mcr-message-contant .mcr-incoming .mcr-time {
  font-size: 9px;
}
.messages-contant .mc-right .mcr-message-contant .mcr-outgoing {
  padding: 12px;
  background-color: #EFD9CA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 60%;
  font-size: 13px;
  margin: 5px 0 5px auto;
}
.messages-contant .mc-right .mcr-message-contant .mcr-outgoing .mcr-time {
  font-size: 9px;
}
.messages-contant .mc-right .mcr-form {
  border-top: solid 1px #f2f2f2;
  width: 100%;
  height: 108px;
}
.messages-contant .mc-right .mcr-form .mcr-sender-contant {
  position: absolute;
  bottom: 25px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}
.messages-contant .mc-right .mcr-form .mcr-sender-contant .input {
  display: flex;
}
.messages-contant .mc-right .mcr-form .mcr-sender-contant .input input {
  margin-right: 7px;
  background-color: #f2f2f2;
  border: none;
  padding: 8px 12px;
}
.messages-contant .mc-right .mcr-form .mcr-sender-contant .input button {
  border: none;
  background-color: #ff9800;
  border-radius: 6px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
}

.profile_avatar {
  background: #f2f2f2;
  color: #ff9800;
  font-size: 64px;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 4px dashed #bbb;
  cursor: pointer;
}

.profile_avatar_right > div {
  color: #999;
  margin-top: 9px;
  font-size: 15px;
}

.profile_avatar_right {
  display: flex !important;
  align-items: flex-start;
  font-size: 20px;
  flex-direction: column;
  justify-content: center;
}

.profile_tab {
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-size: 20px;
}

.profile_tab.active {
  border-bottom: 2px solid #ff9800;
  color: #ff9800;
}

.btn-orange {
  color: #fff !important;
  background: #ff9800 !important;
  border-color: #ff9800 !important;
}

.form-group-row {
  width: 100%;
  height: 60px;
  background: #f2f2f2;
  border-radius: 5px;
  margin-top: 20px;
}
.form-group-row:first-child {
  margin: 0 !important;
}
.form-group-row > div:first-child {
  float: left;
  color: #949494;
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group-row > div:first-child i {
  font-size: 26px !important;
}
.form-group-row > div:last-child {
  float: left;
  width: calc(100% - 50px);
  height: 60px;
  padding: 7px 0 7px 0;
}
.form-group-row > div:last-child label {
  font-size: 12px;
  color: #949494;
}
.form-group-row > div:last-child input {
  width: calc(100% - 5px);
  background: transparent;
  border: none;
  color: #444;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  margin-top: 6px;
  font-size: 19px;
}

.profile_avatar_right_icons i,
.profile_avatar_right_icons a {
  color: #888 !important;
  font-size: 25px;
  margin-left: 10px;
  float: right;
}

.profile_confirm_bar {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.profile_confirm_bar .bars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.profile_confirm_bar .bars .bar_status_step {
  height: 16px;
  width: 33%;
  position: relative;
  display: flex;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.profile_confirm_bar .bars .bar_status_step .checked-status {
  background: url(/images/checked.png);
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.profile_confirm_bar .bars .bar_status_step.active {
  background: #ff9800;
  border: none;
}
.profile_confirm_bar .bars .bar_status_step:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.profile_confirm_bar .bars .bar_status_step:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.loginPopupOverlay,
.filtreSettingsOverlay,
.satPopupOverlay {
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.28) !important;
  position: fixed;
  z-index: 999;
  top: 0;
  display: none;
}

.loginPopupArea {
  width: 400px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  border-radius: 7px;
  transform: translate(-50%, -50%);
  display: none;
}

.loginPopupHeader {
  padding: 14px 20px;
  font-size: 18px;
  line-height: 22px;
}

.loginPopupRow {
  padding: 17px 45px;
  text-align: center;
}

.satPopupArea {
  width: 100%;
  background: #fff;
  padding: 0 35px 35px 35px;
  border-radius: 7px;
  overflow: hidden;
}

.satPopupRow {
  display: flex;
  width: 100%;
  transform: translateX(0%);
  transition: 0.4s;
}

.filtreSettingsArea {
  width: 400px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  border-radius: 7px;
  transform: translate(-50%, -50%);
  display: none;
}

.satPopupHeader {
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}

.filtreSettingsRow {
  padding: 15px;
  width: 100%;
}

.satCategories {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.satCategories .satCategory {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 13px;
  flex: 1 0 25%;
  border: 1px solid #e8e8e8;
  padding: 20px 10px;
  cursor: pointer;
}
.satCategories .satCategory span {
  font-size: 13px;
}
.satCategories .satCategory:hover {
  box-shadow: 0 0 14px 0px #d8d8d8;
}
.satCategories .satCategory:first-child {
  border-top-left-radius: 10px;
}
.satCategories .satCategory:last-child {
  border-bottom-right-radius: 10px;
}
.satCategories .satCategory:nth-last-child(4) {
  border-bottom-left-radius: 10px;
}
.satCategories .satCategory:nth-child(4) {
  border-top-right-radius: 10px;
}

.satBackButton {
  font-size: 20px;
  cursor: pointer;
}

.satForm {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}

.tabs_area {
  width: calc(100% - 60px);
  margin: auto;
}
.tabs_area .tabs {
  border: 1px solid #f0f0f0;
  border-radius: 0 0 7px 7px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  height: 50px;
}
.tabs_area .tabs .tab {
  cursor: pointer;
  font-size: 18px;
  border-bottom: 2px solid #fff;
}
.tabs_area .tabs .tab.active {
  color: #f3983e;
  border-bottom: 2px solid #f3983e;
}
.tabs_area .tabs_content {
  width: 100%;
  margin: auto;
  margin-top: 24px;
}
.tabs_area .tabs_content .tab_content {
  display: none;
}
.tabs_area .tabs_content .tab_content.active {
  display: block;
}

.product-card .cover {
  height: 216px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.picArea {
  height: 152px;
  width: 750px;
  overflow-x: auto;
}
.picArea > .picAreaRow {
  height: 140px;
  width: 1302px;
  display: flex;
  flex-direction: row;
  transform: translateX(0);
  gap: 10px;
}
.picArea > .picAreaRow > .pic {
  width: 120px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picArea > .picAreaRow > .pic > .doCover {
  position: absolute;
  bottom: 5px;
  display: flex;
  color: #fff;
  padding: 5px 8px;
  background: rgba(24, 175, 47, 0.6196078431) !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 4px;
}
.picArea > .picAreaRow > .pic > i {
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
}
.picArea > .picAreaRow > .pic > .cover-label {
  border-radius: 7px;
  background: rgba(243, 152, 62, 0.4901960784);
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  left: 7px;
  top: 7px;
}
.picArea > .picAreaRow > .pic > .rm-pic {
  position: absolute;
  width: 23px;
  height: 23px;
  font-size: 12px;
  display: flex;
  color: #fff;
  background: rgba(255, 152, 0, 0.7098039216) !important;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
}

.drop-down {
  position: relative;
  z-index: 2;
  width: 100%;
}
.drop-down .selected {
  background: #fff no-repeat scroll right center;
  display: block;
  padding: 5px;
  border: 1px solid #f2f2f2;
  width: 100%;
  border-radius: 24px;
  text-decoration: none;
}
.drop-down .selected.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.drop-down .selected span {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px;
  color: #555;
  font-size: 17px;
  font-weight: bold;
  flex-direction: row;
  align-items: center;
}
.drop-down .selected span.value {
  display: none;
}
.drop-down .option {
  position: relative;
}
.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 0 0 19px 19px;
  overflow: hidden;
}
.drop-down .options ul span.value {
  display: none;
}
.drop-down .options ul li a {
  padding: 12px 17px;
  display: block;
  text-decoration: none;
}
.drop-down .options ul li a:hover {
  background: #ff9800;
  color: #fff !important;
  transition: 0.2s ease;
}

.filtre-input {
  width: 72px;
  float: left;
  font-size: 12px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.filtre-input:focus-visible {
  outline: none;
}

form em {
  margin: 0 3px;
  float: left;
  line-height: 25px;
  color: #a2a2a2;
  font-style: normal;
  font-weight: normal !important;
}

.message {
  position: relative;
}
.message .unReadCount {
  background-color: #bf160a;
  box-shadow: 0 0 4px 1px #fff;
  color: white;
  position: absolute;
  display: flex;
  right: -6px;
  top: -8px;
  height: 22px;
  width: 22px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}/*# sourceMappingURL=custom.css.map */