/*
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.   ***************/
body,a,h1,h2,h3,h4,h5,h6,p,div,span {
    font-family: "Arial", sans-serif !important;
}
.product-small:hover .sizes {
	opacity: 1;
	top: calc(100% - 30px);
}

.product-small .image-tools {
	opacity: 1;
	height: 100%;
	width: 100%;
	padding: 0;
	z-index: 9;
	pointer-events: unset;
}

.product-small .image-tools .wishlist-icon {
	display: none;
}

.product-small .image-tools .wl span {
	display: none;
}

.product-small .image-tools .wl i {
	color: #fff;
	font-size: 18px;
}

.product-small .image-tools .wl a {
	position: unset;
	background: #ffffff00 !important;
	margin: 0 !important;
	width: 100% !important;
}

.product-small .image-tools .wl {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 2;
	opacity: 0;
	transition: all 500ms;
}

.product-small:hover .image-tools .wl {
	opacity: 1;
	left: 15px;
}

.product-small .image-tools .wl .yith-wcwl-wishlistaddedbrowse a, .product-small .image-tools .wl .yith-wcwl-wishlistexistsbrowse a {
	font-size: 0;
}

.product-small .image-tools .wl .yith-wcwl-wishlistaddedbrowse a:before, .product-small .image-tools .wl .yith-wcwl-wishlistexistsbrowse a:before {
	content: "\f004";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff
}

.product-small .image-tools .quick-view {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: calc(50% - 20px);
	transition: all 500ms;
	height: 40px;
	font-size: 0;
	overflow: hidden;
}

.product-small .image-tools .quick-view:after {
	content: "\f06e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 350ms;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	color: #fff;
}

.product-small .image-tools .quick-view:before {
	content: 'Quick View';
	font-size: 14px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: all 350ms;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.product-small:hover .quick-view {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.product-small .quick-view:hover:before {
	top: -100%;
}

.product-small .quick-view:hover:after {
	top: 0;
}

.product-small .quick-view:hover {
	background: #333 !important;
}

.product-small .image-tools.grid-tools {
	display: block !important;
}

.product-small .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	z-index: 1;
	background: #ffffff00 !important;
}
.grid-tools a {
	background-color: #ffffff !important;
	color: #111111;
	display: block !important;
	font-size: .85em;
	font-weight: 400;
	opacity: .95;
	padding: 0.4em 0 0.5em;
	border-radius: 30px;
	text-overflow: ellipsis;
	text-transform: none;
	transition: opacity .3s;
	width: 50%;
	position: absolute;
	bottom: 140px;
	left: 70px;
}

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


}