.ex-protection {
  background: #fff;
  border-radius: 5px;
  border: 2px dashed #e51010;
}
.ex-protection-header {
  background: rgba(229, 239, 118, 0.5);
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.checkout_form {
  background-color: #eeba4c;

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eeba4c),
    color-stop(#ffce66),
    to(#eeba4c)
  );

  background: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c);

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eeba4c),
    color-stop(#ffce66),
    to(#eeba4c)
  );

  background-image: linear-gradient(to right, #eeba4c, #ffce66, #eeba4c);

  -webkit-box-shadow: 0 6px 9px -5px #000;

  box-shadow: 0 6px 9px -5px #000;

  border-radius: 5px;

  border: 1px solid #dedede;

  padding: 20px;

  margin-bottom: 20px;
}

.ex-protection {
  background: #fff;

  border-radius: 5px;

  border: 2px dashed #e51010;
}

.ex-protection-header {
  background: rgba(229, 239, 118, 0.5);

  border-radius: 5px;

  color: #000;

  font-weight: 700;

  justify-content: center;

  align-items: center;

  font-size: 16px;
}

.ex-protection-content {
  font-size: 14px;

  padding: 15px;

  line-height: 20px;
}

.bounce-arrow {
  -webkit-animation: 1s infinite bouncebounce;

  animation: 1s infinite bouncebounce;
}

@-webkit-keyframes bouncebounce {
  0%,
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-12px);

    transform: translateX(-12px);
  }
}

@keyframes bouncebounce {
  0%,
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-12px);

    transform: translateX(-12px);
  }
}

.bounce-arrow-r {
  -webkit-animation: 1s infinite bouncebounceR;

  animation: 1s infinite bouncebounceR;
}

@-webkit-keyframes bouncebounceR {
  0%,
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(12px);

    transform: translateX(12px);
  }
}

@keyframes bouncebounceR {
  0%,
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(12px);

    transform: translateX(12px);
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 22px;
  margin-top: 15px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 34px;
}
input:checked + .slider {
  background-color: #2196f3;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round:before {
  border-radius: 50%;
}
input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  margin-top: 10px;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #99b9ee;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(50, 115, 220, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(50, 115, 220, 0.25);
}
.form-check-input:checked {
  background-color: #3273dc;
  border-color: #3273dc;
}

.ex-protection {
  background: #fff;
  border-radius: 5px;
  border: 2px dashed #e51010;
}
.ex-protection-header {
  background: rgba(229, 239, 118, 0.5);
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.panel {
  display: block;
  background-color: transparent;
  overflow: visible;
  justify-content: center;
  align-items: center;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3273dc;
  border-color: #3273dc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
p.np-txt {
  line-height: 20px;
  font-size: 14px;
  color: #2e3a4b;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#checkout-form h3.nw-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-top: 15px;
  padding-left: 0px;
  color: #000;
}

.ex-protection-content {
  font-size: 14px;
  padding: 15px;
  line-height: 20px;
}
.panel.flex-box {
  display: flex;
}
.bounce-arrow {
  -webkit-animation: 1s infinite bouncebounce;
  animation: 1s infinite bouncebounce;
}
@-webkit-keyframes bouncebounce {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}
@keyframes bouncebounce {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}
.bounce-arrow-r {
  -webkit-animation: 1s infinite bouncebounceR;
  animation: 1s infinite bouncebounceR;
}
@-webkit-keyframes bouncebounceR {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
  }
}
@keyframes bouncebounceR {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
  }
}

@media (max-width: 576px) {
  .ex-protection-header {
    font-size: 13px;
  }
  .ex-protection-header label {
    margin-bottom: 0;
  }
  #checkout-form h3.nw-txt {
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 7px;
    font-family: poppins, sans-serif;
    display: flex;
    align-items: center;
  }
  p.np-txt{
    font-size: 12px;
    padding: 10px 10px;
  }
}

.ex-protection-header > i.fa-arrow-right,
.ex-protection-header > i.fa-arrow-left {
  color: red;
}
.ex-protection.ex-journey-protection .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* dividerTax */

.dividerTax {
  position: relative;
  text-align: center;
  margin: 45px 0 25px;
}
.dividerTax .tax_shippPrt {
  font-size: 12px;
  display: inline-block;
  padding: 0 12px;
  background: #f9f9f9;
  margin: 0;
  position: relative;
  text-transform: capitalize;
}
.dividerTax:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  top: 50%;
  left: 0;
  position: absolute;
}
.warranty-content.warranty-container.warranty-container-box {
  display: block;
}
.padding--0 {
  padding: 0;
}
.padding-right--0 {
  padding-right: 0;
}
@media (max-width: 600px) {
  .checkout-items--subtotal p.charge {
    font-size: 12px;
    float: left;
    margin: 0;
/*    width: 70%;*/
  }
}
/* date: 21-02-25 */
input#chkboxSameAddress {
  width: auto;
  height: auto;
  display: inline-block;
}
.form-style .form-item label {
  display: none !important;
}
.billing-info {
  max-width: 95%;
  width: 100%;
  margin: auto;
}
input.has-error,
select.has-error {
  background: url(../images/error-input.png) 99.5% 50% no-repeat #fff;
  border: 1px solid orange !important;
}
#checkout-form .form-control.required.has-error {
  background: url(../images/error-input.png) 99.5% 50% no-repeat #fff;
  border: 1px solid orange;
}
.form-style input .required.has-error {
  background: url(../images/error-input.png) 99.5% 50% no-repeat #fff;
  border: 1px solid orange !important;
}
#checkout-form select.required.has-error {
  background: url(../images/error-input.png) 99.5% 50% no-repeat #fff !important;
}
/* best value batch */

/* best value batch */
/* 
.mw-package-title.best-value::after {
  content: "";
  background: url(../images/best-value-new.png) right no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  right: 10%;
  top: 100px;
  background-size: 85%;
  transform: rotate(-9deg);
}

@media screen and (min-width: 1156px) {
  .mw-package-title.best-value::after {
    top: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .mw-package-title.best-value::after {
    right: 8%;
    top: 116px;
    background-size: 75%;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 600px) {
  .mw-package-title.best-value::after {
    top: 24px;
        width: 80px;
        height: 80px;
        right: 0;
  }
} */

/* @media screen and (max-width: 450px) {
  .mw-package-title.best-value::after {
    width: 80px;
    height: 80px;
    top: 0px;
    right: 7%;
  }
}

@media screen and (max-width: 400px) {
  .mw-package-title.best-value::after {
    width: 70px;
    height: 70px;
    top: 0px;
  }
} */


.checkout-items--subtotal p.charge b {
  text-transform: uppercase;
}

