body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 1.8;
    color: #333;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
    font-weight: bold;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #444;
}
a:hover {
	text-decoration: none;
        color:#d60846;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.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{
    padding-right: 10px;
    padding-left: 10px;
}
#product-product #content.col-sm-12{padding-right: 0;padding-left: 0;}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #d60846;
}
/* top */
#top {
	padding: 0;
	margin: 0;
	min-height: 40px;
        background-color: #FEFFF3;
}
#top #top-links{
    float: right;border-radius: 0 0 5px 5px;padding: 6px 15px 0 15px;
}
#top .container {
	padding: 0;
}
@media (min-width: 1200px) {
.container {
    width:976px;
    padding: 0;
}
}
.row{padding: 0; margin: 0;}
#column-left.col-sm-2,#column-left.col-sm-3 {
    width: 195px;
    padding:0;
    margin:0 18px 0 0;
}
.col-sm-9 {
    width:760px;
    padding: 0;
    margin: 0;
}
#account-login .col-sm-9 {width: 100%;}
header .row .col-sm-4{padding-left: 0;}
#common-home{margin-top: 15px;}
header{background-color:#FEFFF3;padding: 0 0 20px 0;margin-top: -20px;}
header .list-inline>li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
        color: #000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color: #000;}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links a:hover{color:#d60846;}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo h1{
   margin: 0;
   padding: 0;
}
/* search */
#search {
	margin-bottom: 10px;
        padding-top: 20px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
        padding-top: 20px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.notice{ line-height:45px; background-color:#333333;color:#fff;}
.notice .container{text-align: left;}
.notice a{color:#fff;}
/* menu */
#menu {
    position: relative;
    background: url("../image/menubg.png") no-repeat 0 0;
    padding: 0;
}
.menucontainer {
    display: block;
    width: 100%;
    background-color: #000;
    margin: 0;
}
.menucontainer .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 0 10px 0;
        font-size: 16px;
        position: relative;
        text-align: center;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
}
#menu .nav > li:hover:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 60%;
    margin-left:-20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
        margin-top: 0;
        padding: 0;
        border-top: 2px solid #fff;
        width: auto;
}
#menu .dropdown-inner {
	display: table;
        padding: 15px;
}
#menu .dropdown-inner ul {
	display: table-cell;
        width: 100%;
}
#menu .dropdown-inner ul li {
    display: table-cell;
    vertical-align: top;
}
#menu .notree .dropdown-inner ul li {
    display: block;
}
#menu ul li .twomenu{line-height:30px;}
#menu ul li .twomenu i,#menu .dropdown-inner ul li dd a i{color:#ccc;font-weight: normal;}
#menu ul a.dropdown-toggle{font-weight: 800;}
#menu .dropdown-inner ul li dd a{
  position: relative;
  padding-left: 12px;
}
#menu .dropdown-inner ul li dd a:before {
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  right: 0;
  content: ' '
}
#menu .dropdown-inner ul li dd a:before {
  border-left-color: #ccc;
  left:0;
}
#menu .navbar-nav{width: 100%; position: relative;}
#menu .dropdown-inner a {
	min-width:235px;
	display: block;
	padding: 3px 20px 3px 0;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner a.twomenu{font-weight: bold;}
#menu .dropdown-inner li a:hover {
	color: #d60846;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#menu .nav > li {
    min-width: 155px;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.leftbox {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.leftbox h3 {
    padding: 8px 10px;
    color: #fff;
    margin: 0;
    font-size: 120%;
    background-color: #86BF22;
}
.leftbox .boxcontent {
    position: relative;
    padding: 5px;
}
.leftbox .boxcontent a{color:#23A1D1;}
/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin: 0;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer p.powered{text-align: center;padding-bottom:20px;margin:0;}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color:#d60846;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff004e;
}
.endcontent {border-left: 1px solid #515151;padding-left:20px; padding-bottom: 20px;}
.asales a{display:inline-block;margin-right:6px;}
.asales a:before {
    display: inline-block;
    position: relative;
    background-image: url(../image/sp.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    width:30px;
    height:30px;
}
.asales a.twitter:before {
    background-position:-30px 0;
}
.asales a.instagram:before {
    background-position:-90px 0;
}
.asales a.snsline:before {
    background-position:0 0;
}
.asales a.youtube:before {
    background-position:-60px 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin:20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: break-spaces;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
    padding:2px;
    border: none;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    margin: 6px 0;
    text-transform: none;
    line-height: 22px;
}
.product-thumb h4 a{font-size: 13px;}
.product-thumb .caption {
	padding: 0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color:#FF66C4;
    font-size: 14px;
    font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	display: block;
}
.product-thumb .button-group {
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 80%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
#top-links .list-inline>li {
    display: inline-block;
    padding-right:10px;
    padding-left:10px;
}
#top-links .list-inline>li i{font-size: 18px;}
.price{color:red;}
.productname{font-weight:bold;padding-top: 0;margin-top: 0;font-size: 18px;}
.input-group-btn {
    display: table-cell;
}
.product-quantity #input-quantity {
    background-color: #ffffff;
    color: #3c3c3c;
    padding: 0;
    text-align: center;
    margin-top: 0;
    margin-left: -1px;
}
.product-quantity .quantitycont{width:100px;}
.product-quantity .qty span.control-label{
    width: auto;
    text-align: right;
    line-height: 35px;
    float: left;
    display: inline;
    padding: 0 10px 0 0;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.featured,.bestseller,.newproduct{padding:0;border:1px solid #ccc;margin-bottom:15px;}
.featured .row,.bestseller .row,.newproduct .row{padding:10px 0;}
.featured h3,.bestseller h3,.newproduct h3{
    font-size: 18px;margin: 0; padding:0 0 0 10px;color:#fff;line-height: 33px;height:33px;font-weight: 800;
}
.featured h3{
    background: url("../image/bgred.jpg");
    padding-left: 0;
}
.featured h3 i{
    background: url("../image/star.png") no-repeat; width: 48px; height:33px;float:left;margin-right:8px;
}
.featured h3 span{line-height: 33px;height:33px;float:left;}
.bestseller h3{
    background: url("../image/bgblue.jpg");
}
.newproduct h3{
    background: url("../image/bgblue.jpg");
    padding-left: 0;
}
.newproduct h3 i{
    background: url("../image/newp.png") no-repeat; width: 48px; height:33px;float:left;margin-right:8px;
}
.newproduct h3 span{line-height: 33px;height:33px;float:left;}
.featured .product-thumb,.bestseller .product-thumb,.newproduct .product-thumb{
    margin-bottom: 10px;
}
/*
.featured .product-layout .image{position: relative;}
.featured .row .image:nth-child(1):before{background: url("../image/rank.png") no-repeat;content:"";position: absolute; width: 58px; height: 46px;}
*/
#column-left .loginbox {
    width: 195px;
    background-color: #FFF;
    border: 2px solid #FCAE01;
    margin-bottom: 15px;
    overflow: hidden;
}
#column-left .loginbox ul{margin-top: 10px;}
#column-left .loginbox ul li{line-height: 28px;}
#column-left .loginbox h3{padding:0;margin:0;}
#column-left .loginbox label {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-left: 8px;
}
#column-left .loginbox input[type="text"] {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    border: 1px solid #CCC;
    width: 175px;
    margin-left: 8px;
}
#column-left .loginbox input[type="password"] {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    border: 1px solid #CCC;
    width: 175px;
    margin-left: 8px;
    margin-bottom: 5px;
}
#column-left .loginbox .box {
    margin-bottom: 5px;
    line-height: 1.4;
    text-align: center;
}
#column-left .loginbox .box a{color:#337ab7;line-height:25px;}
#column-left .loginbox .button {
    background-color: #EDEDED;
    padding-top: 9px;
    padding-bottom: 9px;
}
#column-left .loginbox .loginbtn {
    background-image: url(../image/login_btn.jpg);
    display: block;
    height: 33px;
    width: 156px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}
.clear{clear: both;}
.infocontent{
    margin-top: 20px;
}
.top_button {
    width: 35px;
    border-radius: 50%;
    bottom: 100px;
    background: #e40046 url(../image/back_to_top.png) no-repeat scroll center center;
    color: #fff;
    height: 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 9999;
    display: none;
}
.col-sm-8.leftimg{
    width: 552px;
    padding-right: 20px;
    padding-left: 0;
}
#DB_gallery ul, #DB_gallery li{list-style:none;margin:0;padding:0}
#DB_gallery img{border:none;vertical-align:top;}
#DB_gallery .DB_thumSet .DB_thumMove li img{width: 100px;height:100px;}
#DB_gallery .DB_imgSet {
position: relative;
    width: 532px;
    height: 506px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 2px;
}
#DB_gallery .DB_imgSet .DB_imgWin{width: 100%;text-align: center;}
#DB_gallery .DB_imgSet .DB_imgWin img{max-height:500px;max-width: 500px;}
#DB_gallery .DB_imgSet .DB_page{position:absolute;bottom:0;font:11px tahoma bold;padding:5px;color:#666;}
#DB_gallery .DB_imgSet .DB_page .DB_current{color:#666}
#DB_gallery .DB_imgSet .DB_page .DB_total{color:#666}
#DB_gallery .DB_imgSet .DB_prevBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;left:0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;right:0;}

#DB_gallery .DB_thumSet {position:relative;margin-top:10px;width:532px;overflow:hidden}
#DB_gallery .DB_thumSet .DB_thumMove{position:relative;white-space:nowrap;font-size:0}
#DB_gallery .DB_thumSet .DB_thumMove li{display:inline;margin-right:8px}
#DB_gallery .DB_thumSet .DB_prevPageBtn{position:absolute;top:14px;cursor:pointer;left:0;}
#DB_gallery .DB_thumSet .DB_nextPageBtn{position:absolute;top:14px;cursor:pointer;right:0;}
#DB_gallery .DB_thumSet .DB_thumLine{position:absolute;width:100px;height:100px;border:2px solid #ff0000;left:0;top:0}
.subcategory{width:100%;}
.subcategory ul,.subcategory ul li{padding: 0;margin: 0;list-style: none;}
.subcategory ul li{
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    text-align: center;
    background-color: #000000;
    padding: 3px 10px;
    border-radius: 3px;
}
.subcategory ul li a{color:#fff;}
.wishlist-add{position: absolute; left:10px; top:10px;}
.wishlist-add .wish-btn-default {
    color: #777;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
}
.wishlist-add .wish-btn-default:hover{border: 1px solid red;}
.wishlist-add .wish-btn-default:hover .fa{color:red;}
.footertxt {
    width: 100%;
    background: #F4F4F4;
    border-top: 1px solid #ddd;
    clear: both;
    text-align: left;
    padding: 30px 0;
    margin-top: 20px;
}
.footerleft {
    width: 400px;
    float: right;
}
.footerright {
    width: 500px;
    float: left;
}
.footerleft .h2_title {
    font-size: 16px;
    margin: 0 0 3px;
    padding: 0;
    border: 0;
    display: block;
    font-weight: bold;
    line-height: 150%;
}
.mb20 {
    margin-bottom: 10px!important;
}
.footerleft .security .seal {
    width: 108px;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}
.footerleft .security .seal img{width:330px;margin:0 0 10px 0;}
.footerleft .trouble .customer_room {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 20px;
}
.footerleft .trouble .customer_room .hd {
    background: #F8F8F8;
    text-align: center;
    padding: 8px 0 6px;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.footerleft .trouble .customer_room .container {
    background: #fff;
    padding: 14px 5px 14px 5px;
    overflow: hidden;
    width: 100%;
}
.footerleft .trouble .customer_room .container .h {
    width: 105px;
    float: left;
    font-size: 13px;
    height: 35px;
    padding: 3px 0 0 5px;
    border-right: 1px solid #ddd;
}
.footerleft .trouble .customer_room .container .freedial {
    background: url(../image/ico_freedial.png) 0 0 no-repeat;
    width: 240px;
    float: right;
}
.footerleft .trouble .customer_room .container .freedial .tel_no {
    padding: 0 0 0 45px;
    margin: 0 0 2px 0;
}
.footerleft .trouble .customer_room .container .freedial .timetxt {
    font-size: 10px;
    padding: 0 0 0 47px;
}
.footerright ol,.footerright ul,.footerright li {
    list-style: none;padding: 0;margin: 0;
}
.footerright .distribution ul {
    border-left: 1px solid #ccc;
    overflow: hidden;
    margin: 0 0 10px;
}
.footerright .distribution ul li {
    float: left;
    width: 492px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
.footerright .distribution ul li.d01{text-align:left;padding:10px;}
.footerright .distribution ul li.d01 div {
    padding: 8px 0 0;
}
.footerright .ft_payment{margin-top: 30px;}
.footerright .ft_payment ul {
    border-left: 1px solid #ccc;
    overflow: hidden;
    line-height: 1.7em;
    font-size: 11px;
}
.footerright .ft_payment ul li {
    width: 245px;
    height: 110px;
    background: #fff;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footerright .h2_title {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
}
.footerright .ft_payment ul li .hd {
    background: #666;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 6px 0px;
    margin: 0;
}
.footerright .ft_payment ul li .detail {
    line-height: 1.4em;
    padding: 10px;
}
.footerright .ft_payment ul li .detail img{max-width: 100%;}
.footerright p,.footerleft p{margin: 0;}
.base_grd {
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.footerright .distribution .h2_title span,.footerright .ft_payment .h2_title span {
    border-left: 6px solid #069;padding-left:10px;
}
#tab-description img{max-width:100%;}
.shipimg img{width:350px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #e40046;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.lineli{padding-left:25px;background: url(../image/lineli.jpg) 0 2px no-repeat;}
.rating{margin-top:8px;}
.contactimg,.linetxt{float:left;}
.contactimg{margin:5px 0 0 30px;}
.shipimg{margin-top:10px;clear:both;}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.cartcontent, .cartcontent li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cartcontent{border-bottom:1px solid #ddd;}
.cartcontent li {
	width:100%;
	line-height:36px;
	border:1px solid #ddd;
	border-bottom:none;
	list-style-type:none;
	vertical-align:bottom;
        padding:0;
}
.cartcontent li div.cartli {
	float:left;
	overflow:hidden;
        text-align: center;
}
.cartcontent li:hover{background-color: #f5f5f5;}
.cartcontent li.litd div.pname{text-align:left;}
.cartcontent li.litd div.cartli {padding:10px 0;}
.cartcontent li div.pimage {width:15%;}
.cartcontent li div.pname {width:35%;}
.cartcontent li div.pnums {width:20%;}
.cartcontent li div.pprice {width:14%;}
.cartcontent li div.ptotal {width:14%;}
.cartcontent li.lith {background-color: #f5f5f5;height:36px;}
@media (max-width: 767px) {
    .cartcontent li.lith{display:none;}
    .cartcontent li div.pimage {width:40%;}
.cartcontent li div.pname {width:60%;}
.cartcontent li div.pnums {width:100%;}
.cartcontent li div.pnums .input-group{padding-left:20px;}
.cartcontent li div.pprice {width:50%;}
.cartcontent li div.ptotal {width:50%;}

    body{font-size:12px;}
    .notice {display:none;line-height:1.8rem;padding:5px 0;}
    #top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px 0;
    margin: 0 0 0;
    min-height: 40px;
    }
    #logo img{height:50px;}
    header{margin:0;padding:10px 0;}
    header .row .col-sm-3,header .row .col-sm-4,header .row .col-sm-5 {padding:0;}
    #cart {
    margin-bottom: 0;
    padding-top: 0;
  }
  #search {
    margin-bottom: 10px;
    padding-top: 0;
}
.menucontainer {
    display: block;
    width: 100%;
    background-color:transparent;
    margin: 0;
}
.menucontainer .navbar-collapse {
    background-color: #000;
}
.col-sm-9{width:100%;}
.footerleft,.footerright {
    width: 100%;
    float: none;
}
.footerright .ft_payment {
    margin-top: 10px;
}
.footerright .ft_payment ul li {
    width: 50%;
}
#menu .dropdown-inner ul li {
    display:block;
    vertical-align: top;
    padding-left: 20px;
}
.featured .row .product-layout, .bestseller .row .product-layout, .newproduct .row .product-layout{width: 50%;}
#product-category #content .row .product-layout {width: 50%;}
.endcontent {border-left: 0 solid;padding-left:10px; padding-bottom: 20px;}
.col-sm-8.leftimg{margin-bottom: 20px;width:100%;padding:0;}
#DB_gallery .DB_imgSet {width:100%;height:auto;}
#DB_gallery .DB_imgSet .DB_imgWin img {
    max-height: 100%;
    max-width: 100%;
}
#DB_gallery .DB_thumSet {
    width: 100%;
}
.shipimg img{width:auto;max-width:350px;}
#checkout-checkout #content.col-sm-12{padding:0;}
#checkout-checkout #content.col-sm-12 .panel-body{padding:5px;}
}
.pb1 {
    margin:15px 0;
}
.pb1 div{
    display: block;
}
.pb1 .pblist1,.pb1 .pblist2,.pb1 .pblist3 {
    float:left; width: 30% !important;
}
.pb1 .pblist2{
    margin:0 3%;
}
.pb1 .pbimage{
    min-height:80px;
    text-align: center;
}
.pb1 .pbimage img{
    max-width: 100%;
}
.pb1 .pbtitle{
    margin-top: 15px;
    font-weight: bold;
}
.pb1 .pbtitle h4{
    font-size: 14px;
    line-height: 1.255;
}
.pb1 .pbcontent{
    margin-top: 15px;
}
.pb2 {
    margin:15px 0;
}
.pb2 .pbleft {
    float: left;
    text-align: center;
    display: block;
    min-height: 200px;
    width: 35% !important;
}
.pb2 .pbleft img{max-width:100%;}
.pb2 .pbright {
    text-align: left;
    float: left;
    display: block;
    vertical-align: middle;
    min-height: 200px;
    width: 65% !important;
    padding:30px 0;
}
.pb2 .pbright .pbtitle{
    text-align: left;
    padding-left: 20px;
}
.pb2 .pbright .pbcontent{
    text-align: left;
    padding-left: 20px;
}
.pb3 {
    margin:15px 0;
}
.pb3 .pbleft {
    float: right;
    text-align: center;
    display: block;
    min-height: 200px;
    width: 35% !important;
}
.pb3 .pbleft img{max-width:100%;}
.pb3 .pbright {
    text-align: left;
    float: right;
    display: block;
    vertical-align: middle;
    min-height: 200px;
    width: 65% !important;
    padding:30px 0;
}
.pb3 .pbright .pbtitle{
    text-align: left;
    padding-right: 20px;
}
.pb3 .pbright .pbcontent{
    text-align: left;
    padding-right: 20px;
}
.pb4 {
    margin:15px 0;
}
.pb4 div{
    display: block;
}
.pb4 .pblist1,.pb4 .pblist2,.pb4 .pblist3,.pb4 .pblist4 {
    float:left; width: 24% !important;
}
.pb4 .pblist2,.pb4 .pblist4{
    margin:0 1%;
}
.pb4 .pbimage{
    min-height:80px;
    text-align: center;
}
.pb4 .pbimage img{
    max-width: 100%;
}
.pb4 .pbtitle{
    margin-top: 15px;
    font-weight: bold;
}
.pb4 .pbtitle h4{
    font-size: 14px;
    line-height: 1.255;
}
.pb4 .pbcontent{
    margin-top: 15px;
}
.pb5{margin: 15px 0;}
.pb5 div{display: block;}
.pb5 .pbimage5{float:left; width:30%;text-align: center;min-height:100px;}
.pb5 .pbimage5 img,.pb5 .pblist52 img,.pb5 .pblist53 img{max-width:100%;}
.pb5 .pblist52{float:left; width:39%;}
.pb5 .pblist53{float:left; width:30%;}
.pb5 .pblist52 .pbimage,.pb5 .pblist53 .pbimage {
    min-height: 80px;
    text-align: center;
}
.pb1 p,.pb2 p,.pb3 p,.pb4 p,.pb5 p{padding:0;margin:0;}
.pbcontent{padding:5px;}
#product-product .row .col-sm-4{width:420px;}
@media (max-width: 767px) {
    #product-product .row .col-sm-4{width:100%;}
}
.ttgetcode {
    padding:10px 0;
    display:block;
    width: 100%;
    clear: both;
    cursor: pointer;
}
.ttgetcode .followtwitter {
    float:left;width: 20px;height: 20px; background: url("../image/tt.jpg") no-repeat center center;font-size: 0;
}
.ttgetcode .lineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 13px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.ttgetcode .share_tips {
    float:left;
    max-width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #f60;
    border-radius: 2px;
    color: #fff;
    padding: 0 4px;
    position: relative;
    margin-left: 8px;
}
.ttgetcode .share_tips .triangle {
    display: block;
    position: absolute;
    top: 4px;
    left: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #f60 transparent transparent;
}
.ttgetcode .showcode{
    float: left;
    height: 20px;
    line-height: 16px;
    border: 2px dashed #dddd;
    font-size: 13px;
    color: red;
    font-weight: bold;
    padding: 0 5px;
    width:140px;
    background-color:#EEEEEE;
    text-align: center;
}
.ttgetcode .followjt {
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width:30px;
    font-weight: bold;
}
@media (max-width: 767px) {
   .infoaddcart.infofix{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 999;
    border-top: 1px solid #ccc;
    padding: 10px;
    }
    footer.scart{padding-bottom:250px;}
}
#button-buynow.btn-primary {
    text-shadow: 0 -1px 0 #e40046;
    background-color: #e40046;
    background-image: linear-gradient(to bottom, #e40046, #e40046);
    background-repeat: repeat-x;
    border-color: #e40046 #e40046 #e40046;
}
.lastnews {
    display:block;
    height:150px;
    width: 100%;
    background: url("../image/news.jpg") no-repeat 0 0;
    margin-bottom:15px;
}
.lastnews .lnewslist{
    float:right;
    width: 430px;
    padding: 50px 30px 0 0;
}
.lastnews .lnewslist .ndd span{margin-right: 5px;}
.lastnews .lnewslist .ndd{
    line-height: 22px;
    max-height:44px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #cccccc;
    margin:0 0 5px 0;
}
 


@media (max-width: 767px) {
    .lastnews {
        height:auto;
        background:none;
        color:#333333;
        border: 3px solid #FE7608;
    }
    .lastnews a{color:#333333;}
    .lastnews .lnewslist{
        float:none;
        padding:5px;
        width: 100%;
    }
}


td {
    padding: 5px!important;
    border: 1px solid grey!important;
}


        /* 去除每行尾的多余边距 */
.cust_div_radio:nth-child(4n){ 
    margin-right: 0; 
} 
        /* 使最后一个元素的边距填满剩余空间 */
.cust_div_radio:last-child{ 
    margin-right: auto; 
}

.product-layout{
border-radius: 10px 10px 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}





