.genesis-nav-menu .menu-item{text-align: center;}

select#size {
    height: 45px;
    padding: 0 0 3px 0px;
}
span.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.price::after {
    font-weight: bold;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #000;
    color: #fff;
}

.second_content img {
    padding: 35px 0px 0px 0px;
}

.price {
    float: left;
}
p.custom_text {
    width: 288px;
    float: left;
    border-left: 1px solid #ccc;
    margin: -18px 0px 0px 23px;
}

@media (max-width: 800px){
p.custom_text {
    width: 100%;
    float: left;
    margin: 0;
    border-left: 0px;
}
select#size {
    height: 45px;
    padding: 1px 0px 1px 11px;
    font-size: 13px;
}
}
.second_content img {

    border-top: 1px solid #eee;
    width: 337px;
    margin-top: 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    font-size: 24px;
}
button.single_add_to_cart_button.button.alt {
    background: green;
}