#th-floating-checkout-button.th-floating-checkout-button {
    position: fixed;
    bottom: 80px;
	width:100% !important;
    z-index: 2147483000;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(188deg, #3c9011 0%, #1a6b1a 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
    white-space: nowrap;
}

#th-floating-checkout-button.th-floating-checkout-button[hidden] {
    display: none !important;
}

#th-floating-checkout-button.th-floating-checkout-button.is-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#th-floating-checkout-button.th-floating-checkout-button:hover {
    opacity: .92;
}

@media (max-width: 600px) {
    #th-floating-checkout-button.th-floating-checkout-button {
        bottom: 70px;
        width: calc(100%);
    }
}
