/* Al-kor custom css for Unishop */

:root {
    /* --color-1: #3c5cad; */
    --color-1: #7c5aa1;
}
.widget-categories ul>li.active>a, .widget-links ul>li.active>a,
.toolbar-dropdown>li.active>a, .site-header .site-menu>ul>li .sub-menu>li.active>a {
    color: #7c5aa1;
}
.product-card .product-button-group .product-button {
    background-color: #fed700;
}
.product-card .product-button-group .product-button:hover {
    background-color: #6bbd39;
}
.btn-primary {
    background-color: #f17b36;
}
.btn-primary:hover {
    background-color: #7c5aa1;
}

body>.topbar {
    border-bottom: 1px solid #e1be00;
    background-color: #ffd602;
    font-weight: 600;
}
body>.topbar a {
    color: #000!important;
}
@media only screen and (min-width: 768px) {
    .site-header .site-branding .site-logo {
        width: 272px;
    }
}