/* Product Sidebar CSS */
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0f99f3;
    background-color: #0f99f3;
    box-shadow: none !important; }

.custom-checkbox .custom-control-label::before {
    border-radius: 50%; }

.shop_top_sidebar_area {
    position: relative;
    z-index: 100;
    padding: 15px 30px;
    background-color: #f8f8ff;
    border-radius: 6px;
    margin-bottom: 30px; }
.shop_top_sidebar_area .custom-select:focus {
    box-shadow: none; }

.widget {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #f8f8ff;
    border-radius: 6px; }
.widget .widget-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 1rem; }
.widget .widget-desc label {
    text-transform: capitalize; }
.widget .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0f99f3;
    background-color: #0f99f3;
    box-shadow: none !important; }
.widget .custom-checkbox .custom-control-label::before {
    border-radius: 50%; }
.widget.rating .widget-desc li a {
    display: block;
    color: #ff9800;
    font-size: 14px;
    margin-bottom: 0.7rem; }
.widget.rating .widget-desc li a span {
    font-weight: 400; }
.widget.rating .widget-desc li:last-child a {
    margin-bottom: 0; }
.widget.size .widget-desc li {
    display: inline-block;
    margin-top: 4px; }
.widget.size .widget-desc a {
    background-color: #0f99f3;
    color: #ffffff;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px; }
.widget.size .widget-desc a:hover, .widget.size .widget-desc a:focus, .widget.size .widget-desc a:visited {
    background-color: #070a57; }
.widget.price .ui-slider-handle {
    background-color: #ffffff;
    border: 1px solid #464646;

    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: -3px;
    margin-left: -2px; }
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #a30e0e!important; }
.widget.price .ui-slider-horizontal {
    height: 8px; }
.widget.price .range-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize; }
.widget.price .ui-widget.ui-widget-content {
    border: 1px solid #d6e6fb; }

.custom-control-input:checked ~ .custom-control-label.black:before,
.custom-control-label.black:before {
    background-color: #000; }

.custom-control-input:checked ~ .custom-control-label.pink:before,
.custom-control-label.pink:before {
    background-color: #E91E63; }

.custom-control-input:checked ~ .custom-control-label.red:before,
.custom-control-label.red:before {
    background-color: #F44336; }

.custom-control-input:checked ~ .custom-control-label.purple:before,
.custom-control-label.purple:before {
    background-color: #9C27B0; }

.custom-control-input:checked ~ .custom-control-label.orange:before,
.custom-control-label.orange:before {
    background-color: orange; }

.shop_pagination_area {
    position: relative;
    z-index: 1; }
.shop_pagination_area .page-item .page-link {
    border: 1px solid transparent;
    color: #070a57;
    border-radius: 4px;
    padding: 2px 10px; }
.shop_pagination_area .page-item .page-link:focus {
    box-shadow: none; }
.shop_pagination_area .page-item.active .page-link {
    background-color: #0f99f3;
    color: #ffffff; }

.styleprimary{
    background-color: #ff6600!important;
    border-color: #ffffff!important;
    color: #ffffff!important;
    margin-bottom: 10px!important;
}

.styleicon svg{
    width: 65px!important;
}

.color-link p a {
    color: #0d6efdcc !important;
    font-weight:  600!important;
    font-size:  16px!important;
}

.color-link a {
    color: #0d6efdcc !important;
    font-weight:  600!important;
    font-size:  16px!important;
}

.styled-pagination{
    display: flex!important;
    justify-content: center!important;
}

.styleicon{
    color: #ff6600;
}
.styleicon svg {
    width: 50px !important;
}

.ui-slider-range ui-corner-all ui-widget-header{
    background: #ff6600!important;
}
.style_price_title{
    display: flex!important;
}
.style_icon_price{
    padding: 4px 5px 0px 0px;
    color: #ff6600;
}
.style_amount_value_price{
    border: none!important;
    background: none!important;
    padding: 0 0 0 0px!important;
    color: #3f3f3f!important;
    font-weight: 600!important;
    margin: 0px 0px 5px 5px!important;
    height: 55px!important;
}


