/* CSS Document */
#main-content .container:before {
	background-color: inherit !important;
    font-szie: 15px;
}
@media only screen and (min-width: 768px) {
    .parts-commerce .content-area {
        margin: 0 calc(10% + 60px);
    }
}
.parts-commerce, button, input, select, optgroup, textarea {
    font-family: Helvetica, Arial, "sans-serif" !important;
    font-size: 14px !important;
}
/* WAIT FUNCTION */
#wait {
	display:none;
	width:150px;
	height:180px;
	text-align:center;
	background-color: #FFFFFF !important;
	position:absolute;
	top:50%;
	left:50%;
	padding:5px;
	font-weight: 600;
	z-index: 1;
	border: 1px solid #00a4e4;
	border-radius: 4px;
}
@media (min-width: 981px) {
    #left-area {
        float: left;
        padding-right: 5.5%;
        width: 79.125%;
    }
    #sidebar {
        float: left;
        width: 20.875%;
    }
}
#left-area {
    padding-bottom: 23px;
    padding-left: 0px;
}
#sidebar {
	padding-left: 0 !important;
    padding-bottom: 28px;
}
#sidebar h3, #sidebar h4, #sidebar h5, .parts-commerce h3 {
	font-weight: 700;
    font-size: 16px;
}
.parts-commerce h3 {
    color: #00a4e3;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
}
.parts-commerce-main-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.parts-commerce-main-image img {
    width: 100%;
}
.widget-filter  {
    padding: 5px 0px 5px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.widget-filter select {
    width: 99%;
    font-size: 12px !important;
    height: 28px;
    border-radius: 4px;
}
#sidebar h3, #sidebar h4, #sidebar h5 {
    margin-top: 0px !important;
	margin-bottom: 10px !important;
}
#sidebar h4 {
    color: #00a4e3;
}
#sidebar h5 {
   margin-bottom: 5px !important; 
}
.parts-commerce {
	padding-top: 0px;
}
/* DOWNLOAD SCREEN */
.clickInfo span i.fa {
	color: #aba095 !important;
}
#left-area .parts-com-row ul {
    padding: 0 0 23px 20px;
    line-height: inherit!important;
}
.clickInfo {
	cursor: pointer;
}

.infoRow ul {
	margin-bottom: 1%;
}
.infoRow p {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.docuErrors {
	background-color: #e1e1e1;
}
.docuErrors p {
	padding: 15px;
}
.2balink img {
	opacity: 1;
	cursor: pointer;
}
.2balink:hover img {
	opacity: 0.5;
}
.parts-colsize-6.listitem {
    background-color: #ffffff;
}
/* BUTTONS */
.parts_button {
    border-radius: 1px;
	background-color: #00a4e3;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0px;
} 

.parts_button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.parts_button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.parts_button:hover span {
  padding-right: 25px;
}

.parts_button:hover span:after {
  opacity: 1;
  right: 0;
}

/* SUMMARY INFO */
.summary img.twoba {
	height: 24px !important;
	width: auto;
	float: left;
	opacity: 1;
}
.summary img.twoba:hover {
	opacity: 0.5;
}
/* THUMBNAILS */
.thumbnails img {
    border: 1px dashed #ccc !important;
	width: 100%;
	padding: 1px;
}

/* BARCODE IMAGE */
.barcode img {
	width: 200px;
}

/* SELECTBOXEN */
.part-com-selectbox {
    height: 28px;
    padding: 0 5px;
}

/* RESULTS COUNT */
.result-count {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
	color: #404041;
}

/* PAGE TITLE */
.parts-com-page-title {
	font-weight: 700;
    font-size: 28px;
    line-height: 30.85px;
    position: relative;
    text-transform: none;
	text-transform: uppercase !important;
    margin-bottom: 10px;
}

/* BREADCRUMB */
.parts-commerce.breadcrumb {
	margin: 0 0 24px;
    padding: 8px 0;
    color: #777;
	display: block;
}
.parts-commerce.breadcrumb a {
	color: #00a4e3 !important;
	opacity: 0.8 !important;
}
.parts-commerce.breadcrumb a:hover {
	opacity: 1 !important;
	text-decoration: underline;
}

/* PAGINATION */
.parts-com-pagination {
	text-align: center;
	margin-bottom: 20px;
}

.parts-com-pagination ul.page-numbers {
	padding: 0 !important;
	list-style: none !important;
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px;
}

.parts-com-pagination ul li {
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	overflow: hidden;
}

.parts-com-pagination ul li span {
	margin: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
}

.parts-com-pagination ul li a,
.parts-com-pagination ul li span {
	margin: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block;
	cursor: pointer;
}

.parts-com-pagination ul li a:hover, .parts-com-pagination ul li span.curent {
	background-color: #ebe9eb;	
}

/* CATALOG DISPLAY LIST */
.parts-com-images img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	cursor: pointer;
}
.parts-com-images .middle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #404041;
}
.parts-com-list-item {
	margin-bottom: 20px;
    display: table;
    width: 100%;
	border: 1px solid #e1e1e1;
    background-color: #ffffff;
}
.parts-com-images:hover .middle {
	cursor: pointer;
	opacity:0.6;
}
.parts-com-images:hover .middle .text {
	cursor: pointer;
	opacity:1;
}
.parts-com-images .text {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.parts-com-images .text .fa {
	font-size: 50px !important;	
}
.parts-com-list-item .parts-com-images {
	display: table-cell;
    vertical-align: top;
    width: 22%;
	float: left;
	position: relative;
}
.parts-com-list-item .parts-com-images img {
	border-style: solid;
    border-width: 0px;
    border-color: #e1e1e1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0;
    margin: 0;
}
.parts-com-grid-item {
	overflow: hidden;
    padding: 6px;
}
.parts-com-grid-item .parts-com-images {
	display: table-cell;
    vertical-align: top;
    width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.parts-com-grid-item .parts-com-images img {
	border-style: solid;
    border-width: 0px;
    border-color: #e1e1e1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0;
    margin: 0;
}
.parts-com-images > a {
	position: relative;
    display: block;
}
.parts-com-info {
	padding: 1.3% 2%;
    display: table-cell;
    vertical-align: top;
    width: 78% !important;
	float: right;
}
.parts-com-info .parts-com-title {
	margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
	line-height: 0.1 !important;
}
.parts-com-info .parts-com-title::before {
    margin: 0px;
    width: 0px;
    content: "";
    background: transparent;
}
.parts-com-info .parts-com-title a {
	text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #00a4e3;
	line-height: 1.3;
	opacity: 0.7;
}
.parts-com-info .parts-com-desc {
	text-align: left;
    font-size: 15px;
    color: #333333;
	margin-bottom: 15px
}
.parts-com-info .parts-com-meta {
	line-height: 1.5;
	font-size: 12px;
	float: left;
	width: 95%;
}
.parts-com-info .parts-com-meta a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	opacity: 0.45;
}
.parts-com-info a:hover {
	opacity: 1;
}
.parts-item-info {
	float: left;
	width: 100%;
}
.parts-item-info span {
	display: block;
}
.parts-item-info .title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1 !important;
	letter-spacing: 0.2px !important;
}
.parts-item-info .code {
	font-size: 13px;
	line-height: 1 !important;
}
a.parts-com-product-link {
	color: #404041 !important;
}

/* ETIM FILTERS */
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px;
    /*padding: 6px 12px;*/
	padding: 0 5px;
    font: 11px system-ui;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    color: #4e4e4e;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}
.input-group-addon {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #00a4e3;
    border: 1px solid #ccc;
    border-radius: 4px;
	cursor: pointer;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/* KOLLOMEN AND GENERAL*/
.font18 {
	font-size: 18px !important;
}
.font16 {
	font-size: 16px !important;
}
.font15 {
	font-size: 15px !important;
}
.font14 {
	font-size: 14px !important;
}
.font13 {
	font-size: 13px !important;
}
.font12 {
	font-size: 12px !important;
}
.color-black {
	color: #404041;
}
.color-gray {
	color: #aba095;
}
.color-blue {
	color: #00a4e3;
}
.parts-com-row {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bold {
	font-weight: 600;
}
.display-none {
	display: none;
}
.border-dashed {
	border: 1px dashed #ccc !important;
}
.border-solid {
	border: 1px solid #ccc !important;
}
.border-bottom {
	border-bottom: 0px solid #e1e1e1;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
    float: left;
}
.center {
	text-align: center;
}
.lastcol {
	padding-right: 0 !important;
}
.padding1 {
	padding: 1%;
}
.padding1-5 {
	padding: 1.5%;
}
.padding-right5 {
	padding-right: 5% !important;
}
.padding-bottom0 {
	padding-bottom: 0!important;
}
.padding-bottom1 {
	padding-bottom: 1%;
}
.padding-bottom2 {
	padding-bottom: 2%;
}
.margin-bottom5 {
	margin-bottom: 5%;
}
.margin-bottom4 {
	margin-bottom: 4%;
}
.margin-bottom3 {
	margin-bottom: 3%;
}
.margin-bottom2 {
	margin-bottom: 2%;
}
.margin-bottom1 {
	margin-bottom: 1%;
}
.margin-bottom0 {
	margin-bottom: 0 !important;
}
[class*="parts-col-"] {
    float: left;
    padding: 0 1% 0 0;
}
.parts-col-1 {width: 8.33%;}
.parts-col-2 {width: 16.66%;}
.parts-col-3 {width: 25%;}
.parts-col-4 {width: 33.33%;}
.parts-col-5 {width: 41.66%;}
.parts-col-6 {width: 50%;}
.parts-col-7 {width: 58.33%;}
.parts-col-8 {width: 66.66%;}
.parts-col-9 {width: 75%;}
.parts-col-10 {width: 83.33%;}
.parts-col-11 {width: 91.66%;}
.parts-col-12 {width: 100%;}

.parts-colsize-6 {
	width: 15.0%; 
	margin-right: 2%;
	float: left;
}
.parts-colsize-6:nth-child(6n) {
    margin-right: 0!important;
}
.parts-colsize-5 {
	width: 18.40%; 
	margin-right: 2%;
	float: left;
}
.parts-colsize-5:nth-child(5n) {
    margin-right: 0!important;
}
.parts-colsize-4 {
	width: 23.50%; 
	margin-right: 2%;
	float: left;
}
.parts-colsize-4:nth-child(4n) {
    margin-right: 0!important;
}
.parts-colsize-3 {
	width: 32.00%; 
	margin-right: 2%;
	float: left;
}
.parts-colsize-3:nth-child(3n) {
    margin-right: 0!important;
}
.parts-colsize-2 {
	width: 49%; 
	margin-right: 2%;
	float: left;
}
.parts-colsize-2:nth-child(2n) {
    margin-right: 0!important;
}
.parts-colsize-1 {
	width: 100%; 
	margin-right: 0;
	float: left;
}
@media all and (max-width: 980px) {
	
}

/* Responsive Styles 782px */
@media screen and (max-width: 767px) {
	#parts_searchBlock {
		position: relative;
		padding: 0 !important;
		margin-bottom: 20px !important;
		border-bottom: 0px solid rgba(0, 0, 0, 0.2);
	}
	.parts-com-page-title {
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 0.95;
	}
	.parts-com-title a {
		font-size: 16px !important;
	}
	[class*="parts-col-"] {
		width: 100%;
	}
	#main-content .container {
		padding-top: 90px !important;
	}
	.container {
		width: 96% !important;
	}
	.parts-colsize-2 {
		width: 100%;
		margin-right: 0 !important;
	}
	.barcode img {
		width: 100px;
	}
	#breadcrumb {
		display: none !important;
	}
	.result-count {
		font-size: 12px;
	}
	.parts-com-desc {
		font-size: 12px !important;
	}
	.parts-com-meta {
		display: none !important;
	}
	.parts-com-row h3 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.uploads p {
		font-size: 14px !important;
	}
	#documents_upload span {
		font-size: 14px !important;
		padding: 2px 0 !important;
	}
	#documents_upload input {
		font-size: 14px !important;
	}
	.gk-social-buttons {
		display: block;
		margin-bottom: 20px !important;
	}
	.summary .font16 {
		font-size: 14px !important;
	}
	.parts-colsize-6 {
		width: 32.667%;
		margin-bottom: 1%;
	}
	.parts-colsize-6:nth-child(4n) {
		margin-right: 0!important;
	}
	.parts-colsize-6 span.code {
		display: none !important;
	}
	.parts-item-info .title {
		font-size: 14px !important;
	}
	#sidebar h3 {
		font-size: 18px !important;
		font-weight: 600;
	}
	
	#sidebar h4 {
		font-size: 14px !important;
	}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}