a.d-none > img:nth-child(1), .offcanvas-header > a:nth-child(1) > img:nth-child(1) {
  width: 200px;
}

input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.card-product .badge {
  position: absolute;
  z-index: 1;
  left: 5px;
}

.wap-pop-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.wap-pop-up .icon-button {
  width: 64px;
  height: 64px;
  background-color: #25d366;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  float: right;
}

.wap-pop-up .icon-button .notification-bubble {
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

.wap-pop-up .icon-button svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.wap-pop-up .chat {
  width: 320px;
  height: 320px;
  display: none;
}

.wap-pop-up .chat .chat-headder {
  width: 100%;
  background-color: #008069;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.wap-pop-up .chat .chat-headder .text {
  width: calc( 100% - 68px);
  color: #fff !important;
}

.wap-pop-up .chat .chat-headder .text h4 {
  color: #fff !important;
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
}

.wap-pop-up .chat .chat-headder .text p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.wap-pop-up .chat .chat-headder .close-chat {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.wap-pop-up .chat .chat-headder img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.wap-pop-up .chat .chat-body {
  background: url("../../poze/background-whatsapp.jpg") center center/cover no-repeat;
  width: 100%;
  height: 208px;
  border-radius: 0 0 15px 15px;
  position: relative;
}

.wap-pop-up .chat .chat-body .message-wrapper {
  padding: 20px;
}

.wap-pop-up .chat .chat-body .message-wrapper .message-body {
  width: 254px;
  height: 88px;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 6px 14px;
  position: relative;
}

.wap-pop-up .chat .chat-body .message-wrapper .message-body .message {
  width: 183px;
}

.wap-pop-up .chat .chat-body .message-wrapper .message-body .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.wap-pop-up .chat .chat-body .send-message {
  width: 225px;
  height: 48px;
  padding: 12px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 47.5px;
  background-color: #25d366;
  border-radius: 15px;
}

.wap-pop-up .chat .chat-body .send-message svg {
  width: 25px;
  height: 25px;
}

.wap-pop-up .chat .chat-body .send-message h5 {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin: 0;
  margin-left: 5px;
}

@media (max-width: 991px) {
  div.d-flex > a:nth-child(1) > img:nth-child(1), .offcanvas-header > a:nth-child(1) > img:nth-child(1) {
    width: 160px !important;
  }
}
/*# sourceMappingURL=nav.css.map */