@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*General Divs*/

@font-face {
  font-family: "PoppinsSB";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "PoppinsEB";
  src: url(../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: "Cocogoose";
  src: url(../fonts/COCOGOOSELET.ttf);
}

@font-face {
  font-family: "ACaslonPro-Bold";
  src: url(../fonts/ACaslonPro-Bold.otf);
}
html,
body {
  overflow-x: hidden;
}
body {
  color: #000;
  background-color: #f2f2f2;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.6px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 26px;
  transition: all 0.5s ease;
  margin: 0px;
  padding: 0px;
  color: #bb0f33;
}

p {
  margin: 0px;
  padding: 0px;
}

.primerColor {
  color: #bb0f33 !important;
}

.primerBg {
  background-color: #202020;
  padding: 20px 0px;
}

.secColor {
  color: #bb0f33;
}

.secBG {
  background-color: #bb0f33;
  padding: 20px 0px;
}

a {
  text-decoration: underline;
  color: #029850;
}

.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}

input,
select {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  /*! border: 1px solid #333; */
  color: #fff;
  background: none;
  border-radius: 4px;
}

select {
  width: 100%;
  float: left;
  background: #000;
  border: 1px solid #000;
  padding-left: 0px;
  color: #fff;
}

.text-center {
  text-align: center;
}

.clearFix {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.cntMarg {
  padding: 0 30px;
}

/*General Divs*/

/*Header Divs*/
.headerFix {
  width: 100%;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  background: rgba(255, 255, 255, 1);
  /* position: fixed; */
  z-index: 1111;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*Header Divs*/

/* Menu Navigation */
.sidenav {
  height: 65vh;
  width: 0px;
  position: absolute;
  top: 7.7rem;
  left: 0px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 48px;
  z-index: 2222;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.2px;
  line-height: 16px;
  text-align: left;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
  display: flex;
  justify-content: flex-end;
}

.sidenav a img {
  margin-right: 13px;
}

span.nav-span {
  font-weight: bold;
}

/* Menu Navigation */

/*Body Divs*/

.cartCircle {
  display: none;
  background: #000;
  top: 25px;
  position: relative;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  right: 11px;
  float: right;
}

.plusMinusFull {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plusMinus {
  background: #bb0f33;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

.plusMinus a {
  color: #fff;
}

.plusMinus a i[class="fas fa-plus"],
.plusMinus a i[class="fas fa-minus"] {
  margin-top: 2px;
  margin-left: 1px;
}

.plusMinus a:hover {
  color: #000;
}

.plusMinusFull input {
  width: 30px;
  text-align: center;
  height: 30px;
  margin: 0 10px;
  border: 0px;
  color: #000;
  background: #d9d9d9;
}

.container {
  padding: 35px 14px 80px 14px;
}

.strip {
  background: #eee;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: normal;
  align-items: center;
}

.strip h1 {
  text-transform: uppercase;
}

.topImg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.topImg h1 {
  position: absolute;
}

.panierTopBg {
  width: 100%;
  padding: 0 5%;
  height: 95px;
  background: url(../images/panier-top-bg.png) center top;
  background-repeat: no-repeat;
}

.panierTopBg i a {
  color: #fff;
}

.tel {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 80px;
}

.btn {
  background: #bb0f33;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.btn a {
  color: #fff;
  text-decoration: none;
}

.btn a:hover {
  color: #000;
}

.primerBg .btn {
  width: 25%;
  float: left;
}

.secBG .btn {
  width: 180px;
  text-align: center !important;
  margin: 0 auto !important;
}

/*Body Divs*/

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 14px;
  }

  body {
    font-size: 12px;
  }

  .strip img {
    width: 80px;
    height: 60px;
  }
}

@media only screen and (max-width: 540px) {
  .btn {
    font-size: 11px;
    padding: 10px -5px;
  }

  .plusMinus,
  .plusMinusFull input {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .plusMinusFull input {
    margin: 0 2px;
  }
}

@media only screen and (max-width: 420px) {
  .strip img {
    width: 100px;
    height: 100px;
  }

  .btn {
    font-size: 10px;
  }

  .cartCircle {
    top: 25px;
    right: 10px;
  }
}

@media screen and (max-width: 380px) and (min-width: 360px) {
  .cartCircle {
    top: 32px;
    right: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .cartCircle {
    top: 32px;
    right: 0;
  }
}

/* Afaq's Coding */
#mySidenav {
  padding-top: 3rem !important;
}

.sidenav a {
  padding: 22px 8px 8px 22px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  width: 220px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-size: 36px;
  padding: 10px 8px 8px 22px;
  margin-left: 0px;
  display: flex;
  justify-content: flex-end;
}

.sidenav a img {
  margin-right: 13px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(0%)
    hue-rotate(271deg) brightness(107%) contrast(106%);
  width: 0.8rem;
}

span.nav-span {
}

.main {
  background: #efefef;
  background-size: cover;
  /*background-position: center; */
}

.input-area {
  margin: 0 auto;
  padding: 150px 0px 50px 0px;
}

.input-area a.CustomBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}

a.liv-btn {
  background: #bb0f33;
  width: 45%;
}

a.emp-btn {
  background: #fff;
  width: 55%;
  color: #000;
}

a.emp-btn img {
  filter: invert(100%);
}

a.liv-btn:hover {
  background: #bb0f33;
  width: 50%;
  color: #ffffff;
}

a.liv-btn:hover + a.emp-btn {
  width: 50% !important;
}

.input-group {
  width: 100%;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
  border-radius: 0;
  background: #00000085;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
}

.form-box .input-group .btn-default {
  font-size: 14px;
  background: #bb0f33;
  border: none;
  color: #000 !important;
  text-shadow: none;
  font-weight: 500;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 45px;
  width: 90%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
  border-radius: 0;
  background: #00000085;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
}

.form-box .input-group .btn-default {
  font-size: 14px;
  background: #bb0f33;
  border: none;
  color: #000 !important;
  text-shadow: none;
  font-weight: 500;
}

.form-control option {
  background: rgba(0, 0, 0, 0.9);
  border: 1px #333 solid;
  color: #fff;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* input-group-btn */

.BtnShadow {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 2;
  color: #000 !important;
  height: 45px;
  width: 9.5%;
  line-height: 45px;
}

.BtnShadow.small {
  font-size: 20px;
  line-height: 45px;
  margin: 7px;
}

.BtnShadow.mini {
  font-size: 15px;
  line-height: 32px;
  margin: 7px;
}

.BtnShadow.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}

.BtnShadow:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.BtnShadow:before {
  speak: none;
  font-size: 48px;
  line-height: 45px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.BtnShadow.btnEffects {
  background: #bb0f33;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.BtnShadow.btnEffects a {
  color: #fff;
}

.BtnShadow.btnEffects:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.BtnShadow.btnEffects:hover {
  background: #029850;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.BtnShadow.btnEffects:hover:after {
  -webkit-animation: btnEffect 1.3s ease-out 75ms;
  -moz-animation: btnEffect 1.3s ease-out 75ms;
  animation: btnEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes btnEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes btnEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes btnEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bb0f33,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.hd-icons {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  margin: 20px 0;
}

.hd-icons a {
  color: #fff;
  font-size: 13px;
  padding-left: 5px;
  padding-bottom: 0px;
}

.hd-icons img {
  float: left;
}

.hd-icons img:hover {
  animation: img 1s infinite;
  animation-timing-function: linear;
}

@keyframes img {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.clearFix {
  clear: both;
}

h2 {
  font-weight: 700;
  color: #bb0f33;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px -11px 0px 2px;
  margin-top: 1px;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.secColor {
  color: #029850 !important;
  font-weight: 600;
  font-size: 16px;
}

.popUpSmRdo {
  float: left;
  margin: 10px 20px 10px 0;
  width: 272px;
}

.popUpSmRdo input {
  float: left;
  width: 15px;
  height: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.popUpSmRdo img {
  margin: -5px 1px 0 18px;
  float: left;
}

.popUpSmRdo p {
  font-size: 16px;
  float: left;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 10px 0 0;
}

.popUpSmRdo:hover p {
  padding-left: 3px;
  font-style: blique;
  letter-spacing: 0.5px;
  color: #bb0f33;
}

input[type="checkbox"]:after {
  width: 15px;
  height: 15px;
  top: 0px;
  left: 1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #d1d3d1;
}
.icon-item strong {
  color: #bb0f33 !important;
}
input[type="checkbox"]:checked:after {
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #bb0f33;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
  border: 3px solid #d1d3d1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* form page */
.payment-container {
  padding: 20px;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #c4c3c3;
  background: rgba(255, 255, 255, 0.7);

  color: #000;
  width: 100%;
  border-radius: 4px;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cta-btn {
  text-align: center;
}

.cta-btn a {
  line-height: 40px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.cta-btn a span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  background: #00573F;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  width: 300px;
}

.cta-btn a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: attr(data-hover);
  color: #fff;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
  border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
  background: #000;
}

.btn-outline {
  border: 1px solid #bb0f33;
  background: none;
}

.btn-outline a {
  color: #bb0f33 !important;
}

.cta-btn a {
  color: #fff;
  font-weight: 700;
  opacity: 1;
  font-size: 14px;
}

.cta-btn:hover {
  opacity: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
}

.btn-width a span {
  width: 165px;
}

input[type="text"]:focus,
input[type="date"]:focus {
  border: 1px solid #bb0f33;
  box-shadow: none;
}

.panier .input-group .form-control {
  padding-left: 10px;
  margin-right: 8px;
  width: 72%;
  border-radius: 0px;
  background: #bb0f33;
  color: #000;
  font-weight: bold;
}

.panier .BtnShadow {
  width: 25%;
  background: #bc1501;
}

.panier .BtnShadow a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.no-border {
  border-bottom: none;
}

.BtnShadow.total {
  width: 100%;
  background: #bb0f33;
  margin: 10px 0;
}

.BtnShadow.total a {
  color: #000;
}

.BtnShadow.valider-com {
  width: 28%;
  background: #bb0f33;
  margin: 10px auto;
  display: block;
  clear: both;
}

.BtnShadow.valider-com a {
  color: #fff;
}

.input-area.popup-box {
  text-align: center;
  padding: 185px 10px 50px 10px;
}

.popup {
  background: url(../images/bg-popup.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.popup-content {
  background: #404040bf;
  display: inline-block;
  padding: 40px 30px;
}

.popup-content img {
  margin-top: 10px;
}

.BtnShadow a {
  text-decoration: none;
}

.BtnShadow.valider-com.popup-btn {
  background: transparent;
  border: 2px solid #bc1501;
}

.BtnPopup {
  border: 2px solid #bc1501;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.BtnPopup a {
  color: #fff;
  text-decoration: none;
}

.icon-item {
  margin: 10px 10px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.icon-item a {
  color: #000;
  padding-left: 5px;
}

.checkOutInfoTit {
  color: #bb0f33 !important;
  line-height: 40px;
  color: #000;
  font-size: 22px;
  margin: 10px 0px;
  text-align: left;
  font-weight: bold;
}

.checkOutPTable {
  margin: 5px 0 0 0px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkOutokBt {
  background-color: #efd9b9;
  text-align: left;
  line-height: 40px;
  padding: 0 20px;
}

.checkOutokBt a {
  color: #000;
}

.checkOutokBt a:hover {
  text-decoration: underline;
}

.smQuantiyFull,
.img-responsive {
  margin: auto;
}

.prodHead {
  width: 15%;
  line-height: 40px;
  background-color: #efd9b9;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  margin: 30px 0 0 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
}

.greyDarkBg {
  background-color: #000;
  line-height: 50px;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
}

.smQuantiyFull {
  width: 100%;
  margin: 0 auto;
}

.smQuantiyFull .smMinus,
.smPlus {
  float: left;

  font-weight: bold;
}

.smQuantiyFull .smMinus a,
.smPlus a {
  color: #fff;
  display: block;
  background-color: #bb0f33;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.smQuantiyFull .smMinus a:hover,
.smPlus a:hover {
  background-color: #bb0f33;
  color: #fff;
}

.smQuantiyFull input {
  background-color: rgba(240, 240, 240, 0.7);
  border: 0 none;
  float: left;
  height: 25px;
  margin: 0 5px;
  text-align: center;
  width: 30px;
  color: #000;
}

.popUpsmQuantiyFull {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.popUpsmMinus,
.popUpsmPlus {
  float: left;
  background-color: #39393d;
  padding: 1px 5px;
  font-weight: bold;
}

.popUpsmMinus a,
.popUpsmPlus a {
  color: #fff;
}

.popUpsmMinus a:hover,
.popUpsmPlus a:hover {
  color: #efd9b9;
}

.popUpsmQuantiyFull input {
  width: 30px;
  float: left;
  color: #fff;
  text-align: center;
  background-color: #333;
  height: 25px;
  border: 0px;
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}

.popUpDetailSmQuantiyFull {
  width: 25%;
  float: right;
  margin-top: 10px;
}

.popUpDetailsmMinus,
.popUpDetailsmPlus {
  float: left;
  background-color: #39393d;
  padding: 1px 5px;
  font-weight: bold;
}

.popUpDetailsmMinus a,
.popUpDetailsmPlus a {
  color: #fff;
}

.popUpDetailsmMinus a:hover,
.popUpDetailsmPlus a:hover {
  color: #efd9b9;
}

.popUpDetailSmQuantiyFull input {
  width: 30px;
  float: left;
  color: #fff;
  text-align: center;
  background-color: #282828;
  height: 22px;
  border: 0px;
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}

.popUpPrice {
  width: 350px;
  margin-top: 15px;
  float: right;
}

.popUpPrice h1 {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.popUpPrice .popUpvalider {
  width: 300px;
  margin: 10px 25px 10px 0px;
  font-size: 14px;
  float: right;
}

.popUpPrice .popUpvalider a {
  width: 300px;
  border: 1px solid #ff0300;
  text-align: center;
  float: right;
  padding: 15px 20px;
  border-radius: 10px;
  color: #000;
  display: block;
}

.popUpPrice .popUpvalider a:hover {
  width: 300px;
  border: 1px solid #999;
  border-radius: 10px;
  float: right;
}

.pouletPopDetails {
  margin-top: 20px;
}

.col-70 {
  width: 70%;
}

.col-30 {
  width: 30%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px -11px 0px 2px;
  margin-top: 1px;
  line-height: normal;
  width: 20px;
  height: 21px;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.popup-detials .strip {
  justify-content: space-between;
}

a.icon-al {
  display: inline-block;
  background: #fff;
  width: 220px;
  margin-bottom: -7px;
  padding: 19px 0px 0px 21px;
  color: #000;
  margin-top: 21px;
}

a.icon-al img {
  float: right;
  position: relative;
  bottom: 9px;
}

a.icon-al span.nav-span {
}

.popup-allergene,
.popup-filtarage {
  text-align: left;
  margin: 50px 0px;
}

.popup-checkboxes input[type="checkbox"]:after {
  background-color: transparent;
  border: 3px solid #bb0f33;
  border-radius: 100%;
}

.popup-checkboxes input[type="checkbox"]:checked:after {
  background-color: #bb0f33;
  border: 3px solid #fff;
  border-radius: 100%;
}

.popup-checkboxes .popUpSmRdo img {
  margin-left: 25px;
  margin-top: -5px;
  margin-right: 15px;
}

.popup-checkboxes .popUpSmRdo {
  margin: 20px 20px 10px 5px;
}

.popup-allergene h2 {
  color: #fff;
}

.filtarage-item img {
  width: 80px;
  margin: 0px;
}

.filtarage-item .popUpSmRdo p {
  margin: 16px 10px;
  text-transform: capitalize;
}

.popup-detials .cta-btn {
  margin-bottom: 10px;
  text-align: left;
}

/* Product Animation End */
a.model-btn {
  background-color: #bb0f33;
  position: fixed;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 224, 191);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

a.model-btn:hover {
  background: #bb0f33;
  color: #fff;
}

a.model-btn:focus {
  outline: none;
}

.animation-btn {
  position: fixed;
  z-index: 11111;
  right: 85px;
  bottom: 145px;
  animation-name: new;
  animation-duration: 2.5s;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

/*
@keyframes new {
  0% {
    opacity: 0;
  bottom: 780px;
  }
  
  100% {
  bottom: 150px;
    
  }
}
*/

.fa-phone {
  margin: 14px 0px 0 14px;
}

i.fa.fa-phone.fa-3x {
  font-size: 32px;
  color: #fff;
}

.emporter-box {
  text-align: center;
  width: 100%;
}
.emporter-box p a.ui-icon-phone {
  color: #304f42;
}

.emporter-item {
  margin: 10px 0;
}

.emporter-box img {
  width: 100%;
}

.emporter-box .primerColor {
  text-transform: uppercase;
}

.nav-span i {
  float: right;
  position: relative;
  font-size: 24px;
  display: none;
}

img.img-icon {
  position: relative;
  float: right;
  right: -12px;
}

/*----ProdDiv Start----*/
.linkPage {
  color: #000;
  margin-bottom: 20px;
  padding: 20px 10px;
  background: rgba(240, 240, 240, 0.7);
  /*! border: 1px solid #333; */
  margin-top: 50px;
}

.linkPage h1 {
  color: #bb0f33;
}

.linkPage h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  color: #bb0f33;
}

.redColor {
  color: #bb0f33 !important;
}

.linkPage p {
  text-align: left;
}

.prodTitles2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  background: #bb0f33;
  margin-top: -50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Votre-Appreciation */

.ProgressMainDiv {
  margin: 0 auto;
}

.ProgressMainDiv p {
  line-height: 25px;
}

.ProgressMainDiv hr {
  clear: both;
  color: #fff;
}

.ProgressMain {
  margin: 3px auto;
  width: 100%;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #fff;
}

.wrap {
  padding: 0px;
}

.bar-percentage {
  float: right;
  padding: 0px 2px;
  line-height: 25px;
  font-size: 13px;
  width: 35px;
  text-align: right;
}

.bar-container {
  float: left;
  height: 10px;
  background: rgba(255, 255, 255, 1);
  width: 78%;
  margin: 8px 0px;
  overflow: hidden;
}

.percentage-bar {
  float: left;
  background: #bb0f33;
  height: 100%;
}

.mrDtail {
  width: 97%;
  margin: 0 auto;
}

.pagination {
  margin: 30px auto;
  display: table;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #bb0f33;
  border-color: #bb0f33;
}

.col-lg-6 {
  width: 100%;
  float: left;
}

/*
.col-lg-7 {
    width: 58.33333333%;
  float: left;
}

.col-lg-5 {
    width: 41.66666667%;
  float: left;
}
*/

.col-lg-9 {
  width: 70%;
  float: left;
}

.col-lg-3 {
  width: 30%;
  float: left;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination {
  margin: 30px auto;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 7px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #bb0f33;
  border-color: #bb0f33;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ratingStar {
  margin-bottom: 10px;
}

.sidenav hr {
  width: 250px;
  margin: 10px 21px;
  float: left;
  display: none;
}

span.nav-span.primerColor {
  font-style: italic;
  font-weight: 600;
}
span.nav-span.primerColor a {
  color: #e56a54 !important;
}
.mrDtail img {
  float: left;
  margin-right: 10px;
  padding-top: 2px;
}

.mar-l {
  margin-left: 45px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.menuLink {
  position: relative;
  width: 47%;
  float: left;
  margin: 12px 0 0 7px;
}

.menuLink a img {
  pointer-events: all !important;
}

span.titleText {
  position: absolute;
  color: #fff;
  top: 70px;
  right: 80px;
  text-align: center;
  /*background: #BB0F33;*/
  padding: 6px;
  width: 200px;
  margin: 0 auto;
  z-index: 11;
  font-family: "ACaslonPro-Bold";
  font-size: 20px;
  text-shadow: 3px 3px 3px #000;
}

.modifer {
  color: #bb0f33;
  text-decoration: none;
}

.strip h1 {
  color: #bb0f33;
  font-size: 15px;
}

.topImg h1 {
  position: absolute;
  color: #fff;
  top: 23px;
  right: 80px;
  text-align: center;
  /*background: #202020cf;*/
  padding: 6px;
  width: 200px;
  margin: 0 auto;
  z-index: 11;
  font-family: "ACaslonPro-Bold";
  font-size: 24px;
  text-shadow: 2px 2px #000;
}

.prodDetail h1 {
  font-size: 18px;
  color: #000;
}

.strip .prodDetail h1 {
  font-size: 12px;
  font-weight: 300;
}

.panier-box .btn-width a span {
  width: 100%;
}

.panier-box .col-30 {
  width: 30%;
  float: left;
  margin-left: 10px;
}

.panier-box .form-control {
  float: left;
  padding-left: 0px;
}

.hdCompte img {
  /* margin-right: 15px; */
}

table select {
  color: #fff;
}

.product-name {
  width: 162px;
}

.checkOutPTable .text-center {
  margin-left: -5px;
}

.product-price {
  width: 53px;
  text-align: right;
}

.strip img {
  width: 50px;
  height: 50px;
}

.prodDetail {
  width: 55% !important;
  margin-top: 5px;
}

.prodDetail-2 h1 {
  font-size: 12px;
  color: #000;
}

center h1 {
  font-size: 18px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.product-img {
  float: left;
  width: 30%;
}

.product-content {
  float: left;
  width: 70%;
}

.prodDetail p {
  float: left;
  width: 52%;
}

.prodDetail .select-btn-box {
  float: left;
  width: 48%;
}

.select-btn-box select {
  height: 30px;
}

.select-btn-box .btn {
  padding: 7px 0px;
}

.product-img img {
  width: 100px;
  height: 100px;
}

.product-item {
  margin: 10px 0;
}

.panier-page hr {
  border: 1px solid #28353e;
}

.top-links {
}

h1.main-h1 {
  text-align: center;
  font-size: 18px;
  color: #bb0f33;
}

.alert {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  text-align: center;
  border: none;
  text-wrap: nowrap;
}

.alert span {
  font-size: 2.5vw;
}

.alert a {
  color: #fff;
}

.alert .closebtn {
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.hd-btn-main {
  background: none;
  margin-top: 5px;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 40px;
  z-index: 111;
  position: relative;
  margin-bottom: 20px;
}

.hd-btn-main .btn {
  outline: none;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px !important;
  text-decoration: none;
  /*! width: 11.4rem; */
  background: #029850;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  font-weight: bolder !important;
  text-wrap: nowrap;
}

.hd-btn-main #myDIV {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-btn-main .btn img {
  margin-right: 5px;
}

/* Style the active class, and buttons on mouse-over */
.hd-btn-main .btn.active,
.hd-btn-main .btn:hover {
  background: #fff;
  color: #000;
}

.hd-btn-main .btn.active img {
  filter: invert(1);
}

/*Body Divs*/

@media only screen and (max-width: 544px) {
  .BtnShadow.valider-com {
    width: 80%;
  }

  .select-btn-box select {
    font-size: 12px;
  }
}

@media only screen and (max-width: 770px) {
}

@media screen and (max-width: 621px) {
  .popUpSmRdo p {
    font-size: 12px;
    text-transform: uppercase;
  }

  .popUpSmRdo {
    width: 250px;
  }

  .prodTitles2 {
    font-size: 18px;
  }

  .hd-btn-main .btn {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {
  .cartCircle {
    top: 32px;
    right: 0;
  }

  .hd-btn-main .btn {
    font-size: 9px;
  }

  .hd-btn-main .btn img {
    width: 20%;
  }
}

@media screen and (max-width: 320px) {
  a.liv-btn {
    width: 50%;
  }

  a.emp-btn {
    width: 50%;
  }

  .btn {
    font-size: 8px;
  }

  .product-img img {
    width: 85px;
    height: 85px;
  }

  .input-area.popup-box {
    text-align: center;
    padding: 125px 10px 50px 10px;
  }

  .popup-content {
    padding: 40px 10px;
  }

  .smQuantiyFull input {
    width: 20px;
    height: 22px;
  }

  .smQuantiyFull .smMinus a,
  .smPlus a {
    width: 18px;
    height: 18px;
  }

  .topImg h1 {
    top: 13px;
    right: 50px;
  }

  .select-btn-box select {
    font-size: 10px;
  }

  .hd-btn-main .btn img {
    width: 15%;
  }
}

input {
  color: #000 !important;
}

.indxSelect {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.logo {
  /* margin: 0px auto; */
  /* left: -1.4rem; */
  /* position: relative; */
}

.logo img {
  /* width: 35vw !important; */
}

.icon {
  /* position: relative;
  left: 20%; */
}

@media only screen and (max-width: 600px) {
  .logo img {
    width: 170px;
  }

  .icon {
    /* left: -6%; */
    display: none;
  }

  .main {
    background-position: center -30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

i.fas.fa-angle-double-down {
  color: #008859 !important;
  left: 2rem;
  position: relative;
}

.search-container form {
  display: flex;
  align-items: center;
}

.search-container form input {
  margin: 0px;
  border: 2px solid #000;
  padding: 0px 10px;
}

.search-container form button {
  background: #008859;
  border: none;
  border-radius: 7px;
  padding: 0.6rem 1rem;
  margin-left: 0.3rem;
  cursor: pointer;
}

.search-container form button i {
  color: #fff;
  font-size: 1.5rem;
}

/* .container a:empty{
  display: none;

} */
.topnav {
  margin-top: 3rem;
  padding: 0px 20px 0 20px;
}

.menus-Container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* Hero Section Start */
.hero-section .top-txt-section h1 {
  font-family: "Cocogoose";
  text-align: center;
  color: #00573f;
  font-size: 6vw;
}

.hero-section .top-txt-section p {
  font-family: "Poppins";
  text-align: center;
  color: #bb0f33;
  font-size: 3.45vw;
  font-weight: 600;
}

.hero-section .top-para {
  margin-top: 0.2rem;
}

.hero-section .banner-section {
  background: url(../images/hero-bg.png) center center no-repeat;
  background-size: auto;
  margin-top: 1rem;
  padding: 4vw 5vw 11vw 5vw;
}

.hero-section .banner-section h1 {
  color: #fff;
  font-family: "PoppinsEB";
  font-size: 8vw;
}

.hero-section .banner-section p {
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 3.9vw;
  line-height: 1vw;
  line-height: 5vw;
}

.hero-section .banner-section .bt-top-btn {
  margin-top: 1rem;
}

.hero-section .banner-section a {
  color: #fff;
  background: #00573f;
  text-decoration: none;
  padding: 1.9vw 4.8vw;
  border-radius: 60px;
  font-size: 3.4vw;
  font-family: "PoppinsSB";
}

/* Hero Section End */

/* cook section start  */
.cook-container {
  background: url(../images/cook-bg.png) center top no-repeat;
  background-size: auto;
  overflow: hidden;
  margin-top: 0.4rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cook-container .bottom-txt {
  background: rgba(0, 136, 89, 67%);
  padding: 4vw 0px 7vw 0px;
  margin-top: 34vw;
}

.cook-container .bottom-txt h1 {
  font-family: "PoppinsEB";
  color: #fff;
  text-align: center;
  font-size: 9vw;
}

.cook-container .bottom-txt p {
  font-family: "Poppins";
  color: #fff;
  text-align: center;
  font-size: 3vw;
  line-height: 9px;
}

/* cook section end */

/* slider section start */
.sliderSection .imgContainer img {
  width: 100%;
}

.sliderSection .txtContainer p {
  font-family: "Cocogoose";
  color: #000;
  font-size: 3.2vw;
  text-align: center;
  font-weight: 600;
  display: none;
}

.sliderSection .btnContainer {
  display: none;
  justify-content: center;
  margin: 5vw 0px;
}

.sliderSection .txtContainer a {
  color: #fff;
  background: #bb0f33;
  font-size: 3.5vw;
  border-radius: 75px;
  padding: 2.5vw 5vw;
  text-decoration: none;
  font-weight: 600;
}

.mySwiper {
  padding: 2vw 0px 9vw 0px !important;
}

.mySwiper .swiper-pagination {
  bottom: 4vw !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #008859 !important;
  opacity: 1;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
}

/* slider section end */

/* app section start */
.app-section {
  background: #f7f2ec;
  padding: 7vw 0px 2vw 3vw;
  margin: 0.4rem 0px 4.4rem 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.app-section p {
  color: #000;
  font-family: "Cocogoose";
  text-align: left;
  font-size: 4vw;
}

.app-section p span {
  color: #bb0f33;
}

.app-section .top-heading {
  margin: 6vw 0px 12vw 0px;
}

.app-section .top-heading a {
  color: #fff;
  background: #00573f;
  text-decoration: none;
  padding: 1.9vw 4.8vw;
  border-radius: 60px;
  font-size: 3.4vw;
  font-family: "PoppinsSB";
}

.app-section h1 {
  text-align: center;
  font-size: 5.8vw;
}

.app-section h1 span {
  color: #008859;
  font-family: "Cocogoose";
  text-align: center;
}

.app-section .app-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}

.app-section .app-icons img {
  width: 27vw;
  margin: 0px;
}

.app-section {
  position: relative;
}

.app-section .pizza-boy {
  position: absolute;
  bottom: 0;
  right: 0;
}

.app-section .pizza-boy img {
  width: 46vw;
}

/* app section end */

.bottomNavigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  /* padding: 0.5rem 0px; */
  position: fixed;
  width: 100vw;
  bottom: 0;
  z-index: 11111;
}

.bottomNavigation img {
  margin: 0.5rem;
}

.bottomNavigation .activeIcon {
  background: #bb0f33;
}

.bottomNavigation .activeIcon img {
  filter: invert(1);
}

.menuItemContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4rem;
  padding-top: 25px;
  padding-bottom: 6rem;
}

.topTxtSection {
  margin-top: 3rem;
}

.topTxtSection h1 {
  font-family: "Arial";
  font-size: 5.6vw;
  color: #00573f;
  text-align: center;
}

.topTxtSection p {
  font-family: "Poppins";
  font-size: 3.4vw;
  color: #bb0f33;
  text-align: center;
  font-weight: 600;
}

.menuItemContainer .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 3vw 0px 6vw 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.menuItemContainer .menuItem h1 {
  font-size: 3.7vw;
  text-align: center;
  color: #00573F;
  height: 50px;
  text-transform: lowercase;
}
.menuItemContainer .menuItem h1::first-letter {
  text-transform: uppercase;
}
.menuItemContainer .menuItem h1 span {
  color: #304f42 !important;
}

.menuItemContainer .menuItem p {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 0 5px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  /* top: -7px; */
}

.menuItemContainer .menuItem .sizing-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3vw 0px;
}

.menuItemContainer .menuItem .sizing-container a {
  color: #008859;
  text-decoration: none;
  font-size: 1.8vw;
  margin: 0px 2vw;
}

.menuItemContainer .menuItem .btn-container a {
  color: #fff;
  background: #bb0f33;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: bold;
  border-radius: 50px;
  padding: 1.3vw 5vw;
}

.mySwiper2 {
  height: 5rem;
  margin: -2.5rem 0px -4rem 0px;
}

.mySwiper2 .swiper-wrapper {
  padding-top: 4vw;
}

.mySwiper2 .txtSection a {
  text-align: center;
  border-radius: 50px;
  padding: 1.5vw 3vw;
  font-family: "Poppins";
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 1px 1px 7px 3px;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 600;
}

.mySwiper2 .swiper-pagination {
  top: 3.4rem !important;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet {
  background: #008859 !important;
  opacity: 1;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
}

.mySwiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  width: auto !important;
  margin-right: 10px !important;
}

/*  */
/*  */
/*  */

/* se connector start */

.page-heading {
  font-family: cocogoose;
  color: #008859;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

.connecter-btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.connecter-btn {
  background-color: #fff;
  display: flex;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 20px;
}

.connecter-btn img {
  width: 20px;
  margin-right: 5px;
}

.connector-list {
  padding: 0;
  margin: 0 20px;
  list-style-type: none;
  background-color: #fff;
  border-radius: 10px;
}

.connector-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.connector-list li {
  /* display: flex;
  align-items: center; */
  padding: 10px 5px;
  border-bottom: 1px solid #eaeaea;
}

.connector-list img {
  width: 20px;
  margin: 0 10px 0 5px;
}

.connector-list .users-icon {
  width: 30px;
  margin: 0 4px 0 1px;
}

.connector-list p {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 450px) {
  .connecter-btn {
    font-size: 14px;
  }
}

/* se connector end */

/* mon compte start */
.main-wrapper {
  padding-bottom: 100px;
}

.user-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 20px 0px 20px;
  padding: 0 10px 20px;
}

.user-form-wrapper input,
.user-form-wrapper select {
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px #00000040;
  color: #000;
  padding: 0 5px;
}

.user-form-wrapper label {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.custom-radio-wrapper p {
  display: inline;
  font-size: 13px;
  position: relative;
  top: -4px;
}

.custom-radio-wrapper input {
  display: inline;
  accent-color: #008859;
  margin: 10px 10px 0 0;
}

.form-submit-btn {
  background-color: #bb0f33 !important;
  width: fit-content;
  margin: 20px auto;
  color: #fff !important;
  font-family: poppins;
  text-transform: uppercase;
  padding: 2px 30px !important;
  border-radius: 20px !important;
}

.form-submit-btn-wrapper {
  display: flex;
  justify-content: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* mon compte end */

/* commander 2 start */

.main-content-wrapper {
  padding: 30px 30px 100px 30px;
}

.item-box {
  background-color: #fff;
  margin: 20px 0px 0 0px;
}

.item-box a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.item-box a:hover {
  color: #000;
}

.item-box img {
  margin-bottom: -5px;
}

.item-title {
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 0;
}

/* commander 2 end */

/* nos-restaurants start */
.map-wrapper {
  margin-top: 20px;
}

.map-wrapper img {
  width: 100%;
}

.restaurant-location-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding: 10px 0;
}

.restaurant-info-heading {
  /* font-family: cocogoose; */
  color: #008859;
  font-size: 13px;
  font-weight: 600;
}

.restaurant-info-text {
  color: #000;
  font-size: 12px;
}

.restaurant-info-btn {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #bb0f33;
  padding: 10px 15px;
  border-radius: 8px;
}

/* nos-restaurants end */

/* menu collection page start */
.menu-collection-heading {
  text-align: center;
  font-size: 16px;
}

.menu-collection-heading span {
  font-weight: bold;
}

.product-image-container {
  display: flex;
}

.product-image-container img {
  width: 100%;
}

.product-image {
  flex: 0.5;
}

/* .boissons-img {
  width: 60%;
} */

/* menu collection page end */

/*  */
/*  */
/*  */

.bottomNavigation a[href="checkout.php"] {
  position: relative;
}

.bottomNavigation #nombre-commandes {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00573f;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50px;
  color: #fff !important;
}

.ingr-container p br {
  display: none;
}

.footer-phone-icon {
  width: 30px;
}

a.model-btn {
  display: none;
}

/*  */
/*  */
/*  */

.mySwiper2 .active-prod-category {
  background-color: #bb0f33;
  color: #fff !important;
}

/* hidden due to one h1 being empty and was taking height from other h1. */
.menuItemContainer .menuItem h1:first-of-type {
  display: none;
}

.file-solid-icon {
  width: 17px !important;
  margin: 0 11px 0 7px !important;
}

.food-restaurant-icon {
  width: 50px;
}

.sizing-container input[type="radio"] {
  width: 16px;
  position: relative;
  left: 13px;
  top: -2px;
}
.sizing-container input[type="radio"]{
  accent-color: #E56A54;
}
.doubleBanner {
  margin: 0.4rem 0px 0px 0px;
  display: none;
}

.doubleBanner img {
  width: 100%;
}

/*  */
/*  */
/*  */

.headerFix {
  position: fixed;
  top: 0vw;
  z-index: 11111;
}

.container.menuItemContainer .ingredientsform,
.container.menuItemContainer .ingre-box {
  width: 90vw;
}

.container.menuItemContainer form[name="ingredientsform"] {
  width: 90vw;
}

.container.menuItemContainer form[name^="formulaire_"] hr {
  display: none;
}

.modal-open .modal {
  z-index: 999999 !important;
}
div[style="width: 200%;color:#f00; font-size:12px;text-align:center;margin-top:50px;"] {
  color: #bb0f33 !important;
}
.iconContainerNew {
  padding-top: 0px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3vw;
  margin-top: 3vw;
}
.dummy {
  display: flex;
  justify-content: center;
  align-content: center;
}
.dummy hr {
  background: #bb0f33;
  width: 30vw;
  height: 0.5vw;
  border: none;
}
.dummy p {
  font-size: 10vw;
  font-weight: 600;
  color: #bb0f33;
  line-height: 0px;
}
form[name="connexionf"] .container {
  padding: 35px 14px 20px 14px;
}
.leaflet-popup-content form[name="livraison_form2"] strong{
color: #304F42 !important;
}