/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
.section-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 20px; }
  .new-section .section-content,
  .hot-section .section-content {
    margin: 0 -10px; }

.title-lines {
  position: relative;
  margin-bottom: 20px; }
  .title-lines h2,
  .title-lines h3 {
    overflow: hidden;
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
    .title-lines h2:before, .title-lines h2:after,
    .title-lines h3:before,
    .title-lines h3:after {
      background-color: #465241;
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    .title-lines h2:before,
    .title-lines h3:before {
      right: 1em;
      margin-left: -50%; }
    .title-lines h2:after,
    .title-lines h3:after {
      left: 0.5em;
      margin-right: -50%; }
    @media (max-width: 543px) {
      .title-lines h2,
      .title-lines h3 {
        font-size: 1.6rem; }
        .title-lines h2:before,
        .title-lines h3:before {
          right: .5em;
          margin-left: -50%; }
        .title-lines h2:after,
        .title-lines h3:after {
          left: 0.25em;
          margin-right: -50%; } }

.title-action-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 2px 0 0 .5em;
  background-color: #fff; }
  @media (max-width: 543px) {
    .title-action-right {
      font-size: 1rem;
      padding: 2px .1em 0 0.1em; }
      .title-action-right span {
        display: none; } }

.bannercarousel-section {
  padding-bottom: 20px; }

.new-section {
  padding-bottom: 20px; }

.new-section {
  padding-bottom: 20px; }

.brands-section {
  padding-bottom: 40px; }
  .brands-section .section-content {
    background-color: #465241;
    color: #fff;
    padding: 10px 20px;
    /*
		.wrapper {
			display: flex;
			flex-flow: row nowrap;
			align-items: center;
			justify-content: center;
			background: none;
			
			@include media-m-up {
				max-width: 720px;
				padding: 0 20px;
			}
			@include media-l {
				max-width: 960px;
			}
			@include media-xl {
				max-width: 1140px;
				padding: 0 40px;
			}

			& a {
				flex: 1 1 auto;
				height: auto;
			}
			
			& img {
				width: 100%;
				height: auto;
			}
		}
*/ }
    @media (min-width: 980px) {
      .brands-section .section-content {
        padding: 10px 20px; } }
    .brands-section .section-content object {
      width: 100%;
      padding: 0 20px;
      height: auto; }

.heromenu-section {
  color: #465241;
  overflow: hidden;
  padding-bottom: 20px; }
  .heromenu-section .wrapper {
    background: none;
    height: 100%;
    text-align: center;
    padding: 20px; }
  .heromenu-section > img {
    position: absolute;
    top: 0px;
    object-fit: cover;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .heromenu-section .icon-dog-white {
    margin: 60px auto; }
  .heromenu-section h2 {
    color: #fff;
    font-size: 3.2rem;
    font-style: italic;
    line-height: 3.8rem; }
    @media (min-width: 768px) {
      .heromenu-section h2 {
        font-size: 4.6rem;
        line-height: 4rem; } }
  .heromenu-section .shadow-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 100px 100px -50px rgba(50, 50, 0, 0.15); }
  .heromenu-section ul {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .heromenu-section li {
    flex: 1 0 23.33%;
    margin: 0 5%; }
    .heromenu-section li a {
      width: 100%; }
  .heromenu-section .btn.cta {
    color: #fff;
    border-color: #fff; }

.chronicle-section {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
  justify-content: space-between;
  padding-bottom: 20px; }

.chronicle-section .section-content {
  display: block;
  flex: 0 1 48%;
  hyphens: auto;
  -webkit-hyphens: auto; }
  .chronicle-section .section-content h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8rem; }
  .chronicle-section .section-content p {
    hyphens: auto;
    font-size: 1.3rem;
    line-height: 1.8rem; }
  @media (max-width: 543px) {
    .chronicle-section .section-content {
      flex: 0 0 100%; } }

.banner-half {
  flex: 1 1 100%;
  position: relative;
  overflow: hidden; }
  .banner-half > img {
    position: absolute;
    vertical-align: middle;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner-half > a {
    display: block;
    position: relative;
    padding: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in, border-color .15s ease-in; }
    .banner-half > a:link, .banner-half > a:visited {
      border: 1px solid #fff; }
    .banner-half > a:hover, .banner-half > a:active {
      border: 1px solid #EE5A1C;
      background-color: #EE5A1C; }
  .banner-half span {
    display: block; }
    .banner-half span.title {
      font-weight: bold; }
  @media (min-width: 768px) {
    .banner-half {
      flex: 1 1 49%; } }

.banner-section {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-bottom: 20px; }
  .banner-section .title {
    padding-bottom: 10px; }
  .banner-section .icon-dog {
    display: inline-block;
    vertical-align: bottom; }
  .banner-section .banner-half {
    margin-bottom: 20px; }

.service-section {
  background-color: #E7E9E7;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -21px; }
  .service-section .wrapper {
    background: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .service-section .wrapper {
        max-width: 720px; } }
    @media (min-width: 980px) and (max-width: 1199px) {
      .service-section .wrapper {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .service-section .wrapper {
        max-width: 1140px; } }
  .service-section .content {
    text-align: center; }
  .service-section .banner-half {
    padding: 20px; }

section.treecontent {
  padding-bottom: 20px; }
  section.treecontent .section-content {
    margin-left: -10px;
    margin-right: -10px; }

#cart_header {
  /*display: none !important;*/ }
  @media (max-width: 767px) {
    #cart_header {
      position: absolute; } }

section.text {
  padding-bottom: 20px; }

section.teaser {
  padding-bottom: 20px; }
