/*
Theme Name: Effing Seafood
Template:  generatepress
*/

.products .quantity span.vct-input-qty-control {
    height: 33px;
    width: 33px;
    background: var(--e-global-color-secondary);
    margin: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 700;
        cursor: pointer;
        padding: 5px;
}

.products .quantity {
    float: none !important;
    display: flex;
    width: 50%;
}
.products .cart-btn {
    width: 35px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.products .quantity .input-text.qty {
    padding: 0;
    height: 33px;
    width: 46px;
    appearance: none;
    margin: 0 8px !important;
    font-size: 15px;
    text-align: center;
    padding-left: 10px;
}

.products li.product-type-simple .cart-btn button {
    width: 33px !important;
    height: 33px !important;
    background: var(--e-global-color-primary) !important;
    margin: 0 !important;
    background-image: url(/wp-content/uploads/bag-cart.png) !important;
    background-repeat: no-repeat !important;
    background-size: 55% !important !important;
    background-position: center !important;    
}

.products h4.product-category-o {
    font-size: 15px;
        margin: 0;
        padding: 0 10px;
        
}
.products  form.cart {
    display: flex;
}

#t_products_cat_list .shop_loop_cart_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;    
}

#t_products_cat_list .shop_loop_cart_c .button {
    width: 35px;
    height: 35px;
    text-indent: -99999px;
    background-image: url(https://www.effingseafoods.com/wp-content/uploads/bag-cart.png) !important;
    background-color: #0e6658;
    background-repeat: no-repeat;
    background-size: 64%;
    background-position: center;
    margin: 0;
    max-width: 30%;
        padding: 0 !important;
}

#t_products_cat_list .shop_loop_cart_c .quantity {
    width: 70%;
    align-items: stretch;
}

#t_products_cat_list .shop_loop_cart_c .quantity input {
    width: 45px;
    height: auto;
    text-align: center;
}
#t_products_cat_list .shop_loop_cart_c a.added_to_cart {
    width: 100%;
    padding: 10px;
    background: #1e6659;
    color: #fff;
    text-align: center;
    margin: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}