/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/
.b2b-btn-row {
    display: flex;
    gap: 5px;
    align-items: center;
}

.b2b-btn-row .button {
    text-align: center;
	padding: 2px 10px !important;
    font-size: 14px !important;
	border:none !important;
}

.whatsapp-btn {
    background: #198140 !important;
    color: #fff;
	border:none !important;
}
.b2b-btn-row .button:hover,
.whatsapp-btn:hover
{
	background:#0b1929;
}
@media only screen and (max-width: 768px) {
.b2b-btn-row {
    display: grid;
   
}
	
}
