/* Plugin global style */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.alike-right {
  float: right;
}
/* Alike Widget Style */
.alike-widget-btn-wrap {
  display: none;
  background: #FFFFFF;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #EDEDED;
  padding: 20px;
}
.alike-btn-clear {
  color: #bababa;
  line-height: 24px;
  display: inline-block;
  margin-top: 8px;
}
.alike-btn-clear:hover,
.alike-btn-clear:focus,
.alike-btn-clear:active {
  color: #E74C3C;
  text-decoration: none;
}
.alike-btn-compare {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 0;
  background-color: #E74C3C;
  color: #FFFFFF;
  height: 40px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.alike-btn-compare:hover,
.alike-btn-compare:focus,
.alike-btn-compare:active {
  background-color: #d62c1a;
  color: #FFFFFF;
  text-decoration: none;
}
.alike-widget-partials {
  position: relative;
  border-bottom: 0;
  padding: 20px;
}
.alike-widget-partials:last-child {
  border-bottom: 1px solid #EDEDED;
}
.alike-widget-partials .alike-widget-image,
.alike-widget-partials .alike-widget-title {
  float: left;
}
.alike-widget-partials .alike-widget-image img {
  width: 65px;
  margin-right: 15px;
}
.alike-widget-partials .alike-widget-title {
  margin-top: 15px;
  margin-right: 15px;
  width: 47%;
  margin: 0;
}
.alike-widget-partials .alike-widget-title a {
  color: #454545;
  font-size: 14px;
  line-height: 18px;
}
.alike-widget-partials .alike-widget-title a:hover {
  text-decoration: none;
}
/* Alike Table Layout Styles */
.alike-table-thumb {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .alike-table-thumb {
    height: auto;
  }
}
.alike-table-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.alike-table-thumb img {
  width: 100%;
  display: block;
}
.alike-table-title {
  color: #454545;
  font-weight: 600;
  min-width: 229px;
}
.alike-table-value {
  color: #616161;
  text-align: center;
}
.alike-table-value .available {
  color: #2ecc71;
}
.alike-table-value .not-available {
  color: #e74c3c;
}
.alike-table-top-bar {
  background-color: #FFFFFF;
  padding: 10px;
  position: relative;
}
.alike-table-top-bar h2,
.alike-table-top-bar h4 {
  line-height: 1;
  margin: 0px;
  padding: 0px;
}
.alike-table-top-bar h2 {
  color: #454545;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.alike-table-top-bar h2 a {
  color: #454545;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alike-table-top-bar h4 {
  color: #888888;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alike-compare-table {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .alike-compare-table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.table > thead > tr > th {
  border-bottom: 0;
}
.alike-content .alike-table.style-one {
  background: transparent;
  border-top: 0;
}
.alike-content .alike-table.style-one thead tr:nth-child(2n+1) {
  background: transparent;
}
.alike-content .alike-table.style-one tbody {
  border-top: 1px solid #EDEDED;
}
.alike-content .alike-table.style-one td {
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  padding: 16px 30px;
}
.alike-content .alike-table.style-one th {
  padding: 0;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
.alike-content .alike-table.style-one th:last-child {
  border-right: 1px solid #EDEDED;
}
.alike-content .alike-table.style-one th:first-child {
  border-top: 0;
  border-left: 0;
}
.alike-content .alike-table.style-two {
  border-collapse: separate;
  border-spacing: 10px;
  border-bottom: 0;
  border-top: 0;
  background: transparent;
}
.alike-content .alike-table.style-two thead tr:nth-child(2n+1) {
  background: transparent;
}
.alike-content .alike-table.style-two thead tr {
  background: transparent;
}
.alike-content .alike-table.style-two tbody {
  border-top: 1px solid #EDEDED;
}
.alike-content .alike-table.style-two td {
  border: 1px solid #EDEDED;
  padding: 12px 30px;
}
.alike-content .alike-table.style-two th {
  border: 1px solid #EDEDED;
  padding: 0;
}
.alike-content .alike-table.style-two th:first-child {
  border: 0;
}
/* Star Rating */
.alike-star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 16.9px;
  width: 67px;
  font-family: "Ionicons";
}
.alike-star-rating:before {
  content: "\f3ae\f3ae\f3ae\f3ae\f3ae";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.alike-star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.alike-star-rating span:before {
  content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffbd21;
}
.alike-content-two {
  margin: 0 -10px;
}
