/* ==================================================================================================================================================== */
/* =====| General |==================================================================================================================================== */
/* ==================================================================================================================================================== */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#wrapper {
       min-height: 100%;
    position: relative; 
}

.content {
    padding: 0 0 55px 0;
}


.navbar-brand {
    height: 70px;
    padding: 10px 15px;
}

.navbar-nav {
    margin: 12px 0 0 0;
}

.page-header {
    margin-top: 70px;
}

footer {
    background-color: #F5F5F5;
    bottom: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 60px;
}

.container .text-muted {
    margin: 18px 0 20px;
}

.qty-field {
    width: 70px;
}

.shopping_cart form.processing input {
    margin-bottom: 2px;
}
.shopping_cart form.processing input, .shopping_cart form.processing textarea {
    border: 1px solid #333333;
    border-radius: 0;
    padding: 5px;
    width: 100%;
}

.shopping_cart form.processing input, .shopping_cart form.processing select {
    border: 1px solid #333333;
    border-radius: 0;
    padding: 5px;
    width: 100%;
}

.shopping_cart form.processing .btn_send {
    float: right;
    font-weight: bold;
    padding: 10px 20px;
    width: auto;
}

.content .content_text.profile form .control-group {
    margin-bottom: 20px;
}

.select_country,.select_state {
    width: 175px;
}