/* 
Theme Name: Hello adCookie!
Theme URI: https://github.com/elementor/hello-theme/
Description: Motyw dla Life Plan Academy
Author: adCookie
Author URI: https://adcookie.pl/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.contact-icons-marker {
    background: url(http://fmk.adcookie.usermd.net/wp-content/uploads/2021/06/marker.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-left: 2rem;
    padding-top: 3px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

/* ozdobne podkreślenia */
.text-underline {
    position: relative;
    z-index: 0;
    white-space: nowrap;
}

.text-underline::after {
    content: '';
    position: absolute;
    top: 60%;
    width: calc(100% + 0.3rem);
    left: -0.15rem;
    border-radius: 13px;
    height: 0.4em;
    z-index: -1;
}

.text-underline.blue::after {
    background-color: var(--e-global-color-secondary);
}

.text-underline.yellow::after {
    background-color: var(--e-global-color-accent);
}


[data-elementor-device-mode=desktop] :not([data-elementor-type=loop]) .elementor-section:not(.elementor-inner-section)>.elementor-container {
    min-width: 100rem;
}

[data-elementor-type=loop] .elementor-container {
    min-width: unset !important;
}

@media screen and (min-width: 1024px) {
    html {
        font-size: calc(100vw / 120);
    }
}

@media screen and (min-width: 1200px) {
    .woocommerce-cart-form {
        width: 65%;
        float: left;
    }

    .cart-collaterals {
        width: 30% !important;
        float: right;
    }

    .cart-collaterals .cart_totals {
        width: 100% !important;
    }

    .woocommerce-cart-form h1 {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}

.elementor-top-section {
    max-width: 100vw;
}

body,
html {
    overflow-x: hidden !important;
}

.more-text {
    display: none;
}

a {
    color: #54C0DA;
}

*:focus {
    outline: none;
}

.shop_table th,
.shop_table td {
    border: none !important;
    background: none !important;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.woocommerce-cart-form__contents td {
    border-top: 2px solid #C1C1C1 !important;
}

.woocommerce a.remove {
    color: #54C0DA !important;
}

.woocommerce a.remove:hover {
    background: #54C0DA;
}

.woocommerce-cart table.cart img {
    border-radius: 10px;
    width: 4rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 0.9375rem;
    background: #FFD803;
    border: 2px solid #FFD803;
    border-radius: 35px;
    padding: 0 1rem;
    transition: 0.3s;
    padding: 1rem 2rem;
    color: var(--e-global-color-text);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #54C0DA;
    border-color: #54C0DA;
}

.woocommerce-cart .wc-proceed-to-checkout {
    width: max-content;
    margin: auto;
}

.cart-collaterals {
    border: 2px solid #54C0DA;
    border-radius: 40px;
    padding: 2rem;
}

.cart_totals h2, .cart-collaterals h2 {
    font-size: 1.75rem;
    line-height: 1.57;
    text-align: center;
    width: 15rem;
    margin: auto;
    margin-bottom: 2rem;
}

.cart_totals .shop_table td {
    text-align: right;
}

.order-total {
    font-size: 1.75rem;
}

td.actions {
    padding-top: 2rem !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 0.875rem;
    color: #1A1A1A;
    background-color: #FFD803;
    border-radius: 2rem;
    padding: 1rem 2rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
}

.woocommerce form .form-row label {
    display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 0.875rem;
    min-height: 3rem;
    padding-left: 1.5rem;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #54C0DA;
    color: white;
}

.woocommerce-privacy-policy-text {
    font-size: 0.875rem;
    line-height: 1.7;
}

p.required-field-info {
    text-align: right;
    margin-top: -2rem;
    margin-bottom: -0.25rem;
    font-size: 0.75rem;
    color: #707070;
}

.woocommerce-password-strength {
    margin-top: 1rem;
    border-radius: 2rem;
}

.woocommerce h2 {
    font-size: 1.75rem;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-weight: bold;
    border: none;
    background: none;
}

input#coupon_code {
    width: 15rem;
    border-radius: 2rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    height: 3.375rem;
}

button.button[name="apply_coupon"] {
    background-color: var(--e-global-color-primary);
    color: white;
    border-radius: 2rem;
    margin-left: -4rem;
    padding: 0.75rem 2rem !important;
    font-size: 0.875rem;
    height: 3.375rem;
}

button.button[name="apply_coupon"]:hover {
    background-color: var(--e-global-color-accent);
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    height: 3rem;
    background-color: var(--e-global-color-primary);
    width: 12rem;
}

.woocommerce-billing-fields h3 {
    font-weight: 700;
}

#billing_country_field {
    padding-left: 1.75rem;
}
#billing_country_field label {
    display: block;
}

.woocommerce-additional-fields h3, #order_review_heading {
    display: none;
}

.woocommerce-checkout[data-elementor-device-mode=desktop] .cart-collaterals {
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce-checkout-review-order-table td:not(.product-name) {
    text-align: right;
}

.woocommerce-Price-amount {
    font-weight: 700;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-text);
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    float: left;
    background-color: var(--e-global-color-primary);
    color: white;
}

.woocommerce-checkout #payment {
    background: none;
}

.short-desc > div:after {
    content: '…';
    display: inline;
}

.woocommerce ul.products li.product a img {
    width: 40%;
    float: left;
    margin-right: 3rem;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.product_loop_excerpt {
    font-size: 1.0625rem;
    color: var(--e-global-color-text);
    font-weight: 500;
    margin-bottom: 2rem;
}

.products .product a.button {
    bottom: 4.25rem;
    float: right;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: inline;
}

.elementor-widget-menu-anchor {
    scroll-margin-top: 5rem;
}