html.mobile-menu-show {
    overflow: hidden;
}

body {
    background-color: #FFFFFF;
    margin: 0;
}

.main-header {
    height: 100px;
    width: 100%;
    opacity: 0.9;
    background-color: #000000;
    position: fixed;
    top: 0px;
    z-index: 99;
    font-size: 0;
}
body.ete-env .main-header {
    background-color: rgb(165, 88, 65);
}
.main-header-container {
    max-width: 942px;
    margin: auto;
    height: 100%;
    position: relative;
}
.main-header-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; 
}
.main-icon {
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 28px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-image: url("blackopiumlogo01.png");
}
.main-header-title {
    display: inline-block;
	color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	font-weight: bold;
    line-height: 27px;
    margin-left: 40px;
    padding-top: 32px;
}
.main-header-btn-container {
    position: absolute;
    display: inline-block;
    right: -5px;
    height: 50px;
}
.main-header-btn,
.main-header-btn:hover {
    height: 18px;
    color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    margin: 37px 16px 0px 0px;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
}
.main-header-btn.selected,
.main-header-btn.selected:hover {
    font-weight: bold;
    text-decoration: underline;
}
.main-header-login-btn {
    height: 32px;
    width: 86px;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    line-height: 32px;
    margin: 27px 0px 0px 0px;
    box-sizing: content-box;
}
.main-header-login-btn:hover {
    height: 32px;
    line-height: 32px;
    margin: 27px 0px 0px 0px;
    font-weight: normal;
    text-decoration: none;
}
.header-btn-on {
    background-color: #FFFFFF;
    color: #444444;
}
.header-btn-on:hover {
    background-color: #FFFFFF;
    color: #444444;
}
.banner-header {
    position: relative;
    background-color: transparent;
    opacity: 1.0;
}

.main-content {
    background-color: #FFFFFF;
    padding-top: 130px;
    max-width: 942px;
    margin: auto;
}
.main-bound-ele {
    max-width: 942px;
    position: relative;
    margin: auto;
}
.main-title {
	color: #444444;
	font-family: 'Noto Serif', serif;
	font-size: 30px;
    line-height: 41px;
    margin:0;
}
.main-desc {
	color: #444444;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-separator {
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
}
.footer-container {
    background-color: #000000;
    padding: 30px 0;
}
.footer {
    position: relative;
    max-width: 942px;
    height: 30px;
    margin: 0 auto;
    font-size: 0;
}
.footer div {
    display: inline-block;
    vertical-align: top;
}
.lang-btn-container {
	height: 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.lang-btn-container a {
    text-decoration: none;
    color: #FFFFFF;
}
.lang-btn-container .selected {
    text-decoration: underline;
}
.footer-copyright {
    height: 100%;
    width: 70%;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
    	line-height: 30px;
 	margin-left: 0px;
}
.social-media-icon-container {
    position: absolute;
    height: 100%;
    right: 0px;
}
.social-media-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.social-media-icon:last-child {
    margin-right: 0px;
}
.ig-icon {
    background-image: url("iglogo.jpg");
}
.youtube-icon {
    background-image: url("ytlogo.jpg");
}
.fb-icon {
    background-image: url("fblogo.jpg");
}

.loader-container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1999;
}
.loader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #555555;
    opacity: 0.7;
}
.spinner {
    position: absolute;
    width: 60px;
    height: 80px;
    text-align: center;
    font-size: 10px;
    margin: -40px 0px 0px -30px;
    left: 50%;
    top: 50%;
}
.spinner > div {
    background-color: #333;
    height: 100%;
    width: 8px;
    display: inline-block;
    margin-right: 3px;
  
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.error-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
	font-family: 'Noto Serif', serif;
	font-size: 30px;
    font-weight: bold;
    transform: translate(-50%, -50%);
}

.body-wrapper {
    min-height: 100%;
    margin: -100px auto -92px auto;
    box-sizing: border-box;
    background-image: url("blackopiumrebel06.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* mobile */
.mobile-header {
    display: none;
    position: relative;
    height: 60px;
    width: 100%;
    background-color: #000000;
    z-index: 99;
}
body.ete-env .mobile-header {
    background-color: rgb(165, 88, 65);
}
.mobile-header.banner-header {
    background-color: #000000;
}
.mobile-header .main-icon {
    left: 9px;
    top: 12px;
}
.mobile-header .main-header-btn {
    float: right;
    margin: 12px 10px;
}
.mobile-header #header-menu-btn {
    float: right;
    width: 26px;
    height: 22px;
    margin: 18px 10px 0 0;
    background-size: 26px 22px;
    background-repeat: no-repeat;
    background-image: url("blackopiumrebel06.png");
    cursor: pointer;
}

.mobile-header-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 999;
}
#mobile-menu-close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 20px;
    right: 14px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-image: url("close.png");
    cursor: pointer;
}
.mobile-header-menu .main-header-btn-container {
    position: relative;
    display: block;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}
.mobile-header-menu .main-header-btn {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
    margin: 11px 0px;
}
.mobile-header-menu .main-header-btn:first-child {
    margin: 0px 0px 11px 0px;
}
.mobile-header-menu .main-header-login-btn {
    box-sizing: border-box;
    height: 36px;
    width: auto;
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 0 22px;
}

@media 
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .main-icon {
        background-image: url("blackopiumlogo01.png");
    }
    .ig-icon {
        background-image: url("iglogo.jpg");
    }
    .youtube-icon {
        background-image: url("ytlogo.jpg");
    }
    .fb-icon {
        background-image: url("fblogo.jpg");
    }
    .body-wrapper {
        background-image: url("blackopiumrebel07.png");
    }
    #mobile-menu-close-btn {
        background-image: url("close.png");
    }
    .mobile-header #header-menu-btn {
        background-image: url("wrapper.png");
    }
}

@media 
(-webkit-min-device-pixel-ratio: 3),
(min-resolution: 3dppx) {
    .main-icon {
        background-image: url("blackopiumlogo01.png");
    }
    .ig-icon {
        background-image: url("iglogo.jpg");
    }
    .youtube-icon {
        background-image: url("ytlogo.jpg");
    }
    .fb-icon {
        background-image: url("fblogo.jpg");
    }
    .body-wrapper {
        background-image: url("blackopiumrebel07.png");
    }
    #mobile-menu-close-btn {
        background-image: url("close.png");
    }
    .mobile-header #header-menu-btn {
        background-image: url("wrapper.png");
    }
}

@media only screen and (max-width: 982px) {
    .main-content {
        padding-top: 20px;
        display: block;
    }
    .main-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .banner-header .main-icon {
        display: none;
    }
    .footer-container {
        padding: 22px 20px 30px 20px;
    }
    .footer {
        height: auto;
    }
    .footer div {
        display: block;
    }
    .lang-btn-container {
        text-align: center;
        line-height: 21px;
    }
    .footer-copyright {
        text-align: center;
        height: auto;
        width: auto;
        margin: 9px 0 0 0;
        line-height: 16px;
    }
    .social-media-icon-container {
        position: relative;
        height: auto;
        text-align: center;
        margin: 21px 0 0 0;
    }

    .body-wrapper {
        margin: -80px auto -92px auto;
        padding: 0 10px;
    }

    .content-title {
        color: #444444;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
    }

    .content-desc {
        color: #666666;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        margin-top: 10px;
    }
    .zh-hant-body .content-desc {
        line-height: 18px;
    }
    
}

.round-action-btn {
    display: inline-block;
    height: 36px;
    width: 126px;
    border: 2px solid #E72F6B;
    border-radius: 40px;
    color: #E72F6B; font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.content-title {
        color: #444444;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
}

.content-desc {
    color: #666666;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 10px;
}
.zh-hant-body .content-desc {
    line-height: 18px;
}

.cart-btn {
    margin-right: 5px;
}

.cart-btn:hover {
    margin-right: 5px;
}

.container {
    max-width: 942px;
}