.form_div_1 {
    width: 90%;
    max-width: 600px;
   
    
}

/* Top Navigation */
.navbar-inverse {
    background-color: #267528;
    border: 0px; 
    height: 50px;
    padding: 0;
}
.navbar-inverse .navbar-brand {
    color:  #ECF39E; /* #dcc813; */
}
.top-nav {
    
    padding: 0 15px 0 0;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #a6dab2;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}


/* order sidebar */

#sidebar-wrapper {
    background: #90A955;  /* #8a6d3b; */
    border: 1px solid #39813B; /* #75561f; */
}

.sidebar-nav li a {
    color: #4E3810;
    padding: 0px;
}
.sidebar-nav li {
    border-bottom: 1px solid #39813B; /* #75561f; */
}

/*修正動態彈出視窗關閉按鈕*/
.modal .close {
    font-size: 40px;
}


@media (min-width: 768px){
    /* 管理介面左邊導航欄 */
    .side-nav {
        width: 120px;
    }
    #wrapper {
        padding-left: 125px; 
        
    }
    .portfolio-item {
        height: 550px;
        overflow-y: hidden;
    }
}
@media (max-width: 767px){
    .portfolio-item {
        height:auto;
        margin-bottom: 30px;
    }
    h3, h4 {
        font-size: 14px;
    }
    .goods_section{
        padding-top: 30px;
    }
}


.order_form td{
    font-size: 22px;
    border: 1px solid #000 !important;
}

.searchInfo-div{
    display: none;
}

.can_input_int input, .can_input_text input{
    max-width: 80px;
    
}
.btn {
    margin: 2px;
}

/*為了商品齊高
.row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    }
.row [class="col-"]{
    display: flex;
    flex-direction: column;
}
*/

#cart_btn{
    position: fixed;
    right: 15px;
    top: 50px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
}
#cart_btn #cart_count_N{
    position: absolute;
    right: 5px;
    bottom: -10px;
    color:red;
}