

:root {
  --font-archivo: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
}

body#shop {
  background-color: #f8fafc;
}

div.custom-order-summary {
  border: 1px solid #e2e8f0;
  background: white;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 40px;
}

.custom-order-summary .custom-price {
  color: #475569;
  font-weight: 500;
}

.custom-order-summary .order-summary-block {
  font-size: 16px;
  font-family: var(--font-archivo) !important;
  display:flex;
  align-items:center;
  gap:8px
}

.custom-change-link {
  font-size: 16px;
  font-family: var(--font-archivo);
  color:#020617;
  text-decoration:underline;
  font-weight:600
}

body#shop div.well.cart,
body#shop div#payment-methods.well.login-hide,
body#shop div#voucher.well,
body#shop div#user.well,
/*body#shop div#billing-address.well.login-hide,*/
body#shop div#delivery-country,
body#shop div#shipping-address {
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 24px;
}

body#shop input#frm-checkoutForm-voucherContainer-voucherInput,
body#shop input#frm-checkoutForm-user-email,
body#shop textarea#frm-checkoutForm-billing_address-company_name,
body#shop input#frm-checkoutForm-contact-phone_number,
body#shop select#frm-checkoutForm-shipping_country_id,
body#shop #shipping-address input,
body#shop #billing-address input,
body#shop #billing-address select {
  border: 2px solid #e2e8f0;
  background: #fff;
  padding: 12px 24px;
  font-family: var(--font-archivo);
  font-size: 16px;
  font-weight: 500;
}

body#shop input#frm-checkoutForm-voucherContainer-voucherInput::placeholder,
body#shop input#frm-checkoutForm-user-email::placeholder,
body#shop textarea#frm-checkoutForm-billing_address-company_name::placeholder,
body#shop input#frm-checkoutForm-contact-phone_number::placeholder,
body#shop select#frm-checkoutForm-shipping_country_id::placeholder,
body#shop #shipping-address input::placeholder,
#billing-address input::placeholder,
#billing-address select::placeholder {
  color: #475569;
}

body#shop h3.h-mb--20 svg {
  display: none;
}

body#shop h3.h-mb--20 {
  position: relative;
  padding-left: 32px;
}

body#shop h3.h-mb--20::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}


body#shop .well h3 {
  text-transform: none;
  font-size: 16px;
}

body#shop input[type='radio']:checked {
  background: white !important;
  border: 5px solid #b45309 !important;
}

body#shop input[type='radio']:checked::before {
  display: none !important;
  margin-top: 0px !important;
}

body#shop label.radio-inline.payment-type {
  font-family: var(--font-archivo);
  font-weight: 600;
  font-size: 16px !important;
  align-content: center;
  color: black !important;
}

body#shop label.radio-inline.payment-type.gopay span::after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 133px;
  height: 20px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/0/04/Mastercard-logo.png') no-repeat;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.2s ease;
}

body#shop label.radio-inline.payment-type.gopay input[type='radio']:checked ~ span::after {
  opacity: 1;
}

body#shop label.radio-inline.payment-type.gopay span {
  margin-top: 28px;
}

body#shop #payment-methods.well.login-hide .h-mb--20 {
  margin-bottom: 0px;
}

body#shop h3.h-mb--20 {
  font-weight: 600;
  font-family: var(--font-archivo) !important;
}

body#shop textarea#frm-checkoutForm-billing_address-company_name {
  font-family: var(--font-archivo);
}

body#shop div.h-col--2.h-col--md--12.h-py--10.h-text--left.h-text--md--center p.font-weight-500 {
  font-family: var(--font-archivo);
  color: #475569;
}

body#shop form.form-inline div.form-group label {
  position: initial;
  font-size: 16px;
  font-weight: 600;
  color: #475569;
  font-family: var(--font-archivo);
  margin-bottom: 5px;
}

body#shop #voucher .row span {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-archivo);
}

body#shop #voucher .row span.use-button {
  text-decoration: underline;
}

body#shop input#complete-order {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-archivo) !important;
  margin-bottom: 55px;
  display: flex;
  width: 100%;
  justify-content: 'space-between';
  align-items: 'center'
}

body#shop a {
  font-weight: 600;
  font-family: var(--font-archivo);
  font-size: 16px;
}

body#shop #footer {
  display: none;
}

body#shop div.support-block {
  background: white;
  text-align: center;
  padding: 40px 0px 80px 0px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

body#shop p.support-question {
  font-family: var(--font-archivo);
  font-size: 16px;
  font-weight: 500;
  color: #475569;
}

body#shop p.support-contact {
  font-family: var(--font-archivo);
  font-size: 16px;
  font-weight: 600;
  color: #020617;
}

body#shop p.support-contact a {
  color: #020617;
}

input#frm-checkoutForm-toc1,
input#frm-checkoutForm-invoice-same_shipping {
  border: 2px solid #475569;
}

input#frm-checkoutForm-toc1:checked,
input#frm-checkoutForm-invoice-same_shipping:checked {
  border: 2px solid #d97705;
}

label#same-address.checkbox-inline {
  color: #020617 !important;
}

#toc label.checkbox-inline,
#toc label.checkbox-inline a {
  color: #020617 !important;
}
body#shop .simple-header {
  background: white;
  padding: 12px 0px;
}

body#shop div.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#shop div.header-content a.auth-link {
  display: flex;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  font-family: var(--font-archivo);
  text-decoration: none;
}

body#shop div.checkout {
  max-width: 730px;
  margin: 0 auto;
}

.checkout-box h3 {
  text-transform: none;
  font-size: 16px;
}


.checkout-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 1.5rem 2rem;
    margin: 3rem 0;
    font-size: 1.5rem;
}

.checkout-box p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
}

.checkout-box .step-number{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.login-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    text-align: center;
    background: #F1F5F9;
    color: #020617;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.login-links a:hover {
    background: #E2E8F0;
}

.login-links a img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
