#product-list .product-list-item .wrapper-btn-product .btn .btn-text {
    border: 1px dashed #fff;
    padding: 6px 25px;
    border-radius: 17px;
}

.product-list-item-inner .wrapper-btn-product .wrapper-btn-buy-kit .btn {
    padding: 6px 5px;
    border-radius: 50px;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-text {
    color: #fff;
    border: 1px dashed white;
    padding: 6px 55px;
    border-radius:20px
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-icon {
    display: none;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    padding: 10px 0px;
    border-radius: 100px;
}