.summary.entry-summary {
	padding: 20px;
	border: solid 1px #ebebeb;
	border-radius: 2px;
	margin-left: 30px;
}

.product_meta,
.woocommerce-product-details__short-description,
.woocommerce div.product form.cart {
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #ebebeb;
}

.single-product .product_image_wrapper {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	min-height: 100%;
}

.namlbn--with-images .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}

.single-product .namlbn--with-images .namlbn-for {
	min-width: 100%;
	max-width: 100%;
}

.single-product .namlbn--with-images.has_nav .namlbn-for {
	flex: 0 0 80%;
	max-width: 80%;
	position: relative;
	margin-left: auto;
	min-width: unset;
}


.single-product .namlbn--with-images.has_nav .namlbn-nav {
	flex: 0 0 20%;
	max-width: 20%;
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	left: 0;
	border: solid 1px #dddd;
}

.single-product .namlbn--with-images.has_nav .namlbn-nav .slick-track {
	display: block;
}

.namlbn--with-images .namlbn-nav.slick-vertical .slick-slide {
	border: none;
}

.namlbn--with-images .namlbn-nav img {
	border-bottom: solid 1px #dddd;
	padding: 10px;
}

.namlbn--with-images .namlbn-nav .slick-current img {
	border: solid 2px var(--main_color);
}

.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-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-bottom: 30px;
}

.single-product h1 {
	font-weight: bold;
	font-size: 1.5em;
}

.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 .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;
	cursor: pointer;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	justify-content: center;
	margin: 0;
	border-bottom: 1px solid #dee2e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 10px;
}

.single-product .wc-tabs a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 10px 30px;
	display: block;
	opacity: .6;
	color: var(--text);
}

.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_bgr_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 .woocommerce-notices-wrapper .woocommerce-message {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: .5em;
	color: var(--alert);
	padding: 1em;
	background-color: #ececec;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin-left: 10px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart,
.summary form.cart:not(.variations_form) {
	display: flex;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
}

.woocommerce .summary .quantity .quantity_text {
	margin-right: 5px;
}

.summary .lenam_quicbuy_container {
	display: flex;
	flex: 0 0 100%;
	margin-top: 10px;
}

.woocommerce div.product form.cart .button.lenam_quickbuy_btn {
	flex-grow: 1;
}

.woocommerce .summary .quantity .qty {
	width: 4em;
	border-radius: 2px;
	border: solid 1px #ddd;
	padding: 0.5em 0.2em .5em .5em;
	height: auto;
}

.woocommerce .summary .quantity .qty:focus-visible {
	outline: none;
}

.summary .single_add_to_cart_button {
	flex-grow: 1;
	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>span a {
	color: var(--main_color);
}

.woocommerce .summary .product_meta .sku_wrapper span {
	font-weight: 600;
}

.single-product .bottom_section section.products h2,
.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 section.products {
	margin-top: 2em;
	margin-left: 0;
	margin-right: 0;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.single-product .bottom_section section.products .products {
	display: block;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}

.single-product .bottom_section section.products .products .product {
	width: auto;
}

.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 .products .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: #ffea00;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: 'star';
}

.star-rating {
	position: relative;
	height: 1.5em;
	width: 5.3em;
}

.woocommerce .products .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: 1em;
	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: #ffea00;
	top: 0;
	position: absolute;
	left: 0;
	font-family: 'star';
	font-size: 1em;
}

.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;
	flex-grow: 1;
}

.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:1025px) {
	.summary.entry-summary {
		margin-left: 0;
		padding: 20px;
	}

	.product_meta,
	.woocommerce-product-details__short-description,
	.woocommerce div.product form.cart {
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.single-product .top_section>.row {
		margin: 0;
	}

	.single-product .namlbn--with-images.has_nav .namlbn-nav {
		flex: 0 0 16%;
		max-width: 16%;
	}

	.single-product .namlbn--with-images.has_nav .namlbn-for {
		flex: 0 0 84%;
		max-width: 84%;
	}
}

@media (max-width:960px) {
	.single-product .bottom_section section.products {
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-product .bottom_section section.products .products {
		margin-left: -10px;
		margin-right: -10px;
	}

	.wc-tab #reviews #comments .commentlist li.review .comment_container img {
		height: 40px;
		flex: 0 0 40px;
	}

	.wc-tab #reviews #comments .commentlist li.review .comment_container .comment-text {
		margin-left: .5em;
		padding: .5em .5em 0;
	}

	.woocommerce #reviews #comments ol.commentlist ul.children {
		margin-left: 50px;
		margin-top: .5em;
		padding-left: 0;
	}

}

@media (max-width: 700px) {
	.single-product .top_section {
		padding: 10px 0;
	}

	.single-product .row {
		padding: 0;
	}

	.single-product .top_section .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.single-product h1 {
		font-weight: bold;
		font-size: 1.2em;
		text-align: left;
	}

	.summary.entry-summary {
		margin-top: 20px;
	}

	.summary .lenam_quicbuy_container {
		flex: auto;
		margin-top: 0;
		margin-left: 15px;
	}

	.single-product .woocommerce-Tabs-panel {
		padding: 10px 5px;
	}

	.single .related.products .products li,
	.single .upsells.products .products li {
		padding: 0;
	}

	ul.products.slick-slider {
		margin-left: -10px;
		margin-right: -10px;
	}

	.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 (max-width:650px) {
	.woocommerce div.product form.cart .button {
		flex-grow: 1;
	}

	.summary .lenam_quicbuy_container {
		margin: 0;
		margin-top: 10px;
		flex: 0 0 100%;
	}

	.single-product .bottom_section section.products {
		padding-left: 5px;
		padding-right: 5px;
	}

	.single-product .bottom_section section.products .products {
		margin-left: -5px;
		margin-right: -5px;
	}

	.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
		display: block;
	}

	.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
		display: inline-block;
		float: right;
	}
}