/* ============================================ *
 * Account - Reviews
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* -------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/***********/
/************/
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #83b8e0; }

.theme-color {
  color: #83b8e0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #83b8e0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
.product-review .product-img-box p.label {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block; }
.product-review .product-img-box .rating-box {
  float: left; }
  .product-review .product-img-box .rating-box.stars {
    margin: 0 0 10px !important; }
.product-review .product-img-box .rating-links .separator,
.product-review .product-img-box .moveToTab {
  display: none; }
.product-review .product-img-box .product-image {
  max-width: 50%;
  width: auto; }
.product-review .product-details h2 {
  display: block !important;
  border-bottom: 1px solid #CCCCCC;
  color: #83b8e0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  padding-bottom: 10px; }
.product-review .ratings-table {
  font-family: "Ubuntu", sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase; }
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  padding-top: 7px; }

@media only screen and (min-width: 768px) {
  .product-review .ratings-table tr {
    float: none; } }
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none; } }

/*# sourceMappingURL=account-reviews.css.map */
