.shop-section {padding-top:25px;  background: #F1FAFF;}
.shop-items .card {    background-color: #fff; border: 1px solid #DEE8EE;border-radius: 10px;margin-bottom: 30px;position: relative;}
.shop-items .card .ribbon {left:0!important;}
.shop-section .form-check-input[type=checkbox] {border-radius:3px!important;}
.shop-section .form-check-input[type='checkbox']:checked {background-color: #28779e; border-color: #28779e;}

.shop-section .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.shop-section .form-row>.col, .form-row>[class*=col-] {padding-right: 5px;padding-left: 5px;}

.shop-section .card {box-shadow:0px 0px 10px 0px rgba(24.99999999999998, 108.99999999999996, 150, 0.22);}

.custom-range {
    -webkit-appearance: none;
    width: 90%;
    height: 6px;
    background: #28779E;
    border-radius: 5px;
    outline: none;
    transition: opacity .2s;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fff;
    border:2px solid #28779E;
    border-radius: 50%;
    cursor: pointer;
}

.custom-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

#filter-sort-select {    border-radius: 10px;border: 1px solid #dedede; padding: 5px 5px 5px 15px; max-width:200px;}

.shop-section .quantity { display: flex;gap: 10%;     min-height: 47px;}

.shop-section .btn-minus {
    padding-right: 0 !important;
    width: 40px;
}

.shop-section .btn-plus {
    padding-left: 0 !important;
    width: 40px;
}

.shop-section .quantity a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-section .quantity a.btn i, .shop-section .cart-quantity i {
    margin: 0 !important;
}


.price-range .min-max-box input::-webkit-outer-spin-button,
.price-range .min-max-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-range .min-max-box input[type=number] {
    -moz-appearance: textfield;
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
    its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #345DBB;
}

/* Styling;
*/
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
*/
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}

.card-body p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.form-check-label{
    font-size: 0.95rem!important;
    font-weight: 400!important;
    color: #555a64!important;
}
