/** Shopify CDN: Minification failed

Line 120:8 Expected ":"

**/
/* PAYMENT ICONS */
/* .payment-icons li svg{
  min-width: 55px !important;
  min-height: 40px !important;
}
 */
.showborder-title {
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  border-top: 1px solid black !important;
  
}

.showborder-content {
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  
}

 /* pop-up */

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  width: 30%;
  position: relative;
  background-color: #023302e0;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-close {
      color: white;
       top: -1px;
    right: 7px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
}

.custom-1 {
  margin: auto;
    text-align: center;
    width: 85%;
}
.custom-1 h3 {
    margin: 15px 0px 40px;
    font-weight: 600;
    text-transform: none;
    font-family: Avenir Next,sans-serif !important;
    font-size: 20px;
  color: white;
}
.custom-2 {
  margin: 30px 0px;
}
.custom-2 p {
  font-size: 12px;
    font-family: sans-serif;
}
.popup-cta {
    margin-bottom: 15px;
}
.input-custom {
  background: white;
  border: 1px solid #0000006b;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .popup-content {
    width: 40%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .popup-content {
    width: 60%;
  }
  .custom-1 h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1301px) {
  .popup-content {
    width: 30%;
  }
}
@media only screen and (max-width: 500px) {
  .popup-content {
    width: 80%;
  }
  .custom-1 h3 {
    font-size: 16px;
  }
}
.button-wrapper-text {
  
  margin-top: 13px;
  display: block;
    width: 100%;
    text-align: center !important;
}
.button-link-text {
  Avenir Next,sans-serif !important;
  background: white;
    color: black;
    border: 1px solid white;
    padding: 10px 15px;
}

/* new label */

span.new-label {
    font-size: 13.6px;
    padding: 7px 7px 7px 9px;
    top: 0;
    left: 0;
    position: absolute;
    color: #000;
    z-index: 1;
    background: white;
}
