/*
Theme Name: Lucy theme
Theme URI: http://www.woof.com.au
Version: 1.0
Description: A child theme that can be used as a starting point for custom development.
Author: Team woof
Author URI: http://www.woof.com.au	
template: bb-theme
*/

/* Add your custom styles here... */


.woocommerce table.shop_table{
    background-color: black !important;
    color: white;
    border: 2px solid white !important;
    border-radius: 2px;
}
.woocommerce table.shop_table thead{
    text-transform: uppercase;
}
.woocommerce-cart-form__cart-item.cart_item{
    font-weight: bold;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
    background-color: transparent !important;
    color: white !important;
    border: thin solid;
    border-radius: 2px;
}

.woocommerce button.button:disabled{
    background-color: transparent !important;
    color: white !important;
    border: thin solid white;
    border-radius: 2px;
}
.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2{
    color: white !important;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
}
.cart-subtotal,.order-total{
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ac0211 !important;
    border: 1px solid #430505;
}
.woocommerce-cart table.cart img{
    width: 65px;
}
.woocommerce-message{
    background-color: black;
    color: white;
    border: thin solid;
}
#calc_shipping_country_field, #calc_shipping_city_field, #calc_shipping_postcode_field{
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: white;
    color: black;
}
.woocommerce-cart button.button{
    background-color: #ac0211 !important;
    border: 1px solid #430505;
    color: white;
    font-weight: bold;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.woocommerce-cart button.button:hover{
    background-color: #ac0211 !important;
    border: 1px solid #430505;
    color: white;
}

.woocommerce-page a.button{
    text-transform: capitalize !important;
}
.woocommerce-shipping-totals.shipping th{
    text-transform: uppercase !important;
}

.woocommerce-billing-fields{
    color: white !important;
}
.woocommerce form .form-row input.input-text{
    border-radius: 2px;
}
.select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border-radius: 2px;
    color: white;
}
.woocommerce #order_review, .woocommerce-page #order_review{
    background-color: transparent !important;
}
.woocommerce h3{
    color: white;
}

.woocommerce-billing-fields h3{
    margin-top:40px;
    font-family: Teko, sans-serif;
    text-transform: uppercase;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    width:48%;
    float:left;
}
.woocommerce .col2-set .col-1{
    width: 100%;
    float: left;
}
#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{
    float:left;
    width:48%;
    margin-left:2%;
}

.woocommerce #order_review .shop_table, .woocommerce-page #order_review .shop_table{
    background-color: white !important;
    color: black !important;
}
.woocommerce #payment, .woocommerce-page #payment{
    border-radius: 2px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #ac0211 !important;
}

@media only screen and (max-width: 425px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set{
        width:100%;
        float:left;
    }
    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{
        float:left;
        width: 100%;
        margin-left:2%;
    }
}

h3#order_review_heading{
    text-transform: uppercase;
    font-family: Teko, sans-serif;
}

