/*Custom Style*/

.breadcrumb li:first-child{
	display: none;
}
.breadcrumb li:nth-child(2)::before{
	display: none;
}
.info a{
	color: #FFF;
}
.productfull .manufacturer_code{
	font-size: 16px;
	color: #555;
	font-weight: bold;
}
.productfull .manufacturer_code span{
	font-weight: normal;
}

@media(max-width:768px){
	.breadcrumb {
		padding: 95px 0px 8px 0px;
	}
	.info{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding-bottom: 5px;
	}
	.info br{
		display: none;
	}
	.prod_full_img {
		margin-bottom: 15px;
	}	
	.extra_fields .dots {
		display: none;
	}
	.extra_fields_el {
		justify-content: flex-start;
	}
	.extra_fields_value {
		margin-left: 10px;
		white-space: normal;
	}
	.jshop_prod_description.new-prod ul{
		padding-left: 10px;
		font-size: 14px;
	}
}