@media (min-width: 769px) {
	#container{
	padding-top: 100px;	
}
h2{
	font-size: 50px;
	margin: 0px;
}
.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto;
}
.row:before{
  display: none;
}
.product-img{
	width: 100%;
    height: 19vw;
    max-height: 288px;
    background-size: cover;
    background-position: center;
}
.productlist-unit{
	padding: 0px;
    margin-bottom: 50px;
    flex-basis: 24%;
    text-align: center;
}
.product-name{
	font-size: 20px;
    font-weight: 100;
    line-height: 36px;
    margin: 10px 0px;
}
.product-price{
	font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    margin-bottom: 0px;
}
}
@media (max-width: 768px) {
#container{
	padding-top: 100px;
}
h2{
	font-size: 50px;
	margin: 0px;
}
.row{
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
}
.row:before{
  display: none;
}
.product-img{
	width: 100%;
    height: 43vw;
    background-size: cover;
    background-position: center;
}
.productlist-unit{
	padding: 0px;
    margin-bottom: 50px;
    min-width: 8%;
    flex-basis: 43vw;
    text-align: center;
}
.product-name{
	font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    margin: 10px 0px;
}
.product-price{
	font-size: 12px;
    font-weight: 100;
    line-height: 18px;
    margin-bottom: 0px;
}
	.pager {
	font-family: brandon-grotesque,dnp-shuei-gothic-kin-std,sans-serif;
    font-style: normal;
}

.pager .inline {
}

.pager .inline li {
}

.pager .inline li .btn {
	background-color: #ffffff00;
    border: none;
	font-size: 18px;
}

.pager p {
}

.pager p b {
}

.pager p span {
}


}