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

h1 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #624763;
  font-size: 39px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #624763;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #d70a8b;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #5f5f6e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  font-family: Montserrat, sans-serif;
  color: #624763;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

h6 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #d70a8b;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Karla, sans-serif;
  color: rgba(122, 0, 89, .8);
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #d70a8b;
}

a:active {
  color: #7a0059;
}

a:focus {
  color: #d70a8b;
}

.cart-item-image {
  display: block;
}

.quantity-updater {
  display: block;
  margin-top: 0px;
  margin-right: 15px;
  padding-top: 0px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-updater.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.quantity-updater.style {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-item-updater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: right;
}

.new-link {
  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #d70a8b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.new-link:hover {
  color: #7a0059;
}

.new-link.minus {
  padding-right: 5px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #a5a5a5 hsla(0, 0%, 65%, .28) #a5a5a5 #a5a5a5;
  text-align: right;
}

.new-link.plus {
  padding-top: 8px;
  padding-left: 5px;
  float: left;
  text-align: left;
}

.line-item-updater-divider {
  padding-right: 8px;
  padding-left: 8px;
}

.cart-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-column.price {
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
}

.cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 65%, .5);
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.new-link-small {
  color: #d70a8b;
  font-size: 12px;
}

.new-link-small:hover {
  color: #7a0059;
}

.loginbar {
  position: relative;
  z-index: 500;
  display: none;
  height: 40px;
  padding-top: 10px;
  background-color: #f6f7f8;
}

.navbar {
  height: 80px;
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
}

.mainbanner {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  height: 90vh;
  margin-top: -80px;
  margin-bottom: 0px;
  background-color: transparent;
}

.mainbanner.hp {
  position: relative;
  top: -80px;
  margin-top: 0px;
}

.navlink {
  margin-left: 30px;
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 30px;
  color: #624763;
}

.navlink:hover {
  color: #d70a8b;
}

.navlink:active {
  color: rgba(215, 10, 139, .7);
}

.navlink.w--current {
  color: rgba(215, 10, 139, .8);
}

.navlink.dropdown {
  position: relative;
  display: inline-block;
}

.navlink.dropdown:hover {
  color: #d70a8b;
}

.navlink.dropdown:active {
  color: rgba(215, 10, 139, .7);
}

.loginlink {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  float: right;
  font-family: Karla, sans-serif;
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.loginicon {
  position: static;
  margin-top: 2px;
  float: right;
  background-color: #3e0041;
}

.loginicon:hover {
  background-color: #3e0041;
}

.loginblock {
  display: inline-block;
  margin-left: 20px;
  float: right;
}

.searchfield {
  display: inline-block;
  height: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border-style: none;
  background-color: #fff;
  font-family: Karla, sans-serif;
  color: #a5a5a5;
  font-size: 12px;
}

.brandbar {
  position: static;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: -40px;
  padding: 35px;
  -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;
  border-color: #fff;
  background-color: #f6f7f8;
}

.brandbar.companypage {
  margin-top: 30px;
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #e5e8ea;
  background-color: transparent;
}

.centredcopy {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 120px;
  padding-left: 120px;
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

.centredcopy.title {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 700;
}

.centredcopy.mag {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #624763;
}

.centredcopy.bold {
  font-size: 22px;
  line-height: 25px;
}

.centredcopy.bold.content {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
}

.centredcopy.collections {
  margin-top: 20px;
  margin-bottom: 50px;
}

.bckgblock {
  position: relative;
  z-index: -5;
  display: block;
  width: 58%;
  height: 290px;
  margin-top: -35px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  background-color: #ffecf0;
}

.sectiontitle {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #624763;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.whatsnew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productimage-hp {
  overflow: hidden;
  width: 100%;
  height: 334px;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
}

.productimage-hp:hover {
  background-size: cover;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
  opacity: 1;
}

.stylename {
  display: block;
  font-family: Karla, sans-serif;
  color: #787878;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.styleblock {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wn-line {
  position: static;
  top: 0px;
  right: 145px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100px;
  height: 1px;
  float: none;
  background-color: #d70a8b;
}

.wn-line.wn {
  position: relative;
  display: block;
  margin-top: -423px;
  margin-right: auto;
  margin-left: auto;
}

.column2-hp {
  height: 380px;
  padding-right: 0px;
  padding-left: 0px;
}

.column1-hp {
  height: 380px;
  padding-right: 100px;
  background-color: #f6f7f8;
}

.slider-hp {
  height: 380px;
}

.featuredcopy {
  width: 250px;
  margin: 60px;
  float: right;
}

.featuredcopy.c-page {
  width: auto;
  margin-top: 30px;
  margin-left: 30px;
  float: none;
}

.featuredcopy.c-page.collection {
  margin-left: 60px;
}

.featuredcopy.c-page2 {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 155px;
  float: none;
}

.shortline {
  width: 50px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #d70a8b;
}

.shortline.centred {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-size: 13px;
  line-height: 20px;
}

.paragraph.main {
  margin-top: 20px;
}

.paragraph.footer-p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph.footer-p.address {
  margin-top: 20px;
}

.paragraph.c-page {
  margin: 30px;
  font-weight: 100;
}

.paragraph.highlight {
  width: 195px;
  height: 195px;
  margin-top: 30px;
  padding: 16px;
  float: left;
  clear: none;
  border: 4px solid #d70a8b;
}

.button {
  width: 195px;
  height: 45px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65%, .5);
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: transparent;
  box-shadow: 0 1px 2px 0 #a5a5a5;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-weight: 400;
}

.button:active {
  border-color: hsla(0, 0%, 65%, .5);
  background-color: hsla(0, 0%, 100%, .5);
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.form {
  margin-top: 10px;
  float: right;
  -webkit-transition-duration: 200ms, 300ms;
  transition-duration: 200ms, 300ms;
}

.button.form:hover {
  color: #5f5f6e;
}

.button.nav {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button.nav.right {
  float: right;
}

.beigebckg {
  padding-top: 55px;
  padding-bottom: 45px;
  background-color: #eae5e1;
}

.workwithfeme {
  display: block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 180px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 10px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65%, .5);
  background-color: hsla(0, 0%, 100%, .25);
}

.iconrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.h5-centred {
  display: block;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.purpleblock {
  margin-top: 100px;
  margin-bottom: -335px;
  margin-left: 280px;
  padding: 55px 85px 55px 320px;
  border-style: none;
  background-color: rgba(98, 71, 99, .15);
}

.featuredimage-2 {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 100px;
  border: 20px solid #f6f7f8;
}

.slide {
  background-image: url('../images/trend-highlight_Urban_Dash_A_960x1200.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide.image-1 {
  background-color: #f6f7f8;
  background-image: url('../images/example-bg.png');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide.image-2 {
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide.image-3 {
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.mainslider {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.contentbox {
  position: relative;
  z-index: 500;
}

.contentbox.hp {
  margin-top: -80px;
}

.bannerslide-2 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidenav {
  z-index: 1000;
  display: block;
  margin-bottom: 40px;
}

.mainbannercopy {
  display: none;
  margin-top: 190px;
}

.mainbannercopyblock {
  display: block;
  width: 45%;
}

.caption1 {
  display: inline-block;
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-size: 12px;
  line-height: 23px;
}

.caption1.form {
  display: inline-block;
}

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

.caption1.compact {
  width: 80%;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 15px;
}

.caption1.breadcrumbs {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  text-align: left;
}

.caption1.link {
  color: #7a0059;
}

.caption1.link:hover {
  color: #d70a8b;
}

.caption1.link:active {
  color: #7a0059;
}

.caption1.link:focus {
  color: #d70a8b;
}

.caption1.style-name {
  display: block;
}

.smallparagraph {
  margin-top: 5px;
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

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

.smallparagraph.rights {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.smallparagraph.pages {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: right;
  font-size: 12px;
  line-height: 23px;
}

.smallparagraph.bottomnav {
  display: block;
  margin: 15px auto;
  clear: none;
}

.smallparagraph.sku {
  text-align: left;
  text-transform: uppercase;
}

.smallparagraph.align-left {
  line-height: 18px;
  text-align: left;
}

.smallparagraph.align-left.tagline {
  text-transform: none;
}

.smallparagraph.style-variants {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.smallparagraph.style-variants.capital {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.magazinesbar {
  display: block;
  height: 185px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #fff;
  background-color: rgba(245, 230, 234, .9);
  background-image: url('../images/magazines_background2.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.magazinesblock {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0.8;
}

.footer {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: hsla(0, 0%, 65%, .2);
}

.legalline {
  margin-top: 20px;
}

.address-p {
  color: #a5a5a5;
}

.bannerslide-1 {
  position: static;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.productdetailblock {
  width: 100%;
}

.bbh-logo {
  margin-right: 25px;
  margin-left: 25px;
  opacity: 0.8;
  -webkit-transition: color 400ms ease, opacity 300ms ease;
  transition: color 400ms ease, opacity 300ms ease;
}

.bbh-logo:hover {
  opacity: 1;
}

.pride-logo {
  margin-right: 25px;
  margin-left: 25px;
  opacity: 0.8;
  -webkit-transition: color 400ms ease, opacity 300ms ease;
  transition: color 400ms ease, opacity 300ms ease;
}

.pride-logo:hover {
  opacity: 1;
}

.spell-logo {
  margin-right: 25px;
  margin-left: 25px;
  opacity: 0.8;
  -webkit-transition: color 400ms ease, opacity 300ms ease;
  transition: color 400ms ease, opacity 300ms ease;
}

.spell-logo:hover {
  opacity: 1;
}

.me-logo {
  margin-right: 25px;
  margin-left: 25px;
  opacity: 0.8;
  -webkit-transition: color 400ms ease, opacity 300ms ease;
  transition: color 400ms ease, opacity 300ms ease;
}

.me-logo:hover {
  opacity: 1;
}

.amina-logo {
  margin-right: 25px;
  margin-left: 25px;
  opacity: 0.8;
  -webkit-transition: color 400ms ease, opacity 300ms ease;
  transition: color 400ms ease, opacity 300ms ease;
}

.amina-logo:hover {
  opacity: 1;
}

.feme-logo {
  opacity: 0.7;
}

.feme-logo:hover {
  opacity: 1;
}

.sensationnel-logo {
  opacity: 0.7;
}

.sensationnel-logo:hover {
  opacity: 1;
}

.iaw-logo {
  opacity: 0.7;
}

.iaw-logo:hover {
  opacity: 1;
}

.outre-logo {
  opacity: 0.7;
}

.outre-logo:hover {
  opacity: 1;
}

.xp-logo {
  opacity: 0.7;
}

.xp-logo:hover {
  opacity: 1;
}

.icon.hover-icon {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.icon.hover-icon:hover {
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-transform: scale(0.9) rotate(15deg);
  -ms-transform: scale(0.9) rotate(15deg);
  transform: scale(0.9) rotate(15deg);
}

.icon.float-right {
  float: right;
}

.mainslider-mask {
  position: static;
}

.body {
  overflow: visible;
}

.section1-block {
  overflow: hidden;
  padding-bottom: 230px;
}

.grey-bar {
  height: 290px;
  margin-top: -80px;
  background-color: #e5e8ea;
}

.hairblock {
  position: relative;
  z-index: 0;
  height: 630px;
  margin-top: -210px;
  background-image: url('../images/hair-3.png');
  background-position: 100% 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.hairblock.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hairblock.right {
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.company-1 {
  position: relative;
  z-index: 1;
  margin-top: -605px;
}

.copyplus {
  margin-bottom: 15px;
  font-family: Karla, sans-serif;
  color: #5f5f6e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.copyplus.collections {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}

.c-section2 {
  margin-top: 195px;
  padding-bottom: 50px;
  background-color: rgba(98, 71, 99, .15);
}

.c-3columns {
  margin-top: -125px;
  margin-bottom: -125px;
  padding-right: 30px;
  padding-left: 30px;
}

.c-3column {
  padding-right: 15px;
  padding-left: 15px;
}

.c-3image {
  margin-bottom: 30px;
}

.c-section4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.c-section3 {
  margin-top: -210px;
  padding-top: 210px;
  background-image: url('../images/hair-4.png');
  background-position: 0px 0px;
  background-size: 277px;
  background-repeat: no-repeat;
}

.c-column-wide {
  height: 395px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/feme-trade-show.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grey-bckg {
  background-color: #f6f7f8;
}

.grey-bckg.collections {
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e8ea;
}

.grey-bckg.half {
  border-top: 1px solid #e5e8ea;
}

.grey-bckg.style-page {
  padding-top: 0px;
  padding-bottom: 30px;
}

.half-page {
  width: 100%;
}

.map {
  height: 300px;
  background-color: transparent;
  opacity: 1;
  color: #333;
}

.form-field {
  border: 1px solid #fff;
  font-family: Karla, sans-serif;
  color: #787878;
  font-size: 14px;
}

.form-field:focus {
  border: 1px solid #d70a8b;
}

.form-field.message {
  height: 160px;
}

.purple-bckg {
  background-color: rgba(98, 71, 99, .15);
}

.contact-block {
  padding-top: 50px;
  padding-bottom: 40px;
}

.h5-enquiries {
  margin-top: 0px;
}

.contact-column {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-column.right {
  padding-left: 40px;
  border-left: 1px solid #e5e8ea;
  border-right-style: none;
  border-right-color: transparent;
}

.contact-row {
  margin-bottom: -1px;
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #e5e8ea;
}

.contact-main {
  margin-bottom: 0px;
  border-bottom: 1px solid #e5e8ea;
}

.pink-block {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: 50%;
  height: 220px;
  margin-bottom: -180px;
  margin-left: -77px;
  background-color: #ffecf0;
}

.pink-block.right {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  float: right;
  clear: none;
  background-color: rgba(98, 71, 99, .15);
}

.h2-collections {
  margin-top: 10px;
  padding-top: 50px;
  border-top: 1px solid #e5e8ea;
  text-align: center;
}

.h2-collections.account {
  margin-bottom: 40px;
}

.collections-main {
  margin-bottom: 50px;
}

.collection-row {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-block1 {
  width: 16%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.collection-block2 {
  width: 34%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.collection-block3 {
  width: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.collection-block4 {
  width: 42%;
}

.collection-block5 {
  width: 24%;
}

.dropdown {
  display: inline-block;
  float: none;
  clear: none;
}

.dropdown-icon {
  margin-top: 17.5px;
  margin-right: 0px;
  color: #624763;
}

.dropdown-icon:hover {
  color: #d70a8b;
}

.dropdown-icon:active {
  color: rgba(215, 10, 139, .7);
}

.dropdown-link {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  color: #e5e8ea;
  text-align: right;
}

.dropdown-link:hover {
  color: #7a0059;
}

.dropdown-link:focus {
  color: #7a0059;
}

.dropdown-link.w--current {
  color: #3e0041;
}

.dropdown-link.align-left {
  display: block;
  min-width: 120px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: none;
  font-size: 12px;
  text-align: left;
}

.dropdown-list.w--open {
  display: block;
  margin-top: -18px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #624763;
  background-color: rgba(98, 71, 99, .9);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list.collection-list.w--open {
  position: fixed;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: -1px;
  margin-left: 0px;
  float: none;
  clear: none;
  -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;
  text-align: left;
}

.dropdown-text {
  margin-right: 20px;
  color: #624763;
  text-transform: uppercase;
}

.dropdown-text:hover {
  color: #d70a8b;
}

.dropdown-text:active {
  color: rgba(215, 10, 139, .7);
}

.dropdown-linkblock:hover {
  color: #d70a8b;
}

.dropdown-linkblock:active {
  color: rgba(215, 10, 139, .7);
}

.topnavbar {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e5e8ea;
}

.footer-brands-column {
  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;
}

.account-details {
  padding: 12px 0px 12px 20px;
}

.account-details-headline {
  font-family: Karla, sans-serif;
  font-size: 13px;
}

.order-details {
  padding: 12px 0px 12px 20px;
}

.cart-column-heading {
  text-align: left;
}

.cart-column-heading.quantity {
  width: 100%;
  padding-right: 40px;
  text-align: right;
}

.cart-column-heading.price {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  text-align: right;
}

.cart-total-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart-total-value {
  margin-left: 12px;
}

.cart-checkout-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  margin-top: 0px;
  float: right;
  -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: #d70a8b;
  color: #fff;
  text-align: center;
}

.cart-checkout-button:hover {
  background-color: #7a0059;
  color: #fff;
}

.cart-row-heading {
  padding: 10px;
  border-top: 1px solid hsla(0, 0%, 65%, .5);
  border-bottom: 1px solid hsla(0, 0%, 65%, .5);
}

.logout {
  text-align: center;
}

.logout-message {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding: 109px;
  -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;
}

.add-to-cart-link {
  width: 180px;
  border: 1px solid transparent;
  background-color: #f3d300;
  color: #333;
  text-align: center;
}

.add-to-cart-link:hover {
  border-color: #d70a8b;
  background-color: rgba(243, 211, 0, .6);
  color: #000;
  font-weight: 100;
}

.qty-input-field {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  text-align: right;
}

.cart-section {
  padding: 32px;
}

.product-section {
  padding: 0px;
  border-style: none;
  border-color: transparent;
}

.price {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 0px;
  float: left;
  font-size: 24px;
}

.item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-block {
  display: block;
  width: 22.75%;
  height: 295px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e5e8ea;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: center;
}

.item-block:hover {
  border-color: #a5a5a5;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .3);
}

.item-block.summary {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: none;
  background-color: transparent;
}

.item-block.summary:hover {
  box-shadow: none;
}

.item-block.backg-none {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
}

.item-block.backg-none:hover {
  border: 0px none transparent;
  box-shadow: none;
}

.item-block.backg-none.thumb {
  height: auto;
}

.cataloguenavbar {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #e5e8ea;
}

.cataloguenavbar.margin-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalogue-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: Karla, sans-serif;
  color: #787878;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.prevnext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Karla, sans-serif;
  color: #a5a5a5;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}

.prevnext-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prevnext-text {
  margin-right: 10px;
  margin-left: 10px;
}

.prevnext-bottom {
  display: block;
  margin-top: 20px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prevnext-bottom.style--bar {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e8ea;
}

.nopadding {
  padding-right: 10px;
  padding-left: 10px;
}

.collectionnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.left-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-style: none;
}

.left-nav.left-border {
  border-left: 1px solid #e5e8ea;
}

.right-nav {
  float: none;
}

.prevnext-logo {
  margin-right: 50px;
  margin-left: 50px;
}

.align-right {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.align-left {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-dropdown.w--open {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  font-family: Karla, sans-serif;
  color: #787878;
  font-size: 13px;
  line-height: 10px;
}

.sidepadding.productlist {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidepadding.top-no-margin {
  margin-top: -12px;
}

.sidepadding.margin-top {
  margin-top: -10px;
}

.page-nav {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 10px;
  float: right;
}

.logo-img {
  max-width: 60%;
  min-height: 120px;
  min-width: 60%;
  margin-bottom: 15px;
}

.logo-img.product-cover {
  width: auto;
  height: 295px;
  max-width: 100%;
  min-height: 295px;
  min-width: auto;
  margin-bottom: 0px;
}

.link-card {
  width: 100%;
  height: 100%;
  padding: 40px 10px 30px;
}

.link-card.summary {
  display: block;
  padding-top: 40px;
  padding-bottom: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65%, .3);
  background-color: transparent;
}

.link-card.summary.product {
  padding: 0px;
}

.link-card.style {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-card.style-thumb {
  padding: 10px;
  border: 1px solid #e5e8ea;
  background-color: #fff;
}

.link-card.style-thumb:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
}

.filter-block {
  display: none;
}

.breadcrumbs-block {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e8ea;
}

.breadcrumbs-arrow {
  margin-right: 5px;
  margin-left: 5px;
}

.style-img {
  width: 149px;
  height: 190px;
  margin-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e5e8ea;
}

.style-img.thumb {
  width: 116px;
  height: 148px;
  margin-bottom: 10px;
}

.style-img.thumb.product-img {
  height: 116px;
  padding: 10px;
}

.contact-details {
  margin-top: 10px;
  font-family: Karla, sans-serif;
}

.order-block {
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e8ea;
}

.checkout {
  width: 50%;
  float: right;
}

.thumb-column {
  width: 50px;
  margin-top: 0px;
  margin-right: 20px;
  float: left;
}

.style-image-large {
  width: 360px;
  height: 458px;
  margin-top: -1px;
  float: left;
  border: 1px solid #e5e8ea;
  cursor: pointer;
}

.style-image-thumb {
  width: 50px;
  height: 64px;
  margin-top: -1px;
  margin-bottom: 11px;
  border: 1px solid #e5e8ea;
}

.padding-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.style-specs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e8ea;
}

.style-specs.price-block {
  padding-top: 0px;
  padding-bottom: 5px;
}

.style-tab {
  width: 360px;
  margin-top: 20px;
  margin-left: 70px;
  font-family: Karla, sans-serif;
}

.tab {
  margin-right: 20px;
  margin-bottom: 17px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-color: transparent;
  color: #a5a5a5;
  text-transform: uppercase;
}

.tab.w--current {
  padding-left: 0px;
  border-bottom: 1px solid #333;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.tab-text {
  border-style: none;
  border-bottom-color: #333;
}

.tab-text:focus {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.quantity-field {
  width: 50px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: -5px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.quantity-field.box {
  margin-right: 0px;
  margin-left: 0px;
  float: left;
}

.quantity-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.availability {
  position: absolute;
  padding: 1px 10px;
  background-color: #d70a8b;
  font-family: Karla, sans-serif;
  color: #ffecf0;
  font-size: 12px;
  text-align: left;
}

.quantity-wrapper {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: right;
}

.h5-card {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 16px;
  text-transform: none;
}

.length {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  border-radius: 30px;
  font-family: Karla, sans-serif;
  color: #333;
  font-size: 13px;
}

.length:focus {
  color: #624763;
}

.variant-block {
  display: none;
  margin-right: -5px;
  margin-left: -5px;
}

.variant-block.colour {
  position: static;
  display: inline-block;
  width: 100px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  border: 1px solid transparent;
  color: #333;
}

.variant-block.colour:hover {
  display: inline-block;
}

.variant-block.length {
  position: static;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px;
  border: 0px none transparent;
  border-radius: 30px;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.colour-preview {
  position: static;
  display: inline-block;
  width: 100px;
  height: 25px;
  border: 1px solid transparent;
}

.stylename-block {
  width: 65%;
  float: left;
}

.product-logo {
  width: 30%;
  float: right;
}

.colour-code {
  position: static;
  width: 100px;
  height: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px none #333;
  background-color: transparent;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.option-values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-block {
  padding-top: 0px;
}

.order-history-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-history-row.header {
  margin-bottom: 8px;
  border-bottom: 1px solid #a5a5a5;
}

.order-history-field {
  margin: 3px;
  font-size: 13px;
}

.order-history-field.header {
  font-weight: 700;
}

.order-history-field.order-status {
  padding-top: 2px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #d70a8b;
  background-color: transparent;
  font-size: 13px;
}

.link-card-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.order-item-row {
  border-bottom: 1px solid #a5a5a5;
}

.product-logo-hp {
  width: 90px;
  margin-top: 0px;
}

.collection-menu {
  display: none;
  height: 40px;
  margin-top: -1px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e5e8ea;
  background-color: rgba(98, 71, 99, .15);
}

.collection-dropdown {
  margin-right: 0px;
  margin-left: 10px;
  padding: 10px 20px 10px 0px;
}

.collection-menu-text {
  margin-right: 0px;
  color: #624763;
  font-size: 12px;
}

.collection-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 160px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.collection-dropdown-item {
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-image {
  float: right;
}

.download-icon {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 8px;
  padding: 0px;
  float: left;
  clear: left;
  border: 2px none #3e0041;
  border-radius: 30px;
  background-image: url('../images/icon-download-hover.png');
  background-position: 0px 0px;
  background-size: cover;
}

.download-icon:hover {
  border-color: #d70a8b;
}

.download-copy {
  height: 35px;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  clear: none;
}

.download-box {
  margin-top: 0px;
}

.download-box.centred-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.download-link {
  float: left;
  clear: left;
}

.download-link.orizontal {
  margin-right: 30px;
  margin-left: 30px;
  float: none;
  clear: none;
}

.download-image {
  background-color: #fff;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.download-image:hover {
  opacity: 0;
}

.rich-text-block {
  margin-top: 20px;
}

.collection-logo {
  margin-bottom: 15px;
}

.cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  height: 40px;
  background-color: #624763;
}

.cookies-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #e5e8ea;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
}

.text-block {
  text-align: right;
}

.div-block {
  width: 100%;
  text-align: right;
}

.image-4 {
  margin: 5px;
}

.footer-link {
  color: #7a0059;
}

.footer-link:hover {
  color: #d70a8b;
}

.fax {
  color: rgba(122, 0, 89, .8);
}

.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;
}

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

.image-5 {
  max-width: 98%;
}

.bannerslide-3 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.pink-bckg {
  background-color: rgba(215, 10, 139, .1);
}

.banner-link {
  width: 100%;
  height: 80%;
  margin-top: 80px;
}

html.w-mod-js *[data-ix="1s-delay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-down-150"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-down-400"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="enterright"] {
  opacity: 0;
  -webkit-transform: translate(1200px, 0px);
  -ms-transform: translate(1200px, 0px);
  transform: translate(1200px, 0px);
}

html.w-mod-js *[data-ix="dropdown"] {
  -webkit-transform: translate(0px, -100px) scale(1, 0.01);
  -ms-transform: translate(0px, -100px) scale(1, 0.01);
  transform: translate(0px, -100px) scale(1, 0.01);
}

@media (max-width: 991px) {
  .new-link.minus {
    min-width: 24px;
    padding-left: 0px;
  }
  .loginbar {
    position: relative;
    z-index: 1000;
    padding-right: 30px;
    padding-left: 30px;
  }
  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mainbanner.hp {
    top: 0px;
  }
  .navlink {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .navlink.dropdown {
    margin-left: 0px;
    padding-right: 0px;
  }
  .navlink.dropdown.w--open {
    padding-right: 0px;
  }
  .brandbar {
    padding: 15px;
  }
  .centredcopy {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .bckgblock {
    height: 190px;
    margin-top: -30px;
    margin-bottom: 230px;
  }
  .sectiontitle {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .whatsnew {
    margin-right: -10px;
    margin-left: -10px;
  }
  .productimage-hp {
    width: 100%;
    height: 255px;
  }
  .productimage-hp:hover {
    background-size: 180px;
  }
  .styleblock {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .wn-line.wn {
    margin-top: -350px;
  }
  .column1-hp {
    padding-right: 45px;
  }
  .featuredcopy {
    margin-left: 30px;
  }
  .featuredcopy.c-page.collection {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .featuredcopy.c-page2 {
    margin-left: 50px;
  }
  .iconblock {
    padding-right: 20px;
    padding-left: 20px;
  }
  .iconrow {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .purpleblock {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 115px;
  }
  .featuredimage-2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .slide {
    background-position: -127px 0px;
  }
  .slide.image-1 {
    background-size: cover;
  }
  .mainslider {
    top: -80px;
    background-color: transparent;
  }
  .mainbannercopy {
    padding-right: 35px;
    padding-left: 35px;
  }
  .mainbannercopyblock {
    width: 50%;
  }
  .smallparagraph.rights {
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .magazinesbar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .brandbarblock {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section2 {
    width: 100%;
  }
  .bbh-logo {
    width: 13%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .pride-logo {
    width: 15%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .spell-logo {
    width: 16%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .me-logo {
    width: 20%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .amina-logo {
    width: 15%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .feme-logo {
    width: 8%;
  }
  .sensationnel-logo {
    width: 25%;
  }
  .iaw-logo {
    width: 9%;
  }
  .outre-logo {
    width: 10%;
  }
  .xp-logo {
    width: 13%;
  }
  .section1-block {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hairblock.left {
    height: 530px;
  }
  .hairblock.right {
    height: 530px;
  }
  .copyplus.collections {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
  }
  .grey-bckg.half {
    border-bottom: 1px solid #e5e8ea;
  }
  .half-page.right-block {
    padding-left: 20px;
  }
  .contact-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-row {
    margin-bottom: -1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .pink-block {
    margin-left: -59px;
  }
  .h5-collections {
    margin-top: 0px;
  }
  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .dropdown-link {
    padding-left: 20px;
    text-align: left;
  }
  .dropdown-list.w--open {
    margin-right: -240px;
    margin-left: -30px;
    padding-left: 10px;
  }
  .dropdown-list.collection-list.w--open {
    left: 0px;
    right: 0px;
    width: 730px;
  }
  .navmenu {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .3);
  }
  .navmenu-icon {
    color: #624763;
  }
  .navbutton {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbutton.w--open {
    background-color: transparent;
    color: transparent;
  }
  .add-to-cart-link {
    float: right;
  }
  .price {
    float: left;
    clear: left;
  }
  .item-block {
    width: 30%;
  }
  .prevnext-logo {
    max-width: 25%;
    margin-right: 35px;
    margin-left: 35px;
  }
  .thumb-column {
    width: 50px;
  }
  .style-image-large {
    width: 290px;
    height: 369px;
  }
  .style-tab {
    margin-left: 0px;
  }
  .quantity-form {
    width: 100%;
  }
  .quantity-wrapper {
    width: 100%;
  }
  .image-5 {
    max-width: 94%;
  }
  .no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }
  h5 {
    text-align: center;
  }
  .quantity-updater {
    width: 115px;
    float: left;
    clear: none;
  }
  .new-link.minus {
    min-width: 32px;
    padding-left: 8px;
  }
  .mainbanner {
    height: 420px;
  }
  .navlink {
    padding-left: 0px;
  }
  .navlink.dropdown {
    margin-right: 0px;
  }
  .brandbar.companypage {
    border-style: none;
    background-color: #f6f7f8;
  }
  .centredcopy.title {
    line-height: 16px;
  }
  .centredcopy.collections {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 14px;
    line-height: 20px;
  }
  .bckgblock {
    height: 170px;
    margin-bottom: 165px;
  }
  .productimage-hp {
    height: 180px;
  }
  .productimage-hp:hover {
    background-size: cover;
  }
  .wn-line.wn {
    margin-top: -275px;
  }
  .column2-hp {
    height: 310px;
  }
  .column1-hp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-hp {
    height: 310px;
  }
  .featuredcopy {
    display: block;
    width: 510px;
    margin: 30px auto;
    float: none;
  }
  .featuredcopy.c-page.collection {
    margin-bottom: 50px;
    margin-left: 30px;
    text-align: left;
  }
  .featuredcopy.c-page2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .shortline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .shortline.collections {
    float: left;
  }
  .paragraph {
    margin-bottom: 0px;
    text-align: center;
  }
  .paragraph.main {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }
  .paragraph.c-page {
    margin-top: 0px;
  }
  .paragraph.highlight {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.nav {
    width: 150px;
    float: left;
  }
  .button.nav.right {
    float: right;
  }
  .beigebckg {
    padding: 50px 10px;
  }
  .workwithfeme {
    padding-right: 10px;
    padding-left: 10px;
  }
  .iconblock {
    height: 230px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .iconrow {
    margin-top: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .h5-centred {
    margin-top: 0px;
  }
  .purpleblock {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .featuredimage-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .slide {
    background-position: 50% 0px;
  }
  .mainslider {
    margin-top: 0px;
  }
  .mainbannercopy {
    margin-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mainbannercopyblock {
    width: 55%;
  }
  .smallparagraph {
    margin-top: 15px;
  }
  .smallparagraph.rights {
    text-align: center;
  }
  .bannerslide-1 {
    padding-left: 0px;
  }
  .section1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fememain-logo {
    float: none;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainslider-mask {
    height: 100%;
  }
  .grey-bar {
    height: 250px;
  }
  .hairblock {
    margin-top: -165px;
    background-size: auto 80%;
  }
  .hairblock.left {
    height: 470px;
  }
  .hairblock.right {
    height: 470px;
  }
  .company-1 {
    margin-top: -630px;
  }
  .copyplus {
    text-align: center;
  }
  .copyplus.collections {
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
  }
  .c-section2 {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-3columns {
    margin-top: 0px;
  }
  .c-3column {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(98, 71, 99, .5);
  }
  .c-3column.last {
    border-bottom-style: none;
  }
  .c-3image {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: left;
  }
  .c-section4 {
    margin-bottom: 30px;
  }
  .half-page {
    width: 50%;
    margin-top: -15px;
    padding-right: 30px;
    padding-left: 30px;
    float: right;
  }
  .half-page.right-block {
    margin-bottom: 50px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .half-page.right-block.product {
    width: 100%;
  }
  .half-page.product {
    width: 100%;
  }
  .contact-column {
    text-align: center;
  }
  .contact-column.right {
    padding-left: 10px;
    border-style: none none none solid;
    border-top-width: 1px;
    border-top-color: #e5e8ea;
    border-bottom-width: 1px;
    border-bottom-color: #e5e8ea;
  }
  .contact-row {
    border-style: solid none;
  }
  .form-block {
    margin-top: 30px;
  }
  .pink-block {
    margin-left: -57px;
  }
  .pink-block.right {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .h2-collections {
    font-size: 30px;
  }
  .h5-collections {
    text-align: left;
  }
  .collection-block4 {
    padding-right: 25px;
  }
  .dropdown-list.collection-list.w--open {
    left: 0px;
    right: 0px;
    max-width: 425px;
    padding-right: 10px;
  }
  .navmenu {
    padding-right: 30px;
  }
  .add-to-cart-link {
    float: right;
    clear: none;
  }
  .price {
    clear: none;
  }
  .item-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-block {
    width: 46%;
  }
  .cataloguenavbar {
    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;
  }
  .prevnext-bottom {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .nopadding {
    position: relative;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .collectionnav {
    padding-right: 30px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left-nav.left-border {
    border-left-style: none;
  }
  .prevnext-logo {
    max-width: 20%;
    margin-right: 50px;
    margin-left: 50px;
  }
  .sidepadding {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-column1 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thumb-column {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .style-image-large {
    display: none;
  }
  .style-image-thumb {
    width: 225px;
    height: auto;
    margin-right: 10px;
    float: left;
  }
  .padding-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .style-tab {
    width: 100%;
    margin-left: 0px;
  }
  .quantity-form {
    float: right;
  }
  .quantity-wrapper {
    width: auto;
  }
  .variants-div {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e8ea;
  }
  .thumb-item {
    float: left;
  }
  .product-logo-hp {
    width: 70px;
    margin-top: 5px;
  }
  .collection-menu {
    display: none;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .collection-dropdown {
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
  }
  .collection-dropdown.w--open {
    margin-right: 0px;
  }
  .collection-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    padding: 5px 30px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .collection-menu-list {
    max-height: 160px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-dropdown-item {
    margin-right: 0px;
    margin-left: 0px;
  }
  .product-image {
    float: right;
  }
  .rich-text-block {
    padding: 24px;
  }
  .banner-link {
    height: 60%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .quantity-updater {
    display: block;
    width: 115px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4px;
    float: none;
  }
  .quantity-updater.style {
    margin-top: 12px;
    padding-right: 15px;
  }
  .new-link.minus {
    position: static;
    float: left;
    clear: none;
  }
  .new-link.plus {
    position: static;
    float: left;
  }
  .loginbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainbanner {
    height: auto;
    min-height: 280px;
  }
  .navlink {
    margin-right: 0px;
    padding-left: 0px;
  }
  .searchfield {
    display: none;
  }
  .brandbar {
    height: auto;
    padding-bottom: 20px;
    -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;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .centredcopy {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  .centredcopy.bold {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 700;
  }
  .centredcopy.bold.content {
    padding-right: 42px;
    padding-left: 42px;
    font-weight: 400;
  }
  .centredcopy.collections {
    margin-bottom: 30px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .bckgblock {
    width: 63%;
    height: 470px;
    margin-top: 201px;
    margin-bottom: 50px;
  }
  .whatsnew {
    margin-top: 30px;
  }
  .productimage-hp {
    height: 240px;
  }
  .styleblock {
    width: 45%;
    margin: 5px 0px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wn-line {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .wn-line.wn {
    left: auto;
    top: 0px;
    right: auto;
    bottom: 0px;
    margin-top: -670px;
  }
  .column1-hp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .featuredcopy.c-page.collection {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .featuredcopy.c-page2 {
    width: 100%;
  }
  .shortline.collections {
    float: none;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph.main {
    text-align: center;
  }
  .paragraph.highlight {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.form {
    width: 100%;
    margin-top: 5px;
  }
  .button.nav {
    width: 195px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
  }
  .workwithfeme {
    padding-right: 20px;
    padding-left: 20px;
  }
  .iconblock {
    width: 85%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .iconrow {
    -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;
  }
  .purpleblock {
    padding-right: 45px;
    padding-left: 45px;
  }
  .mainslider {
    height: 100%;
    min-height: 280px;
    background-color: transparent;
  }
  .contentbox {
    overflow: visible;
  }
  .bannerslide-2 {
    min-height: 410px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slidenav {
    display: none;
    margin-bottom: 25px;
  }
  .mainbannercopy {
    margin-top: 80px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mainbannercopyblock {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
  .caption1 {
    display: inline-block;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .caption1.breadcrumbs {
    width: 100%;
    text-align: center;
  }
  .smallparagraph.disclaimer {
    text-align: center;
  }
  .smallparagraph.rights {
    text-align: center;
  }
  .smallparagraph.pages {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .smallparagraph.sku {
    margin-bottom: 0px;
    clear: none;
    text-align: center;
  }
  .smallparagraph.align-left {
    text-align: left;
  }
  .smallparagraph.style-variants {
    text-align: center;
  }
  .magazinesbar {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .magazinesblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bannerslide-1 {
    min-height: 410px;
    margin-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .section1 {
    margin-bottom: 0px;
  }
  .bbh-logo {
    width: 20%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .pride-logo {
    width: 25%;
    margin: 0px 10px 10px;
  }
  .spell-logo {
    width: 25%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .me-logo {
    width: 35%;
    margin-right: 10px;
    margin-left: 30px;
  }
  .amina-logo {
    width: 24%;
    margin-right: 40px;
    margin-left: 10px;
  }
  .feme-logo {
    width: 13%;
    margin: 10px 15px 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sensationnel-logo {
    width: 50%;
    margin: 10px 15px;
  }
  .iaw-logo {
    width: 13%;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .outre-logo {
    width: 18%;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .xp-logo {
    width: 25%;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .brand.w--current {
    padding-left: 10px;
  }
  .footer-column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mainslider-mask {
    min-height: 280px;
    margin-bottom: -5px;
  }
  .body {
    overflow: scroll;
  }
  .section1-block {
    padding-top: 0px;
  }
  .grey-bar {
    height: 165px;
  }
  .hairblock {
    margin-top: -80px;
    background-size: auto 50%;
  }
  .copyplus.collections {
    margin-top: 10px;
    text-align: center;
  }
  .c-section2 {
    padding-bottom: 0px;
  }
  .c-3column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-3column.last {
    border-bottom-style: none;
  }
  .c-3image {
    width: 100%;
    margin-bottom: 15px;
  }
  .half-page {
    width: 100%;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .half-page.right-block {
    padding-left: 30px;
  }
  .contact-column.right {
    border-style: solid none;
  }
  .contact-row {
    border-style: none;
  }
  .pink-block {
    height: 150px;
    margin-bottom: -120px;
  }
  .h2-collections {
    font-size: 22px;
  }
  .collections-main {
    margin-bottom: 10px;
  }
  .h5-collections {
    text-align: center;
  }
  .img-collections {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .collection-row {
    -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;
  }
  .collection-block1 {
    overflow: hidden;
  }
  .collection-block2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .collection-block3 {
    width: 100%;
  }
  .collection-block4 {
    width: 100%;
    padding-right: 0px;
  }
  .collection-block5 {
    overflow: hidden;
  }
  .dropdown {
    padding-right: 0px;
  }
  .dropdown-link:hover {
    color: #7a0059;
  }
  .dropdown-link.align-left {
    display: block;
    width: 50%;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }
  .dropdown-list.collection-list.w--open {
    left: 0px;
    right: 0px;
    width: 215px;
    height: auto;
  }
  .navmenu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .add-to-cart-link {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
  .price {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .item-block {
    width: 100%;
    height: auto;
  }
  .cataloguenavbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cataloguenavbar.margin-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalogue-dropdown {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    clear: none;
  }
  .prevnext {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .prevnext-block {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .prevnext-bottom {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nopadding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .left-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }
  .prevnext-logo {
    display: none;
  }
  .align-right {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .align-left {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-column1 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-filter {
    position: relative;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-card {
    height: auto;
  }
  .breadcrumbs-block {
    width: auto;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: center;
  }
  .thumb-column {
    float: none;
  }
  .style-image-thumb {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .style-tab {
    width: auto;
  }
  .tab {
    margin-right: 10px;
    float: left;
    font-size: 11px;
  }
  .quantity-field.box {
    position: static;
    float: left;
  }
  .quantity-form {
    width: auto;
    margin-top: 15px;
    float: none;
  }
  .availability {
    max-width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 14px;
    text-align: center;
  }
  .quantity-wrapper {
    width: auto;
    float: none;
  }
  .variant-block.colour {
    width: 90px;
  }
  .colour-preview {
    width: 90px;
  }
  .stylename-block {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .product-logo {
    display: block;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .thumb-item {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .colour-code {
    width: 90px;
  }
  .option-values-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collection-menu {
    height: 85px;
  }
  .collection-dropdown {
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 0px;
  }
  .collection-menu-text {
    margin-right: 0px;
  }
  .collection-menu-container {
    max-height: 90px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-menu-list {
    height: auto;
    max-height: 250px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-menu-list-item {
    width: 50%;
  }
  .product-image {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .product-link {
    width: 100%;
  }
  .download-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .download-copy {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 0px;
    float: none;
    clear: none;
    text-align: center;
  }
  .download-box.centred-elements {
    margin-top: -15px;
    margin-bottom: 20px;
    -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;
  }
  .download-link {
    width: 100%;
    float: none;
    clear: none;
  }
  .download-link.orizontal {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rich-text-block {
    padding: 7px;
  }
  .div-block {
    width: 60%;
    float: right;
  }
  .bannerslide-3 {
    min-height: 410px;
    background-color: transparent;
  }
  .banner-link {
    min-height: 286px;
  }
}

