header .header-btn__icon.sicon-user-circle {
    color: #3b5730;
}
.text-primary {
    color: #85e2cd;
    color: #39552f;
}
.s-button-primary {
    border-width: 1px;
    border-color
The color of the border around all four edges of an element.
Learn more
Don't show
: #85e2cd;
    border-color: var(--color-primary);
    background-color: #85e2cd;
    background-color: #e1e1e1;
    color: #ff6767;
    color: #39552f;
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #edddb3;
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: #39552f;
}
@media (min-width: 770px) {
    .header-btn {
        background-color: rgb(237 222 179);
        display: flex
;
        margin-left: 11px;
        border-radius: 40px;
        margin: 0 10px;
        padding: 0 10px;
        align-items: center;
        justify-content: center;
    }
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: #39552f;
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #38542e;
    color: #38542e;
}
.s-button-primary {
    border-width: 1px;
    border-color: var(--color-primary);
    background-color: #85e2cd;
    background-color: #39552f;
    color: #ff6767;
    color: #e1e1e1;
}
@media (min-width: 770px) {
    .header-btn {
        background-color: rgb(225 225 225);
        display: flex
;
        margin-left: 11px;
        border-radius: 40px;
        margin: 0 10px;
        padding: 0 10px;
        align-items: center;
        justify-content: center;
    }
}



custom-salla-product-card .card-footer  {
    display: flex;
    align-items: center;
}
custom-salla-product-card .card-footer .btn--add-to-cart {
    test;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    float: inherit;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    border-radius: inherit;
    max-width: 100%;
    width: 100%;
}
custom-salla-product-card .card-footer .btn--add-to-cart span {
    position: relative;
    left: -14%;
    top: 2px;
}
custom-salla-product-card .product .s-button-btn {
        padding: .57rem;
        width: 100%;
        height: inherit;
        border-radius: 0.25rem !important;
        font-size: 17px;
    }
    custom-salla-product-card .product .s-button-btn:hover {
    color: #1a1a1a;
    }
    
    custom-salla-product-card .product .s-button-btn::after {
    content: "اضف الى السلة";
}

salla-mini-checkout-widget {
    background-color: #f9595f;
    border-radius: 1rem;
}
@media (max-width: 767px) {
.product-single .s-add-product-button-main:not(.w-full) > salla-button {
    width: 54% !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
custom-salla-product-card .card-footer .btn--add-to-cart span {
    left: -8%;
}
}
.product-form .sticky-product-bar .before-price {
    top: -16px;
}