:export {
  button_color_over_1: #76C4E9;
  button_color_over_2: #0090BC;
  button_color_over_3: #0090BC;
  scrollbar_color: #BBE4F4;
  button_color_1: #76C4E9;
  button_color_2: #0090BC;
  button_color_3: #76C4E9;
  user_message_color: #0090BC;
  user_message_color_trans: #0090bc66;
  user_send_button_color: #0090BC;
  bot_message_color: #0090BC;
  bot_background_color: #F7F5F2;
  widget_header_color: #0090BC;
  font_msg: "HK Grotesk", sans-serif;
  font_input: "HK Grotesk", sans-serif;
  font_body: "Baskerville", serif;
  font_list: "HK Grotesk", sans-serif;
  font_box: "Baskerville", serif;
  font_product_button: "Baskerville", serif;
}

#leviaWidgetRoot {
  display: none;
}

#widget-box * {
  font-family: "Baskerville", serif !important;
}

#widget-box #arrow-close-btn {
  /*position: absolute;
     top: 50%;
     background: #ef4151;
     height: 2.3rem;
     width: 2.3rem;
     border-radius: 35px;
     left: -1.2rem;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
     transition: ease .2s transform;
     transform:scale3d(.7,.7,1);*/
  margin-top: -50%;
}

#widget-box #arrow-close-btn div {
  height: 0.5rem;
  width: 0.5rem;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(135deg);
  border-radius: 4px;
  /*position: absolute;
  left: 21%;
  top: 29%;*/
}

/*#arrow-close-btn:hover {
	transform:scale3d(.9,.9,.9) !important;
	}*/
#widget-box #details_panel {
  opacity: 0;
  width: 510px;
  height: 100%;
  background: #fff;
  border-radius: 25px 25px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 13px -5px 30px;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  visibility: hidden;
  transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
}

#widget-box #details_panel.open {
  right: -480px;
  opacity: 1;
  display: block !important;
  visibility: visible;
  transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: right 0.4s ease 0s, opacity 0.4s ease 0s;
}

#widget-box #details_panel .close {
  top: 5px;
  position: absolute;
  right: -42px;
  color: #fff;
  border-radius: 100%;
  padding: 0px;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
}

#widget-box #details_panel .close img {
  width: 85px;
  transform: rotate(45deg);
}

#widget-box #details_panel_content {
  padding: 15px 35px;
}

#widget-box #details_panel_content .product_infos_details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}

#widget-box #details_panel_content .product_infos_details .left {
  flex: 45%;
}

#widget-box #details_panel_content .product_infos_details .right {
  flex: 50%;
}

#widget-box #details_panel_content .product_infos_details p.title {
  font-size: 1.1rem;
  color: #2d2d2d;
  text-align: left;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  height: auto;
}

#widget-box #details_panel_content .product_infos_details img {
  width: 100%;
}

#widget-box #details_panel_content .product_infos_details .button_buy {
  background: #0090BC !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 25px;
  display: block;
  width: 130px;
  margin: 35px auto;
  text-align: center;
  font-family: "Baskerville", serif !important;
}

/*
#widget-box	#details_panel_content .product_infos_details .button_buy:hover{
	background-image: url(http://www.macave.leclerc/skin/frontend/leclerc/default/images/picto/pic_cadi_blanc_full.png);
	color: #fff;
	background-repeat: no-repeat;
	background-position: 90px 14px;
	background-size: 18px;
}
*/
#widget-box #details_panel_content .product_infos_details .button_buy img {
  display: unset !important;
}

#widget-box #details_panel_content .product_infos_details .price {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 20px 0;
}

#widget-box #details_panel_content .product_infos_details .subtitle {
  font-style: italic;
  font-size: 0.8rem;
  color: #000;
  font-weight: 600;
}

#widget-box #details_panel_content .product_infos_details .millesime {
  font-size: 0.8rem;
  color: #000;
  font-weight: 600;
  margin: 0 0;
}

#widget-box #details_panel_content .product_infos_details .conseils_tom {
  width: 80%;
  text-align: center;
  position: relative;
}

#widget-box #details_panel_content .product_infos_details .conseils_tom img {
  width: 80px;
  background: #fff;
  display: unset !important;
}

#widget-box #details_panel_content .product_infos_details .conseils_tom .hr {
  width: 100%;
  height: 1px;
  background: #76C4E9;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  margin: auto;
}

#widget-box #details_panel_content .product_infos_details .conseils-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #76C4E9;
  margin: 10px 0;
}

#widget-box #details_panel_content .product_infos_details .conseils-content {
  width: 80%;
  text-align: center;
}

#details_panel_content .product_infos_details .conseils-content strong {
  color: #000;
  font-weight: 600;
  font-size: 0.7;
}

#details_panel_content .product_infos_details .conseils-content #accord {
  text-align: left;
}

#details_panel_content .product_infos_details .conseils-content #accord ul {
  margin: 0;
  padding: 0;
}

#details_panel_content .product_infos_details .conseils-content #accord ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-right: 2%;
  width: 31%;
  vertical-align: top;
  word-break: break-word;
  text-align: center;
}

#details_panel_content .product_infos_details .conseils-content #accord img {
  width: 30px;
  margin: auto;
}

#details_panel_content .product_infos_details .conseils-content #ocaz,
#details_panel_content .product_infos_details .conseils-content #cons {
  font-size: 12px;
  color: #000;
}

#details_panel_content .product_infos_details .conseils-content #ocaz ul,
#details_panel_content .product_infos_details .conseils-content #cons ul {
  padding: 0;
  list-style: none;
}

#details_panel_content .product_infos_details .conseils-content #ocaz ul li,
#details_panel_content .product_infos_details .conseils-content #cons ul li {
  font-size: 12px;
  color: #000;
  display: block;
}

#details_panel_content .product_infos_details .right-conseil {
  text-align: center;
}

#details_panel_content .product_infos_details .right-conseil img {
  width: 70% !important;
  margin: auto;
}

#details_panel_content .product_infos_details .right-conseil p {
  font-size: 12px;
  color: #000;
  display: block;
}

.hide-title {
  display: none;
}

.msg .list-element p.element-title {
  height: 50px !important;
}

.msg .list-element p.element-subtitle .element-extras {
  margin: 5px 0 !important;
}

#details_panel .product-image {
  position: relative;
}

#details_panel .product-image .incroyables {
  background: #76C4E9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  padding: 5px;
}

#details_panel .product-image .incroyables img {
  width: auto;
  max-height: 100%;
}

#details_panel .product-image .is_bio {
  background: #76C4E9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 140px;
  text-align: center;
  padding: 5px;
  overflow: hidden;
}

#details_panel .product-image .is_bio img {
  width: auto;
  max-height: 100%;
}

#details_panel .product-image .is_vente_privee {
  background: #76C4E9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 15px;
  top: 70px;
  text-align: center;
  padding: 5px;
}

#details_panel .product-image .is_vente_privee img {
  width: auto;
  max-height: 100%;
}

.button-right-cont .buttons-right:nth-child(1):hover {
  background: #76C4E9 !important;
}

.button-right-cont .buttons-right:nth-child(2):hover {
  background: #0090BC !important;
}

.button-right-cont .buttons-right:nth-child(3):hover {
  background: #0090BC !important;
}

.button-right-cont .buttons-right img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.button-right-cont .buttons-right:hover img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin-top: 6px !important;
  width: 50px !important;
}

.button-right-cont .buttons-right span {
  display: none;
  position: absolute;
  width: 150px !important;
  top: 15px;
  color: #000;
  left: 60px;
  background: #ffffff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px #666666;
}

.button-right-cont .buttons-right:hover span {
  display: block;
}

@media (max-width: 959px) {
  #details_panel.open {
    z-index: 1 !important;
    width: 90% !important;
    max-width: 90% !important;
    height: 92% !important;
    margin: 0 5% !important;
    left: 0 !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 9 !important;
    transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
    -webkit-transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
    -moz-transition: left 0.4s ease 0s, opacity 0.4s ease 0s !important;
  }

  #details_panel_content .product_infos_details {
    margin-top: 0.8rem;
  }

  #details_panel {
    overflow-x: scroll;
  }

  #details_panel .close {
    position: absolute !important;
    right: -5px !important;
    top: -5px !important;
    left: auto !important;
  }
}
@media (max-height: 800px) {
  #details_panel {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 30px;
  }

  #details_panel_content .product_infos_details {
    margin-top: 10px;
  }

  #details_panel_content .product_infos_details .button_buy {
    margin: 5% auto 10%;
  }

  #details_panel_content .product_infos_details .product-image {
    text-align: center;
  }

  #details_panel_content .product_infos_details .product-image img {
    max-width: 100%;
    height: auto;
    width: auto !important;
    max-height: 100%;
    margin: auto;
  }

  #details_panel_content .product_infos_details p.title {
    height: auto;
    margin-top: 10px;
  }

  #details_panel_content .product_infos_details .price {
    margin: 6% 0;
  }

  #details_panel_content .product_infos_details .conseils_tom {
    margin-top: 4% !important;
  }
}
@media (max-height: 540px) {
  #details_panel {
    overflow-x: scroll;
  }

  #details_panel .close {
    top: 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  #details_panel_content .product_infos_details .left,
#details_panel_content .product_infos_details .right {
    flex: 100% !important;
  }

  #details_panel_content .product_infos_details .conseils_tom,
#details_panel_content .product_infos_details .conseils-content {
    margin: auto;
  }

  #details_panel .close {
    position: fixed;
    right: 15px;
    top: 7%;
    left: auto;
  }
}
@media (max-width: 414px) {
  .msg .cards-wrapper .list-element {
    min-width: 215px;
    max-height: 290px;
  }
}

/*# sourceMappingURL=widget.css.map */
