@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@font-face {
  font-family: adobe-garamond-pro;
  src: url(fonts/agp.woff);
  font-weight: 400;
}
@font-face {
  font-family: adobe-garamond-pro;
  src: url(fonts/agpi.woff);
  font-style: italic;
}
body {
  font-size: 16px;
  font-family: adobe-garamond-pro;
  line-height: 27px;
}

a {
  color: rgba(173, 151, 110, 1);
}

a:hover {
  color: rgba(40, 45, 53, 1);
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: rgba(40, 45, 53, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: adobe-garamond-pro;
  color: rgba(40, 45, 53, 1);
  font-weight: 400;
}

.btn {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(173, 151, 110, 1);
  color: #fff;
}

.btn:hover {
  background: rgba(173, 151, 110, 1);
  color: #fff;
}

.btn-menu {
  display: none;
}

#pageContent {
  max-width: 1180px;
}

#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: rgba(173, 151, 110, 1);
}

#tabs-product .tabs-container a.btn {
  color: #fff;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: rgba(40, 45, 53, 1);
}
.hd-content {
  background-color: #282d35;
  padding: 0 30px;
}
.main-nav,
.hd-row {
  display: flex;
}
.logo {
  padding-top: 10px;
  padding-bottom: 5px;
  max-width: 70px;
}
.logo img {
  width: 100%;
}
.site-nav {
  flex-grow: 1;
  line-height: 90px;
  margin-left: 30px;
}

.main-nav a {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  display: block;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}
.main-nav a:hover {
  color: #ae996e;
}
.banner img,
.hide-desktop {
  display: none;
}
@media only screen and (min-width: 961px) {
  .has-child {
    position: relative;
  }
  .main-nav .sub-menu {
    width: 200px;
    background-color: #282d35;
    position: absolute;
    top: -9999px;
    left: 0;
    z-index: 110;
    padding: 10px 0;
    margin-top: 1px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .main-nav .sub-menu a{
	  transition:padding-left .3s ease-in-out;
  }
  .main-nav .sub-menu a:hover{
	  padding-left:30px;
  }
  .main-nav > .has-child:hover .sub-menu {
    top: 100%;
    opacity: 1;
  }
  .main-nav .sub-menu a {
    padding: 5px 20px;
    line-height: 19px;
  }
}
.right-content {
  margin-right: 1px;
  line-height: 90px;
}
.right-content a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.right-content a:last-child {
  transform: translateY(2px);
}
.right-content a:last-child:hover {
  color: #aaaaaa;
}
.right-content .btn-shop {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
  background-color: #ad986e;
  border: 1px solid #fff;
  font-weight: 500;
  line-height: 12px;
  padding: 12px 15px;
  letter-spacing: 1px;
}
.banner {
  background: url(images/banner.jpg?v=1.0) no-repeat 100% 50%;
  background-size: cover;
  height: 376px;
}
@media only screen and (max-width: 960px) {
  .hd-content {
    padding: 0;
  }
  .hd-row {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .hd-right {
    padding-right: 30px;
  }
  .logo {
    margin-left: 30px;
    padding-bottom: 10px;
  }
  .site-nav {
    display: none;
    line-height: 1;
    order: 1;
    margin-left: 0;
    width: 100%;
  }
  .main-nav {
    display: block;
    background-color: #fff;
  }
  .has-child,
  .hide-desktop {
    display: flex;
  }
  .has-child {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .sub-menu {
    width: 100%;
  }
  .main-nav > li {
    border-bottom: 1px solid transparent;
  }
  .main-nav a {
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 45px;
    font-family: adobe-garamond-pro;
    color: rgba(33, 33, 33, 1);
  }
  .right-content {
    display: flex;
    align-items: center;
  }
  .right-content .btn-shop {
    margin-right: 15px;
  }
  .sub-menu {
    display: none;
    padding-left: 40px;
    padding-bottom: 15px;
  }
  .main-nav .sub-menu a {
    font-size: 16px;
    color: #757575;
    line-height: 34px;
  }

  .menu-controller {
    width: 50px;
    color: rgb(95, 95, 95);
    font-size: 13px;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
  }
  .menu-controller.open {
    transform: rotate(90deg);
  }
  .icon-arrow-right:before {
    content: "\e6d0";
  }
  /******SPAN BUTTON*****/
  .btn-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: 20px;
  }
  .btn-menu span {
    position: absolute;
    width: 30px;
    display: block;
    height: 2px;
    background: #ae986e;

    transform: translateY(-50%);
    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: #ae986e;
    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)*****/
  
	.ft-nav-wrap a {
		display:inline-block;
	}
}
.footer-container {
	padding:20px 10px 0;
  text-align: center;
  background-color: rgba(247, 247, 247, 1);

  font-family: adobe-garamond-pro;
}
.ft-logo {
  padding-bottom: 30px;
}
.ft-logo img {
  max-width: 208.8px;
}
.ft-motto {
  color: rgba(40, 45, 53, 1);
  font-size: 20px;
  padding-bottom: 32px;
}
.ft-social-nav {
  padding-left: 21px;
}
.ft-social-nav a {
  color: rgba(173, 151, 110, 1);
}
.social-item {
  transition: transform 0.25s ease-in-out;
}
.social-item:hover {
  transform: translateY(-5px);
}
.ft-social-nav a:hover {
  color: rgba(40, 45, 53, 1);
}
.ft-social-nav i {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}
.social-item {
  margin-right: 11px;
  display: inline-block;
}
.ft-nav-wrap {
  padding-top: 22px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  letter-spacing: 1px;
}
.ft-nav-wrap a {
  color: rgba(40, 45, 53, 1);
}
.copyright {
  padding: 10px 0;
  color: #5f5f5f;
  font-size: 18px;
  font-style: italic;
}
.copyright a {
  color: rgba(40, 45, 53, 1);
}
