
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color: #e7a402;
    --medium-gray: #8d8987;
    --black: #282725;
    --dark-gray: #383632;
    --red: #d51f0f;
    --green: #45877f;
    --very-light-gray: #f9f6f3;
    --yellow: #ECBA23;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Schibsted Grotesk', sans-serif;
} 
body {
    font-size: 17px;
    line-height: 30px;
}
.aggiungo{
    display: flex;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
}
.aggiungo img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.aggiungo span{
    color: white;
    font-size: 14px;
}
.sticky-active .aggiungo span{
    color: #00413C;
    font-size: 14px;
}
.box-image{
    border-radius: 10px 10px 0px 0px;
}
.box-text{
    border-radius: 0px 0px 10px 10px;
}
.bg-main-green{
    background-color: #45877f;
}
.main-gradient{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(231,164,2,1) 55%, rgba(69,135,127,1) 96%);
}
/* header */
header .navbar-brand img {
    max-height: 65px;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
}
header .btn.btn-switch-text.btn-small > span {
    padding: 11px 25px 9px;
}
.sticky .header-transparent .header-button .btn { 
    background-color: var(--dark-gray);
    border-color: rgba(23, 23, 23, 0.20);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
}
/* heading */
h1, .h1 {
    line-height: 4rem;
}
h2 {
    line-height: 3.2rem;
}
/* btn */
[class*="btn-transparent"], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn i {
    top: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 18px;
    padding: 19px 32px 16px;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 17px;
    padding: 17px 28px 14px; 
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 16px;
    padding: 15px 24px 12px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 14px;
    padding: 13px 20px 11px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 13px;
    padding: 10px 18px 7px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon i {
    font-size: 24px;
    line-height: 0;
    top: -2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 5px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h2 {
    font-size: 15px;
    line-height: 26px;
}
/* border color */
.border-color-extra-medium-gray {
    border-color: #c7c2bf !important;
}
/* bg color transparent */
.bg-base-color-transparent {
    background: rgba(211,145,33,0.9);
}
.text-outline-base-color-background {
    -webkit-text-fill-color: var(--base-color);
}
.subscribe-popup .newsletter-style-05 .submit {
    font-size: 17px;
}
/* portfolio */
.portfolio-filter li {
    padding: 0 35px;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
/* review */
.review-star-icon i {
    letter-spacing: 1px;
}
/* categories */
.categories-btn {
    line-height: 21px;
    letter-spacing: 0;
    padding: 3px 14px 4px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* footer */
footer .footer-logo img {
    max-height: 49px;
}
footer .elements-social li {
    margin: 0 22px 0 0;
}
footer .social-icon-style-08 ul li a:hover {
    opacity: 1;
}
footer .facebook{
    color:#3b5998;
}
footer .twitter {
    color: #00aced;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* team style */
.team-style-05:hover img {
    filter: grayscale(100%);
}
/* margin */
.mt-minus-2px {
    margin-top: -2px;
}
/* map */
.infowindow .mb-3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}
.infowindow p {
    font-size: 17px;
    letter-spacing: 0;
}
.google-maps-link a {
    font-size: 13px;
    letter-spacing: 1px;
}

.cart-flot{
    position: fixed;
    width: 60px;
    height: 60px;
    background: aliceblue;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 50%;
    font-size: 25px;
    color: #FFFFFF;
    background-color: var(--green);
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.cart-flot small{
    position: absolute;
    background: red;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    margin: -5px 9px 0px;
    font-size: 13px;

}

.cart-table td{
    padding: 10px 5px;
}
.cart-table tr{
    border-bottom: 1px dashed #979797;
}
.cart-table .image{
  
    width: 25%;
}

.cart-table .name{
    font-size: 14px;
    width: 60%;
}
.cart-table .price{
    font-family: var(--alt-font);
    font-size: 25px;
    text-align: right;
    vertical-align: top;
    width: 15%;
}

.number-input {
    border: 1px solid #2ea033;
    display: inline-flex;
    border-radius: 15px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
  width: 60%;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  width: 40%;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 1px;
  font-size: 0.8rem;
  height: 2rem;
  font-weight: bold;
  text-align: center;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 14pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
    letter-spacing: 5px;
    font-size: 13px;
}
.full-stars:before {
    -webkit-text-stroke: 1px orange;
    letter-spacing: 5px;
    font-size: 13px;
} 
.scroll-text{
display: none;

}
.menu-tab .card-body small{
    font-family: 'Schibsted Grotesk';
    font-size: 11px;
    letter-spacing: normal;
}
.aggiungo-flot{
    position: fixed;
    width: 60px;
    height: 60px;
    background: aliceblue;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 50%;
    font-size: 25px;
    color: #FFFFFF;
}

/* media query responsive */
@media (max-width: 1199px) {
    header .btn.btn-switch-text.btn-small > span {
        padding: 10px 15px 8px;
    }
}
@media (max-width: 991px) {
    header .btn.btn-transparent-white-light {
        background-color: var(--dark-gray);
        border-color: rgba(23, 23, 23, 0.20);
        color: var(--white);
    }
    .aggiungo span{
        color: #00413C;
        font-size: 14px;
    }
    .menu-tab ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: initial !important;
        padding-bottom: 17px;
        margin: 2px 0px 0px 0px;
        
    }
}
@media (max-width: 767px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
      }
      .scroll-text{
        font-size: 11px;
        position: absolute;
        bottom: 0px;
        color: white;
        display: inline;
        margin: 0px 0px -2px 0px;
        text-align: center;
        width: 100%;
        line-height: 0;
        background-color: var(--green);
        padding: 3px;
      }
    .portfolio-filter li {
        padding: 0;
        margin-bottom: 5px;
    }
    .sm-text-outline-width-1px {
        -webkit-text-stroke-width: 1px;
    }
    .tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
        margin: 5px 0px !important;
        font-size: 12px !important;
        text-wrap: nowrap !important
    }
    .menu-category-text{
        background-color: var(--green);
        color: white;
        font-size: 20px;
        margin: 0;
    }
   
    .menu-tab .card-body h5{
        font-family: 'Schibsted Grotesk';
    font-size: 13px;
    word-spacing: normal;
    letter-spacing: normal;
    }
}
@media (max-width: 575px) {
    .video-icon-large .video-icon {
        width: 75px;
        height: 75px;
    }
    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        top: -30px;
        left: -30px;
    }
    .xs-w-320px {
        width: 320px !important
    }
    .xs-h-320px {
        height: 320px !important;
    }
    .btn.btn-switch-text.btn-extra-large > span {
        font-size: 17px;
        padding: 14px 22px 11px;
    }
    .aggiungo{
        line-height: 14px;
    }
    .aggiungo img{
        width: 45px;
        height: 45px;
      
    }
    .aggiungo small{
        font-size: 9px;
    }
    .aggiungo span{
        font-size: 12px !important;
    }
    .menu-tab .card-body{
        padding: 0px 4px 2px 4px !important;
    }
    
}


.flake path{
    fill:#fff;
  }
  
  .flake-wrapper{
    position:fixed;
    z-index:999;
  }
  
  @keyframes falling{
    0%{
      top:-50px;
      opacity:1;
    }
    50%{
      opacity:1;
    }
    80%{
      opacity:0;
    }
    100%{
      top:100%;
      opacity:0;
    }
  }
  
  .flake{
    width:100%;
    height:100%;
  }
  