/*
 Theme Name:   Soft79
 Description:  Soft79 - Virtue Premium Child Theme
 Author:       Jos Koenis
 Author URI:   http://www.soft79.nl
 Template:     virtue_premium
 Version:      1.0.2-b10
 Text Domain:  soft79_theme
*/

.button-extend { background: #2d5c88; color: #fff }

/* WOOCOMMERCE Product ordering */
.woocommerce-ordering {
  display: none;
}

/* TODO: Stars from wordpress.org don't display well... */
.review .star-rating {display:none;}

img { border: 1px solid #999; }

.single_variation {font-size: 16px;}

/* Comparison table */
table.comparison {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
table.comparison th, table.comparison td {
  text-align: center;
  padding: 16px;
}
table.comparison th:first-child, table.comparison td:first-child {
  text-align: left;
}
table.comparison tr:nth-child(even) {
  background-color: #f2f2f2
}

table.comparison .yes,
table.comparison .no {
  font-family: virtue_icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.comparison .product-version { 
  font-size: large;
  background-color: #6c8dab;
  color: white;
}
table.comparison .product-version.highlight { background-color: #2d5c88 }
table.comparison col.highlight { border: 1px solid black }

table.comparison .yes:before { content: "\e372"; color: green } /* icon-checkmark3 */
table.comparison .no:before { content: "\e36c"; color: red } /* icon-close2 */
