body{
    font-family: "Poppins", sans-serif;
    color: #171716;
    font-size: 14px;
}

a{
    color: #171716;
    text-decoration: none;
    transition: border 0.25s, color 0.25s;
}

a.btn-green:hover {
    color: #fff !important;
    background-color: #35af2e;
}

a:hover:not(.banner-button-swicth,.btn-green), .text-primary{
    color: #ba7133 !important;
}

.border-top,.border-bottom,.nav-tabs{
    border-color: #ececec !important;
}

.card-gray{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 24px;
}

.btn-primary{
    background-color: #ba7133;
    border-color: #ba7133;
}
.btn-primary:hover{
    border-color: #a65e20;
    background-color: #a65e20;
}


header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

header div.header-contacts div.header-contacts-time{
    font-size: 12px;
}

header div.header-search > form{
    padding: 16px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: none;
    width: 409px;
}

header div.header-search input{
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    
}
header div.header-search input:focus{
    background: transparent;
    outline: none;
    border: none;
    outline: none;
    box-shadow: none;
}

header i{
    font-size: 20px;
}

header div.menu a, header div.menu i{
    font-size: 14px;
    text-decoration: none;
}

header div.menu a .rounded-circle{
    width: 20px;
    height: 20px;
    
}
header div.menu a .rounded-circle i{
    font-size: 10px;
}


header .mega-menu{
    position: absolute;
    background-color: #17171641;
    z-index: 20;
    width: 100%;
    height: 100vw;
}

header .mega-menu .container{
    background: white;
    border-radius: 30px;
    margin-top: 10px;
    padding: 30px;
}

main{
    
}

main .bread{
    font-size: 12px;
}
main .bread div{
    color: #171716;
}
main .bread span, main .bread a{
    color: #877d7d
}


footer{
    position: relative;
}
footer div.gutter{
    background-image: linear-gradient(to bottom, #f7f7f7, #fff);
    position: absolute;
    top: 160px;
    width: 100%;    
    left: 0px;
    height: 147px;
    z-index: -1;
}

footer .newsletter{
    
    border-radius: 10px 0 0 10px;
    border: solid 1px #ececec;
    background-color: #f5f5f5;
    border-right: 0px;
}

footer .newsletter input{
    background: transparent;
    outline: none;
    border: none;
    outline: none;
    box-shadow: none;
}

footer .newsletter .newsletter-text{
    font-size: 12px;
}

footer .newsletter .newsletter-header, footer .branches .branches-header{
    font-size: 24px;
}

footer .branches{
    border: solid 1px #ececec;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

footer .branches .branches-list-header > div{
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    background-color: #f5f5f5;
    display: inline-block;
}

footer .branches .branches-list{
    grid-auto-flow: column;        /* po 5 řádcích skočí do dalšího sloupce */
    grid-template-rows: repeat(6, auto);
    
}

div.footer-menu-contacts{
    min-width: 60%;
}

 div.footer-menu-phone{
    background-color: #f5f5f5;
}

div.footer-menu-phone div.footer-menu-phone-text{
    font-size: 12px;
    color: #877d7d;
}

a.social-button{
    width: 72px;
    height: 72px;
}


ul.footer-menu-list, footer ul.footer-menu-list li {
    list-style: none;
    padding-left: 0px;
}

footer #footer_bottom{
    font-size: 12px;
}

.product-wraper .product {
    border-radius: .25rem;
    border: none;
    border-radius: 15px;
    box-shadow: none;
    
}

.product-wraper .product .product-top-image{
    width: 100%;
    
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-color: #fefefe;
    border-radius: 12px;
    opacity: 0.98;

}

.product-wraper .product .product-top-image .img-wrap {
    transition: opacity 0.5s;
    opacity: 1;
    
    background-color: black;
    border-radius: 15px;
}

.product-wraper .product .product-top-image .img-wrap-2 {
    background-color: white;
    opacity: 0.98;
    
    width: 100% !important;
    aspect-ratio : 1 / 1;
    /*height: 312px !important;*/
    border-radius: 12px;
    overflow: hidden
}

.product-wraper .product .product-top-image .img-wrap-2 img{
    /*max-height: 312px;
    max-width:100%;
    width: 332px !important;
    height: 332px !important;*/
    aspect-ratio : 1 / 1;
    width: 100%;
    /*height: 312px !important;*/
    object-fit: cover;          /* chová se jako background-size: cover */
    object-position: center;    /* vycentruje obraz */
    display: block;
}

 .product-wraper .product .product-top-image.loaded:not(.nosecondary):hover .img-wrap{
    opacity: 0;
}

.product-wraper .product .product-bottom-name{
    fotn-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.product-wraper .product .product-bottom-desc{
    font-size: 12px;
    
}

.product-wraper .product .product-bottom-price-old{
    font-size: 12px;
    color: #877d7d;
}

.product-bottom-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 16px;
}

.product .wishlist{
    position: absolute;
    z-index: 99;
    right: 0px;
    top:0px;
    cursor: pointer !important;
    font-size: 22px;
    padding: 28px;
    
}

.product .tags-top{
    position: absolute;
    z-index: 99;
    font-size: 12px;
}

.product .tags-bottom{
    position: absolute;
    z-index: 99;
    font-size: 12px;
    color:white;
    bottom: 0px;
}

.product .tag{
    padding: 3px 6px;
}

.product-wraper .product .product-bottom-stock{
    font-size: 12px;
}
.product-wraper .product .product-bottom-stock i{
    font-size: 25px;
}

.product-bottom-price{
    font-size: 24px;
}

.dot-color{
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.dot-color.dot-success{
    background-color: #34b62d;
}
.dot-color.dot-warning{
    background-color: #ddbb29;
}
.dot-color.dot-danger{
    background-color: #d31515;
}
    
.card{
    border: none;
    border-radius: 15px;
    box-shadow: none;
}

.card-body{
    padding: 0px !important;
}

.background-filter-shadow{
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
}

@media (min-width: 1424px) {
    .container{
        max-width: calc(1424px);
    }
}

.nav-link{
    font-size: 16px;
    font-weight: normal;
    color: #171716 !important;
}
.nav-link.active{
    
    font-weight: 600;
}

.nav-link:not(.active){
    background-color: #f5f5f5;
}

.tab-content h3{
    font-size: 24px;
      font-weight: 600;
}

.show-all-categories-bottom{
    cursor: pointer
}

.list-group-item.active{
    background-color: #eee;
}

.menu-hover{
    position: absolute;
    background-color: rgba(23, 23, 22, 0.65);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 800;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

.menu-hover.open{
    pointer-events: all;
    opacity: 1;
} 

.menu-hover-open{
    border-top: 3px solid white;
    padding-bottom: 3px;
}
.menu-hover-open.opened{
    border-top: 3px solid #ba7133;
}





.menu-hover .menu-hover-content{
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    
}

.menu-hover .menu-hover-content-wrapper{
    margin-top: 30px !important;
    transition: margin-top 0.5s ease-out;
}
.menu-hover.open .menu-hover-content-wrapper{
    margin-top: 0px !important;
}

.menu-hover .menu-hover-content > div{
    padding: 37px;
}

.menu-hover-content-tags{
    background-color:#f5f5f5;
    padding: 40px;
    min-width: 230px;
    padding-right: 56px;
}

.menu-hover-content h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.menu-hover-content-tags a{
    text-decoration: underline !important;
    font-size: 12px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    
}

.menu-hover-content-subcategory-image{
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 100px;
    min-width: 100px;
}

.menu-hover-content-wrapper{
    padding-left: 0px;
    padding-right: 0px;
    
}

.menu-hover-content-subcategory-image img{
    max-height: 90%;
    max-width: 90%;
}

.menu-hover-content-subcategory-name{
    font-size: 16px;
    font-weight: 600;
}

.menu-hover-content-subcategory-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 11px;
    font-weight: normal;
    color: #171716;
    opacity: 0.8;
}





.homepage-claims .homepage-claims-claim .homepage-claims-claim-name{
    font-size: 16px;
    font-weight: 500;
}

.homepage-claims .homepage-claims-claim .homepage-claims-claim-link a{
    font-size: 12px;
    color: #171716;
    text-decoration: underline;
}

.homepage-claims > div {
    border-color: #ececec !important;
}

.btn-outline-light{
    color: #171716;
    border-color: #d8d8d8;
    padding: 15px 25px;
}

.pagination .page-item.border-none a{
    border: none !important;
    font-size: 12px;
    font-weight: normal;
    background-color: white;
}

.pagination .page-item a{
    color: #171716;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-width: 2px;
}

.pagination .page-item a.active{
    background-color: white;
    border-color: #d8d8d8;
}

.filter-show,select[name="products-ordering"]{
    padding: 10px 20px;
    font-size: 14px;
}

select[name="products-ordering"]{
    padding-right: 30px;
    padding-left: 45px;
    cursor: pointer;
}

select[name="products-ordering"]:hover{
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.form-check-input:checked{
    background-color: #ba7133 !important;
    border-color: #ba7133 !important;
}

.form-check-input:focus{
    border-color: #d8d8d8;
    box-shadow: 0 0 0 .25rem rgba(246, 246, 246, .25);
}

div.form-switch .form-check-input{
    height: 2em;
    width: 4em !important;
    margin-top: 0px;
}

.form-check-input[type="radio"],.form-check-input[type="checkbox"]{
    width: 2em !important;
    height: 2em;
    background-color: #f5f5f5;
    border-color:#f5f5f5;
}



.form-switch .form-check-input{
    
}

i.select-arrows{
    font-size: 14px;
    position: absolute;
    line-height: 43px;
    left: 20px;
    
}

.btn-green{
    width: 208px;
    margin: 0 0 0 8px;
    padding: 21px 38px;
    border-radius: 10px;
    background-color: #34b62d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}



.text-success{
    color: #34b62d !important;
}


.rekapitulace .rekapitulace-zbozi{
    font-size: 12px;
    padding: 24px;
    border: solid 1px #ececec;
    border-bottom: none;
    background-color: #fff;
}
.rekapitulace .rekapitulace-zbozi:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rekapitulace .rekapitulace-zbozi:last-child{
    border-bottom: 1px solid #ececec;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rekapitulace-zbozi-cena{
    padding: 10px 24px 0px; 
}
.rekapitulace-zbozi-sluzba{
    padding: 18px 24px 17px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.rekapitulace-cena{
    border: solid 2px #ba7133;
    border-radius: 10px;
    padding: 24px 48px;
}

.rekapitulace-cena-hodnota{
    font-weight: 600;
    font-size: 16px;
}
.rekapitulace-cena-celkem{
    font-size: 24px;
    font-weight: bold;
}
    
    

.rekapitulace .image-wrap{
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: black;
    aspect-ratio : 1 / 1;
    position: relative;
}

.rekapitulace .image-wrap > *{
    background-color: white;
    width: 100%;
    opacity: 0.97;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}    

.rekapitulace-zbozi-cena-kus{
    padding-right: 24px;
}


.well{
    border: solid 1px #ececec;
    border-radius: 10px;
}
.well > *{
    border-top: solid 1px #ececec;
    padding: 24px;
}
.well > *:first-child{
    border-top: none !important;
}

.well-border{
    border-bottom: solid 1px #ececec;
    border-top: solid 1px #ececec;
}

.well-border > *{
    border-top: solid 1px #ececec;
    padding: 24px;
}

.well-border > *:first-child{
    border-top: none !important;
}


.check_hidden{
    display: none !important;
}

.check_hidden.show{
    display: flex !important;
}

input[data-label]:before{
    content: attr(data-label);
    content: "TEST";
}

.form-control{
    font-size: 14px;
    font-weight: normal;
    padding: 16px
}

.form-control:focus{
    border-color: #ba7133 !important;
    outline: none !important;
    box-shadow: none;
}

.form-input{
    position: relative;
}

.form-input:before{
    content: attr(data-label);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: -8px;
    left: 15px;
    background-color: white;
    padding: 0px 5px;
}


.form-input.success input{
    border-color:  #34b62d ;
}

.form-input.error input{
    border-color:  #d31515 ;
}
.form-input.error:before{
    color: #d31515;
}

.form-input.error:after{
    color: #d31515;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f071';
}

.btn-ares{
    font-size: 13px !important;
}

.detail-picker-color .color{
    width: 64px ;
    height: 64px ;
    overflow: hidden;
    border-radius: 10px;
    border:2px solid transparent;
    
}

.detail-picker-color .color.picked{
    border:2px solid #171716;
}

.detail-picker-variant-radio-input{
    border: 2px solid transparent;
    padding: 16px 22px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
}

.detail-picker-variant-radio-input.picked{
    border: 2px solid #171716;
    background-color: white;
}

.detail-picker-variant-radio-input:not(.picked) .imagewrap{
    background-color:black;
}
.detail-picker-variant-radio-input img{
    opacity: 0.95;
    height: 30px;
}

.bg-primary{
    background-color: #ba7133 !important;
}


.barva-images{
    border-radius: 10px;
    overflow: hidden;
}
.barva-images img:only-child{
    height: 100%;
}

.barva-images img{
    height: 50%;
    width: 100%;
    border-radius: none !important;
}
    
.flex-navlink{
    padding: 15px 22px;
    border: 1px solid #dee2ee;
    border-bottom-color: transparent;
    margin-bottom: -1px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
}

.products-other-variants-show{
    border-radius: 10px;
    border: solid 1px #ececec;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    width: 64px;
}


.product-detail-side{
    opacity: 0;
    transition: opacity 0.5s;
    position: fixed;
    width: 100%;
    top: 159px;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    background-color: rgba(23, 23, 22, 0.65);
}

.product-detail-side.open{
    opacity: 1;
    
    pointer-events: all;
}


.product-detail-side-wrap{
    background-color: white;
    width: 25%;
    position: absolute;
    left: 100%; 
    margin-top:  10px;
    border-radius: 10px 0px 0px 0px;
    height: 100%;
    transition: left 0.5s;
    
}


.product-detail-side.open .product-detail-side-wrap{
    left: calc(75%);
}



.product-detail-side-wrap > .well-border {
    border-top: none !important;
}



.product-detail-side-header{
    font-size: 18px;
    font-weight: 600;
    padding: 30px 32px;
}

.product-detail-side-wrap > *:not(.well,.well-border){
    padding: 30px 32px;
}

.btn-border{
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    padding: 16px 35.5px 16px 36.5px;
    font-size: 14px;
    font-weight: 500;
}

.product-detail-side .nazev{
    font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
}

.product-detail-side .product-detail-side-close:hover{
    cursor: pointer;
    color:black;
    
    
}


.button-button{
    text-decoration: underline;
    
}
  
.button-button:hover{
    cursor: pointer;
    color: #ba7133;
}


.product-detail-side .well-border > *{
    padding-left: 32px;
    padding-right: 32px;
}

.product-detail-side .well-border{
    border-bottom: none !important;
    margin-bottom: 30px;
}

.product-detail-side .doplnkove-sluzby-cena-text{
    font-size: 12px;
      font-weight: 500;
}

.doplnkove-sluzby-cena{
    font-size: 18px;
      font-weight: 600;
}

.button-detail-prodejny{
    white-space: nowrap;
}

.filter-picker-header{
    font-size: 18px;
    font-weight: 600;
}

.filter-picker-header{
    cursor: pointer;
}

.filter-picker-header:not(.collapsed) i{
    transform: rotate(180deg);
}

.filtry-picker .form-check:not(.form-switch) input{
    border-radius: 10px !important;
    margin-top: 0px;
}

.filter-picker .btn-primary{
    padding: 16px 35.5px 16px 36.5px;
    font-size: 14px !important;
}

.product-detail-side-wrap{
    height: calc(100vh - 159px);
    overflow-y: auto;
    padding-bottom: 60px;
}


.product-detail-side{
    cursor: pointer;
}
.product-detail-side .product-detail-side-wrap{
    cursor: default;
}


.filter-setted{
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #171716;
    color: white;
    cursor: pointer;
}

.filter-setted:hover{
    opacity: 0.9;
}

.product-detail-side-wrap form{
    padding: 0px !important;
}

.comment-text p{
    padding: 0px;
    margin: 0px;
}

.comment .reply{
    background-color: #f5f5f5;
}

.comment .reply .tag{
    font-size: 12px;
    font-weight: 600;
    color: white !important;
    background-color: black;
    border-radius: 3px;
} 


.fa-hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-hover i {
    transition: opacity 0.2s ease;
    position: absolute;
    
}

.fa-hover .hover {
    opacity: 0;
}

.fa-hover:hover .default {
    opacity: 0;
}

.fa-hover:hover .hover {
    opacity: 1;
}

.mobile-categories-icon{
    width: 15%;
    height: 40px;
}

.mobile-categories-icon img{ 
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.mobile-categories.product-detail-side .well-border > *{
    padding: 15px 25px;
}

*[data-open-slide]{
    cursor: pointer;
    transition: color 0.5s;
}
*[data-open-slide]:hover{
    color:#ba7133;
}
