﻿/* Home page */
.html-home-page .home-page {
    padding-left: 10px;
}

.html-home-page .homepage-bottom-wrapper {
    margin-left: -10px;
}
/* End of Homepage*/

.category-navigation-list .opened > a {
    background-color: #676767;
    color: #fff;
}

.category-navigation-list .root-category-items.opened {
    background-color: #676767;
    color: #fff;
    /*border-top: 1px solid #f6f6f6;*/
}

    .category-navigation-list .root-category-items.opened a {
        color: #fff;
    }

    .category-navigation-list .root-category-items.opened .sublist {
        background-color: #DADADA;
    }

.category-navigation-list-wrapper .category-navigation-list li .sublist-wrap .sublist > .root-category-items .sublist-wrap {
    display: none !important;
}

.category-navigation-list-wrapper .category-navigation-list li .sublist-wrap .sublist .root-category-items.opened .sublist-wrap {
    display: block !important;
}

.category-navigation-list li .sublist-wrap .sublist li .sublist-wrap .sublist .root-category-items.opened ul, .header-menu ul li .sublist-wrap .sublist li .sublist-wrap .sublist .root-category-items.opened ul {
    display: block !important;
}

.store-search-box span.search-box-text {
    /*width: 90%;*/
    width: calc(100% - 47px);
}

.store-search-box input.search-box-text {
    background-color: #fff;
    color: rgba(255,255,255,0.7);
}

.jCarouselMainWrapper {
    margin-top: 100px !important;
}

.header-links-wrapper {
    background: #676767;
    margin: 0 !important;
    width: 12.5%;
}

.videos {
    display: flex;
    margin-bottom: 30px;
}

    .videos iframe {
        margin-right: 30px;
        width: calc(25% - 30px);
    }

    .videos img {
        width: 25%;
        max-width: 17%;
    }

.carrier, .cards {
    display: flex;
}

    .carrier img, .cards img {
        max-width: 100%;
        width: calc(20% - 5px);
        margin-right: 5px;
    }

.responsive-nav-wrapper > div {
    display: inline-block;
    border-right: 1px solid #eee;
    /* width: 100%; */
    background-color: ORANGE;
    /* background-image: url(../img/sprite-action-white.png);*/
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

    .responsive-nav-wrapper > div.menu-title span {
        background-position: -401px -231px;
        background-repeat: no-repeat;
    }

    .responsive-nav-wrapper > div.shopping-cart-link span {
        background-position: -266px -333px;
        background-repeat: no-repeat;
    }

    .responsive-nav-wrapper > div.personal-button span {
        background-position: 9px 9px;
        background-repeat: no-repeat;
    }

    .responsive-nav-wrapper > div.preferences-button span {
        background-position: -129px -333px;
        background-repeat: no-repeat;
    }

    .responsive-nav-wrapper > div.search-wrap span {
        background-position: -233px -301px;
        background-repeat: no-repeat;
        height: 46px;
    }

.responsive-nav-wrapper {
    position: relative;
    text-align: center;
    font-size: 0;
    background: #676767;
}

@media (min-width: 1281px) {
    .header-lower .store-search-box input.search-box-text {
        width: 100% !important;
        color: #000;
        border-bottom: 1px solid #676767;
    }
}

@media (min-width: 1025px) {
    .home-page .slider-wrapper {
        margin-bottom: 60px;
        width: calc(75% + 8px);
        margin-left: calc(25% - 8px);
    }
}

@media (max-width: 1280px) {
    .anywhere-slider .slick-track {
        min-height: 200px;
        height: 200px;
    }
}

@media (max-width: 1025px) {
    .header-lower {
        display: none;
    }

    .footer-upper {
        padding: 15px 0 20px !important;
    }

    .newsletter {
        text-align: left;
        padding: 0px 20px;
    }

    .videos {
        justify-content: center;
    }
}

@media all and (min-width: 320px) {
    .header-middle {
        background-color: #f68a1f;
        padding: 8px 0 10px 0;
    }

    .header-logo {
        display: table-cell;
        width: 20%;
        padding: 0 24px 0 0;
        vertical-align: middle;
    }


    .header-middle .center {
        display: table;
    }

    .footer-middle {
        padding: 60px 0 30px;
        background: #676767;
    }
}

.hideMenu.showMenu + .category-navigation-list-wrapper {
    display: block;
}

.hideMenu + .category-navigation-list-wrapper {
    display: none;
}



.active-menu {
    background-color: #333 !important;
}

.stick {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100000;
}

/*.admin-header-links ~ .responsive-nav-wrapper-parent .stick {
    top: 42px;
}*/

.admin-header-links ~ .responsive-nav-wrapper-parent .stick {
    top: 0;
}

@media all and (max-width: 1024px) {
    .carrier, .cards {
        justify-content: center;
    }

        .carrier img, .cards img {
            width: calc(15% - 5px);
            margin-left: 20px;
        }

    .footer-block {
        max-width: 50%;
        margin: auto;
    }

    .home-page .topic-block {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 20px !important;
    }

    #small-search-box-form {
        display: flex;
        justify-content: center;
    }

        #small-search-box-form > span {
            width: auto;
        }

        #small-search-box-form input.search-box-button {
            margin: 0;
            border: none;
        }

        #small-search-box-form input.search-box-text {
            margin: 0;
        }

    .header .header-menu {
        transition: none;
    }



        .header .header-menu.open {
            top: 163px;
            transition: none;
            transform: none;
        }

        .header .header-menu.open {
            top: 163px;
        }

    .header.stickyTop .header-menu.open {
        top: 50px;
    }

    .admin-header-links ~ .header .header-menu.open {
        top: 163px;
        transition: none;
        transform: none;
        max-height: 259px;
    }

    /*    .admin-header-links ~ .header.stickyTop .header-menu.open {
        top: 93px;
    }*/

    .admin-header-links ~ .header.stickyTop .header-menu.open {
        top: 50px;
    }

    .admin-header-links ~ .header .header-menu {
        transition: none;
    }

    .header .header-menu.open .top-menu .sublist-wrap.active .sublist:not(.back) {
        height: 100%;
        background: #fff;
    }
}

@media all and (max-width: 768px) {
    .header-logo {
        width: 33%;
    }

    .footer-disclaimer {
        display: flex !important;
        float: none !important;
        flex-direction: row;
        justify-content: center;
    }

    .footer-powered {
        display: flex !important;
        margin-top: 20px;
        flex-direction: row;
        float: none !important;
        justify-content: center;
    }

    .anywhere-slider .slick-track {
        min-height: 190px;
        height: 190px;
    }

    .anywhere-slider .picture-slide img {
        min-height: 190px;
        object-fit: cover;
    }
}

@media all and (max-width: 640px) {
    .videos {
        display: none;
    }

    .footer-middle {
        padding: 30px 0 30px;
    }

    .footer-block {
        text-align: left;
        width: 100%
    }

        .footer-block .title:after {
            top: 17px !important;
            right: 34px !important;
        }

        .footer-block .title {
            padding: 15px 0 !important;
        }

    .footer-block {
        max-width: 90%;
    }
}

@media all and (max-width: 480px) {
    .header-upper {
        display: none;
    }

    .header-logo {
        width: 50%;
    }

    .carrier img, .cards img {
        width: calc(20% - 5px);
    }

    .footer-powered {
        flex-direction: column;
    }

    .footer-powered-by {
        margin-top: 5px;
    }

    .footer-block ul {
        padding: 0 !important;
    }

    .anywhere-slider .slick-track {
        min-height: 160px;
        height: 160px;
    }

    .anywhere-slider .picture-slide img {
        min-height: 160px;
    }
}

@media all and (max-width: 380px) {
    .anywhere-slider .slick-track {
        min-height: 110px;
        height: 110px;
    }

    .anywhere-slider .picture-slide img {
        min-height: 110px;
    }
}

/* Product box (Category Page)*/

/* Products page*/
.item-box .in-stock span {
    font-size: 12px;
}

.side-2 .filter-block .title {
    padding: 0 !important;
}

.side-2 .filter-block .title {
    padding: 0 !important;
    background-image: none !important;
}

    .side-2 .filter-block .title .toggleControl {
        padding: 20px !important;
        background-image: url(../img/downArrowIcon.png);
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }

    .side-2 .filter-block .title .closed {
        background-color: #efefef;
        color: #666;
    }

.category-page-body .category-navigation-list-wrapper {
    display: none;
}

.nop-jcarousel .carousel-item {
    padding: 0 !important;
}

/* Breadcrumb */
.breadcrumb {
    margin: 35px 15px 15px 15px !important;
}

    .breadcrumb ul li {
        background: #eee;
        position: relative;
        list-style-type: none;
        padding-left: 10px;
        margin-right: 3px;
        margin-top: 5px;
    }

        .breadcrumb ul li:first-child {
            padding-left: 10px;
            padding-right: 10px;
            margin-right: 10px;
        }

        .breadcrumb ul li:nth-child(2) {
            padding-left: 5px;
        }


        .breadcrumb ul li .delimiter {
            display: none;
        }

    .breadcrumb li::after {
        content: '';
        border-left: 7px solid #eee;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        z-index: 10;
    }

    .breadcrumb li:first-child::after {
        left: -6px;
        transform: rotate(180deg);
    }

    .breadcrumb li + li::before {
        content: '';
        border-left: 7px solid #fff;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
    }

    .breadcrumb li + li:nth-child(2)::before {
        border: none;
    }

    .breadcrumb li a,
    .breadcrumb li strong {
        min-height: 26px;
        line-height: 26px;
        font-weight: 600;
    }

        .breadcrumb li a span {
            text-transform: capitalize;
            font-size: 12px;
        }

    .breadcrumb li:nth-child(2) a span {
        font-size: 0;
    }

    .breadcrumb li strong {
        color: #f68a1f;
        font-size: 12px;
    }

    .breadcrumb li a:hover {
        color: #f68a1f;
    }
/* End of Breadcrumb*/

/* Filters */
.category-page-body .side-2 .page-title, .side-2 .filter-block, .side-2 .filtersPanel, .side-2 .block {
    border: none;
}

    .category-page-body .side-2 .page-title h1 {
        color: #000;
    }

    .side-2 .block .title {
        background-color: #676767;
        color: #fff;
        padding: 20px;
    }

    .side-2 .block .listbox {
        margin-top: 0;
        max-height: 200px;
        overflow-y: auto;
    }

    .side-2 .filter-block .title a {
        color: #fff;
        padding: 0;
    }

    .side-2 .filter-block .title {
        background-image: url('../img/downArrowIcon.png');
        background-position: 95% 50%;
    }

.filtersPanel .block .filtersGroupPanel {
    margin: 0;
    padding: 15px;
}

.filtersPanel .ui-slider,
.filtersPanel .ui-slider-range,
.filtersPanel .ui-slider-handle {
    height: 15px;
}

.filtersPanel .ui-slider-range {
    background-color: #999;
}

.filtersPanel .ui-slider-handle {
    background-image: none;
    background-color: #666;
    outline: none;
    top: 0;
    width: 15px;
}

.side-2 .filtersGroupPanel li .filter-item-name {
    padding-left: 30px;
}

    .side-2 .filtersGroupPanel li .filter-item-name:before {
        width: 20px;
        height: 20px;
        top: calc(50% - 4px);
        background-color: #eee;
        left: 3px;
    }

.side-2 .filtersGroupPanel li.checked .filter-item-name {
    background-color: transparent;
    color: #f68a1f;
}

    .side-2 .filtersGroupPanel li.checked .filter-item-name:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M16 4.247l-2.278-2.116-8.077 7.492-3.367-3.116-2.277 2.117 5.645 5.244z'/%3E%3C/svg%3E") no-repeat center;
        background-color: #DADADA;
    }
/*End of Filters*/

/* Sorting options */
.category-page .product-selectors {
    text-align: right;
    border-bottom: none;
}

    .category-page .product-selectors span {
        font-weight: bold;
        font-size: 14px;
    }

    .category-page .product-selectors select {
        min-width: 155px;
        max-width: 200px;
        /* padding: 2px 5px 5px;*/
        padding: 2px 32px 5px;
        line-height: 1;
        border: 0;
        height: 34px;
        background: url('../img/downArrowIconDark.png') no-repeat right;
        -webkit-appearance: none;
        font-weight: bold;
        cursor: pointer;
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .category-page .product-selectors select > option {
            background: #dadada;
        }

/* Product Box*/
.product-grid .item-box {
    margin-left: 0;
    width: 33.33%;
}

    .product-grid .item-box:nth-child(2n+1) {
        margin-left: 0;
    }

.product-grid .product-item .details {
    background-color: #dadada;
    padding-top: 10px;
    /*border-right: 2px solid #e9e9e9;*/
}

.item-box .details .product-title {
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    color: #666;
}

.item-box .details .actual-price {
    font-size: 24px;
    color: #777;
    padding-left: 0;
}

.product-grid .item-box .prices {
    margin: 0;
    padding: 25px 10px;
    height: auto;
    min-height: 105px;
    text-align: left;
}

.product-grid .item-box .old-price {
    display: block;
}

.product-grid .item-box .buttons-upper {
    background-color: #dadada;
    text-align: left;
    height: auto !important;
    padding: 10px 10px;
    position: static !important;
    border: none !important;
}

.item-box .buttons-upper input[type="button"].add-to-wishlist-button {
    background-image: url('../img/bookmark.png');
    background-position: left;
    background-size: 12px;
    background-color: #dadada;
    margin: 0;
}

.item-box .buttons-upper input[type="button"].add-to-compare-list-button {
    background-image: url('../img/bar-chart-Icon.png');
    background-position: left;
    background-size: 12px;
    background-color: #dadada;
    margin: 0;
}

.item-box .buttons-upper input[type="button"]:hover {
    background-color: transparent !important;
}

.item-box .buttons-upper input + label {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    cursor: pointer;
}

.item-box .buttons-upper > span {
    display: inline-block;
}

.product-grid .item-box .buttons-lower {
    position: static !important;
    border-right: none !important;
    border-left: none !important;
}

.product-grid .item-box .product-item {
    border: none;
}

.product-grid .item-box:hover .buttons-lower {
    /* border-top: none;*/
}

.product-grid .ajax-cart-button-wrapper input,
.product-grid .item-box .buttons-lower button,
.product-grid .item-box .buttons-lower button span {
    background-color: #dadada;
}

    .product-grid .item-box .buttons-lower button span::after,
    .product-grid .item-box .buttons-lower button span::before {
        content: none;
    }

.product-grid .item-box:hover .buttons-lower button,
.product-grid .item-box:hover .buttons-lower button span {
    background-color: #f68a1f !important;
}

.product-grid .item-box:hover .buttons-lower button {
    /* border-top: 1px solid #dadada;*/
}

.product-grid .item-box:hover .ajax-cart-button-wrapper input + button, .product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
    padding: 0 0 0 25px !important;
}

.product-grid .item-box:hover .ajax-cart-button-wrapper input[type="text"], .product-grid .item-box:hover .ajax-cart-button-wrapper select {
    border-width: 0 1px 0 0 !important;
}

.item-box .in-stock {
    text-align: left;
    padding-left: 30px;
    background-image: url('../img/truckIcon.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-transform: capitalize;
}

/*.master-column-wrapper {
    padding: 10px;
}*/

/*Fix for Filter on Novosti page*/
.news-pages-body .side-2 {
    display: none;
}

.news-pages-body .center-2 {
    width: 100%;
}
/*End of Fix for Filter on Novosti page*/



@media screen and (min-width: 1025px) {
    .category-page-body .side-2 {
        width: 25%;
    }
    /* fix for category page expanding*/
    .footer {
        clear: both;
    }
    /* fix for master wrapper content height */
    .master-wrapper-content {
        overflow: hidden;
    }

    .item-box .picture::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #dadada transparent;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .homepage-bottom-wrapper .nop-jcarousel .carousel-title {
        padding: 0 5px 10px 10px !important;
        text-align: left;
    }

    .center-2 .compare-products-page.page .page-title {
        display: block;
    }
}

@media screen and (max-width: 1025px) {
    .product-grid .item-box .buttons-lower {
        border-top: 1px solid #e9e9e9;
    }

    .category-page-body .category-page .page-title h1 {
        color: #f68a1f;
    }

    .category-page-body .side-2 {
        display: none;
    }
}


@media all and (max-width: 1024px) {
    .header-menu, .header .header-menu.open .top-menu .sublist-wrap.active {
        display: flex;
        flex-direction: row;
    }

    .header .header-menu.open {
        top: 174px;
        width: 100%;
        max-height: 50%;
    }

        .header .header-menu.open .top-menu,
        .header .header-menu.open .top-menu .sublist-wrap.active,
        .header .header-menu.open .top-menu .sublist-wrap.active .sublist:not(.back) {
            width: 100% !important;
        }

            .header .header-menu.open .top-menu .sublist-wrap {
                transition: none;
            }

                .header .header-menu.open .top-menu .sublist-wrap.active {
                    /*top: 172px;*/
                    top: 0;
                    transition: none;
                    transform: none;
                    /*max-height: 50%;*/
                }

    .admin-header-links ~ .header .header-menu.open .top-menu .sublist-wrap.active {
        top: 215px;
        transition: none;
        transform: none;
        max-height: 50%;
    }

    .admin-header-links ~ .header.stickyTop .header-menu.open .top-menu .sublist-wrap.active {
        top: 50px;
    }


    .header-menu .close-menu, .header-menu .back-button {
        display: block;
        width: 50px;
        min-width: 50px;
    }

    .plus-button {
        background: url('../img/arrow-next.png') 0 -3px no-repeat !important;
    }

    .header-menu > ul li > .with-subcategories, .header-menu > ul li > .hasNoSubmenu {
        width: calc(100% - 50px) !important;
        padding: 6px;
        color: #636363;
        font-size: 13px;
        font-weight: 500;
        text-transform: none;
        padding-left: 15px;
    }

    .header-menu > ul li:first-child > .with-subcategories, .header-menu > ul li:first-child > .hasNoSubmenu {
        padding-top: 10px;
    }

    .header-menu > ul li:first-child > .plus-button {
        margin-top: 5px;
    }

    .header-menu > ul li.main-category > .with-subcategories {
        font-weight: 600;
    }

    .header-menu > ul.top-menu > li > a {
        font-weight: 600 !important;
    }

    /*    .header-menu > ul li > a {
        font-weight: 500 !important;
    }
*/
    .plus-button {
        width: 40px !important;
        height: 35px !important;
    }

    .header-middle {
        min-height: 83px;
        position: relative;
        z-index: 1070;
    }

    .header-logo a img {
        min-width: 172px;
    }

    /*    .admin-header-links ~ .header .header-menu.open {
        top: 172px;
    }*/

    .admin-header-links ~ .header .header-menu.open {
        top: 214px;
    }

    .admin-header-links ~ .header.stickyTop .header-menu.open {
        top: 50px;
    }

    .header-menu .close-menu span, .header-menu .back-button span {
        background: url(../img/menu/back-arrow.png) 14px 11px no-repeat !important;
        background-size: 40% !important;
    }

    .header-menu > .close-menu span, .header-menu > .back-button span {
        background: url(../img/menu/home.png) 14px 11px no-repeat !important;
        background-size: 40% !important;
    }

    .responsive-nav-wrapper > div.filters-button span {
        background-position: -131px -367px;
        background-repeat: no-repeat;
        height: 46px;
    }

    .responsive-nav-wrapper div.filters-button {
        display: inline-block !important;
    }

    .responsive-nav-wrapper-parent.hasFilter .responsive-nav-wrapper > div {
        width: 16.66667%;
    }

    .responsive-nav-wrapper-parent {
        z-index: 1060 !important;
    }

    .admin-header-links {
        position: relative !important;
        z-index: 1060 !important;
    }
}

@media all and (max-width: 768px) {
    .header-logo a img {
        max-width: 172px !important;
    }

    .product-grid .item-grid .item-box {
        width: 50%;
    }

    .product-grid .item-box:hover .ajax-cart-button-wrapper input + button, .product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
        padding: 0 !important;
    }
}

@media all and (max-width: 480px) {
    .header .header-menu.open {
        top: 133px;
    }

    #topHeaderSticky {
        margin-top: 0;
    }

    /* .admin-header-links ~ #topHeaderSticky {
        margin-top: 42px;
    }*/
}

@media screen and (max-width: 460px) {
    .product-grid .item-grid .item-box {
        width: 100%;
    }

    .ajaxCart {
        left: 0 !important;
        width: 350px !important;
        margin: 0 !important;
    }
}

.header-selectors-wrapper label {
    vertical-align: top;
}

.curtain {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 10000000000;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.showOverlay {
    display: block;
}

.displayMenu {
    display: block !important;
}

.alwaysShow {
    background: #333 !important;
}

.item-box .buttons-lower button span {
    padding: 0 !important;
}

.vat {
    display: block !important;
    font-size: 12px;
}

.product-grid .carousel-item .item-box .product-item {
    /*border-right: 1px solid white !important;*/
}

.nopAjaxCartPanelAjaxBusy:before, .miniProductDetailsPanelAjaxBusy:before, .ajax-loading-block-window:before {
    background-color: #f68a1f !important;
}

.ajaxCart .k-window-titlebar .k-window-actions {
    top: 0px !important;
    right: 0px !important;
}

.productAddedToCartWindowSummary div {
    margin: 10px 10px !important;
}

.anywhere-slider .slick-arrow:hover, .anywhere-slider .slick-active button {
    background-color: #f68a1f !important;
}

.nop-jcarousel .category-item:hover .title a,
.nop-jcarousel .sub-category-item:hover .title a,
.nop-jcarousel .manufacturer-item:hover .title a,
.nop-jcarousel .vendor-item:hover .title a {
    color: #f68a1f !important;
}

.login-page .customer-blocks .title.active {
    background-color: #f68a1f !important;
}

.green-text {
    color: green !important;
}

.red-text {
    color: red !important;
}

.homepage-jCarousel-bigCategoryBlock,
.homepage-jCarousel-top {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.homepage-jCarousel-productBlock,
.homepage-jCarousel-categoryBlock {
    margin-top: 0px !important;
}

.homepage-jCarousel-productBlock {
    margin-bottom: 0px !important;
}

.homepage-jCarousel-categoryBlock {
    margin-bottom: 20px !important;
}


.homepage-jCarousel-top .slick-track {
    width: 100% !important;
}

.homepage-jCarousel-top .slick-slide {
    width: 50% !important;
}

.homepage-jCarousel-top .slick-track .carousel-item {
    max-height: 300px !important;
}

    .homepage-jCarousel-top .slick-track .carousel-item .item-box .sub-category-item .picture {
        max-height: 300px !important;
    }

        .homepage-jCarousel-top .slick-track .carousel-item .item-box .sub-category-item .picture a {
            max-height: 300px !important;
            max-width: 100% !important;
            height: 100% !important;
        }

            .homepage-jCarousel-top .slick-track .carousel-item .item-box .sub-category-item .picture a img {
                object-fit: contain !important;
                height: auto !important;
                width: auto !important;
            }


.homepage-jCarousel-top .picture::after,
.homepage-jCarousel-categoryBlock .picture::after,
.homepage-jCarousel-bigCategoryBlock .sub-category-item .picture::after,
.homepage-jCarousel-productBlock .product-item .picture::after {
    content: none !important;
}

.homepage-jCarousel-productBlock .product-item:hover .title {
    color: #f68a1f !important;
}

.homepage-jCarousel-productBlock .product-item:hover .picture {
    opacity: 0.7;
}

/*.homepage-jCarousel-top .item-box ,
.homepage-jCarousel-categoryBlock .item-box,
.homepage-jCarousel-productBlock .product-grid .carousel-item .item-box {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
*/
.homepage-jCarousel-top .item-box .sub-category-item,
.homepage-jCarousel-bigCategoryBlock .item-box .sub-category-item,
.homepage-jCarousel-categoryBlock .item-box .sub-category-item,
.homepage-jCarousel-productBlock .product-grid .carousel-item .item-box .product-item {
    border: none !important;
}

.homepage-jCarousel-productBlock .carousel-item,
.homepage-jCarousel-categoryBlock .carousel-item {
    height: 100% !important;
    display: block !important;
}

.homepage-jCarousel-productBlock .item-box,
.homepage-jCarousel-categoryBlock .item-box {
    height: 100% !important;
}

.carousel-title {
    color: #777 !important;
}

@media (min-width: 1025px) {
    .footer-block {
        float: left;
        width: 25% !important;
    }

    .rich-blog-news {
        margin-right: 25% !important;
    }

    .rich-blog-news,
    .homepage-middle-wrapper {
        padding-right: 10px !important;
    }

    .rich-blog-homepage .blog-posts .slick-track {
        width: 100% !important;
    }

    .rich-blog-homepage .blog-post {
        width: 47.9% !important;
    }

    .homepage-jCarousel-productBlock .product-grid .title a {
        display: block !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        /*padding-top: 5px !important;*/
        transition: all 0.2s ease !important;
    }

    .homepage-jCarousel-top .item-box .sub-category-item .title,
    .homepage-jCarousel-categoryBlock .sub-category-item .title,
    .homepage-jCarousel-bigCategoryBlock .sub-category-item .title,
    .homepage-jCarousel-productBlock .product-item .title {
        width: 100% !important;
        background-color: #777 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #fff !important;
        border: none !important;
        line-height: normal !important;
    }

    .homepage-jCarousel-top {
        margin-bottom: 60px !important;
        width: calc(75% + 8px) !important;
        margin-left: calc(25% - 8px) !important;
    }

    .home-page .slider-wrapper {
        margin-bottom: 40px;
    }

    .homepage-jCarousel-bigCategoryBlock,
    .homepage-jCarousel-productBlock,
    .homepage-jCarousel-categoryBlock {
        padding-right: 10px !important;
    }
}

@media (min-width: 778px) {

    .homepage-jCarousel-top .item-box .sub-category-item .title,
    .homepage-jCarousel-categoryBlock .sub-category-item .title,
    .homepage-jCarousel-bigCategoryBlock .sub-category-item .title,
    .homepage-jCarousel-productBlock .product-item .title {
        position: relative !important;
        width: 100% !important;
        background-color: #777 !important;
        font-size: 13px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #fff !important;
        border: none !important;
        line-height: normal !important;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
        padding: 0 !important;
    }

    .homepage-jCarousel-productBlock .product-grid .title a {
        display: block !important;
        /*padding: 5px,0,0,0 !important;*/
        padding-left: 20px !important;
        padding-right: 20px !important;
        /*padding-top : 5px !important;*/
        transition: all 0.2s ease !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-track {
        width: 100% !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide {
        width: 50% !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

        .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item {
            /*width: 95% !important;*/
            height: 50% !important;
            max-height: 330px !important;
            /*            margin-left: 2% !important;
            margin-right: 2% !important;
*/ margin-bottom: 20px !important;
        }

    .homepage-jCarousel-bigCategoryBlock .item-box {
        padding: 0 !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide div {
        max-height: 330px !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture {
        max-height: 330px !important;
    }

        .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a {
            max-height: 250px !important;
            max-width: 100% !important;
            height: 100% !important;
        }

            .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a img {
                /*         height: 100% !important;
                    object-fit: fill !important;*/
                /*max-width: 100% !important;
                    max-height: 100% !important;*/
                object-fit: cover !important;
                height: auto !important;
                width: auto !important;
            }


    .homepage-jCarousel-productBlock .slick-track,
    .homepage-jCarousel-categoryBlock .slick-track {
        max-height: 360px !important;
        height: 100% !important;
        width: 100% !important;
    }

    .homepage-jCarousel-categoryBlock .slick-slide,
    .homepage-jCarousel-productBlock .slick-slide {
        max-height: 360px !important;
        height: 100% !important;
        width: 25% !important;
    }

        .homepage-jCarousel-categoryBlock .slick-slide div,
        .homepage-jCarousel-productBlock .slick-slide div {
            max-height: 360px !important;
            height: 100% !important;
        }

    .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture,
    .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture {
        max-height: 360px !important;
    }

        .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a,
        .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a {
            max-height: 360px !important;
            height: 100% !important;
            width: 100% !important;
        }

            .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a img,
            .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a img {
                object-fit: cover !important;
                height: auto !important;
                width: auto !important;
            }

    .jCarousel-withoutTitle .carousel-title {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 777px) {
    .homepage-jCarousel-top .item-box .sub-category-item .title,
    .homepage-jCarousel-categoryBlock .sub-category-item .title,
    .homepage-jCarousel-bigCategoryBlock .sub-category-item .title,
    .homepage-jCarousel-productBlock .product-item .title {
        position: relative !important;
        width: 100% !important;
        background-color: #777 !important;
        font-size: 13px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #fff !important;
        border: none !important;
        line-height: normal !important;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
        padding: 0 !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-track {
        width: 100% !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide {
        width: 100% !important;
    }

        .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item {
            width: 100% !important;
            height: 50% !important;
            max-height: 330px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 10px !important;
        }

        .homepage-jCarousel-bigCategoryBlock .slick-slide div {
            max-height: 330px !important;
        }

        .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture {
            max-height: 330px !important;
        }

            .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a {
                max-height: 250px !important;
                max-width: 100% !important;
                height: 100% !important;
            }

                .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a img {
                    /*        height: 100% !important;
                    object-fit: fill !important;*/ max-width: 100% !important;
                    /*max-height: 100% !important;*/
                    object-fit: cover !important;
                    height: auto !important;
                    width: auto !important;
                }


    .homepage-jCarousel-productBlock .product-grid .title a {
        display: block !important;
        padding: 5px,0,0,0 !important;
        transition: all 0.2s ease !important;
    }

    .homepage-jCarousel-productBlock .slick-track,
    .homepage-jCarousel-categoryBlock .slick-track {
        width: 100% !important;
        height: 100% !important;
    }

    .homepage-jCarousel-productBlock .carousel-item,
    .homepage-jCarousel-categoryBlock .carousel-item {
        height: 100% !important;
        display: inline-block !important;
        width: 50% !important;
    }

    .homepage-jCarousel-productBlock .slick-slide,
    .homepage-jCarousel-categoryBlock .slick-slide {
        width: 100% !important;
        height: 100% !important;
    }

        .homepage-jCarousel-productBlock .slick-slide div,
        .homepage-jCarousel-categoryBlock .slick-slide div {
            /* width: 100% !important;
        height: 100% !important;*/
        }

            .homepage-jCarousel-productBlock .slick-slide div .carousel-item,
            .homepage-jCarousel-categoryBlock .slick-slide div .carousel-item,
            .homepage-jCarousel-productBlock .item-box,
            .homepage-jCarousel-categoryBlock .item-box {
                width: 50% !important;
                height: 100% !important;
            }

    .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture,
    .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture {
        /*max-height: 272px !important;*/
        /*height: 100% !important;*/
    }

        .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a,
        .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a {
            /*max-height: 272px !important;*/
            height: 100% !important;
            width: 100% !important;
        }

            .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a img,
            .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a img {
                /*max-height: 272px !important;*/
                /*     height: 100% !important;
                width: 100% !important;
                object-fit: fill !important;*/ /*
                max-width: 100% !important;
                max-height: 100% !important;*/
                object-fit: cover !important;
                height: auto !important;
                width: auto !important;
            }
}

.item-box {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

@media (max-width: 485px) {
    .homepage-jCarousel-top .item-box .sub-category-item .title,
    .homepage-jCarousel-categoryBlock .sub-category-item .title,
    .homepage-jCarousel-bigCategoryBlock .sub-category-item .title,
    .homepage-jCarousel-productBlock .product-item .title {
        /* position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        z-index: 1 !important;*/
        position: relative !important;
        width: 100% !important;
        background-color: #777 !important;
        font-size: 10px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #fff !important;
        border: none !important;
        line-height: normal !important;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
        padding: 0 !important;
    }


    .homepage-jCarousel-top .title a,
    .homepage-jCarousel-productBlock .product-grid .title a {
        display: block !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        /*padding-top: 5px !important;*/
        transition: all 0.2s ease !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item {
        width: 100% !important;
        height: 50% !important;
        max-height: 200px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide div {
        max-height: 220px !important;
    }

    .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture {
        max-height: 200px !important;
    }

        .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a {
            max-height: 200px !important;
            max-width: 100% !important;
            height: 100% !important;
        }

            .homepage-jCarousel-bigCategoryBlock .slick-slide .carousel-item .item-box .sub-category-item .picture a img {
                object-fit: cover !important;
                height: auto !important;
                width: auto !important;
            }




    .homepage-jCarousel-productBlock .slick-track,
    .homepage-jCarousel-categoryBlock .slick-track {
        width: 100% !important;
        height: 100% !important;
    }

    .homepage-jCarousel-productBlock .slick-slide,
    .homepage-jCarousel-categoryBlock .slick-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .homepage-jCarousel-productBlock .item-box,
    .homepage-jCarousel-categoryBlock .item-box {
        height: 100%;
    }


    .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a,
    .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a {
        height: 100% !important;
    }

        .homepage-jCarousel-productBlock .slick-track .item-box .product-item .picture a img,
        .homepage-jCarousel-categoryBlock .slick-track .item-box .sub-category-item .picture a img {
            display: block;
            height: auto !important;
            width: auto !important;
            object-fit: cover !important;
        }
}


.rich-blog-homepage .read-comments {
    color: #f68a1f !important;
}

.rich-blog-homepage .slick-prev:hover {
    background-color: #f68a1f !important;
}

.rich-blog-homepage .slick-next:hover {
    background-color: #f68a1f !important;
}

/* news*/

.jCarousel-homepageNews .read-comments {
    color: #f68a1f !important;
}

.jCarousel-homepageNews .slick-prev:hover,
.jCarousel-homepageNews .slick-next:hover {
    background-color: #f68a1f !important;
}

.jCarousel-homepageNews .slick-prev,
.jCarousel-homepageNews .slick-next {
    top: -58px !important;
}


jCarousel-homepageNews .slick-slider {
    position: static;
    overflow: hidden;
}

.jCarousel-homepageNews .slick-prev,
.jCarousel-homepageNews .slick-next {
    position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.jCarousel-homepageNews .slick-prev {
    left: 0;
    background-image: url('images/prev.png');
    background-position: -39px center;
}

.jCarousel-homepageNews .slick-next {
    right: 0;
    background-image: url('images/next.png');
    background-position: -1px center;
}

.jCarousel-homepageNews .slick-prev:hover {
    background-color: #f68a1f;
    background-position: -1px center;
}

.jCarousel-homepageNews .slick-next:hover {
    background-color: #f68a1f;
    background-position: -39px center;
}

.jCarousel-homepageNews .slick-list {
    margin: 0 -10px;
}

.jCarousel-homepageNews .slick-slide {
    margin: 0 10px;
}



.jCarousel-homepageNews {
    position: relative;
    margin: 0 0 60px;
}

    .jCarousel-homepageNews .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 0 40px 5px;
        font-size: 22px;
        line-height: 30px;
        color: #333;
        text-transform: uppercase;
    }

    .jCarousel-homepageNews .blog-post {
        /*margin: 0 0 1px;*/ /*owl carousel clip fix*/
        border: 1px solid #e9e9e9;
        background-color: #fff;
        text-align: left;
    }

    .jCarousel-homepageNews .post-picture {
        position: relative;
        z-index: 0;
        font-size: 0;
    }

        .jCarousel-homepageNews .post-picture a {
            display: block;
            max-height: 300px; /*otherwise the image is too big on some resolutions*/
            overflow: hidden;
        }

        .jCarousel-homepageNews .post-picture img {
            width: 100%;
        }

    .jCarousel-homepageNews .post-details {
        padding: 25px 30px 29px; /*precise padding to equalize height with bestsellers carousel*/
    }

    .jCarousel-homepageNews .post-date {
        display: inline-block;
        margin: 0 0 20px;
    }

    .jCarousel-homepageNews .read-comments {
        display: inline-block;
        position: relative;
        margin: 0 0 0 20px;
        background: url('images/comments.png') left center no-repeat;
        padding: 0 0 0 20px;
        line-height: normal;
        color: #f68a1f;
    }

        .jCarousel-homepageNews .read-comments:before {
            content: "";
            position: absolute;
            top: 3px;
            left: -10px;
            width: 1px;
            height: 14px;
            background-color: #999;
        }

    .jCarousel-homepageNews .post-title {
        display: block;
        margin: 0 0 12px;
        font-size: 18px;
        color: #333;
    }

        .jCarousel-homepageNews .post-title a {
            display: block;
            height: 26px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .jCarousel-homepageNews .post-description {
        height: 112px; /*4 lines of text*/
        overflow: hidden;
        line-height: 28px;
    }

        .jCarousel-homepageNews .post-description p {
            margin: 0;
            line-height: 28px;
        }

    .jCarousel-homepageNews .view-all {
        display: none;
    }

@media all and (min-width: 481px) {

    .homapage-socialbox-container {
        width: 100%;
    }

    .jCarousel-homepageNews {
        width: 100%;
    }

        .jCarousel-homepageNews .post-description {
            height: 85px; /*3 lines of text*/
        }

        .jCarousel-homepageNews .post-preview {
            height: 85px; /*3 lines of text*/
        }
}

.jCarousel-homepageNews {
    margin-right: 0 !important;
}

.homapage-socialbox-container {
    background-color: #777;
    margin-bottom: 10px;
}

    .homapage-socialbox-container .social-box li {
        color: #fff !important;
        font-size: 15px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        width: 100% !important;
        height: 40px !important;
        display: inline-block;
        text-align: left;
    }

        .homapage-socialbox-container .social-box li .social-arrow {
            background-image: url('../img/arrow-next-links.png');
            background-position: left center;
            width: 30px;
            height: 30px;
            float: right;
            font-size: 0;
            background-color: transparent;
            background-repeat: no-repeat;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-top: -5px;
        }

        .homapage-socialbox-container .social-box li a {
            width: 100%;
            padding-left: 20px;
            padding-top: 10px;
            display: block;
        }

        .homapage-socialbox-container .social-box li:hover {
            color: #f68a1f !important;
        }

            .homapage-socialbox-container .social-box li:hover .social-arrow {
                color: #f68a1f !important;
                background-position: right center;
            }




@media all and (min-width: 769px) {
    .homapage-sbnews-container {
        position: relative !important;
        padding-right: 10px;
    }

    .homapage-socialbox-container {
        width: 28%;
        height: 100%;
        background-color: #777;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        margin-left: 70%;
    }

    .socialbox-noNews {
        width: 100% !important;
        margin-left: 0 !important;
        position: static !important;
    }

    .jCarousel-homepageNews {
        width: 70%;
    }

        .jCarousel-homepageNews .blog-post:after {
            content: "";
            display: block;
            clear: both;
        }

        .jCarousel-homepageNews .post-details {
            width: 100%;
        }

        .jCarousel-homepageNews .post-description {
            height: 148px; /*5 lines of text*/
        }
}

@media all and (min-width: 1025px) {

    .jCarousel-homepageNews {
        width: 70%;
    }

        .jCarousel-homepageNews .slick-prev {
            right: 37px;
            left: auto;
        }

    .bestsellers + .jCarousel-homepageNews {
        float: right;
        width: 32%;
    }

    .jCarousel-homepageNews .title {
        padding: 0 0 5px;
    }

    .jCarousel-homepageNews .post-picture {
        float: none !important;
        /*forced to override RTL float width: auto;*/
    }

        .jCarousel-homepageNews .post-picture a {
            height: 234px;
            max-height: 270px;
            /*equalize: eight;*/
        }

    .jCarousel-homepageNews .post-details {
        float: none !important;
        /*forced to override RTL float width: auto;*/
    }
}

.ajaxCart .k-window-titlebar .k-window-actions a {
    background-color: transparent !important;
}

.cart-item-row .unit-price,
.cart-item-row .subtotal {
    text-align: right !important;
}

.read-more:hover {
    color: #f68a1f !important;
}

.manufacturer-item:hover .title a,
.manufacturer-item:hover .inner-title {
    color: #f68a1f !important;
}

.page .shopping-cart-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.topic-page a {
    color: #f68a1f !important;
}

.store-search-box .search-box-button {
    display: inline-block !important;
    vertical-align: top !important;
}

.manufacturer-logo-details {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

@media all and (max-width: 615px) {
    .sluzba-remove {
        display: none !important;
    }
}

.accept-privacy-policy .read,
.ui-dialog-titlebar {
    color: #f68a1f !important;
}


.instant-search-item .detail .price {
    color: #f68a1f !important;
}

.pager li > span {
    background-color: #f68a1f !important;
}

.full-description {
    text-align: left !important;
}
#full-description iframe { 
  width: 100%;
  aspect-ratio: 16 / 9;
}