/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .wssdc_message_span {
     font-size: 14px;
    margin-top: 0;
    width: 400px;
    padding: 10px;
    text-align: center;
    line-height: 42px;
    border: 1px dashed #ccc;
    background-color: #FF8300;
    box-shadow: 0 0px 8px #e2e2e2;
    color: #fff;
}
.fancybox_social_share {
	text-decoration: none;
    padding: 6px 03px;
    color: #fff !important;
    background-color: #2d2e32;
    transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
	
}
a#social_share_roduct {
    color: #fff !important;
}
#fancybox-content {width:auto !important;}
.shareiconts {text-align:center !important;}
/* FACEBOOK */
#btn_shareFB{
  font-family: helvetica,arial,sans-serif;
  background: rgba(0, 0, 0, 0) linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
}
#btn_shareFB span{
  padding: 0 5px 0 0;
  position: relative;
  vertical-align: top;
}
#btn_shareFB i{
  background-image: url("https://fbstatic-a.akamaihd.net/rsrc.php/v2/y5/r/KxVPs0eEy36.png");
  background-position: 0 -42px;
  background-repeat: no-repeat;
  background-size: 30px 72px;
  display: inline-block;
  height: 14px;
  width: 14px;
  left: 0;
  margin: 0 4px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
#btn_shareFB:hover{
  background: rgba(0,0,0,0) linear-gradient(#5b7bd5, #4864b1) repeat scroll 0 0;
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: 0 0 1px #607fd6 inset;
}
