/* off canvas */
html, body {
  height: 100%;
}

body {
  padding: 0;
}

/* dropdown menu */
.dpmenu_brand,
.dpmenu_categ,
.dpmenu_sale {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 62px;
	border-top: 1px solid #fff;
	background: #000;
}

	.menu_sale a,
	.menu_sale a:active {
		color: #cc0000;
	}
	
	.menu_sale a:hover {
		color: #ee0000;
	}

@media (max-width: 991px) {
.dpmenu_brand,
.dpmenu_categ,
.dpmenu_sale  {
	top: 85px;
}
}

.dpmenu_brand.open,
.dpmenu_categ.open,
.dpmenu_sale.open {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}

	.pop-new-brands {
		padding-top: 10px;
		border-bottom: 1px solid #333;
		margin-bottom: 10px;
	}
	
	
	.dpmenu_categ .clearfix,
	.dpmenu_sale .clearfix {
		padding-top: 10px;
	}

	/*
	.dpmenu_brand>ul {
		margin: 15px;
		padding: 0;
	}
	*/
	
	.dpmenu_brand .dropdown-header,
	.dpmenu_categ .dropdown-header,
	.dpmenu_sale .dropdown-header {
		padding: 5px 0 5px;
	}
	
		.dpmenu_sale .dropdown-header {
			color: #cc0000;
		}
	
	.dpmenu_brand .nav,
	.dpmenu_categ .nav,
	.dpmenu_sale .nav {
		margin-bottom: 15px;
	}
	
		.dpmenu_brand .pop-second {
			margin-top: 27px;
		}
		
@media (max-width: 991px) {

		.dpmenu_brand .pop-first {
			margin-bottom: 0 !important;
		}

		.dpmenu_brand .pop-second {
			margin-top: 0;
		}
}
	
	.dpmenu_brand ul li,
	.dpmenu_categ ul li,
	.dpmenu_sale ul li {
		font-size: 12px;
	}
	
@media (max-width: 991px) {
		.dpmenu_sale ul li {
			text-align: right;
		}
	
}
	.dpmenu_brand ul li a,
	.dpmenu_categ ul li a,
	.dpmenu_sale ul li a {
		color: #fff;
		padding: 2px 0;
	}	
		.dpmenu_sale ul li a {
			color: #cc0000;
		}

	.dpmenu_brand ul li a.dropdown-toggle,
	.dpmenu_categ ul li a.dropdown-toggle,
	.dpmenu_sale ul li a.dropdown-toggle {
		color: #888;
	}
			
			.dpmenu_brand .divider,
			.dpmenu_categ .divider,
			.dpmenu_sale .divider {
				margin: 15px 0 15px;
				height: 1px;
    			overflow: hidden;
    			background-color: #333;
			}
	/*		
	.dpmenu_categ div.clearfix {
		margin: 15px 0;
	}

	.dpmenu_categ>ul {
		margin: 15px;
		padding: 0;
	}
	
	.dpmenu_categ ul li {
		font-size: 12px;
	}
	
	.dpmenu_categ ul li a {
		color: #fff;
		padding: 8px 0;
	}
	
		.dpmenu_categ ul li img {
			width: 20px;
			height: auto;
			margin-right: 6px;
			opacity: 0.5;
			
			-webkit-filter: invert(100%);
			-moz-filter: invert(100%);
			-o-filter: invert(100%);
			-ms-filter: invert(100%);
			filter: invert(100%);
		}
	*/
	
.headbar {
	position: fixed;
	z-index: 2;
	left: 0;
	right: 0;
	background: #000;
	height: 50px;
}

.headbarsecond {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50px;
	border-top: 1px solid #fff;
	background: #000;
	font-size: 12px;
}

.headbarsecond.open {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}

	.headbarsecond ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.headbarsecond ul li {
		list-style: none;
		text-align: center;
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
	}
	
		.headbarsecond ul li a {
			padding: 11px 0;
			line-height: 1;
			display: block;
		}
	
	.headbarsecond ul li+li {
		border-left: 1px solid #fff;
	}

@media (min-width: 992px) {
  .headbar {
  	height: 62px;
  }
}

@media (max-width: 767px) {
	.headbar {
	/*background: rgba(0,0,0,0.9);*/
	}
}

.headmenu {
	position: fixed;
	font-size: 12px;
	top: 25px;
	left: 156px;
	z-index: 10000;
}

	.headmenu a {
	}

	.headmenu ul li {
		padding-right: 35px;
	}

.headmenu_r {
	position: fixed;
	font-size: 12px;
	top: 25px;
	right: 15px;
	z-index: 10001;
}

	.headmenu_r ul li {
		padding-left: 35px;
	}

#menu {
	background: #000;
   position: fixed;
   top: 0;
   bottom: 0;
   width: 260px;
   left: -260px;
   height: 100%;
   -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.30s ease;
  -moz-transition: 0.30s ease;
  -o-transition: 0.30s ease;
  transition: 0.30s ease;
}

 #menu.active {
  -webkit-transform: translate(260px, 0px);
  -moz-transform: translate(260px, 0px);
  -o-transform: translate(260px, 0px);
  -ms-transform: translate(260px, 0px);
  transform: translate(260px, 0px);
}

#menu.active {
  overflow-y: scroll;
  overflow-x: hidden;
}

.container-nubian {
	/*background: url(../images/bghead.gif) repeat-x 0 0;*/
	padding-top: 74px;
	
	width: 100%;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);  
   transform: translate(0px, 0px);
   -webkit-transition: 0.30s ease;
   -moz-transition: 0.30s ease;
   -o-transition: 0.30s ease;
   transition: 0.30s ease; 
}

.container-nubian.active {
  -webkit-transform: translate(260px, 0px);
  -moz-transform: translate(260px, 0px);
  -o-transform: translate(260px, 0px);
  -ms-transform: translate(260px, 0px);
  transform: translate(260px, 0px);
}

@media (max-width: 991px) {
.container-nubian {
	padding-top: 97px;
}
}


/* Ham */
#nav-icon {
  width: 30px;
  height: 33px;
  position: relative;
 
	padding: 19px 0 0 0;
	margin-right: 0px;
	margin-top: 14px;
	margin-left: 15px;
	background: transparent;
	font-size: 10px;
	line-height: 1;
	
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 0px;
  background: #555;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #555;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 0px;
  background: #555;
}

	#nav-icon a,
	#nav-icon-search a {
		color: #fff;
		text-decoration: none;
	}
		
		#nav-icon-search a:hover {
			color: #555;
		}
	
	#nav-icon.open a {
		color: #000;
	}
	
#nav-icon-search {
  position: absolute; 
	padding: 0;
	right: 15px;
	top: 15px;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

/* menu */
.navmenu {
}

	.navmenu>ul {
		margin-top: 60px;
		padding: 0 30px;
	}

	.navmenu>ul>li {
		font-size: 12px;
		margin-bottom: 8px;
	}
	
	.navmenu {
		color: #fff;
	}
	
		.navmenu .name {
			padding-left: 15px;
		}

	.navmenu a {
		color: #fff;
	}
	
		.nav>li>a {
			padding: 6px 0;
		}
	
		.nav>li>a:focus,.nav>li>a:hover {
			background: #000;
		}
		
		.nav .open>a, 
		.nav .open>a:focus, 
		.nav .open>a:hover {
			background: #000;
			color: #555;
		}
		
			.navmenu-nav.dropdown-menu { position:relative; }
			
			.dropdown-menu {
				font-size: 12px;
				background: #000;
				float: none;
			}
			
			.dropdown-menu>li {
				margin-top: 1px;
				margin-bottom: 1px;
			}
		
			.dropdown-menu>li>a {
				color: #fff;
				padding: 3px 0;
				background-color: #000;
				background-size: 16px 16px;
				background-repeat: no-repeat;
				background-position-x: 26px;
				background-position-y: 6px;
			}
			
				/*
				.dropdown-menu>li.c01>a { background-image: url(../images/icon/01.jpg);}
				.dropdown-menu>li.c02>a { background-image: url(../images/icon/02.jpg);}
				.dropdown-menu>li.c03>a { background-image: url(../images/icon/03.jpg);}
				.dropdown-menu>li.c04>a { background-image: url(../images/icon/04.jpg);}
				.dropdown-menu>li.c05>a { background-image: url(../images/icon/05.jpg);}
				.dropdown-menu>li.c06>a { background-image: url(../images/icon/06.jpg);}
				.dropdown-menu>li.c07>a { background-image: url(../images/icon/07.jpg);}
				.dropdown-menu>li.c08>a { background-image: url(../images/icon/08.jpg);}
				.dropdown-menu>li.c09>a { background-image: url(../images/icon/09.jpg);}
				.dropdown-menu>li.c10>a { background-image: url(../images/icon/10.jpg);}
				.dropdown-menu>li.c11>a { background-image: url(../images/icon/11.jpg);}
				.dropdown-menu>li.c12>a { background-image: url(../images/icon/12.jpg);}
				.dropdown-menu>li.c13>a { background-image: url(../images/icon/13.jpg);}
				.dropdown-menu>li.c14>a { background-image: url(../images/icon/14.jpg);}
				.dropdown-menu>li.c15>a { background-image: url(../images/icon/15.jpg);}
				.dropdown-menu>li.c16>a { background-image: url(../images/icon/16.jpg);}
				.dropdown-menu>li.c17>a { background-image: url(../images/icon/17.jpg);}
				*/
				
			
			.dropdown-menu>li>a:hover {
				background-color: #000;
				color: #ccc;
			}
			
				.dropdown-menu>li>ul.sub {
					list-style: none;
					display: none;
				}
				
				.dropdown-menu>li>ul.sub>li>a {
					font-size: 12px;
					color: #888;
				}
			
			.dropdown-menu .divider {
				background: #333;
				margin: 15px 0 10px;
				height: 1px;
    			overflow: hidden;
    			background-color: #333;
			}
			
			.divider_first {
				background: #333;
				margin: 15px 0 !important;
				height: 1px;
    			overflow: hidden;
    			background-color: #333;
			}
			
			.dropdown-header {
				padding: 15px 0 5px;
				font-size: 100%;		
			}
			
			.dropdown-header:first-child {
				padding-top: 0px;
			}
			
			.nav>li>a>img {
				max-width: 180px;
				height: auto;
			}

.navbar-toggle {
	border-radius: 0;
	border: none;
	padding: 2px 0;
	margin-right: 0px;
	margin-top: 12px;
	margin-left: 15px;
	background: transparent;
	font-size: 10px;
	float: left;
}

	.navbar-toggle .icon-bar {
		width: 31px;
		height: 3px;
		margin-bottom: 5px;
	}
	
@media (max-width: 767px) {
	.navbar-toggle {
	margin-top: 11px;
	margin-bottom: 5px;
	line-height: 1;
	}

	.navbar-toggle .icon-bar {
		width: 30px;
		height: 1px;
	}

}

	.navbar-default .navbar-toggle {
		border-color: #ccc;
		color: #fff;
	}
	
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		border-color: #ddd;
		background: none;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

/* base custom */
body {
}

a {
  color: #888;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #999;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 767px) {
a:hover,
a:focus {
  text-decoration: none;
}
}

/* header */
.headlogo {
	position: fixed;
	z-index: 10001;
	top: 21px;
	left: 16px;
}

	.headlogo img {
		width: 100px;
		height: auto;
	}

@media (max-width: 991px) {
	.headlogo {
	top: 21px;
	left: 50%;
	margin-left: -50px;
	}
}

@media (max-width: 991px) {
	.headlogo {
		top: 16px;
		margin-left: -48px;
	}
	.headlogo img {
		width: 96px;
	}
}

.top-grid {
	margin-top: -12px;
}
.top-grid .row {
	margin-left: -15px;
	margin-right: -15px;
}

.top-grid .col-md-10, .col-md-11, .top-grid .col-md-12, .top-grid .col-md-2, .top-grid .col-md-3, .top-grid .col-md-4, .top-grid .col-md-5, .top-grid .col-md-6, .top-grid .col-md-7, .top-grid .col-md-8, .top-grid .col-md-9, .top-grid .col-sm-1, .top-grid .col-sm-10, .top-grid .col-sm-11, .top-grid .col-sm-12, .top-grid .col-sm-2, .top-grid .col-sm-3, .top-grid .col-sm-4, .top-grid .col-sm-5, .top-grid .col-sm-6, .top-grid .col-sm-7, .top-grid .col-sm-8, .top-grid .col-sm-9, .top-grid .col-xs-1, .top-grid .col-xs-10, .top-grid .col-xs-11, .top-grid .col-xs-12, .top-grid .col-xs-2, .top-grid .col-xs-3, .top-grid .col-xs-4, .top-grid .col-xs-5, .top-grid .col-xs-6, .top-grid .col-xs-7, .top-grid .col-xs-8, .top-grid .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}

.top-grid .img-responsive {
	width: 100%;
}

/* Searchform */
#headsearchtoogle-block {
	position: absolute;
    z-index: 10003;
    top: 0;
    right: 0;
    left: 0;
    background: #888;
    padding: 0;
    height: 62px;
    display: none;
}

	.searcharea {
		width: 100%;
		margin:  0 auto;
	}

	.searcharea input {
	border: none;
    outline: none;
    background: #888;
    margin: 15px 10px 15px 15px;
    padding: 3px 0;
    width: 90%;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff;
	}
	
	.searcharea button {
		background: none;
		border: none;
		font-size: 22px;
		margin: 0;
		padding: 0;
		outline: none;
		color: #fff;
	}
	
	#headsearchtoogle-block button.searchclose {
		background: none;
		border: none;
		font-size: 20px;
		margin: 14px 15px 0 15px;
		outline: none;
		padding: 0;
		color: #fff;
		float: right;
	}

@media (max-width: 991px) {
	#headsearchtoogle-block {
    height: 50px;
	}
	
	.searcharea input {
	width: 83%;
    margin: 8px 3px 10px 15px;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 0;
	}
	
	.searcharea button {
		display: none;
	}
	
	#headsearchtoogle-block button.searchclose {
		margin-top: 10px;
	}
}


/*
@media (max-width: 767px) {

	.searcharea {
		width: 70%;
	}
	
	.searcharea input {
		width: 85%;
	}
}
*/

/* Bottun
-------------------------------------------------- */
.btn-default {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-info {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	border-radius: 0;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #666;
  background-color: #fff;
  border-color: #666;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	border-color: #ddd;
	background-color: #ddd;
}

.btn-success {
	border: 1px solid #666;
	background: #666;
	color: #fff;
	border-radius: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	border-color: #888;
	background-color: #888;
}

.btn-xs {
  padding: 8px 20px;
  font-size: 11px;
  line-height: 1.33;
}

.btn-lg {
	width: 100%;
  padding: 12px 10px;
  line-height: 1.33;
  font-size: 15px;
}

.btn-soldout {
	border: 1px solid #cc0000;
	background: #cc0000;
	color: #fff;
	border-radius: 0;
pointer-events: none;
cursor: not-allowed;
}

.btn-double {
	margin: 0 10px;
}

/* all items */
.bread {
	margin-bottom: 10px;
}

.bread p {
	margin: 0 0 5px;
	font-size: 12px;
}

.bread p span {
	color: #999;
	padding-left: 5px;
}

.noitems {
	font-size: 12px;
	padding: 20px 0 40px;
}

@media (max-width: 767px) {
	.bread p,
	.noitems {
		font-size: 10px;
	}
}


.brandarea {
}

	.brandarea td.logo {
		width: 145px;
		text-align: center;
		vertical-align: middle;
	}
	
@media (max-width: 767px) {
	.brandarea td.logo {
		width: 90px;
	}
}
	
		.brandarea td.logo img {
			display: inline;
		}

	.brandarea table th,
	.brandarea table td {
		font-size: 11px;
		text-align: center;
	}
	
	.brandarea .from,
	.brandarea .text,
	.brandarea .tx {
		font-size: 11px;
		line-height: 1.6;
	}
	
@media (max-width: 767px) {
	
	.brandarea .from,
	.brandarea .text,
	.brandarea .tx {
		font-size: 10px;
		line-height: 1.5;
	}
}
	
	.brandarea h1 {
		margin-bottom: 0;
		line-height: 1.42857143;
		font-weight: normal;
	}
	
	#name .table>tbody>tr>td, 
	#name .table>tbody>tr>th, 
	#name .table>tfoot>tr>td, 
	#name .table>tfoot>tr>th, 
	#name .table>thead>tr>td, 
	#name .table>thead>tr>th{
		border-top: none;
		padding-top: 0;
	}

.nav-tabs {
}
	.nav-tabs h1 {
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.nav-tabs>li {
		font-size: 12px;
	}

	.nav-tabs>li>a {
		border-radius: 0;
		padding: 7px 20px;
	}
	
		.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
			background: #ededed;
		}
	
	.tab-content {
		padding-top: 15px;
	}
	
@media (max-width: 767px) {
	.nav-tabs h1,
	.nav-tabs>li {
		font-size: 10px;
	}
	
	.nav-tabs>li>a {
		padding: 7px 10px;
	}
}
	
@media (min-width: 992px) {
	.brandarea h1 {
	}
}

	.brandtoogle,
	.storestoogle {
		margin-top: 20px;
		margin-bottom: 3px;
		float: left;
		margin-right: 10px;
	}

	.brandtoogle a,
	.storestoogle a {
		font-size: 11px;
		color: #fff;
		background: #ccc;
		padding: 5px 8px;
		text-decoration: none;
	}
	
	.brandtoogle a:hover,
	.storestoogle a:hover {
		background: #ddd;
	}
	
	.brandtoogle-block {
		clear: left;
		display: none;
		border: 1px solid #ddd;
		padding: 10px 10px 2px;
	}

.productlist {
	margin-bottom: 30px;
}

	.productlist .pic {
		position: relative;
		text-align: center;
		padding: 70px 15px;
		border: 1px solid #efefef;
		margin-bottom: 10px;
	}

	.logolist .pic {
		padding: 15px 15px !important;
	}
	
@media (max-width: 767px) {
	.productlist {
		margin-bottom: 20px;
	}
	
	.productlist .pic {
		padding: 5px 0;
		border: none;
	}
	.logolist .pic {
	}
}

/*
@media (max-width: 767px) {
.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;
}
}
*/
	
/* Effect1
 *************************************** */
.productlist .pic::after,
.productlist .pic::before,
.productlist .pic_inner::after,
.productlist .pic_inner::before {
  background-color: #FFFF99;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.productlist .pic::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.productlist .pic::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.productlist .pic_inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.productlist .pic_inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.productlist .pic:hover::after,
.productlist .pic:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.productlist .pic:hover .pic_inner::after,
.productlist .pic:hover .pic_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
	
		.productlist p {
			font-size: 12px;
			margin-bottom: 5px;
		}
		
			.teika {
				text-decoration: line-through;
				color: #ccc;
			}
			
			.salepop {
				color: #cc0000;
				font-weight: bold;
			}
	
		.productlist .pic img {
			/*max-width: 100%;*/
			width: 100%;
			height: auto;
		}
	
		.productlist.logolist .pic img {
			max-width: 50%;
			height: auto;
		}
	
			.productlist .categoryicon img {
				opacity: 0.25;
				}
		
		.productlist .so img {
			opacity: .5;
		}

	.productlist .soldoutflag {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
		.productlist .soldoutflag span {
			background: #cc0000;
			color: #fff;
			font-size: 12px;
			padding: 3px 18px;
		}
		
@media (min-width: 1200px) {
  .productlist .soldoutflag span {
    padding: 6px 30px;
  }
}
		
@media (max-width: 767px) {

	.productlist p {
		font-size: 9px;
		line-height: 1.2;
	}
	
		.productlist p.catename.grp {
			display: none;
		}
	
	.productlist p.pname {
		display: none;
	}
	
		.productlist p.pname.grp {
			display: block;
		}
	
	.productlist .soldoutflag {
		width: 100%;
		text-align: center;
	}
	
		.productlist .soldoutflag span {
			font-size: 9px;
			padding: 0px 2px;
		}
}

.pages {
		margin-bottom: 10px;
}

	.pages li.cr {
			text-align: center;
			padding: 11px 17px;
			margin: 0 5px 15px;
			border: 1px solid #efefef;
			background: #efefef;
	}

	.pages li.dot {
			text-align: center;
			text-align: center;
			padding: 15px 0;
			margin: 0 5px 15px;
			height: 52px;
			width: 52px;
	}
	
	.pages a {
			color: #333;
			display: block;		
			text-align: center;
			padding: 11px 17px;
			border: 1px solid #efefef;
		}
		
	.pages a:hover {
		border-color: #FFFF99;
		text-decoration: none;
	}
	
@media (max-width: 767px) {

	.pages {
		text-align: center;
		margin: 10px 0 20px;
	}
	
	.pages li {
		    padding-right: 1px;
			padding-left: 1px;
	}
	
	.pages li.cr,
	.pages a {
		/*border: none;*/
	}
	
	.pages li.cr {
		font-size: 10px;
		padding: 6px 8px;
		margin: 0 2px 4px;
	}
	
	.pages li.dot {
		padding: 3px 0;
		height: 20px;
		width: 10px;
		margin: 0;
	}
	
	.pages a {
		font-size: 10px;
		padding: 6px 9px;
		max-width: 52px;
	}
}

/* detail */

	.detail h1,
	.detail h2 {
	}
	
	.detail h1 {
		margin-bottom: 40px;
		margin-top: 10px;
	}
	
	.detail h1,
	.detail h2 {
		font-size: 15px;
		}
		
	.detail dl dt,
	.detail dl dd {
		font-size: 12px;
	}
	
	.detail dl dt {
		font-weight: normal;
	}
	
	
	@media (min-width: 768px) {
	
	.detail dl dt {
		width: 60px;
	}
	
	.detail dl dd {
		margin-left: 80px;
	}
	}

@media (max-width: 767px) {
	
	.detail h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.detail h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.detail dl dt {
		padding-bottom: 5px;
	}
}
	
.detail table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

	.detail table a {
		font-size: 12px;
	}
	
	.detail table a span {
		font-size: 10px;
	}
	
	.detail table a span img {
		width: 50px;
		height: auto;	
	}
		
.detail table > thead > tr > th,
.detail table > tbody > tr > th,
.detail table > tfoot > tr > th,
.detail table > thead > tr > td,
.detail table > tbody > tr > td,
.detail table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  text-align: center;
}
.detail table th s {
	color: #bbb;
}
.detail table th strong {
	font-weight: bold !important;
	color: #000;
}
.detail table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.detail table > caption + thead > tr:first-child > th,
.detail table > colgroup + thead > tr:first-child > th,
.detail table > thead:first-child > tr:first-child > th,
.detail table > caption + thead > tr:first-child > td,
.detail table > colgroup + thead > tr:first-child > td,
.detail table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.detail table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.detail table .table {
  background-color: #fff;
}

.detail table {
  border: 1px solid #ddd;
}
.detail table > thead > tr > th,
.detail table > tbody > tr > th,
.detail table > tfoot > tr > th,
.detail table > thead > tr > td,
.detail table > tbody > tr > td,
.detail table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.detail table > thead > tr > th,
.detail table > thead > tr > td {
  border-bottom-width: 2px;
}

.table_price, .t_stock_num, #option_tbl br {
    display: none;
    font-size: 1px;
    line-height: 1;
}

	.detail table.halftable td {
		width: 50%;
	}
	
	.detail table.halftable:first-child {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
@media (min-width: 768px) {
	.detail table.halftable.paypal {
		max-width: 300px;	
	}
}
		.detail table.halftable span.freeship {
			color: #cc0000;
		}
	
		.detail table.halftable span.freeshipjp {
			font-size: 10px;
		}

	input.amt {
		border: 1px solid #ddd;
		padding: 5px;
		width: 50px;
		text-align: center;
	}

.ban_shinnping {
	margin-top: 20px;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

@media (min-width: 768px) {
	.cartbtn .btn-lg,
	.ban_shinnping {
		max-width: 300px;		
	}
	
	.detail table {
		max-width: 640px;
	}
}

	#option_tbl {
		width: auto;
	}

	#option_tbl tr th {
		min-width: 60px;
		max-width: 70px;
	}

@media (max-width: 767px) {

	#option_tbl {
		margin: 0 auto;
	}

	#option_tbl tr th {
		width: 20%;
	}
	
	.table-responsive {
		border: none;
	}

	.ban_shinnping {
		margin-top: 10px;
		font-size: 12px;
		}
	
	.detail dl {
		text-align: center;
	}
	
		.detail dl dt span {
			display: none;
		}
		
		.detail .form-group {
			margin-bottom: 0;
		}
		
	.detail table {
		margin-bottom: 10px
	}
}


	.ban_shinnping span {
		color: #cc0000;
	}
	
	p.explain {
		font-size: 12px;
	}



.bbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

	.bbox table th,
	.bbox table td {
		font-size: 11px;
		text-align: center;
	}
	
		.bbox img {
			width: 80px;
			height: auto;
		}
	
	.bbox h1 {
		margin-bottom: 20px;
	}
	
/* storearea */
.storearea {}

	.storearea p {
		font-size: 12px;
	}
	
	.storearea img {
		width: 100%;
		margin-bottom: 15px;
	}

/* free or text page */
.freearea {
	font-size: 12px;
}

	.freearea h2 {
		padding-top: 70px;
	}

	.freearea p.cap {
		color: #666;
		font-size: 10px;
	}

.freearea .freemenu {
	margin-top: 20px;
}

	.freearea .freemenu li {
		margin-bottom: 2px;
	}
	
.freearea .terms {
	margin-bottom: 40px;
	line-height: 1.8
}
	
	.freearea .terms img {
		margin-top: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
	}

/* footer */
.footer {
	position: relative;
}

	.footer .row {
		padding-top: 25px;
		padding-bottom: 20px;
		background: #000;
	}

	.footer dl {
		font-size: 12px;
		margin-bottom: 0;
	}

	.footer dl span {
		font-size: 10px;
	}
	
		.footer dl dt {
			margin-bottom: 5px;
			color:#888;
			font-weight: normal;
			cursor: pointer;
		}
		
			.footer dl dt span,
			.footer dl dt b {
				color: #666;
			}

		.footer dl dt:hover {
			color:#999;
			text-decoration: none;
		}
		
			.footer dl dd a {
				color: #fff;
				text-decoration: none;
			}
		
		.footer dl dd div {
			margin-bottom: 4px;
		}
		
		.footer .sns-list {
			float: right;
			margin-right: 5px;
		}
	
	.footer .banner img {
		width: 160px;
	}


@media (min-width: 992px) {
		.footer dl {
			float: left;
			margin-right: 32px;
		}
		
		.footer dl dt b {
			display: none;
		}

		.footer .banner {
			float: right;
			margin-right: 20px;
		}
		
		.pagetop {
			display: none;
		}
}
		
@media (max-width: 991px) {

	.footer dl {
		margin-bottom: 10px;
	}

		
		.footer dl dd {
			display: none;
		}
	
		.footer dl dt {
			margin-bottom: 10px;
		}
		
	.footer .banner {
		margin-bottom: 25px;
	}
	
	.pagetop {
		margin-top: 40px;
		margin-right: 15px;
		display: block;
		text-align: right;
	}
	
	.pagetop img {
		width: 30px;
	}
	
	.footer .banner img {
		width: 180px;
	}

	.footer {
		/*padding-top: 1px;*/
	}
}



/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.3.0/fonts/flexslider-icon.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.3.0/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.3.0/fonts/flexslider-icon.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.3.0/fonts/flexslider-icon.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.3.0/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider,
.flexslider_instagram {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.flexslider .slides > li,
.flexslider_instagram .slides > li {
  display: none;
  margin-right: 15px;
  /*-webkit-backface-visibility: hidden;*/
}

.flexslider .slides img,
.flexslider_instagram .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after,
.flexslider_instagram .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides,
html[xmlns] .flexslider_instagram .slides {
  display: block;
}
* html .flexslider .slides,
* html .flexslider_instagram .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child,
.no-js .flexslider_instagram .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider,
.flexslider_instagram {
  margin: 0 0 60px;
  background: transparent;
  border: none;
  position: relative;
  zoom: 1;
}

.flexslider .slides,
.flexslider_instagram .slides {
  zoom: 1;
}
.flexslider .slides img,
.flexslider_instagram .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  line-height: 1;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav a.flex-next:before {
  content: '';
}

.flexslider:hover .flex-prev,
.flexslider_instagram:hover .flex-prev { background:#000 url(../images/arrow-left.png) no-repeat left;background-size:36px 36px;}
.flexslider:hover .flex-next,
.flexslider_instagram:hover .flex-next { background:#000 url(../images/arrow-right.png) no-repeat right; background-size:36px 36px;}


.flex-direction-nav .flex-prev {
  text-indent:-9999px;
}
.flex-direction-nav .flex-next {
  text-indent:-9999px;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider_instagram:hover .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider_instagram:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider_instagram:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next:hover,
.flexslider_instagram:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #aaa;
}
.flex-control-paging li a.flex-active {
  background: #aaa;
  cursor: default;
}
.flex-control-thumbs {
  margin: 15px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
