@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
    font-family: "Figtree";
    src: url("../fonts/Beatrice/BeatriceTRIAL-Medium-BF64829e8f63463.ttf");
    font-weight: 500;
    font-display: swap
}

body{
    background-color: #f3f1e6;
    padding: 0;
    font-family: Figtree;
}
.logo{
    width: 200px;
}.active-category {
    color: #b50000 !important
}
div.backBtn {
    width: 100px;
    right: 30px;
    top: 100px;
    background-color: #f4f4f4;
    transition: all 0.4s ease;
    position: absolute;
    cursor: pointer;
  }

  span.line {
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    background-color: #333;
    border-radius: 10px;
    width: 100%;
    left: 0px;
    height: 2px;
    display: block;
    position: absolute;
    transition: width 0.2s ease 0.1s, left 0.2s ease, transform 0.2s ease 0.3s, background-color 0.2s ease;
  }

  span.tLine {
    top: 0px;
  }
.maintitle{
    padding: 30px;
    padding-bottom: 0;
}
  span.mLine {
    top: 13px;
    opacity: 0;
  }

  span.bLine {
    top: 26px;
  }
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {

    background-color:#2f1e14 !important;
    border-color: #2f1e14  !important;
}.btn:hover {
    background-color:#2f1e14ba !important;
    border-color: #2f1e14ba !important;
}
.in-cart .cart {

    transform: none !important;
}
  .label {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 1em;
    color: #2f1e14;
  }

.specialmenu figure{
    max-width: 90px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    height: 90px;
    margin-bottom: 0;
}
.specialmenu img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
header{
    padding: 15px;
}
.special-menu-item-content h3 a{
    font-size: 12px;
    color: var(--primary-color);

    text-transform: uppercase;
}

.specialmenu {
   text-align: center;margin-bottom: 10px;
}
a{text-decoration: none;}
.variable-width{
    margin-top: 30px;
}
.our-menu-list{
    background-color: #ebe3d7;
    padding: 30px;
}
.our-menu-item {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}
.our-menu-image {
    margin-right: 10px;
}
.our-menu-image figure {
    max-width: 70px;
    display: block;
    max-width: 100px;
    border-radius: 50%;
}
.our-menu-image img {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.food-menu-item .menu-item-body {
    width: calc(100% - 80px);
}

.menu-item-title {
    gap: 10px;
    margin-bottom: 5px;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.menu-item-title h3 {
    font-size: 16px;
    width: 100%;
    max-width: fit-content;

    text-transform: uppercase;
}
.our-menu-item .menu-item-title hr {
    width: 25%;
    height: 1px;

    color: #3b0505
}
.menu-item-body{
    width: 100%;
}
.menu-item-content{
    text-align: left;
}
.itemscart{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right{
    text-align: right;
}
.btn-success{
    background: #2f1e14;
    width: 100%;
}
.special-menu-item-content h3{
    line-height: 13px;
}
.button {
    --background: #2f1e14;
        --text: #fff;
        --cart: #fff;
        --tick: var(--background);
        position: relative;
        border: none;
        background: none;
        padding: 4px 18px;
        border-radius: 8px;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        min-width: 130px;
        color: var(--text);
        background: var(--background);
        transform: scale(var(--scale, 1));
        transition: transform 0.4s cubic-bezier(0.36, 1.01, 0.32, 1.27);
  }
  .button:active {
    --scale: .95;
  }
  .button span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 24px;
    margin-left: -8px;
    line-height: 26px;
    transform: translateY(var(--span-y, 0));
    transition: transform 0.7s ease;
  }
  .button span:before, .button span:after {
    content: "";
    width: var(--w, 2px);
    height: var(--h, 14px);
    border-radius: 1px;
    position: absolute;
    left: var(--l, 8px);
    top: var(--t, 6px);
    background: currentColor;
    transform: scale(0.75) rotate(var(--icon-r, 0deg)) translateY(var(--icon-y, 0));
    transition: transform 0.65s ease 0.05s;
  }
  .button span:after {
    --w: 14px;
    --h: 2px;
    --l: 2px;
    --t: 12px;
  }
  .button .cart {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -18px;
    transform-origin: 12px 23px;
    transform: translateX(-120px) rotate(-18deg);
  }
  .button .cart:before, .button .cart:after {
    content: "";
    position: absolute;
  }
  .button .cart:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--cart);
    bottom: 0;
    left: 9px;
    filter: drop-shadow(11px 0 0 var(--cart));
  }
  .button .cart:after {
    width: 16px;
    height: 9px;
    background: var(--cart);
    left: 9px;
    bottom: 7px;
    transform-origin: 50% 100%;
    transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
    transition: transform 1.2s ease var(--fill-d);
  }
  .button .cart svg {
    z-index: 1;
    width: 36px;
    height: 26px;
    display: block;
    position: relative;
    fill: none;
    stroke: var(--cart);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .button .cart svg polyline:last-child {
    stroke: var(--tick);
    stroke-dasharray: 10px;
    stroke-dashoffset: var(--offset, 10px);
    transition: stroke-dashoffset 0.4s ease var(--offset-d);
  }
  .button.loading {
    --scale: .95;
    --span-y: -32px;
    --icon-r: 180deg;
    --fill: 1;
    --fill-d: .8s;
    --offset: 0;
    --offset-d: 1.73s;
  }
  .button.loading .cart {
    -webkit-animation: cart 3.4s linear 0.2s forwards;
            animation: cart 3.4s linear 0.2s forwards;
  }

  @-webkit-keyframes cart {
    12.5% {
      transform: translateX(60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75%,100% {
      transform: none;
    }
  }

  @keyframes cart {
    12.5% {
      transform: translateX(60px) rotate(-18deg);
    }
    25%, 45%, 55%, 75%,100% {
      transform: none;
    }
  }
.menu-item-body{
    border-bottom: 1px dashed #b0ae9e;
    padding-bottom: 15px;
    padding-top: 15px;
}
.wrapper{
  display: inline-flex
  ;
      background: #fff;
      height: 100px;
      width: auto;
      align-items: center;
      justify-content: space-evenly;
      border-radius: 5px;
      padding: 20px 0px;
      box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
  }
  @keyframes cartJump {
    0% {
        transform: translateY(0) scale(1);
    }
    30% {
        transform: translateY(-8px) scale(1.1);
    }
    60% {
        transform: translateY(0px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
  .wrapper .option{
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }
  .wrapper .option .dot{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
  }
  .wrapper .option .dot::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #2f1e14;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .cd-cart {
    position: fixed;
    z-index: 2;
    bottom: 44px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: softJumpLoop 2s ease-in-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cd-cart::before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/cd-icon-cart.svg) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}
@keyframes softJumpLoop {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-6px);
    }
    100% {
      transform: translateY(0);
    }
  }
.cd-cart.items-added span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cd-cart span {
    position: absolute;
    top: 2px;
    right: 5px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #46b29d;
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
}
  input[type="radio"]{
    display: none;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2{
    border-color: #2f1e14;
    background: #2f1e14;
  }
  .form-group{

    padding: 10px;
  }
  #option-1:checked:checked ~ .option-1 .dot,
  #option-2:checked:checked ~ .option-2 .dot{
    background: #fff;
  }
  #option-1:checked:checked ~ .option-1 .dot::before,
  #option-2:checked:checked ~ .option-2 .dot::before{
    opacity: 1;
    transform: scale(1);
  }
  .wrapper .option span{
    font-size: 13px;
    color: #808080;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span{
    color: #fff;
  }
