/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left; 
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}
   body{
        background: #fff;
/*        animation: myanimation 5s infinite;*/
      }
   /* @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
    }*/
    .logo{
      width: 25%;
    }
    .btn-search{
        background: #fff;
        border: 0px;
        border-radius: 0 15px 15px 0;
        margin-top: 5px;  
        padding: 1%;
    }
     .desc{
    color: #d79e38;
  }/*
    #search{
      border: 0px;
      border-radius: 15px 0 0 15px;
      padding: 2% 1% 1% 5%;
      width: 40%;
      margin-top: 5px;
      background: #fff;
    }*/
    .price {
        width: 25%!important;
        font-size: 15px;
        color: #d79e38;
        float: right;
        margin-right: 5%!important;
    }
    hr{
          margin-top: 1rem;
          margin-bottom: 1rem;
          border: 0;
          border-top: 1px solid #f7f5f51a;
          margin-left: 5%;
          margin-right: 5%;
    }
    ul{
      margin-left: -5%;
    }
    .search_list{
        margin-top: 5%;
     }
      .product_name {
          width: 65%;
          font-family: Cerebri Sans Light;
          font-size: 15px;
          color: #d79e38;
      }
      .desc {
        color: #d79e38;
        width: 65%;
        font-size: 11px;
    }
    :focus {
        outline: -webkit-focus-ring-color auto 0px;
    }
    .bgimg-1, .bgimg-2, .bgimg-3 {
      position: relative;
      /*opacity: 0.80;*/
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

    }
    .bgimg-1 {
       /*background-image: url('img_parallax.jpg');*/
       /*height: 110vh;*/
       background-repeat: repeat-y;
       background: #f5f5f5;
    }
    .section_pro{
        background: #ffffff78;
          margin-bottom: 1%;
    }
    .caption {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      color: #000;
    }

    .caption span.border {
      background-color: #111;
      color: #fff;
      padding: 18px;
      font-size: 25px;
      letter-spacing: 10px;
    }
    .pro_div {
        display: inline-block;
        flex: 1 1;
        overflow: hidden;
        position: relative;
        width: 35%;
    }
    .pro_info {
        display: inline-block;
        flex: 1 1;
        height: 15vh;
        overflow: hidden;
        position: relative;
        top: 15px;
        width: 50%;
        color: #000000;
    }
    .pro_img{
        width: 100%;
        padding: 5%;
        height: 15vh;
    }
    .header{
      background: #ffffff;
      padding: 2%;
      box-shadow:-1px -1px 7px 6px #ffffff;
      border-top: 0.5px solid #ddd;
      border-bottom:  1px solid #ddd;
    }
    .category{
      background: #fff;
      margin-left: 2%;
      color: #000;
      font-weight: bold;
      padding: 1% 3%;
      border-radius: 25px;
      border: 0px solid #5d5353;
    }
    h3 {
      letter-spacing: 5px;
      text-transform: uppercase;
      font: 20px "Lato", sans-serif;
      color: #111;
    }
    .logo{
      width: 15%!important;

    }
    .logo_center{
       margin-left: 38%;
    }
    .panel_div >.icon{
      width: 100px;
      height: 100px;
    }
    .btn-search{
        background: #fff;
        border: 0px;
        border-radius: 0 15px 15px 0;
        margin-top: 5px;  
    }
    /*#search{
      border: 0px;
      border-radius: 15px 0 0 15px;
      padding-left: 5%;
      width: 40%;
      margin-top: 5px;
      background: #fff;
    }*/
    .menu_img{
       width: 60%;
      margin-top: 5%;
    }
    .menu_name{
        text-align: center;
          font-family: 'Montez', cursive !important;
              /*font-family: Herr Von Muellerhoff!important;*/
        font-size: 18px;
        margin-top: -5%;
        font-weight: bolder;
        color: #323739;
    }
    .bottom_fix{
        padding-bottom: 2%;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fffefe;
        font-size: 25px;
        border-top: 1px solid #ddd;
    }
    .icon{
        color: #353030;
        padding: 4%;
    }
    .bar > img{
      width: 100%;
      height: 100%;
    }
     .price{
    width: 20%;
    font-size: 15px;
    color: #d79e38;
  }
    .starter > img{
      width: 100%;
      height: 100%;
    }
    .main_cou > img{
      width: 100%;
      height: 100%;
    }
    .dessert > img{
      width: 100%;
      height: 100%;
    }
    .panel_div {
        background-color: #fce9b9;
        /*box-shadow: 2px 7px 6px -6px #6b5b5b;*/
        display: inline-block;
        flex: 1 1;
        height: 130px;
        margin: 4vmin;
        overflow: hidden;
        position: relative;
        top: 30px;
        width: 40%;
        margin-left: 5%;
        border-radius: 10px;
        margin-bottom: -2%;
        text-align: center; 
    }
    .panel_bottom{
        background-color: #fff;
        box-shadow: 0 6px 6px -6px #000;
        display: inline-block;
        flex: 1 1;
        height: 100px;
        /* margin: 4vmin; */
        overflow: hidden;
        position: relative;
        top: 30px;
        width: 26%;
        margin-left: 5%;
        border-radius: 20px;
    }
    .panel_bottom > img{
      width: 100%;
      height: 100%;
    }
    .main_box{
      max-height: 86vh!important;
      overflow: auto;
      /*background: #a9a9a966!important;*/
      /*background-image: url("../img/bg.svg");*/
      background-color: #fff;
      /*background-image: linear-gradient(315deg, #bdcad9 0%, #e1dada 74%);*/
      /* animation: myanimation 5s infinite; */
    }
    @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
    .title{
        margin-top: 5%;
        margin-bottom: -5%;
        font-size: 30px;
        font-weight: 900;
        color: #585555;
        font-family: Comic Sans, Comic Sans MS, cursive;
    }
    .title_img{
        width: 90%;
        padding-top: 10%;
        margin-bottom: -5%;
    }
    #description p {
        line-height: 1.5;
    }
    .main_menu{
        margin-top: -10%;
        /*padding-bottom: 5%;*/
    }
    #description h2 {
        text-align: center;
    }
    .content-entry:visited {
      color: pink;
    }
    .vmcarousel > li img {
        margin-left: -35%!important;   
      }
    .banner{
      width: 90%;
      /*margin-top: 10%;*/
      height: 25vh;
      margin: 10% 5% 0 5%;
      box-shadow: 0px 9px 6px -6px #6b5b5b;
      border-radius: 12px;
    }
    @media all and (min-width: 860px) {
        #content {
            width: 70%;
            margin: 0 auto;
        }
    }
    @media all and (max-height: 580px) {
        .accordion-container, #description {
            max-height: 51vh;
        }
        
      .text {
        color: #000;
        font-size: 24px!important;
        font-weight: bold;
        color: #000;
        text-shadow: 1px -1px #e6e6e6;
        text-align: center;
        font-family: New Century Schoolbook, serif;
      }
      .special{
        margin-bottom: 20%!important;
      }
      .panel{
          background-image: url('img_parallax.jpg');
      }
      .vmcarousel > li img {
        margin-left: -10%!important;   
      }
      .main_menu {
          margin-top: -10%;
        padding-bottom: 10%;
    }
    }
 @media all and (max-height: 600px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        /*padding-bottom: 12%!important;*/
        /* animation: myanimation 5s infinite; */
    }
    @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
    
   }

    @media all and (min-width: 700px) {
        #content {
            width: 70%;
            margin: 0 auto;
        }
    }
    

    @media all and (min-height:700px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        /*padding-bottom: 10%;*/
         /* animation: myanimation 5s infinite; */
    }
    @keyframes myanimation {
        0% {background-color: #0c0620;}
        25%{background-color:#0c0620;}
        50%{background-color:#342661;}
        95%{background-color:#0c0620;}
        100% {background-color: #0c0620;}
      }
   }