.mk-input {
    width: 100%;

    font-size: 16px;
    line-height: 16px;
    color: black;
    background-color: white;

    border: 1px solid #D3D3D3;
    border-radius: 5px;

}

.mk-input::placeholder {
    color: #848484;
}

.mk-input.cursive {
    font-style: italic;
}

.mk-btn {

    display: inline-block;
    padding: 12px 15px;


    border: 1px solid #D3D3D3;
    border-radius: 5px;

    background-color: #F8F8F8;

    line-height: 14px;
    cursor: pointer;
    -webkit-user-drag: none;
}

.mk-btn:hover {
    text-decoration: none;
}

.mk-btn.mk-primary {
    color: white;
    background: rgb(187, 5, 8);
    background: linear-gradient(0deg, rgba(187, 5, 8, 1) 0%, rgba(233, 8, 12, 1) 100%);

    font-weight: bold;
    font-size: 18px;

    border: 0;
    box-shadow: 0 2px 2px rgba(216, 0, 0, 0.27);
}

.mk-btn.mk-primary:hover {
    background: rgb(210,12,15);
    background: linear-gradient(0deg, rgba(210,12,15,1) 0%, rgba(234,9,13,1) 100%);
}

.mk-btn.mk-primary.loading {
    background-color: rgb(210,12,15);
}


.mk-btn.mk-green {
    color: white;
    background: rgb(0,172,8);
    background: linear-gradient(180deg, rgba(0,172,8,1) 0%, rgba(0,172,8,1) 50%, rgba(0,136,6,1) 100%);

    font-weight: bold;
    font-size: 16px;

    border: 0;
}

.mk-btn.mk-green:hover {
    background: rgb(0, 136, 6);
    background: linear-gradient(180deg, rgba(0,136,6,1) 0%, rgba(0,136,6,1) 50%, rgba(0,172,8,1) 100%);
}

.mk-ab-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.mk-ab-notification::after {
    content: 'x';
    position: absolute;
    top: -1px;
    right: -15px;
}

.mk-i {
    width: 15px;
    height: 15px;
    background-image: url('/img/svg/mk-i.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

/* ESH-2685 */
#carrierTable tr[data-esh2685="esh2685-var-2"] .mk-i {
    background-image: url('/img/svg/mk-i-green.svg');
}

.mk-category {
    display: inline-block;
    position: relative;

    width: 196px;
    height: 41px;
    box-sizing: border-box;
    line-height: 19px;

    padding: 8px 28px 8px 13px;

    border-width: 3px;
    border-color: #C2C2C2;
    border-radius: 5px;
    border-style: solid;

    text-align: left;
    font-size: 15px;
    font-weight: bold;

    box-shadow: 0 2px 0 #ECECEC;
    
    white-space: pre;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.mk-category:hover {

    text-decoration: none;
    box-shadow: none;
}

.mk-category::after {
    content: ' ';
    position: absolute;
    width: 6px;
    height: 10px;
    top: 13px;
    right: 14px;
    background: url('/img/svg/arrow_1_grey.svg') no-repeat 0 0;
    background-size: 6px 10px;
}

.mk-sort {
    display: inline-block;
    font-size: 0;
}

.mk-sort li {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    background-color: #f5f5f5;
}

.mk-sort li a {
    display: inline-block;
    border: 1px #D3D3D3 solid;
    border-right: none;
    padding: 11px 15px;
    height: 19px;
}

.mk-sort li a,
.mk-sort li a:hover {
    text-decoration: none;
}

.mk-sort li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.mk-sort li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px #D3D3D3 solid;
}

.mk-sort li a.selected,
.mk-sort li.selected a {
    border-color: #108A00;
    color: #1E5613;
    font-weight: bold;
    background-color: #fafdfa;
}

.mk-sort li.selected + li a {
    border-left-color: #108A00;
}

@media screen and (max-width: 1280px) {

    .mk-category {
        width: 242px;
    }

}

@media screen and (max-width: 450px) {

    .mk-ab-notification {
        left: 128px;
        width: 120px;
        text-align: center;
        font-size: 12px;
        height: 12px;
        line-height: 12px;
        border-radius: 5px;
    }
}

.mk-double-range {
    height: 30px;
    position: relative;
}

.mk-double-range input[type='range'] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 30px;
    width: 100%;
    cursor: pointer;
    bottom: 0;
    background-color: transparent;
}

.mk-double-range input[type='range']::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #CDCDCD;
    background-color: #F8F8F8;
    appearance: none;
    -webkit-appearance: none;
}

.mk-double-range input[type='range']::-moz-range-thumb {
    /* must be duplicated */
    /* same as ::-webkit-slider-thumb */
    pointer-events: all;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background-color: #F8F8F8;
    appearance: none;
    -webkit-appearance: none;
}

.mk-double-range .line-wrapper {
    position: absolute;
    height: 8px;
    width: 100%;
    top: calc(100% / 2 - 4px);
    /*background-color: red;*/
    padding: 0 10px;
    box-sizing: border-box;
}

.mk-double-range .line-wrapper .background-line {
    background-color: #F8F8F8;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.mk-double-range .line-wrapper .range-line {
    background-color: #D20C0F;
    height: 100%;
    position: absolute;
    top: 0;

    width: 0; /* computed by js */
    left: 0; /* computed by js */
}

/* automatically display horizontal scroll shadow */
/* event handlers are in tools.js */
.mk-scrollable-x {
    position: relative;
    overflow-x: hidden;
}

.mk-scrollable-x > *:first-child {
    overflow-x: auto;
}

.mk-scrollable-x.-not-at-min::before,
.mk-scrollable-x.-not-at-max::after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    z-index: 1;
}

.mk-scrollable-x.-not-at-min::before {
    left: 0;
    /*background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.2));*/
    background: radial-gradient(ellipse 100% 50% at left, rgba(0, 0, 0, 0.4), transparent);
}

.mk-scrollable-x.-not-at-max::after {
    right: 0;
    /*background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2));*/
    background: radial-gradient(ellipse 100% 50% at right, rgba(0, 0, 0, 0.4), transparent);
}


.mk-category.mk_subcategory_hover:hover:after{
    background: url('/img/svg/arrow_1_dark_grey.svg') no-repeat 0 0;
}

.mk-category.mk_subcategory_hover:hover{
    border-color: #9f9f9f;
}

.mk-category.mk_subcategory_hover{
    background-size: 400% 400% ;
    background-position: 100% 0%;
}

.mk-category.mk_subcategory_hover:hover{
    background-position: 0% 0%;
}

.mk-category.cat_name{
    border-width: 1px;
    box-shadow: 0 3px 0 #c2c2c2 !important;
}

.mk-category.cat_name.mk_subcategory_hover:hover{
    box-shadow: 0 3px 0 #9f9f9f !important;
}


@keyframes mk-ph-shimmer {
    0%{
        background-position: left -120px top 0;
    }
    50%, 100% {
        background-position: right -120px top 0;
    }
}

.mk-placeholder-loader {
    position: relative;
}

.mk-placeholder-loader .mk-ph-box,
.mk-placeholder-loader.mk-ph-box {
    border-radius: 4px;
    background-color: #f5f5f5!important;
}

.mk-placeholder-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, rgba(0, 0, 0, 0) 42%, #fff 50%, rgba(0, 0, 0, 0) 58%) no-repeat;
    background-position: left -120px top 0;
    background-size: 140px 100%;

    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: mk-ph-shimmer;
    animation-timing-function: ease;

    pointer-events: none;
}

/* zobrazeni kategorii na strance autora/vyrobce (pouze desktop) START */
.mk-category.cat_name.active_subcategory {
    border-color: #333;
    box-shadow: 0 3px 0 #333 !important;
    background-color: #c2c2c2;
}

.mk-category.cat_name.active_subcategory:hover {
    border-color: #333;
    box-shadow: 0 3px 0 #333 !important;
}

.mk-category.cat_name.active_subcategory:after {
    background: url('/img/svg/arrow_1_black.svg') no-repeat 0 0;
}

.mk-category.cat_name.active_subcategory:hover:after {
    background: url('/img/svg/arrow_1_black.svg') no-repeat 0 0;
}
/* zobrazeni kategorii na strance autora/vyrobce (pouze desktop) END */