@charset "utf-8";
/* CSS Document */

/* global */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	background: #fff;
	font-family: Helvetica, 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	position: relative;
}
input, textarea, select {
	font-family: Helvetica, 'Roboto', sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 40px;
	font-family: Helvetica, 'Roboto', sans-serif;
}
h2 {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
}
h3 {
	font-size: 26px;
	line-height: 18px;
	font-family: Helvetica, 'Roboto', sans-serif;
}
ul {
	list-style: disc;
	text-indent: 0;
}
ul ul {
	margin: 0;
	margin-left: 20px;
}
ol {
	text-indent: 0;
	margin-left: 20px;
}
li {
	line-height: 18px;
}
a {
	color: #119537;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a.active {
	text-decoration:none;
}
a:focus {
	border:none;
}
img {
	border: none;
}
p {
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.hidden {
	display: none;
}
.imgLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.imgRight {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}
label {
	font-weight: bold;
	font-size: 11px;
}
.formText {
	font-size: 11px;
	font-family: Helvetica, 'Roboto', sans-serif;
	color: #565656;
}
.normalVisible {
	display: inherit;
}
.mobileVisible {
	display: none;
}
.img-responsive {
	max-width:100%;
	vertical-align:middle;
}
.pull_left {
	float:left !important;
}
.pull_right {
	float:right !important;
}
strong{
	font-family: Helvetica, 'Roboto', sans-serif;
}
/* end global */

#header {
	width:100%;
	float:left;
	height:auto;
	background:#fff200;
	padding:10px 0 0;
}
#body {
	padding-top:50px;
}
.wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:1200px;
	box-sizing:border-box;
	padding:0 15px;
	position:relative;
}
.logo {
	float:left;
	height:auto;
	margin:10px 0 15px 0;
	width:267px;
}
.logo img {
	max-width:100%;
}
.headerTopBar {
    float: right;
    padding:0 0;
}
.top-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	margin:4px 0;
}
.top-menu li {
	display:inline-block;
	float:left;
	border-left:1px solid #000;
}
.top-menu li:first-child {
	border-left:none;
}
.top-menu li a {
	display:block;
	font-size:12px;
	padding:0 10px;
	font-weight:300;
	color:#000;
	line-height:12px;
}
.top-menu li a:hover {
	color:#3ca803;
}
#search {
	float:right;
	position:relative;
}
#search .search-box {
	margin:0;
	width:100%;
	float:left;
	min-width:218px;
	height:20px;
	background:#fff;
	border:none;
	padding:2px 2px 2px 5px;
	box-sizing:border-box;
	font-weight:600;
}
.search-submit {
	width:16px;
	height:16px;
	display:block;
	color:transparent;
	background:#3ca803 url(../userfiles/images/structure/search.png) center center no-repeat;
	background-size:10px 10px;
	position:absolute;
	top:2px;
	left:auto;
	right:2px;
	border:none;
	cursor:pointer;
	overflow:hidden;
}
.search-submit:hover {
	background:#e53138 url(../userfiles/images/structure/search.png) center center no-repeat;
}
.main-nav {
	width:auto;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:85px;
}
.main-nav li {
	display:inline-block;
	float:left;
	position:relative;
	z-index:999999;
}
.main-nav li a {
	display:block;
	width:100%;
	font-size:28px;
	color:#000;
	font-weight:600;
	padding:0 25px;
	line-height:50px;
	box-sizing:border-box;
	min-width:200px;
}
.main-nav li.selected a {
	background:#fff;
	color:#119537;
}
.main-nav li .dropdown {
	top:100%;
	left:-9999px;
	position:absolute;
	width:570px;
	box-shadow:0px 5px 6px #333;
}
.main-nav li.selected .dropdown {
	left:0;
}
.main-nav li.selected:last-child .dropdown {
	left:auto;
	right:0;
}
.main-nav li ul {
	background:#fff;
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
.main-nav li:last-child ul {
	float:right;
}
.main-nav li li {
	display:block;
	width:100%;
	float:left;
}
.main-nav li li a {
	display:block;
	width:100%;
	float:left;
	font-size:15px;
	line-height:35px;
	font-weight:400;
	color:#119537;
	box-sizing:border-box;
}
.main-nav li li a:hover {
	color:#fff;
	background:#119537;
}
.menu-details {
	float:left;
	width:370px;
	height:245px;
	background:#f0f;
	border:1px solid #fff;
	box-sizing:border-box;
	position:relative;
}
.menu-details img {
	max-width:100%;
}
.caption {
	width:100%;
	height:auto;
	padding:20px 30px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	color:#119537;
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
}
#banner {
	width:100%;
	float:left;
	height:auto;
	clear:both;
	background:#fff;
}
.demo {
	width:100%;
	max-width:1450px;
	margin:0 auto;
	position:relative;
}
.lslide img {
	float:left;
}
.fragrancesArea {
	width:100%;
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0 0 30px;
	margin-bottom:15px;
}
.fragrancesArea h1 {
	font-size:35px;
	line-height:35px;
	color:#000;
	font-weight:700;
	padding-bottom:15px;
}
.fragrancesList {
	margin:0;
	padding:0;
	list-style-type:none;
}
.fragrancesList li {
	width:150px;
	display:block;
	height:auto;
	float:left;
}
.fragrancesList li a {
	padding:0 12px;
	display:block;
	float:left;
	width:100%;
	box-sizing:border-box;
}
.fragrancesList li img {
	max-width:100%;
	margin-bottom:10px;
}
.fragrancesList li:hover img {
	box-shadow:0px 0px 0px 5px #119537;
}
.fragrancesList li:last-child {
	margin-right:0;
}
.fragrancesList li h4 {
	font-size:24px;
	line-height:25px;
	text-align:center;
	font-weight:500;
	color:#000;
}
.fragrancesList li:hover h4 {
	color:#119537
}
.productArea {
	width:100%;
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0 0 30px;
	margin-bottom:15px;
}
.productArea h1 {
	font-size:35px;
	line-height:35px;
	color:#000;
	font-weight:700;
	padding-bottom:15px;
}
.productList {
	margin:0;
	padding:0;
	list-style-type:none;
}
.productList li {
	width:120px;
	display:block;
	height:auto;
	float:left;
}
/* .productList li:nth-child(2n) {
	width:114px;
} */
.productList li a {
	display:block;
	width:100%;
	text-align:center;
	padding:0 5px;
	box-sizing:border-box;
}
.productList li a img {
	max-width:100%;
	margin-bottom:10px;
}
.productList li a.img {
	padding-top:10px;
}
.productList li:hover a.img {
	box-shadow:inset 0px 0px 0px 5px #119537;
}
.productList li:last-child {
	margin-right:0;
}
.productList li h4 {
	font-size:18px;
	line-height:21px;
	text-align:center;
	font-weight:500;
	color:#000;
}
.productList li h4 a {
	color:#000;
}
.productList li:hover h4 a {
	color:#119537;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11 {
	margin-right: 2.127659574468%;
	margin-bottom: 2.127659574468%;
	float:left;
	position:relative;
}

.grid_1 {
	width: 6.382978723404%;
}

.grid_2 {
	width: 14.893617021277%;
}

.grid_3 {
	width: 23.404255319149%;
}

.grid_4 {
	width: 31.914893617021%;
}

.grid_5 {
	width: 40.425531914894%;
}

.grid_6 {
	width: 48.936170212766%;
}

.grid_7 {
	width: 57.446808510638%;
}

.grid_8 {
	width: 65.957446808511%;
}

.grid_9 {
	width: 74.468085106383%;
}

.grid_10 {
	width: 82.978723404255%;
}

.grid_11 {
	width: 91.489361702128%;
}

.grid_12 {
	width: 100%;
	float:left;
	margin-bottom: 2.127659574468%;
}
.last {
	margin-right:0 !important;
}
.token {
	width:235px;
	height:auto;
	float:left;
	position:absolute;
	top:0;
	right:0;
}
.token img {
	max-width:100%;
	position: relative;
    z-index: 9999;
}
.newSection {
	width:440px;
	float:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	position:relative;
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:400;
	padding:25px 100px 10px 30px;
	border:1px solid #119537;
}
/* .newSection > .btn {
	margin-top:70px;
} */
.newSection2 {
	width:100%;
	float:left;
	height:auto;
	border:1px solid #119537;
	box-sizing:border-box;
	padding:25px 200px 10px 30px;
	position:relative;
	font-size:13px;
	line-height:20px;
	color:#666;
	font-weight:300;
	background:url(../userfiles/images/structure/new_bg.png) no-repeat;
	background-position:calc(100% - 4px) 20px;
}
.new {
	display:block;
	width:110px;
	height:50px;
	position:absolute;
	border-radius:50%;
	top:5px;
	left:5px;
	color:#006cb7;
	background:#fff200;
	font-size:30px;
	line-height:50px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
.newSection h1, .newSection2 h1 {
	font-size:33px;
	line-height:35px;
	font-weight:700;
	color:#000;
	padding-bottom:20px;
}
.newSection p {
	padding-bottom:15px;
}
.newSection2 p {
	padding-bottom:35px;
}
.btn {
	font-size:24px;
	line-height:40px;
	padding:0 20px;
	width:auto;
	height:auto;
	float:left;
	color:#fff;
	background:#119537;
	border:none;
	cursor:pointer;
	font-weight:500;
}
.btn:hover {
	background:#006cb7;
}
.callAction {
	width:17.404255319149%;
	margin-right: 2.127659574468%;
	margin-bottom: 2.127659574468%;
	float:left;
	height:auto;
	box-sizing:border-box;
	text-align:center;
	border: 1px solid #119537;
	padding-bottom: 14px;
}
.callAction .imgArea {
	width:100%;
	height:248px;
	overflow:hidden;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.callAction .imgArea img {
	max-width:100%;
}
.callAction .imgArea h1 {
	font-size:32px;
	line-height:60px;
	width:100%;
	font-weight:700;
	color:#fff;
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	text-align:center;
}
.callAction .imgArea h1 a {
	color:#fff;
}
.callbtn {
	font-size:24px;
	line-height:40px;
	padding:0 20px;
	width:auto;
	height:auto;
	color:#fff;
	background:#119537;
	border:none;
	cursor:pointer;
	font-weight:400;
}
.callbtn:hover {
	background:#006cb7;
}
.saveAction {
	width:80.404255319149%;
	margin-right: 2.127659574468%;
	margin-bottom: 2.127659574468%;
	float:left;
	height:auto;
	box-sizing:border-box;
	position:relative;
	border:1px solid #119537;
}
.saveAction > .content {
	width:100%;
	float:left;
	height:auto;
	max-width:368px;
	box-sizing:border-box;
	padding:20px 15px 10px 30px ;
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:400;
}
.saveAction > .product-area {
	position:relative;
	float:right;
	height:auto;
	width:570px;
}
.saveAction .btn {
	margin-top:20px;
}
.saveAction > .product-area img {
	max-width:100%;
	float:left;
}
.saveAction > .content h1 {
	font-size:34px;
	line-height:35px;
	color:#000;
	font-weight:700;
}
.saveAction > .content h3 {
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:700;
	padding-bottom:15px;
}

#footer {
	width:100%;
	float:left;
	height:auto;
	background:#fff200;
	padding:20px 0 20px;
	margin-top:30px;
}
.footerSection {
	width:230px;
	float:left;
	margin-right:20px;
}
.footerList {
	margin:0;
	padding:0;
	list-style-type:none;
	width:150px;
	float:left;
}
.footerList li {
	display:block;
	width:100%;
	float:left;
}
.footerList li a {
	display:block;
	width:100%;
	float:left;
	font-size:14px;
	color:#000;
	line-height:24px;
	padding:0 10px;
	font-weight:400;
}
.footerList li a:hover {
	background:#129537;
	color:#fff;
}
.foottitle {
	font-size:20px;
	line-height:25px;
	font-weight:700;
	color:#000;
	padding:0 10px;
}
.copyright {
	font-size:13px;
	color:#000;
	margin:25px 0;
	clear:both;
	padding-left:10px;
	box-sizing:border-box;
}
#login {
	float:left;
	position:relative;
	border:1px solid #000;
}
#login .login-box {
	margin:0;
	width:100%;
	float:left;
	min-width:280px;
	height:26px;
	background:#fff;
	border:none;
	padding:2px 2px 2px 5px;
	box-sizing:border-box;
}
.login-submit {
	width:22px;
	height:22px;
	display:block;
	color:#fff;
	background:#16b040;
	position:absolute;
	top:2px;
	left:auto;
	right:2px;
	border:none;
	cursor:pointer;
	font-size:14px;
	line-height:22px;
	text-align:center;
}
.login-submit:hover {
	background:#e53138;
}
.loginCaption {
	font-size:18px;
	color:#000;
	line-height:30px;
	font-weight:700;
	float:left;
	margin-right:20px;
	padding-left:10px;
	box-sizing:border-box;
}
.resbanner li img {
	max-width:100%;
}
.browse-product {
	margin:0;
	padding:0;
	list-style-type:none;
}
.browse-product li {
	display:inline-block;
	float:left;
	width:18.2978723404256%;
	margin-right: 2.127659574468%;
	margin-bottom: 2.127659574468%;
	text-align:center;
	position:relative;
}
.browse-product li a {
	color:#000;
}
.browse-product li a:hover {
	color:#119537;
}
@media(min-width:481px) {
	.browse-product li:nth-child(5n) {
		margin-right:0;
	}
	.browse-product li:nth-child(5n + 1) {
		clear:left;
	}
}
.browse-product li a .product {
	width:100%;
	float:left;
	height:auto;
	padding:5px 0;
	margin-bottom:10px;
	position:relative;
}
.browse-product li a .product img {
	max-width:100%;
}
.browse-product li a:hover .product{
	box-shadow:0px 0px 0px 5px #119537;
}
.browse-product li a .product .new {
	top:5px;
	left:auto;
	right:5px;
	width:100px;
}
.browse-product li a h4 {
	font-size:16px;
	font-weight:500;
	line-height:20px;
	clear:both;
}
.best-sell {
	display:block;
	width:100px;
	height:50px;
	position:absolute;
	border-radius:50%;
	top:5px;
	left:auto;
	right:5px;
	color:#006cb7;
	background:#fff200;
	font-size:20px;
	line-height:22px;
	text-align:center;
	font-weight:600;
	padding:5px 0;
	box-sizing:border-box;
}
.store-cat {
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #17a345;
	border-top:1px solid #17a345;
	padding:40px 0;
	margin-bottom:50px;
}
.store-title {
	font-size:65px;
	line-height:65px;
	font-weight:bold;
	float:left;
	max-width:465px;
}
.store-cat-area {
	float:right;
	width:65%;
	max-width:700px;
	hight:auto;
	min-height:1px;
}
.scent-list {
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	max-width:88%;
}
.scent-list li {
	display:inline-block;
	float:left;
	width:10.75%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align:center;
	position:relative;
}
.scent-list li a {
	color:#000;
	font-size:13px;
	display:block;
}
.scent-list li a img {
	max-width:100%;
	max-height:90px;
}
.scent-list li a:hover {
	color:#119537;
}
.scent-list li:last-child {
	margin-right:0;
}
.store-cat-title {
	font-size:25px;
	color:#000;
	float:left;
}
.store-cat .btn {
	margin-top:30px;
	margin-right:20px;
}
.page-title {
	color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 15px;
}
.page-subtitle {
	color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 15px;
}
.cart-table {
	width:100%;
	border-collapse:collapse;
	font-size:16px;
	margin:60px 0 20px;
}
.cart-table td {
	border:1px solid #17a345;
}
.cart-table th {
	font-size:26px;
}
.cart-table td, .cart-table th {
	padding:10px 20px;
}
.cart-table .product-image {
	text-align:center;
	padding:0 20px;
}
.cart-table .product-image img {
	max-height:70px;
}
.cart-table .product-title {
	text-align:left;
}
.cart-table .product-price {
	text-align:center;
}
.cart-table .product-qty {
	text-align:center;
}
.cart-table .product-total {
	text-align:center;
}
.cart-qty {
	width:54px;
	border:1px solid #17a345;
	line-height:40px;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
}
.cartbtn {
	font-size:26px;
	line-height:40px;
	padding:0;
	width:100%;
	max-width:260px;
	height:auto;
	float:right;
	color:#fff;
	background:#119537;
	border:none;
	cursor:pointer;
	font-weight:500;
	margin-left:20px;
	text-align:center;
}
.cart-btn-area {
	width:100%;
	float:left;
	height:auto;
	padding-bottom:20px;
}
.left-bar {
	width:180px;
	float:left;
	height:auto;
}
.right-side {
	margin-left:200px;
}
.right-side > .content-area {
	width:100%;
	float:left;
	height:auto;
	font-size:17px;
	line-height:25px;
}
.leftList {
	margin:0;
	padding:0;
	list-style-type:none;
	width:150px;
	float:left;
}
.leftList li {
	display:block;
	width:100%;
	float:left;
}
.leftList li a {
	display:block;
	width:100%;
	float:left;
	font-size:14px;
	color:#000;
	line-height:26px;
	padding:0 10px;
	font-weight:400;
}
.leftList li a:hover {
	background:#129537;
	color:#fff;
}
.lefttitle {
	font-size:20px;
	line-height:25px;
	font-weight:700;
	color:#000;
	padding:0 10px;
	padding-bottom:20px;
}
.default-left {
	width:70%;
	float:left;
}
.default-right {
	width:30%;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
}
.default-right img {
	max-width:100%;
	margin-bottom:20px;
}
.default-left ul {
	padding-left:40px;
}
.spacer {
	width:100%;
	height:20px;
	display:block;
	clear:both;
}
small {
	font-size:13px;
}
.text-box {
    border: 1px solid #17a345;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    width:100%;
	max-width:300px;
	margin-right:20px;
	padding:0 10px;
	box-sizing:border-box;
}
.select-box {
    border: 1px solid #17a345;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    width:100%;
	max-width:300px;
	margin-right:20px;
	padding:0 10px;
	box-sizing:border-box;
	height:34px;
}
.submit-btn {
    background: #119537 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    height: auto;
    line-height: 32px;
    min-width: 150px;
    padding: 0;
    text-align: center;
}










.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    margin-left: -15px;
    overflow: hidden;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity:0;
	top:calc(50% - 20px) !important;
}

.nbs-flexisel-nav-left {
	left:auto;
	right:calc(100% + 10px);
}
.nbs-flexisel-nav-right {
	right:auto;
	left:calc(100% + 10px);
}
.nbs-flexisel-nav-left:before {
    left:0;
	width: 40px;
    height: 40px;
    display:block;
	content:'\f0a8';
	font-family: FontAwesome;
	position:absolute;
	top:0;
	font-size:40px;
	color:#119537;
}

.nbs-flexisel-nav-right:before {
    left:0;
	width: 40px;
    height: 40px;
    display:block;
	content:'\f0a9';
	font-family: FontAwesome;
	position:absolute;
	top:0;
	font-size:40px;
	color:#119537;
}







.fregrence-div {
	margin-right: 2.127659574468%;
	width: 31.914893617021%;
	margin-bottom: 2.127659574468%;
	float:left;
}
.fregrence-area {
	width:100%;
	float:left;
	height:auto;
	display:block;
}
.fregrence-area:hover {
	box-shadow:0px 0px 0px 5px #119537;
}
.fregrence-area img {
	max-width:100%;
}
.fregrence-area h4 {
	display:block;
	font-size:18px;
	text-align:center;
	color:#000;
	line-height:40px;
}
.fregrence-area:hover h4 {
	color:#119537;
}
.fregrence-last-div {
	width: 65.957446808511%;
	margin-bottom: 2.127659574468%;
	float:left;
}

.fregrence-last-div > .content {
    box-sizing: border-box;
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    max-width: 540px;
    padding: 15px 0 10px 30px;
    width: 100%;
}
.fregrence-last-div > .content > h1 {
	padding-bottom:20px;
	font-size:33px;
	line-height::35px;
}
.fregrence-last-div > .product-area {
	display:inline-block;
	float:left;
	width:230px;
	height:275px;
	overflow:hidden;
}
.fregrence-last-div > .product-area img {
	max-width:100%;
}
.mobile-top-menu {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	clear:right;
	display:none;
}
.mobile-top-menu li {
	display:inline-block;
	float:left;
}
.mobile-top-menu li a {
	font-size:35px;
	color:#000;
	line-height:35px;
	margin-right:15px;
}
.mobile-top-menu li:last-child a {
	margin-right:0;
}
.shop-btn {
	display:none;
}
.carousel-area {
	width:100%;
	float:left;
	clear:both;
}
.form-label {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
	display:inline-block;
}
.form-label > span {
	color:#119537;
}
.checkout .text-box, .checkout .select-box {
	margin-right:0;
	max-width:100%;
}
#shipping-address {
	display:none;
}
.content-slider li {
	position:relative;
}
.content-slider li > .token-img {
	position:absolute;
	top:20px;
	left:auto;
	right:200px;
}
.bannertitle {
	font-size:80px;
	line-height:80px;
	position:absolute;
	top:40px;
	left:100px;
}
.bannerbtn {
	font-size:18px;
	line-height:32px;
	padding:0 30px;
	width:auto;
	height:auto;
	float:left;
	color:#fff;
	background:#119537;
	border:none;
	cursor:pointer;
	font-weight:500;
	position:absolute;
	top:auto;
	left:auto;
	right:100px;
	bottom:20px;
}
@media(min-width:48px)(max-width:1024px) {
	.bannerbtn {
		display:none;
	}
	.bannertitle {
		left:50px;
	}
	.content-slider li > .token-img {
		right:100px;
	}
}
@media(min-width:481px) and (max-width:880px) {
	.lslide {
		width:100%;
	}
	.lslide img {
		max-height:56.81vw;
	}
}
@media(max-width:480px) {
	.lslide {
		width:100%;
	}
	.lslide img {
		max-height:70.83vw;
		float:right;
	}
	.bannertitle {
		left:1.08vw;
		top:16.66vw;
		font-size:6.25vw;
		line-height:6.25vw;
	}
	.content-slider li > .token-img {
		max-height:60.41vw;
		right:10.41vw;
	}
	.bannerbtn {
		display:none;
	}
}
/*.trade p {text-align:center !important;}*/


.trade .btn {
	display:inline-block;
	float:none !important;
	margin:10px auto 0;
	font-size:18px;
	line-height:32px;
}



.responsiveCartArea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: none;
    float: left;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
	text-align:center;
}
.responsiveCartArea img {
    max-width: 100%;
    padding-bottom: 20px;
}
.responsiveCartArea .cartproducttitle {
    color: #000;
    font-size: 26px;
    line-height: 38px;
	text-align:left;
}
.responsiveCartArea .cartproducttable {
    border: medium none;
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
	text-align:left;
}
.responsiveCartArea .cartproducttable td {
    font-size: 24px;
    min-width: 200px;
    padding: 8px 0;
}
.responsiveCartArea .cartproducttable tr:first-child {
    color: #000;
}
.responsiveCartArea .cartproducttable .responsivequantity_box {
    border: 1px solid #ccc;
    box-sizing: border-box;
    clear: both;
    float: left;
    height: 30px;
    padding: 5px;
    width: 30px;
}
.responsiveCartArea .cartproducttable .responsivecart_link {
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-left: 30px;
    text-decoration: underline;
}


#owl-demo .item img{
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}


.carousel_slider {
	padding:20px 20px 30px;
	border:1px solid #119537;
}

#contact {
	width:100%;
	float:left;
	height:auto;
	text-align:left;
}
.formRow {
    display: table;
    padding: 5px 0;
    width: 100%;
}

.formLabel {
    display: table-cell;
    white-space: nowrap;
    width: 1%;
	min-width:110px;
	vertical-align:top;
	font-size: 16px;
}
.textbox, .selectbox, .textareabox {
    border: 1px solid #119537;
    box-sizing: border-box;
    color: #505050;
    display: table-cell;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
}
.formSubmit {
    background: #119537 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 26px;
    font-weight: 500;
    height: auto;
    line-height: 40px;
    max-width: 260px;
    padding: 0;
    text-align: center;
    width: 100%;
}
