
#header .site-name a img {
max-height:70px;
}

.parametric {
width: 273px !important;
}

.footer-banners {
max-width:1418px;
margin:0 auto;
}


.c-r-col {
  margin-right: 20px;
}

.c-r-col:last-of-type {
  margin-right: 0;
}



@media(max-width:1200px) {
.footer-banner{
margin:0 auto;
text-align:center;
}

.footer-banner img {
margin:0 auto;
}
}

.ako-matrac {
display:block;
width:250px;
padding:10px;
background:#D43741;
color:white;
text-transform:uppercase;
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

.ako-matrac:hover {
background:#b60d18;
color:white;
}

.type-index .homepage-group-title {
margin-top:90px;
}

.type-index .body-banners .col-sm-4 {
width:50% !important;
}

.type-index .body-banners .col-sm-8 {
width:50% !important;
}

.type-index .middle-banners-wrapper {
background:white !important;
border-top:0px !important;
}

@media(max-width:990px) {
.type-index .body-banners .col-sm-4 {
width:100% !important;
}

.type-index .body-banners .col-sm-8 {
width:100% !important;
}
}


.slick-list.draggable {
  width: 100% !important;
}

.type-index .products-block .p {
  padding: 10px;
}
.type-detail .products-block .p {
  padding: 10px;
}
.type-index .products-block > div:nth-child(2n) {
    border-right-style: none;
  }
.slick-prev.slick-arrow {
  background: url('https://www.e-matrac.sk/user/documents/upload/sablona/angle-left.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 12px);
  left: -40px;
  }
  .slick-next.slick-arrow {
  background: url('https://www.e-matrac.sk/user/documents/upload/sablona/angle-right.svg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 1000;
  top: calc(50% - 12px);
  right: -40px;
  } 
.footer-banners {
  max-width: max-content;
}
.row.banners-content.body-banners {
  display: flex;
  flex-direction: column;
}
.row.banners-content.body-banners > div {
  width: 100% !important;
  flex: 0 1 100%;
  max-width: 100%;
}
.row.banners-content.body-banners .col-sm-8 .col-sm-8 {
  padding: 0;
  padding-left: 10px;
}
.row.banners-content.body-banners .col-sm-8 .col-sm-4 {
  padding: 0;
  padding-right: 10px;
}
.c-rozcestnik-inner {
  background: #f1f1f1;
}
.c-r-left h2 {
  color: #FFF;
  padding-right: 20px;
  margin-top: 0;
}
.c-r-left a {
  color: #000;
  padding: 10px 20px;
  background: #FFF;
  max-width: max-content;
}
.c-rozcestnik-inner {
  display: flex;
}
.c-r-left {
  flex: 0 1 390px;
  padding: 40px 50px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('https://www.e-matrac.sk/user/documents/upload/sablona/bgroz.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c-r-right {
  display: flex;
  padding: 40px 10px;
  flex: 0 1 auto;
}
.c-r-col {
  flex: 0 1 33%;
  border-right: 1px solid #cacaca;
}
.c-r-col:last-of-type {
  /*border-radius: ;*/
  border-right: 0;
}
.c-r-col a {
  margin-bottom: 5px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  text-decoration: underline;
}
.c-r-col a:hover {
  text-decoration: none;
}
#c-rozcestnik {
  margin-bottom: 30px;
}
.c-r-col a {
  margin-bottom: 10px;
}
.c-r-col a:last-of-type {
  margin-bottom: 0;
}
#c-rozcestnik {
  margin-bottom: 50px;
  margin-top: 50px;
}

.c-r-col a {
  display: inline-block;
}

.c-r-col a::before {
  width: 5px;
  height: 5px;
  content: '';
  background: #c02917;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  border-radius: 100%;
}

.c-r-col a {
  position: relative;
}

@media(max-width:1440px) {
.c-r-left {
  flex: 0 1 430px;
}}
@media(max-width:1200px) {
.c-rozcestnik-inner {
  flex-direction: column;
}
.c-r-left {
  background-color: #c02917;
  text-align: center;
}
  .c-r-left {
    flex: 0 1 auto;
  }
.c-r-left a {
  display: inline-block;
  margin: 0 auto;
}
}





@media (min-width: 768px) {
  #header {
    position: relative;
  }
  #navigation {
    z-index: 1;
  }
  #header::after {
  width: 100%;
  height: 32px;
  background: #cb0000;
  position: absolute;
  bottom: 0;
  content: '';
  z-index: 0;
}
  .fitted .navigation-in ul {
    justify-content: space-between;
  }

  .navigation-in > ul > li {
    text-align: center;
  }

  .navigation-in > ul > li {
    border-color: transparent;
  }

}


@media(max-width:768px) {
.slick-prev.slick-arrow {
  left: 0;
  }
  .slick-next.slick-arrow {
  right: 0;
  }
  
.c-r-col {
  flex: 0 1 100%;
  border-right: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.c-r-right {
  padding: 20px 10px;
  flex-wrap: wrap;
  text-align: center;
}
.c-r-col a:last-of-type {
  /*margin-bottom: ;*/
}
.c-r-col:last-of-type {
  margin-bottom: 0;
}
.c-r-col a {
  width: auto;
  display: inline-block;
}
.c-r-left {
  padding: 20px 30px 20px 30px;
}

#c-rozcestnik {
  margin-bottom: 30px;
  margin-top: 30px;
}
.row.banners-content.body-banners .col-sm-8 .col-sm-4 {
  padding: 0 10px;
  margin-bottom: 20px;
}
.row.banners-content.body-banners .col-sm-8 .col-sm-8 {
  padding: 0 10px;
}
.banner-wrapper {
  margin-top: 0px;
}

}
.flag-discount .price-standard {
display: none;
}
.flags-extra .flag .price-save {
font-size: 18px;
}
@media (min-width: 992px) {
  .benefitBanner__item {
      flex: 0 1 16.6666%;
  }
}

.benefitBanner__img {
	max-width: 90px;
}
.benefitBanner {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 467px) {
.benefitBanner__item {
    flex: 1 1 50%;
}
}

.h4.homepage-group-title.homepage-products-heading-17 {
  margin-top: 0;
}
#lb-recommend-element-homepage_personalized {
  margin-top: 50px;
}

/*Detail*/

.hide-description {
  height: 145px;
  position: relative;
  overflow: hidden;
}

.hide-description:after {
  position: absolute;
  width: 100%;
  height: 100px;
  content: '';
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 1%,#fff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 1%,#fff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 1%,#fff 100%);
}

.hide-description__switcher {
  text-align: center;
}

.p-detail-info {
  margin-top: 25px;
  gap: 8px;
}
.p-detail-info>div {
  flex: inherit;
  display: flex;
  flex-wrap: wrap;
}

.p-detail-info .flags-inline .flag:first-child {
  margin-left: 3px;
}

.p-detail-info .flag {
  margin-bottom: 3px;
}
.hide-description__switcher .btn {
  text-transform: inherit;
}

/*Category*/

.filter-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-section h4 {
  margin-bottom: 0;
}


.filter-section-parametric {
  padding: 0;
}
.filter-section-parametric h4{
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.filter-section-parametric h4:after{
  content: '\e90e';
  font-family: 'shoptet';
  transition: 0.3s;
}

.filter-section-parametric.show-filter h4:after{
  transform: rotate(180deg);
}

.filter-section-parametric form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.filter-section-parametric.show-filter form {
  margin-bottom: 15px;
}

/*Flags*/

@media (min-width: 321px) and (max-width: 767px) {
  .flags.flags-extra {
    bottom: -8px;
    display: block;
    width: 100%;
  }
  .products-block > div .flags-extra .flag {
    min-width: 100%;
    height: auto;
    border-radius: 0;
    flex-direction: row;
    width: auto;
    padding: 3px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -8px;
  }
  .flag-freeshipping .icon-van {
    margin-top: -6px;
    margin-bottom: -6px;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
  }
  .flags-extra .flag .price-save {
    font-size: 12px;
  }
}

/*USP*/
.benefitBanner__item {
  width: 100%;
  flex: 1;
}

.benefitBanner__content {
  width: 100%;
}
.usp {
  display: flex;
  justify-content: space-between;
}

.usp__picture {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  max-height: 90px;
}

.usp__title, .usp__title--under {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.usp__title {
  color: #484848;

}

.usp__title--under {
  color: #AC3333;
}

@media (max-width: 991px) {
  .usp {
    flex-wrap: wrap;
    gap: 20px;
  }
  .usp__item {
    flex: 1 1 33.333%;
  }
  .usp__title, .usp__title--under{
    font-size: 18px;
  }

}