@font-face {
  font-family: "uniform";
  src: url(uniform_rnd_excond_medium.woff2);
}

h1 {
	color: #cf1619 !important;
  font-family: "uniform";
  font-weight: 400;
}

#header .site-name {
	margin-right: 20px;
}

.navigation-in ul li a b {
  font-weight: 400;
}

.homepage-blog-wrapper .homepage-group-title {
  font-family: "uniform";
  font-weight: 400;
  font-size: 3rem;
}

#header #navigation .navigation-in a {
	color: #cf1619 !important;
  font-family: "uniform";
  font-weight: 400;
  font-size: 2rem;
}

.menu-helper, .menu-helper > span {
  font-family: "uniform";
  font-weight: 400;
  font-size: 2rem;
}

.shp-tabs-holder ul.shp-tabs li a {
  font-family: "uniform";
  font-weight: 400;
  font-size: 2rem;
}

.listSorting__control {
  font-family: "uniform";
  font-weight: 400;
  font-size: 2rem;
}

.news-item .text .title {
  font-family: "uniform";
  font-weight: 400;
  font-size: 2rem;
}

.banners-row + .container--bannersBenefit {
	margin-top: 40px;
}

.products-block > div .p .p-bottom > div .p-tools .btn, .products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
	border-radius: 10px;
  font-weight: 500;
}

.news-item .text .description {
	max-width: 720px;
}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
	border-radius: 10px;
}

.p-detail .add-to-cart .quantity {
	border-radius: 10px;
}

.products-block .p {
  border: 1px solid transparent;
}

.products-block .p:hover {
  border: 1px solid #e7e7e7;
}

.products-block .p .name {
  font-size: 2.5rem;
  font-family: "uniform";
  color: var(--color-primary);
  font-weight: 400;
}

span.read-article {
	display: inline !important;
}

.msg.msg-success {
  color: var(--color-primary) !important;
  background-color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  border: none;
  box-shadow: 0 10px 50px 0 #cf161960; 
}

.msg.msg-success a {
  color: var(--color-primary) !important;
}

.msg.msg-success a:hover {
  text-decoration: underline;
}

.index-content-wrapper {
  margin-top: 40px;
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
}

.index-content-wrapper .shp-tabs-row.responsive-nav {
  display: none;
}

.index-content-wrapper .banners-content.body-banners {
  display: none;
}