/* common css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: rgba(0,0,0,0.85);
}
@font-face {
    font-family: "iconfont";
    src: url("/fonts/iconfont.woff");
    font-weight: 400;
    font-style: 400;
}
@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Semibold.woff");
    font-weight: 600;
}
@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Regular.woff");
    font-weight: 400;
}
@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Light.woff");
    font-weight: 200;
}
::before, ::after {
    font-family: "iconfont";
}
body, html {
    font-size: 14px;
    font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,"sans-serif";
}
a {
    text-decoration: none;
    color: rgb(0,112,213);
}
a:hover {
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
a.no-underline {
    text-decoration: none;
}
.hide {
    display: none !important;
}
li {
    list-style: none;
}
.hr {
    height: 1px;
    width: 100%;
    background-color: rgb(238,238,238);
}
.not-allow-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.forbid {
    cursor: not-allowed !important;
}
input:focus {
    outline: none !important;
}
.fade-desc {
    color: rgba(0,0,0, 0.5);
    font-size:0.9em;
}
.common-section {
    width: 1200px;
    min-width: 1200px;
    margin: 50px auto 0;
    position: relative;
}
.section-full-sreen {
    width: 100%;
    min-width: 100%;
    margin: 50px auto 0;
    position: relative;
}
.section-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 50px auto 0;
    position: relative;
}

.full-screen-section {
    width: 100%;
    min-width: 1200px;
    margin-top: 50px;
}
input, select {
    outline: none;
}

#captcha-element {
    margin-top: 20px;
}

/* head css */
.header-section-outer {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 2;
}

.header-section {
    border-bottom: 1px solid rgb(236,236,236);
    position: sticky;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 1000;
    background: transparent;
}
.header-section a:hover{
    text-decoration: none;
}
.header-message-section {
    width:100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: rgb(250,250,250);
}
.header-message-inner {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-message-content {
    text-align: center;
}
.header-message-content a {
    color: #0070d5
}
.header-message-content a:hover {
    text-decoration: underline;
}
.header-message-content a:after {
    content: "\F105";
    padding-left: 2px;
}
.message-close {
    position: absolute;
    right : 10px;
    cursor: pointer;
}

.transparent-header-section-outer, .search-header-section-outer {
    display: none;
}
.transparent-header-section-outer,
.transparent-header-section-outer .header-section-inner,
.transparent-header-section-outer .head-menu-section,
.transparent-header-section-outer .head-menu-item > a {
    color: white;
    background-color: transparent !important;
}

.header-section-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.ruko-head-logo-box {
    width: 7%;
    margin-right: 3%;
}

.head-menu-section {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.head-menu-section a {
    color: rgba(0,0,0,0.85);
}
ul.head-menu-section > li {
    height: 100%;
    margin-right: 24px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid white;
    transition: border-bottom-color 0.15s linear 100ms;
    font-weight: bold;
}
.transparent-header-section-outer ul.head-menu-section li {
    border-bottom: none;
}
.main-header-section-outer ul.head-menu-section > li:hover{
    border-bottom: 2px solid rgb(38,38,38);
}
.head-menu-item {
    position: relative;
}
.head-menu-item.account-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.transparent-header-section-outer ul.head-menu-section > li a {
    transition: color 0.2s;
}
.transparent-header-section-outer ul.head-menu-section > li > a:hover{
    color: rgb(225,225,225);
}
ul.head-menu-section > li.actived-head-menu {
    border-bottom: 2px solid rgb(38,38,38);
}
.submenu-box {
    position: absolute;
    padding: 10px 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 63px;
    width: 125px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 8px;
    height: auto;

    display: none;

    transition: opacity 0.3s;
    border: 1px solid rgb(242,242,242);
}
.show-submenu.submenu-box {
    display: flex;
    opacity: 1;
}
.submenu-item {

}
.submenu-box li {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    width: 100%;
}
.submenu-box li:hover {
    background-color: rgb(245,245,245);
}
.submenu-box li a {
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    color: rgb(1,1,1,0.6);
    letter-spacing: -1px;
}

.head-right-section {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head-search-box, .head-user-box {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-submit {
    cursor: pointer;
}
.header-section-outer .head-store-btn {
    background-color: rgb(0,112,213);
    padding: 8px 16px 8px 14px;
    border-radius: 16px;
    height: 32px;
    line-height: 15px;
    color: white;
    margin-left: 8px;
    transition: background-color 0.2s linear 100ms;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section-outer .head-store-btn img {
    margin-right: 8px;
}
.header-section-outer .head-store-btn span {
    color: white;
    position: relative;
    top: -2px;
    letter-spacing: -1px;
}

.head-store-btn:hover {
    background-color: rgb(36,144,227);
}

.lang-box {
    margin-left: 18px;
    cursor: pointer;
    position: relative;
}
.current-lang {
    font-size: 16px;
}
.current-lang:hover {
    color: rgb(0,100,255);
}
.lang-select {
    position: absolute;
    top: 42px;
    left: -18px;
    width: 55px;
    background-color: white;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgb(238,238,238);
}
.lang-select a {
    color: rgb(145,145,145);
    border-bottom: 1px solid rgb(225,225,225);
    display: block;
}
.lang-select  a:last-child {
    border-bottom: 0;
}
.lang-select  a:hover {
    color: rgb(0,100,255);
}

.head-nav-outer {
    width: 90%;
    height: 100%;
}
.head-nav {
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.head-nav-outer2 {
    display: none;
}
.search-close {
    cursor: pointer;
}
.head-input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 100%;
    position: relative;
}
.search-input {
    width: 66%;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background-color: none;
    border: 0px solid rgb(235,235,235);
    font-size: 16px;
}
.show-section {
    display: block;
    opacity: 1;
}
.search-mask {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1,1,1,0.55);
    z-index: 1;
}

.search-recommend {
    position: absolute;
    z-index: 2;
    top: 64px;
    height: auto;
    padding: 15px 0px;
    width: 70%;
    background-color: white;
    border-top: 1px solid rgb(230,230,230);
    display: none;
}
.search-recommend li{
    padding: 0 40px;
    width: 100%;
    line-height: 35px;
}
.recommend-title {
    color: rgb(135,135,135);
    font-size: 12px;
}
.search-recommend .recommend-item a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(0,0,0,0.8);
    display: inline-block;
}
.recommend-item:hover {
    background-color: rgb(235,239,242);
    cursor: pointer;
}


/* where to buy, support, fly safe */
.before-footer-outer {
    width: 100%;
    min-width: 1200px;
    background-color: rgb(245,245,245);
    height: 360px;
}
.before-footer-inner {
    width: 1200px;
    max-width: 100%;
    min-width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.before-footer-item {
    width: 18%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.before-footer-item > a:first-child{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.before-footer-item a:last-child {
    font-size: 16px;
    color: rgb(24, 144,255);
}
.before-footer-item a:last-child:hover {
    text-decoration: underline;
}
.before-footer-item h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}
.before-footer-learn-more::after {
    content: "\F105";
    padding-left: 5px;
    color: rgb(24,144,255);
}

.main-box-outer,
#main-content {
    width: 100%;
    min-width: 1200px;
    min-height: 30vh;
    position: relative;
    margin-top: 0px;
    padding-bottom: 60px;
}
.main-box-inner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-left: 5px;
}

/* footer css */
.footer-outer {
    width: 100%;
    background-color: rgb(39, 39, 39);
    padding-bottom: 25px;
    position: relative;
}
.footer-outer a:hover {
    text-decoration: none;
}

.footer-top {
    width: 1200px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.12)
}
.footer-top-title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-top-desc {
    color: rgb(159,163,166);
}
.footer-top .shop-now {
    padding: 9px 16px;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    background-color: rgb(0,112,213);
    margin-top: 25px;
}
.footer-top .shop-now:hover {
    background-color: rgb(36,144,227);
}

.footer-about {
    height: 60px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid rgb(130,135,140);
}
.footer-about a {
    font-size: 12px;
}
.footer-about ul:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-about ul:first-child a {
    color: rgb(159,163,166)
}
.footer-about ul:first-child a:hover {
    color: rgb(250,250,250);
}
.footer-about ul:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-about ul li:not(:last-child) {
    margin-right: 24px;
}
.logo-img {
    opacity: 0.6;
}
.logo-img:hover {
    opacity: 1;
}

.footer-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-inner * {
    color: rgb(159,163,166);
    font-size: 12px;
}
.footer-inner h3 {
    color: white;
}
.footer-left {
    width: 20%;
}
.footer-right {
    width: 20%;
}
.footer-right .subscribe-desc {
    line-height: 35px;
}
.footer-menu {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-title {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: white;
    font-size: 1.1em;
}

.footer-list li{
    line-height: 35px;
}
.footer-list .address-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 25px;
}
.footer-list .address-info svg {
    width: 18%;
    margin-right: 9px;
    position: relative;
    top: 10px;
}
.footer-list li a:hover,
.footer-list li span:hover {
    color: rgb(250,250,250);
}
.footer-menu-list {
    width: 22%;
}
.footer-contact-us-box.footer-menu-list {
    width: 32%;
    margin-right: 2%;
    padding-right: 10px;
}
.footer-left .footer-list li {
    height: 50px;
}
.subscribe-box {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
.subscribe-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 50px;
    background-color: rgba(0,0,0, 0);
    border: 1px solid rgb(108,112,115);
    border-radius: 4px;
}
.subscribe-input:focus {
    border: 1px solid rgb(108,112,115);
}
.envelope-box {
    height: 100%;
    width: 45px;
    background-color: rgb(108,112,115);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.copyright-div {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    color: #6c7073;
    font-size: 12px;
}

.footer-policy {
    height: 30px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
}
.footer-policy-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: circle;
}
.footer-policy-left a,
.footer-policy-left span {
    color: #6c7073;
    font-size: 12px;
}
.footer-policy-left a:hover {
    color: rgb(250,250,250);
}
.footer-policy-left span {
    font-size:  16px;
    position: relative;
    top: 2px;
}
.footer-lang-box {
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.footer-lang-box a,
.footer-lang-box span {
    font-size: 12px;
    color: rgb(159,163,166);
}
.footer-lang-box .current-lang {
    color: white;
}

.zendesk-logo {
    width: 70%;
}
body > div > div > iframe {
    /* opacity: 1 !important; */
    bottom: 90px !important;
    right: 30px !important;
}
.back-to-top-outer {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 2;
    bottom: 160px;
    right: 40px;
    display: none;
}
.back-to-top {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(245,245,245);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background-color: white;
    transition: background-color 0.2s, border-color 0.2s;
}
.back-to-top:hover {
    background-color: rgb(40,124,185);
    border-color: rgb(40,124,185)

}

.contact-us-item {
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
li.whatsapp-qrcode {
    width: 100%;
    height: auto;
    padding-top: 5px;
}
li.whatsapp-qrcode img {
    width: 45%;
    opacity: 0.9;
    border-radius: 3px;
}

.cookie-policy {
    height: 105px;
    position: sticky;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(230,230,230);
    background-color: white;
    z-index: 10
}
.cookie-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 15px 30px 18px;
}
.cookie-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-content-left {
    width: 70%;
    color: rgba(0,0,0,0.65);
    margin-top: 5px;
}
.cookie-content-left a {
    color: rgb(0,112,213);
}
.cookie-content-left a:hover {
    text-decoration: underline;
}
.cookie-buttons {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-buttons button {
    padding: 10px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: rgb(245,245,245);
    border: 1px solid rgb(245,245,245);
    font-size: 16px;
    cursor: pointer;
}
.cookie-buttons .agree-cookie-button {
    color: white;
    background-color: rgb(75,79,81);
    border: 1px solid rgb(75,79,81);
    margin-left: 6px;
}
.agree-cookie-button:hover {
    background-color: rgb(90,94,96);
}
.cookie-opacity {
    opacity: 0;
}
