.eshop p.buttons, .eshop p.steps {text-align: center;}
.eshop p.buttons input {margin: 0 10px;}
.customer-info label {display: block; float: left; width: 150px;}

table.order-info td.price {text-align: right;}
table.order-info textarea {width: 200px; height: 50px;}

.eshop #base table td {max-width:150px;}
.eshop #base table td.total_price {max-width:450px;}
.eshop .access-ext table td {max-width: 250px;}

.eshop p.steps span{filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;}
.eshop p.steps span.current{filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;}

div.eshop_feedback {
	border:1px solid;
	margin:1em;
	padding:0.5em;
}
div.eshop_feedback div.status {
	font-weight:bold;
}
div.eshop_feedback div.ctrl {
	margin:0.5em;
	text-align:center;
}
div.eshop_feedback div.ctrl a.ok, div.eshop_feedback div.ctrl a.checkout {
	margin:0 1em;
}
div.top_items_nav, div.bottom_items_nav {
	clear:both;
	margin:0 0 1em;
	text-align:right;
}
div.bottom_items_nav {
	margin:1em 0 0;
}
div.product dl.item_info {
	width:auto;
}

.eshop .promo_codes_form {
	border: 1px solid #ddd;
    display: block;
    margin: 20px 0;
    padding: 10px;
    width: 200px;
}
.eshop .promo_codes_form #promo_add {
	background-color: #eee;
    color: #333;
    display: block;
    margin-top: 10px;
}
.eshop .promo_codes_form #promo_remove {
	background-color: #eee;
    color: #333;
    display: block;
    margin-top: 10px;
}
.eshop .promo_codes_form .used_promo_code {
	background: url("/share/images/webuser-ok.png") no-repeat 0 0;
	font-style: italic;
    padding: 0 0 0 20px;
    margin-top: 5px;
}
.eshop .promo_codes_form .promo_err {
	border: 1px solid #c0392b;
    color: #c0392b;
    margin: 5px 0 10px;
    padding: 2px 5px;
}
div.accessories_items, div.similar_items, div.visited_items {display: none; clear: both;}

/* Basket Version 2.0 */
#basket_detail_info{
  display: none;
  width: 280px;
  /*min-height: 200px;*/
  border: 2px solid #e4e4e4;
  right: 0px;
  margin-top: 62px;
  position: absolute;
  background-color: #F5F5F5;
}
.alwaysShowList #basket_detail_info {
	display: block;
}

#basket_detail_info ul{
  list-style-type: none;
  color: black;
  border-bottom: 1px solid black;
  border-width: 1px;
  width: 78%;
  margin: 0px auto;
  padding-bottom: 10px;
}

#basket_detail_info ul li.item_img{
  position: relative;
  right: 40px;
  top: 4px;
  display:inline;
}
#basket_detail_info ul li.item_img img{
  width: 80px;
}
#basket_detail_info ul li.count{
  display: inline;
  left: 100px;
  font-weight: bold;
  position: absolute;
}
#basket_detail_info ul li.name{
  display: inline;
  position: absolute;
  margin-top: 6px;
}
#basket_detail_info ul li.full_price{
  font-size: 16px;
  height: 30px;
  line-height: 60px;
  text-align: right;
  position: relative;
  font-weight: bold;
  padding-top: 20px;
}
#basket_detail_info ul.button{
  background-color: #009901;
  width: 200px;
  text-align: center;
  margin: 10px auto;
  border: 0px;
  padding: 5px 10px; 
}
#basket_detail_info ul.button li a{
  color: white;
  text-decoration: none;
  text-align: center;
}

#order-info-v2{
  margin: 0px auto;
  width: 100%;
  min-height: 67px;
  border: 1px solid #ddd;
  background-color: #F5F5F5;
  border-bottom: 0px;
}
.eshop ul.steps{
  list-style-type: none;
}

form.eshop_basket_v2 p.steps{
  height: 20px;
  float: none;
}
#order-info-v2 ul.bodyBasketInfo{
  margin: 0px auto;
  min-height: 100px;
  margin-top: 14px;
  width: 92%;
  list-style-type: none;
  background-color: white;
  border: 1px solid #E2E2E2;
}

#order-info-v2 ul.head{
  height: 12px;
  list-style: none;
  font-weight: bold;
}
#order-info-v2 ul li{
  float: left;
}

#order-info-v2 ul li.item_img img{
  width: 80px;
}

#order-info-v2.order_step1 ul li.item_img{width: 80px; padding-right:20px;}
#order-info-v2.order_step1 ul li.name{width: 240px;}
#order-info-v2.order_step1 ul li.price{width: 56px; font-weight: bold;}
#order-info-v2.order_step1 ul li.count{width: 110px; font-weight: bold;}
#order-info-v2.order_step1 ul li.full_price{width: 80px; font-weight: bold;}
#order-info-v2.order_step1 ul li.action{width: 56px;}

#order-info-v2.order_step3 ul li.item_img{width: 80px; padding-right:20px;}
#order-info-v2.order_step3 ul li.name{width: 350px; text-align: left;}
#order-info-v2.order_step3 ul li.full_price{width: 80px; float: right;}
#order-info-v2.order_step3 ul li.count{width: 80px; float: right;}

form.eshop_basket_v2 ul.bodyBasketInfo li.price,
form.eshop_basket_v2 ul.bodyBasketInfo li.count,
form.eshop_basket_v2 ul.bodyBasketInfo li.full_price,
form.eshop_basket_v2 ul.bodyBasketInfo li.full_price2,
form.eshop_basket_v2 ul.bodyBasketInfo li.action{
  margin-top: 33px;
}

#order-info-v2.order_step1 ul li.count input{
  border: 0px;
  text-align: center;
}

form.eshop_basket_v2 ul.bodyBasketInfoPayment li.icon{
  background: url(/cimagebank/bills-309600_960_720.png);
}

form.eshop_basket_v2 ul.bodyBasketInfoDelivery li.icon img,
form.eshop_basket_v2 ul.bodyBasketInfoPayment li.icon,
form.eshop_basket_v2 ul.bodyBasketInfoPayment li.icon img{
  background-repeat: no-repeat;
  width: 80px;
  height: 42px;
  background-size: 80px 31px;
  text-align: left;
  padding-right: 20px;
}

form.eshop_basket_v2 ul.bodyBasketInfoDelivery li.delivery_name,
form.eshop_basket_v2 ul.bodyBasketInfoPayment li.delivery_name{
  padding-left: 10px;
}

form.eshop_basket_v2 ul.bodyBasketInfoDelivery li,
form.eshop_basket_v2 ul.bodyBasketInfoPayment li{
  margin-top: 30px;
  line-height: 40px;
}

form.eshop_basket_v2 ul.bodyBasketInfoDelivery li.delivery_text span,
form.eshop_basket_v2 ul.bodyBasketInfoPayment li.payment_text span{
  padding-left: 5px;
}

form.eshop_basket_v2 ul.head li.action,
form.eshop_basket_v2 ul.head li.item_img,
form.eshop_basket_v2 ul.head li.name{
  color: white;
}

form.eshop_basket_v2 ul.bodyBasketInfo li.name{
  padding-top: 13px;
}

#order-info-v2.order_step1 ul.bodyBasketInfo li a.addCount{
  border: 1px solid #E0E0E0;
  width: 23px;
  height: 18px;
  text-decoration: none;
  float: right;
}

#order-info-v2.order_step1 ul.bodyBasketInfo li a.addition, #order-info-v2.order_step1 ul.bodyBasketInfo li a.additionDis{
  margin-top: -12px;
}

form.eshop_basket_v2 #order-info-v2.order_step3 ul.bodyBasketInfoDelivery li.delivery_price{
  float: right;
  padding-right: 20px;
  
}

form.eshop_basket_v2 .promo_codes_form ul{
  list-style: none;
}

form.eshop_basket_v2 .promo_codes_form ul li{
  float: left;
}

.eshop form.eshop_basket_v2 .promo_codes_form ul #promo_add{
  margin: 0px;
  padding: 10px;
  margin-left: 2px;
  background-color: #90999E;
  color: white;
  font-size: 10px;
}

.eshop form.eshop_basket_v2 .promo_codes_form ul #promo_remove{
  background-color: #90999E;
  border: 1px solid #ddd;
  margin: 0px;
  margin-top: 5px;
  margin-left: 5px;
}

form.eshop_basket_v2 .promo_codes_form ul li input.promo_code_input{
  width: 100px;
  height: 25px;
  margin: 0px;
  border: 1px solid #ddd;
}

.eshop form.eshop_basket_v2  ul.button{
  list-style: none;
  padding: 0px;
}

form.eshop_basket_v2 .button_li input.button{
  margin: 0px;
}

form.eshop_basket_v2  ul.button li a#back-step,
.eshop form.eshop_basket_v2 #last-step-back{
  float: left;
  background-color: #F5F5F5;
  color: #878787;
  margin-top: 20px;
  border-radius: 4px;
  width: 148px;
  padding: 14px 5px;
}
form.eshop_basket_v2  ul.button li a#next-step,
form.eshop_basket_v2  ul.button li input#next-step,
form.eshop_basket_v2 #last-step,
.thank-you-v2 a#next-step{
  float: right;
  background-color: #F6AE01;
  font-weight: bold;
  margin-top: 20px;
  padding: 14px 9px;
  width: 118px;
  border-radius: 4px;
}

form.eshop_basket_v2  ul.button li input#next-step{
  color: white;
  border: 0px;
}

.eshop #eshop-v2 .other-services{
  float: right;
  width: 344px;
}

.eshop #eshop-v2 .other-services .deliveryCont,
.eshop #eshop-v2 .other-services #paymentCont {
  background: white none repeat scroll 0 0;
}

.eshop #eshop-v2 .customer-info{
  float: left;
}

.eshop #eshop-v2 #recipient{
  margin-top:20px;
}

form.eshop_basket_v2 ul li.promo_title_li .promo_title{
  margin: 5px;
}

form.eshop_basket_v2 ul li.total_price_vat{
  float: right;
  padding-right: 30px;
}

.eshop_feedback_bg_v2{
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

.eshop_feedback_v2{
  animation: 6s ease 0s normal forwards 1 running example;
  background-color: white;
  min-height: 200px;
  position: absolute;
  z-index: 99999;
  font-size: 12px;
  margin: auto;
  width: 800px;
  position: fixed;
  padding-bottom: 10px;
}

.eshop_feedback_v2 .status .check_wraper .check{
  background: url(/cimagebank/checkmark-48.png);
  background-size: 25px 24px;
  background-repeat: no-repeat;
  width: 43px;
  height: 41px;
  position: absolute;
  margin: 3px;
}
.eshop_feedback_v2 .status .check_wraper{
  float: left;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 15px;
  margin-right: 22px;
}
.eshop_feedback_v2 .status{
  background-color: #54da3b;
  height: 30px;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
}

.eshop_feedback_v2 .closed{
  float: right;
  color: black;
  font-size: 16px;
}

.eshop_feedback_v2 div.itemList ul{
  list-style: none;
}

.eshop_feedback_v2 div.itemList ul.itemInfo{
  display: inline;
  position: relative;
}
.eshop_feedback_v2 div.itemList ul.img{
  width: 120px;
  float: left;
}
.eshop_feedback_v2 div.itemList li.item_img{
  position: relative;
  padding-right: 26px;
}

.eshop_feedback_v2 div.itemList li.item_img img{
  width:90px;
}

.eshop_feedback_v2 div.itemList li.delivery{
  width: 100%;
  height: 30px;
  margin-left: 161px;
  float: left;
  margin-top: -60px;
}

.eshop_feedback_v2 div.itemList li.delivery span.text{
  top: 0px;
  left: 0px;
  text-align: left;
  color: green;
}

.eshop_feedback_v2 div.itemList ul.itemInfo li.name{
  padding-right: 10px;
  
}

.eshop_feedback_v2 div.itemList ul.itemInfo li.name a{
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 16px;
  
}

.eshop_feedback_v2 div.itemList li.count{
  margin-top: 40px;
  height: 40px;
  width: 72px;
  float: left;
  margin-right: 44px;
}

.eshop_feedback_v2 div.itemList li.price{
  position: relative;
  float: right;
  margin-top: -40px;
  padding-right: 20px;
}

.eshop_feedback_v2 div.itemList li.price span.textNum{
  font-weight: bold;
  font-size: 18px;
}
.eshop_feedback_v2 div.itemList li.text{
  top: 0px;
  left: 0px;
  height: auto;
  width: 120px;
  text-align: left;
  padding-right: 20px;
  top: -20px;
}

.eshop_feedback_v2 .ctrl {
  clear: both;
  padding-top: 40px;
}
.eshop_feedback_v2 div.itemList li.count span.countNum{
  border: 1px solid black;
  padding: 2px 4px;
}

.eshop_feedback_v2 .ctrl a.checkout{
  float: right;
  margin-right: 10px;
}

.eshop_feedback_v2 .ctrl a.continueShopping{
  float:left;
  margin-left: 10px;
}
.eshop_feedback_v2 .ctrl a.checkout,
.eshop_feedback_v2 .ctrl a.continueShopping{
  padding: 10px 15px;
  background-color: #00baff;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-weight: bold; 
}

form.eshop_basket_v2 #last-step {
  float: right;
  width: 160px;
  font-size: 14px;
  padding: 15px 9px;
}
#eshop-v2 .deliveryCont .delivery_block{
  min-height: 35px;
  border-bottom: 1px solid black;
  padding-top: 18px;
  text-align: left;
}
#eshop-v2 .deliveryCont .delivery_block span{
  margin-right: 10px;
}

#eshop-v2 .deliveryCont .delivery_block span p.delivery_free{
  color: green;
  display: inline;
}
#eshop-v2 .deliveryCont .delivery_block span.currency{
  float: right;
  padding-right: 10px;
}

#eshop-v2 #paymentCont #payment_cod span.icon,
#eshop-v2 #paymentCont #payment_cash span.icon,
#eshop-v2 #paymentCont #payment_bank span.icon{
  background: url(/cimagebank/bills-309600_960_720.png);
  background-repeat: no-repeat;
  background-size: 70px 22px;
  width: 100px;
  height: 28px;
  float: left;
}

#eshop-v2 #paymentCont #payment_paypal span.icon{
  width: 100px;
  height: 30px;
  position: relative;
  float: left;
}

#eshop-v2 .deliveryCont .delivery_block input,
#eshop-v2 #paymentCont input{
  float: left;
  margin-right: 27px;
  margin-top: 5px;
}
#eshop-v2 .deliveryCont .deliveryTitle{
  text-align: left;
  font-weight: bold;
}

#eshop-v2 .deliveryCont .delivery_block span.delivery_name{
  font-weight: bold;
  font-size: 16px;
}

#eshop-v2 #paymentCont div{
  height: 30px;
  border-bottom: 1px solid black;
  padding-top: 11px;
  line-height: 24px;
}
#eshop-v2 #paymentCont span.modePayment{
  text-align: left;
  float: left;
}
#eshop-v2 #paymentCont .payment-options{
  text-align: left;
  font-weight: bold;
}

#eshop-v2 #user_logged_in0 p.address_same{
  clear: both;
  text-align: left;
}

#eshop-v2 #user_logged_in0 #contact_info_sect{
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 20px;
}

#eshop-v2 #user_logged_in0 #address_info_sect{
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 40px;
}

#eshop-v2 #user_logged_in0 #bussines_info_sect{
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 60px;
}

#eshop-v2 #user_logged_in0 #contact_info_sect h3,
#eshop-v2 #user_logged_in0 #address_info_sect h3,
#eshop-v2 #user_logged_in0 #bussines_info_sect h3{
  position: absolute;
  margin-top: -30px;
  font-size: 13px;
  font-weight: bold;
}

#eshop-v2 #user_logged_in0 #bussines_info_sect{
	display: none;
}

#eshop-v2 #user_logged_in0 #customer > h3,
#eshop-v2 #user_logged_in0 #recipient > h3{
  padding-bottom: 10px;
  
}

#eshop-v2 #user_logged_in0 .total_price_vat,
#eshop-v2 #user_logged_in0 .delivery_free,
#eshop-v2 .deliveryCont span.commentText{
  float: right;
}

#eshop-v2 #user_logged_in0 .total_price_vat span.total_amount_num{
  color: #2FA9F4;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

#eshop-v2 #user_logged_in0 .delivery_free .deliText{
  padding: 12px;
  color: green;
}

#order-info-v2 #order_next_info .contact_info_left{
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 10px;
  padding-top: 20px;
}

#order-info-v2 #order_next_info .contact_info_left p{
  display: inline;
  padding-right: 5px; 
}

#order-info-v2 #order_next_info .price{
  text-align: right;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#order-info-v2 #order_next_info .price span.price_num,
#order-info-v2 #order_next_info .price span.currency{
  font-size: 30px;
  font-weight: bold;
}


form.eshop_basket_v2 #order-info-v2.order_step3 .button{
  float: right;
  background-color: #F6AE01;
  margin: 0px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
}
.step3 .eshop p.buttons .ozponp {
    font-weight: normal;
    font-size: 14px;
    color: #c0c0c0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}
form.eshop_basket_v2 #order-info-v2.order_step3 .ozponp {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #c0c0c0;
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

form.eshop_basket_v2 .promo_codes_form{
  border: 0px;
  background-color: #F5F5F5;
  border: 1px solid #ddd;
  border-top: 0px;
  width: 702px;
}

form.eshop_basket_v2 .total_price_vat span.total_amount_num,
form.eshop_basket_v2 .total_price_vat span.currency{
  color: #2FA9F4;
  font-weight: bold;
  font-size: 20px;
}

#order-info-v2 ul.bodyBasketInfo li a{
  color: black;
}

.thank-you-v2 #payinfo span.payinfo_bank_name,
#order-info-v2 .order_comment2,
textarea#podminky
{
  display: none;
}

form.eshop_basket_v2 .promo_codes_form ul.promo_err_li{
  clear: both;
  padding: 0px;
}

form.eshop_basket_v2 .promo_codes_form li.promo_err_li{
  width: 100%;
  margin: 10px auto;
  float: none;
  left: 0px;
  padding-top: 20px;
}

form.eshop_basket_v2 .promo_codes_form li.promo_err_li .promo_err{
  border: 1px solid #E2E2E2;
}

form.eshop_basket_v2 .promo_codes_form ul.promo_codes_form_ul li.used_promo_code_li{
  margin: 0px;
  margin-top: 5px;
}

form#formBasketStep1 ul.button li a.button.disabled,
form#formBasketStep1 ul.button li input.button.disabled{
  background-color: #F5F5F5;
  color: red;
}

.thank-you-v2 h1{
  text-align: center;
  color: black;
  text-transform: none;
  font-size: 24px;
  margin-top: 50px;
}

.thank-you-v2 p, span.payinfo_title{
  color: #585858;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.thank-you-v2 #payinfo span.payinfo_account_title,
.thank-you-v2 #interface a#next-step{
  float: none;
}
.thank-you-v2 #interface{
  text-align: center;
  height: 40px;
  padding-top: 20px;
}

.thank-you-v2 span.icon{
  background: URL(/cimagebank/check-mark-2180770_640.png) no-repeat;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  position: relative;
  padding: 30px;
  margin: 0px auto;
  float: none;
  left: 46%;
}

.thank-you-v2 #payinfo{
  height: 150px;
  width: 400px;
  margin: 0px auto;
  text-align: left;
}

.thank-you-v2 #payinfo span.payinfo_vs_title,
#eshop-v2 #paymentCont span.icon img{
  float: left; 
}

.thank-you-v2 #payinfo span.payinfo_amount{
  float: right;
  margin-top: -35px;
}

.thank-you-v2 span.payinfo_account_val,
.thank-you-v2 span.payinfo_vs_val,
.thank-you-v2 span.payinfo_amount_val{
  color: #2196f3
 }
 
.basket_info_v2 span.count_in_img{
     position: absolute;
    left: 6px;
    top: 20px;
    font-size: 16px;
}
body > span.is_mobile{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -5;
    display: none;
    font-size: 1px;
    line-height: 1px;
    width: 1px;
    height: 1px;
    color: transparent;
}
@media only screen and (max-width: 760px) {
  body > span.is_mobile { display: block; }
}