/*
* 版型新定義CSS
*/

/* header */
.toparea{
    background-color: #333;
}

/* Menu */
    nav.navbar.navbar-dark {
        background-color: #d72219;
    }
    nav.navbar.navbar-dark ul.nav > li > a {
        color: #fff;
        font-size: 18px;
    }
    .navbar .navbar-toggler {
        color: #fff;
    }
    nav.navbar.navbar-dark .navbar-collapse .wrap-full-menu, nav.navbar.navbar-dark.top-nav-collapse {
        background-color: #d72219;
    }

/* index */
.half-column-wrapp {
    background: #FFF;
    color: #bababa;
}
.half-column-wrapp .half-column {
    background: #FFF;
}

/* page */
.inner-head {
    color: #333;
    background: url() center no-repeat;
    background-color: #F3F3F3;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.page_header{
    color: #333;
}
.breadcrumb > li a {
    color: #333;
}

/* Cart ICON */
.cart_icon {
    display: none;
    text-decoration: none;
    z-index: 600;
    position: fixed;
    
    bottom: 110px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    padding-top: 8px;
    width:40px;height:40px; 
    border-radius:999em;
    background-color:#FFF;
}
#cart_icon {
    position: absolute;
    top: -10px;
    right: -12px;
    z-index: 0;
}
#cart_icon_quantity {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    background: #fd4646;
    vertical-align: top;
}
#cart_icon_quantity span {
    display: block;
    color: #FFFFFF;
    height: 20px;
    line-height: 23px;
    text-align: center;
}

/* login、register */
.has-feedback i {
    right: 15px;
}
   
/* footer */    
footer {
    color: #bababa;
    padding-top: 50px;
    background: #fff;
    background-color: #f3f3f3;
}

.footer-logo {
    height: 85px;
    margin-bottom: 15px;
}

.styled-table tbody{
    vertical-align: middle;
}
.styled-table tbody tr td{
    vertical-align: middle;
}

/* 圖文編輯器圖片尺寸 */
.editor_img_size img{
    max-width: 100%;
    height: auto !important;
}

/* 大於992px以上的尺寸 */
@media (min-width: 992px){
    /* logo */
    .logo_img{
        max-width: 77px;
    }
}

/* 大於768px，小於911.99之間的尺寸，適用於平板 */
@media (min-width: 768px) and (max-width: 991.99px) { 

}

/* 大於576px，小於767.99之間的尺寸，適用於手機橫式時 */
@media (min-width: 576px) and (max-width: 767.99px) { 

}

/* 小於575.99的尺寸，適用一般手機 */
@media (max-width: 575.99px){ 
    /* logo */
    .logo_img{
        max-width: 50px;
    }
    
    /* footer */
    .footer_news_width{
        width: 100% !important;
    }

}

/* 大於400px，小於575.99之間的尺寸，適用5.5吋左右螢幕，如iphone plus */
@media (min-width: 400px) and (max-width: 575.99px) { 

}

/* 大於370px，小於399.99之間的尺寸，適用4.8吋左右螢幕，如iphone*/
@media (min-width: 370px) and (max-width: 399.99px) { 

}

/* 大於370px，小於399.99之間的尺寸，適用4.7吋左右螢幕，如note4*/
@media (min-width: 350px) and (max-width: 369.99px) { 

}

/* 小於349.99的尺寸 */
@media (max-width: 349.99px){


