.col-md-6 img {
    opacity:0;
}

#innerWrapper > .row {
    margin-bottom: 40px;
}

#innerWrapper > .row h2 {
    text-align: left;
    text-transform: uppercase;
}

.col-md-6 ul {
    margin-bottom: 40px;
}

#buynow {
    padding: 10px 40px;
    background-color: #215396;
    color: white;
    text-decoration:none;
    border: 1px solid #215396;
}

#buynow:hover {
/* 
    background-color:#B28879;
 */
    background-color: white;
    color:#215396;
    transition: .3s all ease;
}

.fullwidth {
    width: 100%;
    text-align: center;
}

.fullwidth p {
    text-align: left;
}

#menu {
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    margin: 0 15px 40px;
/* 
    border-top: 1px solid #B28879;
    border-bottom: 1px solid #B28879;
 */
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    padding: 10px 0;
    text-align: center;
}

#menu a {
    text-transform: uppercase;
/* 
    color: #855C4D;
 */
    color: #215396;
    font-weight: normal;
    padding: 5px 20px;
    text-decoration:none;
}

#menu a:first-child {
}

#menu a.active, #menu a:hover {
/* 
    background-color: #B28879;
 */
    background-color: #215396;
    color: #f4e9e3;
    transition: 0.3s all ease;
}


.snip-layout .snip-header h2#snipcart-title {
    text-shadow: none;
}

.snip-layout h2.snip-product__name {
    text-align: left;
}


