.footable {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cccccc;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 22px;
  color: #fff;
  background: #ffffff;
  font-weight: normal;
}
.footable > thead > tr {
  height: 48px;
  color: #FFF;
  font-size: 16px;
}
.footable > tbody > tr:hover {
  /*background: #98ADC2;*/
}
.footable > tbody > tr {
    text-shadow: 1px 1px #bbb;
}

.footable > tbody > tr > td {
  border-top: 2px solid #fff;
  padding: 10px;
  text-align: center;
  background-color: #ADBECF;
}
.footableHeadRow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7592ae+0,3e5468+100 */
  background: #7592ae; /* Old browsers */
}
.footableNrHead {
  padding: 0px !important;
  text-align: center !important;
  height: 48px;
  
}
.footableNr {
    background-color: #7592AE !important;
    color: #FFF;
    width: 40px;
    height: 90px;
    padding: 1px !important;
    text-align: center !important;
    vertical-align: top !important;
    font-size: 19px;
    padding-top: 10px !important;
    text-shadow: none !important;
}
.footableHead1 {
  min-width: 110px;
  white-space: nowrap;
}
.footableHead1 img {
    padding-bottom: 1px;
}
.footableNameText {
  font-size: 22px;
  padding-left: 17px !important;
  color: #FFF;
  background: url('/shavers/tablerowgrad2.png');
  background-size:cover;
  text-align: left !important;
  min-width: 362px;
}
@media only screen and (max-width: 650px) {
    .footableNameText {
        min-width: unset !important;
    }
}
.footableNameText a {
    text-decoration: none;
    color: #FFF;
    text-shadow: 1px 1px #bbb;
    display: block;
}
    .footableNameText a:hover {
        text-decoration: underline;
    }
.footableNameText .footableNameTextBrand{
  font-size: 28px;
  display: block;
  color: #FFF;
}
.footableNameTextReview {
    float: right;
    font-size: 13px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #7592AE;/*#16A085; /*#63BB63*/
    text-align: center;
    text-decoration: none;
    padding: 0px 10px;
    text-shadow: none !important;
    opacity: 0.5;
    margin-right: -7px;
}
.footableNameTextReview:hover {
    opacity: 1;
    /*background-color: #117D67;*/
}
.footableProdImgTd {
  padding: 0px !important;
  background-color: #CFD9E3 !important;
}
.footableProdImg {
  width: 90px;
  height: 90px;
  display:table-cell; 
  vertical-align:middle; 
  text-align:center;
  cursor:pointer;
  background: url('/shavers/zoom2.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.footableProdImg img{
  width: 70px;
  height: 70px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

.footableProdImgHead {
  width: 90px;
}
.footable > thead > tr {
    
}
.footable > thead > tr > th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  background: transparent;
  padding-left: 17px;
}
.batteryHead {
    padding-left: 12px !important;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
    padding-bottom: 10px !important;
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eeeeee;
}
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable > tbody img {
  vertical-align: middle;
}

.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: 1px solid #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.footable .pagination {
  margin: 20px 0;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.footable .pagination > ul > li {
  display: inline;
}
.footable .pagination > ul > li > a,
.footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0;
}
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.footable .pagination > ul > li:last-child > a,
.footable .pagination > ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #98ADC2;
}
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default;
}
.footable .pagination > ul > .disabled > span,
.footable .pagination > ul > .disabled > a,
.footable .pagination > ul > .disabled > a:hover,
.footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background-color: #98ADC2;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #f7f7f7;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    color: #fff !important;
    opacity: 1;
}
.tablePriceBtn {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #FF4C4C;
    text-align: center;
    text-decoration: none;
    padding: 1px 0px;
    margin-right: 10px;
    text-shadow: none !important;
}
.tablePriceBtn span {
    color: #FFF;
    font-size: 15px;
    padding: 0px 20px;
    display: block;
}
.footable-detail-row {
    font-size: 17px;
}

    .footable-detail-row .tableYesNoImg {
        width: 25px;
    }
    .footable-detail-row .tablePriceBtn {
        display: none;
    }
.footable-detail-row-name {
    padding-right: 20px !important;
}
.footable-details {
    border: none !important;
}

.footable-details > tbody > tr {
    border: none !important;
}
.footable-details > tbody > tr > th {
    padding: 3px 12px !important;
}
.footable-details > tbody > tr > td {
    padding: 3px 12px !important;
}
.footable-details .simpletooltip {
    display: none;
}

/* FILTEERS */

.filterPanel {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);

    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

    float: left;
    width: 100%;
}
.footable-filtering {
	display:none;
}
.filterPanelSub {
    margin-bottom: 5px;
}
.filterTitle {
    font-weight: bold;
    margin-right: 20px;
}
.filterTitle2 {
    font-weight: bold;
    margin-right: 27px;
}
.filterBrandA {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #7592AE;
    text-align: center;
    text-decoration: none;
    padding: 4px 17px;
    margin-right: 10px;
    text-shadow: none !important;
    color: #FFF;
    font-size: 14px;
    white-space: nowrap;
	line-height: 2.3;
}
.filterBrandA:hover {
    background-color: #5D7E9D
}
    .filterBrandA.selected {
        background-color: #FF4C4C;
    }
.checkbox-inline {
    margin-right: 10px;
}