html, body {


	overflow-x: hidden;
	width: 100vw;
	max-width: 100vw;
}

html body a {
	text-decoration: none;
}

body .w-commerce-commerceaddtocartbutton {
	text-align: center;

}


body .collection-list-2 {
	justify-content: stretch;

}

body .collection-list-wrapper.category_collection_list_wrapper.full_cat {
	 display: block;
}

.slick-cats .slick-list {
	margin: 0 -22px;
}

.slick-cats .slick-slide {
	margin: 0 22px;
}

body .slick-cats .container-3 {

}

body .slick-cats .slick-slide {
	margin-top: 15px;
	margin-bottom: 15px;
}

body .cat-inner {
	width: 100%;
	display: flex;
	background-position: center;
	background-size: 105%;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
	border-radius: 300px;
	border: 1px solid #bb9230;
	position: relative;
	transition: all 0.4s ease-out;
}
body .cat-inner:hover {
	background-size: 115%;
}

.cat-inner.active::before {
	content: '';
	position: absolute;
	width: 111%;
	height: 111%;
	border: 1px solid #BB9230;
	border-radius: 300px;
	z-index: -1;
}

body a span.cat-btn, body a span.cat-btn:hover {
	display: block;
	color: #fff;
	background-color: #bb9230;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none !important;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 12px;
}


.pagi {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
html body .pagi a, .pagi .current {
	color: #000;
	display: block;
	padding: 10px 20px;
	border-radius: 100px;
	overflow: hidden;
	background-color: #efefef;
}

.step-2 {
	text-align: left;
}

.step-2 input, .step-2 select {
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #bebebe;
}

.float-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 30px;

	border-radius: 100px;
	width: 55px;
	height: 55px;
	z-index: 99999;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/wp-content/themes/eridon/res/layout/files/662fcf88a4ea7605604827ad_Group%201171274738.svg);
	transform: rotate(180deg);
}

.item-descr {
	height: auto;
	font-size: 12px;
	overflow-y: auto;
	scrollbar-width: none;
}
.item-descr::-webkit-scrollbar {
	display: none;
}
.item-price {
	width: 40%;
	white-space: nowrap;
	font-size: 13px;
	text-align: right;
	margin: 0;
}

.item-title {
	width: 60%;
	font-size: 13px;
	line-height: 1.2em;
	margin-left: 0;
}

.item-pre {
	min-height: 310px;
}


body .mp-0 {
	margin: 0!important;
	padding: 0!important;
}

body .h-a {
	height: auto !important;
}

.collection-item-2.w-dyn-item {
	justify-content: flex-start;
}



@media (max-width: 1119px) {
	body a span.cat-btn {
		width: 200px;
	}



	span.cat-btn {
		font-size: 10px !important;
	}
	body .slick-cats {
		position: relative;
		left: -5px;
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	.collection-item-2 {
		max-width: 22%;
	}
	.item-pre {
		min-height: 320px;
	}
	body .cat-inner {
		width: 81%;
	}

}

@media (max-width: 769px) {
	.item-pre {
		min-height: 275px;
	}
	.w-nav-button.w--open {
		background-color: #bb9230 !important;
	}
	body .nav-menu-two {
		background: #bb9230;
	}
	body .cat-inner {
		width: 104px;
	}
}
