@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	color:#5d5d5d;
	background:#f6f9fa;
	position:relative;
	font-family:"Lato Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@font-face{
	font-family:"Lato Regular";
	src: url('fonts/Lato-Regular.ttf');
}
@font-face{
	font-family:"Lato Light";
	src: url('fonts/Lato-Light.ttf');
}
img{
	border:none;
	vertical-align:middle;
	text-decoration:none;
}
a,a img{
	border:none;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	background:none;
}
a:hover{
	color:inherit;
}
button{
	outline:none;
}
header{
	background:#30373b;
	border-bottom:none;
	z-index:999999;
	width:100%;
}
header #logo{
	max-width:143px;
	position:relative;
	z-index:9;
	margin:15px 0;
}
#search{
	width:180px;
	margin:20px 20px 0;
}
.list-inline{
	margin-top:20px;
}
#search input{
	border-radius:41px;
	border:none;
	padding-left:35px;
	font-size:15px;
}
#search button{
	background:none;
}
#search .input-group-btn{
	position:absolute;
	left:0;
}
.main-menu-wrapper{
	background:none;
	border:none;
}
.main-menu-wrapper .main-menu .parent > a{
	color:#FFF;
	text-transform:uppercase;
}
footer{
	background:#30373b;
}
.margin_auto{
	margin:0 auto;
}
.footer-bottom{
	color:#999;
	margin:10px 0;
}
#list .list-inline > li{
	padding:0;
	position:relative;
}
.number.cart_number{
	position:absolute;
	right:0;
	top:0;
}
.number{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:100%;
	background:#00b285;
	color:#FFF;
	text-align:center;
	margin-left:10px;
	font-size:12px;
	display:inline-block;
	font-family:"Lato Light";

}
.menu_items_wrap{
		width:320px;
		position: fixed;
		right:0;
		top:80px;
		z-index:99999;
		height:100%;
		padding-bottom:70px;
		padding-left:30px;
		overflow-y:auto;
		background:none;
	}
.menu_items_wrap ul{
	margin-top:30px;
	padding-bottom:30px;
}
.menu_items_wrap ul li{
	border-bottom:1px solid #cccccc;
	padding:12px 20px;
}
.menu_items_wrap ul li a{
	font-size:15px;
	color:#666666;
}
.menu_items_wrap ul li a:hover{
	color:#000;
}
a.pre_bid{
	max-width:180px;
	padding:15px 0;
	background:#00aacc;
	color:#FFF;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	width:80%;
	margin-top:10px;
	font-family:"Lato Light";
}
a.bid_now{
	max-width:180px;
	padding:15px 0;
	background:#ff7040;
	color:#FFF;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	width:80%;
	font-family:"Lato Light";
	margin-top:10px;
}
.info{
	margin-bottom:5px;
}

.red_dot{
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;

}
.info .times{
	color:#000;
	font-size:18px;
	font-weight:400;
	vertical-align:middle;
}
.info .bids{
	color:#0f7093;
	font-size:18px;
	vertical-align:middle;
}
a.view_more{
	color:#00aacc;
	font-size:20px;
	text-decoration:underline;
}
.product-scroll .discount{
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	width:40%;
}
h5.time{
	color:#444;
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}
.product-stern .stern{
	display:inline-block;
	border:1px solid #4ccaa9;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	text-align:center;
	color:#4ccaa9;
	padding:2px 3px;
	font-size:13px;
	margin:5px;
	/*width:70px;*/
	width:70px;
	height:26px;
	overflow:hidden;
}
.product-stern .stern.stern2{
	color:#45c1da;
	border:1px solid #45c1da;
}
.product-stern .stern.stern3{
	color:#ff7137;
	border:1px solid #ff7137;
}


.product-stern .stern.stern3{
	color:#3333CC;
	border:1px solid #3333CC;
}

.product-stern .stern.stern4{
	color:#F00;
	border:1px solid #F00;
}


.product-stern .stern.stern5{
	color:#C3C;
	border:1px solid #C3C;
}

.product-stern .stern.stern6{
	color:#FF3;
	border:1px solid #FF3;
}

.product-stern .stern.stern7{
	color:#000;
	border:1px solid #000;
}

.product-stern .stern.stern8{
	color:#390;
	border:1px solid #390;
}

.product-stern .stern.stern9{
	color:#CCF;
	border:1px solid #CCF;
}

.product-stern .stern.stern10{
	color:#30F;
	border:1px solid #30F;
}



.wishlist{
	/*display:block;
	float:right;
	width:100%;
	text-align:right;
	height:50px;*/
}
.wishlist span{
	color:#3fc5a2;
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
}
.product-action{
	text-align:center;
}

.product-wrapper .product-flash{
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.product-wrapper .product-info .product-action .get_it{
	min-width:340px;
	text-align:center;
	background:#01aacc;
	color:#FFF;
	height:45px;
	line-height:42px;
	margin-top:10px;
	font-size:14px;
}
h3.product-title{
	color: #666;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom:0;
}
.product-stern{
	margin-top:15px;
	clear:both;
	width:100%;
	display:inline-block;
	height:40px;
}
#panda-image-carousel-1051 .owl-item img{
	width:auto;
	display:inline-block;
}
#panda-image-carousel-1052 .owl-item img{
	width:auto;
	display:inline-block;
}
#panda-image-carousel-1053 .owl-item img{
	width:auto;
	display:inline-block;
}
#panda-image-carousel-1054 .owl-item img{
	width:auto;
	display:inline-block;
}
.hiddena{
	overflow-y:hidden;
}
.col-sm-left{
	width:20%;
	float:left;
}
.col-sm-right{
	width:80%;
	float:left;
}
h5.name{
	font-weight:normal;
	font-size:16px;
}
#preview{
	position: absolute;
    z-index: 100;
	left: 0;
    width: 100%;
	top: 100%;
	margin-top:-40px;
	padding:0 15px;
	display:none;
}
.preview{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.176);
    min-width: 240px;
    padding: 15px;
	width:100%;
	display:inline-block;

}
.products{
	position:relative;
	width:100%;
	display: table;
	margin-bottom:50px;

}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	position: static;
}
.preview_title{
	display:table;
	width:100%;
}
.preview_title h3{
	font-size:30px;
	color:#333333;
	float:left;
	margin-top:0;
	font-weight:normal;
}
.preview_title .btn_loved{
	float:right;
	padding-top:10px;
	font-size:18px;
	color:#e75d50;
}
.preview .preview_item{
	float: left;
	width:38%;
	margin-right:2%;
}
.preview .preview_button{
	float: right;
	width:60%;
}
.preview .preview_button .add-to-cart{
	background: #ff7040 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin:0 auto 10px;
    padding: 10px 5px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
	border:none;
	width:49%;
	font-size:16px;
	border-width:1px;
	border-bottom-style:solid;
	border-color:transparent;
}
.preview .preview_button .add-to-cart.max{
	border:1px solid #dddddd;
	background:#FFF;
	color:#b8b8b8;
}
.preview .preview_button .add-to-cart.get_now{
	width:100%;
	margin-bottom:20px;
	background:#00aacc;
}
a.more_information{
	text-decoration:underline;
	font-size:14px;
	color:#333333;
	margin-bottom:20px;
	display:block;
}
.preview_item p{
	font-size:16px;
	margin-bottom:20px;
}
.preview_item .info{
	font-size:20px;
	color:#333;
	margin-bottom:20px;
	text-align:left;
}
.preview_item .info >span{
	color:#00668c;
}
.preview_item .price{
	font-size:30px;
	color:#000;
	text-align:left;
}
table.preview_details{
	width:100%;
	font-size:15px;
}
table.preview_details th{
	color:#333;
	font-weight:normal;
	padding:2px 15px;
}
table.preview_details td{
	color:#666;
	padding:2px 15px;
	border-left:1px solid #ccc;
}
.btn-group{
	padding-right:15px;
}
.product-wrapper.active{
	background:#FFF url(../images/up_line.png) no-repeat bottom center;
}
.cathet-sort{
	background-color: #fff;
    border: 1px solid #ddd;
	background:#FFF;
	padding:15px 15px;
	/*margin-bottom:20px;*/
	overflow:hidden;
	height:429px;
}
.cathet-sort .heading{
	margin-bottom:12px;
	border-bottom:1px solid #999;
}
.bottom-sort ul.list li a{
	font-size:14px;
	color:#666666;
	padding:2px 0;
	display:block;
}
.product-details .product-name{
	font-size:20px;
	height:22px;
	overflow:hidden;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}
.product-details .product-description{
	font-size:16px;
	height:20px;
	overflow:hidden;
	margin-bottom:10px;
}
.product-details .product-price{
	margin-bottom:15px;
}
.product-details .product-price .price-new{

	color: #000;
    display: block;
    font-size:20px;
}
.product-details .product-price .price-new span{
	color: #0f7093;
}
.product-details .product-action .add-to-cart{
	background: #ff7040 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin: 10px auto 0;
    max-width: 180px;
    padding: 15px 20px;
    text-align: center;
	border:none;
}
.product-scroll{
	position:relative;
}
#cathet_detail{
	position:absolute;
	left:0;
	top:75px;
	display:none;
	background:#FFF;
	padding:50px 0 0;
	min-height:260px;
}
a.cathet_close{
	position:absolute;
	right:15px;
	top:0;
}
.product-layout.product-list{
	position:relative;
}
#preview_mobile{
	position: absolute;
    z-index: 100;
	left: 0;
    width: 100%;
	top: 100%;
	display:none;
}

#preview_mobile .owl-carousel .owl-item img{
	width:auto;
	margin:0 auto;
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.slideshow .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slideshow .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  border-radius: 30px;
  vertical-align:middle;
  display:inline-block;
  background-color: #cccccc;
}
.slideshow .owl-dots .owl-dot.active span {
  background-color: #333333;
}
.desktop .product-list .product-wrapper{
	position:relative;
}
.desktop .product-list .product-wrapper .product-title{
	text-align:left;
	margin:30px 0 10px;
}
.desktop .product-list .product-wrapper .info{
	text-align:left;
}
.desktop .product-list .product-wrapper .product-title a{
	position: relative;
	z-index: 1000;
	font-size:20px;
}
.desktop .product-list .product-wrapper .product-info{
	padding:0 15px 0 15px;
}
.desktop .product-list .product-wrapper  .product-action{
	margin-top:15px;
	text-align:right;
}
.desktop .product-list .product-wrapper .add-to-cart.max{
	border:1px solid #dddddd;
	background:#FFF;
	color:#b8b8b8;
	font-size:12px;
	font-weight:normal;
	min-width:auto;
}
.desktop .product-list .product-wrapper .add-to-cart.get_now{
	width:100%;
	margin-bottom:20px;
	background:#00aacc;
	max-width:100%;
	font-size:16px;
}
ul.breadcrumb{
	border-bottom:#dddddd;
	background:#FFF;
	padding:20px 0;
	margin:0;
	text-align:center;
}
ul.breadcrumb > li{
	font-size:18px;
	color:#000;
	display:inline-block;
	text-transform:uppercase;
	font-family:"Lato Light";
}
ul.breadcrumb > li > a{
	font-size:18px;
	color:#000;
}

.product_bg{
	background:#f5f5f5;
	padding:30px 0;
}
.margin_15{
	margin-bottom:25px;
}
.product-info .price{
	color: #000;
    font-size: 30px;
    text-align: left;
	margin-bottom:20px;
}
.product-info .product-title{
	width:100%;
	display:inline-block;
}
.product-info .product-title h1{
	float:left;
	font-family:"Lato Light";
	font-size:30px;
	margin:10px 0 10px;
}

.product-info .product-title .btn_loved{
	color: #e75d50;
    float: right;
    font-size: 18px;
    padding-top: 10px;
}
#product{
}
#product .add-to-cart{
	background: #ff7040 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin:0 auto 10px;
    padding: 12px 10px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
	border:none;
	width:58%;
	font-size:16px;
	border-width:1px;
	float:left;
	border-bottom-style:solid;
	border-color:transparent;
}
#product .add-to-cart.max{
	border:1px solid #dddddd;
	background:#FFF;
	color:#b8b8b8;
	width:38%;
	margin-right:4%;
}
#product .add-to-cart.get_now{
	width:100%;
	background:#00aacc;
}
#product-thumbnail-gallery{
	margin-bottom:30px;
}
.product_tab .tab-content{
	border:none;
	padding:0;
	width:100%;
	display:inline-block;
}
.product_tab .nav-tabs{
	background:none;
	border:none;
	margin-top:30px;
}
.product_tab .nav-tabs .tab1{
	background: url(../images/icon_video.png) no-repeat;
	width:34px;
	height:25px;
}
.product_tab .nav-tabs .tab2{
	background: url(../images/icon_360.png) no-repeat;
	width:43px;
	height:30px;
}
.product_tab .nav-tabs .tab3{
	width:30px;
	height:24px;
	background: url(../images/icon_img.png) no-repeat;
}
.product_tab .nav-tabs li.active .tab1{
	background: url(../images/icon_video_active.png) no-repeat;
}
.product_tab .nav-tabs li.active .tab2{
	background: url(../images/icon_360_active.png) no-repeat;
}
.product_tab .nav-tabs li.active .tab3{
	background: url(../images/icon_img_active.png) no-repeat;
}
.product_tab .nav-tabs li.active > a, .product_tab .nav-tabs li.active > a:focus, .product_tab .nav-tabs li.active > a:hover{
	border-radius: 0;
	border:none;
	background-color:none;
	margin-top: 0;
	margin-left: 0;
}
.product_tab .nav-tabs li > a, .product_tab .nav-tabs li > a:focus, .product_tab .nav-tabs li > a:hover{
	border-radius: 0;
	border:none;
	background-color:none;
	margin-top: 0;
	margin-left: 0;
	}

.product_tab .nav-tabs li > a:hover{
	background-color:none;
	border:none;

}
.product_tab .nav-tabs{
	text-align:center;
}
.product_tab .nav-tabs > li{
	float:none;
	vertical-align:middle;
	margin:0 15px;
	display:inline-block;
}
#product .nav-tabs{
	text-align:left;
	border:none;
	background:none;
	border-bottom:1px solid #999999;
}
#product .nav-tabs > li{
	float:left;
	vertical-align:middle;
	margin:0;
	width:25%;
	text-align: center;
}
#product .nav-tabs > li >a{
	padding:10px 0;
	font-size:18px;
	color:#999999;
}
.nav-tabs > li.active > a, .nav-tabs> li.active > a:focus, .nav-tabs  >li.active > a:hover{
	border-radius: 0;
	border:none;
	background-color:none;
	margin-top: 0;
	margin-left: 0;
}
 .nav-tabs > li > a, .nav-tabs > li > a:focus,  .nav-tabs > li > a:hover{
	border-radius: 0;
	border:none;
	background-color:none;
	margin-top: 0;
	margin-left: 0;
	}
.nav > li > a:hover{
	background:none;
	border:none;

}
#product .nav-tabs > li.active >a{
	border:none;
	background:none;
	color:#333333;
}
#product .tab-content{
	border:none;
	padding:10px 0;
	margin-bottom:30px;
}
#product table.preview_details{
	width:auto;
}
#product table.preview_details.table2{
	width:100%;
}
#product table.preview_details.table2 td{
	border:none;
}
#product table.preview_details.table2 select{
	width:100%;
	height:30px;
	border:1px solid #dddddd;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	background:#FFF;
}
#product table.preview_details.table2 .up{
	height:28px;
	padding-top:12px;
	width:35px;
}
.Protection{
	background:#FFF;
	padding:50px 0;
}
p.p1{
	font-size:14px;
}
.login-box{
	width:100%;
	max-width:600px;
	margin:100px auto;
}
#login-page .nav-tabs{
	border-top:none;
	margin-top:0;
	background:none;
	border-bottom:1px solid #cccccc;
}
#login-page .nav-tabs > li{
	float:left;
	width:50%;
	text-align:center;
	padding-bottom:15px;

}
#login-page .nav-tabs > li.active{
	background:url(../images/up_line.png) no-repeat bottom center;
}
#login-page .nav-tabs > li >a{
	font-size:18px;
	padding:5px 10px;
}

#login-page .nav-tabs > li:last-child >a{
	border-left:1px solid #ccc;
}
#login-page  .tab-content{
	border:none;
	padding:30px 15px;
}
#login-page .social-login{
	width:100%;
	margin-bottom:25px;
}
#login-page .social-login a{
	display:block;
	background:#3b5998;
	padding:15px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-family:"Lato Light";
}
.form-control{
	height:50px;
	line-height:50px;
	color:#999999;
	border:1px solid #cccccc;
}
.form-control:focus{
	border:1px solid #00b384;
}
.btn{
	width:100%;
	font-size:20px;
	color:#FFF;
	padding:10px;
	background:#00b384;
	text-transform:none;
	font-family:"Lato Light";
}
.btn:hover,.btn:focus,.btn.focus{
	color:#FFF;
}
.or{
	font-size: 16px;
    margin: 40px 0 30px;
    text-align: center;
}
.or .list1{
	border-bottom: 1px solid #cccccc;
    margin: 0 auto -12px;
    width: 100%;
}
.or .list2 span{
	background: #fff;
    padding: 0 25px;
	color:#999999;
}
.form-group{
	margin-bottom:25px;
}
.Forgot_Password{
	color:#999;
	font-size:18px;
	display:inline-block;
}
.form-control::-moz-placeholder{
	color:#999999;
}
.panel{
	background:none;
	box-shadow:none;
}
.panel-heading{
	background:none;
	border:none;
	padding:12px 5px;
}
.panel-title{
	color:#666666;
	font-size:14px;
	padding:0;
}
.panel-body{
	margin-bottom:5px;
	background:#FFF;
	border:1px solid #ccc;
	font-family:"Lato Light";
}
.panel-body.panel_list{
	margin-bottom:10px;
}
.panel-more{
	margin-bottom:5px;
	background:#FFF;
	border:1px solid #ccc;
}

.panel-more a.more{
	display:block;
	text-align:center;
}
.panel-more a.more span{
	display:inline-block;
	width:3px;
	height:3px;
	background:#00b285;
	margin:13px 2px;
}
.panel-more a.more .add-addredd{
	color:#00b285;
	font-size:30px;
	padding:10px 0;
}
.panel-body .checkbox2{
	display:inline-block;
	vertical-align:middle;
}
.panel-body .Express{
	display:inline-block;
	color:#000;
	font-size:15px;
	margin-left:15px;
	vertical-align:middle;
}
.panel-body .Express span{
	display:block;
	color:#666666;
}
.panel-body .edit{
	float:right;
	padding:20px 0;
}
a.trash{
	width:38px;
	height:38px;
	background:#ed5565;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	line-height:38px;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;

}
a.ico-edit{
	margin-right:8px;
}
a.trash.checked{
	background:#cccccc;
}

a.trash .fa-trash{
	color:#FFF;
	font-size:18px;
	line-height:38PX;
}
a.checkout_title{
	font-size:18px;
	color:#00698c;
	margin-top:8px;
	display:inline-block;
	text-decoration:underline;
}
.apply_coupon{
	margin-bottom:30px;
}
.apply_coupon a{
	display:inline-block;
	width:300px;
	background:#FFF;
	padding:15px 0;
	text-align:center;
	color:#00b285;
	font-size:18px;
	border:1px solid #ccc;
	font-family:"Lato Light";
}
.price_usd{
	font-size:17px;
	color:#666666;
	padding-top:8px;
}
.off_coupon{
	font-size:17px;
	color:#000;
	padding-top:8px;
}
.off_coupon i{
	margin-right:10px;
}
label{
	margin-bottom:0;
}
.regular-checkbox{
	display:none;
}
.regular-checkbox + label{
	background:url(../images/check02.png) no-repeat;
	width:15px;
	height:15px;
	position:relative;
}
.regular-checkbox:checked + label{
	background:url(../images/check01.png) no-repeat;
}
.form-horizontal .control-label{
	font-size:16px;
	color:#666666;
	font-family:"Lato Light";
}
.form-control-static{
	font-size:16px;
	color:#666666;
	font-family:"Lato Light";
}
.form-horizontal .total{
	font-size:18px;
	font-family:"Lato Regular";
	color:#000;
	display:inline-block;
	margin:10px 0 20px;
}
.iSwitch{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background: #dcdcdc;
  border:1px solid #dcdcdc;
  overflow: hidden;
  vertical-align: middle;

}
.iSwitch input{
  visibility: hidden;
}
.iSwitch i{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
}
.iSwitch i::before{
  content: " ";
  display: none;
  width: 200%;
  height: 100%;
  border-radius: 25%;
  background: #00b285;
}
.iSwitch i::after{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
}
.iSwitch input:checked + i{
  transform:translateX(100%);
  -webkit-transform:translateX(100%);
}
.iSwitch input:checked + i:before{
  display: inline-block;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
#coupon{
}
#coupon .title{
	text-align:center;
	font-size:18px;
	margin:10px 0 25px;
	font-family:"Lato Light";
}
#coupon table.table1{
	width:100%;
	margin-bottom:200px;
}
#coupon table.table1 tr td{
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:20px 20px;
	font-size:16px;
	color:#666666;
	font-family:"Lato Light";
}
#coupon table.table1 tr td i{
	margin-right:15px;
}
#coupon .buttons{
	padding:20px 0 0;
	margin:0;
	text-align:center;
	font-family:"Lato Light";
	border-top:1px solid #cccccc;
}
#coupon .buttons a{
	display:inline-block;
	width:120px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#00b285;
	border:1px solid #00b285;
	color:#FFF;
	margin:0 5px;
	font-size:16px;
}
#coupon .buttons a+a{
	background:none;
	color:#666666;
	border:1px solid #cccccc;
}
#falsh_checkout{
	display:inline-block;
	width:100%;
	background:#FFF;
}
.btn.add-to-cart{
	font-size:18px;
}
.flash_title{
	text-align:center;
	padding:10px 0 25px;
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.margin_bottom40{
	margin-bottom:40px;
}
.account{
	background:#FFF;
	width:100%;
}
.account-title{
	font-size:18px;
	padding:20px 0;
	text-align:center;
	font-family:"Lato Light";
}
.account-content ul li a{
	display:block;
	padding:15px 15px;
	font-size:16px;
	color:#999999;
	border-top:2px solid #f5f5f5;
}
.account-content ul li a.active{
	color:#FFF;
	background:#00b285;
}
.form1{
	background:#FFF;
	width:100%;
	border:1px solid #dddddd;
	padding:30px;
	min-height:425px;
}
.form1 .control-label{
	font-size:16px;
	color:#666;
}
.form1 .form-control{
	height:38px;
	line-height:38px;
}
.btn.save{
	width:100px;
	border-radius:0;
	font-size:16px;
	padding:7px 0;
}
.sort-by{
	width:100%;
	border:1px solid #dddddd;
	background:#FFF;
	padding:15px 20px;
	margin-bottom:13px;
}
.sort-by .select{
	position:relative;
	display:block;
	width:245px;
}
.product-cart-action{
	display:inline-block;
	width:100%;
}
select{
	outline:none;
}
.sort-by select{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	width:245px;
	height:38px;
	line-height:38px;
	padding:0 10px;
	font-size:18px;
	background:#FFF;
	font-family:"Lato Light";
	border:1px solid #999999;
}
.sort-by .select .up{
	padding:15px 0 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
	height:36px;
	text-align:center;
	background:#FFF;
}
.message{
	font-size:14px;
	color:#666666;
	padding-top:8px;
}
.panel-body .address01{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	font-size:17px;
	padding-top:8px;
}
.padding_top8{
	padding-top:8px;
}
.form2{
	padding:0 5%;
}
.title.hr{
	padding-bottom:25px;
	border-bottom:1px solid #cccccc;
}
.select2{
	position:relative;
	display:block;
	width:100%;
}
.select2 select{
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 10px;
	font-size:16px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	background:#FFF;
	border:1px solid #cccccc;
}
.select2 .up{
	padding:24px 0 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
	height:48px;
	text-align:center;
	background:#FFF;
}
.panel-body.unlock{
	background:#eeeeee;
}
p.article{
	font-size:16px;
}
@media only screen and (max-width:992px){
  .desktop .product-list .product-wrapper .add-to-cart{
	   padding:10px 20px;
	   font-size:16px;
   }
   #product .nav-tabs > li > a{
	   font-size:16px;
   }
   .product-info .product-title h1{
	   font-size:26px;
   }
}

/*切换 方格 和 列表 的显示*/
.product-stern{
	text-align:center;
}

.desktop .product-list .product-wrapper .product-title{
	display:none;
}
.desktop .product-list .product-wrapper .product-title.list-title{
	display:block;
}
.desktop .product-grid .product-wrapper .product-title.list-title{
	display:none;
}
.desktop .product-list .product-wrapper .product-info{

	margin-left:215px;
}
.product-list .product-wrapper .product-info .product-description{
	text-align:left;
	width:292px;
}
.desktop .product-list .product-wrapper .product-action{
	position:absolute;
	top:-10px;
	right:20px;


}
.product-list .product-wrapper .product-stern{
	width:auto;
}
.product-list .product-wrapper .product-info .product-action button{
	display:block;

	width:100%;
}
.product-wrapper .product-info .product-action .wishlist{
	float:right;
	margin-top:10px;
}
.product-list .product-wrapper .product-info .product-action .wishlist{
	text-align:right;
	float:none;

}
.desktop .product-list .product-wrapper .add-to-cart.max{
	display:inline-block;
	width:auto;
}
.product-list .product-wrapper .product-info .product-action .add-to-cart{
	display:inline-block;
}
.desktop .product-list .product-wrapper .add-to-cart.get_now{
	max-width:320px;
}
.desktop .product-grid .product-wrapper .add-to-cart.max{
	display:none;

}
.desktop .product-grid .product-wrapper .add-to-cart.get_now{
	display:none;

}

.product-list #add_bid{
	display:inline-block;
}
.product-grid #add_bid{
	display:none;
}
.product-grid #grid_bid{
	display:inline-block;
}
.product-list #grid_bid{
	display:none;
}
.desktop .product-list .product-wrapper .product-title.list-title{
	max-width:520px;
}

.product-wrapper .product-info { padding : 10px 5px;}
