.product-box {
    border: 1px solid #ddd;
    transition: 0.2s ease-in all;
    position: relative;
}
.product-box:hover {
    box-shadow: 0 0 12px #b1b1b1;
}
.product-box:hover img{
    transform: scale(.95);
}
.product-box:hover img{
    transition: 0.5s ease-in all;
}
.product-box .read-more {
    position: absolute;
    bottom: 20px;
}
div#v-pills-tab {
    flex-basis: 20%;
    max-width: 20%;
    background: #fff;
    padding: 20px;
    border-radius: 0.3rem;
}
div#v-pills-tabContent {
    flex-basis: 80%;
    max-width: 80%;
    background: #fff;
    padding: 20px;
    border-radius: 0.3rem;
}
.nav-pills .nav-link {
    border-radius: 0 ;
    color: #000;
    padding: 15px 10px;
    box-shadow: 0 0 0 1px #ddd;
    margin: 0 0 10px;
    font-size: 14px;
	transition:0.3s ease-in all;
}
.finance-filters li a {
    border-radius: 0 !important;
}
.trucks-category .cm-filter .tab-pane.container h2.my-5 {
    margin: 0rem 0 1.5rem !important;
}
.certificate {
    box-shadow: 0 0 0 1px #ddd;
}
.trucks-category .cm-filter .tab-pane.container h2 {
    font-size: 30px;
}
.nav-pills .nav-link:hover,  .finance-filters .nav-tabs .nav-item > .nav-link:hover{
    box-shadow: 0 0 0 1px #6b7d82;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffff;
    border-left: 5px solid #6B7D82;
}
.nav-pills .nav-link:hover {
    background: #fff!important;
    color: #000 !important;
}
.trucks-category .product-info li > img {
    width: 100%;
    max-width: 23px;
}
.trucks-category .product-info a {
    color: #000;
    text-decoration: none;
}
.send-enquiry img {
    max-width: 35px;
    margin: auto;
    filter:invert(1);
}
.send-enquiry {
    border-right: 1px solid #dddddd7a;
}
.send-enquiry a:hover {
    color: #fff!important;
}
.tab-content .product-box > img {
    height: 160px;
    object-fit: contain;
}
.product-info ul li {
    display: flex;
    align-items: flex-start;
    line-height: 19px;
    margin-bottom: 10px;
}
.filter1 select {
    height: 45px !important;
    border-radius: 0;
    box-shadow: 0 0 0 1px #ddd !important;
    margin: 0 0 10px;
    font-size: 14px;
    padding-left: 10px;
    border: 0;
    cursor: pointer;
    transition: 0.3s ease-in all;
}
.filter1 select:hover {
    background: #efefef;
}
.filter1 select:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}
.pagination .page-link {
    color: rgb(0 0 0 / 70%);
}
.trucks-category .cm-filter .tab-pane.container {
    max-width: 100%;
}
.trucks-category {
background: #c5c5c566;}
.product-box > img {
    width: 100%;
    max-width: 250px !important;
    height: 150px;
    object-fit: cover;
}
@media (max-width:768px){
div#v-pills-tab {
    flex-basis: 100%;
    max-width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap;
    flex-direction: row !important;
    overflow-x: auto;
}
div#v-pills-tabContent {
    flex-basis: 100%;
    max-width: 100%;
}
.category-list .d-flex {
    flex-direction: column;
    background: #fff;
}
.nav-pills .nav-link {
    margin: 0 10px 10px 0;
    font-size: 14px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.all-filters {
    margin-bottom: 20px;
}

.trucks-category #important-notice{
    overflow: scroll;
}

.trucks-category #important-notice .policies1 span > a {
    word-break: break-word;
}
}