/* BASIC css start */
#bottomPopupBasket {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px 0;
  z-index: 9999999;
  display: none;
}

#bottomPopupBasket .popup-box {
  background: #fff;
  max-width: 420px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  text-align: center;
}

#bottomPopupBasket .popup-title {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}

#bottomPopupBasket .popup-desc {
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 1.6;
}

#bottomPopupBasket .popup-btn {
  display: block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

#popupCloseBasket {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.popup-btn{font-size:11px!important; height:23.5px; line-height:23.5px;}
/* BASIC css end */

