.elementor-28 .elementor-element.elementor-element-5be48eed{padding:3% 0% 8% 0%;}/* Start custom CSS for wc-elements, class: .elementor-element-156ad02 *//* Styl tlačítek pro pokračování k pokladně */
.wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    background-color: #70a52a;
    color: white;
    text-decoration: none; /* Zajištění, že tlačítko nebude podtržené */
}

/* Styl vstupního pole pro kupony */
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 8px 6px 8px;
    margin: 0 4px 0 0;
    outline: 0;
    width: 134px;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid black;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}/* End custom CSS */