@charset "UTF-8";
/* CSS Document */
/* media用法  https://getbootstrap.com/docs/4.0/layout/overview/  */
/* 選色工具  https://mdn.mozillademos.org/zh-TW/docs/Web/CSS/CSS_Colors/Color_picker_tool$samples/ColorPicker_Tool?revision=964485  */


.top_line_slogan {
		/*display: block;*/
        font-size:18px;
        font-weight: 400;
}

.footer_line_slogan {
        font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
        font-size:24px;
        line-height: 40px;
    }

#footer_company {
    font-size: 50px;
    color: #FCA623; 
    font-weight: 700; 
    padding-top: 20px;
}

#product_title {
    font-size: 26px;
    color: #623A21;
}


@media (max-width: 640px) {	
	.top_line_slogan {
		/*display: none;*/
        font-family: "Arial Narrow", Trebuchet MS;
        font-size:12px;
	}

    .footer_line_slogan {
        font-size:18px;
    }

    #footer_company {
        font-size: 35px;
        font-weight: 500; 
    }

    #product_title {
        font-size: 20px; 
    }
}


/* carousel block */
/* Make the image fully responsive */
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

/*for ie10 、 ie11*/
/*https://ithelp.ithome.com.tw/articles/10196809*/
/*https://blogs.msdn.microsoft.com/msdntaiwan/2016/03/08/modern-compatibility-five-steps/*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .carousel-caption {
        top: 60%;
    }
}
/*原設定 992,991改 768,767*/
@media (min-width: 768px) {
  .carousel-inner img {
      width: 100%;
  }
}
@media (max-width: 767px) {
    .carousel-caption {
        top: 25%;
    }
}
@media (min-width: 992px) {
     /* 下滑時選單下移*/
    .sticky .main-menu {
        padding-top: 10px;
    }

    /* 下滑時子選單下移,最上方的設定在style.css */
    .sticky .main-menu ul ul, .main-menu ul li .menu-wrapper {
        margin-top: 8px; 
    }

    .carousel_block {
        background-color: rgba(39, 83, 39, 0.6);
        margin: auto;
        width: 50%;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    /*改小logo*/
    #logo_home h1{ 
        height: 35px !important;
    }

    .carousel_block {
        background-color: rgba(39, 83, 39, 0.6);
        margin: auto;
        width: 90%;
        padding: 10px;
    }

    #AppstwCarousel {
        margin-top: -10px;
    }
    
    #index_slide {
        margin-top: -35px;
    }
}

     #hide-img{
        display:block;
    }

@media (max-width: 991px) {
    .carousel-inner{
      width:100%;
      max-height: 460px !important;
    }

    /*預設10px, 手機板上方選單加大*/
    header {
        padding:10px; 
    }

    /*平板,手機更換logo*/
    header.sticky #logo_home h1 a{  
	    background-image:url(../logo/logo_phone.png?02) !important;  
    }
    header#plain #logo_home h1 a{
	    background-image:url(../logo/logo_phone.png?02) !important;    
    }
    header.sticky#colored #logo_home h1 a{
	    background-image:url(../logo/logo_phone.png?02) !important;
    }
    /* 下移logo變小*/
    header.sticky #logo_home h1 a {
        background-size: auto 30px !important;
    }

    /* 首頁最新消息圖片隱藏*/
     #hide-img{
        display:none;
    }
}

.carousel_block_title {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

/* 螢幕寬大於992px,768px選單顯示 */
@media (min-width: 992px) {
    .main-menu {
        width: auto;
        float: right;
        left: auto;
        right: 0;
        /*margin-top: -6px;*/ /*整排選單上移*/
    }
        /* 桌機螢幕 選單靠右,增加float:right;left:auto;right:0; */

    .main-menu > ul > li > a {
        padding-top: 12px;
        padding-bottom: 10px;
        border-radius: 5px;
    }

    .parallax-window {
        margin-top: 80px;
    }
}

@media (min-width: 601px) {
    .pw-pc {
        display: block;
    }
    .pw-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .pw-pc {
        display: none;
    }
    .pw-mobile {
        display: block;
    }
}

.main-menu > ul > li:hover > a {
    color: white!important;
    background-color: #234840;
}

.main-menu > ul > li.current > a {
    color: white!important;
    background-color: #234840;
}


/* 背景底圖 https://coolbackgrounds.io/ */
.index-marketing-section {
  background: url("../img/bg/bg-c01.png?1") center center no-repeat local;
  background-size: cover;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}
    /* #FFFFFF白; #000000黑*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.box_style_1 h3 a {
    color:#fff;
}

.feature i {
    padding-top: 3px;
    padding-left:3px;
}

.li_link a:hover {
    color:#E75967;
}

.feature_home i {
    padding-top: 5px;
    padding-left:3px;
}

/* 區塊背景顏色 */
.bg_color_1 {
    background-color:  #f3f3f3;
}

/*選單文字大小(桌機.手機都要改)*/
.main-menu ul li a {
    font-size: 1.4em;
}
/* 子選單 */
.main-menu ul ul li a {
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #ededed;
    display: block;
}
/*子選單字大小*/

/* 頁首line link */

.line_link {
    color: white;
}

    .line_link:hover {
        color: #E75967;
    }

    .line_link_gray,
    .line_link:after,
    .line_link:before {
        color: #5E5E5E;
    }

        .line_link_gray:hover {
            color: #E75967;
        }

.mail_link,
.mail_link:after,
.mail_link:before {
    color: #E75967;
}

.mail_link:hover {
    color: black;
}

.link_white,
.link_white:after,
.link_white:before {
    color: white !important;   
}

/* 表單填寫 */

.form-control {
    font-size: 1em;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

input:focus { 
    outline: none !important;
    border-color: #B7550F !important;
    box-shadow: 0 0 10px #B7550F !important;
}
select:focus { 
    outline: none !important;
    border-color: #B7550F !important;
    box-shadow: 0 0 10px #B7550F !important;
}

textarea:focus { 
    outline: none !important;
    border-color: #B7550F !important;
    box-shadow: 0 0 10px #B7550F !important;
}
/* footer */

.yellowtail { /* footer公司名 */
    font-family: 'Yellowtail','Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei';
    font-size: 1.6em;
}

.footer_title { /* footer公司名 */
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
    font-size: 1.4em;
}

footer#pattern_appstw {
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.55)), url(../img/bg/footer_bg.jpg?1);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
}

footer ul li a {
    font-size: 1.1em;
}

footer ul li a:focus {
    color: #fff;
}

.footer-links ul > li {
    padding: 13px 0;
    border-bottom: 1px solid #bababa;
    line-height: 24px;
}

.footer-links li {
    padding-bottom: 7px;
}

.footer_company {
    display: block;
    position: relative;
    color: #fdf7ac;
    font-size: 15px;
    margin: 5px 0;
}

.footer_company:hover {
    color: #fff;
}

.footer_company:focus {
    color: #fdf7ac;
}

.widget-links ul li:before, .widget-links ul li:before {
                content: "\e898";
	            font-style: normal;
	            font-weight: normal;
	            font-family: "fontello";
                color: #FAFAFA;
                padding-right: 5px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

.widget-links ul li {
            font-size: 14px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
            padding-bottom:7px;
        }

.contact-us {
            font-size: 15px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
             padding-bottom:2px;
}


/**/
.box_grid1 {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

/* #FFFFFF白; #000000黑*/
 .box_grid1 a {
        color: #B7550F !important;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        outline: none;
    }

 .box_grid1 a:hover, a:focus {
        color: #000000;
    }

    .box_grid1 .wrapper {
        padding-top: 25px;
        padding-left:25px;
        padding-right:25px;
        padding-bottom:5px;
    }

        .box_grid1 .wrapper h3 {              
            font-size: 20px;
            font-size: 1.25rem;
            margin-top: 0;
        }

            .box_grid1 .wrapper p {
            font-size: 1.05em;
        }

    .box_grid1 ul {
        padding: 20px 15px;
        border-top: 1px solid #ededed;
    }

        .box_grid1 ul li {
            display: inline-block;
            margin-right: 15px;
            font-size:1.1em;
        }

            .box_grid1 ul li .score {
                margin-top: -10px;
            }

            .box_grid1 ul li:last-child {
                margin-right: 0;
                float: right;
            }


#product_bg {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg/product_bg.jpg?02);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    
  /*background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url(../img/bg/toast.png?01);
  background-attachment: local;
  
  background-position: left center;
  background-size: cover;
  padding: 120px 0;*/
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url(../img/bg/certification.jpg?2);
  background-attachment: local;/*local 圖片固定不動; fixed 圖片會滾動*/  
  background-color: rgba(41,80,41,0.8);
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
}

#call-to-action .cta-title {
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #B7550F;
  border: 2px solid #B7550F;
}


/* section-block-parallax Section
--------------------------------*/
#section-block-parallax {
  background: linear-gradient(rgba(41, 80, 41, 0.8), rgba(41, 80, 41, 0.9)), url(../img/bg/certification.jpg?1) fixed center center;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 70px;
  padding-bottom: 70px;
}

#section-block-parallax .cta-title {
  color: #fff;
  font-size: 24px;
}

#section-block-parallax .cta-text {
  color: #fff;
}


#section-block-parallax .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#section-block-parallax .cta-btn:hover {
  background: #E75967;
  border: 2px solid #E75967;
}

/*Image-properties*/
.semi-rounded {
    border-radius: 3px !important;
}

.rounded-border {
    border-radius: 5px !important;
}

.extra-rounded-border {
    border-radius: 10px !important;
}

.extra-rounded {
    border-radius: 50px !important;
}

.circled-border {
    border-radius: 50% !important;
}

.no-rounded {
    border-radius: 0px !important;
}
/* Shadows */

.img-shadow {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

.shadow-black {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.shadow-black {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

@media (max-width: 767px) {
    .shadow-black {
        margin-bottom: 15px;
    }
}

.shadow-primary {
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
}

@media (max-width: 767px) {
    .shadow-primary {
        margin-bottom: 15px;
    }
}

.shadow-light {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

@media (max-width: 767px) {
    .shadow-light {
        margin-bottom: 15px;
    }
}

.shadow-extra-light {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .shadow-extra-light {
        margin-bottom: 15px;
    }
}

/*Headings*/

.section-heading {
    position: relative;
    margin-bottom: 10px;
}

    .section-heading h2 {
        position: relative;
        font-size: 40px;
        font-weight: 600;
        color: #222;
        line-height: 130%;
        margin-bottom: 10px;
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    color: #222;
}

@media (max-width: 767px) {
    .section-heading h3 {
        font-size: 30px;
    }
}

.section-heading h4 {
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-heading h4 {
        font-size: 30px;
    }
}

.section-heading h5 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .section-heading h5 {
        font-size: 23px;
    }
}

.section-heading h6 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.section-heading p {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 2;
    padding-top: 15px;
    margin-bottom: 0px;
}

.section-heading-p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 2;
    padding-top: 20px;
    margin-bottom: 0px;
}


.section-heading small {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #46bfe2;
    padding-bottom: 5px;
}

.large-heading h3 {
    position: relative;
    font-size: 39px;
    font-weight: 700;
    color: #222;
    line-height: 140%;
    margin-bottom: 15px;
}

.large-heading h4 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    line-height: 140%;
    margin-bottom: 15px;
}

.large-heading h5 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 130%;
    margin-bottom: 15px;
}

.large-heading small {
    font-size: 14px;
    font-weight: 700;
    color: #46bfe2;
    line-height: 250%;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #B7550F;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-heading-line-white {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #fff;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-left .section-heading-line {
    content: '';
    display: inline-block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #B7550F;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-right .section-heading-line {
    text-align: right;
    content: '';
    display: inline-block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #B7550F;
    margin-top: 10px;
    margin-bottom: 0px;
}

.line-thin {
    height: 4px !important;
}

.line-extra-thin {
    height: 3px !important;
}

.line-wide {
    width: 130px !important;
}

/* list */
.primary-list {
    padding-left: 0px;
}

    .primary-list li {
        list-style-type: none;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-top: 15px;
    }

        .primary-list li i {
            color: #B7550F;
            font-size: 18px;
            padding-right: 10px;
            transform: translateY(2px);
        }


/* new table */
.news_table {
    border: 3px solid #B7550F;
    padding: 30px 30px;
    margin-top: 40px;
}

.news_link,
.news_link:after,
.news_link:before {
    font-size: 16px;
    line-height: 2;
    color: #777;
}

.news_link:hover {
    color: black;
}

.news_table .row {
    border-bottom: 2px solid #eee;
    padding: 10px;
    letter-spacing: 1px;
}

.news_day {
    font-family: 'Lobster', cursive;
    font-size: 18px;
    color: #B7550F;
    line-height: 2;
}

@media (max-width: 991px) {
    .news_day {
        text-align:left;
    }
}

.news_table .row:nth-child(odd) {
    background-color: #f6f6f6;
}




/* index news */
.index_news_table {
    padding: 30px 30px;
}

.index_news_table .row:nth-child(odd) {
    background-color: #f6f6f6;
}

.index_news_table .row {
    border-bottom: 2px solid #eee;
    padding: 10px;
    letter-spacing: 1px;
}


/* index Sections Header
--------------------------------*/

.section-header1 h3 {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.section-header1 h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header1 h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #B7550F;
  bottom: 0;
  left: calc(50% - 90px);
}

.index_about_bg {
    background: url("../img/bg/bg-a01.png?1") center center no-repeat local;
    background-size: cover;
}

/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/
.blog-content .entry-img img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.blog-content .entry-img a:hover img {
  opacity: .8;
}

.blog-content .entry-img,
.blog-content .entry-slider,
.blog-content .entry-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.blog-content .entry-meta li:first-child:before {
  margin: 0 0 0 -3px;
}

.blog-content .entry-title h2 > a {
  font-size: 21px;
  color: #111;
}

.entry-title h5 {   
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';  
  color: #3C3C3C;
  font-size: 22px;
  line-height: 46px;
  font-weight: 300;
}

.blog-content .entry-meta li {
  margin-bottom: 7px;
}

.blog-content .entry-content {
  margin-top: 17px;
}

/* 新增 */
.entry-content p {
  font-size: 18px;
}

.blog-standard .sidebar,
.blog-single .sidebar {
  padding-left: 65px;
}

.entry-item {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.blog-standard .entry {
  margin-top: 35px;
}

.blog-standard .entry-title,
.blog-standard .entry-meta {
  padding-left: 93px;
}

.blog-standard .entry-item > .entry-date {
  float: left;
  padding: 13px 19px;
  width: 70px;
  height: 70px;
  border: 3px solid #111;
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
}

.blog-standard .blog-content .entry-date span {
  display: block;
}

.blog-standard .blog-content .entry-date span:first-child {
  font-size: 21px;
  line-height: 1;
}

.blog-standard .blog-content .entry-date span:last-child {
  font-size: 13px;
}

.entry-content > i {
  margin-left: 3px;
  vertical-align: middle;
}

/* Quote Post
-------------------------------------------------------*/
.blog-content .entry.blockquote {
  padding-left: 0;
}

.blog-content .entry-item blockquote > p > a,
.blog-content .entry-item blockquote > p {
  color: #111;
  font-size: 22px;
  line-height: 34px;
  font-style: italic;
}

.blog-content .entry-item blockquote > p > a:hover {
  color: #7a7a7a;
}

.blockquote-style-1 > i {
  font-size: 22px;
  color: #d1d1d1;
  margin-bottom: 13px;
}

.number_order span {
	background-color: #B7550F;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* 圖片放大*/
.img_container1 {  
/*沒設定這個會跑出外面*/
	position: relative;
	overflow: hidden;
}

.img_container1 a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.img_container1 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

/*上方購物導覽列*/
@media (max-width:990px) {
    .top-wrapp .top-share {
        margin-bottom: 0px;
    }

    .top-share {
        display: none;
    }

    .top-wrapp {
         width:100%;
         position:fixed;
         bottom:0px;
         z-index: 999;
         margin-left:-10px;
     }

    #back-to-top.show {
      bottom: 100px;
    }
}


/*
上方購物列
=========================== */

ul.top-share li a:hover {
    border-color: #D63E0C;
}

ul.top-link li {
    border-top-color: #D63E0C !important;
}

    ul.top-link li a.login,
    ul.top-link li a span.badge {
        background-color: #D63E0C !important;
        color: #FEF1BF !important;
    }

    ul.top-link li a:hover,
    ul.top-share li a:hover,
    ul.top-link li .dropdown-menu li a:hover,
    ul.top-link li .dropdown-menu li a:focus,
    ul.top-link li .dropdown-menu li a:active,
    #shopping-bag a:hover {
        color: #D63E0C;
    }

.copyright .right a:hover {
    color: #FF6F6F;
}


#shopping-bag {
    color: #6f6f6f;
    display: block;
    position: relative;
    z-index: 2;
}

ul.top-link li a span.badge {
    margin-top: -15px;
    margin-left: -10px;
    z-index: -1;
}

.top-wrapp {
    float: left;
    width: 100%;
    background: #f7f8f7;
    font-size: 15px;
}

.top-wrapp .row {
        padding-left: 0;
        padding-right: 0;
}


.top-inverse {
    background: #2b2b2b;
}

ul.top-share,
ul.top-link {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul.top-link {
    float: right;
}

    ul.top-share li,
    ul.top-link li {
        list-style: none;
        margin: 0;
        padding: 8px 5px 0 0;
        float: left;
    }

    ul.top-link li {
        padding: 0 0 0 15px;
    }

ul.top-share li a {
    float: left;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: solid 1px #a9a9a9;
    color: #a9a9a9;
}

.top-inverse ul.top-share li a {
    color: #6e6e6e;
    border: solid 1px #6e6e6e;
}

ul.top-link li a {
    display: block;
    padding: 8px 0;
    color: #787878;
}


    ul.top-link li a i {
        margin-right: 3px;
    }

    ul.top-link li a.login,
    ul.top-link li a.login:hover,
    ul.top-link li a.login:focus,
    ul.top-link li a.login:active {
        display: block;
        color: #fff;
        padding: 8px 20px;
        text-decoration: none;
    }

/* Member dropdown ------*/
ul.top-link li .btn-group .btn.dropdown-toggle,
ul.top-link li .btn-group .btn.dropdown-toggle:hover,
ul.top-link li .btn-group .btn.dropdown-toggle:active,
ul.top-link li .btn-group .btn.dropdown-toggle:focus {
    padding: 0;
    border: none;
    background: none;
    text-transform: none;    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    ul.top-link li .btn-group .btn.dropdown-toggle span {
        vertical-align: middle;
    }

    ul.top-link li .btn-group .btn.dropdown-toggle img {
        width: 40px;
        height: 40px;
        margin-left: 5px;
    }

ul.top-link li .dropdown-menu {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 200px;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-top: 5px solid;
    padding: 0;
    left: -100%;
    margin-left: 80px;
}

    ul.top-link li .dropdown-menu li {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: right;
    }

        ul.top-link li .dropdown-menu li a {
            display: block;
            padding: 10px 15px;
            border-bottom: solid 1px #eee;
            color: #6f6f6f;
        }

        ul.top-link li .dropdown-menu li:last-child a {
            border-bottom: none;
        }

        ul.top-link li .dropdown-menu li a:hover,
        ul.top-link li .dropdown-menu li a:focus,
        ul.top-link li .dropdown-menu li a:active {
            background: none;
        }

    /* 上方導覽列結束*/

        .product-money {
            text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 22px;
            font-weight: normal;
            color: #E8340D;
            margin-top: -10px;
        }

.product-title-view {
    text-align: left;
	width: 100%;
	font-size: 21px;
	line-height: 30px;
    color: #234840;
    font-weight: 500;
}


/*商品搜尋*/
        /* search */
        .form-search {
            position: relative;
            display: block;
            padding: 0;
        }

        .input-search {
            display: block;
            width: 100%;
            height: 60px;
            padding: 20px 35px;
            border: 2px solid #919191;
            border-radius: 80px;
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.05);
        }

            .input-search:focus {
                outline: none !important;
                border: 5px solid #36B49A !important;
            }

            .input-search::-moz-placeholder {
                color: #a9b0b7;
            }

            .input-search:-ms-input-placeholder {
                color: #a9b0b7;
            }

            .input-search::-webkit-input-placeholder {
                color: #a9b0b7;
            }

        .btn-search {
            position: absolute;
            border: none;
            background: none;
            color: #919191;
            top: 8px;
            right: 30px;
        }


.section-header2 h3 {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  z-index:3;
}

.title_bg {
    background: url("../img/bg/title_bg.png?1") center center no-repeat local;
    background-size: contain;
}

.title_bg1 {
    background: url("../img/bg/title_bg1.png?1") center center no-repeat local;
    background-size: contain;
}

.page_bg {
	background-image: url("../img/bg/bg.svg");
	background-repeat: no-repeat;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	background-size: 100% auto;
	background-color: #fff;
	background-position:center bottom;
}


/*
Shopping cart
=========================== */
.styled-table thead th,
.styled-table thead td {
    background-color: #D63E0C;
}

.alignleft {
    clear: both;
    float: left;
    margin: 0 20px 20px 0;
}

.styled-table {
    clear: both;
    width: 100%;
    background: #fff;
}

.parallax .styled-table {
    color: #787878;
}

.styled-table thead th,
.styled-table thead td {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.styled-table thead th {
    font-weight: 600;
}

.styled-table thead td {
    font-weight: 400;
}

.styled-table tbody th,
.styled-table tbody td {
    border-bottom: 1px solid #d5d5d5;
}


    .styled-table thead th:first-child,
    .styled-table tbody th:first-child,
    .styled-table thead td:first-child,
    .styled-table tbody td:first-child {
        padding-left: 15px;
    }

    .styled-table thead th:last-child,
    .styled-table tbody th:last-child,
    .styled-table thead td:last-child,
    .styled-table tbody td:last-child {
        padding-right: 15px;
    }

    .styled-table thead th.text-left,
    .styled-table tbody th.text-left,
    .styled-table thead td.text-left,
    .styled-table tbody td.text-left {
        text-align: left;
    }

    .styled-table thead th.text-center,
    .styled-table tbody th.text-center,
    .styled-table thead td.text-center,
    .styled-table tbody td.text-center {
        text-align: center;
    }

    .styled-table thead th.text-right,
    .styled-table tbody th.text-right,
    .styled-table thead td.text-right,
    .styled-table tbody td.text-right {
        text-align: right;
    }

.styled-table .alignleft {
    margin: 0 20px 0 0;
}

.item-title {
    font-size:16px;
    line-height: 20px;
    margin: 0;
}

    .item-title a {
        color: darkred;
    }

    .item-title span {
        font-weight: 400;
    }

.shoppingcart-action {
    display: block;
    padding-top: 30px;
}

.cart-total {
    display: block;
    border: 1px solid #d5d5d5;
    padding: 25px 30px 20px 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.subtotal {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.cart-total .form-inline {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.grand-total {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.order-detail {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 30px 30px 0 30px;
    box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -webkit-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
    -moz-box-shadow: 6px 6px 0 0 rgba(43, 43, 43, 0.05);
}

.basket-shopping,
.basket-shopping label {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border-radius: 2px;
}

    .basket-shopping span {
        font-weight: 400;
    }

.shop-categorie-wrapp {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.shop-categorie {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}

.text_red {
    font-weight: bold;
    color: #D63E0C;
}

/* 計數器 10. 金屬立體風 */
.counter-style-10 {
    display: inline-block;
    font-family: 'Share Tech Mono', monospace;
    font-size: 19px;
    color: #d1d5db;
    background: linear-gradient(145deg, #9ca3af, #6b7280);
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: inset -2px -2px 5px rgba(255,255,255,0.2), inset 2px 2px 5px rgba(0,0,0,0.3);
    font-weight: bold;
}

/*
 圓型日曆   
.news_list {
    margin-top: 20px;
}

.news_list a {
    color: #666;
}

.news_list a:hover {
    color: #32a8ae;
}

.news_day {
    border: 1px solid #B7550F;
    border-radius: 90px;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    color: #B7550F;
    padding-top: 10px;
    line-height: 190%;
    margin-right: 20px;
    vertical-align: middle;
    float: left;
    font-family: 'Lobster', cursive;
    position: relative;
    margin-bottom:20px;
}

.news_yy {
    font-size: 18px;
}

.news_dd {
    font-size: 18px;
    width: 80%;
    border-top: 1px solid #eee;
    margin: 0 auto;
}*/

