/*sunny css template START*/

body {
    color         : black;
    letter-spacing: 1px;
    font-size     : 17px;
    line-height   : 1.7;
    position      : relative
}

body img {
    padding: 0
}

body div:focus {
    outline: none
}

a {
    color: black
}

a:hover,
a:focus {
    text-decoration: none;
    color          : black
}

select:focus {
    outline: none
}

h2 {
    font-size     : 40px;
    letter-spacing: 3px;
}


.about:after {
    content: "";
    clear  : both;
    display: block
}

/*更正 bootstrap 按鈕陰影*/

.btn.active,
.btn:active,
.btn:active:focus {
    box-shadow: none;
    color     : #828282
}

#gotop.gotop {
    background: #33b180;
    padding   : 4px 11px;
    z-index   : 99
}

#gotop.gotop:hover {
    opacity: 0.8
}





.contact-wrapper {
    min-height: 610px
}

/*sunny css template END*/

/*nav 搬移*/

/*------------------nav--------------------------*/

.nav {
    margin-top: 45px;
}

/*-----------nav更改--------------*/

.navbar .navbar-nav>li>a {
    border-bottom: 4px solid transparent;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    color : #00c558;
    margin: 0 10px 0;
}



.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color           : #00c558;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.fa-bars,
.fa-times {
    font-size: 20px;
    color    : white
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}



/*.translate {
	margin-top: 65px;
}*/

@media (max-width: 1199px) {
    .navicon {
        display: none;
    }

    .translate {
        margin-top : 0px;
        margin-left: 10px;
    }
}

.navbar {
    background-color: #212226;
}

.navbar-brand {
    padding: 17px 0;
}

.navbar-brand img {
    /* max-width: 130px; */
    margin-top  : 5px;
    padding-left: 20px;
}


.navbar-nav>li>a {
    font-size: 17px;
    z-index  : 99
}

.navbar-toggle {
    margin-top: 38px;
}


@media (max-width:320px) {
    .navbar-brand {
        width      : 80%;
        margin-left: 15px;
        height     : 60px;
    }

    .navbar-brand img {
        width : 100%;
        height: auto;
    }
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color    : transparent;
}

.navbar-nav li {
    height    : 55px;
    width     : 120px;
    display   : block;
    text-align: center;
}

.navbar-nav li.search {
    width : 50px;
    margin: 0 auto
}

.navbar-nav li a {
    padding-bottom: 16px;
    color         : white;
    display       : block;
    padding       : 10px 0px;
}

.navbar-nav li a:hover {
    color: #00c558;
}

/* .navbar-nav li:first-child a {
    color: #00c558
} */

/* .navbar-nav li .eng {
    display: none;
    color  : #00c558;
} */


@media (max-width: 994px) {
    .navbar {
        position: relative !important;
    }
}



@media (max-width: 994px) {

    .nav>li {
        width: 100%;
    }

    .nav {
        margin-top: 0px;
    }

    .navbar-toggle {
        border-radius: 0px;
        font-size    : 24px;
        margin-top   : 30px;
        padding      : 0px;
        margin-right : 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 320px) {
    .navbar-toggle {
        margin-top: 20px;
    }
}

/*nav end*/

#itemtransitions_4 {
    margin-top: 91px;
    position  : relative
}

.ProfileBody,
.shopguide,
.ServiceBody,
.news-wrapper,
.category-wrapper,
.product-wrapper,
.search-wrapper,
.contact-wrapper {
    margin-bottom: 40px;
    display      : block;
    min-height   : 500px;
    margin-top   : 250px
}

.title {
    font-size     : 22px;
    font-weight   : 600;
    letter-spacing: 2px;
    text-align    : center;
    position      : relative;
    line-height   : 1.6;
    display       : block;
    margin        : 0 auto;
    margin-bottom : 20px;
}

.product-section h2 {
    margin: 10px 0
}

.product-wrapper .row .col-md-9 .col-lg-12>br {
    display: none
}

.product-wrapper .backbtn {
    display   : block;
    margin    : 0 auto;
    text-align: center;
    margin-top: 15px
}

/*最新消息*/

#rwdnews_list .card-category {
    display: none;
}

.newscontent span {
    color      : #009474;
    font-weight: bold;
    font-size  : 14px;
}

.newscontent h4 {
    margin: 0 auto 5px auto;
}

.newscontent h4 a {
    width      : 100%;
    font-size  : 17px;
    color      : #141414;
    font-weight: 600;
    line-height: 1.6;
}

.rwdnewsli .pic img {
    width    : 100%;
    max-width: 100%;
}

.newscontent p {
    width             : 100%;
    font-size         : 15px;
    line-height       : 1.6;
    color             : #7c8d93;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow          : hidden;
    max-height        : 70px;
    text-align        : justify;
    margin-bottom     : 0px;
}

.release {
    padding: 50px 0;
}

#rwdnews_list .swiper-slide {
    background: #fff;
}

#rwdnews_list .newscontent {
    clear  : both;
    padding: 10px 15px 30px 15px;
}

.release .swiper-button-next,
.release .swiper-button-prev {
    width        : 70px;
    height       : 70px;
    border-radius: 50%;
    outline      : none;
    background   : none;
    top          : 30%;
}

.release .swiper-button-next {
    right: -120px;
}

.release .swiper-button-prev {
    left: -120px;
}

.release .swiper-button-next span,
.release .swiper-button-prev span {
    display    : block;
    width      : 65px;
    padding-top: 15px;
    margin     : 0 auto;
}

.release .swiper-button-next path,
.release .swiper-button-prev path {
    fill: #8c8c8c;
}

.release .swiper-button-next.swiper-button-disabled,
.release .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1400px) {
    .release .swiper-button-next {
        right: -50px;
    }

    .release .swiper-button-prev {
        left: -50px;
    }
}

@media screen and (max-width: 576px) {

    .release .swiper-button-next,
    .release .swiper-button-prev {
        display: none;
    }
}



.newsbox #rwdnews_list {
    display        : flex;
    justify-content: space-between;
    align-items    : flex-start;
    flex-wrap      : wrap;
}

.newsbox #rwdnews_list ul {
    flex-basis: 33%;
    padding   : 10px;
}

@media screen and (max-width:767px) {
    .newsbox #rwdnews_list ul {
        flex-basis: 100%;
    }
}

.newsbox #rwdnews_list img {
    max-width: 100%;
}

/*熱銷*/

.idec-slide-demo {
    width : 100%;
    margin: 0 auto
}

.idec-slide-demo .pro_item img {
    width: 100%;
}

.idec-slide-demo .item {
    padding: 0 10px;
}

.idec-slide-demo .pro_price {
    text-decoration: line-through;
    padding        : 0;
    margin         : 0;
    color          : #999;
    vertical-align : middle;
    font-size      : 15px;
}

.pro_sale {
    display: none
}

.on_sale {
    font-size  : 21px;
    color      : #ff265e;
    padding    : 0;
    margin     : 0;
    font-weight: bold;
}

.on_sale span {
    font-size: 15px;
    color    : #999;
}

.idec-slide-demo .pro_btn {
    float          : right;
    /*width        : 50%;*/
    border         : 1px solid #ccc;
    border-radius  : 5px;
    text-align     : center;
    padding        : 6px 10px;
    text-decoration: none;
}

.pro_item {
    position: relative;
}

.pro_item:hover .mask {
    opacity: 1;
}

.pro_item .mask {
    position          : absolute;
    background        : rgba(51, 51, 51, .8);
    top               : 0;
    opacity           : 0;
    padding           : 10px;
    overflow          : hidden;
    left              : 0;
    width             : 100%;
    color             : #fff;
    height            : 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition   : all 0.4s ease-in-out;
    -o-transition     : all 0.4s ease-in-out;
    -ms-transition    : all 0.4s ease-in-out;
    transition        : all 0.4s ease-in-out;
}

.pro_title {
    color          : #fff;
    text-decoration: none;
    font-size      : 17px;
}

.pro_text {
    color          : #fff;
    text-decoration: none;
    font-size      : 15px;
}

.pro_txt_box {
    position          : absolute;
    left              : 0;
    top               : 0;
    opacity           : 0;
    width             : 100%;
    height            : 100%;
    padding           : 10px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition   : all 0.8s ease-in-out;
    -o-transition     : all 0.8s ease-in-out;
    -ms-transition    : all 0.8s ease-in-out;
    transition        : all 0.8s ease-in-out;
}

.pro_txt_box:hover {
    opacity: 1;
}

.owl-prev,
.owl-next {
    display                : inline-block;
    font                   : normal normal normal 14px/1 FontAwesome;
    font-size              : 22px;
    text-rendering         : auto;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin                 : 0 5px;
    opacity                : 0.3;
    transition             : all .3s ease
}

.owl-prev:before {
    content: "\f053";
}

.owl-next:before {
    content: "\f054";
}

.owl-buttons {
    position: absolute;
    top     : -30px;
    right   : 10px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1
}

.idec-slide-demo h3 {
    font-size  : 16px;
    font-weight: 600;
    color      : white;
    padding    : 15px;
    background : #212226;
    margin     : 0;
}

.pro_txt_box h3 {
    background: none
}

/*footer*/

footer {
    background : #212226;
    padding-top: 40px
}

footer .footer-logo {
    width: 150px;
}


footer p a {
    text-decoration: underline;
    transition     : all .3s ease;
    color          : white;
}

footer p a:hover {
    color  : white;
    opacity: 0.8;
}

footer p {
    color    : white;
    font-size: 16px;
}

footer .container {
    padding-top   : 10px;
    padding-bottom: 0;
}

footer ul {
    width        : 100%;
    float        : left;
    padding-left : 25px;
    margin-bottom: 40px;
    border-left  : solid 1px #656565;
}


footer li {
    color    : white;
    font-size: 16px;
    display  : block;
    height   : 30px
}

footer li a:hover {
    color: #00c558
}

footer .eng {
    display: none
}

footer a {
    color     : white;
    transition: all .3s ease
}

footer a:focus {
    color  : white;
    outline: none
}

footer .text-center p {
    color      : white;
    display    : inline-block;
    font-size  : 14px;
    font-weight: 100;
    margin     : 0;
    border     : none
}


#gotop.gotop span.fa {
    margin-top: 5px
}

.top img {
    display: block;
    cursor : pointer;
    width  : 50px;
    height : 50px;
}

.top .ac04 {
    position: fixed;
    right   : 36px;
    bottom  : 110px;
}

.top .ac05 {
    position: fixed;
    right   : 36px;
    bottom  : 170px;
}

.top .ac06 {
    position: fixed;
    right   : 36px;
    bottom  : 230px;
}

.thumbnail-list li {
    margin-left: -3px;
}

footer .text-center {
    background: black;
    padding   : 5px 0;
}



@media screen and (max-width:1367px) {
    .navbar .container {
        width: 100%
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.open>a {
        padding: 10px
    }

    .form-horizontal .control-label {
        letter-spacing: 0;
        font-size     : 16px
    }

    footer .col-md-offset-1 {
        margin-left: 4%
    }


}



@media (max-width: 1023px) {

    /* 控制漢堡顯示(導覽列提早隱藏)
  --------請不要更動以下內容----------*/
    .container>.navbar-header {
        float  : none;
        padding: 0 10px;
        margin : 0
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top        : 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow        : inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-right {
        float  : none !important;
        padding: 10px 0;
        width  : 100%;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top   : 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float : none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        padding: 0;
        width  : 100%;
    }

    .collapsing {
        overflow: hidden !important;
    }


    .navbar-brand.visible-xs {
        display: block !important;
    }

    .navbar-brand.hidden-xs {
        display: none !important;
    }

    .navbar-nav>li>a:before {
        display: none
    }

    .navbar .container {
        padding: 0
    }

    /* 控制漢堡顯示(導覽列提早隱藏)
  ---------請不要更動以上內容-------- END */
    #itemtransitions_4 {
        margin-top: 93px
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none
    }

    .title {
        font-size: 21px
    }

    .about .col-md-5 {
        margin-top: 30px
    }


    footer .col-md-5 {
        margin-top: 0
    }

}



@media screen and (max-width:992px) {
    .navbar-right .dropdown-menu {
        left : 0;
        right: auto;
    }

    .about a {
        margin-top: 15px
    }

    footer .container {
        width: 100%
    }

}

@media screen and (max-width:768px) {
    .navbar-nav {
        padding-top: 20px;
        margin     : 0;
        width      : 100%;
    }

    .navbar-collapse.in {
        overflow-y: initial
    }

    .thumbnail-list li {
        width: 50%
    }

    footer ul {
        margin: 20px 0
    }

    footer ul li a {
        padding: 5px 0;
        display: block;
    }


}

/*內頁*/

.page-banner {
    background-image     : url(/hipershop/rwd1859/store/F1/bg.jpg);
    background-repeat    : no-repeat;
    background-size      : cover;
    position             : absolute;
    background-position-y: 79%;
    width                : 100%;
    height               : 220px;
    text-align           : center;
}

.page-banner .banner-title {
    text-align    : center;
    margin        : 0 auto;
    font-size     : 22px;
    letter-spacing: 3px;
    font-weight   : 600;
    position      : relative;
    padding       : 5px 10px;
    color         : #ffffff;
    background    : black;
    display       : inline-block;
    margin-top    : 100px;
}

#category_descr {
    margin       : 0;
    margin-bottom: 10px
}

.breadcrumb {
    background   : #4a4a4a;
    border-radius: 5px;
    padding      : 5px 15px;
}

#LinkContainer,
ul.breadcrumb,
.nav_cate_current,
.categoriesbar,
.aside-title,
.newsbar {
    background: #4a4a4a;
    color     : white;
}

aside br {
    display: none
}

ol.breadcrumb li a {
    color: white;
}

aside .nav li {
    border-bottom: solid 1px #d8d8d8;
    overflow     : hidden;
}

aside .nav li a {
    padding       : 10px 15px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size     : 16px;
    font-weight   : 600;
    position      : relative;
    display       : inline-block;
    letter-spacing: 0
}

aside .nav li:last-child {
    border-bottom: none
}

aside .nav li a:after {
    content      : "";
    background   : rgb(41, 171, 226);
    background   : linear-gradient(90deg, rgba(41, 171, 226, 1) 0%, rgba(96, 199, 166, 1) 100%);
    z-index      : -1;
    width        : 0;
    height       : 12px;
    display      : block;
    position     : absolute;
    top          : 26px;
    left         : 3px;
    right        : 0;
    margin       : 0 auto;
    border-radius: 10px;
    transition   : all .3s ease
}

aside .nav li a:hover:after {
    width: calc(80% + 6px)
}

ul.ACCORDION.transit li li>a {
    border-bottom: solid 1px #ccc;
}

body ul.ACCORDION.transit li>a:hover,
body ul.ACCORDION.transit li.ACCORDION-active>a {
    background: #dfece5
}

.category-wrapper .li-item {
    padding: 10px
}

.category-wrapper .li-item:hover {
    box-shadow: none;
    border    : 1px solid #e0e0e0;
}

.category-wrapper .li-item h4 {
    letter-spacing: 1px;
    font-size     : 17px
}

.category-wrapper .li-item .features-box a.btn-default {
    margin-top: 10px
}

.features-box>.view>.mask>p.prd_info,
.features-box>p.prd_info {
    font-size     : 14px;
    letter-spacing: 1px;
}

.normal-price-s {
    font-size: 20px
}

.normal-price {
    color: #ff0000
}

#pd_name {
    line-height: 1.2;
    font-weight: 600;
}

.category-wrapper .thumbnail-list li,
.search-wrapper .thumbnail-list li {
    width: 33.3%
}

audio,
canvas,
progress,
video {
    outline  : none;
    max-width: 100%
}

audio:focus {
    outline: none
}

.contact-wrapper iframe {
    margin: 15px 0
}

.contact-wrapper .font {
    font-weight: 600;
    font-size  : 20px;
}

.contact-wrapper a {
    text-decoration: underline;
    font-weight    : 600
}

@media screen and (max-width:768px) {
    .category-wrapper .aside-title:before {
        color      : white;
        font-weight: normal;
        position   : absolute;
        right      : 20px;
        top        : 15px;
    }

    .category-wrapper .aside-title:before {
        font   : normal normal normal 14px/1 FontAwesome;
        content: '\f067';
    }

    .category-wrapper .aside-title.active:before {
        font   : normal normal normal 14px/1 FontAwesome;
        content: '\f068';
    }


    ul.ACCORDION.transit {
        display: none;
    }

    .category-wrapper .thumbnail-list li,
    .search-wrapper .thumbnail-list li {
        width: 50%
    }

    .product-sec a {
        margin: 10px 0
    }

    .about .title span {
        display: block;
        margin : 5px 0;
    }

    aside {
        margin-bottom: 10px
    }

    .page-banner {
        margin-bottom: 0
    }

}

@media screen and (max-width:480px) {

    .component-fullwidth>ul {
        padding: 50% !important
    }

    .idec-slide-demo h3 {
        min-height: 80px
    }

    footer ul {
        padding-left: 10px
    }
}