@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap");
/* Variables */
body {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #5A5A5A;
  margin: 0 2rem;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #262626;
  font-weight: 700;
  line-height: 1.2;
  margin: 2rem 0 1rem 0;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  color: #D90012;
  text-transform: uppercase;
  font-size: 2.2rem;
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-size: 1.4rem;
}

h3, .h3 {
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

h5, .h5, h6, .h6 {
  font-size: 1.1rem;
}

header {
  margin-bottom: 1.5rem;
}
header h1, header .h1, header h2, header .h2, header h3, header .h3, header h4, header .h4, header h5, header .h5, header h6, header .h6 {
  margin: 0;
}

p {
  margin: 1rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #D90012;
  white-space: nowrap;
  transition: color 350ms ease;
}
a:hover {
  color: #D90012;
}

hr {
  border: solid 1px #EDEDED;
  margin: 1.5rem 0;
}

small {
  font-size: 85%;
}

label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
label .required-star {
  color: #EB6161;
  font-weight: 700;
  margin-left: 0.2rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.attr-item:not(:last-child):after {
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}

.attr-holder {
  margin-bottom: 1.5rem;
  font-size: small;
}

.text-row:not(:last-child) {
  margin-bottom: 4rem;
}
.text-row .text-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.text-row .text-body, .text-row .text-title {
  max-width: 80%;
}

input[type=text],
input[type=password],
input[type=number],
textarea {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 0.7rem 0.85rem;
  border: solid 1px #EDEDED;
  font-size: 0.9rem;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #999999;
}

textarea {
  height: 250px;
}

input[type=submit],
button {
  border: none;
  outline: none;
}
input[type=submit]:focus,
button:focus {
  border: none;
  outline: none;
}

.link {
  cursor: pointer;
}

.form-group {
  margin: 1rem 0;
}

.text-red {
  color: #D90012;
}

[disabled],
.disabled {
  opacity: 0.65;
  pointer-events: none;
  user-select: none;
}

[onclick] {
  cursor: pointer;
}

.text-color-red {
  color: #D90012 !important;
}

.text-color-black {
  color: #262626 !important;
}

.text-color-gray {
  color: #999999 !important;
}

.text-color-light-gray {
  color: #EDEDED !important;
}

.text-center {
  text-align: center;
}

.text-inherit, #pageFooter a, #pageContent .product-items .item .text .name *, #pageHeader a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  white-space: normal;
}
.text-inherit:hover, #pageFooter a:hover, #pageContent .product-items .item .text .name :hover, #pageHeader a:hover {
  color: inherit;
  text-decoration: inherit;
}

.background-color-red {
  background-color: #D90012 !important;
}

.background-color-black {
  background-color: #262626 !important;
}

.background-color-gray {
  background-color: #999999 !important;
}

.background-color-light-gray {
  background-color: #EDEDED !important;
}

.filter-color-red {
  filter: invert(11%) sepia(72%) saturate(7186%) hue-rotate(350deg) brightness(89%) contrast(108%);
}

.show {
  display: block !important;
}

.caret, .dropdown .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  border: 3.5px solid transparent;
}

.caret-down, .dropdown .dropdown-toggle:after {
  border-top-color: #262626;
}

.caret-right {
  border-left-color: #262626;
}

.caret-up {
  border-bottom-color: #262626;
}

.caret-left {
  border-right-color: #262626;
}

.nav {
  position: relative;
}

.dropdown .dropdown-toggle:after {
  content: "";
  margin-left: 0.3rem;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 12px -7px rgba(0, 0, 0, 0.2);
  border: solid 1px #EDEDED;
  padding: 0.5rem;
  width: inherit;
}
.dropdown .dropdown-menu .dropdown-content {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
}
.dropdown .dropdown-menu .dropdown-content > div {
  display: flex;
}
.dropdown .dropdown-menu .dropdown-items {
  margin: 0 1.5rem;
}
.dropdown .dropdown-menu .dropdown-items.center {
  display: flex;
  align-items: center;
}
.dropdown .dropdown-menu .dropdown-items .dropdown-item-h {
  color: #5A5A5A;
  font-weight: normal;
}
.dropdown .dropdown-menu .dropdown-items .dropdown-item {
  display: block;
  padding: 0;
  margin: 0.5rem 0;
  max-width: 200px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.text-nowrap {
  white-space: nowrap;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background-color: #262626;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  line-height: 1.45;
  transition: background-color 150ms ease;
}
.btn:hover {
  color: #FFFFFF;
  text-decoration: inherit;
  background-color: #333333;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-lg {
  padding: 0.8rem 1.5rem 0.9rem 1.5rem;
  font-size: 1.1rem;
}
.btn.btn-red {
  background-color: #D90012;
}
.btn.btn-red:hover {
  background-color: #c00010;
}
.btn.btn-light-gray {
  background-color: #EDEDED;
  color: #262626;
}
.btn.btn-light-gray:hover {
  background-color: #e0e0e0;
}
.btn.arrow-right-icon {
  padding-right: 3.5rem;
}
.btn.arrow-right-icon:after {
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
}

.custom-select {
  position: relative;
  border: solid 1px #EDEDED;
  background-color: #FFFFFF;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}

.custom-select > .title {
  padding: 0 1rem;
}

#productVariantSelect {
  display: none;
}

.caret, .custom-select:after, .dropdown .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  border: 3.5px solid transparent;
}

.attr-body .variants {
  width: 75%;
}

.pricing .price {
  font-size: 1.05rem;
  line-height: 1;
  color: #D90012;
  font-weight: 700;
}

.price:after {
  content: " €";
}

.custom-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-25%);
  border-width: 5px;
  border-top-color: #999999;
}

.custom-select > .items.hidden {
  display: none;
}

.custom-select > .items {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  border: solid 1px #EDEDED;
  box-shadow: 0px 3px 12px -7px rgba(0, 0, 0, 0.2);
}

.custom-select > .items .item {
  display: flex;
  align-items: center;
  padding: 1rem;
  line-height: 1;
}

.custom-select > .items .item .pricing {
  margin-left: auto;
  text-align: right;
}

.custom-select > .items .item .name {
  font-weight: bold;
}

.notice {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border: solid 1px #999999;
  color: #262626;
  margin-bottom: 3rem;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice.notice-error {
  color: #D90012;
  border-color: #D90012;
}
.notice.notice-success {
  color: #5AAF53;
  border-color: #5AAF53;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}
input[type=checkbox] + label:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: solid 1px #EDEDED;
  border-radius: 4px;
}
input[type=checkbox]:hover + label:before {
  border-color: #D90012;
}
input[type=checkbox]:focus + label:before {
  border-color: #D90012;
}
input[type=checkbox]:checked + label:after {
  content: "";
  background: url("/assets/images/checkbox-checked-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.arrow-right-icon:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 1.5rem;
  background: url("/assets/images/arrow-right-icon.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.tabs .navigation {
  display: flex;
  box-shadow: inset 0 -1px 0 #EDEDED;
  padding: 0 1rem;
}
.tabs .navigation > * {
  padding: 0.5rem 1rem;
  border: solid 1px #FFFFFF;
  border-bottom-color: #EDEDED;
  cursor: pointer;
  font-weight: 700;
}
.tabs .navigation > *.active {
  border: solid 1px #EDEDED;
  border-bottom-color: #FFFFFF;
  cursor: default;
}
.tabs .content {
  margin-top: 2rem;
  padding: 0 1rem;
}
.tabs .content > * {
  display: none;
}
.tabs .content > *.active {
  display: block;
}

#pageHeader,
#pageContent,
#pageFooter {
  max-width: 1200px;
  margin: 0 auto;
}

#pageHeader a {
  line-height: 18px;
}
#pageHeader .header1 {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #EDEDED;
}
#pageHeader .header1 a {
  transition: color 150ms ease;
}
#pageHeader .header1 a:hover {
  color: #262626;
}
#pageHeader .header1 .logos {
  display: flex;
  align-items: center;
  flex-flow: row;
  margin-right: auto;
}
#pageHeader .header1 .logos .koratex-logo img {
  max-width: 150px;
}
#pageHeader .header1 .logos .simmons-logo img {
  max-width: 100px;
}
#pageHeader .header1 .logos .vertical-line {
  margin: 0 1rem;
  width: 1px;
  height: 35px;
  background: #D0D0D0;
}
#pageHeader .header1 .xs-navigation-btn {
  display: none;
  width: 20%;
  text-align: right;
  cursor: pointer;
}
#pageHeader .header1 .contact .phone {
  margin-right: 1rem;
}
#pageHeader .header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  color: #262626;
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 1.5rem;
}
#pageHeader .header2 nav {
  display: flex;
}
#pageHeader .header2 nav a {
  transition: color 150ms ease;
}
#pageHeader .header2 nav a:hover {
  color: #D90012;
}
#pageHeader .header2 nav .nav-item {
  display: block;
  margin-right: 1.5rem;
  padding: 1.3rem 0;
}
#pageHeader .header2 nav .nav-item:last-child {
  margin-right: 0;
}

.poster {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 50vw;
  max-height: 500px;
  color: #FFFFFF;
}
.poster .slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-color: #EDEDED;
}
.poster .slider .slider-items {
  position: relative;
  height: 100%;
}
.poster .slider .slider-items .slider-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 1350ms ease, z-index 1350ms ease 1350ms;
}
.poster .slider .slider-items .slider-item.slider-item-active {
  z-index: 2;
  opacity: 1;
  transition: opacity 1350ms ease, z-index 1350ms ease 1350ms;
}
.poster .slider .slider-items .slider-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.poster .slider .slider-items .slider-item .slider-item-heading,
.poster .slider .slider-items .slider-item .slider-item-text {
  display: none;
}
.poster .slider .slider-nav {
  position: absolute;
  z-index: 3;
  top: 55%;
  left: 10%;
}
.poster .slider .slider-box {
  position: absolute;
  z-index: 3;
  top: calc(55% + 30px + 0.5rem);
  left: 10%;
  background-color: #262626;
  line-height: 1.2;
  padding: 2rem;
  cursor: pointer;
}
.poster .slider .slider-box .slider-heading {
  font-size: 1.6rem;
  font-weight: 700;
}
.poster .slider .slider-box .slider-text {
  margin-top: 0.5rem;
}
.poster .slider-nav {
  font-size: 0;
}
.poster .slider-nav-prev,
.poster .slider-nav-next {
  display: inline-block;
  background-image: url("/assets/images/angle-right-icon.svg");
  background-color: #262626;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.poster .slider-nav-prev:hover,
.poster .slider-nav-next:hover {
  background-color: #333333;
}
.poster .slider-nav-prev {
  transform: rotate(180deg);
}
.poster .slider-nav-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.pimage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 60vh;
  max-height: 600px;
  border: 1px solid #F0F0F0;
  color: #FFFFFF;
}
.pimage .slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-color: transparent;
}
.pimage .slider .slider-items {
  position: relative;
  height: 100%;
}
.pimage .slider .slider-items .slider-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  transition: opacity 1350ms ease, z-index 1350ms ease 1350ms;
}
.pimage .slider .slider-items .slider-item.slider-item-active {
  z-index: 2;
  opacity: 1;
  transition: opacity 1350ms ease, z-index 1350ms ease 1350ms;
}
.pimage .slider .slider-items .slider-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pimage .slider .slider-items .slider-item .slider-item-heading,
.pimage .slider .slider-items .slider-item .slider-item-text {
  display: none;
}
.pimage .slider .slider-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pimage .slider-nav-prev,
.pimage .slider-nav-next {
  cursor: pointer;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.pimage .slider-nav-prev i,
.pimage .slider-nav-next i {
  color: #262626;
  z-index: 6;
  transition: color 0.1s ease-in-out;
}
.pimage .slider-nav-prev:not(.slider-nav-disabled):hover i,
.pimage .slider-nav-next:not(.slider-nav-disabled):hover i {
  color: #D90012;
}
.pimage .slider-nav-prev {
  margin-left: 2rem;
}
.pimage .slider-nav-next {
  margin-right: 2rem;
}
.pimage .slider-nav-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#pageContent {
  min-height: 80vh;
}
#pageContent:not(.mainpage) {
  padding: 2rem 0;
}
#pageContent.products .show-more-text,
#pageContent.products .show-less-text {
  color: #D90012;
  cursor: pointer;
}
#pageContent.products .show-more-text:after,
#pageContent.products .show-less-text:after {
  font-family: "FontAwesome";
  font-weight: 900;
  margin-left: 0.3rem;
}
#pageContent.products .show-more-text:after {
  content: "\f0d7";
}
#pageContent.products .show-less-text:after {
  content: "\f0d8";
}
#pageContent.products .subcategory-header h2 {
  color: #5A5A5A;
}
#pageContent.products .subcategory-header:not(:first-of-type) {
  margin-top: 2rem;
}
#pageContent.products .subcategory-text {
  margin-bottom: 1rem;
}
#pageContent .product-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
#pageContent .product-items .item {
  background: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem 0.25rem;
  padding: 2rem;
  width: calc(50vw - (100vw - 100%) / 2 - 0.5rem);
}
#pageContent .product-items .item .image {
  position: relative;
  width: 100%;
  height: calc(25vw - 2rem);
  margin-bottom: 1rem;
  padding: 0.2rem;
  border: solid 1px #EDEDED;
}
#pageContent .product-items .item .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#pageContent .product-items .item .image .second-image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#pageContent .product-items .item.category-item {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#pageContent .product-items .item.category-item[data-category=simmons] {
  background: url("/assets/images/matrace/simmons.jpg") #F0F0F0;
}
#pageContent .product-items .item.category-item[data-category=beautyrest-sensory] {
  background: url("/assets/images/matrace/sensory.jpg") #F0F0F0;
}
#pageContent .product-items .item.category-item[data-category=beautyrest-black] {
  background: url("/assets/images/matrace/black.jpg") #F0F0F0;
}
#pageContent .product-items .item.category-item[data-category=beautyrest-silver] {
  background: url("/assets/images/matrace/silver.jpg") #F0F0F0;
}
#pageContent .product-items .item .text {
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  min-height: 40px;
  line-height: 1.1;
}
#pageContent .product-items .item .text .name {
  align-self: flex-start;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
}
#pageContent .product-items .item .text .name * {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
#pageContent .product-items .item .text .description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  align-self: flex-end;
  font-size: 85%;
}
#pageContent .product-items .item .text .description div {
  margin-bottom: 0.3rem;
}
#pageContent.mainpage section:not(.poster) {
  margin: 4rem 0;
}
#pageContent.mainpage section:not(.poster) header {
  text-align: center;
}
#pageContent.mainpage section:not(.poster):last-child {
  margin-bottom: 0;
}
#pageContent.mainpage .categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#pageContent.mainpage .categories .item {
  position: relative;
  width: calc(50% - 0.5rem);
  height: 300px;
}
#pageContent.mainpage .categories .item:nth-child(odd) {
  margin: 0 0.5rem 1rem 0;
}
#pageContent.mainpage .categories .item:nth-child(even) {
  margin: 0 0 1rem 0.5rem;
}
#pageContent.mainpage .categories .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#pageContent.mainpage .categories .item .btn {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
#pageContent.mainpage .historia-content {
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */
}
#pageContent.mainpage .historia-content > div {
  max-width: 570px;
  max-height: 370px;
}
#pageContent.mainpage .historia-content .historia-image {
  width: 50%;
  display: table-cell;
  background: #EDEDED;
  position: relative;
}
#pageContent.mainpage .historia-content .historia-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 440px;
}
#pageContent.mainpage .historia-content .historia-text {
  width: 50%;
  padding: 4rem;
  display: table-cell;
  color: #FFFFFF;
  background: #262626;
}
#pageContent.mainpage .historia-content .historia-text .historia-header {
  font-size: 1.5rem;
  font-weight: 700;
}
#pageContent.mainpage .historia-content .historia-text .historia-link {
  margin-top: 2rem;
}
#pageContent.mainpage .historia-content .historia-text .historia-link a {
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
#pageContent.mainpage .historia-content .historia-text .historia-link a:after {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: -1.5rem;
  background: url("/assets/images/arrow-right-icon.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
#pageContent.products .no-product-items {
  text-align: center;
  margin: 5rem 0;
}
#pageContent.product .product > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pageContent.product .product > .description {
  margin-bottom: 2rem;
}
#pageContent.product .product > .gallery {
  max-height: 60vh;
}
#pageContent.product .product > .gallery .image {
  border: solid 1px #EDEDED;
  padding: 0.2rem;
  text-align: center;
  overflow: hidden;
  height: calc(60vh + 1rem);
}
#pageContent.product .product > .gallery .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#pageContent.product .product > .gallery .image .zoomImg {
  cursor: none;
}
#pageContent.product .product > .content {
  padding-top: 1rem;
}
#pageContent.product .product > .content small {
  color: #D90012;
  text-transform: uppercase;
  font-weight: 700;
}
#pageContent.product .product > .content .attr-row {
  display: flex;
}
#pageContent.product .product > .content .attr-row:not(:last-child) {
  padding: 2rem 0;
  border-top: 1px solid #EDEDED;
}
#pageContent.product .product > .content .attr-row .attr-title {
  display: flex;
  align-items: center;
  width: calc(40% - 2rem);
  font-size: 25px;
  font-weight: 700;
}
#pageContent.product .product > .content .attr-row .attr-body {
  width: calc(60% - 2rem);
}
#pageContent.product .product > .content .attr-row.flex-row .attr-body {
  display: flex;
  justify-content: space-between;
}
#pageContent.product .product > .content > div {
  margin: 1rem 0;
}
#pageContent.product .product > .content hr {
  width: 100%;
  margin: 1rem 0;
}
#pageContent.product .product > .content .attributes > div {
  margin: 0.3rem 0;
}
#pageContent.product .related header {
  text-align: center;
  margin: 6rem 0 4rem 0;
}
#pageContent.contact .contact-info {
  display: flex;
  justify-content: space-between;
  flex: 1 1 30%;
  flex-wrap: wrap;
}
#pageContent.contact .contact-info > div {
  width: 25%;
}
#pageContent.contact .contact-info header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#pageContent.contact .contact-info .company > *:first-child {
  font-size: 1.4rem;
}
#pageContent.contact .contact-info .billing > *:first-child {
  font-size: 1.1rem;
}
#pageContent.contact .contact-info .eshop > *:first-child {
  font-size: 1.1rem;
}
#pageContent.contact .contact-form header {
  margin-bottom: 2rem;
}
#pageContent.contact .contact-form header > * {
  font-size: 1.5rem;
}
#pageContent.contact .contact-form .btn {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2rem;
}
#pageContent.contact .contact-form form .name-email {
  display: flex;
  justify-content: space-between;
}
#pageContent.contact .contact-form form .name-email .form-group {
  width: calc(50% - 1rem);
}
#pageContent.contact > hr {
  margin: 3rem 0;
}
#pageContent.shops .notice {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #D90012;
  color: #FFFFFF;
}
#pageContent.shops .shop-items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
#pageContent.shops .shop-items .item .heading {
  font-size: 1.4rem;
  color: #D90012;
}
#pageContent.shops .shop-items .item .map {
  width: 20%;
}
#pageContent.shops .shop-items .item .address {
  width: 20%;
}
#pageContent.shops .shop-items .item .contact {
  width: 20%;
}
#pageContent.shops .shop-items .item .opening-hours {
  width: 20%;
  border: solid 1px #EDEDED;
  padding: 1.5rem;
}
#pageContent.shops .shop-items .item .opening-hours > .heading {
  font-size: 1rem;
  color: #D90012;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
#pageContent.shops .shop-items .item .opening-hours .day-hours {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.8;
}
#pageContent.shops .shop-items .item .opening-hours .day-hours .day {
  width: 40%;
}
#pageContent.shops .shop-items .item .opening-hours .day-hours .hours {
  width: 60%;
  text-align: right;
  white-space: nowrap;
}
#pageContent.shops .shop-items .item .notice {
  margin-top: 2rem;
  text-align: center;
}
#pageContent.shops .shop-items hr {
  margin: 3rem 0;
}

#pageFooter {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
#pageFooter a {
  white-space: nowrap;
}
#pageFooter .footer1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #262626;
  color: #EDEDED;
  padding: 4rem 5rem;
}
#pageFooter .footer1 .devider {
  width: 1px;
  background-color: #484848;
  margin: 0 1rem;
}
#pageFooter .footer1 .company {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#pageFooter .footer1 .company .logo-koratex {
  margin-bottom: 1rem;
}
#pageFooter .footer1 .company .logo-koratex img {
  max-width: 150px;
}
#pageFooter .footer1 .company .logo-simmons img {
  max-width: 100px;
}
#pageFooter .footer1 .company .address {
  margin: 2rem 0;
}
#pageFooter .footer1 .links {
  display: flex;
  align-self: center;
  text-align: center;
}
#pageFooter .footer1 .links nav {
  margin-right: 5rem;
}
#pageFooter .footer1 .links nav:last-child {
  margin-right: 0;
}
#pageFooter .footer1 .links nav a {
  display: block;
  margin: 0.8rem 0;
  font-weight: 700;
  line-height: 1.5;
}
#pageFooter .footer1 .links nav a:first-child {
  margin-top: 0;
}
#pageFooter .footer1 .links nav a:last-child {
  margin-bottom: 0;
}
#pageFooter .footer1 .contact {
  display: flex;
  align-items: center;
}
#pageFooter .footer1 .contact .contact-general {
  font-weight: 700;
}
#pageFooter .footer1 .contact .contact-general .email, #pageFooter .footer1 .contact .contact-general .phone {
  margin: 0.8rem 0;
}
#pageFooter .footer1 .contact .contact-eshop {
  margin-top: 2.5rem;
}
#pageFooter .footer1 .contact .contact-eshop .heading {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
#pageFooter .footer1 .contact .icon {
  margin-right: 0.5rem;
}
#pageFooter .footer1 .contact .icon img {
  width: 19px;
}
#pageFooter .footer2 {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
}

.koratex-link {
  position: fixed;
  z-index: 5;
  top: 300px;
  left: -95px;
  transition: all 0.2s ease-in-out;
  background: #4d4a51;
  padding: 20px 20px 18px 20px;
}
.koratex-link img {
  transition: all 0.2s ease-in-out;
}
.koratex-link.koratex-link-sm {
  left: -150px;
}
.koratex-link .hidden {
  opacity: 0;
}
.koratex-link .visible {
  opacity: 1;
}
.koratex-link a:hover {
  text-decoration: none;
}
.koratex-link .short-logo {
  position: absolute;
  right: 21px;
}

@media (min-width: 576px) {
  .koratex-link:hover {
    left: 0;
  }
}
@media (max-width: 575px) {
  .koratex-link {
    top: 15vh;
    padding: 10px 5px 9px 10px;
    left: -85px;
  }
  .koratex-link .short-logo {
    right: 10px;
  }

  body {
    margin: 0 1rem;
  }

  .attr-body .variants {
    width: 100%;
  }

  .text-row:not(:last-child) {
    margin-bottom: 2rem;
  }
  .text-row .text-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    max-width: 100%;
  }
  .text-row .text-body {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .pimage {
    height: 32vh;
  }

  #pageContent.product .product > .content .attr-row {
    display: flex;
    flex-wrap: wrap;
  }
  #pageContent.product .product > .content .attr-row:not(.flex-row) {
    padding: 1rem 0;
    border-top: 1px solid #EDEDED;
  }
  #pageContent.product .product > .content .attr-row:not(.flex-row) .attr-body {
    flex-flow: column;
  }
  #pageContent.product .product > .content .attr-row .attr-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
  }
  #pageContent.product .product > .content .attr-row .attr-body {
    display: flex;
    width: 100%;
  }
  #pageContent.product .product > .content .attr-row.flex-row .attr-body {
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
  }
  #pageContent.product .product > .content .attr-row.flex-row .attr-body > div:first-child {
    margin-bottom: 1rem;
  }

  h1,
.h1 {
    font-size: 1.35rem;
  }

  header {
    margin-bottom: 1rem;
  }

  #pageHeader .header1 {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  #pageHeader .header1 .logos {
    width: 80%;
  }
  #pageHeader .header1 .logos .koratex-logo img {
    max-width: 120px;
  }
  #pageHeader .header1 .logos .simmons-logo img {
    max-width: 80px;
  }
  #pageHeader .header1 .logos .vertical-line {
    background: none;
    margin: 0 0.5rem;
  }
  #pageHeader .header1 .xs-navigation-btn {
    display: block;
  }
  #pageHeader .header1 .contact {
    display: none;
  }
  #pageHeader .header2 {
    display: none;
    padding: 1rem 0;
  }
  #pageHeader .header2 nav {
    display: block;
    text-align: center;
  }
  #pageHeader .header2 nav .dropdown {
    padding-left: 4px;
  }
  #pageHeader .header2 nav .dropdown .dropdown-menu {
    position: static;
    width: 100%;
  }
  #pageHeader .header2 nav .dropdown .dropdown-menu .dropdown-content {
    flex-flow: column;
    align-items: center;
    padding: 1rem;
  }
  #pageHeader .header2 nav .dropdown .dropdown-menu .dropdown-content img {
    display: none;
  }
  #pageHeader .header2 nav .dropdown .dropdown-menu .dropdown-content > div:not(:last-child) .dropdown-items {
    margin: 0 0 1rem 0;
  }
  #pageHeader .header2 nav .dropdown .dropdown-menu .dropdown-content > div:last-child .dropdown-items {
    margin: 0;
  }
  #pageHeader .header2 nav .dropdown:hover .dropdown-menu {
    display: none;
  }
  #pageHeader .header2 nav .nav-item {
    padding: 0.7rem 0;
    margin-right: 0;
  }
  #pageHeader.xs-navigation-open .account,
#pageHeader.xs-navigation-open .cart {
    display: block;
  }
  #pageHeader.xs-navigation-open .header2 {
    display: block;
  }
  #pageHeader.xs-navigation-open .xs-navigation-btn {
    color: #D90012;
  }
  #pageHeader a {
    white-space: normal;
  }

  .poster {
    height: auto;
    max-height: none;
    flex-wrap: wrap;
  }
  .poster .slider {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .poster .slider .slider-items {
    height: 40vw;
  }
  .poster .slider .slider-nav {
    top: 2vw;
    right: 2vw;
    left: auto;
  }
  .poster .slider .slider-box {
    position: static;
    top: auto;
    left: auto;
    padding: 1em;
  }
  .poster .slider .slider-box .slider-heading {
    font-size: 1rem;
  }
  .poster .slider .slider-box .slider-text {
    font-size: 0.8em;
    margin-top: 0.2rem;
  }

  #pageContent .product-items {
    margin: 0 -0.5rem;
  }
  #pageContent .product-items .item {
    justify-content: space-between;
    width: calc(50vw - (100vw - 100%) / 2 - 0.5rem);
    margin: 0.25rem 0.25rem;
    padding: 0.5rem;
  }
  #pageContent .product-items .item.category-item[data-category=simmons] {
    background: url("/assets/images/matrace/mob_simmons.jpg") #F0F0F0;
  }
  #pageContent .product-items .item.category-item[data-category=beautyrest-sensory] {
    background: url("/assets/images/matrace/mob_sensory.jpg") #F0F0F0;
  }
  #pageContent .product-items .item.category-item[data-category=beautyrest-black] {
    background: url("/assets/images/matrace/mob_black.jpg") #F0F0F0;
  }
  #pageContent .product-items .item.category-item[data-category=beautyrest-silver] {
    background: url("/assets/images/matrace/mob_silver.jpg") #F0F0F0;
  }
  #pageContent .product-items .item .image {
    height: calc(50vw - 4rem);
    padding: 0;
    margin-bottom: 0.5rem;
  }
  #pageContent .product-items .item .text {
    width: 100%;
    min-height: 0;
  }
  #pageContent .product-items .item .text .name {
    font-size: 0.85rem;
  }
  #pageContent .product-items .item .text .description {
    font-size: 0.7rem;
    grid-template-columns: 1fr;
  }
  #pageContent.mainpage section:not(.poster) {
    margin: 3rem 0;
  }
  #pageContent.mainpage .categories {
    display: block;
  }
  #pageContent.mainpage .categories .item {
    width: 100%;
    height: 150px;
    margin: 1rem 0 !important;
  }
  #pageContent.mainpage .categories .item .btn {
    bottom: 1rem;
    left: 1rem;
  }
  #pageContent.mainpage .historia-content {
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  #pageContent.mainpage .historia-content > div {
    max-width: unset;
    max-height: unset;
  }
  #pageContent.mainpage .historia-content .historia-image {
    width: 100%;
  }
  #pageContent.mainpage .historia-content .historia-image img {
    display: flex;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-height: 300px;
    margin: 0 auto;
  }
  #pageContent.mainpage .historia-content .historia-text {
    width: 100%;
    padding: 1rem;
    display: table-cell;
    color: #FFFFFF;
    background: #262626;
  }
  #pageContent.mainpage .historia-content .historia-text .historia-header {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #pageContent.mainpage .historia-content .historia-text .historia-link {
    margin-top: 2rem;
  }
  #pageContent.products .category header {
    margin-bottom: 1rem;
  }
  #pageContent.products .category .text {
    display: none;
  }
  #pageContent.products .subcategory-text p {
    font-size: 90%;
  }
  #pageContent.product .product {
    display: flex;
    flex-direction: column;
  }
  #pageContent.product .product > .gallery {
    width: 100%;
    margin-bottom: 0;
  }
  #pageContent.product .product > .gallery .image {
    max-height: 400px;
  }
  #pageContent.product .product > .content {
    width: 100%;
  }
  #pageContent.product .related header {
    margin: 2rem 0 0rem 0;
  }
  #pageContent.contact header {
    margin-bottom: 2rem;
  }
  #pageContent.contact header a {
    margin-top: 1rem;
  }
  #pageContent.contact .contact-info > div {
    flex-wrap: wrap;
    width: 100%;
  }
  #pageContent.contact .contact-form form .name-email {
    flex-wrap: wrap;
  }
  #pageContent.contact .contact-form form .name-email .form-group {
    width: 100%;
  }
  #pageContent.shops header {
    margin-bottom: 2rem;
  }
  #pageContent.shops .shop-items .item .map,
#pageContent.shops .shop-items .item .address,
#pageContent.shops .shop-items .item .contact,
#pageContent.shops .shop-items .item .opening-hours {
    width: 100%;
  }
  #pageContent.shops .shop-items .item .address,
#pageContent.shops .shop-items .item .contact,
#pageContent.shops .shop-items .item .opening-hours {
    margin-top: 2rem;
  }

  #pageFooter {
    padding: 3rem 0;
    font-size: 0.65rem;
  }
  #pageFooter .footer1 {
    display: none;
  }
  #pageFooter .footer2 {
    display: block;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #pageHeader .header1 {
    justify-content: space-between;
  }
  #pageHeader .header1 .logos {
    margin-right: 0;
  }
  #pageHeader .header1 .logos img {
    max-width: 150px;
  }
  #pageHeader .header1 .contact {
    text-align: center;
    font-size: 0.7rem;
  }
  #pageHeader .header1 .contact .phone {
    margin-right: 0;
  }
  #pageHeader .header1 .contact > * {
    display: block;
  }
  #pageHeader .header2 {
    display: block;
    padding: 0.2rem 0;
  }
  #pageHeader .header2 nav .nav-item {
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
  }

  .poster .slider {
    width: 100%;
    margin-right: 0;
  }
  .poster .slider .slider-nav {
    left: 5%;
    margin-top: -5%;
  }
  .poster .slider .slider-box {
    left: 5%;
    margin-top: -5%;
    padding: 1em;
  }
  .poster .slider .slider-box .slider-heading {
    font-size: 1.1rem;
  }
  .poster .slider .slider-box .slider-text {
    font-size: 0.8em;
    margin-top: 0.2rem;
  }
  .poster .articles {
    display: none;
  }

  #pageContent .product-items .item {
    justify-content: space-between;
    width: calc(50vw - (100vw - 100%) / 2 - 2rem);
  }
  #pageContent .product-items .item .image {
    height: calc(50vw - 4rem);
  }
  #pageContent.mainpage .categories .item {
    height: 150px;
  }
  #pageContent.mainpage .categories .item .btn {
    bottom: 1rem;
    left: 1rem;
  }
  #pageContent.product .product {
    display: flex;
    flex-direction: column;
  }
  #pageContent.product .product > .gallery {
    width: 100%;
  }
  #pageContent.product .product > .gallery .image {
    max-height: 400px;
  }
  #pageContent.product .product > .content {
    width: 100%;
    margin-top: 2rem;
  }

  #pageFooter .footer1 {
    display: none;
  }
  #pageFooter .footer2 {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pageHeader .header1 .contact {
    text-align: center;
  }
  #pageHeader .header1 .contact .phone {
    margin-right: 0;
  }
  #pageHeader .header2 nav .nav-item {
    font-size: 0.8rem;
    margin-right: 1rem;
    padding: 1rem 0;
  }

  .poster .slider {
    width: 100%;
    margin-right: 0;
  }
  .poster .slider .slider-nav {
    left: 5%;
    margin-top: -5%;
  }
  .poster .slider .slider-box {
    padding: 1.5rem;
    margin-top: -5%;
    left: 5%;
  }
  .poster .slider .slider-box .slider-heading {
    font-size: 1.3rem;
  }
  .poster .slider .slider-box .slider-text {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }

  #pageContent .product-items .item {
    justify-content: space-between;
    width: calc(33.333vw - (100vw - 100%) / 3 - 2rem);
  }
  #pageContent .product-items .item .image {
    height: calc(33.333vw - 3rem);
  }
  #pageContent.mainpage .categories .item {
    height: 200px;
  }
  #pageContent.mainpage .categories .item .btn {
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #pageFooter {
    font-size: 0.7rem;
  }
  #pageFooter .footer1 {
    display: block;
    padding: 2rem 3rem;
  }
  #pageFooter .footer1 .company {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #pageFooter .footer1 .company img {
    max-width: 120px;
  }
  #pageFooter .footer1 .company .address {
    margin: 0;
  }
  #pageFooter .footer1 .links {
    display: none;
  }
  #pageFooter .footer1 .contact {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: solid 1px #999999;
  }
  #pageFooter .footer1 .contact .contact-general .email {
    margin: 0.4rem 0;
  }
  #pageFooter .footer1 .contact .contact-eshop {
    margin-top: 0;
  }
  #pageFooter .footer1 .contact .icon img {
    width: 13px;
  }
  #pageFooter .footer2 {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #pageContent .product-items .item .image {
    height: 250px;
  }
}

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