


@media (min-width: 1366px){
	.product-list .product-image {
		position: absolute;
		right: 50px;
		top: 30px;
	}
}

.so-onepagecheckout .custom-field label {
	display: none !important;
}
.so-onepagecheckout .custom-field input {
	width: 100% !important;
}

/* header vert layout */
.typeheader-10 .header-top {
	/* padding: 10px 0px; */
	/* line-height: 24px !important; */
	line-height: 35px !important;
}

.typeheader-10 .socials, .typeheader-10 .socials a {
	color: #fff !important;
	font-size: 18px !important;
}
/* .typeheader-10 .header-top-right {
	display: flex;
	justify-content: flex-end;
} */

.typeheader-10 .header-top-right img {
	filter: invert(100%);
}
.typeheader-10 .header-top-right svg {
	fill: #fff !important;
}
.typeheader-10 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart,
.typeheader-10 .wishlist  a,
.typeheader-10 #my_account > a {
	color: #fff !important;
	padding: 0 !important;
}
.typeheader-10 .header-top-right :is(.account, .wishlist, .shopping_cart){
	float: right !important;
	margin: 0 0 0 15px !important;
}
@media(max-width: 991px){
	.typeheader-10 .socials {
		text-align: center;
		/* margin-bottom: 15px; */
	}
	.typeheader-10 .header-top-right {
		justify-content: space-evenly;
	}
	.typeheader-10 .header-top-right :is(.account, .wishlist, .shopping_cart){
		float: right !important;
		margin: 0 !important;
	}
}
@media(max-width: 546px){
	.wres {
		display: none !important;
	}
	.tilefwno {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	.tilefwno:after {
		display:none;
	}
}
.typeheader-10 #sosearchpro .search {
	border: 0 !important;
}
#sosearchpro .autosearch-input {
	border: 1px solid #e5e5e5 !important;
}
.typeheader-10 .middle-right-w {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-around;

}
.typeheader-10 .middle-right-w .search-header-w {
	width: 400px;
	/* padding-top: 10px; */
}
.typeheader-10 #sosearchpro .search input.form-control {
	height: 52px !important;
}
.typeheader-10 #sosearchpro .search, .typeheader-10 #sosearchpro .search input.form-control {
	border-radius: 10px !important;
}
.typeheader-10 #sosearchpro .search button{
	top: 0 !important;
	height: 52px !important;
	background-color: transparent !important;
}
.typeheader-10 #sosearchpro .search button i {
	color: #282828 !important;
	font-size: 20px !important;
}

.typeheader-10 .middle-right .account, .typeheader-10 .middle-right .shopping_cart {
	float: right !important;
	margin: 0px 0px 0px 20px !important;
}
.typeheader-10 .middle-right .header_block {
	margin-left: 0px;
	font-size: 24px !important;
}
.typeheader-10 .wishlist {
	/* display: none; */
	float: right !important;
	margin: 0px 20px !important;
}


.typeheader-10  ul.menu > li {
    margin: 0 30px 10px 0;
    background-color: #2c3094;
    float: left;
    width: 400px;
    border-radius: 10px;
    text-align: center;
	transition: 0.2s background-color;
}
.typeheader-10  ul.menu > li:hover{
	background-color: #fdf203;
}
.typeheader-10  ul.menu > li:hover strong {
	color: #000 !important;
}
.typeheader-10  ul.menu > li:active{
	background-color: #fdf203;
	box-shadow: inset 0px 0px 0px 1px #fff;
}
.typeheader-10 ul.menu > li > a {
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-left: 0px;
    margin: 0 !important;
    line-height: 20px;
	padding: 16px 0px;
    text-align: center;
}
.typeheader-10 ul.menu > li > a strong {
    font-weight: 700;
    font-size: 16px;
}

@media(max-width: 768px){
	.typeheader-10 .middle-right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.typeheader-10 ul.menu > li > a strong {
		/*font-size: 13px;*/
	}
	
}

@media(min-width: 768px){
	.header-middle > .container > .row {
		display: flex;
		align-items: center;
		padding: 5px 0px;
	}
}


.typeheader-10 #sosearchpro .search input.form-control {
	font-size: 30px !important;
}
.typeheader-10 .header-top .telephone ul li {
	line-height: 35px !important;
}


/*#sosearchpro.so-search, header.typeheader-10 .search-header-w #sosearchpro .search {
	display:block !important;
}*/
/*============================*/
.typeheader-10 .header-middle {
	padding: 20px 0px !important;
}
.typeheader-10 .header-top .telephone ul li a i {
	color: #fff !important;
}
/* advanced-search shorter */
.layout-9.common-home #content .so_advanced_search .heading-title h2 {
	padding: 20px 30px !important;
}
.layout-9.common-home #content .so_advanced_search .sas_inner-box-search .search-boxes select {
	height: 40px !important;
}
/* ////////// */

ul.breadcrumb li:not(:last-child):after {
	line-height: 24px;
}

/*Add Css Custom Here*/


.products-category .form-group.category-info {
	margin: 0 !important;
}

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

}


 .products-list .product-table h4 ul {
	 display:none;
 }


img.mfp-img {
	width: 350px !important;
}


/* .image-popup-vertical-fit:hover:before {
	content: '\f00e';
    font-family: "FontAwesome";
    color: #282828;
    position: absolute;
    font-size: 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #ddda;
    line-height: 100px;
} */


ul.breadcrumb li:first-child:after {
	line-height: 28px;
}


.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer !important;
}
.mfp-title {
	color: #282828 !important;
}

/* header search text color */
	#sosearchpro .search input {
	color: #282828 !important;
}
/*category title no clip*/
@media (max-width: 768px) {
	#brandmodeltypefulltitle {
		float: left;
		width: 100%;
	}
}
/*=======================*/


/*autocomplete categories*/
* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}



.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 {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;

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


/*row dark color*/
.row-dark {
	background: none !important;
	background-color: #2c3094 !important;
	display: none;
}
.typefooter-9 .newsletter-footer7 .newsletter .modtitle {
	color: #fff !important;
}
/* ////////// */
/* payment padding */
.typefooter-9 .footer-bottom .payment-w {
    padding-right: 70px;
}
/* ////////// */


.layout-9.common-home #content .so_advanced_search {
	/* background-color: #ffa500 !important; */
}
.container-megamenu.horizontal ul.megamenu > li > a {
	border-radius: 0px !important;
}
.typeheader-10 .container-megamenu.horizontal ul.megamenu > li > a {
	padding: 10px 5px !important;
}



input[type="text"] {
	font-size: 2.0rem !important;
     color: #282828 !important; 
    font-weight: bold !important;
}


/* Anapodi anazitisi */
.products-view > .so_advanced_search .sas_inner-box-search .search-boxes, .products-view > .so_advanced_search .sas_inner-box-search .search-button {
	width: 20% !important;
}
.products-view > .so_advanced_search .sas_inner-box-search .search-button:nth-child(1){
	width: 33% !important
}
@media (max-width: 1200px) {
	.products-view > .so_advanced_search .sas_inner-box-search .search-button:nth-child(1){
		width: 100% !important
	}
	.products-view > .so_advanced_search .sas_inner-box-search .search-boxes, .products-view > .so_advanced_search .sas_inner-box-search .search-button {
		padding: 0px 5px !important;
	}
}
@media (max-width: 768px) {
	.products-view > .so_advanced_search .sas_inner-box-search .search-boxes, .products-view > .so_advanced_search .sas_inner-box-search .search-button {
		margin-bottom: 10px ;
		width: 100% !important;
	}
	.typeheader-9 .account {
		display: none;
	}
	.typeheader-9 .shopping_cart {
		margin-right: 0px !important;
	}
	
}

/*.products-view > .so_advanced_search .sas_inner-box-search .row .search-button:nth-child(1) {
	display: none;
}*/
.products-view > .so_advanced_search .sas_inner-box-search .row .search-button:nth-child(6) {
	float: right !important;
}
.products-view > .so_advanced_search .sas_inner-box-search .row button#sas_search_button0 {
	/*margin-top: 10px !important;*/
	width: 100% !important;
	height: 40px;
    background-color: #ff2d37;
	color: #fff;
	border: none;
	border-radius: 5px;
}
.products-view > .so_advanced_search .sas_inner-box-search .row button#sas_search_button0:hover {
	background-color: #f9000c;
}

.products-view > .so_advanced_search {
	padding: 20px;
}
.products-view > .so_advanced_search h2 {
	text-align: center;
}
.products-view > .so_advanced_search .row {
	margin: 0 !important;
}
/* ////////// */


/*subcategories instead of products*/
.category-wrap {
	  display: grid;
	  overflow: hidden;
	  grid-template-columns: repeat(6, 1fr);
	  grid-auto-rows: 1fr;
	  max-width: 100%;
}
.category-wrap:before {
	display: none !important;
}
@media (max-width: 1024px){
	.category-wrap {
		  grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px){
	.category-wrap {
		  grid-template-columns: repeat(1, 1fr);
	}
}


.category-layout {
	padding: 0px;
}
.category-container {
    transition: all 0.4s ease-in-out 0s;
	border: 1px solid #e5e5e5; 
	margin: 15px; 
	padding: 0px 5px; 
	background-color: #fff;
	box-sizing: border-box; 
	height: calc(100% - 30px);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category-container:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.category-container .category-header {
	
	padding: 5px 0px;
	margin: auto;
	transition: all 0.4s ease-in-out 0s;
}
.category-container .category-header a {
    color: #282828 !important;
}
/*=================================*/


/*autopart categories*/
.so-categories ul.nav-tabs {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.so-categories ul.nav-tabs li {
	flex: 1;
}
.so-categories ul.nav-tabs li > a {
	margin:0!important;
}
.so-categories .tab-content{
	border: 1px solid #ddd;
    border-top: 0;
}

.so-categories .nav-tabs>li {
    text-align: center;
    width: 50%;
}


.cat-wrap.theme3 {
	display: grid;
    overflow: hidden;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    max-width: 100%;
}
.child-cat {
    overflow: auto !important;
    max-height: 300px !important;
	padding-left: 10px;
	text-align: left;
}
.slider-cates.so-categories .cat-wrap .content-box .cat-title a {
		min-height: 66px;
}
.slider-cates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a {
	padding-left: 0 !important;
	line-height: 20px !important;
}
.so-categories .cat-wrap .content-box .child-cat .child-cat-title{
	padding-bottom: 10px !important;
}
.slider-cates.so-categories .cat-wrap .content-box .child-cat .child-cat-title:nth-child(2){
	padding-top: 10px !important;
}
.slider-cates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a:before {
	display:none;
}
.slider-cates.so-categories .cat-wrap .content-box .image-cat img {
    /* height: 200px; */
    width: auto;
    margin: auto;
}
.slider-cates.so-categories .cat-wrap.theme3 {
	display: grid;
    overflow: hidden;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    max-width: 100%;
}
@media (max-width: 1024px){
	.slider-cates.so-categories .cat-wrap.theme3 {
		  grid-template-columns: repeat(3, 1fr) !important;
	}
}
@media (max-width: 768px){
	.slider-cates.so-categories .cat-wrap.theme3 {
		  grid-template-columns: repeat(2, 1fr) !important;
	}
}
.slider-cates.so-categories .cat-wrap.theme3 .content-layout {
	margin: 10px;
}

@media (max-width: 550px){
	/* modtitle */
	.slider-cates .modtitle {
		text-align: center;
	}
	.layout-9.common-home #content .module h3.modtitle span:before {
		display: none;
	}
	.layout-9.common-home #content .module h3.modtitle span {
		padding:0 !important;
	}
	
	
	.col-autopart-cats, .slider-cates, .slider-cates .modcontent{
		padding:0 !important;
	}
}
@media (max-width: 450px){
	.child-cat {
		padding-left: 5px !important;
	}
	.slider-cates.so-categories .cat-wrap .content-box .image-cat img {
		height: 150px !important;
	}
	.slider-cates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a {
		font-size: 13px !important;
	}
	.slider-cates.so-categories .cat-wrap .content-box .cat-title a	{
		padding: 5px 2px !important;
		min-height: 50px !important;
		font-size: 13px !important;
	}
	.slider-cates.so-categories .cat-wrap.theme3 .content-layout {
		margin: 2px !important;
	}
}
/*=================================*/


.category_center #autoparts_category_3 {padding: 0; margin:0}.category_center #autoparts_category_3 li {padding: 0; float:left}.category_center .autoparts_category li.level1{;margin-bottom:5px;border-radius:4px;}.category_center .thumb img{width:100%;height:120px;margin-bottom:3px;border-radius:4px 4px 0 0;}.category_center .plus{display:none;}.category_center .autoparts_category li.level1 .withoutlink{display:block;border-radius:4px 4px 0 0;font-weight:bold;font-size:13px;height:40px;line-height:40px;color:#fff;padding-left:5px;position:relative;background:#333;color:#fff;margin-top:-133px;opacity:0.8;}.category_center .autoparts_category li.level1 .withoutlink img{margin-right:4px;margin:6px;float:right;width:100px;height:100px;}.category_center .autoparts_category li.level1 .withlink{display:none;}.category_center .autoparts_category ul.level1{display:block;margin:10px;margin-left:0;width:100%}.categoryslidebar .autoparts_category li.level2 {background: #fff;max-width: 100%;padding-left: 10px;}.category_center .autoparts_category li.level2 .withoutlink{display:none;}.category_center .autoparts_category li.level2 .withlink{display:block;}.category_center .autoparts_category li.level2 a{padding-left:10px;}.category_center h2{margin-bottom:4px;position:relative;background:#1c63a4;border:0px solid #cbcbcb;padding:5px 18px 5px;color:#fff;border-radius:0px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;float:left;width:100%;padding:15px;font-size:20px;font-weight:bold;}.category_center .autoparts_category li.level1{background: #fff;margin-bottom:5px;border:0px solid #dddddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:5px;color:black}h2.categoriestec {color: #58595B;font-size: 25px;padding-bottom: 10px;font-weight: 500;}.category_center .thumb{}.category_center .thumb img{width:100%;height:120px;margin-bottom:3px;border-radius:4px 4px 0 0;}.category_center .plus{display:none;}.categoryslidebar #autoparts_category_3 .level1 {float:left;width:100%;max-width: 100%;padding: 0;background:#043fa5}.category_center .autoparts_category li.level1 .withoutlink {    font-family: 'Roboto',sans-serif;    font-weight: 400;    display:block;    border-radius:0px;    border:0;    font-size:20px;    height:55px;    line-height:55px;    position:relative;    background:none;    color:#fff;    margin-top:0px;    opacity:1;	background: rgb(2,0,36);	background: #333;}.category_center .autoparts_category li.level1 .withoutlink img{float:left;}.category_center .autoparts_category li.level1 .withlink{display:none;}.category_center .autoparts_category ul.level1{display: none;padding:0;list-style:none;position:relative;z-index:3;color:#000;}.autoparts_category li{text-align:left;list-style-type:none;}.category_center .autoparts_category li.level2 .withoutlink{display:none;}.category_center .autoparts_category li.level2 .withlink{display:block;}.category_center .autoparts_category li.level2 a{padding-left:10px;color: #000;font-size:17px;font-weight:normal;font-family: 'Roboto',sans-serif;}.category_center .autoparts_category li.level2 a:hover{color:#e72227;}.category_center .autoparts_category li.level1 .withoutlink:before {    content: '\253D';    display: block;    position: absolute;    width: 20px;    height: 20px;	right: 16px;    top: 0px;    color: #fff;    background-size: 20px;    font-size: 22px;}.category_center .autoparts_category li.level1 .withoutlink.active:before {	content: '\2500';    display: block;    position: absolute;    width: 20px;    height: 20px;	right: 16px;    top: 0px;    color: #fff;    background-size: 20px;    font-size: 22px;}.products-list .desc {    clear: both;    margin: 0 0 15px;    height: 40px;}.product-block .left h3.product-name a {    color: #e51c24;    float: left;    padding-right: 10px;}.product-block h3.product-name a:after {    font-family: 'asimakis';    /*content: "\e909";*/    font-size: 31px;    bottom: -4px;    position: relative;}.product-block h3.product-name a:hover:after {    color: #58595B;}.categoryslidebar .autoparts_category.level1 li.active a {    color: #e51c24;    pointer-events: none;    cursor: default;    font-weight: 600;}.categoryslidebar #autoparts_category_3{    float: left;    width: 100%;    padding: 10px;    background: #fff;    background-color: #fff;    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);	}.categoryslidebar  .thumbnail-icon {    display: none;}.categoryslidebar .thumb{    display: none;}.categoryslidebar .liall .withlink {    font-weight: bold;    background: #e72227;    color: #fff;    border-radius: 4px;    margin: 1px;    padding: 0 13px;    cursor: pointer;    font-size: 19px;}.categoryslidebar .liall .withlink:hover {    background: #E9EAEA;}.categoryslidebar .liall .withlink a {    color: #fff;}.categoryslidebar .autoparts_category li.level1 {    min-height: 32px;    line-height: 32px;    margin:0;    position: relative;}.categoryslidebar .autoparts_category ul.level1 {    display: none;}.categoryslidebar .autoparts_category li.level1 a{    font-weight: bold;}.categoryslidebar .autoparts_category li.level2 a{    font-size: 15px;    font-weight: 400;    color: #000;    font-family: 'Roboto',sans-serif;}.categoryslidebar .autoparts_category li .withlink {    display:none; }.categoryslidebar .autoparts_category li .withoutlink img{    display:none;}.categoryslidebar .autoparts_category li .withoutlink {    display: block;    font-weight: bold;    color: #fff;    border-bottom: 2px solid #fff;    margin: 1px;	padding: 2px 0;    cursor: pointer;    font-size: 15px;    font-family: 'Roboto',sans-serif;	    padding-left: 10px;}.categoryslidebar .autoparts_category li:hover .withoutlink {    color:#fff;}.categoryslidebar .autoparts_category li.level2 .withlink {    display:block; }.categoryslidebar .autoparts_category li.level2 .withlink a:hover {    color: #000;}.categoryslidebar .autoparts_category li.level2 .withlink a.active {    color: #000;}.categoryslidebar .autoparts_category li.level2 .withoutlink {    display:none; }.categoryslidebar h2 {    color: #58595B;    background: #E9EAEA;	    border-radius: 4px;    padding: 0px 10px;    line-height: 32px;    margin: 1px;}.categoryslidebar .autoparts_category li.level1 .withoutlink:after {    content: '\253D';    display: block;    position: absolute;    width: 20px;    height: 20px;    right: 0px;    top: 2px;    color: #fff;    background-size:20px;    font-size: 14px;}.categoryslidebar .autoparts_category li.level1 .withoutlink.active:after {    content: '\2500';    display: block;    position: absolute;    width: 20px;    height: 20px;    right: 0px;    top: 2px;    color: #fff;    background-size:20px;    font-size: 14px;}.categoryslidebar .plus {    float: right;    background: #ccc;    width: 25px;    height: 28px;    padding: 4px;    line-height: 20px;    font-size: 18px;    text-align: center;    cursor: pointer;    margin-top: 4px;    display:none;}.block-finder.vehicle {    height: auto;	/*margin-top: 30px;*/	padding-top: 40px;}@media (min-width: 767px) {	.product-list .product-thumb .image {		float: left;		padding: 0 15px;		height: 230px;	}	.category_center #autoparts_category_3 li.col-md-4 {		width: 32.6733333333%;		margin: 0.3%;	}}.efarmoges ul {    list-style: none;    padding-left: 20px;}.panel-group .panel {    margin-bottom: 0;    border-radius: 4px;}.panel-default {    border-color: #ddd;}.panel {    margin-bottom: 20px;    background-color: #fff;    border: 1px solid transparent;    border-radius: 4px;    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);    box-shadow: 0 1px 1px rgba(0,0,0,.05);    margin: 3px;	border-color: #ddd !important;}.panel-default>.panel-heading {    color: #333;    background-color: #f5f5f5;    border-color: #ddd;	padding: 5px;}.panel-body {    padding: 15px;}.breadcrumb {	display:none;}.site-footer {    position: relative;    background-color: #8ec63f;    color: #eee;}.site-footer__bottom {    background-color: #043fa5;    font-size: 14px;    color: #eee;    font-weight: 400;}.category-card--layout--overlay .category-card__children {    height: 300px;    overflow: auto;}.category-card--layout--overlay .category-card__name {    font-size: 22px;    margin-bottom: 20px;}.category-card--layout--overlay .category-card__children {    font-size: 14px;}.block-zone__carousel-item .product-card .product-card__image img {    max-height: 300px;    width: auto;	margin: auto;}.block-zone__carousel-item .product-card .product-card__image {    height: 300px;}.products-view .block-finder__form {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    margin: 7px;}.imgpfilter.active {	border:2px #ff0000 solid;}.imgpfilter:hover {	border:2px #ff0000 solid;}#d_quickcheckout {	margin-top:30px;}.departments__button {    font-size: 18px;}#d_quickcheckout .btn-primary {    color: #ffffff;    text-shadow: none;    background: #8ec63f !important;	border-color: #8ec63f !important;}.widget__header {    float: left;}[id="payment_address_custom_field.account.1_input"]{	display:none;	}[id="payment_address_custom_field.account.2_input"]{	display:none;	}[id="payment_address_custom_field.account.3_input"]{	display:none;	}[id="payment_address_custom_field.account.4_input"]{	display:none;	}[id="payment_address_custom_field.account.5_input"]{	display:none;	}[id="payment_address_custom_field.account.6_input"]{	display:none;	}.filter-list__list a {	color:#000;	line-height: 30px;}@media only screen and (max-width: 420px) {	.category_center .autoparts_category li.level1 .withoutlink img {		width: 50px;		height: 50px;	}	.category_center .autoparts_category li.level1 .withoutlink {		font-size:16px;	}	.category_center .autoparts_category li.level1 .withoutlink {		height: 65px;		line-height: 65px;  	}}.dropcart__list {    list-style: none;    padding: 0;    margin: -8px 0 0;    max-height: 600px;	overflow-y: auto;    overflow-x: hidden;}

.category_left #autoparts_category_3 li {
    width:100%;
}
.products-list .product-list .product-item-container {
    width: 100%;
}


.products-list .product-table .right-block .description {
    width: 40%;
    max-height: 200px;
    color: #282828;
    overflow: auto;
}

.products-list .product-list .product-item-container .right-block .description {
    margin-bottom: 20px;
    max-height: 200px;
    overflow: auto;	
}
@media (min-width: 992px){
	#sosearchpro {
		display:block !important;
	}
	.search-header-w .ico-search {
		display:none !important;
	}
}
.price-tax {
	display:none;
}
.order-num, .compare, #so_askquestion {
	display:none;
}

.sas_inner-box-search .media, .sas_inner-box-search .media-body {
    overflow: hidden;
    zoom: 1;
    margin: 0;	
}
.sas_inner-box-search .fa-searchengin {
    position: absolute;
    right: 23px;
    font-size: 29px;
    top: 5px;
    color: #ec1313;
}
.sas_inner-box-search .dropdown-menu {
    overflow: inherit;
    width:420px;
	padding:10px;
}

.products-list .product-list .product-item-container .right-block h4 a {
    font-weight: bold;
	text-transform: capitalize !important;
	font-size: 1.9rem !important;
}
.products-list .product-list .product-item-container .right-block .price {
    font-size: 24px;
}
.products-list .product-list .product-item-container .list-block {
    float: left;
    width: 100%;
}
.product-view .content-product-right .title-product h1 {
	text-transform: capitalize  !important;
}
@media (min-width: 992px){
	.product-view .content-product-right .title-product h1 {
		font-weight: bold !important;
		font-size: 27px !important;
	}
}
.product_time_maxprice {
	display:none !important;
}

/*Header*/

.typeheader-10 .middle-right .header_block{
	
	display:none!important;
}

.typeheader-10 .header-middle{
	
	padding:0px!important;
	
}
div.logo{
	padding-top:8px!important;
}
.typeheader-10 .middle-right{
	
	padding-top:5px!important;
}
.list-inline>li {
	
	color:#fff!important;
}
.list-inline>li a{
	
	color:#fff!important;
}
/*  .list-inline{
	
	padding-right:600px!important;
	
}  */
/*main body*/

body.layout-9.common-home #content .so_advanced_search .heading-title h2 {
	font-size: 20px!important;
	padding-bottom: 4px!important;
     padding-top:10px!important;
 
 }
 
 body.layout-9.common-home #content .so_advanced_search .sas_inner-box-search{
	 padding-top:0px!important;
	 padding-bottom: 0px!important;
 }
 /*Footer*/
/*  .slider-brands .contentslider .owl2-stage-outer{
	 
	 display:none!important;
	 
 }
 .slider-brands{
	 
	 
	 display:none!important;
	 
	 
 } */
 
 ul.breadcrumb li a {
    font-size: 25px !important;
    font-weight: bold;
	line-height: 24px ;
    }
	
.products-list .product-table .right-block h4 a {
    color: #222; 
	font-size: 14px !important;
	font-weight: bold;
	}
	
	.layout-9.common-home #content .module h3.modtitle span {
    font-size: 30px!important;
}

.nav-tabs > li > a {
    font-size: 22px !important;
}

.list-inline {
    float: right;
	margin-right: 15px !important;
}
.header-top .top-contact {
    float: left !important;
}



.product-table  .product-item-container  .left-block  .product-image-container  a  img {
  
    height: 130px!important;
	margin: auto;
}









@media (min-width: 768px){
	.products-list .product-table .right-block .addToCart {
		display: none !important;
	}
		
}
.products-list .product-list .product-item-container .right-block .addToCart{
	display: none !important;
}










.products-list .product-table .product-item-container .left-block .quickview {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #053a83;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    z-index: 99;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden; }
    .products-list .product-table .product-item-container .left-block .quickview span {
      display: none; }
    .products-list .product-table .product-item-container .left-block .quickview:hover {
      background-color: #032452;
      color: #fff; }
	.products-list .product-table .product-item-container:hover .left-block .quickview {
    opacity: 1;
    visibility: visible;
    top: 50%; }
	
	
	
	
.typefooter-9 .footer-middle .box-infos .module .modtitle::before {
   position: absolute;
    content: "";
    width: 27px;
    height: 18px;
    background: url(/catalog/view/theme/so-monota/images/icon/home9.png) no-repeat;
    background-position: 0 -61px;
    top: 1px;
    left: 0; 
}


.banners-effect-6 .banners > div a {
   
    margin-top: 17px!important;
}

@media (max-width: 1199px){
	.banners_pc{
		display:none !important;
	}
}

@media (min-width: 1200px){
	.banners_mobile{
		display:none !important;
	}
}



.typeheader-10 .container-megamenu.horizontal ul.megamenu > li > a {
    color: #fff!important;
    background-color: #2c3094!important;
	border-radius: 10px !important;
	font-size: 16px!important;
}
.typeheader-10 .container-megamenu.horizontal ul.megamenu > li > a:hover {
    color: #000!important; 
    background-color: #fdf001!important;
	border-radius: 10px !important;
}

.megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
    margin-bottom: 5px!important;
}



.typefooter-9 .newsletter-footer7 .newsletter .block_content form.signup .subcribe button {
    background-color: #fdf001!important;
}

.typefooter-9 .newsletter-footer7 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #d5ca01!important;
}
.typefooter-9 .newsletter-footer7 .newsletter .block_content form.signup .subcribe button {
    color: #000!important;
}

.typefooter-9 .socials li a:hover {
    background-color: #d5ca01 !important;
    color: #000 !important;
}


.autopart-product .wrapper-full .site__body {
    background: url(/image/kk.png) no-repeat center;
	margin: 0px 0px 1px!important;
}
.autopart-product .wrapper-full .site__body .block-header .block-header__body {
    color: #fff!important;
}
.autopart-product .wrapper-full .site__body .so_advanced_search {
    background-color: #f5f5f599 !important;
    margin-bottom: 80px !important;
    margin-top: 29px !important;
}

.products-view > .so_advanced_search .sas_inner-box-search .row button#sas_search_button0 {
    background-color: #2c3094!important;
    color: #fff!important;

}
.products-view > .so_advanced_search .sas_inner-box-search .row button#sas_search_button0:hover {
    background-color: #fdf001!important;
    color: #000!important;
}

.typeheader-10 .header-top .header-top-right .top-log {
    font-size: 18px!important;
	line-height: 35px;
}




/* Loading */
/* <div class="loader"></div> */
.category-autocomplete.loading:after {
	content:  "";
	z-index: 9998;
	background: #dddddd80;
	position: absolute;
	top: 0;
	left: 0;
	width:  100%;
	height: 100%;
}


.loading > *:not(:first-child), .loading:after {
	filter: blur(2px);
}

.loading .loader {

	position: absolute;
	z-index: 9999;
	left: calc(50% - 30px);
	/* margin: auto; */
	display: block;
	top: calc(50% - 30px);


  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #ff2d37; /* Red */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* ========================== */


textarea, input[type="button"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, select {
	font-size: 2.0rem !important;
    /*color: #282828 !important;*/
    font-weight: bold !important;
    line-height: 1em;
}
/*input[type="text"], select {
	padding: 0px 5px !important;
}*/


/*autocomplete categories*/
.autocomplete, .subcategory_selector {
	margin-bottom: 10px;
	width: 24.7% ;
}
@media (max-width:  768px) {
	.autocomplete, .subcategory_selector{
		width: 100% ;
	}
}

.autocomplete input[type="button"]:hover {
	background: #495057;
	color: #fff !important;
}
* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}


.autopart-product .category-autocomplete {
	display: none;
}

.category-autocomplete {
	padding: 30px 20px;
	/*position: relative;*/
	margin: 10px 0px;
}
.gbg-autocomplete {
	background: url(/image/slide2.jpg);
}


.category-autocomplete :is( #myInput, .subcategory_selector){
	background-color: #eeec;
}


.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 {
	display: block;
	padding: 10px;
}
.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 {
	
}
/*=================================*/



.products-list .product-table .list-block .wishlist {
    display: none;
}
.product-view .content-product-right .box-info-product .add-to-links {
    display: none!important;
}
.product-view .content-product-right .box-info-product .cart .btn {
    background-color: #2c3094!important;
    color: #fff !important;
}
.product-view .content-product-right .box-review {
    display: none;
}
.panel-default > .panel-heading {
    display: none;
}


/* _________________________________*/
 .quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
	/*width: 100%!important;*/
	margin-bottom: 2px;
}
.list-block .quantity .quantity-control{
	margin: 2px auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.quantity .quantity-control span {
    width: 35px!important;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
}
.fa-minus::before {
    content: "\f068";
}
.quantity .quantity-control input.form-control {
    float: left;
    max-width: 50px!important;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
.fa-plus::before {
    content: "\f067";
}





	.filters-panel .list-view #list-view {
		display:none;
	}
	.filters-panel .list-view #grid-view-4 {
		display:none;
	}
	.filters-panel .list-view #grid-view-3 {
		display:none;
	}
	.filters-panel .list-view #grid-view-2 {
		display:none;
	}

@media (max-width: 767px){
	.filters-panel .list-view #table-view {
		display:none;
	}
}





/* subcategory grid */
.refine-search__content {
	display: grid;
    overflow: hidden;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 1fr;
    max-width: 100%;
}
.refine-search__content .refine-search__subitem {
	margin: 10px 5px !important;
	width: initial !important;
	overflow: hidden;
}
.refine-search a {
	font-size: 16px;
    font-weight: bold;
}

@media(max-width: 1440px){
	.refine-search__content {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media(max-width: 1024px){
	.refine-search__content {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media(max-width: 425px){
	.refine-search__content {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* ================ */


ul.breadcrumb li:last-child a {
	font-size:  38px !important;
	line-height: 40px;
}

.typefooter-9 {
	background: url(/image/img_2.png) no-repeat;
}
.typefooter-9 .footer-middle .module .modtitle {
    font-size: 18px;
    color: #fff!important;
}
.typefooter-9 .box-infos .list-icon li a {
    color: #fff!important;
}
.typefooter-9 .box-infos {
    color: #fff!important;
}
.typefooter-9 .box-footer .modcontent ul.menu li a {
	color: #fff!important;
}
.typefooter-9 .footer-bottom .copyright {
    color: #fff!important;
}

.typefooter-9 .box-infos .list-icon li .icon {
    color: #fff!important;
}



.products-list .product-table .right-block h4 {
	width:  35% !important;

}





.autocomplete button {
	width: 100%;
    border-radius: 3px;
    background-color: #eee;
    border: none;
    color: #3d3d3d;
    padding: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    box-shadow: none !important;
    transition: all 0.3s ease;
    font-size: 2.0rem !important;
    /* color: #282828 !important; */
    font-weight: bold !important;
    /* line-height: 1em; */
}

.autocomplete button:hover {
	 background-color: #555;
	 color: #fff;
}


.filter-group {
	color: #282828;
}
.filter-group a.list-group-item {
	font-size: 21px;
}
.filter-group .checkbox label {
	font-size: 16px;
}


@media(max-width: 425px){
	.typeheader-10 .header-top .header-top-right .top-log {
		margin-right:  0 !important;
	}
	.header-top-left, .header-top-right {
		padding: 0 5px !important;
	}
}

@media(max-width: 768px){
	ul.breadcrumb {
		margin-bottom:  0 !important;
	}
	ul.breadcrumb li a {
		font-size: 18px !important;
		line-height:  21px !important;
	}
	ul.breadcrumb li:last-child a {
		font-size: 21px !important;
		line-height:  24px !important;
	}

	.typeheader-10 #sosearchpro .search {
		/*display: none;*/
	}
	.typeheader-10 #sosearchpro .search input.form-control{
		font-size: 18px !important;
		height: 24px !important;
	}

	.typeheader-10 .search-header-w {
		width:  100% !important;
	}


	.typeheader-10 .middle-right ul.menu, .typeheader-10 .menu-w, .typeheader-10  ul.menu > li, .typeheader-10 .middle-right-w .search-header-w {
		width: 100%;
	}
	.typeheader-10 ul.menu > li > a {
		padding: 0 !important;
		line-height: 24px;
		min-height: 24px;
	}
	.typeheader-10 ul.menu > li > a strong {
		font-size: 12px;
	}

	header.typeheader-10 .header-middle .logo, .typeheader-10 .middle-right {
		margin-bottom: 10px !important;
	}
}


.cat-img {
	width: 100%;
    border: 1px solid transparent;
    padding: 15px 10px 10px 10px;
}
@media(max-width: 991px){
	.cat-img{
		display: none;
	}
}


.no-img-refine {
    padding: 10px 0px;
    text-align: center;
    transition: 0.2s;
    background: #f1f1f1;
}
.no-img-refine:hover {
	background:  #2c3094;
	color:  #fff !important;
}




@media(max-width: 767px) {
	.list-block {
		display: block !important;
	}
	.supplier-container {
		display: none !important;
	}
	.products-list .product-table .right-block h4 {
		width:  100% !important;
	}
	
	.products-list .product-table .list-block .addToCart {
		padding: 5px 0px !important;
	}
}
@media(max-width: 425px){
	.products-list .product-table .product-item-container {
		flex-direction: column;
	}
	.products-list .product-table .product-item-container > * {
		width: 100% !important;
	}
	.products-list .product-table .right-block h4 {
		text-align: center;
	}
	.products-list .product-table .list-block .addToCart, .products-list .product-table .list-block .wishlist {
		display: inline-block !important;
		width: 40% !important;
	}
	.option.quantity {
		width: 50%;
		float: left;
	}
}

.list-block .quantity .quantity-control{
		display: flex;
	}
	.quantity .quantity-control span {
		flex: 30%;
	}
	.quantity .quantity-control input.form-control{
		flex: 40%;
	}


.products-list .product-table .right-block > *, .products-list .product-table .product-item-container > :last-child {
	border: 0 !important;
}	

.products-list .product-table .product-item-container{
	margin-bottom: 10px;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px;
}

@media(max-width: 1200px) and (min-width: 768px){
	.products-list .product-table .right-block h4 {
		width:  65% !important;
	}
}



.sas_inner-box-search select {
	padding:  0px 9px !important;
}


/* advanced search nav tabs */
.layout-9 .so_advanced_search ul.nav-tabs {
	display: table;
	/*display: none;*/
    margin: 0 auto;
    border-bottom: 0 !important;
}
.so_advanced_search .nav-tabs>li>a {
	color: #555;
}
.so_advanced_search .nav-tabs>li.active>a, .so_advanced_search .nav-tabs>li.active>a:focus, .so_advanced_search .nav-tabs>li.active>a:hover {
	color: #ff2d37 !important;
	background-color: transparent !important;
	border: 0 !important;
}
#engine-tab > span {
	float: left;
    line-height: 40px;
    font-size: 22px;
    color: #282828;
}
/* ========================== */


.so_advanced_search .nav>li>a:hover {
	background-color:  transparent !important;
	border-color: transparent !important;
	color: #ff2d37 !important;
}



/* sticky aside */
.product-category .left_column .filter-group {
	top: 10px;
    position: sticky;
}
@media(min-width:  993px){
	.product-category .left_column .filter-group {
	    max-height: 100vh;
	    overflow: auto;
	    margin-bottom: 114px;
	}
}

/* extra */

.product-category .container.product-listing > .row {
    display: flex;
    flex-wrap:  wrap;
}

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



/* thumbnail zoom */
.refine-search__subitem {
	position: relative;
}
.refine-search__subitem  .thumbzoom {
	/*display: none;*/
    font-size: 25px;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    height: 40px;
    background: #ddd8;
    border: 1px solid #828282;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.refine-search__subitem:hover .thumbzoom {
	display: block;
}

.refine-search__subitem  .thumbzoom:hover {
	background: #ddd !important;
}




.thumbmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.modal-caption {
  font-size: 32px !important;	
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #f1f1f1 !important;
  padding: 10px 0;
}
.modal-caption:hover {
	color: #bbb !important;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* ==================== */


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




.form-inline .control-label {
	display: none;
}
.filters-panel .form-group select.form-control {
	    max-width: 170px;
	    width: initial !important;
    margin-right: 5px;
    float: left;
}

.category_center .autoparts_category li.level1 .withoutlink {
	cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 48px;
    white-space: nowrap;
}


.typeheader-10 .header-top .telephone ul li::after {
    height: 16px!important;
    top: 10px!important;
}



.header-top .socials {

    margin: auto !important;
    padding: revert !important;

}


ul.top-contact {
	font-size: 18px;
    line-height: 35px;
}




















