/*
--------------------------------------------------
core
--------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .13em;
}

h5 {
  text-transform: uppercase;
}

/*
--------------------------------------------------
layout
--------------------------------------------------
*/
.main-left {
  z-index: 1;
  position: relative;
  padding: 40px;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, .05);
}

.main-right {
  z-index: 2;
  position: relative;
  padding: 40px;
  box-shadow: -5px 10px 50px rgba(0, 0, 0, .10);
}

.main-left-col {
  padding: 0;
}

.main-right-col {
  padding: 0;
}

/*
--------------------------------------------------
presets
--------------------------------------------------
*/
.cursor-pointer {
  cursor: pointer
}

/*
--------------------------------------------------
elements
--------------------------------------------------
*/
.list-group.check-list li::before {
  top: 13px;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0px;
  content: '';
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23d40101' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
}

.list-group.check-list li {
  padding-left: 40px;
  font-size: 1em;
  line-height: 1.9em;
  letter-spacing: .025em;
}

.swiper .swiper-nav-button {
  /* top: auto; */
  /* bottom: 0; */
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 100px;
  border: 1px solid #000;
  color: #fff;
}

.swiper .swiper-nav-button::after {
  font-size: .95em
}

.swiper-button-prev {
  left: 0;
  margin-left: 10px;
}

.order-form input[type='text'],
.order-form input[type='email'] {
  padding: 22px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.order-form select {
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder {
  color: #999;
}

input[type='checkbox'],
.checkbox-radio {
  width: 32px;
  height: 32px;
  margin: 0;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
}

input[type='checkbox']:checked::before,
.checkbox-radio:checked::before {
  background-color: #00B334;
  background-repeat: no-repeat;
  background-position: center 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
}

input[type='checkbox']::before,
.checkbox-radio::before {
  width: 32px;
  height: 32px;
  position: relative;
  content: '';
  display: block;
  transition: all .3s ease;
  border-radius: 100px;
  background-color: #C0C0C0;
  background-repeat: no-repeat;
  background-position: center 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23C0C0C0' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'%3E%3C/path%3E%3C/svg%3E");
}

.credit-card-option {
  padding: 0;
  transition: all .3s ease;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
}

.credit-card-option input {
  background-color: transparent;
}

.credit-card-icons {
  background-color: #F1F1F1;
}

.payment-option label {
  min-width: 190px;
  padding: 1px 0 17px 15px;
  background-color: #eee;
  border-radius: 50px;
}

.payment-option .checkbox-radio {
  background-color: transparent;
}

.order-summary table,
.order-summary tr,
.order-summary td,
.order-summary th {
  border: 0
}

.extended-warranty {
  padding: 20px;
  background-color: #F6FDF3;
  border: 1px solid #d1dcd3;
  border-radius: 16px;
}

.btn-complete {
  width: 100%;
  padding: 20px 20px !important;
}

@media (min-width:768px) {
  .plyr {
    height: 415px;
  }
}

@media (max-width: 428px) {
  .main-left {
    padding-top: 0;
    box-shadow: none;
  }

  .head_contents {
    margin-bottom: 30px !important;
  }

  h1.mb-5 {
    margin-bottom: 20px !important;
  }

  h5 {
    text-align: center;
  }

  .plyr {
    height: 295px;
  }

  .swiper-button-prev {
    margin-left: 0;
  }

  .swiper-button-next {
    right: 0;
  }

  .list-group.check-list li::before {
    height: 92px;
  }

  #promoVal {
    max-width: 80px;
  }
}

@media (max-width: 360px) {
  #submit_btn .icon-forward {
    max-width: 27px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .main-left-col,
  .main-right-col {
    min-width: 100%;
  }

  .main-left {
    box-shadow: none;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .main-left-col,
  .main-right-col {
    min-width: 100%;
  }

  .main-left {
    box-shadow: none;
  }
}