﻿.img-magnifier-glass {
    position: absolute;
    border: 1px solid black;
    z-index: 9999999;
    cursor: pointer;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}
/* slider filter mmd modi  */
.filter-group {
    border-bottom: 1px solid #e4e4e4
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.04) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.filter-group .card-header {
    border-bottom: 0
}

.icon-control {
    margin-top: 6px;
    float: right;
    font-size: 80%
}



.checkbox-btn {
    position: relative
}

    .checkbox-btn input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

        .checkbox-btn input:checked ~ .btn {
            border-color: #3167eb;
            background-color: rgb(43,125,192) !important;
            color: #fff
        }

.btn-light {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 0.45rem 0.85rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.37rem
}
.shop-filter-fontsize-color{
    font-size:18px;
}

.btn-light:hover {
    background-color: #fff;
    border-color: #989898
}

.btn-medium {
    font-size: 12px;
    padding: 10px 22px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 2px;
    border: 1px solid #157af6;
    width: 100%
}

.highlight-button:hover {
    background-color: #157af6;
    border: 2px solid #157af6;
    color: #fff
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}
/* search modi */

/* range slider */
.range-slider {
    width: 480px;
    /* Match this to the SVG's x2 value */
    margin: auto;
    text-align: center;
    position: relative;
    height: 6em;
}

    .range-slider svg,
    .range-slider input[type="range"] {
        position: absolute;
        left: 0;
        bottom: 0;
    }
.form-control-font-size {
    border: 1px solid #ddd !important;
    text-align: left !important;
    font-size: 1em !important;
}

input[type="number"] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.6em;
}

    input[type="number"]:invalid,
    input[type="number"]:out-of-range {
        border: 2px solid #ff6347;
    }

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type="range"]:focus {
        outline: none;
    }

        input[type="range"]:focus::-webkit-slider-runnable-track {
            background: #2497e3;
        }

        input[type="range"]:focus::-ms-fill-lower {
            background: #2497e3;
        }

        input[type="range"]:focus::-ms-fill-upper {
            background: #2497e3;
        }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type="range"]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type="range"]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type="range"]::-ms-fill-lower,
    input[type="range"]::-ms-fill-upper {
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type="range"]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }
/* range slider */

/* magnify */



/* magnify */

/* cols */
.col-xs-equal,
.col-sm-equal,
.col-md-equal,
.col-lg-equal {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-equal {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-equal {
        width: 33.333%;
        float: left;
    }
}
@media (max-width: 500px) {
    .card-on-shop {
        height:470px;
        max-height:470px;
    }
}
@media (max-width: 768px) {
    .col-xs-equal {
        width: 33.333%;
        float: left;
    }
}
@media (max-width: 500px) {
    .col-xs-equal {
        width: 100%; 
    }
}

@media (min-width: 992px) {
    .col-md-equal {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1400px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1600px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1950px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}
.btn__pure-font-size{
    font-size:13px;
}
/* cols */
/* Quantity  */
.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter input {
        width: 50px;
        border: 0;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        background: rgb(49 124 179) !important;
        color: #fff;
        appearance: none;
        outline: 0;
    }

    .counter span {
        display: block;
        font-size: 25px;
        padding: 0 10px;
        cursor: pointer;
        color: rgb(49 124 179) !important;
        user-select: none;
    }
/* Quantity  */