.carousel.slide {
  background-image: url('../../images/backwebinar.png');
}
.carousel.slide .carousel-indicators li {
  background-color: #CCCCCC;
}
.carousel.slide .carousel-indicators li,
.carousel.slide .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  margin: 0;
}
.carousel.slide .carousel-indicators li.active {
  background-color: #309BC7;
}
.carousel.slide .carousel-indicators {
  bottom: 1em;
  margin-bottom:0;
}
.carousel.slide .carousel-inner {
  padding-bottom: 1em;
}

.carousel.slide article {
    padding-bottom: 2em;
}

.carousel.slide article.item {
  min-height: 404px;
}
.carousel.slide article.item h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
}
.thumb img {
  max-width: 100%;
  height: auto;
}
.product a {
  color: #000;
  text-decoration: none;
}
.product a:hover {
  color: #389cc5;
}
.tab-guidebooks h1 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}
.tab-guidebooks .product {
  padding-bottom: 2em;
  padding-top: 2em;
}
.tab-guidebooks .product.product-visible {
  border-bottom: 1px solid #B4D9E9;
}
.tab-guidebooks #filter-tags a {
  font-family: Open Sans Condensed;
  font-size: 18px;
  color: #666;
  font-weight: 600;
  text-decoration: none;
}
.tab-guidebooks #filter-tags a:hover,
.tab-guidebooks #filter-tags a.active {
  color: #B4D9E9;
}
.tab-guidebooks #filter-tags a:hover:not(:first-child):before,
.tab-guidebooks #filter-tags a.active:not(:first-child):before {
  color: #666;
}
.tab-guidebooks #filter-tags a:not(:first-child):before {
  content: ' / ';
  display: inline;
}

.fancycheckbox.btn {
  font-size: 14px;
  box-shadow: none;
  width: auto;
}
.fancycheckbox.btn input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fancycheckbox.btn:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #B8B8B8;
  border-radius: 50%;
  margin-right: 0.25em;
}
.fancycheckbox.btn.active {
  color: #CA3498;
}
.fancycheckbox.btn.active:before {
  background: #FFF;
  -moz-box-shadow: inset 0 0 0 4px #CA3498;
  -webkit-box-shadow: inset 0 0 0 4px #CA3498;
  box-shadow: inset 0 0 0 4px #CA3498;
}

/* styles for single-products page */


.single-products .entry-content > h1 {
	font-size: 36px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	line-height: 1em;
    margin-top: 0;
}

.product-price {
	margin: 20px 0;
}

.product-right
{
	display: inline-block;
}

.product-right h3
{
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1em;
}
.product-right .product-version {
	margin-bottom: 20px;
}

.return-to-store a {
	font-size: 14px;
}

.single-product-image {
	width: 100%;
	height: auto;
	max-width: 180px;
	margin-right: 40px;
	float: left;
}

.products h2
{
	font-size: 25px;
	color: #0f89b4;
	border-bottom: solid thin #cee6f0;
}

.buy-now-btn
{
	margin-top: 1em;
	clear: both;
}

.products .btn.btn-primary.add-to-cart-btn
{
	font-size: 18px;
	padding: 6px 14px;
	border: 0;
	margin-top: 7px;
}

/* 
.single-products .buyguidebook label.btn.fancycheckbox
{
	padding-left: 0;
	font-size: 16px;
}
 */

.add-to-cart-btn i
{
	margin-right: .5em;
}

.product-overview
{
}

.related-products
{
	border: solid thin #cee6f0;
	padding: 10px 15px 25px 15px;
	margin-top: 1em;
}

.related-products h1
{
	margin-top: 0;
	font-size: 22px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
}

.related-products h2
{
	font-size: 20px;
	color: #0f89b4;
	margin-top: 0;
}

.related-products .product
{
	clear: both;
	margin-top: 25px;
	overflow-y: auto;
}
