/*-------- EVENT DETAIL --------*/
.subcoop-form__input .error,
.subcoop-form__input.error
{
    border-bottom: solid 1px red !important;
}

.target__main_v1 h1{
    color: #000;
    line-height: 42px;
    font-size: 35px;
    margin-bottom: 30px;
}
.target__main_v1 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 55px;
}
.target__main_v1 p:nth-child(0){
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 55px;
}
.target__main_v1 p:nth-child(1){
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 785px;
    font-size: 16px;
    line-height: 25px;
    color: #b79a7a;
    font-weight: 300;
    font-style: italic;
    position: relative;
}
.target__main_v1 p:nth-child(1):before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B79A7A;
    left: -5%;
}

.main-info__ps blockquote:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B79A7A;
    left: -5%;
}
.main-info__ps blockquote
{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: 785px;
    font-size: 16px;
    line-height: 25px;
    color: #b79a7a;
    font-weight: 300;
    font-style: italic;
    position: relative;
}
.main-info__ps blockquote:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B79A7A;
    left: -5%;
}



.fyears_areas h3{
    font-size: 35px;
    line-height: 42px;
}
.fyears_areas p{
    padding-top: 30px;
    opacity: 0.5;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    max-width: 446px;
}
.fyears_areas_v2 p {
    padding-top: 50px;
    opacity: 0.5;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    width: 95%;
}

.isr_area h4 {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 30px;
}
.isr_area p {
    font-weight: 300;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25px;
    max-width: 825px;
    padding-bottom: 52px;
}

.isr-ppower h3{
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
}

.isr-ppower ul {
    padding-left: 45px;
    padding-bottom: 60px;
}
.isr-ppower ul li {
    padding-bottom: 30px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #a0a0a0;
}
.isr-ppower ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 20px;
    height: 15px;
    background: url(/public/assets/images/icons/checked.svg) no-repeat;
}


.isr-ppower p {
    font-weight: 300;
    font-style: italic;
    color: #B79A7A;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    padding: 15px 0 15px 40px;
}
.isr-ppower p:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: #B79A7A;
}
.ttable__cart_plan h1 {
    font-size: 35px;
    line-height: 42px;
    color: #000;
    padding-top: 61px;
    padding-bottom: 30px;
}
.ttable__cart_plan p {
    color: #000;
    opacity: 0.5;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 50px;
    max-width: 980px;
    margin: 0 auto;
}
.trainers-cart__role {
  padding-left: 20px;
  padding-right: 20px;
}
.trainers-cart__info {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
/*-------- END EVENT DETAIL --------*/
/*-------- Course DETAIL --------*/
.more-pointsch h2{
    line-height: 55px;
    font-size: 35px;
    padding-bottom: 30px;
}

.more-pointsch ul{
    line-height: 55px;
    font-size: 35px;
    padding-bottom: 30px;
    list-style: none;
}
.more-pointsch ul li{

    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 20px;
    position: relative;
}
.more-pointsch ul li:before {
    content: "";
    width: 20px;
    height: 15px;
    background: url(/public/assets/images/icons/checked.svg) no-repeat;
    position: absolute;
    top: 2px;
    left: -40px;
}
/*-------- END Course DETAIL --------*/


/*21.05.2021 AB*/

.header-search-ploit{
    position: absolute;
    top: 50px;
    left: 20px;
    border: 1px solid #908b8b;
    border-radius: 6px;
    padding-left: 10px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.header-search-ploit.show{
    visibility: visible;
    opacity: 1;
    top: 35px;
    transition: all 0.5s ease;
}

.header-search-ploit-icon.active svg{
    opacity: 0.3;
}

.header-search-ploit-icon.active svg:hover{
    opacity: 0.8;
}

@media screen and (max-width: 460px) {
    .tap {
        height: 35px !important;
        padding: 2px 5px !important;
        line-height: 35px !important;
    }
    .tap svg{
        height: 15px !important;
        width: 15px !important;
    }
}
/*AB Try to fix */

@media screen and (max-width: 270px) {
    .more-hero-wrapper-cart__title {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 260px) {
    ._event-hero__cart-title {
      font-size: 20px;
      line-height: 20px;
    }
  
    ._event-hero__cart-btn {
      font-size: 10px;
    }
  
    ._event-hero__cart-btn a {
      padding: 10px 15px;
    }
  
    .ngn__btn {
      padding: 10px 15px;
      font-size: 10px;
    }
  
    .ttable__cart-list__nav li:after {
      top: 70px;
    }
  
    .kalendarevents-cart-columf__info {
      font-size: 12px;
      line-height: 18px;
    }
  }

  @media screen and (max-width: 300px) {
    .prof-hero_wrapper_cart h1 {
      font-size: 17px;
      max-width: 200px;
    }
  
    .prof-desc h2 {
      font-size: 20px;
      line-height: 25px;
    }
  
    .prof-desc p {
      font-size: 15px;
      line-height: 20px;
    }
  
    .specof-article {
      padding-bottom: 0;
    }
  
    .main_filters .filter_details a {
      max-width: 150px;
      padding: 10px 0px !important;
    }
  
    .mass-tech_cart {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }

  .brand-hero-bg {
    background: url(/assets/images/brand-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .brand-hero_wrapper {
    padding: 10px;
    border: 1px solid #fff;
    margin: 85px 0;
  }
  
  .brand-hero_wrapper-content {
    background: #fff;
    padding: 50px 10px;
  }
  
  .brand-hero_wrapper-content h1 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #000;
  }
  
  .brand-hero_wrapper-content p {
    color: #000;
    letter-spacing: 0.07em;
    font-weight: 300;
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  
  .brand-hero_wrapper-content a {
    padding: 17px 63px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    background: #B79A7A;
    border: 1px solid #B79A7A;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .brand-hero_wrapper-content a:hover {
    background: #fff;
    color: #B79A7A;
  }
  
  .ngn ul {
    list-style: none;
  }
  
  .brand-ngn .ngn-nav_menu {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  
  .brand-desc {
    padding-top: 100px;
  }
  
  .brand-hist {
    margin-top: 100px;
    background: #F8F6F7;
    padding: 100px 0;
  }
  
  .brand-hist h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    margin-bottom: 30px;
  }
  
  .brand-hist p {
    color: #808080;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  
  .brand-hist p span {
    font-weight: 400;
    color: #000;
  }
  
  .brand-hist a {
    color: #B79A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .brand-hist a:before {
    content: "";
    position: absolute;
    top: 1px;
    right: -70px;
    background: url(/assets/images/icons/arrow.svg) no-repeat;
    width: 20px;
    height: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .brand-hist a:hover:before {
    right: -40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
  
  .brand-hist img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-height: 450px;
    height: 100%;
  }
  
  .brand-points {
    padding: 100px 0;
  }
  
  .brand-points:nth-child(n) .brand-points_content {
    margin-left: 40px;
  }
  
  .brand-points:nth-child(2n) {
    background: #F8F6F7;
    padding: 100px 0;
  }

  .brand-points:nth-child(2n) .brand-points_more{
    margin-left: 0;
  }
  
  .brand-points:nth-child(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .brand-points:nth-child(2n) .brand-points_content {
    margin-left: 0;
  }
  
  .brand-points h2 {
    font-size: 35px;
    line-height: 42px;
    color: #000;
    line-height: 42px;
    margin-bottom: 30px;
  }
  
  .brand-points p {
    position: relative;
  }
  
  .brand-points p span {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: -20px;
  }
  
  .brand-points a {
    color: #B79A7A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .brand-points a:before {
    content: "";
    position: absolute;
    top: 1px;
    right: -70px;
    background: url(/img/arrow.svg) no-repeat;
    width: 20px;
    height: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .brand-points a:hover:before {
    right: -40px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
  
  .brand-points img, .brand-hist img {
    height: 404px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .brand-btnshop {
    padding: 100px 0;
  }
  
  .brand-btnshop a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: #B79A7A;
    padding: 25px 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #B79A7A;
  }
  
  .brand-btnshop a:hover {
    color: #B79A7A;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .ngn.fixed .ngn-nav_menu__link.active:before {
    bottom: -1px;
  }
  
  @media screen and (max-width: 993px) {
    .brand-points:nth-child(n) .brand-points_content {
      margin-left: 0px;
      margin-top: 0px;
    }
    .brand-points:nth-child(n) .brand-points_content p{
      margin-left: 0;
    }
  
    .brand-hist img {
      margin-top: 20px;
    }

    .brand-ngn .ngn-nav_menu{
      justify-content: start;
    }
    
  }
  
  @media screen and (max-width: 768px) {
    .brand-points_content p {
      margin-left: 00px;
    }
    .brand-desc {
          padding-top: 20px;
     }
    .brand-hero_wrapper-content h1 {
      font-size: 30px;
    }
      .brand-hist {
          margin-top: 20px;
          background: #F8F6F7;
          padding: 20px 0;
      }
      .brand-points:nth-child(2n) {
          padding: 20px 0;
      }
      .brand-points {
          padding: 20px 0;
      }
    .brand-hero_wrapper-content p {
      font-size: 16px;
      line-height: 20px;
    }
  }
  
  @media screen and (max-width: 577px) {
    .brand-hist h2,
    .brand-points h2,
    .brand-points h2 {
      font-size: 25px;
      line-height: 30px;
    }
  
    .brand-hero_wrapper-content a {
      padding: 15px 5px;
      width: 100%;
    }
  
    .brand-hero_wrapper-content h1 {
      line-height: 24px;
      font-size: 25px;
      word-break: break-all;
    }
  }

.brand-ngn .ngn-nav_menu li{
  margin-bottom: 20px;
}

.ngn__close{
  z-index: 150;
}

.brand-points_content{
  overflow: hidden;
  height: 360px!important;
}

.brand-points_more{
  cursor: pointer;
  font-weight: 500;
  margin-left: 40px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.brand-hist .brand-points_more{
  margin-left: 0;
}

.brand-points_more:hover{
  transition: all 0.3s ease;
  opacity: 0.5;
}

.noOver{
  /*overflow: hidden !important;*/
}

.filter_details-back{
  margin-left: 0;
}

.main_filtres-close{
  position: fixed;
  background-color: #0000007d;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 100;
  width: 15%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main_filtres-close.active{
  right: 0;
  opacity: 1;
  visibility: visible;
}

.main_filtres-close span{
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: 10px;
}

.main_filtres-close span:before{
  content: "";
  position: absolute;
  top:16px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 5px;
  transform: rotate(45deg);
}

.main_filtres-close span:after{
  content: "";
  position: absolute;
  top:16px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 5px;
  transform: rotate(-45deg);
}

.filter_details_header{
  height: 76px;
}

#clearcounter{
  text-transform: capitalize;
  padding-left: 10px;
}

.filter_details_header{
  padding: 25px 30px;
}

.main_filters__loading{
  display: none;
}

.prof-filtres__loading{
  display: flex;
}

@media screen and (max-width:992px){
  .main_filters{
    flex-wrap:nowrap; 
    overflow-y: auto;
  }

  .prof-filtres__loading{
    display: none;
  }

  .main_filters-header{
    position: relative !important;
  }

  .main_filters__loading{
    display: flex;
    position: absolute !important;
  }
  

  .main_filters .filter_details-back {
    margin-left: 0;
  }

  .brand-points img, .brand-hist img{
    margin-top: 20px;
  }

}

@media screen and (max-width:1200px){
  .brand-points img, .brand-hist img{
    height: 350px;
  }
  .menu_switcher{
    margin-left: 25px;
  }
}

.mini_cart .products{
  overflow-y: auto;
  height: 340px;
}

@media screen and (max-width:993px){
  .main_filters.active{
    z-index: 100;
  }
  .trigerRemove{
    display: none;
  }
}


@media screen and (max-width:576px){
  .cart_product h3{
    font-size: 16px;
    line-height: 21px;
  }
  .cart_page h5{
    font-size: 14px;
  }
  .calcnumber_stock{
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

@media screen and (max-width:480px){
  .menu_switcher{
    width: 25px;
    margin-left: 5px;
  }
  .menu_switcher > span:nth-child(1){
    top: 13%;
  }
  .mini_product_details_top p:first-child{
    font-size: 11px;
    line-height: 13px;
  }
  .mini_product_details_top p:nth-child(2){
    text-align: end;
    font-size: 14px;
  }
}


.form_cosmetician{
  display: none;
}

.prof-filtres__loading{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.prof-filtres__loading.active{
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.form_cosmetician .label_file{
  margin-left: -20%;
}

.cart_product img{
    max-width: 100px;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
}

.login_page_cont_left form input[name='name_cosmetolog']::placeholder, 
.login_page_cont_left form input[name='work_place_cosmetolog']::placeholder, 
.login_page_cont_left form input[name='profession_cosmetolog']::placeholder, 
.login_page_cont_left form input[name='full_name']::placeholder, 
.login_page_cont_left form input[name='password']::placeholder, 
.login_page_cont_left form input[name='email']::placeholder,
.login_page_cont_left form input[name='phone']::placeholder{
  color: #000;
  opacity: 0.4;
}

@media screen and (max-width:767px){
  .cart_product img{
    max-width: 150px;
  }
}

@media screen and (max-width:361px){
  .form_cosmetician .label_file{
    margin-left: auto;
  }
  .cart_product img{
    max-width: 70px;
  }
}

.mini_cart{
  z-index: 11;
}

.my_account_right-wish{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.remove_from_wish, .remove_from_cart{
  z-index: 10;
}

.calendar_footer_right{
  margin-left: 20px;
}

.calendar_footer_right > div{
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
}

.calendar_footer_right > div:nth-child(3){
  margin-left: 20px;
  width: 50px;
}


.filter_details_body{
  max-height: 250px;
}


.besideev .swiper-button-next{
  right: -6px;
}


@media screen and (max-width: 1200px){
  .besideev .swiper-button-next{
    right: 93px;
  }
}

@media screen and (max-width: 992px){
  .besideev .swiper-button-next{
    right: -7px;
  }
}