/* isotopedemo.css - customise for the Isotope eCommerce Demo
.............................................................

		@author:   netzarbeiter (https://www.netzarbeiter.ch)

.............................................................
*/


/* Font-Style */
h2,
legend {
    color: #0098ac;
    border-bottom: 2px solid #0098ac;
}

h3 {
    color: #0098ac;
}

#container a:hover {
    color: #0098ac;
}

#container .image_container a:hover img {
	border-color: #473F3A;
}

.ce_list a {
	text-decoration: none;
}



/* Layout parts */
#left {
	margin-top: 57px;
}
#left .mod_iso_cart input {
	margin-bottom: 5px;
	width: 206px;
}
#left .mod_iso_cart input.submit {
	width: 220px;
}

/* Header - Changelanguage & Store configuration switcher */
.mod_changelanguage {
	display: inline-block;
	padding-top: 5px;
}

.mod_changelanguage ul {
	margin: 0;
}

.mod_changelanguage li {
	display: inline;
}

.mod_changelanguage li.first {
	border-right: 1px dotted #D0C9C2;
	display: inline;
	padding-right: 5px;
}

.mod_changelanguage a {
	color: #0098ac;
	text-decoration: none;
}

.mod_changelanguage a:hover {
	color: #60584D;
	text-decoration: underline;
}



.mod_iso_configswitcher {
	display: inline-block;
	padding-top: 5px;
}

.mod_iso_configswitcher ul {
	margin: 0;
}

.mod_iso_configswitcher li {
	border-left: 1px dotted #D0C9C2;
	display: inline;
	padding-left: 5px;
}

.mod_iso_configswitcher li.first {
	border-left: none;
	margin-left: 30px;
	padding-left: 0;
}

.mod_iso_configswitcher a {
	color: #0098ac;
	text-decoration: none;
}

.mod_iso_configswitcher a:hover {
	color: #60584D;
	text-decoration: underline;
}

/* Navigation (mainavigation) */
@media (max-width:767px)
{
	.nav-main {
		background-color: #0098ac;
	}
}
.nav-main > ul > li > a,
.nav-main > ul > li > .active,
.nav-main > ul > li > .trail,
.mobile .nav-main > ul > li.submenu:hover > a {
    border: 1px solid #e1dad6;
    border-bottom-color: #d4cbc5;
    color: #7f7266;
    background: #f4f2f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f2f0 0%, #eee9e7 3%, #e1dad6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f2f0), color-stop(3%,#eee9e7), color-stop(100%,#e1dad6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f2f0 0%,#eee9e7 3%,#e1dad6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f2f0 0%,#eee9e7 3%,#e1dad6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f2f0 0%,#eee9e7 3%,#e1dad6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f2f0 0%,#eee9e7 3%,#e1dad6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2f0', endColorstr='#e1dad6',GradientType=0 ); /* IE6-9 */
}

.nav-main > ul > li:hover > a,
.nav-main > ul > li.submenu:hover > .active,
.mobile .nav-main > ul > li.submenu:hover > a {
	background: #f4f2f0;
	border-color: #e5dfdc;
	color: #0098ac;
}

.nav-main > ul > li > .active,
.nav-main > ul > li > .trail,
.mobile .nav-main > ul > li.submenu:hover > .trail,
.mobile .nav-main > ul > li.submenu:hover > .active {
    border-color: #e1dad6;
    border-bottom-color: #d4cbc5;
    color: #ffffff;
    background: #1899ae; /* Old browsers */
    background: -moz-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899ae), color-stop(100%,#6ac4cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1899ae 0%,#6ac4cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899ae', endColorstr='#6ac4cf',GradientType=0 ); /* IE6-9 */
}

.nav-main > .level_1 > .submenu:hover > .level_2 a:hover,
.nav-main > .level_1 > .submenu:hover > .level_2 .active,
.nav-main > .level_1 > .submenu:hover > .level_2 .trail {
	color: #0098ac;
}



/* Left navigation (subnavigation) */
.nav-left {
	border: 1px solid #e1dad6;
	border-left: none;
}

.nav-left a,
.nav-left strong.active,
.nav-left strong.trail,
.nav-left a.trail {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1dad6;
}

.nav-left a:hover {
	color: #0098ac;
}

.nav-left strong.active,
.nav-left strong.trail,
.nav-left a.trail {
	background-color: #0098ac;
	color: #fff !important;
	border-top-color: #e1dad6;
}



/* Breadcrumb */
.mod_breadcrumb ul {
	margin: 15px 0 0 0;
}

.mod_breadcrumb .active {
    background: none;
    color: #0098ac;
    font-weight: normal;
}



/* Main */
@media (max-width:767px)
{
	#main {
		margin-left: 10px;
		width: 98%;
	}
	#left {
		width: 99%;
	}
}



/* Login Box */
#container .mod_login .text {
	width: 70.4%;
}

#container .mod_login label {
	width: 24%;
}

#container .mod_login .checkbox_container {
	right: 18.5%;
}

#container .mod_login .checkbox_container label {
	width: 160px;
}



/* Search */
#main .mod_search h3 a,
#main .mod_search .highlight {
    color: #60584D;
}



/* Form */
input[type="tel"] {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #d4cbc5;
	font-size: 1.4em;
	width: 60%;
}

#container .submit {
  border: 1px solid #e1dad6;
  background: #1899ae; /* Old browsers */
  background: -moz-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899ae), color-stop(100%,#6ac4cf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1899ae 0%, #6ac4cf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899ae', endColorstr='#6ac4cf',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.submit:hover { 
	color: #473F3A !important; 
}



/* Pagination */
.pagination strong {
	border: 1px solid #e1dad6;
  border-bottom-color: #d4cbc5;
  background: #1899ae; /* Old browsers */
  background: -moz-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899ae), color-stop(100%,#6ac4cf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1899ae 0%, #6ac4cf 100%); /* W3C */
  color: #fff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899ae', endColorstr='#6ac4cf',GradientType=0 ); /* IE6-9 */
  font-size: 1.4em;
  margin-right: 2px;
  padding: 5px;
}



/* Footer */
#footer .mod_customnav li,
#footer .mod_navigation li {
  	margin: 15px 0 0;
  	padding: 0 0 15px;
	font-size: 1.4em;
	line-height: 1.4;
	border-bottom: 1px solid #60584D;
}

.isotope-home a:before,
.isotope-github a:before,
.isotope-youtube a:before,
.isotope-twitter a:before,
.isotope-facebook a:before {
    font-family: FontAwesome;
    font-weight: normal;
}

.isotope-home a:before {
	content: "\f015  ";
}

.isotope-github a:before {
	content: "\f09b  ";
}

.isotope-youtube a:before {
	content: "\f167  ";
}

.isotope-twitter a:before {
	content: "\f099  ";
}

.isotope-facebook a:before {
	content: "\f09a  ";
}



/* Isotope eCommerce */

/* Product Filter */
.mod_iso_productfilter {
	border-bottom: 2px solid #0098ac;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mod_iso_productfilter label {
	display: block;
	line-height: 1.4;
}

.mod_iso_productfilter .limit {
	margin-top: 10px;
}

.mod_iso_productfilter a.clear_filters {
	font-size: 1.2em;
}



/* Checkout */
.steps li {
	font-size: 1.4em;
	display: inline;
}

.steps li:after {
	color: #0098ac;
    content: "  \f138";
    font-family: FontAwesome;
    font-size: 0.8em;
    margin-right: 5px;
}

.steps li.last:after {
    content: "";
}

.mod_iso_checkout .radio_container {
	font-size: 1.2em;
	line-height: 2;
}



/* Shopping Cart - Mini */
#left h2 {
	border-bottom: 2px dotted #ccc;
	color: #ccc;
	font-size: 18px;
}

.mod_iso_cart {
	font-size: 1.1em;
}

.mod_iso_cart .product {
	margin-bottom: 10px;	
}

.mod_iso_cart .info {
	float: left;
}

#left .mod_iso_cart .remove {
	float: right;
	margin-right: 5px;
}

.cart {
	border-top: 2px dotted #ccc;
	margin-top: 10px;
}

.cart .button,
.checkout .button {
	width: 100%;
}



/* Shopping Cart */
#main .remove a:before {
	color: #0098ac;
	content: "\f057  ";
    font-family: FontAwesome;
    font-size: 1.8em;
}

.mod_iso_cart .col_0 {
	padding: 5px;
	width: 40px;
}

.mod_iso_cart .col_1 {
	padding: 5px;
	width: 350px;
}

.mod_iso_cart .col_2,
.mod_iso_cart .col_3 {
	padding: 5px;
	width: 120px;
	text-align: right;
}

.mod_iso_cart .col_4 {
	padding: 5px;
	width: 120px;
	text-align: right;
}


.mod_iso_cart .col_6 {
	padding: 5px;
	text-align: right;
	width: 15px
}

.mod_iso_cart .row_odd td {
	background: #fff;
}

.mod_iso_cart .foot_first td {
	border-top: 1px solid #1899ae;
}

.mod_iso_cart .foot_last td {
	border-bottom: 1px solid #1899ae;
}

.button {
	font-size: 1.4em;
    border: 1px solid #e1dad6;
    background: #1899ae; /* Old browsers */
    background: -moz-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899ae), color-stop(100%,#6ac4cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1899ae 0%, #6ac4cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899ae', endColorstr='#6ac4cf',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
	margin-top: 2px;
	min-width: 40%;
}
.button {
	text-decoration: none;
}
.button:hover {
	color: #473F3A !important;
}



/* Step 1 */
#iso_mod_checkout_address input {
	margin-right: 5px;
}

#iso_mod_checkout_address label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#iso_mod_checkout_address fieldset label {
	display: inline;
	font-weight: normal;
}

#iso_mod_checkout_address fieldset span {
	display: block;
}

#iso_mod_checkout_address #opt_ShippingAddress_1 {
	display: block;
	margin-top: 10px;
}



/* Step 2 */
#iso_mod_checkout_shipping input {
	margin-right: 5px;
}

#iso_mod_checkout_shipping fieldset span {
	display: inline;
}



/* Step 3 */
#iso_mod_checkout_payment input {
	margin-right: 5px;
}

#iso_mod_checkout_payment .radio_container span {
	display: inline;
}



/* Step 4 */
.remove a,
a.edit,
a.remove {
	display: block;
	margin-bottom: 10px;
  text-indent: -9999px;
  width: 30px;
}

.remove a:before,
a.edit:before,
a.remove:before {
	display: inline-block;
  font-family: FontAwesome;
	font-size: 25px;
  position: absolute;
  text-indent: 9999px;
}

a.edit:before {
	content: "\f044";
}

.remove a:before,
a.remove:before {
	content: "\f057";
}

.info_container {
	font-size: 1.4em;
	margin-top: 40px;
}

.info_container .edit {
	display: inline;
	text-decoration: none;
	text-indent: inherit;
	width: 100%;
}

.info_container .edit:before {
	display: inherit;
	font-size: 1em;
	position: inherit;
	text-indent: inherit;
}

#iso_mod_checkout_review .info {
	margin-bottom: 10px;
}

#iso_mod_checkout_review .col_0 {
	padding: 5px;
	width: 40px;
}

#iso_mod_checkout_review .col_1 {
	padding: 5px;
	width: 350px;
}

#iso_mod_checkout_review .col_2,
#iso_mod_checkout_review .col_3 {
	padding: 5px;
	width: 120px;
	text-align: right;
}

#iso_mod_checkout_review .col_4 {
	padding: 5px;
	width: 120px;
	text-align: right;
}

#iso_mod_checkout_review .col_5 {
	padding: 5px;
	text-align: right;
	width: 20px;
}

#iso_mod_checkout_review .row_odd td {
	background: #fff;
}

#iso_mod_checkout_review .foot_first td {
	border-top: 1px solid #1899ae;
}

#iso_mod_checkout_review .foot_last td {
	border-bottom: 1px solid #1899ae;
}



/* Orderdetails */
.mod_iso_orderdetails h2:first-child {
	border-bottom: 2px solid #0098AC;
  color: #0098AC;
  font-size: 2.4em;
  margin-top: 1em;
  padding-bottom: 5px;
}

.mod_iso_orderdetails h2 {
	border-bottom: none;
	color: #60584D;
	font-size: 2em;
	margin-top: 0.5em;
}

.mod_iso_orderdetails .info {
	margin-bottom: 10px;
}

.mod_iso_orderdetails .row_odd td {
	background: #fff;
}

.mod_iso_orderdetails .foot_first td {
	border-top: 1px solid #1899ae;
}

.mod_iso_orderdetails .foot_last td {
	border-bottom: 1px solid #1899ae;
}

.mod_iso_orderdetails .downloads h2 {
	margin-top: 40px;
}

.mod_iso_orderdetails .downloads a {
	color: #0098ac;
  font-size: 1.8em;
  line-height: 1.5;
	text-decoration: none;
}

.mod_iso_orderdetails .downloads a:before {
	content: "\f019  ";
  font-family: FontAwesome;
}

.mod_iso_orderdetails .downloads a:hover {
	color: #473F3A !important;
}



/* Product */
.mod_iso_productlist h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-top: 0;
}

.mod_iso_productlist .product {
	float: left;
	min-height: 180px;
	width: 50%;
}

.product h3 span {
	font-weight: bold;
	display: block;
}
#main .mod_iso_productlist .formbody .submit_container {
	border-top: none;
	padding-top: 10px;
	margin-top: 10px;
}

.mod_iso_productlist .image_container {
	float: left;
	height: 120px;
	width: 120px;
}

.mod_iso_productlist .options {
	clear: both;
}

.mod_iso_productlist .options label {
	display: block;
	line-height: 1.4;
}

.mod_iso_productlist .options select {
	margin-bottom: 10px;
}



/* Productlist */
.mod_iso_productreader h2 {
	border-bottom: none;
	color: #60584D;
	font-size: 2em;
	margin-top: 0.5em;
}

.mod_iso_productlist em {
	background: yellow;
	font-style: normal;
}

#main .mod_iso_cart_address .formbody .widget-submit,
#main .mod_iso_productreader .formbody .submit_container {
	border-top: 0;
	padding-top: 5px;
}

.mod_iso_productreader .submit_container .quantity_container {
	margin-bottom: 10px;
}

#main .mod_iso_productreader label {
	display: block;
	margin: 10px 0 3px 0;
}

.mod_iso_productreader .sku,
.mod_iso_productreader .offer {
	margin: 10px 0;	
}

.mod_iso_productreader .tracks .ce_table {
	margin: 0;
}

.mod_iso_productreader .tracks .head_2 {
	text-align: right;
}

.mod_iso_productreader .tracks .col_0 {
	margin-right: 3%;
	text-align: right;
	width: 10%;
}

.mod_iso_productreader .tracks .col_1 {
	width: 70%;
}

.mod_iso_productreader .tracks .col_2 {
	text-align: right;
	width: 20%;
}


.mod_iso_productreader .listen {
	margin: 10px 0 30px 0;
}

.mod_iso_productreader .listen a {
	font-size: 1.4em;
  border: 1px solid #e1dad6;
  background: #1899ae; /* Old browsers */
  background: -moz-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1899ae), color-stop(100%,#6ac4cf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1899ae 0%, #6ac4cf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1899ae 0%, #6ac4cf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1899ae', endColorstr='#6ac4cf',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.mod_iso_productreader .listen a:hover { 
	display: inline-block; 
	color: #473F3A !important; 
	cursor: pointer; 
}


/* Relatedproducts */
.mod_iso_relatedproducts {
	margin: 10px;
}

.mod_iso_relatedproducts .product {
	float: left;
	width: 140px;
}

.mod_iso_relatedproducts .product_5 {
	clear: both;
}



/* Cumulative Filter */
.mod_iso_cumulativefilter .label {
	font-style: italic;
	font-weight: bold;
}
.mod_iso_cumulativefilter li ul {
	margin-top: 5px;
}
.mod_iso_cumulativefilter li li {
	list-style-type: disc;
	margin-left: 15px;
}
.mod_iso_cumulativefilter li a {
	display: block;
	padding: 5px 0;
}
.mod_iso_cumulativefilter .clearall {
	font-size: 1em;
}


/* Category Filter */
.mod_iso_categoryfilter {
	font-size: 1.6em;
	line-height: 1.5;
}

.mod_iso_categoryfilter ul {
	list-style-type: disc;
	padding-left: 20px;
}

.mod_iso_categoryfilter a {
	text-decoration: none;
}

.mod_iso_categoryfilter a.active {
	color: #0098ac;
}

.mod_iso_categoryfilter a.active:after {
	content: "  \f00c";
  font-family: FontAwesome;
}