/*
#colorbox{
left: 25% !important;
width: 100% !important;
}

#cboxContent,
#cboxLoadedContent{
width: auto !important;
}
*/

.faqs-card-block{
    background-color: #f7f7f7;
    padding: 20px;
}
.answer_faq p{
background-color: #FFF;
padding: 10px;
}

.questions span{
    font-size: 19px;
    font-weight: 700;
}
.desktop.in-index #header{
    position: sticky;
    top: 0;
    z-index: 9;
}

#related .products-related{
    border: unset;
}

.paymentItems{
    display: flex;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}

#signature {
    color: white;
}

.customer-orders .status.status-2,
.in-klient table.table .status.status-2 {
    color: red;
}

/*.navigation-in > ul > li > a{
padding: 16px 23px;
}*/

.site-msg.information .text {
    text-align: center;
}

body {
    background-position: 0px 270px !important;
}

.content-wrapper.homepage-box.before-carousel {
    padding-top: 0px;
}

.content-wrapper.homepage-box.before-carousel .content-wrapper-in .container {
    width: 100%;
}

.price-final-before {
    text-decoration: line-through;
    color: gray;
}

.benefitBanner {
    justify-content: space-between;
    gap: 40px;
}

.benefitBanner__item {
    flex: 1 1 20%;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 50% !important;
}

.top-nav-button.custom-color::before {
    color: #515050;
}

#site-agree-button {
    line-height: 46px;
}

.news-item:nth-of-type(6),
.news-item:nth-of-type(7),
.news-item:nth-of-type(8),
.news-item:nth-of-type(9) {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding: 20px;
}

.news-item:nth-of-type(6) .text,
.news-item:nth-of-type(7) .text,
.news-item:nth-of-type(8) .text,
.news-item:nth-of-type(9) .text {
    position: absolute;
    top:55%;
    padding: 20px;
}

.news-item:nth-of-type(6) .text .description,
.news-item:nth-of-type(7) .text .description,
.news-item:nth-of-type(8) .text .description,
.news-item:nth-of-type(9) .text .description {
    color: white;
}

.subcategories.with-image li a .image img{
    object-position: right;
}

@media (min-width: 768px) {
    /* Styles for tablets and larger screens */
    

    .header-top {
        height: 80px;
        justify-content: space-between;
    }

    .header-top>div.search {
        padding: 12px 0;
    }

    .top-navigation-bar {
        display: none;
    }

    .top-nav-button::before {
        height: 20px;
    }

    .top-nav-button::after,
    .btn.cart-count::after {
        display: none;
    }

    .btn.cart-count .cart-price {
        margin-top: 12px;
    }

    .admin-logged .empty-cart-hover {
        top: 106px;
    }

    .admin-logged .popup-widget.cart-widget {
        top: 106px;
    }

    .admin-logged .popup-widget.login-widget {
        top: 88px;
    }


    .lista-ano.admin-logged .empty-cart-hover {
        top: 140px;
    }

    .lista-ano.admin-logged .popup-widget.cart-widget {
        top: 140px;
    }

    .lista-ano.admin-logged .popup-widget.login-widget {
        top: 122px;
    }


    .lista-ano .empty-cart-hover {
        top: 115px;
    }
    .lista-ano .popup-widget.cart-widget {
        top: 115px;
    }
    .lista-ano .popup-widget.login-widget {
        top: 97px;
    }


    .empty-cart-hover {
        top: 81px;
    }
    .popup-widget.cart-widget {
        top: 81px;
    }
    .popup-widget.login-widget {
        top: 63px;
    }






    .popup-widget.cart-widget {
        margin-top: 0px;
    }

    .navigation-in>ul>li>a {
        padding: 15px 10px;
    }

    .fitted .navigation-in>ul {
        justify-content: space-between;
    }

    #navigation {
        height: 46px;
    }

    #header::after {
        height: 46px;
    }

    .header-top>div {
        flex: 0 1 20%;
    }

    .headerPhoneIcon::before {
        content: '\e902';
    }

    .headerMailIcon::before {
        content: '\e910';
    }

    .menu-helper.visible {
        top: 88px;
    }

    /* Added cart to page only on desktpo */
    .cartIconOnDSKTP{
        position: fixed;
        top: 50px;
        right: 50px;
        margin-left: auto;
        align-content: center;
        background: #eb871e;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .15);
        color: #ffffff;
        display: none;
        text-align: center;
        justify-content: space-around;
        min-width: 195px;
        overflow: hidden;
        outline: none;
        padding: 0.7rem;
        text-transform: uppercase;
        transition: 0.4s ease;
        width: auto;
    }

}

@media only screen and (max-width: 1440px) {
    .header-top>div {
        flex: 0 1 30%;
    }
}

/*Carousel height changes 
.carousel-inner {
    min-height: 600px !important;
}

*/

.carousel-inner .item>img {
    object-fit: cover !important;
}

.carousel-inner .item>a>img {
    object-fit: cover !important;
}

.carousel-inner img {
    height: 600px !important;
}

.homepage-group-title {
    text-align: left !important;
    text-transform: uppercase !important;
}

/*Button*/
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.responsive-tools>a[data-target="navigation"] {
    background-color: unset;
}

#button::after {
    content: "\25bc";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    rotate: 180deg;
    visibility: visible;
}

/*Color changes of header */
#header::after,
.navigation-in,
.top-navigation-bar,
.top-navigation-menu,
.top-navigation-contacts,
#footer {
    background-color: #333D47;
}

.navigation-in>ul>li>a,
.top-navigation-bar a,
.dropdown button,
.footer-rows h4,
.copyright,
#signature a,
#footer .click-able ul a,
#footer ul li {
    color: white !important;
}

#footer .contact.click-able ul a {
    color: black !important;
}

.top-navigation-tools {
    order: 2;
}

.top-navigation-contacts {
    order: 3;
}

.top-navigation-bar .container>div {
    text-align: right;
}

.empty-cart-hover::before {
    top: unset;
}

.top-navigation-bar-menu>li.cropped {
    display: inline-block !important;
}

.top-navigation-menu-trigger {
    display: none !important;
}

/*Color changes of header */

.benefitBanner__picture {
    flex: 0 0 20%;
    max-width: 100%;
}
.benefitBanner__img{
    top: unset !important;
}
.benefitBanner__img,
.benefitBanner__data,
.benefitBanner__title{
    color: #333D47 !important;
}

#header .site-name a img {
    max-height: 60px;
}

#footer ul li {
    font-size: 14px;
    color: #000;
}

.category-perex {
    max-height: 200px;
    overflow: hidden;
}

.category-button-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    padding: 46px 0 10px 0;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFF 60%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFF 60%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFF 60%);
    margin-top: -86px;
    z-index: 1;
    border-bottom: 0;
}

.fav-cat li>div {
    padding: 15px;
}

.fav-cat li>div img {
    width: 100%;
}

.sidebar-left .sidebar-inner {
    position: sticky;
    top: 5rem;
}

.buttonAddToCartIcon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 23px;
    height: 20px;
    background-image: url('/user/documents/upload/cart.svg');
    background-size: cover;
    margin-left: 5px;
}

.btn.btn-cart,
.add-to-cart-button {
    background: var(--color-primary-hover) !important;
    border-color: var(--color-primary-hover) !important;
}

.type-page .content-inner {
    max-width: unset;
}

.welcome-wrapper {
    display: none;
}

.subcategories.with-image li a {
    height: 220px;
}

.subcategories.with-image li a .image {
    width: 100%;
    text-align: center;
}

.subcategories.with-image li a .text {
    position: absolute !important;
    top: 0;
    background-color: rgba(255, 255, 255, 0.73);
    margin-top: 14px;
    padding: 3px 10px;
}

.subcategories.with-image li a .image {
    width: 100%;
    text-align: center;
    height: 100%;
}

.subcategories li a {
    padding: unset;
}

.subcategories.with-image li a .image {
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.subcategories.with-image li a .image img {
    max-height: unset;
}

.subcategories.with-image li a .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;

}

.products-block.products .p .name {
    height: unset;
}

.in-doprava .content-wrapper-in p,
.in-kontakt .content-wrapper-in p,
.in-platby .content-wrapper-in p {
    margin-bottom: 0px;
}



@media only screen and (min-width: 750px) {

    .breadcrumbs-wrapper {
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .top-navigation-bar .container>* {
        height: 33px !important;
        line-height: 33px !important;
    }

    .top-navigation-tools {
        display: none !important;
    }

    ul.menu-level-2 li {
        align-items: center !important;
    }

    ul.menu-level-2 li div {
        display: flex !important;
        align-items: center !important;
        padding-bottom: 0px !important;
    }

    ul.menu-level-2 li div a {
        padding: 0 !important;
    }

    .menu-level-3 {
        display: none !important;
    }

    #footer .site-name {
        position: absolute;
        top: calc(50% - 30px);
        left: 24px;
    }

    .col-xs-12.col-lg-6.p-info-wrapper.visible-element{
        min-height: 680px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .col-xs-12.col-lg-6.p-info-wrapper.visible-element .p-thumbnails-wrapper{
        margin-top: auto;
    }

}

.detail-parameters {
    text-transform: uppercase !important;
}

/* Blog settings */
.news-item{
    width: 25%;
}

@media only screen and (max-width: 750px) {

    .subcategories.with-image li a .text{
        width: calc(100% - 30px);
    }

    .subcategories.with-image li a .image img,
    .subcategories.with-image li a .image,
    .subcategories.with-image li a{
        height: 170px;
    }

    .breadcrumbs>span>a, .breadcrumbs>span>span{
        padding: 2px 16px;
    }

    [itemprop="itemListElement"] {
        display: inline-block !important;
    }

    .breadcrumbs {
        display: block;
    }

    .breadcrumbsCart {
        display: none !important;
    }

    .breadcrumbs>span:not(:nth-last-child(2)) {
        display: block;
    }

    .header-top>div.search {
        margin-top: 11px;
    }

    .login-window-visible .responsive-tools>a[data-target="login"]::after {
        background-color: var(--color-primary);
    }

    .benefitBanner__item {
        justify-content: center;
    }

    .benefitBanner__picture {
        margin-right: unset;
    }

    .top-navigation-bar .project-phone::before,
    a.btn.cart-count::before {
        color: white;
    }

    .menu-level-2 a:hover {
        color: white !important;
    }

    .product .p-in-in {
        min-height: 80px;
    }

    ul.menu-level-1 li {
        background-color: var(--color-primary);
    }

    ul.menu-level-1 li a {
        color: white;
    }

    .submenu-arrow::after {
        color: white;
    }

    ul.menu-level-2 li div {
        padding: 0px;
    }

    .navigation-in ul li.ext.exp>a {
        background-color: var(--color-primary);
    }

    .navigation-in ul li.ext.exp>div>a {
        background-color: var(--color-primary);
    }

    .navigation-in .has-third-level div>ul a {
        color: white;
    }

    #header .site-name {
        position: absolute;
        top: -55px !important;
        width: 44% !important;
    }

    #header .site-name img {
        max-height: 54px !important;
    }
    .paymentItems{
        justify-content: center;
        align-items: center;
    }
    .paymentItems > div{
        width: 10%;
    }
    

    /* HomeIcons */
    .benefitBanner__item {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%;
        align-items: center;
        overflow: hidden;
    }

    .benefitBanner__picture {
        flex: 0 0 40px;
        max-width: 40px;
        margin-right: 24px;
        display: flex;
        align-self: center;
        justify-content: center;
    }

    .benefitBanner__link {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-decoration: none !important;
    }

    .benefitBanner__title {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #24242E;
        margin-bottom: 4px;
    }

    .benefitBanner__content {
        justify-content: center;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding-right: 24px;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
        color: #656565;
        width: 100%;
        margin-top: 10px;
    }

    .news-item{
        width: 100%;
    }
    
}

@media only screen and (max-width: 480px) {
    .multiple-columns-body .subcategories li {
        width: 50% !important;
    }
}

@media only screen and (max-width: 360px) {
    .multiple-columns-body .subcategories li {
        width: 100% !important;
    }
}


/* PŘIDÁNÍ E-MAILOVÉ ADRESY DO HLAVIČKY WEBU */
@media screen and (min-width: 1200px) {
    .top-navigation-bar .project-email {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        margin-left: 24px;
        color: var(--color-primary);
    }

    a.project-email::before {
        content: '\e910';
        font-size: 16px;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .top-navigation-contacts {
        display: block !important;
    }

    .top-navigation-contacts .project-phone {
        display: none !important;
    }

    .top-navigation-contacts .project-email {
        display: block !important;
        position: absolute;
        right: 164px;
        top: 15px;
        color: #A3A3AF;
    }

    a.project-email::before {
        content: '\e910';
    }

    .top-navigation-contacts .project-email span {
        display: none;
    }
}

.products-block.products .p .name {
    min-height: 75px;
}

/* Hide menu images 
.navigation-in .menu-level-2>li>a{
    display: none !important;
}
    */

.navigation-in .menu-level-2>li,
.navigation-in .menu-level-2>li>div{
    min-height: 20px !important;
}


.custom-footer__banner18 {
    width: 100% !important;
}

.footer-icon {
    max-width: 40px;
}
.footer-icon img {
    background: white;
    border-radius: 10px;
}

.footerCustomIcons {
    display: flex;
    justify-content: space-between;
}

.paymentItems {
    display: flex;
    gap: 10px;
}

/*edits images on product page at bottom */

/* Landscape Mode (up to 1280px width) */
@media (min-width: 769px) and (max-width: 1280px) {
    .header-top{
        height: 250px;
        flex-wrap: unset;
        flex-direction: column;
    }
    .header-top>div{
        flex: unset;
        width: 100%;
    }
    .header-top>div:last-child,
    #header .site-name{
        justify-content: center;
    }
    .top-nav-button{
        width: 150px;
    }

    .menu-helper.visible {
        top: 256px;
        }
}

.openingHorus {
    display: flex;
    gap: 20px;
}
.oh-head{
    font-weight: 900;
}
.openingHorus .col {
    flex: 1;
    padding: 20px;
    background-color: white;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 9px;
}
.custom-footer__banner21 {
    width: 100% !important;
}

@media only screen and (max-width: 750px) {
    .openingHorus{
        margin: 20px 0px;
    }
}