/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Hide body elements when user is not logged in*/
.not-logged-in .hideLogout {
    display: none !important;
}

/*Def styles*/
.regText {
    color: #6b6b6b;
    font-size: 95%;
    line-height: 1.4;
    font-weight: 300;
}
.regText.dark {
    color: #2e2e2e;
    font-size: 100%;
}

/*Add your own styles here:*/
#prodGrid .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#prodGrid .products .product h2 {
    font-size: 18px !important;
}

.disabled-company-field input[readonly], .disabled-company-field .select2-selection, .woocommerce-EditAccountForm input[readonly] {
    background: #f5f5f5 !important;
    cursor: not-allowed !important;
}

.disabled-company-field .select2-selection {
    pointer-events: none;
}

#shipping_postcode_field, #billing_postcode_field {
    float: left;
}
#shipping_city_field, #billing_city_field {
    float: right;
}
#shipping_postcode_field, #billing_postcode_field, #shipping_city_field, #billing_city_field {
    width: 47%;
    overflow: visible;
    clear: none;
}

.bundle-instance-1 {
    background: #f7f7f7 !important;
}

.bundle-instance-2 {
    background: #f1f1f1 !important;
}

.bundle-instance-3 {
    background: #f7f7f7 !important;
}

.bundle-instance-4 {
    background: #f1f1f1 !important;
}

.bundle-instance-5 {
    background: #f7f7f7 !important;
}

.bundle-instance-6 {
    background: #f1f1f1 !important;
}

.bundle-instance-7 {
    background: #f7f7f7 !important;
}

.bundle-instance-8 {
    background: #f1f1f1 !important;
}

.payment_methods {
    display: none;
}

.woocommerce-account .avia-icon-list li, .woocommerce-cart .avia-icon-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-account .avia-icon-list li article, .woocommerce-cart .avia-icon-list li article {
    flex: 1;
}

.checkoutSubTitle {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 105%;
}

.checkoutSpacer {
    height: 20px;
}

#ship-to-different-address {
    width: 100%;
    margin-top: 0;
}

.checkout .col-1 {
    position: relative;
}

.checkout .col-1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -9%;
    height: 100%;
    width: 1px;
    background: #e1e1e1;
}

.checkout .col2-set .col-1, .checkout .col2-set .col-2 {
    width: 46% !important;
}

.checkout .required {
    display: none;
}

@media (max-width: 575.98px) {
    
    #prodGrid .products .product {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 767.98px) {
    
    #shipping_postcode_field, #billing_postcode_field, #shipping_city_field, #billing_city_field {
        width: 100%;
        clear: both;
        float: none;
    }
    
    .responsive #top .col2-set .col-1, .responsive #top .col2-set .col-2, .responsive .cart-collaterals .shipping_calculator{
        width: 100% !important;
    }
}

@media (min-width: 575.98px) and (max-width: 767.98px) { 
    
    #prodGrid .products .product {
        width: 49.25%;
        margin-bottom: 25px !important;
        margin-right: 1% !important;
    }
}

@media (min-width: 767.98px) and (max-width: 1199.98px) { 
    
    #prodGrid .products .product {
        width: 32.25%;
        margin-bottom: 25px !important;
        clear: none;
        margin-right: 1% !important;
    }
}

@media (max-width: 1199.98px) {
    
    .checkout .col-1::after {
        display: none;
    }
}

@media (min-width: 1199.98px) and (max-width: 1500px) { 
    
}