#home-headoo .head-headoo-elems {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  justify-content: flex-start;
  margin: 40px auto 0;
}
#home-headoo .head-headoo-elems .head-headoo-item {
  margin: 0 10px 20px;
  width: calc(25% - 22px);
  max-width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  height: 230px;
}
#home-headoo .head-headoo-elems .head-headoo-item:hover {
  cursor: pointer;
}
#home-headoo .head-headoo-elems .head-headoo-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-headoo .head-headoo-elems .head-headoo-item:hover .head-headoo-item-product {
  top: 0;
  opacity: 1;
}
#home-headoo .head-headoo-elems .head-headoo-item .head-headoo-item-product img {
  position: relative;
}
#home-headoo .baseline {
  text-align: center;
  margin-top: -15px;
}
#home-headoo .link_headoo {
  text-align: right;
}
#home-headoo .link_headoo a {
  color: #909090;
  display: block;
  font-family: 'BentonSans_Book';
  font-size: 14px;
  letter-spacing: 0.04em;
}
#home-headoo .link_headoo a:hover {
  color: #000;
}
#home-headoo .link_headoo a:after {
  content: ">";
  transform: scaleX(0.5);
  display: inline-block;
  padding-left: 0px;
}
.head-headoo-item-product {
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.head-headoo-item-product img {
  max-width: 100px;
  max-height: 100px;
}
.head-headoo-item-product .btn-primary,
.head-headoo-item-product .btn-secondary {
  background: #FFF;
  color: #000;
  border: solid 1px #F3F3F3;
}
.head-headoo-item-product .btn-primary:hover,
.head-headoo-item-product .btn-secondary:hover {
  background: #F3F3F3;
}
.head-headoo-item-productName {
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.ugc h1 {
  margin: auto;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 47px;
  font-family: 'BentonSans_Thin';
  font-weight: 100;
  color: #000;
}
.ugc .baseline {
  margin: 14px auto 30px;
  text-align: center;
}
.ugc .headoo-ugc-list {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
}
.ugc .headoo-ugc-list:after {
  content: '';
  display: block;
  clear: both;
}
.ugc .headoo-ugc-list .grid-sizer {
  width: 33.33%;
}
.ugc .headoo-ugc-list .headoo-ugc-item {
  float: left;
  width: 300px;
  margin: 0 10px;
  padding: 20px;
  margin: 15px;
  border: 1px solid #ccc;
}
.ugc .headoo-ugc-list.are-images-unloaded .headoo-ugc-item {
  opacity: 0;
}
.ugc .headoo-ugc-list.are-images-unloaded {
  opacity: 0;
}
.ugc .headoo-item-popin-element {
  display: none;
}
.ugc .slider-modal .headoo-item-popin-element {
  display: block;
}
.ugc .headoo-ugc-instagram-blocmedia {
  position: relative;
}
.ugc .headoo-ugc-instagram-blocmedia .headoo-instagram-media {
  border: 1px solid #fff;
}
.ugc .headoo-ugc-instagram-blocmedia .head-headoo-item-product {
  border: 1px solid #fff;
  height: calc(100% - 70px);
}
.ugc .headoo-ugc-instagram-blocmedia .head-headoo-item-product.item-product-alone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ugc .headoo-ugc-instagram-blocmedia:hover .head-headoo-item-product {
  border: 1px solid #ccc;
  opacity: 1;
}
.popin-dialog {
  display: none;
  overflow: inherit !important;
  max-width: 1075px !important;
}
.popin-dialog.ui-dialog {
  display: block;
}
.popin-dialog .head-headoo-item-popin {
  display: table !important;
  table-layout: fixed;
  max-width: 1100px;
  margin: 0 auto;
  width: auto !important;
}
.popin-dialog .slider-popin-dialog {
  max-width: 1100px;
  height: 550px !important;
  width: 1100px !important;
}
.popin-dialog .slider-control .next-btn,
.popin-dialog .slider-control .prev-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .5s;
}
.popin-dialog .slider-control .prev-btn {
  left: -75px !important;
  z-index: 30;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.popin-dialog .slider-control .prev-btn:after {
  display: inline-block;
  font-family: 'BentonSans_Thin';
  font-size: 60px;
  -moz-transform: scaleX(0.39);
  -webkit-transform: scaleX(0.39);
  -ms-transform: scaleX(0.39);
  transform: scaleX(0.39);
  content: "<";
  color: #FFF;
}
.popin-dialog .slider-control .prev-btn:hover:after {
  color: #ccc;
}
.popin-dialog .slider-control .next-btn {
  right: -75px !important;
  z-index: 30;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.popin-dialog .slider-control .next-btn:before {
  display: inline-block;
  font-family: 'BentonSans_Thin';
  font-size: 60px;
  -moz-transform: scaleX(0.39);
  -webkit-transform: scaleX(0.39);
  -ms-transform: scaleX(0.39);
  transform: scaleX(0.39);
  content: ">";
  color: #FFF;
}
.popin-dialog .slider-control .next-btn:hover:before {
  color: #ccc;
}
.popin-dialog .headoo-popin-products-slider .prev-btn {
  left: 500px !important;
}
.popin-dialog .headoo-popin-products-slider .prev-btn:after {
  color: #9D9D9D;
}
.popin-dialog .headoo-popin-products-slider .next-btn {
  right: 10px !important;
}
.popin-dialog .headoo-popin-products-slider .next-btn:before {
  color: #9D9D9D;
}
.popin-dialog .close_button {
  display: block;
  font-family: "BentonSans_Thin";
  font-size: 18px;
  font-style: italic;
  height: 38px;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 10px;
}
.popin-dialog .close_button:after {
  color: #8c8c8c;
  content: "+";
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  margin-right: 0px;
  margin-top: -13px;
  transform: rotate(45deg);
  vertical-align: middle;
}
.headoo-popin-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.headoo-popin-cell--picture {
  position: relative;
}
.headoo-popin-cell--picture .headoo-number {
  position: absolute;
  background-color: rgba(0,0,0,0.25);
}
.headoo-popin-cell--picture .headoo-number span {
  color: #fff;
}
.headoo-popin-cell .l-block-slider {
  max-width: 400px;
  margin: 0 auto;
}
.headoo-popin-cell .l-block-slider .prev-btn,
.headoo-popin-cell .l-block-slider .next-btn {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headoo-popin-cell .l-block-slider .prev-btn {
  left: -25px;
}
.headoo-popin-cell .l-block-slider .next-btn {
  right: -25px;
}
.headoo-popin-cell--picture img {
  display: block;
  max-width: 100%;
  width: 100%;
}
[class^="l-block-product"] .product-item .button-grp,
[class*=" l-block-product"] .product-item .button-grp {
  margin-top: 70px;
}
.headoo-popin-cell--insta {
  padding: 25px 35px 10px;
}
.headoo-instagram-head {
  position: relative;
}
.headoo-instagram-head .headoo-instagram-profilPicture {
  max-width: 34px;
  max-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headoo-instagram-head .headoo-instagram-userInfo {
  padding-left: 50px;
}
.headoo-instagram-head .headoo-instagram-name {
  font-size: 16px;
  color: #000;
}
.headoo-instagram-head .headoo-instagram-userName {
  font-size: 12px;
  color: #909090;
}
.headoo-instagram-comment {
  margin: 30px 0 0;
  font-size: 13px;
}
.headoo-instagram-infos {
  width: 100%;
  list-style: none;
  margin: 25px 0px 0px;
  padding: 0;
  font-size: 13px;
  color: #909090;
  white-space: nowrap;
}
.headoo-instagram-infosItem {
  vertical-align: middle;
  display: inline-block;
  margin-right: 35px;
  padding-left: 25px;
  position: relative;
}
.headoo-instagram-infosItem svg {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  fill: #909090;
}
.headoo-instagram-infos .headoo-instagram-infosItem--link {
  padding-left: 0;
}
.headoo-instagram-infos .headoo-instagram-infosItem--link a {
  color: #000;
  text-decoration: underline;
}
.headoo-instagram-infos .headoo-instagram-infosItem--link a:hover {
  text-decoration: none;
}
.headoo-instagram-products {
  margin-top: 40px;
}
.headoo-instagram-products .headoo-number {
  margin: 0 auto;
}
.headoo-instagram-products {
  padding-bottom: 0 !important;
  text-align: center;
}
.headoo-instagram-products .product-item {
  max-width: 150px;
  text-align: center;
  padding: 0 30px;
}
.headoo-instagram-products .product-item .product-content {
  width: auto;
  height: 40px;
}
.headoo-instagram-products .product-item .product-title {
  min-height: inherit !important;
}
.headoo-instagram-products .product-item img {
  max-width: 100%;
}
.head-headoo-item .button-grp-alone a {
  margin-top: 85px;
}
.head-headoo-item-popin--first .swipe-popin .prev-btn {
  opacity: 0;
}
.head-headoo-item-popin--last .swipe-popin .next-btn {
  opacity: 0;
}
.bt-show-more {
  text-align: center;
  margin: 40px auto;
  clear: both;
}
.bt-show-more a {
  font-size: 15px;
  transition: all .2s;
  background-color: #4e4848;
  border: 1px solid #d9d9d9;
  color: white;
  display: inline-block;
  padding: 10px 20px;
}
.bt-show-more a:hover {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #000;
}
.headoo-ugc-item {
  box-sizing: border-box;
  cursor: pointer;
}
.headoo-ugc-item .headoo-instagram-head {
  margin-bottom: 20px;
}
.headoo-ugc-item .headoo-instagram-comment {
  margin-top: 0;
  word-wrap: break-word;
}
.headoo-ugc-item .headoo-instagram-media {
  max-width: 100%;
  margin-bottom: 25px;
}
.headoo-ugc-item .headoo-instagram-infos .headoo-instagram-infosItem--like {
  float: right;
  margin-right: 0px;
}
.headoo-number {
  width: 30px;
  height: 30px;
  border: 1px solid #e2e2e2;
  position: relative;
  border-radius: 50%;
  display: none;
}
.headoo-number span {
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.cb--loader {
  position: fixed;
  top: 50%;
  left: calc(48%);
  background: url(../../../images_new/ajax-loader.gif) center center no-repeat;
  height: 77px;
  width: 77px;
  z-index: 1000;
  display: none;
}
#l-js-loading-spinner {
  display: none !important;
}
#page_nav {
  display: none;
}
.ui-widget-overlay {
  background: rgba(0,0,0,0) url(../../../css/modules/lightbox/img/background.png) repeat scroll 0 0;
}
.popin-dialog .close_button:hover:after {
  color: #000;
}
.sisley-headoo-socialmedia-index .ui-widget.ui-widget-content {
  top: 30% !important;
  position: fixed;
}
@media screen and (max-width: 1300px) {
  .sisley-headoo-socialmedia-index .ui-widget.ui-widget-content {
    top: 15% !important;
    position: fixed;
  }
}
