.home-product-listing-wrap .btn-primary {
  margin-top: 20px;
}
.home-product-listing-wrap .btn-primary span {
  padding-left: 10px;
}

/*
* Newsletter signup form
*/
.form-group-custom {
  float: left;
  padding: 2px;
}
.form-group-custom.large {
  width: 40%;
}
.form-group-custom.small {
  width: 20%;
}
.form-group-custom input[type=text],
.form-group-custom input[type=email] {
  width: 100%;
  padding: 19px 10px;
}
.form-group-custom button.btn {
  width: 100%;
}

/**
* Cookie bar
 */
#cookie-notice {
  width: 450px;
  min-width: 0;
  background-color: white !important;
  border-top: 1px solid #bc9c4e;
  color: black !important;
  display: flex;
  font-size: 12px;
}
#cookie-notice .cookie-notice-container {
  padding: 0;
  -webkit-box-shadow: 0px 0px 15px -6px black;
  -moz-box-shadow: 0px 0px 15px -6px black;
  box-shadow: 0px 0px 15px -6px black;
}
#cookie-notice #cn-accept-cookie {
  background: #bc9c4e;
  width: 25%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-left: 1px solid #bc9c4e;
  height: 100%;
  position: relative;
}
#cookie-notice #cn-accept-cookie span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  left: 0;
}
#cookie-notice #cn-notice-text {
  display: inline-block;
  width: 75%;
  position: relative;
  font-weight: bold;
  height: 100%;
}
#cookie-notice #cn-notice-text img {
  width: 15px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: -3px;
}
#cookie-notice #cn-notice-text a {
  display: block;
  color: #bc9c4e;
  text-transform: uppercase;
  text-decoration: none;
  width: 50%;
  float: right;
  position: relative;
  text-shadow: none;
  border-left: 1px solid #bc9c4e;
  height: 100%;
  padding: 20px 0;
  top: -20px;
}

/**
* Pagination
 */
.woocommerce-pagination .page-numbers {
  border: 0 !important;
}
.woocommerce-pagination .page-numbers li {
  padding-right: 15px !important;
  border: 0 !important;
}
.woocommerce-pagination .page-numbers li a {
  width: 50px;
  height: 50px;
  display: block;
  background-color: white;
  color: #bc9d4e;
  border: 1px solid #bc9d4e !important;
  padding: 13px 15px !important;
  font-size: 18px !important;
  line-height: 19px !important;
}
.woocommerce-pagination .page-numbers li a:hover {
  background-color: #bc9d4e !important;
  color: white !important;
}
.woocommerce-pagination .page-numbers li span {
  font-size: 18px !important;
  width: 50px;
  height: 50px;
}
.woocommerce-pagination .page-numbers li span.current {
  display: block;
  background-color: #bc9d4e !important;
  border: 1px solid #bc9d4e !important;
  padding: 13px 15px !important;
  color: white !important;
  line-height: 19px !important;
}
.woocommerce-pagination .page-numbers li span.dots {
  color: #bc9d4e !important;
  line-height: 19px !important;
  padding: 13px 15px !important;
}

@media screen and (max-width: 900px) {
  #cookie-notice {
    width: 100%;
  }

  #categoryMostPopularWrap #category-most-popular-body .row {
    display: block !important;
  }
  #categoryMostPopularWrap #category-most-popular-body .row .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  #categoryMostPopularWrap #category-most-popular-body .category-most-popular-img-wrap .category-most-popular-img-desc {
    text-align: center !important;
  }
}
@media screen and (max-width: 450px) {
  #cookie-notice #cn-notice-text {
    font-size: 3vw;
  }
  #cookie-notice #cn-notice-text img {
    margin-right: 2px;
  }
  #cookie-notice #cn-accept-cookie {
    font-size: 3vw;
  }
}
.term-description {
  /**margin-bottom: 1.5em;**/
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .term-description {
    height: 68px;
    overflow: hidden;
  }
}
.term-description p {
  font-size: 0.78em;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 21px;
  text-align: justify;
}
.term-description p.text-indent {
  text-indent: 16px;
  margin-top: -10px;
}
.term-description a {
  color: #d3aa59;
}

#termDescriptionReadMore {
  display: block;
  text-align: left;
  color: #c79a46;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.78em;
}
@media (max-width: 575px) {
  #termDescriptionReadMore {
    text-transform: lowercase;
    font-weight: 600;
    text-decoration: underline;
  }
}
@media (min-width: 576px) {
  #termDescriptionReadMore {
    display: none;
  }
}

/*# sourceMappingURL=overrides.css.map */
