.woocommerce-product-details__short-description {
	text-align: justify;
}
.woocommerce-Tabs-panel{
	text-align: justify;
	line-height: 2;
}
.woocommerce-Tabs-panel h2{
	font-size: 1.2rem;
	font-weight: bold;
}
.woocommerce-product-gallery__image{
	border: 1px solid #dddd;
}
.product_meta a{
	color: #f00;
}
.product_meta>span.sku_wrapper,.product_meta>span.posted_in{
	display: block;
	color: #000;
	font-weight: bold;
}
a.devvn_buy_now strong{
	color: #fff
}
.devvn-popup-title{
	background: linear-gradient(to bottom,#009844,#8bc34a);
}
.devvn_prod_variable .quantity .screen-reader-text{
	top: 3px;
}
.popup-customer-info-group .devvn-order-btn{
	background: linear-gradient(to bottom,#009844,#8bc34a);
}
.devvn_prod_variable .quantity{
	padding-left: 0;
}
.devvn_prod_variable .quantity .screen-reader-text{
	position: unset!important;
}
.woocommerce div.product div.images {
    margin-bottom: 2em;
}
.namlbn-nav .slick-slide {
    height: 100px;
    border-right: 1px solid #cccccc6e;
    padding: 10px;
    position: relative;
}
.namlbn-nav img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.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 {
    border-top: 1px solid #cccccc6e;
    border-bottom: 1px solid #cccccc6e;
    border-left: 1px solid #cccccc6e;
    border-right: 1px solid #cccccc6e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
		background: linear-gradient(to bottom,#009844,#8bc34a);
		color: #1a2309;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff
}