/*
Hide a card button from header and footer menu
*/
#menu-footer-menu .mobile-mini-cart, #menu-primary-menu .mobile-mini-cart {
    display: none !important;
}

/*
 * Change default theme footer color
 */
body>footer {
    color: #efefef;
    background: #003d54;
    margin-top: 50px;
    padding: 10px 0 10px 0;
}

/* 
 * Delete after Breadcrumbs
 */
div.spr:nth-child(3) {
    display: none;
}

/*
 * Delete border over Breadcrumbs
 */
.brd .wrp {
	box-shadow: none;
	padding: 0 20px;
}

/*
 * Delete border over Page Article
 */
.bSe.fullWidth article {
	box-shadow: none;
}

/*
 * Arange checkout first and last name in same row
 * first row: #billing_company_field, #billing_address_1_field, #billing_city_field, #billing_postcode_field, #billing_email_field,
 * second row: #billing_country_field, #billing_address_2_field, #billing_state_field, #billing_phone_field, #woocommerce_eu_vat_number,
 */
@media (min-width:768px) {
   #billing_first_name_field, #billing_address_1_field, #billing_postcode_field, #billing_email_field,
   #shipping_first_name_field, #shipping_company_field, #shipping_address_1_field, #shipping_city_field {
        width: 47.0588235294%;
        float: left;
        margin-right: 5.8823529412%;
        clear: both
    }
    #billing_last_name_field, #billing_address_2_field, #billing_phone_field, #woocommerce_eu_vat_number,
    #shipping_last_name_field, #shipping_country_field, #shipping_address_2_field, #shipping_state_field {
        width: 47.0588235294%;
        float: right;
        margin-right: 0
    }
  #order_comments {
    height: auto !important;
  }
}
