.hide {
  display: none;
}

.faq-wrpr {
  background: #f5f5f5;
}

.faq-wrpr .tab-content .Qustions {
  background: #fff;
  padding: 30px;
}

.faq-wrpr .tab-content .Qustions li:last-child .qusTab {
  border-bottom: 0;
}

.faq-wrpr .tab-content .Qustions .qusTab {
  padding: 14px 10px;
  display: block;
  font-family: "pangrammedium";
  font-size: 15px;
  line-height: 20px;
  color: #242424;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.faq-wrpr .tab-content .Qustions .qusTab.current {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.faq-wrpr .tab-content .Qustions .qusTab.current::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-wrpr .tab-content .Qustions .qusTab::after {
  content: "";
  width: 9px;
  height: 9px;
  color: #646464;
  border-right: 1px solid;
  border-top: 1px solid;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.faq-wrpr .tab-content .Qustions .AnsBox {
  padding: 15px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.faq-wrpr .tab-content .Qustions .AnsBox p, .faq-wrpr .tab-content .Qustions .AnsBox ul li, .faq-wrpr .tab-content .Qustions .AnsBox ol li {
  margin-bottom: 10px;
  font-family: "pangramregular";
  letter-spacing: 0.01em;
  color: #646464;
}

@media screen and (max-width: 767px) {
  .faq-wrpr .tab-content .Qustions {
    padding: 5px;
  }

  .faq-wrpr .tab-content .Qustions .qusTab {
    padding: 8px 30px 8px 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .faq-wrpr .tab-content .Qustions .AnsBox {
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
  }
}

.hide {
  display: none;
}

.space-common {
  padding: 50px 0;
}

.figure, .top-selling figure, .mattres-comfort figure, .mattress-category-section .icons-list figure, .mattres-types .mattress-type-list .mattres-single figure {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.figure::before, .top-selling figure::before, .mattres-comfort figure::before, .mattress-category-section .icons-list figure::before, .mattres-types .mattress-type-list .mattres-single figure::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.figure img, .top-selling figure img, .mattres-comfort figure img, .mattress-category-section .icons-list figure img, .mattres-types .mattress-type-list .mattres-single figure img {
  position: absolute;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto !important;
  width: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.headingOnline {
  font-family: "pangramregular";
  text-align: center;
  max-width: 940px;
  padding-bottom: 0;
  padding-top: 30px;
}

.headingOnline .headingbold {
  color: #333333;
  font-size: 2.125rem;
  line-height: 40px;
  margin: 0;
  font-family: "Abhay-Libre Extra Bold";
  letter-spacing: 0.02em;
}

.headingOnline .more-content {
  color: #646464;
  font-size: 0.875rem;
  line-height: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
}

.headingOnline .more-content a {
  color: #F3601E;
}

.headingOnline .more-content.more {
  height: auto;
}

.headingOnline .more-content.more .moreButton {
  right: unset;
}

.headingOnline .more-content.more .moreButton:after {
  content: "Less";
}

.headingOnline hr {
  border-bottom: 1px solid #d1d1d1;
  width: 78px;
  margin: 25px auto 0;
}

.headingOnline .moreButton {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0 6px;
  color: #F3601E;
}

.headingOnline .moreButton:after {
  content: "Read More";
}

.title {
  color: #333333;
  font-size: 2.125rem;
  line-height: 38px;
  text-align: center;
  font-family: "Abhay-Libre Extra Bold";
  letter-spacing: 0.02em;
}

.title h2 {
  margin: 0 0;
  color: #333333;
  display: inline-block;
  font-size: 2rem;
  line-height: 36px;
}

.title .subtitle {
  font-size: 0.875rem;
  line-height: 18px;
  margin: 5px 0 0;
  font-family: "pangramregular";
  letter-spacing: 0.01em;
}

.mattress-banner a {
  display: block;
  margin: 0 auto 40px;
}

.mattres-types {
  border-bottom: 1px solid #e5e5e5;
}

.mattres-types .mattress-type-list {
  margin-top: 60px;
  margin-bottom: 25px;
}

.mattres-types .mattress-type-list .mattres-single {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  font-family: "pangramregular";
}

.mattres-types .mattress-type-list .mattres-single:hover .name {
  color: #F3601E;
}

.mattres-types .mattress-type-list .name {
  font-size: 17px;
  line-height: 21px;
  font-family: "pangrammedium";
  color: #333333;
  margin: 15px auto 0;
  letter-spacing: 0.02em;
}

.mattres-types .mattress-type-list .tag {
  color: #646464;
  font-size: 14px;
  margin-top: 5px;
}

.mattress-category-section {
  border-bottom: 1px solid #e5e5e5;
}

.mattress-category-section .icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mattress-category-section .icons-list a {
  width: 19%;
  display: inline-block;
  text-align: center;
  margin: 0 5px 20px;
}

.mattress-category-section .icons-list a:hover .category-name {
  color: #F3601E;
}

.mattress-category-section .icons-list figure {
  margin-bottom: 15px;
}

.mattress-category-section .icons-list figure:before {
  padding-top: 88%;
}

.mattress-category-section .icons-list .category-name {
  color: #333333;
  font-family: "pangramregular";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.mb-view {
  display: none;
}

.matters-size {
  background: #f5f5f5;
  margin-bottom: 20px;
}

.matters-size .slider-four {
  margin-top: 40px;
}

.matters-size .slider-four a {
  margin: 0 10px 10px;
  background: #fff;
  display: inline-block;
  padding: 15px 15px 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
}

.matters-size .slider-four a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.matters-size .slider-four a:hover p {
  color: #F3601E;
}

.matters-size .slider-four a img {
  height: 165px;
  margin: 0 auto 15px;
}

.matters-size .slider-four p {
  font-size: 0.9375rem;
  line-height: 20px;
  color: #333333;
  letter-spacing: 0.02em;
  font-family: "pangramregular";
}

.matters-size .slider-four span {
  font-family: "pangramregular";
  color: #646464;
}

.matters-size .btn-block {
  text-align: center;
  margin: 40px auto 15px;
}

.matters-size .btn-block .buying-guide {
  color: #F3601E;
  font-size: 1.0625rem;
  font-family: "pangrammedium";
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.matters-size .btn-block .buying-guide:hover {
  color: #F9763A;
  text-decoration: none;
}

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

.mattress-slider li a {
  display: inline-block;
  text-align: center;
  color: #333333;
  font-family: "pangramregular";
  font-size: 0.9375rem;
}

.mattress-slider li a img {
  margin: 0 auto 15px;
}

.mattress-slider .slick-prev,
.mattress-slider .slick-next {
  width: 30px;
  height: 35px;
  background: #fff;
}

.mattress-slider .slick-next {
  right: 0;
}

.mattress-slider .slick-prev {
  left: 0;
  z-index: 1;
}

.btn-matters {
  font-size: 0.9375rem;
  line-height: 20px;
  color: #fff;
  border-radius: 3px;
  background: #F3601E;
  padding: 10px 40px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "pangrammedium";
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
}

.btn-matters:hover {
  background: #F9763A;
  border: 2px solid #F9763A;
}

.center-block {
  text-align: center;
  margin: 40px auto 0;
}

.mattres-comfort {
  position: relative;
  background: #f5f5f5;
}

.mattres-comfort figure img {
  mix-blend-mode: darken;
}

.mattres-comfort figure:before {
  padding-top: 35%;
}

.mattres-comfort .mattress-list {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 70px;
}

.mattres-comfort .mattress-list a {
  text-align: center;
  display: inline-block;
  width: 17%;
}

.mattres-comfort .mattress-list a img {
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  margin-bottom: 10px;
  max-width: 230px;
}

.mattres-comfort .mattress-list a .name {
  font-size: 1.0625rem;
  font-family: "pangramregular";
  color: #333333;
}

.mattres-comfort .mattress-list a .tag {
  color: #333333;
  font-family: "pangramregular";
  font-size: 15px;
}

.mattres-comfort .mattress-list a:hover p {
  color: #F3601E;
}

.mattres-comfort .mattress-list a:hover img {
  border-color: #F3601E;
}

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

.mattress-brand .title {
  margin-bottom: 30px;
}

.mattress-brand .brand-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mattress-brand .brand-slider a {
  display: inline-block;
  margin: 0 5px 25px;
  width: 19%;
}

.mattress-brand .brand-slider a:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.top-selling .mattress-slider {
  padding-top: 40px;
}

.top-selling .mattress-slider a {
  margin-right: 15px;
  text-align: left;
  display: block;
}

.top-selling .mattress-slider a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.top-selling .name {
  padding: 5px 0;
  font-size: 0.9375rem;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  color: #333333;
  font-family: "pangramregular";
}

.top-selling .price {
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "pangramregular";
  color: #333333;
  padding: 0 0 5px;
}

.top-selling .price del {
  font-family: "pangramregular";
  color: #646464;
  margin: 0 5px;
  font-size: 14px;
}

.top-selling .price .price-discount {
  color: #4CAF4F;
  font-size: 14px;
}

.top-selling figure {
  border-radius: 4px;
}

.top-selling figure::before {
  padding-top: 87%;
}

.top-selling .rating-box .star {
  margin-right: 2px;
  width: 18px;
  height: 18px;
  background: url("https://wsnew2024.s3.ap-south-1.amazonaws.com/static-webmedia/images/category-new/star-fill.svg") no-repeat;
  display: inline-block;
  background-size: 20px;
}

.top-selling .rating-box .star-half {
  background: url("https://wsnew2024.s3.ap-south-1.amazonaws.com/static-webmedia/images/category-new/star-half.svg") no-repeat;
  background-size: 20px;
}

.store-wrpr .stores-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  padding-top: 30px;
}

.store-wrpr .stores-list .store-box {
  position: relative;
  display: -ms-grid;
  display: grid;
}

.store-wrpr .stores-list .store-box:hover .content-overlay,
.store-wrpr .stores-list .store-box:hover .store-text {
  opacity: 1;
}

.store-wrpr .content-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#2a2a2a), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #2a2a2a, rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 4px;
}

.store-wrpr .store-text {
  position: absolute;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "pangramregular";
}

.faq-wrpr .title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .mattres-comfort .mattress-list {
    padding-bottom: 50px;
  }

  .mattres-comfort .mattress-list a {
    width: 20%;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 200px;
  }
}

@media screen and (max-width: 1366px) {
  .mattres-comfort .mattress-list {
    padding-bottom: 50px;
  }

  .mattres-comfort .mattress-list a {
    width: 20%;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 200px;
  }
}

@media screen and (max-width: 1280px) {
  .mattress-banner a {
    margin: 0 auto 25px;
  }

  .space-common {
    padding: 40px 0;
  }

  .mattres-comfort .mattress-list a {
    width: 18%;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 185px;
  }

  .mattres-comfort .mattress-list a .name {
    font-size: 15px;
  }
}

@media only screen and (max-width:1099px) {
  .title {
    font-size: 28px;
    line-height: 32px;
  }

  .title h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .mattress-category-section .icons-list a {
    width: 18%;
    margin: 0 8px 20px;
  }

  .mattress-category-section .icons-list figure::before {
    padding-top: 100%;
  }

  .headingOnline .headingbold {
    font-size: 28px;
    line-height: 32px;
  }

  .mattres-types .slick-dots {
    margin-top: 20px;
  }

  .mattress-brand .brand-slider a {
    margin: 0 12px 25px;
    width: 17%;
  }

  .mattress-brand .center-block {
    margin: 25px auto 10px;
  }

  .mattres-comfort .mattress-list {
    padding-bottom: 30px;
  }

  .mattres-comfort .mattress-list a {
    width: 20%;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 150px;
  }

  .mattres-comfort .mattress-list a .tag {
    font-size: 14px;
  }

  .mattres-comfort figure:before {
    padding-top: 40%;
  }

  .store-wrpr .stores-list {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    padding-top: 20px;
  }

  .top-selling .mattress-slider {
    padding-top: 25px;
  }

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

  .slick-dots li.slick-active button:before {
    background: #F3601E;
  }

  .slick-dots li button:before {
    background: #acacac;
    border-radius: 50%;
  }
}

@media only screen and (max-width:992px) {
  .title {
    font-size: 24px;
    line-height: 26px;
  }

  .title h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .title .subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .headingOnline .headingbold {
    font-size: 24px;
    line-height: 26px;
  }

  .space-common {
    padding: 30px 0;
  }

  .mattress-banner a {
    margin: 0 auto 15px;
  }

  .mattress-slider {
    padding-top: 20px;
  }

  .mattress-category-section {
    padding-top: 0;
  }

  .mattress-category-section .icons-list a {
    width: 17%;
    margin: 0 10px 20px;
  }

  .mattress-category-section .icons-list .category-name {
    font-size: 14px;
    line-height: 18px;
  }

  .matters-size .slider-four {
    margin-top: 20px;
  }

  .matters-size .slider-four a img {
    height: 125px;
    margin: 0 auto 10px;
  }

  .mattres-types .mattress-type-list {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mattres-types .mattress-type-list .name {
    font-size: 16px;
    line-height: 19px;
    margin: 10px auto 0;
  }

  .mattres-comfort .mattress-list {
    padding-bottom: 15px;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 130px;
  }

  .mattres-comfort .mattress-list a .name {
    font-size: 14px;
  }

  .mattres-comfort .mattress-list a .tag {
    font-size: 14px;
  }

  .store-wrpr .stores-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .btn-matters {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width:767px) {
  .breadcrumbs {
    background: #fff;
  }

  .container-fluid {
    max-width: 100%;
  }

  .space-common {
    padding: 30px 10px;
  }

  .headingOnline {
    background: #fff;
    padding: 10px 10px 20px;
  }

  .headingOnline .headingbold {
    font-size: 1.25rem;
    line-height: 24px;
  }

  .headingOnline .more-content {
    font-size: 0.8125rem;
  }

  .headingOnline .more-content b,
  .headingOnline .more-content strong {
    font-family: "Abhay-Libre Bold";
    font-weight: normal;
    color: #333333;
  }

  .headingOnline hr {
    display: none;
  }

  .headingOnline .about-ws {
    padding: 20px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .headingOnline .about-ws li {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 15px;
  }

  .headingOnline .about-ws li img {
    width: 60px;
  }

  .headingOnline .about-ws li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }

  .headingOnline .about-ws li p {
    font-size: 20px;
    margin: 0;
  }

  .headingOnline .about-ws li p span {
    font-size: 14px;
  }

  .mattres-types {
    background: #fff;
  }

  .mattres-types .mattress-type-list {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .mattres-types .mattress-type-list .mattres-single {
    width: 28%;
    margin: 0 7px 20px;
  }

  .mattres-types .mattress-type-list .name {
    font-size: 14px;
  }

  .matters-size {
    background: #f5f5f5;
    margin: 0;
  }

  .matters-size .slider-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .matters-size .slider-four a {
    padding: 10px 7px 15px;
    margin: 0 0px 15px;
    width: 48%;
  }

  .matters-size .slider-four a img {
    height: 100px;
    margin: 0 auto 10px;
  }

  .matters-size .slider-four p {
    font-size: 14px;
  }

  .matters-size .slider-four span {
    font-size: 13px;
  }

  .matters-size .slider-four div {
    width: 47%;
  }

  .matters-size .btn-block {
    margin: 20px auto 0px;
  }

  .matters-size .btn-block .buying-guide {
    font-size: 15px;
  }

  .mattress-brand {
    background: #fff;
  }

  .mattress-brand .title {
    margin-bottom: 20px;
  }

  .mattress-brand .brand-slider a {
    width: 46%;
    margin: 0 5px 20px;
  }

  .mattress-brand .brand-slider a img {
    width: 140px;
  }

  .mattress-brand .center-block {
    margin: 10px auto;
  }

  .top-selling {
    background: #fff;
  }

  .top-selling .mattress-slider {
    padding-top: 20px;
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: -10px;
  }

  .top-selling .mattress-slider a {
    width: 64%;
    display: inline-block;
    padding-bottom: 10px;
  }

  .top-selling .price {
    font-size: 13px;
  }

  .top-selling .price del,
  .top-selling .price .price-discount {
    font-size: 13px;
  }

  .top-selling .rating-box i {
    margin-right: 3px;
  }

  .top-selling .name {
    padding: 5px 0 0;
    font-size: 14px;
  }

  .store-wrpr {
    background: #fff;
  }

  .store-wrpr .stores-list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-right: -10px;
  }

  .store-wrpr .stores-list .store-box {
    display: inline-block;
    width: 55%;
    margin-right: 10px;
    white-space: normal;
  }

  .store-wrpr .content-overlay,
  .store-wrpr .store-text {
    opacity: 1;
    font-size: 14px;
  }

  .mattress-banner {
    background: #fff;
  }

  .mattress-banner a {
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }

  .mattress-category-section {
    display: none;
  }

  .mattress-category-section.mb-view {
    border-top: 0;
    display: block;
  }

  .mattress-category-section .icons-list {
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    margin-right: -10px;
    margin-top: 0;
  }

  .mattress-category-section .icons-list figure {
    margin-bottom: 10px;
  }

  .mattress-category-section .icons-list a {
    width: 28%;
    margin: 0 10px 12px 0px;
    white-space: normal;
    vertical-align: top;
  }

  .mattress-category-section .icons-list .category-name {
    font-size: 13px;
    line-height: 16px;
  }

  .mb-view {
    display: block;
    padding: 0 10px;
    background: #fff;
    border-top: 10px solid #f5f5f5;
    border-bottom: 10px solid #f5f5f5;
  }

  .mb-view img {
    margin: 15px auto;
  }

  .mattres-comfort {
    background: url("https://wsnew2024.s3.ap-south-1.amazonaws.com/static-webmedia/images/matters/mobile-bg.png") no-repeat #fff;
    background-position: bottom;
    background-size: contain;
    min-height: 450px;
    border-top: 1px solid #e5e5e5;
  }

  .mattres-comfort figure {
    display: none;
  }

  .mattres-comfort .mattress-list a {
    width: 32%;
    display: inline-table;
  }

  .mattres-comfort .mattress-list a img {
    max-width: 115px;
  }

  .center-block {
    margin: 20px auto 0;
  }

  .btn-matters {
    font-size: 14px;
    padding: 8px 15px;
  }

  .faq-wrpr {
    background: #f5f5f5 !important;
  }

  .faq-wrpr .title {
    margin-bottom: 20px;
  }
}