/******************************************************************************/
/**************** SHOP PRODUCT DETAIL *******************/

#content #miniNavigationHolder img.iconpodminky {width:10px;height:10px;}

#productTabsHolder {
	margin: 15px 0 0 0;
}

.button  {
	margin: 15px 0 0 0;
	background: #215597;
	display: block;
	border: 1px solid #215597;
	padding: 2px 15px;
	cursor: pointer;
	float: left;
    color: #fff;	
    min-width: 150px;
    text-align: center;
}
.button:hover {
	background: #286dc5;
	text-decoration: none;
}


 

#productDetailHolder #productTabsHolder .productTabsNavigation ul {
	margin: 0; padding: 0;
   list-style-type: none;
}
#productDetailHolder #productTabsHolder .productTabsNavigation ul li {
    background: #215597;
    display: block;
    padding: 6px 15px;
    float: left;
    color: #fff;
    margin: 0 5px 0 0;
    border: none;
    border-bottom: 0 none;
    cursor: pointer;
    /* -webkit-border-top-left-radius: 6px; */
    /* -webkit-border-top-right-radius: 5px; */
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px;*/
    min-width: 150px;
    text-align: center;
}
#productDetailHolder #productTabsHolder .productTabsNavigation ul li:hover {
    background: #286dc5;
    color: white;
    /* border: 1px solid #a9b5ff; */
    border-bottom: 0 none;
}
/*#productDetailHolder #productTabsHolder .productTabsNavigation ul li.active {background: #e3e8ff; color: #fff;}*/
#productDetailHolder #productTabsContent .productTab {
    border: 1px solid #215597;
    padding: 15px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 0;
    border-top-left-radius: 0;
}
#productDetailHolder #productTabsContent .productTab p {
	margin: 0 0 5px 0;
}
#productDetailHolder table tr td p {
    margin: 0;
    line-height: 150%;
    padding: 0;
}
#productDetailHolder table tr.productRowItem td {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
#productDetailHolder table tr td .productItemThrough {
   text-decoration: line-through;
}
#productDetailHolder table tr.productRowItem:hover td {
	background: #fafafa;
}
#productDetailHolder table tr td.productFirstRowItem {
	padding: 10px 0 5px 0;
}
#productDetailHolder table tr td.productItemName {
    color: #333;
    width: 160px;
    padding-left: 15px;
}

#productDetailHolder table tr td.productItemCapitelDescription p strong {
    color: #215597;
}

#productDetailHolder table tr td.productItemCapitelDescription {
    /* background: #fafafa; */
    padding: 0 10px 12px;
    /* border-right: 1px solid #ececec; */
    border-bottom: 1px solid #215597;
    font-size: 19px;
}
#productDetailHolder .buyItemBox {
    background: #f1f1f1;
    /* border: 1px solid #a9b5ff; */
    padding: 10px;
}
#productDetailHolder .buyItemBox .inputCountBuy {
 
   text-align: center;
   background: #fff;
	width: 30px;
	border: 1px solid #999;
   font-size: 16px;
   display: block;
   float: right;
   padding: 7px ;
}
#productDetailHolder .buyItemBox .itemCountPer {
    display: block;
    float: right;
    width: 30px;
    color: #222;
    padding: 6px 0 0 7px;
}
#productDetailHolder .buyItemBox .buttontCountBuy {
	background: #215597;
	display: block;
	border: 1px solid #215597;
	padding: 2px 15px;
   cursor: pointer;
   float:right;
   color: #fff;
   padding: 7px 29px;
   font-size: 16px;
   text-transform: uppercase;
}
#productDetailHolder .buyItemBox .buttontCountBuy:hover {
	background: #286dc5;
}

/******************************************************************************/
/**************** SHOP PRODUCT DETAIL - TABS *******************/

#productDetailHolder #productTabsContent .productTab .productItemVariant {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
#productDetailHolder #productTabsContent .productTab .productItemVariant .itemName {
	display: block;
	float: left;
	width: 350px;
   overflow: hidden;
   white-space: nowrap;
}
#productDetailHolder #productTabsContent .productTab .productItemVariant .itemPrice {
	display: block;
	float: right;
}
#productDetailHolder #productTabsContent .productTab .productItemVariant .itemButton {
	display: block;
	float: right;
	width: 70px;
	margin: 0 0 0 10px;
}
#productDetailHolder #productTabsContent .productTab .productItemVariant .itemButton .buttontCountBuy {
   display: block;
   margin: 0; padding: 0;
   border: 0 none;
   background: none;
   color: #FF7302;
   font-weight: bold;
   cursor: pointer;
}
#productDetailHolder #productTabsContent .productTab .productItemVariant .itemButton .buttontCountBuy:hover {
	color: #000;
}

/******************************************************************************/
/**************** SHOP CONTROL PAD *******************/


#controlPadHolder {
    background: none repeat scroll 0 0 #f3f3f3;
    /* border-bottom: 1px solid #e0e0e0; */
    /* border-top: 1px solid #e0e0e0; */
    padding: 10px;
    width: 100%;
    margin: 11px 0 21px;
}
#controlPadHolder .controlPad {
	display: block;
   position: relative;
   height: 24px;
}
#controlPadHolder .controlPadShowCatalog {
	background: url('../images/components/shop/shopControlPadProductCatalog.gif') no-repeat left center;
	display: block;
	width: 15px; height: 14px;
	padding: 0 0 0 15px;
   position: absolute;
   left: 0px; top: 5px;
}
#controlPadHolder .controlPadShowList {
	background: url('../images/components/shop/shopControlPadProductList.gif') no-repeat left center;
	display: block;
	width: 15px; height: 14px;
	padding: 0 0 0 15px;
   position: absolute;
   left: 35px; top: 5px;
}
#controlPadHolder .controlPadSortAsc {
   background: url('../images/components/shop/shopControlPadSortAsc.gif') no-repeat left center;
	display: block;
	width: 10px; height: 14px;
	padding: 0 0 0 10px;
   position: absolute;
   left: 280px; top: 5px;
}
#controlPadHolder .controlPadSortDesc {
   background: url('../images/components/shop/shopControlPadSortDesc.gif') no-repeat left 4px;
	display: block;
	width: 10px; height: 14px;
	padding: 0 0 0 10px;
   position: absolute;
   left: 310px; top: 5px;
}
#controlPadHolder .controlPadRadio {
	margin: 0 !important; padding: 0 !important;
	border: 0 none;
}
#controlPadHolder .controlPadParPageList {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
   position: absolute;
   left: 100px; top: 0px;
   width: 50px;
   font-size: 12px;
   color:#444;
}
#controlPadHolder .controlPadSortItemsList {
   background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
   position: absolute;
   left: 160px; top: 0px;
   width: 100px;
   font-size: 12px;
   color:#444;
}
#controlPadHolder .buttonShowMarkItem {
   display: block;
   cursor: pointer;
   background: #00b4ff;
	 background-image: -moz-linear-gradient(center top, #00b4ff, #0C4DA2);
   color: #fff;
	 padding: 6px 0px;
   position: absolute;
   top:0; right: 0;
   font-family: Tahoma; font-size: 12px;
   line-height: 100%;
   text-align: center;
   width:100px;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#controlPadHolder .buttonShowMarkItem:hover {
	background: #0C4DA2;
}
#markHolder {
	display: none;
	padding: 20px 0 0 0;
}
#markHolder.marksIsSelected {
	display: block;
}
#markHolder .markItem {
	background: #fff;
	display: inline-block;
	padding: 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   cursor: pointer;
}
#markHolder .markItem:hover,
#markHolder .markItem.selected {
	background: #ffe58a;
}
#markHolder .markItem:hover span,
#markHolder .markItem.selected span {
	color: #000;
}
#markHolder .markItem .markCheckbox {
	margin: 0 !important; padding: 0 !important;
	display: block;
	float: left;
   cursor: pointer;
}
#markHolder .markItem span {
	display: block;
	float: left;
   font-family: tahoma; font-size: 12px;
   line-height: 100%;
   padding: 0 0 0 5px;
}


/******************************************************************************/
/**************** SHOP PRODUCT LIST *******************/
#contentHolder .product-list {
    width: 100%;
}
#contentHolder .product-list .produkt  {
    width: 223px; 
    float: left;
    height: 134px;
    /*height: 250px;*/
}
#contentHolder .product-list .produkt .obrazek {
    width: 200px; 
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}  
#contentHolder .product-list .produkt .obrazek a {
    width: 100%;; 
    height: 90px;
    display: block;
    text-align: center;
} 
.jmeno_kat {width: 200px; padding: 0px 10px 0px 10px; height: 15px; overflow: hidden;}
.priceDiv {width: 205px; padding-right: 15px;}
.addToCart {margin-top: 10px;}
.price {margin-top: 13px;}
/*********************************************************/

.produkt {float: left; width: 32%; min-width: 178px; margin: 0 1% 1% 0; font-size: 14px; border: 1px solid #efefef;}
.produkt .obrazek {text-align: center; position: relative;}
.produkt .obrazek a {display: inline-block; width: 178px; height: 178px;}
.Mark {background: url('../images/akce_bgrl.png') no-repeat 0 0; width: 100px; height: 40px; top: 11px; right: 0px; position: absolute; color: #fff; font-size: 20px;}
.produkt .jmeno {font-weight: bold; min-height: 40px;
background: #d6d700; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNGE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzY2OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d6d700 0%, #afb000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d700), color-stop(100%,#afb000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d6d700 0%,#afb000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d700', endColorstr='#afb000',GradientType=0 ); /* IE6-8 */
color: #525200; padding: 8px 13px;}
.produkt .jmeno a {color: #fff; text-decoration: none;}
.produkt .popis {padding: 0 10px 10px; font-size: 12px;}
.produkt .btn {padding-left: 0; padding-right: 0; text-align: center; background: transparent; margin-top: 10px;
background: #d6d700; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNGE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzY2OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d6d700 0%, #afb000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d700), color-stop(100%,#afb000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d6d700 0%,#afb000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d6d700 0%,#afb000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d700', endColorstr='#afb000',GradientType=0 ); /* IE6-8 */

}
.desc {color: #333; font-size: 15px; margin: 0 0 10px; min-height: 73px;}
.shopBuyItemButton, .detailLink {width: 48%;}
.shopBuyItemButton {float: right;}
.detailLink {float: left;}

#productDetailHolder {padding: 0 0 30px;}
#productDetail {margin: 20px 0 0;}

.productCapitalImage {}
.productCapitalImage img {
    display: block;
    width: calc(100% - 50px);
}

.tech {padding: 0 0 0 20px;}
.descDetail {padding: 30px 0 0;}


.addToCart a {
  padding: 5px 10px;
  background-color: #0C4DA2;
  border-radius: 3px;   
  color: #fff;                     
}

 #shopMenu {padding-top: 15px;}




/*Cart*/
#cart-navigation {
    padding: 0 0 24px;
    margin: 10px 0;
    position: relative;
}
#cart-navigation ul {
    margin: 0; padding: 0;
    list-style-type: none;
}
#cart-navigation ul li {
    /* background: url(../images/shopArrow.png) no-repeat 130px center; */
    display: block;
    float: left;
    width: calc(100%/5);
    height: 36px;
    padding: 30px 45px 9px 11px !important ;
    border-bottom: 5px solid #c4c4c6;
}

#cart-navigation ul li.active.current {
    border-bottom: 5px solid #215597;
}
 #cart-navigation ul li.first {
    background-position: 100px center;
    widtH: 120px;
}
 #cart-navigation ul li.second {
    background-position: 170px center;
    widtH: 190px;
}
 #cart-navigation ul li.three {
    background-position: 145px center;
    widtH: 165px;
}
 #cart-navigation ul li.four {
    background-position: 105px center;
    widtH: 130px;
}
 #cart-navigation ul li.five {
    widtH: 110px;
}
 #cart-navigation ul li:last-child {
    background: none;
}
 #cart-navigation ul li a {
    background: url('../images/lightgreyCircle.png') no-repeat center left;
    background-position: 0px 0px;
    text-decoration: none;
    display: block;
    height: 36px;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 1px;	
}
 #cart-navigation ul li.next a,
 #cart-navigation ul li.inactive a {
    color: #999;
}
#cart-navigation ul li.current a {
    background: url('../images/yellowCircle.png') no-repeat center left;
    background-position: 0px 0px;
    padding-top: 1px;
}
 #cart-navigation ul li.prev a {
    background: url('../images/greyCircle.png') no-repeat center left;
    background-position: 0px 0px;
    padding-top: 1px;
    color: #000;
}
 #cart-navigation ul li a span  {
    width: 32px; height: 32px;
    display: inline-block;
    color: #FFF;
    line-height: 170%;
    font-size: 18px;
    text-align: center;
    margin: 0 5px 0 0;
}

.preview h3 {background-color: #215597; color: #fff;}

#full_shopcart {margin-top: 55px; padding: 8px 10px 8px 12px; border: 3px solid #215597;}
 
.errors {color: red;}
.products table {width: 100%;}
.preview_bg {height: 25px; background-color: #215597; color: #fff; padding: 2px 15px 15px 15px;}
.note textarea {width: 99%;}
.ok {font-weight: bold; font-size: 15px;padding: 20px 0px 2opx 0px;}
.print-url a {background-color: #215597; color: #fff; padding: 7px 15px 7px 15px; margin-top: 35px;}
.print-url {margin-top: 35px; }
#id_celkem {min-width: 45px; text-align: right; font-weight: bold; border-bottom: 1px solid #215597;}
#id_kus {min-width: 45px; text-align: right; font-weight: bold; border-bottom: 1px solid #215597;}
#id_celkemDPH {min-width: 45px; text-align: right; font-weight: bold; border-bottom: 1px solid #215597;}
#empty_shopcart table {margin: 35px 0px 0px 10px; background: transparent; color: #215597; font-weight: bold;}
#cart-finish {margin-top: 35px;}
.row_border {border-bottom: 1px solid #215597;}
a.cart_entry {color: #fff; background: #215597; padding: 5px 15px;     text-decoration: none;}
a.cart_entry:hover {background: #355fd4; text-decoration: none;}
#cart-button-next {cursor: pointer; font-weight:bold;font-size:16px;}
#cart-button-next:hover {cursor: pointer; text-decoration: underline;font-weight:bold;font-size:16px;}

table#cart-items {
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
}
table#cart-items tr th,
table#cart-items tr td {
    border-collapse: collapse;
    border: 0 none;
    padding: 5px;
    font-weight: normal;
    text-align: left;
}
table#cart-items tr th {
    /*background: url("../images/menuBg.gif") no-repeat center center;
    font-size: 13px;*/
    font-size: 14px;
background: #215597; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiNGE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzY2OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
background: -moz-linear-gradient(top,  #215597 0%, #215597 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#215597), color-stop(100%,#215597)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #215597 0%,#215597 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #215597 0%,#215597 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #215597 0%,#215597 100%); /* IE10+ */
background: linear-gradient(to bottom,  #215597 0%,#215597 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215597', endColorstr='#215597',GradientType=0 ); /* IE6-8 */
color: #fff;


}
table#cart-items tr td {
    font-size: 12px;
}
table#cart-items tbody.items tr td {
    border-bottom: 1px dashed #ccc;
}
table#cart-items.shopSouhrnProduct tbody.items tr:last-child td {
    border-bottom: 0 none;
}
table#cart-items tbody.items tr:hover td {
    background: #f9f9f9;
}
table#cart-items tr th:first-child {
    padding: 6px 5px 5px 10px;
    height: 30px;
}
table#cart-items tr th:last-child {
 
    padding: 5px 10px 5px 5px;
}
table#cart-items tr td:first-child {
    padding: 5px 5px 5px 10px;
}
table#cart-items tr td:last-child {
    padding: 5px 10px 5px 5px;
}
table#cart-items tfoot tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
table#cart-items tfoot tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
table#cart-items tr td {
    background: #FFF;
}
table#cart-items tbody.space tr td {
    padding: 0;
}
table#cart-items tr th.recount,
table#cart-items tr td.recount {
    width: 50px;
    text-align: right;
}
table#cart-items tr th.recount input,
table#cart-items tr td.recount input {
    width: 16px; height: 16px;
    display: inline-block;
    border: 0 none;
    vertical-align: middle;
}
table#cart-items tr th.priceCount,
table#cart-items tr td.priceCount, {
    text-align: right;
    width: 80px;
}

table#cart-items tr th.price,
table#cart-items tr td.price {
    text-align: left;
    min-width: 160px;
    padding-right: 40px;
}
table#cart-items tr th.count,
table#cart-items tr td.count {
    width:40px;
    text-align: center;
}
table#cart-items tr th.count input,
table#cart-items tr td.count input {
    width: 25px; height: 25px;
    text-align: center;
    padding: 0; margin: 0 auto;
    line-height: 100%;
    font-size: 12px;
    border: 1px solid #ddd;
}
table#cart-items tr th.code,
table#cart-items tr td.code {
    width: 120px;
}
table#cart-items tr td.code a {
    color: #999;
    text-decoration: none;
    word-wrap: break-word;
    display: inline-block; width: 100px;
 
}

table#cart-items tbody.space {
    display: none;
}

table#cart-items tr td a, table#cart-items tbody.items tr td {
    font-size: 14px;
    text-decoration: none;
}

table#cart-items tr td.name a  {
 
    color: #215597;
}
table#cart-items tr td.code a:hover {
    color: #000;
    text-decoration: none;
}
table#cart-items tr td.product a {
    color: #444;
    text-decoration: none;
}
table#cart-items tr td.product a:hover {
    color: #df177a;
}
table#cart-items tfoot tr td.price,
table#cart-items tfoot tr td.celkovacena {
    font-size: 14px;
}
table#cart-items tfoot tr td.price {
    padding-right: 10px;
}
table#cart-items tfoot tr td.celkovacena {
    text-align: right;
    padding-right: 15px;
}
table#cart-items tfoot tr td span {
    color: #999;
}
table#cart-items tfoot tr td {
    padding-bottom: 10px !important;
}
table#cart-items.shopSouhrnProduct th td.priceCount,
table#cart-items.shopSouhrnProduct tr td.priceCount {
    width: 100px;
}
table#cart-items.shopSouhrnProduct tr th.vat,
table#cart-items.shopSouhrnProduct tr td.vat {
    text-align: center;
}

table.productVariantTab, table.shopCartTable {
    border: 0 none;
    border-collapse: collapse;
    margin: 0; padding: 0;
    width: 100%;
}
table.productVariantTab tr th, table.productVariantTab tr td, 
table.shopCartTable tr th,
table.shopCartTable tr td {
    padding: 5px;
    border: 0 none;
    text-align: left;
}
table.shopSouhrnProduct tr th, table.shopCartTable tr th {
    /*background: url('../images/menuBg.gif') no-repeat scroll center center transparent;*/
    font-size: 20px; font-weight: normal;
}


table.shopCartTable tr th span {
    font-weight: normal;
    font-style: italic;
    color: #999;
}
table.shopCartTable tr th:first-child {
    /*-webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    padding: 5px 5px 5px 10px;*/
}
table.shopCartTable tr th:last-child {
    /*-webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px 5px 5px;*/
}
table.shopCartTable tr td:first-child {
    padding: 5px 5px 5px 10px;
}
table.shopCartTable tr td:last-child {
    padding: 5px 10px 5px 5px;
}
table.shopCartTable tr td {
    background: #FFF;
    font-size: 13px;
}
table.shopCartTable tbody tr td {
    border-bottom: 1px dashed #ccc;
}
table.shopCartTable.noLine tbody tr td {
    border: 0 none;
}
table.shopCartTable tbody tr:last-child td {
    border: 0 none;
}
table.shopCartTable tbody tr:hover td,
table.shopCartTable tbody tr.selected td  {
    background: #f9f9f9;
}
table.shopCartTable tr td.name {
    padding: 5px 10px;
}
table.shopCartTable tr td.name label {
    cursor: pointer;
    width: 100%;
    display: block;
}
table.shopCartTable tr td.action {
    padding: 5px 20px;
    text-align: right;
}
table.shopCartTable tr td.price {
    padding: 5px 20px;
    text-align: right;
}
table.shopCartTable tfoot tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
table.shopCartTable tfoot tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
table.shopCartTable tbody tr:first-child td {
    /*padding-top: 15px;*/
}
table.shopCartTable tbody tr td input[type="text"],
table.shopCartTable tbody tr td textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 5px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    padding: 5px;
    width: 200px;
}
table.shopCartTable tbody tr td textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
table.shopCartTable tbody tr td.required input {
    /*background:#cc0000;
    border-color: #cc0000;
    color: #fff;
    box-shadow: inset 0 0 10px #660000; -moz-box-shadow:inset 0 0 10px #660000;*/
    background: #f0f0f0;
    color: #333; font-size: 15px;
    /*border-top: 1px solid #ffaeae;*/
}

.same_address {
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 150%;
}
.same_address input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
#del_address_container .box {position: relative;}
#del_overlay {
    background: white;
    width: 100%;
    height: 180px;
    position: absolute;
    top: -30px;
    left: 0px;
    display: none;
}

#del_overlay.sameaddress {

    display: block;
    opacity: .7;
}


table.shopCartTable, .box .form_table2, #transit, #payment {margin-bottom: 30px;}
#address2 {margin-top: 30px;}
.w30px {width: 30px;}    

.category_start {margin-top: 20px;}
.item .imgOuter, .product-list .imgOuter {float: left; width: 253px; background:url("../images/productItemCart.jpg") no-repeat scroll left -10px;background-size: 250px 170px; height: 160px; padding-bottom: 15px;} 
.item .imgOuter h2 {
    background: url("../images/redItemBig.gif") no-repeat scroll 14px 4px rgba(0, 0, 0, 0);
    color: #444444 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 100%;
    margin: 8px 0 0 !important;
    padding: 0 0 0 25px;   
    }
    
#cart-button-shop {
    color: #fff;
    text-align: left;
    padding: 10px;
    background: #215597;
    margin-bottom: 80px;
    cursor: pointer;
 
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: calc(50% - 83px);
    text-align: left;
    padding-left: 50px;
    text-decoration: none !important;
    position: relative;
}

#cart-button-next {
    color: #fff;
    text-align: left;
    padding: 10px;
    background: #215597;
    margin-bottom: 80px;
    cursor: pointer;
 
    font-weight: bold;
    font-size: 16px;
    float: right;
    width: calc(50% - 83px);
    text-align: right;
    padding-right: 50px;
    text-decoration: none !important;
    position: relative;
}

.frame h3 {
    color: #215597;
}

 

#cart-button-shop:after {
    content: '\f104';
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-size: 33px;
    color: #ffffff;
   
    position: absolute;
    left: 14px;
    top: 3px;
}

#cart-button-next:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-size: 33px;
    color: #ffffff;
    position: absolute;
    right: 14px;
    top: 3px;
}

#cart-button-shop:hover,
#cart-button-next:hover
 {
	background: #286dc5;
}

#cart-button-shop:hover {text-decoration: underline;}
.pricevat {min-width: 85px;}
#content table#payment {width:  90%;}
#content table#transit {  width: 90%;}

#shopMenu ul li a.shop_link_Fanshop {
    /*
    background:#215597; color:#fff;padding:0px;
    */
}
#content table tr td.price {width:60px;text-align:left;}
table.address {width:750px;}
#content table {width:750px; }
#content table td, #content table th {min-width:75px;  }
#content table .pricecountvat {font-weight:600; font-size:16px;}

div.suma.fr {padding-top:15px;}
div.sumavat.fr {padding-bottom:15px;}

.buyItemBox {
/*    display: none;*/
}

td.tal {
    vertical-align: top;
}


#shopMenu ul li.pos0b,
#shopMenu ul li.b
{
   padding-top: 0;
}



#shopMenu ul li.pos0b a:after,
#shopMenu ul li.b a:after {
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    color: #215597;
    display: flex;
    position: absolute;
    left: 21px;
    top: 7px;
}

#shopMenu ul li.pos0b a:after {
    top: 12px;
}

#shopMenu ul li.pos0b a  {
    /* background-color: #609de0; */
    color: #000;
}

  #shopMenu ul li.pos0b a:after {
    /* background-color: #609de0; */
    color: #215597;
}
#shopMenu ul li.pos0b a, #shopMenu ul li.b a {
    padding: 7px 5px 6px 44px;
    font-size: 16px;
    text-transform: none;
}

#shopMenu ul li.b a {
    padding: 7px 5px 6px 44px !important;
}


li.fanshop {
    margin-bottom: 3px;
}

div#empty_shopcart {
    display: none !important;
}

#shopMenu ul li.b a.open,
#shopMenu ul li.pos0b a.open {
    color: black;
    font-weight: bold;
}



.middlecontentright.shopinside {
    padding-top: 27px;
}

.eshopinside #content table {
    width: 100%;
    padding: 13px;
    background: transparent;
    padding: 0;
}

#contentHolder .product-list {
    width: calc(100% + 26px);
}

a.button.bzpet {
    text-decoration: none;
    padding: 5px 19px;
}

table.form_table2.datapager {
    display: none;
}

#cart-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* background: red; */
    display: flex !important;
    width: 100%;
    height: 65px !important;
    align-items: center;
    justify-content: center;
}

.frame.preview .preview_bg {
    padding: 0;
    /* color: red; */
}

.frame.preview .preview_bg h3{
    
     color: white; 
}

.frame.preview .preview_bg h3 {
    color: white;
    font-weight: normal;
    padding: 5px;
    font-size: 16px;
}

.frame.previewtable td, .frame.preview table th {
    font-size: 14px;
    text-align: left;
}

.frame.preview .preview_bg {
    height: auto;
}

.frame.preview td a  
 {
 
    color: #215597;
}

div#cart-button-next.disabled {
    
    cursor: not-allowed;
    pointer-events: none !important;
}

div#cart-button-next.disabled:after {
    content: " ";
    position: absolute;
    background: rgb(255 255 255 / 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    cursor: not-allowed;
 
}


.print-url a {
    cursor: pointer;
    text-decoration: none;
}