@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Lato&family=Montserrat:wght@400;500;600&family=Roboto:wght@300&display=swap");
@font-face {
  font-family: icons;
  src: url(fonts/icomoon-the7-font.ttf);
}

body {
  font-size: 18px;
  font-family: Lato, sans-serif;
  line-height: 30px;
  font-weight: 400;
}

a {
  color: #583691;
}

a:hover {
  color: #583691;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: Cormorant, serif;
  color: #2e2b36;
}

.btn {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  background: #583691;
  color: #fff;
  text-decoration: none !important;
}
#tabs-product ul a {
	text-decoration: none !important
}
.btn:hover {
  background: #583691;
  color: #fff;
}

#pageContent {
  max-width: 1200px;
}

#pageContent a {
  text-decoration: underline;
}

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

#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: #583691;
}

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

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

.to-top,
[class*="icon"] {
  font-family: icons;
}

.contact-btn,
.desktop-logo,
.hide {
  display: none;
}

.header-top {
  background-color: #504072;
  padding: 5px 20px;
  font: 300 18px/24px "Roboto", sans-serif;
}

.header-top .ord-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-top,
.header-top a {
  color: #aeafb5;
}

.header-top p {
  margin: 0;
}

.header-top .text-area {
  margin-right: 10px;
}

.header-top .icon-phone,
.header-top .icon-map {
  text-align: center;
  width: 1.25em;
  font-size: 16px;
  margin-right: 6.4285714285714px;
}

.header-top .icon-phone::before,
.header-top .icon-map::before {
  content: "\e402";
  font-weight: normal;
}

.header-top a[title="Phone"],
.header-top a[title="Directions"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.header-top a[title="Phone"] {
  margin-right: 0;
}

.header-top .icon-phone::before {
  content: "\e105";
}

.header-main .ord-container {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .logo a {
  display: inline-block;
}

.header-main .logo img.mobile-logo {
  width: 82px;
}

.header-main.fixed {
  width: 100%;
  z-index: 99;
  top: 0;
  position: fixed;
  left: 0;
  background-color: #fff;
}

.btn-menu {
  margin-right: 1px;
}

.btn-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-menu .btn-text {
  font-family: Montserrat;
  font-size: 14px;
  margin-left: 10px;
  color: #2e2b36;
}

.btn-menu .menu-line {
  display: block;
  height: 1px;
  width: 24px;
  background-color: #583691;
}

.btn-menu .menu-line:nth-child(2) {
  width: 19px;
  margin: 4px 0;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: rgba(46, 43, 54, 0.3);
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .site-nav .nav-content {
    width: 260px;
    height: 100%;
    background-color: #fff;
    padding-top: 782px;
    padding: 76px 23px 30px 30px;
  }
}

.site-nav .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 55px;
  right: 13px;
}

.site-nav .btn-close .close-icon {
  width: 12px;
  height: 12px;
  position: relative;
}

.site-nav .btn-close .close-icon .close-bar {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #2e2b36;
  top: 5px;
  position: absolute;
}

.site-nav .btn-close .close-icon .close-bar:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-nav .btn-close .close-icon .close-bar:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-nav .btn-close .close-text {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #2e2b36;
  margin-left: 8px;
}

.open .site-nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.main-nav a {
  display: block;
  padding: 10.4px 25px 10.4px 0;
  line-height: 20px;
  font-size: 16px;
  color: #2e2b36;
  font-family: Montserrat;
}

@media (min-width: 601px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .auth-wrapper {
    margin-top: 130px;
  }
}

@media (min-width: 968px) {
  .auth-wrapper {
    margin-top: 106px;
  }
}

@media (min-width: 993px) {
  .auth-wrapper {
    margin-top: 138px;
  }
  .header-top {
    padding: 5px 50px;
  }
  .header-main .logo img.mobile-logo {
    width: 90px;
  }
}

@media (min-width: 1034px) {
  .auth-wrapper {
    margin-top: 114px;
  }
}

@media (min-width: 1200px) {
  .main-nav .close,
  .header-main .logo img.mobile-logo,
  .btn-menu {
    display: none;
  }
  .contact-btn,
  .desktop-logo {
    display: block;
  }
  .contact-btn {
    margin-left: 5px;
    margin-top: 1px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    border: 1px solid #fff;
    font-size: 17px;
    padding: 10px 19.5px;
    line-height: 19px;
  }
  .contact-btn a {
    color: #fff;
  }
  .header-main {
    background: rgba(79, 62, 81, 0.77) none repeat center center;
  }
  .header-main .ord-container {
    padding: 0 50px 0;
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
  }
  .header-top {
    padding: 6px 60px 5px;
  }
  .header-top .ord-container {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .site-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 2px;
  }
  .main-nav a {
    padding: 8px 15px;
    margin-right: 15px;
    line-height: 22px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    position: relative;
  }
  .main-nav a::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #979fa3;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  .main-nav a:hover::after {
    width: calc(100% - 30px);
  }
}

.to-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.to-top::before {
  content: "\f0290";
  font-size: 20px;
  color: #fff;
}

#footer {
  background: #2e2b36 url(images/foot.jpg) no-repeat center center;
  text-align: center;
}

.footer-top {
  padding: 0 20px;
}

.footer-top p {
  margin: 0;
}

.footer-top .ord-container {
  padding: 60px 0 25px;
}

.footer-top .footer-top-content {
  margin: 0 -25px;
}

.footer-top .ord-cell-1 a,
.footer-top .ord-cell-2 a {
  font-family: "Cormorant";
  font-size: 24px;
  line-height: 1.5em;
}

.footer-top .widget-title {
  font-size: 20px;
  line-height: 30px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
  color: #b2abd5;
  font-weight: 600;
}

.footer-top .contact-info,
.footer-top .widget-info {
  line-height: 28px;
}

.footer-top .contact-info a,
.footer-top .widget-info a {
  text-decoration: underline;
}

.footer-top .widget-info {
  font-size: 17px;
  margin-bottom: 10px;
}

.footer-top .contact-info {
  padding-bottom: 15px;
  font-size: 15px;
}

.footer-top .ord-cell-4 p {
  padding-bottom: 8px;
}

.footer-top .ord-cell-4 img {
  margin-bottom: 10px;
}

.footer-top section {
  padding: 0 25px;
  margin-bottom: 30px;
}

.footer-top section a {
  color: #fff;
}

.footer-top .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-top .icon {
  font-size: 16px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  margin: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer-top .icon-fb::before {
  content: "\f106";
}

.footer-top .icon-ig::before {
  content: "\f111";
}

.footer-bottom {
  font-size: 13px;
  line-height: 2;
}

.footer-bottom,
.footer-bottom a {
  color: #615f69;
}

.footer-bottom .ord-container {
  padding: 0 20px;
}

.footer-bottom .footer-bottom-content {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 779px) {
  .footer-top {
    text-align: left;
  }
  .footer-top .social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 993px) {
  .footer-top {
    padding: 0 50px;
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
  }
  #footer .footer-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer section {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
}
/*# sourceMappingURL=ws-style.css.map */