.page-start {
    max-width: 100% !important;
    padding: 10px 0;
}
.search-main{
    align-items: flex-start;
}
.search-main .select2-container {
    display: block;
}
.form-group{
    width: 100%;
}
.search-main .select2-container .select2-selection--single {
    height: 36px;
}
.search-main .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.mt-15{
    margin-top: 15px;
}
.search-box{
    background: #e2e2e2;
    /* padding: 20px 15px; */
    padding: 10px 0 0 0;
    margin-bottom: 25px;
}
.ui-slider-horizontal {
    margin-bottom: 10px;
    width: 100%;
}
.range-inputs {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.price-range-field {
    width: 40%;
    min-width: 30%;
    border-radius: 3px;
    height: 25px !important;
    padding: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.parts-pagination .pagination-layout li, .parts-pagination a {
    display: inline-block;
}

.parts-pagination .pagination-layout li a, .parts-pagination a {
    padding: 6px 0;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 2px;
    width: 45px;
    text-align: center;
}

.parts-pagination .pagination-layout li.active a, .parts-pagination .pagination-layout li a:hover, .parts-pagination > a:hover{
    /* color: white;
    background-color: #4CAF50; */
    font-weight: 800;
    transition: all .3s;
    border: 2px solid;
}
.parts-pagination .pagination-layout li a, .parts-pagination > a{
    transition: all .3s;
}

.parts-pagination .pagination-layout li a:hover:not(.active), .parts-pagination a:hover:not(.active)
{
    /*background-color: #ddd;*/
}

.parts-pagination .pagination-layout li a, .parts-pagination a{
    text-decoration: auto !important;
}
.desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: unset !important;
}
#data-container{

}
.card-body{
    box-shadow: 5px 5px 15px -10px #000000;
    font-size: 14px;
}
.head {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.card-body .row {
    margin-bottom: 10px;
}
.pagination{
    margin: 25px 0;
}
.card{
    margin-bottom: 30px;
    height: 90%;
}
.search-item label{
    font-size: 14px;
    font-weight: 600;
}
.ui-slider-horizontal {
    margin-bottom: 20px;
    width: 94%;
    left: 3%;
}
.select2.select2-container{
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .search-main .search-items{
        margin: 35px;
    }
}

@media only screen and (max-width: 330px) {
    #data-container .head {
        padding-right: 0;
    }
}

.search-result .card-body{
    padding: 12px;
}
.search-result .head{
    padding-right: 3px;
}

.pagination-layout{
    margin: 0;
    text-align: center;
}
.pagination-layout li{
    margin-bottom: 10px;
}
.parts-pagination{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px 0;
}
.back-btn{
    text-decoration: none !important;
}
.nav-btn{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    max-width: 100% !important;
}
.slider-reset{
    float: right;
    border-radius: 30px;
    padding: 3px 6px;
    font-size: 12px;
    margin-top: -3px;
}
#slider-range{
    clear: right;
}
.custom-checkbox{
    display: flex;
    align-items: center;
}
.custom-checkbox input{
    width: 30px;
    margin-right: 5px;
}
.custom-checkbox label{
    margin-bottom: 0;
}
.custom-checkbox input:hover, .custom-checkbox label:hover{
    cursor: pointer;
}
.hide-cls{
    display: none;
}
.parts-null, .parts-null-row{
    padding: 50px 5px !important;
}
.next-page:disabled, .prev-page:disabled, .add_to_cart:disabled{
    opacity: .5 !important
}
.search-item .price-label{
    padding: 5px 0;
}
.slider-reset:focus{
    outline: none;
}

.parts-null-row .head{
    text-align: center;
}

.parts-null-row .search-null-ic{
    display: block;
    font-size: 25px;
}
.search-main.row{
    clear: right;
}
.parts-note-div{
    float: right;
    padding: 3px 10px;
    margin-bottom: 10px;
    background: #e2e2e2;
    border-radius: 3px;
    color: #f00;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.form-control:focus{
    box-shadow:none !important;
}
.p-none{
    display: none;
}
.search_parts_info_btn a{
    color: #fff;
}
.empty-cart-cls{
    padding: 25px;
}


/*cart section*/
.cart-count{
    position: relative;
    top: -15px;
    left: -5px;
    font-size: 12px;
    background: #b20205;
    padding: 5px;
    border-radius: 40px;
    color: #ffffff;
}
button.custom-cart__btn.et_pb_button {
    font-size: 12px;
    margin-bottom: 0;
}
.et_button_custom_icon .et_pb_button.custom-cart__btn:after {
    line-height: 1.3em;
}
.card-body .row.row-cart {
    background: #e2e2e2;
    margin: 0 -12px 0px;
    padding: 10px 0;
    align-items: center;

}

/* custom card */


/*/Loader style/*/
.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #b20205;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: #5c0002;
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #b20205;
    left:15%;
}
.custom-loader{
    z-index: 9999;
    background: #fffffff0;
    position: fixed;
    height: 100%;
    width: 100%;
}
/*/Loader style/*/

.car-quantity-options, .car-quantity-options option{
    width: 50px;
}

.row-cart .col-6:last-child{
    padding: 8px 5px 0 5px;
}

/* responsive cart and checkout*/
@media only screen and (max-width: 430px) and (min-width: 200px)  {
    .custom-checkout__page .et_pb_button,
    .custom-cart__page .et_pb_button,
    .custom-checkout__page  .et_pb_button:hover,
    .custom-cart__page .et_pb_button:hover
    {
        width: 100% !important;
        font-size: 12px;
        padding: 5px 10px;
    }

    .et_button_custom_icon .et_pb_button:after,
    .et_button_custom_icon .et_pb_button:after {
        line-height: 1.3em;
    }

    div .empty-cart-cls{
        padding: 0;
    }
}

.row-cart{
    text-align: center;
}
.row-cart .col-lg-6 {
    padding: 0 5px;
}

@media only screen and (max-width: 1183px) and (min-width: 992px)  {
    .row-cart .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .row-cart .col-lg-6:first-child {
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .row-cart .col-lg-6:first-child {
        padding-bottom: 10px;
    }
}

.card-body .row.row-cart {
    background: #e2e2e2;
    margin: 0px -13px 1px;
    padding: 10px 0;
    align-items: center;
}
.search-result .card-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: stretch;
    padding-bottom: 0;
}
.parts-search-page-note{
    text-align: right;
    padding: 5px 0px;
}
button.custom-cart__btn.et_pb_button {
    font-size: 10px;
    border-width: 4px!important;
}
.search_parts_info_btn.et_pb_button{
    font-size: 12px;
}
.et_button_custom_icon .search_parts-dtl.et_pb_button:after {
    line-height: 1.2em;
}
.et_button_custom_icon .search_parts_info_btn.et_pb_button.custom-cart__btn:after {
    line-height: 1.1em;
}
/*#allquantities{*/
/*    height: 25px;*/
/*}*/