body {
	background: #f4f4f4;
	color: #373737 !important;
}

input[type="text"]:not(.pro_qty) {
	background-color: #fff;
    border: 0;
	border-bottom: 1px solid #909090;
    border-radius: 0;
    box-shadow: none;
    color: #373737;
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
    min-width: 290px;
    padding: 23px 15px 7px;
}

input[type="text"].search-input {
	margin-bottom: 15px;
}

.customer .span6 .controls {
	position: relative;
}

.customer .span6 .controls label {
	position: absolute;
	left: 10px;
    top: 3px;
}

.product_price .original_price {
	font-size: 75%;
}

.product_price .org_price {
	text-decoration: line-through;
}

.product_options
{
	text-align:right;
}

.pro_qty
{
	display: inline-block !important;
	margin-left: 5px !important;
	text-align: center !important;
	padding: 0px !important;
	height: auto !important;
}

.product_price
{
	font-weight:bold;
	padding-bottom:5px;
	font-size: 125%;
}

.product_description h2
{
	margin-top:0;
	margin-bottom: 10px;
}

.category 
{
	margin-bottom:20px;
}

.product
{
	margin-bottom: 10px;
}
.category_header h1
{	
	margin-bottom: 4px;
	font-weight: 700;
	text-transform: uppercase;
	color: inherit;
	padding-bottom: 15px;
}

.sum, #order_sum, .deliverycosts, .commentContainer
{
	font-size:17px;
	font-weight:bold;
	text-align:right;
	color:#535353;
}

.customer label, .order_notice label
{
	padding-bottom:5px;
	display:block;
}
.customer select
{
	width:85%;
}
.customer input 
{
	width:80%;
	
}
.order_notice textarea
{
	width:90%;
	resize:none;
}

.customer .controls
{
	padding-bottom:12px;
}

#orderForm .sum
{
	margin-left: 0;
}
#orderForm .sum #order_sum
{
	margin-right: 5px;
}

.order_submit .button
{
	cursor:pointer;
	/* width:50%;
	background-color: #A3D063;
   
   font-weight:bold;
   text-align:center;
    color: #FFFFFF;
    padding: 5px; */
}

.order_submit button {
	margin-top: 10px;
}

.product > div {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}

.product_image img {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
}

.commentContainer {
font-size: 12px;
	}

	div .button {
		margin-top: 10px !important;
		background: black;
		color: white;
		text-align: center;
		padding: 10px;
		width: 300px;
	}


.sum, .deliverycosts, .commentContainer, #order_sum {
	color:inherit;
}

#main #full-content {
	background: none !important;
}

.span3, .span6  {
	float: left;
}

.span3 {
	width: 25%;
}

.span6 {
	width: 50%;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

textarea {
	height: 100px;
}

.nobold {
    font-weight: normal;
}

.controls a{
	color: #415837 !important;
}

.agb-checkbox input {
	width: auto !important;
}
.datenschutz-checkbox input {
	width: auto !important;
}
.agb-checkbox label {
	display: inline-block;
	margin-left: 15px;
}
.datenschutz-checkbox label {
	display: inline-block;
	margin-left: 15px;
}
.agb-checkbox label a {
	text-decoration: underline;
}
.datenschutz-checkbox label a {
	text-decoration: underline;
}

.agb-checkbox .valid_error {
	/* margin-top: 40px; */
}

.slbImageWrap:after {
	background: transparent !important;
}

.slbImageWrap {
	overflow: hidden !important;
}

.slbImage {
	position: relative !important;
	right: -1px !important;
}

.tag {
	text-decoration: none;
}

.tag.active {
	font-weight: bold;
}

.category-menu li span:hover, .category-menu li span.active {
	font-weight: bold !important;
}

.logo-top {
	max-width: 200px !important;
}

.search-container {
	margin-bottom: 10px;
}

.logo-bottom {
	position: relative;
	top: 30px;
	right: 7px;
	max-width: 60px;
}

#order .controls select {
	height: 42px;
	margin-bottom: 20px;
	border: 2px solid;
	border-radius: 0 !important;
}

#order .controls select:focus {
	outline: none;
}

.valid_error {
	margin-top: 0;
	font-size: 14px;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.product_basket {
	font-size: 16px;
	line-height: 32px;
}

.product_basket input[type="text"] {
	font-size: 16px;
	line-height: 32px;
	width: 32px !important;
	margin-bottom: 10px !important;
}

#col-salutation {
	margin-left: 0px;
}

@media (min-width: 1200px) {
	.row-fluid [class*="span6"]:nth-child(even) {
		margin-left: 2.564102564102564% !important;
	}
}

@media (min-width: 979px) and (max-width: 1200px) {
	.customer .span6 {
		padding: 5px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#col-salutation {
		margin-left: 2.7624309392265194%;
	}

	.row-fluid [class*="span"]:nth-child(odd) {
		margin-left: 0;
	}
}

.category_header h1 {
	font-weight: 400 !important;
	font-size: 20px !important;
}

.category-menu,
.category-menu ul {
	list-style: none;
	padding-left: 20px;
	font-family: 'Work Sans', sans-serif;
}

.category-menu li span {
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition:    all .1s ease-in-out;
	-o-transition:      all .1s ease-in-out;
	-ms-transition:     all .1s ease-in-out;
	transition:         all .1s ease-in-out;
}

.category-menu li span:hover,
.category-menu li span.active {
	color: #6e123d;
	text-decoration: underline;
}

body {
	font-family: open-sans,Helvetica,Arial,sans-serif !important;
}

.container-fluid {
	max-width: 960px;
	margin: 0 auto;
}

.customer input,
.order_notice textarea {
	width: 100%;
}

.customer input:focus {
    box-shadow: 0 0 5px 1px rgb(55 55 55 / 20%);
    outline: none;
}

@media (max-width: 767px) {
	.customer .row-fluid .span6 {
		width: 100%;
	}

	.logo-top {
		max-width: 600px;
	}
}

@media (max-width: 767px) {
	body {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.container-fluid,
	.logo-container {
		padding: 0 20px !important;
	}

	.logo-bottom {
		display: none;
	}

	#order .controls input, #order .controls select {
		margin-bottom: 10px !important;
	}

	.valid_error {
		margin-top: -15px;
	}
}


@media (max-width: 576px) {
	body {
		font-size: 15px;
	}
	.category_header h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.product_description h2 {
		font-size: 24px;
		line-height: 24px;
	}

	.product {
		padding-bottom: 15px;
	}

	.product_options {
		padding-bottom: 0;
	}

	.product > div {
		padding-bottom: 10px;
	}

	.product_basket {
		font-size: 20px;
		line-height: 38px;
	}

	.product_basket input[type="text"] {
		font-size: 20px;
		line-height: 38px;
		width: 38px !important;
		margin-bottom: 10px !important;
	}
}

.order_cart .deliveryoption,
.mobile-cart-info {
	display: none !important;
}

#order hr {
	display: none;
}

#order {
	margin-top: -130px;
}

.logo-container-wrapper {
	max-width: 1200px;
    margin: 0 auto;
    text-align: left;
	padding: 10px;
}

body {
	background: #f4f4f4;
	color: #373737 !important;
}

div .button {
	background: #565656;
    color: #ffff;
	margin-bottom: 0;
    margin-top: 0;
	border:none;
	font-weight: 600;
	padding: 16px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease;
	line-height: 1.14;
	font-size: 14px;
}

div .button:hover,
div .button:focus {
	background-color: #a1a1a1;
    color: #ffff;
}

input[type="text"].search-input {
	border: 1px solid #909090;
	padding: 8px 13px 8px 23px;
    z-index: 3;
	background: #fff;
    border-radius: 100px;
    box-shadow: inherit;
	width: 100%;
}	

.search-container .tag {
	font-size: 20px !important;
    padding: 8px 15px !important;
	border-radius: unset !important;
	transition: background-color .3s ease;
}

.search-container .tag:hover,
.search-container .tag.active{
	background: #565656 !important;
}

.category-tags {
	text-align: center;
}

.onetool-logo img {
	max-width: 80px;
}

.onetool-logo
{
	display: inline-block;
    width: 100%;
    text-align: center;
}

.product_price,
.header__navigation-container {
	display: none;
}

@media (max-width: 1200px) {
	#order {
		margin-top: 0px;
	}

	header {
		padding-bottom: 0px;
	}

	.logo-container-wrapper {
		max-width: 950px;
	}

	.search-container .tag {
		margin-bottom: 5px;
		display: inline-block;
	}
}

@media (max-width: 765px) {
	.product_description h2 {
		margin-top: 10px;
	}
}

.order_summary .deliverycosts,
.order_summary .sum {
	display: none !important;
}

input:read-only {
	background: #9090901f !important;
}

.category-tags {
	display: none !important;
}

.product_image_slider_wrap {
	min-height: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
	transition: min-height .2s ease;
}

.product_image_slider_wrap img {
	width: 100%;
}

.product_image_slider_wrap a {
	display: inline-block;
	width: 100%;
}

.mobile-cart-info {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100vw;
	background: #002007;
	color: white;
	text-align: center;
	height: 60px;
	line-height: 60px;
	z-index: 9;
}
.mobile-cart-info span {
	display: block;
}
.mobile-cart-info i {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	z-index: 2;
}

.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	background: #002007;
	color: white;
	text-align: center;
	height: 40px;
	line-height: 40px;
	z-index: 9;
}

body {
	padding-bottom: 60px;
}
@media only screen and (max-width: 765px) {
	.mobile-cart-info {
		display: block;
	}
	.scroll-to-top {
		display: none !important;
	}

}

.valid_error{
    color:red;
}

.importantShow {
    display:block !important;
}

.search-container .tag {
    background: #f3f1f1;
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.search-container .tag.active,
.search-container .tag:hover {
    background: #c3c3c3;
}

    .product_image_slider img {
    max-width: 100%;
}

.ordered-products th,
.ordered-products td {
    padding: 5px 10px;
}

.order_confirm button.preview-order {
    width: 100%;
}

.order_summary {
    display: none;
}

.ordered-products {
	width: 100%;
}

.ordered-products tr:first-child {
	border-bottom: 1px solid black;
}

.onetool-logo {
    margin: 50px 0 20px;
}