@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.container {
	width: 1300px;
	margin: 0 auto
}
.header-main-wrp {
	padding: 10px 0;
	border-top: 5px solid #000
}
.logo-ebay {
	width: 350px;
	float: left;
}
img {
	width: 100%;
}
.clearfix {
	clear: both;
}
.header-timing {
	text-align: right;
	font-size: 22px;
	position: relative;
	top: 5px;
}
.clock-text img {
	width: 40px;
	position: relative;
	top: 12px;
	margin-right: 5px;
}
.clock-text span {
	color: #0072bc
}
.advantages-wrp {
	background: #0072BC;
	padding: 12px 0 8px 0;
}
.advantages-wrp ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.advantages-wrp ul li {
	display: inline-block;
	padding: 0 68px;
	border-right: 1px solid #747474;
}
.advantages-wrp ul li:nth-child(1) {
	padding-left: 0 !important;
}
.advantages-wrp ul li:nth-child(4) {
	padding-right: 0 !important;
	border: none !important;
}
.advantages-wrp ul li .advantage-text-wrap {
	display: flex;
	gap: 5px;
	align-items: center;
}
.advantage-text-wrap .advantage-text {
	font-size: 16px;
	color: #fff;
	margin-top: -2px;
	text-align: left;
}
.product-section-wraper {
	padding: 50px 0;
}
.product-section-wraper .product-image-wrap {
	width: 50%;
	float: left;
}
.product-section-wraper .product-image-wrap img {
	border-radius: 30px;
}
.product-detail-text {
	width: 50%;
	float: left;
}
.product-detail-text h2 {
	font-size: 35px;
	color: #000;
	margin-bottom: 15px;
}
.product-detail-inner-text {
	padding-left: 25px;
}
.vehicle-info-product-wrap {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.vehicle-info-product-wrap h5 {
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 16px 20px;
}
.vehicle-info-product-wrap ul {
	list-style: none;
	padding: 20px;
}
.vehicle-info-product-wrap ul li {
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px
}
.vehicle-info-product-wrap ul li span {
	color: #fff;
	background: #0072BC;
	padding: 12px 15px;
	display: inline-block;
	width: 70px;
	margin-right: 5px;
}
.note-product {
	font-size: 16px;
	color: #BA2025;
	padding: 0 20px 20px 20px;
	margin-top: -10px;
	font-style: italic;
}
.note-product strong {
	display: block;
	margin-bottom: 5px;
}
.product-description {
	padding-top: 30px;
}
.product-description span {
    background: #e3f0f8;
    padding: 12px 15px;
    border-radius: 6px;
    color: #0072BC;
    font-size: 16px;
    text-transform: uppercase;
}
.product-description p {
	font-size: 16px;
	padding-top: 35px;
	line-height: 24px
}



/* CSS media */

@media screen and (max-width:1169px) {
.container {
	width: 100%;
}
.header-main-wrp {
	padding: 10px 25px;
}
.advantages-wrp ul li {
	border: none !important;
	padding: 0 25px;
}
.product-section-wraper {
	padding: 50px
}
}
 @media screen and (max-width:990px) {
.advantages-wrp {
	display: none;
}
.logo-ebay {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 10px
}
.logo-ebay img {
	width: 450px;
}
.header-main-wrp {
	padding: 15px 0 0 0;
}
.header-timing {
	background: #0072bc;
	position: static;
	text-align: center;
	color: #fff;
	padding-bottom: 18px
}
.clock-text span {
	color: #fff;
}
.product-section-wraper .product-image-wrap img {
	border-radius: 10px;
}
.product-section-wraper .product-image-wrap {
	width: 100%;
	float: none;
}
.product-section-wraper {
	padding: 30px;
}
.product-detail-inner-text {
	padding-left: 0px;
	padding-top: 15px;
}
.product-detail-text {
	width: 100%;
	float: none;
}
}
@media screen and (max-width:485px) {
.logo-ebay img {
	width: 350px;
}
.header-timing{
	font-size:18px;
}
.vehicle-info-product-wrap ul li span{
	float:left;
}
}
