@font-face {
    font-family: Hero;
    src: url(../fonts/hero.eb422eea.woff2) format("woff2"), url(../fonts/hero.eb422eea.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }

  @font-face {
    font-family: Hero;
    src: url(../fonts/herolight.9042d0e1.woff2) format("woff2"), url(../fonts/herolight.9042d0e1.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
  }

  @font-face {
    font-family: DINOT;
    src: url(../fonts/dinot.5b715c43.woff2) format("woff2"), url(../fonts/dinot.5b715c43.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }

  @font-face {
    font-family: DINOT;
    src: url(../fonts/dinot-medium.cd1501ce.woff2) format("woff2"), url(../fonts/dinot-medium.cd1501ce.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
  }
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
    font-family: "DINOT", sans-serif !important;
  }
  .logo{
    text-align: center;
    padding: 30px;
    width: 200px;
    margin: auto;
  }
  .item{
    border: 1px solid #ddd;
    padding: 0;
    padding-bottom: 20px;
    margin: 2px;
    position: relative;
    text-align: center;
  }
  img{
    width: 100%;
  }
  .title{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  .category_title{
    margin-top: 15px;
    background: #41382f;
    color: #fff;
    padding: 2px 7px;
  }
  .category_title h5{
    margin-bottom: 0px;
  }
  .pricebar{
    background: red;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 7px;
    border-radius: 5px;
    border: 1px solid #fff;
  }
  .choosebtn{
    background: brown;
    padding: 2px 7px;
    color: #fff;
    margin-top: 15px;
    border: 0;
    border-radius: 5px;
  }
  a:hover,a:focus {
    color: #d3d3d3;
}
.cart{
    position: fixed;
    width: 100%;
    text-align: center;
    background: #41382f;
    color: #fff;
    bottom: 0;
    padding: 7px;
    cursor: pointer;
}
.cart-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    bottom: -100%;
    left: 0;
    z-index: 999;
    transition: bottom 0.4s ease;
    overflow-y: auto;
    padding: 20px;
}

/* Close button style */
.cart-panel .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #41382f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

/* Disable My Cart button when cart is empty */
.cart.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Styling for the cart items */
.cart-items {
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.cart-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    margin-left: 10px;
}

.cart-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.cart-item-price {
    color: #888;
    font-size: 12px;
}

/* Buttons for quantity and remove */
.cart-item-controls {
    display: flex;
    align-items: center;
}

.cart-item-controls button {
  background: #41382f;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0px 7px;
  cursor: pointer;
  font-size: 19px;
}
.confirm{
  padding: 20px;
  padding-top: 60px;
    background: #eeeeee;
    margin: 25px;
    position: relative;
}
.cart-item-controls .qty {
    margin: 0 10px;
    font-size: 14px;
}
.confrim_wrap{

}
.rigth{
  text-align: right;
  margin-top: -45px;
  position: absolute;
  right: 15px;color: #0683e6;
}

/* Proceed and Place Order button */
.cart-footer {
    padding: 10px;

    color: #fff;
    text-align: center;
    position: sticky;
    bottom: 0;
}

.cart-footer button {
    padding: 10px;
   background: #41382f;
    color: #fff;
    text-align: center;
    position: sticky;
    bottom: 0;
    width: 100%;
}
.location{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.location img{
  width: 17px;
}
.location a{
  color: #0d94ff;
}
.mobilescreen{
  padding: 30px;
}
.form-group{
  padding-bottom: 15px;
}
.btn-primary{
  background: #41382f;
  width: 100%;
}.back_menu{
  padding: 2px 7px;
  background: #41382f;
   color: #fff;
   text-align: center;
width: 150px;
margin-left: 25px;
margin-bottom: 15px;
}