@font-face {
    font-family: 'LeviBrush';
    src: url('LEVIBRUSH.eot'); /* IE9 Compat Modes */
    src: url('LEVIBRUSH.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LEVIBRUSH.woff2') format('woff2'), /* Super Modern Browsers */
         url('LEVIBRUSH.woff') format('woff'), /* Pretty Modern Browsers */
         url('LEVIBRUSH.TTF')  format('truetype'), /* Safari, Android, iOS */
         url('LEVIBRUSH.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  a{
      color: #000;
      
  }

 p{
    
    
 }

 p.spaced{
    line-height: 2rem;
 }

 .bg-primary{
     background-color:#000 !important;
 }

  a.underline{
      text-decoration: underline;
  }

  a:hover{
      color: #e5aa77;
  }

  .container-fluid{
      max-width: 1400px;
      margin: 0 auto !important;
  }

.marker-font{
    font-family: 'LeviBrush', cursive;
}

.bg-light{
    background-color: #c8c7c2 !important;
}

.bg-baige{
    background-color: #e5aa77!important;
}

.text-baige{
    color: #e5aa77;
}

.btn{
    border-radius: 0;
}

.btn-primary{
    background: #000;
    border: #000 1px solid;
    
}

.btn-primary:hover{
    background: #e5aa77;
    border: #e5aa77 1px solid;
    
}

.form-control{
    border-radius: 0;
}

header .topbar{
    min-height: 80px;
    background: #fff;
}


header .navbar{
    background: #000;
    min-height: 180px;
}

header .navbar .navbar-nav{
    margin-left: 8.35rem;
}

header .navbar .hover-dropdown .hover-dropdown-menu{
    display:none;
    background: #fff;
   
    position: absolute;
    padding: 0rem;
    z-index: 333;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0, 0.2);
}

header .navbar .hover-dropdown .hover-dropdown-menu .dropdown-item{
    border-bottom: #eee 1px solid;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.75rem 2.5rem;
}

header .navbar .hover-dropdown .hover-dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
}

header .navbar .hover-dropdown .hover-dropdown-menu .dropdown-item:hover{
    background: #e5aa77;
 
    
}

header .navbar .hover-dropdown:hover .hover-dropdown-menu{
    display: block;
}

@media (max-width: 576px) { 
    

    header .navbar{
        background: #000;
        min-height: 150px;
    }
}


.navi .nav-link{
    color: #000;
    font-weight: 600;
}

.navi .nav-link:hover{
    color: #e5aa77;
}

.shadow-e {
    border-radius: 50%;
    width: 100%;
    height: 200px;
    background: black;
    opacity: 0.2;
    -webkit-filter: blur(50px);
    -webkit-transform: scale(1, 0.2);
    position: relative;
    z-index: 1;
    margin-top: -80px;
    margin-bottom: -80px;
}

.display-3,.display-4{
    text-transform: uppercase;
    font-size: 3.75rem;
}

header .navbar .navbar-nav .nav-item{
    margin-left: 3rem;
}

header .navbar .navbar-nav .nav-item .nav-link{
    color: #fff;
   text-decoration: none;
    font-size: 1rem;
    border: #000 3px solid;
}

header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #e5aa77;
    border-bottom: #e5aa77 3px solid;
}

header .navbar .navbar-nav .hover-dropdown .nav-link:hover{
    color: #e5aa77;
    border: #000 3px solid;
}

.promotions{
    background:#fff;
    border-top: #eee 1px solid;
}

.jumbotron1{
   
    min-height: 1100px;
    background:#fff url("bg-2.jpg") 0 -471px no-repeat;
    background-size: cover;
   
}

.jumbotron{
   
    min-height: 1100px;
    background:#fff url("jumbotron-shadow.png") 0 -121px repeat-x;
   
}

.product-slider{
    
}

.owl-item img{
    width: 300px;
    margin: 7rem auto 0 auto;
}

.owl-carousel .owl-stage img, .owl-carousel  .owl-stage .cloned img, .owl-carousel .owl-stage .active img{
    width: 230px;
    margin: 9rem auto 0 auto;
    transition: width 1s, margin 1s;
}



.owl-carousel .owl-stage .center img{
    width: 100%;
    margin: 6rem auto 0 auto;
}

@media (max-width: 576px) { 
    
.owl-carousel .owl-stage .center img{
        width: 80%;
        margin: 5rem auto 0 auto;
    }
}

.owl-caraousel .animated { 
    animation-duration: 5000ms;
    animation-fill-mode: both; }

.owl-prev {
    
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block !important;
   
}

.owl-next {
    
 
    position: absolute;
    top: 40%;
    right:0;
    display: block !important;
    margin-right: -30px;
    
}

.owl-next i, .owl-prev i{
    font-size: 4rem;
}




.ingrediant{
  
   
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ingrediant .image{
   
   width: 100%;
   height: 300px;
  
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 0rem;
  
}

.ingrediant .image img{
    width: 100%;
}

footer{
    padding: 3rem 0;
    background: #000;
}

.spr-container{
    border:none !important;
}

.spr-header{
    margin-bottom: 2rem;
}

.spr-reviews{
    display:flex;
    justify-content: center;
    flex-flow: wrap;
    border:none;
    margin:0 !important;
}

.spr-review{
    flex: 0 0 50%;
    margin:0 !important;
    padding: 2rem !important;
    border-top: none !important;
   
   
}

.spr-review-reportreview{
    float: none !important;
}

.spr-summary-caption{
    font-size: 0.75rem;
}

.spr-summary-starrating{
    display:none !important;
}

.spr-summary-caption{
    display:none !important;
}

.spr-summary-actions-newreview{
    float: none !important;
    margin-bottom: 2rem;
    background: #000;
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
}

.spr-header-title{
    margin:0 0 1rem 0 !important;
    font-family: 'Permanent Marker', cursive;
    text-align: center;
}

.spr-form{
    border:#eee 1px solid;
    padding: 2rem !important;
}

.spr-summary{
    text-align: center;
}



table th{
    text-transform: uppercase;
    text-align: center;
    padding: 2rem;
    color:#999;
    border-bottom: #eee 1px solid;
}

table td{
    padding: 2rem;
    border-bottom: #eee 1px solid;
}

table td input{
    margin: 0 auto;
    display:block;

    border-radius: 0 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #000;
    border-radius: 0;
}

.topbar-message{
    padding-left: 9rem;
}

footer .nav-link{
    color: #fff;
}

footer .nav-link:hover{
    color: #e5aa77;
    text-decoration: underline;
}

.product-thumb{
    height: 80px;
    width: 80px;
}

.carousel-item p{
    margin:0;
}

.findus-brands{
    background: url("findus-shadow.png") 0 0 no-repeat;
}

#shopify-section-contact-info p{
    
}


.recipes p{
    margin:0;
}

.recipes img.recipe-final{
    width: 75%;
}

.newsletter-xl{
    height: 1300px;
    background: url(bg-asset3.jpg) center 0px no-repeat;
    background-size: cover;
    margin-top: -500px;
}

.newsletter-xl form{
    margin-top: 15rem;
}

@media only screen and (max-width: 800px) {
    .topbar-message{
        font-size: 0.8rem;
        padding:0 1rem 0 0;
        
    }

    .navbar-brand img{
        width: 50%!important;

    }

    .topbar img{
        width: 18px;
    }

    .topbar img.account{
        position: relative;
        top: -2px;
    }


    .dropdown-toggle::after {
        display:none;
       
        margin-left: 0;
        vertical-align: .255em;
        content: "";
        border-top: .2em solid;
        border-right: .2em solid transparent;
        border-bottom: 0;
        border-left: .2em solid transparent;
    }

    
    header .navbar .navbar-nav{
        margin-left: 0;
    }

  

    header .navbar .navbar-nav .nav-item{
        margin-left: 0;
        border-bottom: #222 1px solid;
    }

    

    #shopify-section-hero-messages h1{
        font-size: 2.5rem !important;
    }

    #shopify-section-hero-messages h4{
        font-size: 1rem !important;
    }

    .owl-prev {
    
        position: absolute;
        top: 33%;
        margin-left: 0px;
        display: block !important;
       
    }
    
    .owl-next {
        
     
        position: absolute;
        top: 33%;
        right:0;
        display: block !important;
        margin:0;
        
    }
    
    .owl-next i, .owl-prev i{
        font-size: 4rem;
    }

    .jumbotron {
        min-height: 1100px;
        background: #fff url(jumbotron-shadow.png) 0 -281px repeat-x;
    }

    
    .product-thumb{
        height: 50px;
        width: 50px;
    }

    .recipes img.recipe-final{
        width:100%;
        margin: 2rem 0;
    }
    
    .recipes h3{
        font-size: 1rem;
    }

    .newsletter-xl{
        height: 100%;
        margin-top:0;
        background: none;
        background-size: auto;
      
    }

    .newsletter-xl form{
        margin-top: 0rem;
    }
    
}
