@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Poppins,Arial,"sans-serif"
}

.action.primary:hover, .action-primary:hover {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #ffffff;
}

.action.primary, .action-primary {
    background: #333333;
    border: 1px solid #333333;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ol, ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

.nav-sections {
    background: #232323;
}

.navigation {
    background: #232323;
}

.name-wrap, .logo-wrapper {
    display: inline-block;
}

.logo-title {
    font-family: 'Poppins' ;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    margin-bottom: 1px solod gold;
}

.logo-subtitle {
    font-family: 'Poppins' ;
    font-weight: 400;
    font-size: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.page-footer {
    background: #232323;
    color: #cfcfcf ;
}

.col-6 {
    display: inline-block;
    width: 100%;
    /* display: table-cell; */
    vertical-align: top;
}

.footer .desc, .footer .footer-link {
    display: inline-block;
    padding: 2px 0;
    line-height: 22px;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
}

.footer-bottom .footer__payment .list-payment {
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding-top: 5px;
}

.footer-bottom .footer__payment .list-payment .list-payment__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 15px;
}


li.list-payment__item {
    display: inline-block;
}

.nav-open .nav-toggle:before {
    content: "X" ;
}

@media (max-width: 768px){
    .minicart-wrapper {
        margin: 0;
        position: absolute;
        top: 25%;
        right: 3rem;
        padding: 0;
    }

    label[for="newsletter"] {
        display: none ;
    }

    .subscribe .field.newsletter {
        display: inline-block;
        width: 100% ;
    }

    .subscribe .actions {
        display: inline-block;
        width: 100% ;
        margin-top: 1em;
    }

    .new-logo {
        margin-left: 35px ;
        padding-right: 1.5rem;
    }

    .new-logo img {
        width: 35px !important;
        height: 35px !important;
    }

    .nav-toggle {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .logo-wrapper {
        position: relative;
    }

    .nav-open .nav-toggle:after {
        background: transparent ;
    }

    .nav-sections {
        background: #fff;
    }

    .navigation {
        background: #fff ;
        border-bottom: 1px solid #e6e6e6;
    }
}

label[data-role="minisearch-label"] {
    position: absolute;
    top: 25%;
    right: 7rem;
}

#newsletter {
    color: #cfcfcf;
    background-color: #232323;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 10px;
    line-height: 22px;
}

.newsletter .title {
    margin-bottom: 1rem;
}

button.subscribe {
    color: #232323 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    width: 124px;
    min-width: 124px;
    margin: 0;
}

.iscrizione {
    margin: 10px 0 ;
}

header {
    position: sticky;
    top: 0 ;
    background: #fff ;
    z-index: 5;
}

footer a.link {
    color: #fff;
}
footer a.link:hover {
    color: #aaa;
}

.newsletter {
    display: block;
}

input#newsletter {
    color: #cfcfcf;
    background-color: #232323;
    border: 1px solid #d3d3d3;
    width: 100%;
    text-align: center;
    padding: 11px 12px 10px;
    height: auto;
    line-height: 22px;
}

.newsletter-content .actions button {
    color: #232323;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    min-width: 124px;
    margin: 0;
    text-transform: uppercase;
}


.footer-block__list-social, .halo-product-block {
    margin-top: 35px;
}

.list-social {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}

.list-social .list-social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 6px 0 !important;
}

.list-social .list-social__link {
    display: block;
    position: relative;
    /* width: 100%; */
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 50%;
    color: #282828;
    background: #fff;
    border: 1px solid #fff;
    padding: 9px;
}

.list-social .list-social__link svg {
    fill: #282828;
    width: 17px;
    height: 17px;
}

.lang-flag {
    display: inline-block;
    vertical-align: middle;
}