﻿.cb-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

    /* Hide the browser's default checkbox */
    .cb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
    background-color: #222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label {
    font-weight: normal;
}
.no-dph {
    color: #999;
    font-weight: 400;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
.vies-validator {
    position: relative;
}
    .vies-validator span {
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 99;
        font-size: 20px;
    }
    .vies-validator .store-icon-check-solid {
        color: green;
    }
    .vies-validator .store-icon-search-solid {
        color: gainsboro;
    }
    .vies-validator .store-icon-minus-solid {
        color: red;
    }
.touch-x {
    white-space: nowrap;
    overflow-x: auto;
}
    .touch-x::-webkit-scrollbar {
        display: none;
    }
.touch-content {
    font-size: 0;
    display: block;
    width: auto;
}

/* Slider base */
.slider-header {
    position: absolute;
    top: 105px;
    width: 100%;
    text-align: center;
}

    .slider-header h1 {
        font-size: 24px;
        color: #124191;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }

    .slider-header h2 {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        margin: 5px 0 0 0px;
        padding: 0px;
    }

.slider-header.bw {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}

    .slider-header.bw h1 {
        font-size: 48px;
        color: #fff;
        font-weight: 100;
    }

    .slider-header.bw h2 {
        font-weight: 500;
        color: #fff;
    }
.slide-logo {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
}
.slide-logo img {
    width: 240px;
    object-fit: unset !important;
    max-height: initial !important;
    min-height: initial !important;
}
.slider-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
}

    .slider-controls button {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        background: #124191;
        color: #fff;
        border: none;
        padding: 5px 15px;
    }

        .slider-controls button:hover {
            background: #fff;
            color: #124191;
        }

slider-controls.bw {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
}

.slider-controls.bw button {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
}

    .slider-controls.bw button:hover {
        background: #fff;
        color: #124191;
    }

@media(max-width: 1023px) {
    .slide-logo {
        
        top: 15px;

    }

        .slide-logo img {
            width: 120px;
            
        }
    .slider-header.bw {
        top: 40px;
    }
    .slider-header {
        top: 60px;
    }

        .slider-header h1 {
            font-size: 16px;
            font-weight: 500;
        }
        .slider-header.bw h1 {
            font-size: 24px;
            
        }

        .slider-header h2 {
            display: none;
        }
    .slider-controls.bw button {
        bottom: 60px;
        padding: 5px 10px;
    }

}

@media(max-width: 767px) {
  
    .kosik-item > .d-flex, .objednavka-item > .d-flex {
        flex-wrap: wrap;
    }

    .kosik-item-head, .kosik-item-body, .objednavka-item-head, .objednavka-item-body {
        width: 100%;
    }

        .kosik-item-body .kosik-cena {
            width: 100%;
        }

    .kosik-item-head, .kosik-item-body {
        width: 100%;
    }
    .k-wrap .page-header {
        margin: 0px;
    }
    .alert-dismissable .close, .alert-dismissible .close {
        right: auto;
    }
    .slider-header {
        top: 40px;
    }

        .slider-header h1 {
            font-size: 14px;
            font-weight: 500;
        }

        .slider-header h2 {
            display: none;
        }

    .slider-controls button {
        font-size: 12px;
        padding: 3px 10px;
    }

    .slider-controls {
        bottom: 15px;
    }
}
.controls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-control {
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.07), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.1);
    font-weight: 500;
    border-radius: 0.5rem;
    margin: 2px 15px 5px 0px;
    color: #000;
}

    .btn-control:hover {
        background: #f7f7f7;
    }


 
@media(min-width: 1100px) {
    .modal-lg {
        width: 1040px;
    }
}

.input-lg {
    font-size: 24px;
    font-weight: 500;
}
/*
.ml-1 {
    margin-left: 0.5rem;
}
.ml-2 {
    margin-left: 1rem;
}
.mr-1 {
    margin-right: 0.5rem;
}
.mr-2 {
    margin-right: 1rem;
}
.pr-2 {
    padding-right: 1rem;
}
.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.font-medium {
    font-weight: 500;
}
.w-15 {
    width: 15%
}

.w-50 {
    width: 50%
}

.w-25 {
    width: 25%
}
 */
.w-1-3 {
    width: calc(33.3333% - 1rem)
}
.flex-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}*/
.break {
    flex-basis: 100%;
    height: 0;
}
/*.text-xxs {
    font-size: 1.325rem;
}
.text-xl {
    font-size: 1.825rem;
}*/
.text-gray-400 {
    color: #757575 !important;
}
/*
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-between {
    justify-content: space-between
}
.justify-content-center {
    justify-content: center
}
.align-items-center {
    align-items: center;
}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}*/
.row-img{
    max-height: 48px;
    max-width: 48px
}

.kosik-item {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.07), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.1);
}
.kosik-cena, .kosik-cena-ks {
    font-size: 15px;
    font-weight: 500;
    color: #379837;
     
}
.kosik-pocet {
    min-width: 32px;
}
.kosik-obrazok, .kosik-actions {
    text-align: center;
}

.kosik-obrazok {
    min-height: 48px;
    min-width: 48px;
}

    .kosik-obrazok img {
        max-height: 48px;
        max-width: 48px;
    }
.kosik-nazov-title {
    width: 100%;
    font-weight: 500;
    font-size: 0.875rem
}
@media (min-width: 768px) {

    .kosik-pocet {
        min-width: 80px;
    }

    .kosik-pocet-control {
        width: 110px;
    }
}
@media(max-width: 767px) {
    .btn-control {
        margin: 2px 5px 5px 0px;
    }
    .w-xs-50 {
        width: 50%!important;
    }
    .w-xs-100 {
        width: 100% !important;
    }

    .controls {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
    
    .kosik-nazov-title, .kosik-nazov {
        white-space: normal !important;
    }

        .kosik-nazov-title a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
            -webkit-box-orient: vertical;
             
        }

    .kosik-cena, .kosik-cena-ks {
        font-size: 0.875rem;
    }
}
.cXL {
    width: 1.125rem;
    height: 1.125rem;
}
.card {
    box-shadow: 0 1px 1px 0 rgba(0,0, 0, .07), 0 2px 1px -1px rgba(0,0,0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
    border: none;
    margin-bottom: 15px;
    border-radius: 0.5rem !important;
    padding: 15px;
}

.card-body p {
    margin: 0px;
}

.card-title {
    font-weight: 500;
    font-size: 0.9375rem;
    margin: 0;
}