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

/*************** ADD CUSTOM CSS HERE.   ***************/
.comments__Wrap .slick-slider {
	 -webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all
}
.comments__Wrap {
	padding:40px 0;
}
.comments__Wrap h3 {
	text-align:center;
	text-transform:uppercase;
}
.comments__list p {
	margin:0;
}
.comments__list .comment__item {
	padding: 20px;
    border: 1px solid #f4f4f4;
	display:flex;
	height: 250px;
	overflow:hidden;
	/*margin:0 10px;*/
}

.comments__list .comment__item .product__image {
	flex: 1 0 225px;	
}
.comments__list .comment__item .product__image img {
	max-width:100%;
	height:auto;
	max-height: 100%;
}
.comments__list .comment__item .product__info {
	padding-left:20px;
	flex: 0 1 auto;
}
.comments__list .comment__item .product__info .comment_product_price .woocommerce-price-suffix {display:none;}
.comments__list .comment__item .product__info .comment_product_price span.amount {color: #fc7400;}
.comments__list .comment__item .comment_product_title {
	color: #424352;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.comments__list .comment__item .comment__info {
	padding-top: 15px;
}
.comments__list .comment__item .comment_author {
	font-weight:600;
}

@media only screen and (max-width: 577px) {
	.comments__list .comment__item {
		flex-direction:column;
	}
	.comments__list .comment__item .product__image {
    	flex: 0 1 100%;
    	text-align: center;
	}
}

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


}