.top-navigation-bar .container>div {
    flex: unset;
}

.top-navigation-menu {
    flex: 5 !important;
}

.top-navigation-tools {
    flex: 2 !important;
}

.top-navigation-bar {
    background-color: #fdb814;
    border: unset;
    padding-top: 3px;
    padding-bottom: 3px;
}

#header .header-bottom {
    border-width: 0px 0 0 !important;
}

.top-navigation-menu ul li a,
.top-navigation-tools a {
    color: #f7f7f7;
}

#header,
.header-bottom,
nav#navigation,
.header-bottom {
    background: #4b4949;
    border: grey;
}

overall-wrapper {
    overflow-x: hidden;
}

a.btn.btn-icon.toggle-window.cart-count {
    color: white !important;
}

.navigation-in ul li:hover>a>b {
    text-decoration: none !important;
}

.navigation-in>ul>li>a,
.navigation-in>ul>li>a:hover,
.menu-helper>span {
    color: white !important;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-helper ul li a b {
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navigation-in>ul>li>a {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .site-name {
        flex: 0 1 20% !important;
        display: flex;
        justify-content: center;
    }

    .search {
        flex: 0 1 60% !important;
    }

    .navigation-buttons {
        flex: 0 1 20% !important;
        display: flex;
        justify-content: center;
    }
}

.btn.btn-conversion,
a.btn.btn-conversion {
    color: white;
}

.btn.btn-conversion:hover,
a.btn.btn-conversion:hover {
    color: white;
}

#header .navigation-buttons>a[data-target="cart"].full i {
    background: #fdb814;
}

#header .navigation-buttons a[data-target="cart"].full::before {
    color: #fdb814;
}

#header .full .cart-price {
    color: #fdb814;
}

@media (max-width: 767px) {
    #header .navigation-buttons a::before {
        color: white;
    }

    #navigation .menu-level-1>li>a {
        background: #4b4949
    }

    .navigation-window-visible .navigation-buttons a[data-target="navigation"] {
        background: unset;
    }

    .navigation-window-visible .navigation-buttons a[data-target="navigation"]:hover {
        background: #4b4949;
    }

    #navigation .navigation-in ul li>a>b {
        text-decoration: none;
    }

    /* .navigation-in ul.menu-level-2 li a {
        border-bottom: 1px #dfdfdf solid;
    } */

    .ikona {
        background: #ffc093;
    }

    .welcome-wrapper.container-narrow {
        text-align: center;
    }

    .columns-mobile-2 .products-block>div {
        margin-bottom: 0px;
    }

    #header .site-name {
        flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
    }

    #header .navigation-buttons {
        flex-basis: 50%;
        width: 50%;
    }
}

ul.menu-level-2 {
    /* background: #f7f7f7; */
    background-color: white;
}

.header-bottom {
    border: 0px solid #727272 !important;
}

.navigation-in>ul>li>a:hover {
    background-color: #5c5c5c;
}

.navigation-in .menu-level-1 b {
    text-transform: uppercase;
}

.menu-helper.visible {
    padding-right: 25px;
}

.overall-wrapper {
    background: #f7f7f7;
}

.carousel-inner>.item>img {
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    max-width: unset;
}

.carousel-inner>.item>a>img {
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    max-width: unset;
}

.overall-wrapper,
#content-wrapper,
.content-wrapper-in,
#content,
.wide-carousel,
.wide-carousel * {
    overflow: visible;
}

body {
    overflow-x: hidden;
}

main#content {
    background: #f7f7f7;
}

.type-index .content-wrapper {
    padding-top: 0px;
}

@media (min-width: 1440px) {

    #header .header-top-wrapper>.site-name {
        flex: 0 1 20% !important;
        justify-content: left;
    }

    /* #header .header-top-wrapper>.site-name {
        flex: 0 1 16% !important;
    } */

    #header .header-top-wrapper>.search {
        flex: 0 1 45% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 18% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 17% !important;
    }
}

/*header flex*/

@media (min-width: 1200px) and (max-width: 1439px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 25% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 35% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 20% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 20% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 25% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 40% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 25% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 10% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .header-top-wrapper>.site-name {
        flex: 0 1 25% !important;
    }

    #header .header-top-wrapper>.search {
        flex: 0 1 30% !important;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        flex: 0 1 30% !important;
        display: flex;
        justify-content: center;
    }

    #header .header-top-wrapper>.navigation-buttons {
        flex: 0 1 10% !important;
    }
}

@media (min-width: 768px) {
    .navigation-buttons,
    #header .container:after, 
    #header .container:before{
        display: none;
    }
    
    .container.navigation-wrapper.header-top-wrapper {
        display: flex;
        justify-content: space-between;
    }
    
		#header .header-top {
        padding: 25px 0;
    }
    
		.navigation-in>ul>li>a:hover {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
		.navigation-in>ul>li.ext.exp>a {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media (max-width: 767px) {
    .product-slider-holder .product-slider-navigation:before, .product-slider-holder .product-slider-navigation:hover:before {
        background-color: transparent;
    }
    
    .row.o-pujcovne iframe {
    		margin-top: 30px !important;
		}
    
    .row.vyhody, div.row.kategorie#sortiment{
    		padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .row.vyhody, .row.o-pujcovne, .row.jak-to-funguje, .row.kategorie {
    		margin-top: 50px !important;
		}
    
    .row.jak-to-funguje,
    div.kategorie#sortiment{
    		padding-left: 10px !important;
        padding-right: 10px !important;
		}
}

ul.navigationActions > li:last-child,
.top-navigation-tools,
#header .header-top a.cart-count{
		display: none;
}

@media (max-width:767px){
    ul.navigationActions > li:last-child {
        display: block !important;
    }
}

/*Kontakt-hlavicka*/

@media (max-width:767px) {
    .ikona::before {
        content: '\e92c';
        color: white;
        font-size: 26px;
        font-family: shoptet;
    }

    .ikona {
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fdb814;
    }

    .ikona a {
        padding-left: unset !important;
        padding-top: unset !important;
        padding-bottom: 0px !important;
        font-size: 20px;
        font-weight: 600;
        color: white;
    }

    .ikona>span {
        margin-left: 20px;
        line-height: 1.3;
        font-size: 16px;
        color: white;
    }
}

.kontaktHlavicka div.ikona::before {
    content: url(/user/documents/upload/phone.png) !important;
}

.kontaktHlavicka div.ikona a {
    color: #fdb814;
    font-weight: 900;
}

.kontaktHlavicka {
    display: none;
}

.kontaktHlavicka div.ikona {
    display: flex;
    align-items: center;
}

.kontaktHlavicka div.ikona::before {
    content: '\e92c';
    color: white;
    font-size: 26px;
    font-family: shoptet;
}

.kontaktHlavicka div.ikona span {
    padding-left: 15px;
    font-size: 13px;
    color: white;
}

.kontaktHlavicka div.ikona a {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

/*menu u produktu*/
.breadcrumbs,
div#categories,
.sidebar-inner {
    background: #f7f7f7;
}

.categories {
    border-right: #bbbbbb 1px solid;
}

.breadcrumbs {
    padding-top: 6px;
}

.categories .topic>a {
    /* font-size: 28px; */
    font-weight: 500;
}

.categories ul a {
    font-size: 18px;
    font-weight: 500;
}

.sidebar-inner {
    padding-right: 0px;
}

.expandable.expanded>.topic>a>span::before,
#categories .expandable>.topic>a>span::before {
    padding-top: 5px;
}


h1.category-title {
    font-weight: 500;
    font-size: 40px;
}

/* .type-category #content {
    padding-left: 40px;
} */

.category-top h4 {
    font-size: 25px;
    font-weight: 600;
}

button#products-listing-order:hover {
    color: #000 !important;
}

.benefitBanner.position--benefitCategory {
    background: #f7f7f7;
}

div#content-wrapper,
span.row-header-label {
    background: #f7f7f7 !important;
}

.category-header .dropdown .dropdown-menu label:hover {
    color: #000000 !important;
    font-weight: bold;
}

/*produkt*/

span.stars-label {
    padding-top: 2px;
}


/* Pavel */

@media screen and (min-width: 768px) {
    ul.menu-level-2>li:before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        width: 5000px !important;
        height: 100% !important;
        left: -2500px !important;
        background-color: #fff !important;
        z-index: -1 !important;
    }
}

.navigation-hovered {
    overflow-x: hidden;
}

.breadcrumbs {
    padding-top: 15px;
}


/*kategorie ramecek*/
.subcategories li a {
    margin-right: 15px;
    border-radius: 5px;
    background-color: white;
    border-radius: 10px;
}

/*produkty akcni zbozi*/

.products-block>div {
    padding: 7px;
}

.products-block>div .p {
    transition: all 0.3s ease-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    /* padding: 22px; */
    background-color: white;
    border-radius: 10px;
}

.products-block>div .p:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%) !important;
}

.products-block {
    justify-content: center;
}

.products-block>div:hover {
    border: unset;
    box-shadow: unset;
}

.products-block .product .p .p-in .p-in-in a {
    font-size: 18px;
    line-height: 1.3;
}

.p-bottom .p-tools .pr-action .btn span {
    color: white;
}

/* Kategorie main page */

.produkty ul.kategorie {
    display: contents;
}

.kategorie li a .image img {
    width: auto;
    height: 60px;
}

.kategorie li a .image {
    margin-right: 20px;
}

.kategorie a {
    padding: 12px;
    width: 100%;
    display: block;
    background: #4b4949;
    border-radius: 0px;
    border: 2px solid #4b4949;
    color: #fbb815;
    font-weight: 700;
}


.kategorie a:hover {
    border: #d79804 2px solid;
}

.kategorie a:hover {
    color: #d79804;
    transition: all 0.3s ease-out;
}

ul.kategorie li {
    list-style-type: none;
    padding: 12px;
}

.produkty .h4 {
    margin-top: 66px;
    margin-bottom: 44px;
}

.product-slider-holder {
    padding-top: 0px;
}

.products-block .quantity .increase,
.products-block .quantity .decrease {
    height: 25px;
    width: 25px;
    border-left: 1px solid #cfcfcf;
}

.products-block .quantity .decrease {
    border-top: 1px solid #cfcfcf;
    top: 25px;
    right: 0px;
    left: unset;
}

.products-block .quantity .increase::before,
.products-block .quantity .decrease::before {
    line-height: 25px;
}

.products-block .quantity {
    padding-left: 0px;
    padding-right: 30px;
    width: 60px;
}

.products-block .quantity input {
    width: 35px;
}

.products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.p-to-cart-block {
    padding: 0px;
}

span.per-day {
    font-weight: normal !important;
}

span.dph {
    font-weight: normal;
    font-size: 14px;
}

.products-block>div .p {
    padding: 10px;
}

a.btn.btn-primary {
    background-color: #fbb814;
    color: white;
    border-color: #fbb814;
}

a.btn.btn-primary:hover {
    background-color: #d79804;
    border-color: #d79804;
    text-decoration: none !important;
}

.products-block .p-bottom>div .p-tools>.btn:last-child {
    text-decoration: none;
}

.products-block>div .p .p-bottom>div .p-tools>.btn:last-child {
    color: white;
}

.p-detail-inner .detail-parameters {
    margin: 0px;
}

.type-product a.btn.btn-conversion {
    margin-bottom: 22px;
}

p.product-detail-phone {
    margin-bottom: 5px !important;
}

p.product-detail-phone a {
    text-decoration: none !important;
    font-weight: bolder;
    font-size: 18px;
}

a.btn.podminky:hover {
    color: #FBB814;
}

.type-product .add-to-cart,
.type-product button.btn.btn-conversion.add-to-cart-button {
    display: none;
}

.pw-tabulka {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.pw-tabulka,
.pw-tabulka th,
.pw-tabulka td {
    border: 1px solid #ddd;
}

.pw-tabulka th,
.pw-tabulka td {
    padding: 12px;
    text-align: left;
}

.pw-tabulka thead {
    background-color: #f2f2f2;
}

.type-product table.cenik tr:first-child {
    background-color: #e1e1e1;
    font-weight: 700;
}

.type-product table.cenik tr td {
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .menu-item-742>a>b,
    .menu-item-730>a>b,
    .menu-item-1044>a>b,
    .menu-item-29>a>b {
        color: #fdb814;
    }
}

.price-range {
    background-color: #e2e1e1 !important;
}

.price-range>div {
    background-color: #fdb814 !important;
}

#formNewsletterWidget button.btn.btn-default.btn-arrow-right {
    color: white;
}

@media (max-width: 767px) {
    .navigation-in a.menu-image {
        margin-left: 10px;
        margin-right: 10px;
        width: 60px;
        height: 49px;
        padding: 0px !important;
        display: flex;
    }

    .navigation-in a.menu-image img {
        object-fit: contain;
    }

    .navigation-in ul.menu-level-2 li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navigation-in ul li.ext.exp ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu-level-2>li {
        border-bottom: 1px #dfdfdf solid !important;
        padding: 5px;
    }

    .navigation-in.menu {
        background: #5c5c5c;
    }
}

html {
    scroll-behavior: smooth;
}

.overall-wrapper {
    overflow-x: hidden;
}

#produkty {
    scroll-margin-top: 200px;
}

@media (min-width: 768px) {
    #navigation .menu-level-2>li>div>a {
        padding-bottom: 0px;
    }

    #navigation .menu-level-2>li.has-third-level>div>a {
        padding-bottom: 15px;
    }
}

#content p a {
    text-decoration: underline;
}

#content p a:hover {
    text-decoration: none;
}

.top-navigation-bar-menu a,
.top-navigation-bar-menu-helper a,
.dropdown-menu a,
.top-navigation-tools a {
    padding: 4px 10px;
}


.top-navigation-bar .container {
    padding-left: 10px;
    padding-right: 10px;
}

.top-navigation-menu ul li a:hover,
.top-navigation-tools a:hover {
    text-decoration: underline;
}


.top-navigation-menu ul li a{
    color: black;
}

.products-block img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.products-block .flags {
    top: 11px;
    left: 0px;
}

.subcategories li a .text {
    font-size: 16px;
    line-height: 20px;
}

.site-msg.information {
    position: relative;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100% !important;
    left: unset;
    bottom: unset;
    text-align: center;
    background: #000;
    font-weight: 900;
    color: #ff7712 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.site-msg .close::before {
    color: #ff7712 !important;
}

#header .search-input,
.btn,
a.btn {
    border-radius: 10px;
}

@media(min-width: 768px) {
    .navigation-in>ul>li.ext>ul>li>div>a {
        font-size: 16px;
    }

    #navigation .menu-level-3 {
        font-size: 12px;
    }

    .navigation-in>ul>li.ext>ul>li>div>ul {
        line-height: 12px;
        max-height: 24px;
    }

    #navigation .menu-level-2>li {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .navigation-in>ul>li.ext>ul>li {
        flex-basis: 25%;
        width: 25%;
    }
}

@media (min-width: 1440px) {
    .navigation-in>ul>li.ext>ul>li {
        flex-basis: 20%;
        width: 20%;
    }
}

.sidebar-inner>div.box-sm {
    background: white;
    border-radius: 10px;
}

@media (min-width: 1440px) {
    .type-category .products-block>div {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 300px;
    }
}

.products-block>div .p .p-bottom {
    padding-top: 15px;
}

.products-block>div .p .ratings-wrapper {
    padding-top: 15px;
}

.top-products li .top-products-content .top-products-name {
    font-size: 14px;
    line-height: 20px
}

.products-block>div .p .p-bottom>div .p-tools {
    padding-top: 15px;
}

.product-slider-holder .products-block>div .p .p-bottom.no-buttons>div .p-tools {
    display: flex;
}

@media (min-width: 768px) {
    .type-category .products-block {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.popup-widget-inner {
    border-radius: 10px;
}

.cart-widget-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart-widget,
.cart-widget-button {
    border-radius: 10px;
}

.compact-form .form-control {
    border-radius: 10px;
}

.compact-form .btn {
    border-radius: 10px;
}

@media (min-width: 1900px) {
    .container {
        width: 1618px;
    }

    .sidebar {
        width: 340px;
    }

    .navigation-in>ul>li>a,
    .navigation-in>ul>li>a:hover,
    .menu-helper>span {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .type-product .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .p-detail-inner .p-short-description {
        padding-top: 30px
    }

    .in-index .content-wrapper.container .row>.next-to-carousel-banners {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width: 768px) {
    .type-category .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .type-product .breadcrumbs {
        padding: 10px 15px 40px 10px;
    }
}

@media(min-width: 992px) {
    .type-product .breadcrumbs {
        width: unset !important;
    }
}

.p-detail-inner h1 {
    padding-bottom: 15px
}

.p-detail-inner .p-detail-inner-header,
.p-detail-inner .p-short-description {
    margin-bottom: 40px
}

.p-detail-inner-header-mobile,
.p-detail-inner-header-mobile .h1 {
    padding-bottom: 25px;
}

@media print {

    div#content-wrapper,
    span.row-header-label,
    main#content {
        background: #fff !important;
    }

    * {
        font-size: 14px !important;
        color: #000 !important;
    }

    #header * {
        border-color: #fff !important;
    }

    #header .header-bottom {
        display: none;
    }

    #header .header-top-wrapper>.search {
        display: none;
    }

    #header .header-top-wrapper>.kontaktHlavicka {
        display: none;
    }

    #header .header-top-wrapper>.navigation-buttons {
        display: none;
    }

    .site-msg.information {
        display: none;
    }

    .type-product img {
        width: 100%;
    }

    .p-detail-inner-header-mobile,
    .p-detail-inner-header-mobile .h1 {
        padding-top: 0px;
        margin-top: 0px;
        font-size: 24px !important;
        color: #000 !important;
    }

    .type-product .products-alternative-header {
        display: none;
    }

    .type-product .products-alternative-wrapper {
        display: none;
    }

    .type-product .dklabBookmarkText {
        display: none;
    }

    .p-to-cart-block .add-to-cart {
        display: none;
    }

    button.btn.btn-conversion.add-to-cart-button {
        display: none;
    }

    .type-product .buttons-wrapper {
        display: none;
    }

    .p-detail-inner * {
        border-color: #fff !important;
    }

    .p-detail-inner table.detail-parameters tr:first-child {
        display: none;
    }
}

/*Cookies*/
.siteCookies__form {
    background-color: #4b4949;
}

.siteCookies__button {
    background-color: #fdb814;
    color: white;
}

.siteCookies__button:hover {
    background-color: #d79804 !important;
    color: white !important;
}

.siteCookies__link:hover {
    background: #d79804 !important;
    color: white !important;
}

@media (min-width: 768px) {
    .siteCookies--bottom.siteCookies--scrolled {
        background-color: #4b4949;
    }
}

/*Podstránky*/
ul.kategorie li::before {
    display: none;
}

.row.vyhody,
.row.o-pujcovne,
.row.jak-to-funguje,
.row.kategorie {
    margin-top: 80px;
}

div.row.kategorie#sortiment>div {
    padding: 0px;
}

div.row.kategorie#sortiment>div>ul.kategorie {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.row.vyhody,
div.row.kategorie#sortiment {
    position: relative;
    padding: 80px 0px;
}

.vyhody::before,
div.row.kategorie#sortiment:before {
    content: "" !important;
    position: absolute !important;
    background-color: #ebebeb !important;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0px;
    right: 50%;
    width: 100vw;
    height: 100%;
    z-index: 0 !important;
    display: inline-block;
}