.slider-product {
	text-align: center;
}
.slider-product {
	margin: 0 auto;
	position:relative;
	width:500px;
}
/* Slider Setup */
.slider-product input {
	display: none;
}
.slider-product .overflow {
	width: 100%;
	overflow: hidden;
}

.slider-product .slides article img {
	max-width: 100%;
}
.slider-product .slides .inner{
	width:100%;
}
.slider-product .slides article {
	width: 6.25%;
	float: left;
	position:relative
}
/* Slider Styling */

/* Control Setup */
.slider-product .slides article a{display:inline-block; width:100%;}
.slider-product .active {
	text-align: center;
	position:absolute;
	left:0;
	z-index:9;
	bottom: 30px;
	margin: 0;
	width:100%;
	text-align:center
}
.slider-product .active 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;
}
.slider-product .active label:hover {
	background: #57bee8;
}
.slider-product .controls {
	position:absolute;
	bottom:67%;
	width:100%;
	left:0;
}
.slider-product .controls label { 
	position:absolute;
	display: none;
	width: 16px;
	height: 25px;
	opacity: 0;
	z-index:9;
	cursor:pointer;
}
.slider-product .controls label:hover {
} 	
/* Slider Styling */
.slider-product .slides {
	margin: 0;
	background: #fff;
	padding:0 20px;
	position: relative;
	filter: 0; /* IE6-9 */	
}
/* Animation */
.slider-product .slides .inner{
	-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 */
	
}
.product-list-recommend .slider-product .slides .inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.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;
}
.slider-product .controls 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 article:nth-child(1) .info,
.slider-product #product2:checked ~  .slides article:nth-child(2) .info,
.slider-product #product3:checked ~  .slides article:nth-child(3) .info,
.slider-product #product4:checked ~  .slides article:nth-child(4) .info,
.slider-product #product5:checked ~  .slides article:nth-child(5) .info,
.slider-product #product6:checked ~  .slides article:nth-child(6) .info,
.slider-product #product7:checked ~  .slides article:nth-child(7) .info,
.slider-product #product8:checked ~  .slides article:nth-child(8) .info,
.slider-product #product9:checked ~  .slides article:nth-child(9) .info,
.slider-product #product10:checked ~ .slides article:nth-child(10) .info,
.slider-product #product11:checked ~ .slides article:nth-child(11) .info,
.slider-product #product12:checked ~ .slides 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;
}
.slider-product .controls, .slider-product .slides, .slider-product .active, .slider-product .active 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;
}
.slider-product .active{display:none;}
.slider-product{width:100%;}
.slider-product .slides{padding:0;  position:relative; filter: 0 !important;background: none;}
.slider-product .slides article{width:100%; padding:0 0px; text-align: left;background: #fff;} 
.slider-product .slides article .images-product{ text-align:center; width:100%;height: inherit;}
.slider-product .slides article .images-product a{max-width:100%;}
.slider-product .slides article .images-product img{max-height:400px; max-width:100%; width:auto;   }
.slider-product .slides article .name-product{height: 84px; overflow:hidden; margin-top:20px;}
.slider-product .slides article .name-product a {font-size:16px;  color:#111111; font-weight: 400; text-align: left; line-height:22px;  overflow: hidden;text-overflow: ellipsis;display: block;-webkit-line-clamp: 3;-webkit-box-orient: vertical;  height: 65px}
.slider-product .slides article .price-product{ 
	width: 100%;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 5px;
}
.slider-product .slides article .price-product span{font-size:22px;  font-weight:700; text-align: left; color:#222;line-height:18px; }
.slider-product .slides article > div >p{margin-top: 20px; display: none !important}
.slider-product .slides article > div >p a {display:inline-block; float: left; height: 37px; width: 150px; position: relative;}
.slider-product .slides article > div >p a:after{background: #28b740; content:"VIEW DETAILS"; color: #fff; position: absolute; top:0; left: 0; width: 100%; line-height: 37px;  font-size: 14px; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase;}



@media only screen and (min-width: 768px) {
/************************** Cross sell 1 ******************/	
/* Info Box */ 
.slider-product .slides{padding:0}
.product-list .slider-product .controls	{display:block}
.product-list .slider-product .slides .inner{width:800%;}
.product-list .slider-product{width:100%;} 
.product-list .slider-product .slides article{width:5%} 
.product-list .slider-product .controls{bottom:52%}
.product-list .slider-product .active {bottom:-20px; display:none}
.product-list .slider-product .active label{ width:10px; height:10px; margin:0 2px}

.slider-product #product1:checked ~ .slides .inner{ margin-left:0; }
.slider-product #product2:checked ~ .slides .inner{ margin-left:-25%; }
.slider-product #product3:checked ~ .slides .inner{ margin-left:-50%; }
.slider-product #product4:checked ~ .slides .inner{ margin-left:-75%; }
.slider-product #product5:checked ~ .slides .inner{ margin-left:-100%; }
.slider-product #product6:checked ~ .slides .inner{ margin-left:-125%; }
.slider-product #product7:checked ~ .slides .inner{ margin-left:-150%; }
.slider-product #product8:checked ~ .slides .inner{ margin-left:-175%; }
.slider-product #product9:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product10:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product11:checked ~ .slides .inner{ margin-left:-200%;}
.slider-product #product12:checked ~ .slides .inner{ margin-left:-200%;}

.slider-product .active label{display:inline-block !important;}

.slider-product #product1:checked ~ .controls label:nth-child(2), 
.slider-product #product2:checked ~ .controls label:nth-child(3), 
.slider-product #product3:checked ~ .controls label:nth-child(4),
.slider-product #product4:checked ~ .controls label:nth-child(5),
.slider-product #product5:checked ~ .controls label:nth-child(6),
.slider-product #product6:checked ~ .controls label:nth-child(7),
.slider-product #product7:checked ~ .controls label:nth-child(8),
.slider-product #product8:checked ~ .controls label:nth-child(9),
.slider-product #product9:checked ~ .controls label:nth-child(10),
.slider-product #product10:checked ~ .controls label:nth-child(11),
.slider-product #product11:checked ~ .controls label:nth-child(12),
.slider-product #product12:checked ~ .controls label:first-child{ 
	background:none ;		
	background: red;
	display: block;
	opacity: 1;
	right: 0px;
} 
.slider-product #product1:checked ~ .controls label:nth-child(12), 
.slider-product #product2:checked ~ .controls label:nth-child(1), 
.slider-product #product3:checked ~ .controls label:nth-child(2),
.slider-product #product4:checked ~ .controls label:nth-child(3),
.slider-product #product5:checked ~ .controls label:nth-child(4),
.slider-product #product6:checked ~ .controls label:nth-child(5),
.slider-product #product7:checked ~ .controls label:nth-child(6),
.slider-product #product8:checked ~ .controls label:nth-child(7),
.slider-product #product9:checked ~ .controls label:nth-child(8),
.slider-product #product10:checked ~ .controls label:nth-child(9),
.slider-product #product11:checked ~ .controls label:nth-child(10),
.slider-product #product12:checked ~ .controls label:nth-child(11){
	background:none ;		
	background: blue;
	left:0px;
	display: block;
	opacity: 1;
} 
/*.slider-product input ~ .slider-product .active label:nth-child(1){background:#57bee8;}*/
.slider-product #product1:checked ~ .active label:nth-child(1),
.slider-product #product2:checked ~ .active label:nth-child(2),
.slider-product #product3:checked ~ .active label:nth-child(3),
.slider-product #product4:checked ~ .active label:nth-child(4),
.slider-product #product5:checked ~ .active label:nth-child(5),
.slider-product #product6:checked ~ .active label:nth-child(6),
.slider-product #product7:checked ~ .active label:nth-child(7),
.slider-product #product8:checked ~ .active label:nth-child(8),
.slider-product #product9:checked ~ .active label:nth-child(9),
.slider-product #product10:checked ~ .active label:nth-child(10),
.slider-product #product11:checked ~ .active label:nth-child(11),
.slider-product #product12:checked ~ .active label:nth-child(12) {
	background:none;
	background: #111
}  
.slider-product #product4 + .slides + .controls{display:none;}
.slider-product #product4 + .slides + .controls + .active{display:none;}	
.slider-product .controls label:last-child, .slider-product .controls label:nth-last-child(2), .slider-product .controls label:nth-last-child(3){display: none !important;}

/************************** Cross sell 2 ******************/	
/* Info Box */  

.slider-product #product2-1:checked ~ .slides .inner{ margin-left:0; }
.slider-product #product2-2:checked ~ .slides .inner{ margin-left:-20%; }
.slider-product #product2-3:checked ~ .slides .inner{ margin-left:-60%; }
.slider-product #product2-4:checked ~ .slides .inner{ margin-left:-80%; }
.slider-product #product2-5:checked ~ .slides .inner{ margin-left:-100%; }
.slider-product #product2-6:checked ~ .slides .inner{ margin-left:-120%; }
.slider-product #product2-7:checked ~ .slides .inner{ margin-left:-160%; }
.slider-product #product2-8:checked ~ .slides .inner{ margin-left:-180%; }
.slider-product #product2-9:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product2-10:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product2-11:checked ~ .slides .inner{ margin-left:-200%;}
.slider-product #product2-12:checked ~ .slides .inner{ margin-left:-200%;}



.slider-product #product2-1:checked ~ .controls label:nth-child(2), 
.slider-product #product2-2:checked ~ .controls label:nth-child(3), 
.slider-product #product2-3:checked ~ .controls label:nth-child(4),
.slider-product #product2-4:checked ~ .controls label:nth-child(5),
.slider-product #product2-5:checked ~ .controls label:nth-child(6),
.slider-product #product2-6:checked ~ .controls label:nth-child(7),
.slider-product #product2-7:checked ~ .controls label:nth-child(8),
.slider-product #product2-8:checked ~ .controls label:nth-child(9),
.slider-product #product2-9:checked ~ .controls label:nth-child(10),
.slider-product #product2-10:checked ~ .controls label:nth-child(11),
.slider-product #product2-11:checked ~ .controls label:nth-child(12),
.slider-product #product2-12:checked ~ .controls label:first-child{ 
	background:none ;		
	background: url('https://shop.rdoequipment.com.au/content/ebay/images/DM-bg.png') no-repeat 0 -283px;
	display: block;
	opacity: 1;
	right: 0px;
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(2):hover, 
.slider-product #product2-2:checked ~ .controls label:nth-child(3):hover, 
.slider-product #product2-3:checked ~ .controls label:nth-child(4):hover,
.slider-product #product2-4:checked ~ .controls label:nth-child(5):hover,
.slider-product #product2-5:checked ~ .controls label:nth-child(6):hover,
.slider-product #product2-6:checked ~ .controls label:nth-child(7):hover,
.slider-product #product2-7:checked ~ .controls label:nth-child(8):hover,
.slider-product #product2-8:checked ~ .controls label:nth-child(9):hover,
.slider-product #product2-9:checked ~ .controls label:nth-child(10):hover,
.slider-product #product2-10:checked ~ .controls label:nth-child(11):hover,
.slider-product #product2-11:checked ~ .controls label:nth-child(12):hover,
.slider-product #product2-12:checked ~ .controls label:first-child:hover{ 
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(12), 
.slider-product #product2-2:checked ~ .controls label:nth-child(1), 
.slider-product #product2-3:checked ~ .controls label:nth-child(2),
.slider-product #product2-4:checked ~ .controls label:nth-child(3),
.slider-product #product2-5:checked ~ .controls label:nth-child(4),
.slider-product #product2-6:checked ~ .controls label:nth-child(5),
.slider-product #product2-7:checked ~ .controls label:nth-child(6),
.slider-product #product2-8:checked ~ .controls label:nth-child(7),
.slider-product #product2-9:checked ~ .controls label:nth-child(8),
.slider-product #product2-10:checked ~ .controls label:nth-child(9),
.slider-product #product2-11:checked ~ .controls label:nth-child(10),
.slider-product #product2-12:checked ~ .controls label:nth-child(11){
	background:none ;		
	background: url('https://shop.rdoequipment.com.au/content/ebay/images/DM-bg.png') no-repeat 0 -252px;
	left:0px;
	display: block;
	opacity: 1;
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(12):hover, 
.slider-product #product2-2:checked ~ .controls label:nth-child(1):hover, 
.slider-product #product2-3:checked ~ .controls label:nth-child(2):hover,
.slider-product #product2-4:checked ~ .controls label:nth-child(3):hover,
.slider-product #product2-5:checked ~ .controls label:nth-child(4):hover,
.slider-product #product2-6:checked ~ .controls label:nth-child(5):hover,
.slider-product #product2-7:checked ~ .controls label:nth-child(6):hover,
.slider-product #product2-8:checked ~ .controls label:nth-child(7):hover,
.slider-product #product2-9:checked ~ .controls label:nth-child(8):hover,
.slider-product #product2-10:checked ~ .controls label:nth-child(9):hover,
.slider-product #product2-11:checked ~ .controls label:nth-child(10):hover,
.slider-product #product2-12:checked ~ .controls label:nth-child(11):hover{
} 
.slider-product #product2-1:checked ~ .active label:nth-child(1),
.slider-product #product2-2:checked ~ .active label:nth-child(2),
.slider-product #product2-3:checked ~ .active label:nth-child(3),
.slider-product #product2-4:checked ~ .active label:nth-child(4),
.slider-product #product2-5:checked ~ .active label:nth-child(5),
.slider-product #product2-6:checked ~ .active label:nth-child(6),
.slider-product #product2-7:checked ~ .active label:nth-child(7),
.slider-product #product2-8:checked ~ .active label:nth-child(8),
.slider-product #product2-9:checked ~ .active label:nth-child(9),
.slider-product #product2-10:checked ~ .active label:nth-child(10),
.slider-product #product2-11:checked ~ .active label:nth-child(11),
.slider-product #product2-12:checked ~ .active label:nth-child(12) {
	background:none;
	background: #111
}  
.slider-product-2 #product2-4 + .slides + .controls{display:none;}
.slider-product-2 #product2-4 + .slides + .controls + .active{display:none;}	



.slider-brand .controls label:last-child ,.slider-brand .controls label:nth-last-child(2) ,.slider-brand .controls label:nth-last-child(3) ,.slider-brand .controls label:nth-last-child(4) {display:none !important;}
.slider-brand .active label:last-child,.slider-brand .active label:nth-last-child(2),.slider-brand .active label:nth-last-child(3),.slider-brand .active label:nth-last-child(4){display:none !important;} 
.slider-brand #brand1 + .slides + .controls{display:none;}
.slider-brand #brand1 + .slides + .controls + .active{display:none;}
}

@media (min-width: 768px)  and (max-width: 991px) {
	.slider-product .slides article .images-product{height: 105px;}
	.slider-product .slides article .images-product img{max-height: 105px}
	.product-list-recommend .slider-product .slides .inner{grid-template-columns: 1fr 1fr 1fr;}
}
@media only screen and (max-width: 767px) {
	.product-list-recommend .slider-product .slides .inner{gap: 6px;}
	.product-list-recommend .slider-product .slides .inner{grid-template-columns: 1fr 1fr;}
	.slider-product .slides article{
		width: 100%;
	}
	.slider-product .slides article .name-product a{
		font-size: 14px;
		line-height: 18px;
		height: auto;
	}
	.slider-product .slides article .name-product{
		height: 74px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.slider-product .slides article .price-product span{
		font-size: 18px;
	}
	.slider-product .slides {
		margin-bottom: 25px;
	}
	
	.slider-product .slides article .images-product img{
		max-height: initial;
		width: 100%;
	}
/************************** Cross sell 1 ******************/	
/* Info Box */ 
.product-list .slider-product .controls	{display:block}
.product-list .slider-product .slides .inner{width:1500%;}
.product-list .slider-product{width:100%; padding:0 0px} 
.product-list .slider-product .slides article{width:6.67%;padding: 0px; }
.product-list .slider-product .controls{bottom:52%}
.product-list .slider-product .active {bottom:-20px; display:none}
.product-list .slider-product .active label{ width:10px; height:10px; margin:0 2px} 

.slider-product #product1:checked ~ .slides .inner{ margin-left:0; }
.slider-product #product2:checked ~ .slides .inner{ margin-left:-100%; }
.slider-product #product3:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product4:checked ~ .slides .inner{ margin-left:-300%; }
.slider-product #product5:checked ~ .slides .inner{ margin-left:-400%; }
.slider-product #product6:checked ~ .slides .inner{ margin-left:-500%; }
.slider-product #product7:checked ~ .slides .inner{ margin-left:-600%; }
.slider-product #product8:checked ~ .slides .inner{ margin-left:-700%; }
.slider-product #product9:checked ~ .slides .inner{ margin-left:-800%; }
.slider-product #product10:checked ~ .slides .inner{ margin-left:-900%; }
.slider-product #product11:checked ~ .slides .inner{ margin-left:-1000%;}
.slider-product #product12:checked ~ .slides .inner{ margin-left:-1100%;}

.slider-product #product11:checked ~ .controls label:nth-child(12){
	display: none;
}
.slider-product #product1:checked ~ .controls label:nth-child(2), 
.slider-product #product2:checked ~ .controls label:nth-child(3), 
.slider-product #product3:checked ~ .controls label:nth-child(4),
.slider-product #product4:checked ~ .controls label:nth-child(5),
.slider-product #product5:checked ~ .controls label:nth-child(6),
.slider-product #product6:checked ~ .controls label:nth-child(7),
.slider-product #product7:checked ~ .controls label:nth-child(8),
.slider-product #product8:checked ~ .controls label:nth-child(9),
.slider-product #product9:checked ~ .controls label:nth-child(10),
.slider-product #product10:checked ~ .controls label:nth-child(11),
.slider-product #product12:checked ~ .controls label:first-child{ 
	background:none ;		
	background:  url("https://shop.rdoequipment.com.au/content/ebay/images/next.png")no-repeat ;
	display: block;
	width: 32px;
	height: 55px;
	opacity: 1;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
} 
.slider-product #product2[value=""] ~ .controls label:nth-child(2),
.slider-product #product3[value=""] ~ .controls label:nth-child(3),
.slider-product #product4[value=""] ~ .controls label:nth-child(4),
.slider-product #product5[value=""] ~ .controls label:nth-child(5),
.slider-product #product6[value=""] ~ .controls label:nth-child(6),
.slider-product #product7[value=""] ~ .controls label:nth-child(7),
.slider-product #product8[value=""] ~ .controls label:nth-child(8),
.slider-product #product9[value=""] ~ .controls label:nth-child(9),
.slider-product #product10[value=""] ~ .controls label:nth-child(10),
.slider-product #product11[value=""] ~ .controls label:nth-child(11),
.slider-product #product12[value=""] ~ .controls label:nth-child(12){
	display: none;
}
.slider-product #product1:checked ~ .controls label:nth-child(12){
	display: none;
}
.slider-product #product2:checked ~ .controls label:nth-child(1), 
.slider-product #product3:checked ~ .controls label:nth-child(2),
.slider-product #product4:checked ~ .controls label:nth-child(3),
.slider-product #product5:checked ~ .controls label:nth-child(4),
.slider-product #product6:checked ~ .controls label:nth-child(5),
.slider-product #product7:checked ~ .controls label:nth-child(6),
.slider-product #product8:checked ~ .controls label:nth-child(7),
.slider-product #product9:checked ~ .controls label:nth-child(8),
.slider-product #product10:checked ~ .controls label:nth-child(9),
.slider-product #product11:checked ~ .controls label:nth-child(10),
.slider-product #product12:checked ~ .controls label:nth-child(11){
	background:none ;
	background:  url("https://shop.rdoequipment.com.au/content/ebay/images/prev.png")no-repeat scroll;
	left:-15px;
	width: 32px;
	height: 55px;
	display: block;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
} 
/*.slider-product input ~ .slider-product .active label:nth-child(1){background:#57bee8;}*/
.slider-product #product1:checked ~ .active label:nth-child(1),
.slider-product #product2:checked ~ .active label:nth-child(2),
.slider-product #product3:checked ~ .active label:nth-child(3),
.slider-product #product4:checked ~ .active label:nth-child(4),
.slider-product #product5:checked ~ .active label:nth-child(5),
.slider-product #product6:checked ~ .active label:nth-child(6),
.slider-product #product7:checked ~ .active label:nth-child(7),
.slider-product #product8:checked ~ .active label:nth-child(8),
.slider-product #product9:checked ~ .active label:nth-child(9),
.slider-product #product10:checked ~ .active label:nth-child(10),
.slider-product #product11:checked ~ .active label:nth-child(11),
.slider-product #product12:checked ~ .active label:nth-child(12) {
	background:none;
	background: #111
}  
.slider-product #product1 + .slides + .controls{display:none;}
.slider-product #product1 + .slides + .controls + .active{display:none;}	


/************************** Cross sell 2 ******************/	
/* Info Box */  
.product-list2 .slider-product .slides article{
	width: 3.33%;
	padding: 0px 5px;
}
.product-list2 .slider-product  .slides {

    padding: 10px;
}

.slider-product #product2-1:checked ~ .slides .inner{ margin-left:0; }
.slider-product #product2-2:checked ~ .slides .inner{ margin-left:-50%; }
.slider-product #product2-3:checked ~ .slides .inner{ margin-left:-100%; }
.slider-product #product2-4:checked ~ .slides .inner{ margin-left:-150%; }
.slider-product #product2-5:checked ~ .slides .inner{ margin-left:-200%; }
.slider-product #product2-6:checked ~ .slides .inner{ margin-left:-250%; }
.slider-product #product2-7:checked ~ .slides .inner{ margin-left:-300%; }
.slider-product #product2-8:checked ~ .slides .inner{ margin-left:-350%; }
.slider-product #product2-9:checked ~ .slides .inner{ margin-left:-400%; }
.slider-product #product2-10:checked ~ .slides .inner{ margin-left:-450%; }
.slider-product #product2-11:checked ~ .slides .inner{ margin-left:-500%;}
.slider-product #product2-12:checked ~ .slides .inner{ margin-left:-550%;}

.slider-product #product2-1:checked ~ .controls label:nth-child(2), 
.slider-product #product2-2:checked ~ .controls label:nth-child(3), 
.slider-product #product2-3:checked ~ .controls label:nth-child(4),
.slider-product #product2-4:checked ~ .controls label:nth-child(5),
.slider-product #product2-5:checked ~ .controls label:nth-child(6),
.slider-product #product2-6:checked ~ .controls label:nth-child(7),
.slider-product #product2-7:checked ~ .controls label:nth-child(8),
.slider-product #product2-8:checked ~ .controls label:nth-child(9),
.slider-product #product2-9:checked ~ .controls label:nth-child(10),
.slider-product #product2-10:checked ~ .controls label:nth-child(11),
.slider-product #product2-11:checked ~ .controls label:nth-child(12),
.slider-product #product2-12:checked ~ .controls label:first-child{ 
	background:none ;		
	background: url('https://shop.rdoequipment.com.au/content/ebay/images/DM-bg.png') no-repeat 0 -283px;
	display: block;
	opacity: 1;
	right: 0px;
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(2):hover, 
.slider-product #product2-2:checked ~ .controls label:nth-child(3):hover, 
.slider-product #product2-3:checked ~ .controls label:nth-child(4):hover,
.slider-product #product2-4:checked ~ .controls label:nth-child(5):hover,
.slider-product #product2-5:checked ~ .controls label:nth-child(6):hover,
.slider-product #product2-6:checked ~ .controls label:nth-child(7):hover,
.slider-product #product2-7:checked ~ .controls label:nth-child(8):hover,
.slider-product #product2-8:checked ~ .controls label:nth-child(9):hover,
.slider-product #product2-9:checked ~ .controls label:nth-child(10):hover,
.slider-product #product2-10:checked ~ .controls label:nth-child(11):hover,
.slider-product #product2-11:checked ~ .controls label:nth-child(12):hover,
.slider-product #product2-12:checked ~ .controls label:first-child:hover{ 
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(12), 
.slider-product #product2-2:checked ~ .controls label:nth-child(1), 
.slider-product #product2-3:checked ~ .controls label:nth-child(2),
.slider-product #product2-4:checked ~ .controls label:nth-child(3),
.slider-product #product2-5:checked ~ .controls label:nth-child(4),
.slider-product #product2-6:checked ~ .controls label:nth-child(5),
.slider-product #product2-7:checked ~ .controls label:nth-child(6),
.slider-product #product2-8:checked ~ .controls label:nth-child(7),
.slider-product #product2-9:checked ~ .controls label:nth-child(8),
.slider-product #product2-10:checked ~ .controls label:nth-child(9),
.slider-product #product2-11:checked ~ .controls label:nth-child(10),
.slider-product #product2-12:checked ~ .controls label:nth-child(11){
	background:none ;		
	background: url('https://shop.rdoequipment.com.au/content/ebay/images/DM-bg.png') no-repeat 0 -252px;
	left:0px;
	display: block;
	opacity: 1;
} 
.slider-product #product2-1:checked ~ .controls label:nth-child(12):hover, 
.slider-product #product2-2:checked ~ .controls label:nth-child(1):hover, 
.slider-product #product2-3:checked ~ .controls label:nth-child(2):hover,
.slider-product #product2-4:checked ~ .controls label:nth-child(3):hover,
.slider-product #product2-5:checked ~ .controls label:nth-child(4):hover,
.slider-product #product2-6:checked ~ .controls label:nth-child(5):hover,
.slider-product #product2-7:checked ~ .controls label:nth-child(6):hover,
.slider-product #product2-8:checked ~ .controls label:nth-child(7):hover,
.slider-product #product2-9:checked ~ .controls label:nth-child(8):hover,
.slider-product #product2-10:checked ~ .controls label:nth-child(9):hover,
.slider-product #product2-11:checked ~ .controls label:nth-child(10):hover,
.slider-product #product2-12:checked ~ .controls label:nth-child(11):hover{
} 

.slider-product #product2-1:checked ~ .active label:nth-child(1),
.slider-product #product2-2:checked ~ .active label:nth-child(2),
.slider-product #product2-3:checked ~ .active label:nth-child(3),
.slider-product #product2-4:checked ~ .active label:nth-child(4),
.slider-product #product2-5:checked ~ .active label:nth-child(5),
.slider-product #product2-6:checked ~ .active label:nth-child(6),
.slider-product #product2-7:checked ~ .active label:nth-child(7),
.slider-product #product2-8:checked ~ .active label:nth-child(8),
.slider-product #product2-9:checked ~ .active label:nth-child(9),
.slider-product #product2-10:checked ~ .active label:nth-child(10),
.slider-product #product2-11:checked ~ .active label:nth-child(11),
.slider-product #product2-12:checked ~ .active label:nth-child(12) {
	background:none;
	background: #111
}  
.slider-product-2 #product2-1 + .slides + .controls{display:none;}
.slider-product-2 #product2-1 + .slides + .controls + .active{display:none;}	

