body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #61526d;
  font-size: 44px;
  line-height: 44px;
  font-weight: 900;
}
h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
}
h3 {
  margin-top: 6px;
  padding-right: 6px;
  font-family: Lato, sans-serif;
  color: #984607;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3:hover {
  padding-bottom: 0px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #61526d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
h6 {
  margin-top: 17px;
  margin-right: 382px;
  margin-left: 382px;
  padding-top: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #545454;
  font-family: Lato, sans-serif;
  color: #b8cdd1;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}
p {
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 15px;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.full-products {
  display: inline-block;
  padding: 1vh 0.2vw;
  background-color: darkgray;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.full-products:hover {
	background-color: black;
}
.button.previous {
  background-image: -webkit-linear-gradient(#c9a5e6, #61526d 11%, #61526d 84%, #483c52);
  background-image: -o-linear-gradient(#c9a5e6, #61526d 11%, #61526d 84%, #483c52);
  background-image: linear-gradient(#c9a5e6, #61526d 11%, #61526d 84%, #483c52);
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button.previous:hover {
  background-image: -webkit-linear-gradient(#483c52, #61526d 11%, #61526d 84%, #c9a5e6);
  background-image: -o-linear-gradient(#483c52, #61526d 11%, #61526d 84%, #c9a5e6);
  background-image: linear-gradient(#483c52, #61526d 11%, #61526d 84%, #c9a5e6);
}
.button.previous:active {
  background-color: #555;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.button.next {
  float: right;
  background-image: -webkit-linear-gradient(#93c4db, #527e93 11%, #527e93 88%, #134c66);
  background-image: -o-linear-gradient(#93c4db, #527e93 11%, #527e93 88%, #134c66);
  background-image: linear-gradient(#93c4db, #527e93 11%, #527e93 88%, #134c66);
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button.next:hover {
  background-image: -webkit-linear-gradient(#134c66, #527e93 11%, #527e93 88%, #93c4db);
  background-image: -o-linear-gradient(#134c66, #527e93 11%, #527e93 88%, #93c4db);
  background-image: linear-gradient(#134c66, #527e93 11%, #527e93 88%, #93c4db);
}
.button.next:active {
  background-color: #555;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.customer-email {
    margin-top: 50px;
}
.pr1 {
    padding-right:10px;
}
.left-col {
    padding: 20px 0px 20px 0px;
    width: 49%;
    float: left;
}
.right-col {
    padding: 20px 0px 20px 0px;
    width: 49%;
    float: right;
}
.form-row {
    width: 100%;
}
input[type=text], select {
  width: 100%;
  height: 60px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.add-to-basket {
    height: 50px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 10px;
    float: right;
    color: #d4c4a1;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
.w-button {
    display: inline-block;
    padding: 12px;
    background-color: black;
    color: white;
    border: 0;
    line-height: inherit;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  height: 175px;
  padding-bottom: 0px;
  border-bottom: 1px solid white;
  border-top-style: none;
  background-color: rgba(255, 255, 255, 0.90);
  box-shadow: rgba(41, 41, 41, 0.49) 1px 1px 12px 0px;
}
.headercontainer {
  margin-top: 40px;
}
.navcontainer {
  margin-top: -40px;
}
.navbar {
  background-color: transparent;
}
.logoblock {
  width: 300px;
  margin-top: 19px;
  margin-bottom: -63px;
}
.navlink {
  float: left;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navlink:hover {
  color: #527e93;
}
.navlink.w--current {
  border-bottom: 1px solid #61526d;
}

.slide1 {
  border-top: 0px none white;
  border-bottom: 0px none white;
  background-color: #f2f1ef;
  background-image: url('../images/Slide1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slides {
  display: block;
  margin: -22px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.slidemask {
  height: 564px;
  border-top: 1px solid white;
}
.slider {
  height: 500px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  box-shadow: #adadad 6px 6px 8px -5px;
}
.sliderbrackets {
  margin-bottom: 20px;
  padding: 0px;
  background-color: rgba(184, 205, 209, 0.4);
}
.slide2 {
  border-top: 0px none white;
  border-bottom: 0px none white;
  background-color: #dfe2dc;
  background-image: url('../images/Slide2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.mainsection {
  margin-top: 40px;
}
.mainsection.margintopnone {
  margin-top: 31px;
}
.mainsection.margintop100 {
  margin-top: 200px;
}
.mainsection.margintop200 {
  margin-top: 200px;
}
.mainsection.margintopnonhome {
  margin-top: 174px;
}
.mainsection.margintopnonhome.labels {
  margin-top: 200px;
}
.columns {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #61526d;
}
.purple {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.turq {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.inset {
  margin-bottom: 30px;
}
.sliderwrap {
  height: auto;
  background-color: transparent;
}
.slidermask {
  height: 70px;
  margin-top: -9px;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sliderlogocolumns {
  padding-right: 10px;
  padding-left: 10px;
}
.sliderarrow {
  margin-top: 50px;
  text-shadow: #a6a6a6 1px 1px 6px;
}
.logosection {
  margin-top: 21px;
}
.logocontainer {
  padding-top: 19px;
  border-top: 1px solid #527e93;
}
.slidersection {
  margin-top: 172px;
}
.insetlinks {
  width: 100%;
  color: #555;
  text-decoration: none;
}
.footer {
  background-color: #e3e3e3;
}
.labelscontainer {
  margin-top: 30px;
  margin-bottom: -21px;
}
.hp-bullets {
  width: 250px;
  margin-bottom: 60px;
  margin-left: 52px;
  float: right;
  background-image: -webkit-linear-gradient(rgba(227, 227, 227, 0.49), white);
  background-image: -o-linear-gradient(rgba(227, 227, 227, 0.49), white);
  background-image: linear-gradient(rgba(227, 227, 227, 0.49), white);
  box-shadow: #8f8f8f 0px 11px 16px -10px;
}
.boxout {
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #527e93;
  font-family: Lato, sans-serif;
  color: #61526d;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.boxoutlist {
  margin-right: 10px;
}
.boxoutbullets {
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(82, 126, 147, 0.49);
  font-family: Lato, sans-serif;
  line-height: 22px;
  font-weight: 700;
}
.boxoutbullets.submenu {
  margin-top: -6px;
  padding-top: 6px;
  padding-left: 7px;
}
.boxoutbullets.submenu:hover {
  margin-top: -6px;
  padding-top: 6px;
  background-color: #ccc;
  color: #61526d;
}
.secondar-vav-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footerlogo {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.footer-address {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
.phoneno {
  padding-top: 0px;
  color: #527e93;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
}
.footerlogoimage {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #527e93;
}
.footersection {
  position: relative;
  z-index: 100;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}
.map {
  position: absolute;
  z-index: 1;
  float: left;
}



.footerformpanel {
  margin-top: 12px;
}
.submit-button {
  width: 100%;
  background-image: -webkit-linear-gradient(#af97c2, #61526d 23%, #8a7699 91%, #61526d);
  background-image: -o-linear-gradient(#af97c2, #61526d 23%, #8a7699 91%, #61526d);
  background-image: linear-gradient(#af97c2, #61526d 23%, #8a7699 91%, #61526d);
  text-shadow: black 0px -1px 0px;
}
.submit-button:hover {
  background-image: -webkit-linear-gradient(#8cabba, #527e93 23%, #5c8496 91%, #527e93);
  background-image: -o-linear-gradient(#8cabba, #527e93 23%, #5c8496 91%, #527e93);
  background-image: linear-gradient(#8cabba, #527e93 23%, #5c8496 91%, #527e93);
  text-shadow: black 0px -1px 0px, rgba(255, 255, 255, 0.24) 0px 1px 0px;
}
.submit-button.fullpagebtn {
  width: 30%;
  float: right;
}
.formlabel {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.formlabel.large {
  font-size: 16px;
}
.formfield {
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 15px 8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 21px;
}
.smalltext {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.copyright {
  width: 100%;
  float: right;
  background-color: black;
}
.smallprint {
  margin-top: 14px;
  margin-right: 37px;
  margin-left: 37px;
  padding-top: 14px;
  border-top: 1px dashed #527e93;
  font-size: 10px;
  text-align: center;
}
.slide3 {
  background-color: #f2f3f1;
  background-image: url('../images/Slide3.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fashionthmbs {
  margin-top: -9px;
  float: left;
  font-weight: 300;
  margin-left: 50px;
}
.floatdiv {
  width: 20%;
  margin-right: 28px;
  margin-left: 19px;
  padding: 13px 0px 13px 4px;
  float: left;
  clear: right;
  font-family: Lato, sans-serif;
  color: #555;
  text-align: left;
  list-style-type: decimal;
}
.floatdiv.fashionthumb {
  width: 100%;
  margin-top: 0px;
  margin-left: -5px;
  padding-top: 0px;
  padding-bottom: 15px;
  float: none;
  clear: both;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.thumblists {
  padding-left: 0px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  list-style-type: none;
}
.fashionthmblinks {
  color: #555;
  text-decoration: none;
}
.mainimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 100vh;
}
.rightarrow {
  margin-right: 47px;
}
.leftarrow {
  margin-left: 47px;
}
.prices {
  width: auto;
  padding: 6px 16px;
  float: left;
  clear: both;
  background-color: rgba(213, 235, 243, 0.49);
  font-weight: 900;
}
.garmentdiv {
  margin-top: 18px;
}
.nextprevious {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(166, 166, 166, 0.49);
  border-bottom: 1px solid rgba(166, 166, 166, 0.49);
}
.nextprevious2 {
  margin-bottom: 25px;
  margin-top: -12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(166, 166, 166, 0.49);
  width: 100%;
}
.thanksdiv {
  margin-top: 25px;
}
.secondarynav {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.secondarynavlist {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  border-bottom: 1px dashed #527e93;
  color: #555;
  font-size: 14px;
  letter-spacing: 0px;
  text-decoration: none;
}
.secondarynavlist:hover {
  background-color: rgba(85, 85, 85, 0.2);
}
.secondarynavlist.collections {
  padding-right: 23px;
}
.floatright {
  margin-bottom: 12px;
  float: right;
}
.floatright.blackdressadjust {
  margin-left: -59px;
}
.floatright.daywearadjust2 {
  margin-left: -30px;
}
.floatleft {
  margin-bottom: 19px;
  padding-right: 25px;
  float: left;
}
.floatleft.daywearadjust {
  margin-right: -62px;
  margin-left: -96px;
  padding-right: 0px;
}
.openedlead {
  line-height: 24px;
}
.collections {
  position: relative;
  padding-right: 33px;
}
.pa-link {
  color: #61526d;
  font-weight: 700;
  text-decoration: none;
}
.postcode-field {
  width: 50%;
}
.main-form {
  padding: 11px;
  background-color: rgba(213, 235, 243, 0.4);
}
.fashionshowslide {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #e56666;
}
.nodecoration {
  margin-top: 20px;
  text-decoration: none;
}
.fashionshowslidehead {
  color: white;
  text-shadow: black 1px 1px 6px;
}
.fashionshowslidehead:hover {
  color: #f3e1d6;
}
@media (max-width: 991px) {
  h3 {
    font-size: 11px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    margin-top: 15px;
    margin-right: 285px;
    margin-left: 285px;
    font-size: 11px;
  }
  .navlink:hover {
    background-color: rgba(213, 235, 243, 0.49);
  }
  .mainsection.margintopnonhome {
    margin-top: 175px;
  }
  .hamburger {
    background-color: rgba(213, 235, 243, 0.49);
  }
  .hp-bullets {
    margin-bottom: 25px;
    margin-left: 20px;
  }
  .phoneno {
    font-size: 12px;
  }
  .smalltext {
    font-size: 11px;
  }
  .smallprint {
    margin-right: 15px;
    margin-left: 15px;
  }
  .floatdiv {
    width: 21%;
    margin-right: 11px;
    margin-left: 17px;
  }
  .navmenu {
    border: 1px solid #858585;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.49) 0px 15px 17px -13px;
  }
  .thanksdiv {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .floatright {
    width: 277px;
  }
  .floatleft {
    width: 139px;
    margin-right: 19px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .floatleft.daywearadjust {
    width: 357px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 14px;
  }
  h5 {
    font-size: 16px;
    line-height: 25px;
  }
  h6 {
    margin-right: 200px;
    margin-left: 200px;
  }
  p {
    font-size: 13px;
  }
  .header {
    height: 130px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .headercontainer {
    margin-top: 10px;
  }
  .mainsection {
    min-height: 200px;
  }
  .mainsection.margintopnone {
    margin-top: 41px;
  }
  .mainsection.margintopnonhome {
    margin-top: 129px;
  }
  .mainsection.margintopnonhome.labels {
    margin-top: 145px;
  }
  .inset {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hamburger {
    background-color: rgba(213, 235, 243, 0.2);
  }
  .hamburger:hover {
    background-color: rgba(213, 235, 243, 0.74);
  }
  .hamburger:active {
    background-color: #61526d;
  }
  .hamburgerlines:hover {
    color: white;
  }
  .hamburgerlines:active {
    color: white;
  }
  .sliderwrap {
    height: 114px;
  }
  .sliderwrap.fashionmain {
    height: auto;
  }
  .slidermask {
    height: auto;
  }
  .logosection {
    height: 122px;
  }
  .slidersection {
    margin-top: 128px;
  }
  .maincontainer {
    padding-right: 29px;
    padding-left: 29px;
  }
  .footer {
    margin-top: 64px;
  }
  .footerlogo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .phoneno {
    font-size: 15px;
  }
  .formlabel {
    font-size: 14px;
    line-height: 26px;
  }
  .smalltext {
    font-size: 13px;
    line-height: 39px;
  }
  .fashionthmbs {
    margin-bottom: -4px;
    font-size: 10px;
  }
  .floatdiv {
    width: 20%;
    margin-right: 7px;
    margin-left: 18px;
  }
  .rightarrow {
    margin-right: 0px;
  }
  .leftarrow {
    margin-left: 0px;
  }
  .prices {
    display: block;
    margin-right: 13px;
    margin-left: 13px;
    float: none;
    text-align: center;
  }
  .garmentdiv {
    width: 33%;
    float: left;
    text-align: center;
  }
  .nextprevious {
    margin-top: 1px;
  }
  .thanksdiv {
    margin-top: 147px;
  }
  .floatright {
    width: 236px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    margin-top: 12px;
    margin-right: 79px;
    margin-left: 79px;
    font-size: 9px;
  }
  p {
    font-size: 12px;
  }
  .header {
    height: 100px;
    padding-bottom: 18px;
  }
  .headercontainer {
    margin-top: 23px;
  }
  .navblock {
    margin-top: -35px;
  }
  .navcontainer {
    margin-top: 0px;
  }
  .logoblock {
    width: 220px;
    margin-top: 0px;
  }
  .navlink {
    width: 100%;
    float: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
  }
  .navlink:hover {
    background-color: rgba(213, 235, 243, 0.49);
  }
  .navlink.topmenu {
    border-top: 0px none #527e93;
    background-image: -webkit-linear-gradient(#ededed, white 49%);
    background-image: -o-linear-gradient(#ededed, white 49%);
    background-image: linear-gradient(#ededed, white 49%);
  }
  .navlink.topmenu:hover {
    background-image: none;
  }
  .navlink.bottommenu {
    border-bottom: 0px none #527e93;
    background-image: -webkit-linear-gradient(bottom, #ededed, white 50%);
    background-image: -o-linear-gradient(bottom, #ededed, white 50%);
    background-image: linear-gradient(to top, #ededed, white 50%);
  }
  .navlink.bottommenu:hover {
    background-image: none;
  }
  .slider {
    height: 450px;
  }
  .slide2 {
    background-size: cover;
  }
  .mainsection.margintopnone {
    margin-top: 25px;
  }
  .mainsection.margintopnonhome {
    margin-top: 100px;
    margin-left: 20px;
  }
  .mainsection.margintopnonhome.labels {
    margin-top: 101px;
  }
  .inset {
    margin-top: 0px;
  }
  .hamburger {
    padding: 10px;
  }
  .slidermask {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #527e93;
  }
  .slidersection {
    margin-top: 98px;
  }
  .maincontainer {
    padding-left: 8px;
  }
  .maincontainer.fashionthumbs {
    padding-right: 0px;
    padding-left: 14px;
  }
  .hp-bullets {
    margin-right: 6px;
    float: right;
  }
  .boxout {
    font-size: 12px;
  }
  .boxoutbullets {
    font-size: 12px;
    line-height: 19px;
  }
  .footersection {
    margin-top: -51px;
  }
  .floatdiv {
    width: 40%;
  }
  .rightarrow {
    margin-right: -26px;
  }
  .leftarrow {
    margin-left: -26px;
  }
  .navmenu {
    min-height: 180px;
    float: left;
    border-top-style: none;
    border-bottom-style: none;
    background-color: white;
  }
  .garmentdiv {
    width: 100%;
  }
  .thanksdiv {
    margin-top: 450px;
  }
  .floatleft.daywearadjust {
    margin-right: -42px;
  }
  .container {
    padding-right: 16px;
  }
}