html,body{
    font-family: primaryFont;
    font-weight: 400;
}

@font-face {
      font-family: primaryFont;
      src: url("/templates/marty/fonts/custom/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-ExtraLight.ttf"); 
    font-weight: 200;
}  

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-Light.ttf");
    font-weight: 300;
}  

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-Regular.ttf");
    font-weight: 400;
}  

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-SemiBold.ttf");
    font-weight: 600;
}  

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: secondaryFont;
    src: url("/templates/marty/fonts/custom/SourceSansPro-Black.ttf");
    font-weight: 900;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%;
}

.container {
  max-width: 100% !important;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}




.banners_tpl_left_right section.banner_tpl_left, .banners_tpl_left_right section.banner_tpl_right{
    position: absolute;
}
.banners_tpl_left_right{
    position: relative;
}
.banners_tpl_left_right section.banner_tpl_left{
    right: 100%;
}

.banners_tpl_left_right section.banner_tpl_right{
    left: 100%;
}

.divider{
    width: 100%;
    height: 100px;
    background-color: #eee;
    margin: 200px 0px;
    box-shadow: inset 0px 5px 10px 2px rgba(0,0,0,0.1);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top: 0px;
}

header{
    
}

header .message{
    
    font-size: .8em !important;
}


div.user.w-25 span.pro-count{
    color: #fff;
}


header .nav-main a{
    //color: white !important;
    text-decoration: none !important;
}


header .nav-category{
    border-bottom: none !important;
}

header .nav-category ul{
    padding: 0px !important;
    margin: 0px !important;
    
}

header .nav-category li{
    list-style: none !important;
}

header .nav-category li a{
    color: #333 !important;
    line-height: 60px ;
    margin-top: 2px;
    text-decoration: none;
    padding: 0px 10px;
    white-space: nowrap;
    transition: all 0.25s;
}



header .nav-category .categories-leve-3 li{
    list-style: none;
}

header .nav-category .categories-leve-3 li a{
    padding: 0px;
    display: block !important;
}

header .nav-category .categories-leve-3 li a.cat-more{
    text-decoration: underline;
}

header .nav-category li .level-2 a{
    text-decoration: none !important;    
    line-height: 16px;
    color: #000;
    font-size: 1em;
}

.search_wisper input.form-control{
    border-radius: 0;
}

header .nav-category li .level-2 .category-icon{
    max-width: 100%;
    max-height: 100px;
}

header .nav-category li .level-3 a{
    border: none !important;
    line-height: 14px;
    font-size: .75em;
}

header .nav-category li a img.category-icon:not(.category-icon-big){
    max-height: 24px;
    max-width: 24px;
}



header .nav-category li.category-menu-item{
    /*z-index: 10;*/
}

header .nav-category li.category-menu-item div.category-subcategory{
    position: absolute;
    width: 100%;
    margin-top: 50px;
    left: 0px;
    /*z-index: 9;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s .4s,opacity .2s .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

header .nav-category li.category-menu-item.visible div.category-subcategory{
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

header input{
    padding: 0.8em 1.2em !important;
    border: none !important;
    background-color: white !important;
}

header button{
    transition: filter 0.25s;
}

header button:hover{
    filter: brightness(90%);
}

header .user a span{
    font-size: .7em !important;
}

.form-control:focus{
    box-shadow: none !important;
}

.frame-primary{
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

a.frame-primary:hover, div.product.frame-primary:hover{
    -webkit-box-shadow: 0 0.1875rem 0.375rem 0.1875rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.1875rem 0.375rem 0.1875rem rgb(0 0 0 / 10%);
}




input{
    outline: none !important;
}

i.fa-2x{
    font-size: 1.7em;
}

.rounded{
    border-radius: 10px !important;
}

footer{
    background-color: #212529;
}

footer ul.footer-list{
    padding-left: 0px;
}
footer ul.footer-list li{
    list-style: none;
}
footer ul.footer-list li a{
    text-decoration: none;
}

.navbar-shadow {
    pointer-events: none;
    height: 30px;
    position:absolute;
    z-index: 1;
    bottom:0;
    box-shadow: 0 7px 10px -5px rgb(0 0 0 / 10%);
}

section#newsletter form{
    width: 35%;
}
section#newsletter input{
    line-height: 2.5;
    
    border-radius: 5px 0px 0px 5px; 
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
}

section#newsletter button{
    border-radius: 0px 5px 5px 0px; 
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%);
}

.home-slider-item{
    border-radius: 0.5rem;
    overflow: hidden;
    
}

.hero-slider-1-arrow span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    cursor: pointer;
    transition: 0.25s background-color;
}

.home-slider-dots .slick-dots button{
    display: none;
}

.home-slider-dots ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    padding: 1em;
}

.home-slider-content > *{
    color: white;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

.home-slider-content{
    z-index: 10;
    text-align: center;
    bottom: 10%;
    width: 100%;
    padding: 0px;
    padding-left: 0px !important;
    text-shadow: 0 3px 3px rgb(0 0 0 / 70%);
    color: white !important;
}

.home-slider-dots .slick-dots li{
    width: 1.5em;
    border-radius: 3px;
    height: 5px;
    background-color: var(--bs-gray);
    list-style: none;
}


.home-slider .slider-btn:hover{
    background-color: #ddd;
    
}

.btn-primary:hover, .btn-primary{
    color: #fff !important;
}



.hero-slider-1-arrow span.slider-prev{
    left: -80px;
}

.hero-slider-1-arrow span.slider-next{
    right: -80px;
}


.product.frame-primary{
    padding: 15px;
    height: 100%;
    position: relative;
}
.product.frame-primary img{
    max-height: 215px;
    max-width: 100%;
}


.product .product-badges{
    font-size: .75rem !important;
}

.product .product-badges.product-badges-lines{
    font-size: .75rem !important;
    position: static;
    max-height: 20px;
    overflow:hidden;
    max-width: 845px;
}

.product-badges span{
    color: white;
    font-weight: 300;
    padding: 3px 7px;
    font-size: 13px;
    z-index: 1;
    border-radius: 0.3em;
    white-space: nowrap;
    line-height: 1.2;
}

.product-badges span.hot {
    background-color: #ff75a0;
}

      
.product-badges span.new {
    background-color: #99bbad;
}
    
.product .product-img-action-wrap .product-img {
    max-height: 230px;
}

.product .product-img-action-wrap .product-img a{
    height: 100%;
}
.product-badges span.sale {
    background-color: #a1cae2;
}

.product-badges span.comming {
    background-color: #fc9464;
}

.product-badges span.ended {
    background-color: #c54b4b;
}

.product-badges span.best {
    background-color: #ffab73;
}

.product .product-code{
    font-size: 0.6em;
    color: #999;
}

.product h2.product-name, .product h2.product-name a{
    font-size: 0.9rem;
    line-height: 1rem;
    color: #333 !important;
    text-decoration: none;
    font-weight: bold;
}

.product .price-text{
    font-size: 0.7rem;
    
}

.product .price-value{
    
}

.product .dostupnost{
    font-size: 0.7rem;
}

.home-tips h4{
    font-size: 1rem;
}

.home-tips p{
    font-size: .8rem;
    font-weight: 300;
}

.btn-info{
    color: white;
}

.login-header-nadpis{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    /*font-family: Etelka Narrow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;*/
    font-family: secondaryFont;
}


.login-header{
    margin-bottom: 30px;
}

.login-inputs{
    padding-top: 20px;
    padding-bottom:40px;
    padding-right: 30px;
    padding-left:30px;
}

.login-button{
    padding-top: 22px;
    padding-bottom:22px;
    padding-right: 45px;
    padding-left: 45px;
}

.login-form{
    padding-top: 30px;
    padding-bottom: 100px;
}

div.breadcrumb{
    padding-top: 25px;
    font-size: 12px;
}

div.breadcrumb a{
    color: #575757 !important;
}



.login-inputs input{
    height: 50px;
}

.lost-pswd-input{
    height: 50px;
}

.btn-lost-pswd{
    height: 50px;
    border-radius: 0px 5px 5px 0px;
}

.lost-pswd-div{
    padding-top: 30px;
    padding-bottom:30px;
    padding-right: 25px;
    padding-left:25px;
}

.btn-small-font{
    font-size: 15px;
    padding: 15px;
}
 .user-menu{
    font-size: 14px;
 }
 
 .table.table-sm.table-borderless.table-striped{
    font-size: 12px;
 }
 
 .user-accounts-form button{
    font-size: 10px;
 }
 
 .card-body h5{
    font-size: 19px;
 }
 
 .card-body{
    font-size: 14px;
 }
 
 .badge.rounded-pill{
        font-size: 13px !important;
 }
 
 div.offer-procenta{
    top: 7px !important;
    right: 12px !important;
    z-index: 0;
}

div.offer-procenta-sleva{
    top: 7px !important;
    right: 115px !important;
    z-index: 0;
}

.input-dph-offer:focus, #inputSleva:focus, #slevaPolozky{
    z-index: 0 !important;
}

div.price_customer_currency{
    top: 3px !important;
    right: 12px !important;
}

.company-user-col{
    padding-left: 0 !important;
}

.input-dph-offer, #inputSleva{
    padding-right: 28px;
}
.price_customer_input input{
    padding-right: 30px;
}

#slevaPolozky{
    padding-right: 24px;
}

.order-inputs input{
    height: auto;
    width: auto;
}

.user-menu-company-name{
    margin-bottom: 0;
}

.user-menu-logout{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ps-0{
    padding-left: 0;
}

.user-menu li a{
    text-decoration: none;
}

.user-menu li a.user-active{
    font-weight: 600;
    color: #212529 !important;
}

.widget-product-title{
    max-width: 360px;
}
.btn-outline-gray{
    border-color: #ced4da;
}
.btn-outline-gray:hover{
    background-color: #d9d9d9;
}

section:not(#section-category) .btn-light{
    background-color: #e7e7e7;
}

section:not(#section-category) .btn-light:hover{
    background-color: #d9d9d9;
}

.offer.btn-light{
    background-color: #e7e7e7;
}

.offer.btn-light{
}

.offer.btn-light:hover{
    background-color: #d9d9d9;
}

div.sorting ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: start;
    align-content: center;
    list-style: none;
    gap: 1em;
}

div.sorting ul li a{
    display: block;
    color: #b1b1b1 !important;
    text-decoration: none;
    margin-bottom: -1px;
    padding-right: 1rem;
    line-height: 2.2;
    text-size-adjust: 80%;
    border-bottom: 1px solid transparent;
}

div.sorting ul li a.active{
    border-bottom: 2px solid transparent;
    font-weight: 600;
    color: black !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
      from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes rotating {
      from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    


div.sorting ul li a{
    position: relative;
    
}
div.sorting ul li a:focus:after{
    top: 40%;
    
    content: "\f1ce";
    font-size: 12px;
    line-height: 12px;
    color: #ddd;
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.contact-input{
    height: 55px;
}

.captcha-image-reload{
    height: 55px !important;
    border-radius: 0px 5px 5px 0px !important;
    border: none;
    min-width: 50px !important;
}

.captcha-image{
    border-radius: 5px 0px 0px 5px;
}

.font-thin{
    font-weight: 300;
    /*font-family: Etelka Narrow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;*/
    font-family: secondaryFont;
}

.font-thin-big{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    /*font-family: Etelka Narrow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;*/
    font-family: secondaryFont;
}

div.user.w-25 i.fal{
    font-weight: 100;
}

div.user.w-25 i{
    font-size: 20px !important;
}

div.user.w-25 span{
    font-size: 10px !important;
}
div.user.w-25 a{
    max-width: 65px !important;
}

@media only screen and (max-width: 992px){
    div.user span.pro-count {
    position: absolute;
    right: 12px;
    top: -10px;

    padding-left: 5px;
    padding-right: 5px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px !important;

    text-align: center;
    line-height: 17px;
}
}

@media only screen and (min-width: 992px){
    div.user span.pro-count {
        position: absolute;
        right: 4px;
        top: 0px;
        padding-left: 5px;
    padding-right: 5px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 11px !important;

        text-align: center;
        line-height: 17px;
    }
}

@media only screen and (max-width: 1200px){
    div.user span.pro-count {
        position: absolute;
        right: 4px;
        top: 0px;
        padding-left: 5px;
    padding-right: 5px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 11px !important;

        text-align: center;
        line-height: 17px;
    }
}

@media only screen and (min-width: 1200px){
    div.user span.pro-count {
        position: absolute;
        right: 12px;
        top: -10px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 11px !important;
        min-width: 17px;
        text-align: center;
        line-height: 17px;
    }  
}







a.cart{
    position: relative;
}

/*
.pro-count.white{
    background-color: #ffffff;
}
*/
div.search-wisper {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10000;
    height: auto;
    max-width: 683px;
}

div.search-wisper .card {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 60%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.6);
    box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 60%);
}

div.search-wisper .item .d-flex {
    display: flex!important;
    align-items: center!important;
    /* min-height: 80px; */
}

div.search-wisper .item .image, div.search-wisper-offer .item .image  {
    height: 45px;
    max-width: 10%;
    width: 100%;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

div.search-wisper .item .image img, div.search-wisper-offer .item .image img {
    max-height: 45px;
    max-width: 45px;
}

div.search-wisper .item .d-flex {
    display: flex!important;
    align-items: center!important;
    /* min-height: 80px; */
}

div.search.col-4{
    position: relative;
}

.search-wisper .item a, .search-wisper-offer .item a{

    font-size: 16px !important;
}

.search-wisper .item .price{
    color: #212529 !important;
    font-size: 16px !important;
}

.search-wisper .item .image{
    max-width: 14% !important;
}

h1, h2, h3, h4, h5, h6{
    /*font-family: Etelka Narrow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;*/
    font-family: secondaryFont;
}

.widget-category button{
    height: 11px;
    padding: 0.125rem;
    width: 11px;
    position: absolute;
    top: 11px;
    left: 7px;
    color: currentColor;
    border-color: currentColor;
    background-color: #fff;
}

.widget-category .list-group-item-sub button{
    height: 11px;
    padding: 0.125rem;
    width: 11px;
    position: absolute;
    top: 6px;
    left: 5px;
}

ul.categories{
    padding-left: 0px;
}

.widget-category a{
    display: block;
    color: #6f6f6f !important;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 7px 7px 27px;
}



.widget-category .list-group-item-sub a{
    padding: 2px 7px 2px 25px;
}

.widget-category li.menu-category-item.active a{
    color: #ffffff !important;
    font-weight: 530;
}

.widget-category button i{
    font-size: 7px;
}

.menu-category-sub li.active a{
    background: none;

    font-weight: 530;
}



.widget-category ul:not(.categories):before {
    display: block;
    content: "";
    width: 0.0625rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    background-color: #e5e5e5;
}

.widget-category ul:not(.categories) li a:before {
    display: block;
    content: "";
    width: 0.0625rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    background-color: #e5e5e5;
}

.widget-category>ul>li {
    border-bottom: 1px dotted #e5e5e5;
}

.menu-category-sub{
    padding-left: 20px;
}

.order-submit-table{
    font-size: 14px;
}

.order-table-headers{
    font-size: 14px;
}

.home-slider-dots{
    z-index: 0 !important;
}

.cart-item-form.input-variant-div{
    width: 15%;
}

.product-image-slider img{
    max-width: 100%;
    background-color: red;
    max-height: 100%;
}

@media (min-width: 1200px){
    .p-xl-4-5 {
        padding: 2rem!important;
    }
}



.product-image-slider.image-gallery{
    width: 500px;
    height: 500px;
    max-width: 100%;
}

.product-image-slider.image-gallery figure{
    
    height: 100%;
    overflow: hidden;
}

.slider-nav-thumbnails img{
    max-width: 84px;
    max-height: 84px;
    border-radius: 8px;
    background-color: white;
}

.slider-nav-thumbnails .pozadi{
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 88px;
}

.slider-nav-thumbnails .pozadi.pozadi-video .d-flex:hover i{
    color: #ff0000 !important;
}

.slider-nav-thumbnails .pozadi.pozadi-video .d-flex i{
    color: #6c757d!important;
    transition: color 0.3s ease;
}

.slider-nav-thumbnails .pozadi:hover{
    cursor: pointer;
    border-color: #dfdede;
}

.f-left {
    float: left!important;
}

.f-right {
    float: right!important;
}

.pozadi div.d-flex{
    width: 100%;
    height: 100%;
    opacity: 0.9;
    border-radius: 8px;
}

.slider-nav-thumbnails{
    flex-wrap: wrap;
}

.oddelovac-mobile{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
}

    .razeni-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .razeni-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .razeni-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .razeni-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

@media (min-width: 62rem){
    .razeni-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .razeni-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.border-radius-10{
    border-radius: 10px;
}

.detail-extralink .qty-down, .detail-extralink .qty-up{
    height: 100%;
    width: 25px;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
    justify-content: center;
}

.detail-extralink .qty-down:hover, .detail-extralink .qty-up:hover{
     background-color: #d9d9d9;
     cursor: pointer;
     }

.detail-extralink .qty-down{
    border-radius: 10px 0 0 10px;
}

.detail-extralink .qty-up{
    border-radius: 0 10px 10px 0;
}

.detail-extralink span{
    width: 40px;
    height: 53px;

    padding-top: 15px;
    background: white;
    text-align: center;
    border-right: 1px solid #dee2e6!important;
    border-left: 1px solid #dee2e6!important;
}

.detail-qty{
    display: flex;
    border-radius: 10px;
    max-height: 55px;
}

.button-add-to-cart, .button-add-to-offer{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-left: 35px;
    margin-left: 12px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    min-width: 218px;
}

.btn-detail-extralink, .btn-additional{
    color: #575757 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
}

.btn-detail-extralink:hover, .btn-additional:hover{
    color: white !important;
    background-color: #575757;
}

.btn-detail-extralink i, .btn-additional i{
    font-size: 20px;
}

.btn-detail-extralink span{
    font-size: 12px;
}


.detail-linka-vyber a{
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-linka-vyber a i{
    font-size: 25px;
}

.detail-linka-vyber .btn-white{
    background-color: white;
    border-radius: 10px;
}

.btn-white:hover{
    background-color: #ececec;
    border-color: #e6e5e5;
}

.text-success, .text-skladem-success{
    color: #0fbf45 !important;
}


.text-skladem-default{
    color: #212529 !important;
}

.text-skladem-muted{
    color: #6c757d !important;
}

.text-skladem-primary{
    color: #337ab7 !important;
}

.text-skladem-info{
    color: #0dcaf0 !important;
}

.neni_skladem,.text-skladem-danger{
    color: #c40303;
}

.dodavatel-objednano,.dodavatel-datum{
    color:#777;
    font-weight: normal !important;
    font-size: 11px;
}

.objednano, .text-skladem-warning{
    color: #ff790e;
}

ul.dropdown-menu a.dropdown-item span.text{
    width: 100%;
    max-width: 100%;
}

.search_wisper{
    border-radius: 4px !important;
}

.product-image-slider figure img{
    max-width: 100%;  
    max-height: 436px;
}

.product-image-slider .slick-list.draggable{
    display: grid;
}

.compare-table-div-div{
    font-size: 14px;
}

.compare-table-div-div .radek-parametr, .radek-hodnota{
    font-size: 13px;
}

.radek-parametr .parametr, .radek-hodnota .hodnota{
    border-bottom: 1px solid #c6c6c6;
}

.radek-hodnota .hodnota{
    background-color: #fff;
}

.multiple-items .slick-list div.slick-slide{
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.multiple-items-manufacturers .slick-list div.slick-slide{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.multiple-items-manufacturers .slick-list div.slick-slide a{
    padding: 0.0rem !important;
}

.multiple-items-manufacturers .slick-list div.slick-slide a span{
    border-radius: 0.5rem;
    max-height: 170px;
    overflow: hidden;
}

.multiple-items-manufacturers .slick-list div.slick-slide a img{
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

.multiple-items .slick-track, .multiple-items-manufacturers .slick-track{
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.multiple-items .slick-prev, .multiple-items-manufacturers .slick-prev, .home-items-carousel .slick-prev{
    position: absolute;
    left: -30px;
    top: 50%;
}

.multiple-items .slick-next, .multiple-items-manufacturers .slick-next, .home-items-carousel .slick-next{
    top: 50%;
    position: absolute;
    right: -30px;
}

.home-items-carousel .slick-next{
    right: 0px;
}

.home-items-carousel .slick-prev{
    left: 0px;
}

.multiple-items .slick-next, .multiple-items .slick-prev, .multiple-items-manufacturers .slick-next,
.multiple-items-manufacturers .slick-prev, .home-items-carousel .slick-next, .home-items-carousel .slick-prev,
.cart-relation-slider .slick-next, .cart-relation-slider .slick-prev{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 2px solid #ddd;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    cursor: pointer;
    transition: 0.25s background-color;
}

.cart-relation-slider .slick-next{
    right: -1%;
}

.cart-relation-slider .slick-prev{
    left: -1%;
}

.multiple-items .slick-next:hover, .multiple-items .slick-prev:hover, .multiple-items-manufacturers .slick-next:hover,
.multiple-items-manufacturers .slick-prev:hover, .home-items-carousel .slick-next:hover, .home-items-carousel .slick-prev:hover,
.cart-relation-slider .slick-next:hover, .cart-relation-slider .slick-prev:hover{
    background-color: #ddd;
}

.multiple-items .slick-next:focus, .multiple-items .slick-prev:focus, .multiple-items-manufacturers .slick-next:focus,
.multiple-items-manufacturers .slick-prev:focus, .home-items-carousel .slick-next:focus, .home-items-carousel .slick-prev:focus,
.cart-relation-slider .slick-next:focus, .cart-relation-slider .slick-prev:focus{
    background-color: #ddd;
    border: 2px solid #ddd;
    outline: none !important;
}

.multiple-items-manufacturers .slick-track{
    align-items: center;
    display:flex;
}

section.footer-mid .logo{
    margin-bottom: 25px;
}

.detail-qty input{
    width: 52px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.multiple-items-manufacturers {
    max-height: 206px;
    visibility: hidden;
}

div#souvisejici .products-wraper-souvisejici, div#alternativy .products-wraper-alternativy{
    visibility: hidden;
}

.subcategory.subcategories{
    min-height: 50px;  
}

.subcategory.subcategories div.text-start{
    font-size: 14px;
    line-height: 1.2;
}

.user-accounts-form button{
    width: 18px !important;
    height: 18px;
    padding: 0 !important;
}

.user-accounts-form{
    height: 18px;
}
.product-detail-action{
    border-radius: 10px;
}

.cart-product-image img{
    max-height: 60px;
    max-width: 60px;
}

.cart-item-connected .cart-product-image img{
    max-height: 35px;
    max-width: 35px;
}

.product-image-slider.image-gallery{
    overflow-y: hidden;
}

@media only screen and (min-width: 850px) {   
    .cart-item-static-count{
        width: 154px;
    }
}

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

    div.search-wisper .item .image img, div.search-wisper-offer .item .image img {
        max-height: 55px;
        max-width: 55px;
    }
    
    .cart-item-form .group-add-cart button{
        padding: 0;
    }
        
    .sorting-show .sorting ul li{
        white-space: nowrap;
    }
    
    .product-image-slider.image-gallery{
        width: 350px;
        max-width: 100%;
        height: 350px;
    }
    
    .product-image-slider.image-gallery figure img{
        max-width: 99%;
        max-height: 99%;
    }
    
    .product-image-slider.image-gallery figure{
        height: 318px;
        
    }
        
    .product_sort_info strong{
        width: 100% !important;
    }
    
    div.detail-qty{
        width: 100%;
        height: 55px;
    }
        
    .detail-extralink .qty-val{
        height: 100%;
        width: 34%;
    }
        
    .detail-extralink .qty-down, .detail-extralink .qty-up{
        height: 100%;
        width: 33%;
    }
        
    .button-add-to-cart, .button-add-to-offer{
        margin-left: 0px;
    }
    
    .login-inputs{
        padding-right: 10px;
        padding-left:10px;
    }
    
    .cart-product-image img{
        max-height: 50px;
        max-width: 50px;
    }
    

    
    .table thead {
        display: none;
    }
    
    .user-accounts-form button{
        width: 35px !important;
        height: 35px;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }
    .multiple-items .slick-next{
        right: -30px;
        z-index: 1;
    }
    
    .multiple-items .slick-prev{
        left: -30px;
        z-index: 1;
    }
    
    .multiple-items .slick-track .col.g-3{
        margin-left: 25px;
        margin-right: 25px;
        padding-right: 0px;
    }
    
    .fal.fa-search.fa-8x{
        font-size: 3em;
    }
    
    .cart-item-form.input-variant-div {
        width: 100%;
    }
    
    .cart-item-form.input-variant-div .group-add-compare button{
        width: 33%;
    }
    
    .home-tips .frame-primary{
        min-height: 8rem !important;
    }
    
    section#newsletter .form-subcriber{
        width: 100%;
    }

    section#manufacturers div.container .multiple-items-manufacturers{
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .multiple-items-manufacturers .slick-next, .home-items-carousel .slick-next{
        right: -4px;
        z-index: 1;
    }
    
    .multiple-items-manufacturers .slick-prev, .home-items-carousel .slick-prev{
        left: -4px;
        z-index: 1;
    }
    
    .cart-polozky .shadow{
        box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 10%) !important;
    }
    
    .cart-polozka-ceny{
        font-size: 12px !important;
    }
    
    .cart-item-form{
        width: 40%;
    }
    
    div.product-content-wrap .product-name{
        max-height: 66px !important;
        overflow: hidden;
    }
    
    a.category-add-cart{
        width: 65px;
    }
    
    .zoomContainer{
        display: none;
    }
    
    .radek-hodnota .hodnota{
        width: 187px;
        background: white;
    }
    
    .radek-hodnota{
        background: transparent !important;
    }

    div.search-wisper {
        left: 35px;
    }
    
    .sorting-show .sorting{
        overflow-x:scroll;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 600px) {
    div.search-wisper {
        left: 0px;
    }
    
    .radek-hodnota .hodnota{
        width: 186px;
        background: white;
    }
}




.price-value{
    font-weight: 600;
}

.radek-hodnota{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-light, .btn-light:hover{
    color: #000 !important;
}

.btn-dark, .btn-dark:hover{
    color: #fff !important;
}

.btn-white, .btn-white:hover{
    color: #212529 !important;
}

.badge, .btn-danger, .btn-danger:hover{
    color: #fff !important;
}

.btn-secondary, .btn-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.search-wisper div.price{
    white-space: nowrap;
}

.user-menu .ul-dots{
    margin-bottom: 0 !important;
}

#souvisejici h2, #alternativy h2{
    position: relative
}

.text-detail-popis .short-desc iframe, .tab-pane iframe{
    max-width: 100%;
}

.full-menu-top{
    height: 50px;
    overflow-y: hidden;
}

.full-menu-top > ul > li.category-menu-item{
    max-height: 50px;
}

.bootstrap-select ul.dropdown-menu a.dropdown-item{
    color: #212529 !important;
}

.bootstrap-select ul.dropdown-menu a.dropdown-item.active.selected, .bootstrap-select ul.dropdown-menu a.dropdown-item:active{
    color: #fff !important;
}

/*
#bs-select-1-0{
    display: none;
}
*/

.product-badges span{
    min-height: 23px;
    display: flex;
    align-items:center;
}

.product-badges span.badge{
    
}

.product-badges-lines span{
    height: 20px;
    min-height: 15px;
    display: flex;
    align-items:center;
}

.product-badges-lines span{
    font-size: 11px;
    padding: 2px 6px;
}

.bg-cart-items .input-group.group-add-cart input.input-cart-count{
    max-width: 40px;
}

@media only screen and (max-width: 850px){
    .detail-gallery .product-image-slider{
        pointer-events: none;
    }
    
    
    .category-banner.d-sm-block{
    border-radius: 0px 0px 4px 0px;
    min-width: 100px !important;
    max-width: 450px !important;
    }
}



@media only screen and (min-width: 850px){
    div.sorting-show, div.widget-category, div.user-menu, .product_tabs_sorting{
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

@media only screen and (max-width: 1921px){
    .hero-slider-1, .home-slider-height,
    .hero-slider-1 .single-slider-img-1{
        max-height: var(--banner-height);
    }
}

.category-subcategory ul a strong,  ul.categories-leve-3 li a{
    white-space: normal;
}

.nav.nav-category ul.category-menu li.category-menu-item > a,
.nav.nav-category ul.category-menu li.category-menu-item .category-subcategory a strong{
    font-weight: 600;
}

@media only screen and (max-width: 1921px){
    .home-slider{
        max-height: var(--banner-height) !important;
    }
}

.home-slider{
    overflow: hidden;
}

.home-slider-dots{
    min-height: 38px;
}

.detail-gallery .prev-arrow, .detail-gallery .next-arrow{
    z-index: 1;
    top: calc(50% - 90px);
    position: absolute;
    height: 90px;
    width: 45px;
    font-size: 28px;
    font-weight: 700;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 30%);
    background-color: #fff;
}
.detail-gallery .prev-arrow:focus, .detail-gallery .next-arrow:focus{
    outline: none;
}

.detail-gallery .next-arrow{
    left: calc(100% - 75px);
    border-radius: 55px 0px 0px 55px;
    padding-left: 15px;
}

.detail-gallery .prev-arrow{
    right: calc(100% - 75px);
    border-radius: 0px 55px 55px 0px;
    padding-right: 15px;
}

.user-menu-bottom{
    position: fixed;
    z-index: 3;
    bottom: -3px;
    right: 0px;
}

.user-menu-bottom .btn{
    border-radius: 5px 5px 0px 0px  !important;
    
} 


.user-menu-bottom .btn i{
    font-size: 18px;
}

.bg-main{
    background-color: #fff;
}

.category-breadcrumb > .breadcrumb-wrap > .container{
    padding-left: 0 !important;
}

.hnus{
    position:absolute;
    width: 100%;
    height: 1000px;
    top: 50%;
    left: 0%;
}

.container-fluid.d-none.d-lg-block.full-menu-top{
    background-color: #fff;
}

.category-pozadi-hover{
    position:absolute;
    z-index: -9999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); 
    background-color:rgba(0, 0, 0, 0.2);
    width: 100%;
    opacity: 0;
}

.category-pozadi-hover.visible{
    opacity: 1;
    transition: opacity 150ms;
    z-index: 4;
}

.subcategory-content{
    z-index: 10;
}

#zoomButtons{
    position: absolute;
    top: 0%;
    right: 10px;
    opacity: 0.3;
}

#zoomButtons a{
    cursor: pointer;
    font-size: 12px;
}

#zoomButtons a i{
    font-size: 12px;
}

.logo{
    overflow: hidden;
}

.logo img{
    max-width: 100%;
    max-height: 100px;
}

.category-banner.d-sm-block{
    border-radius: 0px 0px 4px 0px;
    max-width: 100%;
    max-height: 240px;
}

.category-banner.d-sm-block img{
    max-height: 240px;
    border-radius: 0 0 .25rem 0;
}

.wow.fadeIn.animated{
    visibility: visible !important;
}

.multiple-items-manufacturers .manufacturer-button a:hover span,
.multiple-items-manufacturers .manufacturer-button a:hover div.bg-white{
    background-color: #f1f1f1 !important;
}

.historyProduct_name{
    overflow-wrap: anywhere;
}

.product-content-wrap h2.product-name a{
    overflow-wrap: anywhere;
}

.input-group.group-add-cart button, .input-group.group-add-compare button{
    z-index: 0;
}

.offer-sale-btn{
    z-index: 0 !important;
}

.product-cards-lines-img{
    max-width: 63px;
    max-height: 63px;
    position: absolute;
    transition: max-height 1s, max-width 1s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-cards-lines-img:hover{
    background: white;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    max-width: 130px;
    max-height: 130px;
    position: absolute;
}

.product-cards-lines-img{
    position: absolute;
    transition: max-height 1s, max-width 1s;
}

.product .product-availability{
    font-size: 13px;
}

.product.product-line{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.product.product-line .product-name{
    max-height: 18px;
    overflow: hidden;
}

button.display-type.btn{
    font-size: 16px;
}

.detail-extra-button{
    height: 80px;
    width: 152px;
    margin-bottom: 10px
}

@media only screen and (max-width: 850px){
    .detail-extra-button{
        height: 80px;
        width: 24%;
        margin-bottom: 10px;
        padding: 3px;
    }
}

.detail-extra-button span{
    font-size: 12px;
}

.footer-bottom-link a:hover{
    color: #6c757d !important;
}


.nav.nav-main .user .col > a:hover > i{
    font-weight: 600;
}

.product-line-row:first-child {
  padding-top: 1.5rem;
}


/*  ----------VARIANTY VELIKOST---------- */
input.qty-detail-variant {
    width: 37px;
    text-align: right;
    padding: 2px 2px;
}
.cart-load-variants .cart-load-variant .variant-size{
    max-width: 34px;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
}

.cart-load-variants .cart-load-variant a{
    max-width: 70px;
    overflow: hidden;
}

.cart-load-variants .cart-load-variant{
    min-width: 82px;
    max-width: 82px;
}

.cart-load-variants .cart-load-variant span.variant-top{
    max-width: 80px;
}

input.qty-detail-variant::-webkit-inner-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.variant-icon i{
    width: 19px;
    height: 16px;
    padding: 0px;
    padding-top: 3px;
    font-size: 16px;
}

.variant-icon{
    margin-bottom: 2px;
}

.cart-load-variant:hover{
    cursor: default;
}

.variant-icon.position-relative:hover div.variant-more{
    display: block !important;
    z-index: 1;
}
.variant-icon.position-relative div.variant-more:hover{
    display: none !important;
}

div.variant-more{
   top: -5px;
   right: 22px;
   padding: 5px;
   /*transition: display 1s;*/
   width: max-content;
   max-width: 225px;
   color: black;
   border: 1px solid #d7d7d7;
}

@media only screen and (max-width: 850px){
    div.variant-more{
        top: -33%;
        left: auto;
        padding: 5px;
        right: 0px;
        transition: display 1s;
        width: max-content;
        max-width: 150px;
        transform: translateX(32%) translateY(-100%) !important;
    }
    
}

.btn-primary:hover, .btn-primary .variant-more{
    color: #000;
}


.cart-load-variants .detail-qty-variants a{
    color: #bbb;
    padding-top: 7px !important;
}

.detail-qty-variants{
    border-radius: 4px;
}

.detail-qty-variants input {
    border-color: #eee;
    border-top: none;
    border-bottom: none;
}

.detail-qty-variants {
    display: flex;
    border-radius: 4px;
    max-height: 55px;
}

.hide-top-categories{
    display: none !important;
}

.cart-load-variants .cart-load-variant.btn-light:hover{
    background-color: #e7e7e7 !important;
}

.cart-load-variants .btn-primary .variant-top .variant-size{
    color: white !important;
    text-decoration:none;
}

.cart-load-variants .btn-primary .variant-top .variant-size:hover{
    color: #dddddd !important;
}

.cart-load-variants .variant-top a{
    text-decoration:none;
}

.cart-load, .offer-load{
    font-size: 14px;
    font-weight: 600;
}
/* ------------------------------------ */

.product_sort_info span{
    font-weight: 600;
}

.subcategory-image{
    max-height: 40px;
    max-width: 100%;
}

@media (max-width: 850px){
    .card-body {
        overflow-x: scroll;
    }
}

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

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

@media (min-width: 850px){
    .w-sm-49{
        width: 49% !important;
    }
    
    .w-sm-25{
        width: 25% !important;
    }
}

.bootstrap-select li a.dropdown-item{
    border-bottom: 1px solid #f1f1f1;
}

.bootstrap-select .dropdown-menu{
    padding: 0;
}

button.btn.dropdown-toggle:focus{
    outline: 0 !important;
    box-shadow: none !important;
}

.category-long-text, .category-less{
    display: none;
}

.price-filter-mena{
    top: 0%;
    right: 8%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover{
    background: #dddddd;
}

.product-card-description{
    font-size: 12px;
    max-width: 850px;
}

.password-change-eye{
    top: 28%;
}

.password-change-eye.log{
    top: 58%;
}

.password-change-eye.reg{
    top: 35%;
}

.border-radius-4{
    border-radius: 4px;
}

.bg-variant-lines{
    border: none !important;
    border-top: 1px solid #f1f1f1 !important;
}

.bg-variant-lines td{
    border: none !important;
    border-top: 1px solid #f1f1f1 !important;
}

.bg-variant-lines:first-child td{
    border-top: 1px solid #dee2e6 !important;
}

.bg-variant-lines:first-child{
    border: none !important;
}

.cart-load-variants-lines-div{
    border: 1px solid #e1e1e1;
    border-radius: 4px !important;
    overflow: hidden;
}

@media only screen and (min-width: 992px){
    .cart-load-variants-lines-div table td.stock{
        width: 1%;
        padding-right: 7px;
        white-space: nowrap;
    }
    
    .cart-load-variants-lines-div table td.stock-2{
        width: 26%;
    }
    
    .cart-load-variants-lines-div table td.stock-3{
        width: 24%;
    }
    
    .cart-load-variants-lines-div table tr td.align-items-center.text-center:first-child{
        width: 1%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .cart-load-variants-lines-div table td.lines-border:not(:first-child){
        border-left: 1px solid black;
    }
    
    .code-lines-2{
        min-width: 100px;
        max-width: 130px;
    }
    
    .code-lines-2 span{
        white-space: normal;
    }
    
}

.variant-lines .variant-td-input{
    width: 1%;
}
@media only screen and (max-width: 992px){
    .variant-lines .variant-td-input{
        width: 1%;
    }
    .variant-lines .variant-td-input.mobile{
        width: 1%;
    }
}

.variant-top.variant-lines a{
    color: #3e3e3e;
}

.variant-lines .stock{
    font-size: 11px !important;
    color: #3e3e3e;
}


.variant-lines .stock-text{
    font-size: 12px;
}

.variant-lines .header, .variant-lines .code{
    font-size: 15px;
    font-weight: 300;
    color: #222;
}

.code-lines-2 .code{
    font-size: 13px !important;
    padding-left: 5px;
}

.lines-2 .variant-size{
    font-size: 14px !important;
}

.variant-lines .header span{
    font-weight: 400;
}

.variant-lines .price{
    font-size: 13px;
}

.variant-lines .price-2{
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.variant-lines .price-second-2{
    font-size: 11px;
}

a.variant-line-active{
    text-decoration: 2px underline !important;
}

.variant-line-active-2, .variant-line-active-2 span{
    font-weight: 500 !important;
}

.variant-lines .stock-mobile{
    width: 1%;
}

.variant-lines .price-main{
    font-weight: 500;
    width: 1%;
    padding-left: 15px;
    padding-right: 5px;
}

.variant-lines .price{
    white-space: nowrap;
}

.variant-line-code{
    width: 1%;
    white-space: nowrap;
}

.variant-lines .stock{
    width: 2% !important;
}
.variant-line-code div, .variant-line-name div{
    padding-top: .3rem; 
}

.variant-lines.down td{
    padding-bottom: .3rem;
}

.bootstrap-select .variant-row small:first-child{
    padding-right: 8px !important;
    font-size: 13px;
}

.action-row-row{
    font-size: 13px;
    line-height: 14px;
}

footer.main{
    font-weight: 400;
}

footer.main .logo img{
    max-width: 100%;
}


@media only screen and (min-width: 850px){
    footer.main .logo{
        max-width: 360px;
    }
}

@media only screen and (max-width: 850px){
    footer.main .logo img{
        max-height: 100px;
    }
    .variant-lines .price{
        font-size: 12px;
    }
    
    .detail-prices, .detail-parameters{
        padding-right: 0;
        padding-left: 0;
    }
}

.nelze-objednat{
    opacity: 0.5;
    z-index: 5;
}

.nelze-fake-input{
    height: 30px;
}

.nelze-vyska{
    height: 47px;
}

.variant-td-input input{
    min-width: 40px;
}

.table-hlavicka{
    background-color: #fbfbfb;
}

.qty-val.lines:focus{
    box-shadow: none !important;
}

.input-lines-2 a{
    font-size: 11px;
    padding-top: 7px !important;
}

.input-lines-2 input{
    width: 40px !important;
    min-width: 40px !important;
    padding: 2px;
}

@media only screen and (max-width: 850px){
    .input-lines-2 a{
        font-size: 11px;
        padding-top: 11px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    
    .input-lines-2{
        height: 40px !important;
    }
}

.input-lines-2{
    border-radius: 4px;
}

.detail-nalozeno i{
    font-weight: 400;
}

.detail-nalozeno{
    font-weight: 500;
}

@media (min-width: 992px){   
    .sticky-nav {
      position: fixed !important;
      top: 0;
      width: 100%;
      z-index: 10;
    }
    
}

.short-desc-text{
    overflow: hidden;
}

.short-desc-text.desc-hidden{
    max-height: var(--short-desc-height);
}

.short-desc-more{
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
}

.short-desc-div .btn.btn-outline-gray.short-desc-more:focus{
    box-shadow: none !important;
}

.short-desc-div{
    right: 0;
    bottom: 15px;
}

.bottom-cart span.pro-count{
    position: absolute;
    left: 24px;
    top: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 10px !important;
    text-align: center;
    line-height: 13px;
}

.cart-load-btn, .offer-load-btn{
    font-size: 14px;
    font-weight: 600;
}

.filter-section .position-relative div.fw-bold{
    line-height: 15px;
}

.vypis-span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* !- kupony */
.coupon-form .input-group-text{
    border:none; 
    border-radius: 4px 4px 0 0;
    font-size: 0.8rem !important;
}

.coupon-form .input-group input{
    border-radius: 0 0 0 4px;
    font-size: 0.8rem !important;
}

.coupon-form .input-group button{
    border-radius: 0 0 4px 0;
    border: none !important;
    font-size: 0.8rem !important;
}


.d-flex-important{
    display: flex !important;
    
}
div#product-loader{
    position: absolute;
    border-radius: 10px;
    display: none;
    font-weight: 300;
    color: #1d1d1f;
    width: 106%;
    justify-content: center;
    font-size: 18px;
    height: 110%;
    transform: translate(-3%, 0%);
    align-items: center;
    box-shadow: 0 7px 10px -5px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.01);
    text-align: center;
    backdrop-filter: blur(30px);
    z-index: 10;
}

#soubory a:nth-child(2n+1){
    background: #f9fafb;
}

/*UPDATE */
.product-badges.position-absolute{
    top:0 !important;
    left:0 !important;
    pointer-events: none !important;
    z-index:1 !important;
    overflow: hidden;
}

.product-cart-wrap .product-badges.position-absolute span{
    border-radius: 2px !important;
    white-space: pre-wrap !important;
    text-align: left !important;
}

.product-line input[name="product-qty"]{
    max-width:50px;
}

.product-line select.product-variant-selector,.product-line select.product-mother-selector{
    width: 200px;
}

.product-line #product-loader {
    transform: translate(0%, 0%) !important;
}

#product-card #product-button{
    min-height: 31px;
}

.product-line-row{
    margin-top: 10px !important;
}

*[data-tooltip]:before{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 130%;
    background-color: #333;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    transform: translate(-50%);
    content: attr(data-tooltip);
    z-index: 3;
    white-space: normal;
    max-width: 50vw;
    width: max-content;
}

*[data-tooltip]:after{
    display: none;
    left: 50%;
    top: -30%;
    position: absolute;
    transform: translate(-50%);
    content: "";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

*[data-tooltip]:hover:before,*[data-tooltip]:hover:after{
    display: flex;
}

#product-card .input-group .product-qty-minus,#product-card .input-group .product-qty-plus{
    border:1px solid #cdcdcd;
}

#product-card .input-group .product-qty-minus:hover,#product-card .input-group .product-qty-plus:hover{
    background-color: #eee;
}

#smartsupp-widget-container{
    z-index: 1999 !important;
}

@media (max-width: 768px){
    #popis{
        overflow-x: scroll;
    }
}

#popis table tr{
    padding: 5px;
}

#popis table th, #popis table td{
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
}

#popis table td{
    text-align: center;
}

#popis table{
    border: 2px solid #bbb;
}

.zoomContainer .zoomWindowContainer .zoomWindow{
    cursor: zoom-in !important;
}

.product-badges.position-absolute{
    max-height: 500px;
    max-width: 100%;
}

.user_avatar{
    margin: 0px auto;
    max-width: 31px;
    min-width: 31px;
    max-height: 31px;
    min-height: 31px;
    margin-top: -10px;
    text-align: center;
    overflow: hidden;
    border-radius: 31px;
    border: 1px solid white;
}

.user_avatar img{
    max-height: 30px;
    min-height: 30px;
    aspect-ratio: 1 / 1;
}

.user_mobile_avatar{
    margin: 0px auto;
    max-width: 36px;
    min-width: 36px;
    max-height: 46px;
    min-height: 36px;
    
    text-align: center;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid white;
}

.user_mobile_avatar img{
    max-height: 35px;
    min-height: 35px;
    aspect-ratio: 1 / 1;
}

.user_menu_avatar{
    max-width: 100%;
    width: auto;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    margin-left:30px;
    border: 1px solid rgb(192,192,192);
    border-radius: 50%;
}

.user_menu_avatar img{
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.user-order-info .card-body i{
    margin-top: 4px;
}

.user-order-info .icon-div{
    width: 25px;
}

.form-select.product-variant-selector, select{
    font-family: arial;
}

.cart-unit-absolute{
    right: 42px;
    top: 8px;
    font-size: 13px;
    z-index: 3;
}

@media (max-width: 992px){
    section#cart .product-badges{
        flex-wrap: wrap;
        overflow: hidden;
        max-width: 110%;
    }
    
    .product_sort_info tr{
        display: block;
    }
    
    .mobile-w-100{
        width: 100%;
    }
}

.order-submit-table .connected-item #order-submit-item h6{
    font-size: 14px;
    margin-bottom: 0;
}

.order-submit-table .connected-item #order-submit-item{
    font-size: 12px;
    padding-top: 0 !important;
}

.order-submit-table .connected-item {
    border-top: 0px !important;
}

.produkty .product-item:first-child, .produkty .border-top:first-child{
    border-top: 0 !important;
}

.order-submit-table .product-item:first-child{
    border-top: 0 !important;
}

.danger-border{
    border-color: #f5c2c7;
}

.b-500{
    font-weight: 600;
}


.category-meni-sub-item-description{
    font-size:11px ;
    line-height: 14px;
    color: #777;
    max-width: 100%;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
}

div.top-menu-pages ul{
    list-style: none;
}



@media (min-width: 992px){
    .sticky-logo{
        max-height: 50px !important;
        transition: max-height 0.25s;
    }
    
    .sticky-logo-normal{
        max-height: 100px !important;
        transition: max-height 0.25s;
    }
    
    .top-menu-pages{
        max-height: 32px;
        transition: max-height 0.5s;
    }
    
    .top-menu-pages-none{
        max-height: 0px;
        transition: max-height 0.5s;
    }
    
    main.main-background{
        padding-top: 0px;
    }
    
    .padding-top-header{
       padding-top: 197px !important;
    }
    
    
    
    .padding-top-header-none{
        padding-top: 0px !important;
    }
    
    .slider-nav-thumbnails{
        max-width: 470px;
    }
}




@media (max-width: 992px){
    main.main-background{
        padding-top: 0px !important;
    }
    
    .top-menu-pages *, header .nav-main a{
        color: #fff !important;
    }

}

.top-menu-pages{
    font-size: 13px;
}

.top-menu-pages ul{
    opacity: 0.9;
}

header.main-header .logo img{
    max-height: 75px;
}

.category-mobile-menu-wrap li, .category-mobile-menu-wrap .border-bottom, .category-mobile-menu-wrap .border-top{
    border-image: linear-gradient(90deg,hsla(0,0%,94.1%,0),hsla(0,0%,94.1%,.56) 7.81%,#e0e0e0 51.15%,hsla(0,0%,94.1%,.56) 91.56%,hsla(0,0%,94.1%,0)) 0 0 1 0;
}

.category-mobile-menu-wrap li i{
    color: #a8a6a6;
}

.category-mobile-menu-wrap .mobile-menu-contacts i{
    color: #333;
    font-size: 12px;
}

.category-mobile-menu-wrap .mobile-menu-contacts a{
    display: flex;
    align-items: center;
}

#product-card .product-badges{
    max-width: 550px;
    overflow: hidden;
}

.top-menu-pages .text-white:hover{
    color: #fff !important;
}

.row_action_price {
    font-size: 0.9em;
    margin-left: 15px;
    color: #555;
}

#popis, #parametry, #soubory, #souvisejici, #alternativy{
    scroll-margin-top: 200px;
}

div.top-menu-pages ul:first-child{
    padding-left: 0 !important;
}

.user-top .dropdown-menu ul{
    padding: 0 !important;
    border: 1px solid #c5c5c5 !important;
    box-shadow: none;
    min-width: 200px;
    max-width: 235px;
    border-radius: 4px;
}

.dropdown-menu ul li{
    list-style: none;
}

.user-top .dropdown-menu ul li a{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 15px !important;
    font-weight: 500;
    color: #333 !important;
    font-size: 14px;
    max-width: 100% !important;

    border-radius: 2px;
}

.user-top .dropdown-menu ul::before{
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 50%;
    transform: translateX(50%);
    top: -1px;
    z-index: 112;
}

.user-top .dropdown-menu li a:hover{
    background-color: #f4f4f4;
}

.user-top .dropdown-menu{
    opacity: 0;
    background: none;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    transition: all .25s;
}

.user-top:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.25s;
}

.dropdown-menu hr{
    margin: 0;
}

.dropdown-menu ul i{
    font-size: 14px;
}



#loading{
    z-index: 9;
    background: #fff;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content:center;
    height: 100%;
    width: 100%;
    position:absolute;
}

.detail-list .cart-load-btn, .detail-list .offer-load-btn{
    width: 250px;
}

.detail-list .d-flex.justify-content-end{
    gap: 5px;
}

.cart-polozky .produkty .product-badges{
    overflow: hidden;
}

ul.slick-dots li.slick-active:only-child {
    display: none;
}

.home-slider-image-wraper{
    height: 100% !important;
}

.home-slider-image-wraper img{
    max-height: 100% !important;
}

.fa-spinner.category-load{
    line-height: unset;
}

.item-selected .item-remove:hover, .detail-qty-variants a:hover{
    cursor: pointer;
}


.bootstrap-select.dropdown .dropdown-menu.show{
    z-index: 9;
}

.order-inputs input{
    min-width: 28px;
}

#product-price-value{
    font-weight: 600;
}

table.cart-load-variants tr.variant-lines.d-lg-none .variant-td-input a{
    padding: 9px !important;
}

.detail-list .cart-load-variants thead{
    position: sticky;
    top: 0;
    z-index: 1;
}
.detail-list .cart-load-variants-lines-div{
    max-height: 435px;
    overflow: auto;
}

.detail-list table.cart-load-variants{
    border-collapse: separate;
    border-spacing: 0;
}

.detail-list .cart-load-variants-lines-div{
    /* width */
    &::-webkit-scrollbar {
        width: 7px;
    }
    
    /* Track */
    &::-webkit-scrollbar-track {
        background: #fdfdfd; 
    }
     
    /* Handle */
    &::-webkit-scrollbar-thumb {
        background: #d1d1d1; 
    }
    
    /* Handle on hover */
    &::-webkit-scrollbar-thumb:hover {
        background: #b1b1b1; 
    }
}

.multiple-items .slick-track{
    display: flex;
}

.multiple-items .slick-track .slick-slide{
    height: inherit;
}

.variant-list-img{
    max-height: 35px;
    max-width: 43px;
}

.display-type.btn-outline-dark{
    background: white;
}

.display-type.btn-outline-dark:hover{
    background: black;
}

h2.title-detail{
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-info.user-menu-top .col{
    max-width: 65px;
}

.param-description::before{
    position: absolute;
    background: #d7d7d7;
    font-size: 13px;
    line-height: 15px;
    padding: 5px;
    bottom: 100%;
    display: none;
    content: attr(data-zobraz);
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    border-radius: 5px;
    width: max-content;
    max-width: 150px;
}

.param-description::after {
  display: none;
  left: 50%;
  top: -6%;
  position: absolute;
  transform: translate(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d7d7d7;
}

.param-description:hover::before{
    display: flex;
}

.param-description:hover::after{
    display: flex;
}

.catalogue-success{
    color: #769981 !important;
    font-weight: 700 !important;
}

.catalogue-danger{
    color: #997676 !important;
}

.detail-list tr:hover, .cart-load-variants-lines-div table.cart-load-variants tr.variant-top:not(.lines-2):hover{
    background: #f8f9fa;
}

.pro-details-brand{
    border-radius: 5px;
}

.pro-details-brand span{
    width: 50%;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.pro-details-brand div.d-flex:nth-child(2n+1){
    background: #fafbfc;
}

.breadcrumb{
    margin-bottom: 0.5rem !important;
}

.action-row, .action-row-price{
    font-size: 14px;
}

.delivery-row .radio_label{
    max-height: 100%;
    line-height: 16px;
    overflow: hidden;
}

.delivery-row .radio_label{
    max-height: 100%;
    line-height: 17px;
    overflow: hidden;
}

.bg-cart-items .produkty input#quantity:focus{
    border-color: lightgray !important;
}

.cart-unit-absolute span{
    padding-right: 8px;
    padding-left: 5px;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 6px;
}

.address-whisper{
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    max-height: 315px;
    overflow-y: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

@media (max-width: 992px){
    .address-whisper .address-row{
        font-size: 12px;
    }
    .address-whisper{
        width: 120%;
        transform: translateX(-8%);
    }
    
    .slider-nav-thumbnails .slick-list.draggable{
        max-width: 312px;
        overflow-x: scroll;
    }
    
}

.address-whisper .address-row{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.address-whisper .address-row:focus{
    background: red;
}

.address-whisper .address-row:hover{
    background: #f1f1f1;
    cursor: pointer;
}

.address-whisper .address-row.address-selected{
    background: #f1f1f1;
}

.category-description span.category-description-text{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-success:hover, .btn-success, .btn-info:hover, .btn-info, .btn-warning:hover, .btn-warning{
    color: #fff !important
}

a.btn-success:focus, button.btn-success:focus, .btn-success:focus{
  box-shadow: 0 0 0 .25rem rgba(60,153,110,.5) !important;
}

a.btn-info:focus, button.btn-info:focus, .btn-info:focus, .btn-info:active:focus{
    box-shadow: 0 0 0 .25rem rgba(11,172,204,.5) !important;
}

a.btn-warning:focus, button.btn-warning:focus, .btn-warning:focus, .btn-warning:active:focus{
    box-shadow: 0 0 0 .25rem rgba(217,164,6,.5) !important;
}

.feed-circle{
    padding: 2px 7px;
    border-radius: .25rem;
    text-transform: uppercase;
    color: white;
    font-size: 9px;
    font-weight: 600;
}

.feed-circle.xml{
    background-color: #4fa5f0;
}

.feed-circle.csv{
    background-color: #40ac4c;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: rgba(0,0,0,.03);
   background-image: none !important;
   box-shadow: none !important;
 }
 
.detail-list .cart-load-variants-lines-div{
    max-height: 100px;
 }
 
 .badge.btn-primary:hover{
    color: white !important;
 }
 
  .form-floating label{
    overflow: hidden;
 }
 
 .variants-circles .circle{
    border-radius: 4px;
    min-width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.variants-circles .circle:hover{
    cursor: pointer;
}

.variants-circles .circle.selected{
    border: 2px solid #a6a6a6;
    position:relative;
}

 .variants-circles .circle.nelze{
    position: relative;
    opacity: 0.35;
 }

.variants-circles .circle.selected::before{
    background: #0000000d;
    content: "";
    width: 100%;
    height: 49px;
    position:absolute;
    border-radius: 4px;
}

.variants-circles .circle.nelze::before{
    background: #0000000d;
    content: "";
    width: 100%;
    height: 49px;
    position:absolute;
    border-radius: 4px;
}

.variants-circles .circle.nelze.selected::before{
    background: #00000031;   
}

.variants-circles .circle.nelze.selected{
    border-color: #626060;
}

.variants-circles .circle.selected::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: white;
    position:absolute;
    bottom: 0px;
    -webkit-text-stroke: 0.7px black;
}

/*
.variants-circles .circle.nelze.nelze-objednat::after{
    position: absolute;
    content: "";
    left: 0;
    top:50%;
    width: 200%;
    color: #a6a6a6;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
}
*/

.variants-circles .circle img{
    max-height: 100%;
    max-width: 37px;
}

.variants-circles .nelze-objednat svg {
    width: 101%;
    height: 100%;
    position: absolute;
    z-index: 0;
    line {
        stroke: #a6a6a6;
        stroke-width: 2;
    }
}

.main-header .nav.nav-category{
    background: white;
}

.home-items-carousel .slick-track{
    display: flex;
    min-width: 100%;
}

@media (max-width: 992px){
    .home-items-carousel .slick-track .slick-slide{
        padding-left: 55px;
        padding-right: 55px;
    }
    
    .homepage-tiles .col{
        width: 75% !important;
    }
}

.home-items-carousel{
    visibility: hidden;
}

.home-items-carousel .slick-track .col.slick-slide{
    height: inherit;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 5px !important;
    min-width: 210px;
}

 .home-items-carousel .slick-track{
    margin-bottom: 1rem;
 }

.variants-circles.category .circle{
    min-width: 30px;
    height: 30px;
}

.variants-circles.category .circle.image{
    max-width: 30px;
    padding: 2px !important;
}

.variants-circles.category .circle img{
    max-width: 28px;
}

.variants-circles.category .circle.text{
    font-size: 13px;
}

.product-line .variants-circles.category.mothers{
    display: flex;
    align-items: end;
}

.product-line .variants-circles.category.mothers .category-circle-variants{
    padding-left: 25px;
}

.product-line .variants-circles.category{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.product-line .variants-circles{
    max-width: 232px;
}

/* pridat mozna .product-line */
.variants-circles.category small{
    display: none;
}

.variants-circles.category > .d-flex{
    overflow: hidden;
    max-height: 33px;
}

.product-line .variants-circles.category > .d-flex{
    max-height: 31px;
    gap: .2rem !important;
}

.variants-circles.category .circle.selected::after{
    font-size: 11px;
}

#product-card input.product-qty{
	padding: 0;	
}

.cart-relation-slider .slick-track{
    display: flex;
}
.cart-relation-slider .col{
    height: inherit !important;
}

.cart-relation-slider .slick-list{
    width: 100%;
}

input.product-qty:focus{
    border-color: #ced4da !important;
}

.detail-extralink .qty-val.detail-single:focus{
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.detail-extralink .detail-unit{
    top: 32%;
    right: 22%;
}

@media (max-width: 850px){
    .detail-extralink .detail-unit{
        right: 33%;
    }
}

.tpl-home-html-content img{
    max-width: 100% !important;
    height: auto !important;
}

.top-menu-pages{
    overflow: hidden;
}

.top-menu-pages .top-menu-phone, .top-menu-pages .top-menu-email{
    white-space: nowrap;
}
@media (max-width: 1400px){
    .top-menu-pages li.nav-page.me-4{
        margin-right: 0 !important;
        padding-right: 0.75rem !important;
    }
    
    .top-menu-pages .top-menu-phone, .top-menu-pages .top-menu-email{
        padding-left: 0 !important;
    }
}

.subcategories .subcategory.selected{
    background-color: #f9fafb;
}