* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
}
H1 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
H2 {
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
INPUT,
TEXTAREA {
	border: 1px solid black;
	padding: 5px;
}
INPUT[type='submit'] {
	border: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: lightgrey;
}
INPUT[type='submit']:hover {
	background-color: #ea641d;
}

/*---HEADER---*/
HEADER {
	display: flex;
	justify-content: space-between;
	background-color: black;
}
@media screen and (max-width: 800px) {
	HEADER {
		display: block;
		justify-content: center;
	}
}
DIV.header-logo {
	display; block;
}
DIV.header-logo A IMG {
	width: 150px;
	margin-left: 40px;
}
@media screen and (max-width: 1280px) {
	DIV.header-logo A IMG {
		width: 50px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 800px) {
	DIV.header-logo A IMG {
		width: 50px;
		margin: 0 auto;
	}
}
DIV.header-contacts {
	padding-top: 5px;
}
DIV.header-contact-phone,
DIV.header-contact-address,
DIV.header-contact-email {
	display: inline-block;
	vertical-align: middle;	
}
DIV.header-contact-phone,
DIV.header-contact-email {
	width: 220px;
}
DIV.header-contact-address {
	width: 360px;
}
@media screen and (max-width: 1280px) {
	DIV.header-contact-phone,
	DIV.header-contact-address,
	DIV.header-contact-email {
		display: block;
		width: 360px;
		margin: 0 auto;
	}
}
DIV.header-contact-image {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
DIV.header-contact-image IMG {
	width: 30px;
	height: 30px;
	padding: 5px;
}
DIV.header-contact-link {
	padding-left: 10px;
	max-width: 310px;
	display: inline-block;
	vertical-align: middle;
}
DIV.header-contact-link A {
	font-size: .8em;
	color: white;
	text-decoration: none;
}
DIV.header-title {
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	text-align: center;
	padding: 10px;
}
DIV.header-link {
	display: block;
	text-align: center;
	padding-bottom: 5px;
}

DIV.header-link A {
	color: white;
}
DIV.header-cart {
	width: 200px;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	DIV.header-cart {
		margin: 0 auto;
	}
}
DIV.header-cart-button {
	width: 150px;
	margin: 25px auto;
	border: 1px solid grey;
	background-color: #ea641d;
	padding: 5px;
}
DIV.header-cart-button A {
	font-size: 1.25em;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
DIV.header-cart-info {
	color: white;
	font-size: .8em;
	padding-bottom: 10px;
}

/*---FOOTER---*/
FOOTER {
	background-color: black;
	color: white;
	padding: 10px;
	text-align: center;
}
DIV.footer-delivery {
	text-align: left;
}
DIV.footer-delivery A {
	color: white;
}
DIV.footer-policy {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
DIV.footer-policy DIV A{
	color: white;
}
DIV.footer-info {
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 15px;
}
DIV.footer-copyright {
	padding-bottom: 40px;
}

DIV.menu-wrapper {
	max-width: 1280px;
	margin: 10px auto;
}
DIV.epc-bread-crumbs {
}
DIV.epc-bread-crumbs A {
	font-size: .8em;
	color: black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

/*---menu---*/
DIV.nav-list {
	width: 360px;
	padding: 5px;
	margin: 25px auto;
}
DIV.nav-list UL {
	padding-top: 25px;
}
DIV.nav-list UL LI {
	padding: 3px;
}
DIV.nav-list UL LI A {
	color: black;
}
DIV.nav-list UL LI A:hover {
	color: red;
}
DIV.nav-title {
	font-weight: bold;
}
DIV.moto-blocks {
	max-width: 90%;
	margin: 10px auto;
	text-align: center;
}
DIV.moto-blocks DIV {
	max-width: 340px;
	display: inline-block;
	border: 1px solid black;
	border-radius: 5px;
	padding: 4px;
	margin: 2px;
	background-color: white;
}
DIV.moto-blocks DIV:hover {
	background-color: lightgrey;
}
DIV.moto-blocks DIV A {
	font-size: .9em;
	color: black;
	text-decoration: none;
}
DIV.moto-model-conteiner {
	max-width: 1280px;
	margin: 10px auto;
	text-align: center;
}
DIV.moto-model-image {
	margin: 10px auto;
	text-align: center;
}
DIV.moto-model-image IMG {
	max-width: 90%;
}
DIV.moto-model-scheme {
	max-width: 600px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
DIV.moto-model-scheme IMG {
		width: 100%;
}
@media screen and (max-width: 600px) {
	DIV.moto-model-scheme IMG {
		width: 340px;
	}
}
DIV.moto-model-table-desctop {
	max-width: 600px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
@media screen and (max-width: 801px) {
	DIV.moto-model-table-desctop {
		display: none;
	}
}
DIV.moto-model-table-mobile {
	max-width: 360px;
	margin: 10px auto;
}
@media screen and (min-width: 800px) {
	DIV.moto-model-table-mobile {
		display: none;
	}
}
TABLE.partsTableDesctop {
	border-collapse: collapse;
	font-size: .8em;
}
TABLE.partsTableDesctop TR:nth-child(even) {
	background-color: #e3e3e4;
}
TABLE.partsTableDesctop TR:nth-child(odd) {
	background-color: #eceded;
}
TABLE.partsTableDesctop TR:nth-child(1) {
	background-color: darkgrey;
	color: white;
	text-align: center;
	font-weight: bold;
}
#partsTableString:hover {
	background-color: lightgrey;
}
TABLE.partsTableDesctop TR TD {
	border: 1px solid black;
	padding: 3px;
}
TABLE.partsTableMobile {
	border-collapse: collapse;
	font-size: .8em;
}
TABLE.partsTableMobile TR TD {
	border: 1px solid black;
	padding: 3px;
}
A.refNumLink {
	color: black;
	text-decoration: none;
}
A.refNumLink:hover {
	color: red;
	text-decoration: underline;
}
DIV.search-form {
	width: 340px;
	margin: 10px auto;
}

/*---search---*/
DIV.epc-part-name {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
}
DIV.epc-price {
	color: darkgreen;
	font-weight: bold;
	width: 360px;
	margin: 10px auto;
}
DIV.epc-links-list {
	padding: 10px;
}
DIV.epc-links-list DIV {
	padding: 10px;
}
DIV.epc-message {
	text-align: center;
	color: red;
	padding-top: 10px;
	padding-bottom: 25px;
}
DIV.contact-form {
	max-width: 650px;
	margin: 5px auto;
}
DIV.form-input {
	padding-top: 5px;
	padding-bottom: 5px;	
}
DIV.form-input DIV {
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
DIV.form-input DIV:nth-child(1) {
	font-weight: bold;
	text-align: right;
}
DIV.form-input DIV:nth-child(2) {
	text-align: left;
}
@media screen and (max-width: 620px) {
	DIV.form-input DIV {
		display: block;
		margin: 0 auto;
	}
	DIV.form-input DIV:nth-child(1) {
		text-align: center;
	}
	DIV.form-input DIV:nth-child(2) {
		text-align: center;
	}
}

/*---txt---*/
.small {
	font-size: .8em;
}
.red {
	color: red;
}
.center {
	text-align: center;
}
.ktm-color {
	color: #ea641d
}
.error {
	color: red;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
}

/*---cart---*/
DIV.cart-message {
	width: 300px;
	margin: 10px auto;
	text-align: center;
	border: 2px solid #ea641d;
	padding: 5px;
}
TABLE.cart-table {
	border-collapse: collapse;
	width: 350px;
	margin: 10px auto;
}
TABLE.cart-table TR:nth-child(1) {
	background-color: darkgrey;
	color: white;
	text-align: center;
	font-weight: bold;
}
TABLE.cart-table TR TD {
	border: 1px solid black;
	padding: 3px;
	font-size: .8em;
}
DIV.cart-buttons {
	width: 360px;
	margin: 10px auto;
	font-size: .8em;
	text-align: center;
}