.address , .address_delivery{
border:1px solid #bbbbbb;
border-radius: 10px;
float: left;
margin: 3px;
min-height: 130px;
padding: 5px;
 position: relative;
width: 190px;
cursor:pointer;
overflow:hidden;
padding-bottom:0;
}

.address_content{
width:190px;
}

.address .address_content .name {
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
border:1px solid #bbbbbb;
border-radius: 10px;
text-indent: 10px;
position:relative;
z-index:1;
}

.address .address_content .address_content_list {
border:1px solid #bbbbbb;
border-top: 0px;
border-radius: 10px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 10px;
margin-top:-10px;
margin-bottom: 10px;
z-index:-1;
background: white;
}

.address:hover , .address.selected {
background: #dddddd;
border:1px solid #aaaaaa;
} 

.address .edit_btn{
width:40px;
height:40px;
float:right;
background: url('./images/edit_button.png') center center no-repeat; 
margin-left:10px;
}

.address .edit_btn:hover{
background: url('./images/edit_button_hover.png') center center no-repeat;
}

.address .delete_btn{
width:40px;
height:40px;
float:right;
background: url('./images/delete_button.png') center center no-repeat; 
margin-left:10px;
}

.address .delete_btn:hover{
background: url('./images/delete_button_hover.png') center center no-repeat; 
}

.quant_up, .quant_down{
width:21px;
height:21px;
background: url('./images/quant.png') center center no-repeat;
border:0px;
font-weight:bold;
line-height:21px;
text-align:center;
cursor:pointer;
}

.disabled.quant_down{
display:none;
}

.ui-dialog th{
text-align:left;
}

.static_gallery {
margin-top:30px;
}

.static_gallery .image{
width:213px;
height:138px;
margin-bottom:10px;
float:left;
}

.static_gallery .image a{
margin-right:10px;                      
padding:3px;
border:1px solid #cccccc;
float:left;
transition:         0.08s ease-in;
-o-transition:      0.08s ease-in;
-ms-transition:     0.08s ease-in;
-moz-transition:    0.08s ease-in;
-webkit-transition: 0.08s ease-in;
display:block;
line-height:0em;
}

.static_gallery .image a:hover{
border:1px solid #999999;   
background-color:#eeeeee;
}

.static_gallery .image img{
max-height:130px;
max-width:195px;
}

#cookies_confirm{
background-color:#ffffff;
color:#000000;
margin-bottom:10px;
border:1px solid #666666;
position:absolute;
top:0px;
width:100%;
box-sizing: border-box;
z-index:10000;
}

#cookies_confirm .text{
padding:7px;
text-align:center;
float:left;
width:95%;
}

#cookies_confirm .button{
text-decoration:underline !important;
cursor:pointer;
}

#cookies_confirm .close{
float:right;
color:#009900;
font-weight:bold;
cursor:pointer;
padding:5px;
padding-top:0px;
padding:7px;
}

#recommended_products{
max-height:500px;
overflow:auto;
}

#recommended_products .add_to_cart , #recommended_products .show_variants{
float:left;
background: #000000;
color:#ffffff;
height:24px;
line-height:22px;
cursor:pointer;
padding:0px 2px 0px 2px;
text-decoration:none;
font-size:11px;
}

#recommended_products .add_to_cart{
font-size:13px;
padding:5px;
font-weight:bold;
}

#recommended_products .add_to_cart{
font-size:11px;
padding:0px 2px 0px 2px;
font-weight:normal;
}

#recommended_products .add_to_cart {
background: #000000;
}

#recommended_products .add_to_cart{
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

#recommended_products .show_variants{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#recommended_products .cart_add input{
text-align:center;
padding:0px;
width:20px;
margin:0px;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:0px;
height:24px;
line-height:22px;
cursor:pointer;
text-decoration:none;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
font-size:11px;
}

#recommended_products .price{
font-size:17px;
}

#recommended_products .name{
padding-left:20px;
width:280px;
text-align:left;
vertical-align:middle;
}

#recommended_products .name a{
color: #000000;
text-decoration: none;
font-size:13px;
font-weight:bold;
}

#recommended_products .name a:hove{
color:#000000;
}

#recommended_products td.cart_add{
border-right:1px solid #000000;
padding-right:5px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
width:150px;
}

#recommended_products td.cart_add .cart_add {
float:right;
}

.ui-autocomplete {
height: 300px;
overflow-y: auto;
}

.repeat_payment{
	text-decoration:none;
}

/* fix voci google remarketing ads */
iframe[name="google_conversion_frame"]{
    position:fixed;
	left:-100%;
}

/* slider pre rozsah ceny v detaile kategorie */
.noUi-connect {
	background: #cccccc;
}

#filter .prices{
background: #fafafa;
border:1px solid #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 5px;
padding: 10px;
padding-bottom:20px;
display:none;
}

#filter .prices .noUi-value{
margin-top:10px;
font-size:90%;
color: #666666;
}

#filter .prices .price_range{
font-size: 12px;
}

#filter .prices .price_range input{
border:1px solid #cccccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left:5px;
padding-right:5px;
font-size: 12px;
}

#filter .prices .range{
	margin-left: 110px;
	margin-right:110px;
}
.tooltip-ui{
	cursor:pointer;
}




.product_list{
margin-top:10px;
margin-bottom:10px;
min-height:150px;
}

.product_list .header {
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
border:1px solid #bbbbbb;
border-radius: 10px;
color: #000000;
font-weight: bold;
line-height: 1em;
padding: 13px 10px;
width: auto;
margin-top:30px;
margin-bottom:5px;
clear:both;
}

.product_list img{
border:0px;
}

.product_list .product{
float:left;
width:300px;
min-height:230px;
border:1px solid #bbbbbb;
margin:3px;
padding:5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
}

.product_list .product .action{
display:none;
}

.product_list .product .name{
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
border:1px solid #bbbbbb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:10px;
}

.product_list .product h2{
font-size:13px;
margin:0px;
padding:10px;
padding-left:10px;
height:30px;
overflow:hidden;
}

.product_list .product h2 a{
text-decoration:none;
color:#444444;
}

.product_list .product h2 a:hover{
color:#000000;
}

.product_list .thumbnail{
text-align:center;
height:100px;
width:130px;
float:left;
}

.product_list .thumbnail img{
max-width:130px;
max-height:100px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.product_list .product .description{
float:left;
margin-top:10px;
padding-left:10px;
padding-right:10px;
height:65px;
color:#898989;
font-size:85%;
}

.product_list .product .price_and_button_area{
height:36px;
width:160px;
float:right;
margin-top:10px;
}

.product_list .product .price{
color:#ff0000;
font-size:17px;
font-weight:bold;
}

.product_list .product .availability{
font-weight:bold;
font-size:11px;
}

.product_list .product .add_to_cart, .product_list .product .show_variants{
float:left;
background: #444444;
border:1px solid #000000;
color:#ffffff;
height:24px;
line-height:22px;
cursor:pointer;
padding:0px 2px 0px 2px;
text-decoration:none;
font-size:11px;
}

.product_list .product .add_to_cart:hover, .product_list .product .show_variants:hover{
background: #000000; /* Old browsers */
}


.product_list .product .add_to_cart{
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.product_list .product .show_variants{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.product_list .cart_add, .product_list .product .show_variants{
float:left;
margin-top:10px;
}

.product_list .cart_add input{
text-align:center;
padding:0px;
width:20px;
margin:0px;
border-top:1px solid #30110f;
border-right:1px solid #30110f;
border-bottom:1px solid #30110f;
border-left:0px;
height:24px;
line-height:22px;
cursor:pointer;
text-decoration:none;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
font-size:11px;
}
#eet_mandatory_text {
	font-size:13px;
}



.blog-content{
float:left;
width: 450px;
}

.blog-card{
border-bottom:1px solid #e9e9e9;
margin-bottom:10px;
padding-bottom:10px;
}

.blog-card .image{
width:100px;
float:left;
line-height:1em;
} 

.blog-card .image img{
max-width:100%;
}

.blog-card .body{
width:330px;
float:right;
font-size:80%;
}   

.blog-card .body h2{
margin-top:0px;
font-size:15px;
line-height:17px;
}  

.blog-card .body h2 a{
text-decoration:none;
}

.blog-card .body .date, .blog-detail .date{
font-style:italic;
color:#777777;
}

.blog-navigation{
float:right;
width:150px;
background-color: #e9e9e9;
border: 1px solid #e3e1e1;
padding:10px;
padding-bottom:0px;
}

.blog-navigation ul{
padding:0px;
margin:0px;
list-style:none;    
}

.blog-navigation a{
text-decoration:none;
}

.blog-navigation a:hover{
text-decoration:underline;
}

.blog-navigation > ul > li > a{
font-weight:bold;
font-size:15px;
}

.blog-navigation > ul ul{
padding-bottom:10px;
}

.blog-detail .image{
float:right;
width:350px;
margin-left:15px;
margin-bottom:15px;
}

.blog-detail img{
max-width:100%;
}

.blog-detail .links .title{
font-weight:bold;
font-size:15px;
line-height:13px;
padding-top:7px;
padding-bottom:7px;
float:left;
margin-right:10px;
}

.blog-detail .links a{
display:block;
float:left;
padding:7px;
line-height:13px;
background-color:#aaaaaa;
font-size: 13px;
color:#ffffff;
font-weight:bold;
margin-right:10px;
text-decoration:none;
}

.blog-detail .links a:hover{
background: #777777;
}

.blog-detail #comments_wrapper{
background-color: #f7f7f7;
border: 1px solid #dddddd;
padding:10px;
margin-top:30px;
}

.blog-detail #comments_wrapper .button{
height: 35px;
line-height: 35px;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
font-size: 12px;
cursor: pointer;
text-decoration: none;
float: left;
border:0px;
background-color: #aaaaaa;
color: #ffffff;
}

.blog-detail #comments_wrapper .button:hover{
background-color: #777777;
}

.blog-detail #comments_wrapper .label{
color: #000000;
font-weight:bold;
margin-top:10px;
padding-bottom:3px;
}

.blog-detail #comments_wrapper h2 {
margin-top:0px;
margin-bottom:30px;
}

.blog-detail #comments_wrapper .input, .blog-detail #comments_wrapper textarea{     
width:100%;         
background-color:#ffffff;
border: 1px solid #dddddd;
box-sizing:border-box;
height:35px;
padding:0px;
padding-left:10px;
padding-right:10px;
}

.blog-detail #comments_wrapper textarea{
resize:none;
height:100px;
padding:10px;
}

.blog-detail #comments_wrapper .comment .reply{
text-decoration:none;
}

.comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.comment .comment-date {
    float: right;
}
.comment .text {
    padding-top: 10px;
}
.comment_form {
    margin-top: 30px
}
.next-prev {
    margin-top: 10px;
    margin-bottom: 20px;
}
.pull-right {
    float: right !important;
}

#personal_form .gdpr_agreements{
	margin-top:50px;
}

.gdpr_agreements .asterisk{
	color:#e2001a;
}
.gdpr_agreements label{
	display:inline;
}
.gdpr_agreements input[type="checkbox"]{
	margin-right: 3px;
}
.agreements .agreement{
	margin-top:10px;
}

#newsletter .gdpr_agreements{
	margin-bottom: 10px;
}

#newsletter .gdpr_agreement input{
	width: auto;
	margin-right: 5px;
}
#newsletter .gdpr_agreement label{
	display: inline;
}

.unlogin_my_account_panel{
	margin-top: 10px;
	margin-bottom: 10px;
}
.unlogin_my_account_panel a{
	text-decoration:none;
}
.unlogin_my_account_panel .submit.export_data_btn{
	float:right;
}
#cookies_confirm{
	position:fixed;
	left:0px;
	top:0px;
}
#cookies_confirm .text p{
	padding:0;
	margin:0;
}
#cookies_confirm .buttons {
	width:95%;
	text-align:center;
}
#cookies_confirm .buttons .submit{
	display: inline-block;
	float:none;
	margin-top:10px;
	margin-bottom:10px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}

/* vyber pobociek dopravy */
.transport .branch_select{
	display: none;
	margin-left: 25px;
}
.transport.active .branch_select, .transport input[name="transport"]:checked ~ .branch_select{
	display: block;
}
.branch_select{
	padding-top: 16px;
}
.remove-branch{
	background-color: red;
	background-image:  none;
	border-color: #800202;
}
.remove-branch.inactive{
	display: none;
	background-color: gray;
	background-image:  none;
}
.selected_branch .branch_name{
	font-weight: bold;
}

.transportBranchDialog .custom-combobox-input{
	position: relative !important;
	max-width: 320px;
}

.transport .branch_select .submit{
	height: 30px;
	padding: 5px 10px;
	margin: 0px 5px;
	line-height: 30px;
	font-size: 13px;
}
.transport .branch_select .submit:first-of-type{
	margin-left: 0px;
}

.transport-selection .extra_info{
	padding-top: 30px;
}

.transport .branch_select .submit{
	height: 20px !important;
	padding: 5px 10px !important;
	margin: 0px 5px !important;
	line-height: 20px !important;
	font-size: 13px !important;
}