@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url(https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A100%2C300%2C400%2C700&ver=6.0.2);
@font-face {
  font-family: icons;
  src: url(fonts/icomoon.woff);
}
@font-face {
  font-family: fbp;
  src: url(fonts/freightbigpro-700.woff2);
  font-weight: 700;
}
body {
  font-size: 16px;
  font-family: Montserrat;
  line-height: 1.6;
  font-weight: 400;
  background-color: rgb(233, 230, 216);
}

a {
  color: rgb(200, 156, 60);
}

a:hover {
  color: rgb(200, 156, 60);
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: "freight-big-pro";
  color: rgb(14, 14, 14);
}

.btn {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  background: rgb(200, 156, 60);
  color: rgb(245, 239, 229);
}

.btn:hover {
  background: rgb(200, 156, 60);
  color: rgb(245, 239, 229);
}

#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: rgb(200, 156, 60);
}

#tabs-product .tabs-container a.btn {
  color: rgb(245, 239, 229);
}

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

.desktop-item {
  display: none;
}

.banner-content {
  background-image: url(images/apolloni-club-95-2-scaled.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.banner-content h2 {
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-family: fbp;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 50px;
  padding: 120px 0px 120px 0px;
}

@media only screen and (max-width: 1024px) {
  .logo-wrap {
    padding: 34px 0px 14px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px;
  }
  .logo {
    width: 69.9%;
  }
  body.open {
    overflow: hidden;
  }
  body.open::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  body.open .nav-wrapper {
    transform: translateX(0);
  }
  body.has-sub .mobile-logo {
    margin-bottom: -17px;
  }
  .nav-wrapper {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: rgb(234, 230, 217);
    padding: 40px;
    width: 200px;
    height: 100vh;
    transform: translateX(200px);
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile-logo {
    height: 151px;
  }
  .mobile-logo a {
    display: block;
  }
  .mobile-logo img {
    max-height: 114px;
  }
  .main-nav li.has-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .main-nav li.has-child .sub-menu {
    width: 100%;
    display: none;
    padding-left: 10px;
  }
  .main-nav li.has-child .sub-menu a {
    line-height: 26px;
    text-transform: capitalize;
    color: rgb(58, 58, 58);
  }
  .main-nav li.has-child .menu-toggler {
    padding-top: 4px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: right;
  }
  .main-nav li.has-child .menu-toggler svg {
    transition: transform 0.3s ease-in-out;
  }
  .main-nav li.has-child.open > a {
    color: #c89c3c;
  }
  .main-nav li.has-child.open .menu-toggler svg {
    transform: rotate(180deg);
    fill: #c89c3c;
  }
  .main-nav li.has-child.open .sub-menu {
    display: block;
  }
  .main-nav a {
    padding: 5px;
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 500;
  }
  /******SPAN BUTTON*****/
  .btn-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 6px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .btn-menu span {
    position: relative;
    width: 29px;
    display: block;
    height: 2px;
    background: rgb(53, 53, 53);
    transition: all linear 0.25s;
  }
  .btn-menu span:before,
.btn-menu span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -9px;
    background: rgb(53, 53, 53);
    transition: all linear 0.25s;
  }
  .btn-menu span:after {
    top: 9px;
  }
  .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)*****/
}
@media only screen and (min-width: 768px) {
  .logo-wrap {
    padding: 21px 0 22px;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
    justify-content: flex-end;
  }
  .banner-content h2 {
    font-size: 52px;
    line-height: 60px;
  }
  .logo {
    position: absolute;
    width: 33.333%;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-menu {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .logo-wrap {
    padding-top: 26px;
    padding-bottom: 26px;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1025px) {
  .mobile-logo,
.logo-wrap {
    display: none;
  }
  .desktop-item {
    display: block;
  }
  .nav-wrapper {
    margin: 0 auto;
    max-width: calc(100% - 60px);
    padding: 20px 0;
    display: flex;
  }
  .main-nav,
.desktop-logo {
    flex-basis: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .desktop-logo {
    flex-basis: 32.8%;
  }
  .main-nav:last-child {
    flex-basis: 33.89%;
  }
  .main-nav li {
    margin-right: 10px;
  }
  .main-nav li:last-child {
    margin-right: 30px;
  }
  .main-nav a {
    font-weight: 500;
    font-size: 16px;
    font-family: Montserrat;
    padding: 10px;
    display: block;
    color: #242424;
    text-transform: uppercase;
  }
  .main-nav a:hover {
    color: #c89c3c;
  }
  .main-nav li.has-child {
    padding-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .main-nav li.has-child:hover .sub-menu {
    display:block;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    border-radius: 4px;
    left: 0;
    z-index: 99;
    width: 250px;
    padding: 15px;
    background-color: #fff;
	display: none;
    transition: opacity 0.4s ease-in-out, transition 0.2s ease-in-out;
  }
  .sub-menu a {
    line-height: 24px;
    color: #1c1c1c;
    font-weight: 500;
    padding: 5px 15px;
    text-transform: capitalize;
  }
  .banner-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (min-width: 1221px) {
  .nav-wrapper {
    max-width: 1160px;
  }
}
.footer-container {
  text-align: center;
  overflow: hidden;
  border-top: 3px double rgb(209, 209, 209);
}

.footer-logo-wrap {
  max-width: 53%;
  margin: 0 auto;
}
.footer-logo-wrap .footer-logo-pad {
  position: relative;
  padding-bottom: 125.5%;
}
.footer-logo-wrap img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.footer-col {
  margin-bottom: 50px;
}

.footer-col-1 {
  margin-bottom: 20px;
}

.footer-col-title {
  font-size: 21px;
  text-transform: uppercase;
  font-family: Montserrat;
  line-height: 28px;
  margin-bottom: 10px;
  color: #c89c3c;
  letter-spacing: 1px;
}

.footer-col-3 .footer-col-title,
.footer-col-2 .footer-col-title {
  margin-bottom: 15px;
}

.hours-content {
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
  font-size: 15px;
}

.contact-info {
  line-height: 26px;
}
.contact-info p {
  color: rgb(76, 76, 76);
  font-weight: 500;
  margin-bottom: 0;
}

.footer-nav a {
  font-size: 16px;
  font-family: Montserrat;
  color: #333;
  display: block;
  line-height: 26px;
  font-weight: 500;
}

.img-pad-w {
  max-width: 26%;
  margin: 0 auto 10px;
}
.img-pad-w:last-child {
  margin-bottom: 0;
}

.img-pad {
  position: relative;
  padding-bottom: 150.7537688442%;
}
.img-pad img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.footer-bottom {
  border-top: 1px solid #000;
  text-transform: uppercase;
  margin-top: 1px;
  padding: 15px 0px 11px 0px;
  line-height: 25px;
  letter-spacing: 0.7px;
  font-size: 13.333px;
}
.footer-bottom a {
  color: rgb(62, 62, 62);
}

.social-list {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-family: icons;
  margin-top: 9px;
}
.social-list li {
  margin: 0 14px 11px 0;
}
.social-list li:last-child, .social-list li:last-child span {
  margin-right: 0;
}
.social-list span {
  display: block;
  margin-right: 12px;
}
.social-list a {
  color: rgb(162, 165, 164);
}
.social-list .icon-instagram::before {
  content: "\e859";
}
.social-list .icon-facebook::before {
  content: "\e84c";
}
.social-list .icon-twitter::before {
  content: "T";
}

.top--row {
  padding-top: 40px;
}

.empty-item {
  display: none;
}

@media (min-width: 767px) {
  .top--row {
    display: flex;
    padding: 40px 0px 5px 0px;
    margin: 0 -25px;
    text-align: left;
  }
  .top--row .footer-col {
    width: 22%;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .top--row .footer-col-1 {
    width: 25%;
  }
  .top--row .footer-col-4 {
    width: 31%;
  }
  .footer-col-title {
    line-height: 30px;
  }
  .footer-bottom {
    line-height: 25.8px;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -25px;
  }
  .footer-bottom > div {
    width: 100%;
    padding: 0 25px;
  }
  .footer-bottom .bottom--right {
    text-align: right;
  }
  .footer-bottom .bottom--left {
    text-align: left;
  }
  .social-list {
    margin-top: -1.5px;
  }
  .external-photos {
    display: flex;
    margin: 0 -10px;
  }
  .img-pad-w {
    width: 25%;
    padding: 0 10px;
    margin: 0;
  }
  .empty-item {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top--row {
    padding: 20px 0px 16px 0px;
    flex-wrap: wrap;
  }
  .top--row .footer-col-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .top--row .footer-col-4,
.top--row .footer-col-2 {
    width: 33%;
  }
  .top--row .footer-col-3 {
    width: 33.1%;
  }
  .footer-bottom {
    justify-content: flex-start;
    padding: 17px 0 11px 0;
    margin: 0;
  }
  .footer-bottom .bottom--right {
    width: 39.1%;
  }
  .footer-bottom .bottom--left {
    width: 34.4%;
  }
  .footer-bottom .bottom--center {
    width: 25.1%;
  }
  .footer-logo-wrap {
    max-width: 34%;
  }
}
@media (min-width: 1377px) {
  .top--row {
    padding: 40px 0px 26px 0px;
  }
  .top--row .footer-col-1 {
    width: 25%;
  }
  .top--row .footer-col-2,
.top--row .footer-col-3 {
    width: 23%;
  }
  .top--row .footer-col-4 {
    width: 29%;
  }
  .img-pad-w {
    width: 21%;
  }
  .footer-logo-wrap {
    max-width: 50%;
  }
  .footer-bottom {
    padding-bottom: 8px;
  }
}
@media (width: 1440px) {
  .footer-bottom {
    padding-bottom: 11px;
  }
}/*# sourceMappingURL=ws-style.css.map */