.mkp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.mkp-grid--left{
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}
.mkp-grid--right{
    grid-row: 5 / 6;
    grid-column: 2 / 4;
}
.mkp-grid--left.no-cars{
    grid-row: 2 / 3;
}
.mkp-grid--right.no-cars{
    grid-row: 4 / 5;
}
.mkp-card {
    background: linear-gradient(180deg, white, #E9E9E9);
    border-radius: 10px;
}

.mkp-image {
    width: 100%;
    height: 236px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.mkp-image img{
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-radius: 0px;
}
.mkp-content {
    margin: 10px 20px;
}

.mkp-content h5{
    font-size: 18px;
    font-weight: 900;
    line-height: 16px;
    margin-bottom: 10px;
    max-height: 64px;
    overflow: hidden;
    min-height: 64px;
    font-family: montserrat;
    padding-top: 10px;
    color: #032859 !important;
    text-transform: capitalize;  
}

.mkt-price{
    font-size: 30px;
    line-height: 40px;
    color: #032859;
    margin-bottom: 20px;
    font-family: montserrat;
    font-weight: 700;
}
.mkp-btn {
    margin-bottom: 30px;
}
.mkp-btn a {
    border: 2px solid #00346e;
    background: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: #00346e;
    font-family: "MontSerrat", sans-serif;
    text-decoration: none !important;
    font-weight: 800;
    text-transform: uppercase;
}   
.mkp-btn a:hover {
    background: #00346e;
    border: 2px solid #00346e;
    color: #ffffff;
}   

.pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pagination span, .pagination a {
    margin: 0 10px;
    padding: 10px 15px;
    background: #0000004d;
    color: #fff;
    text-decoration: none !important;
    font-family: "MontSerrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
span.page-numbers.current {
    background: linear-gradient(0deg, #00346E 0%, #066993 100%);
}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    color: #fff;
}
.price-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffffb8;
}
.terms-title,
.type-title{
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffffb8;
}
.cat-items {
    list-style: none;
    color: #fff;
    padding-left: 18px;
    width: 100%;
}
.cat-item label,
.cat-items label {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: roboto;
}
.search-p {
    display: flex;
    margin: 20px 0;
}
input#search-p {
    width: 100%;
    background: transparent;
    border: 1px solid #f1cf8e;
    color: #f1cf8e;
    border-radius: 0px;
}
button#searchsubmit {
    background: transparent;
    color: #f1cf8e;
    border: 1px solid #f1cf8e;
}
form#filters-form {
    margin-bottom: 50px;
}
.searchandfilter input[type="text"] {
    background: #ffffff00;
    border: 1px solid #ffffffdb;
    margin-bottom: 20px;
    width: 100%;
}

input.btn-filter-cat{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    color: #032859;
    background-color: transparent;
    background-image: linear-gradient(230deg, #F2D06B 0%, #FFC620 100%);
}
.terms-title h4,
.type-title h4{
    color: #fff !important;
}

.mkp-card.mkp-grid--left,
.mkp-card.mkp-grid--right {
    position: relative;
}
.mkp-card.mkp-grid--left > .mkp-image, 
.mkp-card.mkp-grid--right > .mkp-image {
    height: 437px;
    border-radius: 10px;
}
.mkp-card.mkp-grid--left > .mkp-content, 
.mkp-card.mkp-grid--right > .mkp-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    position: absolute;
    background: rgb(0 52 110 / 60%);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
}
.mkp-card.mkp-grid--left > .mkp-content h5, 
.mkp-card.mkp-grid--right > .mkp-content h5 {
    color: #fff !important;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    max-height: none;
    padding: 0 20px;
}
.mkp-card.mkp-grid--left .mkt-price, 
.mkp-card.mkp-grid--right .mkt-price {
    color: #ffffff;
}
.mkp-card.mkp-grid--left > .mkp-content > .mkp-btn a, 
.mkp-card.mkp-grid--right > .mkp-content > .mkp-btn a {
    color: #fff;
    border-color: #fff;
}
.mkp-card.mkp-grid--left > .mkp-content > .mkp-btn a:hover, 
.mkp-card.mkp-grid--right > .mkp-content > .mkp-btn a:hover {
    background: #fff;
    color: #00346e;
}

.container-cat {
    border: 1px solid #f1cf8e;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.cat-parent > label {
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 38px;
}

.mkp-card.card-car{
    grid-column: 1 / 4;
    position: relative;
}
.mkp-card.card-car.top{
    grid-row: 1 / 2;
}
.mkp-card.card-car > .mkp-image {
    height: 330px;
    border-radius: 10px;
}
.mkp-card.card-car > .mkp-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    position: absolute;
    background: rgb(0 52 110 / 60%);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    justify-content: center;
}
.mkp-card.card-car > .mkp-content h5 {
    color: #fff !important;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    max-height: none;
    padding: 0 20px;
}
.mkp-card.card-car .mkt-price {
    color: #ffffff;
}
.mkp-card.card-car > .mkp-content > .mkp-btn a {
    color: #fff;
    border-color: #fff;
}
.mkp-card.card-car > .mkp-content > .mkp-btn a:hover {
    background: #fff;
    color: #00346e;
}
.categories {
    overflow: auto;
    max-height: 600px;
    padding-right: 10px;
}
.categories::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.categories::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f2d06b;
}
.categories::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}
.btn-angle{
    display: none;
}

@media(max-width:1024px){
    .terms-title,
    .type-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .btn-angle{
        width: 40px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-content: center;
    }
    .categories {
        display: none;
    }
    .main-card-ctt.jcc.aic {
        display: flex;
        align-items: stretch;
        align-content: center;
        flex-direction: column;
    }
    .rubber-ipt {
        margin-right: 45px;
        margin-left: 0;
    }
    .rubber-value-min {
        transform: translateX(-20px);
    }
    div#mkp-col-filters {
        display: none;
    }
    .rubber-ipt {
        margin-right: auto;
        margin-left: auto;
    }
    input#slide1, input#slide2 {
        margin-right: 60px;
        margin-left: 60px;
    }
    .price-input {
        margin-top: 0px;
        justify-content: center;
    }
}
@media(max-width:980px){
    .mkp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mkp-grid--left {
        min-height: 300px;
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }
    .mkp-grid--right {
        min-height: 300px;
        grid-row: 7 / 8;
        grid-column: 1 / 3;
    }

    .mkp-card.card-car{
        grid-column: 1 / 3;
    }
    .mkp-grid--left.no-cars {
        grid-row: 3 / 4;
    }
    .mkp-grid--right.no-cars {
        grid-row: 6 / 7;
    }
    input#slide1, input#slide2 {
        margin-right: 0px;
        margin-left: 40px;
    }
}
@media(max-width:580px){
    .mkp-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .mkp-grid--left {
        grid-row: 6 / 7;
        grid-column: 1 / 2;
    }
    .mkp-grid--right {
        grid-row: 11 / 12;
        grid-column: 1 / 2;
    }

    .mkp-card.card-car{
        grid-column: 1 / 2;
    }
    .mkp-grid--left.no-cars {
        grid-row: 4 / 5;
    }
    .mkp-grid--right.no-cars {
        grid-row: 8 / 9;
    }
    .price-input {
        justify-content: center;
    }
}
@media(max-width:424px){
    .main-card-ctt.jcc.aic {
        display: block;
    }
    .rubber-ipt {
        margin-right: 0;
        margin-left: 0;
    }
    .rubber-value-min {
        transform: translateX(-20px) !important;
    }
    .rubber-value-max {
        transform: translateX(20px) !important;
    }
}

/*  ###  Rubberband range input   */

.rubber-ipt{
    /* width: 200px; */
    width: 288px;
    height: 6px;
    background-color: #eee;
    position: relative;
    /* margin-right: auto;
    margin-left: auto; */
}
.rubber-ipt-range {
    /* width: 200px; */
    width: 288px;
    height: 6px;
    background: #05638f;
    position: relative;
    border: 0px;
}

.rubber-ipt-min,
.rubber-ipt-max{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background: white;
    border: 3px solid #05608d;
}

.rubber-ipt-min{
	transform: translate(-9px, -12px);
	left: 0;
}
.rubber-ipt-max{
	transform: translate(278px, -12px);
	left: 0;
}
.rubber-value-min{
	top:10px;
	transform: translateX(-45px);
}
.rubber-value-max{
	top:10px;
	right: 0;
	transform: translateX(45px);
}
.flex{
	display: flex;
}
.f-wrap{
	flex-wrap: wrap;
}
.jcsb{
	justify-content: space-between;
}
.jcsa{
	justify-content: space-around;
}
.jcc{
	justify-content: center;
}
.aifs{
	align-items: flex-start;
}
.aic{
	align-items: center;
}
.w-100{
	width: 100%;
}

.m-m{
	margin: 20px;
}
.mb-m{
	margin-bottom: 20px;
}
.mt-s{
	margin-top: 10px;
}
.main-card{
	max-width: 25%;
	min-width: 300px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.1)
}
.main-card-ctt{
    padding: 20px;
    background-color: transparent;
    border: 1px solid #f1cf8e;
    margin-bottom: 20px;
}

input#slide1, input#slide2 {
    width: 100px;
    border: 1px solid #f1c971;
    background: transparent;
    border-radius: 7px;
    color: #f1c971;
    margin-left: 5px;
    padding: 10px 5px;
}

.price-input {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.w-100.flex.jcsb.mt-s {
    visibility: hidden;
}
.terms-type {
    display: flex;
    flex-direction: column;
}
.terms-type label {
    color: #fff;
}
.terms-type label input {
    margin-right: 5px;
}
.hide{
    display: none;
}
.active{
    display: block;
}
input.btn-reset-cat {
    color: #f2d06b !important;
    background: transparent;
    border: 2px solid #f2d06b !important;
    border-radius: 5px;
    font-family: 'MONTSERRAT';
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
.type-service {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
button.terms-ts {
    font-size: 16px;
    font-family: 'Roboto';
    text-transform: capitalize;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}

.type-service label {
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #f2d06b;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.type-service input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.type-service input[type=radio]:checked + label {
    color: #032859;
    background: #f2d06b;
}
.type-service label + input[type=radio] + label {
    border-left: solid 1px #f2d06b;
}
.type-service .radio-group {
    border: solid 1px #f2d06b;
    display: inline-block;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
}
@media(max-width:1200px){
    .type-service {
        flex-direction: column;
    }
    .type-service label {
        margin: 5px 0px;
    }
}
@media(max-width:340px) {
    input#slide1, input#slide2 {
        width: 80px;
    }
}
.order-by {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
select#order-by {
    background: transparent;
    border: 1px solid #f2d06b;
    border-radius: 5px;
    color: #f2d06b;
    padding: 6px 10px;
}
select#order-by option {
    color: #032859;
}
input.btn-reset-cat {
    margin-left: 10px;
}


