blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  font-family: 'Segoe UI';
}

@media screen and (min-width:992px) {
  .productSpecials_btns {
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    position: absolute;
    bottom: 0
  }

  .btn-oranges_rotes:hover {
    color: #3d3d3d
  }

  .btn-oranges_rotes {
    padding: 2px 8px;
    height: 24px;
    border: 1px solid #f3f3f3;
    background: #fff;
    color: #3d3d3d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
  }

  .btn-orange-rag_rotes {
    height: 24px;
    padding: 2px 8px;
    border: 1px solid #f3f3f3;
    background: #fff;
    color: #ed3d3e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
  }
}

@font-face {
  font-family: layui-icon;
  src: url(../assets/font/iconfont.eot?v=240);
  src: url(../assets/font/iconfont.eot?v=240#iefix) format('embedded-opentype'), 
       url(../assets/font/iconfont.svg?v=240#iconfont) format('svg'), 
       url(../assets/font/iconfont.woff?v=240) format('woff'), 
       url(../assets/font/iconfont.ttf?v=240) format('truetype');
  font-display: swap;
}