
.notie-container {
    z-index: 666;
}

iframe#theImg {
    width: 100%;
    height: 400px;
}

.lg-outer .lg-img-wrap {
    left: -50%;
}

.modal-title {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #333;
    background-color: #006F51;
    color: #fff;
    font-size: 16px;
}

.modal-title span {
    font-weight: 600;
}

.modal-content {
    clear: both;
    padding: 15px;
    background-color: #fff;
    overflow: auto;
}

.modal_detail > div {
    overflow: auto;
}

.modal_detail .nadpis {
    font-size: 16px;
}

.modal_detail > div > div {
    clear: both;
    border-top: 1px dashed #ccc;
    padding: 3px 10px;
    overflow: auto;
}

.modal_detail .nadpis + div {
    border: 0;
    background-color: #eee;
}

.modal_detail > div > div a {
    display: block;
    text-decoration: none;
}

.modal_detail > div > div p {
    float: right;
    margin: 5px 0;
}

.modal_detail > div > div p:first-child {
    float: left;
}

.btn, .button, .btn-gray, .btn-yellow {
    height: 36px;
    padding: 0 50px;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover, .button:hover, .btn-gray:hover, .btn-yellow:hover {
    background-color: #fff;
    color: #006F51;
    text-decoration: none;
}

#detail_modal_pdf.modal {
    max-width: 96vw;
}

#detail_modal_pdf.modal iframe#theImg {
    height: 70vh;
}

/* kosik drop down*/

.shopping-cart {
    display: none;
    margin: 2px 0;
    background: white;
    width: 423px;
    border-radius: 3px;
    padding: 20px;
    right: 145px;
    z-index: 10;
    position: absolute;
    border: 1px solid #3e3e3e42;
    top: 50px;
}

.shopping-cart .shopping-cart-header {
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart-items {
    list-style: none;
    border-top:1px solid #E8E8E8;
}

.shopping-cart .shopping-cart-items li {
    position: relative;
    margin-bottom: 18px;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 6%;
    padding-top: 11px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    text-align: left;
    font-size: 13px;
    color: #3e3e3e;
    font-weight: 600;
}
.shopping-cart .shopping-cart-items p.cart-remove {
    right: 0px;
    top: 0px;
    position: absolute;
}

.shopping-cart .shopping-cart-items  p.cart-remove img {
    float: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.shopping-cart .shopping-cart-items .item-price {
    color: rgb(62, 62, 62) !important;
    background-color: initial!important;
    font-size: initial!important;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE!important;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #006F51;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.cart-icon span {
    position: absolute;
    display: block;
    padding: 0 8px;
    border-radius: 5px;
    background-color: #b0b0b0;
    color: #fff;
    z-index: 2;
    right:0;
}

.badge {
    position: absolute;
    top: 9px;
    left: 52px;
    display: block;
    padding: 0 8px;
    border-radius: 5px;
    background-color: #b0b0b0;
    color: #fff;
    z-index: 2;
}

.preview_btn_cart {
    display: block;
    margin: 25px 0 15px 0;
    padding: 12px;
    border: 1px solid #006F51;
    background-color: #006F51;
    color: #fff;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    text-decoration: none;
}

.preview_btn_cart:hover {
    background-color: #fff;
    color: #006F51;
}

#slidedowncart{
    position: absolute;
    top: 35px;
    right: 130px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999999;
    background-image: url('/assets/frontend/img/cross-icon.png');
}

.cart-progress {
    clear: both;
    margin: 20px 0 50px;
    padding: 0;
    background-color: #f5f5f5;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.cart-progress li {
    float: left;
    width: 25%;
    border-left: 1px dashed #ccc;
    transition: all 350ms linear;
    text-transform: uppercase;
}

.cart-progress li:first-child {
    border: 0;
}

.cart-progress li.active {
    border-left: 1px solid #ededed;
    background-color: #ededed;
}

.cart-progress li.active + li {
    border-left: 1px solid #f5f5f5;
}

.cart-progress li.active:hover {
    background-color: #e0e0e0;
}

.cart-progress li a {
    display: block;
    padding: 12px 0;
    color: #bbb;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.cart-progress li.active a {
    color: #3e3e3e;
}

.cart-progress li a span {
    display: inline-block;
}

.cart-progress li a span:first-child {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: #bbb;
    color: #fff;
    line-height: 22px;
}

.extra-controls {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0;
}

.extra-controls div {
    position: relative;
}

.extra-controls span {
    position: absolute;
    top: 7px;
    right: 13px;
}

.filter .extra-controls input,
.filter .extra-controls_special input {
    width: 85px;
    height: 30px;
    padding-right: 35px;
    text-align: right;
}

.filter .extra-controls input:focus {
    border: 1px solid #797979;
}

.range-slider{
    padding: 3px 10px 30px;
    cursor: pointer;
}

.irs-slider {
    background: url(/assets/frontend/img/ion/sprite-skin-simple.png) repeat-x;
}

.irs-from, .irs-to, .irs-single,
.irs-min, .irs-max {
    border-radius: 0 !important;
    font-size: 12px !important;
}

.irs-from, .irs-to {
    top: auto;
    bottom: -15px;
}

.filter-pagination span {
    margin-right: 15px;
}

.slider_typ-special {
    float: left;
    width: 49.9%;
    padding-right: 20px;
}

.tooltipster-box a.img-top{
    padding: 0px;
    background: none;
}

#QuickCartInsertForm .cart-amount {
    display: inline-block;
}
.cart-progress li.active a span:first-child {
    background-color: #3e3e3e;
}

#QuickCartInsertForm{
    float: right;
    width: 330px;
    font-size: 13px;
    color: #999;
    margin-top: -10px;
}
#QuickCartInsertForm span.itemCode{
    margin-right:20px;
}
#QuickCartInsertForm button.cart-button, #QuickCartInsertForm button.btnClear{
    width:32%;
    float: right;
    height: 30px;
    margin: 9px 5px 0 5px;
}
#QuickCartInsertForm fieldset{
    padding: 0 11px;
    border: 1px solid #ccc;
}
#QuickCartInsertForm button.cart-button{
    border: 1px solid #c8c8c8;
    background-color: #006F51;
    font-size: 13px;
    transition: all 250ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
#QuickCartInsertForm button.btnClear{
    border: 1px solid #c8c8c8;
    background-color: #a8a8a8;
    font-size: 13px;
    transition: all 250ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #3e3e3e;
    height: 30px;
}
#QuickCartInsertForm button.cart-button:hover, #QuickCartInsertForm button.btnClear:hover{
    border: 1px solid #000;
    cursor: pointer;
}
#QuickCartInsertForm itemCode{
    margin-top:20px;
}
#QuickCartInsertForm .cart-amount{
    width: 30%;
}
#QuickCartInsertForm input.itemCode{
    height: 30px;
    border: 1px solid #c8c8c8;
}
#QuickCartInsertForm .cart-amount{
    display: inline-block;
}
#QuickCartInsertForm .insert-cart .qtty{
    display: inline-block;
    margin-right: 25px;
    vertical-align: bottom;
}
#QuickCartInsertForm .cart-amount input{
    height: 30px;
}
#QuickCartInsertForm .cart-amount-plus,#QuickCartInsertForm .cart-amount-minus{
    height: 30px;
}

.cart-row.special_poplatek {
    margin-top: -8px;
}

.cart-item {
    width: calc(100% - 520px);
    padding: 0 2%;
    font-size: 12px;
}

.cart-item h2,
.cart-item p {
    margin: 7px 0;
}

.cart-item h2 {
    font-family: SpartanBold;
    font-size: 16px;
    font-weight: 400;
}

.cart-item h2 a {
    text-decoration: none;
}

.cart-item h2 a:hover {
    text-decoration: underline;
}

.cart-item [class^="tip-"] {
    display: inline-block;
    min-width: 60px;
    padding: 2px 10px;
    text-align: center;
}

.cart-amount {
    width: 13%;
}

.cart-amount p {
    position: relative;
    width: 78px;
    height: 35px;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.cart-amount-plus,
.cart-amount-minus {
    position: absolute;
    top: -1px;
    display: block;
    width: 25px;
    height: 35px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    transition: all 350ms linear;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}
.cart-amount-plus {
    left: -1px;
}
.cart-amount-minus {
    right: -1px;
}
.cart-amount-plus:hover, 
.cart-amount-minus:hover {
    background-color: #bdbdbd;
}

.cart-amount input {
    position: absolute;
    top: -1px;
    left: 24px;
    width: 30px;
    height: 35px;
    border: 1px solid #d0d0d0;
    text-align: center;
    z-index: 2;
}

.cart-amount input.form-control {
    margin: 0;
}

.cart-price-without-vat {
    font-size: 16px;
    line-height: 1.1em;
}

.cart-price-without-vat span {
    display: block;
    font-size: 12px;
}

.cart-price-with-vat {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
}

.cart-price-with-vat span {
    display: block;
    font-size: 12px;
}

.cart-remove {
    width: 5%;
}

.cart-remove img {
    max-height: 20px;
    filter: grayscale(100%);
    transition: all 550ms linear;
}

.cart-remove img:hover {
    filter: grayscale(0%);
}

.cart-row-sum {
    clear: both;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.cart-dis {
    width: calc(100% - 300px);
    text-align: left;
}

.cart-free-shipping {
    clear: both;
    float: left;
    width: 35%;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #999;
    padding: 13px 10px;
}

.cart-free-shipping h3 {
    margin: 0;
    color: #3e3e3e;
    font-size: 16px;
}

.cart-free-shipping h3 span {
    color: #e19510;
    white-space: nowrap;
}

.cart-free-shipping > p {
    margin: 0;
}

.cart-free-shipping > p strong {
    white-space: nowrap;
}

.cart-free-shipping > div {
    width: 100%;
    height: 24px;
    margin-top: 3px;
    background-color: #eee;
    color: #3e3e3e;
}

.cart-free-shipping > div p {
    width: 1%;
    min-width: 75px;
    height: 100%;
    margin: 0;
    padding: 5px 7px 4px 0;
    background-color: #006F51;
    color: #fff;
    text-align: right;
}

.cart-cards {
    float: right;
    font-size: 12px;
}

.cart-cards img {
    display: inline-block;
    max-height: 27px;
    margin: 0 0 5px 5px;
    vertical-align: middle;
}

.cart-prev {
    clear: both;
    float: left;
    margin: 30px 0;
}
#cart-step-two .cart-prev {
    margin: 0 0 50px 0;
}

.cart-next {
    float: right;
    margin: 30px 0;
}
#cart-step-two .cart-next {
    margin: 0 0 50px 0;
}

.cart-prev a,
.cart-next a,
.cart-next button {
    display: block;
    height: 52px;
    border: 2px solid #204f69;
    background-color: #fff;
    color: #204f69;
    font-family: SpartanBold;
    transition: all 250ms linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.cart-prev a {
}

.cart-prev a:hover,
.cart-next a:hover,
.cart-next button:hover {
    background-color: #204f69;
    color: #fff;
}

.cart-prev a span {
    float: left;
    display: block;
    width: 190px;
    height: 48px;
    padding-top: 0;
    line-height: 48px;
    transition: all 350ms linear;
}

.cart-prev span:first-child {
    display: none;
    width: 60px;
    padding-top: 8px;
    line-height: normal;
}

.cart-next a span,
.cart-next button span {
    float: left;
    display: block;
    width: 60px;
    height: 48px;
    padding-top: 8px;
    transition: all 350ms linear;
}

.cart-next a span:first-child,
.cart-next button span:first-child {
    width: 190px;
    padding-top: 0;
    line-height: 48px;
}

.cart-next span + span {
    display: none;
}

.cart-next img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.step2-wrap {
    float: left;
    width: 48%;
    padding: 0 0 10px;
}

.step2-wrap + .step2-wrap {
    float: right;
}

.step2-wrap.woocommerce-shipping-fields {
    clear: both;
    float: none;
    margin: 20px auto;
}

.step2-wrap .wrap-reg {
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
    overflow: auto;
}

.step2-wrap .wrap-reg label {
    width: 105px;
    margin: 0 20px 0 0;
    text-align: right;
}

.step2-wrap .wrap-reg input.form-control, 
.step2-wrap .wrap-reg select.form-control, 
.step2-wrap .wrap-reg textarea.form-control {
    width: calc(100% - 125px);
    height: 35px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
}

.step2-wrap .wrap-reg label.error {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 10px;
    color: #ff0000;
    font-size: 12px;
    z-index: 3;
}

.specialtelefon {
    position: relative;
}

.specialtelefon #prefix {
    position: absolute;
    top: 2px;
    left: 140px;
    width: 40px;
    height: 31px;
    padding: 0;
    border: 0;
    z-index: 2;
}

.global_login_page .specialtelefon #prefix {
    top: 4px;
    left: 100px;
}

.profile-box .specialtelefon #prefix {
    top: 4px;
    left: 155px;
}

.specialtelefon #phone {
    padding-left: 60px;
}

.ares-text {
    color: #E41B23;
    text-align: left;
}

.chkspolecnost {
    padding: 10px 0;
}

.label-reset {
    clear: both;
    display: flex;
}

.label-reset label {
    width: 105px;
    margin: 0 20px 0 0;
    text-align: right;
}

.label-reset textarea.form-control {
    width: calc(100% - 125px);
    height: 135px;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #c7c7c7;
}

.password-strength {
    position: relative;
}

#password-strength, #password-strength2 {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    color: #006F51;
    font-size: 12px;
    text-align: center;
}

.polefirma {
    display: none;
}

.info_doprava_free {
    color: #006F51;
    font-weight: bold;
}

#third-cart-step {
    background-color: #fff;
}

#third-cart-step #shipping,
#third-cart-step #payment {
    display: inline-block;
    width: 49.8%;
    vertical-align: top;
}

.payment_methods {
    display: inline-block;
    width: 80%;
    text-align: left;
}

.payment_methods p {
    margin: 10px 0;
}

.payment_methods li {
    position: relative;
    padding: 20px 0 15px 10px;
    border-top: 1px solid #eee;
}

.payment_methods li svg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 75px;
}

.shipping_img {
    position: absolute;
    top: 20px;
    left: 0;
}

.shipping_img img {
    max-width: 75px;
}

.payment_box.payment_method_bacs {
    padding: 15px 0 0 25px;
}

.payment_methods li .vyber_doprava {
    display: block;
    font-weight: 600;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#customer_details .dodac_adress_form{
    display: none;
}

#customer_details .dodac_adress_formactive{
    display: block;
}

.disableShipping {
    text-decoration: line-through;
    cursor: not-allowed;
}

.checkout-shipping {
    color: #006F51;
    font-weight: 600;
}

#final-form {
    padding: 20px 0 5px;
    background-color: #fff;
}

#final-form #table_shop {
    width: 100%;
}

#final-form #table_shop td,
#final-form #table_shop th {
    padding: 5px;
}

#final-form #table_shop thead th,
#final-form #table_shop .order-total th {
    background-color: #888;
    color: #fff;
}

#final-form #table_shop tr th:first-child,
#final-form #table_shop tr td:first-child {
    padding-left: 10px;
    text-align: left;
}

#final-form #table_shop tbody tr:nth-child(2n+1) td {
    background-color: #f3f3f3;
}

#final-form #table_shop th {
    background-color: #e3e3e3;
}

.platbykosikvypis .payment_methods {
    visibility: hidden;
}

.souhrndatacart {
    display: flex;
    text-align: left;
}

.souhrndatacart > * {
    flex: 0 0 50%;
    padding-right: 20px;
}

.cart_item_code {
    font-size: 11px;
    font-weight: bold;
}

.descvariant {
    font-weight: 700;
    color: #4CAF50;
}

.checkout-conditions {
    position: relative;
    padding: 0 10px 20px 0;
    text-align: right;
}

.checkout-conditions label.error {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #e41b23;
}

.doba_dodani{
    display: none;
}

#loadingGIFCart .saving{
    font-size: 18px;
}

.error-mes {
    color: #E41B23;
}

.error-content span {
    display: block;
}

.profile {
    clear: both;
    text-align: left;
}

#history_order_table{
    padding-top:8px;
    font-size:13px;
}

.table {
    border: 2px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f7f7f7;
    empty-cells: show;
}

.table th,
.table td {
    padding: 5px;
    border: 1px solid #fff;
}
.table td {
    font-size: 13px;
}

.modal#pdf_history_polozky {
    max-width: 1000px;
}

.btn-grey {
    padding: 3px 4px;
    border: 1px solid #000;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.hiddenScroll{
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.scrolltop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url('../img/arrow-up.png') no-repeat center center;
    background-size: contain;
    transition: all 350ms linear;
    cursor: pointer;
}

.scrolltop:hover {
    transform: scale(1.05);
}

.text-mobile {
    display: none;
}

input.form-control {
    height: 35px;
    margin: 10px 10px 20px 0;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
}

.nav-mobile {
    display: none;
    position: fixed;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    border: 1px solid #006F51;
    background-color: #333;
    font-size: 0;
    transition: all 300ms linear;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 49;
}
.nav-mobile.active {
    border: 1px solid #000;
    background-color: #006F51;
}

.nav-mobile span {
    display: block;
    position: absolute;
    top: 13px;
    left: 7px;
    right: 7px;
    height: 2px;
    background-color: #fff;
    transition: all 300ms linear;
}
.nav-mobile.active span {
    transform: rotate(180deg);
}

.nav-mobile span:before,
.nav-mobile span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: " ";
}
.nav-mobile span:before {
    top: -6px;
    transform-origin: top right;
    transition: transform .3s, width .3s, top .3s;
}
.nav-mobile span:after {
    bottom: -6px;
    transform-origin: bottom right;
    transition: transform .3s, width .3s, bottom .3s;
}
.nav-mobile.active span:before,
.nav-mobile.active span:after {
    width: 50%;
    background-color: #fff;
}
.nav-mobile.active span:before {
    top: 0;
    transform: translateX(8px) translateY(1px) rotate(45deg);
}
.nav-mobile.active span:after {
    bottom: 0;
    transform: translateX(8px) translateY(-1px) rotate(-45deg);
}

.select2-container {
    margin: 3px 0;
}

.quantity_input_system {
    float: left;
    padding: 0 10px 0 0;
    overflow: auto;
}

.quantity_input_system #number {
    float: left;
    display: block;
    width: 40px;
    height: 30px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}

.quantity_input_system #number::-webkit-inner-spin-button,
.quantity_input_system #number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity_input_system #decrease, 
.quantity_input_system #increase {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #777;
    font-size: 16px;
    transition: all 350ms linear;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.quantity_input_system #decrease {
    border-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.quantity_input_system #increase {
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.quantity_input_system #decrease:hover, 
.quantity_input_system #increase:hover {
    background-color: #fafafa;
}

.jednotka_detail {
    float: left;
    position: relative;
    top: 8px;
    margin: 0 0 0 5px;
}

.mnozstevni_sleva_nadpis {
    font-weight: 600;
    text-transform: uppercase;
}

.select2-results__option[aria-selected] {
    text-align: left;
}

#add_to_cart_diag .product-info-kosik img {
    max-height: 270px;
}

#add_to_cart_diag .btn-kosik {
    display: inline-block;
}

#add_to_cart_diag .btn-kosik a {
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

#add_to_cart_diag .btn-kosik a:hover {
    background-color: #054333;
}

#add_to_cart_diag .slick-slide {
    padding: 0 10px;
}

#add_to_cart_diag .item-image {
    height: 150px;
    margin: -5px 0;
}

#add_to_cart_diag .item-title {
    height: 33px;
    font-size: 15px;
}

#add_to_cart_diag .item-price {
    margin: -10px 0;
    font-size: 16px;
}

#rt-error-body .error-content p {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
}

#rt-error-body .main_link, 
#rt-error-body .contact-link {
    display: block;
    margin: 0 5px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #006F51;
    color: #fff;
    text-decoration: none;
}

#rt-error-body .main_link:hover, 
#rt-error-body .contact-link:hover {
    background-color: #054333;
}

.pin_modul > div:first-child {
    float: left;
    width: 48%;
}

.pin_modul .pin_selected {
    float: right;
    width: 48%;
}

.pin_modul .pin_selected span, .leaflet-marker-icon .material-icons {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px 0 0;
    background: url('../img/bg-circle-wh.png') no-repeat center center;
    background-size: 30px 30px;
    color: #a20a18;
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-style: normal;
    transition: all 350ms linear;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.pin_modul .pin_selected span:hover, .leaflet-marker-icon .material-icons:hover, 
.pin_modul .pin_selected .active span, .leaflet-marker-icon .material-icons.active {
    color: #fff;
    background: url('../img/bg-circle-red.png') no-repeat center center;
    background-size: 30px 30px;
}

.leaflet-popup-pane {
    top: auto;
    bottom: 36px;
}

.leaflet-popup-content-wrapper {
    padding: 1px 10px 1px 1px;
    box-shadow: none;
}

.leaflet-popup-content {
    margin: 0 10px;
    line-height: normal;
}

.leaflet-popup-content p {
    margin: 3px 0;
}

.userPic {
    position: relative;
    top: 3px;
    left: 5px;
    max-height: 20px;
}


.variant_popis {
margin: 0;
padding: 0;
list-style-type: none;
}

.variant_popis li {
counter-increment: step-counter;
margin-bottom: 10px;
}

.variant_popis li:before {
content: counter(step-counter);
margin-right: 5px;
font-size: 80%;
background-color: rgb(62, 62, 62);
color: white;
font-weight: bold;
padding: 3px 8px;
border-radius: 3px;
}

.variant_popis img {
    max-height: 20px;
    margin: -5px 0 -5px 5px;
}

.jednotka_kosik {
    position: relative;
    top: 5px;
    display: inline;
    margin: 0 0 0 5px;
}

.cart-row {

height: auto;

}


input.form-control {

padding: 0;

}

.cart-amount input.form-control {
margin: 0;
padding: 0;
}

.kosik_no_items {
    list-style-type: none;
    overflow: auto;
}

.kosik_no_items li {
    float: left;
    width: 20%;
    padding: 0 10px 10px;
    text-align: center;
}

.kosik_no_items li img {
    display: block;
    max-height: 60px;
    margin: 0 auto 10px;
}

.lg-outer.lg-visible {
    text-align: center;
}

.lg-backdrop.in {
    opacity: .9;
}

.gm-style-mtc:last-child {
    display: none;
}

.btn-large {
    padding: 10px 50px;
}

.reservation .message {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1330px) {
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    #third-cart-step #shipping, #third-cart-step #payment {
        display: block;
        width: auto;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .profile-right,.profile-left{
        width: 100%;
        float: none;
    }
    .mobile_cart {
        display: block;
    }
    .cart-f ul.cart-progress {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 15px 0 5px;
        background: none;
    }
    .cart-progress li {
        width: auto;
        padding: 0 5px;
        border: 0;
    }
    .cart-progress li.active, .cart-progress li.active:hover {
        background: none;
    }
    .cart-progress li a {
        padding: 0;
    }
    .cart-progress li a span:first-child {
        width: 36px;
        height: 36px;
        border: 2px solid #efefef;
        background-color: #efefef;
        color: #2A2C33;
        line-height: 32px;
        text-align: center;
    }
    .cart-progress li.active a span:first-child, .cart-progress li a:hover span:first-child {
        border: 2px solid #2A2C33;
        background-color: #fff;
    }
    .cart-progress li a span + span {
        display: none;
    }
    .cart-prev a, .cart-next a, .cart-next button {
        font-size: 14px;
    }
    .btn-kosik a {
        max-width: 176px;
    }
    .step2-wrap, .step2-wrap + .step2-wrap {
        float: none;
        width: auto;
        padding: 0;
    }
    #final-form #table_shop,
    #final-form #table_shop tr,
    #final-form #table_shop th,
    #final-form #table_shop td {
        clear: both;
        display: block;
        text-align: left;
    }
    #final-form #table_shop tr {
        padding: 5px 0;
    }
    #final-form #table_shop td, #final-form #table_shop th {
        width: 100%;
        padding: 1px 10px;
    }
    #final-form #table_shop thead {
        display: none;
    }
    #final-form #table_shop .text-mobile {
        float: left;
        display: block;
        width: 120px;
        padding-top: 1px;
        font-size: 12px;
    }
    #final-form #table_shop tr.mobile-hide, #final-form #table_shop th.mobile-hide, #final-form #table_shop td.mobile-hide,
    .mobile-hide {
        display: none;
    }
    #final-form #table_shop tbody {
        display: block;
        width: 100%;
    }
    #final-form #table_shop tr {
        border-top: 1px solid #dedede;
    }
    #final-form #table_shop tr.order-total {
        border-top: 1px solid #2A2C33;
    }
    #final-form #table_shop th, #final-form #table_shop tbody tr:nth-child(2n+1) td, #final-form #table_shop thead th, #final-form #table_shop .order-total th {
        background-color: transparent;
        color: #2A2C33;
    }
    #final-form #table_shop tr th:first-child, #final-form #table_shop tr td:first-child {
        padding-left: 0;
    }
    #final-form #table_shop th, #final-form #table_shop td {
        text-align: right;
    }
    #final-form #table_shop th:nth-child(n+2) {
        font-weight: normal;
    }
    #final-form #table_shop .order-total th:nth-child(n+2) {
        font-weight: bold;
    }
    #final-form #table_shop .order-total th:nth-child(n+2) span {
        font-weight: normal;
    }
    #final-form #table_shop .text-mobile {
        text-align: left;
    }
    .product-name p {
        font-size: 11px;
    }
    .product-name strong {
        font-weight: normal;
    }
    .product-total .amount {
        color: #006F51;
    }
    #final-form #table_shop tr.order-total th:first-child {
        padding-bottom: 15px;
    }
    .souhrndatacart {
        display: block;
    }
}

@media (max-width: 485px) {
    .login-window.modal input[type="text"], .login-window.modal input[type="email"], .login-window.modal input[type="password"], 
    .login-window.modal input[type="submit"] {
        display: block;
        max-width: 100%;
        margin-left: 0;
    }
    .cart-prev,
    #cart-step-two .cart-prev {
        float: none;
        margin: 30px 0 10px;
    }
    .cart-next {
        float: none;
        margin: 10px 0 30px;
    }
    .cart-next button {
        width: 100%;
    }
    .cart-prev a span,
    .cart-next a span:first-child,
    .cart-next button span:first-child {
        width: 100%;
        padding-top: 8px;
        padding-top: 0;
    }
    .payment_methods {
        display: block;
        width: auto;
    }
    .checkout-conditions {
        padding-bottom: 35px;
    }
}
