.paging {
margin: 10px auto 10px auto;
}
.paging td {
padding: 0px !important;
}
.paging a , .disabled {
font-size: 11px;
display: block;
margin-left: 5px;
padding: 7px 10px 7px 10px !important;
color: #9c9c9c;
}

.paging td.current {
line-height: 29px;
padding: 0 10px 0 10px !important;
}

.paging a:link, .paging  a:visited {
font-weight: bold;
text-decoration: none;
}

.paging .current {
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background:#FFA000;
}

.paging .current {
color: #0d0009;
font-weight: bold;
}

.paging a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e4cc2d !important;
}



/* Form ************************************/
fieldset {
margin: 10px 0px;
}

.required_info {
	font-size: 13px;
}

.input label {
    color: #3e3e3e !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 22px;
	display: block;
	margin-bottom: 5px;
}
.input input,
textarea {
	background-color: #f6f6f6;
    border-radius: 0;
	border: 0;
    padding: 9px;
	color: #3d3d3d;
	width: 100%;
	margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#QuestionAddForm .input input,
#QuestionAddForm textarea {
	border: 1px solid #ccc;
}
.input input:focus,
textarea:focus,
.input input:hover,
textarea:hover {
  background-color: #e0e0e0;
}
#UserAddForm input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 3px;
}

.error-message {
color: red;
margin: -20px 0 10px 0;
}

.inputFocus {
background-color: #FCFFAB !important;
font-weight: bold;
}

.required label, #required_info {
height: 25px;
background-position: 0% 50%;
line-height: 25px;
}


#log_out {
	padding-left:20px;
}

#main .submit,
#register-link{
	margin: 10px 0 0 0;
}
.submit input,#register-link,#login-link,#user_actions a {
	border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
	padding: 18px 52px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit input.to-cart{
	margin: 8px 0 0 0;
	padding: 10px 26px;
}
#user_actions li {
		float:left;
}
#user_actions a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
    padding: 10px 20px;
	margin-top:0px !important;
}

#user_actions {
	margin: 15px 0px 0px 0px;
}
#user_actions li {
	list-style:none;
}

.submit input:hover {
	background:black;
}

#regulations {
height: 150px;
overflow-y: scroll;
margin: 10px 0 10px 0;
padding: 15px;
font-size: 10px;
background: #fcffab;
border: 1px solid black;
}

/* Search ***************************************/
#list_table.searches-list tr td{
	border-bottom: 1px solid #e0e0e0;
    padding: 11px 5px 14px;
}

/* Basket ***************************************/
#list_table{
margin:15px 0px;
line-height: 1.3;
width: 100%;
}
#list_table td{
padding: 5px;
background: white;
}
.basket_amount {
margin-bottom:0px !important;
width: 20px !important;
}
#list_table tr th{
	border-bottom: 1px solid #e0e0e0;
	background: #f9f9f9;
}
#list_table th a {
	color:white;
}
#list_table th,#product_data th {
	padding: 5px;
	vertical-align:middle;
	font-weight:bold;
}
#list_table tr td{
	border-bottom: 1px solid #e0e0e0;
    padding: 27px 5px 24px;
}
#list_table tr td.name a{
	font-weight: 700;
	color: #0e53a5;
	padding: 0 0 0 80px;
	display: block;
}
#list_table tr td.name a:hover{
	color: #3498db;
}
#list_table tr td .recountTable tr td{
	border-bottom: 0;
    padding: 0;
}
.basket_amount  {
	margin: 0 10px 0 0;
	height: 45px;
	width: 40px !important;
	text-align: center;
}
.recountSubmit{
  height: 20px;
  width: 20px;
}
.deleteRow{
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
}
.deleteRow:after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 18px;
  color: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.deleteRow:hover:after {
  color: #FF4000;
}
.price-brutto{
	font-weight: 700;
}
#list_table tr.basket_sum td {
	background: #E9E9E9;
    padding: 17px 5px 14px;
}
.basket_sum_brutto strong{
	font-size: 25px;
}
.basket_sum_netto{
	font-size: 14px !important;
}

#list_table td {
	vertical-align:middle;
}


/* Forms user *************************************/
.box-checkbox{
    position: relative;
	float: left;
}
/*#OrderAddForm input[type="checkbox"]{
	position: absolute;
	left: 0;
	top: 3px;
}*/

#newsletter_confirm{
	position: absolute;
	left: 0;
	top: 0;
}



input[type=checkbox] {
	width: 19px;
	height: 19px;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
	margin-right: 10px;
	background-color: #ddd;
	outline: 0;
	border: 1px solid #777;
	display: inline-block;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
input[type=checkbox]:focus {
		outline: none;
		border: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
}
input[type=checkbox]:checked {
    background-color: #3498db;
    text-align: center;
    line-height: 15px;
}



.orders.view td.name{
	font-weight: 700;
	display: block;
}
.orders.view .basket_sum_brutto td:last-child,
.orders.view .basket_sum_netto td:last-child{
	padding-right: 20px !important;
}

.order_form .has_checkbox {
	padding-left: 35px;
	position: relative;
}

.order_form .has_checkbox input {
	display: none;
}

.order_form .has_checkbox label:before {
	content: '';
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	border: 2px solid #e0e0e0;
	position: absolute;
	left: 0;
	top: 3px;
	background: #ffffff;
	font-size: 12px;
	transition: all 0.3s ease;
}

.order_form .has_checkbox input:checked + label:before {
	content: '✓';
	text-align: center;
	color: #3498DB;
	border-color: #c1c1c1;
	font-weight: bold;
}


/* Products - category ????  **********************************/
body.shop.category .content-column li {
	padding-bottom:0px;
	width:165px;
	height:205px;
}
body.shop.category .to-cart {
	margin-top:17px;
}
body.shop.category .price-new{
	line-height: 33px;
	    padding: 3px 11px;
}
body.shop.category .promo-description {
	height:58px;
}
#path li a, .sort_links a {
	font-size:14px;
}
#path li,.sort_links li {
	float:left;
	list-style:none;
	padding-right:10px;
    font-size:14px;
}
div.pagination_counter {
}


#basket_amount_product img {
	margin-top:4px;
}
#flashMessage {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:20px;
	background:#FFDD52;
	padding:10px;
	margin:10px auto;
}
#flashMessage.offerMessage {
	background: #ff8800;
	color: #000000;
}
#content {
	border-top:1px solid #E5E5E5;
}


/* Product ******************************************/
#product{}
#product_data{
	margin: 0 0 30px 0;
	display: table;
	width: 100%;
}
#product_big_image{
	width: 40%;
	margin: 0 10% 30px 0;
	float: left;
}
.opis{
	width: 50%;
	float: left;
}
.product-name{
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 30px 0;
}
.product-name h1{
	margin: 0;
	padding: 0 0 10px 0;
}
.product-name h1 a{
	color: #3d3d3d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.product-price{
	display: table;
}
#basket_amount_product{
	display: table;
	float: left;
}
.delete.button,
.add.button{
  border: 1px solid #e0e0e0;
  border-radius: 0;
  float: left;
  position: relative;
  width: 30px;
  height: 55px;
  background-color: #f9f9f9;
  font-family: fontawesome;
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delete.button:hover,
.add.button:hover{
	color: #3498db;
}
.delete.button:after,
.add.button:after {
  position: absolute;
  left: 8px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.delete.button:after {
  content: "\f068";
}
.add.button:after {
  content: "\f067";
}
.product-amount{
  float: left;
  width: 45px;
  height: 55px;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.product-amount input{
	background-color: #fff !important;
	padding: 12px 0 0;
	margin: 0;
}
.product-amount input:hover{
	background-color: #fff;
}
.add.button{
	margin: 0 40px 0 0;
}
.product-amount-button{
	float: left;
}
.product-amount-button .submit{
	margin: 0 !important;
}

.product_box{
	display: table;
	font-size: 14px;
	width: 100%;
	margin: 30px 0 0;
}
.details .price-box{
    display: inline-block;
}
.details .price-box strong{
	color: #28124a;
    font-size: 27px;
    font-weight: 700;
}
.details .price-box .old-price{
	color: #e0e0e0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 0 16px;
    text-decoration: line-through;
}
.data-box{
	font-size: 12px;
}
.data-box li{
	line-height: 16px;
}
.descritpion {
	padding-top:10px;
	margin-top:10px;
	border-top: 1px solid #e0e0e0;
	line-height: 1.5;
}



#groupTable {
	font-size:12px;
	width: 100%;
}
#groupTable td {
	border-bottom: 1px solid #e0e0e0;
}
.no-border td{
	border-bottom: 0 !important;
}
#groupTable img {
	margin-left: 10px;
	float: left;
}
#groupTable .price {
	font-size:18px;
	padding-right:15px;
}
#groupTable td.product-amount{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e0e0e0 !important;
}
#groupTable td.product-amount .input.text{
	position: relative;
	width: 35px;
}
#groupTable td.product-amount input{
	height: 53px;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px !important;
	padding: 4px 0 0;
}

#price_basket .submit{
	margin: 0;
}
#price_basket .add.button{
	margin: 0;
}
#price_basket .to-cart {
	margin-top:0px !important;
	padding: 6px 20px;
	width: auto;
	height: auto;
}
.special-price-group {
	background: black;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-align: center;
	width: 100px;
}

.group_item {
	float:left;
	margin-bottom:15px;
	margin-left:55px;
}
.group_item a img {
	margin-right:10px;
}
.group_item .to-cart {
	margin-left:10px;
}

.activeGroup img {
	margin-left:5px;
}
.activeGroup td {
	background: #f9f9f9 !important;
}
.user_data tr td {
	border-bottom:1px solid silver;
}
.activeGroup td {
	color:black !important;
}

#groupTable form td {
	padding:0px !important;
}
#groupTable form td img  {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
}
#groupTable form td input  {
	margin:0px !important;
}
#groupTable form td .to-cart {
	margin-left: 10px !important;
}

.activeGroup.groupClick:hover,
.groupClick:hover {
	background: #e9e9e9 !important;
	cursor:pointer;
}
.groupClick img {
	margin:10px !important;
}

.button {
	width:25px;
	height:25px;
	cursor: pointer;
	line-height:25px;
	text-align: center;
	color:white;
	font-weight: bold;
	font-size: 15px;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#see_more_link {
	font-weight:bold;
	padding:5px;
	color:white;
	display:block;
	text-align:center;
	background:#EA7735;
}
