
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}




input, button, select, textarea{ outline: none; font-family: 'Open Sans', sans-serif;}
	

	.product-list{padding-top:50px;}
	
	
	.list-brand {margin-top:40px;}
	.list-brand .brand-content{}
	
 


	




  



  
 
#slider-product {
	text-align: center;
}
#slider-product {
	margin: 0 auto;
	position:relative;
	width:500px;
	padding: 0 40px;
}
/* Slider Setup */
#slider-product input {
	display: none;
}
#overflow {
	width: 100%;
	overflow: hidden;
}
article img {
	max-width: 100%;
}
#slides-product .inner-product {
	width:100%;
}
#slides-product article {
	width: 6.25%;
	float: left;
	position:relative
}
/* Slider Styling */

/* Control Setup */
#slides-product article a{display:inline-block; width:100%;}
#active-product {
	text-align: center;
	position:absolute;
	left:0;
	z-index:9;
	bottom: 30px;
	margin: 0;
	width:100%;
	text-align:center
}
#active-product label {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 5px;
	cursor: pointer;
	background: #ccc; 
	-webkit-border-radius: 21px; 
	-moz-border-radius: 21px;
	border-radius: 21px;
}
#active-product label:hover {
	background: #57bee8;
}
#controls-product {
	position:absolute;
	bottom:55%;
	width:100%;
	left:0;
}
#controls-product label { 
	position:absolute;
	display: none;
	width: 26px;
	height: 26px;
	opacity: 0;
	z-index:9;
	cursor:pointer;
}
#controls-product label:hover {
} 	
/* Slider Styling */
#slides-product {
	margin: 0;
	background: #fff;
	padding:0 20px;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#dbdac9',GradientType=0 ); /* IE6-9 */	
}
/* Animation */
#slides-product .inner-product {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#slider-product {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#controls-product label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#slider-product #product1:checked ~ #slides-product article:nth-child(1) .info,
#slider-product #product2:checked ~ #slides-product article:nth-child(2) .info,
#slider-product #product3:checked ~ #slides-product article:nth-child(3) .info,
#slider-product #product4:checked ~ #slides-product article:nth-child(4) .info,
#slider-product #product5:checked ~ #slides-product article:nth-child(5) .info,
#slider-product #product6:checked ~ #slides-product article:nth-child(6) .info,
#slider-product #product7:checked ~ #slides-product article:nth-child(7) .info,
#slider-product #product8:checked ~ #slides-product article:nth-child(8) .info,
#slider-product #product9:checked ~ #slides-product article:nth-child(9) .info,
#slider-product #product10:checked ~ #slides-product article:nth-child(10) .info,
#slider-product #product11:checked ~ #slides-product article:nth-child(11) .info,
#slider-product #product12:checked ~ #slides-product article:nth-child(12) .info{
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}
#controls-product, #slides-product, #active-product, #active-product label  {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#active-product{display:none;}
#slider-product{width:100%;margin-top: 25px;}
#slides-product{padding:0;  position:relative}
#slides-product article{width:20%; padding:0 10px;}
#slides-product article .images-product{display:table; text-align:center; width:100%;}
#slides-product article .images-product a{height:220px; padding:10px 0;max-width:90%;  display:table-cell; vertical-align:middle}
#slides-product article .images-product img{max-height:100%; max-width:100%; width:auto;}
#slides-product article .name-product{height:35px; overflow:hidden; margin-top:30px;}
#slides-product article .name-product a {font-size:14px; font-family:"Lato", sans-serif; color:#616161; line-height:18px; text-align:left}
#slides-product article .price-product{display:none !important; width:100%; margin-top:20px;}
#slides-product article .price-product span{font-size:16px; font-family:"Lato", sans-serif; font-weight:700; color:#616161; line-height:20px; float:left}
#slides-product article > div >p{display:none}

.list-brand #active-product{display:block; bottom:-20px}
.list-brand #slides-product article{ display:inline-block;}
.list-brand #slides-product article img{width:auto;}
.list-brand #slides-product article div{}
.list-brand #slides-product article div a{display: table-cell; vertical-align: middle;}
.rel-title{ color: #000;
    font: 400 14px/16px "Raleway",sans-serif;
    padding: 15px 0 0;
    text-align: center;}
.rel-price {
    color: #46a5db;
    padding: 6px 0 0;}
.rel-img{ max-height:164px;}
.rel-img img{ max-width:100%; max-height:164px; width:auto; height:auto;}
.buy-now{ display:none;}
	.list-brand #active-product{display:none; bottom:-20px}
  .list-brand #slides-product .inner-product {width:400%}
  .list-brand #slides-product article{width:8.33%; text-align:center;}
  
 
  
  .list-brand #slider-product #brand1:checked ~ #slides-product  .inner-product  { margin-left:0; }
  .list-brand #slider-product #brand2:checked ~ #slides-product  .inner-product  { margin-left:-33.334%; }
  .list-brand #slider-product #brand3:checked ~ #slides-product  .inner-product  { margin-left:-66.668%; }
  .list-brand #slider-product #brand4:checked ~ #slides-product  .inner-product  { margin-left:-50.001%; }
  .list-brand #slider-product #brand5:checked ~ #slides-product  .inner-product  { margin-left:-66.668%; }
  .list-brand #slider-product #brand6:checked ~ #slides-product  .inner-product  {margin-left:-100.002%; }
  .list-brand #slider-product #brand7:checked ~ #slides-product  .inner-product  {margin-left:-133.336%;  }
  .list-brand #slider-product #brand8:checked ~ #slides-product  .inner-product  {margin-left:-166.67%;  }
  .list-brand #slider-product #brand9:checked ~ #slides-product  .inner-product  {margin-left:-200.004%;  }
  .list-brand #slider-product #brand10:checked ~ #slides-product  .inner-product  {margin-left:-233.338%;  }
  .list-brand #slider-product #brand11:checked ~ #slides-product  .inner-product  {margin-left:-266.672%;  }
  .list-brand #slider-product #brand12:checked ~ #slides-product  .inner-product  {margin-left:-300.006%;  }
  
  /*.list-brand #slider-product #brand10:checked ~ #slides-product  .inner-product  { margin-left:-150.001%; }
  .list-brand #slider-product #brand11:checked ~ #slides-product  .inner-product  { margin-left:-166.668%; }
  .list-brand #slider-product #brand12:checked ~ #slides-product  .inner-product  { margin-left:-183.335%; }
  .list-brand #slider-product #brand13:checked ~ #slides-product  .inner-product  { margin-left:-200%; }
  .list-brand #slider-product #brand14:checked ~ #slides-product  .inner-product  { margin-left:-216.667%; }
  .list-brand #slider-product #brand15:checked ~ #slides-product  .inner-product  { margin-left:-233.334%; }
  .list-brand #slider-product #brand16:checked ~ #slides-product  .inner-product  { margin-left:-250.001%; }
  .list-brand #slider-product #brand17:checked ~ #slides-product  .inner-product  { margin-left:-266.668%; }
  .list-brand #slider-product #brand18:checked ~ #slides-product  .inner-product  { margin-left:-283.335%; }
  .list-brand #slider-product #brand19:checked ~ #slides-product  .inner-product  { margin-left:-300%; }
  .list-brand #slider-product #brand20:checked ~ #slides-product  .inner-product  { margin-left:-316.667%; }
  .list-brand #slider-product #brand21:checked ~ #slides-product  .inner-product  { margin-left:-333.334%; }
  .list-brand #slider-product #brand22:checked ~ #slides-product  .inner-product  { margin-left:-350.001%; }
  .list-brand #slider-product #brand23:checked ~ #slides-product  .inner-product  { margin-left:-366.668%; }
  .list-brand #slider-product #brand24:checked ~ #slides-product  .inner-product  { margin-left:-383.335%; }
  .list-brand #slider-product #brand25:checked ~ #slides-product  .inner-product  { margin-left:-400%; }
  .list-brand #slider-product #brand26:checked ~ #slides-product  .inner-product  { margin-left:-416.667%; }
  .list-brand #slider-product #brand27:checked ~ #slides-product  .inner-product  { margin-left:-433.334%; }
  .list-brand #slider-product #brand28:checked ~ #slides-product  .inner-product  { margin-left:-450.001%; }
  .list-brand #slider-product #brand29:checked ~ #slides-product  .inner-product  { margin-left:-466.668%; }
  .list-brand #slider-product #brand30:checked ~ #slides-product  .inner-product  { margin-left:-483.335%; }
  .list-brand #slider-product #brand31:checked ~ #slides-product  .inner-product  { margin-left:-500%; }
  .list-brand #slider-product #brand32:checked ~ #slides-product  .inner-product  { margin-left:-516.667%; }
  .list-brand #slider-product #brand33:checked ~ #slides-product  .inner-product  { margin-left:-533.334%; }
  .list-brand #slider-product #brand34:checked ~ #slides-product  .inner-product  { margin-left:-550.001%; }
  .list-brand #slider-product #brand35:checked ~ #slides-product  .inner-product  { margin-left:-566.668%; }
  .list-brand #slider-product #brand36:checked ~ #slides-product  .inner-product  { margin-left:-583.335%; }
  .list-brand #slider-product #brand37:checked ~ #slides-product  .inner-product  { margin-left:-600%; }
  .list-brand #slider-product #brand38:checked ~ #slides-product  .inner-product  { margin-left:-616.667%; }
  .list-brand #slider-product #brand39:checked ~ #slides-product  .inner-product  { margin-left:-633.334%; }
  .list-brand #slider-product #brand40:checked ~ #slides-product  .inner-product  { margin-left:-650.001%; }
  .list-brand #slider-product #brand41:checked ~ #slides-product  .inner-product  { margin-left:-666.668%; }
  .list-brand #slider-product #brand42:checked ~ #slides-product  .inner-product  { margin-left:-683.335%; }
  .list-brand #slider-product #brand43:checked ~ #slides-product  .inner-product  { margin-left:-700%; }
  .list-brand #slider-product #brand44:checked ~ #slides-product  .inner-product  { margin-left:-716.667%; }
  .list-brand #slider-product #brand45:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }
  .list-brand #slider-product #brand46:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }
  .list-brand #slider-product #brand47:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }
  .list-brand #slider-product #brand48:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }
  .list-brand #slider-product #brand49:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }
  .list-brand #slider-product #brand50:checked ~ #slides-product  .inner-product  { margin-left:-733.334%; }*/
  
	.list-brand #active-product  label{display:inline-block !important;}	
	/*#slider input ~ #controls label:first-child,*/
	.list-brand #slider-product #brand1:checked ~ #controls-product label:nth-child(2), 
  .list-brand #slider-product #brand2:checked ~ #controls-product label:nth-child(3), 
  .list-brand #slider-product #brand3:checked ~ #controls-product label:nth-child(4),
  .list-brand #slider-product #brand4:checked ~ #controls-product label:nth-child(5),
  .list-brand #slider-product #brand5:checked ~ #controls-product label:nth-child(6),
  .list-brand #slider-product #brand6:checked ~ #controls-product label:nth-child(7),
  .list-brand #slider-product #brand7:checked ~ #controls-product label:nth-child(8),
  .list-brand #slider-product #brand8:checked ~ #controls-product label:nth-child(9),
  .list-brand #slider-product #brand9:checked ~ #controls-product label:nth-child(10),
  .list-brand #slider-product #brand10:checked ~ #controls-product label:nth-child(11),
  .list-brand #slider-product #brand11:checked ~ #controls-product label:nth-child(12),
  .list-brand #slider-product #brand12:checked ~ #controls-product label:nth-child(13),
  .list-brand #slider-product #brand13:checked ~ #controls-product label:nth-child(14),
  .list-brand #slider-product #brand14:checked ~ #controls-product label:nth-child(15),
  .list-brand #slider-product #brand15:checked ~ #controls-product label:nth-child(16),
  .list-brand #slider-product #brand16:checked ~ #controls-product label:nth-child(17),
  .list-brand #slider-product #brand17:checked ~ #controls-product label:nth-child(18),
  .list-brand #slider-product #brand18:checked ~ #controls-product label:nth-child(19),
  .list-brand #slider-product #brand19:checked ~ #controls-product label:nth-child(20),
  .list-brand #slider-product #brand20:checked ~ #controls-product label:nth-child(21),
  .list-brand #slider-product #brand21:checked ~ #controls-product label:nth-child(22),
  .list-brand #slider-product #brand22:checked ~ #controls-product label:nth-child(23),
  .list-brand #slider-product #brand23:checked ~ #controls-product label:nth-child(24),
  .list-brand #slider-product #brand24:checked ~ #controls-product label:nth-child(25),
  .list-brand #slider-product #brand25:checked ~ #controls-product label:nth-child(26),
  .list-brand #slider-product #brand26:checked ~ #controls-product label:nth-child(27),
  .list-brand #slider-product #brand27:checked ~ #controls-product label:nth-child(28),
  .list-brand #slider-product #brand28:checked ~ #controls-product label:nth-child(29),
  .list-brand #slider-product #brand29:checked ~ #controls-product label:nth-child(30),
  .list-brand #slider-product #brand30:checked ~ #controls-product label:nth-child(31),
  .list-brand #slider-product #brand31:checked ~ #controls-product label:nth-child(32),
  .list-brand #slider-product #brand32:checked ~ #controls-product label:nth-child(33),
  .list-brand #slider-product #brand33:checked ~ #controls-product label:nth-child(34),
  .list-brand #slider-product #brand34:checked ~ #controls-product label:nth-child(35),
  .list-brand #slider-product #brand35:checked ~ #controls-product label:nth-child(36),
  .list-brand #slider-product #brand36:checked ~ #controls-product label:nth-child(37),
  .list-brand #slider-product #brand37:checked ~ #controls-product label:nth-child(38),
  .list-brand #slider-product #brand38:checked ~ #controls-product label:nth-child(39),
  .list-brand #slider-product #brand39:checked ~ #controls-product label:nth-child(40),
  .list-brand #slider-product #brand40:checked ~ #controls-product label:nth-child(41),
  .list-brand #slider-product #brand41:checked ~ #controls-product label:nth-child(42),
  .list-brand #slider-product #brand42:checked ~ #controls-product label:nth-child(43),
  .list-brand #slider-product #brand43:checked ~ #controls-product label:nth-child(44),
  .list-brand #slider-product #brand44:checked ~ #controls-product label:nth-child(45),
  .list-brand #slider-product #brand45:checked ~ #controls-product label:nth-child(46),
  .list-brand #slider-product #brand46:checked ~ #controls-product label:nth-child(47),
  .list-brand #slider-product #brand47:checked ~ #controls-product label:nth-child(47),
  .list-brand #slider-product #brand48:checked ~ #controls-product label:nth-child(47),
  .list-brand #slider-product #brand49:checked ~ #controls-product label:nth-child(47),
  .list-brand #slider-product #brand50:checked ~ #controls-product label:nth-child(47){ 
    background:none ;   
    background: rgba(0, 0, 0, 0) url("../images/slider-left1.png") no-repeat scroll 0 0px;
    display: block;
    opacity: 1;
    right: 0px;
  } 
	/*#product1:checked ~ #controls label:nth-last-child(2),*/
	.list-brand #slider-product #brand1:checked ~ #controls-product label:nth-child(50), 
	.list-brand #slider-product #brand2:checked ~ #controls-product label:nth-child(1), 
  .list-brand #slider-product #brand3:checked ~ #controls-product label:nth-child(2),
  .list-brand #slider-product #brand4:checked ~ #controls-product label:nth-child(3),
  .list-brand #slider-product #brand5:checked ~ #controls-product label:nth-child(4),
  .list-brand #slider-product #brand6:checked ~ #controls-product label:nth-child(5),
  .list-brand #slider-product #brand7:checked ~ #controls-product label:nth-child(6),
  .list-brand #slider-product #brand8:checked ~ #controls-product label:nth-child(7),
  .list-brand #slider-product #brand9:checked ~ #controls-product label:nth-child(8),
  .list-brand #slider-product #brand10:checked ~ #controls-product label:nth-child(9),
  .list-brand #slider-product #brand11:checked ~ #controls-product label:nth-child(10),
  .list-brand #slider-product #brand12:checked ~ #controls-product label:nth-child(11),
  .list-brand #slider-product #brand13:checked ~ #controls-product label:nth-child(12),
  .list-brand #slider-product #brand14:checked ~ #controls-product label:nth-child(13),
  .list-brand #slider-product #brand15:checked ~ #controls-product label:nth-child(14),
  .list-brand #slider-product #brand16:checked ~ #controls-product label:nth-child(15),
  .list-brand #slider-product #brand17:checked ~ #controls-product label:nth-child(16),
  .list-brand #slider-product #brand18:checked ~ #controls-product label:nth-child(17),
  .list-brand #slider-product #brand19:checked ~ #controls-product label:nth-child(18),
  .list-brand #slider-product #brand20:checked ~ #controls-product label:nth-child(19),
  .list-brand #slider-product #brand21:checked ~ #controls-product label:nth-child(20),
  .list-brand #slider-product #brand22:checked ~ #controls-product label:nth-child(21),
  .list-brand #slider-product #brand23:checked ~ #controls-product label:nth-child(22),
  .list-brand #slider-product #brand24:checked ~ #controls-product label:nth-child(23),
  .list-brand #slider-product #brand25:checked ~ #controls-product label:nth-child(24),
  .list-brand #slider-product #brand26:checked ~ #controls-product label:nth-child(25),
  .list-brand #slider-product #brand27:checked ~ #controls-product label:nth-child(26),
  .list-brand #slider-product #brand28:checked ~ #controls-product label:nth-child(27),
  .list-brand #slider-product #brand29:checked ~ #controls-product label:nth-child(28),
  .list-brand #slider-product #brand30:checked ~ #controls-product label:nth-child(29),
  .list-brand #slider-product #brand31:checked ~ #controls-product label:nth-child(30),
  .list-brand #slider-product #brand32:checked ~ #controls-product label:nth-child(31),
  .list-brand #slider-product #brand33:checked ~ #controls-product label:nth-child(32),
  .list-brand #slider-product #brand34:checked ~ #controls-product label:nth-child(33),
  .list-brand #slider-product #brand35:checked ~ #controls-product label:nth-child(34),
  .list-brand #slider-product #brand36:checked ~ #controls-product label:nth-child(35),
  .list-brand #slider-product #brand37:checked ~ #controls-product label:nth-child(36),
  .list-brand #slider-product #brand38:checked ~ #controls-product label:nth-child(37),
  .list-brand #slider-product #brand39:checked ~ #controls-product label:nth-child(38),
  .list-brand #slider-product #brand40:checked ~ #controls-product label:nth-child(39),
  .list-brand #slider-product #brand41:checked ~ #controls-product label:nth-child(40),
  .list-brand #slider-product #brand42:checked ~ #controls-product label:nth-child(41),
  .list-brand #slider-product #brand43:checked ~ #controls-product label:nth-child(42),
  .list-brand #slider-product #brand44:checked ~ #controls-product label:nth-child(43),
  .list-brand #slider-product #brand45:checked ~ #controls-product label:nth-child(44),
  .list-brand #slider-product #brand46:checked ~ #controls-product label:nth-child(45),
  .list-brand #slider-product #brand47:checked ~ #controls-product label:nth-child(46),
  .list-brand #slider-product #brand48:checked ~ #controls-product label:nth-child(47),
  .list-brand #slider-product #brand49:checked ~ #controls-product label:nth-child(48),
  .list-brand #slider-product #brand50:checked ~ #controls-product label:nth-child(49){
		background:none ;		
		background: rgba(0, 0, 0, 0) url("../images/slider-left2.png") no-repeat scroll 0 0px;
		left:0px;
		display: block;
		opacity: 1;
	} 
	/*#slider-product input ~ #active-product label:nth-child(1){background:#57bee8;}*/
	.list-brand #slider-product #brand1:checked ~ #active-product label:nth-child(1),
	.list-brand #slider-product #brand2:checked ~ #active-product label:nth-child(2),
	.list-brand #slider-product #brand3:checked ~ #active-product label:nth-child(3),
	.list-brand #slider-product #brand4:checked ~ #active-product label:nth-child(4),
	.list-brand #slider-product #brand5:checked ~ #active-product label:nth-child(5),
	.list-brand #slider-product #brand6:checked ~ #active-product label:nth-child(6),
	.list-brand #slider-product #brand7:checked ~ #active-product label:nth-child(7),
	.list-brand #slider-product #brand8:checked ~ #active-product label:nth-child(8),
	.list-brand #slider-product #brand9:checked ~ #active-product label:nth-child(9),
	.list-brand #slider-product #brand10:checked ~ #active-product label:nth-child(10),
	.list-brand #slider-product #brand11:checked ~ #active-product label:nth-child(11),
	.list-brand #slider-product #brand12:checked ~ #active-product label:nth-child(12),
	.list-brand #slider-product #brand13:checked ~ #active-product label:nth-child(13),
	.list-brand #slider-product #brand14:checked ~ #active-product label:nth-child(14),
	.list-brand #slider-product #brand15:checked ~ #active-product label:nth-child(15),
	.list-brand #slider-product #brand16:checked ~ #active-product label:nth-child(16),
	.list-brand #slider-product #brand17:checked ~ #active-product label:nth-child(16),
	.list-brand #slider-product #brand18:checked ~ #active-product label:nth-child(16),
	.list-brand #slider-product #brand19:checked ~ #active-product label:nth-child(16),
	.list-brand #slider-product #brand20:checked ~ #active-product label:nth-child(16) {
		background:none;
		background: #000;
	}
	
	.list-brand #controls-product label:last-child ,#controls-product label:nth-last-child(5),#controls-product label:nth-last-child(4),#controls-product label:nth-last-child(3) ,#controls-product label:nth-last-child(2){display:none !important;}
	.list-brand #active-product label:last-child ,#active-product label:nth-last-child(5),#active-product label:nth-last-child(4),#active-product label:nth-last-child(3),#active-product label:nth-last-child(2){display:none !important;} 
	.list-brand #slider-product #brand6 + #slides-product + #controls-product{display:none;}
	.list-brand #slider-product #brand6 + #slides-product + #controls-product + #active-product{display:none;}	


@media only screen and (max-width: 767px) {
	
  .list-brand #slides-product .inner-product {width:1200%}
  .list-brand #slides-product article{width:8.33%; }
  
 
  
  .list-brand #slider-product #brand1:checked ~ #slides-product  .inner-product  { margin-left:0; }
  .list-brand #slider-product #brand2:checked ~ #slides-product  .inner-product  { margin-left:-100%; }
  .list-brand #slider-product #brand3:checked ~ #slides-product  .inner-product  { margin-left:-200%; }
  .list-brand #slider-product #brand4:checked ~ #slides-product  .inner-product  { margin-left:-300%; }
  .list-brand #slider-product #brand5:checked ~ #slides-product  .inner-product  { margin-left:-400%; }
  .list-brand #slider-product #brand6:checked ~ #slides-product  .inner-product  {margin-left:-500%; }
  .list-brand #slider-product #brand7:checked ~ #slides-product  .inner-product  {margin-left:-600%;  }
  .list-brand #slider-product #brand8:checked ~ #slides-product  .inner-product  {margin-left:-700%;  }
  .list-brand #slider-product #brand9:checked ~ #slides-product  .inner-product  {margin-left:-800%;  }
  .list-brand #slider-product #brand10:checked ~ #slides-product  .inner-product  {margin-left:-900%;  }
  .list-brand #slider-product #brand11:checked ~ #slides-product  .inner-product  {margin-left:-1000%;  }
  .list-brand #slider-product #brand12:checked ~ #slides-product  .inner-product  {margin-left:-1100%;  }	
}
