/* Cookie law block */
.cookie-law-box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
    border-top: 5px solid;
    padding: 10px 20px;
    text-align: center;
    display: none;

    p {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        font-size: 0.875em;
    }

    .cookie-law-buttons {
        display: inline-block;

        a {
            cursor: pointer;
            color: inherit;
            text-decoration: underline;
            display: inline-block;
        }

        .cookie-law-confirm {
            padding: 5px 10px;
            text-decoration: none;
            margin-right: 10px;
        }

        .cookie-law-reject {
            padding: 5px 10px;
            text-decoration: none;
            margin-right: 10px;
        }

        .cookie-law-2022 {
            font-weight: bold;
        }
    }
}

/* out of stock */
.mail-watch-form label {
    cursor: pointer;
}

.mail-watch-form-input {
    display: none;
}

#fixed-bottom-box {
    position: fixed;
    left: 5px;
    padding: 0px 15px;
    bottom: 15px;
    z-index: 8000;
}

/* Users online box */
.users-online-box {
    background: #fffcd2 none repeat scroll 0 0;
    color: black;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #888;
    font-size: 12px;
    padding: 10px 0px;
    display: block;
    width: 200px;
    height: auto;
    margin: 10px 5px;
    position: relative;
}

.users-online-box div.text {
    line-height: 1.25em;
    padding-left: 10px;
    padding-right: 20px;
}

div.icon-close {
    cursor: pointer;
    font-family: 'Titillium Web';
    position: absolute;
    top: 0px;
    right: 0px;
    font-style: normal;
    font-size: 10px;
    line-height: 1em;
    padding: 5px 5px;
    display: block;
    border-radius: 2px;
}

@media screen and (max-width:1200px) {
    #fixed-bottom-box {
        display: none
    }
}

/* Sticky floating banner */
.sticky-floating-banner {
    position: absolute;
    z-index: 9;
    left: 0px;
    max-width: 220px;
    display: none;
}

.sticky-floating-banner img,
.sticky-floating-banner-fixed img {
    max-width: 100%;
}

.sticky-floating-banner-fixed {
    position: fixed;
    top: 150px;
    left: 0px;
    max-width: 220px;
    display: none;
    z-index: 10;
}

@media(min-width: 1400px) {

    .sticky-floating-banner,
    .sticky-floating-banner-fixed {
        display: block;
    }
}

@media(max-width: 1600px) {

    .sticky-floating-banner,
    .sticky-floating-banner-fixed {
        max-width: 120px;
    }
}

.sticky-floating-banner-close {
    float: right;
}

.sticky-floating-banner-close:hover {
    cursor: pointer;
}

/* Product strip */
.product-box {
    position: relative;
    text-align: center;
}

.product-box .product-strips {
    position: absolute;
    top: -2px;
    left: -100px;
    margin: 0px;
    width: 100px;
}

.product-strip {
    font-size: 11px;
    text-align: center;
    color: #fff;
    padding: 2px 5px;
    max-width: 100px;
    display: block;
    clear: both;
    background: #9ed222;
    margin: 1px 0px;
}

.itembox-item .product-strip {
    max-width: 100%;
    margin: 2px 0px;
    font-size: 12px;
}

.product-box .product-strips .product-strip {
    float: right;
    text-align: right;
}

.product-strip.quantity-discount-strip {
    background: #ff7803;
}

.product-strip.discount-strip {
    background: #FF6A6A;
}

.already-in-cart-strip {
    background: #ff7803;
    color: #fff;
    padding: 5px;
    opacity: 0.95;
}

.someone-else-in-cart-strip {
    background: #ff5858;
    color: #fff;
    padding: 5px;
    font-size: 0.8em;
}

.product-stripes-on-list .someone-else-in-cart-strip {
    height: auto !important;
    font-size: 0.9em !important;
}

/* quantity discount */
.quantity-discount-info {
    display: none;
    padding: 10px;
}

.quantity-discount-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.quantity-discount-info ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.25em;
}

.quantity-discount-info ul li:before {
    background: transparent;
}

.quantity-discount-strip {
    cursor: default;
}

.quantity-discount-strip:hover .quantity-discount-info {
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    min-width: 190px;
    left: 0px;
    z-index: 100;
}

/* quantity discount product detail */
div.quantity-discount-product-detail {
    margin-top: 10px;
    border: 1px solid #E3E3E3;
    padding: 5px;
}

div.quantity-discount-product-detail ul {
    margin-bottom: 0px;
    padding-left: 15px;
}

div.quantity-discount-product-detail span {
    font-weight: bold;
}

/* Cart */
.scroll-to-cart {
    cursor: pointer;
}

.cart-item-control {
    width: 85px;
    overflow: hidden;
}

.cart-item-control .cart-item-control-operation {
    cursor: pointer;
    text-align: center;
    line-height: 1em;
    color: #fff;
    margin: 0px 3px;
    float: left;
}

.cart-item-control .cart-item-control-operation.cart-plus {
    background: url(../img/cart_plus.png);
    background-size: 100% 100%;
    margin-top: 3px;
    margin-left: 0px;
    width: 32px;
    height: 32px;
}

.cart-item-control .cart-item-control-operation.cart-minus {
    background: url(../img/cart_minus.png);
    background-size: 100% 100%;
    margin-top: 12px;
    width: 16px;
    height: 16px;
}

.cart-item-control .cart-item-control-operation.cart-clear {
    background: url(../img/cart_clean.png);
    background-size: 100% 100%;
    margin-top: 12px;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .product-col-left {
        float: left;
        box-sizing: border-box;
        width: 35%;
    }

    .product-col-right {
        float: left;
        box-sizing: border-box;
        width: 65%;
        padding-left: 5px;
    }
}

/* Discount */
.discount {
    font-weight: bold;
    font-size: 90%;
}

.discount_price {
    text-decoration: line-through;
    font-style: normal;
}

.discount_price.currency {
    text-decoration: none;
}

.discount_highlight {
    color: red;
}

.discount_text {
    margin-left: 20px;
    display: inline !important;
}

/* Plus button */
.plus-button {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c33c+1,809e27+100 */
    background: #93c33c;
    /* Old browsers */
    background: linear-gradient(to bottom, #93c33c 1%, #809e27 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    cursor: pointer;
    color: #fff !important;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px;
}


/* heureka recenze */
.review-list .review {
    font-size: 14px;
    margin-bottom: 20px;
}

.review-list-vertical {
    max-width: 280px;
}

.review-list.review-list-horizontal .review {
    text-align: left !important;
}

.stars {
    display: inline-block;
    background: url("../img/rating-stars.png") no-repeat;
    width: 55px;
    height: 10px;
}

.stars1 {
    background-position: 0 -40px;
}

.stars2 {
    background-position: 0 -30px;
}

.stars3 {
    background-position: 0 -20px;
}

.stars4 {
    background-position: 0 -10px;
}

.stars5 {
    background-position: 0 0;
}

.review-list .review blockquote {
    padding-bottom: 0px;
    margin-bottom: 3px;
    border: 0px;
    font-style: italic;
    font-size: 14px;
    padding-left: 0px;
    margin-left: 0px;
    quotes: "“" "”" "‘" "’";
}

.review-list .review blockquote:before,
.review-list .review blockquote:after {
    font-size: 40px;
    line-height: 0px;
    position: relative;
    font-family: Arial;
    left: -5px;
}

.review-list .review blockquote:before {
    content: open-quote;
    top: 15px;
}

.review-list .review blockquote:after {
    content: close-quote;
    top: 25px;
}

.review-list .review .review-left {
    float: left;
}

.review-list.review-list-horizontal .review .review-left {
    float: none;
}

.review-list.review-list-horizontal .review .review-right {
    float: none;
}

.review-list .review .review-right {
    float: right;
}


/* Product sold */
.product-sold {
    font-size: 13px;
    text-align: center;
    line-height: 1.25em;
}

/* --- Search --- */
.search-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-input {
    padding: 10px;
    width: 70%;
}

/* --- Voucher --- */
#voucher_recalculate_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

#voucher_error,
#voucher_email_error,
#voucher_already_taken_error {
    display: none;
    color: red;
}

#voucher_min_order_price_error {
    display: none;
    color: red;
}

#voucher_immune2vouchers,
#voucher_immune2vouchers_non_discounted,
.product_immune2vouchers,
.product_immune2vouchers_non_discounted {
    display: none;
    color: #D58A00;
    font-weight: normal;
}

.voucher-ok {
    display: none;
    color: green;
}

/* --- Notification bar --- */
#notification-bar {
    width: 100%;
    min-height: 30px;
    padding-top: 6px;
    margin-bottom: 5px;
    font-size: 1.04em;
    color: white;

    #notification-bar-text {
        width: 95%;
        float: left;
        box-sizing: border-box;
        text-align: center;
    }

    &>.container {
        background-color: inherit;
    }

    #notification-bar-close {
        width: 5%;
        float: left;
        box-sizing: border-box;
        text-align: right;
        font-size: 1.5em;
        margin-top: -6.5px;

        a {
            color: white;
            text-decoration: none;

            &:hover {
                color: darkgrey;
            }
        }
    }
}

@media screen and (max-width:767px) {
    .display-block-sm {
        display: block;
    }
}

table.product-features {
    outline: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 50%;
    border: 1px solid #d6d4d4;
}

table.product-features td {
    padding: 2px 5px;
}

table.product-features td:first-child {
    border-right: 1px solid #d6d4d4;
    font-weight: bold;
}

table.product-features td:nth-child(2) {
    padding-left: 10px;
}

table.product-features tr {
    border-bottom: 1px solid #d6d4d4;
}

table.product-features th {
    padding: 8px 5px;
    font-size: 1.05em;
    text-transform: uppercase;
}

h3.description-long-title {
    color: inherit;
    text-transform: uppercase;
}

@media screen and (max-width:480px) {
    footer ul {
        padding-left: 0px;
    }

    footer ul li {
        list-style: none;
    }
}

img#loading_order_button {
    margin: 10px 0px 10px 0px;
}

/* email friend */
#email-friend-form-success {
    color: green;
    font-size: 1.1em;
}

#email-friend-form-errors {
    color: darkred;
}

#email-friend-form>.email-form-group {
    margin-bottom: 10px;
}

/* flags */

#localized_shops_flags>.flag-href {
    margin-left: 2px;
}

#localized_shops_flags>.flag-href>img,
#localized_shops_flags_mobile_only>.flag-href>img {
    border: 1px solid black;
    height: 12px;
    width: auto;
}

#localized_shops_flags_mobile_only {
    display: none;
}

.flag-href>img.flag-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* upsell */
section#upsell {
    border: 1px solid silver;
    padding-bottom: 10px;

    .itembox-content {
        .row.upsell_multi_control {
            margin: 10px 0;

            input.upsell_multi_input {

                padding: 5px !important;
                width: 100%;

                &::-webkit-outer-spin-button,
                &::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }

                &[type=number] {
                    -moz-appearance: textfield;
                }

                &:focus-visible {
                    outline: 0;
                }

            }

            button.uplsell_multi_button {
                width: 31px;
                height: 31px;
                font-size: 20px;
                font-weight: bold;
                line-height: 0px;
                margin: 0 5px;
                border-radius: 5px;
                border: 0;

                &:hover,
                &:focus,
                &:active {
                    filter: invert(5%);
                }
            }
        }
    }

    h3 {
        margin-bottom: 10px;
        font-size: 1.3em;
        line-height: inherit;
    }

    h3#upsell_clock {
        margin-bottom: 0px;
    }

    a.plus-button {
        padding: 5px !important;

        &.itembox-upsell-multi {
            display: inline-block;
            padding: 7px 20px !important;
            font-size: 18px;

            &:hover,
            &:focus,
            &:active {
                filter: invert(5%);
            }
        }
    }

    /* only for popup */
    &.upsell-popup {
        border: 0px;

        .popup-upsell-buttons {
            margin-top: 25px;
        }

        a.plus-button {
            font-size: 20px;
        }

        a.do-not-add-button {
            vertical-align: middle;
            padding: 5px !important;
            display: inline-block;
            padding: 7px 20px !important;
            font-size: 14px;
            margin-top: 10px;

            &:hover,
            &:focus,
            &:active {
                filter: invert(5%);
            }
        }
    }
}

/*msg amount remaining to free shipping*/
.remaining-to-free-shipping {
    margin-bottom: 10px;
}

p.no_shipping {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    background-color: #FFE4E4;
}

#fancybox-inner .remaining-to-free-shipping {

    /*in fancybox*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.main-order-form .remaining-to-free-shipping {

    /*in cart (order form)*/
    padding: 15px;
    border: 1px solid black;
    display: none;
}

input.full-width-input {
    width: 100%;
    padding-right: 6px !important;
}

/*load saved address msg*/
div#load-saved-address {
    display: none;
    padding: 2px;
}

div#load-saved-address>p>span#load-saved-address-name {
    font-style: italic;
}

div.terms-wrapper {
    max-width: 950px;
    text-align: left !important;
}

/* youtube responsive video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden-not-important {
    display: none;
}

.house-num-col {
    float: left;
    width: 100px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-right: 8px;
}

.clearfix {
    clear: both;
}

#newsletter-info-modal-wrapper {
    text-align: center;
}

.content-product-detail {
    margin: 10px 0px 10px 0px;
}

/* Alternative products */
table.ap-items {
    width: 100%;

    tr {
        border-top: 1px solid grey;

        &:last-child {
            border-bottom: 1px solid grey;
        }

        td {
            vertical-align: center;
            padding: 5px;

            &.ap-img {
                img {
                    max-width: 80px;
                }

                .product-stripes {
                    position: absolute;
                    top: 2px;
                    left: 0;
                }
            }

            &.ap-main {
                padding-left: 15px;

                div.ap-item-title {
                    font-size: 1.04em;
                    padding-bottom: 4px;
                }
            }

            &.ap-add-to-cart {
                padding-left: 15px;
                width: 80px;
                text-align: right;

                a.plus-button {
                    margin-top: 4px;
                    padding-bottom: 6px;
                }
            }
        }
    }
}

div.ap-show-more {
    margin-top: 10px;
}

table.ap-more-items {
    display: none;

    tr:first-child {
        border-top: none;
    }
}

.not-active-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

#form input.val_error,
input.val_error {
    border: 2px solid red !important;
}

input[type="checkbox"].val_error {
    box-shadow: 0px 0px 1px 1px red !important;
}

.yt-video {
    margin-top: 20px;
}

.relative {
    position: relative;
}

/* quantity pop up */
.stored-count-popup,
.stored-count-fake-popup {
    display: none;
    position: absolute;
    top: -10px;
    padding: 3px;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    z-index: 5;
}

.stored-count-popup:hover,
.stored-count-fake-popup:hover {
    display: block;
}

.products-list .stored-count-popup,
.products-list .stored-count-fake-popup {
    width: initial;
    top: -50px;
}

.stored-count:not(.fake-count):hover+.stored-count-popup,
.stored-count:not(.fake-count):focus+.stored-count-popup,
.stored-count.fake-count:hover+.stored-count-fake-popup,
.stored-count.fake-count:focus+.stored-count-fake-popup {
    display: block;
}

/* spam protection */
input[name="halusky1"],
input[name="halusky2"],
input[name="halusky3"],
input[name="halusky4"],
input[name="c_form_lastname"],
input[name="c_form_email"] {
    display: none !important;
}

/* Order product table */
.order-product-table .image-placeholder,
.order-product-table .image-wrapper {
    float: left;
}

@media screen and (max-width: 510px) {
    .order-product-table .image-placeholder {
        display: none;
    }

    .order-product-table .image-wrapper {
        float: none;
    }
}

/* divided shipping and payment */
.shippings_divided {
    ul {
        list-style-type: none;
        padding-left: 0px;
    }

    input[type="radio"] {
        width: 20px;
        height: 20px;
        vertical-align: text-bottom;
        margin-right: 10px;
    }

    label:hover,
    input[type="radio"]:hover {
        cursor: pointer;
    }
}

/* motivating box */
.motivating-box {
    border: 1px solid #E3E3E3;
    padding: 5px;
    font-weight: bold;

    .motivating-box-text:before {
        position: relative;
        z-index: 10000;
        top: 8px;
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
    }

    .motivating-box-sold:before {
        background: url(../img/man-user.png) no-repeat;
        background-size: 16px 16px;
    }

    .motivating-box-online:before {
        background: url(../img/eye.png) no-repeat;
        background-size: 16px 16px;
    }
}


/* selectize */
.selectize-control input[type="select-one"],
.selectize-control div.item,
.selectize-dropdown [data-selectable].option {
    font-size: 14px;
}

.ship-branch-czech-post,
.ship-branch-paczkomat,
.ship-branch-hungary-post {
    width: 100%;
}

/* owl carouse */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel-gallery .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel-gallery .owl-nav button.owl-prev {
    font-size: 1.8em;
    bottom: 1em;
    background: transparent;
    border: 0px;
    outline: none;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none;
}


.img-responsive-editor {
    max-width: 100%;
    height: auto !important;
}

.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99982;
}

.cart_hide_inactive_payment_message,
.cart_hide_inactive_shipping_message {
    margin-left: 5px;
    font-style: italic;
}

/* order deadline */
.delivery-date {
    .order-deadline,
    .order-delivery-date,
    .order-pickup-open-hour,
    .order-pickup-close-hour {
        font-weight: bold;
    }
}

.delivery-date-show-popup .order-deadline,
.delivery-date-show-popup .order-delivery-date {
    text-decoration: underline dashed;
}

.delivery-date-show-popup:hover .delivery-date-popup {
    display: block;
}

.delivery-date-popup {
    display: none;
    position: absolute;
    top: 2em;
    text-align: center;
    padding: 3px;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    z-index: 5;
}

img.product-features-image {
    height: 40px;
    float: right;
}

.fancybox-slide--video {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

._thumb_50 {
    height: 50px;
    width: auto;
}

.youtube-thumbnail-img {
    max-height: 100%;
    max-width: 10%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.7;
    filter: brightness(50%);
}

.youtube-thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 460px;
}

.youtube-thumbnail-bg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    display: none;
}

.youtube-thumbnail:hover .youtube-thumbnail-bg {
    display: block;
}

.youtube-thumbnail:hover .youtube-thumbnail-img {
    opacity: 1;
    filter: brightness(100%);
}

@media screen and (max-width: 991px) {
    .youtube-thumbnail {
        height: 300px;
    }

    .youtube-thumbnail-bg {
        height: 20px;
        width: 20px;
    }
}

@media screen and (max-width: 550px) {
    .youtube-thumbnail {
        height: 320px;
    }
}

@media screen and (max-width: 450px) {
    .youtube-thumbnail {
        height: 260px;
    }
}

@media screen and (max-width: 350px) {
    .youtube-thumbnail {
        height: 180px;
    }
}

.product figure .img_description_layer.img_description_layer_image {
    padding: 0px;
}

.upsell-popup {
    max-width: 900px;
}

.typo-domain-msg {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.phone-validation-msg,
.street-validation-msg {
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
}

p.order_submit_msg {
    margin: 1em 0 0.2em 0 !important;
}

/* bootrap 3 fallback */
.my-mt-3 {
    margin-top: 1rem !important;
}

.my-me-3 {
    margin-right: 1rem !important;
}

.my-md-3 {
    margin-bottom: 1rem !important;
}

.my-ms-3 {
    margin-left: 1rem !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:470px) {
    div.terms-wrapper {
        max-width: 100%;
        text-align: left !important;
    }
}


.cta_buttons {
    border: 1px solid #e5e5e5;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 10px;

    .link a {
        color: black;
        text-decoration: underline;
    }

    .title {
        font-size: 20px;
        font-weight: bold;
    }

    .title,
    .text {
        margin-bottom: 8px;
    }

    &.cta_warning {
        border-left: 6px solid #f90006;

        .title {
            color: #f90006;
        }
    }

    &.cta_tip {
        border-left: 6px solid #f48a2b;

        .title {
            color: #f48a2b;
        }
    }

    &.cta_cta {
        border-left: 6px solid #40af10;

        .title {
            color: #40af10;
        }
    }
}

#cookie-law-modal-detail {
    .modal-body {
        max-height: calc(100vh - 250px);

        a {
            text-decoration: underline;
        }

        .form-switch {
            padding-left: 0;
            margin-left: 0;

            .cookie-checkbox-stop-propagation {
                height: 22px;
            }
        }

        .accordion-button:not(.collapsed) {
            color: unset;
            background-color: unset;
            box-shadow: unset;
        }

        .accordion-button {
            font-weight: bold;
            padding-left: 10px;
        }
    }
}

.img-gallery-shortcode {
    width: 100%;
    box-sizing: border-box;

    @media only screen and (min-width: 800px) {
        width: 60%;
    }

    .img-gallery-shortcode-main {
        margin-bottom: 5px;
        text-align: center;

        img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
    }

    ul.gallery-shortcode-images {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        _justify-content: space-between;

        &>li {
            width: calc(100% / var(--li-count));
            /*_flex-basis:calc(100% / 2 - 10px);*/
            position: relative;
            cursor: pointer;
            margin-bottom: 1px;

            &:last-child {
                margin-right: 0;
            }

            .more-gallery {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background-color: rgba(0, 0, 0, .7);
                transition: all .2s ease-in-out;
                color: #fff;
                text-align: center;
                display: flex;
                justify-content: center;
                align-content: space-around;
                flex-direction: column;
                flex-wrap: wrap;
                align-items: center;
            }
        }

        li~li {
            margin-left: 5px;
        }

        li img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }
    }
}

img.fancybox-universal {
    cursor: pointer;
}

form.contact_form {
    transition: all .2s ease-out;
    padding: 20px 25px;
}

.socialni-site {
    margin: 10px 0px;
    overflow: hidden;

    .social-link {
        float: left;
        margin-right: 10px;
        display: block;

        img {
            vertical-align: top;
        }
    }
}

input[name="c_form_time"] {
    display: none !important;
}
