/* your styles go here */
@font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    src: local('Segoe UI'), url('../fonts/Segoe UI.woff') format('woff');
}

.h-20px {
    height: 40px;
}
.products-big .image {
    min-height: 180px;
    max-height: 180px;
}

@media only screen and (max-width: 600px) {
    .h-20px {
        height: 20px;
    }
    .product .text h3 {
        min-height: 35px;
    }
	header.fixed-top{
		position:fixed;
		top:0;
		z-index:1000;
}
}