/*
Theme Name: Storefront Child
Theme URI: https://developer.wordpress.org/themes/theme-basics/child-themes/
Description: Tema child per il tema Storefront
Template: storefront
Version: 1.0.0
*/


p, li{
	color:black;
	font-size: 1.25rem
 }

a{
		font-size: 1.0rem;
}

.custom-logo {
    width: 100%;
    max-width: 700px !important;
}


.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    border-radius: 10px;
	font-size: 1rem;

}

button.alt, .button.alt, ul.products li.product .button{
	border-radius: 10px;
}

button, input[type=button], input[type=reset], input[type=submit], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
       border-radius: 10px;
	font-size: 1rem;
}

ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price {
    font-size: 1rem;
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #d5cab7 !important;
    border-color: #d5cab7  !important;
    color: #ffffff;
	margin-left: 2rem !important;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #ffffff;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex
;
	font-size: 1.25em;}



.custom-footer {
    width: 100%;
    margin-top: 40px;
}

.custom-footer__top {
    background: linear-gradient(90deg, #444b56 0%, #111821 100%);
    padding: 40px 20px;
}

.custom-footer__container {
    max-width: 1400px;
    margin: 0 auto;
}

.custom-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.custom-footer__logo img {
    max-height: 160px;
    width: auto;
    display: block;
}

.custom-footer__social {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.custom-footer__social-label {
    color: #ffffff;
    font-size: 18px;
    margin-right: 18px;
}

.custom-footer__social a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.custom-footer__social a:hover {
    opacity: 0.75;
}

.custom-footer__bottom {
    background: #5a646e;
    padding: 25px 20px;
}

.custom-footer__links {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.custom-footer__links a,
.custom-footer__copy {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 768px) {
    .custom-footer__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-footer__social {
        justify-content: flex-start;
    }

    .custom-footer__logo img {
        max-height: 90px;
    }

    .custom-footer__social-label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.custom-footer {
    width: 100vw;
    margin-top: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.site-footer {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer .col-full {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer a:not(.button):not(.components-button) {
    color: #ffffff;
}


.woocommerce-checkout .woocommerce-terms-and-conditions {
    display: none !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    position: relative;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
    visibility: hidden !important;
}

.fcapp-terms-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;

    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;

    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #333;

    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.fcapp-terms-modal__close:hover {
    background: rgba(0,0,0,0.06);
    color: #000;
}

.fcapp-terms-modal__close:focus {
    outline: none;
    background: rgba(0,0,0,0.08);
    box-shadow: 0 0 0 2px rgba(0,0,0,0.12);
}

.fcapp-terms-modal__close {
    font-size: 26px;
}













.fcapp-terms-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #ffffff;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    appearance: none;
    -webkit-appearance: none;
}

.fcapp-terms-modal__close:hover {
    background: #f3f3f3;
}

.fcapp-terms-modal__close:focus {
    outline: 2px solid #222;
    outline-offset: 2px;
}

.fcapp-terms-modal__close-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.fcapp-terms-modal__close-icon {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
@media (max-width: 767px) {
    .fcapp-terms-modal__close {
        top: 10px;
        right: 10px;
        height: 40px;
        padding: 0 12px;
        gap: 6px;
    }

    .fcapp-terms-modal__close-text {
        font-size: 13px;
    }

    .fcapp-terms-modal__close-icon {
        font-size: 18px;
    }

    .fcapp-terms-modal__header {
        padding-right: 110px;
    }
}