@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Regular'), local('Avenir-Next-Regular'),
        url('/fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('/fonts/AvenirNextCyr-Regular.woff') format('woff'),
        url('/fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Bold'), local('Avenir-Next-Bold'),
        url('/fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('/fonts/AvenirNextCyr-Bold.woff') format('woff'),
        url('/fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
body {
    font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Avenir Next', -apple-system, BlinkMacSystemFont, "San Francisco",Ubuntu,Roboto,sans-serif,Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-box h3.product-name,.product-box .product-price-container{text-align:center}
.product-box .product-price-container{font-size:20px}