.quick-access .menu-box {
    padding: 0 1rem;
}

.quick-access .menu-box:hover .img-box img {
    transform: translateY(-5px);
}

.quick-access .menu-box:hover .menu-name h3 {
    color: #9d0406;
}

.quick-access .img-box {
    margin-bottom: 0.75rem;
    transition: all 1s;
}

.quick-access .img-box img {
    transition: all 0.5s ease;
}

.quick-access .menu-name {
    text-align: center;
}

.quick-access .menu-name h3 {
    font-size: 1rem;
}

.bg-zereshk {
    background-color: #9d0406;
}

.navbar .navbar-nav>li:hover>a {
    color: #000 !important;
}

.tab-style3 .nav-tabs {
    background-color: #9d0406;
}

.tab-style3 .nav-item a {
    color: #ddd;
}

.tab-style3 .nav-tabs .nav-item a.active {
    color: #fff !important;
}

.input-group>.form-control:not(:last-child) {
    border-radius: 0.25rem !important;
}

.search_btn {
    border-radius: 0.25rem;
}

.product .product_info {
    text-align: center;
}

.product .btn-fill-out {
    width: 95%;
    padding: 0.25rem;
}

.owl-flower {
    position: absolute;
    top: 30%;
}

.owl-flower img {
    width: 50px;
}

.owl-flower.right {
    right: -30px;
}

.owl-flower.left {
    left: -30px;
}

@media (max-width: 768px) {
    .nav_block {
        justify-content: center !important;
    }
}


/*# sourceMappingURL=custom.css.map */