/*
 * ====================================================================================================================
 * CROSSOVER PAGE -- CSS layout of products pages
 * ====================================================================================================================
 */

img.product-feature {
    border: 1px solid #e1e1e1;
    padding: 0;
    width: 100%;
    max-width: 375px;
    height: auto;
    background-color: #fff;
}

.info-box {
     min-height: 175px; margin-bottom: 25px;
}

.box-spacer {
    padding: 40px 0 0 0;
}

.compare-table {
    overflow:scroll;
}
.compare-table th {
    padding: 25px 15px;
    border:none;
}
.compare-table thead {
    border-bottom: 4px solid rgba(128, 128, 128, 0.5);
}
.compare-table td:nth-child(2) {
    background-color: rgba(128, 128, 128, 0.5);
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
}
.compare-table td:nth-child(3) {

    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
}
.compare-table td:nth-child(4) {

    border-right: 2px solid rgba(128, 128, 128, 0.5);
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
}
.compare-table td:last-child {
    border-right: none;
}
.compare-table td {

    text-align: center;
    vertical-align: middle;
}
.compare-table tr:last-child td {
    border-bottom: none;
}
.compare-table .far {
    vertical-align: middle;
}

.table-head-feature {
    background-color: rgba(32, 32, 32, 0.5);
    color: #fff !important;
}

.btn-google-play {
    width: 150px;
}

.testimonial-box {
    position: relative;
    margin: 2em;
    padding: 20px 60px 20px 60px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #444;
    border-radius: 10px;
    color: #333;
}
.testimonial-box:before {
  position: absolute;
  top: 5px;
  left: 10px;
  padding: 0 10px 10px 0;
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 30px;
  font-style: normal;
  color: #cecece;
}
.testimonial-box:after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding: 10px 0 0 10px;
  font-family: "FontAwesome";
  content: "\f10e";
  font-size: 30px;
  font-style: normal;
  color: #cecece;
}