@font-face {
  font-family: gothic;
  src: url(fonts/gothic.woff2);
  font-weight: 400;
}
@font-face {
  font-family: gothic;
  src: url(fonts/gothic-bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: bodoni;
  src: url(fonts/bodoni.woff2);
}
body {
  font-size: 18px;
  font-family: gothic;
  line-height: 1.8em;
  font-weight: normal;
}

a {
  color: #8f0035;
}

a:hover {
  color: rgb(199, 133, 157);
}

img {
  max-width: 100%;
}

.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #31302b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: bodoni;
  color: #31302b;
}

.btn {
  font-family: gothic;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  background: #8f0035;
  color: #fff;
}

.btn:hover {
  background: rgb(199, 133, 157);
  color: #fff;
}

#pageContent {
  max-width: 980px;
}

#authStatus a:hover {
  text-decoration: none;
}

.ui-widget-header,
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header,
.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
#tabs-product ul a,
#tabs-product .ui-tabs-nav a {
  background: #8f0035;
}

#tabs-product .tabs-container a.btn {
  color: #fff;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: #31302b;
}

.logo-wrap {
  background-color: #8f0035;
}

.logo {
  padding: 14px 0 14px 19px;
}
.logo a {
  margin: 14px 0;
  display: block;
  width: 83px;
  height: 83px;
}

.login-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 0 17px 10px;
  padding-right: 14px;
  font-family: gothic;
  height: 43px;
  background-color: #fff;
  width: 183px;
  color: #48001b;
}
.login-btn a svg {
  fill: rgb(143, 0, 53);
  margin-right: 14px;
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 1023px) {
  .header-top {
    display: none;
  }

  body.open {
    overflow: hidden;
  }
  body.open .nav-wrap {
    transform: translate(0);
    opacity: 1;
  }

  .nav-wrap {
    background-color: #8f0035;
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-500%);
    width: 100%;
    z-index: 8;
    padding-bottom: 20px;
    transition: opacity 0.5s ease-in-out, transform 0.2s ease-in-out;
  }
  .nav-wrap .main-nav a {
    display: block;
    line-height: 56px;
    padding-left: 10px;
    color: #fff;
    font-family: gothic;
    font-weight: 700;
  }
  .nav-wrap .main-nav {
    padding-left: 1px;
    max-width: 238px;
  }
  .nav-wrap .has-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav-wrap .has-child .sub-menu {
    width: 100%;
    display: none;
  }
  .nav-wrap .has-child.open .sub-menu {
    display: block;
  }
  .nav-wrap .has-child.open .toggle-nav {
    transform: rotate(180deg);
  }

  .toggle-nav {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
  }
  .toggle-nav svg {
    width: 12px;
    fill: #fff;
  }

  /******SPAN BUTTON*****/
  .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    top: 51px;
    right: 12px;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .btn-menu span {
    position: relative;
    width: 22px;
    display: block;
    height: 2px;
    background: rgb(245, 239, 217);
    transition: all linear 0.25s;
  }

  .btn-menu span:before,
.btn-menu span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -8px;
    background: rgb(245, 239, 217);
    transition: all linear 0.25s;
  }

  .btn-menu span:after {
    top: 8px;
  }

  .btn-menu.open span:before {
    transform: rotate(-45deg);
  }

  .btn-menu.open span {
    background-color: transparent;
  }

  .btn-menu.open span:after {
    transform: rotate(45deg);
  }

  .btn-menu.open span:before,
.btn-menu.open span:after {
    top: 0;
  }

  /******END OF SPAN BUTTON (sub-menu opener)*****/
}
.nav-wrap .main-nav .sub-menu {
  background-color: #fff;
}
.nav-wrap .main-nav .sub-menu a {
  padding-left: 25px;
  color: #31302b;
}

@media (min-width: 1024px) {
  .header-top {
    padding: 16px 25px 6px 25px;
    display: flex;
    justify-content: space-between;
    background-color: #8f0035;
  }

  .social-list {
    display: flex;
  }
  .social-list li {
    margin-right: 10px;
  }

  .header-middle {
    background-image: linear-gradient(90deg, #cccacb 0%, #ffffff 100%);
    flex: 0 0 75%;
    width: 75%;
  }

  .nav-wrap,
.header-middle {
    display: flex;
    align-items: center;
  }

  .nav-wrap {
    flex: 1 0 auto;
    justify-content: space-between;
  }

  .logo-wrap {
    background-color: transparent;
  }

  .logo {
    padding: 6px 0 6px 22px;
  }
  .logo a {
    width: 116px;
    height: 116px;
    margin: 0;
  }

  .toggle-nav {
    display: none;
  }

  .main-nav {
    display: flex;
    margin-left: 17px;
  }
  .main-nav > li {
    text-align: center;
    border-left: 1px solid rgb(72, 0, 27);
    height: 50px;
    line-height: 50px;
    padding-right: 5px;
  }
  .main-nav > li:first-child {
    border-left: 0px solid transparent;
    width: 82px;
  }
  .main-nav > li:nth-child(2) {
    width: 128px;
  }
  .main-nav > li:nth-child(3) {
    width: 82px;
  }
  .main-nav > li:nth-child(4) {
    width: 89px;
  }
  .main-nav > li:nth-child(5) {
    width: 120px;
  }
  .main-nav > li:last-child {
    width: 78px;
  }
  .main-nav a {
    font-weight: 700;
    color: #8f0035;
    font-size: 20px;
  }

  .has-child {
    position: relative;
  }
  .has-child .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
  }
  .has-child .sub-menu li {
    line-height: 35.5px;
    text-align: left;
  }
  .has-child .sub-menu a {
    white-space: nowrap;
    padding: 0 10px !important;
    line-height: 35.5px;
  }
  .has-child:hover .sub-menu {
    display: block;
  }

  .cart-hold {
    width: 38px;
  }
  .cart-hold text {
    font-size: 90px;
  }
  .cart-hold a {
    display: inline-block;
  }
  .cart-hold svg {
    fill: rgb(245, 239, 217);
    height: 31px;
  }

 
  .login-btn a {
    margin: 0;
    width: 230px;
    line-height: 44px;
    height: 44px;
  }

  .btn-menu {
    display: none;
  }

  .auth-wrapper {
    border-top: 1px solid #000;
    background-color: rgb(204, 202, 203);
  }
}
@media (min-width:1440px){
	 .login-btn {
    margin-right: 144px;
  }
}
.book-btn {
  display: none;
}

#footer {
  background-color: #31302b;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
}
#footer,
#footer a {
  color: #f5efd9;
}

.ft-section-title {
  font-family: bodini;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.copyright {
  margin-top: 20px;
  line-height: 17px;
  background-color: rgb(143, 0, 53);
  padding: 13px 0 19px;
}
.copyright a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: rgb(245, 239, 217);
}

.footer-logo {
  overflow: hidden;
}
.footer-logo a {
  display: block;
  height: 82px;
  margin: 20px auto;
  width: 82px;
}

@media (min-width: 1024px) {
  .book-btn {
    display: block;
    margin-bottom: 50px;
  }
  .book-btn a.btn {
    color: #31302b !important;
    display: block;
    padding: 0;
    text-align: center;
    height: 50px;
    width: 175px;
    background-color: #f5efd9;
    border: 1px solid #f5efd9;
    color: #31302b;
    font-size: 14px;
    line-height: 50px;
  }
  .book-btn a.btn:hover {
    color: #f5efd9 !important;
    background-color: transparent;
  }

  .footer-cols {
    width: 30%;
    margin-left: 152px;
    text-align: left;
  }

  .footer-logo a {
    margin-left: 0;
    margin-bottom: 19px;
    margin-top: 39px;
    width: 79px;
    height: 78px;
  }

  .ft-section-title {
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 21px;
  }

  .footer-hours,
.footer-address {
    margin-bottom: 26px;
  }

  .copyright {
    padding: 15px 0 24px;
  }
}/*# sourceMappingURL=ws-style.css.map */
.button-search-product,
.product-search-options {
	z-index: 1;
}