/****************************************
 * NORMAL MODULE
 ****************************************/

/* Button slide-in */
.show_slidine {
  background: var(--awb-color1);
  position: fixed;
  right: -105px;
  top: 50%;
  z-index: 9999;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(-90deg);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  box-shadow: rgb(255 255 255 / 38%) 0px 7px 21px 0px;
}

.show_slidine:hover {
  background: #000;
}

.show_slidine.hidebtn {
  opacity: 0;
  transform: translateX(100%) rotate(-90deg);
}

/* Slide-in panel */
.infos_site {
  margin-top: 25px;
}

p.p_slidein,
span.content-info,
span.content-info a {
  color: #fff;
  font-size: 16px !important;
}

p.p_slidein {
  margin-top: 7px;
}

span.content-info a:hover {
  text-decoration: underline;
}

.desktopbut,
.infosclient {
  display: none;
}

.flex-info,
a.butcontact_slide {
  display: flex;
}

.slide_in {
  position: fixed;
  background: var(--awb-color2);
  z-index: 9999;
  box-shadow: 0 0 15px #0000005c;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.7s ease-in-out;
  border: 4px solid var(--awb-color1);
  border-right:1px  solid var(--awb-color1);
  border-left:1px  solid var(--awb-color1);
}

.slide_in.showme {
  transform: translateX(0);
}

.titleslide {
  font-family: var(--awb-typography2-font-family);
  font-size: 26px;
  color: #fff;
  text-transform:uppercase;
}

.icon-info,
a.butcontact_slide {
  background: var(--awb-color1);
  color: #fff;
}

hr.sep_slide {
  width: 25%;
  height: 2px;
  background-color: #fff;
  border: none;
  margin-left: 0;
}

.flex-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.flex-info.flex-info-top {
  align-items: flex-start !important;
}

.icon-info {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  font-size: 15px;
  border-radius: 4px;
  margin-right: 15px;
  padding: 10px;
}

.head_slidine {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_slidine:hover {
  color: #7b7c7c;
}

a.butcontact_slide {
  padding: 12px 20px 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  text-align: center;
  font-family: var(--body_typography-font-family);
  font-weight: 400;
  font-size: 18px;
  border: 1px solid var(--awb-color1);
  transition: 0.4s;
  cursor: pointer;
  text-transform: none;
  background: var(--awb-color1);
  color:#fff !important;
}

a.butcontact_slide:hover {
  background: none;
  color: var(--awb-color1) !important;
}

.slide_in .content-info.phone a:hover {
  color: #fdf4e3;
}

/* Responsive */
@media screen and (max-width: 1500px) {
  .show_slidine {
    padding: 16px 25px;
  }
}

@media screen and (max-width: 800px) {
  .show_slidine {
    background: var(--awb-color1);
    padding: 10px 25px;
  }
}

.mobilebut {
  display: block;
  font-size: 20px;
  transform: unset;
  border-radius: 50%;
  right: 0;
  left: 15px;
  bottom: 20px;
  top: unset;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 12px #00000045;
}

.slide_in {
  width: 380px;
  top: unset;
  bottom: 0;
  right: unset;
  left: 10px;
  padding: 20px 15px;
  border-radius: 10px 10px 0 0;
  transform: translateY(100%);
}

.show_slidine.hidebtn {
  opacity: 0;
  transform: translateX(-100%);
}

.slide_in.showme {
  transform: translateY(0);
  opacity: 1;
  z-index: 9999999 !important;
}

.rh_form__login_wrap .rh_form__item {
  padding: 0 1.5rem 1rem;
}

li.elementor-icon-list-item {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 510px) {
  .slide_in {
    width: 80%;
  }
}

@media screen and (max-width: 400px) {
  .slide_in {
    width: 96%;
    margin-inline: auto;
    right: 0;
  }
}

@media screen and (max-width: 340px) {
  .head_slidine {
    top: 6px;
    right: 6px;
  }
  .slide_in {
  left: 0px;
  }
  .titleslide {font-size:24px;}
  p.p_slidein, span.content-info, span.content-info a{
   font-size:15px !important;
  }
}

/*******************************************************
 * END FOOTER
 *******************************************************/
