<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "font-electro.css";
@import "owl-carousel.css";
@import "style.css";
@import "colors/yellow.css";

@media (min-width: 1200px) {
    .product-short-description {
        height: 5em;
    }

    .ad .media {
        min-height: 204px;
    }

    .electro-description table {
        border: none;
    }

    #payment .place-order .button {
        font-size: 1.1em;
        margin-top: 30px;
    }

    li.payment_loan label img {
        max-height: 100% !important;
        float: right;
        width: 100%;
        margin-top: -30px;
    }
}

.page .entry-header h1 {
    font-size: 2.2em;
}

.woocommerce-checkout h3 {
    font-size: 1.5em;
}

abbr {
    color: red;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
    .site-header {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .mobile-top-tools {
        background: #fed700;
    }

    table.cart td {
        font-size: 1.1em;
    }

    .cart-collaterals h2 {
        font-size: 1.486em;
    }

    .handheld-navbar-toggle-buttons button {
        margin-top: 8px;
    }

    #payment .place-order .button {
        font-size: 1.1em;
        width: 100%;
        white-space: pre-wrap;
        height: 50px;
        width: 100%;
    }

    .header-logo {
        padding-left: 0px !important;
    }

    .navbar-toggler {
        font-size: 1em;
        font-weight: bold;
    }

    ul.products.columns-3&gt;li,
    ul.products&gt;li {
        width: 50%;
        padding-left: 3px;
        padding-right: 3px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    li.product .price {
        font-size: 1.1em;
    }

    .button {
        background-color: #fed700;
    }

    .footer-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #fed700;
        color: #2a2a2a;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
        z-index: 1;
    }

    .footer-mobile a {
        color: #2a2a2a;
    }

    .site-footer {
        display: none;
    }

    li.product .price-add-to-cart {
        padding-top: 10px;
    }

    li.product h3,
    .products-carousel .owl-item .product h3 {
        font-size: 1em;
    }

    li.product .price del {
        font-size: 0.8em;
    }

    .owl-item {
        padding-left: 3px;
        padding-right: 3px;
    }

    ul.products&gt;li.product {
        padding-left: 3px;
        padding-right: 3px;
    }

    .single-product .woocommerce-tabs~div.products&gt;h2 {
        margin-bottom: 0.1em;
    }

    .thumbnails-single img {
        padding: 5%;
    }

    .mobile-a2-banner img {
        padding: 0px !important;
    }

    .thumbnails-all .owl-stage {
        display: none;
    }

    li.payment_loan label img {
        margin-top: -38px !important;
        max-height: 100% !important;
        float: right;
        width: 90%;
    }

    .khaan-buttons img {
        width: 100% !important;
    }
}

.header-logo {
    padding-left: 75px;
}

.entry-content p,
.entry-content div {
    /*text-align: justify;*/
}

.product_meta {
    margin-top: 30px;
}

.fav_added {
    color: green !important;
}

div.blockUI h1 {
    font-size: 12px;
}

div.growlUI h1,
div.growlUI h2 {
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left;
    font-size: 1rem;
}

table.cart .coupon .button {}

input.khaan_button {
    margin-top: 15px;
    width: 100%;
    background: url("../images/khaan_bank.png") no-repeat;
    background-size: contain;
    border: none;
    height: 58px;
    cursor: pointer;
    color: transparent;
}

input.khaan_button:hover {
    margin-top: 15px;
    width: 100%;
    background: url("../images/khaan_bank.png") no-repeat;
    background-size: contain;
    border: none;
    height: 58px;
    cursor: pointer;
    color: transparent;
}

input.khaan_button:active {
    background-color: none !important;
}

input.khaan_button:focus {
    background-color: none !important;
}

input.khaan_button:hover {
    background-color: none !important;
}

.clear-button {
    margin-right: 10px;
}

.khaan-buttons img {
    border-radius: 10px;
    width: 308px;
    float: right;
    cursor: pointer;
    margin-top: 8px;
    ;
}

.product-soon {
    background: #ee0000;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    padding: 6px;
    text-align: center;
    opacity: 0.9;
    margin: 0 auto;
    left: 20%;
    top: 30%;
}</pre></body></html>