﻿@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/quicksand2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/quicksand1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/quicksand2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/quicksand1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/quicksand2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/quicksand1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/quicksand2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/fonts/quicksand1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/quicksand2.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/quicksand1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
 

@-webkit-keyframes slideUpFromDown {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-moz-keyframes slideUpFromDown {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-o-keyframes slideUpFromDown {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideUpFromDown {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}



h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 0;
}

html {
    font-size: 16px;
}

body {
    --caret-base: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM2NjY2NjY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjYsNC42YzAuMi0wLjIsMC41LTAuMiwwLjcsMGMwLDAsMCwwLDAsMEw4LDEwLjNsNS42LTUuNmMwLjItMC4yLDAuNS0wLjIsMC43LDBzMC4yLDAuNSwwLDAuN2wtNiw2DQoJYy0wLjIsMC4yLTAuNSwwLjItMC43LDBjMCwwLDAsMCwwLDBsLTYtNkMxLjUsNS4yLDEuNSw0LjgsMS42LDQuNkMxLjYsNC42LDEuNiw0LjYsMS42LDQuNnoiLz4NCjwvc3ZnPg0K');
    --border-base-color: #ebeae8;
    color: #000;
    line-height: normal;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    line-height: 1.4;
    background: #50237a;
}

a {
    text-decoration: none;
    color: #50237a;
}
a.hover-link:hover {
    text-decoration: underline;
}

.no-caret::after {
    display: none
}

.h-15px {
    height: 15px;
}
.h-18px {
    height: 18px;
}
.h-21px {
    height: 21px;
}
.h-24px {
    height: 24px;
}

.sl {
    color: #999 !important;
}

h4 {
    padding: 0px;
    margin: 0px;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.mansory-4 {
    margin-bottom: 1rem;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
.body-content {
    background: #f4f6f4;
}
 
@media (min-width: 768px) {
    .body-content {
        padding: 0.25rem 0;
    }

    .mansory-4, .brands {
        column-count: 3;
        column-gap: 1rem;
    }
    .mansory-6, .brands {
        column-count: 6;
        column-gap: 1rem;
    }
}
.btn-border {
    box-shadow: none;
    border: 1px solid var(--border-base-color);
}
.mansory-item, .brands-list {
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}

.brands-list {
    margin-bottom: 1rem;
}
.brands-list-item {
    margin-bottom: 0.35rem;
}
.brands-list-title {
    font-weight: 600;
    font-size: 1.325rem;
    margin-bottom: 0.5rem;
}
.brands-list-link {
    font-size: 0.925rem;
}
.brands-list-count {
    color: #999;
}
.text-primary {
    color: #50237a !important;
}

    .hidden {
        display: none !important;
    }

    .thumbnail {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.42857143;
        background-color: transparent;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border: 0;
    }

        .thumbnail > img {
            max-width: 100%;
            height: auto;
        }

        .thumbnail a > img, .thumbnail > img {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

    .smdWrapperTag {
        position: fixed;
        bottom: 15px;
        right: 15px;
        border: 10px;
        z-index: 99;
    }

        .smdWrapperTag img {
            width: 100px;
            height: 100px;
        }

    @media(max-width:1700px) {
        .smdWrapperTag img {
            width: 75px;
            height: 75px;
        }
    }

    .h-title {
        padding: 1rem 0;
        border-bottom: 4px solid #50237a;
        margin-bottom: 0px;
        display: inline-block;
        
        font-weight: 700;
    }

    .h-link {
        padding: 1rem 0px;
        display: block;
        text-align: right;
        font-weight: 700;
        color: #50237a;
        font-size: 1.0625rem;
    }

.h-wrap {
 
    background: #f4f6f4;
}

  

    .p-item {
        width: 240px;
        padding: 1rem;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right: .0625rem solid var(--border-base-color);
    }

    .p-i {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex; /* add */
        justify-content: center; /* add to align horizontal */
        align-items: center; /* add to align vertical */
    }

    .p-t {
        color: #000;
        font-weight: 700;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.8125rem;
        line-height: 0.875rem;
        height: 2.625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .p-c {
        font-size: 1.375rem;
        font-weight: 700;
        color: #50237a;
    }

    .p-item .thumbnail {
        border: none;
        padding: 1rem;
     
    }

    .p-i img {
        max-height: 120px;
        display: block;
        max-width: 100%;
        height: auto;
    }

.zlava {
    position: absolute;
    color: #fff;
    font-weight: 600;
    display: inline-flex; /* umožní centrovanie */
    justify-content: center; /* horizontálne centrovanie */
    align-items: center;
    width: 50px; /* šírka kruhu */
    height: 50px;
    bottom: 0px;
    left: 0px;
    transform: rotate(-10deg);
    border-radius: 50px;
    background: #ec3eac;
    font-size: 0.895rem;
}

    .tips {
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: 400;
        display: block;
        text-align: right !important;
    }

    .countdown {
        z-index: 99;
        text-align: center;
        color: #000;
    }

    .cd-body {
        font-weight: 500;
    }

.cd-title {
    margin-top: 5px;
    background: rgb(230,59,69);
    background: linear-gradient(138deg, #ba3087 0%, #d950a6 100%);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 0.75rem;
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.15);
}
.splide__arrow {
    background: #50237a;
}
    .splide__arrow:disabled {
        opacity: 0.5
    }
    .splide__arrow svg {
        fill: #fff;
    }
    .alert.alert-info {
        background: #f0f0f8;
        border: none;
        color: #333;
    }

    .tovar-alerts {
        margin-bottom: 15px;
        justify-content: center;
    }

.tovar-alert {
    border-radius: 2rem;
    color: #050505;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    background: #fff;
    padding: 5px 15px;
    margin-right: 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}
    .tovar-alert span, .tovar-alert i {
        margin-right: 0.25rem;
        color: #50237a;
        font-size: 1rem;
    }
.alert-trieda {
    background: linear-gradient(138deg, rgba(80,35,122,1) 0%, rgba(117,76,165,1) 100%);
    color: #fff;
}
    .alert-trieda span {
        color: #afca05;
    }
.tovar-alert .cashback a {
    color: #000;
}



@media (max-width: 767px) {
    .tovar-alerts {
            margin-top: 15px;
            justify-content: start;
        }

        .tovar-alert {
            margin-right: 0.5rem;
        }
    }

.popover {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
.alert-oznam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #000;
    border-radius: 0px !important;
    border: 4px solid #eaebef;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: center;
}

    .alert-oznam .glyphicon {
        font-size: 24px;
        color: #50237a;
    }

    .alert-oznam p {
        margin: 0px;
        padding: 0px;
    }

    .alert-oznam a:first-child {
        color: #000;
        text-decoration: underline;
    }
    .alert-sale {
        background: rgba(47,111,219,1);
        background: linear-gradient(330deg, rgba(47,111,219,1) 0%, rgba(12,50,116,1) 100%);
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        margin: 0px;
        display: flex;
        justify-content: center;
    }
        .alert-sale .countdown .cd-content {
            color: rgba(255,255,255,0.5)
        }

        .alert-sale .countdown .cd-body {
            padding: 7px 15px;
        }

        .alert-sale a {
            color: #fff;
        }

        .alert-sale a {
            color: #fff;
        }

    .alert-sale-close {
        opacity: 1;
        margin-left: 5px;
        top: -2px !important;
        text-shadow: none;
        font-size: 32px;
        font-weight: 300;
        line-height: 1;
    }

        .alert-sale-close:hover, .alert-sale-info:hover {
            color: #d9534f;
            opacity: 1;
        }

    .alert-sale span {
        text-transform: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 10px;
        display: inline-block;
    }

    .alert-sale-info {
        margin-left: 5px;
        color: #fff;
        text-decoration: underline;
    }

    /* *********** Text utils *********** */
    .text-xxs {
        font-size: 0.75rem; /* 12px */
    }

    .text-xs {
        font-size: 0.8125rem; /* 13px */
    }

    .text-sm {
        font-size: 0.875rem; /* 14px */
    }

    .text-base {
        font-size: 1rem; /* 16px */
    }

    .text-md {
        font-size: 1.0625rem; /* 17px */
    }

    .text-lg {
        font-size: 1.125rem; /* 18px */
    }

    .text-xl {
        font-size: 1.25rem; /* 20px */
    }

    .text-2xl {
        font-size: 1.5rem; /* 24px */
    }

    .text-3xl {
        font-size: 1.875rem; /* 30px */
    }

    /* *********** Form *********** */
    .form-label {
        font-weight: 700;
        font-size: 0.875rem;
        margin-bottom: 0.35rem;
    }

    label.single {
        font-weight: 700;
    }

    /* *********** Header, navbar *********** */
.header {
    background: #f4f6f4;
    position: relative;
}

 .dropdown-toggle::after {
    color: rgba(255,255,255,0.25);
}
.header__top-panel {
    min-height: 24px;
    padding: 10px 0;
    background: #401766;
}

    .header__top-panel--left {
        font-weight: 700;
        width: 100%;
    }

        .header__top-panel--left img {
            width: 20px;
            margin-right: 5px;
        }

        .header__top-panel--left .sl {
            font-weight: 400;
            color: rgba(255,255,255,0.45) !important;
        }

        .header__top-panel--left p {
            margin-bottom: 0px;
        }

        .header__top-panel--left a {
            color: #fff;
        }

    .header__top-panel--right {
        width: 100%
    }
        .header__top-panel--right .dropdown-item  {
            font-weight: 500;
        }
        .header__top-panel--right .dropdown-item i {
            font-size: 1.115rem;
        }
    @media screen and (min-width: 992px) {
        .header__top-panel--left {
            width: auto;
        }

        .header__top-panel--right {
            width: auto;
        }
    }

    .header__top-panel--right .user-control {
        display: flex;
    }

    .header__top-panel-pages a {
 
        padding: 0 0.725rem;
        font-size: 0.815rem;
        color: rgba(255,255,255,0.75);
        font-weight: 400;
    }

.header__top-panel-pages a:hover {
 
    color: #afca05;
 
}

    .header__top-panel .btn-konto {
        background: transparent;
        border: 0;
        outline: none;
        color: #fff;
    }

        .header__top-panel .btn-konto i {
            color: #afca05;
        
        }

        .header__top-panel .btn-konto:after {
            display: none
        }

        .header__top-panel .btn-konto:hover {
            text-decoration: none !important;
            color: #afca05 !important;
        }

.header__main-panel {
    background: rgb(80,35,122);
    background: linear-gradient(138deg, rgba(80,35,122,1) 0%, rgba(117,76,165,1) 100%);
    z-index: 202;
    position: relative;
    
}
@media screen and (min-width: 992px) {
    .header__main-panel {
        padding: 15px 0;
    }
}
.header__logo {
    display: flex;
    align-items: center;
}
 
 
.header__logo img {
    height: 64px;
    width: auto;
}

    .header__search-col {
        width: 70%;
    }
.header__main-panel .justify-content-between {
    justify-content: end !important;
}
.header__search-col .search-control {
    position: relative;
    background: #401766;
    box-shadow: 4px 16px 31px -10px rgba(52, 24, 79, 0.65);
    border: 0;
    border-radius: 25px;
    transition: all .2s ease;
    z-index: 302;
 
}
@media screen and (max-width: 767px) {
    .header__search-col .search-control {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .header__search-col .search-control {
        position: relative;
        
    }
    .header__search-col .search-control {
        max-width: 35%;
        width: 25%;
        min-width: 160px;
        margin-left: auto;
    }
}

            .header__search-col .search-control.open {
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            .header__search-col .search-control:focus-within {
                box-shadow: 0 1px 10px 0 rgba(0,0,0,0.07), 0 2px 10px -1px rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.1);
                border: none;
                background: #fff;
                max-width: calc(100%);
                width: 100%;
                transition: all .3s ease;
                border-bottom: 1px solid #000;
            }

        .header__search-col .form-control {
            border: none;
            background: none;
            box-shadow: none;
            height: auto;
            margin: 0px 5px;
           
        }
            .header__search-col .form-control::placeholder {
                color: rgba(255,255,255,0.35) !important;
            }

        .header__search-col .btn-search {
            position: absolute;
            background: #afca05;
            border: 0;
            outline: 0;
            box-shadow: none;
            right: 0px;
            height: 40px;
            width: 40px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .header__search-col .btn-search:hover {
                background: #f1c900;
            }

            .header__search-col .btn-search i {
                font-size: 1.35rem;
                color: #50237a;
            }

    @media (max-width: 767px) {
        .header__search-col {
            width: 100%;
        }
    }

    #search-suggestion {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 60px;
        background: #000;
        z-index: 999999;
        border-radius: 25px;
        padding: 0 0 15px 0;
        background: none repeat scroll 0 0 #fff;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        max-height: 50vh;
        overflow: auto;
        z-index: 99999;
        vertical-align: central;
        display: flex;
        flex-wrap: wrap;
    }
 
#search-drop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 300;
    position: fixed;
    backdrop-filter: blur(0.2rem);
    background-color: rgba(16,16,16,.4);
}

#search-suggestion .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
}

            #search-suggestion .thumbnail img {
                max-height: 44px;
            }

        #search-suggestion .col-xs-2:first-child {
            padding-right: 0px;
            text-align: center;
        }

        #search-suggestion a {
            color: #50237a;
        }

        #search-suggestion .col-xs-2:last-child {
            text-align: right;
            font-weight: 700;
            color: #000;
        }

    .sug-item {
        padding: 10px 25px;
        display: block;
        color: #000 !important;
        font-size: 13px;
    }

    .sug-item-hash {
        display: inline-block;
        padding: 10px 25px;
        background: #fff;
        border: 1px solid var(--border-base-color);
        font-size: 13px;
        font-weight: 700;
        margin-left: 15px;
        margin-bottom: 5px;
        border-radius: 25px;
    }

    .sug-item .glyphicon {
        font-size: 16px !important;
        color: #50237a !important;
        margin-right: 5px;
    }

    .sug-item-img {
        padding: 5px 25px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    @media (min-width: 1200px) {
        .sug-item-img {
            width: 50%;
        }
    }

    .sug-wrap {
        width: 60px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        margin-right: 10px;
    }

    .sug-item-img .price {
        font-size: 0.9375rem;
    }

    .sug-item-all {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.875rem;
        padding: 15px 25px;
        font-weight: 700;
        width: 100%
    }

        .sug-item-all i {
            font-size: 1.5rem
        }

        .sug-item-all div:first-child {
            margin-right: 10px;
        }

        .sug-item-all div:last-child {
            color: #999;
            font-weight: 400;
            min-width: 120px;
            text-align: right;
            text-decoration: underline
        }

        .sug-item-all .sug-item-tit {
            flex-grow: 1;
            font-size: 1.0625rem;
        }

    .sug-item-tit {
        /*    max-height: 60px;*/
        font-size: 0.75rem;
        font-weight: 500;
    }

        .sug-item-tit .price {
            line-height: normal;
            color: #000;
            display: block;
            font-weight: 700;
        }

    .sug-item-img img {
        max-height: 60px;
        max-width: 60px;
    }

    .sug-item-brand {
        padding: 10px 25px;
        display: block;
        font-weight: 700;
        font-size: 0.875rem;
    }

    .sug-item-logo img {
        max-width: 200px;
        max-height: 32px;
        margin-right: 10px;
    }

    .sug-title {
        font-size: 1rem !important;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color: #000;
        font-weight: 700;
        margin: 5px 15px;
    }

        .sug-title::after {
            content: "";
            flex-grow: 1;
            background: var(--border-base-color);
            height: 1px;
            margin-left: 15px;
            font-size: 0px;
            line-height: 0px;
        }


    .sug-item p {
        margin: 0;
        padding: 0;
    }

    .user-panel {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .user-controls a {
        position: relative;
        margin-left: 15px;
    }

        .user-controls a .badge {
            font-weight: 700;
            background: #afca05;
            position: absolute;
            color: #50237a;
            bottom: -3px;
            right: -3px;
            width: 15px;
            font-size: 0.65rem;
            padding: 2px 0;
            border-radius: 25px;
            display: inline-block;
        }

    .user-controls i {
        font-size: 1.275rem;
        color: rgba(255,255,255,1);
    }

#kosik-control {
    margin-left: 1rem;
    border: 0px solid #50237a;
    background: #50237a;
    display: inline-flex;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 50px;
    box-shadow: 4px 16px 31px -10px rgba(52, 24, 79, 0.65);
}

    .btn-kosik {
        height: 50px;
        display: flex;
        align-items: center;
        align-self: flex-end;
    }

        .btn-kosik:hover {
        }

    .btn-kosik-icon {
        position: relative;
        margin-left: 1rem;
        display: flex;
        align-items: center;
    }

        .btn-kosik-icon .badge {
            background: #FFF;
            color: #50237a;
            position: absolute;
            bottom: -1px;
            right: 3px;
            font-size: 0.715rem;
            padding: 2px 6px;
            border-radius: 25px;
        }

    .btn-kosik-text {
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
    }

    .btn-kosik i {
        color: #afca05;
        font-size: 1.825rem;
    }

    #btn-mini-kosik {
        background: none;
        color: #fff;
        padding: 0px 8px;
        height: 50px;
        border-radius: 0px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 0px;
    }

        #btn-mini-kosik i {
            font-size: 12px;
            color: white;
        }

    .mini-kosik-content {
        min-width: 280px;
        padding: 15px;
    }

        .mini-kosik-content table {
            width: 100%;
        }

    .mini-kosik-footer {
    }

    .mini-kosik-content table td {
        padding-bottom: 5px;
        vertical-align: middle;
    }

    .mini-kosik-content td a {
        font-size: 0.875rem
    }

    .mini-kosik-content td input {
        width: 36px;
    }

    .mini-kosik-footer {
        padding: 15px;
    }

        .mini-kosik-footer .btn {
            background: #50237a;
            color: #fff;
            border-color: #50237a;
            border-radius: 0px;
        }

    .mini-kosik-dropdown-menu {
        max-width: 600px;
        width: 500px;
    }

    .header__main-menu {
        background: #fff;
        position: relative;
        z-index: 201;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    }
.header__mobile-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
 


.header__mobile-menu {
 padding: 0.75rem 0;
    z-index: 100;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.15);
    background: linear-gradient(138deg, rgba(80,35,122,1) 0%, rgba(117,76,165,1) 100%);
}

.nav-menus-wrapper-close-button {
    color: rgba(255,255,255,0.65);
}
.mobile-controls {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: linear-gradient(138deg, rgba(80,35,122,1) 0%, rgba(117,76,165,1) 100%);
}

    .header-mobile-control {
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }

    .header-mobile-control-spacing {
        margin-right: 0.6rem;
    }

    .header-mobile-control p {
        margin: 0
    }

    .header-mobile-control .dropdown-toggle::after {
        color: #ccc;
        margin-left: 0.15em;
    }

    .header-mobile-control i {
        color: #fff;
    }

    .header-mobile-control > i, .header-mobile-link > i, .header-mobile-control .btn-konto > i, .header-mobile-control > a i {
        font-size: 1.425rem;
        position: relative;
    }
        .header-mobile-control > a i.store-icon-shopping-cart-solid {
            font-size: 1.715rem;
        }
        .header-mobile-link {
            position: relative;
            text-align: center;
            color: #000;
        }

        .header-mobile-link .badge {
            position: absolute;
            right: -4px;
            bottom: 0px;
            font-size: 0.625rem;
            padding: 2px 5px;
            background: #afca05;
            color: #50237a;
        }

.header__mobile-menu-icon {
    margin-top: 0.35rem;
}
.header__mobile-menu-icon i {
    font-size: 2.2rem;
}

    .header__mobile-menu-icon span {
        display: none;
    }
.mobile-menu-logo {
    margin-left: 0px !important;
}
.mobile-menu-logo img {
    max-height: 40px;
    height: 40px
}

    .nav-menu .contact-menu {
        margin-top: 5px;
        padding: 15px 0;
        border-top: 1px solid var(--border-base-color);
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    #help-menu a {
        font-size: 0.875rem;
        display: inline-block;
        font-weight: 700;
        padding: 10px;
        color: #000;
    }

    .nav-menu .help-body {
    }

    .breadcrumbs-cn {
        margin: 0px;
        padding: 0px;
        background: none;
    }

 
    .breadcrumb {
        font-size: 0.875rem;
        padding: 1rem 1rem 0.5rem 1rem;
        margin: 0;
        /*background: none;
    border-radius: 0px;
    margin: 0;
    border: none;
    padding: 10px;
    font-size: 13px;*/
    }

        .breadcrumb a {
            color: #50237a;
            font-weight: 700;
        }

            .breadcrumb a:hover {
                text-decoration: underline
            }

    @media (max-width: 767px) {
        .breadcrumbs-cn {
            display: none;
        }
    }

 
#nav-icon {
    width: 28px;
    /*height: 42px;*/
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

        #nav-icon span {
            display: block;
            /*position: absolute;*/
            height: 3px;
            width: 100%;
            background: rgba(255,255,255,0.35);
            border-radius: 5px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon span:nth-child(2),
            #nav-icon span:nth-child(3) {
                margin-top: 5px;
            }

            #nav-icon span:nth-child(3) {
                width: 50%;
            }
    /* *********** Footer *********** */
    #footer {
        padding: 50px 0;
        min-height: 60px;
        color: #fff;
        /*box-shadow: 0 -1px 4px 0 rgba(60, 64, 67, 0.15), 0 -1px 6px 1px rgba(60, 64, 67, 0.05)*/
    }

    #footer-partners {
        padding-top: 25px;
    }

    #footer .footer__logo img {
        max-height: 48px;
    }

    .footer-title {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
        color: #afca05;
        display: block;
        margin: 10px 0 20px 0;
    }

    .footer-menu {
        /*padding-bottom: 15px;*/
    }

        .footer-menu a {
            display: block;
            margin-bottom: 15px;
            color: #fff;
        }
 

            .footer-menu a:last-of-type {
                margin: 0;
            }

    .footer-contact-us img {
        width: 20px;
        margin-right: 5px;
    }

    .footer-contact-us a {
        color: #fff;
        text-decoration: underline;
        font-weight: 700;
    }

    .footer-bottom {
        color: #fff;
        font-size: 0.925rem;
        padding: 15px 0;
        border-top: .0625rem solid rgba(255,255,255,0.25);
         
       
    }
        .footer-bottom a {
            font-weight: 600;
            color: #afca05;
        }
        .footer-bottom p {
            margin: 0px;
        }

    .footer-links {
        padding: 15px 0;
        color: #fff;
    }

        .footer-links a {
            color: rgba(255,255,255,0.5);
            margin: 0 5px;
            display: inline-block;
            font-size: 0.875rem;
        }

    .footer-logo {
        padding: 15px 60px 0 0;
        width: 48px;
    }

    .footer-section-title {
        font-size: 1.3125rem;
        font-weight: 600;
        margin-bottom: 1.2rem;
        color: #afca05;
    }

    .newsletter-head {
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
    }

    #footer .newsletter-form {
        padding: 15px 25px;
        border-radius: 0.5rem;
        border: 1px solid var(--border-base-color);
    }

    .newsletter-form .newsletter-title {
        font-size: 1.125rem;
        font-weight: 300;
        margin-bottom: 15px;
    }

        .newsletter-form .newsletter-title span {
            background-color: #50237a;
            color: #fff;
            padding: 3px 10px;
            border-radius: 15px;
            display: inline-block;
            font-weight: 600;
        }



    #footer .app-menu a {
        height: 50px;
        width: 50px;
        border-radius: 30px;
        background: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer .app-menu img {
        height: 28px;
        width: auto;
    }

    #footer .soc-menu a {
        height: 40px;
        width: 40px;
        border-radius: 30px;
        background: #fff;
        border: 1px solid #50237a;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.25s ease;
    }

        #footer .soc-menu a:hover {
            background: #50237a;
        }

#footer .soc-menu i {
    color: #50237a;
    font-size: 1.5rem;
    transition: color 0.25s ease;
}

    #footer .soc-menu a:hover i {
        color: white;
    }

    #footer .soc-menu img {
        max-height: 32px;
        margin-top: 15px;
        margin-right: 15px;
    }


    /* *********** newsletter banner *********** */
    .newsletter-banner {
        padding: 1.5rem;
    }
.newsletter-container {
    background: #fff;
 
    padding: 1.5rem 0;
}
.container .newsletter-banner {
    width: 100%;
    background: #f8f8fe;

}

    .newsletter-banner .newsletter-banner__title {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 0;
    }

        .newsletter-banner .newsletter-banner__title span {
            font-weight: 600;
            font-size: 1rem;
            padding: 0.25rem 0.5rem;
            display: inline-block;
            background: linear-gradient(135deg, #50237a 40%, #ba3087 100%);
            color: #fff;
            border-radius: 0.375rem;
        }

    .newsletter-form .form-control::placeholder {
        color: #000;
    }

    .newsletter-banner .newsletter-banner__min-price {
        margin-top: 0.75rem;
        font-size: 0.9375rem;
    }

    .newsletter-banner .form-control {
        height: 50px;
        box-shadow: none;
        outline: none;
        border-color: #D9E3F0;
        border-radius: 0.5rem;
    }

    .newsletter-banner .btn-odoslat {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-radius: 0.5rem;
    }

    .newsletter-banner .newsletter-banner__illustration {
        height: 100%;
        width: auto;
    }

    .newsletter-banner .newsletter-banner__alert {
        padding: 0;
        border: 0;
        background: transparent;
        margin-bottom: 0;
        margin-top: 0.5rem !important;
        font-weight: 500;
    }

    .newsletter-form img {
        height: 24px;
    }

    .newsletter-banner .newsletter-banner__alert.alert-danger {
        color: #d9534f;
    }

    .newsletter-banner .newsletter-banner__alert.alert-success {
        color: #63b31d;
    }

    @media screen and (min-width: 992px) {
        .newsletter-banner {
            padding: 0;
            height: 290px;
        }
    }

    @media screen and (min-width: 1200px) {
        .newsletter-banner .newsletter-banner__title {
            font-size: 1.4rem;
        }
    }

    @media screen and (min-width: 1400px) {
        .newsletter-banner .newsletter-banner__title {
            font-size: 1.5rem;
        }
    }
    /* *********** Cokie *********** */
.cookie-dialog {
    position: fixed;
    background: #fff;
    font-size: 0.9rem;
    /*width: 300px;*/
    border-radius: 0.75rem;
    z-index: 10000;
    left: 15px;
    animation-duration: .5s;
    animation-name: bounceIn;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    padding: 1.25rem;
    width: calc(100% - 30px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    top: 15px;
}

@media screen and (min-width: 768px) {
    .cookie-dialog {
        width: 500px;
        right: 30px;
        bottom: 15px !important;
        top: auto;
    }
}
 
    /* *********** App alert *********** */
    .app-install-alert {
        width: 100%;
        padding: 10px 15px;
        z-index: 200;
        position: relative;
        background: white;
        border-bottom: 1px solid rgba(0,0,0,0.15)
    }

    .app-link {
        display: flex;
        flex-wrap: nowrap
    }

    .app-install-alert .app-link img {
        height: 32px;
        display: flex
    }

    .app-install-alert .close {
        font-size: 48px;
        opacity: 1;
        top: auto !important;
        font-weight: 100 !important;
        margin-right: 15px;
        line-height: 1px;
        margin-left: 0px;
        margin-top: -5px !important;
    }

    .app-info {
        display: flex;
        flex-wrap: wrap;
        font-size: 0.875rem;
    }

        .app-info div:first-child {
            padding: 2px 0;
            margin-right: 10px;
        }

.app-coupon span {
    font-weight: 700 !important;
    background: #f1c900;
    
    color: #5e4d04;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    margin: 0 2px;
    border-radius: 10px;
}

    .app-info {
        padding: 0 15px 0 0;
    }

        .app-info strong {
            font-weight: 700;
        }

    @media(max-width: 767px) {
        .app-info {
            font-size: 0.8125rem;
        }
    }

/* *********** Lang *********** */
.site-control .dropdown-toggle::after {
    vertical-align: 0.5em;
}

.lang {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    margin: 0px 0 0 5px;
    border-radius: 0px
}

.lang-sk {
    background-image: url('/Content/icons/flags/sk.svg')
}

.lang-cz {
    background-image: url('/Content/icons/flags/cz.svg')
}

.lang-at {
    background-image: url('/Content/icons/flags/at.svg')
}

.lang-de {
    background-image: url('/Content/icons/flags/de.svg')
}

.lang-es {
    background-image: url('/Content/icons/flags/es.svg')
}

.lang-gr {
    background-image: url('/Content/icons/flags/gr.svg')
}

.lang-fr {
    background-image: url('/Content/icons/flags/fr.svg')
}

.lang-hu {
    background-image: url('/Content/icons/flags/hu.svg')
}

.lang-pl {
    background-image: url('/Content/icons/flags/pl.svg')
}

.lang-ro {
    background-image: url('/Content/icons/flags/ro.svg')
}

.lang-hr {
    background-image: url('/Content/icons/flags/hr.svg')
}

.lang-hr2 {
    background-image: url('/Content/icons/flags/hr2.svg')
}

.lang-si {
    background-image: url('/Content/icons/flags/si.svg')
}

.lang-eu {
    background-image: url('/Content/icons/flags/eu.svg')
}

.lang-gb {
    background-image: url('/Content/icons/flags/gb.svg')
}

.lang-it {
    background-image: url('/Content/icons/flags/it.svg')
}

.lang-be {
    background-image: url('/Content/icons/flags/be.svg')
}

.lang-nl {
    background-image: url('/Content/icons/flags/nl.svg')
}

.lang-bg {
    background-image: url('/Content/icons/flags/bg.svg')
}

.lang-dk {
    background-image: url('/Content/icons/flags/dk.svg')
}

.lang-fi {
    background-image: url('/Content/icons/flags/fi.svg')
}

.lang-se {
    background-image: url('/Content/icons/flags/se.svg')
}


.site-control .domain-control {
    display: grid;
    width: 440px;
    padding: 1rem;
    grid-template-columns: repeat(2, 1fr); /* dve stĺpce */
    grid-gap: 0.5rem 1rem; /* riadkový a stĺpcový odstup */
}

    .site-control .domain-control a {
        background: #fff;
        display: flex; /* nechá text pekne zarovnaný */

        padding: 0.35rem 0.75rem;
        display: flex;
        align-content: center;
        text-align: center;
        border-radius: 5rem;
        font-size: 0.875rem;
        color: black;
        justify-content: center;
        box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 6%), 0 1px 3px 0 rgb(0 0 0 / 15%);
    }

        .site-control .domain-control a span {
            display: block;
            align-content: center;
            font-weight: 600;
        }

        .site-control .domain-control a .lang {
            margin: 0px 0.35rem 0 0;
        }

        .site-control .domain-control a:hover {
            text-decoration: none;
            border-color: #003590;
        }

.site-control .lang-control {
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* dve stĺpce */
    grid-gap: 0.25rem 0.5rem; /* riadkový a stĺpcový odstup */
}

    .site-control .lang-control a,
    .site-control .lang-control span {
        display: flex;
        justify-content: center;
        padding: 5px;
        background: #f8f8f8;
        border-radius: 5px;
        text-align: center;
        font-size: 0.75rem;
        font-weight: 600;
        color: black;
    }

        .site-control .lang-control a:hover {
            background: #50237a;
            border-color: #50237a;
            color: #fff !important;
            font-weight: 700;
        }

    .site-control .lang-control span {
        font-weight: 700;
        background: #50237a;
        border-color: #50237a;
        color: #fff !important;
        text-decoration: none;
        white-space: nowrap;
    }

@media (max-width: 767px) {
    .site-control .lang-control {
        grid-template-columns: repeat(3, 1fr); /* dve stĺpce */
    }

    .site-control .domain-control {
        width: 280px;
    }

        .site-control .domain-control a {
            font-size: 0.6875rem;
            padding: 0.2rem 0.35rem;
            
        }

        .site-control .domain-control .lang {
            height: 20px;
            width: 20px;
            background-size: 20px 20px;
        }
}

    .site-control .krajina-control {
        margin-bottom: 10px;
        padding: 0 10px 0 15px;
    }

        .site-control .krajina-control select {
            width: 100%;
            color: #000;
            padding: 10px !important;
            border: 0;
            background: #f8f8f8;
        }

    /* *********** Dropdown *********** */
    .dropdown .dropdown-menu {
        border: 0;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        font-size: 0.9375rem;
    }

    .dropdown .dropdown-divider {
        border-color: rgba(0,0,0,0.08);
    }

 
        .dropdown .dropdown-item i {
            color: #50237a;
        }

        .dropdown .dropdown-item:hover {
            background: #50237a;
            color: white;
        }

            .dropdown .dropdown-item:hover i {
                color: white;
            }

    /* *********** Buttons *********** */
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-lg {
        font-size: 1.125rem;
    }

.btn-primary {
    background: #50237a;
    border-color: #50237a;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    border-radius: 3rem;
    padding: 0.85rem 1.35rem;
}

        .btn-primary:hover {
            background: #7d4daa;
            border-color: #7d4daa;
        }

.btn-success {
    background: #afca05;
    border-color: #afca05;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    border-radius: 3rem;
}
    .btn-success:hover {
        background: #768707;
        border-color: #768707;
    }

.btn-default {
    border: none;
    background: white;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
}

    /* *********** Pages *********** */
    .carousel-image {
        transition: opacity 1s;
        opacity: 0;
    }

        .carousel-image.flickity-lazyloaded {
            opacity: 1;
        }

  
 
@media (max-width: 767px) {
   
}
.h-prehlad {
    
    border-radius: 2rem;

}
    .h-prehlad .p-item {
        box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
        background: #fff;
        border-radius: 2rem;
        margin-right: 1rem;
    }
.line-one a {
    border-radius: 10%;
    padding: 1rem;
    display: inline-block;
    background: #fff;
    margin-bottom: 1rem;
}
        .line-one a:hover {
            background: linear-gradient(138deg, rgb(101, 51, 147) 0%, rgb(142, 104, 187) 100%);
                  box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);

        }
.line-one img {
    border-radius: 9%;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
}
.line-two img {
    margin-top: 15px;
}
.line-two img {
    border-radius: 10px;
}
@media (max-width: 1399px) {
    .full-slider .carousel-cell img {
            max-width: 100%;
        }
    }
.body-home .full-slider {
    margin: 1rem 0;

}
 

.full-slider-uvod {
    z-index: 99;
    position: relative;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    background: #fff;
}
.uvod {
    
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem !important;
    
}
.uvod-i {
    margin-bottom: 1rem;
    width: 100%;
}

        .uvod-i img {
            background: linear-gradient(138deg, rgba(80,35,122,1) 0%, rgba(117,76,165,1) 100%);
            padding: 0.75rem;
            width: 100px;
            max-width: initial !important;
            border-radius: 50px;
            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);
            width: 48px;

        }

    .uvod-i-title {
        font-weight: 700;
        font-size: 0.895rem;
        padding: 0 0.5rem;
    }

    .uvod-i-subtitle {
        color: #757575;
        font-size: 0.875rem;
    }

    @media (min-width: 576px) {
        .uvod-i img {
            
            max-width: initial !important;
        }

        .uvod-i {
            width: 50% !important;
        }
    }

    @media (min-width: 992px) {
        .uvod-i {
            width: 25% !important;
            margin-bottom: 0;
        }

            .uvod-i img {
                width: 64px;
                max-width: initial !important;
            }
    }

    @media (min-width: 1200px) {
        .uvod-i img {
            width: 72px;
        }
    }

    .InstagramBoxHead {
        text-align: center;
        font-size: 1.875rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    .InstagramBoxHr {
        position: relative;
        margin: 0 0 10px 0;
        text-align: center;
    }

        .InstagramBoxHr span {
            display: inline-block;
            background: #fff;
            padding: 15px;
            z-index: 99;
            position: relative;
        }

        .InstagramBoxHr img {
            width: 32px;
            opacity: 0.75;
        }

            .InstagramBoxHr img:hover {
                width: 32px;
                opacity: 1;
                cursor: pointer;
            }

            .InstagramBoxHr img:first-child {
                margin-right: 15px;
            }

        .InstagramBoxHr:before {
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            z-index: 1;
            height: 1px;
            margin: -1px 0 0;
            background: #eee;
            content: '';
        }

    .InstagramBox .p-item {
        position: relative;
    }

    .InstagramBox .p-item {
        position: relative;
        color: #fff;
    }


    .InstagramBox .p-i-b-fo {
        position: absolute;
        bottom: 15px;
        text-align: center;
        display: block;
        width: 100%;
        color: #fff;
        font-size: 13px;
    }

    .InstagramBox .p-i-b-na {
        position: absolute;
        top: 1rem;
        left: 1rem;
        font-weight: bold;
        text-decoration: underline;
    }

    .InstagramBox .p-i-b-ic {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

        .InstagramBox .p-i-b-ic img {
            width: 24px;
        }

    .InstagramBox .p-i-b-fo .glyphicon {
        color: #fff;
        margin: 0 5px;
    }

    .InstagramBox .p-i img {
        max-height: initial !important;
        width: 100%;
        max-height: none;
    }

    .InstagramBox .p-i {
        background: #fff;
        margin: 0px;
        padding: 0px;
    }

    .dsh {
        padding: 15px 0;
        position: relative;
    }

.body-home .dsh {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    margin: 1rem;
    
    border-radius: 1rem;
    background: #fff;
}

    .dsh-t {
        font-weight: 700;
        padding: 0 15px;
    }

    .dsh .btn-group {
        margin: 5px 0;
    }

        .dsh .btn-group .btn-default {
            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);
            border: none;
            font-size: 0.8125rem;
            padding: 10px 15px;
            font-weight: 700;
            background: linear-gradient(330deg, #50237a 0%, #6a3d94 100%);
            color: #fff;
        }

            .dsh .btn-group .btn-default:first-of-type {
                border-top-left-radius: 100px;
                border-bottom-left-radius: 100px;
            }

            .dsh .btn-group .btn-default:last-of-type {
                border-top-right-radius: 100px;
                border-bottom-right-radius: 100px;
            }

    .dsh .btn-ks-iny {
        color: #666;
        text-decoration: underline;
    }

    .dsh-t strong {
        color: #50237a;
        font-size: 1.25rem;
    }

    .ks-w {
        padding: 15px;
    }

    .kompatibility {
        display: flex;
        align-items: center;
    }

    .kompatibility-icon {
        margin-right: 15px;
    }

        .kompatibility-icon img {
            width: 64px;
            margin-top: 3px;
        }

    .kompatibility-box {
        display: block;
        width: 100%;
    }

.home .touch-x {
    z-index: 99;
    position: relative;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    background: #fff;
    margin-bottom: 1rem;
}
.app_cats {
    padding: 1rem;

}

    .app_cats a {
        text-align: center;
        display: inline-block;
        margin-right: 1rem;
        font-weight: 700;
        color: #000;
        font-size: 0.75rem;
       
    }

    .app_cats i {
        padding: 7px 15px !important;
        display: inline-block;
        border-radius: 100px;
        box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
        margin-right: 0px;
        font-size: 1.775rem;
        margin-bottom: 5px;
        background: #fff;
        background: -webkit-linear-gradient(rgba(80, 35, 122, 1), rgba(117, 76, 165, 1));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.katalog-m-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,1);
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    padding: 1rem 1rem;
    margin-top: -0.5rem;
}

        .katalog-m-header .page-header h1 {
            font-size: 0.825rem;
            color: #000;
            padding: 0 5px;
        }
#tovar .page-header h1 {
    color: #50237a;
}

.katalog-m-title .glyphicon {
    color: #50237a;
}
.katalog-m-title .page-header h1 {
    font-size: 1rem;
}
    .page-header h1 {
        font-size: 1.75rem;
        color: #afca05;
        font-weight: 700;
        padding: 0.5rem 0;
        
    }

    @media screen and (min-width: 992px) {
        .page-header h1 {
            font-size: 2.125rem;
        }
    }

    #katalog .page-header {
        margin: 0px 0 10px 0;
        border: none;
        padding: 0px;
    }

    .sub-kategorie {
        margin: 0 0px;
    }

.Sub-k-link {
    color: #000;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 30px;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    

    display: inline-flex;
    justify-items: center;
    align-items: center;
}
    .Sub-k-link span {
        display: block;
    }
    .sub-k-ikon {
        width: 48px;
        text-align: center;
    }
    .sub-k-ikon img {
        max-height: 36px !important;
        max-width: 36px !important;
    }

.Sub-k-link span {
    vertical-align: middle;
    display: inline-block;
}

        .Sub-k-link:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

 
        .Sub-k-link .col-xs-3 {
            padding-right: 0px;
        }

        .Sub-k-link:hover {
            color: #50237a;
        }

    @media (max-width: 767px) {
        .Sub-k-link {
            padding: 0.5rem 1rem;
 
        }
    }

    @media(min-width:768px) {
        .Sub-k-link {
            width: calc(25% - 0.5rem);
        }
    }

 

    .ks-w2 {
        margin-top: 15px;
    }

    @media (min-width: 768px) {
        .ks-w2 {
            margin-bottom: 15px;
        }
    }

    /*SELECT2*/
    .select2-container {
        display: block;
    }

.select2-container--default .select2-selection--single {
    border: none;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    padding: 0.75rem;
    border-radius: 50px;
    box-sizing: initial;
}

    .select2-dropdown {
        border: none;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

    .select2-container .select2-selection--single {
        height: auto;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #50237a;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin: 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #50237a transparent transparent transparent;
        border-width: 7px 6px 0 6px;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #50237a transparent;
        border-width: 0 6px 7px 6px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
        top: 10px;
        margin-right: 12px;
    }

    .select2-search--dropdown {
        padding: 10px;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #e4e4e7;
        border-radius: 4px;
        padding: 10px;
        outline-offset: 0;
    }

        .select2-container--default .select2-search--dropdown .select2-search__field:focus {
            border-color: #50237a;
        }

    .select2-results__option {
        padding: 10px;
    }

#filter {
    border: none;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
    background: #fff;
}

    .f-t {
         
        font-weight: 600;
        color: #000;
        padding: 1rem 1.5rem;
    
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .filter-body {
        padding: 0 1.75rem;
    }

 

    .f-i.accordion-item {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-color: var(--border-base-color);
        border-radius: 0;
        background: none;
    }

.f-i-t .accordion-button {
    font-weight: 700;
    padding: 1rem 0;
    font-size: 0.875rem;
    background: none;
    
}
    .f-i-t .accordion-button span {
        color: #50237a;
    }
    .f-i-t .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

.f-i-t .accordion-button::after {
    background-image: var(--caret-base);
    opacity: 0.25;
}

    .accordion-item:last-child {
        border: none;
    }

    .f-i-c {
        padding: 0px 0 15px 0;
    }

    .range {
        margin: 15px;
    }

    .kompatibility-suggestion {
        border: 1px solid var(--border-base-color);
        margin-bottom: 1rem;
        border-radius: 0.25rem;
    }

        .kompatibility-suggestion .form-control {
            border: none;
            padding: 2px 5px;
            height: auto;
        }

        .kompatibility-suggestion .input-group-text {
            border: none;
            background: none;
            padding: 0px 5px;
            font-size: 16px;
            color: #50237a;
            height: auto;
        }

    .filter-viac {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 30px;
        font-weight: 700;
        text-decoration: underline;
    }

    .f-v {
        padding: 15px;
    }

.tovar-controls {
    margin: 0.25rem 0 0 1rem;
}

.cb-container input ~ .checkmark {
    border-radius: 100%
}
.cb-container input:checked ~ .checkmark {
    background-color: #50237a;
}

    .cb-container input:disabled ~ .checkmark {
        background-color: rgba(60, 64, 67, 0.3);
    }

    #data-control {
        padding-top: 5px;
        padding-bottom: 5px;
 
    }

    #data-sort a {
        font-size: 13px;
        font-weight: 700;
        border-radius: 30px;
        color: #000;
        padding: 5px 10px;
        display: inline-flex;
        align-items: center;
    }

        #data-sort a.active {
            background: #50237a;
            color: #fff;
        }

            #data-sort a.active span {
                color: #fff;
            }

        #data-sort a span {
            margin-right: 5px;
            color: #cfcfcf;
            font-size: 15px;
        }

    .k-i {
        position: relative;
        padding: 15px;
        height: 460px;
  
        }

    @media(min-width: 768px) {
        .k-i:nth-of-type(4n+4), #katalog.sport .k-i:nth-of-type(4n+4), #katalog.media .k-i:nth-of-type(4n+4) {
            border-right: none;
        }
    }

    @media(max-width: 767px) {
        .k-i:nth-of-type(2n+2), #katalog.sport .k-i:nth-of-type(2n+2), #katalog.media .k-i:nth-of-type(2n+2) {
            border-right: none;
        }
    }

    .k-i-i {
        height: 220px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .k-i-t {
        font-weight: 700;
        margin: 15px 0 0px 0px;
        text-align: center;
        font-size: 0.8125rem;
        line-height: 0.875rem;
        /*max-height: 66px;*/
        text-overflow: ellipsis;
        overflow: hidden;
        /*height: 48px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

        .k-i-t a {
            color: #000;
        }

    .k-i-c {
        color: #50237a;
        font-size: 1.375rem;
        font-weight: 700;
        height: 36px;
        text-align: center;
    }

    .k-i-c-s {
        margin: 0px 15px;
        text-decoration: line-through;
        color: #999;
        text-align: center;
    }

    .k-i-c-d {
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        color: #379837;
    }

    .k-i .thumbnail img {
        max-height: 160px;
        display: block;
        max-width: 100%;
        height: auto;
        min-width: 36px;
    }

    .k-i-b {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0px;

    }

.list-group-item {
    background: none;
}
.k-i-b-t {
    display: none;
}
    @media (min-width: 768px) {
        .k-i-b {
            opacity: 0;
            display: none;
        }
    }

    .k-i:hover .k-i-b {
        opacity: 1;
        display: block;
        -webkit-animation: fadeInFromNone 0.3s ease-out;
        -moz-animation: fadeInFromNone 0.3s ease-out;
        -o-animation: fadeInFromNone 0.3s ease-out;
        animation: fadeInFromNone 0.3s ease-out;
    }

    .k-i-b button {
        font-size: 1.45rem;
        background: #afca05;
        border: none;
        color: #fff;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        border-radius: 5rem;
        padding: 0.5rem 1rem;
        font-weight: 600;
        display: flex;
    }

        .k-i-b button span {
            color: rgba(255,255,255,0.75);
        }

    @media (max-width: 767px) {
        .k-i {
            position: relative;
            padding: 5px;
            border: none;
        }

        .k-i-i {
            height: 190px;
            position: relative;
        }

            .k-i-i .thumbnail img {
                max-height: 190px;
            }

        .k-i-t {
            margin: 7px 0 0px 0px;
        }

        .k-i-b button {
            font-size: 1.1rem;
            border-radius: 1.5rem;
            padding: 10x 12px;
        }
    }

    .tips .dopravazadarmo {
        background: #afca05;
    }

.tips .bazar, .tips .dopravazadarmo, .tips .new, .tips .gift, .stav, .special, .repasovany {
    display: inline-block;
    right: 0px;
    color: #fff;
    border-radius: 15px;
    padding: 3px 10px;
    margin: 0 0 1px 0;
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 0.25rem;
 
}

.tips .new {
    background: #f1c900;
    color: #5e4d04;
}



    .pagination-head strong {
        color: #50237a;
    }

    #data-pager .pagination {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

        #data-pager .pagination li {
            display: flex;
            align-items: center;
            line-height: 1.3
        }

            #data-pager .pagination li a {
                border-color: #fff;
                border-radius: 4px;
                color: #50237a;
            }

            #data-pager .pagination li span {
                height: 100%;
                display: flex;
                align-items: center;
            }


    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 4px;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        border: none;
    }

    #data-pager .pagination li.active span {
        background: #50237a;
        border-color: #50237a;
        padding: 6px 12px;
        color: white;
    }

        #data-pager .pagination li.active span.prev {
            background: var(--border-base-color);
            border-color: var(--border-base-color);
            color: #50237a;
        }

    #data-pager .pagination .ellipse {
        display: flex;
        align-items: center;
        padding: 0 5px
    }

.btn-filter {
    background: #fff;
    border: none;
    color: #000;
    font-weight: 600;
 
 
   
    z-index: 300;
    border-radius: 10rem;
}
.btn-filter span {
 
   
 
}


.cd-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.15rem);
    pointer-events: all;
    z-index: 999999;
    touch-action: none;
    display: none;
    opacity: 0;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}
    .cd-panel.cd-panel--is-visible {
        display: block;
        opacity: 1;
    }

.cd-panel__wraper {
    position: relative;
    z-index: 101;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: calc(100% - 4vh);
    margin: 4vh auto 0px;
    pointer-events: none;

    -webkit-animation: slideUpFromDown 0.3s ease-out;
    -moz-animation: slideUpFromDown 0.3s ease-out;
    -o-animation: slideUpFromDown 0.3s ease-out;
    animation: slideUpFromDown 0.3s ease-out;
}

.cd-panel__body {
    position: relative;
    width: 100%;
    max-height: 100%;
    background: rgb(255, 255, 255);
 
    pointer-events: all;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
cd-panel__flex {
    max-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}
.cd-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.15);
}
 
    


.cd-panel__title {
    font-size: 1.35rem;
   color: #50237a;
    font-weight: 600;
}
.cd-panel__content {
    max-height: 70vh;
    overflow: hidden auto;
   
}
.cd-panel__footer {
    border-top: 1px solid var(--border-base-color);
    padding: 15px;
    display: flex;
    
}
.btn-vysledok span {
    margin-left: 5px;
}

.cd-panel__close {
    position: absolute;
    top: 8px;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

    .cd-panel__close::before, .cd-panel__close::after {
        /* close icon created in CSS */
        content: '';
        position: absolute;
        top: 22px;
        left: 20px;
        height: 2px;
        width: 20px;
        background-color: #111;
        /* this fixes a bug where pseudo elements are slighty off position */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-panel__close::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-panel__close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cd-panel__close:hover {
        background-color: #50237a;
    }

        .cd-panel__close:hover::before, .cd-panel__close:hover::after {
            background-color: #ffffff;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

        .cd-panel__close:hover::before {
            -webkit-transform: rotate(220deg);
            -ms-transform: rotate(220deg);
            transform: rotate(220deg);
        }

        .cd-panel__close:hover::after {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



/* tovar */
#tovar .page-header {
    margin-top: 0;
}

        #tovar .page-header h1 {
            font-size: 1.35rem;
            line-height: normal;
        }

    @media (max-width: 767px) {
        #tovar .page-header h1 {
            font-size: 1.0625rem;
        }
    }

    .brd {
        border: 1px solid #ddd;
        padding: 2px 10px;
        margin-left: 0px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 15px;
    }

    .srd {
        padding: 5px 0;
    }

    .stars {
        text-align: center;
    }

        .stars.srd span {
            color: #f4d607 !important;
            font-size: 1.0625rem;
        }

    .tovar-vyrobca {
        margin: 15px 0;
    }

    .m-stranky {
        padding: 25px;
    }

        .m-stranky a {
           
            display: block;
            color: #000;
            padding: 0px !important;
            margin-top: 0.25rem !important;
        }

    @media (max-width: 767px) {
        .tovar-vyrobca {
            margin-top: 30px;
        }
    }

    @media (max-width: 767px) {
        .tc {
            padding: 15px 0px 0px 0px;
        }
    }

    .tovar-strucny {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #666;
    }

    .line {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid var(--border-base-color);
        width: 100%;
        height: 0;
        margin: 20px 0;
        position: relative;
        text-align: center;
        z-index: 1;
    }

        .line i {
            position: absolute;
            display: flex;
            flex-direction: column;
            top: auto;
            left: auto;
            margin: -10px 0 0;
            padding: 0 12px;
            background: #fff;
            z-index: 1;
            text-align: center;
            align-items: center;
            font-style: normal;
            font-weight: 700;
            cursor: pointer;
        }

            .line i .caret {
                margin-top: 3px;
                display: block;
                color: #50237a;
            }


    .zoom {
        position: absolute;
        z-index: 1;
        bottom: 10px;
        right: 10px;
        font-size: 1.6rem;
    }

        .zoom span {
            cursor: pointer;
        }

    .image {
        height: 300px;
        line-height: 250px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .tovar-obrazky-m img {
        max-height: 100%;
        max-width: 100%;
    }

    .tovar-cena-label {
        font-weight: 700;
    }

.tovar-kupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1rem;
    font-weight: 700;
    background: #f6eafe;
    border-radius: 35px;
    gap: 8px;
    padding: 10px;
}

.tc .tovar-kupon {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .k-i-w .tovar-kupon {
        font-size: 0.775rem;
        padding: 5px;
    }
}

.tovar-kupon > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tovar-kupon > div:first-child > div:first-child {
        display: inline-block;
        background: linear-gradient(138deg, rgba(80, 35, 122, 1) 0%, rgba(117, 76, 165, 1) 100%);
        margin-right: 10px;
        padding: 13px 7px;
        color: #fff;
        border-radius: 25px;
    }

.tovar-kupon > div:last-child {
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    color: #50237a;
    font-weight: 700;
    border: 1px dashed #50237a;
}

.k-i-w .tovar-kupon > div:last-child {
    padding: 10px 5px;
}

    .price {
        font-size: 2.25rem;
        font-weight: 700;
        color: #E63B45;
        line-height: 2.25rem;
    }

    .stara {
        font-weight: 400;
        font-size: 16px;
        color: #999;
        text-decoration: line-through;
        margin-right: 15px;
    }

.sklad-info, .digital-help, .splatky-info {
    padding: 1.25rem 0;
    
    margin: 15px 0 15px 0;
    border-top: 1px solid var(--border-base-color);
    border-bottom: 1px solid var(--border-base-color);
}


.t-i-d {
    font-weight: 700;
    font-size: 1rem;
    color: #28a745;
    line-height: 16px;
    margin-bottom: 10px;
}

    .t-i-f {
        margin-bottom: 1rem;
    }


    .tovar-influ {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .tovar-zakupilo {
        max-width: 80px;
        text-align: center;
    }

    .zakupilov {
        margin: 0;
        font-weight: 700;
    }

        .zakupilov span {
            font-weight: 700;
            color: #50237a;
        }

    .tovar-cashback {
        font-weight: 700;
        display: flex;
        align-items: center;
    }

        .tovar-cashback img, .tovar-doprava img {
                     width: 36px;
            margin-right: 0.5rem;
        }

    .cashback span {
        font-weight: 600;
    }


    .tovar-doprava {
        
        border-top: 1px solid var(--border-base-color);
        padding-top: 0.5rem;
        margin: 10px 0 0 0;
        display: flex;
        align-items: center;
        line-height: 1rem;
        
    }



    .tovar-doprava-btn {
        color: #050505 !important;
        display: inline-block;
        font-weight: 600;
    }

.btn-pridat-do-kosika {
    font-weight: 600;
}
.btn-pridat-do-kosika span {
    color: rgba(255,255,255,0.75);
}

.btn-porovnavat, .btn-oblubene {
    background: none;
    padding: 0.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border: none;
    font-size: 1.175rem;
    border: 1px solid var(--border-base-color);
    border-radius: 5rem !important;
    color: #50237a;
}


        .btn-porovnavat:hover, .btn-oblubene:hover {
            background: #50237a;
            border: 1px solid #50237a;
            color: #fff;
        }

    .btn-porovnavat {
        margin-right: 0.5rem;
    }


    .t-o {
        margin: 1rem 0;
        font-size: 0.875rem;
    }

    .t-o-i {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.125rem;
    }

        .t-o-i div:first-child {
            color: #999;
        }

        .t-o-i div:last-child {
            font-weight: 600;
        }

    .produkt-kategoria-tag {
        display: inline-flex;
        align-items: center;
        font-size: 0.875rem;
        line-height: 1;
        margin-right: 3px;
        font-weight: 600;
        color: #000;
    }

        .produkt-kategoria-tag span {
            color: #50237a;
        }

.recommendation {
    margin-top: 15px;
    background: #f8f8fe;
    padding: 1.25rem;
    border-radius: 10px;
    font-size: 1rem;
    background: linear-gradient(135deg, #50237a 40%, #ba3087 100%);
    color: white;
}

    .rec-title {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .recommendation .d-flex {
        justify-content: left;
        font-weight: 400;
        flex-wrap: wrap;
        font-size: 0.875rem;
    }

        .recommendation .d-flex > div {
            width: 50%;
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

    .recommendation span.rec-icon {
        height: 32px;
        width: 32px;
        min-width: 32px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255,255,255,1);
        border-radius: 30px;
        font-size: 1.25rem;
        margin-right: 10px;
    }


    .recommendation span.pocet {
        font-weight: 700;
    }
.nav-tabs {
    border: none;
}

#tovar-popis {
    margin-top: 15px;
    padding: 25px;
    border-radius: 10px;
}
.list-group.vlastnosti {
    box-shadow: none;
}


@media (max-width: 767px) {
    #tovar .sc {
            box-shadow: none;
        }
    }


    #tovar .nav-tabs {
        flex-wrap: nowrap;
    }

        #tovar .nav-tabs > li a.active {
            background: #fff;
            border-bottom: 4px solid #50237a !important;
        }

        #tovar .nav-tabs > li a {
            text-align: center;
            font-weight: 700;
            font-size: 16px;
            color: #000;
            border: 0;
            border-bottom: 4px solid var(--border-base-color) !important;
        }

        #tovar .nav-tabs > li.active > a {
            color: #000;
            border: none;
        }

    #tovar .tab-content {
        padding: 15px 0;
    }

    .translation-info {
        text-align: center;
        font-size: 0.8125rem;
        opacity: 0.85;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 767px) {
        #tovar .nav-tabs > li a {
            font-weight: 700;
            padding: 5px 5px;
            font-size: 0.85rem;
        }
    }

    .tovar-prislusenstvo .thumbnail {
        border: none;
        padding: 0;
        margin: 10px 0;
    }

    #tovar-popis img {
        max-width: 100%;
        object-fit: cover;
        height: auto;
        border: 0;
    }

    .tovar-prislusenstvo .thumbnail img {
        max-height: 100px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .tovar-prislusenstvo .cena {
        font-weight: 700;
        color: #50237a;
        font-size: 18px;
    }

    .tovar-prislusenstvo .nazov {
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
    }

    .btn-recenzia {
        display: flex;
        align-items: center;
    }

    .obs {
        display: flex;
    }

    .obs-nav {
        width: 100px;
        margin-right: 10px;
    }


.obs-main {
    width: 100%;
    position: relative;
}

    .obs-main.with-nav {
        width: calc(100% - 120px);
        margin-left: 10px;
    }
.splide2 .splide__track {
    border-radius: 1rem;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
}
.splide2 .splide__slide img {
    width: 100%;
}
.splideNav {
    height: 40vh;
}

    .splideNav .splide__slide {
        text-align: center;
    }

    .splideNav img {
        max-width: 100%;
        max-height: 100%;
    }

.splideMain .splide__slide {
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
}

.splideMain img {
    max-height: 40vh;
    max-width: 90%;
    object-fit: contain;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
    opacity: 0.5;
}

.splide__arrow {
    background: #50237a;
}

    .splide__arrow:disabled {
        opacity: 0.5
    }

    .splide__arrow svg {
        fill: #fff;
    }
.splide__arrow {
    opacity: 1;
}

.splide__arrow--next {
    right: 0;
}

.splide__arrow--prev {
    left: 0;
}

    #tovar .zlava {
        padding: 20px 12px;
        font-size: 1rem;
        z-index: 1;
    }

    .tovar-obrazky .zlava {
        top: 15px;
        left: 0;
    }

    .tovar-obrazky .tips {
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    #tovar .countdown .cd-title {
        font-size: 0.875rem;
        font-style: normal;
    }


    #galleryModal .modal-dialog {
        width: calc(100% - 30px);
        margin: 15px;
        max-width: unset;
    }

    .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373;
    }

    .br-theme-bootstrap-stars .br-widget {
        /*height: 28px;*/
        white-space: nowrap;
    }

        .br-theme-bootstrap-stars .br-widget a {
            font-family: 'store-icons' !important;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            text-decoration: none;
            margin-right: 2px;
            font-size: 2.25rem;
        }

            .br-theme-bootstrap-stars .br-widget a:after {
                content: "\e91a";
                color: #d2d2d2;
            }

            .br-theme-bootstrap-stars .br-widget a.br-active:after {
                color: #50237a;
            }

            .br-theme-bootstrap-stars .br-widget a.br-selected:after {
                color: #50237a;
            }

        .br-theme-bootstrap-stars .br-widget .br-current-rating {
            display: none;
        }

    .br-theme-bootstrap-stars .br-readonly a {
        cursor: default;
    }

.label-icon {
    padding-left: 0.85rem;
}

    .label-icon i {
        color: #50237a25;
    }

.kosik-wrap {
 
    
}
.kosik-kupon .btn-primary {
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
    font-size: 0.935rem;
    padding: 0.5rem 1.25rem 0.5rem 1rem;
    font-weight: 700;
}
.kosik-kupon i {
    font-size: 1.525rem;
    color: #50237a;
}
.kosik-wrap .kosik-actions .btn-default {
    border-radius: 5rem;
}
.form-control {
    border-color: #50237a25;
    padding: 0.85rem 1.35rem;
    border-radius: 2.5rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05)
}
.kosik-wrap .panel {
    padding: 1.5rem !important;
}
.kosik-wrap .cb-main {
    margin-right: 1rem;
}

.kosik-item .input-group .form-control {
    border-color: var(--border-base-color);
}

    .kosik-wrap .panel .form-control {
        border-color: var(--border-base-color);
    }

    .kosik-wrap .list-group-item {
        border-left: 0;
        border-right: 0;
    }
.kosik-wrap .list-group-item .d-flex {
    align-items: center;
}

.kosik-item {
    margin-bottom: 15px;
    padding: 15px;
    border-radius:3rem;
    background: #fff;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
}
.kosik-termin {
    margin: 0 !important;
    padding: 1rem 0 0 0;
}
.progress {
    height: 5px;
    margin-bottom: 0px;
}

    .progress-bar {
        background: #50237a;
    }

        .progress-bar.bg-success {
            background: #379837;
        }

    .kosik-pridat-box {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }


    .kosik-pridat-image {
        background: #fff;
        padding: 15px;
        border-radius: 4px;
    }

        .kosik-pridat-image img {
            max-width: 140px;
            max-height: 140px;
        }

.kosik-pridat-control {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

    @media screen and (min-width: 768px) {
       
        .kosik-pridat-control {
            flex-direction: row;
            justify-content: center;
        }
    }

    @media screen and (min-width: 992px) {
        .kosik-pridat-box {
            flex-direction: row;
            align-items: center;
        }
    }

    .kosik-pridat-control .btn {
        border-radius: 5rem !important;
    }

    .kosik-item .h-title, .kosik-item .h-link {
        padding: 0px 0 5px 0;
    }

    .DopravaPlatbaMoznosti .lead {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .termin-odoslania strong {
        color: #50237a;
    }
.cart-steps {
    margin-bottom: 1rem;
}
.cart-steps .nav-item {
    width: 25%;
}

    .cart-steps .nav-link {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 0;
        border-bottom: none;
        color: black;
        height: 100%;
    }

        .cart-steps .nav-link.active {
            border-bottom: none;
            background: none;
        }

    .cart-steps .badge {
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 2rem;
        background: var(--border-base-color);
        padding: 0;
        font-size: 1rem;
    }

    .cart-steps .nav-link.active .badge {
        color: white;
        background: #50237a;
    }

    .cart-steps .step {
        font-size: 0.7875rem;
        font-weight: 700;
        text-align: center;
        padding: 5px 0;
    }
#tovar .sc {
    background: #fff;
    padding: 1rem 2rem;
 
}

    @media screen and (min-width: 992px) {
        #tovar .sc {
      
            box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
            border-radius: 30px;
        }
        .cart-steps .nav-link {
            flex-direction: row;
            justify-content: center;
         
        }

        .cart-steps .step {
            font-size: 1.075rem;
            margin-left: 0.5rem;
        }
    }

    .kosik-suhrn-uhrada {
        font-weight: 700;
        font-size: 1.5rem;
        padding-top: 0px;
        margin-bottom: 15px;
    }

        .kosik-suhrn-uhrada .kosik-suhrn-cena {
            color: #50237a;
        }

    .kosik-nazov-title {
        width: 100%;
        font-weight: 500;
        font-size: 0.875rem;
    }

.panel {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    background: white;
    padding: 15px;
    border-radius: 2rem;
}


    .panel-default .panel-heading {
        background: #fff;
        border-color: var(--border-base-color);
    }

        .panel-default .panel-heading h3 span {
            color: #50237a;
        }

        .panel-default .panel-heading h3 {
            font-size: 15px;
            font-weight: 700;
            padding: 0px;
            margin: 0px;
        }

    .panel-default .panel-heading {
        color: #000;
    }

        .panel-default .panel-heading a {
            font-weight: 700;
        }

    .kosik-suhrn-cena-doprava {
        color: #50237a;
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    @media(max-width: 767px) {
        .kosik-wrap {
            padding: 0 1rem;
        }
        #kosik.container, #kosik-obj-dop-pla.container, #kosik-obj-dod.container, #kosik-obj-suh.container {
            padding: 0px;
        }
    }

.list-group {
    
}

#sp-pricelist .list-group .list-group-item {
    background: #fff;
    border-radius: 3rem;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    border: none;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem !important;
}


.list-group-c {
    box-shadow: none;
    border-radius: 0;
}
    .list-group-c .list-group-item  {
        padding: 0.5rem 0;
    }
    #kosik-obj-dop-pla .list-group-item {
        padding: 15px;
    }

        #kosik-obj-dop-pla .list-group-item.active {
            background: rgba(80,35,122, 0.1);
            color: #000;
            border-color: var(--border-base-color);
        }

        #kosik-obj-dop-pla .list-group-item:hover {
            cursor: pointer;
        }

 

#kosik-pla .list-group-item .col-2:first-child img, #kosik-dop .list-group-item .col-2:first-child img, #kosik-pob .list-group-item .col-2:first-child img {
 
    min-width: 48px;
 
    border-radius: 50px;
    padding: 0.5rem;
}

    .list-group-item .col-2:first-child {
        padding-right: 0px;
        padding-left: 10px;
    }

    #kosik-obj-dop-pla .list-group-item .kos-cena {
        color: #3c7e3c;
        font-weight: 700;
    }

    .kos-dor {
        margin: 0.5rem 0 0.25rem 0;
        font-size: 0.875rem;
        color: #777;
    }
 
.kosik-body .checkmark {
    border-radius: 10px;
}

    #kosik-obj-dop-pla .kos-info {
        color: #50237a !important;
    }

    #kosik-obj-dop-pla .vinf {
        margin-left: auto;
    }

    .kosik-body .list-group-item.disabled, .kosik-body .list-group-item.disabled:hover, .kosik-body .list-group-item.disabled:focus {
        display: none;
    }

    .udaje-tabs.nav-tabs {
        border: none;
    }

        .udaje-tabs.nav-tabs .nav-link {
            font-size: 14px;
            color: #000;
            font-weight: 700;
            margin-right: 15px;
            background: #fff;
            border: 1px solid #50237a25;
            padding: 0.85rem 1.35rem;
            border-radius: 5rem;
        }
            .udaje-tabs.nav-tabs .nav-link i {
                color: #50237a;
            }
            .udaje-tabs.nav-tabs .nav-link.active i {
                color: #fff;
            }
            .udaje-tabs.nav-tabs .nav-link.active {
                background: #50237a;
                color: #fff !important;
                border: 1px solid #50237a;
            }

    @media (max-width: 767px) {
        .udaje-tabs.nav-tabs .nav-link {
            padding: 5px 10px;
            margin-right: 5px;
            margin-bottom: 5px;
        }
    }

 

    .field-validation-error {
        color: #fff;
        background: #d9534f;
        padding: 3px 6px;
        display: inline-block;
        margin-top: 5px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
    }

    .input-validation-error {
        color: #d9534f;
        border-color: #d9534f;
    }

    .form-group.required .form-label:after {
        content: " *";
        color: #d9534f;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.in-form {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    padding: 25px;
    border-radius: 2rem;
    background: #fff;
    margin-bottom: 15px;
}

.page-header {
 
    border: none;
}

    .btn-soc {
        width: 48px;
        height: 48px;
        background: #f8f8fe;
        border: 0px solid var(--border-base-color);
        border-radius: 0.375rem;
        margin: 0 10px 0 0;
        cursor: pointer;
        display: inline-block;
        color: #50237a;
        border-radius: 5rem;
        font-size: 1.35rem;
        transition: 0.25s;
    }
        .btn-soc:hover {
            color: #f8f8fe;
            background: #50237a;
        }



        hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #eee;
            opacity: 1;
        }

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
    }

    .validation-summary-errors li {
        color: #fff;
        background: #d9534f;
        padding: 3px 6px;
        margin-bottom: 5px;
        border-radius: 4px;
        font-size: 0.8125rem;
        font-weight: 700;
    }

    .navbar-user {
 
        margin: 0px;
        border: none;
        border-radius: 0px;
        padding-bottom: 0;
        padding: 5px 0;
    }

    @media (min-width: 1200px) {
        .navbar-user {
            padding-top: 15px;
            padding-bottom: 0;
        }
    }

    .navbar-user .navbar-nav .nav-link {
        
        font-size: 1rem;
        padding: 15px 25px;
        font-weight: 500;
    }

    .navbar-user .navbar-nav .nav-item.active .nav-link {
        background: rgba(0,0,0,0.25)
    }

    @media (min-width: 1200px) {
        /* .navbar-user .navbar-nav > .active > a, .navbar-user .navbar-nav > .active > a:hover, .navbar-user .navbar-nav > .active > a:focus {
        background: linear-gradient(0deg, rgba(246,250,255,1) 0%, rgba(255,255,255,1) 50%);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #000;
    }
*/
        .navbar-user .navbar-nav .nav-item.active .nav-link {
            background: #f8f8fe;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            color: #000;
        }
    }

    .navbar-user .navbar-brand {
        color: rgba(255,255,255,1);
        font-weight: 700;
        height: auto;
        padding: 15px 15px;
        font-size: 0.875rem;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .navbar-header .navbar-toggler {
            outline: 0;
            box-shadow: none !important;
        }

            .navbar-header .navbar-toggler span {
                color: white;
                font-size: 1.75rem;
            }

    .objednavka-wrapper {
       
        padding: 1rem;
    }

    .objednavka-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);
    }

    .objednavka-item-date {
        color: #999;
    }

    @media (min-width: 768px) {
        .objednavka-item-date {
            min-width: 100px;
        }
    }

    @media (min-width: 768px) {
        .objednavka-item-title {
            min-width: 300px;
        }
    }

    .objednavka-item-title > span {
        color: #50237a;
        font-weight: 700;
        font-size: 0.9375rem;
    }

    .objednavka-item-suma {
        font-size: 0.9375rem;
        color: #379837;
        font-weight: 700;
    }

    .objednavka-item-items a {
        border-radius: 4px;
        padding: 5px;
        text-align: center;
        display: inline-block;
        margin-left: 15px;
        height: 48px;
        width: 48px;
        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);
    }

    .objednavka-item-items img {
        max-height: 36px;
        max-width: 36px;
    }

    .objednavka-title {
        border-bottom: 4px solid var(--border-base-color);
        padding: 15px;
    }

        .objednavka-title h1 {
            font-size: 1.25rem;
            margin-bottom: 0;
        }

            .objednavka-title h1 span {
                color: #50237a;
            }

.objednavka-panel {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    padding: 1.25rem;
    border-radius: 1rem;
    margin: 15px 0 15px 0;
    background: #fff;
}

    .objednavka-cena p {
        text-align: center;
        margin: 0px;
    }

        .objednavka-cena p:first-child {
            font-size: 1.125rem;
            font-weight: 700;
        }

        .objednavka-cena p:last-child {
            color: #999;
        }

    .blu {
        color: #50237a;
    }

    .text-primary-400 {
        color: #50237a;
    }

    .kosik-cena, .kosik-cena-ks {
        font-size: 0.9375rem;
        font-weight: 500;
        color: #379837;
    }

    @media (max-width: 767px) {
        .kosik-cena, .kosik-cena-ks {
            font-size: 0.875rem;
        }
    }

    .objednavka .panel-body p {
        margin: 0 !important;
    }

    @media (max-width: 767px) {
        .tovar-vyrobca {
            margin-top: 30px;
        }
    }

    .tovar-vyrobca {
        margin-top: 15px;
    }

    @media (max-width: 767px) {
        .tovar-vyrobca img {
            max-width: 100px;
            max-height: 50px;
        }
    }

    .tovar-vyrobca img {
        max-width: 150px;
        max-height: 100px;
    }

    /* kontakt */
    .contact-search {
        margin-bottom: 15px;
    }

    .contact-title {
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .contact-title .mi {
            color: #50237a;
            font-size: 1.875rem;
        }

    .help-menu a {
        display: flex;
        color: #000;
        align-items: center;
        padding: 5px 0;
        font-weight: 700;
    }

        .help-menu a .mi {
            font-size: 1.875rem;
            color: rgba(0,0,0,0.35)
        }

    .contact-help {
        font-size: 1.25rem;
        font-weight: 300;
        margin: 15px 0;
    }

    .contact-title img {
        margin-right: 5px;
    }

    .contact-gallery {
        margin-top: 30px;
        border-radius: 8px;
        overflow: hidden;
    }

    #kontakt-carousel .carousel-cell {
        width: 100%;
        /*height: 270px;*/
    }

        #kontakt-carousel .carousel-cell img {
            width: 100%;
            height: auto;
        }

    .help-list {
        display: flex;
        flex-flow: row wrap;
    }

    .help-item {
        padding: 15px;
    }

    @media (min-width: 1400px) {
        .help-item {
            width: 50% !important;
        }
    }

    .help-title {
        margin-bottom: 1rem;
    }

        .help-title .mi {
            color: #50237a;
        }

    .help-item .help-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .help-link {
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 10px;
    }

    /* vykup */
    #vykup {
        border: none;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
    }

        #vykup .slinky-menu {
            min-height: initial;
        }

        #vykup .slinky-menu {
            min-height: initial;
        }

            #vykup .slinky-menu a {
                border-color: #eee;
                cursor: pointer;
            }

        #vykup .panel-heading {
            border: none;
            border-bottom: 4px solid #eee;
            padding-bottom: 10px;
        }

        #vykup .slinky-menu .ikona {
            padding: 15px;
            width: 100px;
            text-align: center;
        }

    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 0;
        border-radius: 4px;
    }

    /* doprava platba */
    .l-title {
        font-size: 1.25rem;
        font-weight: 600;
    }

        .l-title i {
            color: #50237a;
        }

    .sp-item {
        display: flex;
        align-content: center;
        align-items: center;

    }

.sp-icon img {
    max-width: 64px;
    border-radius: 50px;
 
}

    .sp-content {
        width: 100%;
        padding: 10px;
    }

    .sp-title {
        margin-bottom: 2px;
        font-size: 1.125rem;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
    }

    .sp-price {
        color: #50237a;
        font-weight: 700;
    }

    .sp-info {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }

    .sp-free {
        color: #999;
    }

    .sp-text {
        margin-top: 5px;
        color: #777;
    }

    .sp-body {
        margin-top: 1rem;
        font-size: 0.875rem;
    }

    .sp-btn {
        font-weight: 700;
    }

    .sb .container-fluid, .sc .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
   
    }

    .cena-sum-con {
        font-weight: 700;
        font-size: 24px;
        padding-top: 0px;
        margin-bottom: 15px;
    }

        .cena-sum-con .text-end {
            color: #50237a;
        }

    .btn-porovnavat.active, .btn-oblubene.active {
        background: #50237a;
        color: #fff;
        border-color: #50237a;
        border-radius: 4px;
    }

    .vc .vc-dph {
        color: #E63B45;
        font-size: 16px;
        font-weight: 700;
    }

    #porovnavanie .thumbnail {
        height: 350px;
    }

        #porovnavanie .thumbnail img {
            min-width: 200px;
            max-width: 350px;
        }

    .quantity-box {
        border: 1px solid var(--border-base-color);
        padding: 0.6rem;
        display: flex;
        flex-grow: 4;
        border-radius: 2rem;
        margin-bottom: 0.75rem;
        align-items: center;
    }

    @media (min-width: 768px) {
        .quantity-box {
            margin-right: 1rem;
            margin-bottom: 0;
        }
    }

    .quantity-box input {
        border: none;
        padding: 5px;
        font-weight: 700;
        width: 100%;
    }

    .quantity-box button {
        border: none;
        border-radius: 1rem;
        width: 30px;
        min-width: 30px;
        height: 30px;
        background: #50237a;
        color: #fff;
        display: block;
        font-size: 1.5rem;
        line-height: 30px;
        text-align: center;
        font-weight: 400;
        padding: 0;
    }

        .quantity-box button:last-child {
            margin-left: 5px;
        }

    .qty-zlavy td {
        padding: 0.5rem 0;
    }

    .qty-zlavy {
        margin-top: 1rem;
    }

    .qty-title {
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

    .qty-price {
        text-align: right;
        font-weight: 700;
        color: #50237a !important;
    }

    .qty-percentage {
        color: #379837 !important;
    }

    .qty-item {
        font-weight: 700;
    }

    #offerModal {
        background-color: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(0.15rem);
    }

        #offerModal .modal-wrapper {
            background: linear-gradient(135deg, #50237a 40%, #ba3087 100%);
            padding: 10px;
            border-radius: 10px;
        }

        #offerModal .modal-content {
            padding: 15px;
            box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.15);
            background: #fff;
            border-radius: 10px;
        }

    .recenzie-control {
        padding: 15px;
    }

    .recenzia-obsah {
        padding: 5px 0px;
    }

    .recenzia-klady {
        color: #379837;
    }

    .recenzia-zapory {
        color: #E63B45;
    }

    .star-main {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .stars-lg {
        font-size: 24px;
    }

.stars .store-icon-star-solid.active {
    color: #f4d607;
}

    .stars .store-icon-star-solid, .stars-graph .store-icon-star-solid {
        color: #d2d2d2;
    }

    .star-line {
        height: 7px;
        background: #50237a;
        display: inline-block;
        border-radius: 4px;
    }

    .recenzie-control .zakupilov {
        text-align: center;
        font-size: 0.9375rem;
    }

    .objednavka-doprava {
        font-size: 0.875rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .objednavka-doprava strong {
            color: #50237a;
            display: block;
        }

    .kosik-dop-cena h4 {
        color: #50237a;
        font-size: 24px;
    }

    @media screen and (max-width: 1200px) {
        #platbaModal .modal-dialog {
            max-width: calc(100% - 15px)
        }
    }
.k-i-w {
    background: #fff;
    height: 100%;
    padding: 1rem;
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    border-radius: 40px;
}
.k-i-w .tovar-kupon, .p-i .tovar-kupon {
    font-size: 0.785rem;
    justify-content: space-between;
}
    .k-i-k {
        display: flex;
        justify-content: center;
    }

        .k-i-k div div:last-child {
            display: flex;
            text-align: left;
            color: #fff;
            font-weight: 700;
            font-size: 11px;
            margin-bottom: 5px;
            padding: 0px;
        }

        .k-i-k div div:first-child {
            text-align: center;
            font-weight: 700;
            font-size: 11px;
        }

        .k-i-k div div:last-child span:first-child {
            display: block;
            padding: 5px 5px 5px 10px;
            background: #E63B45;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
        }

        .k-i-k div div:last-child span:last-child {
            display: block;
            padding: 5px 10px 5px 5px;
            background: #50237a;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }

    #tovar > .sc .k-i-k div div:last-child span:first-child {
        padding: 10px 10px 10px 20px;
        font-size: 18px;
    }

    #tovar > .sc .k-i-k div div:last-child span:last-child {
        padding: 10px 20px 10px 10px;
        font-size: 18px;
    }

    #tovar > .sc .k-i-k div div:first-child {
        font-size: 18px;
    }

    #tovar h4 {
        margin: 0 0 15px 0;
        padding: 0px;
        font-size: 16px;
    }

    .variana-row {
        cursor: pointer;
        padding: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

        .variana-row img {
            max-height: 100px;
        }

        .variana-row:hover {
            border-radius: 4px;
            box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        }

        .variana-row .vc {
            font-weight: 700;
            color: #000;
            font-size: 15px;
        }

    .header-image {
        overflow: hidden;
    }

        .header-image img {
            object-fit: cover;
            max-width: 100%;
        }

    #bloky {
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 3px 0 rgba(0,0,0,0.15);
        border-radius: 8px;
        margin-bottom: 1rem;
    }

        #bloky .panel {
            margin: 0px;
            background: none;
            box-shadow: none;
            padding: 0;
        }

        #bloky .panel-default > .panel-heading {
            background: none;
            border-bottom: 1px solid var(--border-base-color);
        }

            #bloky .panel-default > .panel-heading a {
                text-decoration: none;
                display: block;
                font-size: 1rem;
                padding: 1.8rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: black;
            }

                #bloky .panel-default > .panel-heading a i {
                    font-size: 1.125rem;
                    transition: transform 0.2s ease;
                }

                #bloky .panel-default > .panel-heading a[aria-expanded="true"] i {
                    transform: rotate(180deg);
                }

        #bloky .panel-body {
            padding: 15px 30px;
        }

    .cashback-page .card {
        padding: 0
    }

    .cashback-page .card-title {
        font-weight: 600
    }

    .tovar-obrazky-info {
        color: #828282;
    }

    /* *********** cashback *********** */
    .cashback-logo {
        width: 220px;
        height: auto;
    }

    .cashback-section-title {
        font-weight: 700;
        margin-bottom: 2rem;
        font-size: 1.875rem;
    }

    .cashback-how-illustration {
        height: 160px;
        width: auto;
    }

    .cashback-how-title {
        font-size: 1.3125rem;
        font-weight: 700;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .cashback-how-subtitle {
        text-align: center;
    }

    .cashback-faq-q {
        font-size: 1.125rem;
        font-weight: 700;
    }
.card {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
}
.contact-form {
    box-shadow: 4px 11px 26px -10px rgba(0, 0, 0, 0.11);
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
}
@media screen and (min-width: 768px) {
    .cashback-how-title {
            text-align: left;
            margin-top: 0;
        }

        .cashback-how-subtitle {
            text-align: left;
        }

        .cashback-how-content--right {
            padding-left: 2rem;
        }

        .cashback-how-content--left {
            padding-right: 2rem;
        }

        .cashback-how-illustration {
            height: 180px;
            width: auto;
        }
    }

    @media screen and (min-width: 992px) {
        .cashback-how-illustration {
            height: 200px;
        }

        .cashback-how-content {
            max-width: 450px;
        }
    }

    @media screen and (min-width: 1200px) {
        .cashback-how-illustration {
            height: 230px;
        }
    }

.ai-bar img {
    height: 50px;
    border-radius: 50px;
    margin-right: 0.5rem;
} 
.ai-bar .store-icon-ecox {
    font-size: 1.75rem;
    background: #afca05;
    border-radius: 25px;
    padding: .35rem;
    margin-right: .5rem;
    box-shadow: 4px 16px 31px -10px rgba(52, 24, 79, .65);
    color: #50237a;
}

.ai-bar .d-flex {
    align-content: center;
    align-items: center;
}

.ai-content span.typed-cursor {
    color: #afca05;
}

.ai-content span {
}

.ai-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    line-height: 1rem;
}
.navigation-portrait .ai-bar {
    margin-left: 1rem;
}
.navigation-portrait .ai-content {
    color: #000;
}
.header__main-panel .ai-content {
    width: 200px !important;
}

.vs-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #50237a;
    text-align: center;
    margin-bottom: 0.5rem;
}
.vlastnosti-body {
    
  
    font-size: 1rem;
    background: #fff;
}
.vlastnosti .mi {
    color: #50237a;
}


.black-body {
    padding-top: 1rem;
}
.ai-wrapper {
    padding: 1rem;
    font-family: monospace;
    background: #f8f8fe;
    border-radius: 1rem;
}
    .ai-wrapper .spinner-border {
        opacity: 0.25;
    }

    .console-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 75px;
        height: 600px;
    }

    .console-wrapper, .console-wrapper h1, .console-wrapper h2 {
        font-size: 1.025rem;
    }

#console {
    height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #50237a rgba(0,0,0,0);
}
    #console p {
        margin: 0 !important;
        padding: 0 !important;
    }

.message-box {
    position: absolute;
    min-height: 10px;
    top: 1rem;
    left: 0;
    align-items: center;
    display: flex;
    z-index: 9999999999999;
    width: calc(100%);
}

    .message-box .form-control {
        display: block;
        background: #fff;
        height: 10px;
        width: 100%;
        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);
        padding: 1.5rem;
        border-radius: 2rem;
        border: none;
    }
        .message-box .form-control:focus {
            box-shadow: 0 4px 4px 0 rgba(80, 35, 122, 0.15), 0 8px 4px -4px rgba(80, 35, 122, 0.15), 0 4px 10px 0 rgba(80, 35, 122, 0.15);
        }

        .message-box .form-control::placeholder {
            color: rgba(0,0,0,0.5) !important;
        }

    .message-box button {
        display: block;
        border-radius: 5rem;
    }

.m-ai {
    display: flex;
    margin-bottom: 1rem;
    align-items: start;
    align-content: start;
}

.m-ai-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url('/Content/maven/f22icon.webp');
    background-size: 100%;
    transform: scaleX(-1);
}

.m-ai-message {
    padding: 0.65rem;
    width: calc(100% - 0.65rem);
}

.m-user {
    display: flex;
    justify-content: end;
}

    .m-user div {
        border: 1px solid rgba(0,0,0,0.1);
        padding: 0.5rem 1.5rem;
        border-radius: 5rem;
    }

.maven-profile .mt-2 {
    font-size: 0.895rem;
    line-height: 0.895rem;
    font-weight: 600;
}
    .maven-profile img {
        max-height: 100px;
        border-radius: 50rem;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    }
.maven-profile-head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}
@media (min-width: 768px) {
    .maven-profile-head {
        display: block;
    }

        .maven-profile-head div:first-child {
            margin-bottom: 1rem;
        }


    .console-wrapper {
        padding-top: initial;
    }

    .maven-profile {
        padding: 1rem;
        border-left: 1px solid rgba(0,0,0,0.1);
    }

        .maven-profile img {
            max-height: initial;
            width: 100%;
        }

    .message-box {
        width: calc(100%);
        top: auto;
        bottom: 10px;
        position: absolute;
    }
}


.blog-menu-title {
    font-size: 1.275rem;
    color: #50237a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-menu a {
    font-size: 1rem;
    padding: 1rem 0rem;
    font-weight: 700;
    display: block;
    color: #000;
    border-bottom: 1px solid var(--border-base-color);
}

    .blog-menu a:last-child {
        border: none
    }

    .blog-menu a:hover {
        color: #003590
    }

.blog-more {
    color: #000;
    font-weight: 600;
}

.blog-body h2 {
    font-weight: 700;
    font-size: 1.5rem;
}

.blog-body h3 {
    font-size: 1rem;
    font-weight: 700;
}

.blog-body h2, .blog-body h3 {
    margin: 1rem 0;
}

.blog-slider {
}

.blog-slide {
    width: 100%;
    text-align: center;
    position: relative;
}

    .blog-slide .stara {
        font-size: 0.975rem;
        line-height: 0.975rem;
    }

    .blog-slide .price {
        font-size: 1.175rem;
        line-height: 1.175rem;
    }

    .blog-slide img {
        max-height: 150px;
    }

    .blog-slide .tovar-kupon {
        margin-top: 0.5rem;
    }

.expandable-content {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

    .expandable-content.expanded {
        max-height: none;
    }

.expandable-content__control {
    background-color: #000;
    background: linear-gradient(180deg, transparent 0, #fff 50%, #fff);
    bottom: 0;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
}

    .expandable-content__control button {
        border: none;
        position: absolute;
        background: none;
        font-weight: 700;
        bottom: 0;
        color: #000;
        left: 50%;
        transform: translate(-50%);
        transition-duration: 0.15s;
    }

        .expandable-content__control button i {
            background: #50237a;
         
            color: #fff;
            padding: 0.15rem;
            border-radius: 25px;
        }
         
.splide__pagination__page {
    background: #ccc;
}

.f-color {
    display: flex;
    align-content: center;
    align-items: center;
}
    .f-color div {
        width: 30px;
        height: 30px;
        border-radius: 5rem;
        margin-right: 0.5rem;
        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);
    }
  