


#category-items-wrapper {
	position: relative;
	
}
#category-filters-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
}
#category-filters input[type="checkbox"]{
	height:12px;
}

.category-overlay {
	position: absolute;
	top: -10px;
	bottom: 0px;
	left: 0;
	right: 0;
	background: url(/public/eb/74/45/13755_17940_ajax_loader_1_.gif) 50% 50% #fff no-repeat;
	display: none;
	z-index: 9;
	opacity: .5;
}

.category-overlay.loading {
	display: block;
}

/* == FILTER == */
#category-filters {
	margin-bottom: 1em;
}

#category-filters .filter-more {
	padding-left: 20px;
	position: absolute;
	top: 156px;
	left: 19px;
}
#category-filters .filter-more-right {
	position: absolute;
  top: 156px;
  right: 66px;
}

/* filter vlastnosti */
#category-page-filter-properties {
	width: 250px;
	padding: 10px;
}
#left-filtr-holder {
	width: 250px;
}
#category-page-filter-properties-price {
	width: 250px;
	margin-bottom: 10px;
}
#category-page-filter-category,
#category-page-filter-manufacturer {
	width: 240px;
}
#category-page-filter-properties input[type="checkbox"],
#category-page-filter-main-holder input[type="checkbox"],
#category-page-filter-properties input[type="radio"],
#category-page-filter-main-holder input[type="radio"] {
	margin-right: 5px;
}

#category-page-filter-properties input[type="radio"],
#category-page-filter-main-holder input[type="radio"] {
	vertical-align: baseline;
}
#category-page-filter-properties label a, 
#category-page-filter-main-holder label a {
	text-decoration: none;
}
.col label a {
	color: #000;
}
#category-page-filter-properties label a:hover,
#category-page-filter-main-holder label a:hover {
	text-decoration: none;
}
#category-page-filter-properties label.disabled,
#category-page-filter-main-holder label.disabled {
	opacity: 0.5;
}
#category-page-filter-properties label.disabled a:hover,
#category-page-filter-main-holder label.disabled a:hover {
	text-decoration: none;
}
#category-page-filter-properties.opened {
	margin-bottom: -1px;
	height: 150px;
}

#category-page-filter-main-holder.closed {
	display: none;
}

#category-page-filter-properties legend {
	color: #002e67;
	font-weight: bold;
	font-size: 1.1667em;
	line-height: 2em;
	margin-left: 10px;
}
#category-page-filter-main-holder label {
	border: 1px solid #d8d8d8;
  padding: 4px 10px;
  display: block;
  cursor: pointer;
  line-height: 1;
}
#category-page-filter-main-holder label:hover:not(.disabled):not(.colors-filtr) {
	background-color: #fff;
}
#category-page-filter-category .col,
#category-page-filter-manufacturer .col {
	width: 240px;
}

#category-page-filter-category .col{
	margin-bottom: 0.5em;
}

#category-page-filter-main-holder {
	width: 270px;
	background-color: #F9F9F9;
}

/* tabs filtru */

#category-page-filter-tabs {
	width: 270px;
	display: inline-block;
}
#category-page-filter-tabs ul li {
	width: 250px;
	padding: 0 10px;
	position: relative;
}
#category-page-filter-tabs ul li.actual {
	background-color: #f9f9f9;
	width: 240px;
	padding: 0 10px 20px 0;
	border-left: 3px solid #002e67;
}
#category-page-filter-tabs ul li > a  {
	font-size: 1.1667em;
	text-decoration: none;
	padding: 7px 5px 7px 10px;
	display: block;
	border-top: 1px solid #d8d8d8;
	cursor: pointer;
	font-weight: bold;
	color:#002e67;
}

#category-page-filter-tabs ul li > .manufacturer-title {
	font-size: 1.1667em;
	text-decoration: none;
	padding: 7px 5px 7px 10px;
	display: block;
	border-top: 1px solid #d8d8d8;
	color: #002e67;
	font-weight: bold;
}


#category-page-filter-tabs ul li > a .icon{
	float: right;
	color: #002e67;
	margin-top: 8px;
	position: absolute;
  	right: 10px;
}
#category-page-filter-tabs .filterShowLess .showButton {
	position: absolute;
    right: 10px;
}

#category-page-filter-tabs ul li.actual > a {
	margin-bottom: 10px;
} 
#category-page-filter-tabs ul li:hover {
	background-color: #f9f9f9;
}
#category-page-filter-tabs ul li.first a {
	border-top: none;
}

#category-page-filter-tabs .manufacturersFilterShowMore, 
#category-page-filter-tabs .filterShowMore{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	text-align:center;
	cursor: pointer;
}
#category-page-filter-tabs .filter-scrollable.filter_part > .filterShowMore{
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
}
#category-page-filter-tabs .filter-scrollable.filter_part > .filterShowLess .showButton{
	width: auto;
	position: absolute;
	right: 10px;
	top: 13px;
}
#category-page-filter-tabs .filter-scrollable.filter_part{
	max-height: 40px;	
	border-top: 1px solid #d8d8d8;
	width: 235px;
	position: relative;
}
#category-page-filter-tabs .filter-scrollable.filter_part .filter-main-title{
	font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    color: #002e67;
}
#category-page-filter-tabs .filterShowLess{
	cursor:pointer;
}

#category-page-filter-tabs .filter-scrollable {
	overflow:hidden;
	max-height: 165px;
	transition: max-height 1s cubic-bezier(0.02, 0.82, 0.45, 1.04);
}
#category-page-filter-tabs .filter-scrollable.active {
	max-height: 3000px;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style:scrollbar;
	transition: max-height 1s cubic-bezier(0.99, 0.07, 1, 0.78);
}
#category-page-filter-availability-eshop {
  margin-bottom: 0;
}
#category-page-filter-availability-eshop label {
  white-space: nowrap;
}
#category-page-filter-availability-eshop .filter-scrollable {
	overflow:hidden;
  max-height: 97px;
	transition: max-height 1s cubic-bezier(0.02, 0.82, 0.45, 1.04);
}

#category-page-filter-tabs .filterShowLess .showButton, #category-page-filter-tabs .filterShowMore .showButton{
	opacity:0;
}
#category-page-filter-tabs .showButton.active, #category-page-filter-tabs .showButton.active{
	opacity:1;
	transition: 1s;
}

/* main content filtru */
#category-page-filter-main-content {
	display: block;
	width: 240px;
	background-color: #F9F9F9;
	margin-left: 7px;
}
#category-page-filter-main-content .tab-content.hidden {
	display: none;
}
.filter-main-content-fieldset {
	margin: 0px 0px 15px 0px;
	width: 240px;
}
.filter-main-content-fieldset legend {
	display: inline-block;
	margin-bottom: 0.5em;
	color: #000;
	font-size: 1.1667em;
	position: relative;
}
.filter-main-content-fieldset #sliders legend,
.filter-main-content-fieldset .sliders legend {
	margin-bottom: 0.5em;
	color: #000;
	font-size: 1.1667em;
}
.filter-main-content-fieldset #sliders legend {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #000000;
}
.filter-main-content-fieldset .col>label,
#category-page-filter-manufacturer .col>label {
	margin-bottom: 0.5em;
}
.filter-main-content-fieldset .col,
#category-page-filter-manufacturer .col {
	width: 235px;
	margin: 0 5px;
}
.filter-main-content-fieldset .radio .col {
	width: 110px;
}
.filter-main-content-fieldset .radio .col.col-ltr {
	margin-right: 0px;
}

.availability-select-ctrl, .availability-select-ctrl select {
	width: 227px;
	margin-left: 2px;
}

.available-stores {
	margin-top: 10px;
}

/* helper */
#filter-helper {
	margin: 3em 1em 0 0;
	width: 300px;
	float: right;
}
#filter-helper h3 {
	margin: 0.5em 0 1em;
}
#filter-helper p {
	margin: 0;
	font-size: 0.9167em;
	color:#666;
}
#filter-helper-more-info {
	display: block;
	font-size: 0.9167em;
	margin-top: 3px;
}
#filter-helper div.article {
	width: 260px;
	margin-left:15px;
}
#filter-helper div.image {
	width:180px;
	text-align:right;
	overflow:hidden;
}
#filter-helper div.image img {
	max-height: 100px;
}
#filter-helper .content-wrapper {
	/*display:none;*/
}
	/* default */
#filter-helper.default{
	position: relative;
}
#filter-helper.default .content-wrapper {
	display:block;
}
#filter-helper.default h3 {
	font-size: 1.1667em;
	color:#002e67;
	font-weight:bold;
	margin: 0 0 0.5em;
}
#filter-helper.default img.image {
	position: absolute;
	top: 0;
	left: -45px;
}
#filter-helper.default img.image-right {
	position: absolute;
	top: 12px;
	right: -168px;
}
#filter-helper-more-info {
	font-size: 0.9167em;
	display: block;
	margin-top: 3px;
}

#category-page-filter-main-content .filtr-links {
	float: left;
	width: 400px;
}

#filter-availability-shop-target {
	display: block;
	width:140px;
	padding: 4px 8px;
	color:#333;
	border: solid #ccc 1px;
	line-height: 1.7em;
	text-decoration: none;
	background: #ededed; 
}
#filter-availability-shop-target span {
	display: block;
	background-position: 130px -84px;
}

/* == SELECTED CRITERIA FILTER == */

#filter-selected-criteria {
	border: none;
}

#filter-selected-criteria .criterias {
	margin-bottom: 0;	
}

#filter-selected-criteria .content {
	padding: 1em 20px 1em 20px;	
	position: relative;
	max-width: 230px;
}

#filter-selected-criteria h3 {
	color:#333;
	display: inline-block;
	min-width: 150px;
	font-size: 1em;
}

#filter-selected-criteria .selected-group {
	display: block;
	margin-bottom: 3px;
	width: 220px;
	padding: 0;
}
#filter-selected-criteria .selected-group__link {
	display: inline-block;
	position: relative;
	padding: 1px 20px 1px 10px;
	margin-right: 5px;
	background: #c33;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
}
#filter-selected-criteria-reset {
	display: block;
	position: relative;
	padding: 1px 25px 1px 10px;
	margin-top: 20px;
	background: #c33;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
}

#filter-selected-criteria .selected-group a.delete:before,
#filter-selected-criteria-reset:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: 6px;
}

/* -------- linky u filtru -----------*/
.filtr-links a:link, .filtr-links a:visited {
	color: #999;
	font-size: 0.9167em;
	text-decoration: none;
	margin-left: 3em;
}
.filtr-links a:hover {
	text-decoration: underline;
}

/* color filtr*/


.colors-filtr.cira {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,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) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.colors-filtr.cerna {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aebcbf+0,6e7774+50,0a0e0a+51,0a0809+100;Black+Gloss */
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.hneda {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
	background: rgb(240,183,161); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.seda {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a7a7a+0,d1d1d1+50,bcbcbc+51,5b5b5b+100 */
	background: rgb(122,122,122); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(122,122,122,1) 0%, rgba(209,209,209,1) 50%, rgba(188,188,188,1) 51%, rgba(91,91,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(122,122,122,1) 0%,rgba(209,209,209,1) 50%,rgba(188,188,188,1) 51%,rgba(91,91,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(122,122,122,1) 0%,rgba(209,209,209,1) 50%,rgba(188,188,188,1) 51%,rgba(91,91,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#5b5b5b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.bila {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,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) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.ruzova {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcecfc+0,fba6e1+50,fd89d7+51,ff7cd8+100;Pink+Gloss+%232 */
	background: rgb(252,236,252); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(252,236,252,1) 0%, rgba(251,166,225,1) 50%, rgba(253,137,215,1) 51%, rgba(255,124,216,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(252,236,252,1) 0%,rgba(251,166,225,1) 50%,rgba(253,137,215,1) 51%,rgba(255,124,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.colors-filtr.nerez {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
	background: rgb(242,246,248); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.colors-filtr.fialova {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
	background: rgb(203,96,179); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.modra {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.tyrkysova {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,bfe8f9+50,9fd8ef+51,2ab0ed+100;Blue+Gloss+%235 */
	background: rgb(228,245,252); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.zelena {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.zluta {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.oranzova {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
	background: rgb(255,183,107); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.cervena {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
	background: rgb(248,80,50); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.stribrna,
.colors-filtr.stribna {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.zlata {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.ruzove-zlata {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4aea7+0,edd8d5+50,d4aea7+51,edd8d5+100 */
background: #d4aea7; /* Old browsers */
background: -moz-linear-gradient(-45deg, #d4aea7 0%, #edd8d5 50%, #d4aea7 51%, #edd8d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #d4aea7 0%,#edd8d5 50%,#d4aea7 51%,#edd8d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #d4aea7 0%,#edd8d5 50%,#d4aea7 51%,#edd8d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4aea7', endColorstr='#edd8d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.nerezova {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2a2a2+0,f3f3f3+50,a2a2a2+51,f3f3f3+100 */
background: #a2a2a2; /* Old browsers */
background: -moz-linear-gradient(-45deg, #a2a2a2 0%, #f3f3f3 50%, #a2a2a2 51%, #f3f3f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #a2a2a2 0%,#f3f3f3 50%,#a2a2a2 51%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #a2a2a2 0%,#f3f3f3 50%,#a2a2a2 51%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.colors-filtr.cerna a,
.colors-filtr.hneda a {
	color: #fff;
}

@media (max-width: 991px){
	#category-page-filter-tabs #producer .filterShowMore{
		width: 750px;
	}
}
@media (max-width: 739px){
	#category-page-filter-tabs #producer .filterShowMore{
		width: 500px;
	}
}
@media (max-width: 499px){
	#category-page-filter-tabs #producer .filterShowMore{
		width: 245px;
	}
}


@media (max-width: 767px){
	#category-page-filter-tabs .filter-scrollable.filter_part > .filterShowLess{
	flex-basis: 100%;
	}
	#category-page-filter-main-content .tab-content, #category-page-filter-tabs .filter-scrollable.filter_part{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: left;
		justify-content: left;
		width: auto;
	}
	#category-page-filter-tabs .filter-scrollable{
		max-height: 230px;
		width: 100%;
	}
  #category-page-filter-availability-eshop .filter-scrollable {
    max-height: 134px;
  }
	#category-page-filter-main-content{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	.category-overlay{
		margin: -25px -15px;
		z-index: 12;
	    bottom: 25px;
	    top: 93px;
	}
	
	#category-filters-wrapper{
		position: static;
		display: block;
		width: auto;
		margin: 0 -10px;
	}
	#category-page-filter-manufacturer{
		width: auto;
	}

	#category-page-filter-properties.opened {
		height: auto;
	}
	
	#category-filters-wrapper #left-filtr-holder,
	#category-filters-wrapper #category-page-filter-properties,
	#category-filters-wrapper #category-page-filter-tabs,
	#category-filters-wrapper #category-page-filter-main-holder{
		width: 100%;
		padding: 0;
	}
	#category-filters-wrapper li.tab{
		width: 100% !important;
		padding: 0 !important;
		margin-top: -1px;
	}
	
	#category-filters { margin-bottom: 0; }
	
	#category-filters .filter-more i svg {
		width: 22px;
	}
	
	#category-filters .filter-more span {
		padding-left: 8px;
		font-size: 18px;
	}
	
	#category-filters .filter-more {
		height: 35px;
		line-height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		text-align: left;
		padding: 6px 16px;
		color: white;
		top: 0;
		left: 0;
		margin: 15px 10px 15px;
  }
	#category-filters .filter-more::first-letter,
	#category-filters .filter-more:first-letter{ text-transform: uppercase; }
	
	/*
	#category-filters .filter-more:before{
		display: block;
		content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: white;
		font-size: 14px;
		padding-right: 0.5em;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		font-size: 20px;
		padding: 0;
	}
	*/
	#category-page-filter-main-holder{
		margin-bottom: 15px;
	}

	#category-page-filter-main-holder label {
		padding: 10px;
	}

	.filter-slider-holder {
		margin-bottom: 19px;
	}
	.filter-slider, #fulltext-slider-range{
		width: 200px;
	}

	.filter-slider-criteria-price, .filter-slider-criteria-height, .filter-slider-criteria-width, .filter-slider-criteria-depth, .filter-slider-fulltext-price, .filter-slider-criteria-dynamic {
		width: 250px;
		padding-top: 10px;
		margin-left: 0;
	}

	.noUi-horizontal {
		margin-top: 14px;
	}

	.noUi-horizontal .noUi-handle {
		width: 38px;
		height: 38px;
		top: -14px;
	}

	.noUi-horizontal .noUi-handle-upper:before, .noUi-horizontal .noUi-handle-lower:before {
		left: 11px;
		top: 9px;
	}

	.filter-slider-criteria-price {
		margin-left: 10px;
	}

	#filter-selected-criteria {
		border: none;
	}

	#filter-selected-criteria .content {
		padding: 10px;
	}

	#category-page-filter-properties-price {
		margin: 0 auto 10px auto;
	}
	#searchAccessories{
	    background: #fff;
	    width: auto;
	    margin: 0 -10px 10px -10px;
	    padding: 10px;
        webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	}
	
	#searchAccessories h2{ margin-top: 0; }
	#searchAccessories .box{
		border: 0;
		padding: 0;
	}
	
	#searchAccessories img{
		margin: 0 5px 0 0;
	    max-width: 150px;
	}
	
	#searchAccessories form{
		float: right;
		width: calc(100% - 114px);
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px) { 
	#category-page-filter-main-content{
		width: auto;
	}
	#category-page-filter-main-content .tab-content, #category-page-filter-tabs .filter-scrollable.filter_part{
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: left;
		justify-content: left;
		width: auto;
	}
	#category-page-filter-tabs .filter-scrollable.filter_part{
		padding: 0 0 0 8px;
	}
	#category-page-filter-tabs .filter-scrollable.filter_part > .filterShowLess{
	flex-basis: 100%;
	}
	#category-page-filter-tabs .filter-scrollable{
		max-height: 170px;
		width: 100%;
	}
  #category-page-filter-availability-eshop .filter-scrollable {
    max-height: 97px;
  }
	#category-filters-wrapper {
    position: relative;
		top: auto;
		left: auto;
    width: auto;
    box-shadow: none;
	}
	
	#category-page-filter-properties {
		width: 678px;
		margin-right: 0;
		height: 90px;
		padding: 10px;
		border: 1px solid #ddd;
	}
	#left-filtr-holder {
    width: 440px;
    display: inline-block;
	}
	#category-page-filter-manufacturer .col {
    width: 210px;
	}
	#category-page-filter-availability-eshop-fieldset .col {
    width: 215px;
	}
	#category-page-filter-manufacturer .col label {
    width: 180px;
    border: 1px solid #ccc;
    padding: 4px 3px;
    display: block;
    cursor: pointer;
	}
	#category-page-filter-availability-eshop-fieldset .col label {
    width: 185px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
	}
	#category-page-filter-manufacturer {
    width: 660px;
	}
	#category-filters .filter-more {
		position: relative;
		top: 23px;
    left: 0px;
    display: inline-block;
    width: auto;
		padding: 0 4px 0 10px;
		text-align: center;
		color: white;
		font-size: 1.2em;
	}
	#category-page-filter-properties.opened {
		height: 80px;
	}
	#category-page-filter-main-holder {
		width: 700px;
	}
	#category-page-filter-tabs {
    width: 698px;
    display: inline-block;
    border: 1px solid #ddd;
	}
	#category-page-filter-tabs ul li,
	#category-page-filter-tabs ul li.actual {
    width: 678px;
	}
	#category-page-filter-tabs ul li:first-child > a {
		border-top: none;
	}
	#category-page-filter-main-content {
		width: auto;
	}
	.filter-slider-holder{
		width: 194px;
	}
	.filter-slider, #fulltext-slider-range{
		width: 196px;
		padding: 0 12px;
	}
	.filter-main-content-fieldset {
		width: 220px;
	}
	.filter-main-content-fieldset .col {
		width: 200px;
		margin-right: 5px;
	}
	.filter-main-content-fieldset .radio .col {
    width: 100px;
    margin-right: 0px;
	}
	.filter-main-content-fieldset .radio .col.col-ltr {
    margin-right: 0px;
	}
	.filter-main-content-fieldset .col label{
		display: block;
		border: 1px solid #ccc;
		padding: 5px 10px;
		cursor: pointer;
	}
	#category-page-filter-rating {
		display: none;
	}
	
	/* accessories filer */
	#category-banners.show {display:block;}
	#category-banners .banner-right#searchAccessories { margin-top:20px; width: 450px; float:none; margin-bottom:20px;   height: initial;}
	#category-banners .banner-right#searchAccessories #category-page-filter-properties { width: 677px; height:150px;}
	#category-banners #searchAccessories #category-page-filter-properties form { width: 490px; } 
	#category-banners #searchAccessories #category-page-filter-properties select { width: 385px; } 
	#category-banners #searchAccessories #category-page-filter-properties.noImage form { width: 675px; } 
	#category-banners #searchAccessories #category-page-filter-properties.noImage select { width: 585px; } 
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#category-filters-scroll-wrapper{
		width: 270px;
		overflow: hidden;
	}
	#category-filters{
		width: 287px;
	}
	#category-filters #copy_filter_json{
		max-width: 230px;
	}
	#category-page-filter-main-holder.closed {
		display: block;
	}
	#category-filters .filter-more {
		display: none;
	}
	#category-page-filter-properties.opened {
		height: auto;
		margin-bottom: 0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}

#searchAccessories { z-index:999; }
#searchAccessories legend { line-height: 2em; width: 90px; }

#searchAccessories img {
	max-height: 107px;
	max-width: 160px;
  float: left;
  margin: -5px 20px 0 -5px;
}
#searchAccessories fieldset.mb1 {
	width: 250px;
	display: inline-block;
}

#category-banners form {
  display: inline-block;
  float: right;
}

/* slider fix */
.filter-slider-criteria-price .f-left input{
	border-right: none !important;
}
.filter-slider-criteria-price .f-right input{
	border-left: none !important;
}




/* == PRODUCT DETAIL == */
#product-detail-wrapper {
	position: relative;
}

#product-detail-codes {
  position: absolute;
  text-align: right;
  right: 0;
  top: -16px;
  height: 35px;
  width: 170px;
  font-size: .9em;
}

@media only screen and (max-width: 992px) {
	#product-detail-codes {
    top: 0;
    height: 16px;
    width: 250px;
	}
	
	#product-detail-code, #product-detail-id { display: inline; }
}

#product-line-wrapper h2 {
	margin-top: 0px;
}

/* PRODUCT BASKET */

#product-basket-loan {
	line-height: 34px;
	font-size: 14px;
}
#product-basket-loan a {
	color: #00AFD8;
	margin: 0 10px;
}

#product-basket-delivery-form {
	width: 500px;
	float: left;
	margin: 10px 0;
}
#product-basket-delivery-form label {
	font-weight: bold;
}

#product-basket-delivery-form input[type="text"] {
	height: 18px;
	width: 90px;
	margin-right: 5px;
}

#product-basket-delivery-form input[type="image"] {
	vertical-align: middle;
}


/* neblokované telefony */

#phone-unblocked .content {
	padding: 1em 2em 1em 5em;
	position: relative;
}
#phone-unblocked .content span{
	background: url('/public/50/14/ef/48901_51024_flags.png') no-repeat top left;
	display: inline-block;
	height: 35px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 45px;
}

.apple-reseller {
	display: block;
	margin: 10px auto 0;
	width: 150px;
	text-align: center;
}
.apple-reseller-link {
	display: block;
	color: #00afd8;
	font-size: 14px;
	margin: 10px;
	text-decoration: underline;
}







/* sticker */
#product-detail-images ul.item-services-icons {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#product-detail-images .item-services-icons li.icon-sticker {
	margin-bottom: 7px;
}

#product-detail-images .item-services-icons li.icon-sticker .sticker {
	font-size: 0.9167em;
	line-height: 1.7272em;
}

#product-detail-images .sticker-web-exclusive {
	position: absolute;
	bottom: 0px;
	left: 0px;
}







.loan_calculate_icon {
	padding: 0 0 0 40px;
}
.loan_calculate_icon a {
	display: block;
}


/* right banner */

#product-right-banner {
	width: 205px;
	height: 266px;
	margin: 1em 0;
	
}
#product-right-banner img{
	border-radius: 5px;
}




/* ebook types */
#ebook-types li, #ebook-types-drm li{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
	width: 45px;
}
#ebook-types li:hover, #ebook-types-drm li:hover{
	text-decoration: underline;
}
#ebook-types li span{
	display: block;
	width: 45px;
	height: 40px;
	text-indent: 99em;
	background: url(/public/f1/7b/b1/49064_51824_book_ico.png) no-repeat;
}
#ebook-types-drm li span{
	display: block;
	width: 45px;
	height: 40px;
	text-indent: 99em;
	background: url(/public/cd/57/74/49066_51826_book_ico_drm.png) top left no-repeat;
}
#ebook-types li .epub, #ebook-types-drm .epub{
	background-position: -96px 0;
}	
#ebook-types li .pdf, #ebook-types-drm li .pdf{
	background-position: 0 0;
}
#ebook-types li .mobi, #ebook-types-drm li .mobi{
	background-position: -49px 0;
}


/* lupa u obrazku */
#magnifing-description .magnify {
	position: relative;
}
#magnifing-description .large {
	width: 220px; 
	height: 220px;
	position: absolute;
	z-index: 5;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	/*Multiple box shadows to achieve the glass effect*/
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first*/
	
	/*hide the glass by default*/
	display: none;
}



/* hodnoceni prodavacu */

.thumbs-row {
	vertical-align: middle;
}

.review .images .review-image img {
	margin-right: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}
.review .images .review-image.hidden {
	display: none;
}

.review li {
	padding-left: 20px;
	margin-left: 5px;
}
.review-short {
	height: 93px;
	overflow: hidden;
}

.availability h3 a {
	color: #669900;
}
.availability span.f-left {
	line-height: 1.8em;
	margin-top: 2px;
	margin-left: 1em;
}
.availability span.info {
	margin-left: 0;
	margin-right: 1em;
}


.availability .in-shop a:link,
.availability .in-shop a:visited {
	color: #00AFD8;
    font-weight: bold;
    font-size: 1em;
}
/* vyprodej */

#product-mini-basket-original-price {
	color: #00AFD8;
	text-decoration: none;
	display: inline-block;
	background: url('/public/c9/46/77/49855_58201_cross_line.png');
	background-size: 100% 100%;
	line-height: 1em;
	font-size: 2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}



/*discount box*/
.box-discount-red {
	background-color: #b20000;
	color: white;
	padding: 1em 3em 1em 120px;
	margin-bottom: 2em;
	position: relative;
}
.box-discount-red h3 {
	color: white;
	font-size: 2em;
}
.box-discount-red p {
	font-size: 1.1667em;
}
.box-discount-red .safe {
	display: block;
	position: absolute;
	left: 14px;
	top: 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #b20000;
	line-height: 3.9em;
	background-color: white;
}

table.tabulka-kompatibility {
	border: 1px solid #cccccc;
}
table.tabulka-kompatibility td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 2px;
}



/*ibod calculator */
#lightbox-ibod {
	width: 350px;
	margin-top: 30px;
}
#lightbox-ibod li strong {
	margin-right: 10px;
}
#lightbox-ibod li.others {
	margin-left: 100px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	#product-detail-code {
	  right: -10px;
	  top: -40px;
	}
	#product-detail-id{
		right: -10px;
		top: -30px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

#product-detail-code, #product-detail-id {
  right: -10px;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}




#product-wide-block{
	float:right;
	width:900px;
}

#product-short-block {
	order: 2;
	float:right;
	width:280px;
	min-height: 1px;
	margin-left: 20px;
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	
	#product-wide-block{
		float:none;
		width:100%;
	}
	
	#product-short-block {
		float:none;
		width:100%;
		margin-left: 0px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	
	#product-wide-block{
		float:none;
		width:100%;
	}
	
	#product-short-block {
		float:none;
		width:100%;
		margin-left: 0px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}




.product-availability {
	display: table;
	margin-bottom: 20px;
}
.product-availability > .col {
	display: table-cell;
	border-left: 1px solid #dedede;
	padding: 5px 20px;
}
.product-availability > .col :last-child {
	margin-bottom: 0;
}
.product-availability > .col:first-child {
	border-left: 0;
	padding-left: 0;
}
.product-availability .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #00afd8;
	margin-bottom: 10px;
	text-decoration: none;
	white-space: nowrap;
}
.product-availability .status {
	padding-right: 40px;
	position: relative;
}
.product-availability .status:after {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 28px;
	width: 8px;
	height: 11px;
	background: url("/public/f6/4e/ae/76719_166013_arrow_right_gray.png") no-repeat 0 0;
}
.product-availability .status .title {
	color: #000;
	margin-bottom: 0;
}
.product-availability .status .value {
	display: block;
	font-size: 18px;
	color: #8cc000;
	text-decoration: none;
}
.product-availability .status a.value:hover {
	text-decoration: underline;
}
.product-availability .shop .title, .product-availability .depot .title {
	background: no-repeat 0 50%;
	padding-left: 35px;
}
.product-availability .shop .title {
	background-image: url("/public/8e/c8/1e/76723_166014_datart_store_icon.png");
}
.product-availability .depot .title {
	background-image: url("/public/e1/a9/26/76721_166014_datart_delivery_icon.png");
	padding-left: 45px;
}
.product-availability .depot .btn.check-availability {
	display: block;
	margin-top: 5px;
}
.product-availability .question-mark {
	margin-left: 5px;
	margin-top: -2px;
	display: inline-block;
	vertical-align: middle;
}



/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	.product-availability .status {
		padding-right: 40px;
		position: relative;
		display: block;
	}
	
	.product-availability {
		display: block;
	}
	.product-availability .status:after {
		display: none;
		background: none;
	}
	.product-availability .status .value {
		display: inline-block;
		margin-left: 20px;
	}
	.product-availability .status .title {
		display: inline-block;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {

}



	#personalization-accessories-holder {
		width:870px;
	}
	
	#personalization-accessories-holder h2 {
		margin-top:0px;
		margin-bottom:20px;
	}
	
	/* new accessories */
	#left-tabs {
		width: 185px;
		margin-right:20px;
		background-color: #F9F9F9;
	}
	
	#tabs-content {
		display: block;
		width: 663px;
	}
	
	#left-tabs ul {
		background-color: #F9F9F9;
	}
	
	#left-tabs li {
		text-align: center;
		width: auto;
		cursor: pointer;
		padding: 15px 10px;
		border-bottom: 1px solid #B8B8B8;
	}
	
	#left-tabs li:last-child {
		border-bottom: 0px solid white;
	}
	
	#left-tabs li a:link, #left-tabs li a:visited {
		font-size: 14px;
		color: black;
		font-weight: 300;
		line-height: 1.1em;
		text-decoration: none;
	}
	
	#left-tabs li:hover a {
		text-decoration: underline;
	}
	
	#left-tabs li.active {
		background-color: #00AFD8;
		border-bottom: 1px solid #00AFD8;
	}
	
	#left-tabs li.active a {
		color: white;
	}
	
	#tabs-content .first-row {
		margin-top: 20px;
	}
	
	#tabs-content .detail-accessory {
		width: 199px;
		padding:10px;
		height: 275px;
		border-color: #EAE6E6;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
	}
	
	#tabs-content .detail-accessory:nth-child(1) {
		border-width: 1px !important;
	}
	
	#tabs-content .detail-accessory:nth-child(-n+3) {
		border-width: 1px 1px 1px 0px;
	}
	
	#tabs-content .detail-accessory:nth-child(3n+4) {
		border-width: 0px 1px 1px 1px;
	}
	
	#tabs-content .detail-accessory .accessory-img {
		height: 150px;
		width: 200px;
		text-align: center;
		margin-bottom: 1em;
	}
	
	#tabs-content .detail-accessory .accessory-img a.img {
		display: block;
		width: 200px;
		height: 150px;
		text-align: center;
		line-height: 150px;
		position: relative;
	}
	
	#tabs-content .detail-accessory .accessory-img a.img img {
		vertical-align: middle;
		max-height: 150px;
		max-width: 150px;
	}
	
	#tabs-content .detail-accessory .title {
		padding: 0 5px;
		height: 43px;
		overflow: hidden;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#tabs-content	.detail-accessory .title h3 {
		line-height: 16px;
	}
	
	#tabs-content	.detail-accessory .title h3 a{
		color: black;
		font-size: 12px;
		text-decoration: none;
	}
	
	#tabs-content .detail-accessory em {
	  font-size: 1.5em;
	  line-height: 1.8em;
	  font-style: normal;
	  color: black;
	}
	#tabs-content .detail-accessory em strong {
		font-weight: 400;
	}
	
	#tabs-content .detail-accessory .btn {
		margin: 0px auto;
	}
	#tabs-content .detail-accessory .quickview-holder {
		display: none;
	}
	#tabs-content .detail-accessory:hover .quickview-holder {
		display: none;
		position: absolute;
		top: 0px;
		width: 200px;
		height: 150px;
		background-image: url('/public/b6/aa/bb/51473_67323_blue_dot.png');
		background-repeat: repeat;
	}
	#tabs-content .detail-accessory .quickview-holder .quickview-eye {
		background-image: url('/public/a6/0/d8/51471_67256_quickview_big_eye.png');
		background-repeat: no-repeat;
		width: 64px;
		height: 36px;
		display: block;
		margin: 30px auto 10px;
	}
	#tabs-content .detail-accessory .quickview-holder .quickview-text {
		color: #e5e8e4;
		font-size: 1.5em;
		line-height: 1em;
		display: block;
		width: 160px;
		text-decoration: underline;
		padding: 5px 20px 20px;
	}
	#tabs-content .hidden {
		display: none;
	}
	
	#tabs-content .show-all-accessories {
		margin: 20px auto 20px;
	}

	.accesories-show-btn-box {
		width: 100%;
	}
	

@media (max-width: 767px){
	#left-tabs{
		display: none;
	}
	
	#tabs-content{
		height: auto !important;
		height: initial !important;
		width: 100%;
		width: initial;
		float: none;
	}
	
	#tabs-content > div:not(#accessory-tab-0){
		width: initial;
		display: block !important;
	}
	
	.show-all-accessories{
		display: none !important;
	}
	
	#tabs-content .detail-accessory:nth-child(1),
	.detail-accessory{
		border-width: 0 !important;
	}
	
	.tab-content:after{
		display: none;
		content: none;
	}
	
	.tab-content .ta-center{
		display: none;
	}
	
	#tabs-content h2{
		margin-top: 20px;
	}
	
	.tab-content{
		border-bottom: 1px solid #ddd;
    	padding-bottom: 20px;
	}
	
	.accessory-img,
	.accessory-img a{ width: initial !important; }
	
	.accessory-img img{ 
		margin: auto; 
		max-width: 100% !important; 
		display: inline-block;
	}
	
	#tabs-content .detail-accessory .title{
		height: 54px;
	}
	
	#product-accessories{
		margin-bottom: 10px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 
	
	 #personalization-accessories-holder {
		width:690px;
	}
	
	#left-tabs {
		width: 170px;
	}
	
	#tabs-content {
		display: block;
		width: 480px;
	}
	
	#tabs-content .detail-accessory {
		width: 200px;
		padding:10px;
		height: 275px;
	}
	
	#tabs-content .detail-accessory:nth-child(1) {
		border-width: 0px;
	}
	
	#tabs-content .detail-accessory:nth-child(-n+3) {
		border-width: 0px;
	}
	
	#tabs-content .detail-accessory:nth-child(3n+4) {
		border-width: 0px;
	}
	
	#tabs-content .detail-accessory:nth-child(odd) {
		border-width: 1px;
	}
	
	#tabs-content .detail-accessory:nth-child(even) {
		border-width: 1px 1px 1px 0px;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	
	#personalization-accessories-holder {
		width:930px;
	}
	
	#left-tabs {
		width: 230px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}




#magnifing-description.archives .product-detail-attributes {
	display: none;
}
#product-wide-block .product-detail-attributes{
	display: block;
}
#product-short-block .product-detail-attributes{
	display: none;
}

/* attributes table caption */
#id-attributes table.list {
	border-bottom: 1px solid #c3c3c3;
	margin-top: 2.5em;
}

#id-attributes table.list:last-child {
	border-bottom: 0px solid white;
}

#id-attributes table.list:first-child {
	margin-top: 0;
}

#id-attributes table.list caption {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
#id-attributes table.list .sub-title{
	font-weight: bold;
    font-size: 14px;
    color: black;
    padding-top: 10px;
}

#id-attributes table.list.closed caption {
	background-position: 99% 10px;
}

#id-attributes table.list td {
	background: #fff;
	padding:4px 12px 4px 4px ;
}

#id-attributes table.list td a {
	color: #666;
}

#id-attributes table.list tr td:first-child {
	border-right: none;
}

#id-attributes a.attributes-edit-button {
	background-image: url('/public/47/e0/1/70844_144485_pencil.png');
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 24px;
	text-decoration: none;
	border: 1px solid #fff;
}

#id-attributes a.attributes-edit-button:hover {
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}

.product-detail-attr-hide-box {
	height: 400px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.product-detail-attr-hide-box{ height: auto !important; height: initial !important; }	
}

.product-detail-attr-hide-shadow {
	width: 100%;
	height: 70px;
	position:absolute;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	/* IE6-9 */

}


.show-more-attr {
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
	cursor: pointer;
	color: #00AFD8;
	font-weight: bold;
}

.show-more-attr i {
	margin-left: 10px;
}

.attrZoomIcon {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 5px;
	transition: transform 800ms;
	background-image: url('/public/40/1b/d2/195565_412573_lupa.png');
	background-position: center;
	background-size: contain;
	cursor:pointer;
}

.attrZoomIcon:hover {
	transform: rotate(45deg);
}

.attrZoomIcon--blank {
	background-image: none;
	cursor:default;
}
/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1241px) {
	#id-anchor-attributes, caption{
		padding-left: 10px;
	}
	#id-attributes-form #id-anchor-attributes{
		margin: 10px 0 20px 0;
	}
	#id-attributes-form #id-anchor-attributes #item-full-title,
	#product-wide-block .product-detail-attributes{
		display: none;
	}
	#product-short-block .product-detail-attributes{
		background-color: white;
		padding: 10px 0 0 0px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
		display: block;
	}
	#id-attributes table.list tr td{
		display: table-cell;
		background: initial;
		vertical-align: middle;
		width: 50%;
		height: 30px;
	}
	#id-attributes table.list tr td:first-child{
		font-weight: bold;
		padding: 5px 5px 5px 10px;
	}
	#id-attributes table.list tr td:last-child{
		padding: 5px;
		vertical-align: middle;
	}
	#id-attributes table.list tr td.sub-title{
		background: #fff;
	}
	#id-attributes table.list tr td a.attribute-explanation span{
		vertical-align: middle;
	}
	.attrZoomIcon--blank{
		display: none;
	}
}




/* cs-sk icons*/
.flag-icon {
	width: 40px;
	height: 40px;
	display: block;
}
#product-discussion-sk, #product-discussion-cs {
	float: left;
	cursor: pointer;
}
#product-discussion-cs {
	margin-left: 2em;
	margin-right: 1em;
}
#product-discussion-sk input, #product-discussion-cs input {
	margin-top: 1.3em;
	float: left;
}
#product-discussion-sk .flag-icon {
	background-position: 0 -40px;
	font-size: 1.3em;
	margin-left: 1.8em;
	margin-top: 0.1em;
}
#product-discussion-cs .flag-icon {
	background-position: 0 0;
	font-size: 1.3em;
	margin-left: 1.8em;
	margin-top: 0.1em;
}
#id-anchor-discussion > div > h2 {
	float: left;
	margin-top: 0px;
	line-height: 2.2222em;
}

a.forum-post-edit-button{
  background-image: url( /public/47/e0/1/70844_144485_pencil.png );
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 24px;
  text-decoration: none;
  display:none;
}
a.forum-post-cancel-button{
	display:none;
  height: 24px;
  line-height: 20px;
  vertical-align: top;
}

a.forum-post-cancel-button.active,
a.forum-post-edit-button.active{
	display:inline-block;
}

div.post-body-container.disabled{ display:none; }
form.edit-post{ display:none; }
form.edit-post.active{ display:block; }

form.edit-post textarea{
  min-width: 98%;
  max-width: 650px;
  min-height: 100px;
  display: block;
}
form.edit-post button{
	float: right;
  margin-top: 12px;
  padding: 5px 10px;
}



/* h1 copy */

#h1copy {
	background-color: white;
	border-radius: 5px;
	width: 300px;
	position: absolute;
	z-index: 10;
	top: 40px;
	right: 7%;
	display: none;
}
#h1copy div.text {
	float: left;
	width: 209px;
	margin-top: 10px;
}
#h1copy h3 {
	font-size: 1em;
}
#h1copy p {
	font-size: 11px;
}
#h1copy img {
	float: left;
	margin: 20px 10px 10px;
}

.box_arrow {
	
	position: relative;
	
	border: 1px solid #cccccc;
}
.box_arrow:after, .box_arrow:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.box_arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left: 25%;
	margin-left: -10px;
}
.box_arrow:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #cccccc;
	border-width: 11px;
	left: 25%;
	margin-left: -11px;
}



/* HOME DELIVERY - KOPIE Z NOVEHO KOSIKU - PO SJEDNOCENI KOSIKU VYHODIT */
#home-delivery-callcentrum {
	margin-bottom: 15px;
}

#home-delivery-calendar {
	background: #f3f3f3;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px;
}

#home-delivery.catalog #home-delivery-calendar {
	float: left;
	width: 200px;
}

#home-delivery-calendar table {
	border: 0;
	width: 100%;
}

#home-delivery-calendar caption {
	padding-bottom: 5px;
}

#home-delivery-calendar caption strong {
	display: block;
	margin: 0 20px;
	text-align: center;
}

#home-delivery.catalog #home-delivery-calendar caption a.float-left,
#home-delivery.catalog #home-delivery-calendar caption a.float-right { font-size: 1.1em; font-weight: bold; padding: 0 5px; text-decoration: none; }

#home-delivery-calendar th, #home-delivery-calendar td {
	border: 0;
	height: 2em;
	line-height: 2em;
	padding: 0;
	text-align: center;
	width: 14.28%;
}

#home-delivery-calendar td a, #home-delivery-calendar td span {
	border: 1px solid;
	display: block;
	height: 100%;
}

#home-delivery-calendar td a {
	background: #ffffff;
	border-color: #dddddd;
	font-weight: bold;
	text-decoration: none;
}

#home-delivery-calendar td.selected a {
	background: #1c6bb9;
	color: #ffffff;
}

#home-delivery-calendar td span {
	background: #f3f3f3;
	border-color: #dddddd;
	color: #666666;
}

#home-delivery-slots {
	margin: 15px 0 0;
}

#home-delivery.catalog #home-delivery-slots {
	margin-left: 230px;
}

#home-delivery.suboptions #home-delivery-slots ul {
	margin: 0 -15px 10px 0;
}

#home-delivery-slots input, #home-delivery-slots label, #home-delivery-slots strong { vertical-align: middle; }
#home-delivery-slots label, #home-delivery-slots strong { display: inline-block; }
#home-delivery-slots label { width: 150px; }

#home-delivery.catalog #home-delivery-slots span, #home-delivery.catalog #home-delivery-slots strong { display: inline-block; vertical-align: baseline; }

#home-delivery.catalog #home-delivery-slots ul { list-style: disc; padding-left: 1.5em; }
#home-delivery.catalog #home-delivery-slots .date { width: 60px; }
#home-delivery.catalog #home-delivery-slots .time { width: 80px; }
#home-delivery.catalog #home-delivery-slots .price { text-align: right; width: 40px; }
#home-delivery.catalog #home-delivery-slots a { display: inline-block; margin-left: 10px; }



#product-detail-navigation table {
	border: 1px solid #CCCCCC;
	width: 960px;
}
#product-detail-navigation table td {
	border: 1px solid #CCCCCC;
	width: 320px;
}
#product-detail-navigation table td a {
	font-size: 1.1667em;
	line-height: 2.8571em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	background-image: url('/public/3e/d8/59/71504_147433_blue_arrow.png');
	background-repeat: no-repeat;
	background-position: 14px 50%; 
}
#product-detail-navigation table td a:hover {
	text-decoration: underline;
	background-color: #f1f1f1;
}

#product-detail-navigation li {
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: .5em;
}



    #product-content-wrapper #content{
        display: flex;
        flex-wrap: wrap;
    }
    
    #product-detail-header-top-wrapper	{order:1;}
    #product-detail-useful-box			{order:2;}
    #archive-useful-products			{order:3;}
    #info-box							{order:4;}
    #product-line-wrapper				{order:5;}
    #product-detail-gift-service-box	{order:6;}
    #detail-alternatives-wrapper		{order:7;}
    #product-blocks						{order:8;}
    #3D-preview							{order:9;}
    #product-detail-bundle				{order:10;}
    
    #info-box, #product-detail-gift-service-box{
        width: 100%;
    }
    #info-box p {
        margin: auto 0;
    }
    
    #product-line-wrapper{
        width: 100%;
        box-sizing: border-box;
    }
    
    #product-detail-header-top-wrapper {
        width: 870px;
        float:left;
        background-color: #ffffff;
        margin-right: 20px;
        margin-top: 20px;
    }
    
    #product-detail-header-top-wrapper #bannerHappyHour {
    	margin: -15px -15px 15px;
    }
    
    #product-detail-header-bottom-wrapper {
        background-color: #f2f2f2;
        padding: 15px 0;
        margin-bottom: 20px;
    }
    
    #product-detail-header-top-wrapper .product-content,
    #product-detail-header-bottom-wrapper .product-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .product-content {
        width: 100%;
    }
    
    #product-detail {
        width: 100%;
        margin: 0 auto;
    }
    
    #product-detail-wrapper {
        width: 100%;
    }
    
    .product-detail-box {
        width: 425px;
        float: right;
    }
    
    #product-detail-info {
        display: block;
        width: 100%;
        min-height: 425px;
        border: 0px solid blue;
        margin-bottom: 10px;
    }
    
    #product-detail-more-info {
        width: 590px;
        float: right;
        position: relative;
    }
    
    #product-detail-headline {
        line-height: 1.25em;
    }
    
    #product-detail-headline.headline-size-1 {
        font-size: 2.5em;
    }
    
    #product-detail-headline.headline-size-2 {
        font-size: 2.25em;
    }
    
    #product-detail-headline.headline-size-3 {
        font-size: 2em;
    }
    
    #product-detail-headline.headline-size-4 {
        font-size: 1.75em;
    }
    
    #product-detail-category {
        margin-top: -15px;
        margin-bottom: 1em;
    }
    
    .product-detail-price-box {
        width: 100%;
        margin: 10px 0px;
        border-top: 1px solid #d8d8d8; 
        border-bottom: 1px solid #d8d8d8; 
        padding: 15px 0px;
    }
    .product-detail-price-box .main-vip-price div, 
    .product-detail-price-box .main-special-price div{
        display: inline-block;
    }
    
    .product-detail-strike-price-box {
        color: #e62f3f;
    }
    
    #product-detail-info-price {
        display: inline-block;
        vertical-align: top;
    }
    
    .product-detail-basket-loan {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        text-align: right;
        text-decoration: none;
        float: right;
    }
    
    .product-detail-price {
        font-size: 2.25em;
        line-height: 1em;
    }
    
    .normal-price {
        font-size: 12px;
        display: block;
    }
    
    .ibod-price {
          font-size: 16px;
          font-weight: bold;
          color: #b81d82;
          padding-left: 10px;
    }
    .product-detail-ibod-box{
        display: none;
    }
    .ibod-bar{
        display: none;
    }
    
    #product-detail-info #product-detail-availability {
    	display: flex;
    	justify-content: space-between;
    }
    
    .product-detail-availability-box{
        vertical-align:top;
        display:inline-block;
        width: 49%;
    }
    
    .availability-box__link {
    	text-decoration: underline;
    }
    
    .availability-box__link--no-decoration {
    	text-decoration: none;
    }
    
    .availability-box__text {
    	color: black;
    	font-weight: normal;
    	white-space: nowrap;
    }
    
    .product-detail-ibod-box {
        height: 50px;
    }
    
    /* ibod points */
    #ibod-points-holder {
        font-size: 15px;
        color: black;
        line-height: 40px;
        padding-top: 5px;
    }
    
    .ibod-points-maskot {
        width: 30px;
        height: 50px;
        display: inline-block;
        background: url('/public/cc/44/68/60097_106176_ibodacek.png') no-repeat center left;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #ibod-points-holder > span{
        display: inline-block;
        vertical-align: top;
    }
    
    /*
    #ibod-points-holder{
        background-position: 0px 80%;
    }
    
    #ibod-points-holder > span{
        vertical-align: bottom !important;
        margin-bottom: 5px !important;
        height: 66px !important;
    }
    
    #ibod-points-holder i{
        text-align: left !important;
        height: 18px;
    }
    
    #ibod-points-holder i span{
     vertical-align: top; 
    }
    
    #ibod-points-holder.resized{
        background-image: url('/public/ad/9a/f/121592_248143_ibod.png');
        background-size: 30px;
      background-position: 8px 19px;
      padding-left: 50px;
    }
    #ibod-points-holder.resized > span { 
        vertical-align:middle !important; 
        }
    
    */
    
    #ibod-points-holder div#ibod-q-mark{
        width: 13px;
        height: 25px;
        display: inline-block;
        background: url('/public/72/a2/8e/60099_106178_otaznik.png') no-repeat center center;
        cursor: pointer;
        vertical-align: top;
        margin-top: 5px;
    }
    
    #ibod-points-holder div#ibod-q-content{
        color: #7d6666;
        position: absolute;
        top: -5px;
        left: -310px;
        width: 270px;
        display: block;
        border: 1px solid #9ae5ff;
        border-radius: 10px;
        display: none;
        background-color: #FFF;
        font-size: 12px;
        z-index: 10;
        padding: 5px 5px 0 10px;
        box-shadow: 0px 0px 2px 2px #B3AFAF;
    }
    
    #ibod-points-holder div#ibod-q-content p{
        margin: 0 0 5px 0;
    }
    
    #ibod-points-holder div#ibod-q-content .close{
        display: block;
        float: right;
        margin: 0 0 0 10px;
        width: 10px;
        height: 10px;
        background: url('/public/5f/8/7e/106_105076_fixed_elements_sprite.png') no-repeat 0 -36px;
        cursor: pointer;
    }
    
    #ibod-points-holder small { 
        display: block;
        font-size: 10px;
        line-height: 10px;
    }
    
    .product-detail-compare-box {
        margin-top: 5px;
    }
    
    .product-detail-compare-box a.blue-link {
	     font-size: 14px;
    }
    
    .product-detail-compare-box a.blue-link.checked {
    	margin-right: 0;
    	margin-left: 7px;
    }
    
    .product-detail-compare-box a.blue-link i {
      margin-top: -1px;
    }
    
    #product-detail-ask-vendor {
      display: inline-block;
    }
    
    #ask-vendor-show-btn {
      font-size: 14px;
      cursor: pointer;
      text-decoration: none;
    }
    
    #ask-vendor-show-btn span {
    	text-decoration: underline;
    }
    
    #ask-vendor-show-btn img {
    	margin-right: 2px;
	    vertical-align: bottom;
	    padding-bottom: 3px;
    }
    
    .product-detail-social-btns {
        display: none;
    }
    
    #product-detail-info .buttons-wrapper {
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    
    #product-detail-info #detail-buy-button, #product-detail-info .askAvailability, #product-detail-info #detail-reservation-button {
	    width: 208.25px;
    }
    
    #product-detail-info #detail-buy-button, #product-detail-info #detail-reservation-button, #product-detail-info .askAvailability {
        padding: 4px 0px 4px 0px;
    }
    
    #product-detail-rating-wrapper{
        display: block;
        margin-bottom: 20px;
    }
        
    #product-detail-rating-wrapper .rating{
        display: inline-block;
        margin: 0 20px 0 0;
        padding: 0;
        height: 45px;
    }
        
    #product-detail-rating-wrapper .rating .rating-stars{
        height:32px;
        background-position: 0 50%;
    }
        
    #product-detail-rating-wrapper .rating .rating-stars.star-5{
        background-position: 0 50%;
    }
        
    #product-detail-rating-wrapper .rating .rating-stars.star-4{
        background-position: -20px 50%;
    }
    
    #product-detail-rating-wrapper .rating .rating-stars.star-3{
        background-position: -40px 50%;
    }
    
    #product-detail-rating-wrapper .rating .rating-stars.star-2{
        background-position: -60px 50%;
    }
    
    #product-detail-rating-wrapper .rating .rating-stars.star-1{
        background-position: -80px 50%;
    }
    
    #product-detail-rating-wrapper .rating .rating-stars.star-0{
        background-position: -100px 50%;
    }
    
    .philips-rating .bv_stars_component_container svg{
    	width: 14px !important;
    	height: 14px !important;
    }
    
    #product-detail-info .availability {
      padding: 20px 5px;
      margin-bottom: 3em;
    }
    
    .product-detail-buy-box {
    	height: 44px;
    }
    
    #product-detail-action-links a {
        height: 1.75em;
        line-height: 1.75em;
        margin-right: 1em;
    }
    
    #product-detail-images-wrapper {
        width: 425px;
        float: right;
        margin-right: 16px;
        border:0px solid red;
    }
    
    #product-detail-stickers { 
        max-width: 200px;
		    width: 100%;
        height: 390px;
        position: absolute;
        top: 30px;
        border: 0px solid blue;
        display: flex;
        flex-direction: column;
    }
    
    #product-detail-stickers .sticker { 
    	position: static;
    	text-align: left;
    	margin-bottom: 10px;
    }
    
    #product-detail-image {
        text-align: center;
        line-height: 430px;
        height: 430px;
        overflow: hidden;
        vertical-align: middle;
    }
    
    #product-detail-image img {
        max-width:95%;
        max-height: 430px;
        vertical-align: middle;
    }
    
    .archives #product-detail-image img {
        -webkit-filter: grayscale(100%); /* Safari */
      filter: grayscale(100%)
    }
    
    #product-detail-images-navigation-wrapper {
        width: 430px;
        height: 80px;
        float: left;
        margin-right: 20px;
        border: 0px solid green;
        overflow:hidden;
        margin-bottom: 30px;
    }
    
    #thumbnails-box {
        display: inline-block;
        white-space: nowrap;
    }
    
    .thumbnails-btn {
        display:none;
        width:20px;
        height:80px;
        background-color:white;
        position:absolute;
        line-height:80px;
        font-family: "FontAwesome";
        font-size:16px;
        color: black;
        cursor:pointer;
        z-index:1;
    }
    
    #thumb-prev {
        opacity:0;
        border-right: 1px solid #c1c1c1;
        text-align:left;
        box-shadow: 8px 0px 8px white;
        left: 0;
    }
    
    #thumb-prev:hover {
     border-right: 1px solid #002E67;
     color: #002E67;
    }
    
    #thumb-next {
        border-left: 1px solid #c1c1c1;
        /*margin-left:409px;*/
        left:413px;
        text-align:right;
        box-shadow: -8px 0px 8px white;
    }
    
    #thumb-next:hover {
     border-left: 1px solid #002E67;
     color: #002E67;
    }
    
    #thumb-next:before {
        content:"\f105";
    }
    
    #thumb-prev:before {
        content:"\f104";
    }
    
    .product-detail-brand-box {
        margin-top: 20px;
        width: 100%;
        display: block;
        min-height: 80px;
        text-align: right;
        border: 0px solid brown;
    }
    
    
    .product-detail-brand-item-reseller {
        display:inline-block;
        vertical-align:top;
        width: 150px;
        height: 80px;
        border: 0px solid #c4c4c4;
        line-height: 70px;
        text-align: center;
        background-size:contain;
        background-position:center;
        background-repeat: no-repeat;
    }
    
    .product-detail-brand-item {
        display:inline-block;
        vertical-align:top;
        width: 80px;
        height: 80px;
        padding: 0px 10px;
        border: 1px solid #c4c4c4;
        line-height: 70px;
        text-align: center;
        background-size:90%;
        background-position:center;
        background-repeat: no-repeat;
    }
    
    .product-detail-brand-item img {
        max-width: 100%;
    }
    
    #product-detail-images {
        position: relative;
    }
    
    #product-detail-images-navigation {
        width:1000px;
        position: relative;
    }
    
    #product-detail-images-navigation .nav.next {
        position: absolute;
        display: block;
        width: 70px;
        height: 70px;
        right: 0;
        z-index: 5;
        background: #F2F2F2;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 42%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 42%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 42%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 42%); /* IE10+ */
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 42%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    
    }
    
    #product-detail-images-navigation .nav.next .arrow {
        display: block;
        width: 70px;
        height: 70px;
        background-image: url('/public/35/fb/80/73390_153891_arrow_blue_right.png');
        background-repeat: no-repeat;
        background-position: 60% 50%;
    }
    
    #product-detail-images-navigation a.detail-image {
        display: inline-block;
        height: 70px;
        border: 1px solid white;
        color: #666;
        padding: 4px;
        text-decoration: none;
        margin-right: 10px;
        background-color: #fff;
    }
    
    #product-detail-images-navigation a.detail-image img {
        max-height:100%;
    }
    
    .archives #product-detail-images-navigation a.detail-image img {
        -webkit-filter: grayscale(100%); 
      filter: grayscale(100%);
    }
    
    #product-detail-images-navigation a.detail-image.hidden-image {
        display: none;
    }
    
    #product-detail-images-navigation a.detail-image span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 60px;
    }
    
    #product-detail-images-navigation a.detail-image span img {
        max-height: 55px;
    }
    
    #product-detail-images-navigation-wrapper .addthis_sharing_toolbox {
        display: inline-block;
        vertical-align: top;
    }
    
    a#detail-image-gallery-button {
        display: inline-block;
        font-size: 14px;
        line-height: 68px;
        padding-left: 45px;
        padding-right: 10px;
        border: 1px solid #cfcfcf;
        background-color: #fff;
        background-image: url('/public/57/5e/78/76716_166011_image_galery.png');
        background-position: 20px 22px;
        background-repeat: no-repeat;
        padding-left: 50px;
        color: #666666;
        text-decoration: none;
    }
    
    a#detail-3d-button {
        display: inline-block;
        position: relative;
        padding-left: 45px;
        padding-right: 10px;
        line-height: 68px;
      text-decoration: none;
      color: white;
      font-family: Arial,Helvetica,sans-serif;
      background-color: #1a7fcb;
      font-weight: bold;
      font-size: 16px;
      text-align: right;
      
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: 10px center;
      background-image: url('/public/f4/ed/36/101618_218405_image_3d_blue.png');
    }
    
    #flix-minisite {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #cfcfcf;
        text-decoration: none;
        vertical-align: top;
    }
    
    #flix-minisite a {
        display: block;
        background-color: #fff;
        padding: 22px 10px;
        height: 24px;
    }
    
    #flix-minisite-mini {
        display: inline-block;
    }
    
    #flix-minisite-mini a{
        display: block;
        background-color: #fff;
        border: 1px solid #cfcfcf;
        padding: 0px 5px;
        height: 80px;
        line-height: 95px;
    }
    
    
    /*archive components*/
    
    .archives .product-detail-price-box {
        border: 0px solid white;
    }
    
    .archive-title {
        color: black;
        font-size: 20px;
        font-weight: bold;
        background-color: #e0e0e0;
        text-align: center;
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .archive-buttons {
        padding-left: 20px;
    }
    
    .archive-buttons a {
        display: inline-block;
        font-size: 14px;
        color: #00c3ff;
        margin-bottom: 15px;
        text-decoration: none;
        transition: color 300ms;
    }
    
    .archive-buttons a:hover {
        color: #029ccc;
    }
    
    .archive-buttons a span {
        text-decoration: underline;
        margin-right: 5px;
    }
    
    .archive-buttons a i:first-child {
        padding-right: 10px;
    }
    
    /***********************/
    /* Extra small devices */
    @media only screen and (max-width: 480px) {
        
        #product-detail-info #detail-buy-button svg, #product-detail-info #detail-reservation-button svg {
        	display: none;
        }
        
        #product-detail-header-top-wrapper #detail-buy-button, #product-detail-header-top-wrapper #detail-reservation-button, #product-detail-header-top-wrapper .askAvailability {
        	width: 142px !important;
        }
    }
    
    /***********************/
    /* Super small devices */
    @media only screen and (max-width: 767px) {
        
        #product-detail-header-top-wrapper	{order:0;}
        #product-detail-useful-box			{order:6;}
        #archive-useful-products			{order:1;}
        #info-box							{order:2;}
        #product-line-wrapper				{order:4;}
        #product-detail-gift-service-box	{order:5;}
        #product-blocks						{order:3;}
        #detail-alternatives-wrapper		{order:7;}
        #3D-preview							{order:8;}
        #product-detail-bundle				{order:9;}
        
        #product-blocks,
        #product-detail-gift-service-box{
            width: 100%;
        }
        
        #product-detail-stickers{
            height: 320px;
            top: 50px;
        }
        
        #product-content-wrapper .msg{ 
            width:auto;
            max-width: 100% !important;
            margin: 0 0 15px 0;
        }
        
        #product-detail-stickers .dvbt-sticker,
        #product-detail-stickers .diagonal-sticker,
        #product-detail-stickers .ecolabel-sticker{
            display: none;
        }
        
        #product-detail-info-price{ text-align: right; min-width: 200px; }
        
        #flix_hotspots,
        #product-detail-header-top-wrapper .item-category,
        #product-detail-code,
        #product-detail-id,
        #ibod-points-holder > span:first-child,
        #ibod-q-mark,
        .product-detail-brand-box{ 
            display: none !important; 
        }
        
        #product-detail-header-top-wrapper{
            margin-top: 10px;
            width: calc(100% - 30px);
        }
        
        #product-detail-header-top-wrapper .product-content{
            position: relative;
            height: 550px;
        }
        
        #product-detail-header-top-wrapper .product-content #product-detail-headline{
            position: absolute;
            top: -12px;
            left: 0;
            display: block;
            width: 100%;
            text-align: center;
            font-size: 18px;
            background: white;
            z-index: 9;
        }
        
        #product-detail-header-top-wrapper .product-content #product-detail-rating-wrapper{
            position: absolute;
            left: 0;
            top: 36px;
            width: inherit;
            text-align: center;
            margin: 0;
        }
        
        #product-detail-rating-wrapper .rating .philips-rating {
    			width: 278px;
    			padding-left: 20px;
	    }
        
        #product-detail-header-top-wrapper #product-detail-images-navigation-wrapper{
            display: none;
        }
        
        #product-detail-header-top-wrapper #product-detail-images-wrapper{
            margin: 0;
            position: absolute;
            width: 100%;
        }
        
        #product-detail-header-top-wrapper #product-detail-images{
            margin: 0;
            top: 78px;
        }
        
            #product-detail-header-top-wrapper #product-detail-image{
            height: 280px;	
            line-height: initial;
            position: relative;
        }
        
        #product-detail-header-top-wrapper #product-detail-image img{
            height: auto;
            width: auto;
        }
        
        #product-detail-header-top-wrapper #product-detail-image .slick-dots{
            position:absolute;
            display: block;
            bottom: 15px;
            height: 10px;
            top: auto;
        }
        
        #product-detail-header-top-wrapper #product-detail-image .slick-dots li{
            height: 10px;
            width: 10px;
            margin: 0 2px;
        }
        
        #product-detail-header-top-wrapper #product-detail-image .slick-dots li .dot{
            height: 100%;
            width: 100%;
            background: #6666;
            border-radius: 50%;
        }
        
        #product-detail-header-top-wrapper #product-detail-image .slick-dots .slick-active .dot{
            background: #00AFD8;
        }
        
        #product-detail-header-top-wrapper .product-detail-box{
            position: absolute;
            left: 0;
            width: 100%;
        }
        
        #product-detail-header-top-wrapper .product-detail-price-box{
            position: absolute;
            top: 350px;
            padding: 0;
            margin: 0;
            border: 0;
            text-align: right;
        }
        
        .product-detail-buy-box {
        	margin: 0;
        }
        
        #product-detail-header-top-wrapper .product-detail-price-box .original del{
            font-size: 13px;
            line-height: 22px;
            font-weight: normal;
        }
        
        #product-detail-header-top-wrapper .product-detail-price-box .product-detail-price{
            float: none;
            margin: 0;
            font-size: 20px;
            font-weight: bold;
            display: inline-block;
        }
        
        #product-detail-header-top-wrapper #product-detail-availability{
            position: absolute;
            top: 470px;
            left: 0;
            width: 100%;
        }
        
        #product-detail-header-top-wrapper #product-detail-availability .product-detail-availability-box{
            display:inline-block;
            width: auto;
        }
        
        #product-detail-header-top-wrapper #product-detail-availability .product-detail-availability-box:last-child{
            max-width: 140px;
            position: absolute;
            right: 0px;
            text-align: right;
        }
        
        #product-detail-header-top-wrapper #product-detail-availability.bundle {
            top: 395px;
        }
        
        #product-detail-header-top-wrapper #product-detail-availability strong a{ 
            display: block; 
            font-weight: normal;
        }
        
        #product-detail-header-top-wrapper .buttons-wrapper{
            position: absolute;
            top: 405px;
            left: 0;
            width: 100%;
            margin: 0;
            justify-content: space-between;
        }
    
        
        #product-detail-header-top-wrapper .product-detail-compare-box{
					position: absolute;
					top: 527px;
					left: 0;
					width: 100%;
					display: flex;
					justify-content: space-between;
        }
        
        .product-detail-compare-box a.blue-link i.fa-bar-chart {
					margin: 0 5px 0 0;
        }
        
        #product-detail-header-top-wrapper #detail-buy-button, #product-detail-header-top-wrapper #detail-reservation-button, #product-detail-header-top-wrapper .askAvailability {
            display: flex;
            align-items: center;
            width: 219px;
            box-sizing: border-box;
            font-weight: 400;
            text-align: center;
            height: 100%;
            line-height: 20px;
            padding: 6px 12px;
            position: relative;
            cursor: pointer;
            min-height: 40px;
            justify-content: center;
        }
        
        #product-detail-header-top-wrapper #detail-buy-button span, 
        #product-detail-header-top-wrapper #detail-reservation-button span{
            display: block;
        }
        
        #product-detail-header-top-wrapper #detail-buy-button svg, 
        #product-detail-header-top-wrapper #detail-reservation-button svg{
            margin-left: 8px;
        }
        
        #product-detail-header-top-wrapper #detail-reservation-button img{
            height: 35px;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        #product-detail-header-top-wrapper .product-detail-basket-loan{
            position: absolute;
            top: 15px;
            left: 0;
            text-align: left;
            font-size: 15px;
        }
        
        #product-detail-header-top-wrapper .icon-add-to-compare{
            font-size: 15px !important;
        }
        
        .product-detail-compare-box a.blue-link.checked {
        	margin-left: 7px;
        }
        
        #product-detail-header-top-wrapper .product-detail-basket-loan .fa:last-child{
            display: none;
        }
        
        .product-detail-ibod-box{
            position: absolute;
            bottom: 40px;
            left: 0;
            display: none;
        }
        
        .product-detail-ibod-box .ibod-points-maskot{
            width: 35px;
            height: 40px;
        }
        
        .product-detail-ibod-box #ibod-points-holder{
            MARGIN-LEFT: 15PX;
        }
        
        .product-detail-ibod-box #ibod-points-holder > span:nth-child(3){
            text-align: right;
            line-height: normal;
        }
        
        .product-detail-ibod-box #ibod-points-holder > span:nth-child(3):before{
            content: "Získáte";
            display: block;
        }
        
        #product-detail-header-top-wrapper{
            margin-right: 0;
        }
        
        #product-detail-header-box{
            margin-bottom: 10px;
        }
        
        #product-detail-image > a{
            display: block;
        }
        
        #product-detail-image a img{
            max-height: 250px;
            margin: auto;
        }
        
        .loan-calc-anchor .fa,
        #product-detail-image .icon-add-to-compare .fa{
            font-size: 20px;
        }
        body > .fly-object{
            display: none !important;
        }
        
        .product-detail-strike-price-box{
            min-height: 18px;
        }
        
        #product-detail-info-price .ibod-price{
            height: 19px;
            line-height: 19px;
            font-size: 14px !important;
            margin: 0 0 0 5px !important;
        }
        
        #product-detail-info-price .normal-price{
            display: none;
        }
        
        #product-content-wrapper .sticker{ display: block; }
        
        #product-content-wrapper .sticker.maSticker{ 
            display: inline-block;
            top: 60px;}
        
        .category-page-item .sticker-productCount,
        .category-page-item .diagonal-sticker,
        .category-page-item .sticker-discountMatch,
        #product-content-wrapper .discountMatch{
            display: none;
        }
        
        #product-content-wrapper .sticker-percent{
            margin: 0 !important;
            top: 50px;
        }
        
        
        
        #product-content-wrapper .sticker-sold{
            margin: 0 !important;
            top: auto !important;
            width: 280px !important;
            bottom: -110px;
        }
        
    }	
    
    /*****************/
    /* Small devices */
    @media (min-width: 768px) and (max-width: 991px) {
        
        #product-detail-header-top-wrapper {
            width: 690px;
            float:left;
            background-color: #ffffff;
            margin-right: 0px;
            margin-top: 20px;
        }
        
        .product-detail-compare-box a.blue-link:first-of-type {
				     font-size: 14px;
				     margin-right: 17px;
		    }
        
        #personalization-accessories-holder,
        #product-blocks{margin-bottom: 0;}
        
        #product-detail-images-wrapper {
            width: 320px;
            float: right;
            margin-right: 16px;
            border:0px solid red;
        }
        
        #product-detail-image {
            text-align: center;
            line-height: 320px;
            height: 320px;
            vertical-align: middle;
        }
    
        #product-detail-image img {
            max-width:95%;
            max-height: 320px;
            vertical-align: middle;
        }
        
        #product-detail-stickers {
            height: 320px;
        }
    
        #product-detail-images-navigation-wrapper {
            width: 320px;
            height: 80px;
            float: left;
            margin-right: 20px;
            border: 0px solid green;
            overflow:hidden;
            margin-bottom: 30px;
        }
        
        #thumb-next {
        border-left: 1px solid #c1c1c1;
        margin-left:300px;
        text-align:right;
        box-shadow: -8px 0px 8px white;
        left: 8px;
        }
        
        .product-detail-box {
        width: 345px;
        float: right;
        }
        
        #product-detail-info {
        display: block;
        width: 100%;
        height: auto;
        border: 0px solid blue;
        margin-bottom: 10px;
        }
        
        .product-detail-basket-loan {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        }
        
        .product-detail-ibod-box {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        height: 50px;
        border: 0px solid orange;
        text-align: center;
        
        display: none;
        }
        
        #ibod-points-holder {
        font-size: 15px;
        color: black;
        line-height: auto;
        }
    
	    .ibod-points-maskot {
	        width: 30px;
	        height: 50px;
	        display: none;
	        background: url('/public/cc/44/68/60097_106176_ibodacek.png') no-repeat center left;
	        background-size: contain;
	        background-repeat: no-repeat;
	        background-position: center;
        }
	        
        .product-detail-compare-box {
	        margin-top: 5px;
        }
	        
        .product-detail-social-btns {
            margin-top: 10px;
        }
        
        #product-detail-info #detail-buy-button, #product-detail-info #detail-reservation-button, #product-detail-info .askAvailability {
			width: 169.05px;
		}
		
		#product-detail-info #detail-buy-button svg {
			display: none;
		}
		
		.buttons-wrapper {
        	justify-content: space-between;
        }
	        
    }
    
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1240px) {
        
        #product-detail-header-top-wrapper {
        width: 930px;
        float:left;
        background-color: #ffffff;
        margin-right: 0px;
        margin-top: 20px;
        }
        
        #personalization-accessories-holder,
        #product-blocks{margin-bottom: 0;}
        
        #product-detail-header-top-wrapper .product-content,
        #product-detail-header-bottom-wrapper .product-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
        }
        
        #product-detail-images-wrapper {
        width: 455px;
        float: right;
        margin-right: 16px;
        border:0px solid red;
        }
        
        .product-detail-box {
	        width: 455px;
	        float: right;
        }
        
        .product-detail-buy-box:nth-of-type(2) {
        	margin-left: 23px;
        }
        
        .buttons-wrapper {
        	justify-content: initial;
        }
        
        .product-detail-compare-box a.blue-link:first-of-type {
			     margin-right: 74px;
		    }
		    
		    .product-detail-compare-box a.blue-link.checked {
		    	margin-right: 56px;
		    }
		    
		    .product-detail-buy-box {
		    	min-width: 210px;
		    }
        
    }
    
    /* Large devices (large desktops, 1241px and up) */
    @media (min-width: 1241px) {
        
        #personalization-accessories-holder,
        #product-blocks{margin-bottom: 0;}
        
        .buttons-wrapper {
        	justify-content: space-between;
        }
        
        .product-detail-compare-box a.blue-link:first-of-type {
			     margin-right: 56px;
		    }
		    
		    .product-detail-compare-box a.blue-link.checked {
			    	margin-right: 41px;
		    }
		    
		    .product-detail-buy-box {
		    	min-width: 210px;
		    }
        
    }
    
    #product-detail-image #flix_hotspots{
        position: absolute !important;
    }
    
    


.product-detail-dodTimer-box {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	border: 1px solid #c4c4c4;
	padding: 5px 15px;
}

.product-detail-dodTimer-title {
	text-align: center;
	font-size: 16px;
	color: #9C9C9C;
}

.product-detail-dodTimer {
	text-align: center;
}

.dodTimer-hours-box, .dodTimer-minutes-box, .dodTimer-seconds-box {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.dodTimer-seconds-box {
	margin-right: 0px;	
}

.dodTimer-value {
	color: black;
	font-weight: bold;
	font-size: 30px;
	margin-right: 3px;
}

.dodTimer-unit {
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	.product-detail-dodTimer-box {
		display: block;
		margin-bottom: 5px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1241px) {

}



#product-detail-useful-box{
	width:250px;
	margin-top: 20px;
	min-height: 550px;
}

#product-detail-useful-box h2{
  margin-top: 0px;
  margin-bottom: 20px;
}

#product-detail-useful-box .slick-dots{
	position:absolute;
	display: block;
	bottom: 10px;
	height: 10px;
	top: auto;
}

#product-detail-useful-box .slick-dots li{
	height: 10px;
	width: 10px;
	margin: 0 2px;
}

#product-detail-useful-box .slick-dots li .dot{
	height: 100%;
	width: 100%;
	background: #6666;
	border-radius: 50%;
}

#product-detail-useful-box .slick-dots .slick-active .dot{
	background: #00AFD8;
}

#product-detail-useful-items-box {
	overflow:hidden;
	margin-bottom:0px;
}

.product-detail-useful-item-box {
	width: 115px;
	display: inline-block;
	vertical-align: top;
}

.product-detail-useful-item-box:nth-child(odd){
	margin-right: 15px;
}

.product-detail-useful-img-box {
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 100px;
}

.product-detail-useful-img-box a {
	max-width: 100%;
	max-height: 100px;
	display: inline-block;
	line-height: 100px;
}

.product-detail-useful-img-box img {
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle;
}

.product-detail-useful-category {
	text-align: center;
	margin-bottom: 2px;
	max-height: 18px;
	overflow: hidden;
}

.product-detail-useful-text {
	text-align: center;
	height: 38px;
	overflow: hidden;
	margin-bottom: 3px;
}

.product-detail-useful-text a {
	font-size: 13px;
	line-height: 12px;
	color: black;
	text-decoration: none;
}

.product-detail-useful-text:hover a {
	text-decoration: underline;
}


.product-detail-useful-price {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: black;
	margin-bottom: 3px;
	min-height: 24px;
}

a.product-detail-useful-btn.btn {
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	color: white;
	font-size: 12px;
	line-height: 18px;
  height: 18px;
}

.product-detail-useful-more-btn {
	  color: #00afd8;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.product-detail-useful-more-btn span {
	text-decoration: underline;
}


@media (max-width: 767px){
	#product-detail-useful-box{
		margin-top: 0px;
		width: calc( 100% - 30px );
		min-height: auto;
		min-height: initial;
	    height: 300px;
    	overflow: hidden;
	}
	
	#product-detail-useful-box .product-detail-useful-item-box{
		margin: 0;
		width: 150px;
	}
	
	#product-detail-useful-items-box{ height: 250px; }
	
	#product-detail-useful-box #more-acessories-btn,
	#product-detail-useful-box .product-detail-useful-item-box .btn{
		display: none;
	}
	
	#product-detail-useful-box .product-detail-useful-text{
		padding: 0 10px;
		line-height: 22px;
		height: 44px;
		margin: 10px 0;
	}
	
	#product-detail-useful-box .product-detail-useful-text a{
		font-size: 16px;
		color: #002C69;
		font-weight: bold;
		
	}
	
	#product-detail-useful-box .product-detail-useful-price{
	    line-height: 27px;
		color: #000000;
		font-size: 20px;
		font-weight: 400;
	}
	
	#product-detail-useful-box .product-detail-useful-img-box{
	    height: 120px;
    	line-height: 130px;
	}
	
	#product-detail-useful-box .product-detail-useful-img-box a{
	    max-height: initial;
	    height: initial;
	    line-height: normal;
	    display: inline-block;
    	vertical-align: middle;
	}
	
	#product-detail-useful-box .product-detail-useful-img-box img{ 
		vertical-align: initial; 
		max-width: 120px;
		max-height: 120px;
		margin: auto;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 
#product-detail-useful-box{
	width:690px;
	margin-top: 0px;
	min-height: 200px;
}

.product-detail-useful-item-box:nth-child(odd){
	margin-right: 27px;
}

.product-detail-useful-item-box{
	margin-right: 0px;
	margin: 0px 27px;
	margin-bottom: 15px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
#product-detail-useful-box{
	width:930px;
	margin-top: 0px;
	min-height: 200px;
}

.product-detail-useful-item-box:nth-child(odd){
	margin-right: 57px;
}

.product-detail-useful-item-box{
	margin-right: 0px;
	margin: 0px 57px;
	margin-bottom: 15px;
}

.product-detail-useful-img-box {
	width: 100%;
	height: 115px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 115px;
}


}



.archive-useful-products #product-detail-useful-box{
	width:100%;
	margin: 20px 0px;
	min-height: auto;
}

.archive-useful-products * { 
		box-sizing: border-box;
}

	.archive-useful-products .product-detail-useful-item-box {
		width: 25%;
		float: left;
		margin: 0px;
		padding: 5px;
	}
	
	.archive-useful-products .product-detail-useful-category {
		display: none;
	}
	
	.archive-useful-products .product-detail-useful-img-box {
		width: 40%;
		float: left;
	}
	
	.archive-useful-products .product-detail-useful-item-box .product-detail-useful-info {
		float: left;
		width: 60%;
		padding-left: 10px;
	}
	
	.archive-useful-products .product-detail-useful-info .product-detail-useful-text,
	.archive-useful-products .product-detail-useful-info .product-detail-useful-price{
		text-align: left;
	}
	
	.archive-useful-products .product-detail-useful-info .product-detail-useful-btn {
		display: inline-block;
		height: auto !important;
		width: auto !important;
		padding: 5px 10px !important;
		margin-top: 10px;
	}
	
	.archive-useful-products .product-detail-useful-more-btn {
		margin-top: 20px;
	}
	
	/* Small devices (tablets, 768px and up) */
	@media (max-width: 991px) and (min-width: 768px){ 
		.archive-useful-products .product-detail-useful-img-box,
		.archive-useful-products .product-detail-useful-item-box .product-detail-useful-info {
			width: 100%;
			float: none;
			text-align:center;
		}
		
		.archive-useful-products .product-detail-useful-info .product-detail-useful-text,
		.archive-useful-products .product-detail-useful-info .product-detail-useful-price
		{
			text-align:center !important;
			margin-top: 10px;
		}
	
		
	}
	
	@media (max-width: 767px){ 
		
		.archive-useful-products .product-detail-useful-item-box {
			width: 50%;
		}

		.archive-useful-products .product-detail-useful-item-box .product-detail-useful-text {
			padding-top: 10px;
		}
		
		.archive-useful-products .product-detail-useful-img-box,
		.archive-useful-products .product-detail-useful-item-box .product-detail-useful-info {
			width: 100%;
			float: none;
		}
		
		.archive-useful-products .product-detail-useful-item-box .product-detail-useful-info,
		.archive-useful-products .product-detail-useful-item-box .product-detail-useful-info .product-detail-useful-price{
				text-align:center;	
		}
		
		
	}





#product-detail-recommended-sets-box {
	width:250px;
	float:left;
	margin-top: 20px;
	min-height: 550px;
}

#product-detail-recommended-sets-box h2{
  margin-top: 0px;
  margin-bottom: 20px;
}

#product-detail-recommended-sets-items-box {
	height:480px;
	overflow:none;
}

#product-detail-recommended-sets-box .product-set-img-item,
#product-detail-recommended-sets-box .product-set-img-bonus {
	width: 105px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#product-detail-recommended-sets-box .product-set-img-item a,
#product-detail-recommended-sets-box .product-set-img-bonus a {
	display: block;
  width: 105px;
  height: 80px;
}

#product-detail-recommended-sets-box .product-set-img-plus {
	height: 80px;
	line-height: 80px;
}

#product-detail-recommended-sets-box .product-detail-set-box {
	margin-bottom: 10px;
}

#product-detail-recommended-sets-box .product-set-description-box {
	max-height: 63px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	#product-detail-recommended-sets-box {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	#product-detail-recommended-sets-box {
		display: none;
	}
}

/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1240px) {
	
}



.product-detail-gifts-box {
	display: inline-block;
	width: 52%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

.product-detail-services-box {
	display: inline-block;
	width: 48%;
	float: left;
}
.show-more-services-button{
	display: none;
}

.product-detail-gifts-box h2:first-child, .product-detail-services-box h2:first-child {
margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){
	.product-detail-services-box{
		margin-top: 0;
		float: none;
		width: auto;
	}
	
	.product-detail-services-wrapper{
		height:280px;
		overflow:hidden;
	}
	
	.show-more-services-button{
		text-align:center;
		display: block;
	}
	
	.product-detail-gift,
	.product-detail-service{
		display: block !important;
	    width: initial !important;
	    padding: 0;
	    margin: 15px 0 0 0;
	}
	
	.product-detail-gifts-box{
		width: 100%;
		padding: 0;
	}
	
	.product-detail-gift-img-box{
		height: initial !important;
	}
	
	.product-detail-gift-info-box{
		width: initial !important;
	}
	
	.gift-title{
		min-height: 0 !important; 	
	}
	
	.product-detail-services-box .product-detail-service-info-box{
		vertical-align: top;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 
.product-detail-gifts-box {
	width: 100%;
}

.product-detail-services-box {
	margin-top: 20px;
	width: 100%;
}	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

.product-detail-gifts-box {
	width: 100%;
}

.product-detail-services-box {
	margin-top: 20px;
	width: 100%;
}	
	

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}



/* gifts */

.product-detail-gift {
	width:265px;
	padding-left: 15px;
	max-height: 80px;
	display: inline-block;
	vertical-align: top;
	border:0px solid red;
	box-sizing: border-box;
	margin-top: 15px;
}

.product-detail-gift:nth-child(even) {
	margin-right:20px;
}

.product-detail-gift-img-box {
	width: 63px;
	height: 61px;
	max-height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	background-color: transparent;
	padding:3px;
}

.product-detail-gift-img-box a {
	display: block;
	text-align: center;
	max-height: 100%;
	overflow: hidden;
}

.product-detail-gift-img-box img {
	max-width: 100%;
	max-height: 100%;
}

.product-detail-gift-info-box {
	width: 170px;
	display: inline-block;
	vertical-align: top;
}

.product-detail-gift-info-box .gift-title {
	min-height: 35px;
	max-height: 55px;
	overflow: hidden;
}

.product-detail-gift-info-box .gift-title a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.product-detail-gift-info-box .gift-buy-box {
	margin-top: 5px;
}

.product-detail-gift-info-box  .gift-buy-input-box {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right:5px;
}

.gift-buy-input-box a.btn {
	display: block;
	line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 3px 10px;
  text-align: center;
  cursor: pointer;
}

.product-detail-gift-info-box .gift-price-box {
	width: 90px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: red;
	font-weight: bold;
}

.gift-info-price-box {
	color: red;
	font-weight: bold;
}

/*XPEN*/
#xpen-banner{ max-width: 960px; width:100%; margin:auto; }
#xpen-banner{ min-height: 150px; }
#xpen-banner a{ text-decoration: none; }
#xpen-banner img{
	float: left;
}

#xpen-banner p{
	padding-left: 190px;
	text-decoration: none;
	color: black;
	text-align: left;
	font-size: 13px;
}
#xpen-banner p.headline{
	color: #8cc000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 

.product-detail-gift:nth-child(even) {
	margin-right:0px;
}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

.product-detail-gift:nth-child(even) {
	margin-right:0px;
}


}

/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1240px) {
	
}




/* services */

.product-detail-service {
	width:265px;
	padding-left:15px;
	max-height: 80px;
	display: inline-block;
	vertical-align: top;
	border:0px solid red;
	box-sizing: border-box;
	margin-top: 15px;
}

.product-detail-service:nth-child(even) {
	margin-right:20px;
}

.product-detail-service-img-box {
	width: 70px;
	height: 67px;
	max-height: 70px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	text-align: center;
}

.product-detail-service-img-box a {
	display: block;
	text-align: center;
}

.product-detail-service-img-box img {
	max-width: 100%;
	max-height: 100%;
}

.product-detail-service-info-box {
	width: 170px;
	display: inline-block;
	vertical-align: bottom;
}

.product-detail-service-info-box .service-title {
	max-height: 55px;
	overflow: hidden;
}

.product-detail-service-info-box .service-title a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.product-detail-service-info-box .service-buy-box {
	margin-top: 5px;
}

.product-detail-service-info-box  .service-buy-input-box {
	width: 85px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right:5px;
}

.service-buy-input-box a.btn {
	display: block;
	line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 3px 3px;
  text-align: center;
  cursor: pointer;
}

.product-detail-service-info-box .service-price-box {
	width: 76px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #666666;
	font-weight: bold;
}

.service-info-price-box {
	color: black;
	font-weight: bold;
}









#product-detail-services .accordion a.btn {
	position: absolute;
	right: 40px;
	float: right;
	top: 15px;
}

#product-detail-services .accordion h3 {
	margin-left: 20px;
	margin-top: 10px;
	line-height: 2.7778em;
	float: left;
}
#product-detail-services .accordion h3 .sub-title {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	margin-top: -6px;
}

#product-detail-services .accordion img.service-icon {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
#product-detail-services dl.accordion dt {
	padding: 0;
	position: relative;
	border-bottom: none;
	border-top: 1px solid #cccccc;
	background-position: 99% 18px;
}
#product-detail-services dl.accordion dt.first {
	border-top: none;
}
#product-detail-services dl.accordion dd {
	border-bottom: none;	
}
#product-detail-services dl.accordion dd .desc {
	min-height: 270px;
}
#product-detail-services dl.accordion dd.last {
	
}
#product-detail-services dl.accordion dd ul {
	margin-bottom: 1em;
}
#product-detail-services dl.accordion dd li {
	padding-left: 20px;
}
#product-detail-services dl.accordion dd h4 {
	font-size: 1.1667em;
	color: #333333;
}
#product-detail-services dl.accordion dd a.info {
	margin-left: 20px;
}
#product-detail-services dl.accordion .description{
	max-width: 400px;
}
#product-detail-services dl.accordion .price {
	width: 200px;
	text-align: right;
}
#product-detail-services dl.accordion .price strong {
	margin-right: 5px;
	font-size: 1.5em;
}
#product-detail-services dl.accordion dt.expanded {
	border-bottom: none;
	background-position: 99% -39px;
}


#product-detail-services dl.accordion dt.expanded h3 {
	font-size: 1.5em;
	line-height: 2.2222em;
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

	.product-detail-service:nth-child(even) {
		margin-right:0px;
	}

}

/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1240px) {
	
}



#magnifing-description {
	width:870px;
}

#magnifing-description img {
	max-width: 100%;
	max-height: 100%;
}

#magnifing-description a.gallery_img {
	display: inline-block;
	max-width: 100%;
}

#magnifing-description.archives .archive-desc-title {
	margin: 10px 0px;
}

#magnifing-description.archives #product-description > h2:first-child {
	display:none;
}

#magnifing-description.archxives #product-description {
	display:none;
}

#magnifing-description.archives .archive-show-desc {
	text-align: center;
	padding: 10px 0px;
}

#magnifing-description.archives .archive-show-desc .btn {
	display: inline-block;
	color:#00afd8;
	cursor: pointer;
	text-decoration: underline;
}

#id-anchor-description {
	margin:10px 0px;
}

.product-detail-desc-h2 {
	font-size: 18px;
	font-weight:normal;
	margin:36px 0px;
}

.article p {
	font-size: 13px;
  line-height: 22px;
  color: #404040;
}
.article iframe {
	max-width: 100%;
}

#magnifing-description .article ul {
	padding-left: 20px;
	margin: 15px 0px;
	list-style-type: disc;
	font-size: 1.06em;
	color: #333;
}
#magnifing-description .article ol {
	padding-left: 20px;
	margin: 15px 0px;
	list-style-type: decimal;
	font-size: 1.06em;
	color: #333;
}

.open-desc{ display: none; }

#article_show-inModal .datart-delivery-banner {	
	width: 100%;	
	max-width: 470px;	
}

#hd_service_description div{
	box-sizing: border-box;
}

#hd_service_description h2 {
	margin: 0px;
	margin-bottom: 10px;
}

#hd_service_description h2 a.about {
	text-decoration: none;
	color: #5a5a5a;
}

#hd_service_description .hd_props_box {	
	display: flex;	
	align-items: center;	
}	
#hd_service_description .hd_service_prop_container {	
	width: 70%;	
  display: flex;	
  justify-content: space-around;	
  padding: 0 0 0 15px;	
}

#hd_service_description .hd_service_prop {
	width: 25%;	
  padding: 15px 0;	
  float: left;
}

#hd_service_description .hd_service_prop.promo {
	width: 30%;
	height: 210px;	
	padding: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/public/a8/7e/32/246897_677298_dopravart_delivery_banner.svg");
}

#hd_service_description .hd_service_prop.promo.promo--install {
	width: 48%;
	height: 194px;
	background-image: url("/public/47/fb/82/250904_698769__385x194_zapojime.png");
}

#hd_service_description .hd_service_prop .icon {
	width: 100%;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

	#hd_service_description .hd_service_prop .icon.downstairs {
		background-image: url("/public/7f/cf/9e/196170_674163__150x150_odvezeme.png");
	}
	
	#hd_service_description .hd_service_prop .icon.upstairs {
		background-image: url("/public/d9/f9/f0/196172_674162__150x150_vyneseme.png");
	}
	
	#hd_service_description .hd_service_prop .icon.money {	
		background-image: url("/public/b3/63/6a/196164_674164__150x150_vraceni_penez.png");	
	}
	
	#hd_service_description .hd_service_prop .icon.calendar {
		background-image: url("/public/68/10/b0/246363_674160__150x150_vybranem_case.png");
	}
	
	#hd_service_description .hd_service_prop .icon.tools {
		background-image: url("/public/ca/86/58/196176_674161__150x150_nainstalujeme.png");
	}
	
	#hd_service_description .hd_service_prop .icon.recycle {
		background-image: url("/public/e1/e4/9e/250900_698765__150x150_recyklace.png");
	}
	
	#hd_service_description .hd_service_prop .icon.handshake {
		background-image: url("/public/d/22/f9/250902_698766__150x150_ruceni.png");
	}

#hd_service_description .hd_service_prop .desc {
	text-align: center;
	color: black;	
	font-size: 10px;
}

#hd_service_description .show-on-mob {
	display: none;
	text-align: center;
}

#hd_service_description .show-on-mob a.about {
	margin-top: 10px;
	display: inline-block;
	font-size: 15px;
}



@media (max-width: 767px){
	
	
	#magnifing-description.archives .archive-desc-title,
	#magnifing-description.archives .archive-show-desc{
		display: none;
	}
	
	#magnifing-description{
		width: calc(100% - 30px);
		margin: 0;
		box-shadow: none;
	}
	
	.open-desc{
		display: block;
		font-size: 18px;	
		line-height: 24px;
		color: #002c69;
		text-decoration: none;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		position: relative;
	    width: 100%;
    	box-sizing: border-box;
	}
	
	.open-desc:after{
		content: "\f078";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate( 0, -50%);
		-webkit-transform: translate( 0, -50%);
		-ms-transform: translate( 0, -50%);
		color: #002C69;
		font-family: FontAwesome;
		font-size: 20px;
	}
	
	.open-desc.active:after{
		content: "\f077";
	}
	
	.attrZoomIcon,
	.show-more-attr,
	#product-accessories,
	#product-rewiews,
	#id-attributes-form,
	#id-attributes-form-1,
	#id-attributes-form-2,
	#id-attributes-form-3,
	#id-attributes-form-4,
	#product-description,
	#hd_service_description
	{
		display: none;
	}
	
	#product-accessories,
	#product-rewiews,
	#id-attributes-form,
	#id-attributes-form,
	#id-attributes-form-1,
	#id-attributes-form-2,
	#id-attributes-form-3,
	#id-attributes-form-4,
	#product-description,
	#hd_service_description{
		padding: 15px;
	}
	
	#product-description a{
		height: auto !important;
		width: 100% !important;
		height: initial !important;
		width: initial !important;
	}
	
	#id-reviews{
		margin: 0;
		box-shadow: none;
	}
	
	#product-wide-block{
		background-color: white;
		width: 100%;
		width: initial;
	}
	
	#product-wide-block > div{
		padding: 0;
		margin: 0;
		width: initial;
	    width: 100%;
    	box-sizing: border-box;
    }
	
	#personalization-accessories-holder{
		margin: 0;
		box-shadow: none;
	}
	
	#product-detail-attr-hide-box{
		height: auto;
		height: initial;
	}
	
	.product-detail-attr-hide-shadow{
		background: none;
		height: auto;
		height: initial;
	}
	
	#product-blocks{
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	}
	
	.review-box{ display: block !important; }
	
	#hd_service_description .hd_props_box {	
		flex-direction: column;	
	}
	
	#hd_service_description .hd_service_prop.promo, #hd_service_description .hd_service_prop.promo.promo--install {
		width: 100%;
		background-size: contain;
		margin-bottom: 5px;
	}
	
	#hd_service_description .hd_service_prop_container {	
    width: 70%;	
    flex-wrap: wrap;	
    justify-content: center;	
    padding: 0;	
	}
	
	#hd_service_description .hd_service_prop {
		width: 50%;
		padding: 15px 5px;
	}
	
	#hd_service_description .hd_service_prop_container .hd_service_prop {	
		max-width: 110px;	
	}
	
	#hd_service_description .show-on-mob {
		display: block;
	}

	
	
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 
	#magnifing-description {
		width:690px;
	}
	
	#hd_service_description .hd_service_prop .icon {	
		height: 68px;	
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	#magnifing-description {
		width:930px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}



/* recenze */
#id-reviews {
	width: 870px;
}

#id-reviews .review {
	border-top: 1px solid #cccccc;
	padding-top: 1.5em;
}

#id-reviews .review .cons {
	margin-bottom: 10px;
	padding-left: 27px;
}

#id-reviews .review .cons span.icon {
	margin-left: -27px;
}

#id-reviews .review .cons:after {
	clear: both;	
}

#id-reviews .review .cons p {
	line-height: 1.833em;
}
#id-reviews .review .rating {
	margin-bottom: 0;
}
#id-reviews .review table.rating th, #id-reviews .review table.rating td {
	padding-right: 20px;
}
#id-reviews span.item, #id-reviews img.photo, #id-reviews span.average, #id-reviews span.best, #id-reviews span.votes {
	display: none;
}

h2.rating-caption {
	float: left;
}


.review-box {
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom: 1px solid #c3c3c3;
}

.review-title h3 {
	margin-bottom:0px;
}

.review-time {
	font-size: 14px;
	color: black;
}

.review-box:last-of-type {
	border-bottom: 0px solid white;
}

.review-user-box {
	width: 60%;
	float:left;
}


.review-user-text-box {
	margin-left:5px;
}

.review-user-good-icon-box, .review-user-bad-icon-box {
	font-size:18px;
	display:inline-block;
	vertical-align: top;
	height: 100%;
	margin-right:10px;
}

.review-user-good-icon-box {
	color: #4fa800;
}

.review-user-bad-icon-box {
	color: #d33f06;
}



.review-user-text-good p, .review-user-text-bad p {
	display: inline-block;
	vertical-align: top;
	max-width:450px;
	font-size: 14px;
	color: black;
}

.review-user-text-bad p {
	color:#474747;
}




.review-stats-box {
	width:40%;
	float:left;
}

.review-stats-percent-box {
	text-align:right;
}

.review-stats-percent-box .percent-value {
	width:90px;
	display:inline-block;
	font-size:30px;
	font-weight: bold;
	color: black;
	padding: 5px 15px;
	border: 1px solid #c3c3c3;
	text-align:center;
}

.review-rating-stars-box {
	width:100%;
	text-align:right;
}

.review-stars-title {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	font-size:14px;
	color:#868686;
}

.review-stars {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	margin-left:10px;
}

.review-stars .icon-star-gold, .review-stars .icon-star-gray{
	width:20px;
	height:20px;
	font-size:20px;
	color:#f1bb07;
	margin-left:-4px;
}

.review-stars .icon-star-gray{
	color:#868686;
}

.review-stats-help-box {
	text-align:right;
}

.review-stats-help-title {
	display: inline-block;
	vertical-align: top;
	font-size:15px;
	color: black;
	margin-right:10px;
	margin-top: 5pxr;
}

.review-thumbs-box {
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
}

.review-thumbs-up, .review-thumbs-down {
	display:inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.review-thumbs-up {
	line-height: 32px;
	background-image: url('/public/5a/e/52/177952_365802_thumbs_up_green.svg');
}

.review-thumbs-up:hover {
	color: #4fa800;
}

.review-thumbs-down {
	margin-top: 7px;
	background-image: url('/public/ed/c9/32/177950_365801_humbs_up_red.svg');
}

.review-thumbs-down:hover {
	color: #d33f06;
}

@media (max-width: 767px){
	.review-user-box{
		width: 100%;
	}
	
	.review-box{
		position: relative;
	}
	
	.review-stats-percent-box{
		position: absolute;
	    top: 0;
	    right: 0;
	}
	
	.review-stats-box{
		width: 100%;
	}
	
	.review-user-text-box{ margin-left: 0; }
	
	.review-rating-stars-box{
		text-align: left;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 	
	#id-reviews {
		width:690px;
	}
	
	.review-user-text-good p, .review-user-text-bad p {
	display: inline-block;
	vertical-align: top;
	max-width:370px;
	font-size: 14px;
	color: black;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	
	#id-reviews {
		width:930px;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}




#product-one-review {
	width:250px;
}

#product-one-review h2 {
	margin-top: 0px;
  margin-bottom: 20px;
}

.product-one-review-header-box {
	padding-bottom:5px;
	border-bottom: 1px solid #c3c3c3;
}

.product-one-review-user-box {
	width:60%;
	display: inline-block;
	vertical-align:top;
}

.product-one-review-percent-box {
	width:38%;
	display: inline-block;
	vertical-align:top;
	font-size: 30px;
	color:black;
	font-weight:bold;
	text-align: center;
}

.product-one-review-name {
	color: black;
	font-size: 14px;
	font-weight:bold;
	overflow:none;
}

.product-one-review-description-box {
	padding-bottom:5px;
	border-bottom: 1px solid #c3c3c3;
}


.review-user-good-icon-box, .review-user-bad-icon-box {
	display:inline-block;
	vertical-align:top;
}

.product-one-review-description-good p, .product-one-review-description-bad p{
	margin-top:5px;
	max-width:220px;
	display:inline-block;
}


.product-one-review-stars-box {
	text-align: right;
	padding-bottom:10px;
	border-bottom: 1px solid #c3c3c3;
}

.one-review-stars-title {
	min-width:100px;
	display: inline-block;
  vertical-align: top;
  text-align: right;
  font-size: 12px;
  color: #868686;
  margin-top:2px;
}

.one-review-stars {
	display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-left: 10px;
}

.one-review-stars .icon-star-gold, .one-review-stars .icon-star-gray{
	width:20px;
	height:20px;
	font-size:20px;
	color:#f1bb07;
	margin-left:-4px;
	vertical-align:top;
}

.one-review-stars .icon-star-gray{
	color:#868686;
}

.product-one-review-help-box {
	text-align:center;
}

.one-review-stats-help-title {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	color:black;
	margin-right:5px;
	margin-top:5px;
}


.product-one-review-more-btn{
	color:#00afd8;
	text-align:center;
	font-size:14px;
	cursor: pointer;
}

.product-one-review-more-btn span {
	text-decoration:underline;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	#product-one-review {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
	#product-one-review {
		display: none;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
}




#product-detail-sets {
	width:250px;
}

#product-detail-sets h2{
	margin-top:0px;
	margin-bottom: 20px;
}

.product-detail-set-box {
	width:100%;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom:20px;
}



.product-detail-set-box:last-child {
	border-bottom: 0px solid white;
	margin-bottom:10px;
}

.product-set-img-box {
	display: inline-block;
	margin: 0px auto;
	margin-bottom:10px;
}

.product-set-img-item, .product-set-img-bonus {
	width:105px;
	height:105px;
	line-height:105px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.product-set-img-item a, .product-set-img-bonus a {
	display: block;
	width:105px;
	height:105px;
}

.product-set-img-item img, .product-set-img-bonus img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.product-set-img-plus {
	display: inline-block;
	height:100px;
	vertical-align: top;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	font-size: 18px;
	color: #002e67;
	margin: 0px 10px;
}

.product-set-description-box {
	font-size: 14px;
	color: #474747;
	text-align: center;
	font-size: normal;
	margin-bottom:10px;
}

.product-set-description-box a {
	font-weight: bold;
	text-decoration: none;
	color: #474747;
}

.product-set-cart-box{
	margin-bottom:10px;
}

.product-set-price-box {
	display: inline-block;
	vertical-align:top;
	width:50%;
	text-align: left;
}

.product-set-strikeprice {
	color: #e62f3f;
	font-size: 14px;
	text-decoration: line-through;
}

.product-set-price {
	color: black;
	font-weight: 400;
	font-size: 24px;
}

.product-set-cart-btn-box {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.product-set-buy-btn {
	display: inline-block;
	width: 100px !important;
	color: white;
	text-align: left !important;
	padding: 4px 10px !important;
	margin-top: 7px;
	font-size: 12px !important;
	line-height: 18px !important;
}


.product-set-buy-btn span {
	display:inline-block;
	width:70px;
	float: left;
}

.product-set-buy-btn .icon {
	display: inline-block;
	width: 30px;
	margin-top: 0px;
}

@media (max-width: 767px) {
	#product-detail-sets {
		width: auto;
		margin-bottom: 10px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
	#product-detail-sets {
		width:690px;
	}

	.product-detail-set-box {
		display: block;
		vertical-align:top;
		border-bottom: 1px solid #c3c3c3;
		margin-bottom:0px;
		padding-right:0px;
		margin-right: 0px;
	}

	.product-detail-set-box:last-child{
		border-right: 0px solid white;
		margin-bottom: 0px;
	}

	.product-set-img-box {
		width: 200px;
		display: inline-block;
		vertical-align:top;
		margin-bottom: 0px;
	}

	.product-set-description-box {
		width: 300px;
		height:60px;
		padding: 10px;
		display: inline-block;
		vertical-align:top;
		margin-bottom: 0px;
		overflow: hidden;
	}

	.product-set-description-box a {
		display: block;
	}

	.product-set-cart-box {
		width: 140px;
		height: auto;
		padding: 10px;
		display: inline-block;
		vertical-align:top;
		margin-bottom: 0px;
	}

	.product-set-price-box {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	    text-align: left;
	}

	.product-set-strikeprice {
	    color: #e62f3f;
	    font-size: 12px;
	    text-decoration: line-through;
	}

	.product-set-price {
	    color: black;
	    font-weight: bold;
	    font-size: 20px;
	}

	.product-set-cart-btn-box {
	    display: block;
	    vertical-align: top;
	    width: 100%;
	}

	.product-set-buy-btn {
	    display: block;
	    width: 100%;
	    color: white;
	    text-align: center;
	    padding: 4px 0px;
	    background-color: #54a40d;
	    margin-top: 0px;
	    background-image: url();
	    background-position: 90% 50%;
	    background-repeat: no-repeat;
	    text-decoration: none;
	}

	.product-set-buy-btn span {
	    display: block;
	    width: 100%;
	    text-align: center;
	}

	.product-set-buy-btn .icon {
		display: none;
	}

	.product-set-img-item, .product-set-img-bonus {
		width:50px;
		height:50px;
		line-height:50px;
		padding:10px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}

	.product-set-img-item a, .product-set-img-bonus a {
		display: block;
		width:50px;
		height:50px;
	}

	.product-set-img-item img, .product-set-img-bonus img {
		vertical-align: middle;
		max-width: 100%;
		max-height: 100%;
	}

	.product-set-img-plus {
		display: inline-block;
		height: 50px;
		vertical-align: top;
		text-align: center;
		line-height: 50px;
		padding: 10px;
		font-weight: bold;
		font-size: 24px;
		color: #002e67;
		margin: 0px 10px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {
#product-detail-sets {
	width:930px;
}

.product-detail-set-box {
	display: block;
	vertical-align:top;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom:0px;
	padding-right:0px;
	margin-right: 0px;
}

.product-detail-set-box:last-child{
	border-right: 0px solid white;
	margin-bottom: 0px;
}

.product-set-img-box {
	width: 250px;
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0px;
}

.product-set-description-box {
	width: 380px;
	height:60px;
	padding: 10px;
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0px;
	overflow: hidden;
}

.product-set-description-box a {
	display: block;
}

.product-set-cart-box {
	width: 250px;
	height:  60px;
	padding: 10px;
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0px;
}

.product-set-img-item, .product-set-img-bonus {
	width:60px;
	height:60px;
	line-height:60px;
	padding:10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.product-set-img-item a, .product-set-img-bonus a {
	display: block;
	width:60px;
	height:60px;
}

.product-set-img-item img, .product-set-img-bonus img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.product-set-img-plus {
	display: inline-block;
	height: 60px;
	vertical-align: top;
	text-align: center;
	line-height: 60px;
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #002e67;
	margin: 0px 10px;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	
	/*
	#product-detail-sets {
		display:none;
	}
	*/
	
	
	#product-detail-sets.more-sets {
		display: block;
	}
	
	#product-detail-sets.more-sets .product-detail-set-box:nth-child(-n+3) {
		display: none;
	}

}





/* recommendation */
#product-detail-specialist-recommendation {
	width: 590px;
	min-height: 100px;
	margin-top: 20px;
}
#product-detail-specialist-recommendation img {
	float: left;
	margin: 0 0 0 20px;
}
#product-detail-specialist-recommendation img[data-specialist-url] {
	cursor: pointer;
}
#product-detail-specialist-recommendation .discuss-button,
#product-detail-specialist-recommendation .meeting-button,
#product-detail-specialist-recommendation #id-help-shop-meeting {
	background: #002e67;
	color: #fff;
	padding: 8px 15px;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}
#product-detail-specialist-recommendation .discuss-button:hover,
#product-detail-specialist-recommendation .meeting-button:hover,
#product-detail-specialist-recommendation #id-help-shop-meeting:hover {
	text-decoration: underline;
}

#product-detail-specialist-recommendation .comments-wrapper {
	position: relative;
	float: left;
}
#product-detail-specialist-recommendation .comments-wrapper:after {
	content: "";
	position: absolute;
	top: 23px;
	left: -15px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #f1f1f1;
	display: block;
	width: 0;
	z-index: 1;
}
#product-detail-specialist-recommendation .comments-wrapper .nav {
	display: block;
	width: 8px;
	height: 12px;
	background: no-repeat 50% 50%;
	position: absolute;
	top: 6px;
	z-index: 10;
	cursor: pointer;
}
#product-detail-specialist-recommendation .comments-wrapper .nav.disabled {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
#product-detail-specialist-recommendation .comments-wrapper .prev {
	background-image: url("/public/a5/a2/99/73554_154804_arrow_blue_left.png");
	right: 40px;
}
#product-detail-specialist-recommendation .comments-wrapper .next {
	background-image: url("/public/35/fb/80/73390_153891_arrow_blue_right.png");
	right: 25px;
}
#product-detail-specialist-recommendation .comment {
	width: 390px;
	float: left;
	background-color: #fff;
	color: #000;
	padding: 15px 15px 60px 15px;
	position: relative;
	min-height: 60px;
	border: 1px solid #cfcfcf;
	margin-right: 15px;
	box-sizing: border-box;
}
#product-detail-specialist-recommendation .comment:after,
#product-detail-specialist-recommendation .comment:before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-right: 0px solid transparent;
    bottom: 50%;
    content: '';
    left: 100%;
    margin-left: 0px;
    position: absolute;
}

/* Styling for second triangle (border) */

#product-detail-specialist-recommendation .comment:before {
    border-bottom: 11px solid transparent;
    border-left: 11px solid;
    border-top: 11px solid transparent;
    border-right: 0px solid transparent;
    border-left-color: inherit; /* Can't be included in the shorthand to work */
    bottom: 50%;
    margin-bottom: -1px;
}
#product-detail-specialist-recommendation .comment .bottom {
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 90%;
}
#product-detail-specialist-recommendation .body {
	margin-bottom: 10px;
}
#product-detail-specialist-recommendation .meta {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	text-align: right;
	float: right;
}
#product-detail-specialist-recommendation .author {
	display: block;
	color: #262626;
}
#product-detail-specialist-recommendation .comment h2 {
	margin-bottom: 5px;
	margin-top: 0;
}



#product-detail-top-bar-wrapper {
	position: fixed;
	width: 100%;
	top: -75px;
	left: 0;
	z-index: 100;
	-webkit-transition: top 300ms linear;
    -moz-transition: top 300ms linear;
    -o-transition: top 300ms linear;
    -ms-transition: top 300ms linear;
    transition: top 300ms linear;
}
#product-detail-top-bar-wrapper.extended {
	top: -150px;
}

#product-detail-top-bar-wrapper.extended.active,
#product-detail-top-bar-wrapper.active {
	top: 0;
}
#product-detail-top-bar {
	height: 50px;
	padding: 10px 0;
	background-color: #002e67;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
}

#product-detail-top-bar .thumbnail {
	height: 50px;
	width: 60px;
	background-color: #fff;
}
#product-detail-top-bar .thumbnail img {
	max-width: 50px;
	max-height: 50px;
}
#product-detail-top-bar h2 {
	color: #fff;
	margin-top: 14px;
	max-width: 450px;
	overflow: hidden;
}

#product-detail-top-bar h2.headline-size-3,
#product-detail-top-bar h2.headline-size-4 {
	margin-top: 0px;
	height: 54px;
}
#product-detail-top-bar .icon-add-to-compare {
	margin-top: 10px;
	border-color: #fff;
}
#product-detail-top-bar .btn {
	margin-top: 10px;
}
#product-detail-top-bar .product-detail-price {
	line-height: 2em;
}

/* top bar mini basket */

#product-mini-basket-wrapper {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.15);
}
#product-mini-basket {
	padding: 10px 9;
	font-size: .9em;
	max-height: 150px;
	overflow: auto;
	line-height: 1.25em;
	display: none;
}

#product-mini-basket.opened {
	display: block;
}

#product-mini-basket .mini-basket-item {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 230px;
}

#product-mini-basket .mini-basket-item.border-left {
	border-left: 1px solid #666666;
	padding-left: 10px;
}

#product-mini-basket .mini-basket-item p.category {
	color: #999;
	margin: 0;
}

#product-mini-basket h4 {
	margin-bottom: 12px;
}

#product-mini-basket .mini-basket-item h4 {
	color: #002E67;
	width: 60%;
	margin: 0;
}

#product-mini-basket .mini-basket-item em {
	width: 50%;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}



#product-detail-bundle-images {
	position: relative;
	height: 430px;
}

#product-detail-bundle-images .product-detail-bundle-image {
	box-sizing: border-box;
	padding: 20px;
}

#product-detail-bundle-images .product-detail-bundle-image a {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#product-detail-bundle-images.bundleNum2 .product-detail-bundle-image{
	width: 50%;
	float: left;
	text-align: center;
	height: 100%;
	text-align: center;
	position: relative;
}

#product-detail-bundle-images.bundleNum3 .product-detail-bundle-image, #product-detail-bundle-images.bundleNum4 .product-detail-bundle-image {
	width: 50%;
	height: 50%;
	float: left;
	text-align: center;
	position: relative;
}

#product-detail-bundle-images.bundleNum3 .product-detail-bundle-image:nth-child(3) {
	width: 100%;
}


.product-detail-bundle-image img{
	max-width: 100%;
	max-height: 100%;
}

.product-detail-bundle-image img.noImage {
	vertical-align: middle;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-bundle-icon {
	text-align:center;
	font-size: 60px;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 44%;
  color: red;
}

.product-detail-bundle-icon i {
	text-shadow: 0px 2px 4px grey;
}

/* Super small devices */
@media (max-width: 767px) {
	#product-detail-bundle-images {
		position: relative;
		height: 250px;
		top: 70px;
	}
	
	.product-detail-bundle-icon { 
		font-size: 50px;	
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#product-detail-bundle-images {
		position: relative;
		height: 320px;
		
	}
	
	.product-detail-bundle-icon { 
		font-size: 50px;	
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

}

/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1200px) {
	
}

/*
globalizovat?
*/
del.crossed {
	position: relative;
	text-decoration: none;
}
del.crossed .cross {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -14px;	
	margin-top: -11px;	
	background-image: url('/public/44/34/1b/82844_183982_red_cross_compressor.png');
	width: 29px;
	height: 22px;
}

/*
lokální
*/
.discount-bundle-grid {
	border: 1px dashed #ccc;
	margin: 0 -2px 40px -2px;
	position: relative;
}

/*
description
*/
.discount-bundle-description {
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 1px;
	z-index: 19;
	padding-bottom: 24px;
	background-image: url('/public/cc/0/8f/85430_188285_discount_bundle_expand_fold.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.discount-bundle-description > div {
	background-color: #ededed;
	overflow: hidden;
	padding-top: 4px;
	margin: 0 -1px;
}

.discount-bundle-description h3 {
	color: #00afd8;
	margin-bottom: 0.5em;
	margin-top: -0.5em;
}

.discount-bundle-description-content {
	padding: 20px 20px 15px;
}

/*
item
*/
.item-discount-bundle {
	position: relative;
}

.item-discount-bundle h3 a {
	text-decoration: none;
	display: block;
	padding: 0.8em 0;
}

.item-discount-bundle p {
	margin-bottom: 0.5em;
}
.item-discount-bundle em.price {
	font-size: 1.8em;
	display: block;
}
.item-discount-bundle del.price {
	font-size: 1em;
}

.item-discount-bundle .bundle_separator {
	position: absolute;
	top: 0;
	right: -23px;
}

.item-discount-bundle .bundle_separator span {
	font-size: 40px;
	font-weight: bold;
	display: block;
	height: 284px;
	width: 45px;
	background-image: url('/public/43/50/db/85410_188170_bundle_separator_background.png');
	text-align: center;
	display: table-cell; 
  	vertical-align: middle;
  	color: #000;
}

.item-discount-bundle-summary {
	padding-top: 2.5em; 
	/* @fixme vertical centering instead of padding? */
}

.item-discount-bundle-summary h3 {
	font-size: 1.9em;
}
.item-discount-bundle-summary h3 strong {
	display: block;
	font-size: 1em;
	color: #c00;
	margin-top: -0.3em;
}
.item-discount-bundle-summary p {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 0.4em;
}
.item-discount-bundle-summary p em.price {
	display: block;
	font-size: 2.3em;
	margin-top: -0.1em;
	margin-bottom: -0.3em;
}
.item-discount-bundle-summary a.btn {
	padding: 4px 25px;
}


#alternative-products-wrapper{
	width:250px;
	float:left;
	margin-top: 20px;
	min-height: 550px;
}

#alternative-products-wrapper h2{
  margin-top: 0px;
  margin-bottom: 20px;
}

#alternative-products-wrapper {
	overflow:hidden;
	margin-bottom:0px;
}

.alternative-item * { 
	box-sizing: border-box;
}

.alternative-item {
		margin-bottom: 20px;
}

.alternative-item:last-child {
	margin-bottom: 0px;
}

.alternative-img-box {
	width: 40%;
	float: left;
}

.alternative-img-box a {
	padding: 10px;
	display: block;
	text-align: center;
	height: 142px;
}

.alternative-img-box a img {
	max-width: 100%;
	max-height: 142px;
	position: relative;
	display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alternative-info-box {
	width: 60%;
	float: left;
}

	.alternative-info-box .alternative-category {
		color: #8c8c8c;
		font-size: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.alternative-info-box .alternative-title h3 {
		height: 46px;
		overflow: hidden;
		margin: 5px 0px;
	}
	
	.alternative-info-box .alternative-title h3 a {
		font-size: 14px;
		color: black;
		text-decoration: none;
	}
	
	.alternative-info-box .alternative-price {
		padding: 5px 0px;
		color: black;
		font-size: 20px;
		font-weight: bold;
	}
	
	.alternative-info-box	 .alternative-buttons .btn {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	
	.alternative-info-box .alternative-buttons .btn i.fa {
		font-size: 14px !important;
		margin: 0px 0px 0px 5px !important;
	}
	
	/* Super small devices */
	@media (max-width: 767px) {
		
		#product-detail-header-top-wrapper.archives {
			height: 580px;
		}
		
		#product-detail-header-top-wrapper.archives .product-detail-price-box .archive-buttons {
			text-align: left;
		}
	
		
		#alternative-products-wrapper{
			box-sizing: border-box;
			width:100%;
			margin-top: 20px;
			min-height: auto;
		}
		
		.alternative-item { 
			width: 50%;	
			float: left;
		}
		
		.alternative-img-box, .alternative-info-box {
			width: 100%;
			float: none;
			text-align: center;
		}
		
	}

	/* Small devices (tablets, 768px and up) */
	@media (min-width: 768px) and (max-width: 991px) {
		
		#product-detail-header-top-wrapper.archives .product-detail-price-box .archive-buttons {
			text-align: left;
		}
	
		#alternative-products-wrapper{
			box-sizing: border-box;
			width:100%;
			margin-top: 20px;
			min-height: auto;
		}
		
		.alternative-item {
			width: 33%;
			float:left;
		}
		
		.alternative-item .alternative-img-box, .alternative-item .alternative-info-box {
			width: 100%;
			float: none;
			text-align: center;
		}
		
	}
	
	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 992px) and (max-width: 1240px) {	

		#alternative-products-wrapper{
			box-sizing: border-box;
			width:100%;
			margin-top: 20px;
			min-height: auto;
		}

		.alternative-item {
			width: 33%;
			float:left;
		}
		
	}


/*


.alternative-item {
	box-sizing: border-box;
	width: 25%;
	float:left;
	padding: 10px;
	border-left: 2px solid #b2b2b2;
}

.alternative-item * {
	box-sizing: border-box;
}

.alternative-item a {
	text-decoration: none;
}

.alternative-item:first-of-type {
	border-left: 0px solid white;
}

.alternative-img-box, .alternative-info-box {
	width: 50%;
	float: left;
}

.alternative-img-box a {
	padding: 10px;
	display: block;
	text-align: center;
	height: 142px;
}

.alternative-img-box a img {
	max-width: 100%;
	max-height: 142px;
	position: relative;
	display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alternative-category {
	color: #8c8c8c;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.alternative-title h3 {
	height: 42px;
	overflow: hidden;
	margin: 5px 0px;
}

.alternative-title h3 a {
	font-size: 13px;
	color: black;
}

.alternative-price {
	padding: 5px 0px;
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.alternative-buttons .btn {
	font-size: 12px;
}

.alternative-buttons .btn i.fa {
	font-size: 14px !important;
	margin: 0px !important;
}

/* Super small devices 
@media (max-width: 767px) {
	
	#product-detail-header-top-wrapper.archives {
		height: 580px;
	}
	
	#product-detail-header-top-wrapper.archives .product-detail-price-box .archive-buttons {
		text-align: left;
	}
	
	.alternative-item { 
		width: 50%;	
		border-left: 0px solid white;
	}
	
	.alternative-img-box, .alternative-info-box {
		width: 100%;
		float: none;
		text-align: center;
	}
	
}

/* Small devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px) {
	.alternative-img-box, .alternative-info-box {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/* Medium devices (desktops, 992px and up) 
@media (min-width: 992px) and (max-width: 1240px) {
	.alternative-img-box, .alternative-info-box {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/* Large devices (large desktops, 1240px and up) 
@media (min-width: 1200px) {
	
}





	
  #product-detail-header-top-wrapper { 
    min-height: 360px;
    padding-bottom: 15px; 
    
  }
  #product-detail-headline {
    display: block;
  }
    
  #product-detail-images-wrapper .heureka-result { 
    top: 0; 
  }
  #product-detail-rating-wrapper .icon-add-to-compare {
    border: 0;
    vertical-align: top;
    margin: 0;
  }
    
  #product-detail-gifts-list { 
    margin-bottom: 20px;
  }
  #product-detail-gifts-list > div {
    display: inline-block;
    margin: 0 20px 0 0;
  }
    
  /* gifts */
  #product-detail-gifts-list { 
    margin-bottom: 15px; 
  }
  #product-detail-gifts-list > div {
    height: 70px;
    display: inline-block;
    position: relative;
    min-width: 60px;
  }
  #product-detail-gifts-list > div:not(:last-child) { 
    margin-right: 20px; 
  }
  #product-detail-gifts-list > div > span {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    min-width: 60px;
    text-align:center;
  }
  #product-detail-gifts-list > div i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align:center;
  }
  #product-detail-gifts-list > div i span {
    display: inline-block;
    background-color: #D6151C;
    color: white;
    padding: 1px 4px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
  }
  #product-detail-gifts-list > div img {
    max-height: 60px;
    max-width: 120px;
  }
  #mini-loan-banner > span {
    padding-top: 7px;
  }
  #product-detail-gifts-list > div#mini-loan-banner img {
    max-width: 133px;
  }
        
  #product-detail-availability {
    display: block;
    margin-bottom: 20px;
  }
  
  #product-detail-availability {
    font-size: 13px;
    color: black;
  }
  
  #product-detail-availability a {
    font-weight: bold;
    text-transform: uppercase;
  }
  #product-detail-availability a.no-uc { 
    text-transform:none; 
  }
  #product-detail-availability a.blue {
    color: #00AFD8;
    text-transform: none;
  }
  #product-detail-availability a.green {
    color: #54a40d;
  }
  #product-detail-availability a.red {
    color: #FF1D20;
  }
  #product-detail-availability a.orange {
    color: #F38A48;
  }
  
  .buttons-wrapper {
    height: initial;
  }
  
  .buttons-wrapper > a {
    margin-right: 10px;
  }
  .buttons-wrapper > a:not(.btn) {
    margin-left: 10px;
    font-size: 15px;
  }
  
  #product-detail-info-price .ibod-price {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    background-color: #b81d82;
    display: inline-block;
    padding: 2px 8px;
    margin-right: 20px;
    vertical-align: bottom;
  }
  
  .product-detail-price {
    font-size: 33px;
    display: block;
  }
  .measure-unit-price{
    display: block;
      font-size: 12px;
      color: black;
      font-weight: normal;
      text-align: right;
  }
  #product-detail-top-bar .product-detail-price {
    font-size: 2.25em;
    margin: 0;
    width: auto; 
     display: inline;
    float: none;
  }
    
    
  #product-detail-images-navigation-wrapper .as-detail-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 4px;
    border: 1px solid #cfcfcf;
    background-color: white;
    text-decoration: none;
    color: #666;
    margin-right: 10px;
    font-size: 16px;
  }
  #product-detail-images-navigation-wrapper .as-detail-image span {
    display: table-cell;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align:center;
  }
  #product-detail-images-navigation-wrapper .as-detail-image i { display: block; }
  
  #product-detail-specialist-recommendation{ margin-top:0; }
  
  #product-detail-header-top-wrapper .ecolabel-sticker:hover img{ left: 60px; bottom: 0; }
  
  #product-detail-info .icon-add-to-compare span.text{ text-decoration: underline; }
  #product-detail-info .icon-add-to-compare:hover span.text{ text-decoration: none; }
    
  /* loan calculator anchor */
  a.loan-calc-anchor-calc {
    color: #00afd8;
    text-decoration: none;
    display: block;
    height: 50px;
    float: left;
    width: 250px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    margin-top: -13px;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
  }
  a.loan-calc-anchor-calc:hover {
    color: #008eda;
  }
  
  .loan-calc-anchor-calc i.fa-calculator {
    font-size: 51px;
    display: block;
    float: left;
    margin-right: 5px;
  }
  .loan-calc-anchor-calc i.fa-angle-right {
    float: right;
    color: #ccc;
    font-size: 35px;
    line-height: 50px;
  }
  
  .btn i.fa:last-child{ margin-left: 10px;}
  .btn i.fa:first-child{ margin-right: 10px;}
  .btn i{ font-size: 20px; }
  #product-detail-gifts-list{ min-height: 75px; }
    
  
#flix-minisite-mini-hidden{ display:none; }

@media (max-width: 767px) {
	.product-detail-gift-info-box{
		width: calc( 100% - 90px ) !important;
	}
}

#product-detail-image > a {
    width: 100%;
	display: block;
}

#flix_hotspots svg {
	animation: none !important;
}

#flix_hotspots.flix_hotspotV2.flix_hotspotV2 {
	z-index: 1;
}





#product-line-carousel-content .slick-arrow {
		top: 44% !important;
    opacity: 1 !important;
    background-color: transparent !important;
    font-size: 36px !important;
    color: #7f7f7f !important;
}

#product-line-carousel-content .slick-prev {
	left: 0 !important;
}

#product-line-carousel-content .slick-next {
	right: 0 !important;
}

#product-line-carousel-content .slick-dots{
	position:absolute;
	display: block;
	bottom: -10px;
	height: 10px;
	top: auto;
}

#product-line-carousel-content .slick-dots li{
	height: 10px;
	width: 10px;
	margin: 0 2px;
}

#product-line-carousel-content .slick-dots li .dot{
	height: 100%;
	width: 100%;
	background: #6666;
	border-radius: 50%;
}

#product-line-carousel-content .slick-dots .slick-active .dot{
	background: #00AFD8;
}

#product-line .product-line-item {
	width: 390px;
	max-height: 220px;
	float: left;
	padding-bottom: 0;
	box-sizing: border-box;
}

.product-line-item .product-line-img-box {
	width: 50%;
	height: 220px;
	float: left;
	text-align: center;
	padding: 5px 5px 15px 5px;
	box-sizing: border-box;
}

.product-line-item .product-line-img-box a {
	display: block;
	height: 100%;
}

.product-line-item .product-line-img-box img {
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
}

.product-line-item .product-line-info-box {
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.product-line-item .product-line-info-box .product-line-buttons .icon-add-to-compare{
	margin: 0 0 0 -5px;
}

.product-line-item .product-line-info-box .product-line-category {
	color: grey;
}

.product-line-item .product-line-info-box .product-line-title h3 {
	font-size: 20px;
	padding: 5px 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 24px;
}

.product-line-item .product-line-info-box .product-line-title h3 a {
	height: 51px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

.product-line-item .product-line-info-box .product-line-price {
	font-weight: bold;
	font-size: 22px;
	color: black;
}

/* Super small devices */
@media (max-width: 767px) {
	#product-line .product-line-item {
		max-width: 100%;
		min-width: 120px;
		max-height: 100%;
	}
	.product-line-item .product-line-img-box{
		float: none;
		height: 120px;
		width: 100%;
	}
	.product-line-item .product-line-info-box{
		float: none;
		width: 100%;
		text-align: center;
		padding: 5px 50px;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#product-line .product-line-item {
		width: 250px;
		max-width: 50%;
		max-height: 100%;
	}
	.product-line-item .product-line-img-box{
		float: none;
		width: 100%;
	}
	.product-line-item .product-line-info-box{
		float: none;
		width: 100%;
		text-align: center;
		padding: 5px 50px;
	}
}
/* Super small devices */
@media (max-width: 550px) {
	.product-line-item .product-line-info-box{
		padding: 5px 5px;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1240px) {

}

/* Large devices (large desktops, 1240px and up) */
@media (min-width: 1200px) {

}





#category-sub-categories li {
	display: table;
	width: 212px;
	float: left;
	margin: 10px 6px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	-webkit-transition: all 300ms;
	transition: all 300ms
}

#category-sub-categories li:before {
	content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: -1px;
  background: #00afd8;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#category-sub-categories li:hover:before,
#category-sub-categories li.active:before {
	right: 0;
}

#category-sub-categories li.last {
	margin-right: 0;
}

#category-sub-categories li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
  line-height: 18px;
	display: table-cell;
	padding: 3px 14px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	color: #000;
	-webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#category-sub-categories li a .fa {
	position: absolute;
	right: 5px;
	top: 17px;
	font-size: 12px;
}
#category-sub-categories li:hover a,
#category-sub-categories li.active a {
	color: #00afd8;
}

#category-sub-categories li.with-image a {
	padding-left: 46px;
}

#category-sub-categories li a img {
	position: absolute;
  top: 3px;
  left: 5px;
  width: auto;
  max-height: 34px;
}

ul#category-sub-categories li:hover, 
ul#category-sub-categories li.active {
	
}

@media (max-width: 767px){
	
	#category-sub-categories li:before{display: none;}
	
	#category-sub-categories-wrapper{
		margin: 0 -10px 10px -10px;
		width: initial;
		background: white;
		
	    webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	}
	
	#category-sub-categories{
		margin: 0;
		padding-bottom: 10px;
		border-top: 1px solid #ddd;
		display: none;
	}
	
	#category-sub-categories-wrapper.active #category-sub-categories{ display: block; }
	
	#category-sub-categories li:hover:before{
		display: none;
	}
	
	#category-sub-categories li:hover a{
		color: #002C69;
	}
	
	#category-sub-categories li{
		width: 100%;
		margin: 0;
		border: 0;
		display: block;
	}
	
	#category-sub-categories li a{
		text-align: left;
		margin: 0 10px;
    	display: block;
    	border-bottom: 1px solid #ddd;
    	position: relative;
    	padding: 6px 20px 6px 55px !important;
    	height: 40px;
    	font-size: 18px;
    	font-weight: 400;
    	text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-family: 'Open Sans', sans-serif;
	    line-height: 40px;
	    color: #002C69;
	}
	
	#category-sub-categories li i{
		color: #ddd;
	    top: 50% !important;
	    transform: translate(0, -50%) !important;
	    -webkit-transform: translate(0, -50%) !important;
	    position: absolute;
	    right: 0px !important;
	    font-size: 20px !important;
	}
	
	#category-sub-categories li img{
	    max-width: 100%;
	    max-height: 100% !important;
	    margin: 0 !important;
	    top: 50% !important;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
	}
	
	
	#category-sub-categories-wrapper > span{
	    display: block !important;
	    height: 57px;
	    line-height: 57px;
	    font-size: 18px;
	    font-weight: 400;
	    color: #002C69;
	    padding: 0 30px 0 65px;
	    position: relative;
	    cursor: pointer;
	}
	
	#category-sub-categories-wrapper > span:after{
	    content: "\f078";
	    display: block;
	    font-family: "FontAwesome";
	    position: absolute;
	    right: 10px;
	    top: 50%;
	    color: #ddd;
	    transform: translate(0,-50%);
	    -webkit-transform: translate(0,-50%);
	    font-size: 20px;
	}
	
	#category-sub-categories-wrapper.active > span:after{
		content: "\f077";
	}
	
	#category-sub-categories-wrapper > span.only-mob > img{
		position: absolute;
	    left: 15px;
	    width: auto;
	    max-width: 40px;
	    max-height: 40px;
	    margin: 0;
	    top: 50%;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
	}
	#category-sub-categories-wrapper > span{
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
	
	#category-sub-categories.marketingAction {
		display: block;
	    background: white;
	    margin: 10px -10px;
	    width: calc(100% + 20px);
	    padding-bottom: 0;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	}
	
	#category-sub-categories.marketingAction li:last-of-type a{
		border: 0;
	}
	
	/*#category-sub-categories.marketingAction.sub-cat{ display: none;}*/
	
	#category-sub-categories.marketingAction li a{
		padding-left: 10px !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) and (min-width: 768px){ 
	#category-sub-categories li {
		width: 221px;
	}
}
@media (min-width: 992px) and (max-width: 1239px) {
	#category-sub-categories li {
    margin: 10px 4px;
	}
	#category-sub-categories li.with-image a {
		 padding-left: 41px;
	}
}



.plc-paging-and-sorting {
	background: #fff;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.plc-sorting {
	float: left;
}
.plc-filter {
	float: left;
}

.plc-paging {
	float: right;
}

/* == PRODUCTS LIST == */

	/* pagination */
.pagination {
	text-align:right;
	line-height: 26px;
	display: inline-block;
}
.plc-paging-and-sorting .button {
	display: inline-block;
	margin-left: 0;
	text-align:center;
	min-width: 26px;
	height: 26px;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #999999;
	color: #666666;
}

.plc-paging-and-sorting .inner {
	min-width: 1.5em;
	padding: 0 1em;
	display: inline-block; 
}

.plc-paging-and-sorting .active {
	background-color: #00afd8;
	border-color: #00afd8;
}

.plc-paging-and-sorting .active .inner {
	color: #fff;
}

.plc-paging-and-sorting .active strong.inner {
	padding: 0;
	font-weight: 300;
}

.pagination-show-page {
	line-height: 2.4167em;
}
.pagination .sepparator {
	display: inline-block;
	margin-left: 9px;
	color: #666666;
	margin: 0 2px 0 2px;
}

.pagination-per-page .active {
	background: none;
	border: none;
	padding: 0 5px;
}
.pagination-per-page .active .inner {
	color: #666;
}
.pagination-per-page a {
	color: #00afd8;
	padding: 0 5px;
}

/* list type */
.list-type {
	display: inline-block;
	margin: 0 0 0 1.5em;
	line-height: 2.4167em;
	text-align:right;
}
.list-type a.table {
	margin: 0 0.5em 0 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 9px;
}
.list-type a.table .icon-row {
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #cccccc;
	margin: 1px;
	position: relative;
}
.list-type a.table .icon-row:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #cccccc;
	position: absolute;
	top: -10px;
	left: 0;
}
.list-type a.table.actual .icon-row,
.list-type a.table.actual .icon-row:after {
	background-color: #00afd8;
}
.list-type a.row {
	margin: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.list-type a.row .icon-row {
	display: inline-block;
	width: 20px;
	height: 4px;
	line-height: 20px;
	background-color: #cccccc;
	position: relative;
	margin: 8px 0;
}
.list-type a.row .icon-row:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 4px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: -7px;
}
.list-type a.row .icon-row:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 4px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	bottom: -7px;
}
.list-type a.row.actual .icon-row,
.list-type a.row.actual .icon-row:after,
.list-type a.row.actual .icon-row:before {
	background-color: #00afd8;
}

	/* sort */
.sort {
	position: relative;
}
.sort select {
	width: 190px;
}

#plc-show-more-wrapper {
	position: relative;
	float: left;
	width: 245px;
	height: 28px;
	line-height: 35px;
}

#plc-show-more {
	margin: 0 auto;
	display: inline-block;
	margin-left: 9px;
	text-align: center;
	background-color: #00afd8;
	text-decoration: none;
	line-height: 28px;
	margin-left: 97px;
}

#plc-show-more .inner {
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	line-height: 28px;
	padding: 0 10px;
}

.item-banner-list {
	width: 299px;
	height: 576px;
	background-position: top center;
}
.item-banner-list a {
	display: block;
	width: 299px;
	height: 576px;
}

#category-content h1 span {
	font-size: 16px;
	margin-left: 10px;
}

/***********************/
/* Super small devices */
@media (max-width: 767px) {
	.plc-paging-and-sorting {
		height: auto;
	}

	.plc-sorting {
		float: none;
	}

	#plc-show-more-wrapper {
		width: auto;
		float: none;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	.item-banner-list {
		width: 349px;
		height: 576px;
		background-position: top center;
	}
	.item-banner-list a {
		display: block;
		width: 349px;
		height: 576px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.item-banner-list {
		width: 329px;
		height: 576px;
		background-position: top center;
	}
	.item-banner-list a {
		display: block;
		width: 329px;
		height: 576px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {
	.item-banner-list {
		width: 299px;
		height: 576px;
		background-position: top center;
	}
	.item-banner-list a {
		display: block;
		width: 299px;
		height: 576px;
	}
}





#category-banners {
	margin-bottom: 3em;
}
#category-banners .banner-left {
	float: left;
	width: 480px;
	height: 170px;
}

#category-banners .banner-right {
	float: right;
	width: 470px;
	height: 170px;
	border-radius: 0px;
}
#category-banners .ecolabel-sticker {
	top: 140px;
}

#category-banners h2 {
	margin: 0;
}

/* ######### item banner ######### */
.item-banner {
	height: 140px;
}

.item-banner .thumbnail {
	width: 140px;
	height: 140px;
}
.item-banner .thumbnail img {
	max-height: 140px;
	max-width: 140px;
}

.item-banner-image-holder {
	width: 140px;
	padding-left: 90px;
	position: relative;
}
.item-banner-description {
	width: 240px;
	text-align: center;
	padding-top: 20px;
}
.item-banner-description h3 {
	margin-left: 1em;
	margin-right: 1em;
}
.item-banner-description h3 a {
	text-decoration: none;
}
.item-banner-image-holder .item-services-icons {
	position: absolute;
	left: 50px;
	top: 25px;
}
.item-banner-image-holder .sticker-videocollect {
	left: 50px;
	top: 112px;
}
.item-banner-image-holder .web-exclusive {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.item-banner .in-stock a{
	color: #86B800;
	font-weight: bold;
	text-decoration: underline;
}
.item-banner strong.price {
	color: #000;
	font-size: 1.5em;
}
.item-banner-best-rated-icon {
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 38px;
	height: 33px;
	background-image: url('/public/c7/56/50/58854_100341_stars.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#category-banners .banner-right a img {
	border-radius: 0px;
}

.banner-article .article-body {
	margin-top: 1em;
}
.banner-video-article .article-body {
	width: 240px;
	float: left;
	margin-top: 1em;
}
.banner-video-article .article-video {
	float: left;
	text-align: center;
	margin-top: 1em;
}
.banner-video-article .article-video a {
	position: relative;
	height: 120px;
	display: block;
	padding: 3px;
	border-radius: 0;
	border: 1px solid #cccccc;
	margin-left: 30px
}
#category-banners .banner-video-article .article-video a img {
	border-radius: 0;
	height: 120px;
}
.banner-video-article .article-video a span.youtube-play {
	background-image: url('/public/6/ad/50/59528_103137_youtube_play_button.png');
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 67px;
	position: absolute;
	top: 29px ;
	left: 52px;
}

.nyroModalDom {
	margin-top: 20px;
}

.category-banner-top-box .col-ltr {
	margin-right: 0px !important;
}

.category-banner-top {
	max-width: 900px;
	max-height: 190px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.category-banner-top a {
	width: 100%;
	height: 100%;
	display: block;
}

.category-banner-top img {
	max-width: 100%;
	max-heigth: 100%;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) { 
	#category-banners {
		display: none;
	}
	
	.category-banner-top { 
		width: 700px;
		height: 148px;
	}
	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#category-banners {
		display: block;
	}
	
	.category-banner-top { 
		width: 660px;
		height: 139px;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1240px) {

.category-banner-top { 
	width: 900px;
	height: 190px;
}

	
}


#category-page-filter-customer {
	visibility: hidden;
	display: none;
}
#category-banners .banner-left {
	display: none;
}
#category-banners {
	margin: 0;
}
#category-banners .banner-right {
	margin-bottom: -170px;
}

#category-banners .banner-right,
#category-banners .banner-left {
	z-index: 9;
  position: relative;
}

.item-banner .sticker.sticker-doid{
    right: -30px;
    bottom: 10px;
    left: inherit;
    top: initial;
}


