.h2, h2 {
	font-size:21px;
}
h3.header {
	font-weight:bold;
}

.bg-yellow {
	padding:60px 60px 20px 60px;
	color:#8c5036;
	background:#faefd6;
}

.bg-yellow  a{
	text-decoration:none;
	font-weight:bold;
	color:#875b45;
}

.bg-yellow  a:hover{
	color:#483024;
}

.bg-yellow-small {
	padding:10px 60px;
	color:#8c5036;
	background:#faefd6;
}

.bg-yellow-small a{
	color:#875b45;
	font-weight:bold;	
}
.headline-line-dark {
	display: block;
	margin: 10px 0 10px 0;
	min-height:3em;
	height:3em;
	padding-bottom:3px;
	background:url(../img/headline-line-dark.png) no-repeat left bottom;
}

.headline-line-dark h1 {
	text-align:left;
	border:none;
	margin:0;
}
.headline-line-dark-only {
	display: block;
	margin: 0px 0 30px 0;
	background:url(../img/headline-line-dark-only.png) no-repeat right center;
}

.headline-line-dark-only  h4 span{
	padding-right:20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background:#faefd6;
}

.headline-h1 h1 {
	margin:40px 0 20px;
	text-align:left;
	border:none;
}
.product-box {
	margin-bottom:50px;
	overflow:hidden;
}

.product-box img{
	width:100%;
}
.product-image {
	border:solid 1px #e5c67b;
}

.product-price {
	margin:10px 0 10px 0;
	padding:5px 20px;
	color:#5e0900;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:#d9b191;
}

.product-short-description {
	
}

.basket-box {
	width:auto;
	padding:3px 5px;
	font-weight:bold;
	color:#e5c66a;
	background:#5e0900;
}
.basket-box a {
	font-weight:bold;
	text-decoration:none;
}

.product-image-box .btn {
	padding:6px 0;
}

a.btn-brown, .btn-brown {
	color:#faefd6;
	background-color:#67401c;
}

a.btn-brown:hover,a.btn-brown:focus,.btn-brown:hover,.btn-brown:focus{
	font-weight:bold;
	color:#fdf8ec;
}

a.btn-brd-brown, .btn-brd-brown {
	color:#8c5036;
	border-color:#67401c;
	background-color:#faefd6;
}

a.btn-cart {
	font-weight:normal;
	padding:5px 0;
	border-bottom:solid 1px #ba7a54;
	text-transform:uppercase;
}



a.btn-cart-active {
	color:#ba7a54;
}

a.btn-cart-inactive {
	color:#ccc;
}

a.btn-cart-selected {
	color:#faefd6;
	padding:5px 0;
	background:#c59c7c;
	border-bottom:solid 1px #ba7a54;
	text-transform:uppercase;
}

.cart-buttons {
	margin-bottom:60px;
}

.product-inline-price {
	margin-right:-5px;
	color: #f7e6be;
	padding:3px 20px;
	height: 30px;
	font-size: 16px;
	font-weight:bold;
	background:#ba7a54;
	white-space: nowrap;
	display:block;
	float:left;
}

.product-inline-unit {
	margin-right:-5px;
	color: #67401c;
	padding:5px 10px 0px 0px;
	height: 30px;
	border-top:solid 1px #e5c67b;
	border-bottom:solid 1px #e5c67b;
	font-size: 14px;
	outline: none;
	white-space: nowrap;
	display:block;
	float:left;
}

.quantity-field {
    width: 35px;
    height: 30px;
    outline: none;
    margin: 0 -4px;
    padding:0;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #e5c67b;
	border-bottom: 1px solid #e5c67b;
	border-left:solid 1px #e5c67b;
	border-right:none;
	background:#faefd6;
	display:block;
	float:left;
}

.quantity-button {
	color: #555;
    width: 35px;
    height: 30px;
    padding:1px 0 0 0;
    border-top:solid 1px #e5c67b;
	border-bottom:solid 1px #e5c67b;
	border-right:solid 1px #e5c67b;
	border-left:solid 1px #e5c67b;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    background: #faefd6;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    background-image: none;
    display:block;
	float:left;
}

/*
.quantity-button {
	color: #67401c;
	width: 30px;
	height: 30px;
	margin-top:5px;
	border-top:solid 1px #e5c67b;
	border-bottom:solid 1px #e5c67b;
	border-right:solid 1px #e5c67b;
	border-left:solid 1px #e5c67b;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	background: #faefd6;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
  	background-image: none;
}
 .quantity-field {
	width: 30px;
	height: 30px;
	outline: none;
	margin: -3px -3px 0 -3px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #e5c67b;
	border-bottom: 1px solid #e5c67b;
	border-left:none;
	border-right:none;
	background:#faefd6;
}
*/

.table-cart, .table-summary {
	border-collapse: separate;
	border-spacing: 5px;
}

.table-cart>thead>tr>th {
	padding:8px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	vertical-align: bottom;
	border-top: 1px solid #e5c67b;
	border-bottom: 2px solid #e5c67b;
	background:#f8f8f8;
}

.table-cart>thead:first-child>tr:first-child>th {
	border-top: 1px solid #e5c67b;
}
.table-cart>tfoot>tr {
	background:#ba7a54;
	border-spacing: 0px;
}

.table>tbody>tr>td {
	border-top:none;
	border-bottom: 1px solid #e5c67b;
}

.table>tfoot>tr>td {
	border-top:none;
	border-bottom:none;
}

.table-summary>thead>tr>th {
	padding:8px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
	vertical-align: bottom;
	border-top:none;
	border-bottom: 2px solid #e5c67b;
	background:#fff;
}
.table-summary>tfoot>tr {
	background:#ba7a54;
	border-spacing: 0px;
}

.table-summary>tbody>tr>td.no-border {
	border-top:none;
	border-bottom:none;
}

.table-summary>tbody {
	margin-bottom:40px;
}

.text-small {
	font-size:11px;
}

.method-box {
	padding:10px 55px;
	margin-bottom:5px;
	background:#fff;
}

.method-box h3 {
	padding:5px 10px;
	font-weight:bold;
	background:#faefd6;
}

.summary-container {
	padding:20px 20px;
	background:#fff;
}

.podglad-ramka {
	padding:15px;
}

#zaproszenie-text-1 {
	position:absolute;
	top:410px;
	margin-left:-15px;
	width:100%;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

#zaproszenie-text-2 {
	position:absolute;
	top:455px;
	margin-left:-15px;
	width:100%;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

#zaproszenie-text-3 {
	position:absolute;
	top:550px;
	margin-left:-15px;
	width:100%;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}

#zaproszenie-text-4 {
	position:absolute;
	top:700px;
	margin-left:145px;
	width:100%;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#zaproszenie-text-5 {
	position:absolute;
	top:514px;
	margin-left:474px;
	width:200px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}


.modal-title,.modal-title h1 {
	color:#e5c67b;
	font-size:18px;
	text-align:center;
}

.modal-header .close {
	font-size:30px;
	color:#fff;
	opacity:1;
}
.modal-header {
	border-bottom: 1px solid #e5c67b;
}

.modal-content {
	background:url(../img/bg.jpg) no-repeat top left;
	background-size: cover;
}
/*
.required>::-webkit-input-placeholder::before { content:'*'; }
.required>:-moz-placeholder:before  { content:'*'; }
.required>::-moz-placeholder::before  { content:'*'; }
.required>:-ms-input-placeholder:before  { content:'*'; }
*/

.has-error, .has-error .help-block {
	color:#FF0000;
}
.has-error .form-control {
	border:solid 1px #ff0000;
}

.checkbox-required label {
	font-weight:bold;
}

.checkbox-required label a{
	font-weight:normal;
	color:#8E181A;
}
label.error {
	color:#FF0000;
}

.prodcut-description-small {
	font-weight:normal;
	font-size:11px;
	text-transform:none;
}


ul.footer-menu, ul.footer-menu ul {
	margin:0;
	padding:0;
}

.footer-menu {
	text-align:center;
	margin: 0 auto;
}

.footer-menu li {
    font-size: 100%;
    display:inline;
    overflow: hidden;
}

.footer-menu li a {
    display: inline-block;
    padding: .65em 1.28em;
    overflow: hidden;
    color: #5e0900;
	font-size:13px;
	font-weight:700;
}
a.popover-link {
	font-size:12px;
	text-decoration:underline;
}

.popover-title, .popover-content {
	color: #5e0900;
	text-transform:none;
}

.center-float {
	display: table; margin: 0 auto;
}

@media (max-width: 768px) {
	.bg-yellow { 
		padding:15px 20px;
	}
	
	.method-box { 
		padding:15px 20px;
	}
}

.cart-quantity-column {
	min-width:180px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.wizard a {padding: 12px 12px 10px 12px; margin-right:5px; margin-bottom:10px; background:#efefef; position:relative; display:inline-block;}
.wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px; color:#000; background-color:#fff;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:#c59c7c; color:#fff;}
.wizard .current:after {border-left-color:#c59c7c;}

.wizard .active {background:#e0cbba;}
.wizard .active:after {border-left-color:#e0cbba;}

.wizard .no-link {cursor:default;}
.wizard .no-link:hover {text-decoration:none;}


#delivery-methods-payment-forms h4 {
	padding-right: 20px;
}

@media only screen and (max-width: 565px) {
	/* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
	
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.no-more-tables table { border:none; }
 
	.no-more-tables tr { margin:10px 0 20px 0;}
	
	.no-more-tables tr td:first-child {
		color:#FF0000;
	}
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}


.breadcrumbs {
	margin-bottom:20px;
}

.form-group.required .control-label:after, .required-checkboxes label:after {
  content:" *";
  color:red;
}

 .required-checkboxes label {
 	font-weight:bold;
 }

 .rebate-code-message {
	 padding:10px;
	 margin-bottom:20px;
	 background-color:#e0cbba;
 }
