#index-slider .jcarousel{
	width:100% !important;
}
#index-slider ul li img{
	width:100%;
	height:auto;
	display:block;
}
#index-slider .jcarousel-pagination{
	position:absolute;
	bottom:20px;
}
#index-slider-mobile{
	display:none;
}
#index-slider-mobile .jcarousel{
	width:100% !important;
}
#index-slider-mobile ul li img{
	width:100%;
	height:auto;
	display:block;
}
#index-slider-mobile .container .jcarousel-pagination{
	position:absolute;
	bottom:20px;
}
@media only screen and (max-width:768px) {
	#index-slider{
		display:none;
	}
	#index-slider-mobile{
		display:block;
	}
}

#sale-part{
	background: linear-gradient(135deg, rgba(235,99,240,1) 9%, rgba(60,240,255,1) 100%);
	margin:50px 0 0;
	position:relative;
}
#sale-part:before{
	width:100%;
	height:100%;
	display:block;
	background-image: 
    repeating-radial-gradient(
    circle at center,
    transparent 0px,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 12px
  );
  background-size: cover;
  content:"";
  
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
#sale-part .container{
	padding:70px 0;
	
	position:relative;
	z-index:1;
}
#sale-part .container .section-title{
	margin:0 0 35px;
	
	display:flex;
	justify-content:center;
}
#sale-part .container .section-title p{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#sale-part .container .products .product{
	width: -moz-calc( 25% - 12.75px ) !important;
	width: -webkit-calc( 25% - 12.75px ) !important;
	width: calc( 25% - 12.75px ) !important;
}
#sale-part .container .products .product:nth-child(n+5){
	display:none;
}

@media only screen and (max-width:1090px) {
	#sale-part .container{
		width:100%;
	}
	#sale-part .container .section-title{
		width:-moz-calc( 100% - 40px );
		width:-webkit-calc( 100% - 40px );
		width:calc( 100% - 40px );
		
		margin-right:auto;
		margin-left:auto;
	}
	#sale-part .container .products,
	#sale-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;
	}
	#sale-part .container .products::-webkit-scrollbar ,
	#sale-part .container .products::-webkit-scrollbar {
		display:none;
	}
	#sale-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 28px 0 !important;
		flex-grow:1;
		flex-shrink:0;
		
	}
	#sale-part .container .products .product:last-child{
		margin-left:20px !important;
	}
}

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


.tile-part{
	margin:50px 0 0;
}
.tile-part.mobile{
	display:none;
}
.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( 100% / 3 - 10.66666666666667px );
	width: -webkit-calc( 100% / 3 - 10.66666666666667px );
	width: calc( 100% / 3 - 10.66666666666667px );
	
	position:relative;
}
.tile-part .container .items-wrapper.layout-1 .item{
	width:100%;
}
.tile-part .container .items-wrapper.layout-2 .item{
	width: -moz-calc( 50% - 8px ) !important;
	width: -webkit-calc( 50% - 8px ) !important;
	width: calc( 50% - 8px ) !important;
}
.tile-part .container .items-wrapper.layout-3 .item,
.tile-part .container .items-wrapper.layout-more-than-4 .item{
	width: -moz-calc( 100% / 3 - 10.66666666666667px );
	width: -webkit-calc( 100% / 3 - 10.66666666666667px );
	width: calc( 100% / 3 - 10.66666666666667px );
}
.tile-part .container .items-wrapper.layout-4 .item{
	width: -moz-calc( 25% - 12px );
	width: -webkit-calc( 25% - 12px );
	width: calc( 25% - 12px );
}
.tile-part .container .items-wrapper .item a{
	width:100%;
	overflow:hidden;
	display:block;
	border-radius:10px;
	
	position:relative;
}
.tile-part .container .items-wrapper .item a:after{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0);
	display:block;
	content:'';
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.tile-part .container .items-wrapper .item:hover a:after{
	background:rgba(255,255,255,0.3);
}
.tile-part .container .items-wrapper .item img{
	width:100%;
	height:auto;
	display:block;
	border-radius:10px;
	
	position:relative;
	z-index:0;
}

@media only screen and (max-width:768px) {
	.tile-part.bottom{
		display:none;
	}
	.tile-part.mobile{
		display:block;
		margin-top:0;
	}
}

@media only screen and (max-width:600px) {
	.tile-part .container .items-wrapper .item{
		width:100% !important;
	}
}

#recent-products{
	margin:80px 0 0;
}
#recent-products .container .section-title{
	margin:0 0 35px;
	
	display:flex;
	justify-content:center;
}
#recent-products .container .section-title p{
	font-size:24px;
	font-weight:bold;
	color:#3d184f;
	text-align:center;
}
#recent-products .container .jcarousel-wrapper{
    width: 100%;
    margin: auto;
	overflow: hidden;
	padding:25px 0;
	
	position: relative;
}
#recent-products .container .jcarousel{
	width:100%;
	margin:0 auto;
    overflow: visible;
	
	position: relative;
}
#recent-products .container .products{
	gap:0;
}
#recent-products .container .products .product{
	width:286px !important;
	margin:0 6px !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:50px 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 p{
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	
	padding-bottom:5px;
	
	border-bottom:2px solid rgba(109,25,149,0.6);
}
#blog-part .container .section-title a{
	height:40px;
	display:inline-block;
	margin:0;
	padding:0 15px;
	border-radius:50px;
	
	font-size:14px;
	font-weight:500;
	color:#fff;
	line-height:40px;
	
	position:relative;
	z-index:1;
}
#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-radius: 16px;
	box-shadow:4px 4px 10px -2px rgb(157 157 157 / 20%), -4px 3px 6px -4px rgb(74 74 74 / 20%);
}
#blog-part .container .items-wrapper .blog-item:hover{
	box-shadow:4px 4px 10px -2px rgb(157 157 157 / 30%), -4px 3px 6px -4px rgb(74 74 74 / 30%);
}
#blog-part .container .items-wrapper .blog-item .thumb{
	width:100%;
	height:auto;
	display:block;
	border-radius:16px 16px 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:#666;
	text-align: right;
	text-overflow: ellipsis;
}
#blog-part .container .items-wrapper .blog-item .title,
#blog-part .container .items-wrapper .blog-item .title:visited{
	color:#666;
}
#blog-part .container .items-wrapper .blog-item:hover .title,
#blog-part .container .items-wrapper .blog-item .title:hover{
	color:#333;
}
#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:#1C274C;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
}
#blog-part .container .items-wrapper .blog-item .info .date:before{
	width:15px;
	height:15px;
	background:url('../images/calendar.svg') no-repeat;
	
	display:inline-block;
	content:'';
}
#blog-part .container .items-wrapper .blog-item .info .more-btn{
	width:auto;
	
	font-size:13px;
	color:#777;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
}
#blog-part .container .items-wrapper .blog-item:hover .info .more-btn{
	color:#6d1995;
}
#blog-part .container .items-wrapper .blog-item:hover .info .more-btn svg path{
	fill:#6d1995 !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;
	}
}