#checkout-popup a#continue-shopping {
    background: #3d3d3d;
    -webkit-border-radius: 6px; /* definícia pre webkit jadro Safari a Chrome*/
-moz-border-radius: 6px; /* definícia pre gecko jadro Firefox */
border-radius: 6px; /* CSS3 definícia pre všetky prehliadače */
padding:10px;
color:#FFFFFF;
font-size:15px; text-transform:uppercase
}

#checkout-popup a#continue-shopping:hover{
background: silver; /* Old browsers */
 text-decoration:none;
cursor:pointer;
    color: #3d3d3d;
}

#checkout-popup a#go-to-checkout {
background: #dd3a40; /* Old browsers */
 padding:10px;
-webkit-border-radius: 6px; /* definícia pre webkit jadro Safari a Chrome*/
-moz-border-radius: 6px; /* definícia pre gecko jadro Firefox */
border-radius: 6px; /* CSS3 definícia pre všetky prehliadače */
color:#FFFFFF;
font-size:15px;
    text-transform:uppercase;
}

#checkout-popup a#go-to-checkout:hover{
background: #3d3d3d; /* Old browsers */
    cursor: pointer;
	text-decoration:none
}



#checkout-popup div.added-msg {
color: #636363;
font-size: 28px;
text-align: center;
margin-bottom:35px;
margin-top:20px;
line-height:30px
}

#checkout-popup.no-summary div.added-msg {
 
}

#checkout-popup div.btn-navigation {
    white-space: nowrap;
    text-align: center;
    padding-bottom: 25px;
}

#checkout-popup.no-summary div.btn-navigation {
    margin-top: 26px;
}

table#popup-cart-summary {
    border: 1px solid #808080;
    border-collapse: collapse;
    width: 100%;
}


table#popup-cart-summary td {
    padding: 2px 5px;
}

table#popup-cart-summary tfoot tr {
   border-top: 1px solid black;
}

table#popup-cart-summary tr.even {
    background: #eeeeee;
}

/*table#popup-cart-summary tr {*/
    /*border: solid;*/
    /*border-width: 1px 0;*/
/*}*/

/*table#popup-cart-summary tr:first-child {*/
    /*border-top: none;*/
/*}*/

/*table#popup-cart-summary tr:last-child {*/
    /*border-bottom: none;*/
/*}*/

table#popup-cart-summary td.cart_quantity {
    white-space: nowrap;
}


table#popup-cart-summary input.cart_quantity_input {
    float: none;
}


div#checkout-popup #order-detail-content {
    padding: 10px;
    margin-bottom: 15px;
}

table#popup-cart-summary thead {
    display: none;
}

table#popup-cart-summary a.cart_quantity_delete {
    background: url("../img/trash_16x16.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.5;
    padding: 0;
    width: 16px;
    transition-duration: 0.7s;
    transition-property: opacity;
    display: inline-block;
}

table#popup-cart-summary a.cart_quantity_delete:hover {
    opacity: 1;
}

table#popup-cart-summary .cart_product img, .cart_last_product img {
    border: 1px solid #CCCCCC;
}

table#popup-cart-summary p.s_title_block {
    padding: 0;
}

table#popup-cart-summary td.cart_description a {
    text-decoration: none;
}

table#popup-cart-summary td.cart_description a:hover {
    text-decoration: underline;
}

table#popup-cart-summary td input.cart_quantity_input {
    margin-top: 5px;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 1px 2px;
    text-align: center;
    width: 19px;
    opacity: 0.8;
    transition-duration: 0.5s;
    transition-property: all;
}


table#popup-cart-summary td input.cart_quantity_input:hover {
    box-shadow: 0 0 3px #808080;
    opacity: 1;
}

table#popup-cart-summary  div.cart_quantity_button {
    float: left;
    position: relative;
    top: 0;
}

table#popup-cart-summary td.total_price_container span {
    display: inline;
    font-weight: bold;
    text-align: left;
    font-size: inherit;
    padding: 0;
}

table#popup-cart-summary div.cart_quantity_button a img {
    opacity: 0.5;
    transition-duration: 0.7s;
    transition-property: opacity;
}

table#popup-cart-summary div.cart_quantity_button a img:hover {
    opacity: 1;
}

table#popup-cart-summary .price {
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
}

table#popup-cart-summary .delete_hide > div {
    display: none;
}

table#popup-cart-summary .delete_hide {
    padding: 0 !important;
    width: 0;
}

table#popup-cart-summary tbody.big-table-overflow {
    display: block;
    max-height: 340px;
    overflow-y: scroll;
}

table#popup-cart-summary tfoot tr.total_total {
    font-size: 1.3em;
    font-variant: small-caps;
    font-weight: bold;
}

table#popup-cart-summary td.cart_description {
    text-align: left;
}

table#popup-cart-summary tfoot tr > td {
    text-align: left;
}

/* crosseling module support */
#checkout-popup #crossselling h2.productscategory_h2 {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 16px;
    margin: 16px 0 11px;
    padding: 7px 0;
    text-align: left;
    background: none;
    text-transform: none;
}

#checkout-popup #crossselling_list ul {
    float: left;
    left: 50%;
    position: relative;
}

#checkout-popup #crossselling li {
    display: block;
    float: left;
   /* height: 80px; */
    margin-right: 1px;
    position: relative;
    right: 50%;
}

#checkout-popup #crossselling_list {
    float: none;
    overflow: auto;
}

#checkout-popup #crossselling li a img {
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
}

#popup-cart-summary tr.last-added {
    border: 5px solid #808080;
}

img.added-check {
    vertical-align: middle;
    margin-right: 15px;
}

#checkout-popup #HOOK_SHOPPING_CART {
    padding: 0px 10px 10px 10px;
}

#checkout-popup .cart_last_product {
    display: block;
    text-align: center;
}
.cart_last_product_content { margin-bottom:35px}
.cart_last_product_content h5 {
    font-size: 1.5em;
}
.cart_last_product_content h5 a {
color: #dd3a40;
font-size: 18px;
text-align: center;
margin-top: 30px;
margin-bottom: 15px;
}
.brief-total {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 2px;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.t-quantity, .t-price {
    font-size: 1.2em;
    font-weight: bold;
}

#popup-status-bar, #dont-open-again {
    display: none;
    padding: 0 10px 3px;
    text-align: left;
	margin-top:20px
}


/* PS 1.6 */
#checkout-popup.ps16 #HOOK_SHOPPING_CART #crossselling h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#checkout-popup.ps16 #crossselling li {
    height: auto;
    min-width: 100px;
    text-align: center;
    width: auto;
}

#checkout-popup.ps16 #crossselling .product-box .product-image {
    border: 0;
}



/* Small screens */
@media (max-width: 600px) {
    #checkout-popup a.btn-action {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        box-shadow: 0 0 3px #666666;
        font-size: 1.4em;
        margin: 10px 2px;
        padding: 5px 3px;
    }
    .brief-total {
        font-size: 1em;
    }
    #checkout-popup div.added-msg {
        font-size: 1.2em;
    }
}
#fancybox-wrap {
border: 1px solid #C7C7C7;
background: #F2F2F2 !important;
-webkit-border-radius: 5px; /* definícia pre webkit jadro Safari a Chrome*/
-moz-border-radius: 5px; /* definícia pre gecko jadro Firefox */
border-radius: 5px; /* CSS3 definícia pre všetky prehliadače */
padding:20px;
z-index:9999 !important
}
#fancybox-overlay { background-color:none !important}
#fancybox-wrap { z-index:auto}
.cart_last_product_img { margin-bottom:15px; display:block}
#fancybox-bg-w, #fancybox-bg-sw, #fancybox-bg-sw, #fancybox-bg-s, #fancybox-bg-se, #fancybox-bg-e, #fancybox-bg-ne, #fancybox-bg-n, #fancybox-bg-nw { background:none !important}
#fancybox-overlay { opacity:0 !important }
#fancybox-content {background: #F2F2F2 !important;}
