* {
  font-family: Roboto, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #000;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
p {
  color: #707070;
  font-size: 14px;
}
header {
  border-bottom: 1px solid #dedede;
}
.si-design-checkoutInfo {
  padding: 40px 20px 20px 0;
}
.si-design-infoBox {
  margin-bottom: 32px;
}
.si-design-detailHead {
  margin-bottom: 15px;
}
.si-design-detailsTitle {
  color: #1b3e6f;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  line-height: 30px;
}
.si-design-form-control,
.si-design-form-select {
  min-height: 52px;
  max-height: 52px;
  padding: 5px 13px;
  font-size: 14px;
}
.si-design-form-control:focus {
  box-shadow: none;
}
.si-design-form-group {
  margin-bottom: 15px;
}
.form-check-input {
  width: 18px;
  height: 18px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  cursor: pointer;
}
.loading {
  pointer-events: none;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.shippingStatus {
  padding: 14px;
  background: #f5f5f5;
  border-radius: 5px;
}
.shippingStatus p {
  margin: 0;
}
.payment_data {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #f5f5f5;
}
.payment_info_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: #eff5ff;
  border-radius: 5px 5px 0 0;
  border: 1px solid #25a6da;
}
.si-design-input_icon {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.si-design-input_icon input {
  padding-right: 40px;
}
.si-design-input_icon i {
  color: #dedede;
  position: absolute;
  right: 16px;
  font-size: 20px;
}
.si-design-TheamBtn {
  background: #1773b0;
  color: #fff;
  min-height: 52px;
  padding: 5px 20px;
  outline: 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.si-design-TheamBtn:hover {
  background: #1773b0;
  color: #fff;
}
.si-design-TheamBtn:focus {
  box-shadow: none;
}
.btn:disabled {
  background: #ededed;
  color: #707070;
  border: 1px solid #d6d6d6;
}
.si-design-card_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 20px;
}
.si-design-card_content_box {
  height: 100%;
  border-left: 1px solid #dedede;
  padding: 40px 0 40px 40px;
}
.si-design-card_content_box:after {
  content: "";
  position: absolute;
  width: calc(50% - 12px);
  height: 100%;
  background: #f5f5f5;
  top: 0;
  z-index: -1;
  right: 0;
}
.si-design-stickyContent {
  position: sticky;
  top: 20px;
}
.si-design-card_detail h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0 0 3px;
}
.si-design-card_detail p {
  margin: 0;
}
.si-design-card_price h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  min-width: 50px;
  text-align: right;
}
.si-design-card_img {
  position: relative;
  display: flex;
  align-items: start;
  width: 62px;
  aspect-ratio: 1;
  border: 1px solid #c1bcbc;
  border-radius: 5px;
}
.si-design-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.si-design-item_count span {
  color: #fff;
  font-size: 12px;
}
.si-design-item_count {
  position: absolute;
  right: -7px;
  top: -8px;
  z-index: 9999;
  background: #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-design-card_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.si-design-card_item_start {
  display: flex;
  gap: 12px;
  align-items: center;
}
.si-design-applyCode {
  display: flex;
  width: 100%;
  gap: 14px;
  margin: 0 0 20px;
}
.si-design-checkoutPaymentInfo {
  margin: 20px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-design-priceInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.si-design-priceInfo h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.si-design-priceInfo h6 i {
  font-size: 18px;
  color: #666;
}
.ShippingAddress .si-design-form-control {
  min-height: auto;
  border: 0;
  text-align: right;
  background: 0 0;
  padding: 0;
}
.si-design-TotalPrice h6 {
  font-size: 20px;
  font-weight: 600;
}
.si-design-safeCheckout-banner {
  padding: 15px 40px;
  border: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.si-design-safeCheckout-banner h5 {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 30px;
  background: #f5f5f5;
  margin: -30px 0 5px;
  letter-spacing: 1px;
}
.si-design-safeCheckout-banner img {
  width: 100%;
}
.si-design-whyChooseUs {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.si-design-whyChooseInfo h6 {
  font-size: 14px;
}
.si-design-whyChooseInfo p {
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
}
.ExpressCheckout {
  text-align: center;
}
.ExpressCheckout .si-design-TheamBtn {
  width: 100%;
}
.checkoutBtns-group {
  display: flex;
  gap: 14px;
}
.checkoutBtns-group a {
  width: 100%;
}
.PayPalBtn {
  background: #ffc439;
}
.AmazonPayBtn {
  background: #ffd814;
}
.BlackBtn {
  background: #000;
}
.OrDivider {
  position: relative;
  margin: 20px 0;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.OrDivider:after,
.OrDivider:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedede;
  display: flex;
}
#PaymentAccordion .accordion-item {
  background-color: #f5f5f5;
  border: 0;
  margin-top: -1px;
}
#PaymentAccordion .accordion-button {
  gap: 10px;
  padding: 14px;
  font-size: 14px;
  border: 1px solid #dedede;
}
#PaymentAccordion .accordion-button:not(.collapsed) {
  color: #000;
  background: #eff5ff;
  border-color: #25a6da;
  box-shadow: none;
}
#PaymentAccordion .accordion-button:focus {
  box-shadow: none;
}
#PaymentAccordion .accordion-button:before {
  content: "";
  display: flex;
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
#PaymentAccordion .accordion-button::after {
  display: none;
}
#PaymentAccordion .accordion-button:not(.collapsed):before {
  box-shadow: 0 0 0 5px inset #1773b0;
  border-color: #1773b0;
}
#PaymentAccordion .accordion-body {
  padding: 14px;
  border: 1px solid #dedede;
  margin-top: -1px;
}
#PaymentAccordion .accordion-item:last-child .accordion-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#PaymentAccordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.si-design-credit_debit_card {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.si-design-shippingMethod-block {
  margin-top: 20px;
}
.si-design-shippingMethod-block .form-check {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: -1px 0 0 0;
}
.si-design-shippingMethod-block .form-check input {
  margin: 0 0 20px 15px;
}
.form-check-input:checked {
  background-color: #1773b0;
  border-color: #1773b0;
  z-index: 2;
}
.si-design-shippingMethod-block label {
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 14px;
  min-height: 68px;
  padding-left: 45px;
  border: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
}
.si-design-shippingMethod-block .form-check:first-child label {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.si-design-shippingMethod-block .form-check:last-child label {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.si-design-shippingMethod-block .form-check input:checked + label {
  background: #eff5ff;
  border-color: #1773b0;
  z-index: 1;
}
.si-design-shippingMethod-block .form-check h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.si-design-methodInfo p {
  margin: 0;
}
.si-design-card_price {
  display: flex;
  align-items: center;
  gap: 15px;
}
.si-design-quantity-control {
  display: flex;
  align-items: center;
}
#pages-links {
  gap: 20px;
}
#text-link {
  text-decoration-line: underline;
}
.si-design-quantity-control button {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si-design-quantity-control button i {
  font-size: 14px;
}
.si-design-quantity-control button:hover {
  background: rgba(23, 115, 176, 0.05);
}
.si-design-quantity-control button:focus {
  box-shadow: none;
}
.si-design-quantity-control input {
  border: 0;
  background: 0 0 !important;
  width: 40px;
  text-align: center;
  font-size: 14px;
  height: 24px;
  min-height: auto;
  padding: 5px;
  color: #000;
}
@media (max-width: 991.98px) {
  .si-design-checkoutInfo {
    padding: 30px 0 0;
  }
  .si-design-card_content_box:after {
    display: none;
  }
  .si-design-card_content_box {
    padding: 30px;
    background: #f5f5f5;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    height: auto;
  }
}
.si-functional-billingAddress {
  display: none;
}
#payment_form {
  position: fixed;
  bottom: 0;
  left: 0;
}
.error-box {
  text-align: center;
  padding: 50px;
  font-family: Arial, sans-serif;
}
.error-heading {
  color: #e74c3c;
  margin-bottom: 20px;
}
.error-paragraph {
  color: #666;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .si-design-card_content_box {
    padding: 15px;
  }
  .si-design-safeCheckout-banner {
    padding: 15px;
  }
  .si-design-infoBox {
    margin-bottom: 20px;
  }
  .si-design-checkoutInfo {
    padding: 20px 0 0;
  }
  .si-design-safeCheckout-banner h5 {
    font-size: 14px;
    padding: 5px 20px;
    margin: -27px 0 5px;
    letter-spacing: 0;
  }
  .si-design-whyChooseUs {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.si-design-noDisplay {
  display: none;
}
