#customer_comments_widget{    
	display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-align: center;
    z-index:99;  
}

#customer_comments_widget #content-to-hide{    
    display:block;
    padding:10px;
    border: silver 1px solid;
    border-radius: 25px;
    background: #777777;
    box-shadow: 0px 0px 10px grey;
    color: white;
	z-index:99;
}
#customer_comments_widget h4{margin:0 0 5px 0;    border-bottom: 1px silver solid;}
#customer_comments_widget a.seeallreviews{color:white;}
#customer_comments_widget span#close{cursor:pointer;}
#customer_comments_widget span#average{font-size: 2em;}
#customer_comments_widget i{color:white;}
#customer_comments_widget .small{font-size: 0.8em;}
#customer_comments_home{padding:25px 10px;}
#customer_comments_home .items{
 border: 1px solid silver;
    border-radius: 25px;
    padding: 10px;
}  

.customer_comments span.note
{
  float:right;
  unicode-bidi: bidi-override;direction: rtl;
}
#customer_comments_widget span.note
{
  float:none;
}
.customer_comments span.note span:before
{
  content:'\2606';font-size: 25px;color:silver;
}
.customer_comments span.note span.thisoneok:before,.customer_comments span.note span.thisoneok ~ span:before
{
  content:'\2605';color:#ffd700;
}
.customer_comments p#add_link
{
  text-align:center;
}
#customer_comments_form
{
  text-align:center;
}
#customer_comments_form .star-cb-group
{
 margin-left:-30px;
}
.star-cb-group{  font-size: 0;unicode-bidi: bidi-override;direction: rtl;}
.star-cb-group input[type="radio"]{display:none;}
.star-cb-group label:before{content:'\2606';font-size: 25px;}
.star-cb-group label:hover:before,
.star-cb-group label:hover ~ label:before,
.star-cb-group input[type="radio"]:checked + label:before,
.star-cb-group input[type="radio"]:checked + label ~ label:before{content:'\2605';color:#ffd700;}
.star-cb-group .zero_rate{opacity:0;}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 22px;
    margin: 5px;
    padding: 0px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-size: 22px;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.owl-carousel .owl-nav .owl-next{float:right;}
.owl-carousel .owl-nav .owl-prev{float:left;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
   font-size: 22px;
   line-height: 20px;
}