.fl-builder-xpro-woo-upsells-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;
}

[data-form-id="xpro-woo-product-grid"] .fl-custom-query-post-filter {
	display: none !important;
}

[data-form-id="xpro-woo-product-grid"] .fl-custom-query-page-filter {
	display: none !important;
}

.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-xpro-woo-upsells-settings .fl-button-group-field-options {
	min-width: 250px;
}

.fl-builder-edit .xpro-box-icon-item{
	transition: none;
}
/* ===================================
   Woo Product Grid
====================================== */
.xpro-woo-product-grid-main:not(.cbp-ready) .cbp-item{
	opacity: 0;
	visibility: hidden;
}

.xpro-woo-product-grid-img{
	-webkit-transition: all .2s;
	transition: all .2s;
	-o-transition: all .2s;
	min-height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
}

.xpro-woo-product-img-section{
	position: relative;
	overflow: hidden;
}

.xpro-woo-product-img-section .xpro-gallery-first-img-url{
	opacity: 1;
	visibility: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
}

.xpro-woo-product-img-section:hover .xpro-gallery-first-img-url{
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
}

.xpro-woo-product-img-section .xpro-gallery-second-img-url{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
}

.xpro-woo-product-img-section:hover .xpro-gallery-second-img-url{
	opacity: 1;
	visibility: visible;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
}

.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;
}

.xpro-product-grid-hv-cta-section{
	position: absolute;
	left: auto;
	right: 20px;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 30px;
	z-index: 9;
	grid-gap: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-hv-qv-btn.xpro-cta-btn,
.xpro-hv-cart-btn.xpro-cta-btn{
	width: 40px;
	border-radius: 50%;
	height: 40px;
	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-shadow: 2px 2px 2px 2px #0000000d;
	box-shadow: 2px 2px 2px 2px #0000000d;
	background-color: #fff;
	color: #2b2b2b;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-hv-qv-btn.xpro-cta-btn:hover,
.xpro-hv-cart-btn.xpro-cta-btn:hover{
	background-color: #222222;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-hv-qv-btn,
.xpro-hv-qv-btn i,
.xpro-qv-cart-btn .button::before{
	font-size: 14px;
	color: #2b2b2b;
	font-weight: 600;
}

.xpro-hv-qv-btn.xpro-cta-btn:hover,
.xpro-hv-qv-btn.xpro-cta-btn:hover > i,
.xpro-hv-cart-btn.xpro-cta-btn:hover .xpro-qv-cart-btn .button::before{
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-qv-cart-btn a.button,
.xpro-qv-cart-btn a.button:focus {
	background-color: transparent;
	color: #736969;
	text-indent: -99999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid transparent;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.xpro-qv-cart-btn a.button:hover,
.xpro-qv-cart-btn a.button:focus:hover {
	background-color: transparent;
	color: #736969;
}

.xpro-qv-cart-btn .button.product_type_grouped::before,
.xpro-qv-cart-btn .button.product_type_external::before,
.xpro-qv-cart-btn .button.product_type_variable::before,
.xpro-qv-cart-btn .button.product_type_simple::before{
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-indent: 0;
	font-family: 'xpro-icons';
}

.xpro-qv-cart-btn .button.product_type_grouped::before,
.xpro-qv-cart-btn .button.product_type_external::before,
.xpro-qv-cart-btn .button.product_type_variable::before{
	content: "\e97f";
}

.xpro-qv-cart-btn .button.product_type_simple::before{
	content: "\e92d";
}

.xpro-qv-cart-btn .button.add_to_cart_button.loading::before{
	font-family: "Font Awesome 5 Free";
	content: "\f1ce";
	position: absolute;
	left: 0;
	text-indent: 0;
	font-size: 14px;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.xpro-qv-cart-btn .button.add_to_cart_button.added::before{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-indent: 0;
	font-family: 'xpro-icons';
	content: "\e97b";
	font-size: 14px;
	font-weight: 900;
}

.xpro-qv-cart-btn .added_to_cart{
	display: none;
}

.xpro-hv-qv-btn {
	cursor: pointer;
}

.xpro-product-grid-wrapper .xpro-woo-product-grid-content-sec{
	border-top: 1px solid #b9b3b321;
}

.xpro-woo-product-grid-category-wrapper{
	position: relative;
	margin-bottom: 5px;
}

.xpro-woo-product-grid-title {
	line-height: 1.2;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

.xpro-woo-product-grid-star-rating-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 14px;
	width: 5.4em;
	font-family: star;
	margin: 7px 0;
}

.star-rating::before {
	content: "sssss";
	color: #dbd3d3;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #f49f02;
}

.xpro-woo-product-grid-price-wrapper{
	margin: 5px 0;
}

.price {
	font-weight: 700;
	font-size: 14px;
	color: #444444;
}

.xpro-woo-product-grid-add-to-cart-btn{
	display: block;
}

.xpro-woo-product-grid-add-to-cart-btn .button{
	position: relative;
	padding: 12px 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background-color: #2b2b2b;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	margin-top: 15px;
}

.xpro-woo-product-grid-add-to-cart-btn .added_to_cart{
	margin: 0 10px;
}

.xpro-woo-product-grid-add-to-cart-btn .loading::after{
	font-size: 15px;
	position: absolute;
	text-indent: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f1ce";
	font-weight: 900;
	animation: rotating 2s infinite linear;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 5px;
	height: 22px;
	width: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 10px;
	top: 8px;
}

.xpro-woo-product-grid-badges-wrapper{
	position: absolute;
	left: 0;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9;
}
.xpro-woo-sale-flash-btn{
	background-color: #fff;
	color: #000;
	padding: 5px 11px;
	-webkit-box-shadow: 2px 2px 2px 2px #0000000d;
	box-shadow: 2px 2px 2px 2px #0000000d;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.xpro-woo-featured-flash-btn{
	background-color: rgb(59, 59, 59);
	color: #fff;
	padding: 5px 11px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.xpro-woo-product-grid-excerpt{
	margin-bottom: 10px;
}

.xpro-woo-out-of-stock-btn{
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

.xpro-woo-product-grid-content-sec{
	padding: 15px 0;
}

.woocommerce table.shop_table .quantity{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* layout 1 */
.xpro-woo-product-grid-layout-1 .xpro-product-grid-hv-cta-section{
	right: -20%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	right: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-btn-section{
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	z-index: 2;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	bottom: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button{
	background-color: #fff;
	color: #2b2b2b;
	-webkit-box-shadow: 2px 2px 2px 2px #0000000d;
	box-shadow: 2px 2px 2px 2px #0000000d;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover{
	background-color: #2b2b2b;
	color: #fff;
}

.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-content-sec{
	padding: 15px 0;
}

/* layout 2 */
.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #0000001a;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-2 .xpro-product-grid-hv-cta-section{
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* layout 3 */
.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #0000001a;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-3 .xpro-product-grid-hv-cta-section{
	top: auto;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-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 .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* layout 4 */
.xpro-woo-product-grid-layout-4 .xpro-product-grid-hv-cta-section{
	top: 40px;
	left: 20px;
	right: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	grid-gap: 0;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	top: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-badges-wrapper{
	right: 0;
	left: auto;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-qv-btn{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-cart-btn{
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn,
.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn{
	border-bottom: 1px solid #eeeeee;
}

.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn:nth-last-child(1),
.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn:nth-last-child(1){
	border-bottom: none !important;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-btn-section{
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	z-index: 2;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	bottom: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button{
	background-color: #fff;
	color: #2b2b2b;
	-webkit-box-shadow: 2px 2px 2px 2px #0000000d;
	box-shadow: 2px 2px 2px 2px #0000000d;
}

.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button:hover{
	background-color: #2b2b2b;
	color: #fff;
}

/* layout 5 */
.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #0000001a;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-5 .xpro-product-grid-hv-cta-section{
	top: -40px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	top: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-btn-section{
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	z-index: 3;
}

.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{
	bottom: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button{
	background-color: #fff;
	color: #2b2b2b;
	-webkit-box-shadow: 2px 2px 2px 2px #0000000d;
	box-shadow: 2px 2px 2px 2px #0000000d;
}

.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover{
	background-color: #2b2b2b;
	color: #fff;
}

/* layout 6 */
.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #0000001a;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-6 .xpro-product-grid-hv-cta-section{
	bottom: -40px;
	top: auto;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	grid-gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	bottom: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-qv-btn{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-cart-btn{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn,
.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn{
	border-right: 1px solid #eeeeee;
}

.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn:nth-last-child(1),
.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn:nth-last-child(1){
	border-right: none !important;
}

/* layout 7 */
.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #0000001a;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-7 .xpro-product-grid-hv-cta-section{
	bottom: -20px;
	top: auto;
	left: auto;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	grid-gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	bottom: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn,
.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn{
	border-radius: 0;
	border-right: 1px solid #eeeeee;
}

.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn:nth-last-child(1),
.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn:nth-last-child(1){
	border-right: none !important;
}

/* layout 8 */
.xpro-woo-product-grid-layout-8 .xpro-product-grid-hv-cta-section{
	bottom: auto;
	z-index: 3;
	top: 20px;
	right: 20px;
	left: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-8 .xpro-cta-btn{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item:hover .xpro-cta-btn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2){
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms;
}

/* layout 9 */
.xpro-woo-product-grid-layout-9 .xpro-product-grid-hv-cta-section{
	top: auto;
	right: auto;
	left: 50%;
	bottom: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-9 .xpro-cta-btn{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item:hover .xpro-cta-btn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2){
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms;
}

/* layout 10 */
.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{
	background-color: #ffffffe6;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.xpro-woo-product-grid-layout-10 .xpro-product-grid-hv-cta-section{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 5px 0;
}

.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{
	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-grid-layout-10 .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%;
	text-align: center;
	border: 0;
	padding: 0;
	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;
	opacity: 0;
	visibility: hidden;
	-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-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{
	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-grid-layout-10 .star-rating{
	margin: 5px auto;
}

.xpro-woo-product-grid-layout-10 .star-rating::before{
	color: #2b2b2b;
}

.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-add-to-cart-btn .button{
	padding: 0;
	background-color: transparent;
	color: #2b2b2b;
	margin: 5px 0 0 0;
	text-decoration: underline;
}

.xpro-woo-product-grid-layout-10 .xpro-hv-qv-btn.xpro-cta-btn,
.xpro-woo-product-grid-layout-10 .xpro-hv-cart-btn.xpro-cta-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn.xpro-cta-btn,
.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-cart-btn.xpro-cta-btn{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn,
.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn i,
.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-qv-cart-btn .button::before{
	color: #2b2b2b;
}
