@charset "utf-8";

.csh-buttons_container { width: 100%; display: flex; flex-direction: column; gap: 0.5em; margin: 0.5em 0px; }

.csh-buttons_container div:empty { display: none; }

.csh-buttons_container div { display: flex; gap: 0.5em; }

.csh-buttons_container div:not(.csh-buttons-container-split) { flex-direction: column; }

.csh-buttons_container div.csh-buttons-container-split { flex-direction: row; align-items: end; }

.csh-buttons_container div.csh-buttons-container-split > div:not(.csh-button-qty) { width: 100%; }

.csh-buttons_container div.csh-buttons-container-split > div.csh-button-qty { width: 35%; }

.csh-buttons_container .csh-button-qty button { margin-top: 0px !important; }

.csh-buttons_container .csh-button-full { width: 100%; }

.csh-buttons_container .csh-button-full button { width: 100% !important; }

.csh-buttons_container .csh-button-qty .csh-button-split { width: 35%; }

.csh-buttons_container .csh-button-atc .csh-button-split { width: 65%; }