/* C7 Integration CSS */
#c7-content{
  padding: 1rem 2.892vw;
}
h1.c7-h1{
  font-family: baskerville;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .75px;
  text-align: center;
  text-transform: uppercase;
}
/* SHOP PAGE */
.c7-btn.c7-btn--primary,
.c7-btn.c7-btn--primary--small{
  color: #000;
  background-color: #fff;
  border: #5f5921 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  padding: 9px 20px;
  min-width: 134px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-align: center;
}
.c7-btn.c7-btn--primary > span,
.c7-btn.c7-btn--primary--small > span{
 color: #000; 
}
.c7-btn.c7-btn--primary:not([disabled]):active,
.c7-btn.c7-btn--primary:not([disabled]):focus,
.c7-btn.c7-btn--primary:not([disabled]):hover,
.c7-btn.c7-btn--primary--small:not([disabled]):active,
.c7-btn.c7-btn--primary--small:not([disabled]):focus,
.c7-btn.c7-btn--primary--small:not([disabled]):hover{
  background-color:#5f5921;
  color: #fff;
}
.c7-btn.c7-btn--primary:not([disabled]):active > span,
.c7-btn.c7-btn--primary:not([disabled]):focus > span,
.c7-btn.c7-btn--primary:not([disabled]):hover > span,
.c7-btn.c7-btn--primary--small:not([disabled]):active > span,
.c7-btn.c7-btn--primary--small:not([disabled]):focus > span,
.c7-btn.c7-btn--primary--small:not([disabled]):hover > span{
 color:#fff; 
}
.c7-product-collection .c7-product{
  flex-wrap: wrap;
  background: transparent;
}
.c7-product-collection__products--featured .c7-product{
  background: transparent;
}
.c7-product-collection .c7-product__image{
  flex: 0 0 80%;
  width: 80%;
  min-width: 80%;
  max-width: 90%;
  margin: 0 auto;
  clear: both;
  justify-content: center;
}
.c7-product-collection .c7-product__title{
  font-family: gill-sans-nova, sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333;
  text-align: center;
}
.c7-product-collection .c7-product__teaser,
.c7-product-collection .c7-product__teaser > p{
  font-family: gill-sans-nova, sans-serif;
  font-size: 13px;
}
.c7-product-collection .c7-form.c7-product__add-to-cart{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.c7-product-collection .c7-form.c7-product__add-to-cart .c7-product__add-to-cart__price,
.c7-product-collection .c7-form.c7-product__add-to-cart .c7-product__add-to-cart__price > span,
.c7-product-collection .c7-form.c7-product__add-to-cart .c7-product__add-to-cart__price > span.c7-product__add-to-cart__price__variant{
  font-family: baskerville;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: .9px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.c7-form.c7-product__add-to-cart .c7-form__field input[type="text"]{
  border: #5f5921 1px solid;
}
/* PRODUCT PAGE */
.c7-product-detail .c7-product__details{
  width: 100%;
}
.c7-product-detail .c7-product__details .c7-product__title > h1{
  text-align: left;
}
.c7-product-detail .c7-product__details .c7-product__add-to-cart__price{
  font-family: baskerville;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .75px;
  text-align: left;
}
.c7-product-detail .c7-product__image{
  flex: 0 0 40%;
}
.c7-product-detail .c7-product__details .c7-product__content,
.c7-product-detail .c7-product__details .c7-product__content p{
  text-align: left!important;
}
/* CLUBS */
.c7-club__details .c7-h2{
  font-family: baskerville;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
/* PROFILE & LOGIN */
#profile{
  margin-top: 100px;
}
.c7-form.c7-form--login > h1,
#profile .c7-form > h1{
  font-family: baskerville;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .75px;
  text-align: center;
  text-transform: uppercase;
}
/* COMMERCE7 WIDGETS */
#c7_nav_widgets{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  padding: 0;
}
#c7_nav_widgets > .shopping-cart{
  padding: 0 18px;
}
.c7-user-nav__account__dropdown{
  left: 0;
}
.c7-user-nav__cart__count{
  background: #5f5921;
}
.c7-buy-product{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 6rem;
}
.c7-buy-product > form.c7-product__add-to-cart > .c7-product__add-to-cart__price{
  font-family: baskerville;
  font-size: 18px;
  letter-spacing: 0.9px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.c7-notice{
  text-align: center;
}