@media screen and (max-width:1080px){
	.horizontal-scrolling{
		width:initial;
	}
}
@media screen and (max-width:768px){
	#column-container{
		padding:10px;
		box-sizing:border-box;
	}
	.content ul li{
		width: 350px;
	}
	.browse:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow:none;
	}
	.lprow{
		width:initial;
	}
	.lprow .drawing{
		display:none;
	}
	.lprow .main-lpblock{
		width:100%;
		display: flex;
		height:initial;
		align-items: center;
		justify-content: center;
		flex-direction:column;
		padding: 30px 0px 30px 0px;
	}
	.lprow .main-lpblock .title, .lprow .main-lpblock .subtitle, .lprow .main-lpblock .content{
		margin-left:0;
	}
	.lprow .main-lpblock .title{
		margin-top:0px;
	}
	.lprow .main-lpblock .button{
		position:relative;
		margin-top: 10px;
		right:initial;
		bottom:initial;
	}
}
@media screen and (max-width:400px){
	.horizontal-scrolling{
		height:260px;
	}
	.lprow{
		height:400px;
	}
	.browse img{
		width:
	}
	.content ul li{
		width: 320px;
	    height: 320px;
	}
	.content ul li img{
		width:100%;
	}
	.showcase {
		height: 380px;
		width: 320px;
		position: fixed;
		top: calc(50% - 160px);
		left: calc(50% - 160px);
		z-index: 99999;
		background: white;
		padding: 30px;
		box-sizing: border-box;
	}
	.showcase .left-col, .showcase .right-col{
		width:100%;
	}
	.showcase .left-col img{
		width:50%;
	}
	.showcase .right-col .item-name, .showcase .right-col .show-more a{
		text-align:center;
		font-size:12px;
		margin-bottom:0;
	}
	.showcase .right-col .show-more a{
		font-size:14px;
	}
	.showcase .right-col .show-more{
		margin-bottom:10px;
	}
	.showcase .qty, .showcase .price{
		width:50%!important;
	}
	.showcase .add-to-cart{
		font-size:14px;
	}
}

@media screen and (max-width:1128px){
	#slider-container{
		max-width:100%;
	}
}
@media screen and (max-width:768px){
	#slider-container span{
		padding-left:30%;
	}
	#slider-container span#slider-energy{
		top: 59%;
	    left: 43%;
	    color: #FFB549;
	}
}
@media screen and (max-width:640px){
	#slider-container{
		background-size:cover;
		background-position:center 0;
		max-height: 250px;
	}
	#slider-container .slider-title{
		padding-top:30px;
	}
	#slider-container span{
		padding-left:30px;
	}
	#slider-container span#slider-relax,
	#slider-container span#slider-energy,
	#slider-container span#slider-happy{
		position: absolute;
	    top: initial;
	    bottom: 0;
	    width: 34%;
	    box-sizing: border-box;
	    text-align: center;
		padding:10px 0px;
	}
	#slider-container span#slider-relax{
		left:66%;
	}
	#slider-container span#slider-energy{
		left:33%;
	}
	#slider-container span#slider-happy{
		left:0;
	}
	#slider-happy:after,
	#slider-relax:after,
	#slider-energy:after {
		left:75%;
		top:35%;
	}
}
@media screen and (max-width:540px){
	#slider-happy:after,
	#slider-relax:after,
	#slider-energy:after {
		left:90%;
	}
}
@media screen and (max-width:400px){
	#slider-container span{
		padding-left:30px;
		padding-right:30px;
	}
	ul.slider-container{
		height:700px;
		display:block;
	}
	.content ul{
		height:700px;
		width:100%;
	}
	#lpblock2, #lpblock4, #lpblock8{
		height:700px;
	}
}
