

/*************************/
/***   FONTS           ***/
/*************************/

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/files/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Playfair';
    src: url('/files/fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 800;
	font-style: italic;
}


*{
	margin: 0;
	padding: 0;
}

.EditableSection a, .EditableContent a, .editable-section a{
	text-decoration: underline;
}
.EditableSection a:hover, .EditableContent a:hover, .editable-section a:hover{
	text-decoration: none;
}
#cookies_souhlas{
	width: 100% !important;
}
strong, b{
	font-weight: bold;
}
body{
  text-align: left;
  font-family: 'Roboto';
  background-size: 100% auto;
  color: #000;
}

*{
  margin: 0;0
  padding: 0;
}
div 		{   	min-height: 1px; 	}

h1, .h1 {
    font-family: Playfair;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    color: black;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2, .h2 {
    font-family: 'Roboto';
    font-size: 24px;
    color: #9201bb;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-family: Playfair;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
    margin-top: 15px;
}

p, li {
    color: #3c3b3b;
    line-height: 140%;
    margin-bottom: 10px;
    font-size: 17px;
	font-weight: 300;
}

a {
    color: #575757;
    text-decoration: underline;
    font-size: 17px;
	font-weight: 300;
}


hr{
	height: 1px;
	background: #d6f0f7;
	border: none;
}
.shop-katalog hr{
	background: #d7d7d7;
}

a:hover	{ color: #9201bb; }
div.clear{
  clear: both;
  height: 0;
}

/****** left_col.css ******/
#left_col{
  position: relative;
  min-height: 600px;
  width: 225px;
  float: left;  
  padding-top: 15px;
}
h2.left_col_title{
  position: relative;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 225px;
  margin-top: 10px;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  border-bottom: none;
}
div.left_col_edit_box{
  position: relative;
  float: left;
  width: 223px;
  background: #30aa05;
  border: 1px solid #258d00;
  overflow: visible;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
  text-align: center;
}

#left_col div.left_col_edit_box #email{
	color: white;
	background: url(/files/images/email.png) no-repeat right top;
}

#left_col div.left_col_edit_box #doprava{
	color: white;
	background: none;
	min-height: auto;
	height: auto;
}

.left_col_edit_box h3{
	font-weight: bold;
	font-size: 20px;
}

#left_col #dolnimenu{
	margin-bottom: 15px;
}

#left_col #dolnimenu li{
	list-style: none;
	text-transform: uppercase;
	font-size: 15px;	
	margin-bottom: 1px;	
}

#left_col #dolnimenu li a{
	text-decoration: none;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}

#left_col #dolnimenu li:nth-of-type(1) a{
	border: 1px solid #fe6d02;
	color: #fe6d02;
}

#left_col #dolnimenu li:nth-of-type(1) a:hover{
	color: white;
	background: #fe6d02;
}

#left_col #dolnimenu li:nth-of-type(2) a{
	border: 1px solid  #ed0101;
	color:  #ed0101;
}

#left_col #dolnimenu li:nth-of-type(2) a:hover{
	color: white;
	background: #ed0101;
}

#left_col #dolnimenu li:nth-of-type(3) a{
	border: 1px solid #f0c001;
	color:  #f0c001;
}

#left_col #dolnimenu li:nth-of-type(3) a:hover{
	color: white;
	background: #f0c001;
}

#left_col #dolnimenu li:last-of-type{
	display: none;
}

.left_col_edit_box{
	border: 1px solid #d6f0f7;
	background: #f2fcff;		
}

.left_col_edit_box h2{
	margin-top: 0;
	text-transform: uppercase;
	color: #09255c;
}

.left_col_edit_box a{
	color: #09255c;
	font-weight: bold;
	text-decoration: none;
	    border: none;
	font-size: 15px;
}

.left_col_edit_box a:hover{
	text-decoration: underline;
}


.left_col_edit_box p{
	margin-bottom: 4px;
	font-size: 17px;
}

.left_col_edit_box p strong{
	font-size: 15px;
}


.left_col_edit_box > div{
	overflow: hidden;
  padding: 10px;	
}

#kontaktni-formular{
	display: none;
}

#category{
  position: relative;
  margin-bottom: 15px;
}
#left_col.two div#category:first-of-type a{
	background: #e9e4af;	
	color: #6d5336;
	font-family: RobotoSlab;
	font-weight: bold;
	font-size: 19px;
}

#left_col.two #category:first-of-type a:hover, #left_col.two #category:first-of-type a.selected{
	background-color: #9b1461;
	color: white;
}
#category p{
  margin-bottom: 0px;
}
#category p.close + div {
    display: none !important;
}

#category a{
  position: relative;
  display: block;
  padding: 7px 15px 7px 15px;
  width: 195px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: Roboto;
  border: 1px solid #e0e0e0;
  border-bottom: none;	
}

#category.item1 > p > a{
  background: url(/files/images/menu.png) repeat-x left bottom;
  border: 1px solid #cff1f8;
  border-bottom: none;
  color: #09255c;
	font-weight: bold;
}
#category.item1 > p:last-of-type > a{
	border-bottom: 1px solid #cff1f8;
}
#category.item1 > p > a:hover{
 	background: #f9ce04;
    border: 1px solid #ddb702;
	border-bottom: none;
}

#category p:last-child a{ 
	border-bottom: 1px solid #e0e0e0;
}
                              
#category a:hover, #category a.selected{
  
}
                                                                   
#category div.item2 p a{
  position: relative;
  display: block;
  padding: 8px 15px 8px 15px;
  width: 185px;
  margin: 0 5px;
  text-decoration: none;
  background-color: white;  
  font-size: 16px;
  border: none;
  color: #043fa0;
}   
#category div.item2 p a:hover, #category div.item2 p a.selected{
   text-decoration: underline;
   background: url(/files/images/nove/odrazka-menu.jpg) no-repeat left center;
}

#category div.item2 p:first-child a{
	border: none;
}

#category div.item3 p a{
	border-top: none;
	padding: 8px 15px 8px 35px;
  	width: 170px;
	margin: 0;	
}

#category div.item3 p:first-child a{
	border-top: 1px dashed #8facc2;
}

#category.item1 p.close a{	
	background-image: url(/files/images/menu.png);
	background-position:  left bottom;
	background-repeat:repeat-x;
}

#category.item1 p.close a:hover{
  	background: #f9ce04;
    	border: 1px solid #ddb702;
	border-bottom: none;
}

#category.item1 p.open a{
	background: #f9ce04;
    	border: 1px solid #ddb702;
}

#category p.close a{
	padding-right: 30px;
	width: 180px;
	background-image: url(/files/images/plus.png);
	background-position:  right 5px center;
	background-repeat: no-repeat;	
}

#category p.open a{
	padding-right: 30px;
	width: 180px;
	background-image: url(/files/images/minus.png);
	background-position:  right 5px center;
	background-repeat: no-repeat;	
}

#category div.item2 p.close a, #category div.item2 p.open a{
	padding-right: 26px;
	width: 174px;
}

.box-links{

}
.box-link{
	border: 1px solid #9201bb;
	border-radius: 3px;
	background: white;
	position: relative;
	color: #9201bb;
	padding: 35px;
	padding-top: 40px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 15px;
}
.box-link:hover, .box-link:focus{
	background: #9201bb;
	color: white;
}
.box-link.inverted{
	background: #9201bb;
	color: white;
}
.box-link.inverted:hover, .box-link.inverted:focus{
	background: white;
	color: #9201bb;
}
.box-link span{
	font-size: 24px;
	font-weight: bold;
}
.box-link i{
	display: block;
	text-align: center;
	font-size: 25px;
}	
.link-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    color: transparent !important;
    z-index: 10;
}

/****** header.css ******/
#horniMenu {
    margin-bottom: 8px;
	flex-basis: 100%;
}

#horniMenu > div {
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    border-radius: 4px;
}


#mobile_open, #mobile_close{
	display: none;
}


#hornimenu1 {
 	background: #9201bb;   
}


#hornimenu1 .ddmxlileft {
    display: inline-block;
	position: relative;
}


#hornimenu1 .ddmxlileft:last-of-type{
	background: none;
}

#hornimenu1 .ddmxlileft a {
    display: block;
    font-size: 19px;
    font-family: Roboto;
    color: white;
    padding: 6px 6px 6px 13px;
    text-decoration: none;
}

#hornimenu1 .ddmxlileft a.topMenuItem46{
	font-weight: bold;
}	

#hornimenu1 .ddmxlileft a:hover, #hornimenu1 .ddmxlileft a.selected {
    text-decoration: underline;
}

#hornimenu1 .ddmxlileft .section{
	display: none;
	background: white;
	border: 1px solid #d7d7d7;
	padding: 5px 15px;
	z-index: 250;
	width: 200px;
}
#hornimenu1 .section .ddmxlileft{
	display: block;
}
#hornimenu1 .section .ddmxlileft a{
	color: black;
	padding: 8px 0;	
	font-weight: bold;
}
#hornimenu1 .section .ddmxlileft a:hover{
	color: #9201bb;
	text-decoration: underline;
}
#hornimenu1 .ddmxlileft:hover > .section{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}


#main_full #horni_kategorie{
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(/files/images/kategorie.png) repeat-x left top;
	background-size: 100% 100%;
}

#main_full #horni_kategorie #category{
	margin-bottom: 0;
}

#main_full #horni_kategorie p{
	display: inline-block;
	vertical-align: top;
}

#main_full #horni_kategorie p a{
	width: auto;
	height: 27px;
	line-height: 27px;
	background: url(/files/images/delitko_cat.png) no-repeat right center;
	border: none;
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 15px;
}

#main_full #horni_kategorie p:last-of-type a{
	background: none;
}

#main_full #horni_kategorie p a:hover, #main_full #horni_kategorie p a.selected{
	background: #2f2f2f;
}

#prihlaseni{
	display: inline-block;
	float: right;
	padding: 0 20px;
	background: #f0ecc4;
}

#prihlaseni a{
	display: inline-block;
	padding: 13px 10px;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto;
	color: #333333;
}

#prihlaseni a:hover{
	background: #9b1461;
	color: white;
}

#prihlaseni .loginStatus{
	background: url(/files/images/delitko.png) no-repeat right center;
	padding: 0 10px;
}

#prihlaseni .loginStatus a{
	font-size: 16px;
	font-family: Roboto;
	color: #333333;
}

#prihlaseni .registraceLink{
	padding: 0 10px;
}

#prihlaseni .loginStatus a:hover{
	background: #9b1461;
	color: white;
}

.tableLoginForm input[type='text'], .tableLoginForm input[type='password']{
	font-size: 15px;
	line-height: 25px;
	width: 250px;
	max-width: 100%;
	    border: 1px solid #d8d8d8;
    background: #f4f3f4;
	padding: 0 3px;
}

.tableLoginForm input[type='submit']{
	width: 259px;
	max-width: 100%;	
}


#header_full.default{
	border-bottom: 10px solid #e9e4af;
}

#header_full.default #header{
	overflow: auto;
}

#header_full.default a#logo{
	position: relative;
	float: left;
	margin-top: 20px;
}

#header_full.default #header_text{
	float: left;
	text-align: center;
}

#header_full.default p#nadpis, #header_full.default p#podnadpis{
	vertical-align: top;
}

#header_full.default p#nadpis{
	margin-left: 40px;
	margin-top: 30px;
}

#header_full.default p#podnadpis{
	margin-left: 30px;
}

#header_full.default .nakupniKosik{
	top: 15px;
}

#header_full.default .searchbox{
	margin-top: 90px;
}

#login_shop_box {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #c8e5ed;
    float: right;
    padding: 5px 0px;
}

header{
	background: url(/files/images/header.png) repeat-x top left;
}

#header {
    max-width: 1130px;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

a#logo {
    text-decoration: none; 
	display: inline-block;
	vertical-align: top;
}

a#logo img{
	margin-right: 35px;
}

#nadpis{
	display: inline-block;
}

#nadpis{
	vertical-align: top;
	margin-top: 12px;
}

#nadpis p:nth-of-type(1){
	font-family: Playfair;
	font-weight: normal;
	font-size: 26px;
	color: black;
	margin-bottom: 0;
}
#nadpis p:nth-of-type(2){
	font-family: 'Roboto';
	font-weight: 300;
	color: black;
	font-size: 21px;
}

#kontakt_box{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 11px;
	text-align: right;
	flex-grow: 1;
}
.kontakt_links{
	display: flex;
	justify-content: flex-end;
}

.kontakt_links a{
	display: block;
	padding-left: 35px;
	margin-left: 10px;
	line-height: 30px;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 300;
	color: #6b6b6b;
	text-decoration: none;
}

.kontakt_links a:hover {
	text-decoration: underline;
	color: #9201bb;
}

.kontakt_links a:nth-of-type(1){
	background: url(/files/images/mobil.png) no-repeat left center;
}
.kontakt_links a:nth-of-type(1):hover{
	background: url(/files/images/mobil_hover.png) no-repeat left center;
}
.kontakt_links a:nth-of-type(2){
	background: url(/files/images/mail.png) no-repeat left center;
}
.kontakt_links a:nth-of-type(2):hover{
	background: url(/files/images/mail_hover.png) no-repeat left center;
}
.kontakt_links a:nth-of-type(3){
	background: url(/files/images/fcb.png) no-repeat left center;
}
.kontakt_links a:nth-of-type(3):hover{
	background: url(/files/images/fcb_hover.png) no-repeat left center;
}

.kontakt_links a:nth-of-type(4){
	background: url(/files/images/ig.png) no-repeat left center;
    background-size: 26px;
	margin-left: 0px;
	margin-top: 2px;
}
.kontakt_links a:nth-of-type(4):hover{
	background: url(/files/images/ig_hover.png) no-repeat left center;
	margin-left: 0px;
    background-size: 26px;
	margin-top: 2px;
}


.top_box{
	display: inline-block;
	vertical-align: top;
	margin-top: 27px;
}

.top_box a{
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 29px;
	padding-right: 29px;
	border: 1px solid white;
	width: 110px;
	height: 50px;	
	color: black;
	text-decoration: none;
	text-align: center;
}

.top_box a:hover{
	border: 1px solid #dadada;
}

.nakupniKosik {
	display: inline-block;	
	line-height: 25px;
}

.nakupniKosik a {
    background: white url(/files/images/nove/kosik.png) no-repeat top 10px center;
    font-weight: bold;
    text-decoration: none;
}

section.nakupniKosik span {
    display: block;
    margin-left: 13px;
}

span.kosik-1 {
    background-image: url(/files/images/nove/kosik.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 38px;
}

.prihlaseni{
	margin-left: 15px;
}

.prihlaseni a{
	background: white url(/files/images/login.png) no-repeat top 10px center;
}

.searchbox {
    display: inline-block;
    position: relative;
    border: 1px solid #c8e5ed;
    float: right;
}



.searchbox INPUT.search_text {
    font-size: 14px;
    font-family: Roboto;
    color: #39507d;
    border: none;
    width: 170px;
    padding: 4px 8px;
    vertical-align: middle;
}

.searchbox INPUT.submit {
    background: transparent;
    background-image: url(/files/images/nove/lupa.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    height: 22px;
    width: 24px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 6px;
}


.searchbox INPUT.submit:hover{
	background-image: url(/files/images/search_button_hover.png);
}

#tlacitka{
	margin-bottom: -40px;	
	clear: both;
}

#tlacitka a{
	display: inline-block;
	width: 204px;
	padding-left: 10px;
	line-height: 52px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	text-decoration: none;	
}

#tlacitka a:nth-of-type(1){
	background: url(/files/images/tl_zuby.png);
}

#tlacitka a:nth-of-type(1):hover{
	background: url(/files/images/tl_zuby_hover.png);
}

#tlacitka a:nth-of-type(2){
	background: url(/files/images/tl_pripravky.png);
}

#tlacitka a:nth-of-type(2):hover{
	background: url(/files/images/tl_pripravky_hover.png);
}

#tlacitka a:nth-of-type(3){
	background: url(/files/images/tl_kosmetika.png);
}

#tlacitka a:nth-of-type(3):hover{
	background: url(/files/images/tl_kosmetika_hover.png);
}

/****** boder.css ******/


#container{
  height: auto;
  width: 1130px;
  padding: 15px 0;
  padding-top: 0;
  margin: 0px auto;
  overflow: hidden;
  background: white;
}

#main_full{
}

#index_content, #main_content, #category_content{
  padding-bottom: 10px;
  overflow: hidden;
}

#category_content{
	padding-left: 15px;
}

#content{
	text-align: left;
	margin-top: 15px;
	position: relative;
}

#content img {
	margin: 5px;
	border: 1px solid #dcdbdb;
}
#subSlide .slick-slide img{
	border: none !important;
	margin: 0 !important;
}

#content img:hover {
	border: 1px solid #9201bb;
}


#index_content img{

}

#content li{
	list-style-position: inside;
}

.shopPath, .shopPath a{
	font-size: 15px;
	font-family: Roboto;
}


.breadcrumb{
  position: relative;
  margin-bottom: 10px;
}

.breadcrumb p{
	display: inline-block;
}

a.vice{
	float: right;
	background: url('/files/images/sablona2/sipka.png') no-repeat left top 9px;
	padding-left: 20px;
	text-decoration: none;
	color: #28336a;
}

a.vice:hover{
	text-decoration: underline;
}

div.big-picture img{
	max-width: 100%;
	height: auto !important;
}

#form_main .kontakt_button{
	text-align: center;
    text-decoration: none;
    padding: 8px 15px;
    width: 170px !important;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #214f9c;
    background: #214f9c;
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
}

#form_main .kontakt_button:hover{
	border: 1px solid #f9ce04;
    background: #f9ce04;
    color: #214f9c;
}

/***************************/
/*  BANNERS
/***************************/

#banners{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	background: url(/files/images/slide_bcg.png) repeat-x left bottom; 
	border-bottom: 1px solid white;
}

#banners > div{
	width: 1130px;
	margin: 0 auto;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.banner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: right;
	height: 560px;
	outline: none;
}

.banner2{
height: 100%;
}

.banner.five, .banner.six{
	text-align: center;
}
.banner.four img{
	max-width: 80%;
	margin-top: 100px;
}

.banner.five img{
	    max-height: 75%;
	margin-top: 100px;
}
.banner.six .caption{
	max-width: 100%;
	width: 100%;
}

.banner.six .caption h2{
	max-width: 135px;
    	margin: 10px auto;
}

.banner.six img{
	    margin-top: 200px;
}

.banner .caption{
	position: absolute;
	left: 0;
	top: 25px;	
	text-align: center;
	max-width: 150px;
}

.banner .caption a{
	display: inline-block;
	padding: 5px 15px;
	color: #9201bb;
	border: 1px solid #9201bb;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold; 
}
.banner .caption a:hover{
	color: white;
	background: #9201bb;
}
.banner .caption h2{
	font-family: Playfair;
	font-style: Italic;
	color: black;
	font-size: 30px;
}
.banner h2 span{
	display: table-cell;
	vertical-align: middle;
}

.banner img{
	display: inline;
	max-height: 100%;	
	max-width: 100%;
	width: auto;
}	

.navigation .slick-dots{
	position: relative;
	bottom: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e2e2;
}
.navigation .slick-dots li{
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(/files/images/nav.png) no-repeat center center;
	color: transparent;
}
.navigation .slick-dots li:hover, .navigation .slick-dots li.slick-active{
	background: url(/files/images/nav_hover.png) no-repeat center center;
}
.navigation .slick-dots li button:before{
	display: none;
}	
#info_box{
	width: 100%;
	overflow: auto;
	margin-bottom: 15px;
}

#info_box > div{
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	min-height: 170px;
}

#info_box > div:first-child{
	background: #30aa05;
	float: left;
}

#info_box > div:first-child div{
	padding: 10px 5px;
	padding-right: 90px;
}

#info_box > div:nth-of-type(2){
	background: #016db6;
	float: right;
}

#info_box > div p{
	color: white;
	text-align: center;
	font-size: 15px;
	margin-bottom: 3px;
}

#info_box > div p strong{
	font-size: 16px;
}


#info_box > div:first-child p strong a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}

#info_box > div:first-child p strong a:hover{
	text-decoration: underline;
}

#info_box > div:first-child .newsletter{
	padding: 15px;
}

#left_col div.left_col_edit_box #email p{
	color: white;
	font-size: 20px;
	padding: 0 15px;
	margin-bottom: 5px;
}

.newsletter form{
	position: relative;
}

#info_box > div:first-child .newsletter .newsletter_text{
	font-size: 16px;
    font-family: Roboto;
    color: #6c6c6c;
    border: 1px solid #1b7d01;
    width: 70%;
    margin: 0;
    padding: 4px 60px 4px 10px;
    text-align: left;
    vertical-align: middle;
}

#left_col .newsletter .newsletter_text{
	font-size: 16px;
    font-family: Roboto;
    color: #6c6c6c;
    border: 1px solid #1b7d01;
	width: 177px;
    margin: 0;
    padding: 4px 10px 4px 10px;
    text-align: left;
}

#info_box > div:first-child input.submit{
	background-color: transparent;
	background-image: url(/files/images/odeslat.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    color: #FFFFFF;
    position: absolute;
    right: 0;
	top: -4px;
    height: 38px;
    width: 75px;
    margin: 0;
    cursor: pointer;
    padding: 0;
}

#left_col input.submit{
	background-color: transparent;
	background-image: url(/files/images/odeslat.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    color: #FFFFFF;
	height: 38px;
    width: 75px;
    margin: 0;
    cursor: pointer;
}

#info_box > div:first-child input.submit:hover, #left_col input.submit:hover{
	background-image: url(/files/images/odeslat_hover.png);
}

#info_box > div:nth-of-type(1) #tel, #info_box > div:nth-of-type(1) #mail,
#info_box > div:nth-of-type(2) #zakaznik, #info_box > div:nth-of-type(2) #dodani{
	width: 45%;
	padding: 10px 2%;
	padding-top: 70px;
	vertical-align: top;
	display: inline-block;
}

#info_box > div:nth-of-type(2) #dodani{
	background: url(/files/images/auto.png) no-repeat top 10px center;
}

#info_box > div:nth-of-type(2) #zakaznik{
	background: url(/files/images/srdce.png) no-repeat top 10px center;
}

#info_box > div:nth-of-type(1) #tel{
	background: url(/files/images/telefon.png) no-repeat top 10px center;
}

#info_box > div:nth-of-type(1) #mail{
	background: url(/files/images/obalka.png) no-repeat top 10px center;
}

.green_box{
	border: 1px solid #30a865;
	color: #30a865;	
	text-align: center;
	padding: 20px;
	font-size: 18px;
      font-family: 'Roboto Slab',sans-serif;
}

div#kontakt {
    width: calc(25% - 50px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	padding: 20px;
	padding-top: 40px;
	border-left: 1px solid #c1ecf6;
}
div#kontakt p{
	padding-top: 40px;
}
div#kontakt p.tel{
	background: url(/files/images/tel.png) no-repeat top center;
	font-size: 18px;
}
div#kontakt p.mail{
	background: url(/files/images/obalka.png) no-repeat top center;
}

#mapa_main{
	width: 627px;
	display: inline-block;
	position: relative;
}

#mapa_main img{
	width: 100%;
	height: auto;
}

#mapa_main a, #map_other div > a{
    position: absolute;
    display: block;
	    min-width: 120px;
    background: white;
    border: none;
    color: #9201bb;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #9201bb;
    border-radius: 3px;
    text-decoration: none;
    bottom: 12px;
    right: 15px;
	left: auto;
}

#mapa_main a:hover, #map_other div > a:hover{
	background: #9201bb;
    color: white;
}

#map_other a{
	left: 10px;
	bottom: 10px;
}

#map_other > div iframe {
    width: 100%;
    margin-top: -120px;
    margin-bottom: -110px;
}

#map_other{
	position: relative;
	padding: 0;
	clear: both;
	margin-bottom: 0;
}

#map_other > div{
	position: relative;
	overflow: hidden;
}

map_other img{
	width: auto;
	height: 200px;
	float: left;
	border: none;	
	margin: 0;
}
#map_other img:hover, .galerie_container img, .galerie_container img:hover{
	border: none;
}
#map_other img:hover{
	border: none !important;
}

/***************************/
/*  BOTTOM INFO
/***************************/
#bottom_info{
	width: 100%;
	background: #016db6;
}

#bottom_info > div{
	width: 980px;
	margin: 0 auto;
	overflow: auto;
}

#bottom_info > div .column{
	width: 17%;	
	float: left;
	margin: 20px 0;
	margin-right: 4%;
}

#bottom_info > div .column:nth-of-type(3){
	width: 37%;
}

#bottom_info > div .column:nth-of-type(3) .ddmxlileft{
	display: inline-block;
	width: 44%;
	vertical-align: top;
}

#bottom_info > div .column:nth-of-type(4){
	float: right;
	text-align: center;
	margin-right: 0;
}

#bottom_info > div .column:nth-of-type(4) p{
	color: white;
	font-weight: 300;	
	font-size: 19px;
	margin: 0;
	margin-bottom: 15px;
}

#bottom_info > div .column h2{
	color: white;
	font-weight: 300;
	border-bottom: 1px dotted white;
	font-size: 20px;
	margin: 0;
	margin-bottom: 11px;
	padding-bottom: 4px;
}

#bottom_info > div .column .ddmxlileft{
	list-style: none;
	color: white;
	background: url(/files/images/square.png) no-repeat left center;
	padding-left: 15px;
}

#bottom_info > div .column .ddmxlileft a{
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#bottom_info > div .column .ddmxlileft a:hover{
	text-decoration: underline;
}
/****** footer.css ******/
#footer{
  position: relative;
  width: 1130px;
  margin: 0 auto;
  color: white;
  background: transparent;
  border: none;
  text-align: left;
  padding: 30px 0;
}


#footer p{ 
  color: #39507d;
  font-size: 15px;
      margin-bottom: 6px;
}
#footer a{
  color: #39507d;
  font-size: 15px;
  text-decoration: none;
} 
#footer a:hover{
  text-decoration: underline;
} 

footer{
  background: #f3f3f3;
  width: 100%;
  clear: both;
}

/***************************/
/*  PRODUKTY
/***************************/
.kategorie-section{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	 clear: both;
}

.id18 .kategorie-section{
	text-align-last: center;
}

.id18 .stretch{
	width: 0;
}

.id18 .kategorie-section .kategorie:nth-last-child(3){
	margin: 10px;
	margin-top: 0;
}

.kategorie{
	display: inline-block;
	border: 1px solid #d7d7d7;
	width: 260px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
      padding-left: 5px;
      padding-right: 5px;
}

.kategorie:hover{
	border: 1px solid #9201bb;
}	

.kategorie h2{
	font-family: Playfair;
	height: 60px;
}

.kategorie a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.kategorie .kategorie_img{
	position: relative;
	width: auto;
	margin: 5px;
	height: 340px;
	background: #ececec;
}

.kategorie .kategorie_img img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto !important;
	border: none !important;
	height: auto;
    	max-width: 100%;
}

#window_switch{
	border: 1px solid #e3e2e2;
	padding-top: 20px;
	margin-bottom: 40px;
}

#produktDetailContainer #window_switch{
	background: White;
}

#window_switch table {
	border: 1px solid #e0e0e0;
	border-top-left-radius: 0;
	border-collapse: collapse;
	width: 100%;
      margin-bottom: 7px;
}

#window_switch td {
	border: 1px solid #e0e0e0;
	border-top-left-radius: 0;
	padding: 5px;
      font-size: 14px;
      font-family: Roboto;
}

.navigation_slick{
	text-align: center;
}

.navigation_slick li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(/files/images/nav.png) no-repeat center center;
	background-size: cover;
    color: transparent;
	cursor: pointer;
	margin: 10px 2px;
	margin-bottom: 15px;
}
.navigation_slick li:hover, .navigation_slick li.slick-active {
    background: url(/files/images/nav_hover.png) no-repeat center center;
	background-size: cover;
}
.navigation_slick li button{
	display: none;
}
.slick-slider{
	margin-bottom: 0;
}

.slick-prev:before, .slick-next:before{
	color: transparent;
}

#main_content #window_switch{
	padding: 15px;
}

#main_content div.box_switch{
	padding-bottom: 0;
}

div#ribbon_switch {
    overflow: hidden;
    padding-top: 15px;
}

#ribbon_switch div.button_switch{
	display: inline-block;
	float: left;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px 30px;
	margin: 7px 0;
	font-family: Roboto;
	font-weight: 500;
	font-size: 17px;
	color: black;
	text-transform: uppercase;
	position: relative;
}
#ribbon_switch div.button_switch:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: black;
}

#ribbon_switch div.button_switch:last-of-type{
	border-right: none;
}

#ribbon_switch div.button_switch:hover,
#ribbon_switch div.button_switch.selected_switch{
	font-weight: normal;
	background: #9201bb;
	color: white;
}
.pagination{
	text-align: right;
	margin-top: 15px;
}
/**********************************/
/*  SPODNI BOXY
/*********************************/
#bottom{
	display: table;
	width: 100%;
}

#bottom .left, #bottom .right{
	display: table-cell;
	width: 50%;
	padding: 15px;
}

#bottom .left{
	border-right: 20px solid white;
	background: #f3f3f3;
}
.boxed{
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	padding: 20px 15px;
}
#bottom .right, #bottom .boxed{
	border: 1px solid #f3f3f3;
	padding: 15px;	
}
#bottom h2{
	font-size: 23px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}

/**********************************/
/*  FORMULARE 
/*********************************/

.form_title{
  border: none;
  font-weight: normal;
    margin-bottom: 0;
	color: black;
	height: 35px;
}

div#left_form{ float: left; width: calc(50% - 10px);}

div#left_form p{
	margin-bottom: 5px;
	    width: 100%;
}

div#right_form{ float: right; margin-left: 20px; width:calc(50% - 10px);}

#form_main{
      position: relative;
	clear: both;
}

#form_main input, #form_main textarea {
  float: right;
  padding: 1.5%;
  width: calc(97% - 2px) !important;
  margin-bottom: 5px;
  color: #000;
  border: 1px solid #e3e2e2;
  background-color: white;
  font-family: 'Roboto';
}

.red{color: #F00;}

.form_content p{
	margin-bottom: 4px;
}

.form_content{
margin: 0 auto;
padding: 0px;
}

.form_content fieldset { 
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: white;
}

.form_content label{
	width: 100%;
	color: black;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.form_content input, textarea {  
  margin: 0px;
  padding: 0.5em;
  font-size: 1em;
	background: white;
	border: 1px solid #e3e2e2;
	color: #2c2c2c;
	font-family: Roboto;
}

.form_content input.submit { 
  background: white;
  border: 1px solid #a4a3a3;
  color: black;
  width: 100px;
  height: 33px;
  cursor: pointer;
  border-radius: 4px;
}
.form_content input.submit:hover{
  background: #2480d4;
  color: white;
  border: 1px solid #026ccd;
}


.form_content fieldset p input { 
  width: 235px;
  
}
.form_content fieldset p input.alert{
	border: 1px solid red !important;
}
.form_content fieldset p textarea { 
	height: 163px;
}
.form_content fieldset p.submit {
  position: relative;
  margin-bottom: 0;
  float: right;
  clear: both;
  margin-left: 40px;
}

#message{
	position: fixed;
	top: 30%;
	width: 400px;
	margin: auto;
	z-index: 1000;
	left: 0;
	right: 0;
	max-width: 90%;
	padding: 2%;
	background: #f3f3f3;
	border: 1px solid #9201bb;
	text-align: center;
	display: none;
}

#message p{
	font-size: 20px;
}

#message > div{
	position: relative;
}

#message #close{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 45px;
	cursor: pointer;	
	line-height: 30px;
}

#diskuse_formular{
    background: #f3f3f3;
	padding: 15px;
	margin-bottom: 15px;
}
#diskuse_formular input, #diskuse_formular textarea {
    padding: 1.5%;
    margin-bottom: 5px;
    color: #000;
    border: 1px solid #e3e2e2;
    background-color: white;
    font-family: 'Roboto';
}
#diskuse_formular input[type="submit"] {
    text-align: center;
    text-decoration: none;
    width: 100px !important;
    font-size: 15px;
    cursor: pointer;
    background: white;
    border: none;
    color: #9201bb;
    border: 1px solid #9201bb;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 5px;
}
#diskuse_formular input[type="submit"]:hover {
    background: #9201bb;
    color: white;
}
.diskuse_prispevek{
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: 'Roboto';
	font-weight: 300;
}
.diskuse_name {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 11px;
}

.date {
	margin-top: 10px;
	font-size: 14px;
}

div.vice{
	text-align: center;
	margin-bottom: -40px;
}

a.bs{
	clear: both;
	text-align: center;
	width: 186px;
	padding: 0 10px;
	margin-bottom: 10px;
	height: 41px;
	line-height: 41px;
	background: url(/files/images/vice.png) no-repeat left top;
	color: white;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
}

a.bs:hover{	
	background: url(/files/images/vice_hover.png) no-repeat left top;
}

#index_content .produkt_box{
	width: 22%;
	    margin: 0 1px;
}

.produkt_box{
  	display: inline-table;
	width: 24%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	position: relative;
	background: transparent;
	vertical-align: top;
	padding-bottom: 0px;
}
.produkt_box a:hover{
	border: 1px solid #9201bb;
}
.produkt_box a{
	outline: none;
	border: 1px solid white;
}
.produkt_box a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	left: 2px;
	z-index: 20;
}

.shop-katalog .produkt_box a{
	right: 0;
	left: 0;
}

.produkt_box:hover h2{
	text-decoration: underline;
}

.produkt_right {
    text-align: center;
}

table.prehledTablePattern{
	width: 100%;
	table-layout: fixed;
}

table.prehledTablePattern td .produkt_box{
	width: 100%;
}

table.prehledTablePattern tr{
	display: inline;
}

table.prehledTablePattern tr td{
	width: 30%;
	padding: 1.4%;
	overflow: hidden;
    display: inline-block;
}

.produkt_box h2{
	margin-top: 0;
	font-size: 17px;
	min-height: 2.5em;
	font-weight: normal;
	margin-bottom: 0;
	color: black;
}

#index_content .produkt_box:nth-of-type(4n+4){
 	
}

#category_content .produkt_box:nth-of-type(3n+4){
 	border-right: none;
}
#category_content .produkt_box{
	margin-bottom: 20px;
	margin-top: 20px;
}
.produkt_box_in a{
	color: black;
	text-decoration: none;
	font-size: 15px;
	height: 3em;
	font-weight: normal;
}

.produkt_text{
	min-height: 80px;
	color: #2e2e2e;	
}

.produkt_name a:hover{
	text-decoration: underline;
}

.produkt_img{
	position: relative;
	height: 250px;
	margin-bottom: 15px;
	text-align: center;
}

.detail_box .produkt_img img{
	max-width: 100%;
	max-height: calc(100% - 6px);
	border: 3px solid white;
}

#content span.akce{
	position: absolute;
	max-width: 130px;
	left: 0;
	top: 10px;
	text-align: left;
}

#content span.akce img{
}

#content .produkt_img .novinka, #content .produkt_img .tip, #content .produkt_img .vanoce{

}

.produkt_box p.skladem {
	text-align: left;
	z-index: 100;
	height: 15px;
}
.produkt_box p.skladem span{
	display: inline-block;
	border: 1px solid #67b212;
	color: #67b212;
	background: white;
	z-index: 100;
	padding: 2px 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: -10px;
	border-radius: 2px;
}

.produkt_box .produkt_velikost{
	margin-bottom: 0;
	color: black;
      font-size: 17px;
}

.produkt_box .produkt_cena{
	display: inline-block;
	font-size: 17px;
      color: black;
}

.produkt_box .produkt_button a{
	display: inline-block;
	float: right;
	margin-right: 15px;
	border: 1px solid #e9e4af;
	background: #ffffe5;
	padding: 3px 15px;
	height: 1.4em;
}

.produkt_box .produkt_button a:hover{
	border: 1px solid #84094f;
	background: #9b1461;
	color: white;
}

.produkt_box:hover h2 a{
	text-decoration: underline;
}

.produkt_img img{
	height: auto;
	margin: auto !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 90%;
	display: inline-block;
	border: none !important;
}

.produkt_vice_odkaz{
	text-align: center;
}

.produkt_vice_odkaz a{
	display: inline-block;
	text-decoration: none;
	color: white;
	padding: 4px;
	padding-left: 25px;
	padding-right: 10px;
	background: #01386a url(/files/images/sablona2/sipka_hover.png) no-repeat left 5px top 11px;	
	border-bottom: none;
	font-size: 15px;
}

.produkt_vice_odkaz a:hover{
	background: #026ccd url(/files/images/sablona2/sipka_hover.png) no-repeat left 5px top 11px;
}

.filter{
	width: auto;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
	background: url(/files/images/filter.png) repeat-x left top;
	overflow: auto;
	margin-bottom: 30px;
	max-height: 130px;
}

.filter_selecter{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 7px;
}

div.filter_selecter select{
	height: 25px;
	width: 180px;
}

.produkt_pagination{
	margin: 10px 0;
	text-align: right;
}

.produkt_pagination .strankovani-odkaz, .produkt_pagination .strankovani-sipky{
	border: 1px solid #9201bb;
	padding: 1px 4px;
	color: #9201bb;
	background: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.produkt_pagination b{
	border: 1px solid #9201bb;
	background: #9201bb;
	color: white;
	padding: 3px 4px;
	line-height: 16px;
      display: inline-block;
	font-size: 15px;
}

.produkt_pagination .strankovani-sipky{	
	display: inline-block;
}
.produkt_pagination .strankovani-sipky img{
	border: none !important;
	margin: 0 !important;
}
.produkt_pagination .strankovani-sipky:hover img{
	filter: invert(100%);
}
.produkt_pagination .strankovani-odkaz:hover, .produkt_pagination .strankovani-sipky:hover, .produkt_pagination b{
	border: 1px solid #9201bb;
	background: #9201bb;
	color: white;
}

p.produkt_popis {
    min-height: 52px;
}

p.produkt_cena, p.produkt_hodnota{
	border-bottom: 1px solid #bebebe;
	padding: 6px 0;
	margin: 0;
}
.produkt_box p.produkt_cena{
	border-bottom: none;
}
p.produkt_cena span, p.produkt_hodnota span{
	display: inline-block;
}

.produktDetailImg {
    float: left;
    margin: 8px 2% 0px 0;
    width: 40%;
	height: 350px;	
	position: relative;
	border: 1px solid #c8e5ed;
	background: #f9feff;
}

.produktDetailImg img{
	margin: auto !important;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.detailProduktDalsiImg img{
	 margin: 12px;

}

#produktDetailContainer #window_switch{
	padding: 20px;
	padding-top: 35px;
}

#podobne h2{
	font-size: 23px;
	margin-bottom: 10px;
	margin-top: 0;
}

.detail_img, .popis, .detail_images{
	display: inline-block;
	vertical-align: top;
}

.detail_img{
	width: 30%;
	margin-bottom: 15px;
}

.detail_img #detail_main_img{
	width: auto;
	height: auto;
	    max-width: 96%;
	margin: 0;
	border: none;
}

a.big-image{
	display: block;
}

.popis{
	width: 38%;
}

.detail_images{
	width: 28%;
	float: right;
	background: #f3f3f3;
	padding: 15px;
	overflow-y: scroll;
	margin-bottom: 15px;
}

.detail_images > div{
	max-height: 405px;
}

.detail_images a{
	color: transparent;
}

.detail_images::-webkit-scrollbar
{
  width: 15px;  /* for vertical scrollbars */
  height: 15; /* for horizontal scrollbars */
  border: 5px solid #f3f3f3;
}

.detail_images::-webkit-scrollbar-track{
  background: #f3f3f3;
}

.detail_images::-webkit-scrollbar-thumb{
  background: #a3a2a2;
  border-radius: 3px;
}

.detail_image{
	display: inline-block;	
	width: 133px;
	height: 178px;
	position: relative;
	background: #d6d6d6;
	margin-bottom: 5px;
}

.detail_image a{
	
}

#content .detail_image a img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
      height: auto;
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	border: none;
}

.produktDetailParam {
    float: left;
    margin-top: 8px;
    width: 57%;
    position: relative;
}

.produktDoKosiku{
   border-bottom: none !important;
}

.produktDetailParam p{
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #c8e5ed;
}

.produktDetailParam p span:first-of-type{
	width: 150px;
	display: inline-block;
}

.produktDetailParam p.cenaP{
	color: #214f9c;
	font-weight: bold;
}

.produktDetailParam p select{
	position: absolute;
	left: 150px;
	width: 254px;
	height: 25px;
}

.produktDostupnost {

}

.kosikPocet{
	border: 1px solid #c8e5ed;
	width: 30px;
	line-height: 30px;
	text-align: center;
}

.cena {
    border: 1px solid #e9e4af;
    padding: 28px 10px;
    border-radius: 5px;
    margin: 15px 0;
    clear: both;
    font-family: Roboto;
}

.cena p{
	display: inline-block;
}

.cena p.produktDoKosiku{
	float: right;
}

.cena-cislo {
    font-size: 17px;
    font-weight: bold;	
}

.produktDoKosiku input.kosikPocet {
    border: 1px solid #e0e0e0;
    padding: 8px 5px 8px 5px;
    width: 25px;
    margin-right: 4px;
    text-align: center;
}

input.tlacitkoKoupit, input.buttonKoupit, #form_main input.submit {
    text-align: center;
    text-decoration: none;
    width: 100px !important;
    font-size: 15px;
    cursor: pointer;
    background: white;
    border: none;
    color: #9201bb;
    border: 1px solid #9201bb;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 5px;
}

.produkt_box:hover input.tlacitkoKoupit, .produkt_box:hover input.buttonKoupit, #form_main input.submit:hover {
    	background: #9201bb;
	color: white;
}

.produktDoKosiku input.tlacitkoKoupit:hover{
	background: #f9ce04;
	color: #214f9c;
}	

.detailProduktDalsiImg{
	display: inline-block;
	margin-bottom: 10px;
}

.breadcrumb a{
	color: #3C3C3C;
	font-size: 14px;
}

td.kosikFirstTd {
    width: 30%;
}

/***************************/
/*  KOSIK
/***************************/

.kosikNavigace{
	background: #efefef;
}

span.kosikFaze{
	display: inline-block;
	padding: 12px 20px;
}

span#fazeSelected{
	padding-right: 90px;
	background: #01a9e6 url(/files/images/kosik_arrow.jpg) no-repeat right center;
	color: white;
}

.kosikTablePrehled{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse; 
}	

.kosikTablePrehled tr{
	border-bottom: 1px solid #cecdce;
}

.kosikTablePrehled tr.kosikCelkovaCena{
	border-bottom: none;
}

.kosikTablePrehled tr.kosikCelkovaCena td{
	padding: 6px 0.5em;
}

.kosikTablePrehled td.kosikCelkovaCenaNum{
	color: black;
	font-weight: bold;
	background: #f9ce04;
}

.kosikTablePrehled td.kosikCelkovaCenaNum:last-of-type{
	background: white;
}

.kosikTablePrehled td{
	padding: 10px 0.5em;
}

.kosikTablePrehled th{
	font-weight: bold;
	color: black;
	min-width: 6em;
	padding: 0 0.5em;
	text-align: left;
}

.kosikTablePrehled th:last-of-type{
	min-width: 1em;
}

.kosikPager{
	margin-top: 15px;
}

input.pagerBack{
	padding: 6px 10px;
	border: 1px solid #d0cfcf;
	background: white;
	cursor: pointer;
	font-size: 15px;
}

input.pagerBack:hover{
	background: #f2f2f2;
}

.kosikRight{
	float: right;
}

input.pagerFw{
	padding: 6px 50px;
	border: 1px solid #214f9c;
	background: #214f9c;
	cursor: pointer;
	color: white;
	font-size: 15px;
}

input.pagerFw:hover{
	border: 1px solid #f9ce04;
    	background: #f9ce04;
    	color: #214f9c;
}

fieldset.dopl-info{
	border: 1px solid #dedede;
	margin-top: 15px;
	padding: 15px;
}

fieldset.dopl-info legend{
	border: 1px solid #dedede;
	padding: 5px 20px;
}

table#width40{
	width: 40%;
	float: left;
	padding: 0 2%;
}

table#width50{
	width: 50%;
	float: right;
	padding: 0 2%;
}

table.clear{
	clear: both;
	margin: 0 2%;
	padding-top: 15px;
}

table.registraceTable td{
	min-width: 30%;
	padding-bottom: 3px;
}

table.registraceTable input, table.registraceTable textarea{
	border: 1px solid #d8d8d8;
	background: #f4f3f4;
	padding: 3px 2%;
}

table.registraceTable textarea{
	font-size: 16px;
	font-family: Roboto;
	margin-top: 10px;
}

table .registrace_title h2{
	margin-top: 0px;
}

table.registraceTable input.alert{
	border: 1px solid red;
}

table.registraceTable td.alert{
	color: red;
	font-weight: bold;
}

table.registraceTable input.input50{
	width: 96%;
}

table.registraceTable input.input5{
	width: 96%;
}

table.platba-doprava, .registraceTable.clear{
	width: 100%;
	margin: 0;
}

table.platba-doprava tr td{
	width: 76%;
}

table.platba-doprava tr td:nth-of-type(1){
	width: 4%;
}

table.platba-doprava tr td:nth-of-type(3){
	width: 20%;
	text-align: right;
	color: #004173;
	font-weight: normal;	
}

p.registraceTitle{
	margin-left: 2%;
	margin-bottom: 0;
	margin-top: 25px;
	border: 1px solid #dedede;
	border-bottom: none;
	display: inline-block;
	width: 150px;
	padding: 5px 0;
	padding-left: 3%;
	padding-right: 25px;
	font-weight: bold;
}

table.registraceTable.back-grey{
	background: #eefcff;
	width: 100%;
	padding: 10px 5%;
}

table.registraceTable.back-grey td:first-child{
 	width: 20%;
}

#souhlas{
	margin-top: 10px;
	padding-left: 2%;
}

#souhlas p{
	display: inline-block;
}

#objednavka-odeslana{
	font-family: Roboto;
	text-align: center;
}

#objednavka-odeslana p{
	display: inline-block;
	font-size: 20px;
}

#objednavka-odeslana p.prvni{
	color: black;
	background: #e9fbff;
	padding: 10px 35px;
	border-radius: 7px;
}

#objednavka-odeslana p.druhy{
	color: white;
	background: #2ba0d6;
	padding: 10px 25px;
	font-weight: bold;
	border-radius: 7px;
}

#objednavka-odeslana p.treti{
	color: black;
}

p.podminky.alert{
	color: red;
	font-weight: bold;
}

/***************************/
/*  LOGIN
/***************************/
input.button, input.buttonRegistrace, table input.buttonRegistrace, a.button{
	text-align: center;
    text-decoration: none;
    padding: 8px 15px;
	width: 170px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #9201bb;
    background: white;
	color: #9201bb;
	text-transform: uppercase;
    font-weight: normal;
	margin-bottom: 5px;
	border-radius: 3px;
}

a.button{
	display: block;
	min-width: 154px;
	padding: 11px 15px;
	float: right;
	font-size: 17px;
      font-weight: bold;
}

input.button:hover, input.buttonRegistrace:hover, a.button:hover {    
	border: 1px solid #9201bb;
    background: #9201bb;
    color: white;
}

.loginBox {
	margin-bottom: 15px;
}

.loginBox input{
	height: 30px;
	border: 1px solid #d0cfcf;
	width: 180px;
	margin-right: 25px;
	padding: 0 5px;
}

#registrace label, #registrace input{
	float: left;
}
#registrace label{
	clear: left;
	width: 200px;
	line-height: 40px;
}
#registrace h2, #registrace p{
	clear: both;
}

.reset {
    clear: both;
}


button#modal-launch{
    background: none;
    border: none;
    cursor: pointer;
	padding: 0;
	box-shadow: none;
	margin-top: 8px;
}
button#modal-launch p{

}
button#modal-launch a{
    display: inline-block;
    padding: 5px 15px;
    color: #9201bb;
    border: 1px solid #9201bb;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}
button#modal-launch a:hover{
    color: white;
    background: #9201bb;
}

.modal-content{
	border: none;
	border-radius: 0;
}

div.modal-header {
	border-radius: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ab8fa+0,2a83fa+100 */
	background: #9201bb;
}

div.modal-header .close{
	margin: 0 0 auto;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0.4rem 0.7rem;
	color: white;
	opacity: 1;
	-webkit-transition: all 0.3s; 
	-ms-transition: all 0.3s;
    	transition: all 0.3s;    
}
div.modal-header .close:not(:disabled):not(.disabled):hover, 
div.modal-header .close:not(:disabled):not(.disabled):focus{
	opacity: 1;
	color: black;
	background: white;
}

.modal-dialog label {
    margin-bottom: 0.2rem;
}

.modal-dialog .modal-title{
	color: white;
	/* text-transform: uppercase; */
	font-size: 25px;
	font-weight: bold;
}

span.mandatory-star {
    color: #ff6d6d;
}

.modal-dialog .modal-body {
    background-color: #f5f5f5;
}

.modal-dialog .modal-body label{
	/* font-weight: bold; */
	font-size: 17px;
	color: black;
}

.modal-dialog .btn-primary{
	border: 1px solid #9201bb;
	background: #9201bb;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    	padding: 0.375rem 1.75rem; 

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bc2ff+0,01a0ea+100 */

	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
	box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5) !important;
}


.modal-dialog .btn-primary:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aa1fa+0,2a82fa+100 */
	background: transparent;
	color: #9201bb;
}
.modal a:hover{
	text-decoration: none !important;
}	

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid
{
    background-color: #ffdede;
}

.invalid-feedback, .form-text, small, .small {
    font-size: 15px;
}

/***************
RESPONSIVE
***************/

@media screen and (min-width: 1150px){
#header, #banners > div, #container, #footer{
    max-width: 96%;
    width: 1400px;
}
}

@media screen and (max-width: 1400px){

#kontakt_box{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 15px;
	align-items: center;
	display: inline-flex;
    	justify-content: flex-end;
}
button#modal-launch{
	margin: 0;
}
.kontakt_links{
	display: inline-flex;
	margin-right: 15px;
}
.kontakt_links a{
	height: 35px;
}	
.kontakt_links a span{
	display: none;
}
#nadpis{
	display: none;
}

#horniMenu{
	background-size: contain;
}
#mobile_open {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 10px;
    background: url(/files/images/hamburger.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
}

#mobile_close {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 10px;
    background: url(/files/images/close.png) no-repeat center center;
    vertical-align: top;
    cursor: pointer;
}

#hornimenu1 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
    background: white;;
    padding-bottom: 30px;
}

#hornimenu1.visible {
    display: block;
    overflow: hidden;
    z-index: 200;
	border-top: 1px solid #9201bb;
	border-bottom: 1px solid #9201bb;
}

#hornimenu1.visible .ddmxlileft{
    display: block;
    width: 100%;
    text-align: center;
	background: white;
}

#hornimenu1.visible .ddmxlileft a{
	color: black;
}

#hornimenu1 .ddmxlileft:hover > .section{
	display: none;
}

#hornimenu1.visible .ddmxlileft a:hover,#hornimenu1.visible .ddmxlileft a.selected{
	color: black;
}

#hornimenu1.visible p.tel{
	display: none;
}

.mobile .ddmx .ddmxlileftsel, .mobile .ddmx .ddmxlileft {
}


#container, #header{
	width: 96%;
	margin: 0 auto;
}

#container{
	padding: 0 2%;
}

.detail_img{
	margin-right: 1%;
}

#detail_main_img{
	max-width: 100%;
	height: auto;
}	

a#logo, p#nadpis, p#podnadpis{
	display: inline-block;
	float: left;
	margin-left: 0;
}

#header_full.default p#nadpis{
	margin-top: 0;
	margin-left: 0;
}

#header_full.default p#podnadpis{
	clear: both;
	margin-left: 0;
}

#header_full.default #header_text{
	display: inline-block;
}

#header_full.default a#logo{
	margin-left: 0;
	margin-top: 20px;
}

#header_full.default a#logo{
	position: relative;
}

.nakupniKosik, #header_full.default .nakupniKosik{
	position: relative;
	top: auto;
	right: auto;
}

#main_full #horni_kategorie{
	width: 96%;
	padding: 0 2%;
}

#index_content, #main_content{
	width: auto;
	float: none;
}

.filter{
	background-size: contain;
}

#left_col{
	z-index: 100;
}

#bottom_info > div{
	width: 96%;
	margin: 0 auto;
}

#footer{
	width: 96%;
	padding: 20px 2%;
}

#main_content #content{
	margin-bottom: 15px;
}

.produktDetailTableContainer div.clear{
	clear: none;
}

.produkt_box{
	padding: 1%;
	width: 22%;
}

.produkt_box .produkt_cena{
	float: none;
}

.cena p{
	display: block;
}

.cena p.produktDoKosiku {
    float: none; 
}

.produkt_img img{
	max-width: 90%;
}

#index_slides #doprava figcaption, #index_slides #doprava figcaption span{
	font-size: 20px;
}

#slides div figcaption{
	font-size: 24px;
}

.produktDetailParam p select{
	width: 150px;
}

.produktDoKosiku{
	position: relative !important;
	bottom: auto;
}

#banners{
	text-align: center;
}

div#kontakt{
	display: none;
}

#map_other{
	background: white;
}

#map_other > div iframe{
	width: 100%;
}

#banners > div{
	width: 100%;
}

.kategorie{
	margin-bottom: 15px;
}

}

@media screen and (max-width: 890px){
#header{
    text-align: center;
}
button#modal-launch{
	margin-left: 0;
}
}

@media screen and (max-width: 900px){
.detail_images{
	width: calc(100% - 30px);
}
.popis{
	width: 68%;
}
#bottom{
	display: block;
}
#bottom .left, #bottom .right{
	margin-bottom: 15px;
	display: block;
}
#bottom .left{
	border-right: none;
	width: calc(100% - 30px);
}
#bottom .right{
	width: calc(100% - 32px);
}
.form_content fieldset p textarea{
	height: 146px;
}
.produkt_box{
	width: 30%;
}
.shop-katalog hr{
	display: none;
}
.banner{
	min-height: 560px; 
	height: auto;
}
.banner .caption{
	position: relative;
	left: auto;
	top: auto;
	max-width: 100%;
	margin-bottom: 10px;
}	
}

@media screen and (max-width: 800px){

#nadpis{
	text-align: center;
}

a#logo{
	float: none;
	text-align: center;
	display: block;
}
a#logo img{
	margin-right: 0;
}
.produkt_box{
	width: 47%;
}
#slides{
	width: 99%;
	float: none;
}

#slides div figcaption{
	display: none;
}

a.slidesjs-previous{
	left: 5%;
	top: 20%;
}

a.slidesjs-next{
	left: 15%;
	top: 20%;
}

#index_slides #doprava{
	display: none;
}
.cena p{
	display: inline-block;
}

.cena p.produktDoKosiku {
    float: right; 
}

.produktDetailImg, .produktDetailParam{
	width: calc(100% - 2px);
	float: none;
}

.produktDetailTableContainer .clear, .cena{
	clear: none;
}

.kosikTablePrehled th{
	min-width: auto;
}

table.registraceTable textarea{
	width: 96%;
}

table.registraceTable{
	width: 100%;
}

table.registraceTable input[size="50"]{
	width: 50%;
}


.searchbox, div#header_full.default .searchbox{
	
}

#bottom_info > div .column, #bottom_info > div .column:nth-of-type(4){
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
}

#index_content .produkt_box{
	width: 22%;
}

.ui-dialog{
	width: 90% !important;
}

#main_full{
	overflow: hidden;	
}

#login_shop_box{
	border-left: none;
}

}

@media screen and (max-width: 640px){

#header{
	text-align: center;
}

#category_content{
	padding: 0 10px;
}

#header_full.default a#logo, a#logo{
	margin: 20px auto;
	float: none;
	display: block;
	max-width: 100%;
	text-align: center;
	height: auto;
	width: auto;
	overflow: auto;
}

a#logo span.logo_nadpis,a#logo span.logo_podnadpis{
	float: none;
	display: block;
}

a#logo img{
	float: none;
}

.produkt_box{
	width: 97%;
}

.popis, .detail_img{
	width: 100%;
	margin-right: 0;
}

.shop-katalog hr{
	display: none;
}

#header_full.default #header_text{
	float: none;
	margin: 0 auto;
	text-align: center;
}

#header_full.default p#nadpis, p#nadpis, #header_full.default p#podnadpis, p#podnadpis, .searchbox, #header_full.default .searchbox, .nakupniKosik, #header_full.default  .nakupniKosik{
	margin: 0 auto;
	padding-top: 0;
	float: none;
}

.searchbox, #header_full.default .searchbox{
	display: block;
	width: 290px;
	max-width: 100%;
	clear: both;
}

.searchbox INPUT.search_text{
	width: 240px;;
}

a.slidesjs-next{
	left: 30%;
	top: 20%;
}

.top_box{
	margin-top: 10px;
	margin-left: 0;
}

#main_full #horni_kategorie p a{
	background: transparent;
}

#intro{
	display: none;
}

#index_slides{
	display: none;
}

#left_col{
	width: 100%;
	padding-left: 0;
	float: none;
	min-height: 0;
}

.left_col_edit_box, #category{
	float: none;
}

.left_col_edit_box{
	display: none;
}

.left_col_edit_box > div{
	display: block;
}

#index_content, #main_content{
	width: 100%;
	padding: 0;
}

#info_box > div{
	width: 100%;
	margin-top: 10px;
}

#category, #category p{
	width: 100%;
}

#category a{
	width: 86%;
	padding: 12px 7%;
}

#category.item1 p.close a, #category.item1 p.open a, #category div.item2 p a,
#category div.item2 p.close a, #category div.item2 p.open a{
	width: auto;
}	

.left_col_edit_box{
	width: 96%;
	padding: 2%;
	text-align: center;
}

.produkt_box, #index_content .produkt_box{
	width: 47%;
	padding: 1%;
	padding-bottom: 70px;
}

.produkt_box:nth-of-type(2n+2) {
    border-right: none;
}

.produkt_box:nth-of-type(3n+3), .produkt_box {
    border-right: none;
}

.produkt_pagination{
	display: block;
	text-align: right;
	float: none;
}

.kosikTablePrehled td, .kosikTablePrehled th{
	padding-right: 0;
}

.kosikTablePrehled td:nth-of-type(5), .kosikTablePrehled th:nth-of-type(5) {
    display: none;
}

.kosikTablePrehled tr.kosikCelkovaCena td:nth-of-type(3){
	display: none;
}

table#width40, table#width50{
	width: 100%;
	float: none;
}

span#fazeSelected {
    background-size: cover;
}

table.prehledTablePattern tr td{
	width: 47%;
	padding: 1%;
}

#bottom_info > div .column, #bottom_info > div .column:nth-of-type(3), #bottom_info > div .column:nth-of-type(4){
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}

#bottom_info > div .column:nth-of-type(3) .ddmxlileft{
	width: auto;
	display: list-item;
}

#bottom_info > div .column .ddmxlileft{
	background: none;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0;
}

.hlavicka-nadpis, a#logo img{
	max-width: 100%;
	height: auto;
	margin-right: 0;
}

}

@media screen and (max-width: 380px){

.produkt_box {
    width: 100%;
    padding: 0;
}

}


/****************
TISK
****************/

@media print {

#horniMenu, .searchbox, #login_shop_box, #main_full #horni_kategorie,
#left_col, #podobne, .breadcrumb, #bottom_info, #footer_full, .produktDoKosiku, #ribbon_switch div.button_switch{
	display: none;
}
.box_switch{
	display: block !important;
}
#window_switch{
	border: none;
	padding: 0;
}

}











