.elementor-15 .elementor-element.elementor-element-480d2b4c:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-480d2b4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-15 .elementor-element.elementor-element-480d2b4c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 40px 0px;}.elementor-15 .elementor-element.elementor-element-480d2b4c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15 .elementor-element.elementor-element-6007c1f0 > .elementor-element-populated{padding:20px 20px 20px 20px;}.elementor-15 .elementor-element.elementor-element-37ba82a0{text-align:center;}.elementor-15 .elementor-element.elementor-element-37ba82a0 .elementor-heading-title{color:#FFFFFF;}.elementor-15 .elementor-element.elementor-element-5c9846c6 > .elementor-container{max-width:1280px;}.elementor-15 .elementor-element.elementor-element-5c9846c6{padding:40px 20px 40px 20px;}.elementor-15 .elementor-element.elementor-element-4fde8076 > .elementor-element-populated{padding:20px 20px 20px 20px;}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-4fde8076 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS *//***** WPKurzus pénztár v1.0 *****/
/* Tovább a pénztárhoz */
a.checkout-button.button.alt.wc-forward {
    color: #fff !important; /* betűszín */
    border: 2px solid var(--e-global-color-accent); /* szegély és szegélyszín */
    background: var(--e-global-color-accent); /* háttérszín */
    padding: 15px 30px !important;
}

a.checkout-button.button.alt.wc-forward:hover {
    color: var(--e-global-color-accent) !important; /* egér fölött betűszín */
    background: #fff !important;/* egér fölött háttérszín */
    padding: 15px 30px !important;
}


/* Mennyiség beviteli mező */
tr.woocommerce-cart-form__cart-item.cart_item input {
    padding: 8px !important;
}

/* Minusz, plusz */
tr.woocommerce-cart-form__cart-item.cart_item button.qty-button.minus, button.qty-button.plus{
    padding: 0px !important;
    border-radius: 100px !important;
    height: 30px !important;
    width: 30px !important;
    color: #000 !important;
    border: 1px solid #ccc;
    background: #fff !important;
}


@media only screen and (min-width: 1025px) {

/* Kupon szélessége */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 300px !important;
}

/* Kupon beváltása */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 11px 30px !important;
}
}


@media only screen and (max-width: 1025px) {

/* Kupon szélessége tablet és mobil nézeten */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
}

/* Kupon beváltás tablet és mobil nézeten */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    width: 100% !important;
    margin-top: 5px !important;
}
}
/*********************************//* End custom CSS */