.navbar-brand.visible-xs {
    width: 60%;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    color: #222;
}
ul.nav.navbar-nav.navbar-right.attr-nav {
    margin-top: 30px;
}
ul.nav.navbar-nav.navbar-right.attr-nav li a {
    color: #000000;
    font-size: 18px;
}
.navbar-toggle {
    /* color: #fff; */
    font-size: 25px;
}
.navbar-search-xs.visible-xs span {
    color: #fff;
    font-size: 22px;
    padding-top: 8px;
}
article .information {
    background: #f1f1f1;
}
article .information section.brief {
    color: #fff;
    padding: 0 0 100px;
}
article .mainContent {
    padding: 60px 0 30px;
    overflow: hidden;
}
article .mainContent .jumbotron {
    background: url('/hipershop/rwd1748/store/F1/mainbg.jpg');
    background-size: cover;
    min-height: 500px;
    padding: 30px;
}
article .mainContent .jumbotron p {
    color: #fff;
}
.adwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advertisement {
    padding-bottom: 60px;
}
.advertisement .photos {
    margin: 0px;
    position: relative;
    overflow: hidden;
    padding: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.advertisement .photos img {
    width: 100%;
}
.advertisement .photos .ITEMTXT {
    color: #fff;
    padding: 0px 15px 0;
    background: #b1b08f;
    width: 100%;
    height: 44px;
}
.advertisement .photos .ITEMTXT h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 42px;
}
.productshow {
    min-height: 420px;
}
.productshow h2 {
    background: #545454;
    padding: 8px;
    border-radius: 4px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    border-top: 5px solid #cda568;
    padding-left: 1%;
}
@media screen and (max-width: 768px) {
    .productshow {
        min-height: 360px;
    }
}
.productshow .productsWrap {
    padding: 15px 0 0;
}
.QLINK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--primary-dark);
    color: #fff;
    border: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.QLINK li {
    border-left: 1px solid var(--primary-dark);
    margin: 0;
    padding: 0;
    height: 60px;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #ccc;
}
.QLINK li a {
    color: #fff;
    font-size: 30px;
}
.footerarea {
    background: var(--primary-dark);
    color: #fff;
    line-height: 50px;
}
