/*
---------------------
>>>>>>>>>><<<<<<<<<<<
<<<<<< RATING >>>>>>>
>>>>>>>>>><<<<<<<<<<<
---------------------
*/

#raiting-box{
  min-height: 100%;
  height: 100%;
  /*
  background-image: url('https://cdn3.bigcommerce.com/s-xu22f/product_images/uploaded_images/rating-background-v3.png?t=1428584992');
  background-repeat:repeat;
  */
}
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    /*background: transparent url('../img/loading.gif') top left no-repeat;*/
    border: none;
}
img#rating-seal{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: 105px;
    bottom: 6px;
    left: 8px;
}
.rating-container{
    margin-left: 87px !important;
    margin-top: 7px;
}

#rating-container{
    position: relative;
    clear: both;
    text-align: center;
    border: 1px solid #C2C2C2;
    min-width: 182px;
    max-width: 182px;
    min-height: 250px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0e0e0e;
  cursor: pointer;
  overflow: hidden;
}

#rating-container #loading-block{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 10000;
    background-color: rgba(255,255,255, 0.9);
    background-image: url('https://cdn4.bigcommerce.com/s-xu22f/product_images/uploaded_images/load.gif?t=1409831224');
    background-repeat:no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/*jRate Style*/
#website-rating-stars-container{
    margin: 0 auto;
    height: 65px;
    text-align: left;
    clear: both;
    padding: 8px 0 10px 7px;
    background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#website-rating-stars{
    display: inline-block;
    height: 30px;
    line-height: 30;
    width: 125px !important;
    margin-top: 6px;
    margin-left: 9px;
}

#website-rating-caption{
    display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-top: 4px;
  padding: 0 4px 0 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 15px;
  color: #777777;
  font-weight: bold;
  background: rgb(248,255,232);
  background: -moz-radial-gradient(center, ellipse cover, rgba(248,255,232,1) 0%, rgba(227,245,171,1) 45%, rgba(192,221,86,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(248,255,232,1)), color-stop(45%,rgba(227,245,171,1)), color-stop(100%,rgba(192,221,86,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 45%,rgba(192,221,86,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 45%,rgba(192,221,86,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 45%,rgba(192,221,86,1) 100%);
  background: radial-gradient(ellipse at center, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 45%,rgba(192,221,86,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#c0dd56',GradientType=1 );

}

#website-rating-descr{
  display: inline-block;
  font-size: 13px;
  font-weight: bolder;
  font-style: italic;
  color: #FAFAFA;
  height: 20px;
  line-height: 24px;
  margin-top: 6px;
  padding: 0 4px 0 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
}

#website-rating-caption strong{
    color: #000;
    display: inline-block;
}

#website-rating-caption .rating-all-rating{
    display: inline-block;
    font-size: 14px;
}

#website-rating-caption .rating-delimiter{
   display: inline-block;
   font-size: 14px;
}

#website-rating-review{
   clear: both;
   width: 100%;
   padding: 7px 0 7px 0;
   background-color: #5E5C5C;
   background-image: url('https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/icon-user-rating.png?t=1432921873');
   background-repeat:no-repeat;
   background-position-x: -2px;
  background-position-y: 24px;
}

#website-rating-review-text{
    position: relative;
    width: 140px;
    padding: 5px;
    margin-right: 5px;
    float: right;
    background: #fff;
    font-size: 12px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#website-rating-review-text:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  bottom: auto;
  border-width: 10px 16px 0 0;
  border-color: transparent #FFFFFF;
  border-style: solid;
  display: block;
  width: 0;
}

#website-rating-review-text span{
  display: inline-block;
  clear: both;
  width: 100%;

}

#website-rating-review-review{
  color:#303030;
}

#website-rating-review-date{
  font-size: 11px;
  font-style: italic;
  text-align: right;
  margin-top: 6px;
}

#website-rating-review-author{
  font-size: 11px;
  font-style: italic;
  text-align: right;
  margin-top: 3px;
  color:#303030;
}

#website-rating-guaranteed{
  padding: 6px 0 6px 0;
  margin-bottom: 4px;
  font-size: 9.4px;
  color: #EAEAEA;
  font-weight: bold;
  clear: both;
}

#website-rating-guaranteed span{
  font-weight: bold;
  color: #44BA2E;
}

#header-rating-seal{
   float: left;
   width: 140px;
   height: 35px;
   margin-top: -17px;
}

#header-rating-seal a{
  display: block;
  width: 140px;
  height: 35px;
}

#header-rating-seal a img{
  display: block;
  width: 140px;
  height: 35px;
}


/*
----------------------------
>>>>>>>>>>>>>><<<<<<<<<<<<<<
<<<<<< FEEDBACK ICON >>>>>>>
>>>>>>>>>>>>>><<<<<<<<<<<<<<
----------------------------
*/


#feedback-button-block { 
  height: 50px !important; 
  width: 100% !important; 
  position: relative;  
  z-index: 999 !important;
  margin-bottom: 10px;
}

#icon-feedback{
    display: block !important;
    position: absolute;
    width: 35px !important;
    height: 35px !important;
    background: url('https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/feedback.png?t=1432921898') no-repeat;
    background-size: 35px 35px;
    left: 104px;
    top: 7px;
    /*
    transform: rotate(270deg) ;
   -webkit-transform: rotate(270deg) ;
   -moz-transform: rotate(270deg) ;
   -o-transform: rotate(270deg) ;
   -ms-transform: rotate(270deg) ;
   */
}

#feedback-button-block a { 
  display: block !important ; 
  /*background: #96CAC3 !important;*/

  text-shadow:-1px -1px 0 #2C7982;
	background: #3EACBA;
	border:1px solid #379AA4;
	background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:linear-gradient(top, #48C6D4, #3EACBA);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);


  position: relative;
  height: 45px !important; 
  width: 88% !important;
  padding-left:  8px !important;
  padding-top: 4px !important; 
  margin: 0 auto;
  color: #fff !important; 
  font-family: 'Open Sans' !important; 
  font-size: 17px !important; 
  font-weight: bold !important;
  text-decoration: none !important; 
}

#feedback-button-block a:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -4px; right: -4px;
	top: -4px; bottom: -7px;
	z-index: -1;
}

span.text1-feedback,
span.text2-feedback{
  display: block;
  position: absolute;
}

span.text1-feedback{
   left: 40px;
   top: 1px;
}

span.text2-feedback{
   left: 24px;
   top: 20px;
}

#feedback-button-block a:hover { 
  /*background: #7ca59f !important;*/
  background: #48C6D4;
  background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
  background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
  background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
  background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
  background-image:linear-gradient(top, #3EACBA, #48C6D4);
}

/*
----------------------------
>>>>>>>>>>>>>><<<<<<<<<<<<<<
<<<<<< OWL SLIDER >>>>>>>
>>>>>>>>>>>>>><<<<<<<<<<<<<<
----------------------------
*/


.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}


#HomeBrandSlider{
  margin-top: 40px;
}

#HomeBrandSlider h2{
  font-size: 26px;
}

#HomeBrandSlider #owl-slider .item{
  padding: 0px 0px;
  margin: 9px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#HomeBrandSlider .customNavigation{
  width: 100%;
  text-align: center;
}

#HomeBrandSlider .customNavigation a{
  disaply: inline-block;
  margin-right: 4px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#HomeBrandSlider #owl-slider .item a{
  display: block;
  width: 100%;
  height: 100%;
}

#HomeBrandSlider #owl-slider .item img{
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}

#HomeBrandSlider #owl-slider .item a:hover img{
  border: 1px solid #db0000;
}



/*
----------------------------
>>>>>>>>>>>>>><<<<<<<<<<<<<<
<<<<<< CUSTOM STYLES >>>>>>>
>>>>>>>>>>>>>><<<<<<<<<<<<<<
----------------------------
*/

.margin-column {
  margin-right: 210px !important;
}

.BigColumn{
   padding-top: 55px;
   width: 350px !important;
   margin-right: 30px !important;
}


.login-create-links div {
  padding: 3px 10px 3px 10px !important;
  background: #0d4220 !important;
  color: #f2f2f2;
  font-weight: 700;
}

#SidebarBrands {
    display: block;
    width: 174px;
    background-color: rgba(13, 66, 32, 0.89);
    padding-left: 7px;
    margin-top: 4px;
    border-radius: 5px;
}

#SidebarBrands h3 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}


#brands-sidebar-container .item {
    clear: both;
    margin: 0 auto;
    margin-bottom: 7px;
    width: 87%;
}

#brands-sidebar-container a {
    display: block;
    width: 100%;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#brands-sidebar-container a img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.brands-sidebar-linkall {
    clear: both;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
}

.brands-sidebar-linkall a {
    font-size: 14px;
    color: #fff;
}

.CategoryDescription p, .CategoryDescription li{
    font-family: "Droid Serif";
    font-style: italic;
    font-size: 16px;
}

.CategoryDescription h2{
   font-family: "Oswald";
}

.home-h1{
   font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 1em 0;
    text-align: center;
}

.social-icons.bread-social {
   width: 20%;
   float: right;
}

.social-icons.footer-social{
   width: 100%;
   text-align: center;
   margin-top: 30px;
}

.social-icons .single-social{
   float: right;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   width: 32px;
   height: 32px;
   margin-right: 5px;
}

.social-icons.footer-social .single-social{
   float: none;
   display: inline-block;
   text-align: center;
}

.single-social.instagram-icon{
   background-image: url("https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/instagram.png?t=1443011329");
}

.single-social.facebook-icon{
   background-image: url("https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/facebook.png?t=1443011326");
}

.single-social.tumblr-icon{
   background-image: url("https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/tumblr.png?t=1443011327");
}

.single-social.flickr-icon{
   background-image: url("https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/flickr.png?t=1443011329");
}

.single-social.pinterest-icon{
   background-image: url("https://cdn3.bigcommerce.com/s-a3injt/product_images/uploaded_images/pinterest.png?t=1443011328");
}

.logo-offer{
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    bottom: -10px;
    left: 70px
}

.more-text-content{
    display: none;
}

.more-button-load{
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto !important;
    color: #fff;
    border: 1px solid #c10404;
    background-color: #db0000 !important;
    border-color: #c20000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Titillium Web', Arial, Sans-Serif;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    padding: 8px 12px;
}

.more-button-load:hover{
    color: #fff;
    background-color: #c20000 !important;
}
