
/* ========================================
   RESET &amp; ROOT SCOPING
   ======================================== */

#TaxSystems_root__Tx8Ks2,
#TaxSystems_root__Tx8Ks2 *,
#TaxSystems_root__Tx8Ks2 *::before,
#TaxSystems_root__Tx8Ks2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#TaxSystems_root__Tx8Ks2 {
    font-family: &quot;Inter&quot;, &quot;Segoe UI&quot;, Tahoma, Geneva, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
    text-align: right;
}

/* ========================================
   CONTAINER
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_container__Mn4Pq {
    padding-top: 5rem !important;
    min-height: 100vh !important;
    background: #050505 !important;
    color: #d1d5db !important;
}

/* ========================================
   HERO SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroSection__Wr6Zx {
    position: relative !important;
    background: #080808 !important;
    padding: 5rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    overflow: hidden !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroTexture__Bg7Yc {
    position: absolute !important;
    inset: 0 !important;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png') !important;
    opacity: 0.05 !important;
    pointer-events: none !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroContent__Lp9Mn {
    position: relative !important;
    z-index: 10 !important;
    max-width: 56rem !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    text-align: center !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroTitle__Qw2Er {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.3 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroPara__Zt5Ui {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
    color: #9ca3af !important;
    text-align: justify !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_heroParaSecond__Hj3Kw {
    margin-top: 1rem !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_heroTitle__Qw2Er {
        font-size: 3rem !important;
    }
    
    #TaxSystems_root__Tx8Ks2 .TaxSystems_heroPara__Zt5Ui {
        text-align: center !important;
    }
}

/* ========================================
   SECTION TITLES
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_sectionTitle__Cd7Fx {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
}

/* ========================================
   KEY SYSTEMS SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_keySystemsSection__Pb2Vn {
    padding: 4rem 1rem !important;
    background: rgb(8 8 8) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_systemsGrid__Kl8Qw {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 90rem !important;
    margin: 0 auto !important;
}

@media (min-width: 1280px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_systemsGrid__Kl8Qw {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_systemCard__Rn9Ty {
    position: relative !important;
    background: #111111 !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_systemCard__Rn9Ty:hover {
    border-color: rgba(197, 165, 93, 0.5) !important;
    transform: translateY(-4px) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_cardDecorator__Vm1Sx {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 6rem !important;
    height: 6rem !important;
    background: #C5A55D !important;
    opacity: 0.05 !important;
    border-bottom-left-radius: 5rem !important;
    transition: opacity 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_systemCard__Rn9Ty:hover .TaxSystems_cardDecorator__Vm1Sx {
    opacity: 0.1 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_cardHeader__Bz4Hp {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_cardHeader__Bz4Hp {
        flex-direction: row !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_iconBox__Jq6Wm {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 1rem !important;
    background: #1a1a1a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #C5A55D !important;
    font-size: 1.875rem !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_cardTitle__Fk3Yl {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_cardDesc__Nv7Zp {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.6 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_servicesBox__Gt5Lm {
    background: rgba(26, 26, 26, 0.5) !important;
    border-radius: 0.75rem !important;
    padding: 1.25rem !important;
    margin-bottom: 1.5rem !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    flex-grow: 1 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_servicesTitle__Pq2Rw {
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 0.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_servicesList__Xy8Kn {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_serviceItem__Dw9Bq {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    font-size: 0.875rem !important;
    color: #d1d5db !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_checkIcon__Mz1Cp {
    color: #C5A55D !important;
    font-size: 0.75rem !important;
    margin-top: 0.25rem !important;
    flex-shrink: 0 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_serviceItem__Dw9Bq span {
    line-height: 1.6 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_cardFooter__Ws3Dz {
    margin-top: auto !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_footerNote__Lq7Hm {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    font-style: italic !important;
}

/* ========================================
   WHY US SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyUsSection__Tb6Nm {
    padding: 4rem 1rem !important;
    background: #0a0a0a !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyUsGrid__Yp4Qw {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    max-width: 72rem !important;
    margin: 0 auto !important;
}

@media (min-width: 640px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_whyUsGrid__Yp4Qw {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_whyUsGrid__Yp4Qw {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyCard__Ls2Vx {
    background: #111111 !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: border-color 0.3s ease, transform 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyCard__Ls2Vx:hover {
    border-color: #C5A55D !important;
    transform: translateY(-4px) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyHeader__Jk9Mz {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyIcon__Wr5Tn {
    color: #C5A55D !important;
    font-size: 1.25rem !important;
    transition: transform 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyCard__Ls2Vx:hover .TaxSystems_whyIcon__Wr5Tn {
    transform: scale(1.1) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyTitle__Gh3Lp {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_whyDesc__Fn8Kw {
    font-size: 0.875rem !important;
    color: #9ca3af !important;
    line-height: 1.6 !important;
}

/* ========================================
   PROCESS SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_processSection__Pk7Wq {
    padding: 4rem 1rem !important;
    position: relative !important;
    overflow: hidden !important;
    background: rgb(8 8 8) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processGrid__Zm3Nx {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 72rem !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_processGrid__Zm3Nx {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_processGrid__Zm3Nx {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processCard__Hq9Ym {
    position: relative !important;
    background: #111111 !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: background 0.3s ease, transform 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processCard__Hq9Ym:hover {
    background: #151515 !important;
    transform: translateY(-4px) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processBadge__Lr5Zx {
    position: absolute !important;
    top: -1rem !important;
    right: -1rem !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: #C5A55D !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
    z-index: 10 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processTitle__Nv2Pk {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.75rem !important;
    margin-top: 0.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_processDesc__Qw8Lm {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
}

/* ========================================
   FAQ SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqSection__Bw7Rn {
    padding: 4rem 1rem !important;
    background: #0a0a0a !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqContainer__Km4Lp {
    max-width: 56rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqCard__Xs9Nq {
    background: #111111 !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: border-color 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqCard__Xs9Nq:hover {
    border-color: rgba(197, 165, 93, 0.3) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqQuestion__Pz6Wr {
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.75rem !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    font-size: 1.125rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqIcon__Dt2Vm {
    color: #C5A55D !important;
    margin-top: 0.25rem !important;
    flex-shrink: 0 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_faqAnswer__Gn5Lx {
    color: #9ca3af !important;
    line-height: 1.6 !important;
    padding-right: 2rem !important;
}

/* ========================================
   CONTACT &amp; FORM SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactSection__Vq8Lm {
    padding: 4rem 1rem !important;
    background: rgb(8 8 8) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactGrid__Zw3Np {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
}

@media (min-width: 1024px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_contactGrid__Zw3Np {
        grid-template-columns: 1fr 2fr !important;
    }
}

/* Contact Box */

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactBox__Hr9Kp {
    background: #111111 !important;
    border: 1px solid #C5A55D !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    height: 100% !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactBoxTitle__Lb2Xm {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactBoxSubtitle__Fn6Wq {
    color: #C5A55D !important;
    font-size: 0.875rem !important;
    margin-bottom: 2rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinks__Pm5Lz {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100% !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLink__Dq7Rw {
    display: block !important;
    background: #1a1a1a !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: background 0.3s ease, color 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkPhone__Xy4Nm:hover {
    background: #C5A55D !important;
    color: #000000 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkWhatsapp__Jm8Qs:hover {
    background: #25D366 !important;
    color: #ffffff !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkIcon__Tp9Kv {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkPhone__Xy4Nm .TaxSystems_contactLinkIcon__Tp9Kv {
    color: #C5A55D !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkWhatsapp__Jm8Qs .TaxSystems_contactLinkIcon__Tp9Kv {
    color: #25D366 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkPhone__Xy4Nm:hover .TaxSystems_contactLinkIcon__Tp9Kv {
    color: #000000 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLinkWhatsapp__Jm8Qs:hover .TaxSystems_contactLinkIcon__Tp9Kv {
    color: #ffffff !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_contactLink__Dq7Rw span {
    font-weight: 700 !important;
    font-size: 1.125rem !important;
}

/* Form Box */

#TaxSystems_root__Tx8Ks2 .TaxSystems_formBox__Wn4Lp {
    position: relative !important;
    background: #111111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    overflow: hidden !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_formBox__Wn4Lp {
        padding: 2.5rem !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formDecorator__Ks7Mx {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 8rem !important;
    height: 8rem !important;
    background: #C5A55D !important;
    opacity: 0.05 !important;
    border-bottom-right-radius: 100% !important;
    pointer-events: none !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formTitle__Qp3Yz {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_form__Bm6Nw {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formRow__Hv5Tp {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_formRow__Hv5Tp {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formGroup__Lr2Km {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formLabel__Nq8Vw {
    font-size: 0.875rem !important;
    color: #9ca3af !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formInput__Fy4Lz,
#TaxSystems_root__Tx8Ks2 .TaxSystems_formSelect__Pw9Rq,
#TaxSystems_root__Tx8Ks2 .TaxSystems_formTextarea__Km3Lx {
    width: 100% !important;
    background: #050505 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formInput__Fy4Lz:focus,
#TaxSystems_root__Tx8Ks2 .TaxSystems_formSelect__Pw9Rq:focus,
#TaxSystems_root__Tx8Ks2 .TaxSystems_formTextarea__Km3Lx:focus {
    border-color: #C5A55D !important;
    outline: none !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formInput__Fy4Lz::placeholder,
#TaxSystems_root__Tx8Ks2 .TaxSystems_formTextarea__Km3Lx::placeholder {
    color: #6b7280 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formTextarea__Km3Lx {
    resize: vertical !important;
    min-height: 6rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formButton__Vz7Qw {
    width: 100% !important;
    background: #C5A55D !important;
    color: #000000 !important;
    font-weight: 700 !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
    margin-top: 0.5rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formButton__Vz7Qw:hover {
    background: #b0924f !important;
    transform: translateY(-2px) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_formButton__Vz7Qw:active {
    transform: translateY(0) !important;
}

/* ========================================
   OFFERS SECTION
   ======================================== */

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersSection__Pw8Lm {
    padding: 3rem 1rem !important;
    margin-bottom: 4rem !important;
    background: rgb(8 8 8) !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersBox__Gn2Kx {
    position: relative !important;
    background: linear-gradient(135deg, #C5A55D 0%, #b0924f 100%) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: 0 0 40px rgba(197, 165, 93, 0.3) !important;
    color: #000000 !important;
    text-align: center !important;
    overflow: hidden !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_offersBox__Gn2Kx {
        padding: 3rem !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersTexture__Zq5Vp {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.5 !important;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png') !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersContent__Lr7Wy {
    position: relative !important;
    z-index: 10 !important;
    max-width: 56rem !important;
    margin: 0 auto !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersTitle__Hm4Np {
    font-size: 1.875rem !important;
    font-weight: 900 !important;
    margin-bottom: 1rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersSubtitle__Fq9Rx {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-bottom: 2rem !important;
    opacity: 0.9 !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offersGrid__Kp6Wm {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

@media (min-width: 768px) {
    #TaxSystems_root__Tx8Ks2 .TaxSystems_offersGrid__Kp6Wm {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offerCard__Vz3Lq {
    background: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    padding: 1.5rem !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offerIcon__Tn8Kx {
    font-size: 2.5rem !important;
    margin-bottom: 0.75rem !important;
}

#TaxSystems_root__Tx8Ks2 .TaxSystems_offerText__Dm5Rw {
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #000;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 230px;
                height: 100px;
                max-width: 230px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #222 ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  1px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  1px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 1px solid #C5A55D;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #fff;
                    border-radius: 3px;
                    background: #C5A55D ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #C5A55D ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #C5A55D ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #C5A55D ;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #C5A55D ;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #fff;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #fff;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #C5A55D ;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #C5A55D ;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 230px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}