.main {
	background-image: url(../img/bg-catalog.png);
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	background-position: 50% 4%;
	background-size: cover
}

.header {
	background-color: transparent
}

.nav-link {
	display: flex
}

.nav-link a.active-link {
	color: #a6a5a5;
	font-weight: 400
}

.nav-link span {
	color: #a0366b;
	font-weight: 400
}

.nav-link span:first-child {
	padding-left: 5px;
	padding-right: 5px
}

.heading h2 {
	margin-top: 4px;
	font-size: 48px;
	margin-bottom: 51px
}

.section-catalog {
	padding-top: 140px
}

.section-catalog a {
	width: 100%;
	height: 100%
}

.section-catalog a:hover h2 {
	text-decoration: underline;
	color: #f56858
}

.section-body .list {
	padding-top: 24px;
	width: 97%;
	margin: 0 auto
}

.section-body .item-image {
	height: 250px;
	text-align: center;
	background-image: url(../img/catalog.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain
}

.section-body .list-item {
	width: 100%;
	margin-bottom: 10%
}

.section-body .list-item h2 {
	margin: 0;
	color: #b5326c;
	font-family: 'Cocon-Bold', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	text-align: center
}

@media screen and (min-width: 560px) {
	.section-body .list-item {
		width: 50%;
		margin-bottom: 10%
	}
}

@media screen and (min-width: 960px) {
	.section-body .list-item {
		width: 33%;
		margin-bottom: 10%
	}
}

@media screen and (min-width: 1024px) {
	.section-body .list-item {
		width: 25%;
		margin-bottom: 10%
	}
}


.section-catalog .product h2 {
    margin: 0;
    color: #b5326c;
    font-family: 'Cocon-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    /* text-align: center; */
}


.section-catalog .products .price .woocommerce-Price-amount bdi {
    color: #f56958;
    font-weight: 700;
    font-family: 'Cocon-Bold', sans-serif;
	font-size: 24px;
}
.section-catalog .products .price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
	font-size: 24px;
}

.section-catalog .products .button {
	box-shadow: 0 16px 51px rgba(43,43,43,0.19);
    border-radius: 30px;
    background-image: linear-gradient(57deg, #d86859 0%, #e8a467 100%);
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    position: relative;
    font-family: 'Cocon-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.45px;
    z-index: 1;
    /* padding: 18px 41px; */
    text-transform: uppercase;
    transition: all 0.6s;
	margin-top: 8px !important;
}
.section-catalog .products .button:hover {
	color: #fff;
    box-shadow: 0 16px 51px rgba(43,43,43,0.19);
    border-radius: 30px;
    background-image: linear-gradient(#d55f49, #d55f49);
    border: none;
    transition: all 0.6s;
}