

.slides .facebook-message > span {
    color: #777;
    font-size: 17px;
    line-height: 30px;
}

.product-facebook-messenger-holder > a {
    float: left;
}

.product-facebook-messenger-holder > a {
    cursor: pointer;
    display: inline-block;
    height: 66px;
    min-width: 66px;
    text-decoration: none;
}

#product .product-facebook-messenger-holder > a {
    width: 18%;
}

.product-facebook-messenger {
    background-image: url("http://static.elefant.ro/fe/css/../bundles/elefantfront/images/fbmes1x.png");
    background-size: 66px 66px;
    display: inline-block;
    height: 66px;
    width: 66px;
}

.product-facebook-messenger-loading {
    background-image: url("http://static.elefant.ro/fe/css/../bundles/elefantfront/images/fbmesload1x.png");
    background-size: 66px 66px;
    display: none;
    height: 66px;
    padding: 18px;
    width: 66px;
}

.product-facebook-messenger-loading span:nth-child(1) {
    animation: 0.9s ease 1s normal none infinite running bounce;
}

.product-facebook-messenger-loading span:nth-child(2) {
    animation: 0.9s ease 1.1s normal none infinite running bounce;
}

.product-facebook-messenger-loading span:nth-child(3) {
    animation: 0.9s ease 1.2s normal none infinite running bounce;
}

.product-facebook-messenger-loading span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 2px;
    position: relative;
    top: 0;
    width: 6px;
}

.product-facebook-messenger-chat::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 8px 12px 10px 0;
    content: "";
    display: block;
    left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}

.product-facebook-messenger-chat {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    float: left;
    font-size: 15px;
    height: 32px;
    margin-left: 8px;
    margin-top: 13px;
    padding: 7px 10px 3px;
    position: relative;
    text-align: left;
}

.product-facebook-messenger-chat {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    float: left;
    font-size: 15px;
    height: auto;
    margin-right: 5px;
    margin-top: 7px;
    min-height: 45px;
    padding: 7px 10px 3px;
    position: relative;
    text-align: left;
}

#product .slides {
    display: inline-block;
    height: auto;
    padding: 0;
    position: relative;
    width: 80%;
}

.slides {
    max-width: 200px;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/*
.product-facebook-messenger-holder {
    max-height: 75px;
    overflow: hidden;
}
*/


/***************************/


body{
    background-color:#fff;
}
div.baloon {
    border-radius: 10px;
    display: inline-block;
    left: 15px;
    padding: 0;
    position: relative;
    top: 10px;
    width: 75px;
}
div.baloon:before{
content:"";
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:-20px;
    width:0;
    height:0;
}
.point{
    position:relative;
    float:left;
    border-radius:50%;
    width:10px;
    height:10px;
    background:#ccc;
    margin:0px 2px;
}

.point1 {
	animation-name: upd;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
    animation-delay:0s;
}
.point2{
	animation-name: upd1;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
    animation-delay:0.10s;
}
.point3 {
	animation-name: upd2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
    animation-delay:0.20s;
}

@keyframes upd {
	0% { transform: scale( 1 ) ; top:0px;   }
    25%   { transform: scale( 1 ) ; top:-10px; }
    35%   { transform: scale( 1 ) ; top:-10px; }
    43%   { transform: scale( 1 ) ; top:0px;  }
    100% { transform: scale( 1 ) ; top:0px;   }
}
@keyframes upd1 {
	0% { transform: scale( 1 ) ; top:0px;   } 
    25%   { transform: scale( 1 ) ; top:-10px; }
    35%   { transform: scale( 1 ) ; top:-10px; }
    43%   { transform: scale( 1 ) ; top:0px;  }
    100% { transform: scale( 1 ) ; top:0px;   }
}
@keyframes upd2 {
	0% { transform: scale( 1 ) ; top:0px;   }
    25%   { transform: scale( 1 ) ; top:-10px; }
    35%   { transform: scale( 1 ) ; top:-10px; }
    43%   { transform: scale( 1 ) ; top:0px;  }
    100% { transform: scale( 1 ) ; top:0px;   }
}

#product .product-facebook-messenger-holder {
  bottom: 0;
  left: auto;
  position: relative;
  width: auto;
}

.product-facebook-messenger-holder {
  bottom: 0;
  left: 0;
  min-width: 250px;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

.product-facebook-messenger-holder > a {
    width: auto;
}

.slides {
  display: inline-block;
  max-width: 200px;
  min-width: 85%;
}

#product .slides {
  min-width: auto;
}