
.products article img{
    width:100%;
    height: 192px;
}

.products article a img{
    width:100%;
    height: 192px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border:1px solid grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    position:relative;
    z-index:-1;
    
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

.ic-control{
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size:16px;
}

.ic-button{
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.img-by-cat{
    overflow:hidden;
}
 
.img-by-cat div{
    padding: 0 2px;
    float:left;
    width: 24.99999%;
    box-sizing: border-box;
}
.img-by-cat div a img{
    width:100%;
    height:auto;
}
.img-by-cat div a p{
    text-align:center;
    color:#000;
    font-weight:bold;
}
.img-by-cat div:hover{
    border:1px solid #777;
}
/*
@media only screen and (max-width: 700px) {
  .img-by-cat div {
    width: 49.99999%;
    margin: 2px 0;
  }
}

@media only screen and (max-width: 500px) {
  .img-by-cat div {
    width: 100%;
  }
}*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.product-nav{
    width: 570px;
    overflow: hidden;
    white-space: nowrap;
}
.product-nav img{
    margin:0 10px;
    cursor:pointer;
}
.product-nav img:first-child{
    margin-left:0;
}
.product-nav img:last-child{
    margin-right:0;
}


#pic-zoom{
    width: 600px;
    height: 500px;
    background-color: pink;
    position: fixed;
    z-index: 1;
    left: 50%;
}
#pic-zoom img{
    width:100%;
    height: 500px;
}


@media screen and (max-width: 1220px){
    .product-nav{
        width:40%;
    }
}

@media screen and (max-width: 760px){
    .product-nav{
        width:auto;
    }
}


.filter{
    display:grid;
    grid-template-columns: auto auto;
}
.fitler div{
    margin:10px;
}
.fselect{
    width: 100%;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 16px;
}