#index-slider{
	margin:50px 0 0;
}
#index-slider .container .jcarousel{
	width:100%;
	border-radius:20px;
}
#index-slider .container .jcarousel:before{
	width:108px;
	height:62px;
	background:url('../images/slider-slimi.webp') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	content:'';
	display:block;
	margin-left:-54px;
	
	position:absolute;
	top:0;
	left:50%;
	z-index:999;
}
#index-slider .container ul li img{
	width:100%;
	height:auto;
	display:block;
	margin:0;
	border-radius:20px;
}
#index-slider .container .jcarousel-control-prev,
#index-slider .container .jcarousel-control-next{
	width:40px;
	height:40px;
	border:0;
	padding:0;
	margin:-10px 0 0 0;
	
	position: absolute;
	top:50%;
}
#index-slider .container .jcarousel-control-next{
	left:10px;
}
#index-slider .container .jcarousel-control-prev{
	right:10px;
}
#index-slider .container .jcarousel-control-prev svg,
#index-slider .container .jcarousel-control-next svg{
	width:40px;
	height:40px;
}
#index-slider .container .jcarousel-pagination{
	position:absolute;
	bottom:20px;
}
#index-slider-mobile{
	display:none;
}
#index-slider-mobile .container,
#index-slider-mobile .container .jcarousel{
	width:100%;
}
#index-slider-mobile .container ul li img{
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
#index-slider-mobile .container .jcarousel-pagination{
	position:absolute;
	bottom:20px;
}
@media only screen and (max-width:1100px) {
	#index-slider .container .jcarousel:before{
		width:80px;
		margin-left:-40px;
		
		z-index:999;
	}
}
@media only screen and (max-width:768px) {
	#index-slider{
		display:none;
	}
	#index-slider-mobile{
		display:block;
	}
}

#bestselling-part{
	background:url('../images/index-bestselling.webp') no-repeat top center;
	margin:80px 0 0;
}
#bestselling-part .container{
	padding-top:15px;
}
#bestselling-part .container .section-title{
	height:40px;
	margin:0 0 35px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#bestselling-part .container .section-title .line{
	width:-moz-calc(100% - 330px);
	width:-webkit-calc(100% - 330px);
	width:calc(100% - 330px);
	
	height:3px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:block;
	content:'';
}
#bestselling-part .container .section-title p{
	display:inline-block;
	margin:0;
	padding-left:5px;
	
	font-size:18px;
	font-weight:500;
	color:#fff;
}
#bestselling-part .container .section-title a{
	height:40px;
	background:#fff;
	display:inline-block;
	margin:0;
	padding:0 15px;
	border:1px solid #fff;
	border-radius:50px;
	
	font-size:14px;
	font-weight:500;
	color:#bd9049;
	line-height:40px;
}
#bestselling-part .container .section-title a:hover{
	border-color:#bd9049;
}
#bestselling-part .container .products .product{
	width: -moz-calc( 25% - 12.75px ) !important;
	width: -webkit-calc( 25% - 12.75px ) !important;
	width: calc( 25% - 12.75px ) !important;
}
#bestselling-part .container .products .product:nth-child(n+5){
	display:none;
}

@media only screen and (max-width:1090px) {
	#bestselling-part .container{
		width:100%;
	}
	#bestselling-part .container .section-title{
		width:-moz-calc( 100% - 40px );
		width:-webkit-calc( 100% - 40px );
		width:calc( 100% - 40px );
		
		margin-right:auto;
		margin-left:auto;
	}
	#bestselling-part .container .products,
	#bestselling-part .container .products{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:0 !important;
	}
	#bestselling-part .container .products::-webkit-scrollbar ,
	#bestselling-part .container .products::-webkit-scrollbar {
		display:none;
	}
	#bestselling-part .container .products .product{
		width: -moz-calc( 100% / 3 - 70px ) !important;
		width: -webkit-calc( 100% / 3 - 70px ) !important;
		width: calc( 100% / 3 - 70px ) !important;
		
		min-width:250px !important;
		display:flex !important;
		float:right !important;
		margin:0 20px 15px 0 !important;
		flex-grow:1;
		flex-shrink:0;
		
	}
	#bestselling-part .container .products .product:last-child{
		margin-left:20px !important;
	}
}

@media only screen and (max-width:880px) {
	#bestselling-part .container .products .product{
		min-width:300px !important;
		
	}
}
@media only screen and (max-width:750px) {
	#bestselling-part .container .products .product{
		min-width:280px !important;
		
	}
}
@media only screen and (max-width:660px) {
	#bestselling-part .container .products .product{
		min-width:240px !important;
		
	}
}
@media only screen and (min-width:551px) and (max-width:570px) {
	#bestselling-part .container .products .product{
		min-width:230px !important;
		
	}
	#bestselling-part .container .products .product .button{
		padding:0 10px;
	}
}
@media only screen and (max-width:550px) {
	#bestselling-part .container .section-title .line{
		width:-moz-calc(100% - 300px);
		width:-webkit-calc(100% - 300px);
		width:calc(100% - 300px);
	}
	#bestselling-part .container .section-title p{
		font-size:16px;
	}
	#bestselling-part .container .section-title a{
		font-size:12px;
	}
	#bestselling-part .container .products .product{
		min-width:300px !important;
		
	}
}
@media only screen and (max-width:390px) {
	#bestselling-part .container .products .product{
		min-width:270px !important;
		
	}
}
@media only screen and (max-width:355px) {
	#bestselling-part .container .products .product{
		min-width:230px !important;
		
	}
	#bestselling-part .container .products .product .button{
		padding:0 10px;
	}
}


.tile-part{
	margin:80px 0 0;
}
.tile-part .container .section-title{
	width:60%;
	height:40px;
	margin:0 auto 24px;
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
.tile-part .container .section-title:before{
	width:100%;
	height:1px;
	background: linear-gradient(to right, white 0%, #cccccc 20%, #cccccc 80%, white 100%);
	display:block;
	content:'';
	
	position:absolute;
	top:50%;
	left:0;
	z-index:0;
}
.tile-part .container .section-title p{
	background:#fff;
	display:inline-block;
	margin:0;
	padding:0 15px;
	
	font-size:20px;
	font-weight:500;
	color:#000;
	
	position:relative;
	z-index:1;
}
.tile-part .container .items-wrapper{
	width:100%;
	
	display:flex;
	justify-content:flex-start;
	align-items:top;
	flex-wrap:wrap;
	gap:16px;
}
.tile-part .container .items-wrapper .item{
	width: -moz-calc( 25% - 12px ) !important;
	width: -webkit-calc( 25% - 12px ) !important;
	width: calc( 25% - 12px ) !important;
}
.tile-part .container .items-wrapper .item .thumb{
	width:100%;
	display:block;
	
	position:relative;
}
.tile-part .container .items-wrapper .item .thumb:before{
	width:100%;
	height:100%;
	background:#d6d6d6;
	border-radius:16px;
	content:'';
	display:block;
	
	position:absolute;
	z-index:0;
}
.tile-part .container .items-wrapper .item:hover .thumb:before{
	rotate:-3deg;
}
.tile-part .container .items-wrapper .item .thumb a{
	width:100%;
	background:#fff;
	display:block;
	overflow:hidden;
	padding:2px;
	border:1px solid #e5e5e5;
	border-radius:16px;
	margin-bottom:12px;
	
	position:relative;
	z-index:1;
}
.tile-part .container .items-wrapper .item .thumb a img{
	width:100%;
	height:auto;
	display:block;
	border-radius:16px;
	
	position:relative;
	z-index:0;
}
.tile-part .container .items-wrapper .item .thumb a:before{
	width:-moz-calc( 100% - 4px );
	width:-webkit-calc( 100% - 4px );
	width:calc( 100% - 4px );

	height:-moz-calc( 100% - 4px );
	height:-webkit-calc( 100% - 4px );
	height:calc( 100% - 4px );

	background-color:rgba(189,144,73,0);
	display:block;
	border-radius:16px;
	content:'';

	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);

	-moz-transition: background-color 0.2s ease 0.3s, -moz-box-shadow 0.5s ease 0.3s !important;
	-webkit-transition: background-color 0.2s ease 0.3s, -webkit-box-shadow 0.5s ease 0.3s !important;
	-o-transition: background-color 0.2s ease 0.3s, box-shadow 0.5s ease 0.3s !important;
	transition: background-color 0.2s ease 0.3s, box-shadow 0.5s ease 0.3s !important;

	position:absolute;
	z-index:2;
}
.tile-part .container .items-wrapper .item:hover .thumb a:before{
	background-color:rgba(189,144,73,0.9);

	-moz-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.3);

	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.tile-part .container .items-wrapper .item .thumb a:after {
	width:89px;
	height:89px;
	background-image: url('../images/logo-tile.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	opacity: 0;
	pointer-events: none;

	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;

	-webkit-transform: translate(-50%, -50%) scale(0.5) rotate(-10deg);
	-moz-transform: translate(-50%, -50%) scale(0.5) rotate(-10deg);
	-o-transform: translate(-50%, -50%) scale(0.5) rotate(-10deg);
	transform: translate(-50%, -50%) scale(0.5) rotate(-10deg);

	filter: blur(4px);

	-webkit-transition:
		opacity 0.4s ease 0s,
		-webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s,
		-webkit-filter 0.4s ease 0s;
	-moz-transition:
		opacity 0.4s ease 0s,
		-moz-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s,
		-moz-filter 0.4s ease 0s;
	-o-transition:
		opacity 0.4s ease 0s,
		-o-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s,
		-o-filter 0.4s ease 0s;
	transition:
		opacity 0.4s ease 0s,
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s,
		filter 0.4s ease 0s;
}
.tile-part .container .items-wrapper .item:hover .thumb a:after {
	opacity: 1;

	-webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	-moz-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	-o-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	transform: translate(-50%, -50%) scale(1) rotate(0deg);

	filter: blur(0);

	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.tile-part .container .items-wrapper .item .title{
	width:100%;
	overflow: hidden;
	display:block;
	
	font-size: 14px;
	font-weight: 500;
	color:#494949;
	text-align: center;
}
.tile-part .container .items-wrapper .item:hover .title{
	color:#bd9049;
}

@media only screen and (max-width:870px) {
	.tile-part .container .section-title p {
		font-size:18px;
	}
	.tile-part .container .items-wrapper .item{
		width: -moz-calc( 50% - 12px ) !important;
		width: -webkit-calc( 50% - 12px ) !important;
		width: calc( 50% - 12px ) !important;
	}
}
@media only screen and (max-width:768px) {
	.tile-part{
		margin-top:25px;
	}
}
@media only screen and (max-width:480px) {
	.tile-part .container .items-wrapper .item .thumb a:after {
		width:50px;
		height:70px;
	}
}
@media only screen and (min-width:391px) and (max-width:450px) {
	.tile-part .container .items-wrapper .item .title{
		font-size: 13px;
	}
}
@media only screen and (max-width:390px) {
	.tile-part .container .items-wrapper .item{
		width:100% !important;
	}
}

#about-part{
	background:url('../images/index-about.webp') no-repeat;
	background-attachment: fixed;
	background-position:center center;
	
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	
	overflow:hidden;
	margin:80px 0 0;
}
#about-part .container{
	padding:60px 0;
	
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
#about-part .container .right{
	width:40%;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#about-part .container .left{
	width:60%;
	
	font-size:14px;
	color:#fff;
	line-height:30px;
}
#about-part .container .left .title{
	font-size:24px;
	font-weight:500;
	color:#fff;
}
#about-part .container .left .title span{
	color:#ffc2ba;
}

@media only screen and (max-width:1024px) {
	#about-part .container .right{
		width:250px;
	}
	#about-part .container .left{
		width:-moz-calc( 100% - 250px );
		width:-webkit-calc( 100% - 250px );
		width:calc( 100% - 250px );
	}
}
@media only screen and (max-width:768px) {
	#about-part .container .right{
		width:200px;
	}
	#about-part .container .left{
		width:-moz-calc( 100% - 200px );
		width:-webkit-calc( 100% - 200px );
		width:calc( 100% - 200px );
	}
}
@media only screen and (max-width:680px) {
	#about-part .container{
		padding:40px 0;
		flex-direction:column;
	}
	#about-part .container .right{
		width:100%;
	}
	#about-part .container .right img{
		width:100px;
		height:auto;
	}
	#about-part .container .left{
		width:100%;
		
		text-align:center;
	}
}

#recent-products{
	margin:80px 0 0;
}
#recent-products .container .section-title{
	width:60%;
	height:40px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#recent-products .container .section-title:before{
	width:100%;
	height:1px;
	background: linear-gradient(to right, white 0%, #cccccc 20%, #cccccc 80%, white 100%);
	display:block;
	content:'';
	
	position:absolute;
	top:50%;
	left:0;
	z-index:0;
}
#recent-products .container .section-title p{
	background:#fff;
	display:inline-block;
	margin:0;
	padding:0 15px;
	
	font-size:20px;
	font-weight:500;
	color:#000;
	
	position:relative;
	z-index:1;
}
#recent-products .container .jcarousel-wrapper{
    width: 100%;
    margin: auto;
	overflow: hidden;
	padding:25px 0;
	
	position: relative;
}
#recent-products .container .jcarousel{
	width:-moz-calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
	width:calc(100% - 270px);
	margin:0 auto;
    overflow: visible;
	
	position: relative;
}
#recent-products .container .jcarousel-control-prev,
#recent-products .container .jcarousel-control-next{
	width:135px;
	height:100%;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 100%);
	border:0;
	padding:0;
	margin:0;
	
	position: absolute;
	top:0;
	z-index:10;
}
#recent-products .container .jcarousel-control-prev{
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
}
#recent-products .container .jcarousel-control-prev svg,
#recent-products .container .jcarousel-control-next svg{
	width:40px;
	height:40px;
}
#recent-products .container .products{
	gap:0;
}
#recent-products .container .products .product{
	width:286px !important;
	margin:0 12px !important;
	float:right !important;
	clear:unset !important;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

@media only screen and (max-width:850px) {
	#recent-products .container{
		width:100%;
	}
	#recent-products .container .jcarousel{
		width:100%;
	}
	#recent-products .container .products{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		direction:rtl;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:0 !important;
	}
	#recent-products .container .products::-webkit-scrollbar ,
	#recent-products .container .products::-webkit-scrollbar {
		display:none;
	}
	#recent-products .container .products .product{
		width: -moz-calc( 100% / 3 - 70px ) !important;
		width: -webkit-calc( 100% / 3 - 70px ) !important;
		width: calc( 100% / 3 - 70px ) !important;
		
		min-width:280px !important;
		display:flex !important;
		float:right !important;
		margin:0 20px 28px 0 !important;
		flex-grow:1;
		flex-shrink:0;
		
	}
	#recent-products .container .products .product:last-child{
		margin-left:20px !important;
	}
}

@media only screen and (max-width:660px) {
	#recent-products .container .products .product{
		min-width:250px !important;
		
	}
}
@media only screen and (min-width:551px) and (max-width:570px) {
	#recent-products .container .products .product{
		min-width:230px !important;
		
	}
	#recent-products .container .products .product .button{
		padding:0 10px;
	}
}
@media only screen and (max-width:550px) {
	#recent-products .container .products .product{
		min-width:300px !important;
		
	}
}
@media only screen and (max-width:390px) {
	#recent-products .container .products .product{
		min-width:270px !important;
		
	}
}
@media only screen and (max-width:355px) {
	#recent-products .container .products .product{
		min-width:230px !important;
		
	}
	#recent-products .container .products .product .button{
		padding:0 10px;
	}
}

#blog-part{
	margin:80px 0 0;
}
#blog-part .container .section-title{
	height:40px;
	margin:0 0 24px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	position:relative;
}
#blog-part .container .section-title .line{
	width:-moz-calc( 100% - 280px );
	width:-webkit-calc( 100% - 280px );
	width:calc( 100% - 280px );
	
	height:3px;
	background:#fff;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	display:block;
}
#blog-part .container .section-title p{
	background:#fff;
	display:inline-block;
	margin:0;
	padding-left:5px;
	
	font-size:18px;
	font-weight:500;
	color:#747474;
	
	position:relative;
	z-index:1;
}
#blog-part .container .section-title a{
	height:40px;
	background:#bd9049;
	display:inline-block;
	margin:0;
	padding:0 15px;
	border:1px solid #bd9049;
	border-radius:50px;
	
	font-size:14px;
	font-weight:500;
	color:#fff;
	line-height:40px;
	
	position:relative;
	z-index:1;
}
#blog-part .container .section-title a:hover{
	background:#fff;
	color:#bd9049;
}
#blog-part .container .items-wrapper{
	width:100%;
	
	display:flex;
	justify-content:flex-start;
	align-items:top;
	flex-wrap:wrap;
	gap:13px;
}
#blog-part .container .items-wrapper .blog-item{
	width: -moz-calc( 25% - 9.75px ) !important;
	width: -webkit-calc( 25% - 9.75px ) !important;
	width: calc( 25% - 9.75px ) !important;
	
	background:#FFF;
	border:1px solid #d2d2d2;
	border-radius: 16px;
	padding:2px;
}
#blog-part .container .items-wrapper .blog-item:hover{
	border-color:#bd9049;
}
#blog-part .container .items-wrapper .blog-item .thumb{
	width:100%;
	height:auto;
	display:block;
	border-radius:14px 14px 0 0;
	margin-bottom:12px;
}
#blog-part .container .items-wrapper .blog-item .title{
	width:100%;
	height:56px;
	overflow: hidden;
	padding:0 10px;
	margin-bottom:10px;
	display:block;
	
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	color:#707070;
	text-align: right;
	text-overflow: ellipsis;
}
#blog-part .container .items-wrapper .blog-item .title,
#blog-part .container .items-wrapper .blog-item .title:visited{
	color:#707070;
}
#blog-part .container .items-wrapper .blog-item:hover .title,
#blog-part .container .items-wrapper .blog-item .title:hover{
	color:#282828;
}
#blog-part .container .items-wrapper .blog-item .info{
	width:100%;
	height:20px;
	overflow: hidden;
	padding:0 10px;
	margin-bottom:10px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
#blog-part .container .items-wrapper .blog-item .info .date{
	width:auto;
	
	font-size:11px;
	color:#a4a4a4;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
}
#blog-part .container .items-wrapper .blog-item .info .date:before{
	width:10px;
	height:10px;
	background:url('../images/calendar.webp') no-repeat;
	
	display:inline-block;
	content:'';
}
#blog-part .container .items-wrapper .blog-item .info .more-btn{
	width:auto;
	
	font-size:13px;
	color:#656565;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
}
#blog-part .container .items-wrapper .blog-item:hover .info .more-btn{
	color:#bd9049;
}
#blog-part .container .items-wrapper .blog-item:hover .info .more-btn svg line,
#blog-part .container .items-wrapper .blog-item:hover .info .more-btn svg polyline{
	stroke:#bd9049 !important;
}

@media only screen and (min-width:691px) and (max-width:900px) {
	#blog-part .container .items-wrapper .blog-item{
		width: -moz-calc( ( 100% / 3 ) - 8.666666666666667px ) !important;
		width: -webkit-calc( ( 100% / 3 ) - 8.666666666666667px ) !important;
		width: calc( ( 100% / 3 ) - 8.666666666666667px ) !important;
	}
	#blog-part .container .items-wrapper .blog-item:nth-child(4){
		display:none;
	}
}
@media only screen and (max-width:690px) {
	#blog-part .container .items-wrapper .blog-item{
		width: -moz-calc( 50% - 6.5px ) !important;
		width: -webkit-calc( 50% - 6.5px ) !important;
		width: calc( 50% - 6.5px ) !important;
	}
}
@media only screen and (max-width:460px) {
	#blog-part .container .section-title p{
		font-size:16px;
	}
	#blog-part .container .section-title a{
		font-size:12px;
	}
	#blog-part .container .items-wrapper .blog-item{
		width:100% !important;
	}
}


#archive-description{
	margin:80px 0 0;
}
#archive-description .container .block-wrapper{
	width:100%;
	height:200px;
	background:#fff;
	overflow:hidden;
	
	font-size:14px;
	color:#676767;
	line-height:30px;
	text-align:justify;
	
	position:relative;
}
#archive-description .container .block-wrapper.active{
	height:auto;
	padding-bottom:50px;
}
#archive-description .container .block-wrapper h2:first-child{
	text-align:right;	
}
#archive-description .container .block-wrapper h3,
#archive-description .container .block-wrapper h4{
	margin-bottom:6px;
}
#archive-description .container .block-wrapper ol,
#archive-description .container .block-wrapper ul{
	margin-right:15px;
	margin-left:0;
	padding:0;
}
#archive-description .container .block-wrapper .more-btn{
	width:100%;
	height:65px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 100%);
	overflow:hidden;
	cursor:pointer;
	
	display:flex;
	justify-content:center;
	align-items:end;
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
#archive-description .container .block-wrapper.active .more-btn{
	height:50px;
}
#archive-description .container .block-wrapper .more-btn span{
	color:#bd9049;
	font-weight:500;
	text-align:center;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
#archive-description .container .block-wrapper .more-btn span:after{
	width:15px;
	height:15px;
	background:url('../images/arrow-left.svg') no-repeat;
	content:'';
	display:block;
}