/*
Theme Name: Shop2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wc_ar_description {
    max-height: 300px;
    overflow: hidden;
	position: relative;
}
.wc_ar_description.open {
	max-height: none;
}
.wc_ar_description:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
}
.wc_ar_description-expan {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #148a00;
	padding: 5px;
	cursor: pointer;
}
.wc_ar_description-expan .show-more {
    display: inline-block;
}
.wc_ar_description-expan .hide-more {
    display: none;
}
.wc_ar_description-expan.open .hide-more {
    display: inline-block;
}
.wc_ar_description-expan.open .show-more {
    display: none;
}
.wc_ar_description-expan .show-more:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
}
.wc_ar_description-expan .hide-more:after {
    font-family: 'FontAwesome';
    content: "\f106";
    margin-left: 5px;
}
.wc_ar_description_ft-wp {
    padding: 15px;
    border: 1px dashed #aaa;
}
.title_block {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-top: 20px;
    margin: 0;
    text-align: left;
    color: #148a00;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}