#wrapper {
    width: 100%;
    margin: 0 auto;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
  }

.top-line {
    height: 10px;
    background-color: #1eaa1e;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

.row {
    margin: 0 auto;
}

a.button.product_type_simple {
    display: none !important;
}

.simple-price-display {
    font-size: clamp(23px, 1.7vw, 36px);
    color: #000000;
    font-weight: bold;
    margin-bottom: 19px;
    min-height: 60px;
}
.woocommerce-breadcrumb {
    display: none;
}
/* HEADER */

    #header-inner {
        padding: 5px 0;
    }
        #header-inner #header-logo img {
            width: 120px;
            height: auto;
        }

        #header-items {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

        #header-inner .item {
            display: flex;
            align-items: center;
        }

        #header-inner .cart-counter {
            width: 0;
            height: 1px;
            display: inline-block;
        }
        
        #header-inner .cart-number {
            right: 55px;
            top: -12px;
            position: relative;
            color: white;
            font-size: 14px;
        }

        #header-items a {
            font-size: 16px;
            color: black;
        }

        #header-items img {
            height: 50px;
            width: auto;
            padding: 0 10px 0 32px;
        }


/* NAVBAR */

#navbar {
    background: linear-gradient(to bottom, #e50000, #c60000);
    padding: 30px 0;
}

    #navbar .navbar-expand-lg, #navbar .navbar-collapse {
        justify-content: center;
    }

        #navbar .navbar-nav {
            gap: 55px;
        }

            #navbar .menuitem {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            #navbar .menuitem a {
                color: white;
                font-size: 18px;
            }

            #navbar .menuitem img {
                height: 50px;
                width: auto;
                transition: all 0.3s ease;
            }

            #navbar .menuitem img:hover {
                transform: translateY(-5px);
                scale: 1.1;
            }

            .navbar-toggler {
                display: none;
            }

            .navbar-toggler:focus {
                box-shadow: none;
            }
            
            .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            }

/* HERO */

    #hero img {
        width: 100%;
    }

/* FREE-PEPSI */
#free-pepsi {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/wp-content/themes/pizzapadre/images/pizzapadre-freepepsi-bg.webp);
}

        #free-pepsi-inner-title {
            justify-content: center;
        }
    
        #free-pepsi-inner-title-text {
            max-width: 800px;
        }
    
        #free-pepsi-inner-title-text h3 {
            font-size: 36px;
            font-weight: lighter;
            font-style: italic;
            text-align: center;
        }

        #free-pepsi-inner-title .green-line hr {
            margin: 20px auto;
            border-top: 6px #1eaa1e solid;
            border-radius: 3px;
            opacity: 1;
        }

        #free-pepsi-inner-title .red-line hr {
            margin: 20px auto;
            border-top: 6px #ff0000 solid;
            border-radius: 3px;
            opacity: 1;
        }

        #free-pepsi-inner-content {
            padding-top: 100px;
        }

            #free-pepsi-inner-content h1 {
                font-size: 60px;
                color: #ff0202;
                font-weight: bold;
            }

                #free-pepsi-inner-content h1 span {
                    color: black;
                }

            #free-pepsi-inner-content h2 {
                font-size: 33px;
                margin-bottom: 30px;
            }

            #free-pepsi-inner-content .cta-button {
                background-color: #ff0202;
                color: white;
                font-size: 24px;
                font-weight: bold;
                padding: 20px 80px;
                border-radius: 30px;
                transition: 0.3s ease;
            }

            #free-pepsi-inner-content .cta-button:hover {
                background-color: #1eaa1e;
                text-decoration: none;
            }

            #free-pepsi-inner-content .image {
                text-align: right;
            }
            #free-pepsi-inner-content img {
                height: auto;
                width: 100%;
            }

            #design-image img {
                position: absolute;
                height: 460px;
                width: auto;
                top: 745px;
                left: -130px;
                z-index: 999;
            }

/* FREE-PIZZA */
#free-pizza {
    background-color: #1aac1a;
    padding-top: 100px;
    padding-bottom: 120px;
}

        #free-pizza-inner h1 {
        font-size: 53px;
        color: white;
        font-weight: bold;
        }

        #free-pizza-inner h2 {
        font-size: 33px;
        margin-bottom: 30px;
        color: white;
        }

        #free-pizza-inner .cta-button {
            background-color: white;
            color: black;
            font-size: 24px;
            font-weight: bold;
            padding: 20px 80px;
            border-radius: 30px;
            transition: all 0.3s ease;
        }

        #free-pizza-inner .cta-button:hover {
            background-color: #ff0202;
            color: white;
            text-decoration: none;
        }

        #free-pizza-inner .image {
            text-align: right;
        }
        #free-pizza-inner img {
            height: auto;
            width: 100%;
        }

/* GOOGLE-REVIEW */
#padre-google-review {
    padding: 100px 0;
}
    #padre-google-review img {
        width: 100%;
    }

/* GOOGLE-MAPS */
#padre-google-maps {
    height: 470px;
}

/* FOOTER */
#footer {
    padding: 120px 0;
    background-color: #1eaa1e;
}

    #footer-inner {
        color: white;
        line-height: 24pt;

    }

        #footer-inner img {
            width: 280px;
            height: auto;
        }

        #footer-inner h4 {
            font-size: 30px;
            font-weight: bold;
        }

        #footer-inner a {
            color: white;
            font-size: 18px;
            text-decoration: none;
        }

        #footer-inner a:hover {
            text-decoration: underline;
        }

        #footer-inner p {
            font-size: 18px;
            margin: 0;
        }

/* COPYRIGHT */
#copyright {
    padding: 10px 0;

}

    #copyright-inner {
        align-items: center;
    }

        #copyright-inner p {
            font-size: 12px;
            margin: 0;
        }

        #copyright-inner img {
            height: 30px;
            width: auto;
        }

        #copyright-inner #payment-methods {
            text-align: center;
        }

        #copyright-inner #developer {
            text-align: right;
        }

        #copyright-inner #developer a {
            color: black;
            font-weight: bold;
        }

/*1400-1200*/
@media (max-width: 1400px) {
    
    
    /* HEADER */
    
            #header-items a {
                font-size: 14px;
            }
    
            #header-items img {
                padding: 0 10px 0 15px;
            }

    /* NAVBAR */

        #navbar .navbar-nav {
            gap: 35px;
        }
    
    /* HERO */
    
    /* FREE-PEPSI */
    
                #free-pepsi-inner-content h1 {
                    font-size: 55px;
                }
    
                #free-pepsi-inner-content h2 {
                    font-size: 29px;
                }
    
                #free-pepsi-inner-content .cta-button {
                    padding: 20px 60px;
                }
    
                #design-image img {
                    display: none;
                }
    
    /* FREE-PIZZA */
    
            #free-pizza-inner h1 {
                font-size: 55px;
            }
    
            #free-pizza-inner h2 {
                font-size: 29px;
            }
    
            #free-pizza-inner .cta-button {
                padding: 20px 60px;
            }

    
    /* GOOGLE-REVIEW */
    
    /* GOOGLE-MAPS */
    
    /* FOOTER */
    
            #footer-inner img {
                width: 250px;
            }
    
    /* COPYRIGHT */
    
            #copyright-inner p {
                font-size: 10px;
            }
}

/*992-1200*/
@media (max-width: 1200px) {
    
    
    /* HEADER */
            
            #header-inner .cart-number {
                right: 50px;
                top: -10px;
                font-size: 13px;
            }
    
            #header-items a {
                font-size: 12px;
            }
    
            #header-items img {
                height: 45px;
                padding: 0 10px 0 7px;
            }


    /* NAVBAR */
            
                    #navbar .navbar-nav {
                        gap: 30px;
                    }
            
                        #navbar .menuitem a {
                            font-size: 15px;
                        }
            
                        #navbar .menuitem img {
                            height: 40px;
                        }
    
    
    /* HERO */
    
    /* FREE-PEPSI */
        
            #free-pepsi-inner-title-text {
                max-width: 575px;
            }
    
                #free-pepsi-inner-content h1 {
                    font-size: 50px;
                }
    
                #free-pepsi-inner-content h2 {
                    font-size: 25px;
                }
    
                #free-pepsi-inner-content .cta-button {
                    padding: 20px 55px;
                    font-size: 18px;
                }
    
                #design-image img {
                    display: none;
                }
    
    /* FREE-PIZZA */
    
            #free-pizza-inner h1 {
                font-size: 50px;
            }
    
            #free-pizza-inner h2 {
                font-size: 25px;
            }
    
            #free-pizza-inner .cta-button {
                padding: 20px 55px;
                font-size: 18px;
            }
    
    /* GOOGLE-REVIEW */
    
    /* GOOGLE-MAPS */
    
    /* FOOTER */
    
            #footer-inner img {
                width: 210px;
            }
    
            #footer-inner h4 {
                font-size: 23px;
            }
    
            #footer-inner a {
                font-size: 14px;
            }
    
            #footer-inner p {
                font-size: 14px;
            }
    
    /* COPYRIGHT */
    
            #copyright-inner p {
                font-size: 8px;
            }
}


/*768-992*/
@media (max-width: 992px) {
    
    
    /* HEADER */

            #header-inner .cart-number {
                right: 43px;
            }

            #header-items #header-item-address, #header-items #header-item-flyer, .header-item {
                    display: none;
                }
    
            #header-items a {
                font-size: 11px;
            }
    
            #header-items img {
                padding: 0 2px;
            }

    /* NAVBAR */
    #navbar {
        padding: 0;
    }
    
        #navbar .navbar-expand-lg {
            padding: 5px 25px;
        }
    
            #navbar .navbar-nav {
                gap: 5px;
                align-items: flex-start;
            }
    
                .navbar-toggler-icon {
                    padding: 15px;
                }

                .navbar-toggler {
                    display: block;
                    border: 2px solid;
                    border-image: linear-gradient(to bottom, #1eaa1e, white, white, white, #ff0202) 1;
                    margin-left: 25px;
                }
    
                #navbar .menuitem a {
                    font-weight: bold;
                    text-transform: uppercase;
                    font-size: 20px;
                }
    
                #navbar .menuitem img {
                    display: none;
                }
    

    
    /* HERO */
    
    /* FREE-PEPSI */
        
            #free-pepsi-inner-title-text {
                max-width: 575px;
            }
    
                #free-pepsi-inner-content h1 {
                    font-size: 50px;
                }
    
                #free-pepsi-inner-content h2 {
                    font-size: 25px;
                }
    
                #free-pepsi-inner-content .cta-button {
                    padding: 20px 55px;
                    font-size: 18px;
                }

                #free-pepsi-inner-content img {
                    padding-top: 20px;
                }
    
                #design-image img {
                    display: none;
                }
    
    /* FREE-PIZZA */
    
            #free-pizza-inner h1 {
                font-size: 50px;
            }
    
            #free-pizza-inner h2 {
                font-size: 25px;
            }
    
            #free-pizza-inner .cta-button {
                padding: 20px 55px;
                font-size: 18px;
            }

            #free-pizza-inner img {
                padding-top: 20px;
            }
    
    /* GOOGLE-REVIEW */
    
    /* GOOGLE-MAPS */
    
    /* FOOTER */
    
            #footer-inner img {
                width: 230px;
            }
    
            #footer-inner h4 {
                padding-top: 20px;
                font-size: 23px;
            }
    
            #footer-inner a {
                font-size: 15px;
            }
    
            #footer-inner p {
                font-size: 15px;
            }
    
    /* COPYRIGHT */
    
            #copyright-inner p {
                text-align: center;
                font-size: 8px;
            }
    
             #copyright-inner img {
            height: 20px;
            width: auto;
        }
}

@media (max-width: 576px) {
    #header-inner #header-logo img {
        width: 80px;
    }

    #header-items img {
        height: 35px;
    }

    #header-inner .cart-number {
        right: 34px;
        top: -8px;
        font-size: 11px;
    }

    #free-pepsi-inner-title-text h3 {
        font-size: 25px;
    }

    #free-pepsi-inner-content h1, #free-pizza-inner h1 {
        font-size: 40px;
    }

    #free-pepsi-inner-content .cta-button, #free-pizza-inner .cta-button {
        padding: 15px 40px;
        font-size: 15px;
    }

    #footer-inner img {
        width: 180px;
    }
}

.price-display span {
    display: inherit !important;
}

body.single-product .product {
    margin-top: 70px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.woocommerce .cart .button:hover {
    background-color: #be0000;
    color: white;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #e50000;
  background-color: #1eaa1e;
  color: white;
}

.showcoupon {
    color: white;
    text-decoration: underline;
}

.woocommerce-message::before, .woocommerce-info::before {
  color: white;
}

.woocommerce-notices-wrapper .button.wc-forward {
    background-color: white;
    color: black;
}

.woocommerce-notices-wrapper .button.wc-forward:hover {
    background-color: rgb(211, 210, 210);
    color: black;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none;
}

#billing_country_field, #shipping_country_field {
    display: none;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #1eaa1e;
}

.woocommerce-checkout #payment {
  background: #eee;
  color: black;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #ccc;
  color: black;
}

#place_order {
  background-color: #e50000;
  color: #fff;
  padding: 20px 100px;
  border-radius: 20px;
}

#place_order:hover {
  background-color: #be0000;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #1eaa1e;
  padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
}

.woocommerce-MyAccount-content a {
    color: black;
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #eee;
  padding: 15px;
}

.woocommerce table.shop_table {
  border-radius: 0px;
  background-color: white;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-products-header__title.page-title {
  margin: 30px 0;
}

#billing_state_field, #shipping_state_field {
    display: none !important;
}

.single.single-product .product-variation-wrapper .button {
    padding: 16px 80px;
    font-size: 24px !important;
}

.sale-banner a img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 3px #000000);
}

.term-pizza .woocommerce-LoopProduct-link p {
    height: 135px;
}

.pizzacatrow .jobbpcol {
    text-align: right;
}

.checkout_coupon.woocommerce-form-coupon .button {
    background-color: #e50000;
    color: white;
    padding: 10px 20px;
  border-radius: 10px;
}

.checkout_coupon.woocommerce-form-coupon .button:hover {
    background-color: #be0000;
    color: white;
}

.woocommerce-remove-coupon {
    background-color: #e50000;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
}

@media (max-width: 1399.98px) {
#pizza-extras-tabs li {
    min-width: 130.1px;
}
}

@media (max-width: 1199.98px) {
  .woocommerce .products .pizzacat {
    width: calc(50% - 15px);
    padding: 0;
  }

  .woocommerce .products .pizzacat:not(:nth-child(2n)) {
  margin-right: 15px;
}

.woocommerce .products .pizzacat:not(:nth-child(3n)) {
  margin-right: 0px; /* csak a bal és középső termékre térköz */
}

.term-pizza .woocommerce-LoopProduct-link p {
    height: inherit;
}

}

@media (max-width: 991.98px) {
.variation-options {
  width: 154px;
}

.term-pizza .product-variation-wrapper .button {
  font-size: 15px;
  width: 154px;
}

.jobbpcol img {
  height: auto;
}

.term-pizza .woocommerce-LoopProduct-link p {
    height: 112.5px;
}

#pizza-extras-tabs li {
    min-width: 104px;
    max-width: 104px;
}
}

@media (max-width: 767.98px) {
    .woocommerce .products .pizzacat {
    width: 100%;
  }

  #pizza-extras-tabs li {
    min-width: 139px;
    max-width: 139px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

  #pizza-extras-tabs li img {
    height: 33px;
    width: auto;
}
}


