﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.users_index_table {
    margin-top: 20px;
}

.product_search_results {
    margin-top: 20px;
    position: relative;
}

.product_search_btn {
    margin-top: 10px;
}

.product_search_results_single_product {
    background: #fff;
    border: 1px solid #ccc;
    width: 22%;
    margin-right: 3%;
    position: relative;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}

.product-grid .card-header label {
    font-weight: 600;
}

.product_modal_body {
    padding: 25px;
}

.product_modal_body_label {
    text-align: left;
    padding: 0px;
}

.product-div {
    width: 20%;
}

.product-details h4 {
    height: 74px;
}

.product-box .product-details h4 {
    height: fit-content;
    margin-bottom: 7px;
}

.product_detail ul {
    list-style: disc;
}

.product_detail ul {
    padding-left: 13px;
}

#top-home img {
    max-width: 100%;
}

.active-favourite-li {
    background: #207c86;
    color: #fff;
    background-color: #207c86 !important;
}

    .active-favourite-li button {
        background: #207c86;
        color: #fff;
        background-color: #207c86 !important;
    }

    .active-favourite-li i {
        color: #fff !important;
    }

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
    .range-value

{
    margin: 0;
    input

{
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

}

.range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
    .ui-slider-range

{
    background: #207c86;
}

.ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #207c86;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

    .ui-slider-handle + span {
        background: #207c86;
    }

}
}

@media only screen and (min-width: 01px) and (max-width: 600px) {
    .product-div {
        width: 100%;
    }

    .search-full {
        display: none;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
    .product-div {
        width: 50%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .product-div {
        width: 33.3%;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1800px) {
    .product-div {
        width: 25%;
    }

    .product-details h4 {
        height: 74px;
    }
}
