.fancybox-container .fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 5px;
    right: -15px;
    top: -15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 1px solid #808080;
    opacity: 1;
}
button.fancybox-button { background-color: #000; }
.fancybox-container .fancybox-content{overflow: initial;}
body.page-id-690 .container-wrap > .container.main-content{ background: #141517; }
.create_selfie_wall_add_user_img .create_user_img_bg {
    background-size: cover;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 70px;
    margin-top: 7px;
}

.create_selfie_wall_add{ display: flex; }
.create_selfie_wall_add_user_img{ padding-right: 30px; }
.create_selfie_wall_add_btn{}
#create_selfie_post_btn{
        padding: 15px 35px;
    background: #fff;
    border-radius: 30px;
    display: block;
    margin-top: 15px;
}

.create_selfie_popup.fancybox-content{ max-width: 400px; width: 100%; padding: 0px;}
.create_selfie_popup .create_selfie_popup_header{padding: 10px 20px;}
.create_selfie_popup .create_selfie_popup_header .create_user_img{    
    width: 50px !important;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 20px;
}
.create_selfie_popup .create_selfie_popup_header .create_user_img_bg {
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 20px;
        vertical-align: middle;
}

.create_selfie_popup_upload_image{ min-height: 300px; background: #d6d6d6; text-align: center; padding-top: 35%;}
#create_selfie_popup_upload_image_btn{ display: block; }
span.create_selfie_popup_fullscreen{
     width: 100%;
    position: absolute;
    left: 0;
    height: 300px;
    top: 70px;
}
.create_selfie_popup_loader{
    text-align: center;
    background: rgb(0 0 0 / 32%);
}
.create_selfie_popup_uploaded_image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    text-align: right;
}
.create_selfie_popup_loader i{    margin-top: 33%;}
.create_selfie_popup_uploaded_image .create_selfie_popup_uploaded_image_remove {
    padding: 4px 6px 0 6px;
    background: #fff;
    color: #000;
    border: 2px solid #313131;
    border-radius: 20px;
    margin: 5px 10px;
}
.create_selfie_popup_write_caption{ min-height: 80px; }
.create_selfie_popup_share{    
    min-height: 70px;
    background: #d6d6d6;
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.create_selfie_popup_write_caption textarea{    
    height: 60px;
    margin: 20px 0px 0px !important;
    border: 0px !important;
    width: 100%;
    resize: none;
}

.is-floating-label {
  position: relative;
      margin-bottom: 0px;
}
.is-floating-label input {
  position: absolute;
  left: 0;
  background-color: transparent;
}
.is-floating-label label {
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: left top;
  transition: 100ms;
        width: 100%;
    text-align: center;
  margin-top: 30px
}
.is-floating-label.is-focused label {
  transform: translateY(-30px) scale(1);
}

/*.create_selfie_wall_listings{ text-align: center;}*/
.create_selfie_wall_listings > div.create_selfie_wall_listing{ 
    width: 100%;  
    padding: 10px; 
    display: inline-block; 
    vertical-align: top;  
    max-width : 350px; 
    text-align: left;
}

.create_selfie_wall_listings[data-row='5'] > div.create_selfie_wall_listing{
width: 20%;
}
.create_selfie_wall_listings[data-row='4'] > div.create_selfie_wall_listing{
width: 25%;
}
.create_selfie_wall_listings[data-row='3'] > div.create_selfie_wall_listing{
width: 33.3%;
}
.create_selfie_wall_listings[data-row='2'] > div.create_selfie_wall_listing{
width: 50%;
}



.create_selfie_wall_listings > div.create_selfie_wall_listing .create_selfie_wall_listing_wrapper{ background: #fff; }

.create_selfie_wall_listing_header{
    padding: 15px 10px;
}
.create_selfie_wall_listing_header img{ 
    width: 30px !important;
    border-radius: 50px;
    margin-bottom: 0px !important;
    vertical-align: middle;
    margin-right: 10px;
}
.create_selfie_wall_listing_header .create_user_img_bg {
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 15px;
}
.create_selfie_wall_listing_header span{ vertical-align: middle;  }

.create_selfie_wall_listing_header span:not(.create_user_img_bg){    
    vertical-align: middle;
    max-width: calc(100% - 85px);
    display: inline-block;
    overflow: Hidden;
    white-space: NoWrap;
    text-overflow: Ellipsis;
}

.create_selfie_wall_listing_header a{ float: right; font-size: 20px; }
.create_selfie_wall_listing_image{
     min-height: 250px;
     background: #f9f9f9;
}
.create_selfie_wall_listing_image img{ width: 100% !important;     margin-bottom: 0px !important;  }
.create_selfie_wall_listing_caption{   padding: 10px; height: 60px; font-size: 12px;     line-height: 1.3; }
.create_selfie_wall_listing_caption span{ font-weight: bold;  }

.create_selfie_wall_listing_delete{
        position: absolute;
    display: block;
    padding: 0 8px;
    background: #000000;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

span.crete_selfie_wall_image{

    width: 100%;
    height: 250px;
    display: block;
    background-size: cover;
}

.create_selfie_wall_listing_like > small{ font-size: 13px;  margin-right: 5px; vertical-align: text-bottom; }
.create_selfie_wall_listing.fancybox-content{

    padding: 0px;
    min-width: 450px;
}

.create_selfie_wall_listing.fancybox-content .crete_selfie_wall_image{ height: 401px; } 



@media only screen and (max-width: 767px){
.create_selfie_wall_listings[data-row='5'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='4'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='3'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='2'] > div.create_selfie_wall_listing{ 
    width: 100%; 
}
.create_selfie_wall_listings { text-align: center; }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){

.create_selfie_wall_listings[data-row='5'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='4'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='3'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='2'] > div.create_selfie_wall_listing{ 
    width: 50%; 
}

    }

@media only screen and (min-width: 1201px) and (max-width: 1400px){

.create_selfie_wall_listings[data-row='5'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='4'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='3'] > div.create_selfie_wall_listing,
.create_selfie_wall_listings[data-row='2'] > div.create_selfie_wall_listing{ 
    width: 33.3%; 
}

    }


.off-canvas-menu-container ul.menu li.menu_home{ 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/home-2.svg) !important;
    background-size:15px;
}

.off-canvas-menu-container ul.menu li.menu_cinema_room{ 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/film.svg) !important;
    background-size:15px;
}
.off-canvas-menu-container ul.menu li.menu_live_broadcast{ 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/tv-2.svg) !important;
    background-size:15px;
}
.off-canvas-menu-container ul.menu li.menu_reading_room { 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/open-book-3.svg) !important;
    background-size:15px;
}
.off-canvas-menu-container ul.menu li.menu_music_room { 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/headphone.svg) !important;
    background-size:15px;
}
.off-canvas-menu-container ul.menu li.menu_quizzes { 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/question-1.svg) !important;
    background-size:12px;
}
.off-canvas-menu-container ul.menu li.menu_game { 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/puzzle-1.svg) !important;
    background-size:15px;
}
.off-canvas-menu-container ul.menu li.menu_selfie { 
    background-image:url(/loreal/wp-content/uploads/sites/6/2021/01/image-1.svg) !important;
    background-size:15px;
}

body .row .col img.cwl_icon{
    width:30px;
    margin-bottom: 0px;
}
.cwl_icon:not(.btn_active),
.cwishlist_btn span:not(.btn_active){
    display:none;
}


