input[type=submit] {
    font-weight: 700;
}

.product-inner-des ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-inner-des ul li {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background-color: #f7f7f7;
}

.product-inner-des ul li span {
    padding: 10px;
}

.product-inner-des ul li span.value {
    width: 60%;
    background-color: #fff;
}

.product-full {
    width: 90%;
    max-width: 800px !important;
}

.product-inner-des ul li span.key {
    font-weight: 700;
    background: #f7f7f7;
    width: 40%;

    font-size: 14px;
}

.product-details h3, .product-parameters h3 {
    margin-bottom: 0;
    background: #f23a2e;
    color: #fff;
    padding: 10px;
    font-size: 22px;
}

.product-parameters {
    margin-top: 22px;
}

.d-pcb-lm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pcb-filter {
    max-width: 250px;
    width: 100%;
}

.product-items {
    width: calc(100% - 250px);
}
.product-des:hover {
    background: #f8f8f8;
}

.product-des {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.product-thumb {
    width: 33%;
    text-align: center;
}

.product-short-des {
    width: 65%;
}

.product-thumb img {
    max-width: 140px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 180px;
    height: auto;
    margin-top: 15px;
}

.product-short-des ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.product-short-des ul li span {
    color: gray;
    font-weight: 500;
}

.product-des {
    /* margin-bottom: 20px; */
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}

.top-bar-filter {
    background: #0d072e14;
    padding: 15px;

}
.pagination {
    justify-content: center;
    margin: 30px 0;
}

.pagination a, .pagination span {
    padding: .25rem .5rem;
    transition: all .1s ease-in-out;
    font-size: .875rem;
    /* background-color: #f23a2e !important; */
    /* border-color: #f23a2e !important; */
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    color: #f23a2e;;
}
/* .pagination a {
    border-left: 0;
} */
.pagination a:hover{
    background-color: #e9ecef;
}
.pagination a:last-child{
    border-right: 1px solid #dee2e6;
    
}
.pagination span{
    background-color: #f23a2e;
    color: #fff;
}
.top-heading-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: rgba(0, 0, 0, 0.125) !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;
}
.filters {
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
}

.filters ul.list-unstyled {
    padding: 10px;
    margin-bottom: 0;
}
.filters ul.list-unstyled li {
    font-size: 14px;
}

.filter-heading {
    border-bottom: none;
    margin-bottom: 0;
    padding: 6px 10px;
    background: #f23a2e;
    color: #fff;
    border: solid 1px #f23a2e;
}

.h4clickClass, .h4headingnumber {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    background-color: #dedede;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.selected-filter li {
    display: inline-block;
    border: solid 1px;
    border-radius: 50%;
    padding: 15px 20px;
    margin: 3px 6px 5px 0;
    display: inline-flex;
    border: 1px solid #f23a2e;
    padding: 3px 12px;
    border-radius: 25px;
    font-size: 14px;
}

i.fa.fa-times-circle.icon-margin-left:before {
    content: "\f00d";
    font-size: 12px;
    font-weight: 300;
    background: #f23a2e;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.filters .single-filter .form-inline {
    margin: 7px;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.filters .single-filter .form-inline .form-control {
    width: 28%;
    display: inline-block;
    max-width: 60px;
    max-height: 35px;
}
.filters .single-filter .reset-filter {
    position: relative;
    width: 100%;
    margin-top: 8px;
    text-align: right;
    line-height: 12px;
    padding: 0 20px;
}
.selected-filter li {
    text-transform: capitalize;
}

.top-bar-filter {
    margin-bottom: 30px;
}

.form-control {
    border-radius: 4px;
    border-color: #979797;
    height: 31px;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
label.to-text {
    margin: 0px 5px;
}

.numberFilterApply {
    color: #fff !important;
    margin-left: 15px;
    background: #f23a2e;
    border-color: #f23a2e;
}

div#d-mess-result {
    margin-bottom: 20px;
}

@media (max-width:991px){


    .pcb-filter,.product-items{
        max-width: 100%;
        width: 100%;
    }
}


@media (max-width:767px){
    .product-thumb img{
        max-width: 100%;
    }
    .product-short-des h3 {
        font-size: 20px;
    }
}