.frenzy-product-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.frenzy-product-carousel * {
	box-sizing: border-box;
}

.frenzy-product-carousel::before,
.frenzy-product-carousel::after {
	content: "<";
	position: absolute;
	width: 24px;
	height: 24px;
	background: black;
	top: 40%;
	color: white;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	left: 20px;
}

.frenzy-product-carousel::after {
	content: ">";
	right: 20px;
	left: initial;
}

.frenzy-product-carousel[class*=columns-]::before,
.frenzy-product-carousel[class*=columns-]::after {
	display: none;
}

.frenzy-product-carousel .frenzy-image-list div {
	color: #000;
	text-align: center;
	font-weight: bold;
}

.frenzy-product-carousel .frenzy-image-list .frenzy-shop-button, .frenzy-product-grid .frenzy-shop-button {
	display: none !important;
}

.frenzy-product-carousel .frenzy-single-image .frenzy-clothing, .frenzy-product-grid .frenzy-single-image .frenzy-clothing {
	max-height: -webkit-fill-available;
}

.frenzy-product-carousel .frenzy-image-list li.active {
	margin-left: 50px;
}

ul.products {
	content: "";
	clear: both;
	display: table;
}

[class*=columns-] .product {
	margin-bottom: 1.992em;
}

ul.products li.product {
	float: left;
	margin-right: 3.8%;
	padding: 0;
	position: relative;
	width: 22.05%;
	list-style-type: none;
	border: 1px solid;
	padding: 20px;
	border-radius: 15px;
}

ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0;
	float: none;
}

ul.products.columns-1 li.product .product-inner {
	position: relative;
	display: block;
}

ul.products.columns-1 li.product .product-inner .frenzy-single-image {
	float: left;
	width: 30%;
	height: initial;
}

ul.products.columns-1 li.product .product-inner .hero-prod-right {
	width: 70%;
	float: left;
}

ul.products.columns-1 li.product .product-inner .frenzy-brand {
	margin-top: 8px;
	font-size: 24px;
	line-height: 1em;
	height: 1em;
}

ul.products.columns-1 li.product .product-inner .frenzy-price,
ul.products.columns-1 li.product .product-inner .frenzy-item-title {
	font-size: 16px;
	line-height: 1em;
	height: 1.5em;
}

ul.products.columns-2 li.product {
	width: 46%;
}

ul.products.columns-3 li.product {
	width: 28.75%;
}

ul.products.columns-4 li.product {
	width: 21.05%;
}

ul.products.columns-5 li.product {
	width: 14.9%;
}

ul.products li.last {
	margin-right: 0;
}

.entry .entry-content p.frenzy-image {
	margin: 5px 0 !important;
}

.frenzy-single-image {
	text-align: center;
	height: 180px;
}

ul.products li.last + li.product {
	clear: both;
}

.frenzy-brand {
	text-align: center;
}

.product-inner {
	font-size: 14px;
}

.wp-core-ui .attachment .filename .product-title {
	padding: 3px 3px 0;
	font-size: 11px;
	text-overflow: unset;
	white-space: nowrap;
}

.type-product .thumbnail .centered img {
	width: 100%;
}

.fetch-container-bg {
	color: #000 !important;
	background-color: #f1f1f1 !important;
	border-radius: 16px;
}

.fetch-container:after, .fetch-container:before {
	content: "";
	display: table;
	clear: both
}

.fetch-container {
	padding: 0.01em 16px;
	color: #fff !important;
	background-color: #2196F3 !important;
	border-radius: 16px;
}
