div.products{
    /*width: 600px;*/
    /*margin: 0 auto;*/
    z-index: 1;
    position: relative;
    /*padding-top: 55px;*/
    overflow: auto;
}
div.products h2{
    font-size: 20px;
    /* margin-bottom: 25px; */
    text-align: left;
}
div.product input{
    width: 70px;
    height: 13px;
    text-align: center;
    /* float: right; */
    /* margin: 0 auto; */
    /* display: block; */
    border: none;
    padding: 22px 0;
    border-bottom: 1px solid #5a4437;
}
div.product div.img{
    background: #eee;
    width: 346px;
    height: 346px;
    border: 1px solid #5a4437;
    margin-right: 20px;
    /*border-radius: 25px;*/
    /*padding: 22px;*/
    margin: 0 auto;
    position: relative;
}
div.product div.img div.bestseller,
div.product div.img div.ends{
    color: white;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
}
div.product div.img div.bestseller{
    background: red;
    width: 130px;
    top: 30px;
    left: -10px;
}
div.product div.img div.red-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: red red transparent transparent;
    position: absolute;
    top: 59px;
    left: -10px;
}
div.product div.img div.ends{
    background: #5a4437;
    width: 170px;
    bottom: 30px;
    right: -10px;
}
div.product div.img div.brown-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #5a4437 transparent transparent #5a4437;
    position: absolute;
    bottom: 20px;
    right: -10px;
}
div.product {
    margin-top: 0;
    overflow: visible;
    float: left;
    width: 348px;
    margin: 25px;
    padding: 0;
    margin-bottom: 0;
    height: 505px;
}
a.buy-link{
    padding: 10px;
    text-align: center;
    width: 150px;
    /*margin: 10px 0;*/
    color: #fff;
    background: #5a4437;
    font-weight: bold;
    padding-bottom: 13px;
    border-radius: 25px;
    margin: 10px auto;
}
div.product div.more{
    font-size: 23px;
    text-align: center;
    height: 34px;
    padding: 10px;
    border: 1px solid #5a4437;
    background: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 332px;
}

div.product div{
    padding: 0;
}
div.product a.head-link{
    height: 200px;
    position: relative;
}
div.desc{
    overflow: hidden;
    height: 0px;
    text-align: center;
    margin-top: 10px; 
}
div.prices{
    text-align: left;
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
}
div.prices span{
    font-size: 30px;
}
a.link{
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #5a4437;
}
form#filter-form{
    overflow: hidden;
}
form#filter-form fieldset{
    overflow: auto;
    border: none;
    padding: 0;
    margin: 0;
}
form#filter-form div{
    width: 550px;
    padding: 25px;
    float: left;
}
form#filter-form label{
    width: 300px;
    font-size: 20px;
    font-family: Roboto;
    display: block;
    padding: 10px;
    float: left;
}
form#filter-form select{
    padding: 10px;
    width: 230px;
    font-size: 20px;
    font-family: Roboto;
    border: 1px solid #5a4437;
    background: #fff;
}
a#hide-filter{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #5a4437;
    color: #5a4437;
    font-family: Roboto;
    font-size: 20px;
}
form#filter-form input[type=submit]{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #5a4437;
    background: #5a4437;
    font-family: Roboto;
    font-size: 20px;
    width: 100%;
    color: #fff;
}
a#show-filter{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #5a4437;
    background: #5a4437;
    font-family: Roboto;
    font-size: 20px;
    width: 530px;
    color: #fff;
    margin-left: 25px;
}
div#pager{
    overflow: auto;
}
div#pager .page{
    float: left;
    margin: 25px;
}
div#pager .page a{
    padding: 30px;
    display: block;
    /* background: #5a4437; */
    width: 20px;
    text-align: center;
    color: #5a4437;
    text-decoration: none;
    font-family: Roboto;
    font-size: 20px;
    border: 1px solid #5a4437;
}
div#pager .page.selected a{
/*    border: 2px solid #5a4437;*/
    background: #5a4437;
    color: #fff;
}