/*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;
}
/* ======== */

/* 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 .product-table .right-block .description {
    width: 50% !important;
    justify-content: normal;
    margin: 10px 0px;
    border: 1px solid #ddd !important;
    background-color: #f8f8f8;
    border-radius: 5px;
    height: 150px;
    overflow: auto;
}

.products-list .product-table .list-block .addToCart{
  width: 50% !important;
  margin: 0 auto 5px !important; 
  padding: 5px 10px !important;
}
.products-list .product-table .list-block .addToCart {
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #495057;
    color: #fff;
    border-radius: 3px;
    
    border: none;
    background: #ec1313;
    border-color: #ec1313;
}

.products-list  .product-item-container .left-block .product-image-container {
  height: 120px;
}
.products-list  .product-item-container .left-block .product-image-container img {
  max-height: 100px;
  width: auto !important;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.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-layout.product-table .product-item-container .manufacturer-image {
  width: 130px;
  white-space: nowrap;
}

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


/* 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_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: 16px;
    line-height: 45px;
    background: #333;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.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: 10px 0px;
    width: 100%;
}
aside .autopart_subcategory {
  width: 100% !important;
}


/* enhencement */
 #content .autopart_category {
  width: 32%;
  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;
  }
}
@media(min-width: 768px){
   #content ul.autopart_subcategories {
      width: 100% !important;
      height: 250px !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 */

.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;
}
.common-home #content .so_advanced_search .sas_inner-box-search .search-button button{
  height: 43px !important;
  line-height: 43px !important;
  width: 100%;
  padding: 0px !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-13 .header-middle {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


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

@media(min-width: 1201px){
  .header-middle > .row {
    display: flex;
      align-items: center;
  }
  .typeheader-13 #sosearchpro .search input {
    line-height: 45px;
    font-size: 25px !important;
    font-weight: bold;
    height: 45px !important;
    color: #282828 !important;
  }
  .typeheader-13 #sosearchpro .search button {
    height: 47px !important;
  }
}
@media(max-width: 1201px){
  .header-top-left .hours {
    display: none;
  }
}



.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;
}


.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;
  margin-bottom:5px !important; /* vasileiou special */
}
.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;
}
.products-category .list-block .input-group .fa-minus {
    width: 33px;
    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: 40px;
    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: 33px;
    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;
}

@media(min-width: 768px){
  .layout-13.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 .sas_inner-box-search .search-button button {

}

.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;
}




/* kalafatas special */


/* .products-list .product-table .list-block > .price {
  display: flex;
  justify-content: space-around;
} */
.products-list .product-table .list-block > .price > span.price {
  display: block; 
  line-height: 15px !important;
}

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


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

/* 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;
  }

  .filters-panel.product-filter-top > .row > div {
    width: fit-content;
    display: inline-block;
  }
  .filters-panel.product-filter-top .view-mode {
    float: left;
  }
  .filters-panel label {
    display: none;
  }
  .filters-panel .form-group {
    display: inline-block;
    width: 120px !important;
    margin: 0px !important;
  }

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

@media (min-width: 500px) and (max-width: 767px) {
	.products-list .product-table .manufacturer-image {
        display: none; 
	}
	.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;
	}
  
}
/* ================================= */



.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;
}




/* vasileiou */
.so_advanced_search .sas_inner-box-search {
  padding: 0 !important;
}
.so_advanced_search .heading-title h2 {
  font-size: 22px !important;
  padding: 0 0 20px 0 !important;
}
.so_advanced_search {
  margin-bottom: 10px !important;
}
.layout-13.common-home #content .row-top {
  margin-bottom: 40px !important;
}

@media(min-width: 764px){
  .layout-13.common-home #content .box-advanced-search .search-boxes  {
    width: 30% !important;
  }
  .layout-13.common-home #content .box-advanced-search .search-button {
   width: 10% !important;
  }
  .layout-13.common-home .so_advanced_search .sas_inner-box-search {
        padding: 0px 5vw !important;
  }
}

.products-list .product-layout.style7 {
  margin-bottom:30px;
}
.extra-layout13 .modcontent {
  padding-left:0px !important;
}
.extra-layout13 h3.modtitle {
  margin-bottom: 24px !important;
}



@media (max-width: 767px){
  .typeheader-13 .main-menu-w {
    width: 30px !important;
  }
  .typeheader-13 .search-header-w {
    width: 60% 1important;
  }
}
@media (max-width: 991px){
  .title-category{
    font-size: 2rem !important;
    margin-bottom: 1px;
    padding-bottom: 1px;
  }
}

.modal-content {
  max-width: 800px !important;
}
#previewModal .cart-popup-action .btn {
 padding: 9px 0px !important;
}


.so-onepagecheckout.layout2 .secondary-title i.fa {
  color: #fff !important;
}
/* ========= */



/*=========== cookies down ==============*/

@media(min-width:880px){
	.cc_dialog.interstitial {
		overflow: hidden !important;
		position: fixed !important;
		bottom: 0 !important;
		width: 100% !important;
		top: 85vh !important;
	}
}
@media(min-width:480px) and (max-width:879px){
	.cc_dialog.interstitial {
		overflow: hidden !important;
		position: fixed !important;
		bottom: 0 !important;
		width: 100% !important;
		top: 80vh !important;
	}
}
@media(min-width:382px) and (max-width:479px){
	.cc_dialog.interstitial {
		overflow: hidden !important;
		position: fixed !important;
		bottom: 0 !important;
		width: 100% !important;
		top: 75vh !important;
	}
}
@media(max-width:381px){
	.cc_dialog.interstitial {
		overflow: hidden !important;
		position: fixed !important;
		bottom: 0 !important;
		width: 100% !important;
		top: 70vh !important;
	}
}
.cc_dialog {
    font-size: 16px !important;
    padding: 1rem !important;
}
.cc_dialog .cc_dialog_headline {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.cc_css_reboot p {
    margin-bottom: 0rem !important;
}
.cc_dialog .cc_dialog_text {
    font-size: 14px !important;
}
.cc_dialog button {
    font-weight: bold !important;
    font-size: 10px !important;
}

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

/*@media(max-width: 1199px){
	.typeheader-13 .header-middle .middle-right .middle-right-inner {
		right: -45px !important;
	}
}
.main-menu-w .navbar-toggle {
  display: none !important;
}
@media(min-width: 1200px){
	.typeheader-13 .search-header-w {
	  width: 45% !important;
	}
}
@media(max-width: 1199px){
	.typeheader-13 .search-header-w {
	  width: 100% !important;
	}
}*/



footer {
  background-color: #ccc !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-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;
}
/*==================================*/  


.filter-horizontal .so-filter-content-opts-container {
  display: flex !important;
}
.filter-horizontal .so-filter-content-opts-container label {
  text-align:center;
}
.filter-horizontal .so-filter-content-opts-container label img {
  display:block;
}
.filter-horizontal .so-filter-content-opts-container .option-input, .filter-horizontal .so-filter-heading-text {
  display:none !important;
}
.filter-horizontal .so-filter-content-opts-container .opt-select ~ .opt-select, .filter-horizontal .modcontent, .filter-horizontal .modcontent > ul {
  border:none !important;
}


#search0 .dropdown-menu img.pull-left {
  height: 68px;
}

.module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select {
  margin-right:10px !important;
}

.filter-horizontal .so-filter-heading {
  display:none !important;
}
#content .filter-horizontal .so-filter-content-opts-container {
  padding:0 !important;
}
#content .filter-horizontal .modcontent ul li.so-filter-options {
  padding: 0 !important;
}


.product-grid .open-oem {
  margin: auto;
}.search-boxes .select2-container {  width: 100% !important;}@media(min-width: 768px){	.typeheader-13 .container-megamenu.horizontal ul.megamenu > li.mobile {	  display: none !important;	}	.megamenu-style-dev .navbar-default .horizontal .navbar-toggle {	  display: none !important;	}}


@media (max-width: 767px){
  .layout-13.common-home #content .row-top .col-right, .layout-13.common-home #content .row-top .col-center {
       display: block !important; 
       margin-top: 10px;
  }
  .layout-13.common-home #content .row-top .col-right img, .layout-13.common-home #content .row-top .col-center img{
    width:100%;
  }
  
}
@media (max-width: 450px){
  .layout-13.common-home #content .row-top .col-right, .layout-13.common-home #content .row-top .col-center {
       width:100% !important;
  }
  .banners a, .banners img {
      border-radius: 0px !important;
  }
}