/*Add Css Custom Here*/

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px){
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {  line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}
}


/* ico search */
@media (min-width: 992px){
  #sosearchpro {
    display:block !important;
  }
  .search-header-w .ico-search {
    display:none !important;
  }
}
/*========*/

/* searchpro text color */
.typeheader-9 #sosearchpro .search input {
  color:  #282828 !important;
}
/* ======== */

/* listing sort */
@media(max-width: 767px){
  .short-by-show, .view-mode {
    padding:0px 5px !important;
  }
  .short-by-show > div {
    display: inline-block;
  }
  .short-by-show > div:nth-child(1) {
    width: 62%;
  }
  .short-by-show > div:nth-child(2) {
    width: 35%;
  }
  .filters-panel label {
    display:none;
  }
  .filters-panel .form-group {
    margin:0 !important;
  }
  .filters-panel .list-view .btn-gridview {
    display:none;
  }
  .product-detail .open-sidebar, .product-listing .open-sidebar {
    padding: 3px !important;
  }
}
@media (max-width: 991px){
  .title-category {
      font-size: 2rem !important;
  }
}
/* ============ */

/* product listing */
.product-layout.product-table .right-block > .price, .product-layout.product-list .right-block > .price {
	display: none !important;
}

.products-list .product-table .right-block h4 {
	width: initial !important;
}

.products-list .product-table .right-block .product-info {
	width: 35%;
}

.price, .price .price-new {
    font-size: 32px !important;
    font-weight: 600 !important;
    letter-spacing: -2px;
    color: #282828 !important;
    margin: 0 0 8px 0 !important;
}

.product-layout.product-table .right-block > .price, .product-layout.product-list .right-block > .price {
  display: none !important;
}

.products-list .product-table .right-block h4 {
  width: initial !important;
}

.products-list .product-table .right-block .product-info {
  width: 50%;
}

.products-list .product-table .product-item-container {
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dbdbdb;
}
.products-list .product-table .right-block > *, .products-list .product-table .product-item-container > :last-child {
  border-left: none !important;
}

.products-list .right-block .description {
    justify-content: normal;
    margin: 10px 0px !important;
    border: 1px solid #ddd !important;
    background-color: #eee !important;
    overflow: auto;
}
.products-list .product-table .right-block .description {
    width: 50% !important;
}
.products-list .right-block .description {
  height: 150px;
}

.products-list .product-grid-4 .product-item-container .left-block .product-image-container {
  height:200px;
}
.products-list .product-grid-3 .product-item-container .left-block .product-image-container {
  height:300px;
}
.products-list .product-grid-2 .product-item-container .left-block .product-image-container {
  height:400px;
}

.products-list .description :not(.nav-tabs) ul li:nth-of-type(odd) {
    background-color: #fff;
}
.products-list :is(.product-table, .product-list) .list-block {
  text-align: center !important;
}
.products-list :is(.product-table, .product-list) .list-block .addToCart{
    text-transform: uppercase;
    display: block;
    width: 75% !important;
    margin: 5px auto 0px !important; 
    padding: 5px 10px !important;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #ec1313;
    border-color: #ec1313;
    line-height: 26px !important;
}

.products-list  .product-item-container .left-block .product-image-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list  .product-item-container .left-block .product-image-container img {
  width: auto !important;
  margin: auto;
  display: block;
}
.products-list .product-layout.product-table .product-item-container .left-block .product-image-container img{
   max-height: 100px;
}
.products-list .product-layout:is(.product-list, .product-grid-4) .product-item-container .left-block .product-image-container img{
   max-height: 200px;
}
.products-list .product-layout.product-grid-3 .product-item-container .left-block .product-image-container img{
   max-height: 300px;
}
.products-list .product-layout.product-grid-2 .product-item-container .left-block .product-image-container img{
   max-height: 400px;
}

.products-list .product-list .product-item-container {
  width: 100%;
}
.products-list .product-list .product-item-container .list-block .addToCart, .products-list .product-list .product-item-container .list-block .btn-button {
  float: none !important;
}
.products-list .product-list .product-item-container .list-block .btn-button {
  border-width: 0px !important;
}
.products-list .product-list .product-item-container .right-block {
     margin-left: 0px !important;
    width: calc(80% - 300px);
    display: inline-block;
}
.products-list .product-list .product-item-container .list-block {
    margin-left: 0px !important;
    padding: 30px 30px 0px 30px !important;
    width: 20%;
    float: right;
}
.products-list .product-list .product-item-container .left-block {
    padding-bottom: 140px !important;
    border-right: none !important;
}
.products-list .product-list .right-block .description {
  height: 200px !important;
}

.products-list  .product-item-container .manufacturer-image {
  width: 130px;
  white-space: nowrap;
  margin:auto;
}

.products-list .product-list .product-item-container .manufacturer-image {
  position: absolute;
  left: 150px;
  transform: translateX(-50px);
  bottom: 20px;
}

/* ==================== */

/* listing table mobile */
@media(max-width: 767px){
  .products-list .product-table .product-item-container {
    display: flex;
    flex-wrap: wrap;
  }
  .products-list .product-table .list-block {
    display: flex !important;
    align-items: center;
    width: 100% !important;
  }
  .products-list .product-table .list-block .price {
    display: inline !important;
    margin: 0px !important;
  }
  .products-list .product-table .list-block .addToCart {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .products-list .product-table .manufacturer-image {
        display: none; 
  }
  .products-list .product-table .list-block {
    width: 30% !important;
  }
  .products-list .product-table .right-block .product-info {
    width: 100% !important;
  }
}
@media (max-width: 499px) {
  .products-list .product-table .manufacturer-image {
        display: none; 
  }
  .products-list .product-table .right-block .product-info {
    width: 100% !important;
  }
  .products-list .product-table .right-block h4.product-name {
    font-size: 16px !important;
    color: #282828 !important;
  }
  .products-list .product-table .price {
    font-size: 25px !important;
  }
  .products-list .product-table .list-block .addToCart {
    padding: 5px 5px !important;
  }
  .products-list .product-table .list-block .addToCart {
      width: 30% !important;
  }

}
/* ==================== */


/* custom autopart category */
.clear_category {
    display: inline-block;
    margin-right: 5px;
    background: #333;
    border-radius: 5px;
    background: #333;
    color: #fff !important;
    padding: 0px 5px;
    cursor: pointer;
    width: calc(12% - 10px);
}
.clear_category:active {
    background: #ff0000;
}

.autopart_category_title.autopart_category_selected {
  background:  #ec1313 !important;
}
.autopart_category a {
    color: #282828 ;
    font-size: 17px !important;
    line-height: 26px;
}
@media (min-width: 716px){
  .products-category .autopart_categories .id_20 a {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 26px !important;
    position: absolute !important;
  }
}
@media (min-width: 992px){
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    line-height: 15px !important;
  }
}
.autopart_category {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #fff !important;
    cursor: pointer;
    float: left;
    width: 100%;

}
.autopart_category_title {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    line-height: 45px;
    background: #333;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.autopart_category_title:after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 30px !important; 
}

.autopart_category_title.autopart_category_open:after {
    content: "\2014";
    font-size: 24px !important; 
}

.autopart_subcategory_title {
      padding-left: 10px;
      cursor: pointer;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
}


li.autopart_subcategory.show-subcategories .autopart_subcategory_title, li.autopart_subcategory .autopart_subcategory_title:hover {
  color: #ff0000 !important;
}


ul.autopart_subcategories  {
    background: #fff;
    display: none;
    padding: 5px 0px;
    padding-left: 25px;
    width: 100%;
}
aside .autopart_subcategory {
  width: 100% !important;
}
.autopart_subcategory.autopart_category_selected a{
  color: #ec1313 !important;
}


/* enhencement */
 /*#content .autopart_category {
  width: 24%;
  overflow: hidden;
}
@media (max-width: 1600px){
   #content .autopart_category {
    width: 32% !important;
    overflow: hidden;
  }
}
@media (max-width: 1365px){
   #content .autopart_category {
    width: 49% !important;
    overflow: hidden;
  }
}
@media (max-width: 620px){
  #content .autopart_category {
    width: 100% !important;
    overflow: hidden;
  }
}
 #content ul.autopart_subcategories {
    width: 100% !important;
    height: 300px !important;
    overflow: auto !important;
    display: block !important;
}
 #content .autopart_subcategory {
  width: 100% !important;
}*/


/* ======================= */


 /*autocomplete categories*/

 .category-autocomplete .autocomplete {
      min-width: 274px;
      width: 33%;
 }

  aside .category-autocomplete .autocomplete {
     width: 100% !important; 
  }

* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px !important;

    color: #282828 !important; 
}
.autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;

}
 .autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

.category-autocomplete {
	margin: 20px 0px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
    max-height: 400px;
	overflow: auto;
}
.autocomplete-items div {
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div a{
  padding: 10px;
  display: block;  
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.categories-dropdown {
	
}
/*=================================*/

aside .so_advanced_search .search-boxes, aside .so_advanced_search .search-button {
	width:  100% !important;
}



/* select2 */
.select2-container {
  z-index:9999;
}

.search-boxes .select2-container {
  /*width: 100% !important;*/
  border: 1px solid #bbb;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}
.select2-selection__rendered {
  color: #666 !important;
  padding: 4px 26px 4px 9px;
}
.select2-selection {
  line-height: 40px !important;
  height: 40px !important;
  border: none !important;
}
.select2-selection__arrow {
  height: 40px !important;
  line-height: 40px !important;
}
.select2-dropdown {
  border-radius: 0px;
}
/*.select2-search {
  display: none !important;
}*/
.select2-results__option span img, .select2-selection__rendered span img {
  margin-right: 8px !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}
.layout-9.common-home #content .so_advanced_search .sas_inner-box-search .search-button button{
  height: 40px !important;
  line-height: 40px !important;
}
/* ////////// */


/* models */
.model-header{
  color: #282828;
  font-size: 21px;
  margin-bottom: 10px;
}
.model-item{
  padding: 5px 0px;
  border-bottom: 1px solid #eee;
  font-size:16px;
}
.brand-image {
    max-height: 80px;
    max-width: 150px;
    float: left;
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}
@media(max-width: 768px){
  .model-item img{
    max-width:120px;
    margin-left: 10px;
  }
  .model-item{
    text-align: center;
  }
}
.model-item a{
  height: 105px;
  display: block;
  margin: 0px 5px 5px 0px;
  padding-left: 5px;
  border: 1px solid;
  border-radius: 5px;
}
.model-item a strong{
  font-size: 18px;
  color: #282828;
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
}
.model-item a span{
  color: #878787;
}
.model-item a:hover :is(strong, span){
  color: #1c63a5 !important;
}
/* ========= */



.thumbmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}

.modal-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}







.typeheader-9 .logo {
  box-shadow: none !important;
}

.header-middle {
  padding: 3px 0px !important;
}

.header-middle > .container > .row {
  display: flex;
    align-items: center;
}

.typeheader-9 #sosearchpro .search input {
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  height: 45px !important;
}
.typeheader-9 #sosearchpro .search button {
  height: 49px !important;
}

.typeheader-9 #sosearchpro {
  width: 500px !important;
  position: static !important;
  margin: 0 auto;
}

.typeheader-9 #sosearchpro .search {
  width: 100% !important;
}


.typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
}
.typeheader-9 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    margin: 17px 15px 15px 10px !important; 
}
.typeheader-9 .shopping_cart {
    margin-left: 10px;
}





.typeheader-9 .middle-right {
  padding: 0px 15px !important;
}


:not(.common-home) .typeheader-9 .logo {
  padding: 0 !important;
}




/*.header-top-right {
  width: 100% !important;
}
*/
.typeheader-9 .telephone {
  background-color: transparent !important;
  float: left
}
.typeheader-9 .top-log {
  float: right;
}

.header-top-right, .header-top-right a, .header-top-left, .header-top-left a {
  color: #fff;
  font-size: 16px;
}

.header-top-right a:hover {
  color: #ec1313;
}


ul.refine-search__content{
  display:flex;
  flex-wrap: wrap;
}


.products-list .product-table .right-block h4.product-name {
  font-size: 18px;
  color: #282828;
}
.products-list .product-table .right-block h4.product-code {
  font-size: 16px;
  color: #282828;
}
.label-stock {
  position: static !important;
}


ul.breadcrumb {
  margin-bottom: 0 !important;
}


/* product quantity */
.products-category .list-block .input-group {
  position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
  margin: 0px auto;
  width:75%;
}
.products-category .list-block .input-group .fa-minus {
    width: 40px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
}
.products-category .list-block .input-group .form-control {
    float: left;
    width: calc(100% - 80px);
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.products-category .list-block .input-group .fa-plus {
    width: 40px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
}
.products-category .list-block .input-group .fa-minus, .products-category .list-block .input-group .form-control, .products-category .list-block .input-group .fa-plus {
    height: 28px;
}
/*=================================*/



.img-thumbnail {
  max-height: 100px;
  width: auto;
}


.typeheader-9.navbar-compact .header-middle {
    padding: 0px !important;
}
.typeheader-9.navbar-compact .logo img {
    max-height: 65px;
}
header.navbar-compact {
    background-color: #dddddd !important;;
}



.typefooter-9 .footer-bottom {
    padding: 10px 0 !important;
}
.typefooter-9 .footer-bottom .copyright {
  color: #282828 !important;
}

.layout-9.common-home #content .so_advanced_search {
  width: 100% !important;
  top: 100px !important;
  height: initial !important;
  background-color: #dddddd88 !important;
  z-index: 1 !important;
  border-radius: 5px !important;
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff42;
}

/*.layout-9.common-home #content .box-advanced-search .search-boxes, .layout-9.common-home #content .box-advanced-search .search-button {
  width: 25% !important; 
}*/

.layout-9.common-home #content .so_advanced_search .sas_inner-box-search .search-button button, .layout-9.common-home #content .so_advanced_search .sas_inner-box-search .search-boxes {
  margin: 0 !important;
}

.layout-9.common-home #content .so_advanced_search .heading-title h2 {
  padding: 20px 30px 20px 30px !important;
  margin-bottom: 0px !important;
}




.typeheader-9 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.active > a {
  background-color: #bd1825 !important;
}






.account-login #wrapper.wrapper-full {
    /* background: url(/image/loginbg.jpg) no-repeat center; */
	background: url(/image/log.jpg) no-repeat center;
    background-size: cover;
}
.account-login .well {
    background: #ffffffab !important;
    color: #282828;
}
.account-login .typefooter-9 .footer-bottom {
    background: #ffffffab !important;
}






@media (max-width: 991px){
	.description-has-toggle.in {
		display: none !important;
	}
}
#map-canvas {
  border: none !important;
}
.information-contact legend {
	margin-bottom: 0px !important;
}

@media (min-width: 500px) and (max-width: 767px) {
	.products-list .product-table .manufacturer-image {
        display: none; 
	}
	.products-list .product-table .list-block {
		width: 30% !important;
	}
	.products-list .product-table .right-block .product-info {
		width: 100% !important;
	}
}





.so-categories.cates-autopart .cat-wrap{
  display: flex;
  flex-wrap: wrap;
}
.so-categories.cates-autopart .cat-wrap .content-box .cat-title a {
    text-transform: uppercase;
    color: #282828;
    font-weight: 500;
    font-size: 14px;
    background-color: #f5f5f5;
    display: block;
    padding: 13px;
} 
.so-categories.cates-autopart .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
  float: none !important;
  display: block !important;
}




/*oems*/
.oem-list {
  visibility: hidden;
  opacity: 0;
    position: fixed;
  z-index:99999;
    right: 50%;
    top: 50%;
  /* transform: translateX(-50%); */
  transform: translate(50%, -50%);
  padding: 15px;
  min-width: 400px;
    background-color: white;
  transition: all 0.2s;
  box-shadow: 0 0 15px 1px #878787;
}
.show-oem {
  visibility: visible !important;
  opacity: 1 !important;
}

.open-oem, .open-oem-fake {
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
  color: #e72227;
  display: block;

  margin-top: -15px;
  margin-bottom: 15px;
}
.open-oem:hover, .close-oem:hover {
  color: red;
}
.close-oem {
  position: absolute;
    right: 10px;
  cursor: pointer;

}
.oem-shade {
  position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(138, 138,138, 0.5);
    opacity: 0;
  visibility: hidden;
    z-index: 99998;
  transition: all 0.2s;
}
/*==================================*/  


/* engine search */
.col-a, div.yt-tabs.basic.advanced_search_tabs div.tab-content {
  overflow:visible !important;
}
.engine_search .fab.fa-searchengin {
    position: absolute;
    line-height: 38px;
    right: 25px;
    color: #ff2d37;
}
.engine_search {
  padding: 20px;
}
.common-home .engine_search .heading-title h2 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.engine_search span.es_message {
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 0px 4px black;
}

.engine_search .dropdown-menu {
    padding: 5px !important;
    overflow-x: auto;
    z-index: 99999;
    max-height: 400px;
}

.engine_search .dropdown-menu .media {
  margin-top: 5px !important;
  border-bottom: 1px solid #ddd;
}

.engine_search .dropdown-menu .media a {
  line-height: 15px !important;
  font-size: 14px !important;
}

aside .engine_search span.es_message {
  font-size: 13px !important;
  color: #282828 !important;
  text-shadow: none !important;
  line-height: 15px !important;
}
aside .so_advanced_search .nav-tabs {
  flex-direction: column;
}
aside .so_advanced_search .nav-tabs li a {
  font-size: 13px !important;
  line-height: 15px !important;
}
aside .so_advanced_search .nav-tabs{
  margin-bottom: 20px;
}
/* engine search in advanced search */
.so_advanced_search .engine_search .heading-title h2, .so_advanced_search .engine_search .es_message {
    display:none ;
}
/* ============= */



/*garage*/
header .search-header-w {
  display:flex;
}


.garage {
  float: right;
  position: relative;
}
#garage-icon:hover + .garage-list, .garage-list:hover {
  visibility: visible !important;
  opacity: 1;
  margin: 0;
}
#garage-icon {
  position:relative;
  width: 49px;
  height: 49px;
  border: 2px solid #e5e5e5;
  font-size: 18px;
  color: #282828;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 42px;
  margin-left: 10px; 
}
#garage-icon img {
  /* filter: invert(100%); */
}
#garage-amount {
  width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: -12px;
    left: 33px;
    font-size: 12px;
    color: #fff !important;
    background-color: #ff2d37;
}
.garage-title { 
  margin-left: 3px;
  font-weight: bold;
    font-size: 1.2em;
}
.garage-list a, .garage span {
  color: #282828 !important;
}
.garage-list {
  box-shadow: 0 0px 5px 0px rgb(0 0 0 / 20%);
  visibility: hidden;
    position: absolute;
    width: 300px;
    z-index: 555;
    min-height: 80px;
    right:0;
  max-height: 450px;
  overflow: auto;
  padding: 10px;
    top: 100%;
    background-color: #fff;
  opacity: 0;
  margin-top: 15px;
  transition: all 0.3s;
}
.garage-list.show {
  visibility: visible !important;
}
.garage-car {
  display: inline-block;
    float: left;
    border: 1px solid #878787;
  border-radius: 3px;
  padding: 0px 3px;
    margin: 3px;
  width: calc(100% - 5px);
  transition: all 0.2s;
}
.garage-car:hover {
  background-color: rgba(238, 238, 238, 0.5); 
  color: #878787;
}
/*=======================*/



/* so search pro autocomplete dropdown */
.dropdown-menu .media-left {
  width: 100px;
}
.dropdown-menu .media-left img.pull-left {
  height: 100%;
  float: none !important;
  display: block;
  margin: auto;
}
/* =================================== */



/* listing description tabs */
.products-list .right-block .description {
  position:relative;
  padding-left:50px !important;
}
.products-list .right-block .description .nav-tabs {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  border-bottom: none !important;
}
.products-list .right-block .description .nav-tabs>li>a {
  color: #555;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-left: 1px solid transparent !important;
  border-radius:0px !important;
}
.products-list .right-block .description .nav-tabs>li:nth-child(1)>a{
  border-top: 1px solid transparent !important;
}
.products-list .right-block .description .nav-tabs>li.active>a,.products-list .right-block .description .nav-tabs>li.active>a:focus,.products-list .right-block .description .nav-tabs>li.active>a:hover{
  background-color: transparent !important;
  border-right: 1px solid transparent !important;
}
.products-list .right-block .description {
  overflow: initial !important;
}
.products-list .right-block .description .tab-content {
  overflow: auto;
  height: 100%;
}
/* =========================== */




/* so search pro link */
#sosearchpro .dropdown-menu .media-body {
  padding:0 !important;
}
#sosearchpro .dropdown-menu .media-body a {
    display: block;
    padding: 10px;
}
/* ================== */




/* ================ */
/* parts4x4 special */
/* ================ */

/*select2*/
.select2-container .select2-selection--single .select2-selection__rendered:before {
    position: absolute;
    left: -13px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 40px;
    background: red;
    color: #fff;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    border: 5px solid #fff;
    box-shadow: 2px 4px 9px 1px #00000066;
}

.layout-9 #content .so_advanced_search .sas_inner-box-search .search-boxes:nth-child(1) .select2-container .select2-selection--single .select2-selection__rendered:before {
   content: '1';
}
.layout-9 #content .so_advanced_search .sas_inner-box-search .search-boxes:nth-child(2) .select2-container .select2-selection--single .select2-selection__rendered:before {
   content: '2';
}
.layout-9 #content .so_advanced_search .sas_inner-box-search .search-boxes:nth-child(3) .select2-container .select2-selection--single .select2-selection__rendered:before {
   content: '3';
}
.layout-9 #content .so_advanced_search .sas_inner-box-search .search-boxes:nth-child(4) .select2-container .select2-selection--single .select2-selection__rendered:before {
   content: '4';
}
.layout-9 #content .so_advanced_search .sas_inner-box-search .search-boxes:nth-child(5) .select2-container .select2-selection--single .select2-selection__rendered:before {
   content: '5';
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 60px !important;
}

.search-boxes .select2-container {
    border: 1px solid #bbb;
    border-radius: 22px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 20px !important;
}
.so_advanced_search .sas_inner-box-search .search-button button {
    border-radius: 25px !important;
}
/* ======= */


.typefooter-9  {
  background: url(/image/catalog/footer2.jpg) no-repeat center !important;
}
.typefooter-9 .footer-middle * {
    color: #282828 !important;
    font-weight: 700 !important;
}
.typefooter-9 .newsletter-footer7 .newsletter .modtitle {
    color: #000 !important;
    text-align: end;
    padding-right: 20px;
}

.container-megamenu.horizontal ul.megamenu > li > a {
  font-size: 20px !important;
}
.common-home .container-megamenu.horizontal ul.megamenu > li.home > a, .typeheader-9 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-9 .container-megamenu.horizontal ul.megamenu > li.active > a {
    background-color: initial !important; 
    color: #ff2d37 !important;
}
.megamenu .fa {
    font-size: 20px !important;
}
.common-home .container-megamenu.horizontal ul.megamenu > li.home > a {
    line-height: 42px !important;
}

.common-home.layout-9 .container-main .module:is(.so-extraslider-ltr, .so-categories) .modcontent  {
  background-color: transparent !important;
}

.so_advanced_search .option-image {
  padding-top: 10px;
}

.so_advanced_search .option-image {
    display: block;
    margin: auto;
    max-height: 120px;
    filter: drop-shadow(0px 2px 5px #888);
}
/* ================ */
/* ================ */
/* ================ */




.deals-layout9 .so-deal{
  margin: 20px 0px !important;
}
.deals-layout9 .modcontent .cslider-item-timer:before {
  top:17px !important;
}
.deals-layout9 .modcontent .cslider-item-timer{
  top:0 !important;
  padding-top: 67px !important;
  height: 100%;
}


.modcontent .products-list .product-grid .product-item-container .right-block h4 a {
  height: 45px;
  display: block;
}

.refine-search__content .refine-search__subitem {
  width: 250px !important;
}