.fast-order-main {
  width: 100%;
  min-height: 600px;
  background-color: #95c12c47;
  border-radius: 3px;
}


.contact-sec {
    margin-top:10rem;
    margin-bottom:10rem;
    padding-bottom:5rem;
    padding-top:2rem;
  }
    .maps-box {
      width:100%;
      border-radius: 75px;
      border-top-left-radius: 0px;
      min-height:300px;
    }
    .maps-box iframe {
        border-radius: 75px;
        border-top-left-radius: 0px;
        /* -webkit-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.75); */
    }
    .contact-box-img {
      width: 100%;
      min-height: 250px;
      background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://b.zmtcdn.com/data/pictures/6/5908766/68d16a4c60270c06afb3e20aa17af5f9.jpg');
      border-radius: 6px;
      position: relative;
      background-size: cover;
      margin-top:40px;
    }
    .contact-box-img-2 {
      background-size: cover!important;
      background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://b.zmtcdn.com/data/pictures/3/18940043/f97f699dcb5728c8767a88391e92a6c5.jpg');
    }
    .contact-box-img-bottom {
      position: absolute;
      bottom:0px;
      left:0px;
      min-height: 150px;
      padding:1.8rem;
      width:100%;
    }
    .contact-box-img-bottom h2{
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1.3rem;
    }
    .contact-box-img-bottom-phone {
      color:#fff;
      font-size: 2rem;
      letter-spacing: 1px;
    }
    .maps-link {
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.2rem;
        position: relative;
        top: 10px;
    }
    .maps-link span svg{
      width:25px;
      margin-right: 10px;
      fill:white;
    }
    .contact-box-img-bottom-phone a{
      color:#fff;
    }
    .maps-link:hover{
      color:#fff;
    }
/* contact finish */

/* slider start */
#home_video {
    position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .home-static-top {
    position: relative;
        top: 0px;
        width: 100%;
  }
  .video-main-div {
    height: 700px;
    position: absolute;
    width: 100%;
    top: -150px;
  }
  .slider-main {
    width: 100%;
    min-height: 335px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    /* background-image: url(/assets/images/home_pro.jpg); */
  }

  .slider-right {
    width: 100%;
    position: relative;
    background-color: #1d1f20e3;
    min-height: 250px;
    border-radius: 4px;
    margin-bottom: 2rem;
    background-image: url(/assets/images/home_pro.jpg);
    display: flex;
    background-size: cover;
    padding: 2rem;
  }
  .slider-shadow {
    position: absolute;
    background-color: #0000008c;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 300ms all ease-in-out;
  }
  .slider-right:hover > .slider-shadow {
    opacity: 0;
  }
  .slider-right:hover > .slider-right-title {
    margin-bottom: 10px;
  }
  .slider-right-title {
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    transition: 200ms all ease-in-out;
  }
  /* slider finish */

  /* footer start */
footer {
    width: 100%;
    min-height:300px;
    display: inline-block;
    background-color: red;
    position: relative;
  }

  .footer {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  }
  /*END FOOTER SOCIAL DESIGN*/


  .home-img {
      margin-bottom: 2rem;
  }
  .home-list-list-images img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
  }
  .home-list-list-images {
    border-radius: 10px;
    /* background-color: #ededed; */
    width: 24%;
    min-height: 64px;
    display: flex;
    flex-wrap: nowrap;
    float: right;
    margin-left: 2%;
    align-content: center;
    justify-content: center;
  }
  .single_footer h4 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  }


  .single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .single_footer ul li{}
  .single_footer ul li a {
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  font-size: 1.2rem;
  font-weight:300;
  text-transform: capitalize;
  }
  .single_footer ul li a:hover { color: #44ac3a; }


  .single_footer_address ul li{color:#fff;}
  .single_footer_address ul li span {
  font-weight: 400;
  color: #333;
  line-height: 28px;
  }
  .contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }

  .footer-adress {
  padding: 0!important;
  margin-bottom: 0!important;
  font-size: 1rem;
  font-weight: 400;
  color: #3b3b3b;
  letter-spacing: 0.5px;
  }
  .footer-desc {
  padding-right: 20px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0.5px;
  }
  .footer-tel {
  color: #44ac3a;
  margin-bottom: 0!important;
  font-size: 2rem;
  }
  .footer-tel a{
      color: #44ac3a;
      }

  .working-hours-title {
  color: #9f9f9f;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  }

  .svg-icon {
  width: 25px;
  float: right;
  }
  .one-half {
  width: 50%;
  float: left;
  display: inline-block;
  font-family: sans-serif;
  }
  .copyright {
  padding-top: 20px;
  color: #333;
  font-size: 1rem;
  border-top: 1px solid rgba(255,255,255,0.4);
  text-align: center;
  }
  .copyright a{color:#333;transition: all 0.2s ease 0s;}
  .copyright a:hover{color:#333;}
  /* footer finish */

  .m-slider {
    height: 400px;
    width: 100%;
    background: rgb(148,193,32);
    background: linear-gradient(217deg, rgba(148,193,32,1) 35%, rgba(39,166,77,1) 100%);
    background-image: url(/assets/images/slider_new.png);
    background-size: cover;
    height: 200px;
    position: relative;
  }
  .m-slider h1 {
    color: white;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
    text-shadow: 1px 1px #555555;
    font-weight: 200;
    position: relative;
    z-index: 3;
    padding-bottom: 0;
}
.go-order {
    width: fit-content;
    background: #27a64d;
    margin: 0 auto;
    padding: 8px;
    padding-left: 30px;
    display: block;
    text-align: center;
    padding-right: 30px;
    color: #ffffff;
    position: relative;
    border-radius: 25px;
}
.go-order:hover {
    text-decoration: none;
    color:#fff;
}

.button-pulse {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
            animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #43ee0057;
  }

  @-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
  }

  @keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
  }

  .mobile-res-menu {
        height: 80px;
        width: 100%;
        background: linear-gradient(217deg, rgba(148,193,32,1) 35%, rgba(39,166,77,1) 100%);
        padding: 1rem;
        display: flex;
    }

  .mobile-res-menu a{
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #333333b5;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    }

    .mleft {
        float: left;
        width: 70%;
        color: white;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    .mright {
        float:left;
        width:30%;
    }


    .product-main {
        width: 100%;
        cursor: pointer;
        padding: 3.5%;
        padding-top: 2%;
        padding-bottom: 2%;
        border-radius: 6px;
        float: left;
        min-height: 80px;
        margin-bottom: 0px;
        position: relative;
        border-bottom: 1px solid #e4e4e4;
      }
      .product-main p{
        margin-bottom: 0px;
      }
      .product-main:nth-child(2n+2){
        margin-right:0px;
      }
      .add-cart {
        border-radius: 5px 0px 5px 5px;
      position: absolute;
      bottom: 32px;
      right: 18px;
      border: none;
      padding: 2px;
      font-size: 13px;
      background: #ffffffa3;
      letter-spacing: 0.5px;
      color: white;
      }
      .order-sec {
        margin-top:0rem;
      }
      .card-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
      .card-list-mid-left {
        color: #757575;
        font-size: 13px;
        width: 75%;
        font-weight: 300;
        line-height: 17px;
        margin-top: 2px;
        }
        .card-list-mid-right {
        width: 25%;
        }
        .card-list-mid {
        width: 100%;
        display: flex;
        }
        .card-list-price {
            color: #333;
            flex: 1;
            font-size: 15px;
            font-weight: 400;
            height: 18px;
            line-height: 18px;
            text-align: right;
            width: 25%;
            padding-top: 0.5rem;
        }
        .card-list-top {
          border: 1px solid transparent;
          display: flex;
          outline: none;
        }
        .cart-mini-price {
            color: #0c1520;
            font-size: 0.8rem;
            font-weight: 400;
            margin-top: 3px;
        }

        .cart-button-main{
            box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 10%);
            left: 0;
            padding: 16px;
            position: fixed;
            right: 0;
            bottom: 0px;
            background: #fff;
            z-index: 22;
         }

         .cart-button {
            color: white;
            z-index: 11;
            width: 100%;
            border-radius: 6px;
            display: flex;
            border: none;
            letter-spacing: 0.5px;
            font-weight: 400;
            padding: 1rem;
            align-items: center;
            align-content: center;
            justify-content: center;
            box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%), 0 1px 1px -2px rgb(0 0 0 / 20%), 0 1px 4px 0 rgb(0 0 0 / 12%);
            animation-name: fade;
            animation-duration: 500ms;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;

            }

       @keyframes fade {
         0% {
           background: linear-gradient(to left, #101d2c, #152e4b);
         }
         50% {
           background: linear-gradient(to left, #101d2c, #152e4b);
         }
         100% {
           background: linear-gradient(to left, #101d2c, #152e4b);
         }
       }

        .card-list-title {
          width: 75%;
          font-size: 14px;
          font-weight: 400;
          color: #0b1521;
          height: 18px;
          line-height: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .total-gen-main {
            margin-bottom:5rem;
        }
        .total-main {
            width: 100%;
            display: flex;
          }
          .total-left {
            width:50%;
            float:left;
          }
          .total-right {
            width:50%;
            float:right;
            text-align: right;
          }
          .close-button {
            background: #cce2f74f;
            padding: 5px;
            padding-top: 8px;
            width: 34px;
            border-radius: 108%;
            text-align: center;
            display: flex;
            height: 34px;
            position: relative;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            float: right;
          }
        .basket-main-title {
            color: #0c1520;
            font-size: 25px;
            margin-bottom: 15px;
            width: 100%;
            font-weight: 300;
            display: flex;
            text-align: left;
            justify-content: space-between;
        }

        .basket-static-main {
            display: none;
            position: absolute;
            bottom: -100%;
            left: 0;
            display: none;
            width: 100%;
            background-color: #fff;
            transition: bottom 0.5s ease-in-out;
          }
          .basket-static-main.visible {
            bottom: 0;
          }

      .basket-static-main {
        width: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
        display: none;
        background: white;
        z-index: 22;
      }

      .basket-main {
        width: 100%;
        height:100vh;
    overflow: auto;
        border-radius: 10px;
        border: 1px solid #e4e4e4;
        padding: 1.5rem;
        padding-top: 6rem;
      }

      .empty-cart {
          color:#757575;
          margin:20px auto;
          text-align: center;
      }

      .menu-right-bars {
          display: none;
          width: 25px;
          float: right;
          position: relative;
          fill: #333;
          height: 9.5rem;
          justify-content: flex-end;
          align-items: center;
      }

      .home-list-list-right {
        float: left;
        width: 74%;
    }

    .home-list-list-images {
        border-radius: 10px;
        /* background-color: #ededed; */
        width: 24%;
        min-height: 64px;
        display: flex;
        flex-wrap: nowrap;
        float: right;
        margin-left: 2%;
        align-content: center;
        justify-content: center;
    }

      .home-list-list-title {
        color: #041c3a;
        font-size: 15px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        width: 100%;
        hyphens: auto;
        max-height: 3.59999rem;
        white-space: break-spaces;
        margin-top: 2px;
        line-height: 16px;
        letter-spacing: 0.1px;
    }
    .home-list-list-desc {
        font-size: 13px;
        color: #595757;
        overflow: hidden;
        width: 100%;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 16px;
        letter-spacing: 0.1px;

    }
    .home-list-list-price {
        color: #011c3a;
        font-weight: 500;
        display:contents;
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
      }
.fixed-header {
    position: fixed;
    top: 0px;
    left:0px;
    width:100%;
    z-index: 2;
}

.fixed-header2 {
    background-color: #deedff;
    width: 100%;
    z-index: 22;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%), 0 1px 1px -2px rgb(0 0 0 / 20%), 0 1px 4px 0 rgb(0 0 0 / 12%);
}
main {
    padding-top:0rem;
}
.category-container {
    height: 44px;
    margin-top: 0.5rem;
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE ve Edge için */
    scrollbar-width: none; /* Firefox ve Chrome için */
}

 .category-container::-webkit-scrollbar {
  display: none;
}


.category-list {
    display: inline-flex;
    padding-left: 3%;
    padding-top: 2%;
}

.category-item {
    padding-bottom: 34px;
    margin-right: 15px;
    margin-left: 5px;
    gap: 1rem;
    color: #091627;
    font-size: 15px;
    list-style: none;
}
.category-item-active {
    border-bottom: 2px solid #111c27;
    color: #111c27;
}

.category-item:first-child {
margin-left: 0;
}
.category-list::-webkit-scrollbar {
display: none;
}

.category-list::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 10px;
}


.skin-2 .num-in {
    width: 100%;
    font-size: 14px;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }

  .skin-2 .num-in div{
    width: 25px;
    height: 25px;
    background: #cce2f7;
    float: left;
    display: inline-block;
    position: relative;
    border-radius: 6px 0px 0px 6px;
  }

  .skin-2 .num-in div:before, .skin-2 .num-in div:after {
  content: '';
  position: absolute;
  background-color: #0a1627;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  }

  .skin-2 .num-in div.plus:after {
  transform: rotate(90deg);
  }

  .skin-2 .num-in div:last-child {
    border-radius: 0px 6px 6px 0px;
  }

  .skin-2 .num-in input {
    width: 24px;
    border: none;
    height: 25px;
    display: flex;
    background: #cce2f71a;
    text-align: center;
    position: relative;
    pointer-events: none;
  }
