.jurcypu-sales-popup-wrap {
  display: none;
  position: fixed;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #e1e1e1;
  top: auto;
  left: 30px;
  bottom: 30px;
  right: auto;
  padding: 0;
  text-align: left;
  width: auto;
  background-color: #fff;
  z-index: 1000;
}
.jurcypu-sales-popup-wrap .jurcypu-sales-popup {
    display: flex;
    position: relative;
    padding: 15px 30px 15px 15px;
}
.jurcypu-sales-popup-wrap .jurcypu-sales-popup .jurcypu-close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 22px;
      height: 22px;
      line-height: 20px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #333;
      background-color: #333;
      color: #fff;
      cursor: pointer;
}
.jurcypu-sales-popup-wrap .jurcypu-sales-popup .jurcypu-close:hover {
        background-color: #ff0000;
        border-color: #ff0000;
}
.jurcypu-sales-popup-wrap p{
	font-size: 12px;
}
.jurcypu-sales-popup-wrap .jurcypu-product-thumb {
    width: 65px;
    margin-right: 10px;
}
.jurcypu-sales-popup-wrap .jurcypu-product-thumb img {
      width: 100%;
      height: auto;
}
.jurcypu-sales-popup-wrap .jurcypu-product-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.jurcypu-sales-popup-wrap p {
    margin: 0;
}
.jurcypu-sales-popup-wrap * {
    box-sizing: border-box;
}

@media (max-width: 767px) {
  .jurcypu-sales-popup-wrap {
    left: 0;
    bottom: 75px;
    width: auto; }
}

/*# sourceMappingURL=frontend.css.map */
