<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chk-frm-in button,
.chk-frm-in h4,
.chkt-hed h1 {
  text-transform: uppercase;
}
.total-section li span,
a.remove {
  float: right;
}
.chk-frm-in input,
.chk-frm-in select {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
ul {
  padding-left: 0;
  margin: 0;
}
.proceed .checkout-btn:hover {
  background: linear-gradient(#f4ff61, #ff8d00) !important;
}
.contnu-shp:hover {
  background: linear-gradient(#61cbff, #005aff);
}
.chkt-hed h1 {
  padding: 1% 0;
  background: #2d568a;
  color: #fff;
  text-align: center;
  margin-bottom: 4%;
  border-radius: 0.25rem;
  font-size: 27px;
}
section.cehkout-frm {
  padding: 2% 0;
}
.chkt-hed h1 p {
  font-size: 15px;
  margin-top: 6px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.chk-frm-in label {
  font-size: 14px;
  color: #000000e6;
  margin-bottom: 4px;
}
.chk-frm-in input {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  padding: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  height: 42px;
  margin: 8px 0 20px;
  color: #000;
  width: 100%;
}
.chk-frm-in h4 {
  font-size: 14px;
  margin: 1.5% 0;
  position: relative;
}
.chk-frm-in h4 input {
  position: relative;
  border: unset;
  padding: 6px 16px;
  border-radius: 5px;
  color: #fff;
  left: 1%;
  background: #2d568a;
  width: auto;
  height: 34px !important;
  font-size: 14px !important;
}
.chk-frm-in button {
  color: #fff;
  border: none;
  margin: 0 !important;
  font-weight: 700;
  letter-spacing: 0.1rem;
  width: auto !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 1.2% 4% !important;
  background-image: linear-gradient(#005aff, #61cbff) !important;
}
.add-to-cart a,
.add-to-cart h4,
.add-to-cart input,
.ship-estimate li {
  font-weight: 400;
  color: #000;
}
.chk-frm-in button:hover,
button.checkout-submit-button.fs:hover {
  background: linear-gradient(#61cbff, #005aff) !important;
}
.chk-frm-in button:hover i {
  transform: rotate(90deg);
}
.chk-frm-in button i,
button.checkout-submit-button.fs i {
  transition: 0.3s ease-in-out;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 10px 10px 10px 5%;
}
.toggle-switch .toggle-input {
  display: none;
}
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  background-color: #2d568a;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: orange;
}
.toggle-switch .toggle-input:checked + .toggle-label::before,
.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}
.toggle-switch.light .toggle-label {
  background-color: #bebebe;
}
.toggle-switch.light .toggle-input:checked + .toggle-label {
  background-color: #9b9b9b;
}
.toggle-switch.light .toggle-input:checked + .toggle-label::before {
  transform: translateX(6px);
}
.toggle-switch.dark .toggle-label {
  background-color: #4b4b4b;
}
.toggle-switch.dark .toggle-input:checked + .toggle-label {
  background-color: #717171;
}
.same-shpng {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 40px;
}
.same-shpng span {
  font-size: 13px;
  text-transform: capitalize;
}
section.add-to-cart {
  padding-top: 2%;
  background: #fff;
  padding-bottom: 0;
}
.add-to-cart a {
  font-size: 13px;
  display: block;
  text-align: center;
  padding-top: 9px;
  text-decoration: none;
}
.lffft a,
li.zpcd a {
  text-decoration: underline;
}
.add-to-cart h4 {
  font-size: 15px;
  text-align: center;
  font-family: Poppins, Sans-Serif;
}
.add-to-cart .table &gt; tbody &gt; tr &gt; td,
.add-to-cart .table &gt; tbody &gt; tr &gt; th,
.add-to-cart .table &gt; tfoot &gt; tr &gt; td,
.add-to-cart .table &gt; tfoot &gt; tr &gt; th,
.add-to-cart .table &gt; thead &gt; tr &gt; td,
.add-to-cart .table &gt; thead &gt; tr &gt; th {
  vertical-align: middle;
}
.table-responsive table.table {
  background: #fff;
}
.ship-estimate {
  background-color: #fff;
  padding: 20px 40px;
  border: 1px solid #00000029;
  margin-top: 10%;
}
.ship-estimate li {
  font-size: 25px;
  margin-bottom: 5px;
  font-family: Poppins;
}
.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Poppins, Sans-Serif;
  list-style: none;
}
.ship-estimate .grey-style {
  color: #333333db;
  font-size: 15px;
  font-family: Poppins;
  font-weight: 500;
  text-transform: uppercase;
}
.contnu-shp,
.proceed .checkout-btn,
.total-section ul {
  font-family: Poppins, Sans-Serif;
}
.proceed a {
  color: #000;
  text-align: left;
  font-size: 20px;
}
.product-img,
.table tr th:not(:first-child),
th.qty {
  text-align: center;
}
.proceed .checkout-btn {
  padding: 15px;
  width: 53%;
  font-size: 17px;
  letter-spacing: 3px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: linear-gradient(#ff8d00, #f4ff61);
  text-transform: capitalize;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.table-space h3,
.table &gt; :not(:last-child) &gt; :last-child &gt; * {
  color: #000;
  text-transform: uppercase;
  font-family: Poppins, Sans-Serif;
}
.product-img,
.space .row {
  align-items: center;
}
.product-img,
a.remove {
  justify-content: center;
}
.btm-inpts label,
.contnu-shp a i,
.proceed .checkout-btn i {
  font-size: 14px;
}
.product-img img {
  height: 85px;
  object-fit: contain;
  width: 100%;
}
.product-img {
  width: 100%;
  border-radius: 0;
  display: flex;
}
.table &gt; :not(:last-child) &gt; :last-child &gt; * {
  border-bottom-color: #00000021;
  font-size: 14px;
  font-weight: 400;
  padding: 19px 25px;
}
.table-space h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}
.contnu-shp,
a.remove {
  align-items: center;
  background: linear-gradient(#005aff, #61cbff);
  display: flex;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: solid;
  border-width: 0;
}
a.remove {
  font-size: 23px;
  width: 40px;
  height: 35px;
  color: #fff;
  padding: 0 0 6px;
  border-radius: 3.5px;
}
.contnu-shp,
.paypal {
  justify-content: center;
}
.table-space h6,
.table-space span {
  color: #000;
  font-weight: 400;
}
.table-space h6 {
  font-size: 16px;
  line-height: 18px;
  margin: 5px 0;
  text-transform: capitalize;
}
.table-responsive {
  margin-bottom: 1%;
}
td.col-md-1.rm {
  text-align: -webkit-center;
}
.contnu-shp {
  padding: 15px;
  width: 52%;
  letter-spacing: 2px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.contnu-shp a {
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
}
.py-2.py-md-0.col-md-10.cntold {
  text-align: end;
}
.lffft li {
  list-style-type: none;
  margin-bottom: 3px;
  font-size: 11px;
  color: #000000c9;
  font-weight: 500;
}
.lffft a {
  text-align: left;
  font-size: 12px;
}
.adtocart-hed h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 5px;
  margin-bottom: 13px;
}
table.table tr th:first-child {
  padding-left: 28px !important;
}
.table-responsive h3 {
  font-size: 14px;
  padding-bottom: 1px;
  line-height: 21px;
}
.total-section {
  border: none;
  padding: 22px 23px;
  background: #fff;
  border: 1px solid #00000024;
}
.total-section ul {
  list-style: none;
  margin-bottom: 0;
}
.total-section li,
.total-section li.color-change span,
li.color-change {
  font-family: Poppins;
  font-weight: 400;
  color: #000;
}
.total-section li {
  font-size: 18px;
  padding-bottom: 20px;
}
li.color-change {
  margin-top: 8%;
  text-transform: capitalize;
  font-size: 30.96px;
}
.total-section li.color-change span {
  font-size: 20.96px;
}
.total-section.fs {
  background: #f8f9fa;
  padding: 20px;
}
.total-section.fs li {
  font-size: 16px;
}
.total-section.fs h5 {
  text-align: center;
  margin-bottom: 9%;
  font-size: 16px;
}
.total-section.fs li.color-change {
  margin-top: 0;
  padding: 15px 0;
  border-top: 1px solid #0000005e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paypal,
.paypal a {
  align-items: center;
  display: flex;
}
button.checkout-submit-button.fs {
  color: #fff;
  border: none;
  margin: 6px 0 0 !important;
  padding: 10px !important;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100% !important;
  height: 50px;
  font-size: 13px;
  background: linear-gradient(#005aff, #61cbff) !important;
}
.total-section.fs h6 {
  margin: 20px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #000000ba;
}
.paypal {
  background: linear-gradient(#ff8d00, #f4ff61);
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.paypal img {
  width: 102px;
  height: 25px;
  object-fit: contain;
}
.paypal a {
  padding-top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
}
li.zpcd a {
  text-align: start;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 !important;
  margin-top: -7px;
  letter-spacing: 2px;
  font-family: monospace;
  color: #000000b5;
  font-weight: 600;
}
.chk-frm-in input:focus-visible {
  outline: #ffa500 solid 1px;
}
button.checkout-submit-button.fs:hover i {
  position: relative;
  left: 15px;
  transition: 0.3s ease-in-out;
}
.paypal:hover {
  background: linear-gradient(#f4ff61, #ff8d00);
}
.chk-frm-in select {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  /* padding: 12px; */
  display: inline-block;
  border: 1px solid #ccc;
  height: 47px;
  margin-bottom: 20px;
  color: #000;
  width: 100%;
}
.btm-inpts .form-group {
  display: flex;
  align-items: center;
  gap: 23px;
  justify-content: end;
}
input.form-control.addl-cost,
input.form-control.addl-cost-desc {
  margin-bottom: 0 !important;
}
.btm-inpts .form-group.fst {
  justify-content: start;
  margin-bottom: 4%;
}
span.mandot {
  display: flex;
  margin-bottom: 3%;
  margin-top: -1%;
  text-transform: capitalize;
  gap: 8px;
}

span.mandot small {
  font-size: 16px;
}
.add-to-cart input {
  width: 28%;
  text-align: center;
  height: 42px;
  padding-left: 11px;
  border-radius: 6px;
  border: 1px solid #bfbebe;
  font-size: 15px;
  display: flex;
  margin: 0 auto;
}
.update-submit-button:hover i {
  transform: scale(1.2) !important;
}
button.rstbt {
  background: linear-gradient(#ff8d00, #f4ff61) !important;
  margin-left: 2% !important;
}

button.rstbt:hover {
  background: linear-gradient(#f4ff61, #ff8d00) !important;
}

@media only screen and (min-width: 1661px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .chkt-hed h1 {
    font-size: 18px;
    padding: 4% 0;
  }

  .chkt-hed h1 p {
    font-size: 11px;
  }

  .chkt-hed {
    padding: 3% 0;
  }

  .same-shpng {
    display: block;
    margin-bottom: 34%;
  }
  .same-shpng span {
    line-height: 19px;
  }
  .same-shpng span {
    display: block;
  }

  .toggle-switch {
    display: flex;
    margin-left: 0;
  }
  .same-shpng.bills {
    margin-bottom: 0;
  }
  .chk-frm-in button {
    height: 48px;
    width: 80% !important;
  }
  .table-responsive::-webkit-scrollbar {
    height: 8px !important;
    border-radius: 50px !important;
  }

  .table-responsive::-webkit-scrollbar-track {
    background: #000 !important;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    background: #fe9e0e !important;
  }
  .firstlft {
    width: 215px;
    margin-bottom: 5%;
  }

  .product-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
  }

  .table-responsive h3 {
    font-size: 11px;
    margin-top: 4%;
  }

  .lffft {
    text-align: center;
  }

  .table &gt; :not(:last-child) &gt; :last-child &gt; * {
    padding: 12px 37px;
  }

  section.add-to-cart {
    margin-top: 10%;
  }
  .add-to-cart h4 {
    width: 146px;
  }
  .table-responsive {
    margin-bottom: 11%;
  }

  .btm-inpts label {
    font-size: 11px;
  }

  .btm-inpts {
    margin-bottom: 13%;
  }

  .btm-inpts h2 {
    margin-top: 10%;
    font-size: 15px;
    text-align: center;
  }
  span.mandot {
    gap: 4px;
    margin-bottom: 7%;
  }
  table.table thead tr th:first-child {
    text-align: center;
  }
  .btm-inpts .form-group {
    justify-content: space-between;
  }

  .btm-inpts .form-group.fst {
    justify-content: space-between;
  }
  button.rstbt {
    margin-left: 0 !important;
    margin-top: 16px !important;
}

}
</pre></body></html>