.mfp-bg.mfp-ready {
  background-color: #000;
  opacity: 0.2;
}
* {
  font-family: 'Montserrat', sans-serif;
}
#popup-purchase-wrapper {
  background: #fff;
  max-width: 343px;
  width: 90%;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}
#popup-purchase-wrapper .popup-heading {
  display: none;
  margin-bottom: 10px;
  color: #0D0802;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
#popup-purchase-wrapper .mfp-close {
  width: 60px;
  height: 52px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer !important;
  outline: none;
  border: 0;
}
#popup-purchase-wrapper .mfp-close:hover {
  background-position: 0 -60px;
}
#popup-purchase-wrapper .popup-footer {
  padding: 0 20px 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
#popup-purchase-wrapper .popup-footer button {
  width: 100%;
  height: 35px;
  line-height: 30px;
  color: #000;
  padding: 0 25px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  border: 0;
  box-shadow: none;
  background: #fff;
  border-radius: 40px;
  outline: none;
  text-align: center;
}
#popup-purchase-wrapper .popup-footer button:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
#popup-purchase-wrapper .popup-footer a {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #f06b10;
  box-shadow: none;
  background: #ff8001;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 35px;
  line-height: 1;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  text-align: center;
}
#popup-purchase-wrapper .popup-footer #popup-checkout-none {
  opacity: 0.5;
  background: #f64747;
  border: 1px solid #d64541;
}
#popup-purchase-wrapper .popup-footer #popup-checkout-none:hover {
  background: #f64747;
  cursor: not-allowed;
}
#popup-purchase-wrapper .popup-footer a:hover {
  background: #ff9601;
}
#popup-purchase-wrapper .popup-center {
  padding: 20px;
  background: #fff;
  overflow: auto;
}
#popup-purchase-wrapper .popup-center .control-label.option-name {
  font-weight: 700;
  color: #000;
}
#popup-purchase-wrapper .popup-center .control-label::before {
  display: none;
}
/*
#popup-purchase-wrapper .left {
  float: left;
  width: 60%;
}
*/
#popup-purchase-wrapper .right {
  float: none;
  margin: 30px 0 0;
  text-align: center;
}
#popup-purchase-wrapper .right .sub-images {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#popup-purchase-wrapper .right .sub-images > span label {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #bbb;
  display: inline-block;
}
#popup-purchase-wrapper .right .sub-images input {
  display: none;
}
#popup-purchase-wrapper .right .sub-images input[type='radio']:checked + label {
  background: #e5e5e5;
}
#popup-purchase-wrapper .right .sub-images > span + span {
  margin-left: 5px;
}
#popup-purchase-wrapper .right .sub-images > span label:hover {
  cursor: pointer;
  background: #e5e5e5;
}
.product-table-cart .product-table-body-row .name a,
.product-table-cart .product-table-body-row .name .options {
  line-height: 22px !important;
}
.product-table-cart .product-table-body-row .name {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#popup-purchase-wrapper .product-name {
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
#popup-purchase-wrapper .product-price {
  margin-bottom: 10px;
  font-size: 15px;
  color: #c4c4c4;
}
#popup-purchase-wrapper #main-price {
  color: #000;
}
#popup-purchase-wrapper .product-description {
  max-height: 120px;
  overflow-y: auto;
  margin: 15px 0;
  color: #c4c4c4;
}
#popup-purchase-wrapper .payment-info {
  margin-bottom: 10px;
  clear: both;
}
#popup-purchase-wrapper .info-heading {
  font-size: 15px;
  display: block;
  color: #000;
  text-align: left;
}
#popup-purchase-wrapper .info-heading-2 {
  font-size: 15px;
  display: block;
  color: #000;
  text-align: left;
  margin: 5px 0 10px 0;
}
#popup-purchase-wrapper .payment-info > div {
  width: 100%;
  display: inline-block;
}
#popup-purchase-wrapper .payment-info > div + div {
  margin-top: 10px;
}
#popup-purchase-wrapper .payment-info > div label {
  font-size: 12px;
  line-height: 12px;
  color: #c4c4c4;
  font-weight: 700;
  margin-bottom: 10px;
}
#popup-purchase-wrapper .payment-info > div label span {
  display: none;
  color: red;
}
#popup-purchase-wrapper .payment-info > div input::placeholder,
#popup-purchase-wrapper .payment-info > div textarea::placeholder {
  color: #c4c4c4;
}
#popup-purchase-wrapper .payment-info > div input,
#popup-purchase-wrapper .payment-info > div textarea {
  padding: 6px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  color: #8E9192;
  background: #fff;
  outline: none;
  width: 100%;
  height: 35px;
}
#popup-purchase-wrapper .payment-info > div textarea {
  min-height: 70px;
  resize: vertical;
}
.payment-quantity {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-quantity label {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #666;
  font-weight: 700;
  margin-bottom: 10px;
}
.payment-quantity .number {
  border: 1px solid #efefef;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
}
.payment-quantity .frame-change-count {
  width: 116px;
}
.payment-quantity .btn-plus button {
  width: 32px;
  height: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0;
  outline: none;
  line-height: 5px;
  text-align: center;
}
.payment-quantity .btn-minus button span,
.payment-quantity .btn-plus button span {
  flex-shrink: 0;
}
label.custom-radio {
  padding-left: 0;
}
.custom_radio-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.radio.radionew {
  margin: 0;
  padding: 5px;
  width: 50%;
}
.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio > span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  user-select: none;
}
.custom-radio > span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0;
}
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #255852;
}
.custom-radio > input:not(:disabled):active + span::before {
  background-color: #255852;
  border-color: #255852;
}
.custom-radio > input:focus + span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}
.custom-radio > input:checked + span::before {
  border-color: #255852;
  background-color: #255852;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio > input:disabled + span::before {
  background-color: #e9ecef;
}
.radionew {
  margin-bottom: 0.2em;
}
.payment-quantity .btn-minus button {
  width: 32px;
  height: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0;
  outline: none;
  text-align: center;
  line-height: 0;
}
.payment-quantity .btn-minus button span {
  width: 14px;
  height: 2px;
  background: #000 url(plus-minus.png) no-repeat;
  background-position: -20px 0;
  display: inline-block;
}
.payment-quantity .btn-plus button span {
  width: 14px;
  height: 14px;
  background: #fff url(plus-minus.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.payment-quantity .btn-plus {
  float: right;
}
.payment-quantity .btn-minus {
  float: left;
}
.payment-quantity input.plus-minus {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #fff;
  width: 52px;
  height: 22px;
  position: absolute;
  left: 32px;
  top: 0;
  outline: none;
  font-size: 14px;
  text-align: center;
}
.payment-quantity input.plus-minus {
  color: #c4c4c4;
}
.masked {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.4;
  left: 0;
  top: 0;
}
.masked_loading {
  background: url(ring-alt.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
.popup-purchase-button {
  text-align: center;
}
.popup-purchase-button button {
  width: 100% !important;
}
@media (min-width: 320px) and (max-width: 532px) {
  #popup-purchase-wrapper .popup-heading {
    font-size: 14px;
  }
  #popup-purchase-wrapper .popup-footer button {
    width: 100%;
  }
  #popup-purchase-wrapper .popup-footer a {
    width: 100%;
    margin-top: 5px;
  }
  #popup-purchase-wrapper .right {
    width: 100%;
    text-align: center;
  }
  #popup-purchase-wrapper .left {
    width: 100%;
  }
}