/* .pro-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #ecedee;
	width: 116px;
	height: 49px;
	color: #000000;
	font-size: 20px;
	margin-right: 15px;
	position: relative;
} */


.pro-quantity .minus {
	font-size: 26px;
	border: none;
	background: transparent;
	color: #3384C2;
}

.pro-quantity .input-text.qty {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #091016;
	background-color: transparent;
	border: none;
}

.pro-quantity .plus {
	border: none;
	font-size: 23px;
	background: transparent;
	color: #3384C2;
}

.detail_share_set .cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.related_product_sec .item li {
	list-style: none;
}

.detail_share_set .share_div {
	display: inline-block;
	margin-left: auto;
	position: relative;
}

.detail_share_set .share_div ul {
	display: none;
	margin-top: 6px;
	position: absolute;
	right: 0;
}

.detail_share_set .share_div ul li {
	margin-left: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #afafaf;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.detail_share_set .share_div ul li:hover {
	color: #fff;
	background-color: #e13c31;
}

.detail_share_set .share_div ul li:hover a {
	color: #fff;
}

.detail_share_set .share_div ul li a {
	display: inline-block;
	line-height: 30px;
	width: 100%;
	height: 100%;
}

.detail_share_set .share_div ul.active {
	display: flex;
}

.estimated_delivery {
	font-family: 'din_regular';
	font-weight: 400;
}

.related_products .owl-stage {
	display: flex;
}

.related_products .owl-stage .item {
	height: 100%;
}


.pro_slide_thumb .thumb_img img {
	width: 88px;
	height: 88px;
	object-fit: cover;
}

.swiper-container-fade .swiper-slide {
	display: flex;
	height: auto;
	background-color: #fff;
}

.pro_slide_thumb .swiper-slide.swiper-slide-thumb-active .thumb_img {
	border-color: #e13c31;
}

.product_detail_pic {
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add_to_star .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	font-family: 'icomoon' !important;
	content: "\e912";
	font-size: 19px !important;
	color: #000;
	left: 55%;
	top: 45%;
}
.tinvwl_add_to_wishlist-text{
	display: none;
}

.woocommerce-message {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	border-radius: 100px;
	padding: 5px 10px 5px 5px;
}

.detail_tab_sec h2.resp-tab-active a {
	color: #fff;
}

.pro-quantity .quantity {
	display: flex;
	align-items: center;
}


@media (max-width: 860px) {
	.resp-tab-content h2 {
		font-size: 22px;
	}

	.pro-quantity {
		height: 40px;
	}

	.detail_right,
	.product_left {
		padding: 0;
	}

	.add_to_star .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
		font-size: 16px !important;
		left: 100%;
	}

	.pro_variations {
		padding: 12px 0;
	}

	.woocommerce-message .button {
		margin-right: 10px;
		overflow: hidden;
		padding: 0 15px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
}