/* Messages */
@import url("./lib/jquery.jgrowl.min.css");
div.jGrowl > .ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}
.ms2-message-success { background-color: green !important; }
.ms2-message-error { background-color: brown !important; }
.ms2-message-info { background-color: black !important; }
/* Cart */
#msCart th, #msCart td { text-align: center; line-height: 30px; }
#msCart .title { text-align: left; }
#msCart th.total { text-align: right; padding-right: 5px; }
.js #msCart [type="submit"][value="cart/change"] { display: none; }
#msMiniCart { font-size: 18px; display: inline-block;}
#msMiniCart h5 { margin: 0; }
#msMiniCart .empty { display: block; }
#msMiniCart .not_empty { display: none; }
#msMiniCart.full .empty { display: none; }
#msMiniCart.full .not_empty { display: block; }
/* Product */
.ms2_product { margin-bottom: 10px; }
.ms2_product .price { padding-left: 50px; padding-right: 30px; }
.ms2_product .old_price { padding-right: 30px; }
.ms2_product .tags, .ms2_product .color, .ms2_product .size { padding-right: 20px; font-size: 0.9em; }
@media (min-width: 768px) {
    #msProduct .input-sm { max-width: 50%; }
}
#msProduct .old_price, #msCart .old_price, .ms2_product .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through;
}
/* Order */
#msOrder { margin-top: 50px; }
#msOrder .radio { min-height: 30px; margin-bottom: 10px; }
#msOrder .radio img { max-height: 30px; margin-top: -2px; padding: 0 10px; }
#msOrder .required-star { display: none; }
#msOrder .required .required-star { display: inline; }
#msOrder .error { border: 1px solid brown !important; }
#msOrder .required-star { color: brown; }
/* Logs */
.msProductsLog, .msGalleryLog, .msCartLog, .msOrderLog, .msGetOrderLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.form-horizontal {
    word-spacing: -0.36em;
}

.form-horizontal .row {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.form-group {
    width: 100%;
    margin-bottom: 10px;
}

.form-group label {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.form-group .col-sm-6 {
    display: inline-block;
    width: 340px;
    vertical-align: middle;
}

.form-group .row .col-md-4 {
    margin-bottom: 10px;

}

.form-group input {
    padding: 5px 10px;
    height: 40px;
}

.form-group input, .form-group textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcdc; 
}

.checkbox label {
    width: 100%;
}
.checkbox input{
    height: 16px;
    width: 16px;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.button {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 200px;
    color: #000;
    background: #76c043;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: background .3s;
}