<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================================================================*/
/* CHECKOUT PAGE */
/*============================================================================================*/
/*-------- 2.6 Checkout --------*/
.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #004dda;
  color: #004dda;
  background-color: transparent;
}

.tab-content.checkout {
  padding: 15px 0 0 0;
}
.tab-content.checkout hr {
  margin: 10px 0;
}
.tab-content.checkout .form-group {
  margin-bottom: 10px;
}
.tab-content.checkout .nice-select {
  margin-bottom: 0;
}
.tab-content.checkout .social_bt {
  margin-bottom: 10px;
}

#other_addr_c {
  display: none;
}

.step {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .step {
    margin-bottom: 35px;
  }
}
.step h3:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 10px solid #f8f8f8;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .step h3:before {
    border: none;
  }
}
.step h3:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 10px solid #333;
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .step h3:after {
    border: none;
  }
}
.step.first h3:before, .step.last h3:after {
  border: none;
}
.step h3 {
  padding: 10px 12px 10px 20px;
  background: #333;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .step h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}
.step #forgot_pw {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.payments ul, .shipping ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.payments ul li, .shipping ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px;
}
.payments ul li a.info, .shipping ul li a.info {
  display: inline-block;
  float: right;
  color: #444;
}
.payments ul li a.info:hover, .shipping ul li a.info:hover {
  color: #004dda;
}
.payments ul li a.info:after, .shipping ul li a.info:after {
  font-family: 'themify';
  content: "\e718";
  position: relative;
  right: 0;
  top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.payment_info figure img {
  height: 20px;
  width: auto;
}
.payment_info p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.box_general.summary {
  box-shadow: none;
  background-color: #fff;
  padding-bottom: 20px;
  padding: 25px 25px 20px 25px;
  border: 1px solid #ededed;
}
.box_general.summary ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
}
.box_general.summary ul li {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
.box_general.summary ul li em {
  font-style: normal;
  float: left;
  width: 70%;
  font-weight: 400;
}
.box_general.summary ul li span {
  float: right;
  text-align: right;
  width: 30%;
  font-weight: 700;
}
.box_general.summary label.container_check {
  font-size: 12px;
  font-size: 0.75rem;
}
.box_general.summary .total {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: none;
  color: red;
}
.box_general.summary .total span {
  float: right;
  margin-bottom: 15px;
}

#confirm {
  text-align: center;
  background-color: #f8f8f8;
  padding: 150px 15px;
}
@media (max-width: 767px) {
  #confirm {
    padding: 60px 15px;
  }
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
</pre></body></html>