body {
  font-family: "Mitr", sans-serif;
}
body.open {
  overflow: hidden;
}
.btn-white-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white-outline:hover {
  background: #9c251c;
  color: #fff;
  border-color: #9c251c;
  text-decoration: none;
}
.btn-red {
  display: block;

  text-align: center;
  background: #9c251c;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #9c251c;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-red:hover {
  background: transparent;
  color: #9c251c;
  border-color: #9c251c;
  text-decoration: none;
}

.btn-dark-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  border: 3px solid #000;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-dark-outline:hover {
  background: #9c251c;
  color: #fff;
  border-color: #9c251c;
  text-decoration: none;
}
.btn-dark2-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  border: 3px solid #000;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-dark2-outline:hover {
  background: transparent;
  color: #9c251c;
  border-color: #9c251c;
  text-decoration: none;
}

.btn-red-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #9c251c;
  text-transform: uppercase;
  border: 3px solid #9c251c;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-red-outline:hover {
  background: #9c251c;
  color: #fff;
  border-color: #9c251c;
  text-decoration: none;
}
.btn-black-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #2e2e2d;
  text-transform: uppercase;
  border: 3px solid #2e2e2d;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-black-outline:hover {
  background: #f27c00;
  color: #fff;
  border-color: #f27c00;
  text-decoration: none;
}

.btn-black-red-outline {
  display: block;

  text-align: center;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #2e2e2d;
  text-transform: uppercase;
  border: 3px solid #2e2e2d;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-black-red-outline:hover {
  background: #fff;
  color: #9c251c;
  border-color: #9c251c;
  text-decoration: none;
}

.homeTopinner {
  width: 100%;
}
.homeLeft {
  padding: 41px 18px;
}
.homeLeft .logo {
  display: block;
}
.homeLeft i {
  display: block;
  font-weight: 200;
  font-size: 16px;
  color: #9c251c;
  line-height: 31px;
  margin-top: 42px;
  margin-bottom: -10px;
  text-transform: uppercase;
  font-style: normal;
}
.homeLeft strong {
  display: block;
  color: #2e2e2d;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
}
#homeBanner .homeLeft i {
  color: #fff;
}
#homeBanner .homeLeft strong {
  color: #fff;
}
#homeBanner .homeLeft p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  margin: 00 20px 0;
}
.homeLeft .line {
  margin-top: 30px;
}
#homeBanner .homeLeft .line {
  margin: 40px 0;
}
.homeRight {
  margin-bottom: 30px;
}
.homeRight img {
  width: 100%;
}
#homeBanner {
  background-size: cover;
  background-position: center;
}
#offersLink {
  position: relative;
  padding: 100px 0;
  background-color: #f27c00;
  color: #fff;
}
#offersLink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135px;
  background-image: url("../images/offerspattern.png");
}
#offersLink i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-style: normal;
}
#offersLink strong {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}
#offersLink p {
  margin: 40px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0 60px;
  line-height: 18px;
}
#offersLink a {
  margin: auto;
  max-width: 196px;
}
#offersLink a:hover {
  background: #9c251c;
  border-color: #9c251c;
  text-decoration: none;
}
#offers {
  background: #ebebeb;
  padding: 105px 0;
}
.boxTop {
  text-align: center;
  text-transform: uppercase;
}
.boxTop i {
  font-style: normal;
  display: block;
  color: #9c251c;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.07em;
}
.boxTop h3 {
  display: block;
  padding: 20px 0px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
#offers .restaurantLoc {
  margin-bottom: 20px;
}
#offers .restaurantLoc a {
  display: block;
  padding: 25px 60px;
  background: #9c251c;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
}
#offers .restaurantLoc a .icon {
  padding: 14px 0 15px;
}
#offers .restaurantLoc a:hover {
  text-decoration: none;
}
#offers .restaurantLoc a img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#offers .restaurantLoc a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#offers .restaurantLoc a strong {
  display: block;
  margin: 20px 0;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
}

#offers .restaurantLoc a span {
  display: block;
  padding: 0 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#offers .offersItem {
  position: relative;
  margin-bottom: 20px;
}
#offers .offersItem a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 15px;
  height: 308px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  overflow: hidden;
}
#offers .offersItem a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
}
#offers .offersItem a:hover {
  text-decoration: none;
}
#offers .offersItem a * {
  position: relative;
  z-index: 2;
}
#offers .offersItem a strong {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#offers .offersItem a i,
#offers .offersItem a span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
}
#offers .offersItem .offersItemBottom {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  pointer-events: none;
}
#joinClub .mobiljoin {
  padding: 57px 28px 40px 28px;
  background-image: url(../images/join-club.png);
  min-height: 492px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
#joinClub .mobiljoin i {
  display: block;
  text-align: right;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-style: normal;
}
#joinClub .mobiljoin strong {
  display: block;
  padding: 20px 0 40px;
  font-size: 35px;
  text-align: right;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
#joinClub .mobiljoin a {
  margin-left: auto;
  max-width: 196px;
}

#desires {
  padding: 80px 0;
}
.desiresItem a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 15px;
  height: 308px;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s eas;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desiresItem a span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desiresItem a:hover span {
  transform: scale(1.4);
}
.desiresItem a strong {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.desiresItem {
  margin-bottom: 20px;
}
.redBox {
  padding: 40px;
  text-align: center;
  background: #9c251c;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
}
.redBox strong {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.redBox .line {
  margin: 30px 0;
}
.redBox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}
.redBox a {
  max-width: 148px;
  margin: auto;
}
footer {
  position: relative;
  padding: 70px 10px 100px;
  background: #2e2e2d;
}
footer .topButton {
  position: absolute;
  left: 50%;
  top: -42px;
  width: 84px;
  height: 84px;
  background: #2e2e2d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
footer .topButton span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

footer .topButton span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .topButton:hover span img {
  top: 40%;
}
footer .footerMenu {
  margin-bottom: 30px;
}
footer .footerMenu strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
footer .footerMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footerMenu ul li a {
  display: block;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
footer .social span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
footer .social i {
  display: inline-block;
  width: 23px;
  height: 2px;
  background: #fff;
}
footer .social .links a {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
footer .social .links a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .social .links a + a {
  margin-left: 20px;
}
footer .footerLinks a {
  display: inline-block;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}
footer .footerLinks a + a:before {
  content: "-";
  display: inline-block;
  margin: 0 7px 0 3px;
}
footer .suggestion {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
footer .suggestion a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
footer .copyRight {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}
.mobilFixBar {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.mobilFixBar .red,
.mobilFixBar .redCommande {
  background: #9c251c;
}
.mobilFixBar .red a,
.mobilFixBar .redCommande a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 69px;
  text-decoration: none;
}
.mobilFixBar .white a {
  display: block;
  width: 68px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}
.mobilOrderBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobilOrderBar.open {
  height: 215px;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.mobilOrderBar.mobilMon.open {
  height: 100%;
  background-color: #9c251c;
  padding: 20px 30px;
}
.mobilMon .orderItems {
  height: auto;
  flex: 1;
  color: #fff;
}
.mobilMon .order-list-items {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobilMon .closeOrderBar {
  margin-top: auto;
  -webkit-transition: height 0.2s ease-in;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.mobilOrderBar .closeOrderBar {
  display: block;
  background: #9c251c;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
}
.mobilOrderBar .red {
  background: #9c251c;
  height: 147px;
}
.mobilOrderBar .orange {
  height: 147px;
  background: #f27c00;
}
.mobilOrderBar .red .icon,
.mobilOrderBar .orange .icon {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.mobilOrderBar .red a,
.mobilOrderBar .orange a {
  text-decoration: none !important;
}
.mobilOrderBar .red strong,
.mobilOrderBar .orange strong {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.LoginBox {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  left: 0;
  top: 0;
  background: rgb(156, 37, 28, 0.91);
}
.LoginBox.open {
  display: block;
}
.LoginBox .loginTitle {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.LoginBox .formTitle {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.formTitle {
  margin-bottom: 38px;
}
.LoginBox .form-control {
  height: 50px;
  margin-bottom: 10px;
  border-radius: 0;
  border: 0;
}
.LoginBox .form-control::placeholder {
  text-align: center;
  text-transform: uppercase;
  color: #d3d3d3;
  line-height: 68px;
}
.menu {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 3;
  padding: 50px 35px;
  width: 100%;
  height: 100%;
  background: #9c251c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu.open {
  left: 0;
  z-index: 8;
}
.menu .menuBox {
  overflow: auto;
}
.menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135px;
  background-image: url(../images/menuPattern.png);
}
.menu .menuBoxTitle {
  display: block;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
.menu .menuBoxTitle a {
  text-decoration: none;
  color: #fff;
}
.menu .menuItem strong {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.menu .menuItem ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu .menuItem ul li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.menu .line {
  margin: 20px 0;
}
.orderBar {
  position: fixed;
  right: 0;
  top: 0;
  /*height: 100%;*/
  z-index: 4;
}
.orderBar > a {
  color: #fff;
  background: #9c251c;
  min-height: 62px;
}
.orderBar > a:hover {
  text-decoration: none;
}
.orderBar > a .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orderBar > a.open .icon {
  transform: rotate(180deg);
}
.orderBar > a .text {
  width: 297px;
  color: fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.orderBar > a.open .text {
  width: 353px;
}
.orderBar > a .text i {
  font-style: normal;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orderBar > a.open .text i {
  opacity: 0;
}

.orderBar:hover .text i {
  font-size: 17px;
}
.orderBar .orderBoxes {
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  background: #f27c00;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orderBar > a.open + .orderBoxes {
  right: 0;
}
.orderBar .orderBoxes .red {
  height: 50%;
  background: #9c251c;
}
.orderBar .orderBoxes .orange {
  height: 50%;
}
.orderBar .orderBoxes .orderItems .icon {
  display: block;
  text-align: center;
}
.orderBar .orderBoxes .red .icon {
  height: 128px;
  width: 100%;
  vertical-align: bottom;
  position: relative;
}
.orderBar .orderBoxes .red .icon .line-icon #Group_4820 {
  position: absolute;
  top: 0;
  left: 0;
}
.orderBar .orderBoxes .red .icon .line-icon {
  position: absolute;
  left: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orderBar .orderBoxes .red .icon .motto-icon {
  margin-left: -46px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orderBar .orderBoxes .red:hover .icon .motto-icon {
  transform: rotate(-30deg);
  margin-left: 0;
}
.orderBar .orderBoxes .red:hover .icon .line-icon {
  opacity: 1;
}
.orderBar .orderBoxes .orderItems strong {
  display: block;
  text-align: center;
  margin: 30px 0 20px;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.orderBar .orderBoxes .orderItems:hover strong {
  font-size: 32px;
}
.orderBar .orderBoxes .orange .icon #Group_4820 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.orderBar .orderBoxes .orange:hover .icon #Group_4820 {
  transform: translate(-26.713px, -38.5px) !important;
}
.orderBar .orderBoxes .orange .icon line {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.orderBar .orderBoxes .orange:hover .icon line {
  opacity: 1 !important;
}
.orderBar .orderBoxes .orange .icon img {
  min-height: 108px;
}

.orderBar .orderBoxes .red a:hover {
  background: #f27c00;
  border-color: #f27c00;
}
.orderBar .orderBoxes .orange:hover a {
  background: #9c251c;
  border-color: #9c251c;
  font-size: 18px;
}
.orderBar .orderBoxes .orderItems {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.orderBar .orderBoxes .red:hover a {
  background: #f27c00;
  border-color: #f27c00;
  font-size: 18px;
}
.orderBar .orderBoxes .orderItems a {
  display: block;
  width: calc(100% - 100px);
}
.menuSocial {
  margin-top: 40px;
}
.menuSocial .links a {
  width: 39px;
  height: 39px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.menuSocial .links a + a {
  margin-left: 15px;
}
header {
  background-image: url(../images/header-pattern.png);
  background-repeat: no-repeat;
  height: 150px;
}
header .logo img {
  margin-top: 8px;
  height: 60px;
}
.livrasionBanner {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}
.livrasionBanner img {
  object-fit: cover;
  height: 100%;
}
.livrasionBanner .livText {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
}
.pageSubTitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #9c251c;
  text-transform: uppercase;
}
.pageTitle {
  color: #2e2e2d;
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.registertitle {
  margin-bottom: 30px;
}
.miniTitle {
  color: #2e2e2d;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
  text-transform: uppercase;
}
.pageContent p {
  font-size: 16px;
  line-height: 20px;
  color: #2e2e2d;
}
.pageContent p.text-grey {
  color: #c1c1c1;
}
.livrasionForm .form-control {
  border-radius: 30px;
  height: 44px;
}
.selectTimeBox {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgb(156 37 28 / 86%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectTimeBox.open {
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectTimeBox .selectTimeInBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
}
.selectTimeBox .selectTimeInBox strong {
  display: block;
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 50px;
}
.timers {
  display: none;
}
.timers.open {
  display: block;
}
.timers .customDarkSelect {
  border: 3px solid #2e2e2d;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  overflow: hidden;
}
.timers .customDarkSelect select {
  display: block;
  width: 100%;
  height: 56px;
  border: 0;
  outline: none;
  box-shadow: none;
  text-align: center;
  text-align-last: center;
}
.timers .customDarkSelect select option {
  text-align: center;
}
.timeSelector.open {
  background: #9c251c;
  color: #fff;
  border-color: #9c251c;
  text-decoration: none;
}
.timenotSelector.open {
  pointer-events: none;
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.pageContent .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 20px 0;
}
.pageContent .breadcrumb li,
.pageContent .breadcrumb li a {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  color: #bababa;
}
.pageContent .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #bababa;
  font-size: 16px;
}
.faqList {
  margin-bottom: 50px;
}
.faqList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faqList ul li a:hover {
  text-decoration: none;
}
.faqList > ul > li > a {
  position: relative;
  padding: 18px 30px;
  display: block;
  background: #ebebeb;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.faqList > ul > li > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 25px;
  color: #9c251c;
  transform: translateY(-50%);
}
.faqList ul ul li a {
  display: block;
  padding: 18px 30px;
  background: #9c251c;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.faqList > ul > li > a + ul {
  display: none;
}
.faqList > ul > li > a.open + ul {
  display: block;
}
.faqList > ul > li > a.open {
  background: #9c251c;
  color: #fff;
}

.faqDetail {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  padding: 40px;
  width: 50%;
  height: 100%;
  background: #9c251c;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
}
.faqDetail.open {
  right: 0;
  z-index: 8;
}
.faqDetail .faqClose {
  z-index: 5;
}
.faqDetail .btn-white-outline:hover {
  border-color: #f27c00;
  color: #f27c00;
}
.btn-orange:hover {
  border-color: #f27c00;
  background-color: #f27c00;
}
.faqDetail .menuBox {
  overflow: auto;
}
.faqDetail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135px;
  background-image: url(../images/menuPattern.png);
}
.faqDetail .menuBoxTitle {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0 44px 0 73px;
}
.faqDetail .faqDetailBox {
  padding: 0 44px 0 73px;
}
.faqDetail .line {
  margin: 20px 0;
}
.moncompteLink .col-6.pr-7 {
  padding-right: 7.5px;
}
.moncompteLink .col-6.pl-7 {
  padding-left: 7.5px;
}
.moncompteLink {
  margin-bottom: 50px;
}
.moncompteLink a {
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  background: #9c251c;
}
.moncompteLink a .icon {
  height: 100px;
}
.moncompteLink a strong {
  display: block;
  height: 40px;
}
.openMonListDetail {
  text-align: center;
  display: block;
}
.monList {
  color: #9c251c;
  font-size: 16px;
}
.monList .monListHead {
  font-weight: 700;
  padding: 0 15px;
}
.monList .monListBody .monListItem {
  padding: 0 15px;
}
.monList .monListBody .monListItem:nth-child(odd) {
  background: #f6f6f6;
}
.monList .monListBody span {
  display: block;
  padding: 24px 0;
}

.monList .monListBody .monListItem .monListItemBottom {
  display: none;
}
.monList .monListBody .monListItem .monListItemTop.open ~ .monListItemBottom {
  display: block;
}
.monList .monListBody .monListItem .monListItemBottom .border-top {
  border-color: #9c251c !important;
}
.monList .monListBody .monListItem .monListItemTop .openMonListDetail {
  padding: 24px 5px;
  text-align: center;
}
.monList .monListBody .monListItem .monListItemTop .openMonListDetail img {
  margin: auto;
  display: block;
}
.monList
  .monListBody
  .monListItem
  .monListItemTop
  .openMonListDetail
  .closeimg {
  display: none;
}
.monList
  .monListBody
  .monListItem
  .monListItemTop.open
  .openMonListDetail
  .closeimg {
  display: block;
}
.monList
  .monListBody
  .monListItem
  .monListItemTop.open
  .openMonListDetail
  .searchimg {
  display: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.monList .openMonListDetail:hover .searchimg {
  width: 24px;
  height: 24px;
}
.adressRadio {
  position: relative;
  margin-bottom: 20px;
}
.adressRadio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.adressRadio input ~ .adressText {
  padding: 20px;
  border: 2px solid #707070;
  color: #2e2e2d;
}
.adressRadio input:checked ~ .adressText {
  border-color: #9c251c;
  color: #9c251c;
}

.adressRadio input ~ .adressText strong {
  display: block;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.adressRadio input ~ .adressText p {
  margin: 0;
}
.adressRadio input:checked ~ .adressText p {
  color: #9c251c;
}
.adressRadio input ~ .adressText i {
  display: block;
  font-weight: 600;
  font-style: normal;
}
.adressRadio .deleteAdress {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.adressRadio .deleteAdress img {
  width: 19px;
}
.adressRadio input ~ .deleteAdress .red {
  display: none;
}
.adressRadio input:checked ~ .deleteAdress .red {
  display: inline-block;
}
.adressRadio input:checked ~ .deleteAdress .black {
  display: none;
}
.addAdress {
}
.addAdress a {
  margin-bottom: 20px;
  min-height: 118px;
  border: 2px solid #707070;
  color: #2e2e2d;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.5;
}
.monListVotre .itemProductCount {
  display: block;
  background: #fff;
  text-align: center;
  margin: 10px 0;
  font-size: 52px;
  font-weight: 100;
  line-height: 52px;
  color: #9c251c;
}
.monListVotre .itemProductCount:hover {
  background-color: #9c251c;
  color: #9c251c;
}
.monListVotre .itemProductCount:hover span {
  color: #fff;
}
.monListVotre .itemProductCount span {
  padding: 2px 0;
}
.monListVotre .openMonListDetail {
  font-size: 24px;
  color: #9c251c;
  text-align: center;
  text-decoration: none;
}
.monListVotre .monListItemTop .openMonListDetail .fa-angle-up {
  display: none;
  text-align: center;
}
.monListVotre .monListItemTop.open .openMonListDetail .fa-angle-up {
  display: block;
}
.monListVotre .monListItemTop.open .openMonListDetail .fa-angle-down {
  display: none;
  text-align: center;
}
.monListCoupon input {
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid rgb(0 0 0 / 30%);
  color: rgb(0 0 0 / 30%);
  height: 100%;

  height: 56px;
}
.monListCoupon .promotionLink {
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 56px;
  background: #9c251c;
}
.pageLogin .title h2 {
  font-size: 55px;
  line-height: 86px;
  text-transform: uppercase;
  font-weight: 600;
}
.pageLogin .parag {
  margin: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  width: 80%;
}
.pageLogin .form-control {
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pageLogin input {
  height: 50px;
  margin-bottom: 10px;
}
.pageLogin .form-control::placeholder {
  text-align: center;
  color: #d3d3d3;
}
.basketBox,
.mobileBasketBoxIn {
  padding: 40px;
  color: #fff;
  background: #9c251c;
  margin-bottom: 20px;
}
.basketBox .titles,
.mobileBasketBoxIn .titles {
  font-size: 15px;
  text-transform: uppercase;
}
.basketBox span,
.mobileBasketBoxIn span {
  display: block;
  margin: 20px 0;
}
.basketBox span strong,
.mobileBasketBoxIn span strong {
  display: block;
}
.basketBox span i,
.mobileBasketBoxIn span i {
  font-style: normal;
}
.basketBox span.total,
.mobileBasketBoxIn span.total {
  font-size: 20px;
}

.mobileBasketBox {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 99;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileBasketBox.open {
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileBasketBox .mobileBasketBoxIn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgb(156 37 28 / 100%);
  margin-bottom: 0;
}
.mobileBasketClose {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.pageNewAdress .monProfilForm {
  padding: 20px;
  background: #ebebeb;
}
.pageNewAdress .monProfilForm input {
  height: 50px;
  margin-bottom: 20px;
}
.pageNewAdress .monProfilForm input::placeholder {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #d3d3d3;
}
.pageNewAdress .monProfilForm label {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.pageNewAdress .monProfilForm .form-control {
  line-height: 50px;
  border: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.openLogin svg circle {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.openLogin:hover circle {
  r: 6;
}
.openMenu svg rect,
.openMenu svg g {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.webFixedBar {
  overflow: hidden;
}
.openMenu:hover #Path_3443 {
  opacity: 1 !important;
}
.openMenu:hover #Rectangle_491 {
  opacity: 1 !important;
}
.openMenu:hover #Line_4 {
  transform: translate(16, 44) !important;
}

.openMenu:hover rect:nth-child(2) {
  y: 30;
}
.openMenu:hover rect:nth-child(3) {
  y: 35;
}

.openMenu:hover rect:nth-child(4) {
  y: 40;
}
/* Menu Page */

#menu-contents {
  display: flex;
}
#menu-contents .left-menu {
  width: 25%;
  position: relative;
  overflow: none;
  overflow: hidden;
  display: inline;
}
#menu-contents .menu-content {
  width: 75%;
  padding: 0 7px;
  overflow: hidden;
  position: relative;
}
.read-more {
  font-weight: 300;
  background-image: -webkit-linear-gradient(
    #000,
    #fff
  ); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(
    #000,
    #fff
  ); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(
    #000,
    #fff
  ); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(
    #000,
    #fff
  ); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(
    #000,
    #fff
  ); /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.read-more.active {
  background-image: -webkit-linear-gradient(
    #000,
    #000
  ); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(
    #000,
    #000
  ); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(
    #000,
    #000
  ); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(
    #000,
    #000
  ); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(
    #000,
    #000
  ); /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#more {
  display: none;
}
#readmore-btn {
  outline: none;
  border: none;
  background-color: transparent;
  color: #9c251c;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.menu-content h2 {
  font-weight: 300;
  margin: 50px 0;
  font-size: 50px;
  text-transform: uppercase;
}

.menu-content .redBox {
  padding: 30px;
  text-align: center;
  background: #9c251c;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
}
.menu-content .redBox strong {
  font-size: 30px;
  display: block;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-content .redBox .line {
  margin: 30px 0;
}
.menu-content .redBox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}
.menu-content .redBox a {
  height: 50px;
  min-width: 196px;
  margin: auto;
  display: inline-block;
  line-height: 44px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-content .redBox a:hover {
  background-color: #f27c00;
  border-color: #f27c00;
}
.menu-content .desiresItem {
  margin-bottom: 30px;
}
.menu-content .desiresItem a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 15px;
  height: 308px;

  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s eas;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-content .desiresItem a span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-content .desiresItem a:hover span {
  transform: scale(1.4);
}
.menu-content .desiresItem a strong {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.menu-content .offersItem {
  position: relative;
  margin-bottom: 20px;
}
.menu-content .offersItem a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 40px 25px;
  height: 308px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  overflow: hidden;
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-content .offersItem a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
}
.menu-content .offersItem a:hover {
  text-decoration: none;
  background-size: 140% !important;
}
.menu-content .offersItem a * {
  position: relative;
  z-index: 2;
}
.menu-content .offersItem a strong {
  display: block;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: end;
}
.menu-content .offersItem a i,
.menu-content .offersItem a span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  text-align: end;
}
#menu-contents + #joinClub {
  margin-top: 145px;
  margin-bottom: 95px;
}
.left-menu .menu-items {
  background-color: #ebebeb;
  padding-top: 18px;
  padding-bottom: 50px;
  /* position: fixed; */
  width: 100%;
}

.sticky {
  top: 0;
  position: fixed;
  width: 25% !important;
}
.flex-menu {
  display: flex !important;
}
.bottom-menu {
  margin-top: auto !important;
}

.left-menu .menu-items h3 {
  font-size: 18px;
  margin-bottom: 48px;
  font-weight: 400;
  width: 90%;
  float: right;
}
.left-menu .menu-items ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.left-menu .menu-items ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 15px;
  width: 100%;
  float: right;
  padding: 15px 10px;
  font-size: 18px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.left-menu .menu-items ul li.active a {
  background-color: #fff;
  color: #9c251c;
}

.left-menu .menu-items ul li.active svg g rect {
  fill: #9c251c;
}

.left-menu .menu-items ul li.active svg path {
  stroke: #9c251c;
}

.left-menu .menu-items ul li:hover a {
  background-color: #fff;
  color: #9c251c;
}

.left-menu .menu-items ul li:hover svg g rect {
  fill: #9c251c;
}

.left-menu .menu-items ul li:hover svg path {
  stroke: #9c251c;
}
/* Page produit */
#filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.checkbox-item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.checkbox-item:hover {
  color: #9c251c;
}
.checkbox-item:hover label {
  border-color: #9c251c;
}

.checkbox-item input {
  display: none;
}
.checkbox-item svg {
  margin-right: 10px;
}
.checkbox-item label {
  margin: 0;
  padding: 8px 12px;
  cursor: pointer;
  width: 220px;
  margin-bottom: 10px;

  border: 1px solid #707070;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-item input:checked + label {
  color: #fff;
  background-color: #9c251c;
  border-color: #9c251c;
}

.checkbox-item input:checked + label svg path,
.checkbox-item input:checked + label svg g {
  stroke: #fff;
}
.checkbox-item input:hover + label svg path,
.checkbox-item input:hover + label svg g {
  stroke: #9c251c;
}
.bottomParag {
  font-weight: 300;
}
.burger-item {
  padding: 30px;
  height: 100%;
  border: 1px solid #707070;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  z-index: 2;
}

.burger-item span:first-child {
  text-align: center;
}
.burger-item img {
  margin-top: auto;
}
.burger-item h3 {
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.burger-items {
  position: relative;
  margin-bottom: 50px;
}
.bottom-text {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #9c251c;
  text-transform: uppercase;
  text-align: center;
  display: block;
  opacity: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger-items:hover .bottom-text {
  top: 105% !important;
  opacity: 1;
}
.orderItems {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.orderItems::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.orderItems {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.order-list-items:hover a {
  background-color: #9c251c !important;
  font-size: 16px !important;
  border-color: #fff !important;
}
.order-list-items a:last-child:hover {
  background-color: #f27c00 !important;
  border-color: #f27c00 !important;
}
.order-list > a .text {
  width: 60px;
}
.order-list > a.open .icon {
  transform: rotate(0);
}
.order-list-items .red {
  height: 100% !important;
  color: #fff;
  padding: 20px;
}
.order-list h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.order-list .icons svg {
  background-color: #fff;
  padding: 3px;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-list .icons svg:hover {
  background-color: #9c251c;
}
.order-list .icons svg:hover line {
  stroke: #fff;
}
.order-list ul {
  margin: 0;
  padding: 0;
}
.order-list ul li {
  display: flex;
  align-items: center;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.order-list ul li span {
  display: block;
  margin-bottom: 8px;
}
.order-list ul li span:first-child {
  font-weight: 700;
}
.order-list ul li span:last-child {
  margin: 12px 0 0 0;
  font-weight: 700;
}
.order-list ul li .icons {
  display: flex;
  flex-direction: column;
}
.order-list ul li .icons button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.order-list .bottom-btn {
  margin-top: auto;
}
.bottom-btn span {
  font-weight: 700;
  margin-bottom: 40px;
  display: block;
}

/* Burger with option */
.top-head {
  width: 100%;
  height: 76px;
  margin-top: 48px;
  margin-bottom: 100px;
  background-color: #9c251c;
  display: flex;
  justify-content: center;
}
.top-head .image {
  border-radius: 50%;
  width: 184px;
  height: 184px;
  padding: 15px;
  background-color: #fff;
  margin-top: -20px;
  overflow: hidden;
}
.top-head .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageDescription {
  width: 50%;
  text-align: center;
  display: flex;
  margin: 40px auto;
}

.basket-btn {
  position: fixed;
  left: 99px;
  bottom: 49px;
  width: 81px;
  height: 81px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #9c251c;
  border: 2px solid #9c251c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
}
.basket-btn.open {
  height: 350px;
  background-color: #fff;
  padding: 15px 0;
}
.basket-btn.open .opens {
  flex-direction: column;
  text-align: center;
}
.basket-btn.open .ok {
  margin-bottom: 40px;
}
.basket-btn.open button {
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.basket-btn.open p {
  font-size: 25px;
  color: #9c251c;
  margin: 30px 0;
}
.basket-btn.open svg {
  transform: rotate(-20deg);
  margin-top: auto;
}
.basket-btn.open #Group_4711 {
  display: none;
}

.basket-btn:hover {
  background-color: #fff;
}
.basket-btn:hover svg {
  transform: rotate(-20deg);
}
.basket-btn:hover circle {
  fill: #9c251c;
}
.basket-btn:hover path,
.basket-btn.open path {
  fill: #9c251c;
}
.basket-btn.lastOpen:hover path,
.basket-btn.lastOpen:hover circle {
  fill: #9c251c;
}
.basket-btn:hover #Group_4419 line {
  stroke: #fff;
}

.basket-btn.lastOpen {
  background-color: #9c251c !important;
}
.basket-btn.lastOpen:hover {
  background-color: #fff !important;
}
.basket-btn.lastOpen:hover #Group_4390 path {
  fill: #9c251c !important;
}
.basket-btn #Group_4819 {
  display: none;
}
.burger-list,
.burger-list2 {
  width: 540px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9c251c;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.burger-list svg,
.burger-list2 svg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.burger-list:hover svg,
.burger-list2:hover svg {
  transform: rotate(180deg);
}
.burger-list.open:hover svg,
.burger-list2.open:hover svg {
  transform: rotate(0);
}
.burger-list h4,
.burger-list2 h4 {
  color: #ffff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
.burger-list.open,
.burger-list2.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  background-color: #ebebeb;
}
.burger-list.open h4,
.burger-list2.open h4 {
  color: #9c251c;
}

.burger-list.open #Line_23,
.burger-list2.open #Line_23 {
  stroke: #ebebee;
}
.burger-list.open #Line_24,
.burger-list2.open #Line_24 {
  stroke: #9c251c;
}

.burger-list-open table td,
.burger-list-open table th,
.burger-list-open2 table th,
.burger-list-open2 table td {
  padding: 5px 50px 5px 0;
}
.burger-lists {
  position: relative;
}

.burger-lists2 {
  position: relative;
}
.burger-list-open {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #ebebeb;
  width: 540px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  -ms-border-bottom-right-radius: 30px;
  -o-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;

  z-index: 6;
}
.burger-list-open span,
.burger-list-open th,
.burger-list-open2 span,
.burger-list-open2 th {
  color: #707070;
  font-weight: 400;
}
.burger-list-open span,
.burger-list-open2 span {
  display: block;
  margin: 40px 0;
}

.burger-list-open2 {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #ebebeb;
  width: 540px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  -ms-border-bottom-right-radius: 30px;
  -o-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.burger-list-open span,
.burger-list-open th {
  color: #707070;
  font-weight: 400;
}
.burger-list-open span {
  display: block;
  margin: 40px 0;
}
.subTitle {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}
.subTitle h2 {
  font-weight: 600;
  margin-bottom: 0 !important;
}
.prix-box {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.prix-box h2 {
  font-weight: 400;
}
.prix-box span {
  color: #9c251c;
}
.filters-burger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filters-burger .checkbox-item {
  margin: 15px;
  width: 200px;
  height: 200px;
}
.filters-burger input + label {
  border: 1px solid #bababa;
}
.filters-burger input:checked + label {
  background-color: #fff;
  color: #9c251c;
  border-color: #9c251c;
}

.filters-burger input:checked + label svg path {
  fill: #9c251c;
  stroke: #9c251c;
}
.filters-burger input:checked + label svg g {
  stroke: #9c251c;
}
.filters-burger span {
  display: block;
  text-align: center;
  margin-top: auto;
}
.filters-burger span:first-child {
  margin-top: 15px;
}
.filters-burger label {
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  border: 2px solid #707070;
}
.filters-burger label svg {
  margin-right: 0 !important;
}
.ingredients {
  width: 100%;
  background-color: #ebebeb;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingredients ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.ingredients ul li {
  list-style: none;
  margin: 0 15px 15px 15px;
  text-align: center;
  width: 210px;
}
.ingredients ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingredients ul li .image {
  width: 83px;
  height: 83px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredients ul li span {
  display: block;
  margin-top: 8px;
}
.burger-item a {
  width: 200px;
  margin-top: 20px;
}

.burger-item a:hover {
  background-color: #f27c00;
  border-color: #f27c00;
}

.burgerRed {
  padding: 20px;
  padding-bottom: 50px !important;
  text-align: center;
  background: #9c251c;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
}
.burgerRed strong {
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.burgerRed .line {
  margin: 30px 0;
}
.burgerRed p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
}
.burgerRed a {
  border-color: #fff;
  color: #fff;
  width: 200px;
  margin: 0 auto;
}
.burgerRed a:hover {
  background-color: #f27c00;
  border-color: #f27c00;
}
.mon-painer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mon-painer svg {
  margin-right: 20px;
}

.mon-painer path {
  stroke: #fff;
}
.mon-bottom-btn {
  width: 200px;
  height: 55px;
}
.mon-bottom-btn:hover {
  border-color: #f27c00;
  background-color: #f27c00;
}
.register-form {
  margin-top: 70px;
}
.register-form button {
  outline: none;
  margin-bottom: 196px;
}
.register-form button:hover {
  border-color: #f27c00;
  color: #f27c00;
  background-color: #fff;
}
.register-form input {
  border: 2px solid #d3d3d3;
  height: 50px !important;
  font-size: 16px;
  font-weight: 500;
}
.register-form input::placeholder {
  color: #d3d3d3;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.registerbox {
  position: relative;
  margin: 17px 0 14px 0;
}
.checkboxes {
  margin: 60px 0 80px 0;
}
.registerbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.registerbox p {
  margin-left: 38px;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}

.registerbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
}

.registerbox input:checked ~ .checkmark {
  background-color: #f27c00;
  border-color: #f27c00;
}

.registerbox input:checked ~ .checkmark:after {
  display: block;
}

.registerbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group {
  margin-bottom: 10px !important;
}
#popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
#popup .popup-content {
  width: 1140px;
  min-height: 279px;
  background-color: #9c251c;
  color: #fff;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  border-radius: 55px;
  display: flex;
  flex-direction: column;
  padding: 38px 15px 52px 15px;
  box-sizing: border-box;
}

#popup .popup-content .icon {
  width: 76px;
  height: 76px;
  background-color: #9c251c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -76px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup .popup-content h2 {
  font-size: 55px;
  font-weight: 600;
  text-align: center;
  line-height: 86px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#popup .popup-content p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
#popup .popup-content button {
  padding: 0 100px;
  outline: none;
  background-color: transparent;
}

#popup .popup-content button:hover {
  background-color: #9c251c;
  color: #f27c00;
  border-color: #f27c00;
}
.votre-burger-item {
  width: 196px;
  height: 196px;
  border: 1px solid #bababa;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px;
  color: #bababa;
}
.votre-burger-item:hover {
  color: #bababa;
}
.votre-burger-item span {
  text-transform: uppercase;
  display: block;
  margin-top: 26px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.votre-burger-item-added {
  width: 422px;
  min-height: 422px;
  text-transform: uppercase;
  border: 1px solid #bababa;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  margin: 15px;
}
.votre-burger-item-added span {
  display: block;
  margin-bottom: 87px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.votre-burger-item-added img {
  width: 185px;
  height: 160px;
}
.filters-boissons {
  justify-content: center;
}
.filters-boissons .checkbox-item {
  margin: 15px;
  width: 196px;
  height: 196px;
}

.filters-boissons .checkbox-item label {
  padding: 30px 20px;
}
.payment4-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.payment4-list li {
  line-height: 25px;
}
.register-last-step {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #9c251c;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  padding: 20px 0;
  display: none;
}
.register-last-step .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-last-step h2 {
  font-size: 40px;
  line-height: 63px;
  margin-bottom: 20px;
}

.register-last-step label p {
  color: #fff;
}
.register-last-step .registerbox .checkmark {
  border-color: #fff;
}
.register-last-step a:hover {
  color: #f27c00;
  border-color: #f27c00;
}
.procces-bar {
  width: 100%;
  margin: 5px 0 18px 0;
}
.procces-bar {
  margin-bottom: 30px;
}
.procces-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.procces-bar ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #707070;
  margin: 0 15px;
  width: 196px;
}

.procces-bar ul li .item-title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.procces-bar ul li .item-bottom {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 30px;
  position: relative;
}
.procces-bar ul li .item-bottom::after {
  width: 210px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -210px;
  background-color: #707070;
  z-index: -1;
}
.procces-bar ul li:first-child .item-bottom::after {
  width: 0;
}
.procces-bar ul li .item-bottom {
  color: #707070;
}
.procces-bar ul li .item-bottom:hover {
  text-decoration: none;
}

.procces-bar ul li.active {
  color: #9c251c;
}

.procces-bar ul li.active .item-bottom {
  background-color: #9c251c;
  border: 1px solid #9c251c;
  color: #fff;
}

.procces-bar ul li.active .item-bottom::after {
  background-color: #9c251c;
}
