
:root {
    --font-size-body: 20px;
}

body.Page-maintenance,
body.Page-countdown{
    color: #fff;
}

body.Page-maintenance a,
body.Page-countdown a{
    font-weight: bold;
}

body,
header{
    background: url(/templates/frontend/img/backgrounds/bck.png);
}

.footer-top-area::after {
    background-image: url('/templates/frontend/img/backgrounds/bck_footer.png');
    height: 23px;
}

.home-icon{
    font-size: 70px;
    color: #7f462c;
}

.comming-soon{
    width: 30vw !important;
    height: 100vh;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
}

@media (max-width: 1200px) {
    .comming-soon{
        width: 50vw !important;
    }
}

@media (max-width: 800px) {
    .comming-soon{
        width: 100vw !important;
    }
}

body.Page-countdown{
    color: #fff;
    height: 100vh;
    width: 100vw;
    background: url(/templates/frontend/img/backgrounds/1.jpg) center center no-repeat;
    background-size: cover;
}
.privacy_container{
    height: 100px !important;
    border: 1px solid #999;
    overflow-y: scroll;
}
.privacy_container p{
    font-size: 10px;
}

#offersPopup .percentage{
    font-size: 22px;
    color: #182649;
}

#offersPopup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 70px;
    z-index: 1000;
}

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 10000;
}

.scrolltocheck{
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-color3);
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    border-radius: 10%;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scrolltocheck:hover {
  background: var(--theme-color1);
  color: #ffffff;
}

.language-selector .mn-sub{
    width: 120px;
}
.language-selector .mn-has-sub-icon{
    margin: 0 0 0 8px;
}

.inner-nav ul li a{
    color: #fff;
}

.bg-dark-alfa-70::before{
   /*background: rgba(17,17,17, .6); */
   background: none;
}

@media(min-width: 1200px) {
    .slider-category .grid-wrap .grid-wrapper {
        width: calc(33.3% - 30px);
    }
}

.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title{
    font-weight: normal;
    font-size: 16px;
}

.mobile-menu .menu-link{
    width: 100%;
}

.megamenu-content .mainwrap ul.main-menu li.menu-link .menu-dropdown.banner-menu ul.ul li.bannermenu-li{
    width: 14.2% !important;
}

body:not(.Page-countdown) .about-area-2,
.project-count-area,
.about-team-2,
.form-contact-3,
.form-contact-2,
.google-map
{
    background-color: unset !important;
}

.count-wrap{
    background: #fff;
}

.banner-hover img{
    border-radius: 30px;
}

.privacy_container{
    color: var(--sti-color);
  font-size: var(--sti-font-size);
  padding: 10px 15px;
  background-color: var(--sti-bgcolor);
  font-family: var(--font-stack-body);
  text-transform: var(--sti-text);
  font-weight: var(--sti-font-weight);
  border: var(--sti-border);
  border-radius: var(--sti-border-radius);
}

body.Page-gelateria .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/gelateria/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-natale .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/natale/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-pasqua .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/pasqua/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-cioccolateria .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/cioccolateria/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-marmellate .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/marmellate/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-salati .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/salati/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}

body.Page-folloviello .breadcrumb-area {
    background-image: url('/templates/frontend/img/categories/folloviello/top.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
}


.slider-category .cat-block .title-block h6.cat-title{
    font-size: 24px;
}

.slider-category .cat-block .title-block p{
    font-size: 18px;
}