.remove_bakground {
  background-image: unset !important;
  min-height: unset !important;
}

.cart_container {
  margin: 0px 50px 112px;
  /* background-image: url(../images/panier1.png); */
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-position-y: 195px;
  background-size: 36vw 335px;
  min-height: 530px;
}
.tr_gratuit {
  width: 70% !important;
}
.block_vide {
  display: none;
}
#panier_header {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#left-header {
  padding-top: 20px;
  position: relative;
  width: 50%;
}

#panier_body {
  display: flex;
  justify-content: space-between;
}
#left_panier {
  width: 57%;
}
.evenement {
  box-shadow: 0px 4px 20px #e2e1e1;
  margin-bottom: 30px;
  background-color: #ffff;
}

.event-sup {
  display: flex;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.line-total {
  display: flex;
}
.img-event {
  min-width: 87px;
  background-color: #fff;
}
.img-event img {
  margin-right: 20px;
  max-height: 100px;
  object-fit: cover;
}
.info-event p {
  margin: 0px;
}

#left-header p {
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins;
  color: #1a5a5e;
}
.img-and-info {
  display: flex;
  width: 80%;
}

.info-event {
  padding-top: 5px;
  padding-left: 10px;
}

.info-event .title {
  color: #57bbd0;
  font-size: 25px;
  font-weight: 500;
  font-family: Poppins;
  text-transform: capitalize;
  text-decoration: none;
}
.info-event .date-event {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins;
  color: #29743b;
  margin-bottom: 0px !important;
  padding: 5px 0;
}
.info-event .city-event {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  color: #57bbd0;
  text-transform: uppercase;
}
.cart-categorie_of_zone {
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: Poppins !important;
  padding: 10px;
}
.cart-categorie_of_zone .category_content {
  display: flex;
  color: #1a5a5e !important;
}
.cart-categorie_of_zone .status_event {
  color: red !important;
  line-height: 18px;
}
.qty_price {
  width: 50%;
}
.left-line {
  min-width: 60%;
  border-right: 1px solid #1a5a5e;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(26, 90, 94);
}
.all_zone .sous_title {
  padding: 0;
}
.right-line {
  display: flex;
  justify-content: space-between;
}
.bloc_qty p {
  margin: 0;
}

input#qty {
  border: none;
  width: 75px;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  font-family: Poppins;
  color: #a56790;
  background: transparent;
}

.bloc_qty {
  display: flex;
  align-items: center;
  width: max-content;
}

.name_of_categorie {
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins;
  color: #29743b;
  padding-right: 10px;
}
.total-price-categorie {
  min-width: 50%;
  font-size: 20px;
  font-weight: 600;
  text-align: end;
}

.all_zone {
  position: relative;
}
.cart_container .cart-categorie_of_zone:nth-child(2n) {
  background-color: #eff0f0 !important;
}
.error-cart {
  position: absolute;
  top: -25px;
  padding-left: 10px;
  color: red;
  font-size: 14px;
}

i.icon-plus:before,
i.icon-minus:before {
  color: #1a5a5e;
}

/* Block Total Price */

#bloc_total_price {
  width: 39%;
}

#bloc_total {
  background-color: #ebdbe6;
  padding: 8% 8% 2%;
}

#bloc_total .payment a:first-of-type{
  color: #000;
}

.total_price {
  display: flex;
  justify-content: space-between;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.price {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.total p {
  font-weight: 600;
}

.payment a {
  text-decoration: none !important;
  justify-content: center;
  margin-top: 5px !important;
  text-align: center;
}
.payment a .icone-flech {
  background: url(../images/Groupe996.png);
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 21px !important;
  opacity: 1 !important;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.icones-payment {
  display: flex;
  align-items: center;
  justify-content: center;
}
img.icone-payment {
  margin: 2%;
}

/* Switcher Page Checkout */

#bloc_switcher_page_cart {
  position: relative;
  width: 39%;
  color: #d0d0d0;
}

.line-switcher {
  border-bottom: 1px solid #d0d0d0;
  position: absolute;
  top: 20px;
  width: 100%;
}

.choix-switcher {
  display: flex;
  justify-content: space-around;
}

.btn-switcher {
  width: 20px;
  height: 20px;
  background-color: #d0d0d0;
  border-radius: 50%;
  align-items: center;
  margin: auto;
  border: 3px solid #ffff;
  position: relative;
}

.item-switcher {
  padding-top: 10px;
}

.title-page-switcher {
  color: #d0d0d0;
  font-size: 13px;
  font-weight: 500;
}

.active .btn-switcher {
  background-color: #1a5a5e !important;
}

.active .title-page-switcher {
  color: #1a5a5e !important;
}

.delete-event-cart {
  margin: auto;
}

/* Table Categorie Of Zone */

.cart-categorie_of_zone td {
  border: none;
}

td.left-line {
  text-align: left;
  padding-left: 25px;
}

.cart_container .icone-delete {
  background: url(../images/Groupe12.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  opacity: 1;
  width: 18px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.icon-adresse {
  background: url(../images/Groupe1017.svg);
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: 16px;
  opacity: 1 !important;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
}

.price_categorie {
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins;
  color: #29743b;
}
.cart_container .price_categorie {
  width: unset;
  padding: 0 5px;
  width: 17%;
}

p.button-plus.panier_quantity_up,
p.button-minus.panier_quantity_down {
  cursor: pointer;
}
.btn_return {
  border-radius: 29px;
  background-repeat: no-repeat;
  background-position: 10%;
  background-size: 18px 15px;
  font-size: 20px;
  padding-right: 25px;
  background-color: #57bbd0 !important;
  background-image: url(../images/flesh_left.svg);
  color: #fff !important;
  padding-left: 65px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #57bbd0 !important;
}
.btn_return:hover {
  background-color: white !important;
  color: #57bbd0 !important;
  border: 1px solid #57bbd0 !important;
  background-image: url("../images/flesh_left_mov.svg");
}
.commander_btn {
  width: 100%;
}
.text_panier_vide {
  font-size: 16px;
  font-family: "Poppins";
  color: #1a5a5e;
  text-align: left;
}
.cart_bloc .image_cart {
  position: relative;
}
.cart_bloc #cart_count {
  min-width: 17px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #1a5a5e;
  text-align: center;
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  bottom: 18px;
  right: 50px;
  padding: 0 5px;
}

@media (max-width: 770px) {
  #panier_header {
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #bloc_switcher_page_cart {
    width: 90%;
    text-align: center;
    margin: auto;
  }
  #left-header {
    width: 100%;
    position: relative;
    text-align: center;
  }
  #left-header p {
    text-align: center;
  }

  #panier_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  #left_panier {
    width: 100%;
    padding-bottom: 20px;
    max-width: 770px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
  #left-header .title-header:before {
    content: "";
    width: 25px;
    background-color: #1a5a5e;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -45px;
  }
  #left-header .title-header:after {
    content: "";
    width: 25px;
    background-color: #1a5a5e;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -45px;
  }
  .page-template-cart #left_panier {
    padding: 0 !important;
  }
  #bloc_total_price {
    width: 100%;
  }
  #Subheader {
    padding: 0;
  }
  .icones-payment {
    margin: 20px;
  }
  .evenement .all_zone {
    width: 100%;
    overflow: auto;
  }
  .cart_container {
    margin: 0 !important;
  }
  #panier_vide {
    text-align: center;
    margin-bottom: 30px;
  }
  .text_panier_vide {
    padding: 5px 10px;
  }
  .page-template-checkout_login .cart_container {
    background-image: unset;
  }
  .foget_password,
  .create_account {
    width: 100%;
    text-align: center;
  }
  #form_inscription {
    margin: 0;
    width: 100%;
  }
  #create,
  #forget_password {
    margin-bottom: 15px;
  }
  .cart_bloc #cart_count {
    min-width: 17px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #1a5a5e;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 24px;
    right: 62px;
    padding: 0 5px;
  }
  .cart_container {
    background: unset;
  }
  .sous_title {
    padding: 0;
  }
  .evenement .td_title {
    padding: 75px 0px 0px 0px;
  }
  .cart_container .price_categorie {
    padding: 10px;
  }
  .bloc_qty {
    width: 50%;
  }
  .qty_price {
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #dbdbdb;
  }
  .left-line {
    padding: 10px 0;
  }
  .cart-categorie_of_zone {
    flex-wrap: wrap;
  }
}
