/* Header */
.ribbon-navtop {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: grid;
    align-items: center;
    z-index: 1100;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ribbon-content {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;;
    background: #E4C7C5;
}
.ribbon-content .desc {
    display: inline-block;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
}
.ribbon-content .desc a {
    text-decoration: underline;
}
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #FFF;
    display: grid;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.logo-main {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 10px;
    text-indent: -9999999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/logo.svg);
    background-size: 45px 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navtop-link {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 100%; 
}
.navtop-link a {
    display: inline-block;
}
.navtop-link a:first-of-type:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}
.navmain-link a {
    font-size: 20px;
}
.navmain-link a, .navmain-link a:focus {
    color: #000;
}
.nav-dropdown {
    position: absolute;
    height: 0;
    opacity: 0;
    display: none;
    pointer-events: none;
}
.header.sticky {
    width: 100%;
    min-height: 70px;
    position: fixed!important;
    top: 0;
    z-index: 1020;
    padding: 0;
    background: #FFF!important;
    box-shadow: 0 1px 4px rgb(204 204 204 / 60%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header.sticky .container {
    padding: 10px 0;
}
.header.sticky .logo-main {
    width: 129px;
    height: 16px;
    margin: 0 auto 5px;
    background-image: url(../img/company.svg);
    background-size: 129px 16px;
}
.header.sticky .navtop-link a {
    font-size: 14px;
}
.header.sticky .navmain-link a {
    font-size: 13px;
}
.header.sticky .navtop-link a:hover, .header.sticky .navmain-primary ul li a:hover {
    color: #48597b!important;
}
.header.sticky .ribbon-navtop {
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.btn-menu {
    display: none;
}
.dropdown-menu {
    display: none;
}
.header .list-social a  {
    font-size: 15px;
    color:#48597b;
    margin-left: 20px;
}

/* Header global */
.header-global .header {
    position: relative;
}
.header-global .navmain-primary ul li a, .header-global .navtop-link a, .header-global .navtop-link a.icon-member  {
    color: #48597b!important;
}
.header-global .navtop-link a:hover, .header-global .navmain-primary ul li a:hover {
    color: #48597b!important;
}
.header-global .btn-menu {
    color: #48597b!important;
}
.header-jewelry {
    width: 100%;
    position: absolute;
}

/* Footer */
.footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer .grid-column {
    display: grid;
    align-items: center;
    margin-top: 30px;
}
.footer .footer-dropdown-menu {
    display: none;
}
.navfooter {
    margin-bottom: 20px;
}
.footer-nav-list {
	text-align: left;
}
.footer-column .footer-nav-list {
	text-align: center;
}
.footer-nav-list h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-nav-list ul li {
    display: block;
    line-height: 1.3;
}
.footer-nav-list ul li a {
    font-size: 14px;
    color: #a4a4a4;
}
.footer-nav-list ul li a:hover {
    color: #000;
}
.footer-nav-list.inline {
    margin-bottom: 0;
}
.footer-nav-list.inline ul li {
    display: inline-block;
    margin: 0 10px 15px;
}
.footer-nav-list.inline ul li a {
    color: #000;
}
.footer .list-social {
    text-align: center;
    margin-bottom: 60px;
}
.footer .list-social a {
    margin: 0 12px;
}
.copyright {
    font-size: 13px;
    text-align: center;
}
.fixed-accept {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    color: #FFF;
    z-index: 2000;
    background: rgb(0 0 0 / 95%);
}
.fixed-accept.hide {
    display: none!important;
}
.fixed-accept h3 {
    margin-bottom: 10px;
}
.fixed-accept .col-accept {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 200px; 
}

/* Cookie */
#cookie-law-info-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    align-items: center;
    font-family: minerva-modern, sans-serif;
    font-weight: 400;
    padding: 28px 0;
    font-size: 14px;
    color: #FFF;
    z-index: 1000;
    background: rgb(0 0 0 / 95%);
}
#cookie-law-info-bar .container {
    position: relative;
}
#cookie-law-info-bar strong {
    display: inline-block;
    margin-bottom: 10px;
    font-family: minerva-modern, sans-serif;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
}
#cookie-law-info-bar .cli_action_button {
    min-width: 200px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: minerva-modern, sans-serif;
    line-height: 60px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    padding: 0 50px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    outline: none;
    border: 1px solid #ededed;
    transition: all 0.3s ease-out;
    background-color: #FFF;
}

@keyframes marquee-animation {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
@media (min-width: 1200px) { 
    .header .list-social {
        right: 50px;   
    }
}
@media (min-width: 992px) { 
    .header .list-social {
        position: absolute;
        top: 0;
        right: 20px;    
        display: flex;
        align-items: center;
        height: 100%;              
    }
    .header.sticky .navtop-link, .header.sticky .list-social {
        align-items: flex-end;
        top: -12px;
    }
    .navmain-primary {
        text-align: center;
    }
    .navmain-link {
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
    }
    .navmain-link a, .navmain-link a:focus, .navmain-link a:hover, .navtop-link a, .navtop-link a:hover, .navtop-link a:focus {
        color: #48597b;
    }
    .navtop-link a, .navmain-primary ul li a {
        display: block;
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
    }
}

@media (min-width: 768px) { 
    .footer-nav-list {
        text-align: left;
    }
    .navfooter .footer-nav-list {
        text-align: center !important;
    }
    .footer-nav-list.inline ul li {
        margin: 0 15px 0 0;
    }
    .footer-column {
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns: repeat(3,1fr);
    }
    .copyright {
        text-align: right;
    }  
     
}

@media (max-width: 991.98px) { 

    .ribbon-navtop {
        position: relative;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }
    .ribbon-navtop .blankspaces {
        height: 40px;
    }
    .ribbon-navtop .container {
        padding-right: 0;
        padding-left: 0;
    }
    .ribbon-content {
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
    }
    .ribbon-content .desc {
        display: inline-block;
        padding-left: 100%;
        animation: marquee-animation 20s linear infinite;
    }
    .ribbon-content .desc:hover {
        animation-play-state: paused;
    }
    .header {
        position: absolute;
        display: block;
        background: transparent;
    }
    .header .container { 
        height: 100%;
        padding: 40px 0;
    }
    .logo-header {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 900;
        display: flex;
        text-align: center;
        pointer-events: none;
        height: 100%;
        align-items: center;
    }
    .logo-main {
        width: 90px;
        height: 51px;
        pointer-events: all;
        margin: 0 auto;
        background-size: 90px 51px;
        background-image: url(../img/logo-main.svg)!important;
/*         filter: brightness(100); */
    }
    .navtop-link {
        z-index: 60000;
    }
    .navtop-link a.icon-member {
        font-size: 20px!important;
        color:#FFF;
    }
    .btn-menu {
        position: absolute;
        height: 100%;
        top: 0;
        right: 20px;
        font-size: 12px;
        color: #FFF;
        z-index: 1000000;
        overflow: hidden;
        cursor: pointer;
        display: grid;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .btn-menu:after {
        content: "\e908";
        display: none;
        font-size: 12px;
        color:#000;
        font-family: 'icon-meo-jewelry', sans-serif;;
        position: relative;
        z-index: 1000;
    }
    .header-open .btn-menu {
        width: 24px;
        height: 24px;
        top: 26px;
        border-radius: 50%;
        background-color: #FFF;
    }
    .header-open .btn-menu span {
        display: none;
    }
    .container-navpanel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 80px 20px 0;
        text-align: left;
        background: #FFF;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .5s, visibility .5s, height .5s;
        transition: opacity .5s, visibility .5s, height .5s;
    }
    .navmain-link {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .dropdown-menu {
        display: block;
    }
    body.header-open {
        height: 100vh;
        overflow: hidden;
    }
    .header-open .header {
        padding-top: 0;
        height: 60px;
    }
    .header-open .container-navpanel {
        z-index: 6000;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }
    .header-open .navmain-link > a {
        font-size: 20px!important;
    }
    .header-open .icon-member {
        color: #000!important;
    }
    .header-open .ribbon-navtop {
        display: none;
    }
    .header-open .btn-menu {
        background-color: transparent!important;
        border: 1px solid #000!important;
    }
    .header-open .btn-menu:after {
        display: grid;
    }
    .header.sticky {
        padding: 0;
        height: 60px;
    }
    .header.sticky .logo-main {
        width: 150px!important;
        height: 33px!important;
        pointer-events: all;
        margin: 0 auto!important;
        background-image: url(../img/logo-mobile-full.svg)!important;
        background-size: 150px 33px!important;
        filter: brightness(100%);
    }
    .header.sticky .btn-menu {
        color: #48597b;
    }
    .header-open .header.sticky .btn-menu {
        background-color: transparent!important;
    }
    .header-global .header {
        padding-top: 0;
        height: 60px;
    }
    .header-global .logo-main {
        width: 90px;
        height: 51px;
        pointer-events: all;
        margin: 0 auto;
        background-size: 90px 51px;
        background-image: url(../img/logo-main-blue.svg)!important;
        filter: brightness(100%);
    }
    .nav-dropdown {
        position: relative;
        top: 100%;
        opacity: 1;
        margin-top: 10px;
        pointer-events: all;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }
    .dropdown.active .nav-dropdown {
        height: inherit;
        visibility: visible;
        z-index: 1;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .navsub-link {
        padding: 3px 0;
    }
    .navsub-link a {
        font-size: 15px!important;
        color: #a4a4a4!important ;
    }
    #cookie-law-info-bar {
        padding: 20px 0;
    }
    #cookie-law-info-bar .cli_action_button {
        position: relative;
        min-width: 175px;
        height: 50px;
        line-height: 50px;
        top: 0;
        right: inherit;
        display: block!important;
        margin: 20px 0 0;
        transform: translateY(0);
    }
    .header.sticky .navtop-link {
        align-items: center;
    }
    .header.sticky .navtop-link a.icon-member {
        color: #000;
    }
    .header .list-social {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 80px;
        padding: 0 20px;
        display: block;
        text-align: center;
    }
    .header .list-social a {
        margin: 0 15px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) { 

    .footer-dropdown-menu {
        display: block!important;
    }
    .navfooter {
        height: 0;
        visibility: hidden;
        background: #FFF;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }
    .footer .list-social {
        margin-bottom: 50px;
    }
    .footer .grid-column {
        margin-top: 50px;
    }
    .footer-nav-list {
        text-align: center;
    }
    .footer-nav-list h3 {
        margin-bottom: 5px;
    }
    .footer-nav-list.show .navfooter {
        height: inherit;
        visibility: visible;
        z-index: 1;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .fixed-accept {
        padding: 30px 0;
    }
    .fixed-accept .col-accept {
        grid-template-columns: 1fr; 
    }
    .fixed-accept .col-accept .btn {
        margin: 20px auto 0 0;
    }
} 