h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Gillsans, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: Gillsans, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Gillsans, sans-serif;
  color: #65655d;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gillsans, sans-serif;
  color: #b90a1f;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  color: #65655d;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #000;
  text-decoration: underline;
}

.hero {
  position: relative;
  padding-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.collection-hero {
  min-height: 300px;
  padding-top: 110px;
  background-color: #f3f3f3;
  background-image: none;
  background-position: 0px 0px;
}

.hero.thankyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .47), hsla(0, 0%, 100%, .47)), url('../images/ty.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .47), hsla(0, 0%, 100%, .47)), url('../images/ty.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body {
  font-family: Gillsans, sans-serif;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  width: 200px;
  height: 39px;
  margin-right: 28px;
  background-image: url('../images/logo.png');
  background-position: 0px 0px;
  background-size: 200px;
}

.logo.prwoman {
  overflow: hidden;
  width: 104px;
  margin-right: 0px;
  background-image: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #999ba7;
  font-size: 23px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.logo.prwoman:hover {
  color: #c40043;
}

.logo.prwoman.pw {
  margin-right: 15px;
  opacity: 1;
  color: #c40043;
}

.logo.prwoman.pw:hover {
  color: #b90a1f;
}

.logo.prwoman.logo-pw-footer {
  color: #fff;
}

.logo.pw {
  opacity: 0.37;
}

.logo.pw:hover {
  opacity: 1;
}

.nav-left {
  width: 40%;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.social {
  display: inline-block;
}

.social.in-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.soc-ico {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 8px;
  border: 1px solid #65655d;
  border-radius: 100%;
  color: #999ba7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.soc-ico:hover {
  color: #000;
}

.soc-ico.white-ico {
  border-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.soc-ico.white-ico:hover {
  opacity: 0.6;
}

.btn {
  padding: 14px 29px;
  border: 1px solid #65655d;
  background-color: #65655d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #fff;
  box-shadow: -2px 13px 22px -10px rgba(0, 0, 0, .49);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #65655d;
}

.btn.btn-pw {
  border-color: #c40043;
  background-color: #c40043;
}

.btn.btn-pw:hover {
  border-color: #c40043;
  background-color: #fff;
  color: #c40043;
}

.container {
  display: block;
  width: 96%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.cont-hero {
  max-width: 1200px;
}

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

.container.collection-cont {
  position: relative;
}

.nav-link {
  display: inline-block;
  padding: 10px 10px 8px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #000;
}

.nav-link.white-nav {
  color: #fff;
}

.nav-link.white-nav:hover {
  border-bottom-color: #fff;
}

.humb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  margin-left: 0px;
  padding-left: 30px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.strip1 {
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
  background-color: #000;
}

.strip1.pw {
  background-color: #c40043;
}

.strip2 {
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
  background-color: #000;
}

.strip2.pw {
  background-color: #c40043;
}

.strip3 {
  width: 30px;
  height: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
}

.strip3.pw {
  background-color: #c40043;
}

.hero-slider {
  min-height: 550px;
}

.hero-slide {
  padding-top: 90px;
  padding-left: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/slider_02-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide.slide-2 {
  background-image: url('../images/slide3.jpg'), url('../images/slider_02-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide.slide-1-pw {
  background-image: url('../images/pw-slide-2.jpg');
}

.hero-slide.slide-2-pw {
  background-image: url('../images/sliide-2-pw.jpg');
}

.hero-slide.slide-3-pw {
  background-image: url('../images/slide3-pw.jpg');
}

.grey-arrow {
  width: 60px;
  height: 60px;
  margin-left: 2%;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 23px;
  line-height: 23px;
}

.grey-arrow:hover {
  background-color: rgba(0, 0, 0, .5);
}

.grey-arrow.ar-right {
  margin-right: 2%;
  margin-left: 0%;
}

.sub {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
}

.hero-text-div {
  width: 50%;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.action {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #999ba7;
  background-color: #fafaff;
  background-image: none;
  background-position: 0px 0px;
}

.action-img-1 {
  display: block;
  max-width: 600px;
  min-height: 300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/promo_motiv_16.jpg');
  background-position: 50% -17px;
  background-size: cover;
}

.collection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafaff;
}

.collection-heading {
  width: 70%;
  float: left;
}

.collection-time {
  width: 30%;
  float: left;
  text-align: right;
}

.collection-time-t {
  color: #65655d;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.collection-vertical {
  position: absolute;
  left: -76px;
  top: 159px;
  z-index: 15;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #65655d;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-slider {
  width: 100%;
  min-height: 390px;
  background-color: transparent;
}

.collection-slide {
  overflow: hidden;
  width: 25%;
}

.collection-lb {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.collection-lb:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.collect-slider-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.collection-details {
  position: relative;
  z-index: 8;
  margin-bottom: 22px;
  padding: 55px;
  border: 1px none #999ba7;
  background-color: #fff;
  box-shadow: 2px 18px 26px -16px #000;
  text-align: center;
}

.collection-details.old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 349px;
  margin-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  box-shadow: none;
}

.hide {
  display: none;
}

.coll-arrow {
  position: absolute;
  left: -65px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: -31px;
  margin-left: auto;
  border: 2px solid #999ba7;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #65655d;
  font-size: 26px;
  line-height: 26px;
}

.coll-arrow:hover {
  background-color: #999ba7;
  color: #fff;
}

.coll-arrow.right {
  left: 70px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.brand {
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #65655d;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.footer.footer-pw {
  background-color: #c40043;
}

.col3 {
  width: 40%;
  float: left;
}

.footer-text {
  display: inline;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
}

.footer-text.centered {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: right;
}

.footer-nav {
  width: 40%;
  float: left;
  text-align: right;
}

.to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .07);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.to-top:hover {
  box-shadow: 0 11px 18px -10px rgba(0, 0, 0, .57);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafaff;
  text-align: center;
}

.form {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
  border: 1px none #999ba7;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.input {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #999ba7;
  font-size: 15px;
  line-height: 21px;
}

.input:hover {
  border-color: #000;
}

.input:focus {
  border-color: #000;
}

.input.area {
  height: auto;
  min-height: 80px;
  margin-bottom: 20px;
}

.label {
  color: #999ba7;
}

._2-inputs-col {
  width: 50%;
  padding-right: 10px;
  float: left;
}

._2-inputs-col._2nd {
  padding-right: 0px;
  padding-left: 10px;
}

.white-link {
  color: #fff;
  font-weight: 600;
}

.copyright {
  clear: both;
}

.col-2-p {
  margin-bottom: 40px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.col-2-p.one-row {
  -webkit-column-count: auto;
  column-count: auto;
}

.like-h1 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.like-h1.pw-h1 {
  color: #c40043;
}

.levo {
  width: 50%;
  padding-top: 109px;
  padding-bottom: 50px;
  padding-left: 2%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pravo {
  position: relative;
  overflow: hidden;
  width: 50%;
  min-height: 70vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #999ba7;
  background-image: url('../images/rabe_werbemittel_poster_1-2.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pravo.pravo-pw {
  background-image: url('../images/pw-image.jpg');
}

.logo1 {
  position: absolute;
  left: 29%;
  top: 25%;
}

.logo2 {
  position: absolute;
  left: 11%;
  top: 42%;
}

.logo3 {
  position: absolute;
  left: 50%;
  top: 51%;
}

.logo0 {
  position: absolute;
  left: 15%;
  top: 24%;
  display: none;
}

._600-div {
  max-width: 600px;
  padding-right: 60px;
  padding-left: 10px;
  float: right;
}

.map-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafaff;
}

._600-div-right {
  max-width: 600px;
  padding-right: 10px;
  padding-left: 60px;
  float: left;
}

.width-50 {
  width: 50%;
}

.two-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy {
  margin-top: 15px;
  color: #999ba7;
  font-weight: 400;
}

.form-block {
  margin-bottom: 0px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs.im-menu {
  z-index: 20;
  margin-right: 80px;
  padding: 50px 50px 50px 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;
}

.map-tab {
  width: 90%;
  padding-top: 25px;
  padding-bottom: 25px;
  float: right;
  border-bottom: 1px solid #999ba7;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #999ba7;
  font-size: 18px;
  line-height: 27px;
}

.map-tab:hover {
  color: #000;
}

.map-tab.w--current {
  background-color: transparent;
  color: #000;
}

.map-tab.last-tab {
  border-bottom-style: none;
}

.tab-menu {
  width: 30%;
  padding-top: 30px;
  float: right;
}

.tabs-content {
  overflow: scroll;
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.center {
  text-align: center;
}

.open-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #65655d;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-close:hover {
  background-color: #000;
}

.close-btn-text {
  min-width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 80px;
}

.image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
}

.map {
  margin-bottom: 30px;
}

.col-5 {
  width: 50%;
  padding-right: 30px;
  float: left;
}

.success {
  width: 70%;
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  border: 2px solid #7ec358;
  background-color: transparent;
  color: #7ec358;
  font-size: 18px;
  line-height: 25px;
}

.text-block {
  font-size: 23px;
  line-height: 31px;
}

.error {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e85a69;
  color: #fff;
}

.tab-pane {
  overflow: auto;
}

.hero-centered-div {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

.page-content {
  padding-top: 70px;
  padding-bottom: 100px;
}

.main-content {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.sidebar {
  width: 25%;
  padding-right: 50px;
  float: left;
  position: -webkit-sticky; 
  position: sticky;
  top: 100px; 
}

.ad-block {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 15px;
  text-decoration: none;
}

.bcrumbs-sec {
  padding-top: 21px;
  padding-bottom: 10px;
}

.breabcrumbs {
  color: #999ba7;
}

.bcrumbs-link {
  color: #65655d;
  text-decoration: none;
}

.bcrumbs-link:hover {
  color: #000;
  text-decoration: underline;
}

.link.pw {
  color: #c40043;
}

.link.pw:hover {
  border-bottom-color: #c40043;
}

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  max-width: 300px;
  margin-bottom: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96%, 0);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.product-item:hover {
  border-color: #f0f0f0;
}

.product-item.item-pw {
  padding-right: 2%;
  padding-left: 2%;
  border-style: none;
}

.prod-img1 {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: block;
  width: 100%;
}

.item-pic {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.item-pic.prod-pw {
  cursor: default;
}

.prod-img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
}

.item-info {
  position: relative;
  z-index: 5;
  padding-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.item-info.text-pw {
  -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;
}

.product-item-name {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  text-transform: none;
}

.prod-item-color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-grey {
  width: 30px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #65655d;
}

.c-grey.c-hellsilver {
  background-color: #999ba7;
}

.c-grey.c-flamingo {
  background-color: #e03413;
}

.c-grey.c-pink {
  background-color: #d31653;
}

.c-grey.c-white {
  border: 1px solid #999ba7;
  background-color: #fff;
}

.c-grey.c-blue {
  background-color: #06a3e0;
}

.c-grey.c-red {
  background-color: #c40043;
}

.c-grey.c-emaille {
  background-color: #456888;
}

.c-grey.c-beige {
  background-color: #a0a072;
}

.c-grey.c-light-blue {
  background-color: #b6d8f8;
}

.c-grey.c-black {
  background-color: #000;
}

.item-price {
  display: none;
  margin-right: 6px;
  margin-bottom: 14px;
  margin-left: 6px;
  font-size: 18px;
  line-height: 25px;
}

.item-price.old-price {
  color: #cecece;
  text-decoration: line-through;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.to-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -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: #fafaff;
  font-size: 21px;
  letter-spacing: 1px;
  text-decoration: none;
}

.to-index:hover {
  background-color: #e0e0e0;
}

.to-index.index-pw {
  background-color: #f0f0f0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.old-col-img.olc-col-pw {
  max-height: 500px;
}

.collection-old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.footer-line {
  height: 1px;
  margin-bottom: 35px;
  background-color: #fff;
}

.sb-menu-link {
  display: block;
  margin-bottom: 10px;
  color: #65655d;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.sb-menu-link:hover {
  color: #000;
  text-decoration: underline;
}

.sb-menu-link:active {
  color: #888;
}

.sidebar-h4 {
  margin-top: 20px;
  border-bottom: 1px solid #999ba7;
}

.sidebar-h4.h4-pw {
  color: #c40043;
}

.header-pw {
  color: #c40043;
}

.t-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 8px auto;
}

.tcol-1 {
  width: 60%;
}

.tcol-2 {
  width: 40%;
  float: right;
}

.empty-50 {
  height: 50px;
}

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

.pw-link {
  color: #c40043;
}

.flex-list {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.bottom-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 991px) {
  .logo {
    width: 100px;
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
  }
  .logo.prwoman {
    font-size: 19px;
  }
  .nav-left {
    width: 35%;
  }
  .nav-right {
    width: 35%;
  }
  .nav-link.white-nav {
    font-size: 14px;
    line-height: 15px;
  }
  .grey-arrow {
    width: 40px;
    height: 40px;
    margin-left: 1%;
  }
  .grey-arrow.ar-right {
    margin-right: 1%;
  }
  .collection-slide {
    width: 50%;
  }
  .collection-details.old {
    min-height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col3 {
    width: 35%;
  }
  .footer-text {
    display: block;
    text-align: center;
  }
  .footer-text.centered {
    display: block;
    float: none;
    text-align: center;
  }
  .footer-nav {
    width: 35%;
  }
  .contact {
    padding-bottom: 45px;
  }
  .form {
    margin-right: 2%;
    margin-left: 2%;
  }
  .levo {
    padding-top: 50px;
  }
  .logo2 {
    left: 4%;
  }
  .logo3 {
    left: 36%;
    top: 68%;
  }
  ._600-div {
    padding-right: 20px;
    padding-left: 0px;
  }
  ._600-div-right {
    padding-right: 0px;
    padding-left: 20px;
  }
  .two-cols {
    padding-right: 2%;
    padding-left: 2%;
  }
  .tabs.im-menu {
    padding-top: 80px;
    padding-right: 15px;
  }
  .map-tab {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-menu.tabs-menu-in-menu {
    width: 25%;
  }
  .tabs-content {
    width: 75%;
  }
  .close-btn-text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 16px;
  }
  .close-btn-text.to-main {
    min-width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-centered-div {
    width: 80%;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    padding-right: 0px;
  }
  .ad-block {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-item-name {
    font-size: 19px;
    line-height: 23px;
  }
  .to-index {
    position: absolute;
    z-index: 59;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    height: 80px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .to-index.index-pw {
    left: 190px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 20px;
  }
  .hero {
    padding-top: 0px;
  }
  .hero.collection-hero {
    min-height: auto;
    padding-top: 60px;
  }
  .nav-left {
    width: 50%;
  }
  .nav-right {
    width: 60px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social.in-footer {
    margin-bottom: 20px;
  }
  .nav-link {
    display: none;
  }
  .nav-link.white-nav {
    display: inline-block;
    text-align: center;
  }
  .humb {
    position: fixed;
    width: auto;
    height: 60px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .hero-slide {
    padding-top: 70px;
    background-position: 62% 50%;
  }
  .hero-slide.slide-2 {
    background-image: url('../images/slide3.jpg');
    background-position: 70% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sub {
    font-size: 21px;
    line-height: 29px;
  }
  .header {
    height: 60px;
    background-color: transparent;
  }
  .action-img-1 {
    width: 100%;
    min-height: auto;
  }
  .collection-slider {
    min-height: 370px;
  }
  .collection-details.old {
    width: 100%;
    min-height: auto;
    padding: 30px 30px 40px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col3 {
    margin-bottom: 20px;
  }
  .footer-nav {
    text-align: center;
  }
  .to-top {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .footer-row {
    -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;
  }
  .form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .copyright {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .col-2-p {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .levo {
    width: 100%;
    padding-right: 2%;
    padding-bottom: 0px;
  }
  .pravo {
    display: none;
    width: 100%;
  }
  ._600-div {
    padding-right: 0px;
  }
  .map-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._600-div-right {
    padding-left: 0px;
  }
  .width-50 {
    width: 100%;
  }
  .two-cols {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .heading {
    font-size: 33px;
    line-height: 40px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs.im-menu {
    margin-right: 50px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-tab {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    border-bottom-style: none;
  }
  .map-tab.last-tab {
    border-left: 1px solid #999ba7;
  }
  .tab-menu {
    width: 100%;
    padding-top: 0px;
  }
  .tab-menu.tabs-menu-in-menu {
    width: 100%;
  }
  .tabs-content {
    width: 100%;
  }
  .close-btn-text {
    min-width: 161px;
    font-size: 17px;
    line-height: 16px;
  }
  .menu-div {
    display: block;
    overflow: scroll;
    padding-top: 100px;
  }
  .image-3 {
    margin-top: 28px;
  }
  .map {
    max-height: 200px;
  }
  .col-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h3-in-menu {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-centered-div {
    width: 95%;
  }
  .page-content {
    padding-top: 33px;
    padding-bottom: 50px;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .ad-block {
    max-width: 250px;
  }
  .product-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .prod-img1 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .item-pic.prod-pw {
    display: block;
  }
  .item-info {
    padding-top: 0px;
  }
  .to-index {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    margin-right: 80px;
    padding-right: 41px;
  }
  .to-index.index-pw {
    left: 0px;
    margin-top: 50px;
  }
  .collection-old {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 479px) {
  h2 {
    margin-bottom: 35px;
    font-size: 29px;
  }
  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .logo {
    margin-right: 20px;
  }
  .logo.prwoman {
    width: 82px;
  }
  .nav-left {
    width: 70%;
  }
  .social {
    display: none;
  }
  .nav-link.white-nav {
    text-align: left;
  }
  .hero-slide {
    padding-left: 0%;
  }
  .hero-slide.slide-2 {
    background-image: url('../images/slide3.jpg');
    background-position: -856px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .grey-arrow {
    display: none;
  }
  .hero-text-div {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .header {
    height: 70px;
  }
  .collection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .collection-time-t {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .collection-vertical {
    position: static;
    margin-bottom: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .collection-slider {
    height: 225px;
    min-height: 180px;
  }
  .collect-slider-div {
    margin-left: 0%;
  }
  .collection-details {
    padding-top: 89px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .coll-arrow {
    margin-bottom: -76px;
    background-color: hsla(0, 0%, 100%, .38);
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-nav {
    width: 70%;
    text-align: center;
  }
  .contact {
    padding-bottom: 0px;
  }
  .form {
    max-width: auto;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .label {
    text-align: left;
  }
  ._2-inputs-col {
    width: 100%;
    padding-right: 0px;
  }
  ._2-inputs-col._2nd {
    padding-left: 0px;
  }
  .tabs.im-menu {
    margin-right: 20px;
  }
  .map-tab {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .map-tab.last-tab {
    border-left-style: none;
  }
  .menu-close {
    width: 50px;
  }
  .menu-div {
    margin-right: 50px;
  }
  .col-5 {
    width: 100%;
  }
  .hero-centered-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-info {
    margin-top: 5px;
  }
  .item-info.text-pw {
    position: relative;
    font-size: 12px;
    line-height: 17px;
  }
  .product-item-name {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 17px;
  }
  .item-price {
    font-size: 15px;
    line-height: 21px;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 31px;
  }
  .tcol-1 {
    width: 70%;
  }
  .tcol-2 {
    width: 30%;
  }
}

@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/GillSans-SemiBold-05.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/GillSans-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gillsans';
  src: url('../fonts/GillSans-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

div.full_screen{
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}
.full_screen div.img_full_screen {
  text-align: center;
  margin-top: 8px;
}


div.zoom_btns{
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 82px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}

div.zoom_btns div {
  text-align: center;
  margin-top: 11px;
}

.w-widget-map {
  margin-bottom: 30px;
}