@font-face {
  font-family: avenir-lt;
  src: url(fonts/avenir.woff2);
}
@font-face {
  font-family: lulo;
  src: url(fonts/lulo.woff2);
}
body {
  font-size: 16px;
  font-family: avenir-lt;
  line-height: 1.4;
  font-weight: 400;
}

a {
  color: #004a81;
}

a:hover {
  color: #8b0000;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: avenir-lt;
  color: #004a81;
}

.btn {
  font-family: lulo;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  background: #004a81;
  color: #f7ecd9;
}

.btn:hover {
  background: #8b0000;
  color: #f7ecd9;
}

#pageContent {
  max-width: 1200px;
}

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

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

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

.header-social {
  display: none;
}

.header-main {
  position: relative;
}

.logo-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-bottom: 8px;
  border-bottom: 3px solid #004a81;
}

@media (max-width: 959px) {
  .open .site-nav {
    display: block;
  }

  .site-nav {
    display: none;
    top: calc(100% - 11px);
    border: 1px solid rgb(115, 54, 29);
    background-color: #fff;
    text-align: center;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
  }
  .site-nav li {
    border-bottom: 1px solid rgb(115, 54, 29);
  }
  .site-nav li:last-child {
    border-bottom: 0px solid transparent;
  }
  .site-nav a {
    display: block;
    text-transform: uppercase;
    line-height: 48px;
    font-family: Arial;
    font-size: 16px;
    color: #004a81;
  }
}
.logo {
  margin-left: 6px;
  margin-top: 11px;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo a .before-logo {
  width: 40px;
  height: 31px;
  margin-right: 5.5px;
}
.logo a .logo-text {
  text-transform: uppercase;
  font-family: lulo;
  font-size: 21px;
  color: #004a81;
  line-height: 32px;
  display: block;
  font-weight: 400;
  margin-top: 1px;
  margin-right: 4.5px;
}
.logo a .after-logo {
  margin-top: 1px;
  width: 40px;
  height: 29px;
}

/******SPAN BUTTON*****/
.btn-menu {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid rgb(115, 54, 29);
  border-radius: 50px;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-menu span {
  position: relative;
  width: 20px;
  display: block;
  height: 3px;
  background: rgb(0, 74, 129);
}

.btn-menu span:before,
.btn-menu span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: -8px;
  background: rgb(0, 74, 129);
}

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

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

.btn-menu.open span {
  background-color: transparent;
  margin-right: 2px;
}

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

.btn-menu.open span:before,
.btn-menu.open span:after {
  top: 0;
  height: 2.5px;
  width: 23px;
}

/******END OF SPAN BUTTON (sub-menu opener)*****/
@media (min-width: 960px) {
  .header-main .ord-container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  .header-fixed {
    border-bottom: 5px solid #004a81;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    width: 100%;
  }

  .auth-wrapper {
    margin-top: 135px;
  }

  .btn-menu {
    display: none;
  }

  .header-social {
    display: block;
    position: absolute;
    top: 9px;
    right: -2px;
  }

  .logo-wrap {
    justify-content: center;
    border-bottom: 0px solid transparent;
  }

  .logo {
    margin-top: 19px;
  }
  .logo a .before-logo {
    width: 39px;
    height: 30px;
    margin-right: 16.5px;
    transform: translateX(-1px);
  }
  .logo a .logo-text {
    font-size: 38px;
    line-height: 56px;
    margin-right: 11px;
  }
  .logo a .after-logo {
    width: 41px;
    height: 30px;
  }

  .main-nav {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    transform: translateX(-2px);
    padding-top: 16px;
    padding-bottom: 11px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .main-nav li:first-child {
    width: 136px;
  }
  .main-nav li:nth-child(2) {
    width: 178px;
  }
  .main-nav li:nth-child(3) {
    width: 203px;
  }
  .main-nav li:nth-child(4) {
    width: 144px;
  }
  .main-nav li:nth-child(5) {
    width: 147px;
  }
  .main-nav li:last-child {
    width: 156px;
  }
  .main-nav a {
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: lulo;
    color: #73361d;
  }
  .main-nav a:hover {
    color: #004a81;
  }
}
#footer {
  text-align: center;
}
#footer img {
  width: 170px;
  height: 170px;
  margin-right: 11px;
}

.copyright-wrap {
  background-color: rgb(0, 74, 129);
  border-top: 5px solid rgb(247, 236, 217);
  font-size: 11px;
  color: #f7ecd9;
}
.copyright-wrap .copyright {
  max-width: 280px;
  margin: 0 auto;
  padding: 9px 0 53px;
  line-height: 19px;
}
.copyright-wrap a {
  color: #f7ecd9;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #footer img {
    width: auto;
    height: auto;
    margin-right: 2px;
  }

  .copyright-wrap {
    font-size: 14px;
  }
  .copyright-wrap .copyright {
    padding: 7px 0 10px;
    line-height: 23.8px;
    max-width: 600px;
  }
}/*# sourceMappingURL=ws-style.css.map */