@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
body{
  font-family: "IBM Plex Sans Arabic", sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #fdfdfd;
    position: relative;
}
@font-face {
    font-family: Sky;
    src: url(../css/sky.ttf);
}
body::-webkit-scrollbar ,.links .nav-tabs::-webkit-scrollbar{
    width: 9px;  /* width of the entire scrollbar */
}
.links .nav-tabs::-webkit-scrollbar{
    height: 1px;  /* width of the entire scrollbar */
}
  
body::-webkit-scrollbar-track ,.links .nav-tabs::-webkit-scrollbar-track{
    background: #eee; 
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb ,.links .nav-tabs::-webkit-scrollbar-thumb{
    background-color: #cccccc6e;    /* color of the scroll thumb */
    border-radius: 20px;   /* roundness of the scroll thumb */
    border: 3px solid #cccccc6e;  /* creates padding around scroll thumb */
}
/* custom */
:root {
    --main-color:#007A72;
    --sub-color:#E11F26;
}
.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--main-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: none;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
button:focus {outline: none !important;box-shadow: none !important;}
a:hover {text-decoration: none;}
.title {
    margin: 20px 0px 40px 0px;
    position: relative;
    color: var(--main-color);
}
.title img {width: 35px;margin-right: 3px;}
.navbar .navbar-brand {margin: 0;}
.text-color {color: var(--main-color);}
.bg-color {background-color: var(--main-color);}
/* header */
header {background-color: var(--main-color);}
header img {width: 100%;}
/* navbar */

.side-container,.options-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 88899;
    display: none;
  }
  .side-container .overlay ,.options-container .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }
.open-nav {
    border: none;
    color: var(--main-color);
    background-color: #fff;
    font-size: 12;
    cursor: pointer;
}
.times {
    border: 1px solid #fc3e53;
    color: #fc3e53;
    border-radius: 50%;
    cursor: pointer;
    position: sticky;
    top: 0;
    left: 0;
    float: left;
    height: 37px;
    width: 37px;
    margin-top: -10px;
    background-color: #fff !important;
    text-align: center;
    z-index: 99;
    padding-top: 5px;
}
.btn-times {
    border: none;
    color: #a18d53;
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: #d0c6a8 !important;
    text-align: center;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: unset !important;
}
.btn-times:hover {color: #a18d53;}
.side-nav {
    background-color: #fefdfa;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 20px 25px;
    z-index: 88;
    transition: all .6s ease-in-out;
    box-shadow: 0px 0px 3px 3px rgba(51, 51, 51, 0.096);
}
.side-nav .logo {padding: 20px;}
.side-nav ul {margin-top: 30px;}
.side-nav ul li {
    display: block;
    margin-bottom: 14px;
}
.side-nav ul li a {display: block;color: #333;}
.side-nav ul li a img {
    float: left;
    width: 18px;
    margin-top: 4px;
}
.side-nav .farm {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: opacity(0.2);
}
.shopping-cart img {width: 30px;}
.shopping-cart {position: relative;margin: 0px 0px 0 10px;display: inline-block;}
.shopping-cart span {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: var(--sub-color);
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 1.9em;
}
#options {
    background-color: #fff;
    padding: 40px 25px;
    height: 90%;
    overflow-y: scroll;
    position: absolute;
    bottom: -90%;
    width: 100%;
    transition: all .6s ease-in-out;
    border-radius: 25px 25px 0 0;
  }
  #options .number {margin: 20px 0;}
  #options .number .minus , #options .number .plus{
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 2.7em;
    cursor: pointer;
  }
  #options .number .minus {background-color: var(--main-color);}
  #options .number .plus {background-color: var(--sub-color);}
  #options .number input {
    border: none;
    font-weight: bold;
    font-size: 17px;
  }
  #options h5 {color: var(--main-color);}
  #options .labels label {display: block;margin-bottom: 14px;cursor: pointer;}
  #options .labels {margin: 20px 0;}
  #options .labels input[type="radio"] {accent-color: var(--main-color);}
  select {
    cursor: pointer;
    appearance: none;
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: left 14px center;
    color: #777 !important;
  }
  #options select {height: 40px;}
  #options select , #options textarea {
    display: block;
    background-color: #fdfdfd;
    margin: 20px 0;
    width: 100%;
    padding: 5px 12px;
    border-radius: 3px;
    border: 1px solid #ddd;
  }
  #options select:focus , #options textarea:focus {outline: none;}
  #options .choose {
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    margin: 12px 0;
    border-radius: 5px;
    padding: 7px 20px 8px;
  }
/* links */
.links .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    background-color: #fdfdfd;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.links .nav-item {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
    background-color: unset;
    cursor: pointer;
}
.links .nav-item .nav-link {color: var(--main-color) !important;}
.links .nav-item.active {
    border-bottom: 3px solid var(--main-color);
}
.links .nav-link {border: none !important;}
.links .choose {
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    margin: 12px 0;
    border-radius: 5px;
    padding: 7px 20px 8px;
}
.price {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 30px 0;
}
/* cart */
.cart .bg-white {position: relative;}
.cart .bg-white .delete {
    position: absolute;
    left: 20px;
    top: 20px;
    color: red;
    cursor: pointer;
    border: none;
    background: none;
}
.cart .edit,.cart .confirm-order-btn,.confirm-order {
    width: 100%;
    color: #fff;
    background-color: var(--main-color);
    cursor: pointer;
    border: none;
    padding: 7px;
    display: block;
}
.cart .confirm-order-btn,.confirm-order
 {border-radius: 6px;font-size: 20px;padding: 10px;margin-bottom: 20px;font-weight: bold;}
.cart ul li {margin-bottom: 12px;}
.cart .confirm-order-btn:hover,.confirm-order:hover {color: #fff;}
#discount input,#cod input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: bottom;
    width: 210px;
}
#discount input:focus ,#cod input:focus {outline: none;}
#discount input::placeholder , #cod input::placeholder {font-size: 11px;}
#discount button,#cod .dollar {
    border: none;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 2.8em;
    border-radius: 3px;
}
#confirm input:not(.confirmWay) ,#confirm select {
    display: block;
    background-color: #fdfdfd;
    margin: 20px 0;
    width: 100%;
    padding: 5px 12px;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #ddd;
}
#confirm input:focus,#confirm select:focus,#place-order textarea:focus {outline: none;box-shadow: none;}
#cod {
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirmWay {accent-color: var(--main-color);}
#place-order input:not(.paymentMethod){
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: bottom;
    width: 210px;
  }

  #place-order input:focus,
  #place-order select:focus, #place-order textarea:focus {
    outline: none;
    box-shadow: none;
  }

  #place-order button {
    border: none;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 3px;
  }

  #place-order .input-group-text {height: 40px;}
  #place-order input:not(.paymentMethod),
  #place-order select,#place-order textarea  {
    display: block;
    background-color: #fdfdfd;
    margin: 20px 0;
    width: 100%;
    padding: 5px 12px;
    border-radius: 0px;
    height: 40px;
    border: 1px solid #ddd;
  }
  #place-order textarea {height: 120px;}

  #place-order input:focus,
  #place-order select:focus {
    outline: none;
    box-shadow: none;
  }
  #place-order .input-group {flex-wrap: nowrap;}
  #place-order #phone::placeholder {color: #ccc;}
  .paymentMethod {
    accent-color: var(--main-color);
  }
  
  .custom-label {
    position: static;
   
    background-color: coral;
    
    border-radius: 2px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }

  .custom-label:hover,
  .custom-label.active {
    position: static;
  border: 3px solid #6547;
    background-color: green;
     font-weight: bold;
    color: #fff;
     font-size: 14px;
   
  }

  .custom-label input{
    opacity: 0;
    margin: 0 !important;
    width: auto !important;
    position: absolute;
    height: auto !important;
    top: 14px;
    right: 38;
  }
  .custom-radio input {
    margin: 3px !important;
    width: auto !important;
    height: auto !important;
  }
  #loginModal .modal-dialog {
    position: absolute;
  max-width: 100%;
  pointer-events: none;
  bottom: 0;
  right: 0;
  margin: 0;
  min-width: 100%;
}
#loginModal .modal-content {
  border-radius: 30px!important;
  max-width: 360px;
  margin: auto;
  margin-bottom: 10px;
  height: 320px;
  margin-bottom: calc(50vh - 160px);
}
  .did-floating-label-content {
    position: relative;
    display: flex;
  align-items: center;
  justify-content: space-between;
  }

  .did-floating-label {
    color: #1e4c82;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 35px;
    top: 11px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

  .did-floating-input{
    font-size: 17px;
    display: block;
    width: 100%;
    height: 45px;
    /* background: #fff; */
    color: #323840;
    border: none;
    border-radius: 0px;
    /*padding-top: 13px;*/
    box-sizing: border-box;
  }

  .did-floating-input:focus {
    outline: none !important;
  }

  .did-floating-input:focus~.did-floating-label{
    top: -8px;
    font-size: 13px;
    font-weight: bold;
  }
  #login h5 {color: var(--main-color);}
  #login button {
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    padding: 11px 7px 8px;
    border: none;
  }
  #login input:focus {outline: none;box-shadow: unset !important;}
  #login .input-group-prepend {
      margin-right: 5px;
  }
  #login .fa-mobile-alt,#login .fa-user {
    margin: 0px 15px 0 3px;
  }
  .done {text-align: center;}
  .done a,#verification button {
    background-color: var(--main-color);
    color: #fff !important;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
  margin: 5px 0;
  padding: 11px 20px 8px;
    border: none;
  }
  #verification h5 {color: var(--main-color);}
  #verification .custom-input {
  width: 37px;
  height: 37px;
  margin: auto;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#rate button[type="submit"] {
  padding: 10px 25px 8px;
  border-radius: 25px;
  margin: 20px 0;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  box-shadow: 0px 4px 11px 0px #5cbab4;
}
#rate label {
  color: var(--main-color);
  background-color: #fff;
  transition: all .3s ease-in-out;
  cursor: pointer;
margin: 3px 1px;
border-radius: 25px;
padding: 7px 18px 6px;
font-size: 13px;
font-weight: normal;
position: relative;
}
#rate label.active {color: #fff;background-color: var(--main-color);}
#rate label input {opacity: 0;position: absolute;}
#rate label::before {
  color: #fff!important;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--main-color);
  position: absolute;
  right: 9px;
  top: 8px;
  content: '';
  text-align: center;
  font-size: smaller;
line-height: 1.8em;
}
#rate label span {margin-right: 17px;}
#rate h5 {font-size: 17px;}
#rate label.active::before {content: '✔';border: 1px solid #fff;color: #fff!important;}
@media(max-width:820px) {
  .grid .card img {max-height: 120px !important;}
}
@media(max-width:567px) and (max-width:414px) {
  #options .number .minus, #options .number .plus {
    font-size: 11px;
    height: 25px;
    width: 25px;
    line-height: 2.5em;
  }
  #options .choose {
    padding: 9px 20px 8px;
    font-size: 11px;
  }
  #options .number input {width: 65px;}
  .links .card {
    padding: 5px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .grid .col-6 {
    padding: 5px !important;
  }
  
  .links .card h5,.links .nav-item
  {font-size: 12px;}
  #options h5,
  #options select, #options textarea
  {font-size: 14px;}
  .links .nav-tabs {
    justify-content: flex-start;
  }
  .custom-label {padding: 10px 9px;font-size: 12px;}
}
@media(max-width:414px) {
    .links .choose,.links .card p {font-size: 11px;}
    #options {padding: 40px 0;}
    .cart .bg-white {
        position: relative;
        padding: 30px 0px !important;
    }
    .card .edit {font-size: 14px;}
    .cart .confirm-order-btn,.confirm-order {width: 92% !important;}
  
}

input[name="phone"]::-webkit-scrollbar {
  display: none;
}