.product-detail-buy{
    margin-bottom: 20px;
}

.product-detail-buy > .price-info{
    display: none;
}

.product-detail-buy .product-quantity-wrapper {
    display: inline-block;
    float: left;
}

.product-quantity-arrows{
    width: 25px;
    float: left;
}

.product-quantity-arrows i{
    border:1px solid #d9d9d9;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 2px;
    font-size: 8px;
    display: block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-quantity-arrows i:hover{
    background: #d9d9d9;
}

.shop-button-qnt,
.shop-button-qnt-soonSale{
    min-width: 230px;
    height: 40px;
    margin-left:10px;
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.2);
    padding-right: 60px;
    padding-left: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.shop-button-qnt:before,
.shop-button-qnt-soonSale:before{
    position: absolute;
    width: 40%;
    min-width: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 160%;
    font-weight: 400;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1px;
    height: 1px;
}

.products-detail-wrapper .heading-wrapper .title .packaging-unit {
    display: none;
}
