html {
  -webkit-font-smoothing: antialiased;
}
body {
  color: #000000;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  font-family: GothPr, sans-serif, Arial, Verdana;
  letter-spacing: 0.04em;
}
img {
  border: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
}
a {
  color: #000000;
  text-decoration: none;
  transition: color 0.5s;
}
a:hover {
  color: #a28f88;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.keep-ratio {
  min-height: 100px;
}
.smooth500 {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.delayed-load {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.clearfix {
  clear: both;
  height: 0px;
  font-size: 0px;
}
.grey {
  background-color: #cccccc;
  min-height: 200px;
  border: solid 1px #555555;
  box-sizing: border-box;
}
.social a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #555555;
}
.social a:hover {
  color: #000000;
}
.social .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/images/social-icons.png);
  background-repeat: no-repeat;
}
.social .icon.vk {
  background-position: 0px -16px;
}
.social .icon.vk:hover {
  background-position: 0px 0px;
}
.social .icon.fb {
  background-position: -16px -16px;
}
.social .icon.fb:hover {
  background-position: -16px 0px;
}
.social .icon.in {
  background-position: -32px -16px;
}
.social .icon.in:hover {
  background-position: -32px 0px;
}
.emptypage {
  min-height: 200px;
  text-align: center;
  margin-right: 125px;
  padding-top: 70px;
}
#tmpLoad {
  display: none;
}
#fullsizePic {
  display: none;
  position: fixed;
  z-index: 3000;
  transition: all 1s;
  cursor: pointer;
  background-color: #eFeEe9;
}
#main {
  background-color: #FCFBF3;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}
#content {
  width: 100%;
  max-width: 1400px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.banners {
  width: 100%;
  position: relative;
  background-color: #eFeEe9;
  height: 40px;
}
.banners .banner {
  position: absolute;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s;
  vertical-align: middle;
  z-index: 50;
}
.banners .banner .text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 10px 10px;
}
.banners .banner.current {
  opacity: 1;
  z-index: 60;
}
#header {
  width: 100%;
  padding-top: 1px;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: background-color 2s;
}
#header .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-width: 320px;
}
#header .menuBtn {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 28px;
  margin-left: 40px;
  margin-top: 35px;
  font-weight: 200;
  display: none;
}
#header .topMenu {
  float: right;
  margin-right: 20px;
}
#header .topMenu .item {
  display: inline-block;
  margin-right: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#header .topMenu .item .count {
  font-weight: normal;
}
#header.fixed {
  position: fixed !important;
  top: -28px;
  z-index: 2000;
  background-color: rgba(252, 251, 243, 0.8);
}
#logo {
  width: 250px;
  height: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  z-index: 1500;
  position: relative;
}
#logo a {
  width: 250px;
  height: 194px;
  display: block;
  position: absolute;
  z-index: 500;
}
#page {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}
#footer {
  max-width: 1200px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 40px;
}
#footer .menu {
  float: left;
}
#footer .menu > .item {
  display: inline-block;
  margin-right: 40px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}
#footer .menu > .item .submenu {
  display: none;
  position: absolute;
  z-index: 3000;
  bottom: 40px;
  left: -20px;
  padding: 20px 20px 0px 20px;
  background-color: #ffffff;
}
#footer .menu > .item .submenu > .item {
  display: block;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}
#footer .contacts {
  float: right;
  font-size: 14px;
  line-height: 18px;
}
#footer .social {
  margin-left: 7px;
  opacity: 0.8;
}
#footer .social .icon {
  margin-left: 20px;
}
#footer .social .icon:hover {
  opacity: 1;
}
#footerSpacer {
  height: 1px;
  display: none;
}
#contentOverlay {
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 2200;
}
#mainMenu {
  position: absolute;
  width: 125px;
  top: -100px;
  display: block;
  z-index: 2300;
  transition: margin-left 1s;
}
#mainMenu.fixed {
  position: fixed;
  top: -380px;
}
#mainMenu .items {
  display: block;
  margin-top: 420px;
}
#mainMenu .items > .inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainMenu .items > .inner > .item {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: lowercase;
}
#mainMenu .items > .inner > .item.current {
  color: #a28f88;
}
#mainMenu .items > .inner > .item.mobileOnly {
  display: none;
}
#mainMenu .items > .inner .subMenu {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
#mainMenu .items > .inner .subMenu > .item {
  display: block;
  font-size: 13px;
  line-height: 25px;
}
#mainMenu .items > .inner .subMenu > .item.current {
  color: #a28f88;
}
#mainMenu .items > .inner .subMenu > .item.sale {
  color: #e00d1a;
}
#mainMenu .items > .inner .subMenu > .item.sale.current {
  color: #a2545f;
}
.button {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.button:hover {
  background-color: #000000;
  color: #ffffff;
}
.clickable {
  cursor: pointer;
}
.row12 {
  padding-left: 125px;
  padding-right: 125px;
}
.row12 .item {
  width: 46%;
  display: block;
}
.row12 .item:nth-child(odd) {
  float: left;
  clear: both;
}
.row12 .item:nth-child(even) {
  float: right;
}
.row123 .item {
  width: 32.3%;
  display: block;
}
.row123 .item:hover .button {
  background-color: #000000;
  color: #ffffff;
}
.row123 .item:nth-child(3n+1) {
  float: left;
  clear: both;
}
.row123 .item:nth-child(3n+2) {
  float: left;
  margin-left: 1.55%;
}
.row123 .item:nth-child(3n+3) {
  float: right;
}
.row1234 .item {
  display: block;
  width: 24.1%;
  float: left;
  margin-left: 1.2%;
}
.row1234 .item:nth-child(4n+1) {
  margin-left: 0px;
  clear: both;
}
.row1234 .item:nth-child(4n+4) {
  float: right;
  margin-left: 0px;
}
.slideshow {
  position: relative;
}
.slideshow .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: 50;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.slideshow .slide img {
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 100;
  position: absolute;
}
.slideshow .slide .caption {
  position: relative;
  z-index: 200;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FCFBF3;
  font-size: 30px;
  line-height: 40px;
}
.slideshow .slide .caption-dark {
  color: #000000;
}
.slideshow .slide.current {
  opacity: 1;
  z-index: 100;
}
.subscription {
  text-align: center;
  padding-bottom: 86px;
}
.subscription > .title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.subscription > .subtitle {
  font-size: 14px;
  margin-bottom: 30px;
}
.subscription form {
  padding: 0px;
  margin: 0px;
}
.subscription form input[type="text"] {
  outline: none;
  border: none;
  border-bottom: solid 1px #000000;
  border-radius: 0;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  padding: 15px 2px 11px 2px;
  background-color: #FCFBF3 !important;
  width: 280px;
  margin: 10px 0px;
}
.subscription form input[type="text"]::placeholder {
  vertical-align: center;
  padding-top: 4px;
}
.subscription form input[type="submit"] {
  -webkit-appearance: none;
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #FCFBF3;
  outline: none;
  font-size: 11px;
  line-height: 11px;
  width: auto;
  padding: 13px 15px 11px 15px;
  margin: 10px 0px;
}
.subscription form input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}
.subscription > .msg {
  font-size: 14px;
  margin-top: 12px;
}
#about {
  margin-top: -129px;
}
#about .wide {
  margin-left: 45px;
  margin-right: 45px;
  transition: all 1s;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  #about .wide {
    margin-left: 0;
    margin-right: 0;
  }
  #about .wide .caption .text {
    display: none;
  }
  #about .wide .slideshow.no-images .caption .text {
    display: block;
  }
}
#about .wide.hidden {
  opacity: 0;
  transform: translateY(100px);
}
#about .wide .slideshow {
  min-height: 518px;
}
#about .wide .slideshow.no-images {
  min-height: 0;
}
#about .wide .slideshow.no-images .slide {
  position: relative;
  display: block;
}
#about .wide .slideshow.no-images .slide .caption {
  top: 0;
  transform: none;
  padding: 2px 0;
}
#about .row12 {
  margin-bottom: 30px;
  padding-left: 125px;
  padding-right: 125px;
}
#about .row12 .item {
  transition: color 1s, opacity 1s, transform 1s;
  width: 46%;
}
#about .row12 .item:nth-child(odd).hidden {
  opacity: 0.1;
  transform: translateX(170px);
}
#about .row12 .item:nth-child(even).hidden {
  transform: translateX(-170px);
  opacity: 0.1;
}
#about .row12 .item .titles {
  text-align: center;
  margin-bottom: 30px;
}
#about .row12 .item .titles .title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
#about .row12 .item .titles .subTitle {
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  margin-top: 5px;
  box-sizing: border-box;
  padding: 0 5%;
}
#about .row12 .item .slideshow {
  height: 471px;
}
#about .row123 {
  margin-bottom: 100px;
  margin-left: 45px;
  margin-right: 45px;
}
#about .row123 .item {
  margin-bottom: 40px;
}
#about .row123 .item:nth-child(3n+1) {
  transition: opacity 0.8s, transform 1s;
}
#about .row123 .item:nth-child(3n+2) {
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
}
#about .row123 .item:nth-child(3n+3) {
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}
#about .row123 .item.hidden {
  opacity: 0.1;
  transform: translateY(100px);
  transition: none;
}
#about .row123 .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  z-index: 200;
  position: relative;
}
#about > .title {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
#about .caption {
  margin: 0 5%;
  box-sizing: border-box;
  width: auto;
  position: relative;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #FCFBF3;
}
#about .caption.caption-dark {
  color: #000;
}
#about .caption > .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 140%;
}
#about .caption > .subtitle,
#about .caption > .subTitle {
  font-size: 12px;
  line-height: 150%;
  margin-top: 5px;
  box-sizing: border-box;
  padding: 0 5%;
}
#about .caption > .text {
  font-size: 12px !important;
}
#about .caption > .text p {
  margin: 10px 0;
  line-height: 2em;
}
#about .caption > .text p span {
  line-height: 2em;
}
@media (max-width: 980px) {
  #about .caption > .text {
    line-height: 150% !important;
  }
}
#about .caption.align_left {
  text-align: left;
}
#about .caption.align_right {
  text-align: right;
}
#about .caption.align_center {
  text-align: center;
}
#about .row12 .titles,
#about .row123 .titles {
  display: block;
}
#about .row12 .titles.top,
#about .row123 .titles.top {
  margin-bottom: 15px;
  margin-top: 0;
}
#about .row12 .titles.bottom,
#about .row123 .titles.bottom {
  margin-top: 15px;
  margin-bottom: 0;
}
#about .row12 .titles .title,
#about .row123 .titles .title {
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: none !important;
}
#about .row12 .caption,
#about .row123 .caption {
  margin: 0 30px !important;
}
#about .row12 .subscription,
#about .row123 .subscription {
  margin-top: 30px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
#about .row12 .subscription input[type=text],
#about .row123 .subscription input[type=text] {
  -webkit-appearance: none;
  background-color: #fff;
  padding: 13px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.5px;
}
#about .row12 .subscription input[type=submit],
#about .row123 .subscription input[type=submit] {
  min-width: 0;
  max-width: 185px;
  width: 100%;
}
@media (max-width: 980px) {
  #about .row12,
  #about .row123 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #about .row12 .item,
  #about .row123 .item {
    float: none;
    margin: 50px auto;
    width: 80%;
  }
}
#about .no-images .caption {
  color: #000;
}
#about #shopItemRelated {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#about #shopItemRelated .row1234 {
  padding: 0 45px;
}
@media (min-width: 981px) {
  #about #shopItemRelated .row1234 .item {
    width: 23.837%;
    margin-left: 1.55%;
  }
  #about #shopItemRelated .row1234 .item:first-of-type {
    margin-left: 0;
  }
}
#home .featured {
  margin-left: 45px;
  margin-right: 45px;
  margin-top: -130px;
}
#home .featured .slideshow {
  min-height: 518px;
}
#home .row12 {
  margin-top: 60px;
}
#home .row12 .item {
  transition: color 1s, opacity 1s, transform 1s;
}
#home .row12 .item:nth-child(odd).hidden {
  opacity: 0.1;
  transform: translateX(170px);
}
#home .row12 .item:nth-child(even).hidden {
  transform: translateX(-170px);
  opacity: 0.1;
}
#home .row12 .item .titles {
  text-align: center;
  margin-bottom: 30px;
}
#home .row12 .item .titles .title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
#home .row12 .item .titles .subTitle {
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  display: inline;
  padding-bottom: 2px;
  border-bottom: solid 1px #d4d3cf;
}
#home .row12 .item .slideshow {
  height: 471px;
}
#home .row123 {
  margin-bottom: 100px;
  margin-left: 45px;
  margin-right: 45px;
}
#home .row123 .item {
  margin-bottom: 40px;
}
#home .row123 .item:nth-child(3n+1) {
  transition: opacity 0.8s, transform 1s;
}
#home .row123 .item:nth-child(3n+2) {
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
}
#home .row123 .item:nth-child(3n+3) {
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}
#home .row123 .item.hidden {
  opacity: 0.1;
  transform: translateY(100px);
  transition: none;
}
#home .row123 .button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  z-index: 200;
  position: relative;
}
#home > .title {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
#shop {
  margin-left: 125px;
}
#shop.custom {
  margin-right: 125px;
}
#shop .row123 .item {
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
#shop .row123 .item:nth-child(3n+1) {
  transition: opacity 0.8s, transform 0.8s;
}
#shop .row123 .item:nth-child(3n+2) {
  transition: opacity 0.8s 0.3s, transform 0.8s 0.3s;
}
#shop .row123 .item:nth-child(3n+3) {
  transition: opacity 0.8s 0.6s, transform 0.8s 0.6s;
}
#shop .row123 .item.hidden {
  opacity: 0.1;
  transform: translateY(100px);
  transition: none;
}
#shop .row123 .item img {
  width: 100%;
  height: 238px;
  box-sizing: border-box;
  border: solid 1px #FCFBF3;
  transition: border 0.5s;
}
#shop .row123 .item .secondPic {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.7s;
}
#shop .row123 .item .price {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 6px;
  color: #000000;
  position: absolute;
  width: 100%;
  margin-top: -45px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 300;
}
#shop .row123 .item .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
  position: absolute;
  z-index: 300;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}
#shop .row123 .item:hover img {
  border: solid 1px #a28f88;
}
#shop .row123 .item:hover .title,
#shop .row123 .item:hover .price {
  opacity: 1;
}
#shop .row123 .item:hover .secondPic {
  opacity: 1;
}
#shopItem {
  margin-left: 125px;
  margin-right: 125px;
}
#shopItem .photos {
  width: 46%;
  float: left;
}
#shopItem .photos .main {
  margin-bottom: 17px;
  position: relative;
}
#shopItem .photos .main img {
  width: 100%;
  cursor: crosshair;
}
#shopItem .photos .main .zoom_area {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  opacity: 0;
  cursor: crosshair;
  pointer-events: none;
}
#shopItem .photos .thumbs {
  position: relative;
}
#shopItem .photos .thumbs .nav {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  top: 50%;
  transform: translateY(-25px);
  padding: 5px;
  background-color: rgba(252, 251, 243, 0.5);
  cursor: pointer;
  z-index: 500;
  display: none;
}
#shopItem .photos .thumbs .prev {
  left: -20px;
  z-index: 2400;
}
#shopItem .photos .thumbs .next {
  right: -20px;
  z-index: 2400;
}
#shopItem .photos .thumbs .thumb {
  box-sizing: border-box;
  display: block;
  width: 49%;
  position: relative;
  z-index: 100;
}
#shopItem .photos .thumbs .thumb img {
  cursor: pointer;
  box-sizing: border-box;
  border: solid 1px #FCFBF3;
  width: 100%;
  transition: border 0.5s;
}
#shopItem .photos .thumbs .thumb img:hover {
  border: solid 1px #a28f88;
}
#shopItem .photos .thumbs .thumb:nth-child(2n+1) {
  float: left;
}
#shopItem .photos .thumbs .thumb:nth-child(2n+2) {
  float: right;
}
#shopItem .photos .thumbs .thumb.current img {
  border: solid 1px #a28f88;
}
#shopItem .photos .thumbs .thumb.animate {
  transition: all 0.7s;
}
#shopItem .photos .thumbs .thumb.moveFirstLeft {
  transform: translateX(-100%);
  opacity: 0;
}
#shopItem .photos .thumbs .thumb.moveFirstRight {
  transform: translateX(104%);
}
#shopItem .photos .thumbs .thumb.moveSecondLeft {
  transform: translateX(-104%);
}
#shopItem .photos .thumbs .thumb.moveSecondRight {
  transform: translateX(100%);
  opacity: 0;
}
#shopItem .photos .thumbs .thumb.showNextLeft {
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
  z-index: 50;
}
#shopItem .photos .thumbs .thumb.showNextRight {
  position: absolute;
  right: 0;
  top: 0;
  display: block !important;
  z-index: 50;
}
#shopItem .photos .thumbSpacer {
  display: none;
  height: 0;
  overflow: hidden;
}
#shopItem .info {
  width: 46%;
  float: right;
  text-align: center;
  position: relative;
}
#shopItem .info .fullsizePic {
  position: absolute;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  display: none;
}
#shopItem .info .fullsizePic img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#shopItem .info .fullsizePic.show {
  display: block;
}
#shopItem .info h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#shopItem .info .price {
  font-size: 29px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#shopItem .info .price .price-without-discount:after {
  top: 50%;
}
#shopItem .info .title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#shopItem .info .text {
  color: #777;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 25px;
}
#shopItem .info .colors,
#shopItem .info .sizes,
#shopItem .info .misc {
  margin-bottom: 25px;
}
#shopItem .info .colors .color,
#shopItem .info .sizes .color,
#shopItem .info .misc .color,
#shopItem .info .colors .size,
#shopItem .info .sizes .size,
#shopItem .info .misc .size,
#shopItem .info .colors .misc1,
#shopItem .info .sizes .misc1,
#shopItem .info .misc .misc1 {
  display: inline-block;
  border: solid 1px #000000;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
  white-space: nowrap;
  margin-bottom: 9px;
  margin-left: 2px;
  margin-right: 2px;
  min-width: 35px;
  cursor: pointer;
  vertical-align: top;
}
#shopItem .info .colors .color:hover,
#shopItem .info .sizes .color:hover,
#shopItem .info .misc .color:hover,
#shopItem .info .colors .size:hover,
#shopItem .info .sizes .size:hover,
#shopItem .info .misc .size:hover,
#shopItem .info .colors .misc1:hover,
#shopItem .info .sizes .misc1:hover,
#shopItem .info .misc .misc1:hover {
  background-color: #000000;
  color: #ffffff;
}
#shopItem .info .colors .color.current,
#shopItem .info .sizes .color.current,
#shopItem .info .misc .color.current,
#shopItem .info .colors .size.current,
#shopItem .info .sizes .size.current,
#shopItem .info .misc .size.current,
#shopItem .info .colors .misc1.current,
#shopItem .info .sizes .misc1.current,
#shopItem .info .misc .misc1.current {
  background-color: #a28f88;
  color: #ffffff;
}
#shopItem .info .requestPrice {
  margin-top: 30px;
}
#shopItem .info .requestPrice .requestPriceForm {
  display: none;
}
#shopItem .info .requestPrice .button {
  display: inline-block;
}
#shopItem .info .requestPrice .title {
  margin-bottom: 5px;
}
#shopItem .info .requestPrice input[type=text] {
  max-width: 350px;
  background-color: #FCFBF3;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  border: solid 1px #000000;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}
#shopItem .info .requestPrice input[type=submit] {
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 7px;
}
#shopItem .info .requestPrice input[type=submit]:hover,
#shopItem .info .requestPrice input[type=submit]:active {
  background: #000;
}
#shopItem .info .requestPrice .checkbox-block {
  margin: 3px auto;
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
}
#shopItem .info .requestPrice .checkbox-block .checkbox-block-checkbox {
  flex-basis: 6%;
  box-sizing: border-box;
  padding-right: 10px;
}
#shopItem .info .requestPrice .checkbox-block .checkbox-block-checkbox input[type=checkbox] {
  margin: 0;
  border-radius: 0;
  font-size: 15px;
}
#shopItem .info .requestPrice .checkbox-block .checkbox-block-text {
  flex-basis: 94%;
  white-space: normal;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}
#shopItem .info .requestPrice .checkbox-block .checkbox-block-text a {
  border-bottom: solid 1px #777;
}
#shopItem .info .requestPrice .msg {
  margin: 15px 0;
  font-size: 14px;
}
#shopItem .info .requestPrice .msg .error {
  color: #770000;
}
#shopItem .info .requestPrice .msg .ok {
  font-size: 15px;
  line-height: 25px;
  border: solid 1px #559955;
  padding: 15px;
}
#shopItem .info .buttonSpacer {
  display: none;
  height: 0;
  overflow: hidden;
}
#shopItem .info .message {
  display: none;
  position: absolute;
  padding: 30px;
  border: solid 1px #a28f88;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 18px;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
}
#shopItem .info .buttons .button {
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 145px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
#shopItem .info .buttons .button.addToBasket {
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.5s;
}
#shopItem .info .buttons .button.addToBasket:hover {
  background-color: #553333;
}
#shopItem .linksLeft,
#shopItem .linksRight {
  width: 46%;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1pt;
  text-transform: uppercase;
  margin-top: 40px;
}
#shopItem .linksLeft a,
#shopItem .linksRight a {
  white-space: nowrap;
}
#shopItem .linksLeft {
  float: left;
}
#shopItem .linksRight {
  float: right;
}
#shopItemRelated {
  padding-bottom: 80px;
}
#shopItemRelated > .title {
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
#simplePage {
  margin-left: 125px;
  margin-right: 125px;
  padding-bottom: 65px;
}
#simplePage .featured {
  margin-bottom: 60px;
  margin-top: -130px;
}
#simplePage .text {
  margin-top: -30px;
  font-size: 14px;
  line-height: 22px;
}
#simplePage .text h1 {
  padding-top: 15px;
}
#simplePage .text h1 a {
  position: absolute;
  margin-top: -65px;
}
#basket {
  margin-left: 125px;
  margin-top: -30px;
  padding-bottom: 20px;
}
#basket > .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  margin-right: 125px;
  text-transform: uppercase;
}
#basket .item {
  transition: background-color 0.5s;
}
#basket .item:hover {
  background-color: #eFeEe9;
}
#basket .item:hover .itemPic img {
  border: solid 1px #a28f88;
}
#basket .hr {
  padding-top: 20px;
  border-bottom: solid 1px #B4D2D0;
}
#basket .hr2 {
  padding-bottom: 20px;
}
#basket .colTitle {
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 25px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 200;
  border-top: solid 1px #B4D2D0;
}
#basket .itemPic {
  width: 22%;
}
#basket .itemPic img {
  border: solid 1px #FCFBF3;
  transition: border 0.5s;
}
#basket .itemText {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
}
#basket .itemText.price {
  white-space: nowrap;
  padding-left: 7px;
  padding-right: 7px;
}
#basket .itemText.qty table {
  margin-left: auto;
  margin-right: auto;
}
#basket .itemText.qty .qtyDec,
#basket .itemText.qty .qtyInc {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
#basket .itemText.qty .qtyDec:hover,
#basket .itemText.qty .qtyInc:hover {
  background-color: #dad7cb;
}
#basket .itemText.qty .qtyVal {
  text-align: center;
  min-width: 16px;
}
#basketTotals {
  float: right;
  margin-bottom: 10px;
}
#basketTotals td {
  font-size: 22px;
  line-height: 28px;
  text-align: right;
  padding-bottom: 14px;
}
#basketTotals .totalRow td {
  font-weight: bold;
}
#basketTotals .shippingRow,
#basketTotals .totalRow,
#basketTotals .discountRow,
#basketTotals .certRow {
  transition: all 0.5s;
}
#basketTotals .shippingRow.blank,
#basketTotals .totalRow.blank,
#basketTotals .discountRow.blank,
#basketTotals .certRow.blank {
  opacity: 0.2;
}
#basketTotals .shippingRow.hidden,
#basketTotals .totalRow.hidden,
#basketTotals .discountRow.hidden,
#basketTotals .certRow.hidden {
  display: none;
}
#showOrderDetails {
  margin-left: 125px;
}
#showOrderDetails .promocode {
  float: left;
  white-space: nowrap;
  padding-bottom: 20px;
}
#showOrderDetails .promocode input[type=button] {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-size: 12px;
  background: #FCFBF3;
  margin-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
  min-width: 0;
  transition: all 0.5s;
}
#showOrderDetails .promocode input[type=button]:hover {
  background-color: #000000;
  color: #ffffff;
}
#showOrderDetails .promocode input[type=button]:hover {
  background: #eFeEe9;
  color: #000000;
}
#showOrderDetails .promocode input[type=text] {
  font-size: 12px;
  font-family: GothPr, sans-serif, Arial, Verdana;
  border: solid 1px #000;
  border-radius: 0;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
  min-width: 140px;
}
#showOrderDetails .promocode .promocodeMsg {
  font-family: GothPr, sans-serif, Arial, Verdana;
  font-size: 14px;
  line-height: 22px;
}
#showOrderDetails .showButton {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 50px;
  padding-left: 26px;
  padding-right: 26px;
  min-width: 0;
  float: right;
  transition: all 0.5s;
}
#showOrderDetails .showButton:hover {
  background-color: #000000;
  color: #ffffff;
}
#showOrderDetails .showButton:hover {
  background: #553333;
}
#showOrderDetails .showButton.inactive {
  background: #FCFBF3;
  color: #000000;
}
#orderDetails {
  margin-left: 125px;
  padding-bottom: 100px;
  display: none;
}
#orderDetails .userInfo {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
#orderDetails .userInfo #accountForm {
  margin: 0;
  padding-bottom: 0px;
}
#orderDetails .userInfo #accountForm input[type=text],
#orderDetails .userInfo #accountForm input[type=password],
#orderDetails .userInfo #accountForm textarea {
  border: solid 1px #a28f88;
}
#orderDetails .userInfo #accountForm .section {
  max-width: none;
}
#orderDetails .userInfo #accountForm #orderSubmit {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  padding: 16px;
  transition: 0.5s;
  min-width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#orderDetails .userInfo #accountForm #orderSubmit:hover {
  background-color: #000000;
  color: #ffffff;
}
#orderDetails .userInfo #accountForm #orderSubmit:hover {
  background: #553333;
}
#orderDetails .userInfo #accountForm #orderSubmit.disabled {
  opacity: 0.2;
}
#orderDetails .orderInfo {
  text-align: center;
}
#orderDetails .orderInfo .orderMessage {
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.orderComplete {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
#lookbook {
  margin-top: -90px;
}
#lookbook .collection {
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 100px;
}
#lookbook .collection .featured {
  margin-bottom: 70px;
  position: relative;
  min-height: 500px;
  z-index: 500;
  perspective: 1000px;
}
#lookbook .collection .featured .pic {
  position: absolute;
  width: 100%;
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#lookbook .collection .featured .pic.hidden {
  transform: scale(1.5) translateY(0px);
}
#lookbook .collection .featured .caption {
  position: relative;
  z-index: 200;
  width: 100%;
  text-align: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: #FCFBF3;
  font-size: 30px;
  line-height: 40px;
  transition: all 1.3s 0.3s;
}
#lookbook .collection .featured .caption.hidden {
  opacity: 0;
  transform: translateY(-20%);
}
#lookbook .collection .featured .caption-dark {
  color: #000000;
}
#lookbook .collection .items {
  margin-left: 80px;
  margin-right: 80px;
}
#lookbook .collection .items .item {
  width: 46%;
  display: block;
  margin-bottom: 70px;
  position: relative;
  top: 0px;
}
#lookbook .collection .items .item:nth-child(odd) {
  float: left;
  clear: both;
  transition: top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s linear, background-color 0.5s;
}
#lookbook .collection .items .item:nth-child(even) {
  float: right;
  transition: top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.8s linear 0.3s, background-color 0.5s;
}
#lookbook .collection .items .item .description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}
#lookbook .collection .items .item.hidden {
  opacity: 0.1;
  top: 180px;
}
#accountForm {
  margin-left: 125px;
  margin-right: 125px;
  transition: opacity 0.5s;
  padding-bottom: 50px;
}
#accountForm .tabs {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
#accountForm .tabs .tab {
  display: block;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 10px;
  line-height: 46px;
  border: solid 1px #000000;
  border-right: none;
  margin-bottom: 30px;
  float: left;
  background-color: #eFeEe9;
  cursor: pointer;
  color: #000000;
}
#accountForm .tabs .tab:first-of-type {
  float: left;
}
#accountForm .tabs .tab:last-of-type {
  float: right;
  border-right: solid 1px #000000;
}
#accountForm .tabs .tab.current {
  background-color: #FCFBF3;
  border-bottom: solid 1px #FCFBF3;
}
#accountForm input[type=text],
#accountForm input[type=password],
#accountForm textarea {
  font-family: GothPr, sans-serif, Arial, Verdana;
  letter-spacing: 0px;
  padding: 16px 20px 14px 20px;
  border: solid 1px #000000;
  background-color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
#accountForm textarea {
  line-height: 20px;
}
#accountForm input[type=submit],
#accountForm .blackButton {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  width: auto;
  min-width: 200px;
  padding: 16px 20px;
  font-size: 13px;
  line-height: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
#accountForm input[type=submit]:hover,
#accountForm .blackButton:hover {
  background-color: #000000;
  color: #ffffff;
}
#accountForm input[type=submit]:hover,
#accountForm .blackButton:hover {
  background-color: #553333;
}
#accountForm .whiteButton {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  width: auto;
  min-width: 200px;
  padding: 16px 20px;
  font-size: 13px;
  line-height: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  background-color: #FCFBF3;
  color: #000000;
  display: inline-block;
}
#accountForm .whiteButton:hover {
  background-color: #000000;
  color: #ffffff;
}
#accountForm .whiteButton:hover {
  background-color: #553333;
}
#accountForm .whiteButton:hover {
  color: #ffffff;
  background-color: #000000;
}
#accountForm .field {
  background-color: #FCFBF3;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  border: solid 1px #000000;
  font-size: 11px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
#accountForm .birth-date-block {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 16px;
}
#accountForm .birth-date-block .birth-date-block-input input,
#accountForm .birth-date-block .birth-date-block-input .field {
  width: 130px;
  margin-bottom: 0;
}
#accountForm .birth-date-block .birth-date-block-text {
  font-size: 11px;
  line-height: 15px;
  padding-left: 10px;
}
#accountForm .checkbox-block {
  margin: -5px 0;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#accountForm .checkbox-block .checkbox-block-checkbox {
  flex-basis: 6%;
  box-sizing: border-box;
  padding-right: 10px;
}
#accountForm .checkbox-block .checkbox-block-checkbox input[type=checkbox] {
  margin: 0;
  border-radius: 0;
  font-size: 15px;
}
#accountForm .checkbox-block .checkbox-block-text {
  flex-basis: 94%;
  white-space: normal;
  font-size: 11px;
  line-height: 15px;
}
#accountForm .checkbox-block .checkbox-block-text a {
  border-bottom: solid 1px #777;
}
#accountForm .pseudo-checkbox {
  display: inline-block;
  height: 11px;
  width: 11px;
  border: solid 1px #000000;
  font-size: 16px;
  line-height: 11px;
}
#accountForm .current-password {
  display: none;
}
#accountForm .highlighted {
  background: #ffded8 !important;
}
#accountForm.hidden {
  opacity: 0;
}
#accountForm .section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 420px;
}
#accountForm .section .lead {
  text-align: center;
  padding: 0 20px 20px 20px;
  font-size: 12px;
  line-height: 16px;
}
#accountForm .section .caption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
}
#accountForm .section .checkbox {
  font-size: 11px;
  margin-bottom: 20px;
  display: block;
  text-align: left;
}
#accountForm .section.multicol {
  max-width: 100%;
}
#accountForm .section.multicol .col1,
#accountForm .section.multicol .col2 {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
#accountForm .section.multicol .col1 input[type=submit],
#accountForm .section.multicol .col2 input[type=submit],
#accountForm .section.multicol .col1 .blackButton,
#accountForm .section.multicol .col2 .blackButton,
#accountForm .section.multicol .col1 .whiteButton,
#accountForm .section.multicol .col2 .whiteButton {
  float: right;
}
#accountForm .profile table {
  box-sizing: border-box;
  width: 100%;
  margin-top: -10px;
}
#accountForm .profile table td {
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
}
#accountForm .profile table td.val {
  border: solid 1px #aaaaaa;
}
#accountForm .profile-menu {
  margin-top: 10px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  padding: 12px 0 8px 0;
}
#accountForm .profile-menu .item {
  font-size: 12px;
  line-height: 18px;
  border: solid 1px #FCFBF3;
  background-color: #FCFBF3;
  display: inline-block;
  padding: 6px 18px 2px 18px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
#accountForm .profile-menu .item:hover {
  border: solid 1px #aaaaaa;
  background-color: #eFeEe9;
}
#accountForm .msg p {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 10px 0;
}
#accountForm .msg p:first-child {
  margin-top: 10px;
}
#accountForm .msg p:last-child {
  margin-bottom: 20px;
}
#accountForm .links {
  font-size: 12px;
  margin-top: 18px;
}
#accountForm .links .link {
  cursor: pointer;
  transition: all 0.5s;
}
#accountForm .links .link.center {
  text-align: center;
}
#accountForm .links .link.left {
  float: left;
}
#accountForm .links .link.right {
  float: right;
}
#accountForm .links .link:hover {
  color: #a28f88;
}
#accountFormBak {
  margin-left: 125px;
  margin-right: 125px;
  transition: opacity 0.5s;
  padding-bottom: 50px;
}
#accountFormBak .highlighted {
  background: #ffded8 !important;
}
#accountFormBak.hidden {
  opacity: 0;
}
#accountFormBak .section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 350px;
}
#accountFormBak .profile table {
  box-sizing: border-box;
  width: 100%;
  margin-top: -10px;
}
#accountFormBak .profile table td {
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
}
#accountFormBak .profile table td.val {
  border: solid 1px #aaaaaa;
}
#accountFormBak .profile-menu {
  margin-top: 10px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  padding: 12px 0 8px 0;
}
#accountFormBak .profile-menu .item {
  font-size: 12px;
  line-height: 18px;
  border: solid 1px #FCFBF3;
  background-color: #FCFBF3;
  display: inline-block;
  padding: 6px 18px 2px 18px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
#accountFormBak .profile-menu .item:hover {
  border: solid 1px #aaaaaa;
  background-color: #eFeEe9;
}
#accountFormBak input[type=text],
#accountFormBak input[type=password],
#accountFormBak textarea {
  padding: 12px 20px;
  border: solid 1px #000000;
  background-color: #FCFBF3;
  font-size: 14px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#accountFormBak textarea {
  line-height: 20px;
}
#accountFormBak input[type=submit] {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #FCFBF3;
  width: auto;
  padding: 12px 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#accountFormBak input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
}
#accountFormBak .msg p {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 10px 0;
}
#accountFormBak .msg p:first-child {
  margin-top: 10px;
}
#accountFormBak .msg p:last-child {
  margin-bottom: 20px;
}
#accountFormBak .links {
  font-size: 14px;
  margin-top: 10px;
}
#accountFormBak .links .link {
  cursor: pointer;
  transition: all 0.5s;
}
#accountFormBak .links .link.left {
  float: left;
}
#accountFormBak .links .link.right {
  float: right;
}
#accountFormBak .links .link:hover {
  color: #a28f88;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
@media (max-width: 980px) {
  .mobileOnly {
    display: block !important;
  }
  .hidden {
    transform: none !important;
  }
  .empty {
    display: none !important;
  }
  #mainMenu {
    background-color: #FCFBF3;
    width: 145px;
    padding-left: 20px;
    margin-left: -20px;
    position: fixed;
    top: -420px;
    height: 3000px;
  }
  #mainMenu.fixed {
    top: -420px;
  }
  #mainMenu.hidden {
    margin-left: -200px;
  }
  #page {
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo {
    margin-top: 70px;
  }
  #header .menuBtn {
    margin-left: 20px;
    display: block;
  }
  #header .topMenu {
    margin-right: 0px;
  }
  #footer {
    text-align: center;
  }
  #footer .menu {
    display: none;
    float: none;
    margin-bottom: 10px;
  }
  #footer .menu > .item {
    margin: 0;
  }
  #footer .menu > .item .submenu {
    float: none;
    box-sizing: border-box;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  #footer .menu > .item .submenu > .item {
    line-height: 25px;
  }
  #footer .contacts {
    display: block;
    float: none;
  }
  #footer .social {
    margin: 0;
    display: block;
    padding-top: 10px;
  }
  #footer .social .icon {
    margin-left: 10px;
    margin-right: 10px;
  }
  .button {
    min-width: 145px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  #simplePage {
    margin-left: 0px;
    margin-right: 0px;
  }
  #home .featured {
    margin-left: 0px;
    margin-right: 0px;
  }
  #home .row12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #home .row12 .item {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #home .row12 .item:nth-child(2n+1) {
    margin-bottom: 60px;
  }
  #home .row123 .item {
    float: none;
    width: 100%;
  }
  #shop {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #shop .row123 .item {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #shopItem {
    margin-left: 0px;
    margin-right: 0px;
  }
  #shopItem .photos {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #shopItem .info {
    float: none;
    width: 100%;
  }
  #shopItem .linksLeft,
  #shopItem .linksRight {
    float: none;
    width: 100%;
  }
  #shopItem .linksRight {
    margin-top: 30px;
  }
  #shopItemRelated .row1234 .item {
    display: block;
    width: 48%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #shopItemRelated .row1234 .item:nth-child(4n+1) {
    clear: both;
  }
  #shopItemRelated .row1234 .item:nth-child(4n+2) {
    float: right;
  }
  #shopItemRelated .row1234 .item:nth-child(4n+3) {
    clear: both;
  }
  #shopItemRelated .row1234 .item:nth-child(4n+4) {
    float: right;
  }
  .emptypage {
    margin-left: 125px;
  }
  #basket {
    margin-left: 0px;
    margin-right: 0px;
  }
  #basket > .title {
    margin-right: 0px;
  }
  #basket .itemPic {
    width: 25%;
  }
  #basket .itemText {
    font-size: 14px;
    line-height: 20px;
  }
  #showOrderDetails {
    margin-left: 0;
    text-align: center;
  }
  #showOrderDetails .promocode {
    float: none;
  }
  #showOrderDetails .promocode input {
    margin-bottom: 20px !important;
  }
  #showOrderDetails .showButton {
    float: none;
    display: table;
  }
  #orderDetails {
    margin-left: 0;
  }
  #lookbook .collection {
    margin-left: 0;
    margin-right: 0;
  }
  #lookbook .collection .featured {
    width: 100%;
    overflow-y: hidden;
  }
  #lookbook .collection .items {
    margin-left: 0;
    margin-right: 0;
  }
  #lookbook .collection .items .item {
    float: none !important;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  #lookbook .collection .items .item.hidden {
    opacity: 1;
    top: 0;
  }
  #accountForm {
    margin: 0;
  }
  #accountForm .section.multicol .col1,
  #accountForm .section.multicol .col2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 450px;
    min-width: 350px;
  }
  #accountForm .section.multicol .col1 input[type=submit],
  #accountForm .section.multicol .col2 input[type=submit],
  #accountForm .section.multicol .col1 .blackButton,
  #accountForm .section.multicol .col2 .blackButton,
  #accountForm .section.multicol .col1 .whiteButton,
  #accountForm .section.multicol .col2 .whiteButton {
    width: auto;
    float: none;
  }
  #accountForm .section.multicol .col1 .links .link.right,
  #accountForm .section.multicol .col2 .links .link.right {
    float: none;
  }
  .customMainPage .item {
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px;
  }
  .customMainPage .item:hover {
    transform: none !important;
  }
}
@media (max-width: 600px) {
  #header .topMenu {
    margin-right: 10px;
  }
  #header .topMenu .item {
    font-size: 10px;
    margin-right: 10px;
  }
  #basket .colTitle {
    font-size: 12px;
  }
  #basket .itemText {
    font-size: 12px;
    letter-spacing: 0px;
  }
  #orderDetails .userInfo {
    float: none;
    width: 100%;
  }
  #orderDetails .orderInfo {
    float: none;
    width: 100%;
  }
  input[type=text],
  input[type=password],
  textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  }
  .birth-date-block .birth-date-block-input input,
  .birth-date-block .birth-date-block-input .field {
    width: 170px !important;
  }
}
.customType1 {
  margin-right: 0px !important;
}
.customMainPage {
  padding-bottom: 50px;
  margin-top: -40px;
}
.customMainPage .item {
  display: block;
  width: 49%;
  text-align: center;
  transition: all 1s;
}
.customMainPage .item:hover {
  transform: translateY(-10px);
}
.customMainPage .item h2 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.customMainPage .item img {
  width: 100%;
}
.customMainPage .item:nth-of-type(2n+1) {
  float: left;
}
.customMainPage .item:nth-of-type(2n) {
  float: right;
}
.price-without-discount {
  display: inline-block;
  position: relative;
}
.price-without-discount:after {
  position: absolute;
  left: 0;
  top: 35%;
  width: 97%;
  height: 3px;
  background-color: red;
  content: '';
  transform: rotate(-10deg);
  opacity: 0.8;
}
#contactsForm {
  transition: opacity 0.5s;
  padding: 20px 0;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contactsForm input[type=text],
#contactsForm input[type=password],
#contactsForm textarea {
  font-family: GothPr, sans-serif, Arial, Verdana;
  letter-spacing: 0px;
  padding: 16px 20px 14px 20px;
  border: solid 1px #000000;
  background-color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
#contactsForm textarea {
  line-height: 20px;
  margin-bottom: 0;
}
#contactsForm input[type=submit],
#contactsForm .blackButton {
  font-family: GothPr, sans-serif, Arial, Verdana;
  min-width: 185px;
  text-align: center;
  border: solid 1px #000000;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding-top: 17px;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  width: auto;
  min-width: 200px;
  padding: 16px 20px;
  font-size: 13px;
  line-height: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
  outline: none;
}
#contactsForm input[type=submit]:hover,
#contactsForm .blackButton:hover {
  background-color: #000000;
  color: #ffffff;
}
#contactsForm input[type=submit]:hover,
#contactsForm .blackButton:hover {
  background-color: #553333;
}
#contactsForm[data-disabled='1'] {
  opacity: 0.5;
}
#contactsForm[data-disabled='1'] input[type=submit] {
  background-color: #555555 !important;
}
#contactsForm .addFile {
  margin-top: 5px;
  margin-bottom: 16px;
  padding-left: 1px;
  text-align: left;
}
#contactsForm .addFile .fileBtn {
  font-size: 11px;
  display: inline-block;
  line-height: 16px;
  border-bottom: dashed 1px #000000;
  cursor: pointer;
  transition: color 0.5s, border-color 0.5s;
}
#contactsForm .addFile .fileBtn:hover {
  color: #a28f88;
  border-color: #a28f88;
}
#contactsForm .addFile .fileInput {
  display: none;
  padding-top: 5px;
  text-align: left;
}
#contactsForm .field {
  background-color: #FCFBF3;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  border: solid 1px #000000;
  font-size: 11px;
  line-height: 16px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
#contactsForm .highlighted {
  background: #ffded8 !important;
}
#contactsForm.hidden {
  opacity: 0;
}
#contactsForm .caption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
}
#contactsForm .msg {
  color: #770000;
}
#contactsForm .msg p {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 5px 0;
}
#contactsForm .msg p:first-child {
  margin-top: 10px;
}
#contactsForm .msg p:last-child {
  margin-bottom: 20px;
}
#contactsForm .ok {
  font-size: 20px;
  line-height: 30px;
}
.price-sep {
  font-size: 0.6em;
}
.cookie-notification {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  transition: all 1s ease-in;
  transform: translateY(100%);
  opacity: 0;
  left: 0;
  right: 0;
  padding: 50px;
  background-color: #EFEEE9;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.cookie-notification.shown {
  transform: none;
  opacity: 1;
}
.cookie-notification .cookie-notification-text {
  max-width: 750px;
  padding-right: 50px;
  font-size: 12px;
  line-height: 150%;
  padding-top: 2px;
}
.cookie-notification .cookie-notification-button .button {
  min-width: 125px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding-top: 13px;
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .cookie-notification {
    flex-direction: column;
  }
  .cookie-notification .cookie-notification-text {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
/*======================================
  Selectric v1.10.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 9px;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #000000;
  position: relative;
  min-width: 110px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: GothPr, sans-serif, Arial, Verdana;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  padding: 10px 10px 6px 12px;
  margin-right: 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric.current {
  background: #a28f88;
}
.selectric.current .label {
  color: #fff;
}
.selectric .selectric-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 29px;
  color: #000;
  text-align: center;
  font: 0/0 a;
  *font: 0.45454545px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .selectric-button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #000;
}
.selectric-hover .selectric .selectric-button {
  color: #000;
}
.selectric-hover .selectric .selectric-button:after {
  border-top-color: #000;
}
.selectric-open {
  z-index: 19999;
}
.selectric-open .selectric {
  border-color: #000000;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FCFBF3;
  border: 1px solid #000;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.selectric-items li {
  display: block;
  padding: 10px 12px;
  color: #000000;
  cursor: pointer;
  text-align: left;
}
.selectric-items li:hover {
  background: #000;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
