@font-face {
	font-family: "Font Awesome 5 Free";
	src: url('.webfonts/fa-regular-400.eot'); /* IE9 Compat Modes */
	src: url('./webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./webfonts/fa-regular-400.woff') format('woff'), /* Modern Browsers */
		 url('./webfonts/fa-regular-400.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('./webfonts/fa-regular-400.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
	font-size:12px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;	
	height:34px;
}
span.customSelect option {font-size:12px !important;}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: none;
  -webkit-box-shadow: none; 
  box-shadow: none;
}
.form-control.hasCustomSelect{ width:100% !important; }
.customSelectInner {
	background:url('../../image/codezeel/select-arrow-down.gif') no-repeat center right;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('../../image/codezeel/select-arrow-up.gif') no-repeat center right; }

#input-sort , #input-limit, #product .form-group select { cursor:pointer;}


/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview-list ul {
	background:none; 
	margin:0px;
}
.treeview-list .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; }
.treeview-list li.last, .treeview-list li.lastExpandable {border:none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover { color:#38B0E3; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover	 {   cursor:pointer; }
.treeview-list li ul li:hover	{ background:none;}
.treeview-list li a { display:inline;  padding-left:0px; }
.treeview-list li.active a	{ font-weight:bold; /*color:#D09E00 ;*/  } 
.treeview-list li.active ul li a	{ font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ } 	
.treeview-list li ul li a:hover	{/*color:#D09E00;*/ } 	
.treeview-list li ul li { background:none; border-bottom:none; }
.treeview-list .collapsable .expandable-hitarea { 
    height: 20px;
    width: 20px ;
	text-align:right;
} 
.treeview-list .expandable .collapsable-hitarea{ 
    height: 20px;
    width: 20px ;
	text-align:right;  
} 

.treeview-list .expandable-hitarea { 
    height: 20px;
    width: 20px ;
	text-align:right;
} 
.treeview-list .collapsable-hitarea { 
   	height: 20px;
    width: 20px;
	text-align:right;
}
.treeview-list .expandable .collapsable-hitarea, 
.treeview-list .expandable-hitarea{
	background:url(../../image/codezeel/sprite.png) no-repeat scroll -44px -65px;
}
.responsive-menu .expandable .collapsable-hitarea, 
.responsive-menu .expandable-hitarea{
	background:url(../../image/codezeel/sprite.png) no-repeat scroll -44px -65px;
}
.treeview-list .collapsable .expandable-hitarea, 
.treeview-list .collapsable-hitarea{
	background:url(../../image/codezeel/sprite.png) no-repeat scroll -44px -94px;
}
.responsive-menu .collapsable-hitarea{
	background:url(../../image/codezeel/sprite.png) no-repeat scroll -44px -94px;
}
/* TREEVIEW CATEGORY LEFT */


/* FancyBox */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../image/codezeel/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../image/codezeel/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../image/codezeel/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../image/codezeel/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Product zoom CSS*/

.zoomContainer {
    margin-bottom: 5px;
}
.zoomContainer .zoomLens{
}
/*.zoomContainer .zoomWindow{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	margin-left:10px;

}*/

/* FancyBox */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ 	
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: 0; 
	overflow: hidden;
	padding:0 0 15px;
	position: absolute;
	right: 0px;
    top: 5px;
}

.toggle {
    background: none;
    padding: 8px 0px;
	margin:0 auto;
    font-size: 16px;
}
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

.toggle .mobile_togglemenu:before {	
	color: #000000;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 400;
    height: 20px;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 20px;
}
.active .mobile_togglemenu:before { 
	content: "\f106";
} 


/* Responsive menu Css Start */
.nav-responsive span { display:inline-block;}
.ie7 .nav-responsive span { display:inline;}
.nav-responsive { cursor:pointer; display:none;}
.main-navigation  ul  li{ list-style:none; position:relative;}
.nav-responsive .expandable{
	background: url(../../image/codezeel/sprite.png) no-repeat scroll -3px -120px;
	height: 25px;
	margin-top: 10px;
	width: 30px;	   
	float: left;
} 
.responsive-menu {padding:0; position:relative;}
.responsive-menu .main-navigation{ 
	position:absolute; 
	z-index:999;  
	display:none; 
	margin-top:0px; 
	padding: 2% 4%;
	width: 100%; 
	list-style:none;
	left: 0px;
}
.responsive-menu .main-navigation ul{padding-left:20px;}
.nav-responsive div,
.responsive-menu .hitarea {
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
	margin-right: 0px;
	margin-left: 0px;
}
.responsive-menu .hitarea{margin-left:0; }
.responsive-menu .expandable .collapsable-hitarea{ 
	height: 30px;		
	padding: 0;
	width: 25px;
} 
.responsive-menu .expandable-hitarea { 
	height: 30px;
	width: 25px;		
	padding: 5px;
} 
.responsive-menu .collapsable-hitarea { 
	height: 30px;
	width: 25px;
	padding: 5px;	
} 
@media (max-width: 991px){
	.responsive-menu .main-navigation{ max-height: 300px; overflow: auto; padding-left: 2%; padding-right: 2%; border: 1px solid #ededed; }
}
@media (max-width: 767px){
	.responsive-menu .main-navigation {
		width: 100%;
	}
}
/* Responsive menu Css End */ 

/* CONFIGURATOR */ 
body
{
	overflow-x: hidden !important;
}

#product.row-configurator .form-group
{
	margin: 0;
}

#product.row-configurator .form-group ~ .form-group
{
	margin-top: 20px;
}

#product.row-configurator .btn-block
{
	display: block;
	width: 100%;
	height: auto;
	white-space: normal;
}

#product.row-configurator .btn-block > span[id^="selected-option"]
{
	font-size: 12px;
	font-weight: 300;
}

#product.row-configurator .price-cartbox
{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

#product.row-configurator .price-cartbox > .price
{
	margin-top: -5px;
	margin-bottom: 25px;
}

#product.row-configurator .price-cartbox > .price .product-price
{
	overflow: hidden;
}

#product.row-configurator .price-cartbox > .price .product-price::before
{
	content: "Výsledná cena: "
}

div[id^="optionModal"] .modal-footer
{
	margin-top: 0;
}

#product div[id^="accordion"]
{
	margin: 0; 
}

#product div[id^="accordion"] .panel
{
	margin: 0;
}

#product div[id^="accordion"] .panel:hover
{
	position: relative;
	/*z-index: 99;*/
}

#product div[id^="accordion"] .panel + .panel
{
	margin-top: -1px;
}

#product div[id^="accordion"] .panel .panel-heading
{
	border-color: #e5e5e5 !important;
	background: #f8f8f8 !important;
	transition: background 0.3s ease;
}

#product div[id^="accordion"] .panel .panel-heading:hover
{
	background: #FFFFFF;
}

#product div[id^="accordion"] .panel .panel-heading .panel-title > a
{
	position: relative;
	display: block;
	padding: 8px 15px;
	padding-right: 46px;
}

#product div[id^="accordion"] .panel .panel-heading .panel-title > a::after
{
	display: block;
	position: absolute;
	content: "\f0d8";
	top: 11px;
	right: 11px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-family: "FontAwesome";
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
	border: 1px solid #f05b26;
	border-radius: 50%;
	background: #f05b26;
	transition: color 0.3s ease, background 0.3s ease;
}

#product div[id^="accordion"] .panel .panel-heading .panel-title > a.collapsed::after
{
	content: "\f0d7";
	color: #f05b26;
	background: #FFFFFF;
}

#product.row-configurator h3 {
	font: 500 16px / 24px 'Poppins', sans-serif;
}

#product.row-configurator .configurator {
	background-color: #f1f0ef;
	position:relative;
}
#product.row-configurator .configurator-help {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #888888;
	line-height: 1.75;
}
#product.row-configurator .configurator-headline {
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
#product.row-configurator .configurator-headline span {
	font-size: 22px;
	font-weight: normal;
}
#product.row-configurator h2 {
	position: relative;
}
#product.row-configurator h2 .info-handler {
	position: absolute;
	top: 2px;
	left: 5px;
	color: #6ea820 !important;
}
#product.row-configurator h2 .info-handler.collapsed {
	color: #555555 !important;
}
#product.row-configurator h2 .info-handler .fa {
	font-size: 20px;
}
#product.row-configurator .info-content div {
	padding: 10px 10px;
}

.list-unstyled.list-ratios {
	margin: 0px -7.5px 0px !important;
	padding-top:15px;
}
.list-unstyled.list-ratios li {
	display: block;
	float:left;
	margin: 0px 7.5px 15px 7.5px;
}
.list-unstyled.list-ratios li a {
	display: block;
	height: 43px;
	width: 43px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 14px;
	padding: 7.5px 0px;
	text-align: center;
}
.list-unstyled.list-ratios li a:hover {
	border-color: #f05b26;
	color: #f05b26;
}
.list-unstyled.list-ratios li a.active {
	border-color: #FFF;
	color: #FFF;
	background-color: #f05b26;
}
.list-unstyled.list-ratios li a.active:hover {
	border-color: #FFF;
	color: #FFF;
	background-color: #f05b26;
}
.list-unstyled.list-radios {
	padding-top:15px;
	margin: 0px -7.5px 0px !important;
}
.list-unstyled.list-frames
{
	display: block;
	margin: -15px -22.5px -30px !important;
}

.list-unstyled.list-frames
{
	margin: 0 -7.5px -25px !important;
}

.list-unstyled.list-radios > li,
.list-unstyled.list-frames > li
{
	float: left;
	padding: 0 7.5px 15px !important;
	width: 33%;
}
.list-unstyled.list-radios li {
	display:none;
}
.list-unstyled.list-frames > li {
	height: 170px;
}

.list-unstyled.list-radios > li > label,
.list-unstyled.list-frames > li > label
{
	position: relative;
	display: block;
	padding: 0;	
	margin: 0;
	cursor: pointer;
}

.list-unstyled.list-radios > li > label > input
{
	position: absolute;
	margin: 0;
	z-index: -1;
	top: 20px;
	left: 20px;
}

.list-unstyled.list-radios > li > label > span
{
	position: relative;
	overflow: hidden;
	display: block;
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	background: #f7f7f7;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.list-unstyled.list-radios > li > label > span::after
{
	position: absolute;
	display: block;
	content: "";
	top: -9px;
	right: -9px;
	opacity: 0.4;
	width: 40px;
	height: 40px;
	transition: background-color 0.3s ease;
}

.list-unstyled.list-radios > li.smiley-bad > label > span::after
{
    background-color: #FF0000;
    -webkit-mask-image: url(./frown-regular.svg);
    mask-image: url(./frown-regular.svg);
}

.list-unstyled.list-radios > li.smiley-ok > label > span::after
{
    -webkit-mask-image: url(./smile-regular.svg);
    mask-image: url(./smile-regular.svg);
    background-color: rgb(3, 105, 42);
}

.list-unstyled.list-radios > li.smiley-top > label > span::after
{
    -webkit-mask-image: url(./laugh-regular.svg);
    mask-image: url(./laugh-regular.svg);
    background-color: #5cb85c;
}

.list-unstyled.list-radios > li > label:hover > span
{
	border-color: #f05b26;
}

.list-unstyled.list-radios > li > label > input:checked + span
{
	color: #FFFFFF;
	border-color: #f05b26;
	background: #f05b26;
}

.list-unstyled.list-radios > li > label > input:checked + span::after
{
	color: #FFFFFF !important;
} 

.list-unstyled.list-frames > li > label > input
{
	position: absolute;
	left: 50%;
	top: 70px;
	margin: 0;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.list-unstyled.list-frames > li > label > .image	
{
	position: relative;
	display: block;
	height: 88px;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	transition: border-color 0.3s ease;
}

.list-unstyled.list-frames > li > label:hover > .image	
{
	border-color: #f05b26;
}

.list-unstyled.list-frames > li > label > .image::after	
{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 240, 57, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}

.list-unstyled.list-frames > li > label > .image::before	
{
	position: absolute;
	display: block;
	content: "\f058";
	z-index: 1;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Free";
	color: #FFFFFF;
	font-size: 40px;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}

.list-unstyled.list-frames > li > label > .text	
{
	display: block;
	padding: 5px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}

.list-unstyled.list-frames > li > label > input:checked + .image
{
	border-color: rgba(38, 240, 57, 0.5) !important;
}

.list-unstyled.list-frames > li > label > input:checked + .image::after,
.list-unstyled.list-frames > li > label > input:checked + .image::before
{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px)
{
	.row-configurator > div + div
	{
		padding-top: 20px;
	}

	#product.row-configurator .configurator-help {
		font-size: 14px;
	}
	#product.row-configurator .configurator-headline {
		font-size: 24px;
	}
	#product.row-configurator .configurator-headline span {
		font-size: 18px;
	}
}

@media (max-width: 929px)
{
	#product .modal-dialog
	{
		width: auto !important;
		margin: 10px !important;
	}
}

@media (max-width: 767px)
{
	.list-unstyled.list-radios > li,
	.list-unstyled.list-frames > li
	{
		float: left;
		width: 33.33%;
	}

	.list-unstyled.list-radios > li,
	.list-unstyled.list-frames > li
	{
		clear: none !important;
	}

	.list-unstyled.list-radios > li:nth-child(3n) + li,
	.list-unstyled.list-frames > li:nth-child(3n) + li
	{
		clear: both !important;
	}

	#product.row-configurator .configurator-help {
		font-size: 10px;
	}
	#product.row-configurator .configurator-headline {
		font-size: 20px;
		top: 30px;
		left: 30px;
	}
	#product.row-configurator .configurator-headline span {
		font-size: 14px;
	}

}

@media (max-width: 549px)
{
	.list-unstyled.list-radios > li,
	.list-unstyled.list-frames > li
	{
		float: left;
		width: 50%;
	}

	#content .list-unstyled.list-radios > li,
	#content .list-unstyled.list-frames > li
	{
		clear: none !important;
	}

	.list-unstyled.list-radios > li:nth-child(2n) + li,
	.list-unstyled.list-frames > li:nth-child(2n) + li
	{
		clear: both !important;
	}

	#product.row-configurator .configurator-help {
		font-size: 7px;
		bottom: 10px;
		padding: 0px 10px;
	}
	#product.row-configurator .configurator-headline {
		font-size: 14px;
		top: 10px;
		left: 10px;
	}
	#product.row-configurator .configurator-headline span {
		font-size: 10px;
	}
	#product.row-configurator h2 .info-handler {
		top: 0px;
	}
	#product.row-configurator h2 .info-handler .fa {
		font-size: 16px;
	}
	#product.row-configurator .info-content div {
		font-size: 10px;
		line-height: 1.75;
	}
}

@media (max-width: 419px)
{
	.list-unstyled.list-radios > li,
	.list-unstyled.list-frames > li
	{
		float: left;
		width: 100%;
	}

	#content .list-unstyled.list-radios > li,
	#content .list-unstyled.list-frames > li
	{
		clear: both !important;
	}

	.list-unstyled.list-frames > li > label > .image	
	{
		height: 90px;
	}
}

.bottom-smiley::after {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0;
	cursor: pointer;
	outline: none;
	margin-left: 20px;
	float: right;
	top: -9px;
	right: -9px;
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	transition: color 0.3s ease;
}
.bottom-smiley.smiley-bad::after
{
	content: "\f119";
	color: #FF0000;
}

.bottom-smiley.smiley-ok::after
{
	content: "\f118";
	color: rgb(3, 105, 42);
}

.bottom-smiley.smiley-top::after
{
	content: "\f599";
	color: #5cb85c;
}
.bottom-smiley::before {
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding: 0;
	cursor: pointer;
	outline: none;
	margin-left: 0;
	float: right;
	top: -9px;
	right: -9px;
	font-size: 12px;
	transition: color 0.3s ease;
}
.bottom-smiley.smiley-bad::before
{
	content: "Špatná kvalita tisku !!!";
	color: #FF0000;
}

.bottom-smiley.smiley-ok::before
{
	content: "Dobrá kvalita tisku";
	color: rgb(3, 105, 42);
}

.bottom-smiley.smiley-top::before
{
	content: "Výborná kvalita tisku";
	color: #5cb85c;
}
.list-unstyled.configurator-price li {
	padding-bottom: 15px;
}
#frame-holder.loading {
	min-height: 250px;
	background: url('../../image/codezeel/loading.gif') no-repeat center center #e5e3e6;
	background-size: 15%;
}