.pdp-breadcrumbs-section {
	background: transparent;
	padding: 40px 0 26px 0;
}
.pdp-breadcrumbs-section .breadcrumbs {
	padding-bottom: 0;
}
.product-info-inner {
	display: flex;
	background: #fff;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0 0 5px 0;
}
.product-info-main {
	width: 41.5%;
	padding: 10px 55px;
}
.product-info-main .product-sku {
	color: #434343;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
	width: 100%;
}
.product-info-main h1 {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 43.2px;
	text-transform: uppercase;
	margin: 0 0 55px 0;
	width: 100%;
}
.product-features {
	width: 100%;
	margin: 0 0 55px 0;
}
.product-features ul {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.product-features li {
	width: 33.33%;
	margin: 0 0 15px 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	word-wrap: anywhere;
}
.product-features li:last-child {
	/*width: 100%;*/
	margin-bottom: 0;
}
.product-features li img {
	margin-right: 7px;
}
.product-info-buttons .financenow-btn {
	margin-right: 24px;
}
.product-info .product-stock-status {
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
}
.product-info .product-stock-status .available {
	color: #0FAC57;
}
.product-info .product-stock-status .outofstock {
	color: #ED3237;
}
.product-info-main .price-box {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 14px;
}
.product-info-main .price-box .price {
	color: #201E1E;
	font-size: 36px;
	font-weight: 700;
	line-height: 63.504px;
	margin-right: 12px;
}
.product-info-main .price-box .price-caption {
	color: #201E1E;
	font-size: 20px;
	font-weight: 400;
	line-height: 35.28px;
}
.product-media {
	width: 58.5%;
	padding: 0;
	position: relative;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}
.singlepostvehicle-fimg-wrap img{
	width: 100%;
}
#sync1 img, #main-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#sync1 img,#main-slider img{
	max-height: 638px;
}
#sync2 img{
	max-height: 167px;
}
#main-slider{
	margin-bottom: 20px;
}
#thumb-slider{
	max-height: 114px;
}
.red-divdeir {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #ED3237;
	height: 190px;
	margin-top: -95px;
	z-index: -1;
	position: relative;
}
.similar-listing {
	padding-top: 0;
}
.inquiry-form {
	background: #fff;
	padding: 40px;
}
.inquiry-form form .form-field textarea {
	height: 128px;
}
.inquiry-form h2 {
	margin: 0;
}
.inquiry-form h2::after {
	content: "";
	background: #ED3237;
	width: 40px;
	height: 2px;
	display: block;
	text-align: left;
	clear: both;
	margin: 40px 0;
	display: block;
}
.description {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35.28px;
	padding-right: 10%;
}
.quote-buttons {
	margin-top: 40px;
	display: flex;
}
.quote-buttons .quotebtn{
	margin-right: 20px;
}
.quote-buttons .quotebtn:last-child {
	margin-right: 0;
}
.product-media .item-more {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	align-content: center;
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
	color: #FFF;
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
#pdp-media-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.97);
}
#pdp-media-popup .modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
#pdp-media-popup .modal-dialog .modal-content {
	background: #000;
	border: 0;
	border-radius: 0;
}
/*#pdp-media-popup .modal-dialog .modal-content .product-info-inner {
	background: none;
}*/
#pdp-media-popup .modal-dialog .modal-content .modal-header {
	border: 0;
	padding: 0;
	margin: 20px 20px 60px 20px;
}
#pdp-media-popup .modal-dialog .modal-content .modal-body {
	padding: 20px 0 80px 0;
}
#pdp-media-popup .modal-dialog .modal-content .modal-body .btn-close {
	border: none;
	box-shadow: none;
	background: url(../images/close-btn-white.svg) no-repeat;
	color: #fff;
	opacity: 1;
	width: 30px;
	height: 30px;
	padding: 0;
	float: right;
	margin-bottom: 59px;
	margin-right: 20px;
}
#pdp-media-popup .modal-dialog .modal-content .modal-body .product-info-inner {
	clear: both;
	border-radius: 0;
	align-items: flex-start;
	background: transparent;
}
#pdp-media-popup .modal-dialog .modal-content .modal-body .product-media {
	border-radius: 0;
}
#pdp-media-popup .modal-dialog .modal-content .modal-body .product-info-main {
	padding: 0 0 0 70px;
}
#pdp-media-popup .modal-dialog .modal-content .product-info-main .product-sku {
	color: rgba(255, 255, 255, 0.60);
}
#pdp-media-popup .modal-dialog .modal-content .product-info-main h1 {
	color: #fff;
	margin: 0 0 34px 0;
}
#pdp-media-popup .modal-dialog .modal-content .product-info-main .price-box .price {
	color: #fefefe;
}
#pdp-media-popup .modal-dialog .modal-content .product-info-main .price-box .price-caption {
	color: #fff;
}
#pdp-media-popup .modal-dialog .modal-content .product-info-main .price-box {
	margin-bottom: 27px;
}
#thumb-slider.owl-carousel .owl-item.current .item {
	border: 4px solid #fff;
}
#main-slider.owl-theme .owl-next, #main-slider.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
}
#main-slider.owl-theme .owl-prev {
	left: 10px;
}
#main-slider.owl-theme .owl-next {
	right: 10px;
}
#main-slider.owl-theme .owl-nav button {
 	color: transparent;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	background: url(../images/pdp-slider-arrow.svg) no-repeat center center;
	background-color: #fff;
}
#main-slider.owl-theme .owl-nav button.owl-prev {
	rotate: 180deg;
}
#main-slider.owl-theme .owl-nav button svg {
	display: none;
}
/* responsive */
@media only screen and (max-width: 1299px) {
	.similar-listing .product-listing-items {
		width: 50%;
	}
	.quote-buttons .quotebtn{
		padding: 20px 10px;
	}
	.product-media .item-more {
		font-size: 12px;
	}
	.product-info-main {
		padding: 10px 15px;
	}
	.product-features li {
		width: 50%;
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.product-info-main .product-sku {
		font-size: 12px;
		line-height: 14.4px;
	}
	.product-info-main h1 {
		font-size: 28px;
		line-height: 33.6px;
		margin-bottom: 40px;
	}
	.product-features {
		margin: 0 0 40px 0;
	}
	.product-info .product-stock-status {
		font-size: 14px;
	}
	.product-info-main .price-box {
		margin-bottom: 20px;
	}
	.product-info-main .price-box .price {
		font-size: 32px;
		line-height: 56.448px;
	}
	.product-info-main .price-box .price-caption {
		font-size: 16px;
		line-height: 28.224px;
	}
	.product-info-buttons .financenow-btn {
		margin-right: 12px;
	}	
	.product-info-buttons .davey-btn, .product-info-buttons .davey-btn-reverse {
		padding: 10px 20px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 991px) {
	#sync1 img, #main-slider img{
		max-height: 280px;
	}
	#sync2 img,#thumb-slider img{
		max-height: 100px;
	}
	.pdp-breadcrumbs-section {
		background: transparent;
		padding: 32px 0 20px 0;
	}
	.red-divdeir {
		display: none;
	}
	.inquiry-form {
		margin-top: 40px;
		padding: 40px 15px;
	}
	.inquiry-form h2 {
		margin-bottom: 40px;
	}
	.inquiry-form h2:after {
		display: none;
	}
	.description {
		font-size: 16px;
		line-height: 28.224px;
		padding-right: 12px;
	}
	/*.quote-buttons {*/
	/*	justify-content: space-between;*/
	/*}*/
	.quote-buttons .quotebtn {
		/*width: 49%;*/
		margin-right: 10px;
		padding: 10px;
	}
	.product-info-inner {
		background: transparent;
	}
	.product-media {
		width: 100%;
		order: 1;
	}		
	.product-info-main {
		width: auto;
		padding: 40px 15px;
		order: 2;
		background: #fff;
		margin: 52px -12px 0 -12px;
		display: flex;
		flex-wrap: wrap;
		border-radius: 0;
	}
	#pdp-media-popup .modal-dialog .modal-content .modal-body {
		padding: 10px 5px;
	}
	#pdp-media-popup .modal-dialog .modal-content .modal-body .product-info-main {
		padding: 0;
		margin: 25px 0 30px 0;
		background: transparent;
	}
	#pdp-media-popup .modal-dialog .modal-content .modal-body .product-media #thumb-slider {
		margin-top: 8px;
	}
	#pdp-media-popup .modal-dialog .modal-content .modal-body .btn-close {
		margin-bottom: 22px;
		margin-right: 10px;
	}
	#pdp-media-popup .modal-dialog .modal-content .product-info-main h1 {
		margin: 0 0 24px 0;
	}
	#pdp-media-popup .modal-dialog .modal-content .product-info-main .price-box {
		margin-bottom: 27px;
	}
}
@media only screen and (max-width: 768px) {
	#sync1 img, #main-slider img{
		max-height: 220px;
	}
	#sync2 img,#thumb-slider img{
		max-height: 80px;
	}
	.similar-listing .product-listing-items {
		width: 100%;
	}
	#main-slider.owl-theme .owl-nav button {
		width: 24px;
		height: 24px;
		background-size: 16px;
	}
}