<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ===========================================================================
Topics page
============================================================================*/
.topic-page .page-banner {
    background: url('../images/theme/topic-bg.png') center center;
    background-size:cover;
    height:360px;
}
    .topic-page .page-banner .banner-overlay {
        width: 100%;
        height: 100%;
        /*background: url('../images/theme/topic-overlay.png') center center;
        background-size: cover;*/
    }
    .topic-page .page-banner .banner-overlay img {
        height:60%;
        max-height: 230px;
    }

/* ===========================================================================
Check Out page
============================================================================*/
#checkout-steps .tab-section {}
    #checkout-steps .tab-section .step-title {
        /*background-color: var(--color-khaki);*/
        border-radius: 20px !important;
        padding: 0 15px !important;
        color: #000;
    }
    #checkout-steps .tab-section.active .step-title {
        background-color: var(--color-khaki);
        color: white;
    }
    #checkout-steps .tab-section.allow .step-title {
        color: white;
    }
    #checkout-steps .tab-section .step {
        background-color: white;
        border-radius: 6px;
        border: 1px solid #DEDEDE;
    }
        #checkout-steps .tab-section .step input, #checkout-steps .tab-section .step select, #checkout-steps .tab-section .step .btn {
            border-radius: 20px !important;
            min-width: 90px !important;
            height: 35px;
        }
            #checkout-steps .tab-section .step .btn:hover, .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
                background-color: var(--color-khaki) !important;
                border: var(--color-khaki) !important;
            }
.checkout-page .order-details-summary {
    /*min-height: 100%;*/
    height: auto !important;
    background-color: white;
    border: 2px solid #DEDEDE;
    padding: 5px !important;
}
    .checkout-page .order-details-summary .shopping-cart {
        border: none!important;
        background-color: transparent !important;
        
    }
    .checkout-page .order-details-summary .shopping-cart .item-container input:hover, .checkout-page .order-details-summary .shopping-cart .item-container input:focus {
        outline: none;
        border-color: transparent !important;
        box-shadow: none;
    }
    .checkout-page .order-details-summary .shopping-cart tr {
        margin: 0 0 5px 0 !important;
    }
    .checkout-page .order-details-summary .shopping-cart .item-container td {
        border: none !important;
        padding: 15px 10px;
    }
    .checkout-page .order-details-summary .shopping-cart .item-container .quantity input {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 12px !important;
    }
    .checkout-page .order-details-summary .total-info{
        margin-top: 0 !important;
    }
    .checkout-page .order-details-summary .total-info table {
        border: 0;
        width: 100%
    }
        .checkout-page .order-details-summary .total-info table tr:first-child {
            border-top: 2px solid #DEDEDE;
        }

            .checkout-page .order-details-summary .total-info table tr td {
                border-top: none;
            }
.shopping-cart.cart-page tr td {
    background-color: transparent !important;
} 

/* ===========================================================================
Contact Us page
============================================================================*/

.contact-page.contact-healOff {
    margin: 0 !important;
}
    .contact-page.contact-healOff .generalMarginSupporter:first-of-type {
        background: url('../images/theme/contact-bg.png') center center;
        background-size: cover;
        height: 360px;
        margin: 0 !important;
        padding: 0 !important;
       
    }
    @media(max-width: 767.98px){
        .contact-page.contact-healOff .generalMarginSupporter:first-of-type {
            height: 150px;
           
        }
    }
    .contact-page.contact-healOff .generalMarginSupporter h2.generalTitle {
        width: 100%;
        height: 100%;
        background: url('../images/theme/topic-overlay.png') center right;
        background-size: cover;
        margin: 0 !important;
        padding: 0 !important;
        color: white;
        line-height: 360px;
        font-weight: bold;
        font-size: 65px;
    }
    @media(max-width: 767.98px){
        .contact-page.contact-healOff .generalMarginSupporter h2.generalTitle {
            padding: 0 15px !important;
            text-align: center !important;
            line-height: 150px;
            font-size: 30px;
        }
    }
    .contact-page.contact-healOff #contactus-form {
        max-width: 100% !important;
        margin: 0px auto !important;
        padding: 20px;
         border: 0px solid #d9dadb; 
        /*background-color: #f8f9fa;*/
    }
        .contact-page.contact-healOff #contactus-form input:hover,
        .contact-page.contact-healOff #contactus-form input:focus,
        .contact-page.contact-healOff #contactus-form textarea:hover,
        .contact-page.contact-healOff #contactus-form textarea:focus {
            outline: none;
            border-color: #DEDEDE !important;
            box-shadow: none;
        }
            .contact-page.contact-healOff #contactus-form input,
            .contact-page.contact-healOff #contactus-form textarea {
                border-radius: 6px;
            }
            .contact-page.contact-healOff #contactus-form textarea {
                min-height: 215px;
            }
        .contact-page.contact-healOff #contactus-form label, .contact-page.contact-healOff #contactus-form span {
            display: none !important;
        }
    .contact-page.contact-healOff .contactForm {
        border-left: 0px solid #DEDEDE;
    }
    html[lang="ar"] .contact-page.contact-healOff .contactForm {
        border-left: 0px solid #DEDEDE;
        border-right: 0px solid #DEDEDE;
    }
.contact-page.contact-healOff .store-address .contactus-info li {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin: 17px 0px;
}
    .contact-page.contact-healOff .store-address .contactus-info li .icon-container {
        width: 67px;
        height: 67px;
        display: block;
        border-radius: 50%;
    }
    .contact-page.contact-healOff .store-address .contactus-info li p {
        height: 25px;
        line-height: 25px;
        font-size: 17px;
        font-weight: bold;
        margin-top: 15px;
        color: #7E7E7E;
    }
.generalLeftSide .card {
    border-radius: 12px !important;
}
.categoryGrid a.viewmode-icon.selected {
    color: #bb8f44;
}
.product-grid .form-row&gt;[class*=col-] {
    padding: 0 8px;
}
.product-details-page .thumbnails a.thumb-popup-link {
    width: 60px !important;
    height: 60px !important;
    background-color: #D8D8D8;
    border-radius: 8px;
}
.overview-buttons .prices .actual-price.old-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
/*
.homepage-categories .category-holder .img-holder img {
    border-radius: 50%;
    max-width: 170px;
    margin: 0 auto;
}
*/
.topic-page-title {
    width: 100%;
    height: 100%;
    /*background: url('../images/theme/topic-overlay.png') center right;
    background-size: cover;*/
    margin: 0 !important;
    padding: 0 !important;
    color: white;
    line-height: 360px;
    font-weight: bold;
    font-size: 65px;
    text-align: center;
}
select.form-control option:hover {
    background: #bb8f44 !important;
}
.pagination .page-item.current-page .page-link, .pagination .page-item.current-page:hover .page-link, .pagination .page-item:hover .page-link {
    background: #bb8f44 !important;
}
@media(max-width: 766.98px){
    .topic-page .page-banner {
        height: 150px;
    }
    .topic-page-title {
        font-size: 30px;
        line-height: 150px;
    }
}
@media(max-width: 374.98px) {
    .product-box .prices .actual-price {
        font-size: 17px;
    }
    .product-container .product-info .action-buttons-tiny-prbox .btn-add-to-cart span, .row-subcats-wrapper .subcats-name-holder a {
        font-size: 12px !important;
    }
}
.notify-modal input {
    max-width: 100%;
    height: 50px;
    display: inline;
    position: relative;
    margin-right: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.notify-modal .btn {
    max-width: 100%;
    height: 50px;
    margin: 0 4px 4px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
@media (max-width: 566.99px) {
    .homepage-categories .category-holder .img-holder img {
        height: 120px !important;
    }
}
*/</pre></body></html>