.product-item-iaba .minicart-left {
    width: 80px;
    float: left;
}
.product-item-iaba .product.actions {
	margin: 0 auto;
    width: 60px;
    float: none;
    display: flex;
}

.product-item-iaba .product.actions a {
	border: 1px solid #757575;
    color: #757575;
    width: 100%;
    height: 28px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 3px;
    border-radius: 100%;
}
.product-item-iaba .product.actions a:hover {
	border: 1px solid #333333;
	color:#333333;
}




.product-item-iaba .product.actions .primary {
	width: 28px;
    margin-right: 2px!important;
}

.product-item-iaba .product.actions .secondary {
	width: 28px;
    margin-left: 2px;
}




.qty-iaba {
    display: inline-flex;
	width: 125px;
}

.qty-iaba .label{
	display:none!important;
}


.qty-iaba .cart-qty-minus {
    border: 1px solid #bfbfbf!important;
	background: #ffffff!important;
	border-right: 0!important;
	margin:0!important;
	height:40px!important;
	border-radius: 20px 0 0 20px!important;
    width: 40px!important;
    padding: 7px 15px!important;
    font-size: 1.4rem!important;
    line-height: 1.6rem!important;
	color: #a09c7a!important;
}

.qty-iaba .cart-qty-plus {
    border: 1px solid #bfbfbf!important;
	background: #ffffff!important;
	border-left: 0!important;
	margin:0!important;
	height:40px!important;
	border-radius:  0 20px 20px 0!important;
	width: 40px!important;
    padding: 7px 15px!important;
    font-size: 1.4rem!important;
    line-height: 1.6rem!important;
	color: #a09c7a!important;
}

.qty-iaba .input-text.qty {
    border: 1px solid #bfbfbf!important;
	background: #ffffff!important;
    border-left: 0!important;
    border-right: 0!important;
    margin: 0!important;
    height: 40px!important;
    width: 45px!important;
    text-align: center!important;
	border-radius: 0;
}

.update-cart-item {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    float: right;
    margin-right: 5px;
    width: 125px;
    box-sizing: border-box;
    margin-top: 7px;
}