html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Manrope";
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
}

.topbg {
  background-color: #F5F1EF;
}

.top-icons {
  background-color: #fff;
  padding: 16px 0px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .top-icons {
    display: none;
  }
}
.top-icons ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.top-icons ul li {
  font-size: 20px;
  line-height: 16px;
  border: solid 2px #d7dbec;
  padding: 10px;
}
.top-icons ul li.active {
  text-decoration: none;
  background: #d7dbec;
}
.top-icons ul li:hover {
  background: #d7dbec;
  text-decoration: none;
}
.top-icons ul li img {
  margin-right: 8px;
}
.top-icons ul li a {
  color: #6D635B;
}
.top-icons ul li a:hover {
  text-decoration: none;
}
.top-icons ul span {
  font-weight: bold;
}

.splide__arrow {
  display: none !important;
}

.splide__pagination {
  display: none !important;
}

.full-width-photo {
  width: 100%;
  margin: 70px 0px;
}
.full-width-photo img {
  width: 100%;
}

.mosaic img {
  padding: 15px 0px;
}

.splide {
  height: 100px;
  padding-top: 50px;
}

#language-select img {
  width: 31px;
  margin-left: 15px;
  border-radius: 50px;
}
#language-select img:hover {
  width: 31px;
  margin-left: 15px;
  border: solid 1px #000;
  transform: scale(1.1, 1.1);
  transition: 0.5s;
}

@media (max-width: 992px) {
  #language-select img {
    width: 28px;
  }
}
#logo {
  position: absolute;
}
@media (max-width: 992px) {
  #logo {
    margin-top: 16px;
    margin-left: -18px;
  }
}

.top-menu {
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 24px 0px;
  z-index: 4;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .top-menu {
    display: none;
  }
}
.top-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 32px;
  margin-bottom: 0;
}
.top-menu ul li a {
  color: #6D635B;
}
.top-menu img {
  height: 50px;
}
.top-menu .contact-us a {
  padding: 10px 20px;
  background-color: #d7dbec;
  font-weight: bold;
  color: #6D635B;
}

.top-menu-mobile {
  background-color: #F5F1EF;
  padding: 20px 0px 0px 0px;
  width: 104%;
  position: fixed;
  z-index: 3;
  top: 0;
}
@media (min-width: 992px) {
  .top-menu-mobile {
    display: none;
  }
}
.top-menu-mobile .catalog {
  padding: 10px 20px;
  background-color: #d7dbec;
  font-weight: bold;
  color: #6D635B;
  display: block;
  margin-top: 15px;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .top-menu-mobile .catalog {
    width: 85px;
    margin-bottom: 15px;
    position: fixed;
    right: 0;
  }
}
.top-menu-mobile .left-side img {
  height: 31px;
  margin-left: 10px;
}
.top-menu-mobile .right-side {
  font-size: 14px;
  color: #60422A;
  text-align: right;
}
.top-menu-mobile .right-side ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  padding: 0px;
  gap: 16px;
}
.top-menu-mobile .right-side ul li {
  font-size: 16px;
  line-height: 16px;
  border: solid 2px #d7dbec;
  padding: 10px;
}
.top-menu-mobile .right-side ul li.active {
  text-decoration: none;
  background: #d7dbec;
}
.top-menu-mobile .right-side ul li:hover {
  background: #d7dbec;
  text-decoration: none;
}
.top-menu-mobile .right-side ul li a {
  color: #6D635B;
}
.top-menu-mobile .right-side img {
  margin-left: 24px;
  margin-right: 10px;
  margin-bottom: 27px;
}
.top-menu-mobile #mobile-menu-elements {
  display: none;
  width: 100%;
  margin-top: 10px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.top-menu-mobile #mobile-menu-elements li {
  list-style-type: none;
  text-align: left;
  padding: 15px 0px;
  border-bottom: 1px solid #c8c8c8;
}
.top-menu-mobile #mobile-menu-elements li a {
  color: #6D635B;
  margin-left: 24px;
}

.first-section {
  background-color: #F5F1EF;
}
@media (max-width: 991px) {
  .first-section {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .first-section .first-section-photo {
    order: -1;
  }
}
.first-section .first-section-photo img {
  width: 100%;
}
.first-section .first-section-container .big-text {
  font-weight: 600;
  font-size: 72px;
  line-height: 78px;
  color: #60422A;
  margin-top: 20%;
}
@media (max-width: 991px) {
  .first-section .first-section-container .big-text {
    font-size: 40px;
    line-height: 52px;
  }
}
.first-section .first-section-container .sub-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding: 32px 0px;
}
@media (max-width: 991px) {
  .first-section .first-section-container .sub-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.first-section .first-section-container .cta-text a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #60422A;
  border-bottom: 1.5px solid #60422A;
  padding: 16px 0px;
}
@media (max-width: 991px) {
  .first-section .first-section-container .cta-text a {
    font-size: 14px;
    line-height: 24px;
  }
}
.first-section .first-section-container img {
  margin-left: 20px;
}

.hero {
  background-color: #F5F1EF;
  padding-bottom: 60px;
}

.second-section {
  padding: 60px 0px;
}
@media (max-width: 991px) {
  .second-section {
    padding: 0px 0px 0px 0px;
  }
}
.second-section .image-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .second-section .image-center {
    text-align: center;
    order: 13;
  }
}
.second-section .image-center img {
  width: 100%;
}
.second-section .second-section-container {
  text-align: left;
}
.second-section .second-section-container .section-badge {
  background: rgba(97, 123, 41, 0.08);
  border-radius: 0px 20px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  color: #617B29;
  width: 392px;
  font-size: 16px;
}
.second-section .second-section-container .section-big-text {
  color: #323C1E;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  padding: 24px 0px;
}
@media (max-width: 991px) {
  .second-section .second-section-container .section-big-text {
    font-size: 32px;
    line-height: 48px;
  }
}
.second-section .second-section-container .section-sub-text {
  color: #64675F;
}
@media (max-width: 991px) {
  .second-section .second-section-container .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.third-section {
  padding: 60px 0px;
}
.third-section img {
  width: 100%;
}
.third-section .desktop-video {
  display: block;
}
@media (max-width: 991px) {
  .third-section .desktop-video {
    display: none;
  }
}
.third-section .mobile-video {
  display: none;
}
@media (max-width: 991px) {
  .third-section .mobile-video {
    display: block;
  }
}

.fourth-section .fourth-section-container {
  border: 1px solid #D2D3D0;
  border-radius: 100px 0px 0px 0px;
  padding: 80px;
}
@media (max-width: 991px) {
  .fourth-section .fourth-section-container {
    padding: 80px 24px;
  }
}
.fourth-section .fourth-section-container .rectangle-green {
  position: absolute;
  width: 106px;
  height: 106px;
  background: rgba(97, 123, 41, 0.08);
  border-radius: 0px 99px 0px 0px;
  transform: rotate(180deg);
  right: 35px;
  top: 20px;
}
.fourth-section .fourth-section-container .section-big-text {
  color: #323C1E;
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .fourth-section .fourth-section-container .section-big-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.fourth-section .fourth-section-container .section-sub-text {
  color: #64675F;
  padding: 40px 0px;
  line-height: 28px;
}
.fourth-section .fourth-section-container .cta-text a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1.5px solid #60422A;
  padding: 16px 0px;
  color: #323C1E;
}
@media (max-width: 991px) {
  .fourth-section .fourth-section-container .cta-text a {
    font-size: 14px;
  }
}
.fourth-section .fourth-section-container .cta-text img {
  margin-left: 20px;
}

.fifth-section {
  padding: 120px 0px;
}
.fifth-section .image-center {
  text-align: center;
}
.fifth-section .image-center img {
  width: 100%;
  max-width: 320px;
  float: right;
}
@media (max-width: 991px) {
  .fifth-section .image-center img {
    float: unset;
  }
}
.fifth-section .second-section-container .section-badge {
  background: rgba(215, 220, 236, 0.24);
  border-radius: 0px 20px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  color: #45527C;
  width: 300px;
  font-size: 16px;
}
.fifth-section .second-section-container .section-big-text {
  color: #323C1E;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  padding: 24px 0px;
}
@media (max-width: 991px) {
  .fifth-section .second-section-container .section-big-text {
    font-size: 32px;
    line-height: 48px;
  }
}
.fifth-section .second-section-container .section-sub-text {
  color: #64675F;
}
@media (max-width: 991px) {
  .fifth-section .second-section-container .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.sixth-section .sixth-section-container .type-section {
  border-bottom: 1px solid #EAEBED;
  padding: 20px 0px;
}
.sixth-section .sixth-section-container .type-section .type-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202841;
}
.sixth-section .sixth-section-container .type-section .type-title img {
  margin-left: 8px;
}
.sixth-section .sixth-section-container .type-section .type-attributes {
  padding: 20px 0px 0px 0px;
}
.sixth-section .sixth-section-container .type-section .type-attributes img {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.sixth-section .sixth-section-container .type-section .type-attributes ul {
  list-style-type: none;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.sixth-section .sixth-section-container .type-section .type-attributes ul li {
  display: inline-block;
  padding: 0px 100px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #202841;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .sixth-section .sixth-section-container .type-section .type-attributes ul li {
    padding: 0px 25px 20px 0px;
  }
}

.seventh-section {
  margin-bottom: 50px;
}
.seventh-section .info-tile {
  width: 31.7%;
  height: 200px;
  float: left;
  background: rgba(215, 220, 236, 0.24);
  margin: 18px 18px 0px 0px;
  text-align: center;
  padding: 50px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .seventh-section .info-tile {
    width: 45%;
    font-size: 14px;
    padding: 40px 0px;
    margin: 9px;
  }
}
.seventh-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.seventh-section .info-icon img {
  margin-bottom: 24px;
  max-width: 65px;
}

.eighth-section .eighth-section-container {
  border: 1px solid #D2D3D0;
  border-radius: 100px 0px 0px 0px;
  padding: 80px;
}
@media (max-width: 991px) {
  .eighth-section .eighth-section-container {
    padding: 80px 24px;
  }
}
.eighth-section .eighth-section-container .rectangle-blue {
  position: absolute;
  width: 106px;
  height: 106px;
  background: rgba(215, 220, 236, 0.24);
  border-radius: 0px 99px 0px 0px;
  transform: rotate(180deg);
  right: 35px;
  top: 20px;
}
.eighth-section .eighth-section-container .section-big-text {
  color: #323C1E;
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .eighth-section .eighth-section-container .section-big-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.eighth-section .eighth-section-container .section-sub-text {
  color: #64675F;
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .eighth-section .eighth-section-container .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.eighth-section .eighth-section-container .cta-text a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1.5px solid #60422A;
  padding: 16px 0px;
  color: #323C1E;
}
@media (max-width: 991px) {
  .eighth-section .eighth-section-container .cta-text a {
    font-size: 14px;
  }
}
.eighth-section .eighth-section-container .cta-text img {
  margin-left: 20px;
}

.ninth-section {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .ninth-section .image-center {
    text-align: center;
  }
}
.ninth-section img {
  width: 100%;
}
.ninth-section .ninth-section-container .section-badge {
  background: rgba(177, 128, 90, 0.08);
  border-radius: 0px 20px 0px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  color: #B1805A;
  width: 290px;
  font-size: 16px;
}
.ninth-section .ninth-section-container .section-big-text {
  color: #60422A;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  padding: 24px 0px;
  text-align: left;
}
@media (max-width: 991px) {
  .ninth-section .ninth-section-container .section-big-text {
    font-size: 32px;
    line-height: 48px;
  }
}
.ninth-section .ninth-section-container .section-sub-text {
  color: #6D635B;
  text-align: left;
}
@media (max-width: 991px) {
  .ninth-section .ninth-section-container .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.tenth-section .section-title {
  font-size: 32px;
  line-height: 48px;
  color: #60422A;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .tenth-section .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.tenth-section .section-big-text {
  font-size: 20px;
  line-height: 28px;
  color: #6D635B;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .tenth-section .section-big-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.tenth-section .section-sub-text {
  font-size: 16px;
  line-height: 28px;
  color: #6D635B;
}
@media (max-width: 991px) {
  .tenth-section .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}

.eleventh-section {
  margin: 100px 0px;
}
@media (max-width: 922px) {
  .eleventh-section {
    margin: 15px 0px 185px 0px;
  }
}
.eleventh-section .category-tile {
  display: inline-block;
  width: 30%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .eleventh-section .category-tile {
    width: 100%;
  }
}
.eleventh-section .category-tile .category-image img {
  width: 100%;
}
.eleventh-section .category-tile .category-title {
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #60422A;
}
.eleventh-section .products-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 280px;
  width: 100%;
}
.eleventh-section .products-content .item {
  flex: 1 0 31%;
  margin: 1%;
  max-width: 49%;
  padding-bottom: 23%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .eleventh-section .products-content .item {
    flex: 1 0 100%;
    max-width: 100%;
    height: 140px;
  }
}
.eleventh-section .products-content .item:hover .product-bg {
  transform: scale(1.1);
}
.eleventh-section .products-content .item a .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 30, 27, 0.1);
  z-index: 2;
}
.eleventh-section .products-content .item a .product-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 350ms ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.eleventh-section .products-content .item a .product-bg:hover {
  width: 110%;
  height: 110%;
}
.eleventh-section .products-content .item a .product-name {
  position: absolute;
  width: auto;
  height: auto;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 350ms ease-out;
}
.eleventh-section .products-content .item a h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #343a40;
  border-bottom: 2px solid rgb(206, 168, 16);
}
.eleventh-section .products-content .item a:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 350ms ease-out;
}

.tvelve-section .tvelve-section-container {
  border: 1px solid #D2D3D0;
  border-radius: 100px 0px 0px 0px;
  padding: 80px;
}
@media (max-width: 991px) {
  .tvelve-section .tvelve-section-container {
    padding: 80px 24px;
  }
}
.tvelve-section .tvelve-section-container .rectangle-brown {
  position: absolute;
  width: 106px;
  height: 106px;
  background: rgba(177, 128, 90, 0.08);
  border-radius: 0px 99px 0px 0px;
  transform: rotate(180deg);
  right: 35px;
  top: 20px;
}
.tvelve-section .tvelve-section-container .section-big-text {
  color: #323C1E;
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .tvelve-section .tvelve-section-container .section-big-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.tvelve-section .tvelve-section-container .section-sub-text {
  color: #64675F;
  padding: 40px 0px;
}
@media (max-width: 991px) {
  .tvelve-section .tvelve-section-container .section-sub-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.tvelve-section .tvelve-section-container .cta-text a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1.5px solid #60422A;
  padding: 16px 0px;
  color: #323C1E;
}
@media (max-width: 991px) {
  .tvelve-section .tvelve-section-container .cta-text a {
    font-size: 14px;
  }
}
.tvelve-section .tvelve-section-container .cta-text img {
  margin-left: 20px;
}

.thirteenth-section {
  margin: 120px 0px;
}
.thirteenth-section .section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #60422A;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .thirteenth-section .section-title {
    font-size: 32px;
    line-height: 48px;
  }
}
.thirteenth-section .section-big-text {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #60422A;
}
@media (max-width: 991px) {
  .thirteenth-section .section-big-text {
    font-size: 24px;
    line-height: 32px;
  }
}

.fourteenth-section .about-photo img {
  width: 100%;
}
.fourteenth-section .about-text-right {
  color: #6D635B;
  line-height: 28px;
  padding-left: 74px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .fourteenth-section .about-text-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fourteenth-section .about-text-left {
  color: #6D635B;
  line-height: 28px;
  padding-right: 70px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .fourteenth-section .about-text-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fourteenth-section .about-section {
  margin-bottom: 80px;
}

.fifteen-section {
  padding: 100px 0px;
}
.fifteen-section .info-tile {
  padding: 32px 16px;
  width: 33%;
  display: inline-block;
}
@media (max-width: 991px) {
  .fifteen-section .info-tile {
    width: 48%;
  }
}
.fifteen-section .info-tile .info-title {
  font-weight: 600;
  line-height: 24px;
  color: #60422A;
  margin-top: 32px;
  margin-bottom: 16px;
}
.fifteen-section .info-tile .info-desc {
  font-size: 14px;
  line-height: 24px;
  color: #6D635B;
}

.sixteen-section {
  padding: 100px 0px;
}
.sixteen-section .section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #60422A;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .sixteen-section .section-logos {
    text-align: center;
  }
}
.sixteen-section .section-logos img {
  display: inline-block;
  width: 200px;
  padding: 0px 60px 0px 0px;
}
@media (max-width: 991px) {
  .sixteen-section .section-logos img {
    width: unset;
    padding: 0px 25px 20px 0px;
  }
}

.seventeen-section .section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #60422A;
  margin-bottom: 16px;
}
.seventeen-section .section-sub-text {
  font-size: 20px;
  line-height: 28px;
  color: #6D635B;
  margin-bottom: 56px;
}
.seventeen-section .contact-photo img {
  width: 100%;
}
.seventeen-section .contact-company .info-email {
  line-height: 28px;
  color: #6D635B;
  margin-bottom: 16px;
  margin-top: 32px;
}
.seventeen-section .contact-company .email {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #60422A;
  margin-bottom: 48px;
}
.seventeen-section .contact-company .info-phone {
  line-height: 28px;
  color: #6D635B;
  margin-bottom: 16px;
}
.seventeen-section .contact-company .phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #60422A;
  margin-bottom: 48px;
}

.footer .footer-container {
  padding: 100px 0px 0px 0px;
}
.footer .footer-container ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 45px;
}
.footer .footer-container ul li {
  font-size: 14px;
  color: #6D635B;
}
.footer .footer-container ul li a {
  color: #6D635B;
}
.footer .footer-container .logo-pi img {
  height: 31px;
}
.footer .footer-container .copyright {
  text-align: center;
  color: #6D635B;
  font-size: 12px;
  margin-top: 40px;
}
.footer .footer-container .social img {
  width: 16px;
  height: 16px;
  margin-left: 24px;
}

.category-section {
  margin: 20px 0px;
}
@media (max-width: 992px) {
  .category-section {
    margin: 60px -15px 0px -15px;
  }
}
@media (max-width: 992px) {
  .category-section .filter-box {
    display: none;
  }
}
.category-section .category-tile {
  display: inline-block;
  width: 30%;
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .category-section .category-tile {
    width: 100%;
  }
}
.category-section .category-tile .category-image img {
  width: 100%;
}
.category-section .category-tile .category-title {
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #60422A;
}
.category-section .filter-box .filter-title {
  font-weight: bold;
}
.category-section .filter-box p {
  text-align: justify;
  font-size: 14px;
}
.category-section .filter-box ul {
  list-style-type: none;
}
.category-section .filter-box a {
  color: #60422A;
}
.category-section .filter-box a.active {
  font-weight: bold;
}
.category-section .filter-box .info-box {
  margin-top: 20px;
}
.category-section .filter-box .info-box .info-icon img {
  max-width: 50px;
}
.category-section .filter-box .info-box .info-title {
  font-weight: 600;
  line-height: 24px;
  color: #60422A;
  margin-top: 5px;
  margin-bottom: 30px;
}

.product-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.product-section .product-photo {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .product-section .product-photo {
    margin-top: 60px;
  }
}
.product-section .product-photo img {
  position: relative;
  cursor: pointer;
  max-width: 350px;
}
.product-section .product-name {
  color: #60422A;
  font-size: 50px;
  font-weight: bold;
}
.product-section .product-desc {
  margin: 50px 0px;
}
.product-section .product-desc p {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.sim-product-section .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.breadcrumb {
  background-color: #fff;
  color: #60422A;
  font-size: 18px;
}
.breadcrumb a {
  color: #60422A;
}

.attributes-rec span {
  background: #f5f1ef;
  padding: 6px;
  display: block;
  float: left;
  margin: 2px 4px 1px 0px;
}

@media (max-width: 992px) {
  .splide__slide img {
    width: 140px;
  }
}

.company-info {
  text-align: center;
  margin-top: 50px;
}
.company-info .company-title {
  line-height: 28px;
  color: #60422A;
  margin-bottom: 16px;
  font-weight: bold;
}
.company-info .company-data {
  font-size: 14px;
  line-height: 24px;
  color: #6D635B;
}

.welcome-select {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .welcome-select {
    margin-top: 10px;
  }
}
.welcome-select .select_title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #60422A;
}
.welcome-select .welcome_logo {
  text-align: left;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .welcome-select .welcome_logo {
    margin-bottom: 20px;
  }
}
.welcome-select .welcome_logo img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .welcome-select .welcome_logo img {
    max-width: 170px;
  }
}
.welcome-select .welcome_language {
  text-align: right;
}
@media (max-width: 992px) {
  .welcome-select .welcome_language {
    position: absolute;
    right: 30px;
    top: -61px;
  }
}
.welcome-select .parent {
  width: 560px;
  height: 550px;
  border: 5px solid #F5F1EF;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 992px) {
  .welcome-select .parent {
    width: 100%;
    height: 350px;
  }
}
.welcome-select .parent .bg-manneq {
  background-image: url(/gfx/412.jpg);
}
.welcome-select .parent .bg-hangers {
  background-image: url(/gfx/hangers_select.jpg);
}
.welcome-select .child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.welcome-select .parent:hover .child, .welcome-select .parent:focus .child {
  transform: scale(1.1);
}
