/*  
	font-family: 'Exo 2', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

@import url('https://fonts.googleapis.com/css?family=Exo 2:300,400,700,900&subset=latin-ext');
@import url('flaticon.css');
@import url('flaticon2.css');

body {
	
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color:#000;
	background-color: #f8f8f8;
}

#bgtop {
	
	background-image: url('/img/bgtop1.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 720px;
	margin-bottom: 16px;
}

a {
	color: #303030;
}
.padding-s {
	padding:35px 0;
}
.padding-u {
	padding:35px 0;
}
.padding-w {
	padding: 0 35px;
}
.padding-n {
	padding:15px;
}
.padding-q {
	padding: 35px 10px;
}
.padding-top-n {
	padding-top:15px;
}
.padding-z {
	padding-bottom: 15px;
}

.padding-top-p {
	padding-top:15px;
}
.padding-bottom-n {
	padding-bottom: 15px;
}
.padding-bottom-m {
	padding-bottom: 30px;
}
.padding-top-2n {
	padding-top:30px;
}
.padding-bottom-2n {
	padding-bottom: 30px;
}
.padding-top-3n {
	padding-top:45px;
}
.padding-bottom-3n {
	padding-bottom: 45px;
}
.margin-left-2n {
	padding-left: 30px;
}
.margin-bottom-2n {
	margin-bottom: 30px;
}

.margin-auto {
	margin:auto;
}
.no-list {
	list-style-type: none;
}
.float-right {
	float: right;
}
.nopadding {
	padding:0px;
}
ul.nopadding {
	padding:0px;
}
ul li i {
	margin-right: 10px;
}
.vertical-align {
	display: flex;
	justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.vertical-align {
		display: block;
	}
}
.vertical-centered {
	align-self: center;
}
.table {
	margin-bottom: 0px;
	display: table;
}
.table span {
	display:table-cell;
 	vertical-align:middle;
}
.table i {
	display:table-cell;
 	vertical-align:middle;
 	padding-right: 8px;
}

.product-bg-white {
	
	margin-left: 2px;
	margin-top: 12px;
	background-color: white;
	border-radius: 10px;  
}

.product-bg-white div { 
	
	padding: 10px;
	border: 0;
}


.icon-rounded {
	background-color: #3E3E3E;
	border-radius: 50%;
	text-align: center;
}
.relative {
	position: relative;
}

.img-padding-a {
	padding: 20px 0;
}

.box-link {
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
}

.btn {
	font-size: 17px;
}

.btn-buy {
	background-color: #3E3E3E;
	color:#fff;
	border-radius: 0 0 0 0;
	padding:10px 20px 10px 45px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.btn-buy:after {
	font-family: "flaticon";
	content: "\f1d9";
	display: block;
	font-size: 18px;
	height:24px;
	width: 24px;
	top:9px;
	left:10px;
	color: #fff;
	position: absolute;
	font-weight: 400;
}
.btn-buy:hover {
	background-color:#292929;
	color:#fff;
	text-decoration: none;
}

.btn-buy-big {
	background-color: #DA0A00;
	color:#fff;
	border-radius: 0 0 0 0;
	padding:15px 30px 15px 60px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.btn-buy-big:after {
	font-family: "flaticon";
	content: "\f1d9";
	display: block;
	font-size: 18px;
	height:24px;
	width: 24px;
	top:15px;
	left:20px;
	color: #E50E0B;
	position: absolute;
	font-weight: 400;
}
.btn-buy-big:hover {
	background-color:#E50E0B;
	color:#fff;
	text-decoration: none;
}


.btn-see {
	background-color: #3E3E3E;
	color:#fff;
	border-radius: 0 0 0 0;
	padding:10px 20px 10px 45px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.btn-see:after {
	font-family: "flaticon2";
	content: "\f100";
	display: block;
	font-size: 18px;
	height:24px;
	width: 24px;
	top:9px;
	left:10px;
	color: #fff;
	position: absolute;
	font-weight: 400;
}
.btn-see:hover {
	background-color:#292929;
	color:#fff;
	text-decoration: none;
}


.btn-delete {
	background-color: #010101;
	color:#fff;
	border-radius: 8px;
	padding:15px 20px 15px 45px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.btn-delete:after {
	font-family: "flaticon";
	content: "\f113";
	display: block;
	font-size: 17px;
	height:24px;
	width: 24px;
	top:15px;
	left:10px;
	position: absolute;
	font-weight: 400 !important;
	border:0px;
	font-style: normal;
	border-image-width:0px;
}
.btn-delete:hover {
	background-color:#3b3b3b;
	color:#fff;
	text-decoration: none;
}
.owl-nav {
	position: absolute;
	top:-63px;
	right:0px;
}
.bg-grey {
	background-color: #f8f8f8;
}
.bg-white {
	background-color: #ffffff;
}

.margin-zero-sides {
	margin-right:0px;
	margin-left: 0px;
}

.font-blue {
	color:#3E3E3E;
}
.dark-column {
	background-color: #010101;
	margin-top: -30px;
	padding-top: 30px;
	padding-bottom: 60px;
	border-radius:0px 0px 20px 0px;
}
.dark-column h3 {
	color:#fff;
}
.dark-column .box-title h3 {
	background-image: url('../img/bg--h3-white.png');
	background-color: #010101;
}

#features {
	clear: both;
}

/********** Contact box */
.btn-send {
	background-color: #DA0A00;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border:0px;
	border-radius: 0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.btn-send i {
	margin-right: 10px;
	font-size: 18px;
}
.btn-send:hover {
	background-color: #E50E0B;
	color:#fff;
}

/********** Header top */
.chosen-width { 
	width: 160px;
}

.chosen-width2 { 
	width: 73px;
}

.chosen-container-single .chosen-single span {
	font-size:14px;
}

.chosen-container ul.chosen-results li.highlighted {
  background-color: yellow;
  background-image: none;
  color: black;
}

#header-top {
	
	color:#404040;
	line-height: 18px;
	font-family: 'Exo 2', sans-serif;
	font-size: 15px;
}
#header-top a {
	color:#E50E0B;
}
#header-top a:hover {
	color:#e3e3e3;
}
#header-top ul {
	float: right;
	margin-bottom: 0px;
}
#header-top ul li {
	float: left;
	margin-left: 15px;
}
#header-top ul li i {
	font-size: 16px;
	line-height: 21px;
	color:#E50E0B;
}

#header-top .yellow-line {
	margin-top: -18px;
}
/********** /Header top */

/********** Header info */
#header-info {
	
	background-color: transparent;
	height: 170px;
	
	opacity: 1;
	
}
.header-info-list {
	float: right;
	margin-bottom: 0px;
	text-transform: uppercase;
	color:black;
	font-family: 'Exo 2', sans-serif;
	width: 100%;
	line-height: 18px;
}
.header-info-list li {
	float: left;
	margin-left: 40px;
}
.header-info-list li i {
	color:#DA0A00;
	font-size: 40px;
	line-height: 40px;
	margin-right: 15px;
}
.header-info-list li span {
	color: black;
	font-size: 15px;
	font-weight: 600;
	top:50%;
}
.header-info-list a {
	color:white;
	top:50%;
	display: inline-table;
}
.header-info-list a:hover {
	text-decoration: none;
}
/********** /Header info */


/********** Navigation */

.breadcrumb {
	border-radius: 8px;
}

/********** /Navigation */

/********** Content */

#content {
	
	margin-bottom: 50px;
}

/********** /Content */

/********** Cart */
#faktura2, #firma, #odbior { display: none; }
#osobafiz { display: block; }

#cart {
	text-transform: uppercase;
	width: 100%;
	line-height: 18px;
	font-size: 15px;
}
#cart a {
	color: black;
}
#cart .cart-left {
	float: left;
}
#cart .cart-right {
	float: left;
	margin-right: 10px;
}
#cart span {
	clear: both;
	width: 100%;
	display: block;
	text-align: left;
}
#cart i {
	font-size: 40px;
	line-height: 40px;
	color:#DA0A00;
}
#cart .icon-rounded {
	height: 38px;
	width: 38px;
}
/********** /Cart */


/********** Nav tabs */
#main-menu .nav {
 padding-left:0;
 margin-bottom:0;
 list-style:none;
 font-family: 'Exo 2', sans-serif;
 text-transform: uppercase;
 font-size: 17px;
 font-weight: 400;
 border-radius: 12px;
}
#main-menu .nav-tabs-level-one {
	background-color: #E50E0B;
}
#main-menu .nav>li {
 position:relative;
 display:block
}
#main-menu .nav>li>a {
 position:relative;
 display:block;
 padding:10px 15px;
}
#main-menu .nav>li>a:focus,.nav>li>a:hover {
 text-decoration:none;
 background-color:#eee
}
#main-menu .nav>li.disabled>a {
 color:#777
}
#main-menu .nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
 color:#777;
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent
}
#main-menu .nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
 background-color:#eee;
 border-color:black
}
#main-menu .nav .nav-divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
#main-menu .nav>li>a>img {
 max-width:30px;
 margin-right: 10px;
 margin-top: -5px;
}
#main-menu .nav-tabs {
 border-bottom:1px solid #ddd
}
#main-menu .nav-tabs i {
	font-size: 22px;
}
#main-menu .nav-tabs>li {
 float:left;
 margin-bottom:-1px
}
#main-menu .nav-tabs>li>a {
	
 margin-right:0px;
 line-height:2.4;
 border:0px solid transparent;
 border-radius:0px;
 border-bottom: 1px solid transparent;
 color:white;

}
#main-menu .nav-tabs-level-one>li>a {
	 border-right: 1px solid #E50E0B;
}
#main-menu .nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd;
}
#main-menu .nav-tabs-level-one>li>a:hover {

	background-color: #3E3E3E;
	color:white;
}
#main-menu .nav-tabs-level-two>li>a:hover {

	 border-bottom: 1px solid #055eaf;
}
#main-menu .nav-tabs>li.active>a,#main-menu .nav-tabs>li.active>a:focus,#main-menu .nav-tabs>li.active>a:hover {
 color:white;
 cursor:default;
 background-color: #3E3E3E;
 border:0px solid #ddd;
 border-bottom: 0;
 border-radius: 10px;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
#main-menu .nav-tabs.nav-justified {
 width:100%;
 border-bottom:0
}
#main-menu .nav-tabs.nav-justified>li {
 float:none
}
#main-menu .nav-tabs.nav-justified>li>a {
 margin-bottom:5px;
 text-align:center
}
#main-menu .nav-tabs.nav-justified>.dropdown .dropdown-menu {
 top:auto;
 left:auto
}
#main-menu .tab-content {
	background-color: transparent;
}
#main-menu .nav-tabs.nav-tabs-level-two {
	border-bottom: 0px;
	background-color: #0d235a; 
}
#main-menu .nav-tabs.nav-tabs-level-two i {
	font-size: 18px;
}
#main-menu .nav-tabs.nav-tabs-level-two>li>a {
	color:#fff;
}
#main-menu .nav-tabs.nav-tabs-level-two>li>a:hover {
	color:#fff;
	background-color: #055eaf;
}

#main-menu .tab-title h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 0;
	background-repeat: no-repeat;
	height:30px;
	line-height: 28px;
	padding-right: 0;
	margin-top: 0px;
	color: #3E3E3E;
}

#main-menu .padding-a {
	padding-top: 34px;
}

#car-tires, #car-tires2, #car-tires3 {

    background-image: url('/img/bgsearch.png');
    background-size: cover;
    background-position: center bottom;
    border-radius: 10px;
    margin-top: 15px;
	min-height:145px;
}

#car-tires2 {

}

#car-tires3 {

}

#car-alloy {
	
	background-color: #9e9e9e;
	min-height:235px;

}

#car-steel {
	
	background-color: #9e9e9e;
	min-height:235px;

}

#car-tires-option-a {
	background-image: url('../img/wheel.png');
	min-height:190px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#car-tires-option-b {
	background-image: url('../img/bg-car-tires-option-b.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: 130px;
    border-radius: 8px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-select-min-width-n {
    min-width: 160px;
}
.btn-select-cart-qty {
	position: relative;
    padding: 0;
    width: 80px;
	min-width: 80px;
	max-width: 80px;
}


.btn-select .btn-select-value {
    padding: 6px;
    display: block;
    position: absolute;
    left: 0;
    right: 24px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}
.btn-select-cart-qty span.btn-select-value {
	max-width: 48px;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 5px;
    top: 0;
}
.btn-select-cart-qty span.btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 15px 5px;
    top: 0;
    max-width:30px;
}


.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top:50px;
    z-index: 999;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */



.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}

.no-padding-right {
	padding-right: 0px;
}
.border-left {
	border-left:1px solid green;
}
.checkbox {

	display: inline-block;
	height: 100%;
	margin-bottom: 20px;
}
.checkbox label {
	color:#fff;
	text-transform: uppercase;
	font-weight: 700 !important;
	display: inline-table;
	top:0px;
}
.form-filter { display: inline; } 
.form-control {
	display:block;
	width:100%;
	height:52px;
	margin-top: 0px;
	padding:0px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:8px;
}
#main-menu .form-group,
#main-menu .checkbox {
	margin-top:10px;
	margin-bottom: 10px;
}
#main-menu .form-title {
	width: 100px;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	color: #3E3E3E;
	padding-left:0;
}
#main-menu .padding-b {
	padding-left:5px;
}
#main-menu .padding-b2 {
	padding-left:15px;
}
#main-menu .form-group label {
	color:#fff;
	text-transform: uppercase;
}
.input-slim {
	max-width: 50px;
}
.btn-default-main-menu {
	background-color: #DA0A00;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	border:0px;
	border-radius: 8px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.btn-default-main-menu i {
	margin-right: 10px;
	font-size: 18px;
}
.btn-default-main-menu:hover {
	background-color: #E50E0B;
	color:#fff;
}
#main-menu ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
#main-menu ::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
#main-menu :-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
#main-menu :-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
#main-menu input {
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}

.cart-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
.cart-container ::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
.cart-container :-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
.cart-container :-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
.cart-container  input {
	text-transform: uppercase;
  	color:#000;
  	font-weight: 700;
}
.margin-left {
	margin-left: 15px;
}
/********** /Nav tabs */

/********** Features */
.feature-ico {
	border-radius: 50%;
	height:85px;
	width: 85px;
	text-align: center;
	background-color: #fff;
	border:1px solid #BFBFBF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.feature-ico i {
	font-size: 40px;
	line-height: 85px;
	color: #E50E0B;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.feature-box h4 {
	width: 100%;
	display: inline-block;
	color:#BFBFBF;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
}

.feature-box h4 span {
	font-size: 25px;
	display: block;
	color: #5a5a5a;
}

.feature-box .vertical-centered {
	width:100%;
}
.feature-box:hover .feature-ico {
	background-color: #E50E0B;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.feature-box:hover .feature-ico i {
	color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/********** /Features */

/********** Footer */
#brands {
	clear:both;
}

footer {
	background-color: #F8F8F8;
	color: #3E3D37;
}
footer a {
	color:#3E3D37;
}
footer .contact-box a, footer .contact-box i, footer .contact-box h4 {

}
footer a:hover {
	color:#3E3D37;
	text-decoration: none;
	font-weight: 700;
}
footer ul {
	list-style-type: none;
	padding: 0px;
}
footer ul li {
	margin-bottom: 8px;
	font-size: 16px;
}
footer h4 {
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 35px;
}
.footer-contact-box .footer-icon-box {
	margin-top: 15px;
}
.footer-contact-box .footer-icon-box i {
	font-size: 28px;
}
footer .border-top {
	
}
footer .border-left {
	border-left:1px solid #fff;
}

footer .contact-box {
	height: 322px;
	padding-left: 30px;
}

footer .contact-box span {
	font-size: 15px;
	display: block;
	font-weight: normal;
	line-height: 28px;
	color: black;
}

footer .contact-box span.tel, footer .contact-box i {
	font-size: 19px;
		
}

footer .contact-box .row {
	padding-bottom: 10px;
}

/********** /Footer */

/********** Banner */
.config-banner {
	
    background: #D8D9DA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-180deg, #E50E0B 0%, #FD7A27 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-180deg, #E50E0B 0%, #FD7A27 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-180deg, #E50E0B 0%, #FD7A27 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-180deg, #f95d21 0%, #fd7a27 100%); /* Standard syntax */
}

.config-banner .btn-see {
	background-color: white;
	color:#E50E0B;
	border-radius: 6px;
	padding:10px 20px 10px 45px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.config-banner .btn-see:after {
	font-family: "flaticon2";
	content: "\f100";
	display: block;
	font-size: 18px;
	height:24px;
	width: 24px;
	top:9px;
	left:10px;
	color:#E50E0B;
	position: absolute;
	font-weight: 400;
}
.config-banner .btn-see:hover {
	background-color:#292929;
	color:white;
	text-decoration: none;
}

.config-banner div.title-box {
	
	border-top: 6px solid #DA0A00;
}

.config-banner h4, .config-banner h5 {
	
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 1em;
	color: white;
} 

.config-banner h5 {
	
	border-top: 0;
	font-weight: 400;	
	font-size: 26px;
	line-height: .9em;
}
 
/********** /Banner */

/********** Copyrights */
#copyrights {
	background-color: #323232;
	color:#e4e4e4;
	font-size: 14px;
	line-height: 24px;
}
.copyright-logos span,
.copyright-logos a {
	float: right;
	margin-right: 15px;
	color:#e4e4e4;
}
.copyright-logos span {
	line-height: 24px;
	font-size: 12px;
	color:#e4e4e4;
}
/********** /Copyrights */

/********** Boxes elements */

.box-title {

}
.box-title h3, .box-title2 h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 0;
	background-repeat: no-repeat;
	height:36px;
	line-height: 36px;
	background-color: transparent;
	padding-right: 0;
	margin-top: 0px;
	
	color: #E50E0B;
	
}
.box-title .box-nav-container, .box-title2 .box-nav-container {
	position: absolute;
	top:0px;
	right: 0px;
}

.box-title2 h3 {
	border-bottom: 0;
	font-size: 22px;
	line-height: 22px;
	color: #797979;
}

.box-title2 h1 {
	
	font-family: 'Exo 2', sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.box-title2 h1 span {
	
	color: #DA0A00;
}

.box-info h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 3px;
}
.box-info p {
	margin-bottom: 0px;
}
.price-and-buy .price {
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
}
/********** Boxes */

i.letnie:after, i.summer:after {
	font-family: "flaticon";
	content: "\f13d";
	display: block;
	font-size: 24px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: 5px;
	color:#b1b1b1;
}
i.zimowe:after, i.winter:after {
	font-family: "flaticon";
	content: "\f136";
	display: block;
	font-size: 24px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: 5px;
	color:#b1b1b1;
}
i.caloroczne:after {
	font-family: "flaticon";
	content: "\f138";
	display: block;
	font-size: 24px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: 5px;
	color:#b1b1b1;
}

.info-tire {
	list-style-type: none;
	padding: 0px;
}
.info-tire.info-horizontal li {
	float:left;
	margin-left:20px;
	position:relative;
}
.info-tire.info-vertical li {
	position:relative;
	margin-bottom: 30px;
}
.info-tire li {
	padding-left: 39px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0;
}
.info-tire li:before {
	
}

.info-tire li:first-child {
	margin-left:0px;
}

.info-fuel:after {
	font-family: "flaticon";
	content: "\f134";
	display: block;
	font-size: 22px;
	height:24px;
	width: 24px;
	top:0px;
	left:0px;
	color: #606060;
	position: absolute;
	z-index: 2;
	font-weight: 400;
}
.info-wet:after {
	font-family: "flaticon";
	content: "\f132";
	display: block;
	font-size: 22px;
	height:24px;
	width: 24px;
	top:0px;
	left:0px;
	color: #606060;
	position: absolute;
	z-index: 2;
	font-weight: 400;
}
.info-loudness:after {
	font-family: "flaticon";
	content: "\f130";
	display: block;
	font-size: 22px;
	height:24px;
	width: 24px;
	top:0px;
	left:0px;
	color: #606060;
	position: absolute;
	z-index: 2;
	font-weight: 400;
}


.stars {
	background-image: url('../img/stars.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	height:13px;
	width: 100%
}
.stars-5 {
	background-position: center 0px;
}
.stars-4 {
	background-position: center -13px;
}
.stars-3 {
	background-position: center -26px;
}
.stars-2 {
	background-position: center -39px;
}
.stars-1{
	background-position: center -52px;
}
.brand-container {
	border-radius: 12px;
	padding-top: 60px;
	padding-bottom:35px;
	background-color: white;
	
}
.brand-box {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promotion-box {
	border:1px solid #eaeaea;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promotion-box:hover {
	border:1px solid #3E3E3E;
	background-color: #3E3E3E;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promotion-box:hover .box-info h5,
.promotion-box:hover .box-price-big {
	color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promotion-box:hover .box-price-big .price-old {
	color:#5585b1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.promotion-box:hover .stars {
	background-image: url('../img/stars-hover.png');
}
.sale-box {
	border:2px solid #eaeaea;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sale-box:hover {
	border:2px solid #3E3E3E;
	background-color: #3E3E3E;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sale-box:hover .box-info h5,
.sale-box:hover .box-price-big {
	color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sale-box:hover .box-price-big .price-old {
	color:#5585b1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sale-box:hover .stars {
	background-image: url('../img/stars-hover.png');
}


.box-price-big {
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color:#000;
}
.box-price-big span {
	margin:auto 5px;
}
.box-price-big .price-old {
	text-decoration: line-through;
	color:#a3a3a3;
}

/********** Cookie box elements */

DIV#cookieLayer {
    position: fixed;
    z-index: 100; 
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: #606060;
    color: white;
    font-size: 12px;
    padding: 12px 0;
    border-top: 1px solid #dddddd;
    text-align: center;
}

DIV#cookieLayer A {
	color: white;
}

DIV#cookieLayer A.pbutton {
	color: #333333;
	background-color: #f2f2f2;
	border-radius: 5px;
	padding: 5px 8px;
	padding-top: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-left: 40px;
	display: block;
	clear: both;
	width: 200px;
	margin: 4px auto;
}

DIV#cookieLayer A.pbutton:Hover {
	background-color: #e1e1e1;
}


/********** Product */
ul.chk {
	color:black;
	list-style-type: none;
	padding: 0;
}

/********** Pomoc / FAQ */

ul.faq-table {
	
	font-size: 17px;
}

/********** Zamowienie / Ordering */

DIV.zamowienieKroki {
	
	clear: both;
	padding-bottom: 20px;
}

DIV.zamowienieKroki SPAN.kat SPAN.nr {
	
	color: #E50E0B;
	display: block;
	font-size: 20px;
}

DIV.zamowienieKroki SPAN.kat {
	
	display: block; 
	
	width: 100%; 
	height: 80px;
	background-color: #f5f5f5;
	padding: 12px 20px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .5px;
	color: #242728;	
	text-transform: uppercase;
}

DIV.zamowienieKroki SPAN.active, DIV.zamowienieKroki SPAN.active A, DIV.zamowienieKroki SPAN.active SPAN.nr {
	
	background-color: #E50E0B;
	color: white;
}

/********** Boxes elements */


ul.list-type-ddcentrum {
	color:#fff;
	list-style-type: none;
}
ul.list-type-ddcentrum li {
	margin-bottom: 10px;
	position: relative;
}
ul.list-type-ddcentrum li:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../img/bg-list-li.png');
	height: 9px;
	width: 7px;
	top:5px;
	left:-30px;
}
ul.list-type-ddcentrum a {
	color:#fff;
	font-weight: 700;
}

.overflow-auto {
	overflow: auto;
}
.input-qty {
	max-width: 40px;
}
.cart-position-details .cart-legend {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.cart-position-details p {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin:5px auto;
}
.cart-position-details .old-price {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #010101;
}
.cart-container {
	border-bottom: 1px solid #dedddd;
}
.cart-container:last-child {
	border-bottom: 0px;
}
.cart-container .vertical-centered {
	width: 100%;
	text-align: left;
}
.cart-container i {
	position:absolute;
	right: 0px;
	top:50%;
	margin-top:-25px;
}
.cart-container .btn-select-cart-qty {
	position: absolute;
	right:0px;
	top:50%;
	margin-top:-24px;
}

.cart-container .border-right {
	border-right: 1px solid #fff;
}
.cart-container .btn-delete {
	position: absolute;
	right:15px;
	top:50%;
	margin-top: -20px;
}
.cart-container a.btn-delete {
	color:#fff !important;
}

#cart-steps {
	background-color: #f8f8f8;
}
.cart-step-icon {
	border-radius: 50%;
	background-color: #3E3E3E;
	width:85px;
	height: 85px;
	margin:auto;
}
.cart-step-icon i {
	color:#fff;
	font-size: 50px;
	line-height: 85px;
}
.cart-arrow-next {
	position: absolute;
	right:-30px;
	top:25px;
}
.cart-arrow-next i {
	color:#3E3E3E;
	font-size: 30px;
	line-height: 30px;
}
#cart-steps .box-title h3 {
	background-image: url('../img/bg-box-title-h3-cart.png');
	background-color: #f8f8f8;
}
.cart-step-form,
.cart-summarize {
	padding-left: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.cart-step-form label {
	width: 100%;
}
.cart-step-form input {
	margin-right: 20px;
}
.cart-option-value {
	position: absolute;
	top:0px;
	right: 0px;
}
.cart-totals {
	border-top: 1px solid red;
}
.cart-summarize hr {
	border-color: #969595;
}
.price-incl-vat {
	color:#3E3E3E;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
}
.price-excl-vat {
	color:#969595;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
}

#search-promo {
	background-color: #e5e5e5;
}

.product-list-box {
	border:1px solid #e5e5e5;
	background-color: #fff;
	margin-bottom: 15px;
}


.product-image {
	
	border-radius: 6px;
	background-color: white;
}

#search-promo .product-list-box {
	border:1px solid green;

}
.product-list-box .vertical-centered {
	width: 100%;
	text-align: left;
}
.product-list-box p {
	margin-bottom: 3px;
	text-transform: uppercase;
}
.product-list-box h3 {
	text-transform: uppercase;
	color:black;
	font-size: 23px;
	font-weight: 700;
	margin-top:0;
}
.product-list-box h4 {
	text-transform: uppercase;
	color:#3E3E3E;
	font-size: 20px;
	font-weight: 700;
}
.product-list-box .vertical-centered.force-text-right {
	text-align: right;
}
.product-list-box .price-old {
	color:#010101;
	font-size: 18px;
	font-weight: 700;
	text-decoration: line-through;
}
.product-list-box .btn-buy-big {
	background-color: #3E3E3E;
	color:#fff;
	border-radius: 6px;
	padding:13px 20px 13px 50px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.product-list-box .stars {
	margin-top:10px;
}
.padding-extra-right {
	padding-right: 15px;
}
.tire-season i.letnie:after, .tire-season i.summer:after {
	font-family: "flaticon";
	content: "\f13d";
	display: block;
	font-size: 30px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: -5px;
	color:#000;
}
.tire-season i.zimowe:after, .tire-season i.winter:after {
	font-family: "flaticon";
	content: "\f136";
	display: block;
	font-size: 30px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: -5px;
	color:#000;
} 
.tire-season i.caloroczne:after {
	font-family: "flaticon";
	content: "\f138";
	display: block;
	font-size: 30px;
	height:24px;
	width: 24px;
	font-style: normal;
	margin-top: -5px;
	color:#000;
} 

.position-label .position-label-txt {
	background-color: #010101;
	color: #fff;
	display: block;
	height: 48px;
	width:auto;
	font-size:13px;
	text-transform: uppercase;
	line-height: 48px;
	font-weight: 700;
}
.product-list-box:hover {
	background-image: url('../img/bg-product-box-hover.png');
	background-repeat: repeat-y;
}
.pagination a {
	font-size: 14px;
	font-weight: 700;
	margin-left:5px;
	margin-right: 5px;
	border-color:#a3a3a3; 
}
.pagination > li > a {
	color:#000;
}
.pagination > li > a:hover {
	color:#000;
}
.pagination > .active > a {
	background-color: #a3a3a3;
	color: #fff;
	border-color:#a3a3a3; 
}

.blue-banner-box {
	background-color: #3E3E3E;
	color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.blue-banner-box i {
	font-size: 50px;
}
.blue-banner-box h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif;
}
.blue-banner-box p {
	font-size: 15px;
	line-height: 25px;
}
.blue-banner-box .bg-icon {
	position: absolute;
	right: -20px;
	top:-25px;
}
.blue-banner-box .bg-icon i {
	font-size: 88px;
	color:#3b7cb8;
}
.search-results-txt {
	font-size: 17px;
	font-weight: 700;
	color:#a3a3a3;
	padding-left: 0;
}

#search-header .box-title {
	margin-bottom: 10px;
}
#search-header .box-title h3 {
	margin-bottom: 0px;
}

.found-txt {
	font-size: 17px;
	font-weight: 700;
	color:#010101;
	line-height: 50px;
}
.found-txt strong {
	color:#000;
}
.search-filters {
	float: right;
}
.search-filters ul {
	list-style-type: none;
	padding:0px;
	background-color: #eaeaea;
}
.search-filters ul li {
	float:left;
	display: block;
	background-color: #e5e5e5;
	text-transform: uppercase;
	color:#000;
	font-weight: 700;
	font-size: 13px;
}
.search-filters ul li:first-child {
	padding:5px 30px;
}
.search-filters ul li:hover,
.search-filters ul li.active {
	background-color: #b0b0b0;
}
.search-filters ul li:first-child:hover {
	background-color: #e5e5e5;
}
.search-filters ul li a {
	text-transform: uppercase;
	color:#000;
	font-weight: 700;
	font-size: 13px;
	display: block;
	padding:5px 30px;
}
.search-filters ul li a:hover,
.search-filters ul li.active a {
	text-decoration: none;
	color:#fff;
}
.filter-legend {
	text-transform: uppercase;
	color:#000;
	font-weight: 700;
	margin-right: 30px;
}
.product-stars-txt {
	color:#3E3E3E;
	font-size: 20px;
	font-weight: 700;
}

.product-tabs .nav {
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.product-tabs .nav>li {
 position:relative;
 display:block

}
.product-tabs .nav>li>a {
 position:relative;
 display:block;
 padding:15px 25px;
  background-color:#f3f3f3;
  text-transform: uppercase;
  font-weight: 700;
  color:#000;

}
.product-tabs .nav>li>a:focus,.nav>li>a:hover {
 text-decoration:none;
 background-color:#666666;
 color:#fff;
}
.product-tabs .nav>li.disabled>a {
 color:#777
}
.product-tabs .nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
 color:#777;
 text-decoration:none;
 cursor:not-allowed;
 background-color:transparent
}
.product-tabs .nav .open>a,.nav .open>a:focus,.product-tabs .nav .open>a:hover {
 background-color:#eee;
 border-color:black
}
.product-tabs .nav .nav-divider {
 height:1px;
 margin:9px 0;
 overflow:hidden;
 background-color:#e5e5e5
}
.product-tabs .nav>li>a>img {
 max-width:none
}
.product-tabs .nav-tabs {
 border-bottom:1px solid #ddd
}
.product-tabs .nav-tabs>li {
 float:left;
 margin-bottom:-1px
}
.product-tabs .nav-tabs>li>a {
 margin-right:2px;
 line-height:1.42857143;
 border:1px solid transparent;
 border-radius:6px;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}
.product-tabs .nav-tabs>li>a:hover {
 border-color:#eee #eee #ddd
}
.product-tabs .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
 cursor:default;
 background-color:#666666;
 color:#fff;
 border:1px solid #ddd;
 border-bottom-color:transparent
}
.product-tabs .nav-tabs.nav-justified {
 width:100%;
 border-bottom:0
}
.product-tabs .nav-tabs.nav-justified>li {
 float:none
}
.product-tabs .nav-tabs.nav-justified>li>a {
 margin-bottom:5px;
 text-align:center
}
.product-tabs .nav-tabs.nav-justified>.dropdown .dropdown-menu {
 top:auto;
 left:auto
}
@media (min-width:768px) {
 .product-tabs .nav-tabs.nav-justified>li {
  display:table-cell;
  width:1%
 }
 .product-tabs .nav-tabs.nav-justified>li>a {
  margin-bottom:0
 }
}
.product-tabs .nav-tabs.nav-justified>li>a {
 margin-right:0;
 border-radius:4px
}
.product-tabs .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
 border:1px solid #ddd
}
.product-tabs .tab-content {
	padding:30px 15px;
	background-color: white;	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

form#blockAsk {
	display: block;
	min-height: 800px;	
}

#product-desc .table-striped th, #product-desc .table-striped td {
	border: 0;
}
#product-desc .table-striped th {
	font-weight: normal;
}
#product-desc .table-striped td {
	font-weight: bold;
}

#product-desc .price-incl-vat {
	font-size: 32px;
	color: white;
}
#product-desc .price-old {
	font-size: 18px;
	font-weight: 700;
	color:#010101;
	text-decoration: line-through;
}
#product-desc .btn-buy-big {
	
	background-color: white;
	color:#E50E0B;
	border-radius: 6px;
	padding:13px 20px 13px 50px;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.product-parameters {
	background-color:#f8f8f8; 
	text-transform: uppercase;
}
.product-parameters .product-parameter-box {
	margin-bottom: 30px;
}
.parameter-label {
	font-size:13px;
	font-weight: 400;
}
.parameter-content {
	font-size: 20px;
	font-weight: 700;
}
.parameter-desc {
	color:#010101;
}

.bg-red {
	background-color: #E50E0B;
	border-radius: 6px;	
}

.zoom-image i {
	font-size: 21px;
	margin-right:5px;
}
.zoom-image span {
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 700;
}
.zoom-image a {
	color:#000;
}
.zoom-image a:hover {
	color:#000;
	text-decoration: none;
}

#main-menu .navbar-collapse {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#main-menu .navbar-toggle {
	background-color: #464646;
	color: white;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#main-menu .navbar-toggle.collapsed{
	background-color: #3E3E3E;
}

#main-menu .navbar-toggle .icon-bar{
	background-color: #fff;
}
.pos-hidden-md {
	display: none;
}
#main-menu .nav > li.pos-hidden-md {
		display: none;
	}

@media screen and (max-width: 769px) {
    .nav-tabs > li {
	    display:block;
	    width:100%;
	    border-right: 0px;
    }
    #main-menu .nav-tabs-level-one > li > a {
    	border-right-width: 0px;
    }
    #main-menu .nav > li.pos-hidden-md {
		display: block;
	}
	.pos-hidden-md {
		display: block;
	}
}

/***************************************************
  Responsive custom fixes
***************************************************/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {
	
	#cart {
		text-align: left;
	}
	#cart .cart-right {
		float: left;
		margin-bottom: 0;
	}
}

@media only screen and (max-width : 1200px) {
	
	
	#cart {
		text-align: left;
	}
	#cart .cart-right {
		float: left;
		margin-bottom: 0;
	}
	
	#car-tires-option-a,
	#car-tires-option-b {
		background-image: none;
	}

	.cart-position-details .cart-legend {
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.cart-position-details p {
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		margin:5px auto;
	}
	.cart-position-details .old-price {
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
		color: #010101;
	}
	.cart-container .btn-delete {
		position: absolute;
		right:15px;
		top:50%;
		margin-top: -20px;
		font-size: 14px;
		padding:15px 5px 15px 5px;
	}
	.cart-container .btn-delete:after {
		display: none;
	}
	.product-list-box .btn-buy-big {
		margin-left: -15px;
	}
	.search-filters ul li:first-child {
		padding:25px 10px;
	}
	.search-filters ul li a {
		padding-left: 10px;
		padding-right:10px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	#adv-1 {
		display: none;
	}
	
	#bgtop {
		background-image: none;
	}
	
	.footer-contact-box .footer-icon-box {
		margin-top: 0px;
	}
	.product-list-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-price-col {
		border-top: 1px solid #010101;
		margin-top: 30px;
		clear: both;
		float: right;
	}

	#car-tires, #car-alloy, #car-steel {
		background: none;
		background-color: #F9F9F9
	}
	
	#header-top .yellow-line {
		display: none;
	}
	.header-info-list .float-right li {
		margin-bottom: 15px;
	}
	#cart {
		text-align: center;
	}
	#cart .cart-right {
		float: none;
		margin-bottom: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


	#adv-1 {
		display: none;
	}
	
	#bgtop {
		background-image: none;
	}
	
	#header-info #logo {
		text-align: center;
		margin-bottom: 0;
		max-width: 100%;
	}
	#header-info #logo img {
		
		margin:auto;
	}
	
	.padding-top-p {
		
		padding-top: 20px;	
	}
	
	DIV#cookieLayer {
		
		display: none;
	}
	

	.header-info-list .float-right {
		float:none;
	}
	.header-info-list .float-right li {
		margin-bottom: 15px;
	}

	#header-info #cart {
		padding-top:8px;
		padding-bottom: 8px;
		padding-right: 15px;
		padding-left: 15px;
		color:black;
		opacity: 0.8;
	}

	#header-info #cart span{
		color:black;
	}
	#car-tires-option-a .no-padding-right {
		padding-right: 15px;
	}
	.margin-left {
		margin-left: 0px;
	}
	.input-slim {
		max-width: 300px;
	}
	.dark-column {
		margin-top:0px;
		padding-top: 30px;
	}
	.cart-container .matchheight {
		margin-bottom: 15px;
	}
	.margin-bottom-xs {
		margin-bottom: 30px;
	}
	.search-filters ul li:first-child {
		padding:25px 30px;
	}
	.search-filters ul li a {
		padding-left: 30px;
		padding-right:30px;
	}
	
	#main-menu .tab-title h3 {
		font-size: 18px;	
	}
	
	#main-menu .padding-a {
		margin-top: 0px;
	}
	
	#cart {
		text-align: left;
	}
	#cart .cart-right {
		float: left;
	}
	
	.search-filters ul li {
		width:100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/* Zoom image */  
ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
}

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 15vw;       
margin-right: 15vw;
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}
}

/** Allegro tab **/

DIV#allegro {
	
	position: absolute;
	top: 390px;
	left: -1px;
}

SELECT.chznstyle {
	background-color: #f6f6f6;
	border: 1px solid #AAAAAA;
	border-radius: 6px;
	font-size: 13px;
	font-family: "Exo 2", Arial;
	padding: 3px;
	width: 180px;
}