/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.purchase-content-left img{ width:30px !important;}
a.purchase-toggle img{ width:15px !important;}
.purchase-protection-help .wpp-modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.purchase-protection-help .wpp-modal.is-visible {
  visibility: visible;
}
.purchase-protection-help .wpp-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.purchase-protection-help .wpp-modal.is-visible .wpp-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.purchase-protection-help .wpp-modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.purchase-protection-help .wpp-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.purchase-protection-help .wpp-modal.is-visible .wpp-modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.purchase-protection-help .wpp-modal-header,
.purchase-protection-help .wpp-modal-content {
  padding: 1em;
}
.purchase-protection-help .wpp-modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.purchase-protection-help .wpp-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 15px;
  border: 0;
  font-size: 26px;
  z-index: 999999;
  background-color: transparent;
  background: transparent;
  color: red;
}
.purchase-protection-help button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
  background: transparent;
  color: red;
}
.purchase-protection-help .wpp-modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.purchase-protection-help .wpp-modal-content > *:first-child {
  margin-top: 0;
}
.purchase-protection-help .wpp-modal-content > *:last-child {
  margin-bottom: 0;
}
.purchase-protection-get-insurance-amount {
  width: 100%;
  margin: 20px 0;
}
.woocommerce-checkout .purchase-protection-get-insurance-amount {
  width: 100%;
}
.purchase-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  justify-content: space-between;
}
.precent-content-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 85%;
}
.precent-content-left .percent-title {
  width: 100%;
  text-align: left;
  margin-bottom:18px;
  font-size: 20px;
}
.precent-content-left .percent-title strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.precent-content-left span {
  font-size: 14px;
  font-weight: 400;
  max-width: 70%;
  line-height: 20px;
}
.precent-content-right {
  margin-top:10px;
  display:flex;
}
.precent-content-left img {
  margin-right: 10px;
  max-width: 40px !important;
}
.precent-content-left a.wpp-modal-toggle {
  text-align: center;
}
.precent-content-left a.wpp-modal-toggle img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  object-fit: contain;
  cursor: pointer;
}
.precent-content-left a.wpp-modal-toggle:hover img {
  opacity: 1;
}
.precent-content-right .switch input[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 24px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: 0.7s;
  margin: 0 10px 2px 0px;
}
.precent-content-right .switch input:checked[type="checkbox"] {
  background: #1979c3;
}
.precent-content-right .switch input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  top: 2px;
  left: 3px;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.precent-content-right .switch input:checked[type="checkbox"]:before {
  transform: translateX(21px);
}
.precent-content-price {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.precent-content-right input[type="checkbox"]:checked:after {
  opacity: 0;
}
.insurancefee, a.purchase-toggle{ cursor:pointer;}

@media screen and (max-width: 575px) {
  .purchase-protection-get-insurance-amount {
    width: 100%;
  }
  .precent-content-left span {
    font-size: 12px;
    line-height: 20px;
  }
  .purchase-protection-help .wpp-modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
   width: 92%;
  margin: 15px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
}
