/* RESPONSIVE CSS
------------------------------------------------------------- */
/* order-jf
------------------------------------------------------------- */
.cart-view .cover {
    width: 150px;
}

.cart-view .price, .cart-view .total {
    text-align: right;
}

.cart-view .total {
    font-weight: bold;
}

/* Customization
------------------------------------------------------------- */
#main-wrapper .row {
    margin-bottom: 60px;
}

#main-wrapper .row .row {
    margin-bottom: 0px;
}

#main-wrapper .row-wh1 {
    margin-bottom: 10px;
}

#navbar-wrapper.nav-sm {
    margin-bottom: 30px;
}

#navbar-wrapper.nav-sm .row {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    #main-wrapper .col {
        margin-bottom: 20px;
    }
}

.caret {
    padding-top: 2px !important;
}


.wbann {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.wbann .bckgrd {
    padding: 0px;
    background-color: rgba(100,100,100,0.4);
}

.wbann h2 {
    font-weight: bold !important;
    background-color: #dedede;
    color: #ffffff;
    padding: 5px;
}

.wbann p {
    font-weight: bold !important;
    padding: 5px;
}





