.footer-dark {
  /*padding: 50px 0;*/
  color: #f0f9ff;
  background-color: #2A2623;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.g-main-brown {
  color: rgb(180,146,118);
  border-color: rgb(180,146,118);
}

@media (max-width: 991px) {
  .g-mnp {
    width: 100%;
    background-color: rgb(231,231,231);
    display: flex;
    padding: 0.5vw 0.5vw;
  }
}

@media (min-width: 992px) {
  .g-mnp {
    width: 100%;
    background-color: rgb(231,231,231);
    display: flex;
    padding: 0.1vw 0.5vw;
  }
}

.g-small-text {
  font-size: 0.8vw;
  line-height: 0.2vw;
}

@media (max-width: 991px) {
  .qty .minus2 {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 8vw;
    float: left;
    height: 6vw;
    position: relative;
    bottom: 3.5vw;
    left: 1vw;
  }
}

@media (min-width: 992px) {
  .qty .minus2 {
    cursor: pointer;
    display: inline-block;
    /*vertical-align: top;*/
    /*text-align: center;*/
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 1.5rem;
    float: left;
  }
}

@media (max-width: 991px) {
  .qty .plus2 {
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    font-size: 5vw;
    position: relative;
    bottom: 1vw;
    right: 1vw;
    height: 3vw;
  }
}

@media (min-width: 992px) {
  .qty .plus2 {
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
  }
}

@media (min-width: 1901px) {
  html {
    font-size: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1900px) {
  html {
    font-size: 1vw;
  }
}

