a {
    color: black
}

a:hover {
    text-decoration: none
}

a:focus,
select:focus {
    outline: 0;
}

.nav {
    margin-bottom: 15px
}

nav .fa {
    color: white
}

/*nav置頂*/
.nav-scroll,.default .nav-scroll.active {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%
}
/*nav置下*/
.default .nav-scroll{
    position: absolute;
    z-index: 99;
    margin-top: 43%;
    width: 100%;
}

.nav-right {
    position: absolute;
    right: 30px;
    top: 60px;
}

.nav-right.attr-nav {
    right: 160px;
    top: 46px;
}

@media screen and (max-width:1300px) {
    .nav-right {
        top: 51px;
    }
    .nav-right.attr-nav {
        top: 38px;
        right: 130px;
    }
}

@media screen and (max-width:1023px) {
    .nav-right.attr-nav {
        top: 14px;
        right: 59px
    }
}

@media screen and (max-width:768px) {
    .nav-right {
        top: 60px
    }
}

/*google translate*/

.nav-right #google_translate_element {
    color: white
}

.navbar-left {
    margin-left: 250px;
    margin-top: 60px
}

@media screen and (max-width:1530px) {
    .navbar-left {
        margin-left: 10px;
    }
}

@media screen and (max-width:1300px) {
    .navbar-left {
        margin-top: 40px;
    }
}

@media screen and (max-width:1023px) {
    .navbar-left {
        margin-top: 0px;
    }
    .navbar-collapse{
        background: rgba(128,128,128,0.9);
        width: 33.3%
    }
}


.badge {
    background-color: #44241c;
    padding: 5px 7px;
    border-radius: 14px
}


@media screen and (max-width:1300px) {
    .nav-right img {
        height: 60px
    }
    .navbar-collapse {
        padding-left: 5px
    }
}

.badge {
    background-color: #44241c;
    padding: 5px 7px;
    border-radius: 14px
}

.nav-right.visible-xs {
    position: relative;
    top: 0
}

.nav-right li {
    float: left
}

.nav-right li a {
    color: white;
    font-size: 24px;
    letter-spacing: 2px;
}

@media screen and (max-width:1023px) {
    .nav-right li a {
        font-size: 13px;
        padding: 5px
    }
}

.navbar-nav .dropdown-menu {
    left: -244px
}

/*
.dropdown-menu 
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
        background-color: rgba(255, 255, 255, 0.3);
}
*/

.navbar-nav .dropdown-menu a {
    font-size: 18px;
    color: black
}

.navbar-nav .dropdown-menu .btn:hover {
    background: #c9302c;
    opacity: 0.5
}

/*mobile nav*/

.navbar-search-xs li {
    display: inline-block;
    margin: 0 10px
}

@media screen and (max-width:1023px) {
    .navbar-search-xs li a {
        color: white
    }
    .navbar{
        background: transparent
    }
}

#cart_number {
    display: none
}

#google_translate_element {
    display: block
}

.carousel.active {
    margin-top: 100px
}

/*首頁大按鈕*/

.section_button {
    margin-top: 100px
}
.section_button a {
    display: block;
    background: #7a4a3e;
    height: 400px;
    border-radius: 5px;
    transition: all .3s ease;
    position: relative;
    text-align: center;
    opacity: 0.9
}

@media screen and (max-width:768px) {
    .section_button a {
        margin: 10px 0
    }
}

.section_button a img {
    position: absolute;
    width: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25%;
}
.section_button .middle a img{
    width: 180px
}
.section_button .middle a {
    height: 197px;
    margin-bottom: 5px
}

.section_button a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: url(/hipershop/rwd1257/store/F1/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 1;
    transition: all .3s ease
}

.section_button .middle a:first-child:before{
    background-image: url(/hipershop/rwd1257/store/F1/bg2.jpg);
}
.section_button .middle a:last-child:before{
    background-image: url(/hipershop/rwd1257/store/F1/bg3.jpg);
}
.section_button .col-sm-4:last-of-type a:before{
    background-image: url(/hipershop/rwd1257/store/F1/bg4.jpg);
}
/*首頁sale區*/

.sale-section {
    padding-top: 80px;
}

.sale-section h3 {
    color: #44241c;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 30px;
    text-align: center
}

.normal-price {
    color: #e62929;
    font-size: 30px;
    font-weight: 400
}

.hot_prod_title,
.B_hot_3 .view .mask .info,
.hot_prod_intro {
    display: none
}

.B_hot_3 {
    margin-top: 50px
}

.li-item {
    padding: 25px;
    position: relative;
    min-height: 570px;
    background: #FFF8DC;
    border:none
}

.li-item:hover {
    background-color: #f2f2f2;
    box-shadow: none;
    border:none
}

.li-item .btn-default {
    right: 30px;
    text-align: center;
    display: block;
    width: 95px;
    font-size: 17px;
    border: none;
    background: #956255;
    position: absolute;
    border-radius: 0;
    bottom: 30px;
    letter-spacing: 1px;
    color: white;
    transition: all .3s ease;
    font-weight: 600
}

.li-item .btn-default:hover {
    background: #44241c;
}

.product-price {
    float: none
}

.thumbnail-list {
    position: relative
}

.thumbnail-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: solid 3px #FFF8DC;
    pointer-events: none
}

#more {
    display: block;
    width: 210px;
    font-size: 22px;
    border: solid 3px #44241c;
    font-weight: 600;
    letter-spacing: 2px;
    color: #44241c;
    padding: 5px;
    text-align: center;
    margin: 80px auto;
    transition: all .3s ease;
    position: relative
}

#more:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    background: #44241c;
    top: 0;
    transition: all .3s ease;
    z-index: -1
}

#more:hover {
    color: white
}

#more:hover:before {
    width: 100%
}

/*footer*/

.footer_info {
    margin-top: 26px
}

.footer_info p {
    font-size: 18px;
    line-height: 30px;
    color: white
}

@media screen and (max-width:480px) {
    .footer_info p {
        font-size: 16px;
        line-height: 28px;
    }
}

footer {
    background: #1b1143;
    padding: 40px 0
}

footer .container {
    width: 1000px;
    margin: 0 auto;
    display: block
}


footer .line img {
    width: 450px
}

@media screen and (max-width:480px) {
    footer .line img {
        width: 100%
    }
}

footer .col-md-6 {
    vertical-align: middle
}

.footer_info img {
    display: inline-block;
    width: 25px;
    margin-right: 15px
}

@media screen and (max-width:991px) {
    footer .footer_info {
        margin-top: 7%
    }
}

@media screen and (max-width:1000px) {
    footer .container {
        width: 100%
    }

}

/*產品列表頁*/

.banner-in-page {
    background-image: url(/hipershop/rwd1257/store/F1/banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    height: 250px;
    position: relative;
    margin-top: 120px
}
@media screen and (max-width:1300px){
    .banner-in-page{
        margin-top: 100px
    }
}
.in-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 50px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    display: inline-table;
}
.in-page-title.active{
    color: black
}
@media (max-width:544px) {
    .banner-in-page {
        height: 100px;
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
    }
    .in-page-title {
        padding: 20px;
    }
}

.category-wrapper [href="category.asp?category_id=9"] {
    display: none
}

.product-wrapper [href="category.asp?category_id=9"] {
    display: none
}

.category-wrapper .li-item {
    min-height: 440px
}

@media screen and (max-width:545px) {
    .category-wrapper .li-item {
        min-height: 530px;
    }
}

.category-wrapper .prd_info {
    display: none
}

.category-wrapper .li-item h4 {
    font-size: 18px;
    font-weight: 600;
    white-space: normal;
    line-height: 22px;
}

.page-banner {
    padding-top: 20%;
    background-image: url(../../images/probanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:768px) {
    .page-banner {
        padding-top: 40%;
    }
}

.page-banner.probanner2 {
    background-image: url(../../images/probanner2.jpg);
}

.page-banner.probanner3 {
    background-image: url(../../images/probanner3.jpg);
}

.page-banner.probanner4 {
    background-image: url(../../images/probanner4.jpg);
}

.page-banner.probanner6 {
    background-image: url(../../images/probanner6.jpg);
}

.buy-button{
 font-size: 20px;
    color: #337ab7;
    margin-top: 20px;
    display: block;
        border: solid 1px;
    padding: 12px;
}
}
/*關於我們*/

.ProfileBody {
    margin: 50px 0
}

/*聯絡我們*/

.radio-button {
    padding-top: 5px
}

.shoplist_container {
    margin-top: 50px;
    padding: 0 30px
}

/*產品內頁標題加粗*/
#pd_name{
    font-weight: 600
}
