/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

* {
  font-family: 'Cairo', sans-serif !important;
}


.s-fast-checkout-button.rtl {
    flex-direction: row-reverse;
    color: #ffffff;
    border: #ffffff;
    border: 1px;
}


body {
  background-color: #ffffff; /* لون بيج فاتح */
}

.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: #ffffff;
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
}


.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: #dcae52;
}


.s-button-primary-outline {
    fill: #414042;
    fill: #dcae52;
    color: #414042;
    color: #dcae52;
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(248 248 248);
    color: rgb(255 255 255);
}

:root {
    --font-main: 'PingARLT';
    --color-primary: #773e12;
    --color-primary-dark: #562707;
    --color-primary-light: #dcae52;
    --color-primary-reverse: #dcae52;
}

.s-button-outline {
    border-width: 1px;
    border-color: currentColor;
}

.main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: #ffffff;
    color: #773e12;
   
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity
1
: 1;
    color: rgb(255 255 255);
    color: rgb(255 255 255);
}

.store-footer__inner {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, 1);
    background-color: #773e12;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.copyright-text p {
    --tw-text-opacity
1
: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(255 255 255);
}

.store-footer
 {
    position: relative;
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 15, 1);
    background-color: #2a3f33;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
   background-color: #63300d;
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #231f1e;
    color: #773e12;
    position: relative;
}

.header-btn__icon {
    display: flex
;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(119 62 18);
}


@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: #ffffff;
        color: #ffffff;
        text-decoration-line: none;
    }
}
.top-navbar {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        background-color: #d6a349;
    }
}