.covid-attention {
  padding: 30px 0;
  background-image: url("../images/icons/covid-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .covid-attention {
    padding: 15px 0;
  }
}

.covid-attention h3 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .covid-attention h3 {
    font-size: 1em;
  }
}

.product-page {
  position: relative;
  z-index: 2;
}

.product-page .header {
  width: 100%;
  padding: 10px;
  background: #fafafa;
  box-shadow: 0 2px 6px rgba(153, 153, 153, 0.3);
  z-index: 2;
}

.product-page .header .site-logo {
  margin: 0 auto;
}

.product-page .timer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #ff0000;
  color: #fff;
}

@media (max-width: 767px) {
  .product-page .timer_wrap {
    justify-content: center;
  }
}

.product-page .timer_wrap .timer {
  margin-inline-start: 10px;
}

.product-page .timer_wrap .timer span {
  min-width: 22px;
  display: inline-block;
}

.product-page .timer_wrap .seconds {
  text-align: start;
}

.product-page button {
  position: relative;
  overflow: hidden;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  margin: 40px auto 0;
  background: #0ec0db;
}

.product-page button:hover {
  background: #0b96ab;
}

.product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .product_wrap {
    flex-direction: column;
  }
}

.image-wrap {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .image-wrap {
    width: 120px;
    height: 120px;
    margin-right: initial;
    margin-bottom: 20px;
  }
}

.image-wrap img {
  height: 100%;
  object-fit: contain;
}

.details-wrap {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  max-width: 400px;
}

@media (max-width: 767px) {
  .details-wrap {
    padding: 0 10px;
  }
}

.details-wrap li {
  position: relative;
  padding: 0 0 20px 30px;
}

.details-wrap li:before {
  display: table;
  position: absolute;
  content: "done";
  font-family: 'Material Icons';
  z-index: 1;
  left: 0;
  color: #0ec0db;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .steps_wrap {
    padding: 20px 0;
  }
}

.steps_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .steps_wrap .container {
    flex-direction: column;
  }
}

.steps_wrap .col {
  width: 100%;
  max-width: 540px;
}

@media (max-width: 1024px) {
  .steps_wrap .col {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .steps_wrap .col {
    max-width: 365px;
  }
}

.steps_wrap .col:first-of-type {
  max-width: 100%;
}

.steps_wrap .col:last-child {
  max-width: 440px;
  margin-inline-start: 20px;
}

@media (max-width: 768px) {
  .steps_wrap .col:last-child {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .steps_wrap .col:last-child {
    margin: 0;
    margin-top: 20px;
  }
}

.steps_wrap .step:first-child {
  margin-bottom: 20px;
}

.steps_wrap .prod-card,
.steps_wrap .warranty {
  position: relative;
  margin-top: 30px;
  transition: .1s;
  color: #999;
}

.steps_wrap .prod-card.offer-text:after,
.steps_wrap .warranty.offer-text:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: calc(100% + 30px);
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 2px #46e2c8;
}

.steps_wrap .prod-card.selected,
.steps_wrap .warranty.selected {
  color: #24272c;
}

.steps_wrap .prod-card.selected .checkmark,
.steps_wrap .warranty.selected .checkmark {
  box-shadow: inset 0 0 0 2px #0ec0db;
}

.steps_wrap .prod-card.selected .checkmark:after,
.steps_wrap .warranty.selected .checkmark:after {
  display: block;
}

.steps_wrap .prod-card:hover,
.steps_wrap .warranty:hover {
  color: #24272c;
}

.steps_wrap .prod-card .price,
.steps_wrap .warranty .price {
  text-align: end;
}

.steps_wrap label {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.steps_wrap label small {
  font-weight: 400;
}

.steps_wrap label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.steps_wrap label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: none;
  box-shadow: inset 0 0 0 2px #999;
}

.steps_wrap label .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0ec0db;
}

.steps_wrap .ssl {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
}

.steps_wrap #ssl {
  margin-top: 20px;
}

.steps_wrap #ssl .ssl {
  max-width: 240px;
}

.full-price {
  position: relative;
  color: rgba(153, 153, 153, 0.7);
}

.full-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.7);
}

.warranty {
  overflow: hidden;
  margin: 0 !important;
  border-radius: 6px;
  background-color: #FEFACE;
  color: #333 !important;
}

.warranty label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: #FFC438;
  font-size: 16px;
}

.warranty label p {
  font-weight: 700;
}

.warranty > p {
  padding: 10px;
  font-size: 12px;
}

.warranty input[type="checkbox"] {
  position: relative;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 1;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #999;
  transition: .3s ease;
  background-color: #fff;
  cursor: pointer;
}

.warranty input[type="checkbox"]:after {
  content: '';
  display: table;
  position: absolute;
  content: "check";
  font-family: 'Material Icons';
  z-index: 1;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  opacity: 0;
}

@media (max-width: 767px) {
  .warranty input[type="checkbox"]:after {
    font-size: 14px;
  }
}

.warranty input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 2px #0ec0db;
  background-color: #0ec0db;
}

.warranty input[type="checkbox"]:checked:after {
  opacity: 1;
}

.warranty input[type="checkbox"]:focus {
  outline: 0;
}

.warranty .offer_wrap {
  left: initial;
  right: 13px;
}

.warranty.offer-text:after {
  width: 100% !important;
}

.offer_wrap {
  position: absolute;
  top: -26px;
  right: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .offer_wrap {
    top: -20px;
  }
}

.offer_wrap .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  background: #46e2c8;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(153, 153, 153, 0.5);
  color: #fafafa;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .offer_wrap .offer {
    box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
    font-size: 9px;
  }
}

.step-title,
.step-subtitle {
  text-align: center;
}

.money-back {
  align-items: center;
}

.money-back figure {
  margin-right: 20px;
}

/*===========
|   Form    |
=============*/
.form_wrap {
  width: 100%;
  margin-top: 20px;
}

.form-title {
  margin-bottom: 20px;
  text-align: start;
  font-size: 90%;
}

.form_group {
  position: relative;
  background: #fff;
  margin: 0 0 20px;
}

.form_group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  padding: 0;
  color: #999;
  font-weight: 400;
  transition: .2s ease;
  z-index: 1;
}

.rtl .form_group label {
  right: 1rem;
  left: auto;
}

.form_group input,
.form_group select,
.form_group textarea {
  position: relative;
  width: 100%;
  height: 50px;
  padding-inline-start: 16px;
  box-shadow: inset 0 0 0 1px rgba(153, 153, 153, 0.25);
  border-radius: 6px;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  z-index: 2;
}

@media (max-width: 767px) {
  .form_group input,
  .form_group select,
  .form_group textarea {
    height: 44px;
  }
}

.form_group input:hover,
.form_group select:hover,
.form_group textarea:hover {
  border: 0;
  outline: 0;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 192, 219, 0.28), inset 0 -1px 0 1px rgba(14, 192, 219, 0.28);
  border: 0;
  outline: 0;
}

.form_group select {
  color: #999;
  padding: 0 16px;
}

.text-area label {
  top: 16px;
  transform: none;
}

.text-area textarea {
  height: 100px;
  padding: 16px;
}

.form_group.active label {
  top: -16px;
  left: 0;
  transform: none;
  font-size: 12px;
  color: #0ec0db;
}

.rtl .form_group.active label {
  right: 0;
  left: auto;
}

.form_group .material-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: #999;
  font-size: 24px;
  z-index: 1;
}

.half .form_group {
  flex: 1;
}

.half .form_group:first-child {
  margin-right: 20px;
}

.cvv-code .material-icons,
.c-card .material-icons {
  font-size: 16px;
}

.cvv-code .material-icons {
  cursor: pointer;
  z-index: 2;
}

.exp-date {
  align-items: center;
}

.exp-date > * {
  flex: auto 1 1;
  margin-right: 20px;
}

.exp-date > *:last-child {
  margin-right: 0;
}

.exp-date p {
  margin-bottom: 20px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(36, 39, 44, 0.5);
  z-index: 1000;
  display: none;
}

.modal .container {
  position: relative;
  position: relative;
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(119, 119, 119, 0.2);
  background: #fff;
  overflow: hidden;
  max-width: 600px;
  width: 90%;
}

@media (max-width: 768px) {
  .modal .container {
    padding: 1em;
  }
}

.modal p {
  padding: 30px 0;
}

.modal .material-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal .material-icons {
    top: 5px;
    right: 5px;
  }
}
