html {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
}
body {
background: url("https://stopasia.com/image/bg.png");
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
margin: 0px;
background-color:#fff;
line-height: 1.7em;
line-height:30px;
min-width:260px;
font-size: 16px;
color: #444;
	
}

td, 
th,
input, 
textarea, 
select,
a {
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
iframe {
	border: 1px solid #E6E6E6;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #E6E6E6;
}
img {
	max-width:100%
}
legend small {
	font-size: 15px;
	color: #999999;
}
label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


label {
	margin-bottom: 5px;
}

a.button-prod i{
	font-size:26px;
	margin-right:10px;
}
a.button-prod:hover {
background: none repeat scroll 0 0 #1C999E;
transform: scale(.97);
transition: all .4s ease-in-out 0s;
text-decoration: none;
color: #ffffff;
}
a.button-prod {
	display:inline-block;
background: none repeat scroll 0 0 #ff6800;
	font-size:20px;
	text-transform:uppercase;
	color:#ffffff;
    text-align: center;
    letter-spacing: 3px;
    line-height: 50px;
	padding: 5px 30px;
	margin:0 0px;
	line-height:65px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;	
}

.product-info .options .option label{
letter-spacing:1.2px;
width: 100%;
display: inline-block;
} 
.option label{
	font-size: 17px;
	padding-top: 8px;
}

label.radio {
padding-left: 80px;
}
label.checkbox {
padding-left: 40px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	height:34px
}

input,
textarea,
.uneditable-input {
	width: 280px;
	max-width:100%
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 30px;
}

select {
	width: 360px;
	max-width:100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, 
a:visited, 
a:focus {
	color: #323232;
	cursor: pointer;
	text-decoration:none;
	outline:none
}
a:hover {
	text-decoration:none;
	color:#f54f29
}
a img {
	border: none;
}
form {
	margin-bottom:0;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 27px;
}
h1, .sa-banner-h1 {
    letter-spacing: 2px;
	/*font-size:17px;*/
	color:#282726;
	text-transform:uppercase;
}
h2 {
	/*font-size:13px;*/
	color:#f54f29;
	text-transform:uppercase;
}
h3 {
	color:#323232;
	/*font-size:16px;*/
}

h4,h5,h6 {
margin-top: 14%;
}


h8 {
font-weight: bold;
line-height: 120%;
padding-top: 30px;
padding-bottom: 11px;
font-size: 19px;
letter-spacing: 1.5px;
display: block;
}

.p0 {
	padding:0px !important
}
.m0 {
	margin:0px !important
}
.mt0 {
	margin-top:0px !important
}
/***********************/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;	
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.tcenter {
	text-align:center !important;
}
.fancybox {
	text-decoration:none;
}
.fancybox:hover {
	text-decoration:underline;
}
.account-success #content p {
	margin-bottom:5px;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a#hidden {
	display:none;
	visibility:hidden
}
/* back to top */
#back-top {
	position: fixed;
	bottom: 30px;
	z-index:9999;
	left: 2%;
}
#back-top a:hover {
	color:#79ec3e;
}
#back-top span {
	width:42px;
	height:26px;
	display: block;
	margin-bottom: 7px;
	background:url(../image/up-arrow.png) no-repeat left 0px;
}
#back-top a:hover span {
	background-position:left bottom;
}
/* header-style */
.header-modules {
	position:relative;
	z-index:1;
}

.cart{
right: 15px;
position: absolute;
}
.cart-button {
display:flex;
align-items:center;
}
.Tag_POS{margin-left:-5px;}

a.souvenir_text, .souvenir_text{text-decoration:line-through;}
.souvenir_text_additional{display:inline;font-size:smaller;}
/* layout */
#container {
	text-align: left;
	margin-top: 25px;	
}
/* header */
header {
	/*background:url(../image/header.jpg) repeat center top;*/
	position: relative;
	color:#9d9d9d;
	/*margin-bottom:30px;*/
	z-index:28;
}
.common-home header {
	margin-bottom:0;
}
.header-modules {
	position:relative;
	height:100%;
}

header #logo a img {
	vertical-align:top;
	max-width:100%;
	width:100%;
}
header #logo {
	float:left;
	margin:200px 0px 54px 0px;
	position: absolute;
}



.camera_target_content {
    background-image: -webkit-linear-gradient(bottom,#000 0,rgba(0,0,0,0.2)40%);
    background-image: -moz-linear-gradient(bottom,#000 0,rgba(0,0,0,0.2)40%);
    background-image: -o-linear-gradient(bottom,#000 0,rgba(0,0,0,0.2)40%);
    background-image: linear-gradient(to top,rgba(0,0,0,0.2) 0,rgba(0,0,0,0)40%);
}


.box-product .name a{
line-height: 110%;
letter-spacing: 0.5px;
font-weight: bold;
}

.block-language {
	color: #999;
	line-height: 17px;
}
.block-language img {
	cursor: pointer;
}
.header-top1 {
	float:right;
}
/* currency */
.swipe-left {
	width:20px;
	left:0;
	top:0;
	position:fixed;
	height:100%;
	z-index:98
}
body.ind .swipe-left {
	display:none !important;
	visibility:hidden
}
.swipe {
	display:none;
}
.swipe-control {
	display:none;
}
.box-currency {
	float:right;
}
.box-currency >div .heading-1 {
	display:none;
}
.swipe-menu .box-currency {
	float:none;
}
.swipe-menu .box-currency form {margin:0;}
.swipe-menu .box-currency .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0;
}
.swipe-menu .box-currency .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .box-currency .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#fff
}
.swipe-menu .box-currency .ul a:hover,
.swipe-menu .box-currency .ul a span.act {
	color:#f54f29
}
#body .swipe .swipe-menu .box-currency .heading {
	display:none;
}
#body .swipe .swipe-menu .box-currency>div {
	display:block;
}
#body .swipe .swipe-menu .box-currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:13px;
	font-weight:bold;
}
#body .swipe .swipe-menu .box-currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#7e7e7e;
	padding-left:0;
	margin-right:9px;
}
#body .swipe .swipe-menu .box-currency .heading-1 i.fa.fa-caret-down {
	font-size:21px;
	text-align:center;
	float:right;
}
/* language */
.block-language {
	float:right;
}
.toprow .block-language>div.heading1 {
	display:none;
}
.swipe-menu .block-language  {
	float:none;
}
.swipe-menu .block-language .ul {
	position:relative;
}
.swipe-menu .block-language .heading {
	display:none;
}
.swipe-menu .block-language {
	float:none;
}
.swipe-menu .block-language .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0
}
.swipe-menu .block-language .ul a:hover {
	color:#f54f29;
}
.swipe-menu .block-language .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .block-language .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#fff;
}
.swipe-menu .block-language .ul a.act {
	color:#f54f29
}
#body .swipe .swipe-menu .block-language .heading {
	display:none;
}
#body .swipe .swipe-menu .block-language>div {
	display:block;
}
#body .swipe .swipe-menu .block-language .heading1 {
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:13px;
	font-weight:bold;
	color:#fff
}
#body .swipe .swipe-menu .block-language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#7e7e7e;
	text-align:center;
	margin-right:9px;
}
#body .swipe .swipe-menu .block-language .heading1 i.fa.fa-caret-down {
	font-size:21px;
	float:right;
}
/*********************************************************************************************phone*******************************************************************************************/


@media all and (min-width: 1280px)  {
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {margin-bottom: 24px;}
.phone {top:70%;font-size:18px;}

.ZoomIMG:hover {
margin: 0;
-webkit-transform: scale(1.08);
-moz-transform: scale(1.08);
-ms-transform: scale(1.08);
-o-transform: scale(1.08);
transform: scale(1.08);
transition: all .7s ease-in-out 0s;
}

.Playlogo {
	float:left;
	position: absolute;
	z-index:9999;
	top: 45%;
	left: 4%;
	}
.StopAsia_App {
	z-index:9999;
	top: 79%;
	right: 5%;
	position: absolute;
}
.fb-like{}
.ZoomIMG.RLLogo_Pre{
max-width: 250px;margin-top: -180px;
}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {margin-bottom: 24px;}
.phone {	
top: 65%;
padding-top: 70px;
font-size: 28px;
}
.ZoomIMG:hover {
margin: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.banner .s-desc h2 {padding-top: 70px;}
.Playlogo {
	float:left;
	position: absolute;
	z-index:9999;
	top: 45%;
	left: 4%;
}
.StopAsia_App {
	z-index:9999;
	top: 69%;
	right: 5%;
	position: absolute;
}	
.fb-like{}

img.LLogo
 {
    width: 150%;
    max-width: none;
    padding-top: 0px;
}
img.RLogo
 {
    width: 150%;
    max-width: none;
}
.ZoomIMG.RLLogo_Pre{
padding-right: 0px;
margin-top: -230px;
margin-left: -360px;
}
}

@media all and (min-width: 200px) and (max-width: 1279px) {
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {margin-bottom: 20px;}
.phone {
font-size:16px;
visibility: hidden;
}

.ZoomIMG:hover {
margin: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.Playlogo {
	float:left;
	position: absolute;
	z-index:9999;
	top: 50%;
	left: 2%;
	width: 20%;
	visibility: hidden;
}
.StopAsia_App {
	z-index:9999;
	top: 69%;
	right: 5%;
	position: absolute;
	visibility: hidden;
}
.fb-like{
	visibility: hidden;
}
.ZoomIMG.RLLogo_Pre{
max-width: 250px;margin-top: -180px;
}
}



/*********************************************************************************************header button*******************************************************************************************/
.header-button {
	position:relative;
	z-index:28
}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
}
.header-button>div:hover {
	cursor:pointer;
}
.toprow .header-button>div i{
font-size:13px;
/*color:#F2ECEC;*/
margin-left:6px;
padding-left: 2px;
}
.toprow .cart-position>div i{

}


.toprow .header-button.active>div i, .toprow .header-button>div:hover i{
	color:#fff;
}
.toprow .header-button.active>div, .toprow .header-button>div:hover {
	background:#1c999e;
	color:#fff;
transition: all .4s ease-in-out 0s;	
}
.toprow .header-button>div {
color: #fff;
line-height: 20px;
/* background-color: #ff6800; */
padding: 17px 10px;
width: 120px;
text-align: center;
letter-spacing: 2px;
border-radius: 0px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.toprow .header-button .ul {
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display:none;
position:absolute;
background-color:#088388;
width:120px;
left:0%;
margin-left:0px;
right:0;
letter-spacing: 2px;
border-radius: 0px 0px 3px 3px;
}
.toprow .header-button .ul a {
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.toprow .header-button .ul a span:hover {
	background-color:#f54f29;
	color:#fff;
	transition: all .4s ease-in-out 0s;
}
.toprow .header-button .ul a span {
padding:25px 0;
display:block;
font-size:16px;
text-transform:capitalize;
cursor:pointer;
color:#fff;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;	
}
/* Swipe Control */
body div.shadow {
	display:none;
}
#body .swipe .swipe-menu li a:hover {
	color:#f54f29
}
#body .swipe .swipe-menu li a {
	color:#7E7E7E
}
#body .swipe .swipe-menu li a i {
	color:#7e7e7e;
	font-size:26px;
	margin-right:9px;
}
#body .swipe .swipe-menu > ul li a {
	font-weight:bold;
	display:block;
	font-size:13px;
	line-height:26px;
	color:#fff;
	padding:10px 20px 11px;
	border-bottom:1px solid #000;
	position:relative;
}
#body .swipe .swipe-menu .foot li a:before {
	content:"\f05a";
	 background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size:26px;
	color:#7e7e7e;
	margin-right:9px;
}
#body .swipe .swipe-menu .foot li+li a:before {
	content:"\f0d1"
}
#body .swipe .swipe-menu .foot li+li+li a:before {
	content:"\f06a"
}
#body .swipe .swipe-menu .foot li+li+li+li a:before {
	content:"\f085"
}
#body .swipe .swipe-menu .foot.foot-1 li a:before {
	content:"\f0ac"
}
#body .swipe .swipe-menu .foot.foot-1 li+li a:before {
	content:"\f079"
}
#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {
	content:"\f0e8"
}
#body .swipe .swipe-menu .foot.foot-2 li a:before {
	content:"\f02c"
}
#body .swipe .swipe-menu .foot.foot-2 li+li a:before {
	content:"\f06b"
}
#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {
	content:"\f0c0"
}
#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {
	content:"\f0a3"
}
#body .swipe .swipe-menu .foot.foot-3 li a:before {
	content:"\f0cb"
}
#body .swipe .swipe-menu .foot.foot-3 li+li a:before {
	content:"\f003"
}
/* header-cart */
.cart-position {
float:right;
position:relative;
/*padding: 11px 0px; */
/*margin:0px 0 0px 27px;*/
}
/*
#Block_LangBox{
    padding: 11px 0px;
}
*/



#cartBtn a {
	color: #ffffff;
	padding: 19px 17px;
	display: inline-block;
	    letter-spacing: 2px;
}

.currencyP {
	float:right;
	position:relative;
	margin:0px 0px 0px 0px;
}
.Logo {
	float: left;
	position: relative;
}



.fancybox-inner .main-content .cart a span {
padding-top: 0.85vw;
padding-bottom: 0.85vw;
padding-left: 3.5vw;
padding-right: 3.5vw;
}
.fancybox-inner .main-content .cart {
right: unset;
line-height: unset;
cursor: pointer;
}

.fancybox-inner .main-content .cart:hover{
background-color: #1C999E;
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
-o-transform: scale(0.97);
transform: scale(0.97);
transition: all .4s ease-in-out 0s;
}


.LogoFooter:hover, .IconFooter:hover{
margin: 0;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
transition: all .4s ease-in-out 0s;
}

.LogoFooter {
margin: 0;
float: left;
top: -10px;
position: relative;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
width:100%;
}
.IconFooter {
margin: 0;
float: left;
position: relative;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-o-transform: scale(0.95);
transform: scale(0.95);
}


.nameInside.maxheight-feat {
    font-weight: bold;
	line-height: 160%;
}


#cart .heading span.link_a i.fa-shopping-cart {
	display:block;
	float:left;
	vertical-align:top;
	line-height:40px;
	background-color:#f54f29;
	width:40px;
	text-align:center;
	font-size:22px;
	margin-top:5px;
	margin-right:15px;
	color:#fff;
	border-radius: 4px;	
}
#cart .heading span.link_a i {
	font-size:20px;
	line-height:normal;
}
#cart .heading span.link_a i.fa.fa-caret-down {
	font-size:13px;
	vertical-align:top;
	line-height:49px;
	margin-left:12px;
}
#cart .heading span.link_a strong, #cart .heading span.link_a b {
	text-transform:none;
	color:#fff;
}
#cart .heading span.link_a {
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	display:block;
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	line-height:49px;
	padding:0 14px 0 0px;
	cursor:pointer
}
#cart.active .content {
	display:block;
}
.cart-position #cart .heading span.link_a #cart-total2 {
	display:none;
}
#cart {
	z-index:25;
	position:relative;
}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:49px;
	background:#fff;
	width:257px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
	right:0px;
	border:1px solid #e6e6e6;
}
.content {
padding-bottom: 30px;
border-bottom: 1px dashed #D3D3D3;
margin-bottom: 20px;
}
header #cart.active .content {
	display: block;
}
header #cart.active .content .mini-cart-info{
	display: block;
}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
}
header #cart .cart td.price {
	font-size:12px;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
}
header #cart .cart td.name a i {
	text-decoration:none;
}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #000;
	vertical-align: top;
}
header #cart .cart .image {
	padding-right:15px;
}
.cart tr {
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	border-bottom:1px solid #e6e6e6;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
	max-width:inherit
}
header #cart .cart .name small {
	color: #666;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a6a4a4;
	text-transform:uppercase;
}
header #cart .cart td.total {
	font-size:12px;
	color:#c81908;
	text-align: right;
}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i {
	color:#f54f29
}
.cart-module .cart .remove span {
	width:11px;
	height:11px;
	overflow:hidden;
	display: inline-block;
}
.cart-module .cart .remove {
	width:20px;
	text-align:center!important;
	padding-top:8px;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {
	cursor:pointer
}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
}
header #cart .cart .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
header #cart .cart .remove img {
	float:left;
}
header #cart .cart .remove {
	padding:10px 0
}
header #cart .cart .remove>span:hover {
	color:##f54f29
}
header #cart .cart .remove>span{
	font-size:15px;
	cursor:pointer
}
header #cart .cart .remove img {
	cursor: pointer;
}
header #cart table.total {
	font-size:11px;
	padding: 5px 10px 5px 10px;
	margin-top:5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
header #cart table.total tr {
	padding:0px 10px 0px 10px;
}
header #cart table.total td b {
	color:#7e7e7e;
	font-size:13px;
	font-style:italic;
}
header #cart table.total td {
	color: #323232;
	padding-left:5px;
	padding-right:10px;
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
}
header #cart .content .checkout {
	text-align: right;
	clear: both;

	float: right;
	border-radius: 4px;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	display: inline-block;
	background-color: #f54f29;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1px;
	margin-top: 7px;

}
header #cart .content .checkout:hover {
	float: right;
	background-color: #353535;
	border-radius: 4px;
}



header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}
/* menu 
============================================================================================== */

header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	background-color:#323232;
	width:100%;
	left:0; 
	top:0;
}
/* header links 
============================================================================================== */
header .links {
	font-size:11px;
}
header .links li a i {
	display:none;
}
header .links li:first-child {
	background:none;
	padding-left:0;
}
header .links li {
	float:left;
	padding:17px 9px;
}
header .links a.active, header .links a:hover {
	color:#f54f29;
	text-decoration:none;
}
header .links a {
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	color:#ababab;
	line-height:20px;
	vertical-align:top;
}
.toprow .links .login_h a {
	max-height:20px;
	max-width:104px;
	overflow:hidden;
	white-space:nowrap;
}

.trusted-companies {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 150px;
    z-index: 1;
    padding: 90px 0 0;
    background-image: -webkit-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.73)100%);
    background-image: -moz-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.73)100%);
    background-image: -o-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.73)100%);
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.33) 0,rgba(0,0,0,0)90%);
}
.trusted-logos>li {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 0 5px;
}
.trusted-logos {
    display: table;
    padding: 0;
    margin: 0;
    height: 55px;
	font-size: 15px;
    width: 100%;
    opacity: .85;
    filter: alpha(opacity=60);
}
/* menu-gadget 
============================================================================================== */
#menu-gadget {display:none;}
/* search 
============================================================================================== */
.top-search  {
	line-height:50px;
	border-right:1px solid #000;
	display:inline-block;
	padding:0 20px;
}
.top-search:hover {
	cursor:pointer
}
.top-search i {
	font-size:26px;
	color:#7e7e7e;
}
.top-search #search {display:none;}
#search {
	position:relative;
	float:right;
	z-index:25;
	margin-right:17px;
	margin-top:14px;
	background-color:#191919;
	
}
#search .button-search {
	float:right;
	font-size:26px;
	color:#fff;
	width:50px;
	text-align:center;
	line-height:54px;
	vertical-align:top;
}
#search .button-search:hover {
	color:#f54f29;
	cursor:pointer;
}
#search input {
	float:left;
	border-radius:0;
	height:54px;
	line-height:20px;
	max-width:246px;
	margin:0;
	padding:17px 10px;
	background-color:#191919;
	border:0
	}
/* name 
============================================================================================== */
.name a {
line-height:110%;
font-size:21px;	
}

.checkout-product .table-bordered .name a, .checkout-product .table-bordered td.price {
letter-spacing: 1.5px;
font-weight: bold;
line-height:110%;
font-size:16px;	
color: #DF5E0F;
text-shadow: 1px 1px white;
}

.checkout-product .table-bordered .pricedwn b, .checkout-product .table-bordered .total {
letter-spacing: 1.5px;
font-weight: bold;
line-height:110%;
font-size:18px;	
color: #DF5E0F;
text-shadow: 1px 1px white;
}

/* price 
============================================================================================== */
.price.price-min {
	display:none;
}
.price {
	font-size:25px;
	color:#FF6800;
}

.dd-select {
    border: solid 4px #f97012;
    height: 50px;
    font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.dd-select:focus {
    outline: none;
}



.phone i{
	font-size:30px;
	color:#D8FF0E;
	vertical-align:-5px;
}
.phone {
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-weight:600;
	line-height:46px;
	color:#fff;
	z-index:9999;
	left: 10%;
	position: absolute;
	letter-spacing: 1px;
}
.phone2 {
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-weight:600;
	line-height:46px;
	color:#fff;
	z-index:9999;
	top: 69%;
	right: 1%;
	position: absolute;
	letter-spacing: 1px;
}



.Msg_Icon {
width: 50px;
}
.Msg_txt {
font-size: 13px;
margin-bottom: 0px;
text-align: center;
line-height: 200%;
}


.product-info .price {
    font-size: 18px;
    font-weight: bold;
    /*padding-left: 10px;*/
    display: inline-block;
}


.phone a{
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-weight:300;
	font-size:30px;
	color:#fff;
}
.cart-button {
padding-top:14px;
}
span.price-old {
text-decoration: line-through;
font-size: 14px;
color: #CDCDCD;
padding-left: 10px;
margin-top:-20px;
/* font-weight: normal; */
float: left;
letter-spacing: 0.2px;
width: 100%;
}

@media all and (min-width: 1280px) {
.description1 {
line-height: 36px;
font-family: 'Lato','Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 18px;
font-weight: 400;
color: #444;	
margin-bottom: 45px;
letter-spacing: 0.5px;
padding-right:1%;
padding-left:1%;
}

.PriceGroup{
color: #FF6800;
font-size: 16px;
text-align:right;
margin-bottom:-8px;
padding-right:5px;
}
.Product_LR_Padding{
padding-left:6%;padding-right:6%;
}
.container {
width:80%;
max-width: 1280px;
/*max-width: 1600px;*/
/*padding: 0 90px;*/
}
.Tag_POS{
z-index:99999;
position:absolute;
top:5%;
}
.Tag_POSR{
position:absolute;
right:11px;
top:5%;
z-index:99999;
}
.Tag_POSR2{
position:absolute;
right:11px;
top:5%;
z-index:999999;
}

.Product_Title{
font-size:24px;
line-height:30px;
letter-spacing:2px;
margin-bottom:8px;
}
h1.style-1, h2.sa-h1 {
font-size: 36px;
line-height: 170%;
/*line-height: 50px;*/
padding-bottom: 10px;
padding-top: 10px;
letter-spacing: 4px;
margin-top: -18px;
margin-bottom: 14px;
padding-right:1%;
padding-left:1%;
}
.tabs .tab-heading, .tabs .tab-headingX {font-size: 24px;}
.RightSideBar{padding-left: 15px;}
.tabs, .tabsBuy, .product-info .heading_share, .flexslider, .contact_me { margin-bottom: 25px;}


.footer_frontPage{
    font-size: 15px;
}
.footer_inside{
	font-size: 15px;
}
}

@media all and (min-width: 800px) and (max-width: 1280px){ /* iPad Pro 全螢幕內頁*/
.description1 {
line-height: 1.8em;
font-family: 'Lato','Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 24px;
font-weight: 400;
color: #444;
margin-bottom: 45px;
letter-spacing: 0.5px;
padding-right: 1.8%;
padding-left: 1.8%;
}
.price .price-old {
    text-decoration: line-through;
    color: #CDCDCD;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0.2px;
}
.PriceGroup{
color: #FF6800;
font-size: 22px;
text-align:right;
margin-bottom:-2px;
padding-right:5px;
letter-spacing: 1px;
}
.Product_LR_Padding{
padding-left:8%;padding-right:8%;
}
.container {
width:100%;
/*padding: 0 90px;*/
padding-right:2%;
padding-left:2%;
}
.Tag_POS{
z-index:99999;
position:absolute;
top:25px;
}
.Tag_POSR{
position:absolute;
right:11px;
top:25px;
z-index:99999;
}
.Tag_POSR2{
position:absolute;
right:11px;
top:25px;
z-index:999999;
}


.Product_Title{
font-size:24px;
line-height:30px;
letter-spacing:2px;
margin-bottom:8px;
padding-left:2.5%;
padding-right:2.5%;
}
h1.style-1, h2.sa-h1 {
font-size: 30px;
line-height: 160%;
padding-bottom: 10px;
padding-top: 10px;
letter-spacing: 2px;
margin-top: -18px;
margin-bottom: 14px;	
padding-right:1.8%;
padding-left:1.8%;	
}
.tabs .tab-heading, .tabs .tab-headingX {font-size: 22px;}
.footer_frontPage{
    font-size: 30px;
    line-height: 40px;
}
.footer_inside{
	font-size: 20px;
}
}

@media all and (min-device-width : 768px) and (max-device-width : 1024px)  {  /* iPad */
.description1 {
line-height: 1.7em;
font-family: 'Lato','Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 26px;
font-weight: 400;
color: #444;
margin-bottom: 45px;
letter-spacing: 3px;
padding-right: 1%;
padding-left: 1%;
}
.price .price-old {
    text-decoration: line-through;
    color: #CDCDCD;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0.2px;
}
.PriceGroup{
color: #FF6800;
font-size: 22px;
text-align:right;
margin-bottom:-2px;
padding-right:5px;
letter-spacing: 1px;
}
.Product_LR_Padding{
padding-left:8%;padding-right:8%;
}
.container {
width:100%;
/*padding: 0 90px;*/
padding-right:2%;
padding-left:2%;
}
.Tag_POS{
z-index:99999;
position:absolute;
top:25px;
}
.Tag_POSR{
position:absolute;
right:11px;
top:25px;
z-index:99999;
}
.Tag_POSR2{
position:absolute;
right:11px;
top:25px;
z-index:999999;
}


.Product_Title{
font-size:24px;
line-height:30px;
letter-spacing:2px;
margin-bottom:8px;
padding-left:2.5%;
padding-right:2.5%;
}
h1.style-1, h2.sa-h1 {
font-size: 30px;
line-height: 160%;
padding-bottom: 10px;
padding-top: 10px;
letter-spacing: 2px;
margin-top: -18px;
margin-bottom: 14px;	
padding-right:1%;
padding-left:1%;
}
.tabs .tab-heading, .tabs .tab-headingX {font-size: 22px;}
.footer_frontPage{
    font-size: 30px;
    line-height: 40px;
}
.footer_inside{
	font-size: 20px;
}
}


@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.description1 {
line-height: 1.8em;
font-family: 'Lato','Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 27px;
font-weight: 400;
color: #444;
margin-bottom: 45px;
letter-spacing: 3px;
padding-right: 1%;
padding-left: 1%;
}
.price .price-old {
    text-decoration: line-through;
    color: #CDCDCD;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0.2px;
}
.PriceGroup{
color: #FF6800;
font-size: 24px;
text-align:right;
margin-bottom:-2px;
padding-right:5px;
letter-spacing: 1px;
}
.Product_LR_Padding{
padding-left:8%;padding-right:8%;
}
.container {
width:100%;
padding-left: 3%;
padding-right:3%;
/*max-width: 1600px;*/
/*padding: 0 90px;*/
}
.Tag_POS{
z-index:99999;
position:absolute;
top:70px;
}
.Tag_POSR{
position:absolute;
right:11px;
top:70px;
z-index:99999;
}
.Tag_POSR2{
position:absolute;
right:11px;
top:70px;
z-index:999999;
}

.Product_Title{
font-size:24px;
line-height:30px;
letter-spacing:2px;
margin-bottom:8px;
}
h1.style-1, h2.sa-h1 {
font-size: 40px;
line-height: 160%;
padding-bottom: 10px;
padding-top: 10px;
letter-spacing: 4px;
margin-top: -18px;
margin-bottom: 14px;
padding-right:1%;
padding-left:1%;
}
.tabs .tab-heading, .tabs .tab-headingX {font-size: 22px;}
.footer_frontPage{
    font-size: 30px;
    line-height: 40px;
}
.footer_inside{
	font-size: 20px;
}
}


@media all and (min-width: 1px) and (max-width: 800px) {
.description1 {
	line-height: 1.9em;
	font-family: 'Lato','Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:20px;
	font-weight: 400;
	color: #444;	
	margin-bottom: 45px;
	letter-spacing: 0.5px;
padding-right:2%;
padding-left:2%;
}
.price .price-old {
text-decoration: line-through;
    color: #CDCDCD;
    padding-right: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 17px;
}
.PriceGroup{
color: #FF6800;
font-size: 17px;
text-align:right;
margin-bottom:-5px;
padding-right:5px;
}
.Product_LR_Padding{
padding-left:6%;padding-right:6%;
}

.container {
width:100%;
/*padding: 0 90px;*/
}
.Tag_POS{
z-index:99999;
position:absolute;
top:25px;
}
.Tag_POSR{
position:absolute;
right:11px;
top:25px;
z-index:99999;
}
.Tag_POSR2{
position:absolute;
right:11px;
top:25px;
z-index:999999;
}

.Product_Title{
font-size:24px;
line-height:30px;
letter-spacing:2px;
margin-bottom:8px;
}
h1.style-1, h2.sa-h1 {
font-size: 22px;
line-height: 150%;
padding-bottom: 5px;
padding-top: 15px;
letter-spacing: 2px;
margin-top: -18px;
margin-bottom: 12px;
padding-left:2%;/*8px;*/
padding-right:2%;
}
.tabs .tab-heading, .tabs .tab-headingX {font-size: 20px;}
.footer_frontPage{
    font-size: 18px;
}
.footer_inside{
	font-size: 14px;
}
}

@media all and (min-width: 600px) and (max-width: 800px) {
.footer_frontPage{
    font-size: 20px;
}
.footer_inside{
	font-size: 16px;
}
}

@media only screen and (device-width: 768px){

.footer_frontPage{
    font-size: 20px;
}
.footer_inside{
	font-size: 16px;
}

}



.description {
	font-size:12px;
	color:#bcbcbc;
}
/* box price 
============================================================================================== */
.box-product .price{
	line-height:normal;
	margin-bottom:3px;
}
.box-product .price .price-new,.price .price-new { 
font-size: 20px;
letter-spacing: 1px;

}
.box.box-filter input[type="checkbox"] {
	float: left;
	margin-top:7px;
}
/* tooltip 
============================================================================================== */
.related-info .tooltip-inner {
	max-width:120px !important; 
	white-space:normal !important
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	white-space:nowrap;
	max-width: 300px;
	padding:5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #f54f29;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #f54f29;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #f54f29;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #f54f29;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #f54f29;
	border-width: 0 5px 5px;
}
.tooltip-1 {
	white-space:nowrap
	}
/* Icon: wishlist and Comapare
========================================================*/
.wishlist span, .compare span{
	display:none;
}
.wishlist a, .compare a{
	display:block;
	font-size:19.24px;
	line-height:35px;
	color:#fff;
	width:35px;
	height:35px;
	text-align:center;
	float:left;
	margin-left:7px;
	background:#cbcbcb;
}
.wishlist a { 
	background-color:#2c2c2c;
}
.box .wishlist a, .box  .compare a {
	margin-left:0;
	margin-right:10px;
}
.wishlist a:hover , .compare a:hover {
	background-color:#f54f29;
}
.wishlist a i, .compare a i {
	font-size:19.24px;
	color:#fff;
	line-height:35px;
	vertical-align:top;
}
/* aside link style
========================================================*/
aside .info li {
	position: relative;
	clear:both;
	padding:2px 0
}
aside .info li a i, .afine li a i, .acount li a i {
	font-size:17px;
	margin-right:10px;
}
aside .info li a, .afine li a, .acount li a {
	line-height:20px;
	font-size:14px;
}
aside.info li, .afine li, .acount li {
	padding:3px 0;
}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
	display:none;
}
aside .info li a + a, .afine li a + a, .acount li a + a {
	padding-left:0;
	background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover {
	color:#f54f29
}
/* box-filter button
========================================================*/
.box-filter .box-content .button {
	margin-top:10px
}
/* warning
========================================================*/
.breadcrumb a.last {
	color:#f54f29
}
.breadcrumb {
	background-color:#f7f7f7;
	border-radius:0;
	padding:12px 20px;
	font-weight:bold;
}
.success,
.warning,
.attention,
.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #e6e6e6;
}
.warning {
display: block;
color: #FDFAFA;
background-color: #D33824;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
line-height: 32px;
margin-top: 15px;
margin-bottom: 50px;
text-align: center;
border-radius: 4px;
font-size: 17px;
}
.attention>span {
	float:right;
	font-size:20px;
}
.attention {
	background: #FFF5CC;
	border: 1px solid #F2DD8C;
}
.success .close, 
.warning .close, 
.attention .close, 
.information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #ff7409;
	font-weight: bold;
}
.required i.fa.fa-check-circle, .option i.fa.fa-question-circle {
font-size:20px;
vertical-align: middle;
padding-right: 2.2%;
line-height: 30px;
}
.error {
width: 80%;
margin-left: 10%;
letter-spacing:2px;
display: block;
color: #FDFAFA;
background-image: url('https://stopasia.com/image/top_bg.png');
background-color: #D33824;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
line-height: 50px;
margin-top: 15px;
margin-bottom: 25px;
text-align: center;
border-radius: 4px;
font-size: 17px;	
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table.form {
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-product td.price {
	font-size:12px;
}
.checkout-product td.total {
text-align:center!important;
LETTER-SPACING:1px;
font-size: 18px;	
}
table.list thead td a, .list thead td {
	text-decoration: none;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
}
table.list .left {
	text-align: left;
}
table.list .right {
	text-align: right;
}
table.list .center {
	text-align: center;
}
.pagination {
	display: inline-block;
	width: 100%;
}
.account-order .button-order-right {
	float:right;
	margin-top:-3px;
}
.account-order .pagination {
	margin-bottom:25px;
}
.pagination .links {
	float: left;
	margin-right:10px;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	border:1px solid #e6e6e6;
}
.pagination .links a:hover {
	border:1px solid #f54f29;
}
.pagination .links b:hover {
	cursor:default
}
.pagination .links b {
	border:1px solid #f54f29;
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}
.pagination .results {
	float:left;
	margin:5px 0px;
}
/* button
========================================================*/
a.button.details {
	margin-left:10px;
}
a.button i {
	font-size:30.78px;
	vertical-align:top;
	text-align:center;
	width:56px;
	line-height:56px;
	color:#fff;
}
a.button {
display:block;
float:right;
border-radius: 4px;
color: #ffffff;
text-align:center;
vertical-align:top;
}
.toprow .Logo a.SA_Back_button{
display:block;
float:right;
border-radius: 4px;
color: #ffffff;
text-align:center;
vertical-align:top;	
}


a.TopCheckOut {
	font-size:16px;
	display:block;
	float:right;
	border-radius: 4px;
	color: #ffffff;
	text-align:center;
	vertical-align:top;
}

a.button span {
LETTER-SPACING: 2px;
color: #ffffff;
font-size:16px;
padding: 22px 20px;
display: inline-block;	
}

a.button {
background: none repeat scroll 0 0 #ff6800;
}
a.button:hover {
	background:#1C999E;
}
a.button:hover span {
	color:#fff;
}
a.button-i {
	display:inline-block;
	padding:5px;
}
a.button-i i {
	font-size:26px;
	color:#f54f29
}
a.button-i i:hover {
	color:#7E7E7E
}
/* image products
========================================================*/
.image2 {
	position:relative;
}
.image img, .image2 img, .image3 img, .slides img{
	vertical-align:top;
background-color: #DF7126;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);

}
.product-grid .image, .box-product .image2 {
	text-align:center;
}
.buttons {
	padding-top: 40px;
	overflow:hidden;
	margin-top: 50px;
	margin-bottom: 50px;
	width:100%
}
.Reviewbutton {
	overflow:hidden;
	margin-top: 30px;
	margin-bottom: 30px;	
font-size: 20px;
line-height: 20px;	
}
.checkout-content .buttons {
	overflow:hidden;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px
}
.buttons .right a.button {
	margin-top:10px;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#module_cart .content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px #DDDDDD;
	clear: both;
	display: none;
	padding: 8px;
	position: relative;
	top: -1px;
}
#module_cart.active .heading {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#module_cart.active .content {
	display: block;
}
#module_cart .cart .name {
	padding-top:5px;
	padding-bottom:10px;
	padding-top:10px;
}
#module_cart .cart {
	margin-bottom:10px;
	width: 100%;
}
#module_cart .cart td .quantity {
	font-weight:bold;
}
#module_cart .cart td {
	border-bottom: 1px solid #e6e6e6;
	padding: 2px 3px;
	vertical-align: top;
}
#module_cart .cart td a {
	font-weight:normal;
}
#module_cart .cart .image {
	display: none;
}
#module_cart .cart .image img {
	border: 1px solid #e6e6e6;
	text-align: left;
}
#module_cart .cart .name small {
	line-height: 14px;
}
#module_cart .cart td.quantity {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	vertical-align:middle;
}
#module_cart .cart td.total {
	text-align: center;
	vertical-align: middle;
}
#module_cart .cart .remove {
	text-align: right;
	padding:2px 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
	cursor: pointer;
}
#module_cart table.total {
	clear: left;
	float: right;
	margin-bottom:10px;
	padding: 5px;
}
.total-right {
	text-align:right!important;
}
#module_cart .total-left {
	padding-right:18px;
}
#module_cart table.total td b {
	
}
#module_cart table.total td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
}
#module_cart .checkout .button {
	margin-bottom:10px;
}
#module_cart .checkout {
	clear: both;
	text-align: right;
}
#module_cart .empty {
	text-align:left;
	line-height:17px;
	padding:5px 0;
}
.product-list #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.product-grid #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.home-block #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
/* box */
.box {
	margin-bottom:30px;
}

.box .box-content .box-product ul li .description {
    text-align: justify;
}
.descriptionX{
    text-align: justify;
}

.box .box-heading, .box-heading.special-heading{
letter-spacing: 4px;
padding: 0px 20px;
margin-bottom: 20px;
margin-left: 7px;
margin-right: 7px;
line-height: 60px;
color: #fff;
text-transform: uppercase;
border-top: 1px solid #D8D2D2;
border-left: 1px solid #D8D2D2;
border-right: 1px solid #C2C2C2;
border-bottom: 1px solid #C2C2C2;
/* box-shadow: 0.5px 0.5px 0.5px rgba(68, 68, 68, 0.3); */
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
-webkit-border-radius: 4px 4px 4px 4px;
font-size: 20px;
background: none repeat scroll 0 0 #D25500;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}



/* box products */
.box .box-content .box-product ul li.first-in-line {
	clear:left
}
aside .box .box-content .box-product ul  {
	width:auto;
	
}
aside .box .box-content .box-product ul>li {
	width:100%;
	margin:0;

	padding-bottom:25px;
}
.box-filter li {
	line-height:25px;
}
.box-filter label {
	cursor:pointer;
	display:inline;
	padding-left:5px;
}
.prod-stock {
	font-style:italic;
	color:#6ba239;
	font-size:16px;
}
.box-product {
width:100%;
margin:0;
padding:0;
padding-right:4px;
padding-left:4px;
text-align: justify;
}
.box.subcat {
	border-bottom:0;
	padding-bottom:0;
}
.box-product.box-subcat {
	margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
	padding-top:4px;
	height:42px;
	overflow:hidden;
}
.box-product.box-subcat .name.subcatname a:hover {
	color:#323232
}
.box-product.box-subcat .name.subcatname a {
	margin-bottom:0;
	color:#f54f29;
	font-style:normal
}
#content .box .box-content .box-product ul li.cat-height  {
	border:0px;
	margin-bottom:0;
	padding-bottom:0;
}
.zoom-top img {
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zoom-top a:hover {
	background-color:#7E7E7E;
}
.zoom-top a{
	display:block;
	width:30px!important;
	height:30px!important;
	 background-color: #f54f29;
	 color:#fff;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:25;
	font-size:25px;
	text-align:center;
	line-height:30px;
}
.zoom-top a:before{
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	content: "\f00e";
	width:30px;
	line-height:30px;
}
.box-product > li.tree-div {
	margin-right:0;
}
.box-product > li {
	width:176px;
	display: inline-block;
	vertical-align: top;
	margin-right:42px;
	margin-bottom:28px;
}
#module_cart .cart .name a {
	text-decoration:none;
	line-height:17px;
}
#module_cart .cart .name a:hover {
	text-decoration:underline;
}
.box-product .image {
	display: block;
	text-align:center;
}


@media all and (min-width: 1280px) {
.box-product .name a{
	display: inline;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	/*font-size:20px;	*/
    line-height: 110%;
    font-size: 17.5px;
    font-weight: bold;
}

.nameInside a {
font-size:16px;	
}
.descriptionX{
    margin-bottom: 5px;
    line-height: 160%;
    padding-top: 10px;
    font-size: 12px;
    color: #5d5d5d;
}
}


@media all and (min-width: 980px) and (max-width: 1280px) {
.nameInside a {
font-size:16px;	
}	
.descriptionX{
margin-bottom: 5px;
margin-top: 16px;
line-height: 160%;
font-size: 12px;
color: #5d5d5d;
}
.box-product .name a {
	display: inline;
	line-height:170%;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:28px;	
}
}

@media all and (min-device-width : 768px) and (max-device-width : 980px)  {  /* iPad */
.nameInside a {
font-size:16px;	
}	
.descriptionX{
margin-bottom: 5px;
margin-top: 16px;
line-height: 160%;
font-size: 12px;
color: #5d5d5d;
}
.box-product .name a {
	display: inline;
	line-height:160%;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:26px;	
}
}

@media all and (min-width: 1280px) and (orientation : portrait) {  /* ipad Pro*/
.nameInside a {
font-size:16px;	
}	
.descriptionX{
margin-bottom: 5px;
margin-top: 15px;
line-height: 160%;
font-size: 12px;
color: #5d5d5d;
}
.box-product .name a {
	display: inline;
	line-height:160%;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:33px;	
}
	.product-grid ul li .padding, .box .box-content .box-product ul li .padding {
		/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
		box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
		border: 1px solid #dfdfdf;
padding-top: 3.2%;
padding-right: 3.2%;
padding-bottom: 6.4%;
padding-left: 3.2%;
		background-color:#fafafa;
		background-image: url('https://stopasia.com/image/bg_1.gif');

	}
	 .box .box-content .box-product ul li .description {
		margin-bottom:10px;
		margin-top:15px;
		line-height:165%;
		font-style:normal;
		font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
		font-size:27px;
		color:#000000;
		
	}

}

@media all and (min-width: 1px) and (max-width: 800px) {
.nameInside a {
font-size:16px;	
}	
.descriptionX{
margin-bottom: 5px;
margin-top: 16px;
line-height: 160%;
font-size: 12px;
color: #5d5d5d;
}
.box-product .name a {
	display: inline;
	line-height:155%;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:21px;	
}
}


.box-product .rating {
	display: block;
	margin-top:7px;
	margin-bottom: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.afine {
	list-style:none;
	margin:0;
	padding:0;
}
.afine li:first-child, .acount li:first-child {
	border:0px
}
.afine li, .acount li {

}
.afine li a + a {
	background:none;
	padding-left:0;
}
.acount {
	list-style:none;
}
.content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.content ul li a {
	text-decoration:none;
	line-height:normal;
}
.content ul li:first-child {
	border:none;
}
.content ul li {
	padding-bottom:4px;
	padding-top:4px;
}
.content ul li a i{
	font-size: 17px;
	margin-right:9px;
}
.wishlist-product td a {
	text-decoration:none;
}
.wishlist-product td {
	vertical-align: middle!important;
	text-align:center;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
/* box category
========================================================*/
.fa.fa-angle-up:before {
	content: "\f106" !important; 
}
li.parent> i:hover {
	cursor:pointer
}
li.parent> i {
	float:right;
	font-size:21px;
	position:absolute;
	right:0;
	top:4px;
}
.box.category li{
	position:relative
}
.box.category .box-content {
	padding-bottom:20px;
}
.box-category > ul > li.active>a i,
.box-category > ul > li > a:hover i {
	color:#7e7e7e
}
.box-category > ul > li > a i {
	font-size:21px;
	color:#f54f29
}
.box-category > ul > li > a {
	display:inline-block;
	font-weight:bold;
	color:#323232;
	
}
.box-category > ul > li.active>a, 
.box-category > ul > li>a:hover {
	color:#f54f29
}
.box-category > ul > li:first-child {
	border:0
}
.box-category > ul > li {
	position:relative;
	padding:5px 0
}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	margin:10px 0 10px 25px;
}
.box-category > ul > li span.close:hover {
	cursor:pointer;
}
.box-category > ul > li li.parent> i {
	line-height:20px;
	vertical-align:middle;;
}
.box-category > ul > li ul > li.active > a,
.box-category > ul > li ul > li > a:hover {
	color: #f54f29;
}
.box-category > ul > li ul > li {
	padding:3px 0;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#323232;
}
.box-category > ul > li ul > li > a.active {
	color:#f54f29
}
.box-category > ul > li:first-child {
	border-top:0
}
.act-cat {
	position:absolute;
	top:9px;
	right:6px;
}
.info-about2, .info-about3, .info-about4 {
	display:none;
}


.panel-heading-help {
letter-spacing: 4px;
font-size: 20px;
padding: 20px 20px 20px 20px;
line-height: 20px;
color: #fff;
border-radius: 4px 4px 0px 0px;
margin-bottom: 10px;
background: none repeat scroll 0 0 #E05B00;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}


.contact_me{
/* box-shadow: 1px 1px 2px rgba(68, 68, 68, 0.3); */
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 4px 4px 0 0;
transition: background .2s ease-in-out 0;
margin-left: 7px;
margin-bottom: 30px;
background-image: url('https://stopasia.com/image/bg_1.gif')
}


.contact_inside{
padding: 38px 15px 0px 15px;
text-align: center;
color: #AE4600;
}

.contact_QR{
padding: 5px 30px 25px 30px;
}

/* category page*/
h1.style-1, h2.sa-h1 {
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
text-shadow: 0.5px 1px white;
color: #ED6D15;
font-weight: bold;
}
h1.style-2 {
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	letter-spacing: 4px;
	font-weight: 400;
}


order_area{
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 7px;
	border: 1px solid #DDD6D6;
	padding: 12px;
	background-color: #fafafa;
}


.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width:25%;
	list-style:none;
	padding:0;
}
.capcha {
	width:143px;
}
.sitemap-info ul li {
	padding-bottom: 4px;
	padding-left: 14px;
	padding-top: 4px;
	text-transform:capitalize;
	font-size:17px;
	font-weight:bold;
	color: #f54f29;
}
.sitemap-info ul li a i {
	 color: #f54f29;
	font-size: 17px;
	margin-right:9px;
}
.sitemap-info ul li a:hover i {
	color:#7E7E7E
}
.sitemap-info ul li a {
	text-decoration: none;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
}
.category-list .div a {
	text-decoration: underline;
}


/**********box WE_NUM_1 ***************/
.box.WE_NUM_1 {
	z-index: 8888;
	position:relative;
    margin-top: -240px;
	}
.box.WE_NUM_1 li:first-child {
	background:none;
	}
.box.WE_NUM_1 li a {
min-height:30px; max-width: 200px; display:block;
margin: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.box.WE_NUM_1 li {
	float:right;
	text-align:center;
	vertical-align:top;
}


.Package_Type{
color: #FF6800;
font-size: 12px;
font-weight: normal;
PADDING-TOP: 5%;	
text-align: left;
line-height: 120%;
text-align: justify;
min-height: 20px;
}


/**********box manufacturer ***************/
.box.man {
border-radius: 5px;
/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
background-color:#FDFCFB;;
position:relative;
margin-bottom:24px;
}
.box.man li:first-child {
	background:none;
	}
.box.man li a {min-height:30px; display:block;}
.box.man li {
	float:left;
	width:25%;
	text-align:center;
	vertical-align:top;
	background:url(../image/sep-2.png) repeat-y left top;
	padding:10px 10px;
	
	}
.box.man li a:hover img {opacity:0.8}
.box.man li img {
	max-height:57px;
	max-width:100%;
	}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	border:1px solid #e6e6e6;
}
.manufacturer-heading span {
	background:#323232;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:10px 0;
	width:50px;
	text-align:center;
}
.manufacturer-heading {
	background:#f9f9f9;
	font-size: 15px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
	border-bottom:1px solid #e6e6e6;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul li a i{
	color:#f54f29;
	font-size:17px;
	font-weight:normal;
	line-height:18px;
	margin-right:9px;
}
.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box.manufacturers li {
	padding:5px 0;
}
.box.manufacturers li a {
	display: inline-block;
	text-decoration: none;
}
/* product */
.product-filter .product-compare {
	float:left;
	margin-left:10px;
}
.product-filter select {
	margin-bottom:0;
}
.product-filter {
	overflow:hidden;
	line-height:32px;
	border:1px solid #e6e6e6;
	border-width:1px 0;
	padding:20px 0;
	margin-bottom:30px;
}
.product-filter .display {
	float:right;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort b {
	padding-right:7px;
	color:#323232;
	text-transform:uppercase;
}
.product-filter .sort select {
	width:140px;
}
.product-filter .sort {
	float:left;
	font-weight:bold;
}
.product-filter .limit select {
	width:72px;
}
.product-filter .limit b {
	padding-right:5px;
	color:#323232;
	text-transform:uppercase;
}
.product-filter .limit {
	margin-left: 13px;
	float:left;
}
.product-list ul li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
}
.product-list ul li {
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #e6e6e6;
}
.product-list .left {
	position:relative;
}
.product-list .right {
	text-align:left;
}
.product-list .name {
	margin-bottom:10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
	vertical-align:top;
	font-size:28px;
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
	font-weight:normal;
	font-size:28px;
}
#list_b i,
#grid_b i {
	color:#f54f29;
	cursor:default
}
.product-filter .display {
	position:relative;
}
.product-filter .display b {
	float:left;
	color:#323232;
	text-transform:uppercase;
	display:none;
}
.product-list .description {
	overflow:hidden;
	margin-bottom: 5px;
}
.product-grid ul li {
	text-align:left;
	position:relative;
	margin-bottom:30px;
}
.product-grid ul li.first-in-line {
	clear:left
}
.extra-prod input {
	padding-bottom:4px;
}
.extra-prod {
	padding-top:6px;
}
.or {
	padding-top:3px;
}
.product-grid .image {
	display: block;
	text-align:center;
	overflow: hidden;	
}
.product-grid .name {
	text-align:left;
	height:100%;
	margin-bottom:4px;
}
.product-grid .description {
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 150%;
	font-style: normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size: 14px;
	color: #000000;
}
.product-grid .rating {
	display: block;
	height:13px;
	margin-bottom:10px;
}

.Cart_Star_Tag{
display:inline-block;
float: right;
margin-left:5px;
padding:2px 10px;
font-size:12px;
color: #fff;
background-color:#7E7E7E;
box-shadow: 1px 1px 1px rgb(93 93 93/0.3);
letter-spacing: 1px;
}

.Cart_Remind_Tag{
margin-top: -40px;
margin-bottom: 0px;
padding: 6px 15px;
float: right;
line-height: 200%;
font-size: 12px;
color: #fff;
background-color: #1c999e;
box-shadow: 1px 1px 1px rgb(93 93 93/0.3);
letter-spacing: 1px;
}

span.price-old2, .price-old2_title{
text-decoration: line-through;
font-size: 14px;
color: #CDCDCD;
font-weight: 400;
}

i.fa.fa-times-circle{
padding-top: 7px;
float: right;
}

.product-list .price-tax {
	font-size:12px;
	display:block;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .price-old {
	font-weight:normal;
}

.cart{ 
line-height: 1px;
}
.infoNext{ 
line-height: 10px;
}


@media all and (min-width: 1280px)  {
/*
.cart a i{
	PADDING-TOP: 3px;
	display:block;
	float:right;
	color: #ffffff;
	width:45px;
	line-height:45px;
	text-align:center;
	font-size:23px;
}
*/
}

@media all and (min-device-width : 768px) and (max-device-width : 1024px)  {  /* iPad */
.cart a i{
	PADDING-TOP: 10px;
	display:block;
	float:right;
	color: #ffffff;
	width:45px;
	line-height:45px;
	text-align:center;
	font-size:32px;
}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.cart a i{
	PADDING-TOP: 20px;
	display:block;
	float:right;
	color: #ffffff;
	width:45px;
	line-height:45px;
	text-align:center;
	font-size: 40px;
}
}
@media all and (min-width: 800px) and (max-width: 1280px) {
.cart a i{
	PADDING-TOP: 10px;
	display:block;
	float:right;
	color: #ffffff;
	width:45px;
	line-height:45px;
	text-align:center;
	font-size:32px;
}
}

@media all and (min-width: 1px) and (max-width: 800px) {
.cart a i{
	PADDING-TOP: 3px;
	display:block;
	float:right;
	color: #ffffff;
	width:45px;
	line-height:45px;
	text-align:center;
	font-size:25px;
}
}



@media all and (min-width: 1280px)  {
	.cart a span, .infoNext a span {
    color: #ffffff;
    font-size: 17px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    letter-spacing:3px;
	}
.fancybox-inner .main-content .cart a span{
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    letter-spacing:3px;	
}
.fancybox-inner .main-content .cart {}


}

@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
	.cart a span, .infoNext a span{
		color: #ffffff;
		font-size:33px;
		padding-top: 22px;
		padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
		display: inline-block;
		letter-spacing:5px;
	}
}

@media all and (min-width: 980px) and (max-width: 1280px) {
	.cart a span, .infoNext a span{
		color: #ffffff;
		font-size:24px;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		letter-spacing:5px;
	}
}
@media all and (min-device-width : 768px) and (max-device-width : 980px)  {  /* iPad */
	.cart a span, .infoNext a span{
		color: #ffffff;
		font-size:24px;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		letter-spacing:5px;
	}
}
@media all and (min-width: 200px) and (max-width: 800px) {
	.cart a span, .infoNext a span{
		color: #ffffff;
		font-size:20px;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 10px;
    padding-right: 10px;
		display: inline-block;
		letter-spacing:5px;
	}
}

@media all and (min-width: 1280px)  {
.cart{
line-height:3px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}

.product-list .price, .product-grid .price, .box .box-content .box-product ul li .price  {
max-width: 35%;
letter-spacing: 0.1px;
float: left;
font-size: 17px;
margin-left: 10px;
font-weight: bold;
}
.product-grid ul li .padding, .box .box-content .box-product ul li .padding {
/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
border: 1px solid #dfdfdf;
padding-top: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 6.4%;
    padding-left: 3.2%;
background-color:#fafafa;
background-image: url('https://stopasia.com/image/bg_1.gif');

}


.box .box-content .box-product ul li .description {
/*
margin-bottom:15px;
margin-top:15px;
line-height:180%;
font-style:normal;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size:15px;
color:#000000;
*/
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 175%;
    letter-spacing: 0.5px;
    font-style: 18px;
    font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
    font-size: 14.5px;
    color: #333;
}
.Package_Type{
font-size: 12px;
/* letter-spacing: 0.5px; */
letter-spacing: unset;
line-height: 120%;
}
}

@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.cart{
padding-left:10%;
padding-right:10%;
line-height: 50px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.product-list .price, .product-grid .price,.box .box-content .box-product ul li .price  {
margin-bottom: 10px;
letter-spacing: 2px;
float: left;
font-size: 28px;
margin-left: 10px;
font-weight: bold;
}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
.cart{
padding-left:9%;
padding-right:9%;
line-height: 25px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.product-list .price, .product-grid .price,.box .box-content .box-product ul li .price  {
margin-bottom: 0px;
letter-spacing: 2px;
float: left;
font-size: 23px;
margin-left: 10px;
font-weight: bold;
}
.product-grid ul li .padding, .box .box-content .box-product ul li .padding {
	/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
	box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
	border: 1px solid #dfdfdf;
padding-top: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 6.4%;
    padding-left: 3.2%;
	background-color:#fafafa;
	background-image: url('https://stopasia.com/image/bg_1.gif');

}
 .box .box-content .box-product ul li .description {
	margin-bottom:10px;
	margin-top:15px;
	line-height:175%;
	font-style:normal;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	font-size:22px;
	color:#000000;
	
}

}

@media all and (min-device-width : 768px) and (max-device-width : 1024px)  {  /* iPad */
.cart{
padding-left:8%;
padding-right:8%;
line-height: 25px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.product-list .price, .product-grid .price,.box .box-content .box-product ul li .price  {
margin-bottom: 0px;
letter-spacing: 2px;
float: left;
font-size: 22px;
margin-left: 10px;
font-weight: bold;
}
	 .box .box-content .box-product ul li .description {
		margin-bottom:10px;
		margin-top:15px;
		line-height:175%;
		font-style:normal;
		font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
		font-size:20px;
		color:#000000;
		
	}

}
@media all and (min-width: 1024px) and (max-width: 1280px) {
.label-review, .label-review2 {
    font-size: 15.5px;
}
.cart{
padding-left:4.5%;
padding-right:4.5%;
line-height: 25px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 20px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.box .box-content .box-product ul li .description{
	font-size: 18px;
}

.box-product .name a{
	font-size: 22px;
}
.cart a span, .infoNext a span{
	font-size: 20px;
	letter-spacing: 4px;
}
.product-list .price, .product-grid .price, .box .box-content .box-product ul li .price{
	font-size: 20px;
	max-width: 35%;
}





	
h1.style-1, h2.sa-h1 {
    font-size: 28px;
}	
	
.Playlogo {
top: 50%;
left: 5%;
width: 20%;
visibility: visible;
}
.StopAsia_App {
bottom: 12%;
top: unset;
right: 5%;
visibility: visible;
width: 19%;	
}
.phone {
top: 70%;
right: unset;
line-height: 46px;
left: 5%;
letter-spacing: 1px;
visibility: visible;
}
.camera_caption p {
    padding-top: 30px;
    letter-spacing: 3.5px;
    font-size: 19px;
}
.toprow .header-button>div {
	font-size: 17px;
    width: unset;
    letter-spacing: 2px;
}
#cartBtn a {
    font-size: 17px;
    letter-spacing: 2px;
}
.camera_caption h1, .camera_caption .sa-banner-h1, .camera_caption h1_red {
    font-size: 65px;
    line-height: 100%;
}
.camera_caption h2, .camera_caption h2_shadow {
	padding-top: 20px;
	font-size: 50px;
    line-height: 120%;
}

.banner .s-desc h2 {
    visibility: unset;
    padding-top: 55px;
    font-size: 30px;
}
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
    font-size: 50px;
}
.banner .s-desc p {
    visibility: visible;
    padding-top: 10px;
    font-size: 17px;
    letter-spacing: 2.5px;
}
.camera_caption p {
    padding-top: 30px;
}
.banner .s-desc >span {
    font-size: 17px;
    padding: 5px 20px;
}

.Tag_POS {
    top: 22px;
}
.Tag_POSR {
    top: 22px;
}
.Tag_POSR2 {
    top: 22px;	
}
.box-product .name a {
line-height: 150%;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.box .box-content .box-product ul li .description {
line-height: 180%;
letter-spacing: 0.5px;
font-size: 14px;
}
.box-product .name a {
    display: inline;
    letter-spacing: 0.5px;
    line-height: 150%;
    font-size: 18px;
}
.cart a span, .infoNext a span {
    font-size: 17px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 2.5px;
}
.product-list .price, .product-grid .price, .box .box-content .box-product ul li .price {
	width: 8.5vw;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-left: 5px;
}
.box-product .price .price-new, .price .price-new {
	width: 38%;
    font-size: 18px;
    letter-spacing: 0.2px;
}
.Package_Type {
    font-size: 11px;
    PADDING-TOP: 3%;
    line-height: 110%;
}

.box .box-content .box-product ul li .name {
    line-height: 140%;
}
.box .box-content .box-product ul li .f-left, .f-left {
    padding: 15px 4px 5px;
}


.cart {
    right: 4%;
}
i.fa.fa-comments.wow.rotateIn.animated, i.fa.fa-rocket.wow.rotateIn.animated, i.fa.fa-cogs.wow.rotateIn.animated {
font-size: 30px;
width: 80px;
height: 80px;
line-height: 80px;
}
i.fa.fa-chevron-right {
font-size: 23px;
padding-top: 26px;
}
.col-sm-2X {
    width: 19%;
}
footer li {
    margin-bottom: 0px;
}
.footer_right_info {
    margin-top: -20px;
	margin-left: -20px;
}	
footer .row li a {
font-size: 16px;
}
footer .foot-phone i {
    line-height: 30px;
    font-size: 30px;
    margin-right: 15px;
}
.BrandBar_logo{
font-size:48px;
color:#DA5800;
margin-top:5px;
}
.BrandBar_title{	
color:#DA5800;
letter-spacing:3px;
font-size:23px;
margin-bottom:10px;
}
.BrandBar_content{	
font-size:16px;
margin-bottom:8px;
}	
.box.man li {
padding: 15px 20px;
}
.product-grid ul li .padding, .box .box-content .box-product ul li .padding {
    padding-top: 3.5%;
    padding-right: 3.8%;
    padding-bottom: 6.8%;
    padding-left: 3.8%;
}
figcaption {
    font-size: 12px;
}
.Product_Lock_Logo {
top: 5.5vw;
font-size: 50px;
padding-bottom: 5px;
}
.Product_Lock_Txt {
top: 6.6vw;
font-size: 15.5px;
}
.BrandBar_content {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1.2px;
}
.RightSideBar{padding-left: 5px;}
.tabs, .tabsBuy, .product-info .heading_share, .flexslider, .contact_me, aside .box .box-content .box-product ul>li {margin-bottom: 13px;padding-bottom: unset;}


.description1 {
    font-size: 19px;
}
a.button-prod {
    font-size: 19px;
    padding: 5px 45px;
    letter-spacing: 4px;
    line-height: 60px;
}
span.text-price {
    font-size: 23px;
    letter-spacing: 2px;
}
.product-info .price .price-new {
    font-size: 23px;
    letter-spacing: 2px;
}
.tabs .tab-heading, .tabs .tab-headingX {
    font-size: 22px;
}
.tab-content p {
    font-size: 16px;
}
.tab-content h5 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 2.5px;
}
.SA_Tour_DEST_title {
    font-size: 18px;
}
.tab-content .info_icon {
    font-size: 13px;
}
.SA_Tour_Timeline .SA_Tour_event:before {
    font-size: 15px;
}
.SA_Tour_DEST_Extra {
    font-size: 17px;
}
.product_option_title {
    font-size: 16px;
    letter-spacing: 1px;
}

element.style {
    left: 316.888px;
    display: block;
    top: 893.238px;
}

.Zebra_DatePicker {
    width: 42%;
}
.option label {
    font-size: 16px;
}
.product_stars_img_pc {
    width: 280px;
}
.tabsBuy .optionTitle .selecttxt span {
    font-size: 17.5px;
}
.rm_content1 {
    font-size: 16px;
}
.rm_titleX, .rm_title, .rm_title1 {
    font-size: 18px;
}
.Check_provided_items_icon_pc {
    margin-right: 20px;
    font-size: 80px;
}
.Check_provided_items {
    font-size: 16px;
}




}

@media all and (min-width: 1px) and (max-width: 1024px) {
.cart{
padding-left:4%;
padding-right:4%;
line-height: 8px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.product-list .price, .product-grid .price,.box .box-content .box-product ul li .price  {
margin-bottom: 0px;
letter-spacing: 1px;
float: left;
font-size:18px;
margin-left: 10px;
font-weight: bold;
}
	.product-grid ul li .padding, .box .box-content .box-product ul li .padding {
		/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
		box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
		border: 1px solid #dfdfdf;
padding-top: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 6.4%;
    padding-left: 3.2%;
		background-color:#fafafa;
		background-image: url('https://stopasia.com/image/bg_1.gif');

	}
	 .box .box-content .box-product ul li .description {
    margin-bottom: 5px;
    margin-top: 16px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    font-style: normal;
    font-family: microsoft jhenghei,Tahoma,Verdana,Segoe,sans-serif;
    font-size: 18px;
    color: #000;
		
	}

}


.infoNext{
line-height: 8px;
margin-bottom: 5px;
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}

.cart:hover, .infoNext:hover{
	float:right;
	background-color:#1C999E;
	border-radius: 4px;
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
-o-transform: scale(0.97);
transform: scale(0.97);
transition: all .4s ease-in-out 0s;

}


.product-grid .cart:hover {
float: right;
background-color: #1C999E;
border-radius: 4px;
}


.product-grid .cart {
float:right;
box-shadow: 1px 1px 3px rgba(132, 132, 132, 0.2);
border-radius: 4px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display: inline-block;
background: none repeat scroll 0 0 #ff6800;
font-size: 15px;
text-transform: uppercase;
color: #ffffff;
vertical-align: top;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.content-border h2{
	margin-bottom:30px;
}
.content-border {
	border:1px solid #e6e6e6;
	padding:30px 40px;
	margin-bottom:30px;
}
/* Product */
#compare {
	display:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#full_gallery {
	display:none;
	/* max-width:270px; */
	position:relative;
}
#full_gallery .prev {
	left:0
}
#full_gallery .next {
	right:0
}
#full_gallery .prev:hover,
#full_gallery .next:hover {
	color:#f54f29
}
#full_gallery .prev, #full_gallery .next {
	color:#7e7e7e;
	font-size:19px;
	position:absolute;
	top:50%;
	margin-top:-23px;
}
.bx-controls-direction a.bx-prev {
	margin-left:-10px;
}
.bx-controls-direction a.bx-next {
	margin-right:-10px;
}
.bx-controls-direction a {
	padding:10px;
}
.product-info {
	padding-bottom:7px;
	margin-top:0px;
}
.product-info h1.view, .product-info h2.view {
	display:none;
}
.product-info h1 {

	margin-bottom:10px;
}
.product-info .left {
	position:relative;
	z-index:5;
	margin-bottom:20px;
}
.product-info .image {
	float: left;
	width:100%;
	height:100%;
	margin-bottom:7px;
	border: 1px solid #DDD6D6;
	padding: 12px;
	background-color: #fafafa;
	
}
.product-info .image-additional {
	overflow:hidden;
	max-width:270px;
	position: absolute;	
	clear: both;
	padding:0 20px;
}
.product-info .image-additional li {
	float:left;
	max-width:70px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
.product-info .image-additional img {
	background:#efeeee;
}
#zoom1 img {
	background:#efeeee;
}
.product-info .image-additional a {
	display: block;
}
.image-additional .next:hover,
.image-additional .prev:hover  {
	color:#f54f29
}
.image-additional .prev  {
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	top:40%;
	margin:0;
	font-size:19px;
	color:#7e7e7e
}
.image-additional .next  {
	color:#7e7e7e;
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:40%;
	margin:0;
	font-size:19px;
}
.product-info .share >span{
	margin-bottom:20px;
	display:inline-block;
}
.product-info .description .product-section {
	font-weight:bold;
	color:#f54f29;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:20px;
}
.product-info .description .product-section a{
	color:#f54f29
}
.product-info .description .product-section a:hover{
	color:#323232
}
.product-info .description .product-section span {
	color:#323232;
	font-weight:bold;
}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	background-color:#6ba239;
	color:#fff;
	font-style:normal;
	padding:0 7px;
	margin:0 9px;
}



.product-info .line {
border-bottom: 1px dashed #DF5E0F;
margin-bottom: 15px;
}


.CartTopLeft {
display: inline-block;
width: 35%;	
height: 400px;
}

.CartTopLeft_Mobile {
max-width: 40%;
display: inline-block;
margin-bottom: -20px;
}


@media all and (min-width: 1280px)  {
	span.text-price {
	font-size:24px;
	text-shadow: 1px 1px rgb(245, 238, 238);
	letter-spacing: 2px;
	color: #ff6800;
	}

}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
	span.text-price {
	font-size:28px;
	text-shadow: 1px 1px rgb(245, 238, 238);
	letter-spacing: 2px;
	color: #ff6800;
	}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
	span.text-price {
	font-size:28px;
	text-shadow: 1px 1px rgb(245, 238, 238);
	letter-spacing: 2px;
	color: #ff6800;
	}

}

@media all and (min-width: 200px) and (max-width: 800px) {
	span.text-price {
	font-size:26px;
	text-shadow: 1px 1px rgb(245, 238, 238);
	letter-spacing: 2px;
	color: #ff6800;
	}

}




@media all and (min-width: 1280px)  {
.product-info .price .price-new{
color:#ff6800;
font-size:24px;
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 2px;	
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:22px;
letter-spacing: 1.5px;	
}
a.button-prod {
font-size: 21px;
padding: 5px 40px;
letter-spacing: 5px;
line-height: 60px;
}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.product-info .price .price-new{
	color:#ff6800;
	font-size:28px;
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 2px;	
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
	font-size:20px;
letter-spacing: 1px;
}
a.button-prod {
	font-size:20px;
	padding: 5px 100px;
    letter-spacing:6px;
    line-height: 65px;	
}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
.product-info .price .price-new{
	color:#ff6800;
	font-size:28px;
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 2px;	
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
	font-size:20px;
letter-spacing: 1px;
}
a.button-prod {
	font-size:20px;
	padding: 5px 100px;
    letter-spacing:6px;
    line-height: 50px;	
}
}

@media all and (min-width: 200px) and (max-width: 800px) {
.product-info .price .price-new{
color:#ff6800;
font-size:22px;
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 2px;	
}

.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:18px;
letter-spacing: 0.1px;	
}
a.button-prod:hover {
transform: none;
}
}




@media all and (min-width: 390px) and (max-width: 800px) {
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:19px;
letter-spacing: 0.1px;	
}	
a.button-prod {
	font-size:19px;
	padding: 5px 43px;
    letter-spacing:4px;
    line-height: 40px;	
}
}

@media all and (min-width: 600px) and (max-width: 800px) {
a.button-prod {
	font-size:19px;
	padding: 5px 80px;
    letter-spacing:5px;
    line-height: 40px;	
}
}

@media all and (min-width: 360px) and (max-width: 390px) {
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:18px;
letter-spacing: 0.1px;	
}
a.button-prod {
	font-size:18px;
	padding: 5px 38px;
    letter-spacing:3px;
    line-height: 40px;	
}
}

@media all and (min-width: 320px) and (max-width: 360px) {

.product-info .price {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
    display: inline-block;
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:17px;
letter-spacing: 0px;	
}
a.button-prod {
	font-size:17px;
	padding: 5px 28px;
    letter-spacing: 2.5px;
    line-height: 40px;	
}
}
@media all and (min-width: 300px) and (max-width: 320px) {
.product-info .price {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
    display: inline-block;
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:16px;
letter-spacing: 0px;	
}
a.button-prod {
	font-size:17px;
	padding: 5px 26px;
    letter-spacing: 2px;
    line-height: 40px;	
}
}


@media all and (min-width: 200px) and (max-width: 300px) {

.product-info .price {
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    display: inline-block;
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
font-size:14.5px;
letter-spacing: 0px;	
}
a.button-prod {
	font-size:14.5px;
	padding: 5px 32px;
    letter-spacing: 1px;
    line-height: 40px;	
}
span.price-old2, .price-old2_title {
    font-size: 12px;
    font-weight: 100;
}
}


.product-info .price .price-tax{
	color:#f54f29;
	text-transform:none;
	font-weight:normal;
	margin-left:10px;
}
.product-info .price .discount{
	text-transform:none;
	font-weight:normal;
}
.product-info .price .reward{
	padding-top:10px;
	display:block;
}
.tab-content ul{
	margin-left:25px;
	margin-bottom:20px;
	list-style-type:disc
}
.tab-content .comment .comment-list{list-style-type:none;}
.tab-content ol {margin-top: 0px;margin-bottom: 15px;}
.product-info .minimum { 
	margin-top:5px;
}


.Quantity
{ 
	padding-right: 30px;	
	display: inline-block;
	letter-spacing: 1px;
}
.product-info .cart-top-padd { 
	float:right;
	padding: 0px 10px;
}
.product-info .extra-button {
	float:left;
}
.product-info .wishlist a span,
.product-info .compare a span {
	display:inline-block;
}
.product-info .wishlist a i, 
.product-info .compare a i {
	margin-right:9px;
	font-size:17px;
	line-height:24px;
	color:#333
}
.product-info .wishlist a:hover,
.product-info .compare a:hover {
	color:#323232
}
.product-info .wishlist a, 
.product-info .compare a{
	display:inline;
	color:#f54f29;
	line-height:24px;
	width:auto;
	height:auto;
	font-size:13px;
	float:none;
	margin:0;
	padding:0;
	border:0px;
	background:none;
	text-align:left;
} 
.product-info .options {
	/*border-bottom: 1px dashed #c7c7c7;*/
	margin-bottom:20px;
	padding-bottom:20px;
	width: 60%;
	display: inline-block;
	letter-spacing: 1px;
} 

.optionTitle, .optionTitle2
{
display: block;
color: #7F6F6F;
line-height: 50px;
margin-bottom: 35px;
font-size: 20px;
text-align: left;
} 




.product-info .cart-top {
padding-top: 15px;
margin-bottom: 10px;
} 
input.q-mini {
width: 50px;
height: 34px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.tab-content.img {
width: 100%;
}
.q-mini {
	width:30px;
}
img#captcha {
	vertical-align:top;
	margin-bottom:20px;
}
#tab-review input[name="captcha"] {
	margin-right:20px;
	margin-bottom:10px;
}
.review_stars {
width: 10%;
}
.border {
	padding-bottom:15px;
	margin-bottom:15px;
}
.product-info .gallery li {
	max-width:270px;
	float:left;
	height:424px
}
.ps-carousel-item img {
	background-color:#EFEEEE;
}
.ps-zoom-pan-rotate img {
	background-color:#EFEEEE;
}
.product-info .gallery li img{
	background-color:#EFEEEE;
}

.product-info .review {
margin-top: -15px;
padding-right: -10px;
width: 100%;
}

.cart-totalLay {
width: 100%;
height: 1px;
}
.box-container {
margin-top: 30px;
}

.noSupplyTag{padding-left:88px;margin-bottom: -18px;color: #970000;font-size: 16px;}
.souvenirs_num_section {
padding-left: 45px;
padding-right: 50px;
-webkit-text-stroke: 2px black;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font: bold 90px/90px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
text-shadow: 0.5px 2px white;
float: left;
color: #fa6567;
display: block;
margin-top: 2px;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.num_section {
font: bold 80px/80px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
text-shadow: 0.5px 2px white;
float: left;
color: #fa6567;
display: block;
margin-top: 2px;
/*width: 80px;*/
padding-right: 20px;
text-align: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.num_section2 {
font: bold 80px/80px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
font-color: #ffffff;
float: left;
color: #fa6567;
display: block;
-moz-box-sizing: border-box;
color: #FFFFFF;
background: #F7670E;
text-align: center;
font-size: 35px;
display: block;
margin-right: 20px;
width:120px;
line-height: 70px;
border-radius: 3px 0px 0px 3px;
}
.num_section3 {
font: bold 55px/55px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
text-shadow: 0.5px 2px white;
float: left;
color: #fa6567;
width: 80px;
margin-left: 80px;
-moz-box-sizing: border-box;
}
.num_section4 {
font: bold 35px/35px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
text-shadow: 0.5px 2px white;
float: left;
color: #fa6567;
width: 7%;
}
.num_Answer {
overflow: hidden;
display: inline-block;
line-height: 40px;
font-size: 18px;
width: 90%;
}

.num_section_box {
padding-left: 30px;
padding-right: 20px;
overflow: hidden;
display: inline-block;
background-color: #fafafa;
width: 31%;
padding-top: 15px;
padding-bottom: 15px;
background-image: url('https://stopasia.com/image/bg_1.gif');
box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);
border: 1px solid #dfdfdf;
border-radius:20px 60px 60px 20px;
margin-bottom: 20px;
}

.num_section_box2{
border-radius:30px 30px 30px 30px;
padding-left: 30px;
padding-right: 20px;
overflow: hidden;
display: inline-block;
background-color: #fafafa;
width: 31%;
padding-top: 15px;
padding-bottom: 30px;
background-image: url('https://stopasia.com/image/bg_1.gif');
box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);
border: 1px solid #dfdfdf;
margin-bottom: 20px;
}
.num_section_box3{
/*border-radius:30px 100px 100px 30px;*/
overflow: hidden;
display: inline-block;
background-image: url('https://stopasia.com/image/bg_1.gif');
box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);
margin-bottom: 20px;
margin-top: 20px;
}

.down-wrap {
overflow: hidden;
margin-left: 110px;
border-bottom: 1px dashed #DF5E0F;
margin-bottom: 15px;
}
.InterBox {
display: inline-block;
width: 2%;
margin-top: -80px;
vertical-align: middle;
}
.num_section_textDw {
margin-top: 6px;
width: 100%;
}

.num_section_Title {
font-size: 18px;
font-weight: bold;
color: #F7670E;
text-transform: uppercase;
}


@media all and (min-width: 1280px)  {
.StarLogo{float: right;}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.StarLogo{float: right;}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
.StarLogo{float: right;}
}

@media all and (min-width: 200px) and (max-width: 800px) {
.StarLogo{float: left;display: none;}
}



.selecttxt {
padding-right: -20px;
width: 100%;
margin-top: -5px;
font-size: 18px;
}
.product-info .review a:hover {
	color:#f54f29
}
.product-info .review a{
	color:#7e7e7e;

}
.product-info .review a+a:hover {
	color:#7e7e7e
}
.product-info .review a+a {
	color:#f54f29;
	margin-left:20px;
}

.product-info .review .btn-rew {
	float:left;
}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#7e7e7e;
	line-height:16px;
	width:1.25em
}


footer li {
padding: 2px 0;
display: inline-block;
margin-bottom: 10px;
letter-spacing: 1px;
width: 100%;

}




i.fa.fa-comments.wow.rotateIn.animated:hover,i.fa.fa-rocket.wow.rotateIn.animated:hover,i.fa.fa-cogs.wow.rotateIn.animated:hover {
background: #FF6800;
color: #FFFFFF;
}

i.fa.fa-comments.wow.rotateIn.animated,i.fa.fa-rocket.wow.rotateIn.animated,i.fa.fa-cogs.wow.rotateIn.animated  {
color: #FFFFFF;
background: #FF6800;
text-align: center;
font-size: 47px;
display: block;
width: 110px;
height: 110px;
line-height: 110px;
border-radius: 999px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-shadow: 0.5px 0.5px rgb(255, 255, 255);
box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.4);
}
i.fa.fa-chevron-right {
color: #FFFFFF;
font-size: 23px;
padding-top: 50px;
text-shadow: 1px 1px rgb(169, 169, 169);
}


@media all and (min-width: 1280px)  {
i.fa.fa-angle-right{
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 3px 0px 0px 3px;
}

i.fa-angle-left {
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 0px 3px 3px 0px;
}

}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
i.fa.fa-angle-right{
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 3px 0px 0px 3px;
}


i.fa-angle-left {
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 0px 3px 3px 0px;
}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
i.fa.fa-angle-right{
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 3px 0px 0px 3px;
}


i.fa-angle-left {
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 60px;
display: block;
line-height: 80px;
border-radius: 0px 3px 3px 0px;
}

}

@media all and (min-width: 200px) and (max-width: 800px) {
i.fa.fa-angle-right{
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 35px;
display: block;
line-height: 50px;
border-radius: 3px 0px 0px 3px;
}


i.fa-angle-left {
color: #ff6800;
background: #ffffff;
text-align: center;
font-size: 35px;
display: block;
line-height: 50px;
border-radius: 0px 3px 3px 0px;
}

}







.txt_section1{
width:100%;
}

.txt_section2{

text-align: center;
margin-bottom: 20px;
width:100%;
}


.txt_section3{
float: right;
margin-top: 20px;
text-shadow: 0.5px 1px rgb(221, 221, 221);
color: #FF6800;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
padding-left: 40px;
}

.foot-phone {
padding-top: 5px;

}


.PicFrame {
	width: 100%;
}

.toprow{
border-radius: 0px 0px 0px 0px;
}
div#copyright{
border-radius: 0px 0px 0px 0px;
}

.PicFrame-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
padding: 15px 20% 15px 60px;
/*background-color: #000;
background-color: rgba(0, 0, 0, 0.4);*/
background-image: url('https://stopasia.com/image/top_bg.png');
z-index: 9999;
border-radius: 4px 4px 4px 4px;
}

.box.specials {
margin-right: -8px;
}
.box.featured {
margin-right: -8px;
}



.product-info .heading_share .tab-content .WalShare{
width: 100%;
height: 100%;
margin-bottom: 15px;
margin-top: -10px;
text-align: right;
font-size: 18px;
letter-spacing:5px;
text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
}


.product-info .heading_share .tab-content .WalShare a {
text-shadow: none;
display: inline-block;
padding: 0 1%;
color: #b0b0b0;
}
.product-info .heading_share .tab-content .WalShare  a:hover{
color: #ff6800;
}

hx.num_section_Title {
display: block;
font-size:22px;
line-height:22px;
margin-top: 25px;
}

i.fa.fa-android.W,i.fa.fa-apple.W,i.fa.fa-facebook.W,i.fa.fa-weibo.W,i.fa.fa-weixin.W,i.fa.fa-qq.W{
color: #FFFFFF;

text-align: center;
font-size: 37px;
display: block;
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 999px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #1C999E;
box-shadow: 1px 1px 1px 1px rgba(41, 196, 202, 1);
}
i.fa.fa-android.W:hover,i.fa.fa-apple.W:hover,i.fa.fa-facebook.W:hover,i.fa.fa-weibo.W:hover,i.fa.fa-weixin.W:hover,i.fa.fa-qq.W:hover {
background: #FF6800;
box-shadow: 1px 1px 1px 1px rgba(255, 152, 80, 1);
transform: scale(.8);
transition: all .4s ease-in-out 0s;
}


i.fa.fa-download.W, i.fa.fa-headphones.W{
opacity: .85;
color: #FFFFFF;
text-align: center;
font-size: 37px;
display: block;
width: 70px;
height: 70px;
line-height: 75px;
border-radius: 999px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #FF6800;
box-shadow: 1px 1px 1px 1px rgba(255, 152, 80, 1);
text-shadow: none;
}

@media all and (min-width: 200px) and (max-width: 800px) {
	i.fa.fa-download.W, i.fa.fa-headphones.W{
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	}
}




i.fa.fa-download.W:hover, i.fa.fa-headphones.W:hover{
text-shadow: none;
background: #FF6800;
box-shadow: 1px 1px 1px 1px rgba(255, 152, 80, 1);
transform: scale(.8);
transition: all .4s ease-in-out 0s;
}




.tabsBuy {
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	border: 1px solid #DDD6D6;
	/*box-shadow: 0.3px 0.3px 0.3px rgba(0,0,0,0.3);*/
	box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
	/*padding-right: 12px;*/
	/*padding-bottom: 12px;*/
	background-color: #fafafa;	
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-image: url('https://stopasia.com/image/bg_1.gif');	
}
.tabs {
    height: 86px;
    overflow: hidden;
    margin-bottom: 30px;
	width: 100%;
	/*border: 1px solid #DDD6D6;*/
	/*box-shadow: 0.3px 0.3px 0.3px rgba(0,0,0,0.3);*/
	box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
	background-color: #fafafa;	
	-webkit-border-radius: 4px 4px 4px 4px;	
	background-image: url('https://stopasia.com/image/bg_1.gif');	
}
.tabs .tab-heading i{
	font-size:26px;
	color:#ff6800;
	float:right;
}
.tabs .tab-headingX i{
	font-size:26px;
	color:#ff6800;
	float:right;
}


i.fa.fa-lightbulb-o,i.fa.fa-car,i.fa.fa-eye, i.fa.fa-comments-o,i.fa.fa-slideshare{
float: left;
padding-right: 20px;
margin-left: 0px;
line-height: 32px;
color: #F54F29;
font-size: 32px;
}


.product-info .tabs i.fa.fa-apple, .product-info .tabs i.fa.fa-mobile, .product-info .tabs i.fa.fa-car, .product-info .tabs i.fa.fa-comments-o, .product-info .tabs i.fa.fa-exclamation-triangle, .product-info .tabs i.fa.fa-camera-retro{
float: unset;
padding-right: unset;
margin-left: unset;
line-height: unset;
color: unset;
font-size: unset;	
}






i.fa.fa-slideshare{
color: #FFFFFF;
}

.heading_reviewReply {
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 2px;
padding: 13px 15px;
width: 38%;
margin-left: -24px;
margin-bottom: 35px;
margin-top: 20px;
margin-right: 50px;
line-height: 30px;
color: #DF5E0F;
text-transform: uppercase;
border-top: 1px solid #E4E4E4;
border-right: 1px solid #C2C2C2;
border-bottom: 1px solid #C2C2C2;
box-shadow: 0.3px 0.3px 0.3px rgba(0,0,0,0.3);
-webkit-border-radius: 0px 5px 5px 0px;
background-color: #f9f9f9;
font-size: 28px;
font-weight: bold;
background-color: #D5D5D5;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-moz-box-shadow: 0 8px 6px -6px #669FEC;
background: url("https://stopasia.com/image/bg.png");
}






.product-info .heading_share {
margin-bottom: 30px;
text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
font-size: 25px;
letter-spacing: 6px;
padding: 20px 15px 0px 20px;
line-height: 90px;
color: #FFFFFF;
text-transform: uppercase;
border-right: 1px solid #C2C2C2;
border-bottom: 1px solid #C2C2C2;
/*box-shadow: 0.3px 0.3px 0.3px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
-webkit-border-radius: 5px;
background-color: #c51b1b;
background-image: url(https://stopasia.com/image/APP_DL_BG/APP_DL_BGX_3.jpg);
background-size: cover;
/*background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);*/
-moz-box-shadow: 0 8px 6px -6px #669FEC;
}




.tabs .tab-heading, .tabs .tab-headingX {
border-radius: unset;
width: 100%;
text-shadow: 1px 1px rgb(245, 238, 238);
letter-spacing: 4px;
padding: 13px 15px;
/*margin-right: 50px;*/
/*margin-bottom: 10px;*/
margin-top: 0px;
color: #DF5E0F;
text-transform: uppercase;
border-top: 1px solid #E4E4E4;
/*box-shadow: 0.3px 0.3px 0.3px rgba(0,0,0,0.3);*/
box-shadow: 2px 2px 5px 0 rgba(22,35,58,.1);
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-moz-box-shadow: 0 8px 6px -6px #669FEC;
/*background: url("https://stopasia.com/image/bg.png");*/
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03)), url(https://stopasia.com/image/bg.png);
}


.tabs .tab-headingX{
box-shadow: 2px 2px 5px 0 rgb(22 35 58 / 10%);
border-bottom: 1px solid #C2C2C2;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 20px;
padding-left: 35px;
cursor: pointer;
position: relative;
}

.tabs .tab-headingX .tabs_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-45%) rotate(-90deg);
  right: 30px;
  width: 15px;
  transition: all 0.3s ease;
}
.tabs .tab-headingX .tabs_arrow img{
width: 110%;
height: 110%;
max-width: 110%;
}

.tabs .tab-headingX.active .tabs_arrow{
  transform: translateY(-50%) rotate(0deg);
}

.tabs.active{
  height: 100%;
}
.tabs .tab-content {
padding: 10px 50px 30px 50px;
}

.tabs .tab-content_notice {
padding-top: 50px;
padding-right: 50px;
padding-bottom: 30px;
padding-left: 50px;
}

tab-content.p.img{
padding-top: 20px;
}

.tabsBuy .TicketChpTW {
	background: url(https://stopasia.com/image/data/StampLowTw.png) no-repeat -3px 0;

}
.tabsBuy .TicketChpCn {
	background: url(https://stopasia.com/image/data/StampLowCn.png) no-repeat -3px 0;
	padding: 20px 0px 0px 10px;
}
.tabsBuy .TicketChpEn {
	background: url(https://stopasia.com/image/data/StampLowTw.png) no-repeat -3px 0;
	padding: 20px 0px 0px 10px;
}
.tabsBuy .TicketTW {
	background: url(https://stopasia.com/image/data/StampTw.png) no-repeat -3px 0;
	padding: 20px 0px 0px 10px;
}
.tabsBuy .TicketCn {
	background: url(https://stopasia.com/image/data/StampCn.png) no-repeat -3px 0;
	padding: 20px 0px 0px 10px;
}
.tabsBuy .TicketEn {
	background: url(https://stopasia.com/image/data/StampTw.png) no-repeat -3px 0;
	padding: 20px 0px 0px 10px;
}





#tab-review.tabs .tab-content {
	/*padding:20px 0 0;*/
}
/* compare block */
.compare-block {
	margin-bottom:20px;
}
.compare-block .image {
	margin-right:10px;
}
.compare-block .remove a{
	font-size:19px;
	line-height:normla;
}
.compare-info {
	width: 100%;
}
.block-compare {
	position:relative;
	overflow:hidden;
}
.td-price {
	font-weight:bold;
	font-size:16px;
}
.compare-info .prod-stock {
	margin:0 auto;
	float:none;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	 background-color: #6BA239;
	color: #FFFFFF;
	display: inline-block;
	font-style: normal;
	margin: 0 9px;
	padding: 0 7px;
}
.compare-info td.name a:hover {
	color:#7e7e7e
}
.compare-info td.name a {
	text-decoration:none;
	font-size:12px;
	color:#f54f29
}
.compare-info td.last {
	border-right:0;
}
.compare-info thead td:first-child {
	text-align:left;
}
.compare-info td:first-child {
	background-color:#F9F9F9;
	color:#323232;
	font-weight:bold;
	text-align:right;
}
.compare-info td.image2 {
	text-align:center;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.compare-info .price-old {
	font-weight: normal;
	text-decoration: line-through;
	display:block;
	font-size:15px;
}
.compare-info td.td-price .price-old {
	color:#7E7E7E
}
.compare-info td.td-price {
	font-weight: bold;
	font-size:17px;
	line-height:normal;
	color:#f54f29
}
/* wishlist */
.wishlist-product2 {
	display:none;
}
.wishlist-product {
	margin-bottom:25px;
	
}
.wishlist-product tbody .name a {
	font-family: Arial, sans-serif;
}
.wishlist-product tbody .model {
	text-align: center;
	font-size:17px;
}
.wishlist-product tbody .stock {
	text-align: center;
}
.wishlist-product tbody .quantity {
	text-align: right;
}

.checkout-product .table td.price {
text-align: center;
vertical-align: middle;
font-size:16px;
color:##7E7E7E
}
.table td.pricedwn {
text-align: right;
font-size: 16px;
}
td.quantity,td.price {
text-align: center;
}
.table .total, .table .price {
	text-align: center;
	font-size:16px;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
	color:#f54f29;
	font-weight: bold;
}

.table .price s {
	color:#323232;
	font-weight:normal;
	display:block;
}
input#sub_category {
	background:none;
	float: left;
	margin-left: -20px;
}
/* contact page */
.contact-info {
	border:1px solid #e6e6e6;
	background-color:#f9f9f9;
	padding:40px;
	font-weight:bold;
	margin-bottom:20px;
}
.contact-info .contact-box i {
	color:#f54f29;
	font-size:26px;
	width:1.25em;
}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
}
.contact-info .contact-box b{
	color:#323232;
	text-transform:uppercase;
	margin-left:10px;
}
.contact-info iframe {
	min-height:200px;
	max-height:300px
}
.contact-info figure{
	margin:0;
}
.content.contact-f textarea {
	max-width:100%;
}
.content.contact-f {
	border:1px solid #e6e6e6;
	padding:40px 40px 20px;
}
.content.contact-f div.buttons,
.content.contact-f div.captcha {
	margin-top:20px;
}
/* checkout page */
.checkout-heading {
	/*background-color:#FFFFFF;*/
	border-radius: 0px 0px 0px 0px;
	color:#323232;
	text-transform:uppercase;
	border:0px solid #f54f29;
	/*border-right:5px solid #f54f29;*/
	border-top:5px solid #f54f29;
	font-weight:bold;
	padding:15px 15px 15px 15px;
	margin-top:10px;
}
.checkout-content {
	display:none;
}
.checkout-content {
	letter-spacing: 1px;
	margin-top:-1px;
	padding:20px 40px;
	border:30px solid #f54f29;
	border-radius: 80px;
}
.checkout-content .login-content .heading h2 {
	font-size:20px;
}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 6px;
}
.checkout-heading {
	position:relative;
}
.checkout-heading>a{
position:absolute;
right: 4%;
top:30%;
LETTER-SPACING: 0.05VW;
}
.checkout-content label a:hover {
	text-decoration:underline;
}
.checkout-content label a {
	color:#f54f29;
}
/* login page */
.login-content .right, .login-content .left {
	border:1px solid #e6e6e6;
	background-color:#f9f9f9;
	padding:30px;
	margin-bottom:30px;
}
.login-content .heading {
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	margin-bottom:20px;
}
.login-content .content>p{
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
}
.login-content .heading i{
	font-size:56px;
	color:#f54f29;
	float:left;
	margin-right:14px;
}
.login-content .heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	color:#323232;
}
.login-content .heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
}
.login-content .form-horizontal .controls input {
	width:94%;
	max-width:100%
}
.login-content .login-buttons {
	border-top:1px solid #e6e6e6;
	padding-top:20px;
}
.buttons .right label {
	text-align:left;
}
.login-content {
	overflow:hidden;
}
.login-content .left p + p {
	margin-bottom:16px;
}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#f54f29;
	font-style:italic;
	margin-left:15px;
	margin-top:5px;
}
.link-login:hover {
	text-decoration:none;
}
.padd-form {
	display:block;
	padding-bottom:5px;
}

.login-content .right .content p {
	margin-bottom:15px;
}
.login-content .right .content b {
	display:block;
}
#register .content {
	border:none!important;
	padding:0!important;
}
/* orders */
.order-list, .return-list {
	 border: 1px solid #e6e6e6;
	margin-bottom:30px;
}
.order-content span, .heading-order-list span{
	color:#f54f29
}
.heading-order-list {
	background-color:#f9f9f9;
	overflow:hidden;
	border-bottom: 1px solid #e6e6e6;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#323232;
	padding:20px;
}
.order-list .order-id, .return-list .return-id {
	width: 49%;
	float: left;
}
.order-list .order-status, .return-list .return-status {
	font-weight:bold;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}
.order-list .order-content, .return-list .return-content {
	padding:20px;
	color:#323232;
	font-weight:bold;
}
.order-list .order-content div .button {
	margin-top:3px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-box-2 {
	padding:15px 20px 19px 20px;
	margin-bottom:10px;
}
.return-box-2 .buttons .right {
	float:left;
}
.return-box-2 .buttons {
	padding-left:0;
	padding-top:12px;
	padding-bottom:0;
	margin-bottom:0;
}
.return-p {
	padding-left:17px;
}
.return-p p {
	margin-bottom:13px;
}
.return-list {
	margin-bottom: 10px;
}
#content .content.return-box {
	padding:14px 10px 11px 20px;
	margin-bottom:10px;
}
.content.return-box h2 {
	margin-bottom:14px;
}
#content .content.return-box .left {
	width:320px;
}
#content .content.return-box .right {
	width:320px;
}
.content.return-box label {
	font-size:12px;
	font-weight:bold;
}
.content.return-box input {
	margin-top:6px;
	margin-bottom:7px;
	width:310px;
}
.content.return-box .error {
	padding-bottom:5px;
	display:block;
}
.return-box-3 {
	margin-bottom:20px;
	padding:14px 10px 10px 20px;
}
.return-box-3 h2 {
	margin-bottom:15px;
}
.return-box-3 textarea {
	width:310px;
	height:188px;
	max-width:310px;
	max-height:188px;
}
.return-box-3 .return-captcha {
	width:320px;
	margin-top:-3px;
}
.return-box-3 .return-captcha b {
	padding-bottom:6px;
	display:block;
}
.return-box-3 .return-captcha input {
	width:170px;
	margin-bottom:10px;
}
.return-box-3 .return-additional {
	margin-bottom:11px;
}
.return-box-3 .buttons {
	padding:0;
	margin-bottom:0;
}
/* button */
.button-return-right-i:hover,
.button-return-right:hover {
	color:#f54f29;
	cursor:pointer;
}
.button-return-right{
	border:0px;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
}
#return-product .button-return-right-i {
	position:relative;
}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
	position:absolute;
	right:0;
	z-index:4;
	top:3px
}
#return-product input.button-return-right{
	padding-right:31px;
	position:relative;
	z-index:5;
}
a.button-return-left:hover,
a.button-return-right:hover, 
a.button-order-right:hover, 
a.button-cont-right:hover, 
a.button-back-left:hover, 
a.button-inf-left:hover {
	color:#ED6410;
}
a.button-return-left, 
a.button-return-right, 
a.button-order-right, 
a.button-cont-right, 
a.button-back-left, 
a.button-inf-left {
display: inline-block;
text-decoration: none;
cursor: pointer;
padding-right: 50px;
color: #DF5E0F;
vertical-align: top;
float: right;
}
a.button-back-left i,
.button-back-left i, 
.button-return-right-i i,
a.button-return-left i, 
a.button-cont-right i {
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	margin:0 9px;
}
i.fa.fa-arrow-circle-right {margin-right:10px;}
a.button-order-right {
	padding:0;
}
a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
.wishlist-product a.button-wislish-left span,
a.button-inf-left span {
	line-height:1.2em;
	font-weight: bold;
	display: inline-block;
}
a.button-return-left span,
a.button-back-left span, 
a.button-wislish-left span {
	padding:5px 0px 5px 14px;
	background: url('../image/marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span, 
a.button-inf-left span {
	padding:5px 14px 5px 0px;
}
.cart-bottom a i.fa.fa-check {
	margin-right:10px;
}
.cart-bottom a.button-cont-right {
	margin-right:20px;
}
/* button */
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-info {
	text-align: right;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
a {
	outline:none;
}
a:hover i.fa.fa-trash-o-o {
	color:#f54f29
}
a i.fa.fa-trash-o-o {
	color:#7e7e7e
}
i.fa.fa-trash-o-o {
	font-size:26px;
}
.shop-cart {
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.cart-info2 .table td+td {
	text-align:center;
}
.shop-cart .table td.quantity,
.shop-cart .table td.image {
	text-align:center;
}
.shop-cart .table td {
	vertical-align:middle;
}
.cart-module .cart-content {
	padding:18px 0px 19px 18px;
	display: none;
	overflow: auto;
	border-top:none;
	
}
.cart-info2 {display:none;}
.cart-info {
	overflow:hidden;
	margin:20px 0;
}
.cart-info td.name a:hover {
	color:#323232
}
.cart-info td.name a {
	color:#f54f29;
	font-size:16px;
	font-style:italic;
}
.content.shop-cart-content>p{
	border:1px solid #e6e6e6;
	border-bottom:0;
	margin:0;
	padding:20px;
}
a.input-update i{
	color: #7E7E7E;
	font-size:26px;
}
a.input-update:hover i{
	color: #f54f29;
}
#cboxLoadedContent td>input[type="radio"]{
	margin:0px;
	float:none
}
td.quantity>input[type="text"] {
	width:40px
}
table#total td {
padding: 20px;
text-transform: uppercase;
width: 70%;
text-align: right;
color: #ED640F;
font-size: 19px;
}
table#total {
float: left;
}
.cart-total {
width: 60%;
float: right;
}
table#total td+td {
	background-color:#fff;
	color:#f54f29;
	text-align:left;
	font-size: 17px;
}
td.price {
	font-size:17px;
}
table.radio {
	padding:0
}
.cart-module>div{
	padding:20px 20px;
	display:none;
	border:1px solid #e6e6e6;
	border-top:0;
	border-bottom:0;
}
table.radio tbody td {
	width:100%
}
.sitemap-info ul {
	margin-top:10px;
}
.sitemap-info li a {
	text-decoration:none;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
#newsletter .content {
	margin:0;
	padding:0;
	border:none;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
#newsletter .form tr td:first-child {
	width:58px;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
footer {
	margin-top:20px;
	padding-top:45px;
	clear: both;
	overflow: hidden;
background-color: #BBBBBB;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);	
box-shadow:0 0 5px rgba(0,0,0,0.4)
}
footer h3 {
	color:#f54f29;
	line-height:normal;
	font-size:14px;
	font-weight:400;
	margin:0 0 15px;
	word-wrap:break-word ;
	text-transform:uppercase;
}
footer li {
	padding:2px;
}

footer .row li a {
font-size: 18px;
color: #DA5800;
line-height: 18px;
word-wrap: break-word;
letter-spacing: 2px;
text-shadow: 1px 1px rgb(200 200 200);
}
footer .foot-phone div {
color: #fff;
font-size: 12px;
padding-top: 10px;
}
footer .foot-phone div.fleft {
	margin-top:5px;
}
footer .foot-phone i{
	line-height:40px;
	font-size:40px;
	color:#FF6800;
	vertical-align:top;
	margin-right:10px;
}
span.toggle {
	display:none;
}
#copyright br {
	display:none;
}
#copyright a {
	font-size:11px;
	text-decoration:none;
	color:#ffbb00;
}
#copyright a:hover {
	color:#ffbb00;
}
#copyright {
background-color: #DA5800;
	padding:20px 0;
	font-size:11px;
	color:#FFFFFF;
}

img.RevStarPos {
width: 150px;
padding-left: 30%;
width: 100%;
}
img.fullDiv{
width: 100%;
}

.return-captcha input img {
	vertical-align:top;
}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
}
/* banner */
.banner {
	margin-bottom:25px;
}
.banner>div {
	position:relative;
}



@media all and (min-width: 800px){
.banner>div>a, .imageLayout>div>a, ul.slides{
border-radius: 4px 4px 4px 4px;
overflow: hidden;
display: block;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
background-color: #DA5900;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
}

@media all and (min-width: 1px) and (max-width: 800px) {
.banner>div>a, .imageLayout>div>a, ul.slides{
border-radius: 4px 4px 4px 4px;
overflow: hidden;
display: block;
position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.25);
background-color: #DA5900;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}	
}

@media all and (min-width: 1280px)  {
.col-sm-6 {
padding-right:12px;
padding-left:12px;
padding-top:4px;
padding-bottom:4px;
}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.col-sm-6 {
padding-right:12px;
padding-left:12px;
padding-top:3px;
padding-bottom:3px;
}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
.col-sm-6 {
padding-right:12px;
padding-left:12px;
padding-top:3px;
padding-bottom:3px;
}
}

@media all and (min-width: 200px) and (max-width: 800px) {
.col-sm-6 {
padding-right:8px;
padding-left:8px;
padding-top:0px;
padding-bottom:0px;
}
}





.rm_title1{
text-align: left;
color: #000000;
width: 22%;
}
.rm_content1{
color: #000000;
padding-bottom: 30px;
text-align: justify;
}
.rm_title{
color: #fa6567;
}
.rm_content{
color: #fa6567;
}

@media all and (min-width:800px) {
.rm_titleX,.rm_title,.rm_title1{
float: left;
font-family: Lato, 'Microsoft JhengHei', Tahoma, Verdana, Segoe, sans-serif;
font-size: 20px;
line-height: 40px;
}
}
@media all and (min-width: 1px) and (max-width: 800px) {
.rm_titleX,.rm_title,.rm_title1{
float: left;
font-family: Lato, 'Microsoft JhengHei', Tahoma, Verdana, Segoe, sans-serif;
font-size: 16px;
line-height: 30px;
}
}


.rm_contentX,.rm_content{
display: block;
padding-left: 10px;
font-family: Lato, 'Microsoft JhengHei', Tahoma, Verdana, Segoe, sans-serif;
font-size: 16px;
line-height: 30px;
}

.rm_content1{
color: #545454;
line-height: 210%;
letter-spacing: 1.4px;
display: block;
padding-left: 10px;
font-size: 16px;
}




.banner img, img.fullDiv{
	height: 100%;
	width:100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


@media all and (min-width: 1280px)  {
.banner .s-desc >span {
letter-spacing:4px;
position: absolute;
box-shadow: 1px 1px 3px rgb(0,0,0,0.2);
background-color: #FF6800;
color: #fff;
font-size: 20px;
line-height:170%;
padding: 5px 25px;
top: 30px;
left: 0;
border-radius: 0px 2px 2px 0px;
}
}
@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.banner .s-desc >span {
letter-spacing: 2px;
position: absolute;
box-shadow: 1px 1px 3px rgb(0,0,0,0.2);
background-color: #FF6800;
color: #fff;
font-size: 22px;
line-height: 180%;
padding: 5px 25px;
top: 30px;
left: 0;
border-radius: 0px 2px 2px 0px;
}
}

@media all and (min-width: 800px) and (max-width: 1280px) {
.banner .s-desc >span {
letter-spacing: 2px;
position: absolute;
box-shadow: 1px 1px 2px rgb(0,0,0,0.2);
background-color: #FF6800;
color: #fff;
font-size: 24px;
line-height: 170%;
padding: 5px 25px;
top: 30px;
left: 0;
border-radius: 0px 2px 2px 0px;
}
}
@media all and (min-device-width : 768px) and (max-device-width : 1024px)  {  /* iPad */
.banner .s-desc >span {
letter-spacing: 2px;
position: absolute;
box-shadow: 1px 1px 2px rgb(0,0,0,0.2);
background-color: #FF6800;
color: #fff;
font-size: 22px;
line-height: 170%;
padding: 5px 25px;
top: 30px;
left: 0;
border-radius: 0px 2px 2px 0px;
}
}
@media all and (min-width: 200px) and (max-width: 800px) {
.banner .s-desc >span {
letter-spacing: 2px;
position: absolute;
box-shadow: 1px 1px 1px rgb(0,0,0,0.2);
background-color: #FF6800;
color: #fff;
font-size: 20px;
line-height: 150%;
padding: 5px 25px;
top: 28px;
left: 0;
border-radius: 0px 2px 2px 0px;
}
}




.banner .s-desc .Title:hover{
transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
/* -webkit-transform: scale(1.1,1.1); */
}





.ZoomIMG {
margin: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}


.ZoomAD1:hover {
margin: 0;
-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
-ms-transform: scale(1.06);
-o-transform: scale(1.06);
transform: scale(1.06);
transition: all .7s ease-in-out 0s;
}

.ZoomAD2:hover {
margin: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
transition: all .7s ease-in-out 0s;
}

.ZoomAD3:hover {
margin: 0;
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
transition: all .7s ease-in-out 0s;
}

.ZoomAD1, .ZoomAD2, .ZoomAD3 {
margin: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}




.banner .s-desc {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:100%;
	height:100%;
	color:#79797b;
	font-size:14px;
	text-align:center;
background-image: -webkit-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.3)60%);
background-image: -moz-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.3)60%);
background-image: -o-linear-gradient(bottom,#000 0,rgba(0, 0, 0, 0.3)60%);
background-image: linear-gradient(to top,rgba(0, 0, 0, 0.3) 0,rgba(0,0,0,0)60%);
}



@media all and (min-width: 1280px)  {
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
font-size:60px;
padding-top:5px;
color:#ffffff;
font-weight:600;
letter-spacing: 16px;
font-weight:bold;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}

.banner .s-desc p {
margin: 6%;
letter-spacing:6px;
color: #fff;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 20px;
text-align: center;
padding-top:0px;
}

.banner .s-desc h2 {
padding-top:80px;
font-size:35px;
color:#f54f29;
letter-spacing:10px;	
font-weight:normal;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}

}

@media all and (min-device-width : 768px) and (max-device-width : 980px)  { 
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
font-size:48px;
color:#ffffff;
letter-spacing:10px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	

}

.banner .s-desc p {
visibility:hidden;
margin: 4%;
letter-spacing: 1px;
color: #fff;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 20px;
text-align: center;
}

.banner .s-desc h2 {
visibility: hidden;
padding-top:30px;
font-size:30px;
color:#ffffff;
letter-spacing: 3px;	
font-weight:300;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
margin-bottom:15px;
}

div#update_box {
left:10px;
bottom: 10px;
}
}
@media all and (min-width: 980px) and (max-width: 1280px) {
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
font-size:60px;
color:#ffffff;
letter-spacing:10px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}

.banner .s-desc p {
visibility:hidden;
margin: 4%;
letter-spacing: 1px;
color: #fff;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 22px;
text-align: center;
}

.banner .s-desc h2 {
visibility: hidden;
padding-top:55px;
font-size:35px;
color:#ffffff;
letter-spacing: 3px;	
font-weight:300;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}

div#update_box {
left:10px;
bottom: 10px;
}
}



@media all and (min-width: 1280px) and (orientation : portrait) {  /* iPad Pro*/
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
font-size:90px;
color:#ffffff;
letter-spacing: 10px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}

.banner .s-desc p {
/*padding-top:25px;*/
margin: 4%;
letter-spacing: 1px;
color: #fff;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 28px;
text-align: center;
}

.banner .s-desc h2 {
padding-top:60px;
font-size:45px;
color:#f54f29;
letter-spacing: 3px;	
font-weight:300;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}
}


@media all and (min-width: 200px) and (max-width: 800px) {
.banner .s-desc h1, .banner .s-desc .sa-banner-h1 {
padding-top: 10px;
font-size:40px;
color:#ffffff;
letter-spacing: 10px;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}


.banner .s-desc p {
visibility: hidden; 
margin: 0%;
color: #fff;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
font-size: 16px;
text-align: center;
}


.banner .s-desc h2 {
padding-top: 12px;
visibility: hidden; 
font-size:30px;
color:#f54f29;
letter-spacing: 1px;	
font-weight:300;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}
div#update_box {
left:10px;
bottom: 10px;
}
}

@media all and (min-width: 760px) {
.banner .s-desc p {
visibility: visible; 
}
}



.banner .s-desc>i {
display:block;
width:54px;
height:54px;
background-color:#f54f29;
color:#fff;
text-align:center;
line-height:54px;
vertical-align:top;
font-size:27px;
position:absolute;
bottom:0;
right:0;
}
/* AJAX Add to Cart Confirm */
.success,
.warning,
.attention,
.information,
.rev-success {
	padding: 10px 10px 10px 10px;

}
.success a,
.warning a,
.attention a,
.information a {
	color: #333;
}
#cart-success {
	position: fixed;
	z-index:9998;
}
.success i.fa.fa-times-circle {
	font-size:26px;
	padding:10px;
}
.success .close i {
	padding:10px
}
.success {
	color:#000
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #e6e6e6
}
.success a:hover {
	text-decoration:none;
	color:#f54f29
}
.success a {
	text-decoration:none;
	color:#252525
}
.success span:hover img {
	margin-top:-11px;
}
.success p {
	margin-bottom:11px;
	font-size:24px;
	color:#1b1b1b;
}
.success span:hover {
	cursor:pointer;
	color:#f54f29
}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {
	color:#FFFFFF
}
.success i:hover {
	color:#f54f29;
}
.success i.fa.fa-thumbs-up{
	font-size:31px;
	color:#f54f29;
	margin-right:10px;
}
.close {
	color:transparent;
	text-shadow:none
}
.success a {
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;	
}
.success a:hover {
	text-decoration:underline;
}
.success {
width:100%;
position:fixed;
z-index:99999!important;
/*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
top:0;
left:0;
padding:18px;
z-index:9999;
line-height:1px;
text-align:center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border:none;
display:none;
font-size:18px;
color:#fff;
font-weight:bold;
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
color: #FFFFFF;
background-color: #1C999E;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
#tab-review .success {
display: block;
}



#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #e6e6e6;
	padding-left:20px;
}
/* related */
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
td.image {
	position:static;
}
.image {
	position:relative;
}
.related-info .cart-button .cart {
	float:none;
}
.related-info .wishlist,
.related-info .compare {
	display:inline-block;
}
.related-info .wishlist a,
.related-info .compare a {
	margin:10px 5px 0 0
}
.related-info {
	display:inline-block;
	float: left;
	text-align: center;
	position:relative;
	border-bottom:0 !important;
}
.related {
	padding:0 50px;
	position:relative;
}
.related .name {
	height:40px;
	overflow:hidden;
}
.related .prev:hover,
.related .next:hover {
	color:#f54f29
}
.related .prev, 
.related .next {
	position:absolute;
	top:50%;
	font-size:26px;
	color:#7e7e7e;
	margin-top:-31px;
}
.related .prev {
	left:0
}
.related .next {
	right:0
}
/* about-page */
.about-page i:before {
	text-indent:0
}

.about-page i{
	display:block;
	color:#f54f29;
	font-size:56px;
	float:left;
	margin-right:30px;
	width:56px;	
	height:56px;
	overflow:hidden;
}

.HoToWork i{
	display:block;
	color:#f54f29;
	font-size:56px;
	float:left;
	/* margin-left: -15px; */
	height:56px;
	overflow:hidden;
}





/* colorbox */
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;
	
}
.preview .marg {
	margin-bottom:25px;
}
.preview .price {
	width:100%; overflow:hidden;
}
.preview .price span {
	float:left; 
	margin-right:10px;
}
.preview .right .inf span {
	display:block;
	margin-bottom:10px;
}
.preview .right .inf span.text-price { 
	margin-left:0;
}
.preview .right h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top:0;
}
.preview .inf .prod-stock {
	margin-bottom: 10px;
}
.preview .description {
	height:160px;
	padding:15px;
	overflow:auto;
	border:1px solid #e6e6e6;
}
.preview .cart { 
	float:left;
}
.preview .extra-button {
	float:left; 
	width:150px;
	margin-top:3px;
	margin-left:15px;
}
#cboxContent #cboxTitle {
	width:60%;
	padding:0 20%;
}
#colorbox {
	z-index:100  !important;
}
#cboxOverlay {
	z-index:100 !important;
}
.preview .rating {
	margin-top:15px;
}
.box li .padding,
.box li {
	position:relative
}





.box .box-content .box-product ul li .quick-view-button,
.box .box-content .box-product ul li .image2 img,
.box .box-content .box-product ul li{
	height: 100%;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	
}

.box .box-content .box-product ul li .image2{
	overflow:hidden;
}
.box .box-content .box-product ul li:hover .image2 img{
	width: 100%;
	height:100%;
/*opacity: .8;*/
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transition: all .7s ease-in-out 0s;
}




.box .box-content .box-product ul li .quick-view-button:hover {
	color:#f54f29
}
.box .box-content .box-product ul li .quick-view-button i {
	width:30px
}
.box .box-content .box-product ul li .quick-view-button {
	opacity:0;
	visibility:hidden;
	left:0;
	position: absolute;
	top: 0px;
	font-size:22px;
	color:#fff;
	line-height:30px;
	width:30px;
	text-align:center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#B3B2AE;
}
.box .box-content .box-product ul li:hover .quick-view-button {
	opacity:1;
	visibility:visible;
}
/* bootstrap reset */
.table-bordered {
border-width: 15px;
border-color: #F7670E;
}
.table-bordered2 {
border: 1px solid #ECEAEA;
}
.table thead td {
text-transform: uppercase;
font-weight: bold;
color: #DF5E0F !important;
font-size: 16px;
background-color: #FFFFFF;
text-align: center;	
}
.table th, 
.table td {
	padding:20px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.block-compare .table th, .block-compare .table td {
	padding:7px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:13px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
font-weight:bold;
color:#e05b00;
border:solid 1px #cacaca;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
border-radius: 4px;
font-size: 15px;
/*font-weight: bold;*/
width: 100%;//400px;
Height: 50px;	
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0;
}

label, 
input,
button,
select,
textarea {
	font-size:16px;
	color:#323232;
	line-height: 45px;
}
}
label {
	font-weight:bold;
}
textarea {
	resize:none;
	Height: 200px;
}
label{
cursor:default;
}
.close:hover,
.close:focus {
	opacity:1;
}
.pp_gallery ul a img {
	width:50px;
	height:50px;
	max-width:none
}
.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td {
	border-bottom-width:1px;
}
table.radio {
	margin:0;
	display:table;
}
.table > tbody + tbody {
	border-width:1px;
}
.stButton .stButton_gradient,
.stButton .chicklets,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
	height:22px !important;
}
#fancybox-content>div {
	background-color:#fff;
}
#cboxContent .about-page {
	padding:0 25px
}
#fancybox-content {
	background-color:#fff;
}
.zoomContainer {
z-index:8;
}
.flexslider .slides > li.flex-slide-first {display: block; -webkit-backface-visibility: visible;}
.cameraContent.flex-slide-first  {display: block; -webkit-backface-visibility: visible;}
.cameraSlide.flex-slide-first.cameraSlide_0  {display: block; -webkit-backface-visibility: visible;}



figure { 
display: block; 
position: relative; 
overflow: hidden; 
}

figcaption { 
position: absolute; 
background: rgba(0,0,0,0.55); 
color: white; 
padding: 10px 20px;
line-height: 24px;  
width: 100%;
font-size: 15px;
bottom: -100%;
opacity: 0;
-webkit-transition: all 0.6s ease;
-moz-transition:    all 0.6s ease;
-o-transition:      all 0.6s ease;
}

figure:hover figcaption {
opacity: 1;
bottom: 0;
}
.Mobile_HomePage, .Tablet_HomePage{
padding-left:2.5vw;
padding-right:2.5vw;
}
.Mobile_Product_Page, h1.style-1.Product_Title.Mobile_Product_Page{
padding-left:3.5vw;
padding-right:3.5vw;
}
.Tablet_Product_Page, h1.style-1.Product_Title.Tablet_Product_Page{
padding-left:3.5vw;
padding-right:3.5vw;
}
.cart-top-Down_Bar{
z-index:9999;
background-color: #fff;
width: 100%;
height:55px;
left: 0px;
bottom: 0px;
position: fixed;
padding: 10px;
/*box-shadow: 2px 2px 3px rgb(93 93 93 / 0.9);*/
/*opacity: .95;*/
box-shadow: 0 -0.125rem 0.25rem 0 rgba(0,0,0,.07);
background-image: url(https://stopasia.com/image/bg_1.gif);
}
.product-info .price .price-new_Down_Bar, .text-price_Down_Bar{
/*color:#ff6800;*/
color:#ff5e00;
font-weight:normal;
text-shadow: 1px 1px rgb(255 255 255);
}

.product_option_title{
letter-spacing: 1.5px;
display: inline;	
}

.Product_Option_Label, label.Product_Option_Label{
padding-top:20px;
margin-bottom:1px;
}
.body_ctr{
background: url(https://stopasia.com/image/bg.png);
}
.Product_Lock_Logo{
position: relative;
z-index: 1;
opacity: 1;
top: 70px;
font-size: 70px;
color: #FFFFFF;
}
.Product_Lock_Txt{
position: relative;
z-index: 1;
opacity: 1;
top: 85px;
font-size: 20px;
letter-spacing: 0.2vw;
color: #FFFFFF;
}

.checkout_H1{
text-align:right;
line-height:200%;
}
i.fa.fa-pencil {
    font-size: 20px;
}
.left.guest_checkout_info {
    padding-top: 20px;
}
.footer_mobile {
font-size: 16px;	
  max-width: 60%;
}
.footer_style1{}


/* -----------------------------------------------------------------------------
 * Wallence's Mobile Menu
 * -------------------------------------------------------------------------- */

.Mobile_Menu_overlay { 
white-space: nowrap;
z-index: 999999;
height: 100%; 
width: 0; 
position: fixed; 
top: 0; 
left: 0; 
background-color: #e04e00; 
overflow-x: hidden; 
transition: 1.0s; 
background: url(https://stopasia.com/image/MENU_BG/MOBILE_MENU_BG2.jpg);
background-size: cover;
} 

.Mobile_Menu_overlay-content { 
position: relative; 
top: 10%; 
width: 100%; 
text-align: center; 
} 

.Mobile_Menu_overlay a { 
padding: 10px; 
text-decoration: none; 
font-size: 40px; 
color: white; 
transition: 0.3s; 
} 

.Mobile_Menu_overlay a:hover, 
.Mobile_Menu_overlay a:focus { 
color: #e04e00; 
} 


.Mobile_Menu_overlay .closebtnDIV a { 
padding: 10px; 
text-decoration: none; 
font-size: 40px; 
color: white; 
display: block; 
transition: 0.3s; 
} 

.Mobile_Menu_overlay .closebtnDIV a:hover, 
.Mobile_Menu_overlay .closebtnDIV a:focus { 
color: #e04e00; 
visibility: hidden;
} 

.Mobile_Menu_overlay .closebtnDIV .closebtn { 
position: absolute; 
top: 10px; 
left: 15px; 
font-size:40px; 
} 

.Mobile_Menu_overlay .block-language {
float: right;
top: 15px;
right: 15px;	
}
.Mobile_Menu_overlay .block-language>div.heading1 {
display:none;
}
.Mobile_Menu_overlay .header-button>div i{
font-size:13px;
/*color:#F2ECEC;*/
margin-left:6px;
}
.Mobile_Menu_overlay .header-button.active>div i, .Mobile_Menu_overlay .header-button>div:hover i{
color:#fff;
}
.Mobile_Menu_overlay .header-button.active>div, .Mobile_Menu_overlay .header-button>div:hover {
background:#1c999e;
color:#fff;
transition: all .4s ease-in-out 0s;	
}
.Mobile_Menu_overlay .header-button>div {
color: #fff;
line-height: 20px;
background-color: #ff6800;
padding: 17px 10px;
width: 120px;
text-align: center;
letter-spacing: 2px;
border-radius: 0px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.Mobile_Menu_overlay .header-button .ul {
font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
display:none;
position:absolute;
background-color:#088388;
width:120px;
left:0%;
margin-left:0px;
right:0;
letter-spacing: 2px;
border-radius: 0px 0px 3px 3px;
}
.Mobile_Menu_overlay .header-button .ul a {
text-align:center;
display: block;
border-bottom:1px solid #e6e6e6;
}
.Mobile_Menu_overlay .header-button .ul a span:hover {
background-color:#ff7821;
color:#fff;
transition: all .4s ease-in-out 0s;
border-radius: unset;
}
.Mobile_Menu_overlay .header-button .ul a span {
padding:15px 0;
display:block;
font-size:16px;
text-transform:capitalize;
cursor:pointer;
color:#fff;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;	
}
.Mobile_Menu_overlay .links .login_h a {
max-height:20px;
max-width:104px;
overflow:hidden;
white-space:nowrap;
}
.list-unstyled {
    /* padding-left: 0; */
    list-style: none;
}

#mobile-nav-wrapper, #mobile-nav-wrapper a {
color: #fff;
}
#mobile-nav-wrapper {
    text-align: left;
}

.mobile-nav .menu-link {
font-size: 5.6vw;
line-height: 295%;
letter-spacing: 0.2vw;
font-weight: 400;
}

.mobile-nav {
/* padding: 15vw; */
padding-top:6vh;
padding-left:10vw;
padding-right:15vw;
/* padding-bottom: 15vw; */
text-transform: uppercase;
}

.HowToWork_article {
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #fafafa;
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(https://stopasia.com/image/bg_1.gif);
    box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);
    border: 1px solid #dfdfdf;
    /* border-radius: 20px 60px 60px 20px; */
    margin-bottom: 20px;
}
.HowToWork_num_section {
    font: bold 80px/80px Tahoma,Verdana,Segoe,sans-serif,'Microsoft JhengHei';
    text-shadow: 0.5px 2px white;
    float: left;
    color: #fa6567;
    display: block;
    margin-top: 2px;
    /* width: 80px; */
    padding-right: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.HowToWork_num_section_Title{
    font-size: 18px;
    font-weight: bold;
    color: #F7670E;
    text-transform: uppercase;
}

.HowToWork_box-container {
margin-top: 30px;
}
.SA_article {
padding-top: 50px;
}
.LangBox {
opacity: 0.88;
}
::selection {
background-color: #da5800;
color: #fff;
}


/* 行程選單 Begin */
.SA_Tour_DEST_Extra {
font-size: 16px;
position: absolute;
color: red;
right: 10px;
top: -0.9em;
font-style: italic;
font-weight: bold;
}
.StopAsia_SA_Tour_Description {
padding-top: 25px;
}
.SA_Tour_DEST_title {
padding-bottom:15px;
line-height: 120%;
padding-top: 5px;
font-weight: bold;
font-size: 18px;
cursor: pointer;	
letter-spacing: 1px;
color:#ca5202;
margin: 0;
margin-bottom: 0;
border-radius: 0px;
/*
box-shadow: inset 0px -13px 0px #fbc64f;
padding-right: 20px;
width: fit-content;
padding-left: 10px;
*/
border-bottom: 1px solid rgb(224 223 223);
}

.SA_Tour_DEST_title_Driving_Time {
padding-bottom: 25px;
line-height: 120%;
font-weight: bold;
letter-spacing: 1px;
color: #969595;
margin: 0;
margin-bottom: 0.2em;
border-radius: 0px;
border-bottom: 1px solid rgb(224 223 223);
font-size: 14px;
padding-top: 0px;
margin-top: -12px;
}


.SA_Tour_DEST_title i.fa.fa-plus-square{-webkit-animation: KF_SA_Tour_DEST_title 1s ease-in-out infinite;}





/*
.SA_Tour_DEST_title:before {
 content: "\f055"; 
font-family: FontAwesome;
padding-right: 13px;
font-size: 17px;
}
*/

.SA_Tour_DEST_Content {
letter-spacing: 1.5px;
color:#545454;
/* font-weight: 100; */
font-weight: normal;
font-size: 1.0em;
}
ul.SA_Tour_Timeline {
border-left: 0.5em solid #da5800;
background: rgb(220 220 220 / 20%);
line-height: 1.4em;
padding-left:2em;
padding-right: 1em;
padding-top: 30px;
padding-bottom: 0px;
list-style: none;
text-align: left;
margin-left: -23px;
margin-right: -23px;
}

.SA_Tour_event_Driving_Time_FirstItem {
width: 100%;
vertical-align: middle;
box-sizing: border-box;
position: relative;
}

.SA_Tour_event_Driving_Time {
width: 100%;
vertical-align: middle;
box-sizing: border-box;
position: relative;
margin-top: -25px;
}

.SA_Tour_event {
width: 100%;
vertical-align: middle;
box-sizing: border-box;
position: relative;
}
.SA_Tour_Timeline .SA_Tour_event:before,
.SA_Tour_Timeline .SA_Tour_event:after {
position: absolute;
display: block;
top: 6px;
}
.SA_Tour_Timeline .SA_Tour_event:before {
left:0em;
top:-0.9em;
color: #333;
content: attr(data-date);
text-align: right;
font-size: 16px;
/* font-style: italic; */
}
.SA_Tour_Timeline .SA_Tour_event:after {
box-shadow: 0 0 0 0.2em #da5800;
left: -2.6em;
background: #ffffff;
border-radius: 50%;
height: 0.75em;
width: 0.75em;
content: "";
}
.SA_Tour_Timeline .SA_Tour_event .SA_Tour_DEST_Content{
padding-top: 15px;
display: none;
text-align: justify;
}
.SA_Tour_Timeline .SA_Tour_event:last-of-type .SA_Tour_DEST_Content{
display: none;
}
.SA_Tour_DEST_infos {
padding-right: 10px;	
padding-top: 15px;
padding-bottom: 25px;
padding-left: 0px;
text-align: left;
position: relative;
}
.SA_Tour_DEST_infos > h1 {
font-weight: bold;
font-size: 1.3em;
cursor: pointer;
}
.SA_Tour_DEST_Content a:before {
margin-right: 5px;
}
.SA_Tour_DEST_Content {
text-indent: 0px;
}
.SA_Tour_DEST_contact {
position: absolute;
right: 10px;
top: -0.9em;
font-weight: 100;
}
.SA_Tour_DEST_contact li {
display: inline-block;
margin-left: 10px;
color:#da5800;
}

.tab-content p{
color: #545454;
font-family: Lato, 'Microsoft JhengHei', Tahoma, Verdana, Segoe, sans-serif;
font-size: 18px;
line-height: 210%;
letter-spacing: 1.1px;
text-align: justify;
}
.tab-content h5{
font-weight: 700;
margin-top: 45px;
margin-bottom: 25px;
font-size: 22px;
letter-spacing: 2.5px;
}
.tab-content img {height:auto;aspect-ratio:750/250;object-fit:cover;object-position:center;width:100%;display:block;}
.tab-content iframe {width:100%;height:380px;border:none;display:block;}
img.first_img {aspect-ratio:750/250;object-fit:cover;object-position:center;width:100%;display:block;}




.tab-content .info_icon {
padding-left: 15px;
padding-right: 15px;
display: inline-block;
margin-top: 7px;
line-height: 36px;
height: 36px;
color: white;
background-color: #546673;
/* margin-left:6px;*/
font-size: 14px;
font-weight: normal;
}

.tab-content .info_icon_optional {
padding-left: 15px;
padding-right: 15px;
display: inline-block;
margin-top: 7px;
line-height: 36px;
height: 36px;
color: white;
background-color: #546673;
/* margin-left:6px; */
font-size: 14px;
font-weight: normal;
}

.tab-content i.fa.fa-caret-square-o-right, .tab-content i.fa.fa-chevron-circle-right{
    color: #d69374;
}
.tab-content li {
font-family: Lato, 'Microsoft JhengHei', Tahoma, Verdana, Segoe, sans-serif;
font-size: inherit;
line-height: 200%;
letter-spacing: inherit;
color: #da5800;
font-weight: normal;
}
/* 行程選單 End */

.highlight_underline {
box-shadow: inset 0 -10px 0 #ffdf6b;
border-radius: unset;
}
.highlight_underline2 {
box-shadow: inset 0 -15px 0 #e65f04;
border-radius: unset;
}

.tab_color_gap{
background-color: #2588a2;
background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
box-shadow: 0 0 5px rgb(0 0 0 / 40%);
height: 20px;
}


/* toggle 下拉式拉霸  Begin */
.button-toggle-wrap {
text-align: center;
position: absolute;
right: 5px;
top: 50%;
transform: translate(-20%, -50%);
}

.button-toggle {
-webkit-animation: button_outer_color_change_Red 1s ease-in-out infinite;
margin-top: 23px;
box-sizing: border-box;
display: inline-block;
background: #f07464;
border-radius: 3px;
height: 29px;
padding: 4px;
width: 90px;
position: relative;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22);
cursor: pointer;
}
.button-toggle .handle {
-webkit-animation: button_run_left 1s ease-in-out infinite;
position: absolute;
left: 4px;
right: auto;
width: 30px;
height: 21px;
background: #fff;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

.button-toggle .handle2 {
-webkit-animation: button_run_left2 1s ease-in-out infinite;
position: absolute;
left: 4px;
right: auto;
width: 30px;
height: 21px;
background: #fff;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}
.button-toggle .handle3 {
-webkit-animation: button_run_left3 1s ease-in-out infinite;
position: absolute;
left: 4px;
right: auto;
width: 30px;
height: 21px;
background: #fff;
border-radius: 3px;
transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}
.toggler {
display: none;
cursor: pointer;
}
.toggler:checked + .button-toggle {
background: #4ac354;
-webkit-animation: button_outer_color_change_Green 1s ease-in-out infinite;
cursor: pointer;
}
.toggler:checked + .button-toggle .handle {
left: 56px;
-webkit-animation: none;
}
.toggler:checked + .button-toggle .handle2 {
left: 56px;
-webkit-animation: none;
}
.toggler:checked + .button-toggle .handle3 {
left: 56px;
-webkit-animation: none;
}
/* toggle 下拉式拉霸  End */


.ErrorBox_Triangle_outer{
width: 40px;
padding-top: 5px;
}
.ErrorBox_Triangle_inside{
width: 12px;
height: 12px;
margin: -10px auto 0;
background: #da5645;
transform: rotate(45deg);
}

.Tour_Duration{
text-shadow: 0 0 10px #000000;
color: white;
font-size: 14px;
position: absolute;
padding-bottom: 3px;
bottom: 0px;
right: 3%;
}

.Cancel_policy{
box-shadow:unset;
font-size:13px;
padding:0;
padding-right:5px;
color:#000000;
background-color:transparent;
letter-spacing:0.5px;
display: inline;
border-radius: 0;
}
.APP_Provided{
box-shadow:unset;
font-size:13px;
padding:0;
padding-right:5px;
font-weight: bold;
color:#FF6800;
background-color:transparent;
letter-spacing:0.5px;
display: inline;
border-radius: 0;
}
.tabsBuy .optionTitle .selecttxt span {
color: #c30d23;
font-size: 17px;
letter-spacing: 1.5px;
/* box-shadow: inset 0 -13px 0 #ffdf6b; */
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
line-height: 180%;
}
.content_bottom {
padding-top: 30px;
}
.footer_right_info{
float: right;
margin-top: 20px;
text-shadow: 0.5px 1px rgb(200, 200, 200);
color: #FF6800;
font-size: 18px;
font-weight: bold;
letter-spacing: 1.2px;
}
@media all and (min-width: 1600px)  {
.footer_right_info {letter-spacing: 1.6px;}
.block-language {line-height: 18px;}
}

.BrandBar_logo{
font-size:50px;
color:#DA5800;
margin-top:5px;
}
.BrandBar_title{	
color:#DA5800;
letter-spacing:3px;
font-size:24px;
margin-bottom:10px;
}
.BrandBar_content{	
font-size:14px;
margin-bottom:8px;
}	
.box-man {
font-size:50px;
}
.product-grid ul li .padding2, .box .box-content .box-product ul li .padding2 {
/*box-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,0.3);*/
box-shadow: 0 4px 16px 0 rgba(22,35,58,.2);
border: 1px solid #dfdfdf;
padding:4.4%;
background-color:#fafafa;
background-image: url('https://stopasia.com/image/bg_1.gif');

}

.AD_cart-button{
padding-top: 5px;
display: flex;
}

.AD_cart-button .AD_price-old {
text-decoration: line-through;
font-size: 12px;
color: #CDCDCD;
padding-left: 12px;
letter-spacing: 0.2px;
}

.AD_cart-button .AD_price {
position: absolute;
right: 6%;
color: red;
letter-spacing: 0.1px;
font-size: 15px;
margin-left: 10px;
font-weight: bold;
}

.AD_cart {
	margin-top: 5px;
    width: 100%;
    line-height: 3px;
    box-shadow: 1px 1px 3px rgb(132 132 132 / 20%);
    border-radius: 4px;
    font-family: 'Microsoft JhengHei',Tahoma,Verdana,Segoe,sans-serif;
    background: none repeat scroll 0 0 #ff6800;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: unset;
}
.AD_cart:hover {
    background-color: #1C999E;
    border-radius: 4px;
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
    transition: all .4s ease-in-out 0s;
}

.AD_Button {
text-align: center;
color: #ffffff;
font-size: 17px;
line-height: 45px;
letter-spacing: 4px;
}

.product_stars_img_pc{
width:300px;max-width:unset;
}
.product_stars_img_pc2{
width:600px;max-width:unset;
}
.product_stars_img_mobile{
width:150px;max-width:unset;margin-bottom:25px;
}
.product_stars_img_mobile2{
width:300px;max-width:unset;margin-bottom:-150px;
}

.provided_items_title{padding-top:10px;}
.Not_provided_items{text-decoration:line-through;color:#000000;font-style:italic;font-stretch:extra-expanded;}
.provided_items{margin-bottom:12px;}

.Check_provided_items{
font-size: 16px;
color:#717171;
font-weight: bold;
text-transform: uppercase;
}
.Check_provided_items_area{
width: 41%;float: right;
}
.Check_provided_items_icon_pc{
color:#717171;margin-right:25px;font-size:90px;margin-top:-10px;
}
.Check_provided_items_icon_mobile{
color:#717171;margin-right:25px;font-size:60px;margin-top:-15px;margin-right:0px;
}

.cart-button .cart {
max-width: 60%;
max-height: 11%;
}
.Zebra_DatePicker {
box-shadow: 6px 6px 6px 0 rgb(22 35 58 / 25%);
letter-spacing: 1.5px;
position: absolute;
background-color: #ff6800;
background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
border: 3px solid #ff6800;
width: 40%;
}

.Zebra_DatePicker table.dp_header {
margin-top: 0.1vw;
margin-left: 1vw;
margin-right: 1vw;
margin-bottom: 0.1vw;
width: unset;
}

.Label_customer_limit{float:right;padding-top:10px;padding-left: 2.5vw;}
.description1{text-align: justify;}
.box .box-content .box-product ul li .description{margin-bottom: 2.2%;}
.checkout-cart .cart-info .shop-cart .total .unit_price {margin:auto;}
.box-content .box-product .Tag_POS .label-review{border-radius: 0px 3px 3px 0px;}
.box-content .box-product .Tag_POSR .label-review2,
.box-content .box-product .Tag_POSR2 .label-review2{border-radius: 3px 0px 0px 3px;}
.banner .s-desc >span{border-radius: 0px 3px 3px 0px;}


.checkout-cart .Check_provided_items_area .HoToWork {
    font-size: 22px;
    font-weight: bold;
    color: #717171;
    text-shadow: 1px 1px white;
}

.checkout-cart .buttons .right a#button-orderdone {padding-left: 2.5vw;padding-right: 2.5vw;padding-top: 0vw;padding-bottom: 0vw;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}



/* New 產品頁面 Begin */
.box.man {
border-radius: 10px 10px 10px 10px;
}
/* New 產品頁面 End */



label_checkbox{
margin-top: -15px;
margin-bottom: 0px;
color: #e05b00;
display: flex;
padding-left: unset;
margin-left: unset;
}




.EFF_scale_Icon_blank {
  animation: KF_Icon_blank 1.5s ease-in-out infinite;
  -webkit-animation: KF_Icon_blank 1.5s ease-in-out infinite;
}

.EFF_scale {
  animation: KF_scale 1s ease-in-out infinite;
  -webkit-animation: KF_scale 1s ease-in-out infinite;
}

.EFF_scale_2 {
  animation: KF_scale_2 1s ease-in-out infinite;
  -webkit-animation: KF_scale_2 1s ease-in-out infinite;
}


.EFF_scale2 {
  animation: KF_scale_opacity 2s ease-in-out infinite;
  -webkit-animation: KF_scale_opacity 2s ease-in-out infinite;	
}
.EFF_scale2_2 {
  animation: KF_scale_opacity2 2s ease-in-out infinite;
  -webkit-animation: KF_scale_opacity2 2s ease-in-out infinite;	
}

.EFF_Opacity {
  animation: KF_opacity 1s ease-in-out infinite;
  -webkit-animation: KF_opacity 1s ease-in-out infinite;
}

.EFF_Opacity_1-5_s {
  animation: KF_opacity 1.5s ease-in-out infinite;
  -webkit-animation: KF_opacity 1.5s ease-in-out infinite;
}

.EFF_Opacity_2s {
  animation: KF_opacity 2s ease-in-out infinite;
  -webkit-animation: KF_opacity 2s ease-in-out infinite;
}

.EFF_Opacity_3s {
  animation: KF_opacity 3s ease-in-out infinite;
  -webkit-animation: KF_opacity 3s ease-in-out infinite;
}



@keyframes KF_Icon_blank {
    0% {
        transform: translate(-50%, -50%) scale(1,1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3,1.3);
    }
    100% {
        transform: translate(-50%, -50%) scale(1,1);
    }
}

@keyframes KF_Icon_blank_small {
    0% {
        transform: translate(-50%, -50%) scale(1,1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1,1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1,1);
    }
}


@keyframes KF_scale {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.5,1.5);
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes KF_scale_opacity {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.5,1.5);
		opacity: 90%;
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes KF_scale_2 {
    0% {
        transform: scale(1,1);
		background: #1c999e;
    }
    50% {
        transform: scale(1.2,1.2);
		background: #3bac9c;
    }
    100% {
        transform: scale(1,1);
		background: #1c999e;
    }
}

@keyframes KF_SA_Tour_DEST_title {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.4,1.4);
    }
    100% {
        transform: scale(1,1);
    }
}





@keyframes KF_scale2 {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.15,1.15);
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes KF_scale_opacity2 {
    0% {
        transform: scale(1,1);
    }
    50% {
		opacity: 90%;
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes KF_opacity {
    0% {
        opacity: 100%;
    }
    50% {
		opacity: 75%;
    }
    100% {
        opacity: 100%;
    }
}
.EFF_spin {
  animation: KF_spin 1s ease-in-out infinite;
  -webkit-animation: KF_spin 1s ease-in-out infinite;
}

.EFF_spin2 {
  animation: KF_spin 2s ease-in-out infinite;
  -webkit-animation: KF_spin 2s ease-in-out infinite;	
}

@keyframes KF_spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.EFF_blink {
  animation: KF_blink 1s ease-in-out infinite;
}
.EFF_blink_2S {
  animation: KF_blink 2s ease-in-out infinite;
}
.EFF_blink_3S {
  animation: KF_blink 3s ease-in-out infinite;
}
@keyframes KF_blink {
  50% {
    opacity: 0;
  }
}

@keyframes button_outer_color_change_Green {
0% {
    background-color: #08afae;
}
50% {
    background-color: #059998;
}
100% {
    background-color: #08afae;
}
}
@keyframes button_outer_color_change_Red {
0% {
    background-color: #f07464;
}
50% {
    background-color: #df6555;
}
100% {
    background-color: #f07464;
}
}

@keyframes button_run_left {
0% {
left: 5%;
}
50% {
left: 15%;
}
100% {
left: 5%;
}
}

@keyframes button_run_left2 {
0% {
left: 5%;
}
50% {
left: 10%;
}
100% {
left: 5%;
}
}

@keyframes button_run_left3 {
0% {
left: 5%;
}
50% {
left: 20%;
}
100% {
left: 5%;
}
}

@keyframes button_run_right {
0% {
right: 5%;
left: unset;
}
50% {
right: 15%;
left: unset;
}
100% {
right: 5%;
left: unset;
}
}
