/*---------------------------------------------------------
 WooCommerce (woocommerce.scss)
-------------------------------------------------------- */

.builder-section-productgrid.has-background {
	padding: 52px 0 44px;
	padding: 5.2rem 0 4.4rem;
}

.builder-section-productgrid.builder-section-full-width .container {
	max-width: 100%;
}

.builder-section-productgrid .ttfmp-section-paginated,
.builder-section-productgrid .ttfmp-section-paginated {
	overflow: hidden;
}

.builder-section-productgrid .ttfmp-section-paginated > .container,
.builder-section-productgrid .ttfmp-section-paginated > .container {
	position: relative;
}

.builder-section-productgrid .cycle-slideshow {
	overflow: hidden;
	position: relative;
}

.builder-section-productgrid .cycle-slideshow > li:not(:first-child) {
	display: none;
}

.builder-section-productgrid .cycle-slide {
	zoom: 1;
	width: 100%;
}

.builder-section-productgrid .cycle-prev,
.builder-section-productgrid .cycle-next {
	position: absolute;
	z-index: 999;
	top: 45%;
	cursor: pointer;
}

.builder-section-productgrid .cycle-prev:before,
.builder-section-productgrid .cycle-next:before {
	position: relative;
	top: -34px;
	top: -3.4rem;
	color: #eaecee;
	font-family: "Font Awesome 5 Free";
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 1;
}

@media screen and (max-width: 1100px) {
	.builder-section-productgrid .cycle-prev,
	.builder-section-productgrid .cycle-next {
		display: none;
	}
}

.builder-section-productgrid .cycle-prev {
	left: 0;
}

.builder-section-productgrid .cycle-prev:before {
	left: -50px;
	content: "\f0a8";
}

.builder-section-productgrid .cycle-next {
	right: 0;
}

.builder-section-productgrid .cycle-next:before {
	right: -50px;
	content: "\f0a9";
}

.builder-section-productgrid.builder-section-full-width .ttfmp-section-paginated .cycle-prev {
	left: 5px;
}

.builder-section-productgrid.builder-section-full-width .ttfmp-section-paginated .cycle-next {
	right: 5px;
}

.builder-section-productgrid .cycle-pager {
	height: 40px;
	color: #eaecee;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.builder-section-productgrid .cycle-pager span {
	cursor: pointer;
}

.builder-section-productgrid .cycle-pager .cycle-pager-active {
	color: #b9bcbf;
}

.single .builder-section-productgrid .builder-section-content .woocommerce {
	padding: 0;
}

.builder-woocommerce-product-grid-section-title {
	position: relative;
	z-index: 2;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

.single .builder-woocommerce-product-grid-section-title,
.blog .builder-woocommerce-product-grid-section-title {
	padding: 0;
}
