/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.single-product .product-footer .woocommerce-tabs .tab-panels {
    padding: 30px;
}
.product-small .box-image .image-tools.bottom .quick-cta a {
	line-height: 1.6em !important;
    transition: all 450ms;
    border: transparent;
    background-color: #FFF;
    border-radius: 50px !important;
    padding: 10px 11px;
    margin: 0;
    width: unset !important;
    height: unset;
}
.product-small .box-image .image-tools.bottom .quick-cta a i {
    width: 20px !important;
    height: 20px;
    color: #333;
    margin: 0 !important;
	line-height: unset !important;
}