.cate-container{



	width: 100%;



	/*padding-right: 15px;



    padding-left: 15px;*/



    margin-right: auto;



    margin-left: auto;



}



.cate-row{



	width: 100%;



	margin-bottom: 15px;



	border-radius: 10px;



}



.cate-col-4 {



    width: 33.33%;



    float: left;



     padding: 0 5px 0 5px; 



/*    padding: 7px 13px 0px 13px;*/



    margin-bottom: 20px;



}






.cate-col{



	width: 100%;



}



.cat-box {

    box-shadow: 0px 0px 7px 1px #ccc;

    border-radius: 10px;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

    min-height: 630px;

}



.cate_img>img {



    border-radius: 10px;



    height: 333px;



    width: 100%;



    object-fit: cover;



}



.cate_img{



    overflow: hidden;



    position: relative;



}



.cate_img .img-box



{



    position: absolute;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



}



.cate_img .img-box::before,



.cate_img .img-box::after



{



    content: "";



    width: 100%;



    height: 100%;



    background: #4cc0efd4;



    position: absolute;



    left: 0;



    right: 0;



    transition: all 0.5s;



    opacity: 0;



}



.cate_img .img-box::before



{



    top: -100%;



}



.cate_img:hover .img-box::before



{



    top: 0%;



    opacity: 1;



} 



.cate_img .img-box .img-box-content



{



    width: 100%;



    height: 50px;



    position: absolute;



    top: 0;



    bottom: 0;



    left: 0;



    right: 0;



    margin: auto;



    z-index: 1;



    opacity: 0;



}



.cate_img .img-box:hover .img-box-content



{



    opacity: 1;



}



.social{



    list-style: none;



    padding-left: 0px!important;



}



.social li{



    display: inline-block;



}



.social li {



    /* background-color: #fff; */



    border-radius: 40px;



    padding: 9px 13px 9px 13px;



    border: 2px solid #fff;



    color: #fff;



}



.part-name {



/*    border-top: 1px solid #ddd;*/



    text-align: center;



}



.part-name h4 {
    font-size: 18px;
    text-align: left;
    padding: 10px 0px 0px 10px;
    margin-bottom: 3px;
    margin-top: 0;
}



.dividar-1 {



    background: #4CC0EF;



    height: 1px;



    width: 50px;



    margin-bottom: 7px;



    transition: 0.3s;



    margin-left: 10px;



}



.dividar-2 {



    background: #4CC0EF;



    height: 1px;



    width: 70px;



    margin: 0 auto;



    transition: 0.3s;



    margin-left: 10px;







}



.cat-box:hover .dividar-1 {



    width: 70px;



    transition: 0.3s;



} 



.cat-box:hover .dividar-2 {



    width: 50px;



    transition: 0.3s;



} 



.car-ul {
    padding: 0px 10px;
    /* margin: 0 auto; */
    /* display: inline-block; */
}


li.car-li {
    list-style: none;
    border: 1px solid #ddd;
    float: left;
    padding: 8px;
    margin: 5px 2px;
    font-size: 14px;
}


li.car-li:hover {



    background-color: #4CC0EF;



  }



li.car-li i {



    margin-right: 5px;



}



.car-attr {

    width: 100%;

    

    margin-bottom: 12px;

   

/*    position: absolute;*/

    bottom: 0;

    margin: 0 auto;

   

}


.car-des {
    width: 100%;
    padding: 5px 10px 0px 10px;
    text-align: left;
    word-break: break-all;
}
.car-des p{
    margin-bottom: 5px;
}
.cate_img {
    text-align: center;
    border: 1px solid #ddd;
}







.filter-form {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #ccc;
    margin-top: 15px;
}


.filter-form form{



    width: 100%;



}



select.select-sort-filters.cd-select-box {



    border: 1px solid #ddd;



    border-radius: 0px;



    padding: 10px;



    margin-top: 20px;



    margin-bottom: 20px;



    background: #e9e9ed;



    margin-left: 5px;



    margin-right: 5px;



}



.search-btn,

.clear-filter {



    height: 43px;



    margin-top: 0px;



    margin-bottom: 20px;



    border: 1px solid #4CC0EF;



    color: #fff;



    background-color: #4CC0EF;



}



a.sell-part-btn {



    background: #f7bc00;



    color: #fff;



    padding: 10px;



    border-radius: 3px;



}



.search-btn:hover,

.clear-filter:hover {



    background-color: #4CC0EF;



}



.search-btn:focus {



    outline: 0;



}











.pagination {



    display: inline-block;



    width: 100%;



    margin: 0 auto;



    text-align: center;



    margin-bottom: 40px;



    margin-top: 40px;



}







.pagination a {



    color: black;



    padding: 8px 16px;



    text-decoration: none;



    border: 1px solid #4CC0EF;



}







.pagination a.active {



  background-color: #4CC0EF;



  color: white;



}







.pagination a:hover:not(.active) {background-color: #4CC0EF;color: white;}







.filter-select-group {



    width: 100%;



    display: flex;



    padding: 0px 0px;



}



.search-box {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    padding-top: 0;
    width: 33%;
}



.search-box input {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #e9e9ed;
    position: absolute;
    width: 30%;
    left: 20px;
}



.filter-btn {



    width: 100%;



    text-align: center;
    display: flex;


}



.cat-box a {



    color: #000;



}



@media(max-width:767px){

    .search-btn, .clear-filter {
     margin-bottom: 0px; 
    }

    .search-box input {
    position: relative;
    left: 0;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}
	.filter-select-group {



    width: 100%;



    display: block;



}

.filter-form {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1px;
    padding-bottom: 40px;
}
.ancher_div {
    margin-top: 30px;
}



	.cate-row {



    	display: block;



	}



	.cate-col-4 {



	    width: 100%;



	    margin: 0px;



	    margin-bottom: 20px;



	}



    .filter-btn {



    display: grid;



}



a.sell-part-btn {
    margin-top: 10px;
    margin-bottom: 20px;
    top: 18px;
    position: relative;
}



.search-btn {



    margin-top: 10px;



    margin-bottom: 10px;



}



.search-box{
    width: 100%;
    padding-right:10px;
}
.search-btn, .clear-filter {
    width: 100%;
}


}







@media only screen and (min-width: 768px) and (max-width: 1281px) { 


.search-box input {
    width: 25%;
}
    
    .all-btn {
    width: 75%;
}
	.filter-form form {



	    display: block;



	}
    button.search-btn {
    width: 20%;
}
button.clear-filter {
    width: 25%;
}
.filter-btn {
    text-align: left;
}


	.cate-row {



    	width: 100%;



    	display: block;



	}



	.cate-col-4 {



    width: 45.9%;



    margin-bottom: 20px;



}



}







/*ul.car-ul {



    position: absolute;



    bottom: 6px;



    margin: 0 auto;



    width: 100%;



    left: 2px;



}*/







.cvf_pag_loading {padding: 20px;}



.cvf-universal-pagination ul {margin: 0; padding: 0;}



.cvf-universal-pagination ul li {



    display: inline;



    margin: 3px;



    padding: 6px 14px;



    background: #FFF;



    color: black;



}

@media(max-width:767px){
    .cvf-universal-pagination ul li {
    display: inline-block;
}

}


.cvf-universal-pagination ul li.active:hover {cursor: pointer; background: #4CC0EF; color: white; }



.cvf-universal-pagination ul li.inactive {

    background: #f7bc00;

    pointer-events: none;

    opacity: 0.5;

}



.cvf-universal-pagination ul li.selected {background: #4CC0EF; color: white;}



.cvf-universal-pagination {



    text-align: center;



    margin-bottom: 20px;



    width: 100%;



    display: inline-block;



    margin-top: 20px;



}



[type=button]:focus {

    background-color: #4CC0EF;

    outline: 0px;

}





.cust-drp-dwn {

    top: 100%;

    min-width: 144px;

    display: none;

    position: absolute;

    z-index: 9999;

    background: #fff;

    border: 1px solid #e0e0e0;

    border-radius: 4px;

    cursor: pointer;

    max-height: 300px;

    overflow: auto;

}

.cust-drp-dwn p {

    padding: 7px 10px;

    margin: 0;

}

.cust-drp-dwn-1 p {

    padding: 7px 10px;

    margin: 0;

}

.cd-select-box {

    border: 1px solid #ddd !important;

    border-radius: 0px !important;

    padding: 10px !important;

    margin-top: 20px;

    background: #e9e9ed;

    margin-left: 5px;

    margin-right: 5px;
    width: 100% !important;

}

.length-finder {

    visibility: hidden;

    position: fixed;

    font-family: nunito,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;

    font-weight: 700;

    z-index: -9999;

}

#part-type-drp-dwn, #part-name-drp-dwn, #state-drp-dwn {

    position: absolute;

}



form#FilterFrm .cust-drp-dwn {

/*    top: 147px;*/
    top: 79px;

    min-width: 144px;

    display: none;

    position: absolute;

    z-index: 9999;

    background: #fff;

    border: 1px solid #e0e0e0;

    border-radius: 4px;

    cursor: pointer;

    max-height: 300px;

    overflow: auto;

    margin-left: 5px;



}

form#FilterFrm .cust-drp-dwn-1 {

/*    top: 147px;*/
    top: 79px;

    min-width: 144px;

    display: none;

    position: absolute;

    z-index: 9999;

    background: #fff;

    border: 1px solid #e0e0e0;

    border-radius: 4px;

    cursor: pointer;

    max-height: 300px;

    overflow: auto;

    margin-left: 5px;



}

p.cust-drp-dwn__sel.custom_name_fields {

    display: block !important;

}

.sidebar-widget {

                width: 100%;

                padding-right: 10px;

            }

            .right{

                display: flex;

                width: 100%;

            }

            @media(max-width:767px){

                .right{

                    display:block;

                }

            }

            .loader {

                border: 16px solid #f3f3f3;

                border-radius: 50%;

                border-top: 16px solid #4CC0EF;

                width: 80px;

                height: 80px;

                -webkit-animation: spin 2s linear infinite;

                animation: spin 2s linear infinite;

                margin: 0 auto;

            }



            /* Safari */

            @-webkit-keyframes spin {

              0% { -webkit-transform: rotate(0deg); }

              100% { -webkit-transform: rotate(360deg); }

            }



            @keyframes spin {

              0% { transform: rotate(0deg); }

              100% { transform: rotate(360deg); }

            }

                    



                     h1.parts_title{

    color: #363636;

    font-family: "Roboto", Sans-serif;

    font-weight: 600;

}

h2.parts_price {

    font-family: "Roboto", Sans-serif;

    color: #F7BC00;

    font-weight: 600;

    

}

.single-header a {

    color: #fff;

    background: #4cc0ef;

    padding: 7px;

    font-size: 14px;

}

.product_img img {

    width: 100%;

    height: 600px;

    object-fit: cover;

}

.parts_info ul li {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding-bottom: 3px;

    margin-bottom: 15px;

}

.parts_info ul {

    padding: 0px;

}

.parts_info ul li i.fas.fa-check {

    padding-right: 8px;

    color: #4cc0ef;

}

.cs-lbl {

    color: #999999;

    font-family: "Roboto", Sans-serif;

    font-size: 18px;

    font-weight: 600;

}

.cs-vlv {
    color: #363636;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    word-break: break-word;
}

.parts_info {

    margin-top: 40px;

    margin-bottom: 40px;

}

.product_des p {

    word-break: break-word;

}

.ad-report {
    background-color: #CE6161;
    color: #fff;
    padding: 15px;
    /*margin: 0px 0px 0px 10px;*/
}
.add-to-favorite{
    background-color: #4cc0ef;
    color: #fff;
    padding: 15px;
}
.re-ads-btn ul {
    padding: 0;
}
.re-ads-btn ul li {
    list-style: none;
    display: inline-block;
}
.re-ads-btn ul li a:hover{
    text-decoration: none;
    color: #fff;
}

.users_info ul {

    padding: 0;

}



.users_info ul li {

    list-style: none;

    display: flex;

    padding: 4px 0px 8px 0px;

    border-bottom: 1px solid #ddd;

}



.users_info .cs-lbl {

    font-size: 14px;

    color: #999999;

    font-family: "Roboto", Sans-serif;

    font-weight: 600;

}

.users_info .cs-vlv {

    font-size: 14px;

    color: #363636;

    font-family: "Roboto", Sans-serif;

    font-weight: 600;

}

.cs-w {

    width: 50%;

}

.users_info {

/*    padding: 15px;*/

    margin-top: -40px;

}

.profile_pic img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 5px solid #4cc0ef;
}

/*.profile_pic {

    margin: 0 auto;

}*/

ul.custom-ul {

    padding: 0;

}

li.custom-li-link {

    list-style: none;

    display: inline-block;

}

li.custom-li-link {
    list-style: none;
   /* display: inline-block;
    background: #4cc0ef;
    padding: 6px 10px 6px 10px !important;
    margin-bottom: 10px;
    margin-right: 5px;*/
}

li.custom-li-link a{

    color: #fff;
	display: inline-block;
    background: #4cc0ef;
    padding: 6px 10px 6px 10px !important;
    margin-bottom: 10px;
    margin-right: 5px;

}
li.custom-li-link1 a {
    color: #fff;
    font-size: 22px;
    padding-right: 177px;
    padding-left: 177px;
}

.count-widget {

    color: #fff;

    padding: 2px 5px 3px 5px;

    border-radius: 4px;

    background-color: #f7bc00;

}

.posted_by_name {

    background: #4CC0EF;

    color: #fff;

    padding: 9px;

    margin-bottom: 40px;

}

.posted_by_name h1 {

    font-size: 20px;

    margin: 0;

}
body.cycle #part-type-drp-dwn details > summary {
    font-weight: 600;
    position: relative;
    list-style: none;
    display: flex;
}
body.cycle #part-type-drp-dwn details > summary .summary-arrow-wrap {
    position: absolute;
    padding: 18px 5px;
    display: inline-block;
}
body.cycle #part-type-drp-dwn details > summary .summary-arrow {
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
body.cycle #part-type-drp-dwn details > summary > p {
    padding-left: 16px;
}
ul.model-btn-ul {
    padding: 0;
}
li.model-btn-li {
    background: #4cc0ef;
    padding: 12px 24px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}
li.model-btn-li a {
    color: #fff;
}
.box {
    background-color: #4cc0ef;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 14px;
}

.name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.message-list {
    font-size: 18px;
    color: #fff;
}
.p-title, .p-desc, .p-price {
    font-size: 18px;
    line-height: 2;
}
.message-send-box form {
    margin-top: 15px;
}
.message-send-box label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.message-send-box label span {
    color: red;
}
.message-send-box form button,
.message-send-box form button:hover,
.message-send-box form button:focus {
    background: #4cc0ef;
    color: #fff;
    border-color: #4cc0ef;
    outline: 0;
}
#suc_msg{
    display: none;
}
.profile_pic {
    display: flex;
    width: 100%;
}
.single-nav-menu {
    margin-left: 10px;
    margin-top: 18px;
}
.input-price div {
    position: absolute;
    font-size: 18px;
    bottom: 100$;
    margin-top: 6px;
    margin-left: 10px;
}
.input-price input {
    padding: 8px 25px 8px 25px;
}
.deal {
    font-size: 18px;
}
.counter-offers {
    font-size: 18px;
    font-weight: 500;
}
.input-price {
    font-size: 18px;
}
label.offered-price {
    margin-left: 10px;
    background: #f7bc00;
    color: #000;
    padding: 10px;
    width: auto;
    border-radius: 8px;
}
.part-want {
    padding: 5px 10px 0px 10px;
}
a.part-wants-link {
    color: #4CC0EF;
    font-weight: 700;
    text-decoration: underline;
}

.row.sideimg::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.row.sideimg::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 6px;
}
 
/* Handle */
.row.sideimg::-webkit-scrollbar-thumb {
  background: #F7BC00; 
  border-radius: 10px;
}

/* Handle on hover */
.row.sideimg::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


@media(max-width:767px){

    select.select-sort-filters.cd-select-box {
        margin-bottom: 0px;
    }

    .cate-col-4 {
        padding: 0px;
    }

    [data-id="Model"] .cust-drp-dwn {
        top: 276px ;
    }

    [data-id="Part Type"] .cust-drp-dwn {
        top: 342px ;
    }

    [data-id="Part Name"] .cust-drp-dwn {
        top: 408px ;
    }

    [data-id="State"] .cust-drp-dwn {
        top: 472px ;
    }

}

.p-desc {
    word-break: break-all;
    line-height: 1.4;
}




/* Slider CSS  */

.slideshow-items {
    width: 600px;
    height: 500px !important;
	height: auto !important;
}
.slideshow-thumbnails {
  width: 100px;
}
.slideshow-thumbnails {
    border: 1px solid #000 !important;
    height: 95px !important;
    width: 100px !important;
    margin-right: 5px;
}

#slideshow-items-container { display: inline-block; position: relative; float: right;}

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
.row.sideimg {
    height: 500px;
    overflow-x: hidden;
}

@media(max-width:767px){
#slideshow-items-container {
    float: unset;
    margin: 0 auto !important;
    display: table;
    width: 100%;
}
.slideshow-items {
    width: 100%;
    height: 350px !important;
	height: auto !important;
    object-fit: fill;
}
#lens, #result {
    display: none !important;
}
.slideshow-thumbnails {
    margin-top: 15px;
}
.row.sideimg{
        height: auto;
}
.single-nav-menu {
     margin-left: 0px; 
}
}

@media only screen and (min-width: 768px) and (max-width: 1281px) { 
.slideshow-thumbnails {
    margin-top: 15px;
}
}

/* End Slider CSS  */


.social-share {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.social-share ul li {
    list-style: none;
    display: inline-block;
  /*  text-align: center;
    font-size: 22px;
    background-color: #4CC0EF;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;*/
}

.social-share li a { display: inline-block; text-align: center; font-size: 22px; background-color: #4CC0EF; width: 40px; height: 40px; padding: 5px; border-radius: 5px;}


.social-share ul li:first-child {
    background-color: transparent;
    width: unset;
    height: unset;
    padding: unset;
    border-radius: unset;
}
.social-share ul li p {
    margin: 0px;
    color: #918a8a;
}
.social-share ul {
    padding: 10px;
/*    text-align: center;*/
}

.share-with ul li {
    border-bottom: 0;
    list-style: none;
    display: inline-block;
    font-size: 22px;
    background-color: #4CC0EF;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.share-with {
    margin-top: 50px;
}

.share-with p {
    font-weight: 500;
    font-size: 22px;
    color: #918a8a;
}
.social-share ul li a,
.share-with ul li a {
    color: #fff;
}
li.custom-li-link1 {
    list-style: none;
    display: inline-block;
    background: #4cc0ef;
    padding: 10px !important;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 100%;
    text-align: center;
}

.add-fav-msg{
    display: none;
    margin-top: 15px;
}
.add-fav-success {
    color: green;
}
.add-fav-error {
    color: #CE6161;
}
.add-fav-warning{
    color: #ffbf00;
}
