     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%;
      margin-top: -10%;
    }
    .btn-search{
      background: #fff;
      border: 0px;
      border-radius: 0 15px 15px 0;
      margin-top: 5px;  
      padding: 1%;
    }
    #search{
      border: 0px;
      border-radius: 15px 0 0 15px;
      padding: 2% 1% 1% 5%;
      width: 40%;
      margin-top: 5px;
      background: #fff;
    }
    .header{
      background: #fffefe;
      padding: 2%;
      box-shadow:-1px -1px 7px 6px #ffffff;
      border-top: 1px solid #ddd;
      border-bottom:  1px solid #ddd;
    }
    @media all and (max-height: 600px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 18%!important ;
      }
    }
    @media all and (min-width: 760px){
      .path {
        font-size: 18px;
        color:  #d79e38;
        margin-left: 5%;
        padding: 2%;
      }
      .product_name {
        width: 70%;
        font-family: Arnoldboecklin, fantasy;
        font-size: 23px!important;
        color: #d79e38;
      }
      .desc {
        color: #000000;
        width: 65%;
        font-size: 18px;
      }
      .price {
        width: 30%;
        font-size: 21px!important;
        color:  #000000;
        margin-left: -10%;
        text-align: right;
      }
    }
    hr {
      width: 90%!important;
      margin-left: 0%!important;
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 2px solid rgba(249, 237, 237, 0.1)!important;
    }
    :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;
    }
    .col-sm-6{
      position: relative;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 10%;
    }
    .icons{
      width: 100%;
      border-radius: 12px;
      -webkit-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
      -moz-box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
      box-shadow: 1px 2px 5px 0px rgba(31,30,31,1);
    }
    .image_box{
      margin: -2% 0;
   
    }
    .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%;
    }
    .menu_names{
      text-align: center;
      /* font-family: Arnoldboecklin, fantasy; */
      font-size: 15px;
      margin-top: -17%;
      font-weight: 500;
      color: #3c3838;
      background: #d79e38;
      width: 70%;
      border-radius: 5px;
      margin-left: 3%;
    }
    .main_boxs {
      max-height: 83vh;
      overflow: auto;
      background: #fff; 
      padding-bottom: 20vh;
      /* 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;}
      }
    li {
      list-style-type:none;
      margin-left: 4%;
    }
    .product_name{
      width: 75%;
      font-family: Cerebri Sans Light;
      font-size: 15px;
      color: #d79e38;
    }
    .price{
      width: 20%;
      font-size: 15px;
      color:  #000000;
    }
    hr{
      width: 100%;
      margin-left: -6%;
    }
    .path{
      font-size: 12px;
      color:  #d79e38;
      margin-left: 5%;
      padding: 2%;
    }
    .desc{
      color: #000000;
    }
    .fa-angle-left{
      font-size: 30px;
      color: #9e8f8f;
      margin-left: 3%;
      margin-top: 1%;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-wrapper{
      padding-left: initial;
      margin: 0;
    }
    .slick-slide{
      color: #635454;
      border-radius: 12px;
      font-size: 12px;
      margin: 0px!important;
      padding: 0px 0 0 20px;
    }
    label{
      margin-top: 5px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 80%;
      border-right: 1px solid black;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    @media all and (min-width: 600px) and (max-width: 700px) {
      .logo {
          width: 12%!important;
      }
      .header {
        background: #ffffff;
        padding: 1%;
        box-shadow: -1px -1px 7px 6px #ffffff;
        border-top: 0.5px solid #ddd;
        border-bottom: 1px solid #ddd;
      }
      .soc_icon{
        width: 2%!important;
      }
      .bottom_fix {
          padding-bottom: 2%;
          position: fixed;
          bottom: 0;
          width: 100%;
          background: #fffefe;
          font-size: 25px;
          border-top: 1px solid #ddd;
          height: 13%!important;
      }
      .whatsapp{
        width: 3%!important;
      }
      .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
      }
      .banner {
          width: 90%;
          /* margin-top: 10%; */
          height: 60vh!important;
          margin: 10% 5% 0 5%;
          box-shadow: 0px 9px 6px -6px #6b5b5b;
          border-radius: 12px;
      }
      .row{
        padding:0 20%;
      }
      .menu_names {
          text-align: center;
          font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
          font-size: 17px;
          margin-top: -17%;
          font-weight: 500;
          color: #3c3838;
          background: #d79e38;
          width: 70%;
          border-radius: 5px;
          margin-left: 3%;
      }
      .product_name {
        width: 70%;
        font-family: Arnoldboecklin, fantasy;
        font-size: 15px!important;
        color: #000000;
      }
      .price {
        width: 30%;
        font-size: 15px!important;
        color:  #000000;
        margin-left: -10%;
        text-align: right;
      }
      ul{
        padding: 0 15%!important;
      }
     }
    @media all and (min-width: 700px) and (max-width: 1024px)  {
      .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
      }
      .logo {
          width: 10%;
      }
      .header {
        background: #ffffff;
        padding: 1%;
        box-shadow: -1px -1px 7px 6px #ffffff;
        border-top: 0.5px solid #ddd;
        border-bottom: 1px solid #ddd;
      }
      .slick-slide img {
          width: 100%;
          height: 76vh!important;
          border-radius: 12px;
          margin-top: 5%;
      }
      .soc_icon{
        width: 2%!important;
      }
      .bottom_fix {
          padding-bottom: 2%;
          position: fixed;
          bottom: 0;
          width: 100%;
          background: #fffefe;
          font-size: 25px;
          border-top: 1px solid #ddd;
          height: 13%!important;
      }
      .whatsapp{
        width: 3%!important;
      }
      .banner {
          width: 90%;
          /* margin-top: 10%; */
          height: 60vh!important;
          margin: 10% 5% 0 5%;
          box-shadow: 0px 9px 6px -6px #6b5b5b;
          border-radius: 12px;
      }
      .row{
        padding:0 20%;
      }
      .menu_names {
          text-align: center;
          font-family: Inconsolata,helvetica neue,Helvetica,Arial,sans-serif;
          font-size: 17px;
          margin-top: -17%;
          font-weight: 500;
          color: #3c3838;
          background: #d79e38;
          width: 70%;
          border-radius: 5px;
          margin-left: 3%;
      }
      .product_name {
          width: 70%;
          font-family: Arnoldboecklin, fantasy;
          font-size: 15px!important;
          color: #d79e38;
      }
      .price {
          width: 30%;
          font-size: 15px!important;
          color:  #000000;
          margin-left: -10%;
          text-align: right;
      }
      ul{
          padding: 0 15%!important;
      }
    }
    @media all and (max-height: 760px) and (min-height: 600px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 15%!important;
      }
    }
    @media all and (max-height: 600px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 3%;
      }
    }
    @media all and (min-height:700px){
      .main_boxs {
        max-height: 83vh;
        overflow: auto;
        background: #fff;
        padding-bottom: 10%;
      }
    }
    .slider {
        width: 100%;
        margin-bottom: 5%;
    }
    .slick-slide {
      margin: 0px 10px;
    }
    .slick-slide img {
      width: 100%;
    }
    .slick-prev:before,
    .slick-next:before {
      color: black;
      display: none;
    }
    .slick-prev,.slick-next{
      display: none!important;
    }
    .slick-dots{
      display: none!important;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      /*opacity: .2;*/
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    /* 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 5%;
      padding: 0;
    }
    .slick-list:focus{
      outline: none;
    }
    .slick-list.dragging{
      cursor: pointer;
      cursor: hand;
    }
    .slick-active{
      padding: 1px 15px;
      background:  #d79e38;
      color: #fff;
      border-radius: 15px;
      font-size: 12px;
      font-weight: normal!important;
    }
    .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;
    }
    a{
      color:  #d79e38!important;
    }
    .active{
      opacity: 1; width: 5000px; 
      transform: translate3d(-10px, 0px, 0px);
      display: block;
      float: left;
      height: 100%;
      min-height: 1px;
      border: 1px solid #ddd;
      padding: 1px 15px;
      background:  #d79e38;
      color: #fff;
      border-radius: 15px;
      font-size: 12px;
    }
    .active >a{
      color: #fff !important; 
    }
    .active >a>label{
      margin-top: 3px;
    }
    .cap{
      border: 1px solid #ddd;
      padding: 2px 20px;
      border-radius: 15px;
    }