.hidden-ecran{
  width: 0px;
  height: 0px;
  /*display: none;*/
  position: absolute;
  color: transparent;
  opacity: 0;
}
.logo-image{    
  padding: 0px !important; 
}

@media (max-width: 1600px){
  .main-header-wrapper .logo-image {
      padding: 0px;
  }
}

@media (max-width: 768px){
  /*.back-to-top.show{
    display: none;
  }*/
  .about-us-section .title-area{
    background-color: #ffffffa6;
    padding: 15px;
  }
  .about-us-section .title-area p{
    color: #000;
  }
}

.help-block{
  color: red;
}

.header__hamburger.my-auto{
  z-index: 9999;
}

.banner-section .section-title .title{
  margin-bottom: 0px !important;
}
.p-banner{
  color: #fff;
  padding: 20px 0px;
}

.dishes-card.style1:hover{
  background-image: url(../../img/bg/dishesThumbBG.png); 
}
.footer-top a{
  color: #fff;
}
.breadcumb-wrapper{
  background-image: url(../img/bg/bg-breadcumb.jpg);
}
.breadcumb-wrapper .breadcumb-content {
  padding: 60px 0px;
}
.tagcloud {
  background-color: #fff;
  padding: 15px 0px 5px 15px;
  border-radius: 15px;
}
.tagcloud li a{
  font-size: 20px;
}

/****** btn radio **/
.container-radio div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.container-radio label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}

.container-radio  label input {
  position: absolute;
  left: -9999px;
}

.container-radio label input:checked + span {
  background-color: #ff7500;
  color: #ffffff;
}

.container-radio label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #000;
}

.container-radio label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
  color: #414181;
}

.container-radio label span:hover {
  background-color: #d6d6e5;
}

.container-radio label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
/****** end btn radio **/



.header-main .sidebar__toggle{
  font-size: initial;
}

.header-main .sidebar__toggle .fa-bars:before{
  font-size: 40px;
  color: red;
}
.header-main .header-right .fa-search:before{
  font-size: 30px;
  /*padding-right: 35px;*/
  color: #ea0028;
}

@media (max-width: 550px){
  .header-main .header-right .fa-search:before{
    /*padding-right: 40px;*/
  }
}


.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn{
  padding: 16px 0px;
}
.banner-wrapper.style1 {
  position: relative;
  background-image: url(../img/bg/bannerBG1_1.jpg);
}
.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction{
  width: 5%;
}

.single-food-items .item-content p.price,
.dishes-card.style1 p.price{
  color: #eb0029; 
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; 
  text-transform: capitalize;
}

.offer-card.style1 .offer-content p.title{
    color: #fc791a;
    font-family: "Epilogue", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 40px;
}
.footer-top .fancy-box .item2 h2{
    color: #fff;
    font-family: "Epilogue", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.services-card.style2 .services-card_icon{
  padding: 10px 40px;
}
.about-wrapper.style1 .title-area .btn-wrapper{
  max-width: 240px;
}
.contact-box.style1 p{
  height: 80px;
}

p.price{
  height: 15px;
}
.price-old{
  color: #a1a1a3;
  font-size: 14px;
}
.offer.pricepro{
  color: #009106;
  font-size: 14px;
}
.dishes-thumb img{
  max-height: 200px !important;
}
.section-padding{
  padding: 40px 0px;
}
.popular-dishes-wrapper.style1 .shape2{
  top: 0px;
}
.product-big-img{
  padding: 25px 45px;
}
.product-big-img .dishes-thumb img{
  max-height: 350px !important;
}

.showCountCart{
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 5px 3px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  background: var(--theme2);
  color: var(--white);
}

.header-main .header-right .header__cart{
  padding: 0px 20px;
}

.theme-btn{
  font-size: 18px;
  padding: 10px 25px 12px 25px;
}

.alert.alert-success a{
  color: red;
}

.th-cart-wrapper table .product-image img{
  width: 100px;
}

.theme-btn-02{
  color: red;
}
.modal-dialog{
  max-width: 500px;
}
#spnError_input_adresse{
  color: red;
}



.radio-toolbar {
  /*margin: 10px;*/
  padding-bottom: 25px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 25px;
    font-family: sans-serif, Arial;
    font-size: 20px;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: crosshair;
}

.radio-toolbar label:hover {
  background-color: #ffc7c7;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #ffc7c7;
    border-color: #e91e63;
    cursor: crosshair;
}
.radio-toolbar input[type=radio] ~ label::before{
  width: 0px;
  height: 0px;
  color: transparent;
  content: none;
}



.alert{
  padding: 5px;
}

span.extra, .error{
  color: red;
}

select.form-group.nice-select{
  width: 100%;
}
#stripe-form{
  padding: 0px;
}


.default-btn.personnaliser{
  position: relative;
  border: 1px solid #f5d5ba !important;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: #fff1e6;
  color: #222222;
  font-size: 20px;
  width: 200px;
}



/******* Checkbox **************************************/
/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 3px;
  margin-bottom: 15px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-size: 16px;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #edcdcd;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #fbb403;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox input:disabled ~ .checkmark {
  background-color: #9e9e9e;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 4px;
  top: 5px;
  width: 13px;
  height: 10px;
  border: solid #f5437f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/******* END Checkbox **************************************/

.breadcrumbs-2{
  color: red;
  padding: 15px 0px;
  font-size: 18px;
}

.shop-details-section h4{
  font-size: 16px;
  padding-top: 15px;
}

.banner-slider .swiper-pagination{
  left: 23%;
}



#block_promotion{
  position: fixed;
  background-color: #eb0029;
  border: 1px dashed #21181a;
  z-index: 9999;
  border-radius: 0px;
  padding: 25px 25px 25px 50px;
  width: 45%;
  color: #fff;
  font-size: 18px;
  left: -25px;
  bottom: 90px;
  animation-name: animationPromotion;
  animation-duration: 4s;
  animation-direction: alternate;
}
#block_promotion h2{
  font-size: 22px;
}
@keyframes animationPromotion {
  0%   { left:-700px; }
  50%  { left:-25px; }

}
#block_promotion .close{
    position: absolute;
    right: 15px;
    top: 1px;
    font-weight: bold;
    padding: 16px;
    cursor: pointer;
}

@media(max-width: 425px){
	#block_promotion{
		width: 100% !important;
	}
}

@media(max-width: 767px){
	#block_promotion{
		width: 60%;
	}
}


.com-btn {
  background: #ffd7d8;
  border: 1px solid #ff0057;
  color: red;
  font-weight: 700;
  padding: 17px 41px;
  border-radius: 0px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
}

#block_promotion a,
#block_promotion a:hover{
  color: #fff !important;
}