#shopping-cart {
    padding-bottom: 20px;
}

#horizontalMenu button#cart-button {
    float: right;
    background: url(../img/kosik-button.png);
    height: 27px;
    line-height: 27px;
    border: 1px solid #9a320f;
    text-align: center;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 7px 15px 0 0;
    cursor: pointer;
}

#horizontalMenu button#cart-button:hover {
    background: url(../img/kosik-button-hover.png);
}

#horizontalMenu span#cart-count {
    position: absolute;
    width: 34px;
    height: 21px;
    line-height: 21px;
    text-indent: 10px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../img/kosik-count.png);
    margin: 10px 0 0 130px;
}

#horizontalMenu span#cart-count.count-off {
    display: none;
}

table#checkout th, .cart-product-price2, .cart-product-price {
    white-space: nowrap;

}

h1.title-1 {
    float: left;
    width: 100%;
}

span.par {
    float: left;
    font-size: 18px;
    margin: 5px 0 0 10px;
    color: #ec410b;
}

div#shopping-cart {
    float: left;
    margin: 20px 0 0 0;
    background: white;
}

div#shopping-cart div#shopping-menu {
    float: left;
    border-bottom: 1px solid #dadada;
    height: 46px;
}

div#shopping-cart div#shopping-menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

div#shopping-cart div#shopping-menu ul li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

div#shopping-cart div#shopping-menu ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #352D1C;
    text-decoration: none;
    background: #CECDCD;
    float: left;
    display: block;
    width: 190px;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    -webkit-border-top-left-radius: 5px;
    -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;
}

div#shopping-cart div#shopping-menu ul li a span.step-number {
    margin: 0px;
    color: #fff;
    font-size: 13px;
    float: left;
    width: 43px;
    height: 43px;
    line-height: 30px;
    text-indent: 10px;
    background: url(../img/cart-step-number.png);
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

div#shopping-cart div#shopping-menu ul li a span.label {
    text-align: right;
    padding-right: 15px;
    width: 130px;
    float: left;
    font-size: 13px;
    line-height: 38px;
}

div#shopping-cart div#shopping-menu ul li a.selected {
    background: #EE2133;
    color: #EB5729;
    height: 46px;
}

div#shopping-cart div#shopping-menu ul li a.selected span.step-number {
    background-color: #fff;
    color: #fff;
    background: url(../img/cart-step-number-selected.png);
}

div#shopping-cart div#shopping-menu ul li a.normal {
    margin-right: 5px;
}

div#shopping-cart div#shopping-menu ul li a.last {
    margin-right: 0px;
}

div#shopping-cart div#shopping-content {
    border-top: 1px solid #dadada;
    width: 100%;
    float: left;
    padding: 20px 20px 0 20px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div#shopping-cart div#shopping-content h2 {
    float: left;
    margin-bottom: 15px;
}

div#shopping-cart div#shopping-content table#checkout {
    font-size: 15px;
    color: #505050;
    float: left;
    width: 100%;
    border: 1px solid #dadada;
}

div#shopping-cart div#shopping-content table#checkout thead {
    border-bottom: 1px solid #dadada;
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div#shopping-cart div#shopping-content table#checkout td, th {
    text-align: center;
    padding: 0 10px 0 10px;
}

div#shopping-cart div#shopping-content table#checkout .align-left {
    text-align: left;
}

div#shopping-cart div#shopping-content table#checkout tbody td.cart-product-price {
    font-weight: bold;
    color: #178ADD;
}

a.cart-product-remove {
    float: left;
    width: 15px;
    height: 15px;
    text-decoration: none;
    background: url(../img/delete.png) no-repeat left center;
    background-size: 16px;
}

a.cart-product-remove:hover {
    /*background:url(../img/cart-remove-hover.png);*/
}

div#shopping-cart div#shopping-content table#checkout tbody td a.cart-product-remove {
    float: left;
    width: 15px;
    height: 15px;
    text-decoration: none;
    background: url(../img/cart-remove.png);
}

div#shopping-cart div#shopping-content table#checkout tbody td a.cart-product-remove:hover {
    background: url(../img/cart-remove-hover.png);
}

div#shopping-cart div#shopping-content table#checkout tbody td a.cart-product-image-link {
    display: block;
    width: 69px;
    height: 52px;
    margin: 0;
    float: left;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #dadada;
}

div#shopping-cart div#shopping-content table#checkout tbody td img.cart-product-image {
    display: block;
    height: 50px;
    margin: 0 auto;
}

div#shopping-cart div#shopping-content table#checkout tbody td a.cart-product-link {
    text-decoration: none;
    font-weight: bold;
    color: #178ADD;
    height: 20px;
    line-height: 17px;
    float: left;
}

div#shopping-cart div#shopping-content:hover {
    color: #373737;
}

div#shopping-cart div#shopping-content table#checkout tbody td span.cart-product-size {
    color: #575757;
    position: absolute;
    line-height: 0%;
    margin: 27px 0 0 80px;
    font-size: 15px;
    display: block;
}

div#shopping-cart div#shopping-content table#checkout tbody td input.cart-product-qty {
    background: #f8f8f8;
    height: 30px;
    -moz-box-shadow: inset 1px 2px 2px #e5e5e5;
    -webkit-box-shadow: inset 1px 2px 2px #e5e5e5;
    box-shadow: inner 1px 2px 2px #e5e5e5;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    margin: 0;
}

div#shopping-cart div#shopping-content table#checkout tbody tr {
    border-bottom: 1px solid #dadada;
    height: 70px;
    line-height: 70px;
}

div#shopping-cart div#shopping-content table#checkout tfoot {
    background: #f1f1f1;
    height: 75px;
    line-height: 75px;
}

div#shopping-cart div#shopping-content table#checkout tfoot a#cart-remove-all {
    float: left;
    height: 20px;
    line-height: 20px;
    background: url(../img/delete.png) no-repeat left center;
    background-size: 20px;
    padding: 0 0 0 30px;
    color: #6b6b6b;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 0 40px;
}

div#shopping-cart div#shopping-content table#checkout tfoot a#cart-remove-all:hover {
    color: #1a1a1a;
}

div#shopping-cart div#shopping-content table#checkout tfoot input#cart-calculate-button {
    font-size: 15px;
    background: transparent url(../img/cart-calculate-button.png) no-repeat left center;
    border: none;
    float: left;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
    margin: 20px 0 0 5px;
    padding: 0 0 0 30px;
    color: #6b6b6b;
}

div#shopping-cart div#shopping-content table#checkout tfoot input#cart-calculate-button:hover {
    color: #1a1a1a;
}

 tfoot td span.cart-total-vat {
    margin-top: 5px;
    margin-bottom: 11px;
    width: 220px;
    float: right;
    height: 40px;
    line-height: 40px;
    background: #178ADD;
    border-radius: 0px;
}

tfoot td span.cart-total-vat .total-left,  tfoot td span.cart-total-vat .total-right{
    color: white;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-vat strong.total-left {
    float: left;
    color: white;
    margin-left: 15px;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-vat span.total-right {
    float: right;
    text-align: right;
    margin-right: 15px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-without-vat {
    margin-top: 10px;
    float: left;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-only-vat {
    float: left;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-only-vat strong {
    width: 135px;
    float: right;
    font-size: 14px;
}

div#shopping-cart div#shopping-content table#checkout tfoot td span.cart-total-without-vat strong {
    width: 135px;
    float: right;
    font-size: 14px;
}

div#shopping-cart div#shopping-content div#cart-steps {
    width: 103.7%;
    margin: 30px 0 20px -22px;
    float: left;
    height: 60px;
    padding-top: 10px;
    background: transparent;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

div#shopping-cart div#shopping-content div#cart-steps a {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}

div#shopping-cart div#shopping-content div#cart-steps a span.step-label span.step-title {
    float: left;
    line-height: 30px;
}

div#shopping-cart div#shopping-content div#cart-steps a span.step-label span.step-subtitle {
    color: #ec410b;
    margin: 10px 0 0 0;
    font-size: 11px;
    position: absolute;
    display: block;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-left {
    float: left;
    margin: 0 0 0 12px;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-left span.step-radius {
    float: left;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: transparent #243D7B transparent transparent;
    border-width: 25px 25px 25px 0;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-left span.step-label {
    float: left;
    background: #243D7B;
    padding: 0 20px 0 20px;
    height: 50px;
    -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;
    color: white;
}

.title-1 {
    display:none;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-middle span.step-label {
    background: #243D7B;
    padding: 17px 85px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-right {
    float: right;
    margin: 0 12px 0 0;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-right span.step-radius {
    float: left;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #243D7B;
    border-width: 25px 0 25px 25px;
}

div#shopping-cart div#shopping-content div#cart-steps a#step-right span.step-label {
    float: left;
    background: #243D7B;
    padding: 0 20px 0 20px;
    height: 50px;
    -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;
    color:white;
}
tfoot td span.cart-total-vat.dopr_zdarma{
    background: #008000;
}

div#cart-empty {
    margin: 15px 0 0 0;
    float: left;
    text-indent: 20px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
    background: #0164a2;
}

.menu .kosik {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.menu_footer .kosik {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

div.cart-form-box {
    float: left;
    border: 1px solid #dadada;
    color: #505050;
}

div.cart-form-box div#form-switch {
    float: left;
    width: 100%;
    margin: 10px 0 0 15px;
}

div.cart-form-box div#form-switch label {
    float: left;
    width: 70px;
    padding-left: 5px;
}

div.cart-form-box div#form-switch input[type="radio"] {
    float: left;
    margin: 7px 0 0 0;
}

div.cart-form-box h3.form-title-3 {
    border-bottom: 1px solid #dadada;
    background: #3A3A3A;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-indent: 10px;
    margin: 0 0 0px 0;
    color: #fff;
}

div.cart-form-box h3.form-title-3.firma {
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    height: 39px;
    margin-top: 20px;
}

div.cart-form-box label {
    font-size: 16px;
    width: 250px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin: 0 0 0 12px;
}

div.cart-form-box input[type='text'], .cart-form-box input[type='password'] {
    float: left;
    background: #f8f8f8;
    padding: 0 10px 0 10px;
    width: 260px;
    margin: 0 0 0 10px;
    height: 30px;
    -moz-box-shadow: inset 1px 2px 2px #e5e5e5;
    -webkit-box-shadow: inset 1px 2px 2px #e5e5e5;
    box-shadow: inner 1px 2px 2px #e5e5e5;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

div.cart-form-box select {
    float: left;
    background: #f8f8f8;
    padding: 5px 5px 5px 10px;
    width: 260px;
    margin: 0 0 0 10px;
    height: 30px;
    -moz-box-shadow: inset 1px 2px 2px #e5e5e5;
    -webkit-box-shadow: inset 1px 2px 2px #e5e5e5;
    box-shadow: inner 1px 2px 2px #e5e5e5;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    font-size: 13px;
}

div.cart-form-box p.desc {
    font-size: 15px;
    text-align: justify;
    padding: 10px 15px 10px 10px;
    line-height: 180%;
}

div.cart-form-box p.desc.bottom {
    padding: 10px 15px 10px 15px;
}

div.cart-form-box a#change-address {
    color: #ec410b;
    text-decoration: none;
    margin: 5px 0 15px 10px;
    float: left;
}

div.cart-form-box div#delivery-switch {
    float: left;
    width: 100%;
    margin: 10px 0 0 10px;
}

div.cart-form-box div#delivery-switch label {
    float: left;
    width: auto;
    padding-left: 5px;
}

div.cart-form-box div#delivery-switch input[type="checkbox"] {
    float: left;
    margin: 7px 0 0 0;
}

table#delivery-change {
    float: left;
    width: 100%;
    display: none;
}

td.state-info {
    font-size: 15px;
    padding: 20px 0 0 10px;
}

td.state-info a {
    color: #EB5729;
    text-decoration: none;
}

h3.title-3-orange {
    font-size: 16px;
    float: left;
    width: 92%;

    margin: 20px 0 0 0;
    text-indent: 15px;
    border:none;
}

div.cart-form-box div#password-switch {
    float: left;
    width: 100%;
    margin: 10px 0 0 10px;
}

div.cart-form-box div#password-switch label {
    float: left;
    width: 335px;
    padding-left: 5px;
}

div.cart-form-box div#password-switch input[type="checkbox"] {
    float: left;
    margin: 7px 0 0 0;
}

a.more-info {
    color: #2A7AA7;
    font-size: 15px;
    text-decoration: none;
    margin: 0px 0 15px 15px;
    float: left;
}

a.more-info:hover {
  color:#243D7B;
}

tr.firma-row {
    display: none;
}

tr.heslo-row {
    display: none;
}

div.validation-errors-div {
    float: left;
    width: 100%;
}

div.validation-errors-div p.validation_error {
    color: #cf0b0b;
    font-size: 26px;
    line-height: 180%;
    font-weight: bold;
}

div.validation-errors-div p.validation_error:before {
    content: "•";
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 0 0;
}

div.validation-errors-div p.validation_error:last-child {
    margin-bottom: 15px;
}

/*DOPRAVA A PLATBA*/
h3.title-3-cart {
    float: left;
    width: 93%;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
    background: none;
    color: #1889e0;
    font-weight: bold;
    font-size: 20px;
    padding-left: 5px;
}

table.delivery-table {
    float: left;
    width: 100%;
    font-size: 15px;
}

table.delivery-table tr {
    border-top: 1px solid #dedede;
}

table.delivery-table td {
    padding: 0;
}

table.delivery-table td.radio {
    width: 10%;
}

table.delivery-table td.popis {
    width: 50%;
    line-height: 160%;
    text-align: justify;
}

table.delivery-table td.popis span.doprava-title {
    font-weight: bold;
}

table.delivery-table td.image {
    text-align: center;
    width: 25%;
}

table.delivery-table td.price {
    width: 15%;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

table.payment-table {
    float: left;
    width: 100%;
    font-size: 15px;
}

table.payment-table tr {
    border-top: 1px solid #dedede;
}



table.payment-table td.radio {
    width: 10%;
}

table.payment-table td.popis {
    width: 50%;
    line-height: 160%;
    text-align: justify;
}

table.payment-table td.popis span.platba-title {
    font-weight: bold;
}

table.payment-table td.image {
    text-align: center;
    width: 25%;
}

span.doprava-zdarma {
    float: left;
    font-weight: bold;
    width: 100%;
    font-size: 13px;
    margin: 0 0 15px 0;
    text-align: left;
}

span.doprava-zdarma span.doprava-info {
    color: #dc1212;
}

table.payment-table td.price {
    padding: 0;
    width: 15%;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    border:none;
}



/*Objednávka*/
/*
tr.smaller{height:10px;line-height:10px;}
tr.smaller td{padding:0px;height:10px;line-height:10px;}
tr.smaller td.align-left{height:10px;}
tr.smaller{}*/

table.login-or-register input[type="submit"] {
    background: #3A3A3A;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size:15px;
    width: auto;
}

table.login-or-register input[type="submit"]:hover {
    background: #3A3A3A;

}

table#login-table {
    float: left;
}

table#login-table th {
    height: 20px;
    padding: 0;
    width: 100px;
    font-size: 15px;
}

table#login-table th label {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

table#login-table td {
    height: 45px;
}

table#login-table input.sr-input {
    float: left;
    background: #f8f8f8;
    padding: 0 10px 0 10px;
    width: 260px;
    margin: 0 0 0 10px;
    height: 30px;
    -moz-box-shadow: inset 1px 2px 2px #e5e5e5;
    -webkit-box-shadow: inset 1px 2px 2px #e5e5e5;
    box-shadow: inner 1px 2px 2px #e5e5e5;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

table.faktura-udaje-table {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

table.faktura-udaje-table thead th{
    text-align: left;
    padding: 0;
}

table.faktura-udaje-table tbody th {
    font-size: 13px;
    text-align: left;
    padding: 0;
}

table.faktura-udaje-table tbody td {
    font-size: 13px;
    text-align: left;
    padding: 0;
}

table.faktura-udaje-table tbody tr {
    line-height: 140%;
}

#shopping-content {
    box-sizing: border-box;
}

.RespoCartTable {
    display: none;
    height: 35px;
    line-height: 30px;
    font-weight: bold;
}
@keyframes example {
    0%   {background-color: transparent;color: #6b6b6b;}
    100% {background-color: #008000;color: #1a1a1a;}
}
#cart-calculate-button.blik{
    animation: example 1s linear infinite alternate;
    border-radius: 3px;
}
#step-right.disabled .step-label{
    background: #DDDDE3!important;
}
#step-right.disabled .step-radius{
    border-color: transparent transparent transparent #DDDDE3!important;
}
/*Responsive*/

@media (max-width: 755px) {

    .RespoCartTable {
        display: block;
    }

    #shopping-menu {
        height: auto !important;
        width: 90%;
        padding-left: 5%;
        border: none !important;
    }

    #shopping-menu li {
        float: none !important;
        display: block !important;
    }

    #shopping-menu li a {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    #shopping-content #checkout, #checkout thead, #checkout tbody, #checkout th, #checkout td, #checkout tr {
        display: block !important;
    }

    #shopping-content tbody td a {
        line-height: 16px !important;
    }

    #shopping-content thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    #shopping-content tbody tr {
        height: auto !important;
    }

    #shopping-content td {
        border: none !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
        padding: 0 !important;
        border-bottom: 1px solid #dadada !important;
    }

    #shopping-content #checkout td:nth-child(1) {

        height: 84px !important;
    }

    #shopping-content #checkout td:nth-child(2) .RespoCartTable {

        height: 8px !important;
    }

    #shopping-content #checkout td:nth-child(2) input {
        padding: 0 !important;

        float: none !important;
    }

    #shopping-content #checkout td:nth-child(2) {

        height: 64px !important;
    }

    #shopping-content #checkout td:nth-child(3) .RespoCartTable {

        height: 0 !important;
    }

    #shopping-content #checkout td:nth-child(3) {

        height: 48px !important;
    }

    #shopping-content #checkout td:nth-child(4) .RespoCartTable {

        height: 0 !important;
    }

    #shopping-content #checkout td:nth-child(4) {

        height: 48px !important;
    }

    #shopping-content #checkout td:nth-child(5) {
        border-bottom: 10px solid #dadada !important;
        height: 30px !important;
    }

    #shopping-content .checkout2 td:nth-child(4) {
        border-bottom: 10px solid #dadada !important;
    }

    #shopping-content #checkout td:nth-child(5) a {
        position: absolute;
        margin-left: -8px;
        margin-top: 8px;
    }

    #shopping-content #checkout td:before {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        width: 100% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
    }

    #shopping-content {
        margin-left: 1.8%;
    }

    .delivery-table .radio input {
        float: center !important;
        margin-top: 10px !important;
    }

    .payment-table .radio input {
        float: center !important;
        margin-top: 10px !important;
    }

    .faktura-udaje-table {
        width: 100% !important;
    }

    #poznamkaFake {
        width: 100% !important;
        float: none !important;
    }

    .poznamkaDiv {
        width: 100% !important;
    }

}

@media (max-width: 500px) {

    div#shopping-cart div#shopping-content div#cart-steps {
        height: 90px;
    }

    #step-left {
        margin-top: -31px !important;
        margin-bottom: 10px !important;

    }

    .cart-form-box table td table td input {
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .cart-form-box table td table td select {
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .cart-form-box table td table td label {
        float: center;
    }

    .switch-item input, .switch-item label {
        float: none !important;
        width: auto !important;
    }

    .cart-form-box {
        width: 100% !important;
    }

    div.cart-form-box h3.form-title-3.firma {
        width: 100%;
    }

}