@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-hairline-webfont.woff2') format('woff2'),
         url('../fonts/lato-hairline-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-hairlineitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-hairlineitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #515151;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2383CC;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
legend {
    font-size: 17px;
    padding: 7px 0px;
    border-bottom: 3px solid #F0F0F0;
    padding-bottom: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
label {
	font-size: 13px;
	font-weight: normal;
}
 /* Webkit */
textarea::-webkit-input-placeholder {
	color: #555;
}

/* Firefox 4-18 */
textarea:-moz-placeholder {
	color: #555;
}

/* Firefox 19+ */
textarea::-moz-placeholder {
	color: #555;
}

/* IE10+ */
textarea:-ms-input-placeholder {
	color: #555;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
header {
	background-color: #FAFAFA;
	margin-bottom: 30px;
}
#top {
	background-color: #2383CC;
    padding: 4px 0px 4px 0;
    margin: 0;
    min-height: 46px;
    color: #FFF;
    font-size: 13px;
}
#top .login-register-links {
    height: 36px;
    line-height: 37px;
}
#top .login-register-links a {
	color: #FFF;
	font-weight: 700;
}
#top .btn-group > .btn {
	color: #fff;
	font-size: 13px;
	padding: 0 12px;
}
#top .btn-group > .btn:hover,
#top .btn-group > .btn:active,
#top .btn-group > .btn:focus,
#top .btn-group > .btn:visited {
	text-decoration: none;
}
#top .currency-language {
    margin-top: 8px;
    /*overflow: hidden;*/
    width: 35%;
    position: relative;
    top: 0;
    left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
}
#top .currency-language > li {
	position: relative;
}
#top .currency-language > li:first-child,
#top .currency-language > li:last-child {
	float: left;
}
#top .currency-language > li + li::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #99E0FF;
	position: absolute;
	top: 0;
	left: 0;
}
#top .currency-language ul.dropdown-menu {
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
#top .currency-language ul.dropdown-menu button {
    text-align: left;
	color: #555;
}
#top .currency-language ul.dropdown-menu button:hover {
	text-decoration: none;
	color: #2383CC;
}
#top .search-cart {
	float: right;
	margin-top: 4px;
}
#top .search-cart .search {
	float: left;
    margin-right: 35px;
    margin-top: 6px;
    position: relative;
    padding-right: 10px;
    width: 35px;
}
#top .search-cart .search:after {
	width: 1px;
    height: 100%;
    background-color: #99e0ff;
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
}
#top .search-cart .cart {
	float: left;
    line-height: 32px;
    width: 94px;
    position: relative;
}
#top .search-cart a {
	color: #fff;
	display: block;
    padding-left: 28px;
}

#top .search-cart .cart a span {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #fff;
	color: #2383CC;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

/* search */
#search {
	margin-bottom: 10px;
	position: relative;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    border-radius: 0px;
    box-shadow: none;
    font-size: 17px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 20px;
}
#search .btn {    
	font-size: 15px;
    line-height: 18px;
    padding: 10px 0 10px 13px;
    text-shadow: none;
    border: 0;
    border-radius: 0px;
    background: none;
    box-shadow: none;
    color: #555;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
	outline: none;
}
/* cart */
#cart {
	margin-bottom: 25px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 53px;
	background-color: #FAFAFA;
	color: #555;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #F0F0F0;
	margin-top: 4px;
}
footer a {
	color: #555;
    font-size: 13px;
    padding: 4px 0;
    display: block;
}
footer a:hover {
	color: #2383CC;
}
footer h5 {
	font-size: 15px;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 18px;
}
footer .copyrights {
	font-size: 13px;
	margin-bottom: 20px;
}
footer .copyrights a {
	display: inline-block;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin-bottom: 30px;
    border-radius: 2px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 3px solid #F0F0F0;
    border-radius: 0px;
    background: none;
    padding-bottom: 10px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li > a {
	color: #444;
	font-size: 14px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #2383CC;
    border-bottom: 1px solid #2383CC;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 16px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background-color: #FAFAFA;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-color: #E4E4E4;
    color: #555;
	font-weight: 600;
}
.btn-default:hover {
	border-color: #F0F0F0;
	background-color: #FAFAFA;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #2383CC;
	background-image: none;
	border-color: #2383CC;
	font-size: 14px;
	cursor: pointer;
	box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #2383CC;
	border-color: #2383CC;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #c0392b;
	background-image: none;
	border-color: #c0392b;
	box-shadow: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #c0392b;
	border-color: #c0392b;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #e67e22;
	background-image: none;
	border-color: #e67e22;
	box-shadow: none;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	border-color: #e67e22;
	background-color: #e67e22;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {
	padding: 0 5px;
	min-height: 115px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .caption h4 {
    max-height: 32px;
    overflow: hidden;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size: 17px;
	margin: 0;
}
.product-thumb .price-new {
	color: #555;
}
.product-thumb .price-old {
	color: #555;
	text-decoration: line-through;
	margin-left: 6px;
	font-size: 14px; 	
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	min-height: 35px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* Radiance Custom */

#form-language button img {
	margin-top: -4px;
}

#searchBox {
	display: none;
	background-color: #FFF;
	outline: none;
}

#cartBox {
	display: none;
	background-color: #FFF;
	outline: none;
}

#cartBox .closeCartBox {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
}

#cartBox .closeCartBox a {
	display: block;
	cursor: pointer;
}

#cartBox #cart table.products-table td,
#cartBox #cart table.products-table th {
	vertical-align: middle;
}

#cartBox #cart table.products-table tr:first-child td {
	border-top: 0;
	border-bottom: 1px solid #F0F0F0;
	width: 11%;
}

#cartBox #cart table.products-table tr td:last-child {
    font-weight: 700;
    font-size: 15px;
}

#cartBox #cart table.products-table tr td {
	border-bottom: 1px solid #F0F0F0;
}
#cartBox #cart table.products-table .product-name {
	display: block;
    font-size: 16px;
    font-weight: 700;
}
#cartBox #cart table.products-table .remove-product {
	margin-top: 5px;
	display: block;
}

#cartBox #cart table tr td {
	border: 0;
}

#cartBox #cart table.prices-table tr td:first-child {
	width: 93%;
}

#cartBox #cart .img-thumbnail {
	border: 0;
	border-radius: 0px;
}

#cartBox #cart .btn-checkout {
	margin-left: 10px;
}

.rc-heading {
	border-bottom: 3px solid #F0F0F0;
    padding-bottom: 14px;
    font-weight: 700;
	width: 100%;
}

.rc-heading.noborder {
	border: 0;
}

h2.rc-heading {
    font-size: 26px;
	font-weight: 400;
}

h2.rc-heading.category-page {
	border: 0;
    margin: 0;
    padding-bottom: 0;
}

h3.rc-heading {
    font-size: 16px;
	text-transform: uppercase;
}

.rc-heading.no-margin-top {
	margin-top: 0;
}

.rc-heading.margin-top-twenty,
.margin-top-twenty {
	margin-top: 20px;
}

.rc-heading.margin-top-thirty,
.margin-top-thirty {
	margin-top: 30px;
}

.rc-heading.margin-bottom-thirty,
.margin-bottom-thirty {
	margin-bottom: 30px;
}

.rc-heading.margin-top-forty,
.margin-bottom-forty {
	margin-top: 40px;
}

.rc-vertical-navigation li a {
	border: 0;
    border-radius: 0px;
    padding-left: 0;
    font-size: 14px;
	padding-top: 7px;
    padding-bottom: 7px;
}

.rc-vertical-navigation li a:hover,
.rc-vertical-navigation li a:focus {
	background: #FFF;
	color: #2383CC;
}

.rc-vertical-navigation li a.active,
.rc-vertical-navigation li a.active:focus,
.rc-vertical-navigation li a.active:hover {	
	background: #FFF;
	color: #2383CC;
}

.rc-vertical-navigation > ul {
	margin-left: 13px;
	border-left: 3px solid #F0F0F0;
	padding-left: 15px;
	padding-right: 15px;
}

.rc-headline-section {
	display: table;
    width: 100%;
    text-align: left;
	border-bottom: 3px solid #F0F0F0;
    padding-bottom: 3px;
}

.rc-headline-section .left-section {
	    display: table-cell;
    vertical-align: middle;
}

.rc-headline-section .right-section {
	display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 355px;
    margin-top: 0;
}

.rc-headline-section .right-section .first-filter {
	width: 210px;
    float: left;
    margin-right: 15px;
}

.product-row {
	margin-top: 30px;
}

.table-bordered {
	border: 1px solid #F0F0F0;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #F0F0F0;
}

.category-categories {
    margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
}

.category-categories li {
	float: left;
	display: block;
	margin: 10px 0;
}

.category-categories li a {
	font-size: 13px;
	padding: 0 15px;
}

.category-sort-filters .input-group-addon,
.search-sort-filters .input-group-addon {
	background: none;
    border: 0;
    border-radius: 0px;
    color: #555;
    font-size: 13px;
}

.category-sort-filters .form-control,
.search-sort-filters .form-control {
	box-shadow: none;
    border: 1px solid #F0F0F0;
    color: #000;
    font-weight: 600;
	-webkit-user-select: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control {
	box-shadow: none;
    border: 1px solid #F0F0F0;
	outline: none;
	-webkit-user-select: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

hr.category-page {
	margin-top: 10px;
}

.nav-tabs.product-description {
	border-bottom: 3px solid #F0F0F0;
	margin-top: 30px;
}

.nav-tabs.product-description>li {
    margin-bottom: 0;
}

.nav-tabs.product-description>li>a {
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
	color: #555;
}

.nav-tabs.product-description>li>a:first-child {
	padding-left: 0;
}

.nav-tabs.product-description>li>a:hover {
	border: 0;
	background: none;
	color: #2383CC;
}

.nav-tabs.product-description>li.active>a, .nav-tabs.product-description>li.active>a:focus, .nav-tabs.product-description>li.active>a:hover {
	border: 0;
	cursor: pointer;
	color: #2383CC;
}

.tab-content.product-description {
	font-size: 14px;
    line-height: 1.9;
}

.product-page .thumbnail {
	border: 0;
}

.product-page .image-additional a {
	border: 0;
}

.product-page {
    font-size: 13px;
}

.product-page .price-table {
	margin-top: 20px;
    margin-bottom: 0;
}

.product-page .price {
	color: #2383CC;
}

.product-page .product-quantity {
	width: 100%;
	margin-top: 20px;
}

.product-page .product-quantity .remove-qty {
	float: left;
    width: 35px;
    height: 35px;
    color: #2383cc;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.product-page .product-quantity .quantity-input {
	float: left;
	border: 0;
	box-shadow: none;
	background: 0;
	text-align: center;
	font-size: 15px;
	width: 20%;
    color: #000;
}

.product-page .product-quantity .add-qty {
	float: left;
    width: 35px;
    height: 35px;
    color: #2383cc;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.product-page .product-quantity .label-input-quantity {
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
    margin-right: 15px;
}

.product-page .btn-primary.btn-cart {
	background: #2383CC;
	box-shadow: none;
	background-image: none;
	border: 0;
	text-shadow: none;
	width: auto;
	margin-top: 5px;
}

.product-page .btn-wishlist,
.product-page .btn-compare {
	background: #FFF;
    border: 1px solid #F0F0F0;
    color: #555;
    text-shadow: none;
    box-shadow: none;
}

.product-page .product-options {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0;
}

.search-checkbox-filters {
	margin: 10px 0;
}

.search-sort-filters {
	margin-top: 30px;
	margin-bottom: 30px;
}

.well {
	background-color: #fafafa;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    padding: 30px;
}

.well h2 {
	margin-top: 10px;
}

.forgotten-password {
	margin-top: 10px;
	display: block;
}

.login-register-links ul li {
	float: left;
}

.login-register-links ul li a {
	padding-left: 8px;
	padding-right: 8px;
}

.login-register-links ul li:first-child a {
	padding-left: 0;
}

.page-information {
	margin-top: 30px;
	margin-bottom: 40px;
}

#menu-mobile {
	display: none;
}

#top-mobile {
	display: none;
}

#content .owl-carousel .owl-wrapper-outer,
#column-left .owl-carousel .owl-wrapper-outer,
#column-right .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 0px;
    box-shadow: none;
    border: 0;
}

#content .owl-pagination,
#column-left .owl-pagination,
#column-right .owl-pagination {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	top: auto;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#content .owl-controls .owl-page,
#column-left .owl-controls .owl-page,
#column-right .owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}

#content .owl-controls .owl-page span,
#column-left .owl-controls .owl-page span,
#column-right .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	background: #FAFAFA ;
	border-radius: 20px;
	border: 2px solid #FFF;
	box-shadow: none;
}

#content .owl-controls .owl-page.active span,
#column-left .owl-controls .owl-page.active span,
#column-right .owl-controls .owl-page.active span {
	background: #FAFAFA ;
	border: 2px solid #2383CC;
	box-shadow: none;
}

@media (max-width: 991px) {
	#top .currency-language {
		width: 62%;
		z-index: 9999;
	}
	
	#top .search-cart .search {
		margin-right: 28px;
		padding-right: 5px;
	}
	
	#menu {
		margin-top: 0;
	}
	
	#menu .nav {
		float: left;
	}
	
	#menu #category {
		color: #555;
		text-shadow: none;
	    padding: 12px 0 0px;
	}
	
	#menu .navbar-header {
		border-bottom: 3px solid #F0F0F0;
	}
	
	#menu .btn-navbar {
		background-image: none;
		color: #555;
		background-color: transparent;
		text-shadow: none;
		box-shadow: none;
		border: 0;
		padding: 12px 0 0px;
	}
	
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
		background-color: transparent;
		color: #555;
	}
	
	#logo {
		margin-bottom: 25px;
	}
	
	#logo a {
		display: block;
	}
	
	#logo a img {
		display: block;
		margin: 0 auto;
	}
	
	.product-thumb .caption {
		min-height: 100px;
	}
	
	.rc-headline-section .left-section {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.rc-headline-section .right-section {
		width: 249px;
		display: block;
		margin: 0 auto 10px;
		overflow: hidden;
	}
	
	.rc-headline-section .right-section .first-filter {
		width: 230px;
	}
	
	.rc-headline-section .right-section .second-filter {
		display: none;
	}
	
	.account-links li a {
	    padding: 7px 0;
		display: block;
		font-size: 14px;
	}
	
	#menu-mobile {
		display: block;
		background-color: #f2f2f2;
	}
	
	#menu-mobile .navbar-collapse.in {
		background-color: #ebebeb;
		border-top: 1px solid #d9d9d9;
	}
	
	#menu-mobile .navbar-toggle {
		border: 0;
		box-shadow: none;
		padding: 6px 16px;
	}
	
	#menu-mobile #category {
		font-weight: 600;
	    font-size: 19px;
    	line-height: 56px;
		padding-left: 15px;
		color: #555;
	}
	
	#menu-mobile .fa.fa-bars {
		font-size: 28px;
		color: #555;
	}
	
	#menu-mobile .navbar-nav>li>a {
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	#menu-mobile .nav .open>a,
	#menu-mobile .nav .open>a:hover,
	#menu-mobile .nav .open>a:focus {
		background-color: #dfdfdf;
		color: #00507E;
   	 	padding-left: 10px;
    	padding-right: 5px;
	}
	
	#menu-mobile .nav>li>a:hover,
	#menu-mobile .nav>li>a:focus {
		background-color: #EBEBEB;
	}
	
	#menu-mobile .navbar-nav .open .dropdown-menu {
		background: #e7e7e7;
    	padding: 0 15px 0 45px;
    	border-radius: 0;
	}
	
	#menu-mobile .navbar-nav .open .dropdown-menu li {
		display: block;
		padding: 10px 0;
	}
	
	#menu-mobile .see-all {
		display: block;
    	padding: 10px 0;
	}
	
	#menu-mobile .account-menu {
		background-color: #2383CC;
		color: #FFF;
		margin-left: -15px;
		margin-right: -15px;
	    padding-left: 30px;
    	padding-right: 30px;
	    margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;	
	}
	
	#top-mobile {
		display: table;
		table-layout: fixed;
		width: 100%;
		color: #FFF;
		font-size: 13px;
		padding: 0;
		margin: 0;
		background-color: #2383CC;
	}
	
	#top-mobile .currency,
	#top-mobile .language,
	#top-mobile .search,
	#top-mobile .cart {
		display: table-cell;
		vertical-align: middle;
    	border-right: 1px solid #2b8ad2;
    	border-left: 1px solid #1f7bc1;
		position: relative;
	    max-height: 65px;
    	line-height: 65px;
	}
	#top-mobile .currency {
		border-left: none;	
	}
	#top-mobile .cart {
		border-right: none;	
	}
	#top-mobile .btn-group > .btn:hover,
	#top-mobile .btn-group > .btn:active,
	#top-mobile .btn-group > .btn:focus,
	#top-mobile .btn-group > .btn:visited {
		text-decoration: none;
	}
	
	#top-mobile button {
		padding: 0 31px;
		color: #FFF;
	}
	
/*	#top-mobile .search {
		position: relative;
	}*/

	#top-mobile .top-link {
		display: block;
		text-align: center;
		font-size: 17px;
	}

	#top-mobile .toggleCurrencySwitch.top-link {
		font-size: 20px;
	}
	
	#top-mobile .search .fa {
		font-size: 23px;
	}
	
	#top-mobile .search:after {
		width: 1px;
		height: 100%;
		background-color: #99e0ff;
		content: '';
		position: absolute;
		top: 0;
		right: -20px;
		display: none;
	}
/*	#top-mobile .cart {
		position: relative;
	}*/
	
	#top-mobile a {
		color: #fff;
	}
	
	#top-mobile .cart:before {
		width: 20px;
		height: 16px;
		background-image: url(image/icons/dampfermarkt/basket.svg);
		background-repeat: no-repeat;
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		display: none;
	}
	
	#top-mobile .cart a span {
		width: 25px;
		height: 25px;
		border-radius: 2px;
		background-color: #fff;
		color: #2383CC;
		display: inline-block;
		margin-left: 10px;
		text-align: center;
		font-size: 15px;
		line-height: 25px;
	}
	
	#top-mobile .cart .fa {
		font-size: 23px;
	}
	
	#top {
		display: none;
	}
	
	#top .search-cart {
		margin-top: 7px;
	}
	
	#logo {
	    margin: 50px 0;
	}
	
	#top .currency-language {
		width: 99%;
		left: 37%;
    	margin-top: 13px;
	}
	
	#top .search-cart {
		overflow: hidden;
	}
	
	#top .search-cart a {
		font-size: 17px;
		padding: 0;
	}
	
	#top .search-cart .cart a span {
		font-size: 13px;
	}
	
	#top .search-cart .search {
		width: 10px;
		padding-right: 21px;
		margin-right: 41px;
	}
	
	#top .search-cart .cart {
		width: 74px;
	}
	
	#top .search-cart .search:after {
		right: -28px;
	}
	
	#top .search-cart .cart:before {
		display: none;
	}
	
	#top .search-cart .search {
	    padding-right: 0;
    	margin-right: 45px;
	}
	
	#top .search-cart a {
		font-size: 17px;
	}
	
	#top .search-cart .fa.fa-search,
	#top .search-cart .fa.fa-times {
		font-size: 19px;
	}
	
	h3.rc-heading {
		font-size: 20px;
	}
	
	footer {
		padding-top: 30px;
	}
	
	footer a  {
		font-size: 15px;
    	padding: 6px 0;
	}
	
	footer ul.list-unstyled {
		margin-bottom: 40px;
	}	
	
	.product-page .product-quantity .add-qty,
	.product-page .product-quantity .remove-qty{
		width: 55px;
    	height: 55px;
    	padding: 16px 0;
	}
	
	.product-page .product-quantity .add-qty .fa.fa-plus,
	.product-page .product-quantity .add-qty .fa.fa-plus {
		font-size: 22px;
	}
	
	.product-page .product-quantity .label-input-quantity {
		margin-top: 16px;
	}
	
	.product-page .product-quantity .quantity-input {
		padding: 28px 0;
	}
	
	.product-page .btn-primary.btn-cart {
	    min-width: 160px;
		padding: 15px 16px;
		font-size: 17px;
		width: 100%;
	}
	
	.product-page .price {
		font-size: 35px;
	}
	
	.product-thumb .caption h4 {
		font-size: 18px;
	}
	
	.btn {
		padding: 15px 20px;
    	font-size: 15px;
	}
	
	.btn.mobile-fix {
		padding: 7px 20px;
	}
	
	#cartBox #cart table.products-table tr td:first-child {
		display: none;
	}
	
	#cartBox #cart table.products-table tr:nth-child(2) td {
		width: 41%;
	}
	
	#cartBox #cart table.products-table .product-name {
		font-size: 15px;
	}
	
	button.close {
		position: absolute;
    	top: 8%;
    	right: 8%;
	}
	
	.alert {
		padding: 8px 50px 8px 10px;
	}
	
	.input-group .form-control[name^=quantity] {
		min-height: 38px;
	}
	
	.cart-buttons a {
		width: 48%;
		float: left;
		font-size: 12px;
	}
	
	.mobile-button-fix {
		padding: 5.5px 16px;
	}
	
	#currencySwitch,
	#languageSwitch {
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 12px;
	    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	    filter: alpha(opacity=0);
	    -moz-opacity: 0;
	    -webkit-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;
	}
	
	.toggleCurrencySwitch,
	.toggleLanguageSwitch {
		display: block;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 21px;
	}
	
}




