:root {
    --colore-salmone: #F1CABB;
}

@font-face {
    font-family: GaiaOLD;
    src: url("fonts/Gaia-Display-TRIAL.otf") format("opentype");
}

@font-face {
    font-family: 'Gaia';
    src: url('fonts/gaia-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
}

.errore, .form-control.errore:focus {
    border: 1px solid darkred !important;
}

.errore-label, .errore-label a {
    color: darkred !important;
}

.header-nav-features-user a, .header-nav-features-user a i {
    color: #051A37 !important;
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    top: -19px;
    right: -1px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background-color: #EDB9A4;
    line-height: 21px;
}

#header.header-effect-shrink .header-container {
    min-height: 80px;
}

html.sticky-header-active .bg-dark {
    /*background-color: rgba(235, 229, 222, 1) !important;*/
    background-color: #e8e5e1 !important;
}

html.sticky-header-active .header-nav-main nav > ul > li > a {
    color: #051A37 !important;
}

html.sticky-header-active .header-logo img.logo-dark {
    display: block !important;
}

html.sticky-header-active .header-logo img.logo-white {
    display: none;
}

html.sticky-header-active .header-nav-feature img.logo-dark {
    display: block !important;
}

html.sticky-header-active .header-nav-feature img.logo-white {
    display: none;
}

.header-transparent {
    background-color: rgba(235, 229, 222, 0.3) !important;
}

.header-logo {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.header-logo img {
    max-width: 120px;
}

#header .header-nav-main nav > ul > li > a {
    font-family: 'Clarity City' !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    color: #ffffff;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #051A37;
}

img.logo-dark {
    display: none !important;
}

.header-logo-dark .logo-dark {
    display: inline-block !important;
}

.header-logo-dark .logo-white {
    display: none !important;
}

.header-logo-dark .header-nav-main nav > ul > li > a {
    color: #051A37 !important;
}

#header .header-nav-main nav > ul > li > a.active {
    font-weight: 700 !important;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
    color: #051A37;
}

h1.xtraxtra {
    font-family: 'Gaia';
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #051A37;
}

h2.xtraxtra {
    font-family: 'Gaia';
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #051A37;
}

h3.xtraxtra {
    margin-bottom: 45px;
    font-family: 'Clarity City';
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #051A37;
}

h4.xtraxtra {
    font-family: 'Clarity City';
    letter-spacing: 1px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #EDB9A4;
    font-weight: 500;
}


.btn.btn-xtraxtra {
    background-color: #EDB9A4;
    border-color: #707070;
    text-transform: uppercase;
    font-family: 'Clarity City';
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 43px;
}

.singolo-articolo {
    padding: 10px;
    text-align: center;
}

.singolo-articolo img {
    border-radius: 250px;
}

.singolo-articolo .informazioni {
    margin-top: 15px;
    font-family: 'Clarity City';
}

.singolo-articolo .informazioni h2, .singolo-articolo .informazioni h3 {
    margin: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 0px;
}

.singolo-articolo .informazioni h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 3px;
}

.singolo-articolo .informazioni h3 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 3px;
}

.singolo-articolo .informazioni a {
    color: #051A37;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 45px;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background-color: #000000;
    border-color: #000000 #000000 #000000;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
}

.owl-carousel .owl-nav button.owl-prev:before, .owl-carousel .owl-nav button.owl-next:before {
    font-size: 14px !important;
    top: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 12px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 12px;
}

#footer {
    background-color: #EBE5DE;
    border-top: #EBE5DE;
    padding-top: 40px;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background-color: #F5F2EE;
    border-top: #F5F2EE;
    padding-top: 8px;
    padding-bottom: 6px;
}

#footer .footer-copyright p {
    font-family: 'Clarity City';
    color: #3E2D38;
    font-size: 11px;
    font-weight: 400;
}

#footer .newsletter h5 {
    color: #3E2D38;
    font-family: 'Clarity City';
    margin-bottom: 2px;
    font-size: 18px;
    letter-spacing: 0px;
}

#footer .newsletter p {
    color: #3E2D38;
    font-family: 'Clarity City';
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.newsletter input.form-control {
    background-color: rgba(255, 255, 255, 0.5);
    color: #B0A8A9 !important;
    font-family: 'Clarity City';
    font-size: 14px;
}

.newsletter .btn-primary {
    background-color: #3E2D38;
    color: #fff;
    font-family: 'Clarity City';
    font-size: 11px;
    margin-left: -20px !important;
}

.newsletter .input-group-rounded .btn {
    border-radius: 45px !important;
}

.newsletter .btn-primary:hover {
    background-color: #100b10;
    border-color: #100b10 #100b10 #100b10;
}

#footer .altri-link a {
    color: #3E2D38 !important;
    font-family: 'Clarity City';
    font-size: 14px;
    font-weight: 400;
}

#footer .altri-link a:hover {
    font-weight: 700;
}

.container-sustainability {
    background-image: url('../img/background-sustainability.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.container-sustainability h2 {
    color: #fff;
}

.container-sustainability h3 {
    margin-bottom: 45px;
    font-family: 'Clarity City';
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #fff;
}

.container-sustainability p {
    font-family: 'Clarity City';
    font-weight: 300 !important;
    font-size: 22px;
    line-height: 30px;
    max-width: 80%;
    display: inline-block;
    margin-bottom: 58px;
}

.container-sustainability p.quote {
    font-family: 'Clarity City';
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    max-width: 80%;
    display: inline-block;
    margin-bottom: 18px;
}

.container-sustainability .btn {
    background-color: #EDB9A4;
    border-color: #707070;
    text-transform: uppercase;
    font-family: 'Clarity City';
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 43px;
}

.box-about-visual h1 {
    font-family: 'Gaia';
    color: #EDB9A4;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 25px;
}

.box-about-visual h2 {
    color: #EBE5DE;
    font-weight: 400;
    font-family: 'Clarity City';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 30px;
}

.box-about {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../img/about-sfondo-greca.png');
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center;
    background-position-y: -200px;
}

.box-about img {
    max-width: 350px;
}

.box-about blockquote {
    color: #051A37;
    font-family: 'Clarity City';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.box-about h3 {
    margin-bottom: 0px;
    margin-top: 30px;
    color: #051A37;
    font-family: 'Clarity City';
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.box-about h5 {
    margin-top: 5px;
    color: #051A37;
    font-family: 'Clarity City';
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 48px;
}

.box-about p {
    color: #051A37;
    font-family: 'Clarity City';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.box-about a {
    text-decoration: underline;
    color: inherit;
}

.box-about a.bottone {
    background-color: var(--colore-salmone);
    border-radius: 43px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Clarity City';
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 15px;
}


.box-about a:hover {
    text-decoration: none;
}

.box-terms-and-condition {
    background-color: #EDB9A4;
}

.box-terms-and-condition h1 {
    font-family: 'Clarity City';
    color: #3E2D38;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.box-terms-and-condition p {
    font-family: 'Clarity City';
    color: #3E2D38;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.shop-decor {
    background-image: url('../img/about-sfondo-greca.png');
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center right;
    background-position-y: -200px;
    background-position-x: 120%;
    padding-top: 100px;
}

.box-contact h3 {
    color: #EDB9A4;
    margin-top: 20px;
}

.box-contact .form-control {
    border: 1px solid #3E2D38;
    border-radius: 43px;
    padding: 15px 20px;
    font-family: 'Clarity City';
    font-weight: 500;
    font-size: 16px !important;
    margin-bottom: 40px;
    resize: none;
}

.box-contact textarea.form-control {
    height: 300px;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.form-check-input:checked {
    background-color: #3E2D38;
    border-color: #3E2D38;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.box-contact .form-check {
    margin-bottom: 10px;
}

.box-contact .form-check label {
    color: #3E2D38;
    font-family: 'Clarity City';
    font-weight: 400;
    font-size: 16px;
    vertical-align: 1px;
    margin-left: 10px;
}

.box-contact .form-check label a {
    color: #3E2D38;
    text-decoration: underline;
}

.box-contact button {
    background-color: #3E2D38;
    font-family: 'Clarity City';
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    border: 0px;
    border-radius: 43px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
}

#header .header-nav-features .header-nav-features-cart .mini-products-list li .product-image img {
    max-width: 60px
}

.main.carrello {
    background-image: url('../img/about-sfondo-greca.png');
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center right;
    background-position-y: -200px;
    background-position-x: 120%;
    padding-top: 80px;
    font-family: 'Clarity City' !important;
}

.main.carrello .breadcrumb li {
    color: #051A37 !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
}

.main.carrello .breadcrumb li a {
    font-weight: 700;
    color: #051A37 !important;
}

.main.carrello .input_coupon {
    border-radius: 43px;
    border: 1px solid #d5d5d5;
    font-size: 13px;
    font-weight: 400;
    width: 160px;
}

.main.carrello .bottone-generico, .main.checkout .bottone-generico, .bottone-generico {
    background-color: #3E2D38;
    border: 1px solid #3E2D38;
    border-radius: 43px;
    font-family: 'Lato';
    padding: 8px 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    vertical-align: 16px;
}

.main.carrello .bottone-generico-outline, .main.checkout .bottone-generico-outline, .bottone-generico-outline {
    background-color: #ffffff;
    border: 1px solid #3E2D38;
    border-radius: 43px;
    font-family: 'Lato';
    padding: 8px 20px;
    color: #3E2D38;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    vertical-align: 16px;
}

.main.carrello .bottone-generico:hover, .main.checkout .bottone-generico:hover, .bottone-generico:hover {
    background-color: var(--colore-salmone);
    color: #3E2D38;
    text-decoration: none;
}

.main.carrello .bottone-generico-outline:hover, .main.checkout .bottone-generico-outline:hover, .bottone-generico-outline:hover {
    background-color: #3E2D38;
    color: #ffffff;
    text-decoration: none;
}

.main.carrello .bg-color-hover-primary:hover, .main.carrello .bg-hover-primary:hover {
    border-color: var(--colore-salmone) !important;
    background-color: var(--colore-salmone) !important;
}

.main.login-page {
    font-family: 'Clarity City';
}

.sticky-header-active #header .header-nav-features .header-nav-features-cart {
    vertical-align: -8px;
}

.header-logo-dark a.utente-loggato {
    color: #051A37 !important;
}

.header-logo-dark a.utente-loggato i {
    color: #051A37 !important;
}

a.utente-loggato {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Clarity City' !important;
}

a.utente-loggato i {
    color: #fff !important;
}

.sticky-header-active a.utente-loggato {
    color: #051A37 !important;
    font-weight: 400 !important;
    font-family: 'Clarity City' !important;
}

.sticky-header-active a.utente-loggato i {
    color: #051A37 !important
}

.box-dettaglio-prodotto h1 {
    text-transform: uppercase;
    font-family: 'Lato';
    color: #051A37;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.box-dettaglio-prodotto p {
    color: #051A37;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}

.box-dettaglio-prodotto .altre-informazioni h3 {
    color: #051A37;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-dettaglio-prodotto .altre-informazioni p {
    font-size: 15px;
    line-height: 27px;
}

.box-dettaglio-prodotto .gallery-prodotto img {
    width: 100%;
    margin-bottom: 20px;
}

.box-altri-prodotti h4 {
    color: #051A37;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 60px;
    font-size: 30px;
}

.area-indietro a {
    color: #051A37;
    font-family: 'Lato';
    font-size: 10px;
    text-transform: uppercase;
}

.area-indietro img {
    max-width: 15px;
    margin-right: 5px;
}

.area-taglie-colori {
    padding: 40px 10px;
    background-image: url(../img/prodotto-sfondo-colori-taglie.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.area-taglie-colori label {
    display: block;
    text-align: left;
    margin-top: 0px;
    font-family: 'Clarity City' !important;
    text-transform: uppercase;
    color: #051A37;
    font-size: 12px
}

.area-taglie-colori label a {
    text-transform: lowercase;
    color: #051A37;
    text-decoration: underline;
}

.area-taglie ul, .area-colori ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.area-taglie {
    display: block;
    margin-bottom: 10px;
}

.area-taglie ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 60px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.area-taglie ul li.active a {
    background-color: #707070;
    color: #fff;
    text-decoration: none;
}

.area-taglie a {
    background-color: #EAE5DF;
    border: 1px solid #707070;
    border-radius: 43px;
    font-family: 'Lato';
    padding: 8px 20px;
    color: #051A37;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
}

.area-taglie a:hover {
    background-color: #707070;
    color: #fff;
    text-decoration: none;
}

.area-colori {
    display: inline-block;
}

.area-colori ul li {
    display: inline-block;
    height: 44px;
    width: 40px;

    margin-right: 6px;
}

.area-colori ul li a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 43px;
    border: 1px solid transparent;
    position: relative;
}

.area-colori ul li.active a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: "✔";
    color: var(--colore-salmone) !important;
}

.area-colori ul li a:hover {
    border: 1px solid #efefef;
}

.area-quantita {
    display: inline-block;
    vertical-align: 15px;
}

.area-quantita .azioni {
    display: inline-block;
    width: 50px;
    vertical-align: -13px;
    margin-right: 30px;
}

.area-quantita span {
    background-color: #F5F2EE;
    font-family: 'Lato';
    color: #051A37;
    font-size: 20px;
    border-radius: 43px;
    text-align: center;
    padding: 0px 0px;
    display: block;
    margin-bottom: 3px;
    line-height: 22px;
    cursor: pointer !important;
}

.area-quantita input.quantita {
    background-color: #F5F2EE;
    border-radius: 43px;
    border: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    text-align: right;
    font-family: 'Lato';
    color: #051A37;
    font-size: 15px;
    display: inline-block;
    width: 90px;
    margin-right: 4px;
}

.area-taglie-colori a.aggiungi-carrello {
    background-color: #3E2D38;
    border: 1px solid #3E2D38;
    border-radius: 43px;
    font-family: 'Lato';
    padding: 8px 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    vertical-align: 16px;
}

.area-taglie-colori a.aggiungi-carrello:hover {
    background-color: #707070;
    color: #fff;
    text-decoration: none;
}

.main.checkout {
    background-image: url('../img/about-sfondo-greca.png');
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center right;
    background-position-y: -200px;
    background-position-x: 120%;
    padding-top: 80px;
    font-family: 'Clarity City' !important;
}

.main.checkout .breadcrumb li {
    color: #051A37 !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
}

.main.checkout .breadcrumb li a {
    font-weight: 700;
    color: #051A37 !important;
}

.badge.badge-primary {
    background-color: var(--colore-salmone);
    text-transform: uppercase;
    padding-top: 5px;
    color: #051A37;
    font-weight: 500;
}

@media (min-width: 320px) and (max-width: 667px) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: portrait) {
    #header .header-btn-collapse-nav {
        background: #051A37 !important;
    }
    .header-logo-dark .header-nav-main nav > ul > li > a {
        color: #ffffff !important;
    }
}