/*
Theme Name: Nooni Child
Template: nooni
*/
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

:root{
    --nooni-top-bg: #2f6d88;
    --nooni-top-color: #ffffff;
    --nooni-top-border: #2f6d88;

    --brand-orange: #de6038;
    --brand-teal: #2f6d88;
}

/* Hide sidebar */
body.woocommerce-shop .ts-sidebar {
    display: none;
}

 /* Full width for products container */
.woocommerce.archive #main-content {
    width: 100% !important;
}
.woocommerce.archive .has-1-sidebar #main-content {
    width: 100%;
}

/* Hides sales product only checkbox */
.product-on-sale-form {
    background: transparent;
}
.product-on-sale-form label {
    display: none;
}

/* Hide additional fields */
.woocommerce-additional-fields {
    display: none;
}

.woocommerce > form.checkout #customer_details,
.woocommerce > form.checkout #customer_details .col-1 {
    margin-bottom: 10px;
}

/* Shipping times to providers */
/* .woocommerce-shipping-methods li {
    display: flex;
    align-items: flex-start;
    gap: 0px;
}

.woocommerce-shipping-methods li label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
    margin-left: 0px;
} */

.woocommerce-shipping-methods .shipping-description {
    font-size: 12px; /* Kisebb betűméret az extra leíráshoz */
    color: #999; /* Szürke szín */
    margin-top: 5px;
}

.header-top {
    background-color: var(--brand-teal);
    border-color: var(--brand-teal);
    text-align: center;
}

.my-wishlist-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number {
    background-color: var(--brand-orange);
}

.ts-header .header-top .header-left {
    padding-right: 0;
    width: 100%;
    display: block;
}
.ts-header .header-top .header-right {
    display: none !important;
}

.footer-container .elementor-heading-title,
.footer-container .widget-title.heading-title {
    color: var(--brand-teal);
}

.footer-container .mc4wp-form-fields .subscribe-email button {
    background-color: var(--brand-teal);
    border-color: var(--brand-teal);
}
.footer-container .mc4wp-form-fields .subscribe-email button:hover {
    background-color: var(--brand-orange);
}

.elementor-element .elementor-social-icon svg {
    fill: var(--brand-teal);
}
.elementor-element .elementor-social-icon svg:hover {
    fill: var(--brand-orange);
}

/* Custom sections */

*, *::before, *::after {
    box-sizing: border-box;
}
section .gridContainer {
    content: "";
    display: block;
    clear: both;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}
section .gridContainer img {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
}
section.heroMain {
    height: auto;
    min-height: 620px;
    background: url(./assets/images/pura-key-visual.jpg) no-repeat bottom right;
    background-color: #f8f8f7;
    background-size: auto 100%;
}
section.heroMain .gridContainer {
    padding-top: 80px;
}
section.heroMain .gridContainer .sunLogo {
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    width: 100px;
}
section.heroMain .gridContainer .bubbles {
    width: 5%;
    max-width: 200px;
    min-width: 80px;
    display: block;
}

section .gridContainer h2 {
    color: #2f6d88;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Oxanium", sans-serif !important;
}
section .gridContainer h3 {
    color: #de6038;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Oxanium", sans-serif !important;
}
section .gridContainer h4 {
    color: #6d6e70;
    font-weight: 400;
    margin-top: 0;
    max-width: 470px;
    margin-bottom: 10px;
    font-family: "Oxanium", sans-serif !important;
}
section .gridContainer p {
    color: #6d6e70;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Oxanium", sans-serif;
}
section .gridContainer ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
section .gridContainer ul li {
    color: #6d6e70;
    padding-left: 40px;
    background: url(./assets/images/icon-tick.svg) no-repeat left center;
    background-size: 30px auto;
    margin-bottom: 10px;
    font-family: "Oxanium", sans-serif !important;
    list-style: none;
}

section .gridContainer .buttonNormal {
    display: inline-block;
    padding: 10px 30px;
    background: none;
    border: 1px solid #2f6d88;;
    color: #2f6d88;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
section .gridContainer .buttonNormal:hover {
    background-color: #2f6d88;
    border-color: #2f6d88;
    color: #ffffff;
    transition: all 0.6s ease-in-out;
}
section .gridContainer .buttonNormal.colorCta {
    background: #de6038;
    border: 1px solid #de6038;;
    color: #ffffff;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
section .gridContainer .buttonNormal.colorCta:hover {
    background-color: #f17f5b;
    border-color: #f17f5b;
    transition: all 0.6s ease-in-out;
}
section.moreInfo {
    padding: 60px 0;
    background-color: #e3eaef;
    clear: both;
    overflow: hidden;
}
section .gridContainer .col-50p {
    width: 50%;
    float: left;
    display: block;
}
section .gridContainer .col-50p.productImg {
    padding-right: 40px;
}
section.moreInfo .gridContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 980px) { 
    section.heroMain {
        background-size: 80% auto;
    }
}
@media screen and (max-width: 820px) { 
    section.heroMain {
        padding-bottom: 300px;
    }
}
@media screen and (max-width: 600px) {
    section .gridContainer {
        padding: 0 15px;
    }
    section.heroMain {
        padding-bottom: 60vw;
        background-size: 100% auto;
    }
    section.moreInfo {
        padding-bottom: 0;
    }
    section.moreInfo .gridContainer {
        flex-direction: column;
    }
    section .gridContainer .col-50p {
        width: 100%;
        margin-bottom: 30px;
    }
    section .gridContainer .col-50p.productImg {
        padding: 0 10vw;
    }
}