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

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

/* Product detail quantity */
.product-quantity{
    position: relative;
    width: 50px;
    height: 40px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    float: left;
    overflow: hidden;
}

.product-quantity .product-quantity-input {
    font-size: 15px;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
}

.product-quantity .product-quantity-input.animated{
    opacity: 0;
}

.product-quantity .product-quantity-input.active-up{
    top: -100%;
}

.product-quantity .product-quantity-input.active-down{
    top: 100%;
}

.product-quantity .product-quantity-helper-pre,
.product-quantity .product-quantity-helper-post{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    font-size: 15px;
    text-align: center;
    opacity: 0;
}

.product-quantity .product-quantity-helper-pre{
    bottom: -100%;
}

.product-quantity .product-quantity-helper-post{
    bottom: 100%;
}

.product-quantity .product-quantity-helper-pre.active,
.product-quantity .product-quantity-helper-post.active{
    display: block;
    opacity: 1;
}

.product-quantity .product-quantity-helper-pre.active{
    bottom: 0;
    padding: 8px 0px;
}

.product-quantity.product-quantity-helper-post.active{
    bottom: 0;
    padding: 8px 0px;
}

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

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

.product-quantity-arrows i{
    border:1px solid #ececec;
    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;
    background: #ffffff;
}

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

.product-quantity-arrows .icon.quantity-down:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background: url("../../../../_static/images/dexyco_v2021/minus.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product-quantity-arrows .icon.quantity-up:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../../../../_static/images/dexyco_v2021/plus.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product-detail-buy-v3 .btn-wrapper{
    display: inline-block;
}

.shop-button-qnt,
.shop-button-qnt-soonSale{
    min-width: 250px;
    height: 40px;
    margin-left: 25px;
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    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{
    content: '';
    position: relative;
    width: 21px;
    min-width: 21px;
    top: -3px;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 25px;
    height: 25px;
    background: url("../../../../_static/images/watch_v2021/btn_cart.svg");
}

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

.product-detail-buy-v3 .heading-wrapper .title {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}

@media (max-width: 800px) {


    .product-detail-buy-v3 .btn-wrapper{
        margin-left: 15px;
    }

    .shop-button-qnt, .shop-button-qnt-soonSale{
        margin-left: 0;
        min-width: 180px;
    }

}

@media screen and (max-width: 576px){

    .shop-button-qnt{
        width: calc(100% - 130px);
    }
}
