.fl-builder-xpro-woo-category-grid-settings .fl-field[data-type="button-group"] .fl-button-group-field-option {padding:0px 20px;}
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator1 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator2 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator3 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator4 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator5 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator6 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator7 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator8 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator9 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator10 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator11 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator12 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator13 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator14 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator15 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator16 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator17 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator18 td:first-child,
.fl-lightbox .fl-form-table #fl-field-xpro-widget-seprator19 td:first-child{
	padding-left: 5px !important;
	margin-bottom: -39px;
}

.xpro-widget-separator-heading{
	margin: 5px 0 5px 5px;
	font-size: 12px!important;
	font-weight: 500!important;
}

.xpro-widget-separator-heading > hr{
	margin-top: 7px;
}


.fl-builder-edit .xpro-box-icon-item{
	transition: none;
}
/* ===================================
	Category Grid Layout
   =================================== */
.xpro-woo-product-cat-wrapper .xpro-woo-product-cat-inner {
	visibility: hidden;
}

.xpro-woo-product-cat-wrapper .xpro-woo-product-cat-inner.cbp-ready {
	visibility: visible;
}

.xpro-woo-product-grid-item .xpro-woo-product-grid-img {
	overflow: hidden;
}

.xpro-woo-product-img-section .xpro-woo-product-grid-img{
	height: 400px;
	object-fit: cover;
	transition: .3s all ease;
}

.xpro-woo-product-img-section{
	border: 1px solid #80808021;
	position: relative;
	overflow: hidden;
}

.xpro-woo-product-cat-inner  .xpro-woo-product-grid-content-sec{
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-centent: center;
}

.xpro-woo-product-cat-inner .xpro-woo-product-grid-title{
	font-size: 20px;
	color: #2b2b2b;
	margin: 0 0 5px 0;
}

.xpro-woo-product-cat-inner .xpro-woo-product-grid-excerpt{
	font-size: 14px;
	color: #2b2b2b;
	margin: 15px 0 0 0;
}

.xpro-woo-product-grid-btn-section{
	display: inline-block;
}

.xpro-woo-product-cat-inner .xpro-woo-product-grid-content-sec {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-centent: center;
}

.xpro-woo-product-cat-inner .xpro-woo-cart-btn{
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #2b2b2b;
	font-size: 14px;
	fill: #2b2b2b;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-img-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Layout 1 */
.xpro-woo-product-cat-layout-1 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-color: #00000045;
}

.xpro-woo-product-cat-layout-1 .xpro-woo-product-grid-item:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* layout 2 */
.xpro-woo-product-cat-layout-2 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotateY(90deg);
	transform: translate(-50%, -50%) rotateY(90deg);
	z-index: 99;
	height: 85%;
	width: 85%;
	background-color: #eeeeeea1;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-cat-layout-2 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{
	-webkit-transform: translate(-50%, -50%) rotateY(0deg);
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-cat-layout-2 .xpro-woo-product-grid-inner-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 0;
}

/* layout 3 */
.xpro-woo-product-cat-layout-3 .xpro-woo-product-grid-content-sec{
	position: absolute;
	bottom: -200px;
	left: 20px;
	right: 20px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.xpro-woo-product-cat-layout-3 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 180px;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	min-height: 150px;
	padding: 17px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.xpro-woo-product-cat-layout-3 .xpro-woo-product-grid-item:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* layout 4 */
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-content-sec:after{
	position: absolute;
	top: 20px;
	right: 30px;
	bottom: 20px;
	left: 30px;
	content: '';
	opacity: 0;
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	pointer-events: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.35s, -webkit-transform 0.5s;
	-o-transition: opacity 0.35s, transform 0.5s;
	transition: opacity 0.35s, transform 0.5s;
	transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-content-sec::before{
	position: absolute;
	top: 30px;
	right: 20px;
	bottom: 30px;
	left: 20px;
	content: '';
	opacity: 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	pointer-events: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
	transition: opacity 0.35s, -webkit-transform 0.5s;
	-o-transition: opacity 0.35s, transform 0.5s;
	transition: opacity 0.35s, transform 0.5s;
	transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec:before,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-inner-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 3em;
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-btn-section{
	text-transform: none;
	-webkit-transform: translate3d(0,-10px,0);
	opacity: 0;
	transform: translate3d(0,-10px,0);
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-title{
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
}

.xpro-woo-product-cat-layout-4 img,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-btn-section{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-title,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-title,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section
.xpro-woo-product-cat-layout-4 .xpro-woo-product-grid-item:hover img{
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* layout 5 */
.xpro-woo-product-cat-layout-5 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 3;
}

.xpro-woo-product-cat-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-cat-layout-5 .xpro-woo-product-grid-inner-content-sec{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

/* layout 6 */
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: background-color 0.35s;
	-o-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-content-sec::before,
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-content-sec::after{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-content-sec::before{
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-content-sec::after{
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-inner-content-sec{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec::before,
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec::after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-title{
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-btn-section{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-title,
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.xpro-woo-product-cat-layout-6 img{
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.xpro-woo-product-cat-layout-6 .xpro-woo-product-grid-item:hover img{
	opacity: 0.4;
}

/* layout 7 */
.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	padding: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: background-color 0.35s;
	-o-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-content-sec::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform: scale3d(1.9,2.0,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,2.0,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	opacity: .5;
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec::before{
	-webkit-transform: scale3d(1.9,2.0,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,2.0,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-inner-content-sec{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-title{
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	-o-transition: transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-btn-section{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	text-align: left;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-title,
.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-excerpt,
.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.xpro-woo-product-cat-layout-7 img{
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.xpro-woo-product-cat-layout-7 .xpro-woo-product-grid-item:hover img{
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* layout 8 */
.xpro-woo-product-cat-layout-8 .xpro-woo-product-grid-content-sec{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.xpro-woo-product-cat-layout-8 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.xpro-woo-product-cat-layout-8 .xpro-woo-product-grid-item:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* layout 9 */
.xpro-woo-product-cat-layout-9 .xpro-woo-product-grid-item{
	border: 1px solid #0000001a;
}

.xpro-woo-product-cat-layout-9 .xpro-woo-product-grid-content-sec{
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: auto;
	width: 100%;
	background: #fff;
	padding: 20px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.xpro-woo-product-cat-layout-9 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xpro-woo-product-cat-layout-9 .xpro-woo-product-grid-item:hover img{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

/* layout 10 */
.xpro-woo-product-cat-layout-10 .xpro-woo-product-grid-content-sec{
	position: absolute;
	z-index: 3;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.xpro-woo-product-cat-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.xpro-woo-product-cat-layout-10 .xpro-woo-product-grid-inner-content-sec{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
