::selection {
    color: #fff;
    background: #190e81e6;
}

.wrapper {
    width: auto;
}

header h2 {
    font-size: 24px;
    font-weight: 600;
}

header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 15px;
}

.price-input .field {
    /* display: flex; */
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    font-size: 19px;
    border-radius: 5px;
    border: 1px solid #999;
    color: #000000;
    background-color: transparent;

}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 100px;
    display: flex;
    font-size: 55px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #190e81e6;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #190e81e6;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #190e81e6;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.b-btn.paypal i {
    color: blue;
}

.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #190e81e6;
    color: white !important;
}

.pagination a:hover:not(.active) {
    background-color: #190e81e6;
    color: white !important;
}

.single-item {
    /* width: 300px;
    height: 300px; */

    .slide {
        width: 300px;
        height: 300px;
        font-size: 50px;
        color: red;
        background: #ccc;
        float: left
    }
}

.slick-dots {
    bottom: -15px;
    display: none !important;
}

.single-item:hover .slick-dots {
    display: block !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.slick-dots li button:before {
    color: #190e81e6;
}

.slick-dots li.slick-active button:before {
    color: #190e81e6;
}
.category-filter{
    gap:5px;
}
.product-image{
    width:230px;
    height:230px;
}
