.dds-button {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 40px;

  flex: 0 0 40px;

  height: 40px;

  margin-left: auto;

  background-color: transparent;

  background-image: url(../img/product-list/Arrow-Right-Icon.svg);

  background-repeat: no-repeat;

  background-position: 16px;

  background-size: 8px;

  border: 1px solid #222;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.dds-button:hover {
  background-color: #222;

  background-image: url(../img/product-list/Arrow-Right-Icon-White.svg);
}

.dds-hide {
  display: none;
}

.product-control__sort {
  min-height: 60px;
}

.header-left h2 {
  color: #222222;
}



[data-modal="start-chat"].show:before,
[data-modal="start-chat-support"].show:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.start-chat-modal textarea {
  width: 100%;
  height: 140px;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 16px;
  display: block;
  border: 1px solid #d9d9d9;
  letter-spacing: 0.8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.start-chat-modal p {
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}

.start-chat-modal .main-modal__body {
  width: 540px;
  max-width: 100%;
}

.modal-form__submit-btn {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Proxima Nova";
  margin-bottom: 0;
}

/* OFFER FORN FOR CUSTOMER */
.offer-modal {
  font-family: "Proxima Nova Light";
  font-size: 15px;
  line-height: 17px;
  color: #222222;
}
.offer-modal table td [type="number"] {
  border: #ddd 1px solid;
  font-size: 16px;
}
.offer-modal p {
  font-family: "Proxima Nova";
  font-size: 15px;
  line-height: 17px;
  color: #222222;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.offer-modal table td span {
  font-family: "Proxima Nova Semibold";
}

.bx_item_detail_rating .bx_stars_progress {
  background: #8031a7;
}

.menu-box > li > a {
  position: relative;
}

/* #chat-unread-cnt {
  display: none;
}

#chat-unread-cnt.show {
  background: #c00;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  right: 22px;
  top: -8px;
  display: block;
  border-radius: 50%;
} */

/* .navbar-image__chat {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 15px;
  margin-left: 38px;
} */

/* .navbar-image__chat svg {
  transition: 0.3s;
}

.navbar-image__chat:hover #chat-unread-cnt {
  color: #cba052;
}
.navbar-image__chat:hover svg {
  fill: #cba052;
}

.navbar-image #chat-unread-cnt {
  right: 4px;
  top: 4px;
  background: transparent;
} */
