/* See autumn.css */

.unvisible {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "trumpgothicpro","Open Sans",​Arial,​Helvetica,​sans-serif !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*************** ALLPRODUCTS ***************/

h1.allproducts-header {
	font-size: xx-large;
	/*line-height: 36px;*/
	margin: 30px 0;
	color: #444444;
}

#module-atdev_wholesale-wholesale input, #module-atdev_wholesale-wholesale select {
	font-size: small;
}

#module-atdev_wholesale-wholesale .product-count {
	font-size: 16px;
}

#module-atdev_wholesale-wholesale #pagination {
	margin-top: 30px;
}

#listpage_content {margin: 0 0 20px 20px;}
#listpage_content div.categTree {
   float: left;
}
#listpage_content div.tree_top {
   padding: 3px 0 5px 24px;
}
#listpage_content ul {list-style-type:none}
#listpage_content ul.tree li {
   margin-left: 11px;
   padding-left: 20px;
   border-left: 1px dotted #999;
   background: url(../img/sitemap-horizontal.png) no-repeat left 10px transparent
}
#listpage_content ul.tree li.last {
   border: medium none;
}

span.product_free {color: #DA0F00; display: block; font-weight: bold; text-transform: uppercase;}

#order-opc #opc_payment_methods {margin-bottom:20px;position:relative;}
#opc_payment_methods div#opc_payment_methods-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/ajax-loader.gif') #F7F7F7 no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
	z-index: 99;
}
#order-opc div.payment_hook {
	margin-top: 17px;
	color: #DA0F00;
	text-align: center;
	font-size: 18px;
}

#order-opc .payment_hook .address-name-form {
	color: #555;
}

.cellOverlay {
 position: relative;  
}
.cellOverlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/ajax-loader.gif') #F7F7F7 no-repeat center center;
  background-color: rgba(0,0,0,0.2);  
  content: "";
}

.flex-caption-html-content h1, .flex-caption-html-content .slider-title {
	line-height: 1.1;
	font-weight: bold;
}

.flex-caption-html-content h1 span, .flex-caption-html-content .slider-title div {
	display: block;
	background-color: #203718;
	padding: 0 15px;
}

.flex-caption-html-content h1 .white, .flex-caption-html-content .slider-title .white {
	color: #fff;
	font-size: 85px;
}

.flex-caption-html-content h1 .green, .flex-caption-html-content .slider-title .green {
	color: #4a7729;
	font-size: 56px;
}

@media (max-width: 1199px) {
	.flex-caption-html-content h1 .white, .flex-caption-html-content .slider-title .white {
		font-size: 56px;
	}
	.flex-caption-html-content h1 .green, .flex-caption-html-content .slider-title .green {
		font-size: 38px;
	}
}

.flex-caption-html-content .slider-title div {
	font-size: 40px;
	font-family: "trumpgothicpro", "Open Sans", ​Arial, ​Helvetica, ​sans-serif !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#id-lang-filter {
	margin: 0 20px 20px 0;
	float: left;
}
#gsrDisplayRatingByLang {
	float: left;
	display: block;
	margin-top: 5px;
}

.fancybox-notice {
	color: #444;
	font: 16px/20px "trumpgothicpro", "Open Sans", ​Arial, ​Helvetica, ​sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 15px;
	background: white;
	text-align: center;
}