#qtyswitcher-oneless{
    border:none;
    background:#c6c6c6 url("../images/less.png") 50% 50% no-repeat;
    width:15px; 
    height:11px;
    cursor:pointer;
	display:block; 
	position:absolute; 
	right: 2px; 
	bottom: 1px;
}
#qtyswitcher-onemore{
    border:none;
    background:#c6c6c6 url("../images/more.png") 50% 50% no-repeat;
    width:15px; 
    height:11px;
    cursor:pointer;
	display:block; 
	position:absolute; 
	right: 2px; 
	top: 0px;
}
.qtyswitcher-qty .clone-qty{
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#000000;
    font-size:16px;
    font-weight:400;
    text-align:center;
    width:28px;
}

#qtyswitcher-qty-box
{
	border: 2px solid;
	border-color: #c6c6c6;
	border-radius: 2px;
	background-color: #c6c6c6;
	height: 30px;
	width:60px;
	display:block;
	position:absolute;
	right:10%;
	margin-top: 3px;
}

#qtyswitcher-clone-qty{
	background-color: #ffffff;
	border-radius: 2px;
	padding-bottom: 2px; 
	height: 26px; 
	width: 36px; 
	margin-bottom: 4px; 
	margin-left: 0px;
}

#qtyswitcher-btn-picto {
    background: #199ddb url("../images/eetengins/cart.png") no-repeat scroll 14% center;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 36px;
    line-height: 22px;
    padding-right: 10px;
    position: relative;
   
}
#qtyswitcher-form-btn-products{
    cursor:pointer;
    margin:10px 0 0;
    border:none;
    padding:0;
}
.add-to-box .qtyswitcher-add-to-cart-box .qtyswitcher-qty label{
    color:#000000;
	float:left; 
	margin-right:5px; 
	font-weight:bold; 
	text-transform:uppercase; 
	font-size:12px;
	display:block;
	line-height: 36px;
}
.qtyswitcher-add-to-cart-box {
    float:left;
    margin:0;
	padding-left: 0px;
	width:100%;
	display: inline;
}

.qtyswitcher-qty {
    color: #666;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    width: 42%;
}
.option-grouped{

    background-color:#FFEAB0!important;
}
.option-grouped *{
    display:inline;
}
.option-grouped dl{
    display:block
}
.option-grouped dt{
    float:left
}
.option-grouped dd{
    float:right
}
.qtyswitcher-qty {min-height: 70px;}

@media only screen and (max-width: 767px) {
	#qtyswitcher-qty-box
	{
		border: 2px solid;
		border-color: #c6c6c6;
		border-radius: 2px;
		background-color: #c6c6c6;
		height: 30px;
		width:60px;
		display:block;
		margin-left:0px;
		margin-top:30px;
		left: 0;
	}
}
