﻿section#header #search-nav {
    min-height: unset
}

section#header #top-nav ul li {
    padding-left: 10px
}

.fontBold {
    font-family: "vazir-bold-fd";
}

@media screen and (max-width: 767px) {
    .droopmenu-header {
        padding: 0;
    }
}

section#header #search-nav #search-bar input {
    width: 90%;
}

.product-box .icons .btn {
    opacity: 1 !important;
}

.accordion-body {
    max-height: 500px !important;
    overflow-y: scroll !important;
}

.selected-filter {
    color: #000000;
    background-color: #a3e1a0;
}

input[type=checkbox] {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    cursor: pointer;
}

.fa-trashh {
    color: red
}

.product-box .icons .btn.btn-favorite:hover {
    background-color: crimson !important;
    color: white !important;
    border-color: crimson;
}

section.inner-page #page-hero {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.inner-page #page-hero .breadcrumb {
        margin-bottom: 0;
}

.percent {
    background-color: #eb7070 !important;
}