/*
--------------------------------------------------
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;
}
.right_title,.form_title h5,.order-bump-heading { text-align:center }
/*
--------------------------------------------------
presets
--------------------------------------------------
*/
.cursor-pointer { cursor: pointer }
/*
--------------------------------------------------
keyframes
--------------------------------------------------
*/
@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}
/*
--------------------------------------------------
animations
--------------------------------------------------
*/
.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/*
--------------------------------------------------
elements
--------------------------------------------------
*/
.list-group.check-list li::before {
  top: 14px;
  left: 20px;
  float: left;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-left: -32px;
  margin-right: 15px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23439c1b' 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: 30px;
  font-size: 1em;
  line-height: 1.9em;
  letter-spacing: .025em;
}
.user-photo {
  width:150px!important;
  height:150px!important;
  object-fit:cover;
  border-radius: 100px;
}
.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;
 -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-bump-heading { display:none }
.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;
  }
}

.qib-button {
  height: 30px;
  border-radius: 100px;
  background-color: transparent;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 30px;
  color: black;

  border-color: #cac9c9;
  float: left;
  min-height: initial;
  min-width: initial;
  max-height: initial;
  max-width: initial;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0;
  border-style: solid;
  border-width: 1px;
  transition: none;

}
.quantity {
  float: left;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: auto;
  min-height: initial;
  min-width: initial;
  max-height: initial;
  max-width: initial;
}
.qib-button:active {
border-color:#cac9c9 !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
height: 30px;
border-radius: 100px;
background-color: transparent;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) input {
/* height: 30px; */
border: 0;
}
.qib-container div.quantity:not(#qib_id):not(#qib_id) {
  float: left;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  width: auto;
  min-height: initial;
  min-width: initial;
  max-height: initial;
  max-width: initial;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  line-height: 1;
  background: none;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 32px;
  width: 50px;
  min-height: initial;
  min-width: initial;
  max-height: initial;
  max-width: initial;
  box-shadow: none;
  font-size: 15px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#message_response_area {
  padding: 20px!important;
  background-color: #fffce3;
  border: 1px solid #e8d6aa;
  border-radius: 16px;
  text-align: left;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.1em;
  color: #824f0c;
}

#message_response_area ol,
#message_response_area ul {
  margin: 0!important;
  list-style: none!important;
  list-style-type: none!important;
  text-align: left;
}
#message_response_area li {
  padding-bottom: 10px;
  list-style: none!important;
  list-style-type: none!important;
}
#message_response_area li:last-child {
  padding-bottom: 0;
}
#message_response_area:before {
  content: 'There was a problem processing your order.';
  display: block;
  border-bottom: 1px solid #eee4cd;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.6em;
}
:root { 
  --plyr-color-main: #83d500; 
}
.plyr--video {
  height: 100%; max-height: 330px; 
} 
.hero {
  width:100%;
  max-width: 1280px;
  padding: 15px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) { 
  .hero {min-height: 200px; background-image: none!important} 
}
@media (min-width: 768px) { 
  .hero {min-height: 200px;}
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width:768px) {
  .qib-container{
    position: absolute;
  }
}
@media (min-width: 768px) {
  .summaryFooter {
    position: relative;
  }
  .qib-container {
    position: absolute;
  }
}
@media (max-width: 430px) {
  .order-summary > h5 + table {
    margin-left: -10px;
  }
}
