*[class^='c7-'] a {
    color: #2a2a2a !important;
}

*[class^='c7-'] a:hover {
    color: #999 !important;
}

.c7-checkout__header__logo {
    margin: -100px auto;
    width: auto;
}
 
.c7-product-collection {
    flex-direction: column;
    max-width: 100rem;
}

.c7-product--featured {
    background: none;
    border: none;
    padding: 0;
    align-items: start;
}

.c7-product {
    border-top: solid 1px #2a2a2a;
    width: 100%;
}

.c7-product__photo {
    margin-top: 1em;
}

.c7-product__title {
    font-weight: 400;
    text-transform: none !important;
    margin-top: 2rem !important;
    
}

.c7-product__title a {
    text-decoration: none !important;
}

.c7-product__info {
    padding-left: 1rem;
}

.c7-product-collection .c7-product__variant {
    display: flex;
}

.c7-product-collection .c7-product__variant__price { 
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.c7-product-collection .c7-product__variant__price:before {
    content: "Price:";
    font-weight: 700;
    padding-right: 5px;
}
.c7-product-collection .c7-product__variant__price:after {
    content: "/ Bottle";
    padding-left: 5px;
}

.c7-product-collection .c7-product__variant__add-to-cart {
    margin-left: 1rem;
    align-items: center;
}

.c7-product-collection .c7-product__variant__add-to-cart label {
    margin:0;
}

.c7-product-collection .c7-product__variant__add-to-cart button {
    font-size: inherit;
    height: 35px;
}

.c7-product-collection .c7-product__variant__add-to-cart:before {
    content: "Qty.";
    font-size: 14px;
}

.c7-product-collection .c7-product__variant__add-to-cart input[type="text"] {
    height: 35px;
    margin-right: 1rem;
    margin-left: 1rem;
}

a.c7-button-alt {
    color: #999 !important;
    text-decoration: none !important;
}
a.c7-button-alt:hover {
    color: #2a2a2a !important;    
}

#c7-content a, .c7-checkout a, .c7-checkout-template a {
    cursor: pointer;
    text-decoration: underline;
}

a.c7-button-small, a.c7-button {
    color: #fff !important;
    text-decoration: none !important;
}

a.c7-button:hover, a.c7-button-small:hover {
    color: #fff !important;
}

.c7-checkout__content__title__pickup {
    font-size: 18px !important;
}

.c7-checkout__content__title a  {
    font-size: 15px;
}

.c7-form .label {
    color: #2a2a2a !important;
    font-size: 15px;
}

.c7-checkout__content__radio-options-group > div {
    padding-left: 30px !important;
}

.c7-form>div .c7-button-alt-small {
    top: 0 !important;
}

.c7-product__title.c7-title {
	text-decoration: none !important;
}

.c7-message--club-note p {
    margin-bottom: 30px;
}