/* zobrazit jen pro CZ info o dopravě zdarma */
.iqitfreedeliverycount-title {
  visibility: hidden;
}

.iqitfreedeliverycount-title:lang(cz) {
  visibility: visible;
}

/* HEADER */

#user_info {
    display: inline-block;
}

#language_selector .dropdown-menu {
    left: 50%;
    transform: scale(1) translateX(-50%);
}

#currency_selector .dropdown-menu a {
    text-align: center;
}

/* KOŠÍK */

.header-top .header-cart-default .cart-toogle > .info-wrapper {
    text-align: right;
}

.header-top .header-cart-default .cart-toogle > .icon {
    float: right;
}

#ps-shoppingcart .title {
    font-weight: bold;
    font-size: 18px;
}

#ps-shoppingcart .value {
    color: #e6211b;
}

#sticky-cart-wrapper #blockcart {
    display: flex;
}

#sticky-cart-wrapper #blockcart > .cart-toogle {
    color: #ffffff;
    text-decoration: none;
}

#sticky-cart-wrapper #blockcart .sticky-info-wrapper > .value {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.sticky-info-wrapper, #blockcart .sticky-cart-image {
    display: none;
}

#sticky-cart-wrapper #blockcart .sticky-info-wrapper, #sticky-cart-wrapper #blockcart .sticky-cart-image {
    display: initial;
}

#sticky-cart-wrapper #blockcart .sticky-info-wrapper {
    margin-right: 1rem;
}

#sticky-cart-wrapper #blockcart .cart-image {
    display: none;
}

#ps-shoppingcart .cart-image {
    display: inline-block;
    margin-left: 10px;
}

.iqitfreedeliverycount {
    background: none;
    border: none;
    color: #76570a;
    padding: 0 !important;
}

.ifdc-remaining-price {
    font-weight: bold;
}

#js-checkout-summary .iqitfreedeliverycount, .cart-detailed-totals .iqitfreedeliverycount {
    background: none;
    border: none;
    color: #e6211b;
    padding: 0 !important;
}

#js-checkout-summary .ifdc-remaining-price, .cart-detailed-totals .ifdc-remaining-price {
    font-weight: bold;
}

.stuck-menu #blockcart > .iqitfreedeliverycount {
    display: none;
}

#blockcart > .iqitfreedeliverycount > .gift-information {
    display: none;
}

.gift-information {
    color: #31708f;
    margin: 1rem 0 0;
}

#js-checkout-summary .iqitfreedeliverycount .gift-information, .cart-detailed-totals .iqitfreedeliverycount .gift-information {
    color: #76570a;
}

.gift-price {
    font-weight: bold;
}

/* BLOG */

.ph_simpleblog .simpleblog-posts h2 {
    font-size: 1.25em;
    text-align: center;
}

.ph_simpleblog .simpleblog-posts .post-additional-info {
    border: none;
}

.ph_simpleblog .simpleblog-posts h2 {
    border: none;
}

/* NADPIS - BLOG KATEGORIE */

#content-wrapper .page-title {
    color: #777777;
    text-align: center;
    font-size: 29px;
    border: none;
}

/* MEGAMENU */

.cbp-hrmenu > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* KATEGORIE */

#category .pagination {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid hsla(0, 0%, 63%, .25);
}

.cofiscz-filter-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#cofiscz-top-filter-block {
    height: 65px;
}

#cofiscz-top-filter-block .dropdown-menu {
    border-radius: 10px;
    background: #faf8f3;
    color: #72570a;
    border: 1px solid #dedbd6;
    border-top: none;
    text-align: center;
}

#cofiscz-top-filter-block .view-switcher {
    color: #72570a;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#cofiscz-top-filter-block .view-switcher a {
    color: #c6bb9d;
    margin-right: 1rem;
}

#cofiscz-top-filter-block .view-switcher .current {
    color: #72570a;
}

#cofiscz-top-filter-block .view-switcher i {
    font-size: 25px;
}

#cofiscz-top-filter-block .sort-orders-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#cofiscz-top-filter-block .products-sort-order a {
    border-radius: 10px;
    background: #faf8f3;
    padding: 0.5rem 1rem;
    color: #72570a;
    border-color: #dedbd6;
}

#cofiscz-top-filter-block .products-sort-order .select-title-name {
    max-width: 100%;
}

#cofiscz-top-filter-block .products-nb-per-page {
    margin-right: 1rem;
}

#cofiscz-top-filter-block .products-nb-per-page a {
    border-radius: 10px;
    background: #faf8f3;
    padding: 0.5rem 1rem;
    color: #72570a;
    border-color: #dedbd6;
}

@media (max-width: 767px) {
    #cofiscz-top-filter-block {
        height: auto;
    }
}

#cofiscz-bottom-filter-block {
    background: #faf8f3;
    height: 50px;
}

@media (max-width: 767px) {
    #cofiscz-bottom-filter-block {
        margin-top: 8px;
    }
}

#cofiscz-bottom-filter-block .facated-toggler {
    padding: 1rem;
}

#cofiscz-bottom-filter-block #search_center_filter_toggler {
    cursor: pointer;
    color: #72570a;
    font-weight: bold;
}

#cofiscz-bottom-filter-block #search_center_filter_toggler:hover span {
    text-decoration: underline;
}

#facets_search_center {
    background: #faf8f3;
}

.btn-product-list {
    padding: 0.5rem 0.625rem;
}

.product-miniature-grid .product-functional-buttons-bottom {
    bottom: 0;
}

.product-miniature-grid .product-availability {
    bottom: 0;
}

/* PRODUKT */

#product .product-actions .product-add-to-cart .bootstrap-touchspin > .input-group {
    border-right: none;
    border-radius: 8px 0 0 8px;
}

#product .product-actions .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-up {
    border-left: none;
    border-bottom: none;
    border-radius: 0 8px 0 0;
}

#product .product-actions .product-add-to-cart .bootstrap-touchspin .bootstrap-touchspin-down {
    border-left: none;
    border-top: none;
    border-radius: 0 0 8px 0;
}

#product .label, #product .product-availability {
    font-weight: bold;
}

#product .product-availability {
    font-weight: bold;
}

#product .product-prices {
    margin: 1rem 0;
}

#product .cofiscz-tabs .nav-tabs {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #d6cfc3;
}

.product-additional-info {
    display: none;
}

#product .cofiscz-tabs .tab-content {
    border: solid 1px #e5e0d8;
    border-radius: 0 0 3px 3px;
    border-top: none;
    padding: 35px 30px;
    background: #faf8f3;
}

#product .cofiscz-tabs .nav-tabs .nav-item {
    margin: 0 3px 0 0;
    padding: 0;
    border: solid 1px #e5e0d8;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    background: #faf8f3;
}

#product .cofiscz-tabs .nav-tabs .nav-link {
    border: none;
    opacity: 1;
    font-size: 1rem;
    padding: 10px 35px;
    background: #ffffff;
}

#product .cofiscz-tabs .nav-tabs .nav-link.active, #product .cofiscz-tabs .nav-tabs .nav-link:focus {
    color: #312e28;
    font-size: 17px;
    opacity: 1;
    border: none;
    box-shadow: 0 1px 0 0 #faf8f3;
    background: #faf8f3;
}

#product .cofiscz-tabs .nav-tabs .nav-link:hover {
    border: none;
}

#main-product-wrapper .iqitfreedeliverycount {
    background: none;
    border: none;
    color: #777777;
    padding: 0 !important;
}

#main-product-wrapper .iqitfreedeliverycount-title:before {
    content: url(/img/cms/ikony/ikona-doprava_platba.png);
    padding-right: 5px;
}

#main-product-wrapper .ifdc-remaining-price {
    font-weight: bold;
}

#product .product-add-to-cart .add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1.25rem;
}

#product .product-add-to-cart .add-to-cart:before {
    content: url(/img/cms/ikony/kosik_bily.png);
    padding-right: 10px;
}

/* ZÁLOŽKY_PRODUKTY */

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border-bottom: solid 4px #f0ede4;
    background: none;
    font-size: 29px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-bottom: solid 4px #87c417;
    background: none;
}

.nav-tabs .nav-item {
    margin-right: 5rem;
}

.nav-tabs .nav-item:last-child {
    margin-right: 0;
}

#product-additional-infos-tabs .nav-link {
    color: #312e28;
    font-size: 20px;
}

/* FILTRY */

.category-montessori-pomucky #facets_search_center, .category-hracky #facets_search_center, .category-pomoce-montessori #facets_search_center, .category-zabawki #facets_search_center {
    display: block;
}

#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
    max-height: 200px;
    overflow: auto;
}

/* TLAČÍTKA */

.btn {
    border-radius: 5px;
}

#manufacturer #cofiscz-bottom-filter-block {
    display: none;
}

/* SOCIAL IKONY */

#main-product-wrapper #tidy-media .tidy-media-icon {
    width: initial;
    height: initial;
    margin-right: 1.3rem;
}

/* BALÍKOMAT */
#balikdobalikovnyHledat {
    margin-right: 10px;
    margin-top: 20px;
}

input#balikdobalikovnyZIP {
    width: 50%;
    margin-top: 20px;
}

#selbalikdobalikovnydiv {
    width: 50%;
    margin-left: 61px;
    background: white;
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-right: none;
    border-left: none;
    max-height: 150px !important;
}

#selbalikdobalikovny {
    padding-left: 10px;
    margin-left: 0;
}

#balikdobalikovnyvysledek {
    margin-top: 10px;
}

#bdbImages {
    content: url(/img/cms/ikony/clock.png);
    margin-left: 10px;
}

#selbalikdobalikovny li {
    padding-left: 20px;
}

#bdbTooltip {
    padding: 20px;
    border: 1px solid #dddddd;
    top: 293px !important;
    left: 490px !important;
}

/* DOSTUPNOST */
.product-unavailable {
    color: #d92c20;
}

/* Na dotaz - kontaktní formulář */
#tidyquestions .tidyheader h4 {
    color: #72570a;
    font-family: 'Quicksand', sans-serif;
}

#tidyquestions .tidyheader h5 {
    color: #9b835f;
    font-family: 'Quicksand', sans-serif;
}

#tidyquestions .tidyheader h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    margin-top: 10px;
}

/* dárek k nákupu */
.gift-information {
    color: #76570a !important;
}

/* WORDPRESS BLOG */
.prispevky img {
    border-radius: 20px;
}

#wbpblogposts .post-outbound {
    width: 100%;
}

#wbpblogposts .post-image {
    background-size: cover;
}

/*** RESPONZIVITA ***/
@media screen and (max-width: 767px) {
    #selbalikdobalikovnydiv {
        margin-left: 48px;
    }

    .btn-product-list {
        padding: 1rem 0.625rem;
        font-weight: 700;
    }
}

/* MEDIA */
@media screen and (max-width: 1750px) {
    #iqitmegamenu-wrapper.stuck-menu .cbp-hrmenu > ul, #iqitmegamenu-wrapper.stuck-menu .cbp-hrmenu .cbp-hrsub-inner {
        justify-content: flex-start;
    }

    #iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
        margin: 0;
        padding: 0;
    }

    #sticky-cart-wrapper #blockcart .sticky-info-wrapper span:not(.cart-products-count) {
        display: none;
    }
}

@media screen and (max-width: 1270px) {
    .header-top {
        background-image: none !important;
    }

    .center-nav {
        padding: 0;
    }

    .header-nav .left-nav {
        flex-grow: 2;
    }
}

@media screen and (max-width: 1150px) {
    #cofiscz-categorywidget {
        display: none;
    }

    #cofiscz-categorywidget-vo {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #mobile-header .logo {
        max-width: 45%;
    }

    .prispevky .slick-track {
        margin: 0 auto;
    }

    .header-nav a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .product-quantity > .col:nth-child(1) {
        max-width: 25%;
    }

    #mobile-cart-toogle > img {
        height: 24px
    }

    .product-quantity > .col:nth-child(2) {
        max-width: 75%;
    }

    .header-nav .right-nav {
        margin-top: 1rem;
    }

    .header-nav .left-nav {
        display: none;
    }

    #main .nav-tabs .nav-link {
        font-size: 1.25rem;
    }

    #bdbTooltip {
        padding: 20px;
        border: 1px solid #dddddd;
        top: 274px !important;
        right: 15px !important;
        left: unset !important;
    }

    #main .nav-tabs .nav-item {
        margin: 0;
    }

    #cofiscz-bottom-filter-block.cofiscz-filter-block {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #cofiscz-bottom-filter-block #tidysticker-filter {
        margin: 12px 12px 0;
    }

    #cofiscz-bottom-filter-block {
        height: auto;
    }
}

@media screen and (max-width: 491px) {
    #bdbTooltip, #bdbImages {
        display: none !important;
    }

    #mobile-header .logo {
        max-width: 95%;
    }

    #tidysticker-filter {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #tidysticker-filter .facet-label {
        margin: 0 0 1rem;
    }
}

/* SHAIM AIO checkbox zbozi */
.float-xs-left {
    float: left;
}
#checkout div.shaim_zbozi_checkbox {
    margin-left: 1.5rem;
}

/* skryti vyberu jazyka */
/*
div#language_selector {
    display: none!important;
}
*/

/* emailalerts */
.js-mailalert .btn {
    color: #72570a;
    background-color: rgba(155,131,95,0.24);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #72570a;
}

.js-mailalert .btn:hover {
    color: #72570a;
    background-color: rgba(114,87,10,0.36);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #72570a;
}

.js-mailalert em {
    display: block;
}

.product-pack {
    overflow: hidden;
    transition: 1s;
}

.product-pack-show-all, .product-pack-hide-all {
    text-align: center;
    cursor: pointer;
}

.product-pack-show-all div, .product-pack-hide-all div {
    margin-bottom: 5px;
    text-decoration: underline;
    font-weight: bold;
}

.product-pack-show-all button, .product-pack-hide-all button {
    background: #ffffff;
    border: 2px solid #777777;
    border-radius: 50%;
    z-index: 10;
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #777777;
    font-weight: bold;
    cursor: pointer;
}

/* Podkategorie PN00092-293 */

.cs-subcategory {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 16px 0;
    margin-bottom: 8px;
    transition: transform 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
}

.cs-subcategory:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 8px 8px 32px 0;
    transform: translateY(-2px);
}

.cs-subcategory__link {
    display: flex;
    align-items: center;
    color: inherit !important;;
    padding: 4px 16px 4px 8px;
    text-decoration: none !important;
}

.cs-subcategory__thumbnail {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
}

.cs-subcategory__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.cs-subcategory__header {
    flex: 1 0 0;
    margin-left: 8px;
}

.cs-subcategory__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.cs-subcategory__subtitle {
    font-size: 14px;
    display: block;
    text-align: center;
}

/* Oblíbené PN00092-305 */

.cbp-hrmenu .extra-padding-left {
    padding-left: 30px;
}

.cbp-hrmenu .cbp-valinks li {
    margin: 8px 0;
}

.cbp-hrmenu .cs-tiles {
    margin-top: 8px;
}

.cs-tile {
    box-shadow: rgba(0, 0, 0, 0.08) 4px 4px 16px 0;
    width: 100%;
    transition: transform 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
}

.cs-tile:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 8px 8px 32px 0;
    transform: translateY(-2px);
}

.cs-tile__link {
    display: flex;
    align-items: center;
    color: inherit !important;;
    padding: 4px 16px 4px 8px;
    text-decoration: none !important;
}

.cs-tile__thumbnail {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}

.cs-tile__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.cs-tile__header {
    flex: 1 0 0;
    margin-left: 8px;
}

.cs-tile__title {
    font-size: 16px;
    line-height: 24px;
}

/* Vyhledávání */

.header-top .form-search-control {
    color: inherit;
    background: #ffffff;
    border: solid 3px #e7e7e7;
}

.header-top .search-btn {
    color: inherit;
    background: #e7e7e7;
}

/* Filtrování */

@media (max-width: 767px) {
    .products-sort-nb-dropdown {
        margin-top: 8px;
    }
}

#facets_search_wrapper {
    position: sticky;
    top: 75px;
    overflow-y: auto;
    max-height: calc(100vh - 75px);
}

#search_filters_wrapper {
    margin-right: 16px;
}

#search_filter_toggler {
    display: inline-block;
    background-color: #c6bb9d;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 5px;
    color: #72570a;
}

#search_filter_controls .ok {
    display: inline-block;
    background-color: #c6bb9d;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 5px;
    color: #72570a;
}

/* Scrollbar */

.custom-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(213 205 182);
    background-color: #faf8f3;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(121 85 72 / 25%);
    border-radius: 10px;
    background-color: #f5f5f5;
}


/* Kontakt nad vyhledáváním */

.header-custom-html {
    text-align: center;
}

.cc-contact {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.cc-contact__thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.cc-contact__image {
    width: 36px;
    height: auto;
}

.cc-contact__content {
    color: #99427a;
    padding: 0 1rem;
}

.cc-contact__phone {
    font-weight: bold;
    letter-spacing: 1px;
}

.cc-contact__content p {
    line-height: 1.2;
}

/* Zobrazit více v kategorii */

.category-description {
    margin-bottom: 0;
}

.category-description.hide-content {
    position: relative;
    overflow: hidden;
    max-height: 90px;
}

.category-description.hide-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0) 100%);;
    height: 30px;
    width: 100%;
}

.category-description-controls {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

#category .category-description-controls > a {
    cursor: pointer;
    color: #72570a;
    text-decoration: underline;
}

#category .category-description-controls > a:hover {
    color: #72570a;
    text-decoration: none;
}

/* fix našeptávače (kvůli smartemailingu) */
#search_widget .autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
#search_widget .autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: unset; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; font-family: inherit; }
#search_widget .autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
#search_widget .autocomplete-suggestion.selected { background: #f0f0f0; }

/* custom header */
.h1-subheader {
    font-size: 22px;
    display: block;
}
.h1-header {
    font-size: 29px;
    display: block;
}



/*update warehouse*/
.cbp-horizontal>ul>li>a, .cbp-horizontal>ul>li>a:not([href]):not([tabindex]), .cbp-horizontal>ul>li>.cbp-main-link {
    line-height: 2.125rem;
}
.product-flags {
    display: none;
}
#_desktop_search_filters_clear_all {
    display: none;
}