body {
    font-family: sans-serif;
    text-align: center;
    background-size: 500% 500%;
    background-image: repeating-linear-gradient(90deg, #F8F8FF, #EBEBFF, #F8F8FF);
    animation: bgMoves 15s linear infinite;
	height: auto;
	min-width: 360px;
	padding: 0;
	margin: 0;
	padding-bottom: 40px;
}


@keyframes bgMoves {
    0% { background-position: 0% 0%; }
    100% { background-position: 500% 0%; }
}

.center_logo {
	height: 150px;
    margin-top: 10px;
    margin-bottom: 36px;
    background-image: url(cparts.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    line-height: 300px;
    color: #494949;
    font-style: italic;
	font-size: 14px;
}



a {
  display: block;
  text-decoration: none;
  color: white;
}

.categories {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 50px;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	background-color: black;
	padding-top: 6px;
	padding-bottom: 6px;
}

.categories span {
	color: #ffffff;
    font-size: 16px;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #242424;
    width: 120px;
    overflow: hidden;
    transition: 0.2s;
	flex-shrink: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 18px;
}

.categories span:hover {
	background-color: gray !important;
}

.sel_hide {
	width: 0px !important;
	padding: 5px 0px !important;
	margin: 0 !important;
}
.sel_cat {
	font-weight: 600;
	background-color: #444444 !important;
}

.search_pr {
	background-color: white;
	background-image: url(search.png);
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border-radius: 12px;
	filter: invert(1);
	cursor: pointer;
	transition: 0.2s
}
.search_pr:hover {
	filter: invert(0);
}

.search_box {
	height: 22px;
    width: 0px;
    border-radius: 4px;
    border: none;
    padding: 3px 0px;
    transition: 0.2s;
	#margin-left: 0px;
}
.show_search {
	width: 300px !important;
	padding: 3px 8px !important;
	margin-left: 10px;
}

.result_box {
	position: absolute;
    top: 100%;
	left: 50%;
	transform: translateX(-50%);
    min-width: 300px;
    z-index: 2;
	width: max-content;
}

.search_result {
	display: block;
    width: 100% !important;
    height: 34px !important;
    margin: 0 !important;
	border-radius: 0 !important;
    border-bottom: black 2px solid;
}

.search_result:hover {
	background-color: gray !important;
}

.product2 {
	position: relative;
    width: 80%;
    background-color: #ede1f9;
    border-radius: 10px;
    margin: auto;
    padding: 5px 10px;
    color: black;
	margin-top: 20px;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
	box-shadow: #00000029 0px 0px 5px;
}

.product_img2 {
	background-image: url(cwvparts.png);
    background-size: contain;
    width: 170px;
    height: 170px;
	flex-shrink: 0;
	box-shadow: #00000029 0px 0px 5px;
	border-radius: 6px;
}

.product_info {
	width: 100%;
}
.product_data {
	width: 100%;
	height: 115px;
	padding-top: 5px;
}
.product_tags {
	width: 100%;
	min-height: 50px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-start;
}

.product_data span {
	display: flex;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 5px;
}

.product_tags span {
	display: block;
	margin-bottom: 5px;
	box-shadow: #00000029 0px 0px 5px;
}

.pr_title {
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	text-shadow: #00000029 0px 1px 5px;
}
.pr_oem {
	width: unset !important;
	font-size: 20px;
	color: black;
}

.pr_stock {
	width: unset !important;
	border-radius: 4px;
	color: black;
	background-color: #ffffff;
	padding: 0px 10px;
    padding-left: 32px;
    background-image: url(product.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
	box-shadow: #00000029 0px 0px 5px;
}

.ce {
	color: #32ab31;
}

.cs {
	color: #25cb24;
}

.cv {
	color: #7a5fe1;
}

.cp {
	color: #e15fca;
}

.oos {
	color: red;
}

.pr_info {
	font-size: 14px;
	font-style: italic;
}

.pr_view {
    color: #2b2b2b;
    padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
	border-radius: 4px;
	background-color: #d9d4ff;
    background-image: url(product.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
    text-decoration: underline;
    text-decoration-color: #1e1649;
    cursor: pointer;
	transition: 0.2s;
}

.pr_view:hover {
	background-color: white !important;
}

.pr_line {
	border-radius: 4px;
	color: black;
	background-color: white;
	padding: 5px 10px;
	margin-left: 5px;
}

.pr_price {
	border-radius: 4px;
	color: black;
	background-color: #00d73f6e;
	padding: 5px 10px;
	margin-left: 5px;
	padding-left: 32px;
    background-image: url(price-tag.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_manuf {
	border-radius: 4px;
	color: black;
	padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
    background-image: url(box.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_teeth {
	border-radius: 4px;
	color: black;
	padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
    background-image: url(settings.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_gearbox {
    border-radius: 4px;
    color: black;
    padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
    background-image: url(gearbox.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_amp {
	border-radius: 4px;
	color: black;
	padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
    background-image: url(energy.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_montaj {
	border-radius: 4px;
	color: black;
	padding: 5px 10px;
    margin-left: 5px;
    padding-left: 32px;
    background-image: url(wrench_2.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
}

.pr_wa {
	background-image: url(whatsapp.png);
	background-size: 28px;
    background-repeat: no-repeat;
	background-position-y: center;
    width: 28px;
    margin-left: 5px;
	cursor: pointer;
	border-radius: 4px;
}


.view_product {
	position: relative;
    width: 80%;
	min-height: 180px;
    background-color: #ede1f9;
    border-radius: 10px;
    margin: auto;
    padding: 5px 10px;
    color: black;
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
	box-shadow: #00000029 0px 0px 5px;
}


.view_images {
	width: 95%;
	height: 190px;
	margin: auto;
	display: flex;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scrollbar-width: none;
	justify-content: space-evenly;
}

.view_img {
	background-image: url(cwvparts.png);
    background-size: contain;
    width: 180px;
    height: 180px;
	flex-shrink: 0;
	box-shadow: #00000029 0px 0px 5px;
	border-radius: 6px;
	margin-left: 24px;
	transition: 0.2s;
}

.view_img_shadow {
	pointer-events: none;
    position: absolute;
    right: 2.5%;
    width: 180px;
    height: 190px;
    background-image: linear-gradient(270deg, #ede1f9, transparent);
}

.view_data {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
	padding: 12px 6px;
	width: 50%;
	min-width: 250px;
	border-radius: 6px;
	background: #F8F8FF;
	box-shadow: #00000029 0px 0px 5px;
	margin-top: 8px;
	margin-left: 8px;
    margin-right: 8px;
}
.view_oems {
	padding: 12px 6px;
	width: 30%;
	min-width: 250px;
	border-radius: 6px;
	background: #F8F8FF;
	box-shadow: #00000029 0px 0px 5px;
	margin-top: 8px;
	margin-left: 8px;
    margin-right: 8px;
}
.view_oems span {
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 4px;
}
.view_oems h4 {
	padding-left: 24px;
    display: block;
    margin: auto;
    width: 80%;
    text-align: left;
    font-weight: 600;
    color: #494949;
    background-image: url(rotate1.png);
    background-size: 18px;
    background-repeat: no-repeat;
}

.view_title {
	font-size: 18px;
	font-weight: 600;
	#cursor: pointer;
	text-shadow: #00000029 0px 1px 5px;
}
.view_title2 {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 200;
	#cursor: pointer;
	text-shadow: #00000029 0px 1px 5px;
	color: #494949;
}

.view_price {
	margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
	color: green;
}

.view_stock1 {
	background-image: url('/box.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: center;
    padding-left: 19px;
	
	color: green;
	font-size: 14px;
	margin-top: 10px;
	cursor: alias;
}
.view_stock2 {
	background-image: url('/box.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: center;
    padding-left: 19px;
	
	color: orange;
	font-size: 14px;
	margin-top: 10px;
	cursor: alias;
}
.view_stockinfo {
	background-image: url('/information.png');
	background-repeat: no-repeat;
	background-size: 12px;
    padding-left: 15px;
	height: 16px;
	margin-left: 3px;
}

.stock-tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  width: fit-content;
  z-index: 10;
}
.show {
	display: block;
}

.view_info1 {
	margin-top:4px;
	font-size: 15px;
	font-style: italic;
	color: #313131;
	background-image: url('/information.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: center;
    padding-left: 19px;
}

.view_info2 {
	margin-top:4px;
	font-size: 15px;
	color: #595959;
	background-image: url('/wrench.png');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: center;
    padding-left: 19px;
}
.view_info2text {
	font-size: 16px;
	#font-weight: 600;
	color: black;
}

.view_stockdata {
	display: flex;
	width: 95%;
	min-height: 48px;
	border-radius: 6px;
	background: #F8F8FF;
	margin-top: 8px;
}

.view_wp {
	height: 39px;
	width: 184px;
	background-image: url(/whatsapp_big.png);
	background-repeat: no-repeat;
	background-size: cover;
    margin-top: 12px;
	cursor: pointer;
	box-shadow: 0px 0px 5px #00000050;
    border-radius: 8px;
	opacity: 0.7;
}
.view_wp:hover {
	opacity: 1;
}
.view_pa {
	height: 39px;
	width: 184px;
	background-image: url(/pieseauto.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    margin-top: 12px;
	cursor: pointer;
	box-shadow: 0px 0px 5px #00000050;
    border-radius: 8px;
	opacity: 0.7;
}
.view_pa:hover {
	opacity:1;
}

.view_cars {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 86%;
	margin-top: 24px;
}
.view_cars h4 {
	width: 100%;
    margin: 0;
    color: #494949;
    padding-left: 28px;
    background: url(car.png) 0px center no-repeat;
    background-size: 24px;
    text-align: left;
	margin-bottom: 10px;
	}
.view_cars span {
	font-size: 15px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
	background-color: #f8f8ff;
    margin: 4px 4px;
    border-radius: 8px;
	flex-shrink: 0;
}
.view_cars div {
	width: 100%;
    background-color: #f8f8ff;
    border-radius: 4px;
    padding: 4px 8px;
    margin-top: 6px;
	text-align: left;
	color: #404040;
}
.view_cars_tabel {
	color: #757575;
	font-style: italic;
	background-color: #f6f6f7 !important;
}

.big_img {
	top: -100%;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/cparts.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	transition: 0.2s;
}

.footer {
	display: flex;
    background: black;
    width: 350px;
    color: white;
    height: 16px;
    padding: 6px 8px;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 4px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
	.product_img2 {
		width: 80px;
		height: 80px;
	}
	
	.product2 {
		align-items: flex-start;
	}
	
	.product_data {
		min-height: 40px;
		max-height: 120px;
		height: auto;
	}
	
	.view_cars span {
		font-size: 10px;
	}
	
	.result_box {
		max-width: 300px;
	}
	
}


