/* here you can put your own css to customize and override the theme */
.sidebar ul.dropdown-menu  {
    text-transform: none !important;
}

.pre-header, .header, .title-wrapper, .pre-footer, .footer {
    width: 1170px !important;
    margin: auto;
}

.header .container {
    padding-left: 0 !important;
}
.title-wrapper {
}

body {
    background-color: #021239 !important;
}

.main {
    width: 1170px !important;
    margin: auto;
    background-color: #ffffff !important;
}

.main .container {
    padding: 15px !important;
    background: #f9f9f9 none repeat scroll 0 0;
}

.title-wrapper {
    background: #b42324 !important;
    mmmmargin: -23px 0 0 !important;
    min-height: 200px;
    padding-top: 39px;
}

.site-logo {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.product-list .product-item {
    min-height: 302px !important;
}

.product-list .product-item.list {
    min-height: inherit !important;
}

.categories-list .product-item {
    min-height: 369px !important;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
}

.alert-success {
    background-color: #26c281;
    border-color: #187749;
    color: #fff;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.content-search input {
    color: #333;
}

.fontem08 {
    font-size: 0.8em;
}


.fontem09 {
    font-size: 0.9em;
}