@media screen and (max-width: 1785px) {
	.nav-desktop .menu-pages{
		margin-right: 5px;
	}
	.nav-desktop .menu-pages li a{
		margin: 0px 0px;
	}
	.nav-desktop .menu-border{
		margin-left: 20px;
	}
}

/*@media screen and (max-width: 1680px) {*/
	/*.nav-desktop .menu-pages li{*/
		/*padding: 22px 0px 19.5px 0px;*/
	/*}*/
	/*.nav-desktop .menu-pages li {*/
	    /*margin: 0px 7.5px;*/
	/*}*/
/*}*/
@media screen and (max-width: 1300px) {
	.nav-desktop{
		display: none;
	}
	.nav-tablet{
		display: block;
	}
	.nav-phone{
		display: none;
	}
	.nav-tablet{
		width: 100%;
		height: 69px;
	}
	.nav-tablet ul{
		padding: 0;
		margin: 0;
		display: inline-block;
	}
	.nav-tablet ul li{
		list-style-type: none;
		display: inline-block;
		font-size: 16px;
	}
	.nav-tablet .menu-pages li{
		margin: 0px 30px 0px 30px;
	}
	.nav-tablet ul li a{
		text-decoration: none;
		color: #000;
	}
	.nav-tablet .menu-logo{
		height: 69px;
		width: 398px;
		background-repeat: no-repeat;
		background-image: url("../../assets/img/logo_uitsnede.png");
	}
	.nav-tablet .menu{
		background-color: #fff;
		margin-top: -8px;
		float: left;
		width: 100%;
		text-align: left;
	}
	.nav-tablet .menu-pages{
		text-transform: uppercase;
		text-align: center;
		width: 100%;
        margin:20px 0;
	}
	.nav-tablet .menu-pages li a{
		margin: 2px 0px 10px 0px;
	}
	.nav-tablet .menu-top{
		background: #fff;
		width: calc(100% - 398px);
		float: right;
		height: 69px;
	}
	.nav-tablet .language{
		float: right;
		margin-right: 10px;
		margin-top: 18px;
	}
	.nav-tablet .language li{
		border: 1px solid #e8e8e8;
		padding: 5px;
	}
	.nav-tablet .menu-store{
		border: 1px solid #e8e8e8;
		padding: 5px;
	}
	.nav-tablet .menu-store li{
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #e8e8e8;
	}
	.nav-tablet .menu-store li:last-child{
		border-right: 0 solid;
	}
	.nav-tablet .menu-border{
		float: right;
		margin-left: 10px;
		margin-right: 30px;
		margin-top: 18px;
        display: none;
	}
	.nav-tablet .active-page{
		border-bottom: 6px solid #000;
	}
	.block-three-head-text {
	    font-size: 30px;
	    line-height: 42px;
	}
}
@media screen and (max-width: 1200px) {
	.bikini-detail-background{
		margin-bottom: 30px;
		padding: 0 0 15px 15px;
	}
	.check-div{
		margin-top: 30px;
	}
	.thumb-container{
		width: 100%;
		height: 100px;
		display: inline-block;
	}
	.thumb-container div{
		/*height: 100px;*/
		display: inline-block;
		margin-right: 5px;
	}
	.thumb-div{
		width: 20%;
	}
	.thumb{
		/*height: 100px;*/
		/*width: 100px;*/
		display: inline-block;
	}
	.add-wishlist{
		margin-top: 11.5px;
	}
	a.add-wishlist{
		margin-left: 10px;
	}
	.related-products{
		border-top: 1px dotted #ccc;
		margin-top: 80px;
		margin-bottom: 100px;
	}
	.related-products-header{
		text-transform: uppercase;
		text-align: center;
		margin: 30px 0;
	}
}
@media screen and (max-width: 1160px) {
	.nav-tablet .menu-pages li{
		margin: 0px 15px 0px 15px;
	}
	.block-three-head-text {
	    font-size: 25px;
	    line-height: 42px;
	}
}
@media screen and (max-width: 1000px) {
	.block-three-head-text{
		font-size: 20px;
		line-height: 32px;
	}
	.block1 h2{
		margin: 20% 30px 20px 30px;
	}
	.block2 h2{
		margin: 20% 0px 35px 0px;
	}
	.block2 p{
		padding: 0px 20px;
	}
	.block3 p{
		margin-top: 20%;
	}
}
@media screen and (max-width: 992px) {
	.nav-desktop{
		display: none;
	}
	.nav-tablet{
		display: none;
	}
	.nav-phone{
		display: block;
		width: 100%;
        background:#fff;
	}

	.nav-phone ul{
		padding: 0;
		margin: 0;
	}
	.nav-phone ul li{
		list-style-type: none;
		font-size: 12px!important;
	}
	.nav-logo-phone{
		position: relative;
		width: 100%;
		background-color: #fff;
		display: inline-block;
	}
	.nav-logo-phone a{
		bottom: 10px;
		float: left;
		width: calc(100% - 50px);
		box-sizing: border-box;
		padding: 5px 0;
	}
	.nav-logo-phone a img{
		background-color: #000;
		width: 100%;
		max-width: 244px;
	}
	.nav-logo-phone i{
		color: #000;
		float: right;
		margin: 10px 15px 10px 0;
		box-sizing: border-box;
		padding: 5px 0;
	}
	.bars{
		z-index: 500;
		margin: 0 auto;
	}
	.fa-times{
		display: none;
	}
	.nav-phone ul li a{
		text-decoration: none;
		color: #000;
	}
	.nav-phone .menu-pages{
		display: none;
		text-transform: uppercase;
		text-align: center;
		background-color: #fff;
		margin-top: 40px;
	}
	.nav-phone .menu-pages li{
		padding: 15px;
	}
	.nav-phone .active-page{
		border: none!important;
		background-color: #000;
	}
	.nav-phone .active-page a{
		color: #fff;
	}
	.nav-phone .menu-top{
		background-color: #fff;
		width: 100%;
	}
	.nav-phone .language{
		float: left;
		padding: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
        display:none;
	}
	.nav-phone .language li{
		border: 1px solid #e8e8e8;
		padding: 5px;
		display: inline-block;
	}
	.nav-phone .menu-store{
		border: 1px solid #e8e8e8;
		padding: 5px;
	}
	.nav-phone .menu-store li{
		padding: 0px 0px;
		display: inline-block;
	}
	.nav-phone .menu-store li:nth-child(1){
		padding-left: 5px;
		padding-right: 10px;
		border-right: 1px solid #e8e8e8;
	}
	.nav-phone .menu-store li:nth-child(2){
		padding-left: 10px;
		padding-right: 5px;
	}
	.nav-phone .menu-border{
		float: left;
		margin-left: 10px;
		margin-right: 20px;
		margin-top: 10px;
        display: none;
	}
	.nav-phone .active-page{
		border-bottom: 6px solid #000;
	}
	.content-1{
		margin-top: 200px;
	}
	.sliderText h2{
	    font-size: 35px;
	}
	.sliderText p{
	    font-size: 13px;
	}
	.header-content{
		margin-top: 175px;
	}
	.header-content h3{
		margin-top: 30px;
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.block1 ,.block2 ,.block3{
		width: 100%;
		overflow: hidden;
		height: 350px;
		position: relative;
	}
	.block1 h2{
		margin: 12.5% 30px 20px 30px;
	}
	.block2 h2{
		margin: 12.5% 0px 35px 0px;
	}
	.block3 p{
		margin-top: 12.5%;
	}
	.block-three-head-text{
		text-transform: uppercase;
		font-size: 40px;
		line-height: 42px;
	}
	.email{
		width: 400px;
		height: 26px;
		border: 1px solid #fff;
		background-color: #35c1dc;
		color: #fff;
		margin-right: 10px;
	}
	.products h1 {
	    font-size: 35px;
	    margin-bottom: 75px;
	    margin-top: 75px;
	}
	.filter-mobile{
		display: block;
	}
	.filter{
		margin-left: 0;
		margin-bottom: 20px;
		display: none;
	}
	.products{
		margin: 0;
	}
	.pagination{
		text-align: center;
	}
/*	.store-logo-container{
		height: 150px!important;
		position: relative;
	}*/
}
@media screen and (max-width: 500px) {
	.block1 ,.block2 ,.block3{
		width: 100%;
		overflow: hidden;
		height: 350px;
		position: relative;
	}
	.block-three-head-text{
		text-transform: uppercase;
		font-size: 30px;
		line-height: 30px;
	}
	.block1 h2{
		margin: 20% 30px 20px 30px;
	}
	.block2 h2{
		margin: 20% 0px 35px 0px;
	}
	.block2 p{
		padding: 0px 20px;
	}
	.block3 p{
		margin-top: 20%;
	}
	.email{
		width: calc(100% - 100px);
		height: 26px;
		border: 1px solid #fff;
		background-color: #35c1dc;
		color: #fff;
		margin-right: 10px;
	}
	.products{
		padding: 0px 25px;
	}
	.products-little h1 {
	    font-size: 25px;
	    text-align: center;
	    text-transform: uppercase;
	    margin-bottom: 75px;
	}
	.header-content{
		margin-top: 150px;
	}
	.header-content h3{
		margin-top: 25px;
		font-size: 20px;
	}
}