body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.payicons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  padding-right: 1%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.payicons {
  max-width: 5%;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212d6d;
}

.nav-link {
  display: inline-block;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #212d6d;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  padding-top: 26px;
  padding-bottom: 26px;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  color: #212d6d;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #212d6d;
}

.slider {
  margin-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrowslider {
  display: none;
  color: #00457c;
}

.slider-homepage {
  width: 400px;
  height: 400px;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-2 {
  margin-right: 1%;
}

.product-slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px none #0021cc;
  background-color: transparent;
}

.heading-3 {
  padding-top: 1%;
  padding-bottom: 1%;
  border: 2px none #212d6d;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #212d6d;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}

.heading-4 {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  border: 2px solid #212d6d;
  background-color: #212d6d;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-4:hover {
  border: 2px solid #212d6d;
  background-color: transparent;
  color: #212d6d;
  font-weight: 400;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  margin-left: 1%;
}

.submit-button {
  margin-top: 4%;
  margin-left: 1%;
  background-color: #212d6d;
  font-family: 'Open Sans', sans-serif;
}

.submit-button:hover {
  background-color: #000;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  margin-left: 5%;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-right {
  margin-top: 1%;
  margin-bottom: 1%;
  padding-right: 5%;
  border-style: none;
  border-left-width: 2px;
  border-left-color: #212d6d;
}

.text-field {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-field-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.field-label-2 {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.text-block-5 {
  font-family: Verdana, Geneva, sans-serif;
}

.footer-menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px none #000;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.footer-menu-buttons:hover {
  border-bottom: 1px solid #212d6d;
  color: #212d6d;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading2 {
  font-family: Oswald, sans-serif;
  color: #212d6d;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-slider-head {
  display: block;
  height: 350px;
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/ex.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/ex.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-wrapper {
  display: block;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 5px solid #fff;
  background-color: #212d6d;
  color: #fff;
  text-transform: none;
}

.about-text {
  padding: 10px 20px;
  border-style: none;
  border-left-width: 4px;
  border-left-color: #212d6d;
  background-color: #fff;
  text-align: justify;
}

.logo-image {
  cursor: pointer;
}

.section {
  margin-top: 3%;
  margin-bottom: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #212d6d;
  background-image: -webkit-linear-gradient(270deg, rgba(33, 45, 109, .75), rgba(33, 45, 109, .75)), url('../images/production-quality-assurance.jpg');
  background-image: linear-gradient(180deg, rgba(33, 45, 109, .75), rgba(33, 45, 109, .75)), url('../images/production-quality-assurance.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: justify;
}

.women-brief {
  margin-top: 2.5%;
  margin-right: 0%;
  margin-bottom: 2.5%;
}

.section-3 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.contact-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/contact-us.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/contact-us.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
}

.text-field-3 {
  margin-bottom: 2%;
}

.textarea {
  height: 200px;
  margin-bottom: 2%;
}

.link-menswear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-9 {
  margin-top: 40px;
  margin-bottom: 5%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.submit-button-contact {
  margin-top: 3%;
  margin-left: 0%;
  border: 2px solid #212d6d;
  background-color: #212d6d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.submit-button-contact:hover {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #212d6d;
  font-weight: 400;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  margin-top: 0%;
  padding-left: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.contact-bar {
  margin: 0% 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #212d6d;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-womenswear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-features {
  display: block;
  margin-bottom: 3%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  display: block;
  width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.container-3 {
  margin-top: -116px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212d6d;
  text-align: center;
}

.header-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.about-icons {
  display: block;
  width: 60px;
  margin-bottom: 0%;
}

.about-text-2 {
  margin-left: 0px;
  padding: 10px 20px;
  border-style: none;
  border-left-width: 4px;
  border-left-color: #212d6d;
  background-color: #fff;
  text-align: justify;
}

.column-10 {
  margin-top: -65px;
}

.heading-5-copy {
  margin-top: 8%;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 5px solid #fff;
  background-color: #212d6d;
  color: #fff;
  text-transform: none;
}

.about-featured-header {
  margin-top: 10px;
  margin-left: 3%;
  color: #fff;
}

.div-block-25 {
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 2px solid #fff;
}

.womenswear-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/woman-running.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/woman-running.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  padding-top: 30px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-11 {
  margin-top: 0px;
  padding: 10px;
  color: #212d6d;
  cursor: pointer;
}

.product-image {
  max-width: 30%;
}

.product-button {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #212d6d;
  background-color: #212d6d;
  font-weight: 400;
  cursor: pointer;
}

.product-button:hover {
  border: 2px solid #212d6d;
  background-color: #fff;
  color: #212d6d;
}

.product-name {
  color: #000;
  text-transform: capitalize;
}

.product-description {
  margin-right: 10px;
  margin-left: 0px;
  color: #000;
}

.img-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-gallery.bra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._w-single-head {
  position: static;
  display: block;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-info {
  margin-left: 30px;
}

._w-shapewear-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

._w-shapewear-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

._w-briefs-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

._w-briefs-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

._w-bras-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

._w-bras-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

._w-lingerie-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

._w-lingerie-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

.logo-link {
  margin-left: 30px;
}

.heading-12 {
  color: #000;
  text-transform: capitalize;
}

.product-tabelle {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-3 {
  margin-top: 20px;
  margin-left: 25px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px solid #212d6d;
}

.womenswear-side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-13 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #575757;
}

.menswear-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/sporty-young-african-man-runner-running-P86NHS8.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .45), hsla(0, 0%, 100%, .45)), url('../images/sporty-young-african-man-runner-running-P86NHS8.jpg');
  background-position: 0px 0px, 0px 46%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menswear-side-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.m-boxers-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.m-boxers-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

.m-shirts-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.m-shirts-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

.m-briefs-filter {
  margin-left: 15px;
  padding: 10px;
  border-left: 2px solid #212d6d;
  color: #212d6d;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.m-briefs-filter:hover {
  background-color: #212d6d;
  color: #fff;
}

.image-120 {
  position: static;
  z-index: 2;
  display: block;
  max-width: 120%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.text-block-14 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
}

.heading-13 {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #212d6d;
}

.text-block-15 {
  text-transform: none;
}

.div-block-26 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-menswear {
  position: relative;
  width: 90%;
  height: 60%;
  clear: none;
  background-color: transparent;
}

.background-video-2 {
  position: relative;
  width: 100%;
  height: 300px;
}

.column-14 {
  margin-bottom: 30px;
  padding-right: 10px;
}

.image-12-copy {
  display: block;
  max-width: 130%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-6 {
  position: relative;
}

.image-boxer-black {
  display: block;
  max-width: 120%;
  margin-top: -75px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-boxer-black-copy {
  display: block;
  max-width: 120%;
  margin-top: -75px;
  margin-left: -34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-correction-1 {
  display: block;
  max-width: 120%;
  margin-top: -96px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-correction-2 {
  display: block;
  max-width: 120%;
  margin-top: -40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-100-normal {
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-womenswear {
  width: 380px;
  height: 390px;
  background-color: transparent;
}

.image-womenswear {
  position: static;
  top: 50px;
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.slider-womenswear-camisole {
  width: 380px;
  height: 570px;
  background-color: transparent;
}

.slider-womenswear-sportswear {
  width: 380px;
  height: 570px;
  background-color: transparent;
}

.slider-details {
  height: 420px;
  margin-top: 30px;
}

.image-121 {
  max-width: 95%;
}

.arrow-details {
  position: absolute;
  background-color: transparent;
  color: #212d6d;
}

.slide-10 {
  position: static;
  text-align: center;
}

.mask-2 {
  background-color: #fff;
}

.image-121-copy {
  max-height: 400px;
}

.slide-nav {
  margin-bottom: -30px;
}

.slide-nav-2 {
  margin-bottom: -30px;
}

.slide-nav-3 {
  margin-bottom: -30px;
}

.column-16 {
  margin-bottom: 30px;
}

.slide-11 {
  position: static;
}

.slide-12 {
  position: relative;
  clear: none;
  background-color: transparent;
}

.slide-1 {
  position: relative;
  clear: none;
  background-color: transparent;
}

.image-110 {
  display: block;
  max-width: 110%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-102 {
  display: block;
  max-width: 102%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-92 {
  display: block;
  max-width: 92%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media (max-width: 991px) {
  .slider-homepage {
    width: 300px;
    height: 300px;
  }
  .womenswear-header {
    height: 250px;
  }
  .product-image {
    max-width: 40%;
  }
  .text-block-14 {
    font-weight: 400;
  }
  .text-block-16 {
    margin-left: -41px;
  }
}

@media (max-width: 767px) {
  .text-block-5 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 18px;
  }
  .heading2 {
    padding-left: 20px;
  }
  .text-block-14 {
    font-size: 12px;
  }
  .slider-womenswear {
    width: 250px;
    height: 250px;
  }
  .column-17 {
    position: relative;
  }
  .text-block-16 {
    margin-left: -43px;
    font-size: 10px;
  }
  .text-block-17 {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .womenswear-header {
    height: 150px;
  }
  .column-11 {
    padding-left: 0px;
  }
  .heading-11 {
    font-size: 14px;
  }
  ._w-shapewear-filter {
    font-size: 12px;
  }
  ._w-briefs-filter {
    font-size: 12px;
  }
  ._w-bras-filter {
    font-size: 12px;
  }
  ._w-lingerie-filter {
    font-size: 12px;
  }
  .heading-12 {
    font-size: 25px;
  }
  .product-tabelle {
    font-size: 10px;
  }
  .text-block-13 {
    font-size: 10px;
  }
  .text-block-14 {
    font-size: 12px;
    font-weight: 400;
  }
  .slider-womenswear {
    width: 250px;
    height: 250px;
  }
  .text-block-17 {
    padding-left: 20px;
    border-left: 2px solid #000;
    color: #000;
    font-size: 12px;
  }
}