/*
 * custom style
 * 7th May 2019
 */

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
	display: none!important;
}
.flex-viewport, .woocommerce div.product div.images .flex-control-thumbs li {
	border: 1px solid #ccc;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px!important;
}
.summary.entry-summary .yith-wcwl-add-to-wishlist {
	display:none;
}
.summary.entry-summary .yithbtn .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.summary.entry-summary .yithbtn .yith-wcwl-add-to-wishlist, .summary.entry-summary .yithbtn {
	display:inline-block;
}
.summary.entry-summary form.cart {
	padding-top: 30px;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
.woocommerce #content .related.products .last {
	float: left;
}
.woocommerce .related.products ul.products li.first, .woocommerce-page .related.products ul.products li.first {
	clear: none;
}

body.archive.tax-product_cat ul.products.group {
}
body.archive.tax-product_cat #content ul.products.group li.product-category {
	width: 30%;
}

@media only screen and (max-width : 720px ) {
	body.archive.tax-product_cat #content ul.products.group li.product-category {
		width: 100%;
	}
}

/* Cross Sells Section in Cart Page */
.woocommerce-cart .cross-sells .products.group{
/* 	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3; */
 display: flex;
}
.woocommerce-cart .cross-sells .products li.product{
		width: 24%!important;
		text-align: center!important;
	}
.woocommerce-cart .cross-sells .products li.product a:hover .more{
	opacity: 1;
	font-size:1.15em;
}
.woocommerce-cart .cross-sells .products li.product h3,
.woocommerce-cart .cross-sells .products li.product .price{
	font-size:1.55em!important;
}
.woocommerce-cart .cross-sells .products li.product .price{
	font-weight:700!important;
}
.woocommerce-cart .cross-sells .products li.product p{
	padding:0!important;
}
.woocommerce-cart .cross-sells .products li.product .more{
	background: url("images/hover-effect.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	padding: 0.7em 0!important;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 30%;
	width: 100%;
	z-index: 2147483647;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.woocommerce-cart .cross-sells .products li.product .holder .inner-wrapper{
	 display: flex;
  	justify-content: center;
  	align-items: center;
}
.woocommerce-cart .cross-sells .products li.product .add_to_cart_button{
	width: 65%;
	height: auto;
	font-size:16px!important;
}
.woocommerce-cart .cross-sells .products li.product .yith-wcwl-add-to-wishlist{
	width:10%;
	margin-top:0px;
	margin-left:5px;
}
.woocommerce-cart .cross-sells .products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
	background: url("/wp-content/themes/teaharvest-2019/images/wishlist.png") repeat scroll 0 0 #000;
  	background-color: rgb(0, 0, 0);
	border-radius: 0 6px;
	display: block;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	padding: 0;
}
.woocommerce-cart .cross-sells .yith-wcwl-add-button a br{
	display:none!important;
}
@media only screen and (max-width: 767px){
	.woocommerce-cart .cross-sells .products.group{
		display:block;
		justify-content: center;
  		align-items: center;
	}
	.woocommerce-cart .cross-sells .products li.product{
		width: 95%!important;
		text-align: center!important;
	}
}