.sprocket-tables-item {
     border: 1px solid #e0e0e0;
}

.sprocket-tables-cell {
     border-bottom: 1px solid #e0e0e0;
}

.sprocket-tables-bg1, .sprocket-tables-block.highlight:hover .sprocket-tables-bg1 {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

.sprocket-tables-bg2, .sprocket-tables-block.highlight:hover .sprocket-tables-bg2 {
     background: #f0f0f0 none repeat scroll 0% 0%;
}

.sprocket-tables-link .readon {
     background: #888888 none repeat scroll 0% 0%;
     color: #ffffff;
}

.sprocket-tables-link .readon:hover {
     background: #333333 none repeat scroll 0% 0%;
}

.sprocket-tables-pagination li {
     background: #000000 none repeat scroll 0% 0%;
     color: #ffffff;
}

.sprocket-tables-arrows .arrow {
     background: #cccccc none repeat scroll 0% 0%;
     border-color: #303030;
     color: #222222;
}

.sprocket-tables-block:hover .sprocket-tables-bg1, .sprocket-tables-block.highlight .sprocket-tables-bg1 {
     background: #f0f0f0 none repeat scroll 0% 0%;
}

.sprocket-tables-block:hover .sprocket-tables-bg2, .sprocket-tables-block.highlight .sprocket-tables-bg2 {
     background: #e9e9e9 none repeat scroll 0% 0%;
}

.sprocket-tables {
     position: relative;
}

.sprocket-tables::after {
     clear: both;
     content: "";
     display: table;
}

.sprocket-tables-container {
     list-style: outside none none ! important;
     margin: 0px -1%;
     overflow: hidden;
     padding: 0px;
}

.sprocket-tables-container::before, .sprocket-tables-container::after {
     content: "";
     display: table;
     line-height: 0;
}

.sprocket-tables-item {
     background-size: cover;
     border-radius: 2px;
}

.sprocket-tables-title {
     margin-top: 10px;
}

.sprocket-tables-text {
     display: block;
}

.sprocket-tables-block {
     box-sizing: border-box;
     display: inline-block;
     list-style: outside none none;
     margin: 1% -4px 1% 0px;
     padding: 0px 1%;
     text-align: center;
     vertical-align: top;
}

.cols-1 .sprocket-tables-block {
     width: 100%;
}

.cols-2 .sprocket-tables-block {
     width: 50%;
}

.cols-3 .sprocket-tables-block {
     width: 33.33%;
}

.cols-4 .sprocket-tables-block {
     width: 25%;
}

.cols-5 .sprocket-tables-block {
     width: 20%;
}

.cols-6 .sprocket-tables-block {
     width: 16.6667%;
}

.sprocket-tables-cell {
     display: block;
     padding: 15px;
}

.sprocket-tables-cell:last-child {
     border-bottom: 0px none;
}

.sprocket-tables-price {
     font-size: 2.2em;
     font-weight: bold;
     padding: 20px 15px;
}

.sprocket-tables-feature {
     font-size: 1.1em;
}

.sprocket-tables-link .readon {
     border-radius: 4px;
     padding: 6px 10px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .sprocket-tables-container .sprocket-tables-block { width: 50%; }
}

@media (max-width: 480px) {
  .sprocket-tables-container .sprocket-tables-block { width: 100%; float: none; margin-bottom: 15px; }
}

.sprocket-tables-nav {
     display: table;
     padding: 5px;
     width: 100%;
}

.sprocket-tables-pagination {
     display: table-cell;
     vertical-align: middle;
}

.sprocket-tables-pagination ul {
     float: left;
     margin: 0px ! important;
     padding: 0px ! important;
}

.sprocket-tables-pagination li {
     border-radius: 1em;
     cursor: pointer;
     display: inline-block;
     opacity: 0.3;
     padding: 4px ! important;
}

.sprocket-tables-pagination li.active {
     opacity: 1;
}

.sprocket-tables-pagination li span {
     display: none;
     font-size: 0.85em;
     line-height: 1em;
}

.sprocket-tables-pagination-hidden {
     display: none;
}

.sprocket-tables-arrows {
     display: table-cell;
     vertical-align: middle;
}

.sprocket-tables-arrow ul {
     float: right;
     margin: 0px ! important;
     padding: 0px ! important;
}

.sprocket-tables-arrows .arrow {
     border-radius: 1em;
     cursor: pointer;
     display: block;
     float: right;
     font-size: 2em;
     height: 22px;
     margin-left: 5px;
     opacity: 0.7;
     position: relative;
     text-align: center;
     width: 22px;
}

.sprocket-tables-arrows .arrow:hover {
     opacity: 1;
}

.sprocket-tables-arrows .arrow::before {
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
     content: "";
     height: 0px;
     margin-top: -5px;
     position: absolute;
     top: 50%;
     width: 0px;
}

.sprocket-tables-arrows .prev::before {
     border-right: 5px solid;
     left: 50%;
     margin-left: -3px;
}

.sprocket-tables-arrows .next::before {
     border-left: 5px solid;
     margin-right: -3px;
     right: 50%;
}

.sprocket-tables-overlay {
     background-color: transparent;
     bottom: 0px;
     display: none;
     left: 0px;
     margin-top: -66px;
     position: absolute;
     right: 0px;
     top: 50%;
     z-index: 5;
}

.sprocket-tables-overlay .css-loader-wrapper {
     background-color: rgba(0, 0, 0, 0.7);
     border-radius: 1em;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
     height: 60px;
     margin: 0px auto;
     padding: 20px;
     width: 60px;
}

.sprocket-tables.loading .sprocket-tables-overlay {
     display: block;
}

.sprocket-tables-overlay .css-loader {
     animation: 1.1s linear 0s normal none infinite running loader;
     border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) #ffffff;
     border-style: solid;
     border-width: 8px;
     display: block;
     font-size: 10px;
     margin: 0px auto;
     position: relative;
     text-indent: -9999em;
}

.sprocket-tables-overlay .css-loader {
     border-radius: 50%;
     height: 44px;
     width: 44px;
}

@keyframes loader {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
