.cover-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  width: 100%;
  height: 100%;
  max-width: none;
}

.contain-img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: contain; object-position: center";
  width: 100%;
  height: 100%;
  max-width: none;
}

.page-title {
  position: relative;
  padding: 0;
}

.heading-block.center::after {
  margin: 10px auto 0;
}

.advert-block .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.color-home {
  color: #ff8600;
}

.content-list .entry:last-of-type {
  margin-bottom: 0;
}

.quantity {
  margin-right: 20px;
}

.product {
  padding-top: 0;
}
.product-price {
  font-size: 1.5rem;
}
.product-price del {
  font-size: 70%;
}

.device-xs #primary-menu-trigger {
  margin-left: 0;
}

#logo {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  #logo {
    margin-bottom: 0;
  }
}

.standard-logo {
  width: 185px;
  height: 54px;
  margin: 16px;
}

.top-advert-bg {
  background-color: #f5f5f5;
}

.top-advert {
  padding: 5px;
  border: 0;
}

#copyrights {
  padding: 20px 0;
}

.breadcrumb-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem auto 2rem;
  font-size: 90%;
}
.breadcrumb-custom li {
  display: inline-block;
  list-style: none;
}
.breadcrumb-custom li.active,
.breadcrumb-custom li span,
.breadcrumb-custom li a,
.breadcrumb-custom li a:hover,
.breadcrumb-custom li a:focus,
.breadcrumb-custom li a:visited {
  display: inline-block;
  color: #222;
  padding-right: 0;
  line-height: 1;
}
.breadcrumb-custom li a,
.breadcrumb-custom li a:visited {
  color: #222;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}
.breadcrumb-custom li a:hover span,
.breadcrumb-custom li a:focus span {
  color: #1abc9c;
}
.breadcrumb-custom li:last-of-type.active,
.breadcrumb-custom li:last-of-type span,
.breadcrumb-custom li:last-of-type a,
.breadcrumb-custom li:last-of-type a:hover,
.breadcrumb-custom li:last-of-type a:focus,
.breadcrumb-custom li:last-of-type a:visited {
  color: #555;
}
.breadcrumb-custom li.separator {
  position: relative;
  width: 10px;
  height: 21px;
  margin: 0 4px;
}
.breadcrumb-custom li.separator::after {
  content: "\\";
  position: absolute;
  top: 0;
  left: 2px;
  width: 10px;
  height: 21px;
  color: #555;
}

.entry-image {
  border: 1px solid #eee;
}
.entry-image a {
  height: 240px;
  overflow: hidden;
}
.entry-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.announce-edition {
  max-width: 360px;
  margin: auto;
}
@media (min-width: 576px) {
  .announce-edition {
    max-width: none;
  }
}

.announce-article {
  max-width: 360px;
  margin: auto;
}
.announce-article .entry-content {
  height: 86px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .announce-article {
    max-width: none;
  }
  .announce-article .entry-title {
    height: 72px;
    overflow: hidden;
  }
}

.announce-event {
  max-width: 360px;
  margin: auto;
}
.announce-event .entry-meta li {
  width: 100%;
  height: 22px;
  margin: 0;
  overflow: hidden;
}
.announce-event .entry-meta li + li {
  margin-top: 10px;
}
.announce-event .entry-meta ul {
  margin: 0;
}
.announce-event .entry-image {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .announce-event {
    max-width: none;
  }
  .announce-event h3 {
    text-transform: uppercase;
    overflow: hidden;
    height: 48px;
  }
  .announce-event .entry-image {
    margin-bottom: 0;
  }
  .announce-event .entry-image a {
    height: 120px;
  }
}

/*# sourceMappingURL=custom.css.map*/