.single-product .product_image_wrapper {
	position: relative;
}
.namlbn--with-images{
	display: flex;
	flex-direction: row-reverse;
}
.namlbn--with-images.has_nav .namlbn-for {
	flex: 0 0 85%;
	max-width: 85%;
}
.namlbn--with-images .namlbn-for {
	flex: 100%;
	max-width: 100%;
}
.namlbn--with-images .namlbn-for .slide {
	border: 2px solid #ff9000;
}
.namlbn--with-images .namlbn-nav {
	flex: 0 0 15%;
	max-width: 15%; max-height: 100%;
}
.namlbn--with-images .namlbn-nav .slick-list {
	min-height: 100%; display: flex;
}
.namlbn--with-images .namlbn-nav .slick-list .slick-track .slick-slide {
	cursor: pointer;
}
.namlbn-product-image-view {
	display: block; position: relative;
}
.namlbn-product-image-view:before {
	content:'';display: block; padding-bottom: 100%;
}
.namlbn-product-image-view img {
	position: absolute; top:0; left: 0; width: 100%; height: 100%; object-fit: scale-down;
	object-position: center; background-color: #f5f5f5dd
}
.namlbn-nav .slick-slide {
	position: relative;
}
.namlbn-nav img {
	width: 100% ;
	height: 100% ;
	object-fit: cover;
}
.namlbn-nav .slick-slide:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: .5;
}
.namlbn-nav .slick-current.slick-slide.slick-active:after {
	opacity: 0;
	visibility: hidden;
}
.namlbn-for .slide{
	overflow: hidden;
}
.single-product .content-area {
	background:#fff
}
.single-product .page_title{
	font-weight: bold;
	font-size: 2.5em;
}
.single-product .top_section{
	padding: 30px 0;
}
.single-product h1{
	font-weight: bold;
	font-size: 1.5em;
}
.single-product .summary .price{
	color: #00a651;	font-weight: bold; font-size: 1.3em;
}
.single-product .summary .price i {
	margin-left: .3em; font-size: .9em;
}
.single-product  .summary select,.single-product  .summary input{
	height: 35px;
	padding-left: 10px;
}
.single-product  .summary label{
	padding-right: 15px;
}
.single-product  .summary .reset_variations{
	padding-left: 10px;
	color: var(--alert); 
}
.single-product  .summary .single_add_to_cart_button.disabled {
	opacity: .4; cursor: not-allowed;
}
.single-product  .summary .single_add_to_cart_button{
	border: none;
	outline: none;
	padding: 10px 15px;
	background: #ff9000;
	color: #fff; cursor: pointer;
}
.single-product .wc-tabs{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--main_bgr);
}
.single-product .wc-tabs li{
	margin-right: 10px;
	margin-bottom: 0;
}
.single-product .wc-tabs li.active a {
	background: var(--main_bgr); color: var(--main_txt); box-shadow: 1px 0 2px gray
}/*li.tabs_content.quan .panel {
	display: block!important;
}*/
.single-product .wc-tabs a{
	text-decoration: none; box-shadow: 2px 0 4px grey; padding:10px 30px; display: block;
	border-top-left-radius: 5px; border-top-right-radius: 5px; background: #de1f25;
	color: var(--main_txt);
}
.single-product .woocommerce-Tabs-panel{
	padding: 30px 15px;
	text-align: justify;background-color: #fffffb; 
	box-shadow: 2px 1px 4px #00000040;
}
.single-product #tab-reviews{
	text-align: left;
}
.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: #ff9000;
}
.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0;
}
.woocommerce #review_form #respond p {
	margin: 0 0 10px;
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}
.woocommerce #review_form #respond input[type="submit"]{
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: var(--main_txt);
	background-color: var(--main_bgr);
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce p.stars.selected a:not(.active):before {
	content: "\e020";
}
.woocommerce p.stars.selected a.active:before {
	content: "\e020";
}
.woocommerce p.stars.selected a.active~a:before {
	content: "\e021";
}
.comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-form-cookies-consent input{
	padding-right: 10px;
}
.comment-form-author,.comment-form-email{
	display: flex;
	align-items: center;
}
.comment-form-author label,.comment-form-email label{
	margin-right: 5px;
}
.woocommerce-notices-wrapper .woocommerce-message {
	display: flex; flex-direction: column-reverse; align-items: flex-start;
	margin-bottom:.5em; color: red; padding: 1em; background-color: #ececec
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
	display: block; padding:.5em 1em; text-decoration: none; margin-top: .5em;
	color: white; font-weight: bold; background:#f59000; border-radius: 5px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart, .summary form.cart:not(.variations_form) {
	display: flex; align-items: center; margin-top: 15px;
}
.summary .quantity {
	margin-bottom: 0; margin-right: 10px;
}
.summary .quantity input {
	width: 5em; border-radius: .5px;
}
.summary .single_add_to_cart_button {
	flex-grow: 1; font-weight: bold; font-size: 1.1em;
}
.woocommerce .summary .devvn_buy_now {
	max-width: unset; margin:15px 0;
}
.woocommerce .summary .product_meta > span {
	display: block;
}
.woocommerce .summary .product_meta .sku_wrapper span {
	font-weight: 600;
}
.single-product .bottom_section .products.related .related_title, .cross-sells h2 {
	font-size: 1.5em; margin-bottom: 1em; border-bottom: solid 1px var(--main_bgr);
	color: var(--main_bgr);
}
.single-product .bottom_section .products.related {
	margin-top: 2em;
}
.single-product .bottom_section {
	padding: 30px 0;
}
.woocommerce-product-details__short-description span, 
.woocommerce div.product .woocommerce-tabs .panel span {
	display: inline-block; margin-right: .3em
}
.woocommerce ul.products li.product .star-rating, .search .star-rating {
	font-size: 1rem; font-family: 'star'; width: 5.3em;
}
.woocommerce .star-rating::before, .search .star-rating::before {
	content: "\73\73\73\73\73";
	color: #f7a186;
	float: left;
	top: 0;
	left: 0;
	position: absolute;font-family: 'star';
}
.star-rating {
	position: relative;  height: 1.5em; width: 5.3em;
}
.woocommerce ul.products li.product .star-rating, .product_list_widget .star-rating,
.search .star-rating{
	margin-left: auto; margin-right: auto;
}
.woocommerce .star-rating span, .search .star-rating span {
	overflow: hidden;font-size: 0;
	float: left;
	top: 0;
	left: 0;
	padding-top: 1.5rem;font-family: 'star'; position: absolute;
}
.woocommerce .star-rating span::before,.search .star-rating span:before {
	content: "\53\53\53\53\53"; color: #f3744c;
	top: 0;
	position: absolute;
	left: 0;font-family: 'star'; font-size: 1rem;
}
.woocommerce .star-rating span strong.rating, .woocommerce .star-rating span span.rating,
.search .star-rating span span.rating {
	display: none;
}
.wc-tab #reviews #comments .commentlist li.review .comment_container {
	display: flex;
}
.wc-tab #reviews #comments .commentlist li.review .comment_container img {
	height: 60px; flex:0 0 60px;
}
.wc-tab #reviews #comments .commentlist li.review .comment_container .comment-text {
	margin-left: 1em; display: flex;flex-wrap: wrap;
}
.wc-tab #reviews #comments .commentlist .comment-text .description {
	flex:0 0 100%;
}
.wc-tab #reviews #comments .commentlist {
	padding-left: 0; list-style: none
}
.wc-tab #reviews #comments .commentlist .review {
	padding: 10px; border:solid 1px #efefefdd;
}
.wc-tab #reviews #comments .commentlist .thread-even {
	background-color: white; 
}
.wc-tab #reviews #comments .commentlist ul {
	padding-left: 15px; list-style: none;
}
#review_form #respond #reply-title {
	font-size: 1.1em; font-weight: bold;
}
@font-face {
	font-family: 'star';
	src: url('../fonts/star.eot');
	src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
	url('../fonts/star.woff') format('woff'),
	url('../fonts/star.ttf') format('truetype'),
	url('../fonts/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media (max-width: 640px) {
	.single-product .top_section {
		padding: 10px 0;
	}
	.single-product .row {
		padding: 0;
	}
	.single-product h1 {
		font-weight: bold;font-size: 1.2em;text-align: left;
	}
	.single-product .woocommerce-Tabs-panel {
		padding:10px 5px;
	}
	ul.products.slick-slider {
		margin-left: -6px; margin-right: -6px;
	}
	.single-product .namlbn-breadcrumb .container {
		padding: 0 5px;
	}
	.comment-form-author, .comment-form-email {
		align-items: flex-start;
		flex-direction: column;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding:20px 10px;
	}
}
@media (min-width: 641px) and (max-width: 1024px) {
	.single-product h1 {
		font-size: 1.2em;
	}
}
@media (min-width: 641px) and (max-width: 840px) {
	.single-product .row .col-3 {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.single-product .top_section.sec_product .col-5 {
		flex: 0 0 100%;
		max-width: 100%;
		background: #fff;
	}
	.single-product .col-5 .col_wrapper {
		box-shadow: 0px 2px 4px #8484846b;
	}
	.single-product .col-4 {
		flex: 0 0 65%;margin:0 auto;
		max-width: 65%; max-width: 600px; 
	}
	.single-product .summary.entry-summary.col_wrapper {
		box-shadow: 0px 2px 4px #8484846b;
		padding: 15px;
		background: #fff;
	}
	.single-product .bottom_section .container {
		padding:0 5px;
	}
}