.vb-btn-simple.button-svg { font-size:0; line-height:0; }
.vb-btn-simple.button-svg svg { width:100%; height:100%; fill:#999; }
.vb-btn-simple.button-svg svg:hover { fill:#333; }
.vb-btn-simple.button-svg > a { display:inline-block; font-size: 0; line-height: 0; width:46px; height:auto; }
.vb-btn-simple.button-svg > a.btn-small { width:36px; }
.vb-btn-simple.button-svg > a.btn-big { width:56px; }

.vb-btn-simple.button-custom { width: 100%; height: 100%; min-height: 100px; font-size:17px; }
.vb-btn-simple.button-custom a { display: inline-flex; width:auto; height: 100%; background-color:#fff; border:1px solid #aaa; border-radius: 12px; transition:all .2s ease-in-out; }
.vb-btn-simple.button-custom a.btn-full { width:100%; }
.vb-btn-simple.btn-custom-text a { justify-content:center; align-items:center; text-align:center; text-decoration: none; color: #000; padding:12px }
.vb-btn-simple.button-custom a:hover { background-color:#fff; border-color:var(--primary_color); }
.vb-btn-simple.btn-custom-image span { height: 100%; width: 100%; margin: 0; padding: 10px 15px; display: flex; justify-content: center; align-items: center; }
.vb-btn-simple.btn-custom-image img { width: 100%; object-fit: contain; object-position: center; height:65px; }
.vb-btn-simple.button-custom.disabled { opacity: .5; pointer-events: none; }
.vb-btn-simple.button-custom.disabled a { background-color:transparent; }



.vb-btn-simple.btn-raw > a, .vb-btn-simple.btn-raw > a > span { display:inline-flex; align-items: center; }
.vb-btn-simple.btn-raw > a.btn-big { font-weight:500; }
.vb-btn-simple.btn-raw > a.btn-small { font-weight:300; }
.vb-btn-simple.btn-raw > a.btn-full { width:100%; }
.vb-btn-simple.btn-raw > a img, .vb-btn-simple.btn-raw > a svg { height:28px; width:auto; margin-right:15px; }




@media all and (max-width:575px) {
	.vb-btn-simple.button-custom { width: 100%; height: 100%; min-height:80px; font-size:16px; }
	.vb-btn-simple.btn-custom-image img { height: 48px; }
}