#main {
    background: url(../../../uploads/2020/06/bg-2.jpg);
	background-size: cover;
    padding: 85px 0 70px 0 !important;
	background-position: left;
}
.single .content > .post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.entry-content {
    width: 55%;
	margin-bottom: 0 !important;
}
.product-name {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
	max-width: unset;
}
.sku {
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: -10px;
    display: block;
}
/* gallery */
.product-side {
    width: 45%;
    display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
	box-sizing: border-box;
	padding-left: 70px;
}
.rtl .product-side {
	padding-right: 70px;	
	padding-left: 0;	
}
.product-gallery .gallery-item {
	overflow: hidden;
}
.product-gallery .owl-stage-outer {
    direction: ltr;
	border: 1px solid #eaeaea;
}
.product-gallery .owl-item {
    background: #fff;
}
.product-side  .product-gallery .gallery-item img {
   display: block;
   transition: .75s;
   transition-timing-function: linear;
}
.product-side  .product-gallery .gallery-item:hover img {
    transform: scale(1.1);
}
.product-side .owl-thumbs {
    display: flex;
	flex-wrap: wrap;
}
.product-side .owl-thumbs .owl-thumb-item {
    width: calc(25% - 7.5px);
    margin-top: 10px !important;
    margin-right: 10px;
	border: 1px solid #eaeaea;
	background: #fff;
	cursor: pointer;
}
.rtl .product-side .owl-thumbs .owl-thumb-item {
    margin-right: 0;
    margin-left: 10px;
}
.product-side .owl-thumbs .owl-thumb-item.active {
    border-color: #8ebc3f;
    border-width: 2px;
}
.product-side .owl-thumbs .owl-thumb-item img {
    display: block;
    height: 107px;
    object-fit: contain;
    margin: auto;
}
.product-side .owl-thumbs .owl-thumb-item:last-child {
    margin: 0;
}

/* buttons */
.product-btns {
    width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-btns > a,
.product-btns > button {
    width: calc(50% - 5px);
	display: flex;
	text-decoration: none !important;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.product-btns > a button {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #010167;
}
.product-btns button {
    border: 2px solid #010167;
    font-weight: 700;	
	transition: .3s;
	font-size: 17px;
	background: #fff;
	height: 50px;
    padding: 10px;
}
.product-btns > button {
    background: #010167;
    color: #fff;
}
.product-btns > button:hover {
    background: #8ebc3f;
    border-color: #8ebc3f;	
}
.product-btns > a button:hover {
    border-color: #8ebc3f;	
	color: #8ebc3f;
}
.product-btns > a.extra-btn {
	margin-top: 10px;
}
.product-btns button i {
	margin-right: 10px;
}
.rtl .product-btns button i {
	margin-right: 0;
	margin-left: 10px;
}

/* share */
.blog-share {
    margin-top: 35px;
    width: 100%;
    display: flex;
    border-top: 1px solid #010167;
    padding-top: 35px;
}
.blog-share-title {
    font-size: 20px;
    font-weight: 500;
	margin-right: 10px;
}
.rtl .blog-share-title {
	margin-right: 0px;
	margin-left: 10px;
}
.a2a_kit.a2a_default_style {
    display: flex;
    align-items: center;
}
.a2a_default_style a {
    float: right;
}
.a2a_kit .a2a_svg {
    width: 20px !important;
	height: 20px !important;
}

/* related */
.related-products-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.related-title {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
	margin-bottom: 30px;
}
.related-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #8ebc3f;
    height: 3px;
    width: 120px;
    background: linear-gradient(to right, #8ebc3f, #010167);
    border-radius: 0px;
	text-transform: uppercase;
}
.rtl .related-title::after {
	left: auto;
    right: 0;
	background: linear-gradient(to left, #8ebc3f, #010167);
}
.related-products-car .owl-stage-outer {
    direction: ltr;
}
.related-products-wrapper .related-products-car .owl-item {
	background: #fff;	
}
.rtl .related-products-car .owl-item {
    float: right;
	direction: rtl;
}
.product-item {
    background: #fff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
}
.product-item-image  {
	width: 200px;
	margin-right: 25px;
	overflow: hidden;
}
.rtl .product-item-image  {
	margin-right: 0;
	margin-left: 25px;
}
.product-item-image img {
    width: 200px !important;
   transition: .75s;
    height: 200px !important;
    object-fit: cover;
}
.product-item-image:hover img {
	transform: scale(1.1);
}
.product-item-text {
    width: calc(100% - 225px);
    padding: 15px 15px 15px 0px;
    box-sizing: border-box;
}
.rtl .product-item-text {
    padding: 15px 0px 15px 15px;	
}
.product-item-text a {
	text-decoration: none !important;
}
.product-item-text h4 {
	margin: 0 0 5px;
	line-height: 1.2;
}
.product-item-text h4:hover {
	color: #010167;
}
.product-item-text p {
	margin: 0;
}
.related-products-wrapper  .owl-nav.disabled {
    display: block !important;
}
.owl-nav button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	left: -40px;
	font-size: 50px !important;
}
.owl-nav button.owl-next {
	right: -40px;
	left: auto;		
}
.rtl .owl-nav button {
	right: -40px;	
	left: auto;
}
.rtl .owl-nav button.owl-next {
	right: auto;
	left: -40px;		
}
@media only screen and (min-width: 780px) and (max-width: 1300px) {
	#content {
		padding: 0 20px;
	}
	.related-products-car {
		max-width: calc(100% - 60px);
		margin: auto;
	}	
}
@media only screen and (max-width: 780px) {
	#main {
		padding: 50px 0 70px 0 !important;
	}
	.product-side {
		width: 100%;
		padding: 0 !important;
		order: 1;
	}
	.product-side .owl-thumbs .owl-thumb-item img {
		height: calc((100vw - 40px) / 4 - 9.5px);
	}
	.product-name {
		font-size: 9vw;
		line-height: 1.1;
	}
	.product-btns > a, .product-btns > button {
		width: 100%;
	}
	.product-btns > button,
	.product-btns > a {
		margin-top: 10px;
	}
	.related-products-car .owl-stage {
		display: flex;
	}
	.entry-content {
		margin-top: 30px;
		width: 100%;
		order: 0;
	}
	.related-title {
		font-size: 30px;
		line-height: 1.2;
	}
	.related-products-wrapper {
		order: 2;
	}
	.related-products-car.owl-carousel{
		width: calc(100% - 60px) !important;
		margin: auto;
	}
	.product-item {
		border:none;
	}
	.product-item-image, .product-item-image img {
		width: 100% !important;
		margin: 0 !important;
		height: calc(100vw - 100px) !important;
	}
	.product-item-text {
		width: 100%;
		padding: 15px !important;
	}
	.blog-share {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
		position: absolute;
		top: calc(30vw + 90px);
		right: 20px;
		left: 20px;
	}
	.blog-share-title {
		display: none;
	}
	.a2a_default_style a {
		padding: 0 5px;
	}
	.a2a_kit .a2a_svg {
		width: 25px !important;
		height: 25px !important;
	}
}

