/*
Items Name : Shara
Author : Ngetemplates
-------------------------------- */

/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #ffffff;
  color: #6a6a6a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
  padding: 0;
  margin: 0;
  color: #0a0a0a;
}

h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ff5252;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffedea;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #ffedea;
  color: #ff7a42;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #ff7a42;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #101010;
  color: #ffffff;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #ff7a42;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #fff;
  color: #101010;
  transition: 0.2s;
  font-weight: 600;
  border: 0;
}

.button2:hover {
  background: #ff7a42;
  color: #fff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #ffffff;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  /*height: 30px;*/
  width: 60px;
}
.navbar .navbar-brand:hover {
  color: #0a0a0a;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #0a0a0a;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
  color: #ff7a42;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 96px;
}
.intro .content {
  background: #ffedea;
  padding: 60px 40px;
  border-radius: 5px;
  color: #555;
}
.intro .content ul {
  margin-top: 20px;
}
.intro .content ul li {
  margin-right: 10px;
  display: inline-block;
}
.intro .content ul li a i {
  color: #ff7a42;
  font-size: 18px;
}
.intro .content ul li a i:hover {
  color: #0a0a0a;
}
.intro .content img {
  border-radius: 50%;
  padding: 50px;
  position: relative;
  left: 50px;
}

/* ------------------------------
  title stripe
---------------------------------*/
.the-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ff7a42;
}
.the-title span {
  height: 1px;
  width: 40px;
  background: #0a0a0a;
  display: inline-block;
  bottom: 5px;
  position: relative;
  margin-right: 12px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding: 100px 0 0;
}
.about .content {
  padding-left: 15px;
}
.about img {
  border-radius: 5px;
}
.about .icon {
  position: relative;
  top: -11px;
  float: right;
  margin-left: 15px;
}
.about .icon i {
  font-size: 30px;
  border: 1px solid #ff7a42;
  border-radius: 2px;
  padding: 10px;
  color: #ff7a42;
}
.about .text {
  overflow: hidden;
  position: relative;
  top: -14px;
}
.about .row .row {
  margin-top: 50px;
}

/* ------------------------------
  open-hours
---------------------------------*/
.open-hours {
  padding: 100px 0 0;
}
.open-hours .content {
  padding: 80px 35px;
  background: #ffedea;
  border-radius: 5px;
}
.open-hours h2 {
  text-align: center;
}
.open-hours ul {
  border: 2px dotted #ff7a42;
  margin-bottom: 20px;
  padding: 20px;
}
.open-hours ul li {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font-weight: 500;
}
.open-hours .hours {
  margin: 0 25%;
  border: 0;
  border-radius: 5px;
  background: #ff7a42;
}
.open-hours .hours li {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

/* ------------------------------
  product
---------------------------------*/
.product {
  padding: 100px 0 0;
}
.product h5 {
  margin-top: 10px;
}
.product .filtr-item {
  padding: 15px;
}
.product .box-content {
  margin-left: 11px;
}
.product .product-filter-menu {
  float: right;
  top: -83px;
  position: relative;
  margin-bottom: -60px;
  left: -11px;
}
.product .product-filter-menu ul {
  background: #ffedea;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
}
.product .product-filter-menu ul li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.product .product-filter-menu ul li:hover {
  color: #ff7a42;
}
.product .content {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ffedea;
}
.product .content img {
  border-radius: 5px;
}
.product .content ul {
  position: relative;
}
.product .content ul li {
  display: inline-block;
  color: orange;
}
.product .content span {
  font-size: 18px;
  color: #ff7a42;
  font-family: 'Heebo', sans-serif;
}

/* ------------------------------
  cta
---------------------------------*/
.cta {
  padding: 100px 0 0;
}
.cta img {
  padding-right: 40px;
  position: relative;
  top: 248px;
  margin-top: -248px;
  border-radius: 5px;
}
.cta .box-content {
  background: #ffedea;
  border-radius: 5px;
  padding: 50px 40px;
}
.cta .box-content .button {
  margin-top: 40px;
}

/* ------------------------------
  faq
---------------------------------*/
.faq {
  padding: 100px 0 0;
}
.faq h5 {
  font-size: 16px;
  font-weight: 500;
}
.faq .button {
  margin-top: 35px;
}
.faq .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ffedea;
}
.faq .accordion-button {
  padding-top: 0;
  padding-bottom: 0;
}
.faq .accoridon-button.collapsed {
  border-bottom: 1px solid #ffedea;
}
.faq .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0a0a0a;
  box-shadow: none;
}
.faq .accordion-button:focus {
  border-color: #ffedea;
  box-shadow: none;
}
.faq .accordion {
  margin-left: 30px;
}

.faq .accordion-item {
  padding: 12px 0;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding: 100px 0 0;
}
.contact .content {
  background: #ffedea;
  padding: 35px 35px;
  border-radius: 0 5px 5px 0;
}
.contact .content ul li {
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  font-weight: 500;
  line-height: 30px;
}
.contact .content i {
  font-size: 30px;
  border: 1px solid #ff7a42;
  border-radius: 2px;
  padding: 10px;
  color: #ff7a42;
  margin-right: 20px;
  position: relative;
  top: 6px;
}
.contact .content-map iframe {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  text-align: center;
  padding: 30px 0 35px;
  font-size: 16px;
  font-weight: 500;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .contact .content-map iframe {
    height: 365px;
  }
}
@media (max-width: 768px) {
  .intro .content img {
    left: 0;
  }

  .about .content {
    padding-top: 30px;
    padding-left: 0;
  }

  .open-hours ul {
    padding: 12px;
  }

  .cta img {
    top: 300px;
  }
}
@media (max-width: 576px) {
  .about .col {
    flex: 100%;
    margin-bottom: 20px;
  }
  .open-hours .hours {
    margin: 0;
  }

  .product .product-filter-menu {
    float: none;
    top: -9px;
    display: inline-block;
    margin: auto;
  }

  .product .filtr-item {
    padding: 15px 5px 15px 15px;
  }

  .cta img {
    top: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .faq .accordion {
    margin-top: 30px;
    margin-left: 0;
  }

  .faq .accordion-item {
    padding: 12px 0;
  }

  .contact .content-map iframe {
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .contact .content {
    border-radius: 5px;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    line-height: 45px;
    font-size: 38px;
  }

  .about .row .row .col {
    flex: initial;
    display: inherit;
    width: 100%;
    margin-bottom: 20px;
  }

  .contact .content i {
    padding: 0;
    border: 0;
  }

  .contact .content ul li {
    display: inline-flex;
  }

  .product .product-filter-menu ul {
    margin-left: 11px;
  }
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-color: white;
    font-weight: bold;
}
.step.active {
    background-color: green;
    color: white;
    border-color: green;
}
.step-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ddd;
    margin: 0 10px;
}

.item-fixed-size {
    width: 100px;
    height: 200px;
    object-fit: cover;
}

.loading-gif{
    width: 35px!important;
}

.time-option {
    cursor: pointer;
}
.form-check-input:checked + .time-option {
    border: 2px solid #ffc107 !important;
    background-color: #fffbea;
}
