@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'supermarketRegular';
    src: url('../fonts/supermarket.eot');
    src: url('../fonts/supermarket.eot') format('embedded-opentype'),
         url('../fonts/supermarket.woff') format('woff'),
         url('../fonts/supermarket.ttf') format('truetype'),
         url('../fonts/supermarket.svg#supermarketRegular') format('svg');
}
body {
    font-family: Tahoma, Arial;
    font-size: 14px;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: url('/Content/black/images/Background.jpg');
    background-size: 100%;
}
.redtag {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 46px;
    height: 121px;
    background-image: url('../images/tag_store.png');
}
h1, h2, h3 {
	font-family: supermarketRegular, Tahoma;
    color: #f5c400;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 16pt;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    font-family: supermarketRegular, Tahoma;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
    float: right;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 800px;
  font-family: supermarketRegular, Tahoma;
}
#cssmenu > ul {
  background: url('../images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 15px 0 15px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: underline;
  padding: 11px 25px;
  width: 180px;
  color: #fff;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
.head2 {
    
}
input[type=button].blue, input[type=submit].blue {
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	border: 0;
	background-color: #f5c400;
	color: #000;
	min-height: 42px;
	min-width: 200px;
	cursor: pointer;
}
input[type=button].gray, input[type=submit].gray {
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	border: 0;
	background-color: #808184;
	color: #fff;
	min-height: 42px;
	min-width: 200px;
	cursor: pointer;
}
input[type=button].bluesm, input[type=submit].bluesm {
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	border: 0;
	background-color: #1f80cb;
	color: #fff;
	min-height: 42px;
	min-width: 120px;
	cursor: pointer;
}
.clear {
	clear: both;
}
.header-zone {	
	margin: 0 auto;
	/*max-width: 1030px;*/
	width: 1030px;
	height: 81px;
}
.header-zone .logo {
	float: left;
	padding: 3px 10px 0px 15px;
}
.header {
	margin: 0 auto;
	height: 80px;
	width: 100%;
}
.top-blank {
	height: 21px;
}
.content {
	margin: 0 auto;
	margin-top: -6px;
	padding-top: -10px;
	/*
    width: 90%;
	max-width: 1030px;*/
	width: 1030px;
	min-height: 700px;
}
.fullblue {
	position: relative;
	margin: 0 auto;	
	min-height: 370px;	
	width: 956px;
}
.fullblue .left {
	position: relative;
	padding: 10px 0 0 65px;
	float: left;
	color: #fff;
	width: 420px;
}
.fullblue h3 {
	font-size: 12px;
	line-height: 18px;
}
.fullblue h2 {
	font-size: 22px;
	line-height: 18px;
}
.fullblue .mid {
	position: relative;
	float: left;
	margin-top: 30px;
	width: 1px;
	height: 310px;
	background-color: #fff;
}
.fullblue .right {
	position: relative;
	float: left;
	padding: 30px 0 0 60px;
	float: left;
	color: #fff;
}
#contact_form {
	width: 400px;
}
#contact_form span {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
}
#contact_form input[type=text] {
	margin-bottom: 10px;
	width: 220px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
#contact_form textarea {
	width: 290px;
	height: 70px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
.maps {
	position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
.maps .maps_text {
	color: #fff;
	position: absolute;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	right: 73px;
	bottom: 20px;
	background-color: rgba(0, 0, 0, 0.6);
    padding: 0 10px 0 10px;
}
.fullblue .breadcrumb {
    font-family: supermarketRegular, Tahoma;
	color: #fff;
}
.bgblue {
	background-color: #146ab3;
}
.slider-wrapper { 
    width: 100%;
    margin: 1px auto;
    max-width: 1200px;
	min-height: 405px;
}
.footer {
    padding-top: 100px;
    font-family: supermarketRegular, Tahoma;
    font-size: medium;
	width: 1030px;
	margin: 0 auto;
}
.foot {
	margin: 0 auto;
	/*max-width: 90%;*/
	width: 100%;
	color: #c7c7c7;
}
.foot-left {
	padding-left: 80px;
    width: 60%;
}
.foot-right {
	float: right;
	padding-right: 80px;
}
.copyright {
	text-align: right;
	margin-top: 28px;
	margin-bottom: 28px;
}
.banner-bottom {
	margin: 0 auto;
	padding-top: 6px;
	height: 12px;
	width: 100%;
	background-color: #56534a;
}
.extlinks {
    padding-top: 80px;
}
.content .breadcrumb {
    font-family: supermarketRegular, Tahoma;
    color: #f5c400;
    position: relative;
    background-color: #000;
    margin-bottom: 10px;
    margin-top: 150px;
    padding: 4px 0 6px 18px;
    font-size: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8; 
}
span.required {
	float: left;
	color: #f5c400;
	width: 10px;
	margin-top: 3px;
}
.form-box {
    background-color: #000;
    padding: 4px 0 6px 18px;
}
.box-content {
	position: relative;
	width: 90%;
	min-height: 500px;
	font-size: 14px;
	color: #fff;
    padding: 20px 0 0 50px;
}
.box-content h1 {
	color: #f5c400;
	padding: 0;
	margin: 0;
    border-bottom: 2px solid;
    margin-bottom: 30px;
}
.box-content h3 {
	color: #f5c400;
	width: 36%;
	text-align: right;
	font-size: 18px;
}
.box-content .title {
	float: left;
	width: 36%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}
.box-content .detail {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0 0 15px 15px;
}
.box-content input[type=text], input[type=password] {
    margin: 0 0 15px 15px;
    width: 220px;
    height: 25px;
    background-color: #414143;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
	padding-left: 3px;
}
.box-content textarea {
    margin-left: 15px;
    width: 220px;
    background-color: #414143;
    border: 1px solid #fff;
    color: #fff;
}
.box-content input[type=radio], input[type=checkbox] {
	margin-left: 15px;
	font-size: 30px;
	opacity: 1;
}
.box-content input[type=radio] + label {
	padding-left: 10px;
	padding-bottom: 2px;
	width: 80%;
}
.box-content input[type=radio]:checked + label {
	background-color: #fff;
	color: #000;
}
.box-content select.first {
    margin: 0 0 15px 15px;
    height: 25px;
    min-width: 135px;
    vertical-align: middle;
    background-color: #414143;
    color: #fff;
    border: 1px solid #fff;
}
.box-content select.other {
	margin: 0 0 15px 5px;
	height: 25px;
	vertical-align: middle;
}
.box-content a {
	margin-left: 25px;
    color: #fff;
}
.button-area {
	margin: 25px auto;
	text-align: center;
}
.box-content .button-area {
	padding-bottom: 40px;
}
.button-area-right {
	margin: 20px 0 0 0;
	text-align: right;
}
.line-blue {
	background-color: #f5c400;
	width: 100%;
	height: 2px;
}
.column-left {
	position: relative;
	float: left;
	width: 71%;
	margin-left: 2%;
}
.column-right {
	position: relative;
	float: right;
	width: 23%;
	margin-right: 3%;
}
.product {
    position: relative;
    width: 100%;
    min-height: 545px;
    background-color: #000;
    float: left;
    clear: both;
}
.product-left {
	position: relative;
	float: left;
	width: 330px;
}
.product-left .bigimg {
	position: relative;
	float: left;
	width: 320px;
	margin: 28px 0 0 26px;
	background-color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.product-left .bigimg .proimg {
	margin: 0 auto;
	width: 211px;
}
.product-left .bigimg .zoom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.product-left .thumbs {
	position: relative;
	float: left;
	width: 340px;
	margin-top: 17px;	
	margin-left: 15px;
}
.product-right {
	position: relative;
	float: left;
	margin: 6px 0 0 50px;
	width: 45%;
}
.product-right h1 {	
	color: #fff;
	line-height: 24px;
}
.product-right h1.price {
	float: left;
	font-size: 280%;
	margin: 10px 0 10px 0;
	color: #f5c400;
}
.product-right h1.disprice {
	float: left;
	font-size: 220%;
	margin: 10px 10px 10px 0;
	color: #A7A9AC;
	text-decoration:line-through;
}
.product-right .heading {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin-bottom: 3px;
	margin-top: 5px;
}
.product-right .headingfull {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin-bottom: 3px;
	margin-top: 5px;
    width: 100%;
}
.product-right .status {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	color: #4fbe66;
	line-height: 24px;
	padding-left: 20px;
}
.product-right .status-out {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	color: #820000;
	line-height: 24px;
	padding-left: 20px;
}
.products {
    position: relative;
    overflow: hidden;
    max-width: 740px;
    background-color: #000;
    padding: 20px;
}
.products .pro-box {
    position: relative;
    width: 206px;
    float: left;
    border: 1px solid #4d4d4d;
    padding: 0 8px 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 12px;
    min-height: 285px;
}
.products .pro-box .wish-icon {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 10;
}
    .products .pro-box .pro-img img {
        display: block;
        max-width: 95%;
        height: auto !important;
        padding: 14px 0 0 5px;
        max-height: 185px;
    }
.products .name {
    position: absolute;
    float: left;
    padding: 2px 3px 0 5px;
    height: 38px;
    width: 172px;
    font-family: supermarketRegular, Tahoma;
    font-size: 14px;
    line-height: 18px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    color: #fff;
}
.products .cart-bar {
    font-family: supermarketRegular, Tahoma;
	background-color: #0f0f0f;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 50px;
}
.products .cart-bar img {
	display: block;
	margin: 0 auto;
}
.products .cart-bar {
	background-color: #0f0f0f;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 50px;
}
.products .cart-bar img {
	display: block;
	margin: 0 auto;
}
.products .cart-bar-image {
    float: left;
}
.products .cart-bar-title {
    color: #fff;   
    vertical-align: middle;
    text-align: center;
}
.products .cart-bar .price {
    float: left;
    text-align: center;
    color: #f3cf00;
    font-size: 16px;
}
.products .cart-bar .price .disprice {    
    color: #646464;
    font-size: 14px;
    margin-right: 30px;
    line-height: 9px;
    text-decoration:line-through;
}
.products .cart-bar .price .newprice {
    color: #f3cf00;
    font-size: 16px;
    margin-right: 30px;
    line-height: 22px;
}
.products .cart-bar-right {
    float: right;
    background-color: #494949;
    position: relative;
    width: 48%;
    font-size: 16px;
    padding: 3px 1px;    
}
.products .cart-bar-right a {
    text-decoration: none;
}
.onsale_box {
	min-height: 150px;
	width: 100%;
}
.onsale_box .onsale_form {
	display: none;
}
.onsale_box .onsale_form_loading {
	background-image: url("/content/image/loading-circle.gif");
	background-repeat: no-repeat;
	min-height: 150px;
	width: 100%;
}
.pro-relate {
	background-color: #000;
}
.pro-relate h2 {
	color: #f5c400;
	padding: 8px 20px 0 30px;
}
.relate-top {
	height: 40px;
}
.relate-mid {
	min-height: 45px;
}
.relate-mid .relate {
	float: left;
	padding: 10px 30px 10px 30px;
}
.relate-mid .relate img {
	width: 140px;
	margin-right: 37px;
}
.relate-mid .relate-box {
	position: relative;
	float: left;
	width: 160px;
}
.relate-box .name {
	position: absolute;
	float: left;
	padding: 2px 10px 0 10px;
	top: 100px;
	height: 38px;
	width: 120px;
	font-family: supermarketRegular, Tahoma;
	font-size: 14px;
	line-height: 18px;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
	color: #fff;
    overflow: hidden;
}
.relate-box .price {
	position: absolute;
	float: left;
	padding: 2px 10px 0 10px;
	top: 80px;
	font-size: 14px;
	color: #f5c400;
}
.relate-bot {
	height: 9px;
}
.pro-detail {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
}
.pro-detail h2 {
	color: #fff;
	padding: 8px 20px 0 30px;
}
.pro-detail .detail {
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	padding: 10px 30px 10px 30px;
}
.detail-top {
	height: 45px;
    background-color: #000;
}
.detail-mid {
	min-height: 45px;
    background-color: #000;
}
.detail-bot {
	height: 8px;
	background-color: #000;
}
.account-box {
	font-family: Tahoma, Arial;
	width: 100%;
	background-color: #000;
	margin-bottom: 17px;
}
.account-box h2 {
	font-size: 21px;
	line-height: 40px;
	letter-spacing: 1pt;
	color: #fff200;
	padding: 5px 27px 0 27px;
	margin: 0;
}
.account-box .info {
	font-size: 14px;
	padding: 10px 27px 10px 27px;
	color: #fff;	
}
.account-box .point {
	padding: 0 27px 10px 27px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
#lastview_box {
    font-family: supermarketRegular, Tahoma;
    font-size: 14px;
    position: relative;
    height: auto;
}
.gray-line {
	background-color: rgba(128,133,134,0.6);
	height: 1px;
	margin: 3px 0 3px 0;
	width: 100%;
	clear: both;
}
.gray-box {
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 100%;
	background-color: #000;
	padding-bottom: 17px;
    position: relative;
}
.gray-box h2 {
	font-size: 21px;
	line-height: 40px;
	letter-spacing: 1pt;
	color: #f5c400;
	padding: 5px 27px 0 27px;
	margin: 0;
}
.gray-box h2.cart_icon {
	background: url("../image/cart_icon.png") no-repeat left center;
	padding-left: 25px;
	margin-left: 25px;
}
.gray-box h2.favo_icon {
	background: url("../image/cart_icon.png") no-repeat left center;
	padding-left: 25px;
	margin-left: 25px;
}
.gray-box .info {
	position: relative;
	float: left;
	padding: 10px 0 10px 27px;
	color: #fff;
	width: 140px;
}
.gray-box .info-right {
	position: relative;
	float: right;
	padding: 10px 27px 10px 27px;
	color: #fff;
}
.gray-box .pro_amount {
	position: relative;
	float: right;
	padding: 10px 8px 10px 0;
	color: #fff;
}
.gray-box .trash {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 27px;
	height: 20px;
}
.gray-box .info-right-red {
	position: relative;
	float: right;
	padding: 10px 27px 10px 27px;
	color: #fc5b5b;
}
.gray-box .point {
	padding: 0 27px 10px 27px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.gray-box .lastview {

	min-height: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gray-box .lastview .image {
	float: left;
	margin-left: 20px;
}
.gray-box .lastview .image img {
	width: 80px;
	height: 80px;
	border: 1px solid #e6e6e6;
}
.gray-box .lastview .detail {
	float: left;
	margin-left: 18px;
	width: 120px;
	font-weight: bold;
}

.gray-box .favo {
    border: 1px solid gray;
    min-height: 75px;
    padding: 9px 5px 5px 3px;
    position: relative;
    margin: 10px;
}
.gray-box .favo .image {
	float: left;
	margin-left: 10px;
	background-color: white;
}
.gray-box .favo .image img {
	width: 70px;
	height: 70px;
}
.gray-box .favo .detail {
	float: left;
	margin-left: 18px;
	width: 100px;
    line-height: 20px;
}
.gray-box .favo .trash {
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 27px;
	height: 20px;
}

a:link.white, a:visited.white, a:active.white { 	
	color: #fff; 
	text-decoration: none; 
}
a:hover.white { 	
	color: #fff; 	
	text-decoration: underline; 
}
a:link.softgray, a:visited.softgray, a:active.softgray {
	color: #c6c6c4;
	text-decoration: none; 
}
a:hover.softgray { 	
	color: #c6c6c4; 	
	text-decoration: underline; 
}
.products img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.foot-content {
	float: left;
	padding-left: 15px;
}
.foot ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.foot li {
	display: block;
	line-height: 26px;
}
.foot a:link, .foot a:visited, .foot a:active{	
	vertical-align: middle;
	text-decoration: none;
	color: #c7c7c7;
}
.foot a:hover {
	text-decoration: underline;
}
.top-tools {
	position: relative;
	top: 0px;
	margin: 0 auto;
	height: 80px;
	width: 1200px;
}
.jcarousel .name {
	position: absolute;
	float: left;
	padding: 5px 17px 0 17px;
	top: 164px;
	height: 43px;
	width: 177px;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	line-height: 18px;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
	color: #fff;
}
.price-bar {
	font-family: supermarketRegular, Tahoma;
	font-size: 16px;
	height: 54px;
	width: 100%;
}
.price-bar .pro-stat {
	position: relative;
	float: left;
	color: #b3e388;
	width: 48%;
	top: 15%;
	text-align: center;
}
.price-bar .price {
	position: relative;
	float: left;
	color: #fff;
	width: 50%;
	top: 15%;
	text-align: center;
}
.price-bar .newprice {
	position: relative;
	float: left;
	color: #f3cf00;
	width: 50%;
	top: 30%;
	font-weight: bold;
	text-align: center;
}
.price-bar .disprice {
	position: absolute;
	left: 53%;
	font-size: 16px;
	color: #A7A9AC;
	text-decoration:line-through;
}
.icons {
	margin-top: 5px;
	float: right;
	width: 195px;
	height: 30px;
}
.icon-right {
	float: right;
	height: 30px;
	margin-top: 5px;
}
.icon-left {
	float: left;
	height: 30px;
	margin-top: 5px;
}
.search {
	float: right;
	width: 140px;
}
.search .icon {
	float: left;
	margin-top: 7px;
	margin-right: 8px;
}
.search .textbox {
	float: left;
	margin-top: 6px;
}
.search input[type=text] {
	color: #fff;
	background: transparent;	
	outline: 0;
	width: 100px;
    border: 0;
    border-bottom: 1px solid #fff;
}
.texts {
	text-align: right;
	float: left;
}
.texts .text {
	margin-top: 10px;
	font-family: supermarketRegular, Tahoma;
	font-size: 17px;
}
a:link.text, a:visited.text, a:active.text {
	color: #fff;
	text-decoration: none;
}
a:hover.text {
	color: #fff;
	text-decoration: underline;
}
.icons .icon {
	padding: 12px 6px 5px 7px;
	margin-right: 5px;
}
a:link.icon, a:visited.icon, a:active.icon {
	
}
a:hover.icon {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.search-box {
	float: left;
}
#cart_amount {
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	float: right;
	color: #0668b3;
	margin-top: 16px;
	width: 170px;
	padding-left: 25px;
	background: url('../image/cart_bg.png') no-repeat left center;
}
.cart_mini {
	text-align: right;
	float: right;	
	max-width: 155px;
	height: 30px;
	padding-right: 20px;
}
.cart_mini .text {
	margin-top: 10px;
	font-family: supermarketRegular, Tahoma;
	font-size: 17px;
}
.memberbox {
	position: relative;
	float: right;
	margin-top: 0px;
	text-align: right;
	max-width: 315px;
    padding: 0 10px 0 10px;
}
.memberbox a:link, .memberbox a:visited, .memberbox a:active {
	font-family: supermarketRegular, Tahoma;
	font-size: 17px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}
.memberbox a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.button {
	text-align: center;
	padding: 10px 0 10px 0;	
}
.button-red {
	border:1px solid #ff6262; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none; 
	display:inline-block;
	 background-color: #ff9a9a; 
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(#ff4040));
	 background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
	 background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
	 background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
	 background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
	 background-image: linear-gradient(to bottom, #ff9a9a, #ff4040);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);
 
	margin: 10px auto;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	min-width: 195px;
	height: 42px;
	color: #fff;
	cursor: pointer; cursor: hand;
}
.button-red:hover {
	 border:1px solid #ff3434;
	 background-color: #ff6767; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#ff0d0d));
	 background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
	 background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
	 background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
	 background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
	 background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
 }
.button-purple {
	border:1px solid #413f85; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none; 
	display:inline-block;
	background-color: #5351AB; background-image: -webkit-gradient(linear, left top, left bottom, from(#5351AB), to(#403E83));
	background-image: -webkit-linear-gradient(top, #5351AB, #403E83);
	background-image: -moz-linear-gradient(top, #5351AB, #403E83);
	background-image: -ms-linear-gradient(top, #5351AB, #403E83);
	background-image: -o-linear-gradient(top, #5351AB, #403E83);
	background-image: linear-gradient(to bottom, #5351AB, #403E83);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5351AB, endColorstr=#403E83);
 
	margin: 10px auto;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	min-width: 195px;
	height: 42px;
	color: #fff;
	background-color: #403e83;
	cursor: pointer; cursor: hand;
}
.button-purple:hover {
 border:1px solid #313066;
 background-color: #424188; background-image: -webkit-gradient(linear, left top, left bottom, from(#424188), to(#181730));
 background-image: -webkit-linear-gradient(top, #424188, #181730);
 background-image: -moz-linear-gradient(top, #424188, #181730);
 background-image: -ms-linear-gradient(top, #424188, #181730);
 background-image: -o-linear-gradient(top, #424188, #181730);
 background-image: linear-gradient(to bottom, #424188, #181730);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#424188, endColorstr=#181730);
}
.button-gray {
	border:1px solid #b7b7b7; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	display:inline-block;
	background-color: #d3d3d3; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
	background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
	background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
	background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
	background-image: -o-linear-gradient(top, #d3d3d3, #707070);
	background-image: linear-gradient(to bottom, #d3d3d3, #707070);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
	
	margin: 10px auto;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	min-width: 195px;
	height: 42px;
	color: #fff;
	background-color: #a7a9ac;
	border: 0px;
	cursor: pointer; cursor: hand;
}
.button-gray:hover {
	border:1px solid #a0a0a0;
	background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
	background-image: -webkit-linear-gradient(top, #bababa, #575757);
	background-image: -moz-linear-gradient(top, #bababa, #575757);
	background-image: -ms-linear-gradient(top, #bababa, #575757);
	background-image: -o-linear-gradient(top, #bababa, #575757);
	background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}
.button-blue {
	border:1px solid #a6a81a; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none; 
	display:inline-block;
	background-color: #f5c400; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5c400), to(#dfb200));
	background-image: -webkit-linear-gradient(top, #f5c400, #dfb200);
	background-image: -moz-linear-gradient(top, #f5c400, #dfb200);
	background-image: -ms-linear-gradient(top, #f5c400, #dfb200);
	background-image: -o-linear-gradient(top, #f5c400, #dfb200);
	background-image: linear-gradient(to bottom, #f5c400, #dfb200);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5c400, endColorstr=#dfb200);
	
	margin: 10px auto;
	font-family: supermarketRegular, Tahoma;
	font-size: 18px;
	min-width: 195px;
	height: 42px;
	color: #fff;
	background-color: #a7a9ac;
	border: 0px;
	cursor: pointer; cursor: hand;
}
.button-blue:hover {
	border:1px solid #145180;
	background-color: #1a6dad; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5c400), to(#dfb200));
	background-image: -webkit-linear-gradient(top, #f5c400, #dfb200);
	background-image: -moz-linear-gradient(top, #f5c400, #dfb200);
	background-image: -ms-linear-gradient(top, #f5c400, #dfb200);
	background-image: -o-linear-gradient(top, #f5c400, #dfb200);
	background-image: linear-gradient(to bottom, #f5c400, #dfb200);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5c400, endColorstr=#dfb200);
}
/* form style */
select.dropdown {
	min-width: 45px;
	min-height: 22px;
	font-size: 14px;
	text-align: center;
  }
input.option[type=radio] {
	opacity: 1;
}
input.option[type=radio] + label {
	color: #fff;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
}

input.option[type=radio]:checked + label {

}
.cart_path {
    font-family: supermarketRegular, Tahoma;
	margin: 0 auto;
	width: 878px;
	height: 128px;
	margin-top: 180px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8; 
    text-align:center;
    position:relative;
    z-index:2;
}
.line-center{

}
.cart_path span:after{
    content:"";
    position:absolute;
    top:45%;
    left:50px;
    right:0;
    border-top:solid 1px #fff;
    z-index:-1;
    width: 89%;
}
.cart_path_blue {
	position: absolute;
	margin-top: 45px;
	margin-left: 60px;
	height: 22px;
	/*background: url('../image/cart_path_blue.png') #fff repeat-x center top;*/
	z-index: 100;
}
.cart_blue_dot {
	position: absolute;
	text-align: center;
	opacity: 1;
	padding-top: 35px;
	width: 120px;
	height: 100px;
	font-size: 18px;
	color: #f5c400;
	background: url('../image/status-active.png') no-repeat center top;
	z-index: 110;	
}
.cart_white_dot {
	position: absolute;
	text-align: center;
	opacity: 1;
	padding-top: 35px;
	width: 120px;
	height: 100px;
	font-size: 18px;
	color: #d3d5da;
	background: url('../image/status-not-active.png') no-repeat center top;
	z-index: 110;
}
.cart_title {
	position: relative;
	margin-top: 20px;
	margin-left: 100px;
	color: #0066b3;
}
.cart_form {	
	width: 100%;
}
.table_cart {    
    width: 85%;
    margin: 0 auto;
    color: #000;
}
.table_cart a:link, .table_cart a:visited, .table_cart a:active {
	color: #000;
    text-decoration: none;
}
.table_cart a:link {
	color: #000;
    text-decoration: none;
}
.table_cart table.tborder {
	margin: 0 auto;
	border-collapse:collapse;
    background-color: #fff;
}
.table_cart th.tborder, td.tborder  {
	border: 1px solid #9d9c9c;
}
.table_cart th {
	background-color: #414143;
	color: #fff;
	line-height: 30px;
}
.table_cart td {
	padding: 10px;
}
.table_cart td.gray {
	background-color: #575757;
}
.table_cart td.price {
	text-align: right;
}

.error {
	color: #FF0000;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}

.breadcrumb a:link, a:visited,  a:active {    
    text-decoration:none; 
    color: #f5c400; 
}
.breadcrumb a:hover {
    text-decoration:underline; 
    color: #fff;     
}
.article-box {
    position: relative;
    background-color: #000;   
    padding: 4px 0 6px 18px; 
}
.article {
	margin: 0 auto;	
	min-height: 296px;	   
    padding: 20px 50px 30px 50px; 
    color: #fff;
}
.article h3 {
	font-size: 21px;
	margin: 0;
	padding: 0;
    border-bottom: 2px solid;
    margin-bottom: 30px;
}
.article strong {
	color: #f5c400;
	font-size: 14px;
}
.article a {
    color: #f5c400;
}
.search-box {
	margin-top: 15px;
	margin-left: 45px;
}
.search-box input[type=text] {
	height: 35px;
	width: 178px;
	color: #0668b3;
	font-family: Tahoma;
	border: 1px solid #0668b3;
	padding-left: 15px;
	padding-right: 35px;
	font-weight: bold;
	background: url('../image/search_bg.png') no-repeat 95% 50%;
}
.h50 {
	height: 50px;
}
.pagelink {
	float: right;
	padding-right: 35px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #56534a;
}
.pagelink .curr {
	padding-left: 5px;	
}
.pagelink a {	
	padding-left: 5px;	
}
.pagelink a:link, .pagelink a:visited, .pagelink a:active {
	color: #fff;
	text-decoration: none;
}
.pagelink a:hover {
	color: #fff;
	text-decoration: underline;	
}
/* Cart Alert */
.cart_alert {
	margin-top: 20px;
	width: 100%;
	height: 200px;
	text-align: center;
}
.cart_alert .comment {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #4c4c4c;
	line-height: 35px;
}
.cart_alert .control {
	margin-top: 25px;
}
.cart_alert .control input {
	margin:  0 20px 0 20px;
}
.profile {
	position: relative;
	width: 80%;
	min-height: 500px;
	margin-left: 23px;
	font-size: 14px;
	color: #fff;
}
.profile h1 {
	padding: 0;
	margin: 0;
}
.profile h3 {
	width: 36%;
	text-align: right;
	font-size: 18px;
}
.profile .title {
	float: left;
	width: 36%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}
.profile input[type=text], input[type=password] {
	margin: 0 0 15px 15px;
	width: 220px;
	height: 25px;
}
.profile textarea {
	margin-left: 15px;
	width: 220px;
}
.profile input[type=radio], input[type=checkbox] {
	margin-left: 15px;
	font-size: 30px;
}
.profile select.first {
	margin: 0 0 15px 15px;
	height: 25px;
	min-width: 25px;
	vertical-align: middle;
}
.profile select.other {
	margin: 0 0 15px 5px;
	height: 25px;
	vertical-align: middle;
}
.profile a {
	margin-left: 25px;
}

.history {
	position: relative;
	width: 100%;
	min-height: 500px;
	margin-left: 23px;
	font-size: 14px;
	color: #fff;
}
.history h1 {
	padding: 0;
	margin: 0;
}
.history h3 {
	width: 36%;
	text-align: right;
	font-size: 18px;
}
.history .title {
	float: left;
	width: 36%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}
.history input[type=text], input[type=password] {
	margin: 0 0 15px 15px;
	width: 220px;
	height: 25px;
}
.history textarea {
	margin-left: 15px;
	width: 220px;
}
.history input[type=radio], input[type=checkbox] {
	margin-left: 15px;
	font-size: 30px;
}
.history select.first {
	margin: 0 0 15px 15px;
	height: 25px;
	min-width: 25px;
	vertical-align: middle;
}
.history select.other {
	margin: 0 0 15px 5px;
	height: 25px;
	vertical-align: middle;
}
.history a {
	
}
.history .td-right {
	text-align: right;
}
.history .td-left {
	text-align: left;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list th {
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: #fff;
	background-color: #414143;
}
table.list td {
	text-align: left;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFF;
	height: 35px;
	color: #000;
}
table.list thead td {
	background-color: #FFF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
    color: #000;
}
table.list .model {
	text-align: center;
}
table.list .price {
	text-align: right;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .comment {
	text-align: left;
}
table.list .comment textarea {
	width: 70%;
	height: 80px;
	background-color: #414143;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pro-header {
    margin: 18px auto;
    padding-left: 5%;
    max-width: 1200px;
}
.homepro {
	font-family: supermarketRegular, Tahoma;
	margin: 18px auto;
    width: 100%;
	height: 100%;
    padding-left: 10px;
    margin-bottom: 50px;
    background-color: #000;
    max-width: 1200px;
}
.homepro ul {
    list-style: none;
	position: relative;
    margin: 0 auto;
    padding: 0;
}
.homepro li {
    position: relative;
    width: 189px;
    float: left;
    border: 1px solid #4d4d4d;
	padding: 0 8px 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3px;
    min-height: 260px;    
}
    .homepro img {
        display: block;
        max-width: 95%;
        height: auto !important;
        max-height: 168px;
        padding: 5px 0 0 5px;
        margin-left: auto;
        margin-right: auto;
    }
.homepro .name {
	position: absolute;
	float: left;
	padding: 2px 3px 0 5px;
	height: 38px;
	width: 170px;
	font-family: supermarketRegular, Tahoma;
	font-size: 14px;
	line-height: 18px;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
	color: #fff;
}
.homepro .wish-icon {
    position: absolute;
    right: -2px;
    top: -6px;
    z-index: 10;
}
.homepro .cart-bar {
	background-color: #0f0f0f;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 50px;
}
.homepro .cart-bar img {
	display: block;
	margin: 0 auto;
}
.homepro .cart-bar-image {
    float: left;
}
.homepro .cart-bar-title {
    color: #fff;   
    vertical-align: middle;
    text-align: center;
}
.homepro .cart-bar .price {
    float: left;
    color: #f3cf00;
    font-size: 18px;
    width: 41%;
    text-align: center;
    margin-right: 15px;
}
.homepro .cart-bar-right {
    float: right;
    background-color: #494949;
    position: relative;
    width: 48%;
    font-size: 16px;
    padding: 3px 1px;    
}
.homepro .cart-bar-right a {
    text-decoration: none;
}
.homepro h1 {
	color: #f5c400;
	padding: 0;
	margin: 0;
    padding: 40px 0 10px 5px;
}
.category {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.category .cat-box {
	position: relative;
    width: 315px; 
    float: left;
	margin: 0 16px 16px 0;
	padding: 15px;
	background-color: #000;
}
.cat-box .image {
	float: left;
	margin-top: 28px;
}
.cat-box .image img {
    width: 100%;
}
.cat-box .detail {
	float: left;
	font-family: supermarketRegular, Tahoma;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
}
.cat-box .name {
	position: absolute;
	float: left;
	padding: 5px 17px 0 17px;
	top: 10px;
	height: 28px;
	width: 266px;
	font-family: supermarketRegular, Tahoma;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	z-index: 10;
	color: #fff;
}
.cat-box h3 {
	margin: 0;
	padding: 0;
}
.cat-box a:link, .cat-box a:visited, .cat-box a:active {
	font-family: supermarketRegular, Tahoma;
	color: #f5c400;
	text-decoration: none;
    font-size: 22px;
}
.cat-box a:hover {
	text-decoration: underline;
}
.banks {
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.banks label {
    cursor: pointer;
}
.bank {
    padding: 10px 0 0 35px;
}
.mini-amount {
    padding-left: 35px;
}
#cart-total {
    color: #f4c601;
}
.round-text {
    border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 15px;
    float: left;
    margin: 0 5px;
}
#wrapper {
    /* margin-top: 180px; */
}
.pro-black {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 14px;
}

.status-bar {
    font-family: supermarketRegular, Tahoma;
    position: absolute;
    font-size: 18px;
    color: #fff;
    width: 50px;
    bottom: 0;
    text-align: center;
    background-color: #000;
    padding: 0 10px 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";       /* IE 8 */
    filter: alpha(opacity=80);  /* IE 5-7 */
    -moz-opacity: 0.8;          /* Netscape */
    -khtml-opacity: 0.8;        /* Safari 1.x */
    opacity: 0.8; 
}
.site-bottom {
    height: 30px;
    clear: both;
    display: block;
}
.pro-img-box {
    position: relative;
	background-color: white;
}
.panel-black {
    padding: 4px 0 6px 18px;
    background-color: #000;
    width: 100%;
}
.panel-black h1 {
    color: #f5c400;
    padding: 0;
    border-bottom: 2px solid;
    margin: 20px 0 30px 0;
}
td.gray {
    color: #fff;
}
select.middle-field {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
i.white {
    color: #fff;
}
.timelist {
	position: relative;
	margin-top: 0px;
	padding: 0;
	left: 15px;
}
.timelist select {
	height: 25px;
	min-width: 25px;
	vertical-align: middle;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}
.box-content select.confirmform {
	margin: 0 0 0 15px;
	height: 25px;
	min-width: 25px;
	vertical-align: middle;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}
.cstock {
	display: inline;
	color: #fff;
	padding-left: 15px;
}
.share_html {
	display: none;
}
.share_dialog {
	width: 350px;
	height: 250px;
	padding: 0 20px;
}
.share_dialog .stitle {
	float: left;
	width: 100%;
}
.share_dialog .stitle h1 {
	padding: 0;
	margin: 0;
}
.share_dialog .spro {
	position: relative;
	background-color: #ccc;
	width: 95%;
	float: left;
	padding: 15px;
}
.share_dialog .spro .prod_image {
	float: left;
	padding-right: 15px;
	width: 20%;
}
.share_dialog .spro .prod_image img {
	width: 72px;
	height: auto;
}
.share_dialog .spro .prod_name {
	float: left;
	width: 70%;
	font-weight: 600;
	padding-bottom: 10px;
}
.share_dialog .share_box {
	float: left;
	margin: 15px 0;
	width: 100%;
}
.share_dialog .share_box .sbox {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.share_dialog .share_box .sbox input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid black;
	width: 100%;
}
.share_dialog .share_box .sbutton {
	margin-top: 12px;
	float: right;
}
.share_dialog .share_box .sbutton input {
	min-width: 100px;
}

.fb-login-button {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.fb-login-button img {
	width: 25%;
}
.fb-comment {
	margin: 0 auto;
	text-align: center;
}
.separator {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #f5c400;
}

.separator::before {
	margin-right: .25em;
}

.separator::after {
	margin-left: .25em;
}

.accept_cookie {
	display: none;
	background-color: #333333;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}
.accept_cookie .cookie_msg {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.accept_cookie .cookie_msg .cookie_btn {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #494949;
	padding: 8px 25px;
}
.accept_cookie .cookie_msg .cookie_btn {
	color: #fff;
}
.accept_cookie .cookie_msg a.cookie_btn:hover {
	background-color: #7E7E7E;
}
.signup_email {
	display: none;
}
.signup_all {
	display: none;
}
.signup_withemail {
	position: relative;
	color: #fff;
	width: 30%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.signup_withemail a {
	font-family: supermarketRegular, Tahoma;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	padding: 5px 65px;
	position: relative;
	background-color: #494949;
	text-decoration: none;
	border-radius: 4px;
}
.signup_withemail a:hover {
	background-color: #727272;
}
.title_h {
	width: 200px;
	display: inline-block;
	color: #a7a9ac;
}