body {
    position: relative;
    font-family: 'PingFang HK', 'å¾®è»Ÿæ­£é»‘é«”', 'Questrial', 'Arial', sans-serif;
}

.logo {
    display: block;
    width: 100%;
}

* {
    box-sizing: border-box;
    transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
}

a:hover {
    opacity: .6;
}

a {
    -moz-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

a,
a:visited,
a:active {
    color: inherit;
}

img {
    border-width: 0;
}

.container {
    padding: 0 10px;
}

legend {
    font-size: 2em !important;
}

.mobile-header-wrapper {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    opacity: .95;
    box-sizing: border-box;
    z-index: 26;
    border-bottom: 1px solid #eee;
}

.mobile-menu-toggle > span {
    background-color: #CC0000;
}

.mobile-menu .mobile-menu-toggle {
    float: right;
    right: 10px;
}

.logo > a {
    display: block;
    padding: 10px 0;
    background-image: url(../images/logo250x30.png);
    height: 50px;
    max-width: 250px;
    background-size: 250px 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.quick-search .circle {
    border-color: #fff !important;
    margin: 0 !important;
    top: 5px !important;
    left: 5px !important;
    width: 15px !important;
    height: 15px !important;
    border-width: 2px !important;
}

.quick-search .rectangle {
    margin: 0 !important;
    border-color: #fff !important;
    bottom: 1px !important;
    left: 13px !important;
    border-width: 2px !important;
}

.search .circle,
.quick-search .circle {
    display: block;
    border: 3px solid #CC0000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 10px;
}

.tablet .search .circle {
    margin: 0;
    top: 15px;
}

.phone .search .circle {
    margin: 0;
    top: 10px;
    left: 12px;
}

.phone .search .rectangle {
    top: 26px;
    margin: 0;
    left: 22px;
}

.tablet .search .rectangle {
    top: 29px;
    margin: 0;
}

.search {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    /* border-left: 1px solid #eee; */
}

.search .rectangle,
.quick-search .rectangle {
    width: 8px;
    height: 10px;
    display: block;
    border-top: 3px solid #CC0000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 25px;
    bottom: 10px;
    margin: 10px;
}

.header-left {
    width: 50%;
}

.header-right {
    width: 50%;
}

.mobile-menu-toggle-container > span {

    height: 3px;
}

.cart > i {
    color: #CC0000;
    font-size: 25px;
    padding: 0 5px 5px 5px;
    cursor: pointer;
}

body {
    margin-top: 51px;
}

.phone body {
    margin-top: 45px;
}

a {
    text-decoration: none;
    color: initial;
}

/* header */
.header-menu {
    /* padding: 10px 0; */
}

.header-menu .prizm_menu_items:last-child {
    border-right: none;
}

.header-menu .prizm_menu_items {
    font-size: 1.2rem;
    display: inline-block;
    transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;

}

.header-menu a {
    color: #000;
    font-size: 1.4rem;
}

.mobile-header-menu {
    border-bottom: 5px solid #CC0000;
}

.desktop-logo {
    display: block;
}

.desktop-logo-container {
    width: 150px;
    padding: 10px;
}

.mobile-menu {
    background-color: #fff;
    /* padding: 10px; */
    box-sizing: border-box;
}

.mobile-menu-container {
    box-sizing: border-box;
}

.search-form-container {
    padding: 10px;
}

.prizm-search-group input {
    width: 100%;
    font-size: 1.2rem;
    padding: 6.5px;
    height: 30px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

form#search {
    display: block;
    width: 100%;
    position: relative;
}

.search-form-container .search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    width: 30px;
    height: 30px;
}

/* footer */

.mobile-footer-wrapper {
    margin-top: 40px;
}

.prizm_menu_container.footer-menu a {
    color: #888;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.footer-menu .prizm_menu_items {
    /* position: relative; */
    /* padding: 0 10px; */
}

.footer-menu .prizm_menu_items > a:after {
    content: "";
    display: block;
    right: 10px;
    background-color: #9A9C96;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 10px;
    opacity: 1;
    transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -webkit-transform: translateY(3px) rotate(-45deg);
    transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
}

.footer-menu .prizm_menu_items > a:before {
    content: "";
    display: block;
    right: 10px;
    background-color: #9A9C96;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 10px;
    transform: translateY(-3px) rotate(45deg);
    -webkit-transform: translateY(-3px) rotate(45deg);
    -moz-transform: translateY(-3px) rotate(45deg);
    -ms-transform: translateY(-3px) rotate(45deg);
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
}

.footer-menu .prizm_menu_items.has_child_menu > a:after {
    transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
}

.footer-menu .prizm_menu_items.has_child_menu > a:before {
    transform: rotate(90deg) translateY(0);
    -webkit-transform: rotate(90deg) translateY(0);
    -ms-transform: rotate(90deg) translateY(0);
    -moz-transform: rotate(90deg) translateY(0);
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
}

.footer-menu .prizm_menu_items.has_child_menu > a.active:before {
    opacity: 0;
}

.footer-menu .prizm_menu_items.child_menu_items.active {
    height: auto;
}

.footer-menu .prizm_menu_items > a {
    padding: 10px;
    display: block;
}

.footer-menu .prizm_menu_items.child_menu_items {
    display: none;
    border-bottom: none;
    padding-right: 0;
}

.footer-menu {
    padding-bottom: 15px;
}

.footer-menu .prizm_menu_items:last-child {
    border-right: none;
}

.copyright {
    color: #000;
    width: 60%;
    font-size: 1.2rem;
    padding: 10px 0px;
    line-height: 2rem;
    box-sizing: border-box;
    /* text-align: center; */
}

.logo-3ds-container img {
    width: 60px;
    display: inline-block;
    margin: 0 5px 15px 0;
}

.logo-3ds-container img.logo-footer-alipay{
    width: 30px;
    height: 30px;
}

.logo-3ds-container img.logo-footer-applepay{
    margin-bottom: 11px;
}

.mobile-footer-container .logo-3ds-container {
    text-align: center;
}

.mobile-footer-container .logo-3ds-container img {
    width: 35px;
}

.mobile-footer-container .logo-3ds-container img.logo-footer-alipay {
    width: 20px;
    height: 20px;
}

.mobile-footer-container .logo-3ds-container img.logo-footer-applepay {
    margin-bottom: 13px;
}

.prizm_menu_items > a {
    font-size: 1.6rem;
    color: #222;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    padding: 0 12px;
}

.header-menu .prizm_menu_items > a {
    height: 70px;
    line-height: 70px;
}

.language-choice.current {
    display: none;
}

.footer-option-wrapper {
    background-color: #eeeddf;
    /* border-top: 1px solid #eee; */
    margin-top: -1px;
}

.language-selector a {
    color: #A09E99;
    font-size: 1.1rem;
    padding: 0;
    padding-left: 15px;
}

.language-choice-tc.language-choice {
    /* background-image: url(../flags/1x1/hk.svg); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-origin: content-box; */
}

.mobile-menu-wrapper.active .footer-option {
    position: fixed;
    bottom: 0;
    background-color: whitesmoke;
    width: 100%;
    opacity: 1;
    border-top: 1px solid #eee;
}

.footer-menu .menu_office-solutions ~ .child_menu_items > a,
.footer-menu .menu_products ~ .child_menu_items > a,
.footer-menu .menu_professional-panel ~ .child_menu_items > a {
    padding-left: 60px;
}

.footer-menu .prizm_menu_items > a:hover {
    background-color: #eee;
}

.mobile-search-wrapper {
    position: fixed;
    top: -100%;
    z-index: 20;
    border: 1px solid #eee;
    padding-top: 71px;
    height: 100%;
    background-color: #fff;
    max-width: 400px;
    right: 0;
    transition: top .4s ease;
    -webkit-transition: top .4s ease;
    -ms-transition: top .4s ease;
    -moz-transition: top .4s ease;
    width: 100%;
}

.mobile-search-wrapper.active {
    top: 0;
}

.mobile-menu-wrapper .footer-option {
    opacity: 0;
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -ms-transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
}

.popular-keyword {
    margin: 5px;
}

.popular-keyword a {
    text-decoration: underline;
    color: #B6B4B6;
}

.cart {
    position: relative;
    width: 50px;
    box-sizing: content-box;
    height: 50px;
    cursor: pointer;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    padding: 0;
    /* border-left: 1px solid #eee; */
}

.cart .first {
    border: 2px solid #CC0000;
    border-radius: 6px 6px 0 0;
    width: 12px;
    display: block;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

.cart .last {
    border: 2px solid #CC0000;
    border-radius: 3px;
    width: 20px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 17px;
    box-sizing: border-box;
    background-color: #CC0000;
}

.cart .cart-q {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    top: 0;
    line-height: 51px;
    color: #fff;
    font-weight: bold;
    /* display: none; */
}

.search-form-container .search .circle {
    top: 4px;
    left: 5px;
}

.search-form-container .search .rectangle {
    bottom: -1px;
    left: 13px;
}

.step, .step-between {
    width: 33.33333%;
    text-align: center;
    color: #888;
    background-color: #eee;
    box-sizing: border-box;
    font-size: 1.4rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.step-between {
    background-color: #fafafa;
}

.step {
    cursor: pointer;
    position: relative;
}

.shopping-cart-container {
    /* padding-top: 10px; */
    height: 100%;
    padding: 0 10px;
}

.steps {
    /* border: 1px solid transparent; */
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
    background-color: #EEEEEE;
    overflow: hidden;
}

/*.active:before {*/
/*display: none;*/
/*}*/

.step:last-child:after, .step:last-child:before {
    display: none !important;
}

.mobile-menu-toggle.active {
    background-color: #CC0000;
}

.mobile-menu-toggle.active > span {
    background-color: #fff;
}

.cart.active {
    background-color: #CC0000;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
}

.cart.active > span {
    border-color: #fff;
    color: #fff;
}

.header .search.active {
    background-color: #CC0000;
    /* background-image: url(../images/search_20x20_white.png); */
}

.swiper-slide
a:hover {
    opacity: 1;
}

.search.active > span {
    border-color: #fff;
}

.desktop .element-slider .swiper-slide,
.desktop2 .element-slider .swiper-slide {
    height: 100% !important;
}

.phone .element-slider .swiper-slide,
.tablet .element-slider .swiper-slide {
    /*height: initial !important;*/
}

.swiper-slide {
    /* position: relative; */
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.mobile-menu-toggle > span:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -6px;
    background-color: #CC0000;
    display: block;
    border-radius: 100%;
    /* margin-right: 2px; */
    border: 2px solid transparent;
}

.footer-option .language-selector {
    text-align: center;
}

.language-option > a {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.facebook-share i,
.youtube-share i {
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: middle;
}

.facebook-share i{
    color: #4267B2;
}

.youtube-share i{
    color: #ff0000;
}

.facebook-share > a,
.youtube-share > a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 40px;
}

.facebook-share,
.youtube-share {
    text-align: center;
}

.header-social-icon .facebook-share > a,
.header-social-icon .youtube-share > a{
    line-height: 50px;
    padding: 10px;
}

.mobile-menu .facebook-share > a,
.mobile-menu .youtube-share > a{
    padding-right: 10px;
}

.link-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    overflow: hidden;
    top: 5px;
}

.mobile-menu .copyright {
    display: none;
    white-space: nowrap;
}

.desktop body {
    margin-top: 51px;
}

.seperator {
    padding: 5px 0;
    font-size: 1.2rem;
}

.seperator:after {
    content: "/";
}

.footer-menu .child_menu_items a {
    color: #aaa;
    font-size: 1.3rem;
    padding-left: 20px;
}

.form-group.required > label:before {
    content: "*";
    color: red;
    padding-right: 2px;
}

.button.back a {
    background-color: #F1F2F4;
    color: #aaa;
}

.submit > input {
    cursor: pointer;
    color: #fff;
    background-color: #ED242B;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.2rem;
}

label {
    font-size: 1.2rem;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #777;
}

.phone body .container {
    padding: 0 10px;
}

.header-container.container {
    /* padding: 0 !important; */
}

.shopping-cart .step {
    padding: 5px 0;
    position: relative;
}

.shopping-cart .step i {
    font-size: 24px;
}

.shopping-cart .dummy {
    display: none;
}

.sku {
    font-weight: bold;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.mobile-footer-container {
    padding: 0 !important;
}

.phone .mobile-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tablet .tablet-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.all-full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header .search,
.mobile-search .search {
    /* background-image: url(../images/search_20x20_red.png); */
    background-size: 20px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.backtotop {
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    transition: opacity .8s ease;
    cursor: pointer;
    right: 30px;
    bottom: 20px;
    z-index: 2;
    position: fixed;
    width: 50px;
    background-image: url(../images/icn_BackToTop.png);
    height: 50px;
    background-size: cover;
}

.backtotop.show {
    opacity: 1;
}

.backtotop.show:hover {
    opacity: .8;
}

.langauge-icon {
    background-image: url(../images/icn_Language.png);
    background-size: 12px 12px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #777;
    font-size: 1.4rem;
}

.desktop-footer-menu .child_menu_items > a {
    display: block;
    color: #555;
    padding: 5px 0;
    font-size: 1.3rem;
}

.desktop-footer-menu .link-icon {
    display: none;
}

.desktop-footer-menu > .prizm_menu_items_container > div {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.desktop-footer-menu {
    margin: 100px 0 20px 0;
}

.desktop-footer-menu .menu36, .desktop-footer-menu .menu38 {
    /* display: none; */
}

.desktop-footer-menu .menu_services {
    font-weight: bold;
}

.desktop .header-left {
    width: 200px;
    padding: 10px 0;
}

.desktop .header-right {
    width: 880px;
    float: right;
}

.desktop2 .header-left {
    width: 200px;
    padding: 10px 0;
}

.desktop2 .header-right {
    width: 1100px;
    float: right;
}

.desktop-footer-menu .prizm_menu_item:hover {
    opacity: .6;
}

.cart-icon {
    position: relative;
    height: 100%;
    width: 100%;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
}

.cart-icon.loading {
    opacity: .3;
}

.desktop2 .search,
.desktop .search,
.desktop2 .cart,
.desktop .cart {
    padding: 10.5px;
}

.desktop-header-menu {
    height: 70px;
    display: table;
}

.header-menu {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.header-menu .prizm_menu_items:hover {
    /* opacity: .4; */
}

.desktop2 body,
.desktop body {
    margin-top: 71px;
}

.desktop-footer-menu .has_child_menu > a {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.desktop-footer-menu .has_child_menu > a:before {
    display: none !important;
}

.buy-button {
    background-color: #cc0000;
    /* position: absolute; */
    /* right: 10px; */
    /* top: 0; */
    /* height: 100%; */
    color: #fff;
    /* padding: 5px 10px; */
    font-weight: bold;
    text-align: center;
    /* cursor: pointer; */
}

.share-to-icon > a {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    /* border-left: 1px solid #eee; */
    display: block;
    height: 100%;
}

.share-to-icon.whatapp > a {
    background-image: url(../images/icn_Whatapps.png);

}

.share-to-icon.facebook > a {
    background-image: url(../images/icn_FB_Gray.png);
}

.share-to-icon.email > a {
    background-image: url(../images/icn_EmailShare.png);
}

.desktop .footer-option {
    padding: 5px 0;
}

.sidebar {
    height: 100%;
}

.desktop .has-sidebar-body,
.desktop2 .has-sidebar-body {
    padding-left: 25%;
    min-height: 800px;
}

.has-sidebar-body .container {
    width: 100% !important;
    padding: 0;
}

.phone .sidebar-container,
.tablet .sidebar-container {
    display: none;
}

div#page-766 .image-only img {
    max-width: 500px;
}

.page_element {
    margin: 10px 0;
}

.swiper-wrapper {
    /*padding-bottom: 62.5%;*/
    /*height: 0 !important;*/
    /* position: relative; */
}

.tablet .element-slider .swiper-wrapper,
.phone .element-slider .swiper-wrapper {
    padding-bottom: 75%;
    height: 0 !important;
}

.element-slider {
    margin: 0;
}

.element-menu_grid {
    margin: 0;
}

.desktop .prizm_menu_items > a {
    font-size: 1.6rem;
}

.desktop2 .dropdown-area-items-container {
    max-width: 1300px;
    margin: auto;
}

.desktop .dropdown-area-items-container {
    max-width: 1080px;
    margin: auto;
}

.dropdown-area-item {
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 40px;
    font-weight: normal !important;
    display: inline-block;
    width: 50%;
}

a.dropdown-area-item .link-icon {
    left: 5px;
    top: 10px;
    bottom: 10px;
}

.dropdown-area-items {
    max-width: 700px;
    padding-left: 10px;
}

.dropdown-area-items-container {
    padding: 0 10px;
    padding-left: 200px;
}

.header-menu .prizm_menu_items:hover .dropdown-area-items-wrapper {
    height: auto;
    opacity: 1 !important;
    /* padding-bottom: 20px; */
    /* box-shadow: 0px 2px 2px 0px #fff; */
    border-bottom: 1px solid #eee;
}

.dropdown-area-items-wrapper {
    overflow: hidden;
    left: 0;
    position: absolute;
    opacity: 0.8;
    background-color: #fff;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    width: 100%;
    height: 0;
}

.menu34 ~ .dropdown-area-items-wrapper {
    display: none;
}

.tablet .mobile-footer-container,
.phone .mobile-footer-container {
    border-top: 1px solid #eee;
}

.cart {
    /* display: none; */
}

.slider-backgound {
    /* position: absolute; */
    /* height: 100%; */
    cursor: pointer;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position-x: center;
    padding-bottom: 62.5%;
}

/*.slider-backgound {*/
/*padding-bottom: 62.5%;*/
/*}*/

.phone .element-slider .slider-backgound,
.tablet .element-slider .slider-backgound {
    padding-bottom: 75%;
    height: 100%;
}

.header-language-selector-container {
    line-height: 50px;
}

.header-language-selector a {
    font-size: 1.2rem;
}

.desktop-footer-menu .child_menu_items
.prizm_menu_item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #999999;
    transition: left .6s ease;
    -webkit-transition: left .6s ease;
    -moz-transition: left .6s ease;
    -ms-transition: left .6s ease;
}

.desktop-footer-menu .child_menu_items > .prizm_menu_item {
    position: relative;
    padding-left: 15px !important;
}

.desktop-header-menu .menu_professional-panels ~ div a:before,
.desktop-header-menu .menu_products ~ div a:before,
.desktop-header-menu .menu_office-solutions ~ div a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #999999;
}

.prizm-search-group {
    display: table;
    width: 100%;
    padding: 10px 0;
}

.prizm-search-textbox-container {
    display: table-cell;
    width: 370px;
}

.prizm-search-button-container {
    width: 30px;
    display: table-cell;
    vertical-align: top;
}

button.prizm-search-button {
    height: 30px;
    position: relative;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    display: block;
    width: 100%;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
}

.mobile-search-container {
    /*width: 1300px;*/
    /*margin: auto;*/
    position: relative;
    overflow-y: scroll;
    height: 100%;
}

.mobile-search {
    /* position: absolute; */
    /* right: 0; */
    /* overflow-y: auto; */
    /* top: 0; */
    /* max-height: 500px; */
    /* width: 100%; */
    /* max-width: 400px; */
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 1px 1px #aaa; */
    /* display: none; */
}

.active .mobile-search {
    display: block;
}

.quick-words > a:hover {
    background-color: #CC0000;
    color: #fff;
    border-color: #CC0000;
    opacity: 1;
}

.quick-words > a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
    transition: background-color .4s ease, border-color .4s ease;
    -webkit-transition: background-color .4s ease, border-color .4s ease;
    -ms-transition: background-color .4s ease, border-color .4s ease;
    -moz-transition: background-color .4s ease, border-color .4s ease;
}

.mobile-search-wrapper .search-line > div {
    display: table-cell;
    /* width: 50%; */
    vertical-align: top;
}

.show-list {
    margin: 10px 0;
}

.phone .mobile-search-wrapper.active,
.tablet .mobile-search-wrapper.active {
    top: 0;
    height: 100%;
    padding-top: 45px;
}

.footer-left {
    width: 69%;
}

.footer-right {
    width: 31%;
    text-align: right;
}

.footer-right > div {
    display: inline-block;
    width: auto;
    line-height: 1.6rem;
}

button.prizm-search-button img {
    width: 20px;
    height: 20px;
    margin: auto;
}

.header-menu .item-22,
.header-menu .item-212 {
    /* display: none; */
}

.phone .copyright,
.tablet .copyright {
    width: 100%;
}

.banner h1,
.banner h2,
.banner-text {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-family: 'Roboto', 'å¾®è»Ÿæ­£é»‘é«”', 'Questrial', 'Arial', sans-serif !important;
}

.footer-right .langauge-icon {
    line-height: 2rem;
    font-size: 1.2rem;
}

.desktop-footer-menu .child_menu_items
.prizm_menu_item:hover:before {
    left: 5px;
}

h2 {
    color: #bebeb2;
    font-size: 1.8rem;
}

h3 {
    font-size: 2rem;
}

.phone .mobile-search, .tablet .mobile-search {
    max-height: 100%;
    height: 100%;
}

.phone .mobile-search-container,
.tablet .mobile-search-container {
    height: 100%;
    top: 0;
    padding: 0 !important;
}

.absolute {
    position: absolute;
}

.desktop2 .mobile-search,
.desktop .mobile-search {
    /* max-width: 400px; */
}

.swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
}

.desktop .slider-backgound.tuned,
.desktop2 .slider-backgound.tuned {
    padding-bottom: 0;
    height: 100%;
}

.active.cart .first, .active.cart .last {
    border-color: #fff;
}

.active.cart .cart-q {
    color: #fff;
}

.promotion-code .caption {
    margin: 10px 0;
    font-size: 1.4rem;
    padding: 0 10px;
}

.promotion-code-container {
    margin: 10px 0;
}

.promotion-code .coupon {
    margin: 10px 0;
    display: table-cell;
    width: 320px;
}

.coupon-input-group {
    display: table;
}

.apply-coupon {
    display: table-cell;
    width: 80px;
    background-color: #E7E8E8;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #555;
    font-weight: bold;
}

.promotion-code .coupon input {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    background-color: #F4F5F5;
    border: 1px solid #E7E8E8;
    color: #555;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 39px;
}

.cart-total-container {
    background-color: #F4F5F5;
    padding: 10px;
    border-top: 1px solid #E7E8E8;
    border-bottom: 1px solid #E7E8E8;
}

.subtotal-group,
.delivery-group,
.total-group,
.discount-group {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.total-group {
    margin: 10px 0;
}

.cart-total-container .title {
    font-size: 1.4rem;
    width: 200px;
    font-weight: bold;
    display: table-cell;
}


.cart-total-container .content {
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}

span.cart-delivery-currency-value {
    display: block;
    text-align: right;
    float: right;
}

span.cart-delivery-currency {
    text-align: left;
}

.cart-action-button,
.payment-pay-button {
    background-color: #cc0000;
    text-align: center;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    font-size: 1.4rem;
}

.cart-action-container {
    text-align: right;
    padding: 10px 0;
}

.cart-member-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 100;
    top: 0;
}

.cart-member-container {
    width: 300px;
    height: 240px;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    position: absolute;
    background: #fff;
    margin: -120px auto 0 auto;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.cart-member .caption {
    font-size: 1.6rem;
    font-weight: bold;
}

.cart-member .slogan {
    color: #555;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 5px 0;
}

.cart-member .member-form {
    padding: 5px 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* phone header */
.phone .cart {
    height: 44px;
    width: 44px;
}

.phone .search {
    height: 30px;
    width: 30px;
    padding: 7px;
}

.phone .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 6px;
}

.phone .logo > a {
    height: 44px;
    background-size: 200px 24px;
}

.phone .cart .first {
    top: 9px;
}

.phone .cart .last {
    top: 13px;
}

.phone .cart .cart-q {
    top: 0;
    line-height: 44px;
}

.member-form-input-group {
    display: table;
    margin-top: 10px;
}

.member-form-input-group .label {
    display: table-cell;
    width: 70px;
    color: #555;
    font-size: 1.2rem;
}

.member-form-input-group .input {
    display: table-cell;
    width: 200px;
}

.cart-member input {
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    background-color: #F4F5F6;
    border: 1px solid #ccc;
    color: #555;
    -webkit-appearance: none;
    appearance: none;
}

.member-form-action {
    display: table;
    width: 100%;
    font-size: 1.2rem;
}

.member-form-action > div {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.member-form-switch-button {
    color: #DA0124;
    text-decoration: underline;
    font-weight: bold;
}

.button.member-signup-button,
.button.member-login-button {
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    width: 80px;
}

.cart-member .action-right {
    text-align: right;
}

.cart-member .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 1.8rem;
    padding: 10px;
    line-height: 1.8rem;
}

.cart-member .hint {
    height: 20px;
    color: #cc0000;
    font-size: 1.2rem;
    text-align: center;
    font-style: italic;
    margin: 10px 0;
}

.no-height {
    height: 0 !important;
    padding: 0 !important;
}

.form-input-group {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.form-input-group > div {
    display: table-cell;
}

.form-input-group input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1.4rem;
}

.payment-method-detail-container {
    /* padding: 15px 10px; */
    /* background-color: #F5F6F7; */
}

.payment .caption {
    font-size: 1.4rem;
    font-weight: bold;
}

.cart-payment-methods {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0;
}

.cart-payment-methods > div {
    display: table-cell;
    padding-right: 10px;
    margin-right: 10px;
}

.cart-payment-methods > div:last-of-type {
    padding-right: 0;
}

.payment-method-container {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.tc .policies-en {
    display: none;
}

.en .policies-tc {
    display: none;
}

.payment-policy-container {
    padding: 15px;
    font-size: 1.4rem;
    color: #aaa;
    background-color: #F0F0F0;
    margin: 10px 0;
}

.cart-payment-policy .policy {
    /* padding-left: 50px; */
    margin: 10px 0;
}

.tc .cart-payment-policy-accept-detail-en {
    display: none;
}

.en .cart-payment-policy-accept-detail-tc {
    display: none;
}

.cart-payment-policy-accept {
    /* display: table; */
}

.cart-payment-policy-accept > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
}

.cart-payment-policy-accept-check {
    text-align: center;
}

.cart-payment-policy-accept-check input {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.tablet .shopping-cart-wrapper {
    padding-top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: content-box;
    padding: 0 !important;
}

.app .shopping-cart-wrapper {
    padding-top: 0;
}

.tablet .shopping-cart-wrapper,
.desktop .shopping-cart-wrapper,
.desktop2 .shopping-cart-wrapper {
    padding-top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    z-index: 30;
}

.payment .checked,
.payment .no-checked {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #aaa;
}

.payment .checked.active,
.payment .no-checked.active {
    display: block;
}

.payment .payment-action {
    text-align: right;
}

.payment-back-button-container {
    padding: 10px 0;
}

.payment-back-button {
    background-color: #eee;
    display: inline-block;
    padding: 10px 20px;
    color: #555;
    font-size: 1.4rem;
}

.cart-payment-method-image {
    width: 100%;
    position: relative;
    height: 40px;
    background-size: 50px 30px;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    /* border-radius: 10px; */
    background-position: center center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.cart-payment-method.method-visa .cart-payment-method-image {
    background-image: url(../images/icon_visa.jpg);
}

.cart-payment-method.method-applypay .cart-payment-method-image,
.cart-payment-method.method-applepay-web .cart-payment-method-image {
    background-image: url(../images/icon_apple_pay.jpg);
}

.cart-payment-method.method-alipay-hk .cart-payment-method-image {
    background-image: url(../images/icon_alipay_hk.png);
    background-size: 30px!important;
}

.cart-payment-method-image:hover .cart-payment-method-layer,
.cart-payment-method.active .cart-payment-method-image .cart-payment-method-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ccc;
    opacity: .3;
}

.cart-payment-method.inactive .cart-payment-method-image{
    cursor: not-allowed;
    opacity: 0.3;
}

.same-as-shipping-address > .checkbox > div.active,
.same-as-billing-address > .checkbox > div.active {
    display: block;
}

.same-as-shipping-address > .checkbox > div,
.same-as-billing-address > .checkbox > div {
    display: none;
}

.thank-you {
    font-size: 1.8rem;
    font-weight: bold;
}

.order-detail-container {
    padding: 10px;
}

.shipping-address-container {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-weight: bold;
}

.billing-address-container {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: -1px;
}

.payment-success-msg {
    font-size: 1.2rem;
}

.fill-delivery-info-msg {
    font-size: 1.2rem;
}

.same-as-billing-address-container {
    padding: 10px;
    border-top: 1px solid #eee;
}

.same-as-shipping-address-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.same-as-shipping-address,
.same-as-billing-address {
    display: table;
    font-size: 1.4rem;
}

.same-as-shipping-address > div,
.same-as-billing-address > div {
    display: table-cell;
    vertical-align: middle;
}

.same-as-shipping-address .checkbox,
.same-as-billing-address .checkbox {
    padding-right: 5px;
    font-size: 2rem;
    cursor: pointer;
}

.shopping-cart .step.active {
    background-color: #ddd;
}

.step.step-cart:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 10px;
    border-color: transparent transparent transparent #eee;
    right: -10px;
    top: 0;
    z-index: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.step.step-cart.active:after {
    border-color: transparent transparent transparent #ddd;
}

.shipping-delivery-container, .shipping-confirm-container {
    padding: 10px;
}

.step.step-payment:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 10px;
    border-color: transparent transparent transparent transparent;
    right: -10px;
    top: 0;
    z-index: 1;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
}

.step.step-payment.active:after {
    border-color: transparent transparent transparent #ddd;
}

.shipping-delivery-button, .shipping-confirm-button {
    font-size: 1.4rem;
    background-color: #CC0000;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}

.shipping-delivery, .shipping-confirm {
    text-align: right;
}

.cart-shipping-container {
    padding-bottom: 50px;
}

.cart-shipping input {
    background-color: #F5F5F5;
    border: 1px solid #eee;
}

.phone .shopping-cart-wrapper {
    padding-left: 0;
    padding-right: 0;
    right: 0;
    z-index: 25;
    padding-top: 44px;
}

.freeze .mobile-header-wrapper {
    opacity: 1;
}

.shopping-cart-wrapper.active .steps-contaier {
    top: 0;
}

.steps-contaier {
    /* position: fixed; */
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding-top: 10px;
}

.phone .shopping-cart-wrapper.active .steps-contaier {
    top: 45px;
}

.cart-wrapper.cart-step-view {
    padding-top: 56px;
    padding-top: 0;
}

.cart-step-view {
    /* padding-top: 56px; */
}

.arrow_box-container {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.compare-queue-container .arrow_box {
    font-size: 1.2rem;
    width: 60px;
    display: block;
}

.compare-queue-container .arrow_box-container {
    top: -35px;
    width: 60px;
    left: -5px;
}

.arrow_box {
    position: relative;
    background: #eee;
    font-size: 1.6rem;
    padding: 5px;
    color: #000;
    font-weight: normal;
}

.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 27, 60, 0);
    border-top-color: #eee;
    border-width: 5px;
    margin-left: -5px;
}

.step.step-payment {
    padding-left: 10px;
}

.phone .cart-overlay {
    /* right: 320px; */
}

.phone .announcement,
.tablet .announcement {
    white-space: nowrap;
    overflow-x: scroll;
    /* margin-right: 20px; */
}

.phone .group.group-close,
.tablet .group.group-close {
    position: absolute;
    right: 10px;
}

.model-enquiry.enquiry-button {
    background-color: #cc0000;
    /* position: absolute; */
    /* right: 10px; */
    /* top: 0; */
    /* height: 100%; */
    color: #fff;
    /* padding: 5px 10px; */
    /* font-weight: bold; */
    text-align: center;
    /* cursor: pointer; */
}

.model-enquiry.enquiry-button a {
    color: #fff;
    display: block;
}

.box .btn {
    text-transform: uppercase;
    border-radius: 0 !important;
}

.phone .arrow-left,
.phone .arrow-right,
.tablet .arrow-left,
.tablet .arrow-left {
    display: none;
}

span.product-new {
    padding-left: 5px;
    font-weight: normal;
    color: #cc0000;
    text-transform: uppercase;
    font-size: 1rem;
    font-style: italic;
}

.type-pop_up .announcement {
    white-space: normal;
}

.phone .pagination,
.tablet .pagination {
    display: none;
}

.buy-button.disabled {
    background-color: #ccc !important;
}

.lazyload.preloading {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 50px !important;
    background-image: url("../images/spinner.gif");
}

#cart-loading {
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 155px 115px;
    background-image: url("../images/spinner.gif");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    opacity: .9;
}

.order-incomplete-notify {
    position: fixed;
    bottom: -100px;
    transition: bottom linear .6s;
    width: 320px;
    background-color: #F0FF00;
    padding: 10px;
    font-weight: bold;
    right: 0;
    text-align: center;
}

.order-incomplete-notify.end {
    bottom: 0;
}