/* lang-floor star */
.lang-floor {
    max-width: 600px;
}
.lang-floor .floor-wrap {
    padding: 50px 50px 40px;
}
.lang-floor .item {
    text-align: center;
}
.lang-floor .item a {
    display: inline-block;
    min-width: 120px;
    padding: 10px 15px;
    color: #fff;
    background: #00a7ff;
    margin-bottom: 10px;
    transition: all .2s ease;
}
.lang-floor .item a:hover {
    background: #0180c3;
}
@media screen and (max-width: 575.98px) {
    .lang-floor .floor-wrap {
        padding: 20px 10px 10px;
    }
}
@media screen and (min-width: 768px) {
    /*.lang-floor .item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }*/
}
/* lang-floor end */

/* header start */
#header .google-select-wrap {
    float: right;
    position: relative;
    vertical-align: middle;
}
#google_translate_element .goog-te-gadget-simple {
    line-height: 40px;
}
#language {
    float: right;
    position: relative;
    margin-left: 20px;
}
#language .lang-btn {
    display: block;
    color: #fff;
    padding: 5px 12px;
    font-size: 28px;
    border: 1px solid #00a7ff;
    line-height: 1em;
    border-radius: 4px;
    background-color: #00a7ff;
}
#language .lang-btn:hover,
#language .lang-btn:focus {
    border: #008cd6 1px solid;
    background-color: #008cd6;
}
#language .lang-menu {
    position: absolute;
    top: 110%;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
    background: white;
    height: auto;
    border-radius: 4px;
    border: 1px solid #00a7ff;
    z-index: 9999;
}
#language .lang-menu li {
    background: #d6eefb;
    border-radius: 4px;
    margin-bottom: 3px;
    list-style: none;
}
#language .lang-menu li:last-child {
    margin-bottom: 0;
}
#language .lang-menu li:hover {
    background: #00a7ff;
    border-radius: 4px;
}
#language .lang-menu li a {
    display: block;
    width: auto;
    border-radius: 6px;
    padding: 0 30px;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
}
#language .lang-menu li:hover a {
    color: #fff;
}
@media screen and (max-width: 1500px) {
    #header .home h1 img {
        max-height: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    #header {
        /*position: absolute;*/
        right: 15px;
        padding: 0;
    }
}
@media screen and (max-width: 767.98px) {
    #header {
        left: 10px;
        top: 8px;
    }
    #language .lang-btn {
        font-size: 20px;
    }
    #header .google-select-wrap {
        /*float: left;*/
    }
    #google_translate_element .goog-te-gadget-simple {
        line-height: 32px;
    }

    #header .home h1 {
        margin-left: 0;
    }
    #header .home h1 img {
        max-height: 40px;
    }
}
@media screen and (min-width: 992px) {
    #header {
        /* padding-right: 80px; */
    }
}

#header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    color: #000;
    text-align: center;
    font: 14px/1 MyriadPro, 'Open Sans', sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-weight: normal;
    height: 150px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
#header .navbar-brand {}
#header .navbar-brand img {
    display: inline-block;
    max-height: 16px;
    width: auto;
}
.navbar{
    width: 100%;
    background: #fff;
    opacity: .8;
    z-index: 999;
}

.navbar-dark .navbar-nav .nav-item {}
.navbar-nav .nav-item.hot,
.navbar-nav .nav-item.new,
.navbar-nav .nav-item.sale,
.navbar-nav .nav-item.best
{
    position: relative;
    padding-left: 24px;
}
.fr .navbar-nav .nav-item.new {
    padding-left: 46px;
}
.fr .navbar-nav .nav-item.hot {
    padding-left: 58px;
}
.fr .navbar-nav .nav-item.best{
    padding-left: 66px;
}
.navbar-nav .nav-item.hot:before,
.navbar-nav .nav-item.new:before,
.navbar-nav .nav-item.sale:before,
.navbar-nav .nav-item.best:before
{
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
    display: inline-block;
    font-size: 8px;
    padding: 2px 4px;
    line-height: 1em;
    color: #fff;
    background-color: red;
}

.navbar-nav .nav-item.hot:before {
    content: "Hot";
}

.fr .navbar-nav .nav-item.new:before {
    content: "Nouveau";
}
.fr .navbar-nav .nav-item.hot:before {
    content: "Top ventes";
}
.fr .navbar-nav .nav-item.best:before {
    content: "Meilleur avis";
}
.navbar-nav .nav-item.new:before {
    content: "New";
}
.navbar-nav .nav-item.sale:before {
    content: "Sale";
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
}
#header .nav-item .nav-link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#header .nav-item .nav-link:focus {
    color: #333;
    background-color: transparent;
    border: none;
}
#header .nav-item .nav-link:hover,
#header .nav-item.active .nav-link {
    color: #fff;
    background-color: #022f87;
}

.flag {
    display: inline-block;
    /*background-image: url("https://store.blackview.hk/img/common/flag.png");*/
    background-image: url("https://store.blackview.hk/uploads/page/common/flag.png");
    width: 31px;
    height: 21px;
    vertical-align: middle;
}
.lang .flag {
    /*-webkit-transform: scale(.6);
    transform: scale(.6);*/
    margin-right: 4px;
}
.flag-es {
    background-position: -31px -84px;
}
.flag-jp {
    background-position: 0 -21px;
}
.flag-ru {
    background-position: -31px -21px;
}
.flag-cz {
    background-position: -31px -42px;
}
.flag-ro {
    background-position: -62px -42px;
}
.flag-it {
    background-position: -93px -105px;
}
.flag-fr {
    background-position: -93px -84px;
}
.flag-de {
    background-position: -93px -42px;
}
.flag-pl {
    background-position: -155px -42px;
}
.flag-za {
    background-position: -124px -147px;
}
.flag-global {
    background-position: -124px 0;
}
#header .store-item {
    position: relative;
}
#storeBox {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    z-index: 99;
    background: #fff;
    color: #000;
    padding: 15px;
    text-align: left;
}
#storeBox li {
    list-style-type: none;
    margin-bottom: 20px;
}
#storeBox li:last-child {
    margin-bottom: 0;
}
#storeBox li a {
    display: block;
    font-size: 16px;
    line-height: 1em;
    width: 150px;
    color: #000;
}
#storeBox li a:hover {
    background-color: #022f87;
    color: #fff;
}
#storeBox li a i {
    margin-right: 4px;
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    #langSelectFloor .content .lang-list > .row {
        margin: 0;
    }
}
@media screen and (min-width: 768px) {
    #langSelectFloor {
        max-width: 1100px !important;
    }
}
@media screen and (min-width: 1200px) {
    .navbar-dark .navbar-nav .nav-item {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1199.98px) and (min-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media screen and (max-width: 991.98px) {
    #header{
        height: 150px;
    }
    .navbar-dark .navbar-nav .nav-item {
        margin-right: 0;
    }
    #header .nav-icon {
        line-height: 32px;
        margin: 0 20px 0 0;
    }
    #header .nav-icon a {
        color: #022f87;
    }
    #header .nav-icon a i {
        font-size: 20px;
    }
    .navbar-dark .navbar-toggler {
        border-color: #022f87;
        background-color: #022f87;
    }
    .navbar-dark .navbar-toggler:focus {
        outline: 0;
    }
    #navbarBox {
        background: #fff;
        padding: 10px;
        border: 1px solid #022f87;
        margin-top: 10px;
        border-radius: 6px;
    }
    #navSearchForm .form-control {
        width: 80%;
    }
    #header .nav-item .nav-link {
        text-align: left;
        padding-left: 30px;
    }
    .navbar-nav .nav-item.hot, .navbar-nav .nav-item.new, .navbar-nav .nav-item.sale, .navbar-nav .nav-item.best {
         padding-left: 0;
    }
    #storeBox {
        position: static;
    }
    #language {
        float: left;
    }
}

#header .container {
    max-width: 1200px;
}
/* header end */
