

/*-------------------SHOP----------------------*/

.wrapper{
	min-height:100%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}
.shop{
	padding:50px 30px;
	flex:1 1 auto;
}

.shop-body input[type=text]{
	float: left;
    padding: 6px;
    border: none;
    font-size: 17px;
		font-family: 'Nunito', sans-serif;
	width: 245px;
	margin-bottom: 10px;
	margin-right: 20px;
}

/*----------------------------------------sort by------------------------------------------*/
.dropbtn {
  
  border:1px solid #54534A;
  color: black;
  padding: 4px 80px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
	font-size:14px;
	font-weight:400;
	
}

.dropbtn:hover, .dropbtn:focus {
  border:1px solid #54534A;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size:1em;
  font-weight:400;
}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

#Filters-Burger{
	display: none;
}
/*----------------------------------------------------------end sort by-----------------------------------------*/


.shop-container{
	/*border:1px solid purple;*/	
}
.shop-title{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#038ece;
	max-width:1300px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:30px;
	margin-left: 0px;
	
}
.search-sort-page{
	display: flex;
	margin-bottom:20px;
	justify-content:right;
  flex-wrap:wrap;
}
.search-sort-page-column{
	flex:0 1 50%;
}
.page-numbers{
	text-align: right;
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:600;
}
.page-numbers a{
	padding-left: 2px;
	padding-right: 2px;
	color:#54534A;
}
.page-numbers a.current{
	font-weight:900;
	color:#038ece;
}

.page-numbers span{
	padding-left: 2px;
	padding-right: 2px;
	color:#54534A;
	cursor:  pointer;
	cursor:  hand;
	font-weight:600;
}
.page-numbers span.current{
	font-weight:900;
	color:#038ece;
}


/*----------------| FILTERS |-----------------------------------------*/

.filter-shop-container{
	display:flex;
	margin:0 auto;
	max-width:1600px;
}
.filter-container{
	margin-top: 58px;
	margin-right: 15px;
	min-width: 150px;
}
.filter-by{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.2em;
	font-weight:600;
	color:#038ece;
	margin:0 auto;
	padding-right: 20px;
}
.filter-block{
	margin-top: 20px;
}
.filter-category{
	font-family: 'Nunito', sans-serif;
	font-size:1.1em;
	font-weight:900;
	letter-spacing: 0.5px;
	color:#54534A;
	margin-bottom:10px;
}
.filter-menu{
	font-family: 'Nunito', sans-serif;
	font-size:1.05em;
	font-weight:600;
	letter-spacing: 0.5px;
	line-height: 20px;
	color:#54534A;
}

.filter-menu{
	font-family: 'Nunito', sans-serif;
	font-size:1.05em;
	font-weight:600;
	letter-spacing: 0.5px;
	line-height: 20px;
	color:#54534A;
}

ul.filter-menu-list li{
	cursor:  pointer;
	cursor:  hand;
}

ul.filter-menu-list li.checked{
	
	color: #038ece;	
}

ul.filter-menu-list li.checked::after {
  content:  ' \2713';
}


/*----------------| FILTERS END|--------------------------------------*/



.shop-body{
	max-width:1500px;
	margin:0px auto;
}
.shop-row{
	display:flex;
	margin:0px -10px;
	flex-wrap:wrap;
	justify-content:center;
}
.shop-column{
	flex:0 1 20%;
	padding:0px 10px;
}
.shop-item{
	color:#54534A;
	margin-bottom:45px;
}
.shop-item-image{
	width:100%
}
.shop-item-subtitle{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.2em;
	font-weight:500;
	color:#54534A;
	padding:15px 15px 18px 0px;
	/*line-height: 23px;*/
}
.sh-im-size{
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:400;
	color:#4b4a42;
}
.sh-im-text{
	font-family: 'Nunito', sans-serif;
	font-size:0.89em;
	font-weight:700;
	letter-spacing: 0.5px;
	color:#4b4a42;
}
.price-more-row{
	margin-top: 8px;
	margin-bottom:12px;
}	
.price{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1em;
	font-weight:600;
	color:#54534A;
}
.by {
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:400;
	color:#038ece;
}
button {
  background-color:#e8e7e3;
  font-size:1em;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
}
button:hover {
  opacity: 0.8;
}
button[type=addbutton]{
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
	margin-top: 4px;
}

button[type=clearfilters], button[type=applyfilters]{
	margin-top:20px;
	font-family: 'Nunito', sans-serif;
	font-size:1em;
	font-weight:400;
	text-transform:uppercase;
}

button[type=applyfilters]{
	display:  none;
}



@media (max-width:1400px){
	.shop-column{
	flex:0 1 25%;
}
}

@media (max-width:1134px){
	.shop-column{
	flex:0 1 33.333%;
}
}



@media (max-width:800px){
.shop-column{
	flex:0 1 50%;
}
}

@media (max-width:780px){
.dropbtn {
	padding: 4px 50px;
}
}

@media (max-width:657px){
.dropbtn {
	padding: 4px 30px;
}
}
@media (max-width:600px){

.filter-container{
	display: none;
}
.search-sort-page-column{
	flex:0 1 33.333%;
}
#Filters-Burger{
	display: inline-block;
}
}


#window_close{
 display: none;
 position:absolute;
 top:20px;
 right:25px;
 color:#000000;
 cursor:pointer; cursor:hand;
 font-family: 'Nunito', sans-serif;
 font-size:1.5em;
}


/*--------------------FILTERS ACTIVE-----------------------------------------*/

@media (max-width:600px){
.filter-container{
display:  none;

background-color:#e8e7e3;
width: 100%;
padding: 20px;

position:fixed;
top:0;
left:0;
right: 0;
bottom: 0;
width: 100%;
overflow:   hidden;
margin-top: 0px;
z-index: 1500;
}

.filter-container.show{
	display:  block;
}

.filter-container.show #window_close{
 display: block;
}

.filter-frame{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 98%;
  scrollbar-width: thin;
}

.filter-frame::-webkit-scrollbar{
width: 8px;
}



.filter{
	margin-top: 30px;
}
.filters-row{
	display: flex;
	flex-wrap:wrap;
	margin:0px -10px;
}





.filter-block{
	flex: 0 1 50%;
	padding:0px 10px;
}
button[type=clearfilters], button[type=applyfilters]{
	background-color:white;
	margin-right: 15px;
	
}

button[type=applyfilters]{
	display:  block;
}

}



@media (max-width:300px){
	.filters-row{
		margin: 0 auto;
	}
	.filter-block{
	flex: 0 1 100%;
}
.filters-item{
	text-align: center;
}
h2.filter-by{
	text-align: center;
}
button[type=clearfilters], button[type=applyfilters]{
	background-color:white;
	margin-right: 0px;
	margin-left: 0px;
}

button[type=applyfilters]{
	display:  block;
}

}

/*-------------------------------------------------------------*/


@media (max-width:599px){
.dropbtn {
	padding: 4px 15px;
}
}

@media (max-width:500px){
.search-sort-page-column{
	/*border:1px solid blue;*/
	flex:0 1 50%;
	padding-right: 10px;
	padding-left: 10px;
}
#filter-bttn{
	float: right;
	margin-bottom:20px;
}
#page-numbers{
	margin-top: :20px;
}
.dropbtn {
	padding: 4px 20px;
	font-size:14px;
}
.shop-title{
	margin-bottom: 25px;
}
}


@media (max-width:430px){
	.shop{
	padding:25px 0px;
	/*border:1px solid red;*/
}
	.shop-column{
	flex:0 1 90%;
	padding:0px 0px;
	/*border:1px solid pink;*/
}
.shop-title{
	text-align:center;
}
.search-sort-page{
	padding-right: 10px;
	padding-left: 10px;
}
}

@media (max-width:370px){
.page-numbers{
	text-align: center;
}
.search-sort-page{
	margin-bottom:20px;
	/*border:1px solid red;*/
	justify-content:center;
}
.dropbtn {
	width: 200px;
}
#dropbtn-size{
	margin-bottom: 15px;
}
}














