.catalog-product-view .wt-quotes-product {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
}

.catalog-product-view .wt-quotes-product  i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: inherit;
}


.checkout-onepage-success .wt-quotes-order {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 10px;
}

.checkout-onepage-success .wt-quotes-order  i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: inherit;
}

/*Sticky QuoteOnWhatsapp Btn On Product Page CSS*/
.catalog-product-view a.wt-quotes-product.top-left {
    top: 10px;
    position: fixed;
    left: 10px;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.top-right {
    right: 10px;
    top: 30px;
    position: fixed;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.top-middle {
    left: 40%;
    top: 10px;
    position: fixed;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.bottom-right {
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    position: fixed;
}

.catalog-product-view a.wt-quotes-product.bottom-left {
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.bottom-middle {
    bottom: 10px;
    left: 40%;
    position: fixed;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.left-middle {
    top: 45%;
    left: 10px;
    position: fixed;
    z-index: 999999;
}

.catalog-product-view a.wt-quotes-product.right-middle {
    top: 45%;
    right: 10px;
    position: fixed;
    z-index: 999999;
}


.checkout-cart-index a.wt-quotes-cart {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
}

.checkout-cart-index a.wt-quotes-cart i {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: inherit;
}


/*Sticky QuoteOnWhatsapp Btn On Cart Page CSS*/
.checkout-cart-index a.wt-quotes-cart.top-left {
    top: 10px;
    position: fixed;
    left: 10px;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.top-right {
    right: 10px;
    top: 30px;
    position: fixed;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.top-middle {
    left: 40%;
    top: 10px;
    position: fixed;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.bottom-right {
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    position: fixed;
}

.checkout-cart-index a.wt-quotes-cart.bottom-left {
    bottom: 10px;
    left: 10px;
    position: fixed;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.bottom-middle {
    bottom: 10px;
    left: 40%;
    position: fixed;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.left-middle {
    top: 45%;
    left: 10px;
    position: fixed;
    z-index: 999999;
}

.checkout-cart-index a.wt-quotes-cart.right-middle {
    top: 45%;
    right: 10px;
    position: fixed;
    z-index: 999999;
}