/* one-way styles */
.fullwidth { width: 100%; }
.gt { text-align: right; }
.center { text-align: center; }
.clear{clear:both;}
.fl {float: left; }
.fr {float: right; }
.linethrough { text-decoration: line-through; }

/* shop styles */
.price {
	font-weight: bold;
}

.savings {
	color: #8CBCD9;
}

.stock_quantity_empty { color: #DD0D0D; }
.stock_quantity_low { color: #D16F41; }
.stock_quantity_full { color: #1EB048; }

.shop_cart_stock { display: inline-block; margin-right: 4px; font-size: 12px; line-height: 16px; white-space: nowrap; }
.shop_cart_stock_pcs { font-weight: bold; }
.shop_cart_stock_ok { color: #1EB048;}
.shop_cart_stock_less { color: #EC0017;}

.discount {
	color: #848B91;
	font-size: 90%;
	/* line height must be the same as the rest of the line */
	line-height: 100%;
}

div.sci_price .discount {
	margin-right: 2px;
}

table.padding {
  border-spacing:0;
  border-collapse:collapse;
}
table.padding td {
	padding: 4px;
}

table.shop td {
	vertical-align: top;
}

table.shop tr.header td {
	background-color: #e4e4e4;
}
table.shop tr.row_1 td, table.shop tr.row_1_bottom td {
	background-color: #fff;
}
table.shop tr.row_2 td, table.shop tr.row_2_bottom td {
	background-color: #f0f0f0;
}

.shop_category_text {
	text-align: justify;
	margin-bottom: 10px;
}

div.panel_title {
	font-weight: bold;
}

ul#eshop_categories {
}
/* shop cart */
td.shop_form_label {
	text-align: right;
}
td.shop_form_label_required {
	text-align: right;
	color: #c52600;
	font-weight: bold;
}
td.shop_form_required input {
	background-color: #FCFEE9;
}

table.shop_cart {
	margin-bottom: 10px;
}

table.shop_cart tr.total td {
	background-color: #e4e4e4;
	border-top: 2px solid #494949;
	padding-top: 6px; padding-bottom: 6px; 
	color: #000;
}
table.shop_cart tr.subtotal td {
	background-color: #ebebeb;
}

table.shop_cart td.price_total {
	text-align: right;
	font-weight: bold;
}
table.shop_cart td.shop_cart_product_image {
	text-align: center;
}
img.shop_cart_product {
	_height: 100px;
	max-width: 150px;
	max-height: 100px;
	border: 0px;
}
a.shop_cart_product_remove, a.shop_cart_product_remove:visited, a.shop_cart_product_remove:hover {
	font-size: 11px;
	color: #807F6F;
	text-decoration: none;
}
img.shop_cart_product_remove_icon {
	vertical-align: middle;
	width: 16px; height: 16px;
	border: 0px;
}
/* end of: shop cart */

/* shop_catalog */
div.shop_catalog {
}

/* sci - shop_catalog_item */
div.shop_catalog_item {
	position: relative;
	width: 270px;
	max-width: 100%;
	float: left;
	outline: 1px solid #E0E0E0;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
	margin: 0 19px 19px 0;
}

div.shop_catalog_item {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+63,f3f3f3+63,ededed+64,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 63%, rgba(243,243,243,1) 63%, rgba(237,237,237,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(63%,rgba(243,243,243,1)), color-stop(63%,rgba(243,243,243,1)), color-stop(64%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.shop_catalog_item.last-col {
	margin-right: 0;
}

div.shop_catalog_item h2 a {
	text-decoration: none;
}

div.shop_catalog_item h2 a:hover {
	text-decoration: underline;
}

div.shop_catalog_item h2 {
	font-size: 16px;
	line-height: 51px; /* only for 1-line long titles, line-height = h2 height */ 
	font-weight: bold;
}


div.shop_catalog_item h2.long {
	font-size: 14px;
	line-height: 19px;
}

div.shop_catalog_item h2.long_3 {
	font-size: 13px;
	line-height: 17px;
}

div.shop_catalog_item h2 {
	height: 51px;
	overflow:hidden;
	/*
	margin: 5px 0 5px 0;
	*/
}

div.sci_price { font-size: 17px; }

div.sci_image {
	width: 100%;
	height: 200px;
	display: table;
	table-layout:fixed;
}
div.sci_image_valign {
	display: table-cell;
	vertical-align: middle;
}

div.sci_image img {
	max-width: 100%;
	max-height: 200px;
	border: 0; padding: 0; margin: 0;
}

div.sci_form {
	width: 100%;
	margin-bottom: 10px;
}

div.sci_content {
	width: 100%;
	margin-bottom: 14px;
}


div.shop_catalog_product_promotions {
	position: absolute;
	top: 0; right: 0;
}
img.ico_catalog {
	height: 13px;
	border: 0;
	margin: 0 0 0 0;
}

.shop_catalog_product_in_stock {
	position: absolute;
	top: 0; left: 0;
	background: #76C041;
	color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
    padding: 4px 6px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;	
}

hr.sci {
	border: 0;
}

input.sci_quantity {
	width: 18px;
	text-align: center;
	/*
	padding: 0;
	font-size: 15px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	margin: 0;
	margin-right: 2px;
	*/
}

button.cart {
	border-color: #555;
	background-color: #555;
	/* border-color: theme; */
	/* background-color: theme; */
	color: #fff;
}

button.cart:hover {
	border-color: #333;
	background-color: #333;
}

hr.sci {
	clear: left;
	padding: 10px 0 10px 0;
	margin: 0 5px 0 5px;
	width: 540px;
	border: 0;
}

/* shop_toolbar */

div.shop_toolbar {
	width: 100%;
	text-align: center;
}

div.shop_toolbar a {
	color: #000;
}

div.shop_toolbar.bottom {
	margin-top: 0px;
}

div.shop_toolbar.top {
	margin-bottom: 15px;
}

div.shop_toolbar button.arrow img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

div.shop_toolbar button.arrow {
	padding: 0; 
	border: 1px solid #D7D7D7;	
	background-color: #fbfbfb;
	margin: 0 2px 0 2px;
	padding: 4px;
	cursor: pointer;
}

div.shop_toolbar button.arrow.gt {
	margin-right: 3px;
}

div.shop_toolbar button.arrow:hover {
	border: 1px solid #000; 
}

div.shop_toolbar .pagination {
	padding: 5px 0; /* IE 7 fix */
}

div.shop_toolbar .pagination .current, div.shop_toolbar .pagination a {
	font-size: 14px;
	padding: 5px 7px;
}

div.shop_toolbar .pagination .current {
	border: 1px solid #D7D7D7;
	margin-right: 1px;
}

div.shop_toolbar .pagination a {
	border: 1px solid #D7D7D7; 
	background-color: #fbfbfb;
	text-decoration: none;
	margin-right: 1px;
	transition:all 0.3s ease 0s;
}
div.shop_toolbar .pagination a:hover { 
	color: #fff;
	background-image: none;
	background-color: #000;
	text-decoration: none; 
	border: 1px solid #000; 
}

/* gallery generation 2 using table */
/*
centrovani obrazku na stred vertikalne: 
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
*/
img.gallery_2 {
	/* _width: 160px; _height: 160px; */
	max-width: 181px; max-height: 140px;
	border: 0; padding: 0; margin: 0;
}

img.gallery_2 {
	transition:all 0.3s ease 0s; 
}
img.gallery_2:hover {
	opacity: 0.7;
}

img.shop_pd_preview {
	cursor: pointer;
}

div.gallery_2_item_env {
	width: 181px; height: 140px;
	overflow: hidden;
	border: none;
	float: left;
	margin:0 6px 6px 0;
}
table.gallery_2_item {
	width: 181px; height: 140px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	table-layout: fixed;
}
table.gallery_2_item td {
	padding: 0;
	width: 181px; height: 140px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	border-collapse: collapse;
	border: 0;
	table-layout: fixed;
}
/* end of: gallery generation 2 using table */

/* CSS for template: shop product detail (shop_pd_XXX) */

h1.shop_pd_product_title {
	font-size: 32px;
	margin: 25px 0;
}

div.shop_pd_text {
	text-align: justify;
}

div.spd_box {
	float: left;
	/* outline: 1px solid pink; */
}

div.spd_box.b1 {
	max-width: 750px;
}

div.spd_box.b2 {
	width: 350px;
	float: right;
	max-width: 100%;
}

div#shop_pd_main_image {
	width: 100%;
}

#shop_pd_main_image img{
	max-width: 100%;
	max-height: 500px;
}

div#shop_pd_main_image a.hide {
	display: none;
}

table.shop_pd_info_box {
	width: 100%;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.shop_pd_info_box {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+63,f3f3f3+63,ededed+64,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 63%, rgba(243,243,243,1) 63%, rgba(237,237,237,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(63%,rgba(243,243,243,1)), color-stop(63%,rgba(243,243,243,1)), color-stop(64%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 63%,rgba(243,243,243,1) 63%,rgba(237,237,237,1) 64%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

table.shop_pd_info_box {
	margin-bottom: 15px;
}

table.shop_pd_info_box td {
	vertical-align: top;
	padding: 3px 7px;
}

table.shop_pd_info_box tr:first-child td {
	padding-top: 15px;
}
table.shop_pd_info_box tr:last-child td {
	padding-bottom: 15px;
}

table.shop_pd_info_box td.label {
	text-align: right;
}
table.shop_pd_info_box td.shop_pd_product_to_cart {
	text-align: right;
	vertical-align: middle;
}

table.shop_pd_info_box h1.shop_pd_product_title{
	margin: 0;	
}

table.shop_pd_info_box .price {
	font-size: 21px;
	font-weight: bold;
}

div.quantity_buttons {
	display: inline-block;
	width: 20px;
	height: 34px;
	vertical-align: middle;
}

input.shop_pd_quantity {
	padding: 8px 9px;
}

.shop_pd_quantity_btn_increment {
	float: left;
	display: block;
	width: 20px; height: 16px; 
	cursor: pointer;
	vertical-align: middle;
	overflow:visible;
	margin: 0 0 1px 0;
	padding: 0;
	border: 1px solid #C3C3C3;
	color: #C3C3C3;
	font-weight: normal;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	background-color: #fff;
}

.shop_pd_quantity_btn_increment:hover {
	background-color: #DDDDDD;
	color: #000;
}

div#shop_pd_back_to_top {
	margin: 15px 0 0 0;
	text-align: right;
}

div#shop_pd_back_to_top a {
	display: inline-block;
	width:30px;
	height:30px;
	border:none;
	background: #BBB url(../img/template/shop/ico/to_top.png) no-repeat center center;
	opacity: 0.7;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;	 	
}

div#shop_pd_back_to_top a:hover {
	opacity: 1;	
	-moz-opacity: 1;
	filter:alpha(opacity=0);
}  

button.link {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #2E2E2E;
	padding: 0; margin: 0;
	overflow: visible;
}
button.link:hover {
	border: none;
	text-decoration: underline;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}

div.shop_pd_action_link {
	margin-top: 3px;
	font-size: 13px;
	color: #444444;
}

div.shop_pd_action_link button {
	font-size: 13px;
}

img.shop_pd_action_ico {
	width: 16px; height: 16px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border: 0;
}

td.shop_pd_promotions {
	text-align: right;
	padding: 0; 	margin: 0;
}

/* end of: shop product detail (shop_pd_XXX) */

div.panel_title {
	font-weight: bold;
}

div.cart_briefly, div.customer_briefly {
	margin-bottom: 15px;
}

div.shop_catalog, div.shop_toolbar {
	clear:both;
}

/* shop_path_categories */
div.shop_path_categories {
	margin: 0 0px 10px 0px;
}
div.shop_path_categories_padding {
	padding: 6px 8px;
}
div.shop_path_categories, div.shop_path_categories a {
}
a.shop_path_category, a.shop_path_category:visited, a.shop_path_category:hover {
	text-decoration: none;
	color: #777777;
}
a.shop_path_category:hover {
	text-decoration: underline;
}
a.shop_path_category.selected, a.shop_path_category.selected:visited, a.shop_path_category.selected:hover {
	text-decoration: none;
	color: #666666;
}
a.shop_path_category.selected:hover {
	text-decoration: underline;
}
/* end of: shop_path_categories */

/* shop subcategories */
.shop_subcategories {
	clear:both;
	padding-bottom: 12px;
}

ul.subcat {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.subcat li {
	display: inline;
	padding: 0;
}

ul.subcat li a {
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
	color: #7F7F7F;
	font-size: 15px;
	font-weight: normal;
	width: 24%;
	margin: 0 0.5% 10px 0.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border: 0;
	background-color: #f0f0f0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition:all 0.3s ease 0s;
	white-space: nowrap;
}

ul.subcat li a:hover {
	background-color:  #00A3C1;
	/* background-color: theme; */
	background-color: #242424;
	color: #fff;
}

/* end of: shop subcategories */

/* products_compare */

div.products_compare {
	overflow: auto;
	width: 100%;
}
div.products_compare table {
	border-collapse: collapse;
}
div.products_compare table tr td {
	width: 162px;
	border: 1px solid #EBEBEC;
	padding: 4px;	
}
div.products_compare table tr td.label {
	background-color: #F8F8F8;
}
div.products_compare table tr td a img.preview {
	width: 140px;
}

div.products_compare a.title {
	color: #0BB1E8;
	font-weight: bold;
	text-decoration: none;
}

div.products_compare a.title:hover {
	text-decoration: underline;
}

.products_favorite_remove {
	position: absolute; top: 0; right: 0px;
	font-size: 12px;
}

table.panel_basket_preview {
	margin: 10px 0;
}
table.panel_basket_preview td {
	font-size: 12px; line-height: 14px;
	padding: 4px 2px;
}

.agreement label { background-color: #FCFEE9; padding: 2px;}
.agreement input[type=checkbox] { transform: scale(1.5); }