﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: OpenSansSemibold;
    src: url(/CSS_V4/webfonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff);
}
@font-face {
    font-family: OpenSansRegular;
    src: url(/CSS_V4/webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff);
}
@font-face {
    font-family: OpenSansCondBold;
    src: url(/CSS_V4/webfonts/OpenSans-CondBold.woff);
}
@font-face {
    font-family: OpenSansCondLight;
    src: url(/CSS_V4/webfonts/OpenSans-CondLight.woff);
}

*:focus,*:active,
.btn:focus,.btn:active:focus,.btn.active:focus, .btn.focus,.btn:active.focus,.btn.active.focus,
input:active, input:focus, input[type=textbox]:active, input[type=textbox]:focus, 
button:focus, button:active {box-shadow:none;outline:0 none!important;outline:0}
.visible-xs,.visible-sm {display:none}
.mobile .visible-xs, .mobile .visible-sm {display:inline}

.chi-font {font-family: Tahoma, Arial, MingLiU;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4em;}
span[data-popover],a[data-popover] {display:inline!important}
.has-feeback {position:relative}
.has-error .help-block {color:#f00}
.has-error .form-control {border-color:#f00}
.has-error .form-control-feedback.icon-icon-warning {display:none!important}
	
/*@font-face {
	font-family: 'icomoon';
	src:url('/CSS_V3/storefront/icomoon/icomoon.eot?j3h1t6');
	src:url('/CSS_V3/storefront/icomoon/icomoon.eot?j3h1t6#iefix') format('embedded-opentype'),
		url('/CSS_V3/storefront/icomoon/icomoon.ttf?j3h1t6') format('truetype'),
		url('/CSS_V3/storefront/icomoon/icomoon.woff?j3h1t6') format('woff'),
		url('/CSS_V3/storefront/icomoon/icomoon.svg?j3h1t6#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/* Button - Primary */
.button-primary {
	background: -webkit-gradient(linear, 0 20%, 0 100%, from(#f5f5f5), to(#eee));
	color: #444;
	font-weight: 400;
	border:solid 1px #ddd; 
	min-width:150px;
}
.abutton-primary.active {border-color:#f00!important;color:#f00!important;box-shadow:none;background-color:#fff!important}
.button-primary:hover {color: #444}
/* Button - Action */
.button-action, 
.button-green {
	color: #fff!important;
	background: -webkit-gradient(linear, 0 20%, 0 100%, from(#67af00), to(#58910e));
	background-image: -ms-linear-gradient(top, #67AF00 0%, #58910E 80%);
	background-image: -ms-linear-gradient(top, #67AF00 0%, #58910E 80%);
	background-image: -moz-linear-gradient(top, #67AF00 0%, #58910E 80%);
	background-image: -o-linear-gradient(top, #67AF00 0%, #58910E 80%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67AF00), color-stop(80, #58910E));
	background-image: -webkit-linear-gradient(top, #67AF00 0%, #58910E 80%);
	background-image: linear-gradient(to bottom, #67AF00 0%, #58910E 80%);
	border-color:#ddd;
}
.button-action:active, 
.button-action:hover{
	background: #5a9b00; /* Old browsers */
	background: -moz-linear-gradient(top, #5a9b00 0%, #4c7e0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5a9b00 0%,#4c7e0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5a9b00 0%,#4c7e0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9b00', endColorstr='#4c7e0a',GradientType=0 );
}
.button-continue {
	afont-size:12pt;aborder-radius:8px;apadding:12px 6px;awidth:180px;
    abackground-color: #43A047;
    afont-size: 12pt;
    min-width: 200px!important;
    border: none;
    aborder-radius: 8px;
    apadding: 12px 6px;
    letter-spacing: 0.5px;
    color: #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		
	abackground: -webkit-gradient(linear, 0 20%, 0 100%, from(#67af00), to(#58910e))!important;
	color: #ffffff!important;
	border: none;
	
	color:#4CAF50!important;
	border:solid 1px #ddd!important;
	  font-weight: 400;
	  
	color: # 4CAF50;
	background:  -webkit-gradient(linear, 0 20%, 0 100%, from(#f5f5f5), to(#eee));
	background-image: -ms-linear-gradient(top, #F5F5F5 0%, #eee 80%);
	background-image: -moz-linear-gradient(top, #F5F5F5 0%, #eee 80%);
	background-image: -o-linear-gradient(top, #F5F5F5 0%, #eee 80%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(80, #eee));
	background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #eee 80%);
	background-image: linear-gradient(to bottom, #F5F5F5 0%, #eee 80%);	
	  
}
button[class*=button-].disabled {background:#ccc!important;color:#999!important}


@-webkit-keyframes color_change {
	from { color: #000; }
	to { background-color: #fff; }
}
@-moz-keyframes color_change {
	from { color: #000; }
	to { background-color: #fff; }
}
@-ms-keyframes color_change {
	from { color: #000; }
	to { background-color: #fff; }
}
@-o-keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
@keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
.button.loading {position:relative}
.button.loading:after {
	abackground: -webkit-gradient(linear, 0 20%, 0 100%, from(#67af00), to(#58910e));
	abackground: -webkit-gradient(linear, 0 20%, 0 100%, from(#f5f5f5), to(#eee));
	background:#ccc;
	color: #999;
	content: "Loading ...";
	display:block;
	line-height:40px;
	top:-1px;left:-1px;
	border-radius:6px;
	width:101%;
	height:40px;
	position:absolute;
	-webkit-animation: color_change 1s infinite alternate;
	-moz-animation: color_change 1s infinite alternate;
	-ms-animation: color_change 1s infinite alternate;
	-o-animation: color_change 1s infinite alternate;
	animation: color_change 1s infinite alternate;
}
html[lang^=zh] .button.loading:after {
	content: "載入中 ...";
}
.button-checkout.loading:after,
.st-cta-btn.loading:after {
	line-height:46px;
	top:0;left:0;
	width:100%;
	height:100%;
}
#detailToolBar .button.loading:after {line-height:34px}
.st-cta-btn.loading:after {content: "Adding ...";}
html[lang^=zh] .st-cta-btn.loading:after {
	content: "加入中 ...";
}

/* Link effect */
[class*=link-effect-],
.link-effect-icon [class*=linkicon-] {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-decoration:none!important;
	-webkit-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	-moz-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	-o-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear;
}
.link-effect-left,
.link-effect-right,
.link-effect-icon [class*=linkicon-] {
	width:0;opacity:0
}
[class*=link-effect-]:hover,
.link-effect-icon:hover [class*=linkicon-] {
	color:#f00!important;
	text-decoration:none!important;
	-webkit-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	-moz-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	-o-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear; 
	transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 200ms linear;
}
.link-effect-icon:hover .link-effect-left,
.link-effect-icon:hover .link-effect-right,
.link-effect-icon:hover [class*=linkicon-] {
	width:17px; opacity:1;color:#f00;
}
.link-effect-left {text-align:left;margin-right:5px}
.link-effect-right {text-align:right;margin-left:5px;}

.link-effect-leftarrow:before,
.link-effect-rightarrow:after {
	content: '\f226';
    font-family: 'icomoon';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    overflow: hidden;
    color: #BBB;
    width: 0px;
    text-align: left;
    vertical-align: middle;
    opacity: 0;
    transition: width .5s ease-in-out, opacity .5s linear;
}

.link-effect-rightarrow:after {
	content: '❯';
    text-align: right;
}
.link-effect-leftarrow:hover:before, 
.link-effect-rightarrow:hover:after {
	width: 20px;
	opacity:1;
}

.link-effect-remove .link-hidden-text {
	display: inline-block;
    width: 0px;
    overflow: hidden;
    font-size: 14px;
    height: 20px;
    white-space: nowrap;
    line-height: 1;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: opacity 600ms cubic-bezier(0,.7,.25,1), width 300ms linear, color 200ms linear; 
	-moz-transition: opacity 600ms cubic-bezier(0,.7,.25,1), width 300ms linear, color 200ms linear; 
	-o-transition: opacity 600ms cubic-bezier(0,.7,.25,1), width 300ms linear, color 200ms linear; 
	transition: opacity 600ms cubic-bezier(0,.7,.25,1), width 300ms linear, color 200ms linear;
}
.link-effect-remove:hover .link-hidden-text {
	width: 75px;
	opacity: 1;
	-webkit-transition: opacity 600ms cubic-bezier(.7,0,.75,0), width 300ms linear, color 200ms linear;
    -moz-transition: opacity 600ms cubic-bezier(.7,0,.75,0), width 300ms linear, color 200ms linear;
    -o-transition: opacity 600ms cubic-bezier(.7,0,.75,0), width 300ms linear, color 200ms linear;
    transition: opacity 600ms cubic-bezier(.7,0,.75,0), width 300ms linear, color 200ms linear;
}

html[lang^=zh-hk] .link-effect-remove:hover .link-hidden-text {
	width: 70px;
}


.link-effect-leftarrow:before {
	margin-top:-2px;
}

.link-effect-remove .link-hidden-text:after {
	content: '\f231';
    text-align: right;
    font-family: 'icomoon';
    position: relative;
    vertical-align: top;
    top: 1px;
    right: 2px;
    margin-left: 7px;
    color: #999;
}

/* Link - Secondary */
.link-second {
    color: #666; 
    
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}
.link-second:hover, .link-second:focus, .link-second:active {
   color: #FF0000;
   -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}


* {
font-family: 'Source Sans Pro', sans-serif;	

}

/* Hack for legacy building blocks */
#Container_Top_n_Content {
    width: auto !important;
    padding: inherit !important;
    margin-bottom: auto !important;
}

#Container_Top {
    padding: 0px 18px !important;
    position: relative;
    z-index: 10;
    font-family: OpenSansSemibold;
    min-width: 840px;
    max-width: 1440px;
    margin: 0 auto;
}

/* Hack for Bootstrap */
.container {
	/*padding:0px 18px;*/
}


.clearfix:before, .clearfix:after {
	display: table;
    content: " ";
}	
	
.clearfix:after {
	clear: both;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*.st-gutter-left {
	padding-left:18px !important;
}

.st-gutter-right {
	padding-right:18px !important;
}*/

.st-vert-top-200 {
	margin-top: 2em !important;
}

.st-vert-top-150 {
	margin-top: 1.5em !important;
}

.st-vert-top-125 {
	margin-top: 1.25em !important;
}

.st-vert-top-100 {
	margin-top: 1em !important;
}

.st-vert-top-50 {
	margin-top: .5em !important;
}

.st-box-shadow {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    border-radius: 5px;

}


.st-cta-btn {
	/*background-color: #67b001;
    background: -webkit-gradient(linear, 0 20%, 0 100%, from(#58910e), to(#67b001));*/
    background: #67b001; /* Old browsers */
	background: -moz-linear-gradient(top, #67b001 0%, #58910e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #67b001 0%,#58910e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #67b001 0%,#58910e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b001', endColorstr='#58910e',GradientType=0 );

	font-size: 12pt;
    width: 200px;
    border: none;
    border-radius: 8px;
    padding: 12px 6px;
	letter-spacing:0.5px;
    color: #FFF;
    text-shadow: none;

    /*-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;*/
	
}

.st-cta-btn.disabled {
	/*background: -webkit-gradient(linear, 0 20%, 0 100%, from(#999), to(#838383)) !important;*/

	background: #838383; /* Old browsers */
	background: -moz-linear-gradient(top, #838383 0%, #999999 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #838383 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #838383 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#999999',GradientType=0 );
	
	color: #ddd;

}

.st-cta-btn:hover, .st-cta-btn:active {
	/*background-color: #4c7e0a;
    background: -webkit-gradient(linear, 0 20%, 0 100%, from(#4c7e0a), to(#5a9b00));*/

    background: #5a9b00; /* Old browsers */
	background: -moz-linear-gradient(top, #5a9b00 0%, #4c7e0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5a9b00 0%,#4c7e0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5a9b00 0%,#4c7e0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9b00', endColorstr='#4c7e0a',GradientType=0 );

    color: #FFF;

}

.st-cta-btn:focus {
	background: #67b001; /* Old browsers */
	background: -moz-linear-gradient(top, #67b001 0%, #58910e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #67b001 0%,#58910e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #67b001 0%,#58910e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b001', endColorstr='#58910e',GradientType=0 );
    color: #FFF;
	outline: 0px none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-moz-appearance: none;
	-webkit-appearance: none;

}

.ico-moon {
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-warning:before {
    content: "\f214";
}


#topSiteContainer {
	font-size:13px;
}

.st-topSite-tab-btn {
	display: inline-block;
	margin-bottom:-1px;
}



#topSiteBar {
    padding: 10px 30px 0 0;
    height: 55px;
    line-height: 45px;
    display: table;
}
#topSiteBar #div_webchat_icon img{
	margin-top: -3px;
}
#topSiteBar #tm_business{
	padding-right: 20px;
    display: table-cell;
    vertical-align: middle;		
}
#topSiteBar #tm_contactV2{
	padding-right: 20px;
    display: table-cell;
    vertical-align: middle;	
}
#topSiteBar .lang-btn {
    display: table-cell;
    vertical-align: middle;
}
#topSiteBar a {color:#888888!important;font-size:16px;font-family:OpenSansSemibold;}

#topSiteContainer form{
	display:inline-block;
}

#topSiteContainer form label{
	font-weight:normal;
}

#topSiteContainer form input{
	margin:0px 6px;
}

.lang-btn, .lang-btn:hover, .lang-btn:focus {
	color: #666666;
	text-decoration: none;
}



.st-separator {
	margin:0px 6px;
}

.fb-btn {
	background:url(http://www.smartone.com/common/footer_facebook.svg) left top no-repeat;
	padding: 2px 0px;
    padding-left: 28px;
	color: #666666;
    text-decoration: none;
    margin-right: 20px;
}

.fb-btn:hover, .fb-btn:focus {
    text-decoration: none;
	color: #666666;
}

.st-search-btn {
	padding: 0px;
    border: none;
    background: none;
}

.st-border {
	/*border:1px solid #CCC;*/
}

.st-no-top-border {
	border-top:none;
}

.st-no-btm-border {
	border-bottom:none;
}

.st-hide-overflow {
	overflow:hidden;
}

.st-row {
	margin:0px;
}

#topLogoPanel {
    display: table;
    height: 55px;
    width: 100%;    
}
/*
.topLogoPanel_en {
	background: url(/common/newyear/english/newyear_bar.png) no-repeat;
}
.topLogoPanel_tc {
	background: url(/common/newyear/tchinese/newyear_bar.png) no-repeat;
}
*/
/*.st-header{
    border-bottom: 1px solid #ff0000;
    min-width: 840px;
    max-width: 1440px;
    margin: 0 auto;
}
body.mobile .st-header{
    border: 0;
}
#st-header__logo{
    display: table-cell;
    padding: 0 0 18px 30px;
    width: auto;
    vertical-align: bottom;
}
#st-header__logo img{
	width: 100%;
	height: 25px;
}
.st-header__main-menu{
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 11px;
    position: relative;	
}
.st_lv1_nav{
	font-family: OpenSansSemibold;
    display: inline-block;
    margin-right: 10px;
    position: relative;	
    z-index: 10;
}
.st_lv1_nav ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.st_lv1_nav .nav-item {
    position: relative;
	float: left;    
}
.st_lv1_nav .nav-item > a {
    margin: 0 15px;
    padding-bottom: 2px;
    font-size: 14.4px;
    font-family: OpenSansSemibold;
    text-transform: uppercase;
 }
 .st-header.affix-top .st_lv1_nav .nav-item > a {
    color: #ff0000;
}
.st-header.affix .st_lv1_nav .nav-item > a {
    color: #fff;
}
.st-header.affix-top .st_lv1_nav .nav-item a.active {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.st_lv1_nav .nav-item a:hover {
    text-decoration: none
}
.st_lv1_nav .collapse {
    display: none;
}
.st_lv1_nav .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.hasCollapse:hover .st_lv2_nav {
    display: block;
    opacity: 100;   
    
}
.st_lv2_nav{
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999; 
    text-align: left;   
    width: 180px;
    left: -10px;
    top: 25px;    
}
.st_lv2_nav ul{
	margin: 0;
	padding:0;
}
.st_lv2_nav .nav-item-sub{
	margin-bottom: 15px;
}
.st_lv2_nav .nav-item-sub:last-child{
	margin-bottom: 0;
}
.st_lv2_nav .nav-link-sub{    
	color: #ff0000;
    font-family: OpenSansSemibold;
    font-size: 16px;
    font-weight: 400;
}*/
#topLogoPanel > [class*=col-] {padding:0}


.st-user-controls, .st-store-controls {
	text-align:right;
}
.st-store-controls {
	display: inline-block;
	position: relative;
}

.st-store-controls a {
	display: inline-block;
	color: #222;
	text-decoration:none;
	padding:0;
	height:40px; 
	line-height:35px;
    font-family: OpenSansSemibold;
}
.st-account-btn{
	vertical-align: middle;
}
.st-logout-btn{
	vertical-align: middle;
}

.st-user-controls a:hover, .st-user-controls a:focus {
    color: #222;
	text-decoration:none;
}

/*#topLogoPanel a {
	display: block;
    padding: 3px 0px;
    padding-left: 32px;
    margin-left: 15px;
    color: #222;
	text-decoration:none;
}
*/

/*#topLogoPanel a.st-login-btn {
	background:url(/english/topmenu_myaccount.svg) 1px center no-repeat;
	margin-bottom: 4px;
}

#topLogoPanel a.st-bag-btn {
	background:url(/english/topmenu_cart.svg) left center no-repeat;
	background-size: 24px;
}
*/

#topLogoPanel .icon, #mobLogoPanel .icon {
	position:relative;
	padding-left:28px;
	overflow: hidden;
}

#topLogoPanel .icon:after, #mobLogoPanel .icon:after  {
	font-family: 'icomoon';
	font-size: 20px;
	/*font-size: 17px;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	/*width:17px;*/
	height:18px;
	left:0px;
	top: 9px;
	color:#FF0000;
}



#mobLogoPanel.opened .st-mob-bag-btn {
	display: none;
}
#mobLogoPanel.opened .st-mob-site-logo {
    display: block;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%,0);
}

#topLogoPanel a.no-text {
	width: 0px;
    height: 28px;
    display: block;
    float: right;
}

#topLogoPanel a.txt-overflow {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#topLogoPanel a.no-text:after {
	left:10px;
	color:#AAA;
}

.icon-ac:after {
	content: "\f212";
}

.icon-logout:after {
	content: "\f211";
}

.icon-bag:after {
	content: "\f104";
}

.icon-bag-counter:after {
	content: "\f227";
}


.icon-home-btn:after {
	content: "\f232";
}

input:focus,input:active,button:focus,button:active {outline:0 none}

.st-user-controls {	
	font-size: 16px;
	padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}
aa.st-account-btn {float:left}
.st-account-btn, a.st-logout-btn, .acct-name {display:none!important;font-size:16px;color: #666;}
.ast-user-controls a {padding:6px 0}
.st-user-controls a .icon {height:30px}
.ast-user-controls .st-account-btn {padding-left:10px}
.st-user-controls .st-account-btn > div {float:right}
.st-user-controls .st-account-btn .acct-name {
	color: #888888;
    font-size: 14px;
    font-family: OpenSansSemibold;
	display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: auto;}
.st-user-controls .st-logout-btn {font-size:0}
.st-user-controls .st-logout-btn [class^=icon-] {    
	display: inline-block;
    margin: 0;
    padding: 0;
	vertical-align: top;    
}
.st-store-controls .st-bag-msg,
.st-user-controls .acct-name,
.st-user-controls .st-account-btn,
.st-user-controls .icon-icon-myacc {margin-right:9px;/*color:#f00;*/color: #666; font-family: NotoSansRegular, NotoSansTCRegular;}
.st-user-controls .icon-icon-myacc{
    display: inline-block;
    margin-top: 5px;
}

/* User Logined */
#Container_Site.logined .st-account-btn,
#Container_Site.logined .acct-name,
#Container_Site.logined .st-logout-btn {display:inline-block!important}
#Container_Site.logined .st-login-btn {display:none!important}
.mobile .login-cont {display:block}
.mobile .logout-cont {display:none}
.mobile .logined .logout-cont {display:block; font-size: 16px;}
.mobile .logined .login-cont {display:none!important}

/* Cart added, preview */
.st-store-controls:before {
	content: "";
	border: solid 1px #f00;
    width:200px;
	height:44px;
    z-index: 1000;
	border:0 none;
	background-image:url('/storefront/common/shadow.png?v=20170203');
	background-repeat:no-repeat;
	right: -20px;
    top: 0;
	width: 0;
	height:0
}
.cartpreview .st-store-controls:hover:before,
#Container_Site.added .st-store-controls:before {
    width:200px;
	height:44px;
	position:absolute;
	aright: -32px;
    atop: 28px;
}
#Container_Site.added .st-store-controls a span.st-bag-msg{
	z-index: 1001;
	position:relative;
}
.st-bag-btn{
	z-index: 1001;
    line-height: 35px;
    height: 40px;	
}
.st-store-controls .st-bag-btn{
	text-align: left;
}
#topLogoPanel .st-store-controls .icon-bag:after{
	top:7px;
}
#cartPopList {display:none;z-index:9999;width:400px;border-radius:10px;padding:18px 10px;overflow:hidden}
#Container_Site.added #cartPopup,
#cartPopList {
	position:absolute;
	top: 44px;
    right: 9px;
    background-color: #fff;
    border: solid 1px #67af00;
    border-radius: 10px;
    margin-top: -6px;
	margin-right:-7px;
	border-top-right-radius:0;
	box-shadow: 3px 1px 8px #bbb;
    color: #333;
	height:auto;
	min-height:60px;
	display:none;
	z-index:999;
	cursor:pointer;
}
#cartPopList .items-cont {max-height:338px;overflow-y:auto}
#cartPopList .items-cont, #cartPopup .items-cont {;border-bottom: 1px solid #CCC;margin-bottom:18px}
#cartPopList .button-action {width:120px}
.cartpreview .st-store-controls:hover #cartPopList {
	display:block;
}
#aContainer_Site.added .st-store-controls a.icon:after {z-index:9999}
body.cart #cartPopList,
body.cart .st-store-controls:before {display:none!important}

.cart-item-row {
    overflow: auto;
    zoom: 1;
    position: relative;
    font-size: 13px;
    padding-bottom: 0px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.acart-item-row+.cart-item-row {margin-top:10px}
.cart-item-row:last-of-type {
	border-bottom: 0 none;
	zmargin-bottom:20px;
}
.cart-item-row .cart-item-title {
    amargin-left: 58px;
    amargin-right: 74px;
    line-height: 1.2;
    text-align: left;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    width: 65%;
    apadding-right: 18px;
    apadding-left: 10px;
}
#cartPopup .cart-item-row .cart-item-title {width:85%}
.cart-item-row figure {
    display: table-cell;
    width: 68px;
    height: 60px;
    float: left;
    apadding-left: 4px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align:center;
	padding-right:12px;
}
.cart-item-row figure img {
	max-height:100%;
}
.cart-item-row .cart-item-price {
	width: 68px;
    text-align: right;
    overflow: hidden;
    line-height: 60px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
.cart-item-row+.cart-item-row .cart-item-title,
.acart-item-row+.cart-item-row .cart-item-price {border-top:solid 1px #eee;}



.st-counter {
	color:#FF0000;
	font-size: 1.2em;
	margin-left:5px;
}

.st-counter:before {
	content:'[';
	margin-right:2px;
}

.st-counter:after {
	content:']';
	margin-left:2px;
}

#mobLogoPanel {
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    
    z-index: 9998;
    background: white;
    margin: 0px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}

#mobLogoPanel.opened {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 112px;
    /*border-bottom: 1px solid #CCC;*/
}

#mobLogoPanel .st-mob-bag-btn, #mobLogoPanel .st-mob-nav-toggle {
	display: inline-block;
	padding: 0px;
    width: 56px;
    height: 56px;
    float: left;

}

#mobLogoPanel .icon {
	padding: 0px;
}

#mobLogoPanel .st-mob-site-logo {
	/*display: block;
   	padding: 20px 14px;*/
    display: block;
    padding: 12px 0px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    max-width: 210px;
    height: 56px;
}

#mobLogoPanel .st-mob-site-logo img {
	/*height: 100%;
    display: block;*/
    /*width: 100%;*/
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

#mobLogoPanel .st-mob-home-btn {
	/*display: block;
   	padding: 20px 14px;*/
    
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0px;
    top: 0px;

    display: none;
}

#mobLogoPanel.opened .st-mob-bag-btn {
	display: block; /*Show when menu opened*/
	top: 56px;
	right: 0px;
    left: auto;
}

#mobLogoPanel .st-mob-logo {
	display: none;
}
#mobLogoPanel.opened .st-mob-logo {
	display: block;
	position: absolute;	
	top: 0;
	left:0;
	padding: 15px 10px;
}
#mobLogoPanel.opened .st-mob-logo img{
	width: 120px;
}
#mobLogoPanel .st-mob-bag-btn {

	/*position: relative;	*/
	position: absolute;    
    top: 0px;
    right: 0px;
}

#mobLogoPanel .st-mob-nav-toggle {
    position: absolute;
    top: 0;
    left: 0px;
}

#mobLogoPanel.opened .st-mob-nav-toggle.opened {
    right: 0px;
    left: auto;
}

#mobLogoPanel .icon:after {
	/*font-size: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
 
    margin-top: -17px;*/

    font-size: 26px;
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    /* margin-top: -15px; */
    margin-top: -14px;
}

#mobLogoPanel .st-mob-counter {
    color: #FFF;
    font-size: 14px;
    /*margin-left: 5px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    /*margin-top: -6px;*/
   	margin-top: -8px;
    display: inline-block;
    text-align: center;
    width: 30px;
    z-index: 10;
}
/*#mobLogoPanel.opened+#mobNavPanel {display:block!important}*/

#mobNavPanel {
	/*position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
   	overflow-y: auto;
    overflow-x: hidden;*/
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9997;
    height: 100%;
    width: 100%;
 


}

.mobNavWrapper {
    background: rgba(255,255,255,.95);
    width: 100%;
    max-height: 100%;
    padding-top: 112px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);


}

.mobNavRow {
	width: 100%;
    max-width: 440px;
    margin: 0px auto;

}


#mobNav {
	width: 100%;
    max-width: 440px;
    margin: 0px auto;
    padding: 6px 0px;
}

/*#mobNav a {
	padding: 0px;
    padding-top: 36px;
    width: 22%;
    margin: 0px 1.5%;
    float: left;
    text-align: center;
    font-size: .7em;
    position: relative;
    text-decoration: none;
    color: #888;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}*/

#mobNav a {
	padding: 0px;
    margin: 8px 0;
    float: left;
    text-align: center;
    font-size: .7em;
    position: relative;
    text-decoration: none;
    color: #888;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

#mobNav a:hover, #mobNav a:focus {
    text-decoration: none;
    color: #FF0000;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}


#mobNav a.selected {
    text-decoration: none;
    color: #FF0000;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

/*#mobNav a:after {
    font-family: 'icomoon';
    font-size: 26px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    left: 50%;
    margin-left: -14px;
    top: 8px;
}*/

#mobNav .menu-line-break,
#mobNav .menu-second-line-break{
    height: 1px;
    width: 90%;
    background: #eee;
    display: table;
    margin: auto;
}

#mobNav a:before {
   vertical-align: middle;
    font-family: 'icomoon';
    font-size: 28px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 2px;
}

#mobNav a.icon-iphone{
	width:20%;
	border-left: 1px solid #eee;
}

#mobNav a.icon-smartphone{
	width:20%;
	border-left: 1px solid #eee;
}

#mobNav a.icon-plans{
	/*width:25%;	*/
	width:33%;	
}

#mobNav a.icon-accessories{
	width:20%;
	border-left: 1px solid #eee;
}

#mobNav a.icon-applewatch{
	/*width:33%;*/
	width:20%;
	border-left: 1px solid #eee;
}

#mobNav a.icon-tablet,
#mobNav a.icon-diy{
	/*width:33%;*/
	width:20%;
	border-left: 1px solid #eee;
}


@media (max-width: 359px) {
	#mobNav a.icon-iphone{
		width:33%;
		border-left: 1px solid #eee;
	}

	#mobNav a.icon-smartphone{
		width:34%;
		border-left: 1px solid #eee;
	}

	#mobNav a.icon-accessories{
		width:33%;
		border-left: 1px solid #eee;
	}


	#mobNav a.icon-applewatch{
		width:50%;
		border-left: 1px solid #eee;
	}

	#mobNav a.icon-tablet,
	#mobNav a.icon-diy{
		/*width:33%;*/
		width:50%;
		border-left: 1px solid #eee;
	}
}

#mobNav a.icon-prepaid{
	width:33%;
	/*width:25%;*/
	border-left: 1px solid #eee;
}

#mobNav a.icon-fbb{
	width:33%;
	/*width:25%;*/
	border-left: 1px solid #eee;
}

#mobNav .icon-iphone:after, 
#mobNav .icon-smartphone:after,
#mobNav .icon-plans:after,
#mobNav .icon-accessories:after,
#mobNav .icon-applewatch:after,
#mobNav .icon-fbb:after,
#mobNav .icon-prepaid:after,
#mobNav .icon-tablet:after,
#mobNav .icon-diy:after{
	display: none;
}

#mobNav .icon-iphone:before {
	content: "\f101";
}

#mobNav .icon-smartphone:before {
	content: "\f103";
}
#mobNav .icon-plans:before {
    content: "\f236";
}

#mobNav .icon-accessories:before {
	content: "\f100";
}

#mobNav .icon-applewatch:before {
	content: "\f106";
}

#mobNav .icon-tablet:before {
	content: "\e808";
}
#mobNav .icon-diy:before {
	content: "\e809";
}
#mobNav .icon-prepaid:before {
	content: "\f102";
}

#mobNav .icon-fbb:before {
	content: "\e803";
}

#mobNavCatList, #mobAccList {
	padding: 0px 18px;
	position: relative;
}

#mobNavCatList:before, #mobAccList:before {
	content: '';
	border-top: 1px solid #EEE;
	position: absolute;
	left: 18px;
	right: 18px;
	top: 0px;
}

#mobNavCatList {
	margin-top: 15px;
}

#mobAccList {
	padding: 8px 18px;
}

.st-mob-cat-list-panel {
    display: none;
    padding: 8px 0px;
}

.st-mob-cat-list-panel.active {
    display: block;
}

.st-mob-cat-list-panel h2 {
    margin: 0px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.st-mob-cat-list-panel h2:first-of-type {
    margin-top: 8px;
}



.st-mob-cat-list-panel ul, #mobAccList ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    margin-left: 30px;
}

.st-mob-cat-list-panel a, #mobAccList a {
    display: block;
    padding: 8px 0px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}

.st-mob-cat-list-panel a:hover, .st-mob-cat-list-panel a:focus, #mobAccList a:hover, .st-mob-cat-list-panel a.selected, #mobAccList a:focus, #mobAccList a.selected {
	color: #FF0000;
    text-decoration: none;
}


#mobAccList a {
	padding-left: 30px;

}

#mobAccList a.icon {
    position: relative;
}

#mobAccList a.icon:after {
    font-family: 'icomoon';
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    color: #FF0000;
}


#mobAccList a.icon-arrow-down {
    padding-right: 22px; /* leave space for the arrow icon if the user name too long*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-arrow-down:before {
	content: '\f21c';
	font-family: 'icomoon';
    font-size: 12px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    color: #CCC;

    -moz-transform-origin: 50%;
    -moz-transform: -moz-rotate(0deg);
    -moz-transition: -moz-transform .2s linear;

    -webkit-transform-origin: 50%;
	-webkit-transform: -webkit-rotate(0deg);
    -webkit-transition: -webkit-transform .2s linear;

    transform-origin: 50%;
    transform: rotate(0deg);
    transition: transform .2s linear;
}

.icon-arrow-down.opened:before {
	-moz-transform:rotate(180deg);
	-moz-transition: -moz-transform .2s linear;

	-webkit-transform:rotate(180deg);
	-webkit-transition: -webkit-transform .2s linear;


	transform:rotate(180deg);
	transition: transform .2s linear;
}

#logoutBtn {
	color: #999 !important;
}

.icon-logout:after {
    content: "\f211";
    color: #CCC !important;
}

/*#logoutBtn {
	border-top: 1px solid #CCC;
    margin-top: 9px;
}*/

#mobAccList ul {
	/*padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;*/
	margin-left: 0px;
    padding-left: 10px;

}

#mobAccList .st-mob-hotlinks {
	margin-top: 8px;
	padding-top: 4px;
	border-top: 1px solid #EEE;
}

#mobAccList .st-mob-hotlinks a {
 
	padding-right: 30px;   
}

#mobAccList .st-mob-hotlinks a:hover, #mobAccList .st-mob-hotlinks a:focus {
	text-decoration: none;
}




#mainNav {
	margin: 0px -30px 10px -30px;
    border-top: 1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:5px solid #cfcfcf;
    background: #f4f4f4;
    background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background: -webkit-gradient(linear, top, bottom, color-stop(100%,#ffffff), color-stop(100%,#e6e6e6));
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    cursor: pointer;
	position:relative;
}
body.checkout-flow #mainNav{
	margin: 0px -30px;
}
body.index #menuNav-bg{
    background: #f0f0f0;
}
#menuNav-bg{
    position: absolute;
    width: 959px;
    height: 10px;
    left: 10px;
    bottom: -15px;
}
#mainNav > .row {
	margin:0px;
}

#mainNav:before, #mainNav:after {
	position:absolute;
	bottom: -5px;
}

#mainNav:before {
	content: '';
    display: inline-block;
    background: url(/4G/common/menu_bottom_left.svg) no-repeat;
    position: absolute;
    width: 10px;
    height: 5px;
    left: -1px;
}

#mainNav:after {
    content: '';
    display: inline-block;
    background: url(/4G/common/menu_bottom_right.svg) no-repeat;
    position: absolute;
    width: 10px;
    height: 5px;
    right: -1px;
}


#mainNav a {
	position:relative;
	display: block;
    width: 185px!important;
    height: 40px;
    padding: 7px 0px;
    float: left;
	text-align: center;
}


#mainNav a img {
}
html:lang(en-hk) #mainNav a:first-child img {
	height: auto;
}
html:lang(en-hk) #mainNav a img {
	height: 28px;
}

#mainNav a:before {
	/*content:url(/common/g_line.svg);
	position:absolute;
	right:0px;
	    top: -1px;*/
	content: '';
    display: inline-block;
    background: url(/common/g_line.svg) right no-repeat;
    position: absolute;
    /*width: 2px;
    height: 40px;
    right: 0px;
    top: -1px;*/

    left: 0px;
    right: 0px;
    top: -2px;
    bottom: 0px;
}

#mainNav a:last-of-type:before, #mainNav a.selected:last-of-type:before {
	content:none;
}

#mainNav a.selected {
	/*top: -1px;
	border-top: 1px solid #f30002;*/
    background: #e00000;
    background: -webkit-linear-gradient(top, #f30002, #CC0000);
    background: -webkit-gradient(linear, top, bottom, color-stop(100%,#f30002), color-stop(100%,#CC0000));
    background: -moz-linear-gradient(top, #f30002, #CC0000);
    background: -ms-linear-gradient(top, #f30002, #CC0000);
    cursor: pointer;
    width: 239px !important;    
}

#mainNav a.selected:before {
	/*content:url(/common/r_line.svg);
	display: inline-block;
	position:absolute;
	right:0px;
	top: -1px;*/
	content: '';
    display: inline-block;
    /*background: url(/common/r_line.svg) no-repeat;
    position: absolute;
    width: 2px;
    height: 40px;
    right: 0px;
    top: -1px;*/


    background: none !important;
    position: absolute;
    /* width: 2px; */
    /* height: 40px; */
    right: 0px;
    top: -1px;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #f30002;
}

#mainNav a.selected:after {
	/*content:url(/menu/common/r_bottom_l2_main_shop_store.svg);
	display: inline-block;
	position: absolute;
    bottom: -5px;
    left: -1px;
	width:199px;*/
	content:'';
	display: inline-block;
	background: url(/menu/common/r_bottom_l2_main_shop_store.svg) no-repeat;
	position: absolute;
	width: 199px;
    height: 5px;
    bottom: -5px;
    left: -1px;

}


#mainNav a.st-nav-lg-btn {
	width:260px;
}

/*#msgTicker {
	background:#f0f0f0;


}

#msgTicker ul {
    list-style: none;
    padding:0px;
    margin: 0px;
    height: 35px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
	line-height:1.2em;
    font-weight: 300;
    font-style: italic;
    width: 100%;
    color: #FF0000;
}


#msgTicker ul sup {
	font-size:.8em;
	
}*/

#msgTickerWrapper {
	height: 0px;
	overflow: hidden;

}

#msgTicker {
	background:#f0f0f0;
	color: #FF0000;
	
	/*display: table; */
	text-align: center; 
	width: 100%; 
	margin:0px;
	overflow: hidden;
	
}

#msgTicker ul {

	padding: 0px;
	margin: 0px;
	/*display: table-cell; 
	vertical-align: middle;*/
}
#msgTicker ul li {
	
	font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
    font-style: italic;
	
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	height: 23px;
}

#msgTicker ul li a {
	color: #FF0000;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding:8px 18px;
}

#msgTicker ul li a:hover, #msgTicker ul li a:focus {
	color: #FF0000;
	text-decoration: underline;
}



#msgTicker ul sup {
	font-size:.8em;
	
}



.catNav {
	position: relative;
    z-index: 10;
	text-align:center;
	padding: 6px 0px;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
}
body.desktop .catNav{
    min-width: 840px;
}
.catNav a {
	display:inline-block;
	padding:8px 0px;
	padding-left:30px;
	position:relative;
	margin:0px 20px;
	text-decoration:none;
	color:#666;
}

.catNav a:hover, .catNav a:focus {
	text-decoration:none;
	color:#FF0000;
}

.catNav a:after, #catGlobalNav a.st-cat-nav-group:after, .st-category-list-row a:after {
	font-family: 'icomoon';
	font-size: 25px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

	position:absolute;
	display:inline-block;
	width:25px;
	height:25px;
	left:0px;
}

.icon-iphone:after {
	content: "\f101";
}

.icon-smartphone:after {
	content: "\f103";
}

.icon-accessories:after {
	content: "\f100";
}

.icon-prepaid:after {
	content: "\f102";
}

/* Icons for Category List */

.icon-cases:after {
	content: "\f208";
}

.icon-charger:after {
	content: "\f209";
}

.icon-powerbank:after {
	content: "\f20e";
}

.icon-headphones:after {
	content: "\f20b";
}

.icon-speakers:after {
	content: "\f20f";
}

.icon-memory:after {
	content: "\f20c";
}

.icon-camera:after {
	content: "\f207";
}

.icon-wearables:after {
	content: "\f210";
}

.icon-gadgets:after {
	content: "\f20a";
}

.icon-others:after {
	content: "\f20d";
}

.st-category-list-row, .st-smartphone-brand-list-row{
	overflow: hidden;
    background: #F7F7F7;
}

.st-category-list-row.expanded {
    /*height: 100% !important;*/
	
}

.st-category-list-row > div.row, .st-smartphone-brand-list-row > div.row {
	padding: 30px 60px;
	
}
.st-category-list-row__item-wrapper{
	margin:0;
}



.st-category-list-row a {
	display: table;
    padding: 12px 0px;
    padding-left : 42px;
    padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	position:relative;
	text-decoration:none;
	color:#888;
	
	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

.st-category-list-row a:hover, .st-category-list-row a:focus {
	text-decoration:none;
	color:#FF0000;
	
	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    
}



.st-category-list-row a:after {
	left:14px;
	top:11px;
}


.st-category-list-row a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}

#catListToggle,
.catListToggle,
a.catListToggle{
	display: none;
	padding: 10px 8px !important;
    border-top: 1px solid #ddd;
    /*margin-top: 10px;
    margin-bottom: -5px;*/
    text-align: center;
}

#catListToggle div:after,
.catListToggle div:after,
a.catListToggle div:after{
    content: '\f21c';
    font-family: 'icomoon';
    font-size: 12px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #CCC;
    margin-left: 10px;
}

/* Variation for Smartphone Brands */
.st-smartphone-brand-list-title h2 {
	display: inline-block;
    background: #F7F7F7;
    margin: 20px 0px 0px 0px;
    padding: 6px 18px;
    width: 100%;
    max-width: 360px;
    font-size: 1.4em;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.mobile .st-smartphone-brand-list-title h2 {
    max-width: inherit;
    font-size: 1.4em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.st-smartphone-brand-list-row a {
	display: block;
    padding: 6px 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
	margin-bottom: 5px;
	position:static;
	text-align: center;
	color: #888;

	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;

}

.st-smartphone-brand-list-row a:hover, .st-smartphone-brand-list-row a:focus, #st-view-all-brands-link:hover, #st-view-all-brands-link:focus {
	color: #FF0000;
	text-decoration: none;

	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;

}

#st-view-all-brands-link {
	
	/*border: 1px solid #DDD;*/
    /* margin: 0px auto; */
    margin-bottom: -10px;
    margin-top: 20px;
    color: #888;
    font-size: 1em;
}



.st-smartphone-brand-list-row a span {
	display: block;
}

.promotionText__container {
	border-color: #e1e1e1;
    border-style: solid;
    border-width: thin;
    text-align: center;
    margin-top: 18px;
    padding: 6px;
    color: red;
    font-size: 1.3em;
    font-weight: 600;
}

.promotionText__container a:hover {color:#f00}
.promotionText__container a {color:#FF0000}

#heroBanner {
	height:390px;
	overflow:hidden;
	position:relative;
	background: url(/storefront/common/spinner.gif) center no-repeat;
	background-size: 60px;
}

#heroBanner a.hero-prev-btn, #heroBanner a.hero-next-btn{
	display:block;
	/*width:80px;*/
	width:100px;
	height:120px;
	top:50%;
	margin-top:-60px;
	position:absolute;

	opacity:.7;
	overflow:hidden;
	z-index:10;
	text-indent:-100px;
}

#heroBanner a.hero-prev-btn{
	background:url(/storefront/common/banner_arrow_left.png) no-repeat left center;
	background-size:50%;
	left:0px;
}

#heroBanner a.hero-next-btn{
	/*background:url(/storefront/common/banner_arrow_right.png) no-repeat 75% center;*/
	/*right:-2px;*/
	background:url(/storefront/common/banner_arrow_right.png) no-repeat right center;
	background-size:50%;
	right:0px;
}

#heroBanner a.hero-prev-btn:hover, #heroBanner a.hero-next-btn:hover, #heroBanner a.hero-prev-btn:focus, #heroBanner a.hero-next-btn:focus{
	opacity:1;
}

#heroBanner .owl-controls {
	position: absolute;
    width: 100%;
    /*bottom: 3%;*/
    bottom: 41%;
    /*bottom:54%;*/
}

#heroBanner .owl-dots {
	text-align:center;
}

#heroBanner .owl-dots .owl-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0px 7px;
    background: url(/storefront/common/banner_dot.png) no-repeat center;
}

#heroBanner .owl-dots .owl-dot.active {
    background: #FF0000;
}

.st-banner-slide img {
	display:block;
	width:100%;
	/*transform-style: flat !important;
	-webkit-transform-style: flat !important;
	*/
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.st-banner-slide .st-slide-wrapper {
	margin: -44px auto -66px;
	position: relative;
    width: 958px;
}


.st-banner-slide {
	opacity: 0;
	position: relative;
	overflow: hidden;
	
}

.overlay-el {

	position: absolute;
	top: 0px;
	left: 0px;
	/*right: 0px;
    bottom: 0px;*/
	z-index: 5;
/*
	-webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;*/
}

img.base-logo{
	position: absolute;
    z-index: 5;
    max-width: 200px;
    left: 0px;
    top:0px;
    transform: translate(35%, 17%);
}


.banner-overlay-btn {
	position: absolute;
	z-index: 8;
}

.invisible-el {
	opacity: 0;
}

/*.mobile #heroBanner {
	height:auto;
}*/

.mobile .st-banner-slide .st-slide-wrapper  {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 128%;
	margin-left: -14%;
}

.mobile #heroBanner a.hero-prev-btn, .mobile #heroBanner a.hero-next-btn, #heroBanner.single a.hero-prev-btn, #heroBanner.single a.hero-next-btn {
	display: none;
}

.st-border-left:before {
	content:'';
	border-left:1px solid #ccc;
	position:absolute;
	left:0px;
	top:18px;
	bottom:18px;
}

.st-border-right:before {
	content:'';
	border-right:1px solid #ccc;
	position:absolute;
	right:0px;
	top:18px;
	bottom:18px;
}

.st-border-top {
	border-top:1px solid #ccc;
}

.st-border-bottom {
	border-bottom:1px solid #ccc;
}
.st-border-bottom-no-last{
	border-bottom:1px solid #ccc;
}
.st-border-bottom-no-last:last-child{
	border-bottom:0;
}

.st-promo-img-md img {
	max-width: 230px;
	margin: 0px auto;
}

.st-promo-banner {
	padding:18px 0px;
	
}

.st-promo-banner img {
    display: block;
    max-width: 100%;
    max-height: 126px;
    margin: 0px auto;
}

.st-price-is-being-updated{
	color: #cccccc;
	font-style: italic;
	font-size: 0.9em;
	/*display: none;*/

}
.st-prod-tile .st-ori-price {
	display:inline-block;
	color: #999;
    text-decoration: line-through;
	font-size: .9em;
	margin-left: 5px;
	min-height:20px;
}

.st-prod-tile .st-price {
	display:inline-block;
	font-size: 1em;
    line-height: 1.25em;
    /*font-weight: 300;*/
    font-weight: normal;
	min-height:20px;
    /*color: #A0A8B4;*/
    color: #333333;
    vertical-align: top;
	
}
.st-prod-tile .st-icon{
	position: relative;
	margin-top: -15px;
	min-height:13px;
	/*
	top: -15px;
	height:0px;
	*/
	margin-bottom:5px;
}
.st-prod-tile .st-icon img, .detail .st-config-container .st-icon img {
	width: auto;
    height: 13px;
}
@media (max-width: 374px){
	.st-prod-tile .st-icon img, .detail .st-config-container .st-icon img {
		width: auto;
	    height: 10px;
	}
}
.st-prod-tile .st-icon .specialDayLabel--en{
    height: auto;
    width: 150px;
    position: relative;
    z-index: 10;
    /*top: -15px;*/
    /*left: -5px;*/
}
.detail .st-config-container .st-icon .specialDayLabel--en {
    height: auto;
    width: 150px;
}

.st-prod-tile .st-prod-title {
    font-size: 1.125em;
    line-height: 1.25em;
    height: 44px;
    margin-bottom: 4px;
	overflow: hidden;
	font-weight:300;
    color: #3C4450;
    /* word-wrap: break-word; */
	
	text-overflow:ellipsis;
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.st-prod-tile .tile-inner {
	padding: 18px 10px;
	margin: 0px auto;
}

/*.st-tile-wrapper .st-prod-tile .tile-inner {
	padding: 18px 0px;
}*/

.st-prod-tile .tile-inner a, .st-prod-tile .tile-inner a:hover, .st-prod-tile .tile-inner a:focus {
	text-decoration:none;
	color:#333;
}

.st-promo-tile .tile-inner {
	display:table;
}

.st-promo-tile .tile-inner a {
	display:table-cell;
	vertical-align:middle;
}

.st-prod-tile img {
	width:100%;
	display:block;
}
/*.st-prod-tile figure img{
	min-height:150px;
}*/

.st-prod-tile figure {
	max-width: 180px;
	max-height: 180px;
	margin:0px auto;
	overflow:hidden;
	

	
	display:table;
}
@media (min-width: 841px) {
	.st-prod-tile figure {
		width: 180px;
		height: 180px;	
	}
}

.st-prod-tile-md figure {
	max-width: 240px;
	max-height: 240px;
	
	width: 240px;
	height: 240px;
	
	display:table;
}

.st-prod-tile-lg figure {
	/*max-width: 358px;
	max-height: 358px;
	
	width: 358px;
	height: 358px;*/
	max-width: 339px;
	max-height: 339px;
	
	width: 339px;
	height: 339px;
	
	display:table;
}

.st-prod-tile-xl figure {
	max-width: 568px;
    max-height: 568px;
	margin: 36px auto;
	
	width: 568px;
    height: 568px;
	
	display:table;
}

.st-prod-tile-prepaid figure {
	/*max-width: 300px;
	max-height: 240px;
	
	width: 300px;
	height: 240px;*/
	max-width: 240px;
    max-height: auto !important;
    width: 240px;
    height: auto !important;
	
	display:table;
	
}
.st-prod-tile figure .cell, 
.st-prod-tile-md figure .cell, 
.st-prod-tile-lg figure .cell, 
.st-prod-tile-xl figure .cell, 
.st-prod-tile-prepaid figure .cell{
	display:table-cell;
	vertical-align:middle;
	
}
.mobile  .st-prod-tile figure .cell, 
.mobile  .st-prod-tile-md figure .cell, 
.mobile  .st-prod-tile-lg figure .cell, 
.mobile  .st-prod-tile-xl figure .cell, 
.mobile  .st-prod-tile-prepaid figure .cell{
	height:150px;
}

/*.st-prod-tile-prepaid figure img {max-height:186px}
.mobile .st-prod-tile-prepaid figure img {max-height:133px}*/

.mobile .st-prod-tile figure {
	width: auto !important;
    height: auto !important;
	/*min-height:150px;*/
	
	display:block;
}



.st-prod-tile-prepaid .color-choice {
	display:none !important;
	height:0px !important;
	overflow:hidden !important;
}


/*.st-prod-tile-lg {
	text-align:center;
}*/

/*.st-prod-tile-lg .st-prod-title {
	padding:0px 3em;
}*/


.st-prod-tile figcaption {
	margin-top: 33px;
}

.st-prod-tile .color-choice {
	margin-top: 4px;
	margin-bottom: -8px;
}

.color-choice span {
	
	display:inline-block;
	width:13px;
	height:13px;
	background-color:#FFF;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	
	border-radius:50%;
    margin:0px 2px;
	margin-right:8px;
	margin-bottom: 8px;
}

.color-choice.activated span {
	cursor: pointer;
}



/* Product Tile Overlay for iPhone series */

.st-prod-tile .tile-overlay {
	position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 18px;
    top: 0px;
    bottom: 0px;
    background-color:rgba(0,0,0,0);
    display: none;
    -webkit-transition: background-color 1s cubic-bezier(0,.7,.25,1); 
   -moz-transition: background-color 1s cubic-bezier(0,.7,.25,1); 
     -o-transition: background-color 1s cubic-bezier(0,.7,.25,1); 
        transition: background-color 1s cubic-bezier(0,.7,.25,1);
}


.st-prod-tile .tile-overlay.active {
    display: block;
}




.st-prod-tile .tile-overlay .tile-overlay-inner {
	position: relative;;
	background: #FFF;
	overflow-x:hidden;
	overflow-y: hidden;
	height: 100%;
	padding: 18px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.tile-overlay-inner a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #333;
}

.tile-overlay-inner a:before {
	content: '';
	position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}


.tile-overlay-inner a:last-of-type:before {
	border-bottom: none;
}

.tile-overlay-inner a:hover, .tile-overlay-inner a:focus {
	color: #FF0000;
}

.tile-overlay-close-btn {
	position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 9px;
    right: 9px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;

}

/*.tile-overlay-close-btn:hover {
    background: #F3F3F3;
}*/

.tile-overlay-close-btn:before {
	content: '\f218';
    font-family: 'icomoon';
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    display: inline-block;
    
    color: #999;
    z-index: 50;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
    text-indent: 0px;
    text-align: center;
    line-height: 1.5em;
    

}

.tile-overlay-inner figure {
	/*width: 130px;
	height: 130px;
	padding-top: 9px;*/
	
    height: 168px;

}

.tile-overlay-inner figure img {
    /*width: auto;*/
    margin: 0px auto;
    /*height: 28px;*/
    display: block;
    position: relative;
    width: 100%;
    min-height: auto;

}

.tile-overlay-inner figcaption {
	/*text-align: center;
	margin: 0px;
	padding: 9px 0px;
    font-size: 1.125em;
    line-height: 1.25em;*/
    display: none;
}


.st-section-banner-row {
	
}

.st-banner-row {
	padding:20px 0px;
}

.st-section-banner-row img, .st-banner-row img {
	display:block;
	width:100%;
	margin:0px auto;
}

.st-tile-row {
	overflow: hidden;
}

/*.st-tile-wrapper {
	padding: 0px 9px;
}*/

.st-tile-heading {
    margin: 0px;
    padding: 1em 0px;
    font-size: 1.25em;
    border-bottom: 1px dashed #CCC;
}

.st-heading-link {
	font-size: 0.825em;
	line-height:1.5em;
    font-weight: 300;
    color: #666;
	/*text-transform:lowercase;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

.st-heading-link:hover, .st-heading-link:focus {
	text-decoration:none;
	color:#FF0000;
	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

.st-heading-link:after {
	content:'❯';
	display: inline-block;
    overflow: hidden;
    color: #BBB;
    
    text-align: right;
    vertical-align: bottom;

	width: 0px;
	opacity:0;
	
	-webkit-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 500ms cubic-bezier(0,.7,.25,1); 
   -moz-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 500ms cubic-bezier(0,.7,.25,1); 
     -o-transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 500ms cubic-bezier(0,.7,.25,1); 
        transition: opacity 500ms cubic-bezier(0,.7,.25,1), width 500ms linear, color 500ms cubic-bezier(0,.7,.25,1);
	
}

.st-heading-link:hover:after {
	width: 12px;
	opacity:1;
	color:#FF0000;
	
	-webkit-transition: opacity 500ms cubic-bezier(.7,0,.75,0), width 500ms linear, color 200ms linear; 
   -moz-transition: opacity 500ms cubic-bezier(.7,0,.75,0), width 500ms linear, color 200ms linear; 
     -o-transition: opacity 500ms cubic-bezier(.7,0,.75,0), width 500ms linear, color 200ms linear; 
        transition: opacity 500ms cubic-bezier(.7,0,.75,0), width 500ms linear, color 200ms linear;

}
    


.st-overflow-hidden {
	overflow:hidden;
}

#siteFooter {
	padding:1.5em 0px;
}

.st-footer2 {
	font-size:.7em;
	color:#666;
	clear: right;
	margin: 1em 0em;
}
.st-footer2 a {
	/*padding-left: 1em;*/
	text-decoration: underline;
}
.st-copyright {
	font-size:.8em;
	color:#666;
	clear: right;
}

.st-footer-links  {
	
}

.st-footer-icons {
	margin: 20px auto;
	text-align: center;
}
.st-footer-icons img {
	width: 110px;
	height: auto;
	/*
	width: 30%;
	max-width: 110px;
	float:left;*/
}
.st-footer-icons .footer-icons-wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.st-footer-icons .footer-icons-wrapper .footer-icon{
	margin-left: 40px;
}
.st-footer-icons .footer-icons-wrapper .footer-icon:first-child{
	margin-left: 0px;
}
.footer-icon-left {
	/*
	margin-right: 40px;
	margin-top:15px;*/
}

@media (min-width: 768px) {
	.st-footer-copyright {
		white-space: nowrap;
		margin:20px 0;
	}
}
/*
@media (max-width: 767px) {
	.st-footer-icons {
		clear:both;
	}
	.st-footer-icons img {
		width:100px;
	}
	.st-footer-icons div {
		width:240px;
		margin:auto;
	}
	.st-footer-copyright {
		margin:0 0 100px 0;
	}

	.footer-icons-wrapper {
	    display:inline-block;
	}

	.footer-icon-left {
		margin-right: 20px;
	}
	.footer-icon-right {
		margin-top: 15px;
	}
}*/

.st-footer-links a {
    display: block;
    float: left;
    margin-left: 9px;
}

.st-footer-links a img {
	display:block;
	width: 150px;
	/*
	display:block;
	width: 100%;
	height: 19px;
	*/
}
body:not(.mobile) .st-footer-links a img {
	height:23px;
}



#catNavToggle, #mobNavToggle {
	display: inline-block;
    width: 76px;
    height: 56px;
	padding:0px 9px;
    overflow: hidden;
    position: relative;
    float: left;
	z-index:180;
}

#catNavToggle .sr-only, #mobNavToggle .sr-only {
	display: none;
}


#catNavToggle .icon, #mobNavToggle .icon, .button-close .icon {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
}


#catNavToggle span.icon-bar, #mobNavToggle span.icon-bar, .button-close .icon-bar {
	display:inline-block;
	position:absolute;
}

#catNavToggle .icon-bar, #mobNavToggle .icon-bar, .button-close .icon-bar {
    position: absolute;
    background-color: #888;
    width: 22px;
    height: 2px;
    top: 27px;
    left: 17px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#mobNavToggle .icon-bar, .button-close .icon-bar {
    background-color: #FF0000;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
}

#mobLogoPanel.opened  #mobNavToggle .icon-bar, #mobNavToggle.opened .icon-bar, .button-close .icon-bar {
    background-color: #888;
}
#catNavToggle .icon-bar.first, #mobNavToggle .icon-bar.first, .button-close .icon-bar-first {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
#catNavToggle .icon-bar.second, #mobNavToggle .icon-bar.second, .button-close .icon-second {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
#catNavToggle .icon-bar.last, #mobNavToggle .icon-bar.last, .button-close .icon-last {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}


#catNavToggle.opened .icon, #mobLogoPanel.opened  #mobNavToggle .icon, #mobNavToggle.opened .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



#catNavToggle.opened .icon-bar.first, #mobLogoPanel.opened  #mobNavToggle .icon-bar.first, #mobNavToggle.opened .icon-bar.first, .button-close .icon-bar.first {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#catNavToggle.opened .icon-bar.second, #mobLogoPanel.opened  #mobNavToggle .icon-bar.second, #mobNavToggle.opened .icon-bar.second, .button-close .icon-bar.second {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
#catNavToggle.opened .icon-bar.last, #mobLogoPanel.opened  #mobNavToggle .icon-bar.last, #mobNavToggle.opened .icon-bar.last, .button-close .icon-bar.last {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.st-toolbar-wrapper.affix {
    width: 958px;
    z-index: 500;
	top: 0px;
}

#catToolBar {
	position:relative;
	
}

.st-cat-toolbar-inner {
	position: relative;
    background: #FFF;
    z-index: 150;
}

#catToolBar .bg-overlay {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	
}

#catToolBar h1 {
	display: inline-block;
    font-size: 1.5em;
    padding: 13px 0px;
    margin: 0px;
    float: left;
	position:relative;
	z-index:160;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*#catGlobalNav {
	
	background-color:#E4E4E4;
	z-index:100;
	position:absolute;
	top:56px;
	left:0px;
	right:0px;
	height: 248px;
    padding: 0px;
	
	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
	opacity:.97;
	transition: height .1s ease-in-out;
	
	
	-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}*/

#catGlobalNav.opened {
	display:block;
}

#catGlobalNav.nav-smartphone {
	height: 320px;
	transition: height .1s ease-in-out;
}

#catGlobalNav .st-dropdown-nav {
	list-style: none;
    padding: 0px;
    margin: 0px;
    width: 300px;
    height: 100%;
    background: #f2f2f2;
}

#catGlobalNav a.st-cat-nav-group{
	display: block;
    font-size: 1.3em;
    padding: 16px;
    padding-left: 80px;
    position: relative;
	text-decoration:none;
	color:#3C3C3C;
}


#catGlobalNav a.st-cat-nav-group:hover, #catGlobalNav a.st-cat-nav-group:focus, #catGlobalNav a.st-cat-nav-group.selected {
	background-color:#ECECEC;
	text-decoration:none;
}

#catGlobalNav a.st-cat-nav-group.selected {
	background-color:#E4E4E4;
	text-decoration:none;
}

#catGlobalNav .st-cat-nav-panel {
	display:none;
	position: absolute;
    top: 0px;
    bottom: 0px;
	left:300px;
    right: 0px;
    margin: 0px;
    padding: 18px 36px;
    background-color: #E4E4E4;
}

#catGlobalNav a.st-cat-nav-group.selected ~ .st-cat-nav-panel {
	display:block;
}



#catGlobalNav .st-dropdown-menu {
	padding:0px;
}

#catGlobalNav .st-dropdown-menu li {
	display:inline-block;
	width:33%;
	float: left;
}

#catGlobalNav .st-dropdown-menu.st-col-2 li {
	width:50%;
}

#catGlobalNav .st-dropdown-menu li a {
	display: block;
    padding: .4em 0px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
}

#catGlobalNav .st-dropdown-menu li a:hover, #catGlobalNav .st-dropdown-menu li a:focus {
	text-decoration:none;
}

#catGlobalNav .st-cat-nav-wrapper {
	position:relative;
}

#catGlobalNav .st-cat-nav-panel h2 {
    margin: 0px;
	margin-top: 2em;
	margin-bottom: 4px;
    font-size: .9em;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
}

#catGlobalNav .st-cat-nav-panel h2:first-of-type {
	margin-top: 0px;
}

/* Main Pages Title for mobile only */
.st-mob-main-page-title {
	display: none;
}

.st-mob-main-page-title h1 {
	display: inline-block;
    font-size: 1.5em;
    padding: 13px 0px;
    margin: 0px;

}

.mobile .st-mob-linebreak {
	display: block;
}

/* Tab-arrows */
.tabarrow-tab a {
	position: relative;
    border-bottom: 2px solid #CCC;
	display: inline-block;
    /*float: left;*/
    width: 49%;
    font-size: 1.3em;
    padding: 5px 15px 15px;
    text-align: center;
    color: #CCC;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
	transition: color .2s linear;
	border-bottom: 2px solid #FF0000;
}

.tabarrow-tab a:last-of-type:before {
	content: '';
}

.tabarrow-tab a:before {
	content: '|';
    position: absolute;
    right: 0px;
    bottom: 16px;
    color: #ccc;
    font-weight: 100;
}

.tabarrow-tab a:after {
	content:'\f21d';
	display:inline-block;
	width:18px;
	font-family: 'icomoon';
	font-size:18px;
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
	position:absolute;
	left:50%;
	margin-left:-9px;
	bottom: 0px;
	opacity: 0;

}

.tabarrow-tab a.selected {
	color: #FF0000;
	border-bottom: 2px solid #FF0000;
}

.tabarrow-tab a.selected:after {
	opacity: 1;
}

.tabarrow-tab a:hover, .tabarrow-tab a:focus {
	text-decoration:none;
	color: #FF0000;

	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
	transition: color .2s linear;
	
}

.tabarrow-tab .select-indicator {
	display: none;
}

/*.tabarrow-tab a {
	display: inline-block;
	float: left;
	width: 50%;
	font-size: 1.3em;
	padding: 5px 15px 10px;
	text-align: center;
	color: #666;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
	text-decoration: none;
}
.tabarrow-tab .select-indicator {
	display: block;
    height: 0px;
    clear: both;
	border-bottom:2px solid #FF0000;
	position:relative;
}
.tabarrow-tab .select-indicator:after {
	content:'\f21d';
	display:inline-block;
	width:18px;
	font-family: 'icomoon';
	font-size:18px;
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
	position:absolute;
	display:inline-block;
	left:25%;
	margin-left:-9px;
	bottom: 0px;
	color:#FF0000;
	
	-webkit-transition: left 500ms cubic-bezier(0.680, 0, 0.265, 1); 
-webkit-transition: left 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: left 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: left 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: left 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	
}
.tabarrow-tab a:nth-child(1).selected ~ .select-indicator:after {
	left:25%;
}
.tabarrow-tab a:nth-child(2).selected ~ .select-indicator:after {
	left:75%;
}*/
.tabarrow-pane {
	display: none;	
}
.tabarrow-pane.active {
	display: block;	
}

/* Number Progress : Checkout, Reservation */
.st-progress ol {
	font-size: 16px;
	font-weight: normal;
	color: rgb(180,180,180);
	padding: 0;
	margin: 0;
}
.st-progress ol li {
	margin-bottom: 48px;
	margin-right: 32px;
	display: inline-block;
}
.st-progress ol .ol-bullet {
	font-weight: normal;
	font-size: 0.9em;
	margin-right: 0.4em;
	padding: 0.2em 0.5em 0.1em 0.42em;
	color: white;
	background-image: url(/storefront/common/svg_circle.svg);
	background-size: 1.35em 1.7em ;
	opacity: 0.25;
	background-repeat:no-repeat;
}
.st-progress-active {
	color: #4CAF50;
}
.st-progress-active .ol-bullet {
	opacity: 1;
	background-image: url(/storefront/common/svg_circle_active.svg);
}

/* Contact */
.contact-cont label {padding-bottom:5px;margin:0}
.contact-cont > .row+.row {margin-top:25px}


.st-web-chat {
	position:relative;
	display: inline-block;
	font-size:0.95em;
	
    color: #999;
    text-decoration: none;
    padding-left: 30px;
    padding: 6px 0px 6px 30px;

    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}
.st-web-chat span {
	
    text-decoration: underline;
    
}
.st-web-chat:hover, .st-web-chat:focus {
	color: #FF0000;
	text-decoration: none;

	-webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}
.st-web-chat:after {
	font-family: 'icomoon';
	font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	left:4px;
	top: 4px;
	
}
.icon-chat:after {
	content: "\f213";
}

.tabarrow-tab {
	font-size: 0px;
	text-align: center;
}

.detail .tabarrow-tab {
	padding: 0 50px;
}

.mobile.detail .tabarrow-tab {
	padding: 0px;
}

.detail .tabarrow-tab a {
	font-size: 20px;
}

#deliveryForm .tabarrow-tab a {
	font-size: 24px;
}
/* popup content begin */
.popup-content__mobile-table{
	display: table;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
}
.popup-content__mobile-cell{
	display: table-cell;
	vertical-align: middle;
}

.popup-content{
	padding: 0 !important;
}

.popup-content__content-banner{
	display: block;
	width: 250px;
	height: auto;
	margin: 30px auto;
}
body.mobile .popup-content__content-banner{
	width:100%;
}
.popup-content__section-wrapper{
	display: table;
	width: 100%;
	height:100%;
}
body.mobile .popup-content__section-wrapper{
	height: auto;
}

.popup-content__banner-section,
.popup-content__content-section,
.popup-content__footer-section{
	display: table-row;
}
.popup-content__banner,
.popup-content__content,
.popup-content__footer{
	display: table-cell;
}
.popup-content__banner{
	vertical-align: middle;	
	text-align: center;
	background: #ccc;
}
.popup-content__content{
	vertical-align: top;	
	padding: 40px;
	line-height: 1.6em;
	/* padding-bottom: 0; */
}
.popup-content__content strong{
	font-weight: 400;
}
.popup-content__footer{
	vertical-align: bottom;	
	padding: 40px;
	padding-top:0;
}
.popup-content__content-heading{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top:0;
	margin-bottom: 30px;
	color: #ff0000;
}
.popup-content__content-subheading{
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	
}
.popup-content__content-text{
	font-weight: 100;
}
.popup-content__content-text p:last-child{
	margin-bottom:0;
}
.popup-content__footer-button{
	display: block;
	margin: 0 auto;
	width: 180px;	
	text-decoration: none;
}
.popup-content__footer-button:hover{
	text-decoration: none;
	color: #fff;
	background: #5a9b00;
    background: -moz-linear-gradient(top, #5a9b00 0%, #4c7e0a 100%);
    background: -webkit-linear-gradient(top, #5a9b00 0%,#4c7e0a 100%);
    background: linear-gradient(to bottom, #5a9b00 0%,#4c7e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9b00', endColorstr='#4c7e0a',GradientType=0 );
}
/* popup content end */
/* cms */
.cms-text-banner{
	margin-top   : 18px;
	margin-bottom: 18px;
}

.cms-text-banner--top{
	max-width: 1440px;
    margin: 40px auto 20px;
}
/* iphone 5 or up, landscape*/
@media (min-width: 568px) {
	#mobNav,
	.mobNavRow{
		max-width: none;
	}
}
/* iphone 6 plus, landscape*/
@media (min-width: 736px) {
	/* 
	6 items
	last item prepaid is longer, thus first item no margin and last item is 19%
	*/
	#mobNav{
		text-align: center;
	}
	#mobNav a{
		width: 16% !important;
		float: none;
		display: inline-block;
	}
	#mobNav .menu-line-break,
	#mobNav .menu-second-line-break{
		display:none;
	}
	#mobNav a.icon-prepaid{
		width: 19% !important;
	}
	#mobNav a.icon-accessories{
		border-left: 1px solid #eee;
	}
}

/*only display second line break on iphone5 */
@media (min-width: 360px) {
	#mobNav .menu-second-line-break {
		display:none;
	}
}

@media (min-width:360px) and (max-width: 735px){
	#mobNav a:before {
		/* make icon its own row */
		display: block;
		margin-left : auto;
		margin-right: auto;
		margin-bottom: 3px;
	}
}
/* newsletter */
.modal.newsletter {font-size:16px}
.newsletter [class*=-disp] {
	display:none;
}
.newsletter.step1 .step1-disp,
.newsletter.step1-fail .step1-fail-disp,
.newsletter.step2 .step2-disp,
.newsletter.step3 .step3-disp {
	display:block
}
.mobile .modal.newsletter {background:#fff!important}
.mobile .modal.newsletter .modal-dialog {margin:0!important}
.modal.newsletter.step1-fail,
html[lang=zh-hk] .modal.newsletter.step1-fail {
	min-height: 282px!important;
}

/* cms-template */
body:not(.mobile) .cms-template-prod-tile-group + .cms-template-prod-tile-group{
	border-top: 1px solid #ccc;
}
.cms-flex-container--row{
	display:-webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
/*
.cms-flex-container--row.row{
	margin-left: 0;
	margin-right: 0;
}*/
.cms-flex-container--row.row:before,
.cms-flex-container--row.row:after{
	display: none;
}
.cms-flex-container--full-width{
	width: 100%;
}
.cms-flex-container--wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cms-flex-container--align-items-center{
	-webkit-align-items: center;
	align-items: center;
}
.cms-flex-container--column{
	display:-webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.cms-flex-item--grow{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
@media (min-width: 841px) {
	body:not(.mobile) .st-prod-tile .cms-tile-inner-figure-wrapper img{
		min-width: 180px;
	}
}
/*body:not(.mobile)*/
 .cms-prod-tile-md--constraint-image-height-as-product .cms-tile-inner-figure-wrapper img{
	object-fit: contain;
	max-height: 355px;
}
/* corp web revamp */
#item_0{
	height: 178px;
}
#orderPreview {
    background: #F0F2F8;
    border-left: 1px solid #EBEBEB;
}
body:not(.mobile) #heroBanner{
	height: 390px !important;
	min-width: 840px;
    max-width: 1440px;
    margin: 0 auto;
}
.st-header.affix{
	width: 100%;
	height: 55px;
	background-color: #ff0000;
    color: #ffffff;
    z-index: 999;
    top: 0;
    border-bottom: 1px solid #ce0404;
    min-width: 840px;
    max-width: 100%;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, 0); */
}
.st-header.affix .st-header-wrapper{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}    
body.mobile .st-header.affix{
    -webkit-transform: initial;
    transform: initial;
}
.logo-img{
	display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 140px;
}
.st-header.affix-top .logo-img{
    background-image: url(/IMG_V4/element/logo.png);
}
.st-header.affix .logo-img{
	background-image: url(/IMG_V4/element/white_logo.png);
}
.st-header.affix .st-counter{
	color: #fff;
}
body.checkout .st-checkout-container:before{
	display: none;
}
/* nav_menu.css */
body .st-toolbar-wrapper.affix {
    top: 51px;
}
@media (min-width: 1024px) {
	body .st-toolbar-wrapper.affix {
	    top: 61px;
	}
}
/* nav_menu.css */
/*@media (max-width: 838px) {
	.st_lv1_nav, 
	#topSiteBar #tm_business,
	#topSiteBar #tm_contactV2{
		display: none;
	}
}*/

@media (max-width: 838px) {
	body:not(.mobile) img.base-logo{
	    position: absolute;
	    top: 55px;
	    transform: translate(20%, 17%);
	    width: 280px;
	    max-width: 280px;
	    z-index: 5;
	}
}

@media (min-width: 958px) {
	body:not(.mobile) img.base-logo {
	    position: absolute;
	    top: 55px;
	    transform: translate(35%, 17%);
	    width: 270px;
	    max-width: 270px;
	    z-index: 5;
	}
}

@media (min-width: 839px) {
	/*.st-banner-slide .st-slide-wrapper{
		width: 958px;
    	margin: -44px auto -66px;
	}*/
	#st-prod-gallery img {
	    max-width: 600px;
	    margin: 0 auto;
	}
	/*.premium-disp-tile figure {
	    max-width: 220px;
	}*/
	body.desktop .item-cart .col-thumb img{
		max-width: 110px;
    	width: 100%;
	}

	body:not(.mobile) img.base-logo{
	    position: absolute;
	    top: 55px;
	    transform: translate(10%, 17%);
	    width: 280px;
	    max-width: 280px;
	    z-index: 5;
	}

}

@media (min-width: 1024px) {

	body:not(.mobile) img.base-logo {
	    position: absolute;
	    top: 55px;
	    transform: translate(0%, 17%);
	    width: 270px;
	    max-width: 270px;
	    z-index: 5;
	}
}



@media (min-width: 1280px) {
	/*.st-prod-tile figure{
		max-width: 220px;
	    max-height: 220px;
	    width: 80%;
	    height: 80%;
	}
	.st-prod-tile-lg figure {
	    max-width: 420px;
	    max-height: 420px;
	    width: 80%;
	    height: 80%;
	}*/	

	body:not(.mobile) img.base-logo{
		position: absolute;
	    top: 55px;
	    /*transform: translate(-95%, 17%);*/
	    transform: translate(-60%, 17%);
	    width: 280px;
	    max-width: 280px;
	    z-index: 5;
	}

}
@media (min-width: 1440px) {
	/*.st-prod-tile figure{
		max-width: 240px;
	    max-height: 240px;
	    width: 80%;
	    height: 80%;

	}
	.st-prod-tile-lg figure {
	    max-width: 450px;
	    max-height: 450px;
	    width: 80%;
	    height: 80%;
	}*/
	#item_0{
		height: 188px;
	}

	body:not(.mobile) img.base-logo{
	    position: absolute;
	    top: 55px;
	    transform: translate(-75%, 17%);
	    width: 280px;
	    max-width: 280px;
	    z-index: 5;
	}

}
#st-web-chat-for-checkout-confirm-wrapper{
    text-align: right;
    width: 100%;
    padding: 0 30px 10px 0;	
}
body .st-toolbar-wrapper.affix{
    
    /*min-width: 840px;
    max-width: 1440px;*/
    width: 100%;
    /*left: 50%;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    margin: 0;
    background: #fff;*/
}
/* wrapper start */
.st-details-view,
.responsive-wrapper,
.listing-panel,
#ContainerWhole,
#siteFooter
{
	min-width: 840px;
	min-width: 804px;
	 max-width: 1440px;
	 margin:0 auto;
}
body:not(.mobile) .cms-template-grid-2in1-banner
{
	min-width: 840px;
	max-width: 1440px;
	margin:0 auto !important;
}
.st-tile-row,
.cms-text-banner,
.st-tile-heading,
.st-banner-row,
.cms-template-prod-tile-group,
.st-category-list-row,
.st-smartphone-brand-list-title,
.st-smartphone-brand-list-row,
#product-tile-auto-load-more-items-wrapper
{
	/*min-width: 840px;*/
	 max-width: 1440px;
	 margin:0 auto;
}
/* wrapper end */

/*.st-header.affix #st-header__logo,
.st-header.affix #main-nav {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}*/
/*
.topSiteBar-wrapper{
	width: 820px;
    height: 55px;
    float: 	right;
    position: relative;	
    overflow: hidden;
}

#topSiteMenu {
    padding: 10px 25px 0 30px;
    height: 55px;
    line-height: 45px;
    display: table;
    font-size: 14.4px;
}
.topSiteMenu__consumer {
    display: table-cell;
    padding-right: 20px;
    color: #9B9B9B;
    text-transform: uppercase;
    font-family: OpenSansSemibold;
}
.topSiteMenu__business {
    display: table-cell;
    color: #9B9B9B;
    text-transform: uppercase;
    font-family: OpenSansSemibold;
}
.topSiteMenu__consumer:hover,
.topSiteMenu__business:hover{
	color: #9B9B9B;
	text-decoration: none;
}
.topSiteMenu-active {
    text-decoration: underline;
}
.topmenu__search-btn{
    display: table-cell;
    vertical-align: middle;
}
.search-wrapper {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: table;
    height: 55px;
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
}
.search-icon {
    width: 40px;
    padding-right: 20px;
    vertical-align: middle;
    display: table-cell;
}
.search-placeholder {
    width: 100%;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    border: 0;
    height: 100%;
    background: transparent;
}
.search-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ * /
    color: #D7D7D7;
    opacity: 1; 
}

.search-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 * /
    color: #D7D7D7;
}

.search-placeholder::-ms-input-placeholder { /* Microsoft Edge * /
    color: #D7D7D7;
}
.search-close {
    opacity: 0;
    width: 20px;
    height: 20px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}
.search-wrapper img {
    width: 100%;
    height: auto;
}


.st-header.affix-top .search-wrapper{
    display: none;
}
.st-header.affix-top .st-header__main-menu-wrapper {
    display: inline-block;
}
.st-header.affix-top #topmenu__search-btn{
	display: none;
}

.st-header.affix #topmenu__search-btn{
	display: block;
}
.st-header.affix .search-wrapper{
	height: 44px;
	right: -860px;
}
.st-header.affix .st-header__main-menu-wrapper {
	width: 800px;    
    height: 55px;
    position: absolute;
    top: 0;
    right: 65px;
    overflow-x: hidden;
}
.st-header.affix .bottom-menu-wrapper{
	margin-top: 15px;
}
.st-header.affix .search-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ * / 
    color: rgba(255, 255, 255, 0.5);
}

.st-header.affix .search-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 * /
    color: rgba(255, 255, 255, 0.5);
}

.st-header.affix .search-placeholder::-ms-input-placeholder { /* Microsoft Edge * /
    color: rgba(255, 255, 255, 0.5);
}
.st-header.affix .search-wrapper {
    width: 100%;
    border-bottom: 1px solid #fff;
}

@media (max-width: 1060px){
	.st_lv1_nav .nav-item > a{
	    font-size: 12px;
	    margin: 0 8px;	
	}
	#topSiteBar a {
	    font-size: 12px;
	}
	#topSiteMenu {
	    font-size: 12px;
	}
	.st_lv2_nav .nav-link-sub {
	    font-size: 12px;
	}
	.logo-img {
	    height: 18px;
	    width: 100px;
	}
	.st_lv1_nav{
		margin-right: 0;
	}
	.st-header.affix .st-header__main-menu-wrapper{
		width: 640px;
		right: 50px;
	}
	.search-placeholder{
		font-size: 14px;
	}
	.topSiteBar-wrapper{
		width: 640px;
	}
}

*/
.st-grey-btn {
    background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E5E5E5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFFFFF 0%,#E5E5E5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 );

	font-size: 12pt;
    width: 200px;
    border: 1px solid #CCCCCC;
    color: #333333;
    border-radius: 8px;
    padding: 12px 6px;
	letter-spacing:0.5px;
    text-shadow: none;
}

.st-grey-btn.disabled {
	background: -moz-linear-gradient(top, #838383 0%, #999999 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #838383 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #838383 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#999999',GradientType=0 );	
	color: #ddd;

}

.st-grey-btn:hover, .st-grey-btn:active {
    background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #c5c5c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#c5c5c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f1f1f1 0%,#c5c5c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c5c5c5',GradientType=0 );
    color: #333333;

}

.st-grey-btn:focus {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E5E5E5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FFFFFF 0%,#E5E5E5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5E5E5',GradientType=0 );
    color: #333333;
	outline: 0px none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-moz-appearance: none;
	-webkit-appearance: none;

}
.st-prod-title.list-h2 {
	 margin: unset;
    margin-top: 0px;
    text-align: initial;
    padding: unset;
}
body:not(.mobile) img.base-bg{
    max-width: 1450px;
    width: 1450px;
    transform: translate(-17%, -17%);
}

body:not(.mobile) {
	min-width: 840px;
}
/*ST frontdesk css for iPad start*/
@media only screen 
and (device-width : 768px) {
	html.stfrontdesk body:not(.mobile),
	html.stfrontdesk-any body:not(.mobile) {
	    min-width: 768px;
	}

	html.stfrontdesk body:not(.mobile),
	html.stfrontdesk-any body:not(.mobile) {
		/*padding-left: 18px;
    	padding-right: 18px;*/
	}

	div.st-details-view #prodOptionPanel{
		width: 95%;
	}
	div.st-details-view .st-tab-smartphone-container,
	div.st-details-view .st-tab-plan-container{
		width: 97%;
	}
	div.st-tab-container .st-tab{
		width: calc(100% + 20px);
	}
	div#ContainerWhole{
		min-width: unset;
		width:768px;
	}
	#topLogoPanel{
		width:95%;
	}

}
/*ST frontdesk css for iPad end*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	body:not(.mobile) {
		min-height: 1120px;
	}


}
/* .mobile-bag-icon-wrapper */
.mobile-bag-icon-wrapper{
	margin-right: 15px;
	font-size: 16px;
	padding-right: 15px;
}
.mobile-bag-icon-wrapper a,
.mobile-bag-icon-wrapper a:hover{
	text-decoration: none;
}
#topLogoPanel .mobile-bag-icon-wrapper .st-bag-btn{
	padding-left: 20px;
}
#topLogoPanel .mobile-bag-icon-wrapper .st-bag-btn:after{
	top: 0;
}
#topLogoPanel .mobile-bag-icon-wrapper #bagItemCount{
	margin-left: 13px;
}
/* cms r42 */
.cms-template-placement{
	position: relative;
}
.cms-template-placement__loading:before{
	overflow: hidden;
    position: absolute;
    background: #fff url(/storefront/common/spinner.gif) center no-repeat;
    background-size: 60px;
    content: "";
    width: 100%;
    height: 100%;
}
.cms-template-placement__loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}