:root {
    scroll-behavior: smooth;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

a,
a:active,
a:hover {
    text-decoration: none;
    color: #000;
}


p a {
    text-decoration: underline;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .modal-dialog {
        max-width: 700px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.app {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bg-black {
    background-color: #000000;
}

.bg-lightgrey {
    background-color: #FCFCFC;
}

.section {
    padding: 2rem 0;
}

.row-divider {
    margin-top: 12rem;
}

.head-title {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.head-subtitle {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.product_header h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
}

.masthead {
    height: 70vh;
    display: block;
    position: relative;
    padding: 0 0;
    background: url("../img/masthead.jpg");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.masthead .logo-row {
    background-color: rgb(255 255 255 / 80%);
}


/* dropdown */
#lingua.dropdown {
    position: absolute;
    right: 10px;
}

#lingua .dropdown-toggle {
    border-radius: 0;
    font-size: 12px;
}

#lingua .dropdown-menu {
    border-radius: 0;
}

#lingua .dropdown-menu ul {
    margin-bottom: 0;
    padding-left: 15px;
}

#lingua .dropdown-menu ul li {
    list-style: none;
    font-size: 12px;
}

/**/
#focus.section {
    padding: 0;
}

.img-focus {
    background: url('../img/design.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
}

.shoes-box {
    border: 1px solid #E2E2E2;
    box-shadow: 0 2px 5px #E2E2E2;
    padding: 10px 10px;
}

.shoes-box h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px;
}

.shoes-box .btn-track {
    width: 100%;
}

.details {
    padding: 0 10px;
}

.details li {
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    color: #595959;
    margin-bottom: 8px;
}

.details li span {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #333333;
    letter-spacing: 1px;
}

.image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}

.image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* accordion styles */
.accordion .btn {
    text-transform: uppercase;
    padding: 0 0;
    color: #000;
}

.accordion .card {
    border-color: #000;
    border-radius: 0;
    margin-bottom: 5px;
}

.accordion .card-header {
    background-color: #000;
    border-bottom: 0px solid #fff;
    border-radius: 0;
}

#packaging .accordion .card-header {
    background-color: #c9d8ce;
    border-bottom: 1px solid #333;

}

.accordion .card-header .btn {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: transparent;
}

.accordion .btn.collapsed::after {
    transform: rotate(90deg);
}

.accordion button.btn::after {
    transform: rotate(45deg);
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 30px;
    line-height: 25px;
}

.card-body {
    border-bottom: 1px solid #000;
}

.card-body ul {
    padding: 0 0;
    margin: 0 0;
}

.card-body ul li {
    list-style: none;
    margin-bottom: 0.5em;
}


#slogan {
    background-color: #f5f5f6;
}

.simple-link {
    position: relative;
    font-size: 16px;
    line-height: 1.5rem;
    color: #131516;
    border-bottom: 1px solid #131516;
}

.simple-link.map-icon {
    padding-left: 32px;
    line-height: 34px;
}

.simple-link.map-icon::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: -1px;
    background: url("../img/map-marker.svg") #f5f5f6;
}



#madeinblock {
    background-color: #e9ecef;
}

#madeinblock hr {
    width: 100%;
    border-top: 1px solid rgb(0 0 0);
}

#madeinblock .btn {
    background-color: #223b86;
    margin: 0 0;
    padding: 0.75em 1em;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 4px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

#madeinblock p {
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 20px;
}

#codice-prod {
    border: 2px solid #000;
    border-radius: 0;
    background-color: #fff;
}

.tabella-analisi {
    border: 1px solid #000;
}

.tabella-analisi .tabella-titolo {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
}

.tabella-analisi .tabella-dato {
    text-align: center;
    padding: 0.5em 0;
}

.tabella-analisi .product_description {
    font-size: 18px;
    line-height: 20px;
}

.tabella-analisi .product_paragraph {
    font-style: italic;
}

.tabella-dato .product_paragraph.focus {
    color: #007EBC;
}

.tabella-dato .product_description {
    font-size: 16px;
    text-transform: uppercase;
    word-break: break-all;
}

.tabella-dato .product_description a {
    text-transform: initial;
}

.link-documento {
    position: relative;
    padding: 1em 0;
    margin-bottom: 1em;
}

.link-documento h4 {
    margin: 0;
    text-transform: uppercase;
}

.link-documento h6 {
    color: #007EBC;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
    margin: 0 0 1em 0;
}

.link-documento .button-pdf {
    position: relative;
    display: inline-block;
    background: #007EBC;
    box-shadow: #343a40 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 20px 10px 40px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    word-break: break-word;
    border: 0;
    border-radius: 99px;
}

.link-documento .button-pdf::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url('../img/pdf.png');
    background-size: contain;
    left: 10px;
}

.link-documento .btn-madeinblock {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 44px;
    background-color: #fff;
    box-shadow: #343a40 0 10px 20px -10px;
    border-radius: 99px;
    padding: 0.3rem 0.75rem 0;
}

.btn.btn-link.dark {
    font-weight: bold;
    font-size: 1em;
    color: #484848;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    text-align: left;
    padding: 0 0;
}

#packaging {
    background-color: #E0E8E3;
    color: #2E6745;
}

.btn-black {
    background-color: #000;
    border: 1px solid #000;
    padding: 0.5em 1em;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 0;
    text-decoration: none;
    box-shadow: 0 3px 4px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.btn-green {
    background-color: #2E6745;
    border: 1px solid #2E6745;
    padding: 0.5em 1em;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 0;
    text-decoration: none;
    box-shadow: 0 3px 4px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.btn-track {
    font-family: 'Nunito', sans-serif;
    min-width: 140px;
    height: 50px;
    position: relative;
    display: inline-block;
    background: rgb(9, 130, 190);
    background: linear-gradient(0deg, rgba(9, 130, 190, 1) 0%, rgba(34, 59, 134, 1) 100%);
    box-shadow: rgb(52 58 64 / 30%) 0 5px 8px 0px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 40px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    word-break: break-word;
    border: 0;
    border-radius: 99px;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    text-align: left;
}

.btn-track::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background: url("../img/right-arrow.png");
    background-size: cover;
    width: 20px;
    height: 20px;
}

.btn-track .icon-madeblock {
    width: 60px;
    position: absolute;
    right: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-black.uppercase {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.imgblog.dx {
    width: auto;
    height: 100%;
    display: block;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

.imgblog.sx {
    width: auto;
    height: 100%;
    display: block;
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

.imgblog.dx.blog-1 {
    background: url('../img/acidi-ialuronici_blog.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.imgblog.sx.blog-2 {
    background: url('../img/beauty-cosmetics_blog.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#blog h2 {
    margin-bottom: 5px;
}

#blog .news_01,
#blog .news_02 {
    position: relative;
}

#blog .news_01::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #F6F6F6;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    left: 30%;
    top: 5%;
}

#blog .news_02::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #F2DDD2;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    left: 10%;
    bottom: 5%;
}

.company {
    width: 100%;
    background-color: #000;
    padding: 0.75em;
    border: 1px solid #fff;
}

.company img {
    width: 100%;
    max-width: 140px;
}

.company .border-white {
    border: 1px solid #fff;
}

.company .btn-white {
    background-color: #fff;
    padding: 0.5em 1em;
    color: #000;
    display: inline-block;
    text-align: center;
    margin: 8px 0 20px;
    text-decoration: none;
    box-shadow: 0 3px 4px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.slide-container {
    border: 1px solid #000;
}

.slide-container .slide-title {
    background-color: #000;
    margin: 10px 10px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.slide-container .slide-title.crosslink {
    background-color: #D2D7F2;
    color: #000;
}

.slide-container .slide-title h3 {
    margin: 0;
    padding: 0;
}

.slide-container .slide-title h3 span {
    display: block;
    font-size: 24px;
    line-height: 22px;
}

.slide-container .slide-paragrafo .w-35 {
    width: 35%;
}

.slide-container .slide-paragrafo {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    border-bottom: 1px solid #000;
}

.slide-container .slide-paragrafo p {
    padding-bottom: 1.85em;
    margin: 0 0;
}

.slide-container .slide-paragrafo .focus {
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0;
}

.slide-container .slide-paragrafo .focus.rose-1 {
    background-color: #E7BFAA;
    color: #62331B;
}

.slide-container .slide-paragrafo .focus.rose-2 {
    background-color: #EDCEBE;
    color: #62331B;
}

.slide-container .slide-paragrafo .focus.rose-3 {
    background-color: #F2DDD2;
    color: #62331B;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    height: 400px;
}

.carousel-control-next .carousel-control-next-icon {
    background-image: url('../img/right-arrow.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: -40px;
}

.carousel-control-prev .carousel-control-prev-icon {
    background-image: url('../img/right-arrow.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    margin-left: -40px;
}


/* footer */

footer {
    background: #000;
    padding: 2em 0;
    margin: 0 0;
}

footer p,
footer a {
    font-size: 14px;
    color: #fff;
}

footer a,
footer a:active,
footer a:visited {
    color: #fff;
    text-decoration: underline;
}

footer ul.social {
    padding: 0;
    margin: 0;
}

footer ul.social li {
    display: inline-block;
}

footer ul.social li img {
    width: 30px;
    height: 30px;
    margin: 0 0.25rem;
}

.box-madeinblock {
    background-color: #fff;
    border-radius: 5px;
    padding: 0.5em 0.85em;
    line-height: 28px;
}

.box-madeinblock p {
    color: #333;
    margin: 0;
    line-height: 20px;
}

.box-madeinblock p a {
    color: #333;
    margin: 0;
    line-height: 18px;
    text-decoration: underline;
}


/* FINE footer*/


/* modal */

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-body .tabella-analisi .tabella-titolo,
.modal-body .tabella-analisi .tabella-dato {
    padding: 0.5em;
    text-align: left;
}

.modal-body .tabella-info {
    background-color: #f8ece6;
    font-size: 14px;
    line-height: 18px;
    padding: 1em;
}

.modal-body .tabella-info p {
    margin: 0;
}