/* *{
    outline: 1px dashed red;
} */
.btn.btn-primary,
.btn.btn-info,
.button.button-success,
button.block{
    background-color: #3b6ab2 !important;
    border-color:  #3b6ab2 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 8px 20px !important;
}
.category-image-container img,
.product-image-container img,
.category-image img {
}
header nav#naver,
.header-sale,
div#nav-sale,
#mySidenav > div:nth-child(1) {
   /* background-color:  #3b6ab2 !important;*/
}
.featured-section-title a, .blockachat.block {
    color:  #3b6ab2 !important;
}
.product-content {
    padding-bottom: 0 !important;
}
.cart-product-desc-list.highlight {
    max-height: 100% !important;
}
.body-seller {
    margin-top: 110px !important;
}
.body-seller input, .body-seller select{
    height: 42px!important;
}
.order-liste nav{
    margin-bottom: 30px;
}
p.list-product-desc {
    margin-bottom: 0 !important;
}
div.quantity_custom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 11px 0;
}
.order-liste .container-fluid > div.row{
    display: flex;
    flex-direction: column;
}
@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
    .body-seller {
        margin-top: 110px !important;
        width: 96%;
        margin: auto;
    }

    #cart_item_table tr {

        max-width: 75% !important;
        width: 100%  !important;
    }
    .header-sale .main-page div.menub {
        width: 56%!important;
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    input.itemQty.in-num{
        font-size: 14px !important;
        padding: 0 !important;
        height: 81% !important;
    }
    div.body-seller div.seler-search{
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    div.body-seller div.seler-search > form{
        margin-bottom: 18px !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    .card-body .fa-chevron-down,.card-body .fa-chevron-up {
        position: absolute !important;
        right: 18px!important;
        line-height: 30px !important;
    }
    .profile-edit .card.card-info {
        margin-top: 120px!important;
    }
    .menu-footer-mobile {
        border-radius: 0 !important;
    }
    .menu-footer-mobile .navbar-nav {
        justify-content: space-between !important;
    }
    .menu-footer-mobile .page-link-home {
        padding-bottom: 0;
        background-color: #3b6ab2 !important;
    }
}
