@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

img.img-center { margin: 0px auto;	text-align: center; }
.img-xs { height: 24px; width: 24px; }
.img-sm { height: 32px; width: 32px; }
.img-38 { height: 38px; width: 38px; }
.img-md { height: 48px; width: 48px; }
.img-60 { height: 60px; width: 60px; }
.img-lg { height: 88px; width: 88px; }
.img-profile { height: 130px; width: 130px; }

.img-h-30 { height: 30px;}

.img-fit{
	object-fit: cover;
	object-position: 50% 50%;
	transition: all 0.4s ease 0s;
}
.img-contain{
  object-fit: contain;
  object-position: 50% 50%;
  transition: all 0.4s ease 0s; 
}


/* Text Color  */

.text-custom, .text-orange { color: #ff7935; }
.text-blue { color: #35bcff; }

.text-white { color: #ffffff; }
.text-danger { color: #f05050; }
.text-muted { color: #98a6ad; }
.text-primary { color: #5d9cec; }
.text-warning { color: #ffbd4a; }
.text-success { color: #81c868; }
.text-info { color: #34d3eb; }
.text-inverse { color: #4c5667; }
.text-pink { color: #fb6d9d; }
.text-purple { color: #7266ba; }
.text-dark, .text-black { color: #000; }

.f-w-200 { font-weight: 200; }
.f-w-300 { font-weight: 300; }
.f-w-400 { font-weight: 400; }
.f-w-500 { font-weight: 500; }
.f-w-600 { font-weight: 600; }
.f-w-700 { font-weight: 700; }
.f-s-12 { font-size: 12px; }
.f-s-14 { font-size: 14px; line-height: 18px; }
.f-s-16 { font-size: 16px; line-height: 24px; }
.f-s-18 { font-size: 18px; }
.f-s-20 { font-size: 20px; }
.f-s-22 { font-size: 22px; }
.f-s-24 { font-size: 24px; }
.f-s-30 { font-size: 30px; }
.f-s-36 { font-size: 36px; }


.text-overflow{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;	
}

.link-white-org{
	color: #fff;
}
.link-white-org:hover, .link-white-org:active, .link-white-org:focus{
	color: #ff7935;
}

.link-white-blue{
	color: #fff;
}
.link-white-blue:hover, .link-white-blue:active, .link-white-blue:focus{
	color: #35bcff;
}


/*  Border Color  */
.border-bottom-line { border-bottom-color: #e0e0e0; }

/* Background colors */
.bg-custom{ background-color: #ff7935 !important; }
.bg-yellow { background-color: #ffcf49 !important; }

.bg-blue { background-color: #35bcff !important; }


.bg-primary { background-color: #5d9cec !important; }
.bg-success { background-color: #81c868 !important; }
.bg-info { background-color: #34d3eb !important; }
.bg-warning { background-color: #ffbd4a !important; }
.bg-danger { background-color: #f05050 !important; }
.bg-muted { background-color: #f4f8fb !important; }
.bg-inverse { background-color: #4c5667 !important; }
.bg-purple { background-color: #7266ba !important; }
.bg-pink { background-color: #fb6d9d !important; }
.bg-white { background-color: #ffffff !important; }
.bg-lightdark { background-color: #f4f8fb !important; }
.bg-dark { background-color: #282828; }
.bg-light { background-color: #fafafa; }
.bg-white { background-color: #fff; }


.opacity1{	opacity:0.1; }
.opacity2{	opacity:0.2; }
.opacity3{	opacity:0.3; }
.opacity4{	opacity:0.4; }
.opacity5{	opacity:0.5; }
.opacity6{	opacity:0.6; }
.opacity7{	opacity:0.7; }
.opacity8{	opacity:0.8; }
.opacity9{	opacity:0.9; }


/* ----  Website Spacing   ----- */

.h-200 { height: 200px; }
.h-150 { height: 150px; }
.h-100 { height: 100px; }
.h-50 { height: 50px; }
.h-25 { height: 25px; }
.h-100p { height: 100%; }

.w-200 { width: 200px; }
.w-150 { width: 150px; }
.w-100 { width: 100px; }
.w-50 { width: 50px; }
.w-25 { width: 25px; }
.w-100p { width: 100%; }

.m-0 { margin: 0px; }
.m-5 { margin: 5px; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-30 { margin: 30px; }
.m-t-0 { margin-top: 0; }
.m-t-5 { margin-top: 5px; }
.m-t-10 { margin-top: 10px; }
.m-t-15 { margin-top: 15px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }
.m-t-50 { margin-top: 50px; }
.m-t-60 { margin-top: 60px; }
.m-t-70 { margin-top: 70px; }
.m-t-80 { margin-top: 80px; }
.m-t-90 { margin-top: 90px; }
.m-t-100 { margin-top: 100px; }
.m-t-110 { margin-top: 110px; }
.m-t-120 { margin-top: 120px; }
.m-t-130 { margin-top: 130px; }
.m-t-140 { margin-top: 140px; }
.m-t-150 { margin-top: 150px; }
.m-b-0 { margin-bottom: 0; }
.m-b-5 { margin-bottom: 5px; }
.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-25 { margin-bottom: 25px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-70 { margin-bottom: 70px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-90 { margin-bottom: 90px; }
.m-b-100 { margin-bottom: 100px; }
.m-b-110 { margin-bottom: 110px; }
.m-b-120 { margin-bottom: 120px; }
.m-b-130 { margin-bottom: 130px; }
.m-b-140 { margin-bottom: 140px; }
.m-b-150 { margin-bottom: 150px; }
.m-l-0 { margin-left: 0px; }
.m-l-5 { margin-left: 5px; }
.m-l-10 { margin-left: 10px; }
.m-l-15 { margin-left: 15px; }
.m-l-20 { margin-left: 20px; }
.m-l-30 { margin-left: 30px; }
.m-r-0 { margin-right: 0px; }
.m-r-5 { margin-right: 5px; }
.m-r-10 { margin-right: 10px; }
.m-r-15 { margin-right: 15px; }
.m-r-20 { margin-right: 20px; }
.m-r-30 { margin-right: 30px; }
.p-0 { padding: 0; }
.p-5 { padding: 5px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.p-50 { padding: 50px; }
.p-60 { padding: 60px; }
.p-b-0 { padding-bottom: 0; }
.p-b-10 { padding-bottom: 10px; }
.p-b-15 { padding-bottom: 15px; }
.p-b-20 { padding-bottom: 20px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-40 { padding-bottom: 40px; }
.p-b-50 { padding-bottom: 50px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-70 { padding-bottom: 70px; }
.p-b-80 { padding-bottom: 80px; }
.p-b-90 { padding-bottom: 90px; }
.p-b-100 { padding-bottom: 100px; }
.p-b-110 { padding-bottom: 110px; }
.p-b-120 { padding-bottom: 120px; }
.p-b-130 { padding-bottom: 130px; }
.p-b-140 { padding-bottom: 140px; }
.p-b-150 { padding-bottom: 150px; }
.p-t-0 { padding-top: 0; }
.p-t-10 { padding-top: 10px; }
.p-t-15 { padding-top: 15px; }
.p-t-20 { padding-top: 20px; }
.p-t-30 { padding-top: 30px; }
.p-t-40 { padding-top: 40px; }
.p-t-50 { padding-top: 50px; }
.p-t-60 { padding-top: 60px; }
.p-t-70 { padding-top: 70px; }
.p-t-80 { padding-top: 80px; }
.p-t-90 { padding-top: 90px; }
.p-t-100 { padding-top: 100px; }
.p-t-110 { padding-top: 110px; }
.p-t-120 { padding-top: 120px; }
.p-t-130 { padding-top: 130px; }
.p-t-140 { padding-top: 140px; }
.p-t-150 { padding-top: 150px; }
.p-l-0 { padding-left: 0px; }
.p-l-5 { padding-left: 5px; }
.p-l-10 { padding-left: 10px; }
.p-l-15 { padding-left: 15px; }
.p-l-20 { padding-left: 20px; }
.p-l-30 { padding-left: 30px; }
.p-r-0 { padding-right: 0px; }
.p-r-5 { padding-right: 5px; }
.p-r-10 { padding-right: 10px; }
.p-r-15 { padding-right: 15px; }
.p-r-20 { padding-right: 20px; }
.p-r-30 { padding-right: 30px; }

/*  ---   Display  ------ */

.p-relative{
	position: relative;
}

.back-shadow-md{
	box-shadow:0px 0px 10px -5px #ccc;
}
.back-shadow-lg{
	box-shadow:0px 0px 10px -6px #a8a8a8;
}
.back-shadow-sm{
	box-shadow:0px 0px 10px -6px #a8a8a8;
}

.social-icons.icons-inline li{
	float: none;
	display: inline-block;	
}

.d-block{ display: block; }
.d-i-block{ display: inline-block; }
.d-inline{ display: inline; }
.d-table{ display: table; }
.d-t-cell{ display: table-cell; }
.d-flex { display: flex; }


.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	line-height: 20px;
	padding: 15px 15px 15px;
}
.table > tbody > tr > td:first-child{
	border-left: 1px solid #ddd;
}
.table > tbody > tr > td:last-child{
	border-right: 1px solid #ddd;
}
.table > tbody > tr:last-child > td{
	border-bottom:1px solid #ddd;
}

.table > thead > tr > th{
	line-height: 22px;
	padding: 18px 15px 16px;
}
.table > tbody > tr > td{
	vertical-align: middle;
}
.table > tbody > tr:hover > td{
	background-color: #f5f5f5;
}

.btn.special-order-btn{
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.special-order-btn img{
  margin-right: 5px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}



.btn {
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.4s ease 0s;
  padding: 6px 30px;
  line-height: 40px;
}
.btn-lg, .btn-group-lg > .btn {
  border-radius: 40px;
  padding: 12px 35px;
  font-size: 18px;
}
.btn-sm, .btn-group-sm > .btn {
  border-radius: 30px;
  padding: 7px 17px;
  font-size: 14px;
  line-height: 22px;
}
.btn-xs, .btn-group-xs > .btn {
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 12px;
  line-height: 16px;
}
.btn-table.btn-xs{
    width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}


.btn-default {
  color: #fff;
  background-color: #ff7935;
  border-color: #ff7935;
  transition: all 0.4s ease 0s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active{
  color: #fff;
  background-color:#525252;
  border-color: #525252;
}


.btn-success {
  color: #fff;
  background-color: #ade555;
  border-color: transparent;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active{
  color: #fff;
  background-color: #8ec545;
  border-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #35bcff;
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  color: #fff;
  background-color:#525252;
  border-color: #525252;
}

.btn-info {
  color: #fff;
  background-color: #7b51ef;
  border-color: transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active{
  color: #fff;
  background-color: #5b33cc;
  border-color: transparent;
}

.btn-danger {
  color: #fff;
  background-color: #fc3b4b;
  border-color: transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active{
  color: #fff;
  background-color: #e42333;
  border-color: transparent;
}


.btn-warning {
  color: #fff;
  background-color: #ffae00;
  border-color: transparent;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active{
  color: #fff;
  background-color: #e49f0b;
  border-color: transparent;
}

.btn-black {
  color: #fff;
  background-color: #252525;
  border-color: transparent;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active{
  color: #fff;
  background-color: #000;
  border-color: transparent;
}


.btn-white {
  color: #222;
  background-color: #fff;
  border-color: transparent;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active{
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}

.btn-light {
  color: #555;
  background-color: #eee;
  border-color: #eee;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active{
  color: #333;
  background-color: #fff;
  border-color: #333;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  line-height: 16px;
}
.checkbox label::before {
	line-height: 16px;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
	line-height: 16px;
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #35bcff;
  border-color: #35bcff;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-default input[type="checkbox"]:checked + label::before {
  background-color: #ff7935;
  border-color: #ff7935;
}
.checkbox-default input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #33bef7;
  border-color: #33bef7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f05050;
  border-color: #f05050;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #81c868;
  border-color: #81c868;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  line-height: 20px;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
  line-height: 16px;
  top: 2px;
}
.radio label::after {
	line-height: 16px;
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-custom input[type="radio"] + label::after {
  background-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #5fbeaa;
}
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #5fbeaa;
}
.radio-default input[type="radio"] + label::after {
  background-color: #ff7935;
}
.radio-default input[type="radio"]:checked + label::before {
  border-color: #ff7935;
}
.radio-default input[type="radio"]:checked + label::after {
  background-color: #ff7935;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #33bef7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #33bef7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #33bef7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f05050;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f05050;
}
.radio-info input[type="radio"] + label::after {
  background-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #34d3eb;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #34d3eb;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffbd4a;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffbd4a;
}
.radio-success input[type="radio"] + label::after {
  background-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #81c868;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #81c868;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #7266ba;
}
.radio-pink input[type="radio"] + label::after {
  background-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #fb6d9d;
}
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #fb6d9d;
}

.icon-input{
	position: relative;
}

.icon-input > a{
	position: absolute;
	right:35px;
	top: 8px;
	font-size: 20px;
}




.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    font-family: "Open Sans";
    position: relative;
    border-radius: 50px;
    letter-spacing: -0.5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 15px 32px;
}

.compact .numerical-rating {
    margin: 0 0 8px 0;
}

.numerical-rating:before {
    content: attr(data-rating);
}

.numerical-rating.high {
    background-color: #64bc36;
}

.numerical-rating.mid {
    background-color: #c0c52a;
}

.numerical-rating.low {
    background-color: #ee3535;
}

.infoBox .numerical-rating .rating-counter,
.numerical-rating .rating-counter {
    position: absolute;
    top: 0;
    left: 14px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    width: 150px;
    color: #909090;
}

.infoBox .numerical-rating .rating-counter {
    left: 12px;
}

.infoBox .numerical-rating {
    margin: 0;
}

.star-rating {
    display: inline-block;
    font-size: 17px;
    margin: 0px auto;
}

.star-rating.rating-left{
	text-align: left;
	margin: 0px auto 0px 0;
}

.listing-item-container .star-rating {
    padding: 15px 32px;
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative;
}

.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}

.star-rating .rating-counter {
    top: -1px;
    position: relative;
}

.infoBox .star-rating .rating-counter {
    font-size: 15px;
    top: -2px;
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: "FontAwesome";
    content: "\f005";
    display: block;
    color: #ffc600;
}

.star-rating .star.empty:before {
    color: #ddd;
}

.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.star-rating .star.half:before {
    color: #ddd;
}

.star-rating .star.half:after {
    color: #ffc600;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
}


.product-table th.text-left, .product-table td.text-left{ text-align: left; }
.product-table th.text-right, .product-table td.text-right{ text-align: right; }

.product-table.bordered{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.error {
  color: #f05050;
  font-size: 12px;
  font-weight: 500;
}
.parsley-error {
  border-color: #f05050 !important;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f6504d;
}