/* Widget Filter */
.widget-box .yith-wcan-filter{
	padding: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label{
	width: 40px;
	height: 40px;
	font-weight: bold;
}
.yith-wcan-filters .yith-wcan-filter h4 {
  border-bottom: 1px solid #ccc;
}
.widget-box .yith-wcan-filter, .border-box .product-small.box{
	background:#fff;
	border: 1px solid #cecccb;
	border-radius:3px;
	transition: box-shadow .2s ease 0s,background-color .2s ease 0s,-webkit-box-shadow .2s ease 0s;
}
.border-box .product-small.box .box-text{
	padding-right: 16px;
	padding-left: 16px;
}
/* Variant Select */
.label label,.label .ux-swatch-selected-value{font-size:1.2em;}
.ux-swatches--large .ux-swatch--label {
	font-weight: bold;
}
.variations_form .ux-swatch.selected {
	background-color: #1a7ac4;
	color: #fff;
}
/* Product Description */
.single-product div#tab-description {
    overflow: hidden;
	position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
	height: 0 !important;
}
.envy_readmore_flatsome {
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.envy_readmore_flatsome:before {
	height: 60px;
	margin-top: -45px;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
	display: block;
}
.envy_readmore_flatsome a {
	color: #318A00;
	display: block;
	padding: 10px 0;
}
.envy_readmore_flatsome a:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #318A00;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.single_add_to_cart_button.button {
	width: 100%;
	border-radius:4px;
}
.envy-testimonial .star-rating::before,.envy-testimonial .star-rating span::before{color:rgb(78, 103, 59);}
/***** STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.devvn_woocommerce_price_list_filter ul {
    background: white;
    padding: 10px !important;
}
.devvn_woocommerce_price_list_filter ul li {
    margin: 5px 0px;
}
.devvn_woocommerce_price_list_filter ul li a {
    font-size: 15px;
}
.devvn_woocommerce_price_list_filter ul li a:hover {
    text-decoration: none;
    color: #b70000 !important;
}
.devvn_woocommerce_price_list_filter ul li a {
    padding-left: 20px !important;
}
.devvn_woocommerce_price_list_filter ul li a:before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #999;
}
.devvn_woocommerce_price_list_filter ul li a:hover:before {
    content: '×';
    color: #e03232;
    font-size: 13px;
    position: absolute;
    border-color: #999;
    line-height: 20px;
    text-align: center;
    font-family: FontAwesome;
}
/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
/* Absolute Footer */
.footer-wrapper .absolute-footer{padding: 30px 0;}