/**** WEBSHOP ****/
#webshop .category-list-item > h3, #checkout h3 {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 30px 0;
	font-family: "Montserrat";
	font-weight: 400;
	text-transform: uppercase;
}

.product-main-block {
	float: left;
	width: 20%;
	padding: 10px 2%;
	box-sizing: border-box;
}

.product-main-block .product-image {
	float: left;
	width: 100%;
}

.product-main-block .product-image img {
	max-width: 100%;
}

.product-intro {
	float: left;
	color: #666666;
	font-size: 16px;
	width: 80%;
	box-sizing: border-box;
	padding:  10px;
	font-family: 'Montserrat';
	font-weight: 300;
	line-height: 24px !important;
}

.product-intro * {
	line-height: 22px !important;
}

.product-intro h3:first-child {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #b7924e;
	font-weight: bold;
}

.product-intro table {
	max-width: 96%;
	width: 96% !important;
	padding: 0 2%;
	float: left;
}

.add-to-cart button {
	background: #b7924e;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	border: 0;
	padding: 10px;
	margin-top: 10px;
}

.product-intro td {
	border-bottom: 1px dashed #79746e;
}

.product-intro a {color: #B38C45;text-decoration: underline;}

.product-price {
	float: left;
	width: 100%;
	text-align: right;
}

.product-price div {
	font-family: 'Montserrat';
	color: #868686;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}

.nav.first ul.navigation {
	position: absolute;
	top: 20px;
}

.nav.first {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0;
}

#order_basic {
	float: left;
	width: 100%;
	padding: 10px 0;
	clear: both;
	margin-bottom: 30px;
}

#order_basic .tricky-input {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#addresses .tricky-input input {
	width: 96% !important;
	padding: 3px 2%;
	text-align: left !important;
}

#addresses .tricky-input {
	float: left;
	margin: 0 0px;
	padding: 0;
}
#order_basic label {
	min-width: 100px;
	text-align: right;
	float: left;
	padding: 4px 10px 0 0;
	width: auto;
}

#billing_data_div, #shipping_box_1 {
	background: url('images/dash.png') repeat-y right;
}

#shipping_box_1 {
	width: 48% !important;
}

#shipping_box_3 {
	margin-left: 10px;
	width: 46% !important;
}

#shipping_box_3 input, #shipping_box_1 input {
	float: left;
	margin: 3px 5px;
	clear: none;
}

#shipping_box_3 label.white, #shipping_box_1 label.white {
	margin-bottom: 4px !important;
	float: left;
}

#shipping_box_3 p.light-brown, #shipping_box_1 p.light-brown {
	float: left;
	width: 95%;
	clear: both;
	margin-bottom: 10px;
	padding: 0 0 0 5%;
}

.order-comment-title {
	float: left;
	width: 110px;
	font-size: 12px;
	color: #b19b74;
	margin-top: 25px;
}

.order-terms {
	height: 82px;
	line-height: 20px;
	margin-top: 18px;
}

.product-price .add-to-cart {
    float: left;
    width: 100%;
    clear: both;
}
.product-row {
	float: left;
	width: 98%;
	clear: both;
}

.product-row .product-item, .designated-item {
	float: left;
	width: 48%;
	padding: 10px 1%;
	min-height: 175px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	position: relative;
}

.product-row .product-item.event {
	background: #f8f8f8;
}

.product-item h3, .designated-item h3, .search-category-item h3 {
	font-size: 90%;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
}

.product-item h3 a, .designated-item h3 a, .search-category-item h3 a {
	color: #214167;
	text-decoration: none;
	font-size: 100%;
	text-transform: uppercase;
	float: none;
}

.product-item h3 a:hover, .designated-item a:hover, .search-category-item h3 a:hover {
	text-decoration: underline;
}

.product-item strong.event-desc {
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	color: #11468e;
}

.product-item a.product-item-more {
	font-size: 12px;
	margin: 5px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	text-decoration: none;
}

.product-item .intro-description, .designated-item .intro-description, .search-category-item .intro-description {
	font-size: 95%;
}

.product-item .intro-description img, .designated-item .intro-description img {
	max-height: 100px;
	float: left;
	margin: 8px 10px;
}

#product_main {
	float: left;
	width: 97%;
	padding: 1% 1%;
	background: #F6F8F9;
	border-radius: 10px;
	box-shadow: 0 0px 20px #DDD;
	min-height: 150px;
	margin-bottom: 30px;
}

#product_images {
	float: left;
	width: 30%;
	max-height: 170px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#product_images .img-count {
	position: absolute;
	width: 100%;
	line-height: 20px;
	color: #fff;
	background: #2A3E57;
	bottom: 0;
	left: 1%;
	font-size: 80%;
	border-radius: 0 0 5px 5px;
}

#product_images a.hidden {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
}

.main_image {
	background: #EEE;
	border-radius: 10px;
	width: 98%;
	padding: 1%;
	float: left;
}

.main_image img {
	max-height: 100%;
}

.main_image.no-images {

}

#product_price {
	float: left;
	width: 64%;
	padding: 1% 2%;
}

#product_price * {
	line-height: 20px !important;
	font-size: 100%;
}

#product_description table {
	line-height: 24px !important;
	font-size: 95%;
	background: #f5f5f5;
	padding: 1%;
}

#product_description * {
	line-height: 20px;;
}

#product_description {
	max-width: 98%;
	overflow: hidden;
	clear: both;
}

#add_cart {
	float: left;
	width: 66%;
	padding: 10px 2%;
	background: #f5f5f5;
}

.addcart-title {
	font-size: 100%;
	margin-bottom: 10px;
}

#product_amount {
	width: 50px;
	font-size: 100% !important;
}

.cart-text {
	font-size: 90%;
	padding: 7px 10px 5px 0;
	float: left;
}

#add_cart .ui-spinner {
	width: 60px;
	font-size: 100%;
	padding: 2px 0;
	border: 1px solid #ddd;
}

#add_cart .ui-button {
	font-size: 95%;
}

.user-order {
	float: left;
	width: 32%;
	padding: 5px 0 5px 1%;
	clear: none;margin-right 1%;
	border-right: 1px dotted #ddd;
	height: 110px;
	margin-bottom: 5px;
	overflow: hidden;
}

.user-order h3 {
	font-size: 95%;
	margin: 5px 0;
}

.webshop-more {
	float: right;
	font-size: 80%;
	text-decoration: none;
	margin: 5px 0;
	margin-right: 4%;
}

.designated-item {
	width: 31%;
	margin-left: 0%;
	padding: 0 1% !important;
	height: 220px;
	position: relative;
	border: 0;
	border-right: 1px dotted #ddd;
}

.designated-item .intro-description {
	font-size: 85% !important;
}

.designated-item .webshop-more {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.uppercase {
	text-transform: uppercase;
}

.line {
	float: left;
	width: 98%;
	padding: 0 1%;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}

.search.absolute-right {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 100%;
	text-decoration: none;
}

.search.absolute-right:hover {
	text-decoration: underline;
}

#Content {
	position: relative;
}

.grey .accordion a {
	padding-left: 20px;
}

.select-no-margin .chzn-container {
	margin: 0px 0px;
	margin-top: 5px;
}

#result {
	float: left;
	width: 98%;
	padding: 5px 1%;
}

.search-category-item {
	float: left;
	width: 98%;
	padding: 5px 1%;
	margin: 0;
	height: auto !important;
	min-height: 0 !important;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 10px;
	font-size: 95%;
}

.search-category-item .webshop-more {
	position: absolute;
	top: 0px;
	right: -10px;
}

table#cart {
	border: 0;
	width: 100%;
}

table#cart thead, table#cart tfoot {
	background: #e2e2e2;
}

table#cart tfoot .cart-summary-gross {
	font-weight: bolder;
	color: #b7924e;
	font-size: 23px;
}

table#cart th {
	padding: 15px;
	font-weight: 300;
	font-size: 18px;
}

table#cart td {
	padding: 15px;
	vertical-align: middle;
}

table#cart h3 {
	margin: 10px 0 5px 0;
	line-height: 24px;
}

table#cart h3 a {
	color: black;
	font-weight: normal;
}

table#cart > tbody > tr > td {
	border-bottom: 1px solid #DDD;
}

table#cart td .category {
	text-transform: uppercase;
	color: #b7924e;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 30px;
}

table#cart td .img {
	max-width: 140px;
	margin-right: 20px;
	float: left;
}

table#cart td .img img {
	max-width: 100%;
}

table#cart .ci-gross-full, table#cart .ci-gross-unit {
	font-size: 18px;
	font-weight: normal;
	color: #b7924e;
}

table#cart td .p-qtty, table#cart td .p-qtty span {
	font-size: 18px;
}

table#cart td a.remove-item {
	font-size: 24px;
	color: #777777;
}

.cart-buttons .ui-button {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 24px;
	background: #b7924e;
	color: #fff;
}

.checkout-desc * {
	line-height: 22px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Montserrat';
	color: #777777;
	text-align: justify;
	margin-bottom: 20px;
}

form#checkout .width33 {
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

form#checkout .width33 label {
	width: 40%;
	padding-top: 10px !important;
	float: left;
}

form#checkout .width33 input {
	width: 60%;
}

form#checkout input {
	padding: 10px;
	float: right !important;
	border: 2px solid #e2e2e2;
	width: 60%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 15px;
}

form#checkout #billing .form-row label, form#checkout #posting .form-row label, form#checkout .form-row #base label {
	width: 40%;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Montserrat';
	color: black;
}

form#checkout label span {
	color: #b7924e;
	font-size: 20px;
}

form#checkout .ck-row .ck {
	margin: 1px 0 0 10px;;
}

form#checkout .ck-row label {
	padding: 5px 10px;
	float: left;
}

form#checkout #billing, form#checkout #posting {
	float: left;
	box-sizing: border-box;
	width: 50% !important;
	margin: 20px 0;
}

form#checkout #billing {
	box-sizing: border-box;
	padding-right: 30px !important;
}

form#checkout #posting {
	padding-left: 30px !important;
	border-left: 1px solid #CCC;
}

#checkout_submit {
	background: #9dbe59;
	color: #fff;
	padding: 15px;
	width: 35%;
	text-transform: uppercase;
	font-size: 16px;
	float: right;
}

.ck {
	zoom: 1.3;
}

.one-payment {
	margin-bottom: 30px;
	box-sizing: border-box;
	padding-left: 30px;
}

.one-payment * {
	cursor: pointer;
}

.one-payment:hover {
	text-decoration: underline;
	background: #eee;
}

.one-payment:nth-child(even) {
	border-left: 1px solid #CCC;
}

.one-payment label {
	font-weight: bolder;
}

.one-payment label > span {
	float: left;
	padding: 5px 10px;
}

.one-payment label .block-content {
	float: left;
	font-weight: 300;
	color: #8a8a8a;
	padding: 10px 30px 0 40px;
	line-height: 22px;
	font-size: 14px;
}

.one-payment label .block-content p {
	line-height: 22px;
	font-size: 14px;
}

div.half-width.comment {
	box-sizing: border-box;
	padding: 0 !important;
	padding-left: 50px !important;
	box-sizing: border-box;
}

div.half-width.terms {
	padding-top: 98px !important;
}

div.half-width.comment h4 {
	float: left;
	margin: 10px 0;
	font-size: 14px;
}

div.half-width.comment textarea {
	background: #eee;
	width: 90%;
	height: 100px;
	margin: 10px 0;
	border: 2px solid #DDD;
}

.accept-terms-box {
	float: left;
	width: 60%;
	font-size: 11px;
	margin-top: 5px;
}

.accept-terms-box label {
	color: #8a8a8a;
}

.accept-terms-box label a {
	font-weight: bold;
	color: #8a8a8a;
}

.accept-terms-box .ck {
	margin: 4px;
	margin-right: 15px;
}