@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');

/* FONTY */
.mont {
    font-family: 'Montserrat', sans-serif;
}

.muli {
    font-family: 'Muli', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.light {
    font-weight: 300;
}

.semi {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.ebold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}

/* BASIC */
@media (min-width: 1350px) {
    .container {
        min-width: 1300px;
    }
}

p {
    margin-bottom: 0;
}

a {
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 991.5px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

/*
  HEADER
*/
.header .header-top {
    padding-top: 18px;
    margin-bottom: 18px;
    position: relative;
}

.header .header-top .header-tel {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.header .header-top .header-tel img {
    margin-right: 12px;
}

.header .header-top .header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header-top .header-logo img {
    width: 500px;
}

.header .header-top .navbar-toggler {
    border-color: #dfdfdf;
    border-radius: 0;
    padding: 0;
    width: 50px;
    height: 50px;
}

.header .header-top .navbar-toggler:focus {
    outline: none;
}

.header .header-top .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(106, 106, 106)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header .header-top .header-search {
    position: relative;
    width: 330px;
    display: none;
}

.header .header-top .header-search.shown {
    visibility: visible;
}

.header .header-top .header-search .header-search-input {
    border: 1px solid #e20617;
    width: 100%;
    height: 30px;
    padding: 0 30px;
    padding-right: 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.header .header-top .header-search .header-search-input::placeholder {
    color: #000;
}

.header .header-top .header-search .header-search-input:focus {
    outline: none;
}

.header .header-top .header-search .header-search-button {
    border: 0;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/search-icon-red.png") no-repeat center center;
}

.header .header-top .language-switcher::before {
    content: "";
    background-color: #e20617;
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.header .header-top .language-switcher {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px !important;
}

.header .header-top .language-switcher a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    color: #e20617;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.header .header-top .language-switcher a.active,
.header .header-top .language-switcher a:hover {
    background-color: #e20617;
    color: #fff;
}

.header .header-top .header-search .header-search-button:focus {
    outline: none;
}

.header .header-top .header-user {
    width: 100%;
    justify-content: flex-end;
    /*overflow: hidden;*/
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {

    .header .header-top .header-user {
        width: auto;
    }
}

/*.header .header-top .header-user img {
  height: 15px;
  display: block;
  margin-right: 15px;
}
.header .header-top .header-user a {
  color: #000;
  line-height: 15px;
  display: block;
}
.header .header-top .header-user a:nth-child(3) {
  padding: 0 12px;
}
.header .header-top .header-user a:hover {
  color: #e20617;
}*/
.header .header-top .header-user ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 15px;
}

.header .header-top .header-user ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 8px;
}

.header .header-top .header-user ul li:last-child {
    margin-right: 0;
}

.header .header-top .header-user .header-user--account {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/user-icon-red.png') no-repeat center center;
    border: 1px solid transparent;
}

.header .header-top .header-user .header-user--account:hover {
    display: block;
    width: 30px;
    height: 30px;
    background: #e20617 url('../img/user-icon.png') no-repeat center center;
}

.header .header-top .header-user .header-user--account:focus {
    background: #e20617 url('../img/user-icon.png') no-repeat center center;
}

.header .header-top .header-user .header-user--searchwrap {
    display: inline-flex;
}

@media (max-width: 499px) {
    .header .header-top .header-user .header-user--searchwrap .header-search {
        display: none;
        max-width: 80%;
        position: absolute;
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
        z-index: 99;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .header .header-top .header-user .header-user--searchwrap .header-search {
        display: none;
        max-width: 40%;
        position: absolute;
        right: 0;
        top: -70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .header-top .header-search {
        margin-left: 8px;
    }
}

.header .header-top .header-user .header-user--search {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/search-icon-red.png') no-repeat center center;
    border: 1px solid transparent;
}

.header .header-top .header-user .header-user--search:hover,
.header .header-top .header-user .header-user--search.active {
    display: block;
    width: 30px;
    height: 30px;
    background: #e20617 url('../img/search-icon.png') no-repeat center center !important;
}

.header .header-top .header-user .header-user--search:focus {
    background: url('../img/search-icon.png') no-repeat center center;
}

.header .header-top .header-user .header-user--cart {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/cart-icon-red.png') no-repeat center center;
    border: 1px solid transparent;
}

.header .header-top .header-user .header-user--cart:hover {
    display: block;
    width: 30px;
    height: 30px;
    background: #e20617 url('../img/cart-icon.png') no-repeat center center;
}

.header .header-top .header-user .header-user--cart:focus {
    background: #e20617 url('../img/cart-icon.png') no-repeat center center;
}

.header .header-top .header-user .header-user--cartItem {
    position: relative;
}

.header .header-top .header-user .header-user--cartItem span {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #e20617;
    border-radius: 0;
    top: -4px;
    right: -4px;
    background: #fff;
    color: #e20617;
    text-align: center;
    line-height: 13px;
    font-weight: 400;
    cursor: default;
}

.header .header-top .header-basket {
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.header .header-top .header-basket img {
    margin-right: 10px;
}

.header .header-top .header-basket a {
    color: #000;
}

.header .header-top .header-basket a:hover {
    color: #e20617;
}

.header .header-nav-cat {
    background: #e20617;
    margin-bottom: 0 !important;
}

.header .header-nav-cat .nav-item {
    position: initial;
}

@media (min-width: 993px) {
    .header .header-nav-cat .nav-item {
        display: flex;
        width: 100%;
    }
}

.header .header-nav-cat .nav-item .dropdown-menu {
    /*ackground: #f0f2f3;*/
    background: #fff;
    min-width: 1270px;
    /*border: 0;*/
    padding: 50px 15px 0 15px;
    margin: 0;
    border-radius: 0;
    border: none;
}

@media (max-width: 1349.5px) {
    .header .header-nav-cat .nav-item .dropdown-menu {
        min-width: 1110px;
    }
}

@media (max-width: 1199.5px) {
    .header .header-nav-cat .nav-item .dropdown-menu {
        min-width: 930px;
    }
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item {
    margin-bottom: 45px;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-img {
    height: 80px;
    margin-right: 20px;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-img img {
    height: 100%;
    width: 80px;
    object-fit: contain;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-text a {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-text a:hover {
    color: #e20617;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-text .dropdown-menu-item-text-links {
    color: #878787;
    font-size: 13px;
    margin-top: 8px;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-text .dropdown-menu-item-text-links a {
    font-size: 13px;
    color: #878787;
    font-weight: normal;
}

.header .header-nav-cat .nav-item .dropdown-menu .dropdown-menu-item .dropdown-menu-item-text .dropdown-menu-item-text-links a:hover {
    color: #e20617;
}

.header .header-nav-cat .nav-item:hover .dropdown-menu::before {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

.header-nav-cat .navbar-nav li:hover .nav-link {
    background-color: #fff;
    color: #e20617;
}

.header .header-nav-cat .nav-item:hover .dropdown-menu::after {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.header .header-nav-cat .nav-item:hover .nav-link:after,
.header .header-nav-cat .nav-item.show .nav-link:after {
    content: "";
    border: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #e20617;
    z-index: -1;
}

.header .header-nav-cat .nav-item:hover .nav-link.dropdown-toggle:before,
.header .header-nav-cat .nav-item.show .nav-link.dropdown-toggle:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 1100;
}

.header .header-nav-cat .nav-link {
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.header .header-nav-cat .nav-link:after {
    content: "";
    border: 0;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.2s;
    background: white;
    z-index: -1;
}

.header .header-nav-cat .nav-link:hover {
    color: #e20617;
    background: #fff;
}

.header .header-nav-cat .active .nav-link {
    color: #e20617;
    background: #fff;
}

@media (max-width: 991.5px) {
    .header .header-top {
        padding-top: 30px;
    }

    .header .header-top .row {
        position: relative;
    }

    .header .navbar-toggler {
        order: 2;
    }

    .header .header-user {
        order: 1;
    }

    .header .header-nav-cat .nav-item .dropdown-menu {
        min-width: 100%;
    }

    .header .header-nav-cat .nav-item:hover .dropdown-menu::before,
    .header .header-nav-cat .nav-item:hover .dropdown-menu::after {
        content: none;
    }
}

@media (max-width: 767.5px) {
    .header .header-top .header-basket {
        font-size: 0px;
    }

    .header .header-top .header-basket img {
        filter: grayscale(1) brightness(0);
        opacity: 0.5;
        width: 18px;
        height: 100%;
        margin: 0 auto;
        object-fit: scale-down;
        display: block;
    }

    .header .header-top .header-basket a {
        display: block;
        width: 50px;
        height: 50px;
        border: 1px solid #dfdfdf;
    }

    .header .header-top .header-search {
        display: none;
        visibility: visible;
        width: 100%;
    }

    .header .header-top .header-search.shown {
        display: block;
    }

    .header .header-top .header-user ul {
        padding-left: 0;
    }

    .header .header-logo img {
        max-width: 100%;
    }
}

.header .header-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 575.5px) {
    .header .header-user-acc {
        margin: 0 15px;
    }

    .header .header-top .header-search {
        order: 3;
        flex: 1 1 auto;
        width: 100%;
        margin-top: 15px;
    }

    .header .header-nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
}

@media (max-width: 500px) {
    .header .header-logo {
        margin-bottom: 0px;
        text-align: center;
    }

    .header .header-top .header-tel {
        top: 75px;
        width: 100%;
        text-align: center;
        left: 0;
    }
}

/*
  FOOTER
*/
.footer .footer-top {
    background: #e20617;
}

.footer .footer-top a {
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.footer .footer-top a:hover {
    color: #e20617;
    background: #fff;
}

.footer .footer-middle {
    color: #e20617;
    background: #fff;
}

.footer .footer-middle img {
    max-height: 40px;
}

.footer .footer-middle .col-lg-6:first-child {
    border-right: 1px solid #dddddd;
}

.footer .footer-middle .footer-middle-link {
    color: #000;
}

.footer .footer-middle .footer-middle-link:hover {
    color: #9a9a9a;
}

.footer .footer-middle .footer-middle-wrap {
    padding-top: 30px;
    padding-bottom: 35px;
}

.footer .footer-middle .footer-middle-wrap .footer-middle-wrap-img {
    margin-bottom: 18px;
}

.footer .footer-middle .footer-middle-wrap .footer-middle-wrap-title {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #000;
}

.footer .footer-middle .footer-middle-wrap .footer-middle-wrap-title span {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.footer .footer-bottom {
    font-size: 13px;
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #dddddd;
}

.footer .footer-bottom a {
    color: #000;
}

.footer .footer-bottom a:hover {
    color: #e20617;
}

@media (max-width: 767.5px) {
    .footer .footer-middle .col-lg-6:first-child {
        border-right: 0;
    }

    .footer .footer-top {
        padding-bottom: 15px;
    }

    .footer .footer-top .container {
        flex-direction: column;
        text-align: center;
    }

    .footer .footer-top .container a {
        padding: 15px 0;
    }
}

.badges {
    position: absolute;
    left: 0;
    top: 0;
}

.badges div {
    display: inline-block;
    float: left;
    clear: both;
    background-color: #e20617;
    color: #fff;
    font-size: 10.44px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 0 12px 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.badges div:not(:last-child) {
    margin-bottom: 3px;
}

.badges .badges-akce {
    background: #e20617;
}

.badges .badges-novinky {
    background: #e88c09;
}

.badges .badges-top {
    background: #9c9c9c;
}

/*
  HOMEPAGE
*/
/* SLIDER */
.slider {
    margin-bottom: 80px;
}

.slider .owl-theme .owl-dots {
    padding-top: 15px;
}

.slider .owl-theme .owl-dots .owl-dot span {
    background: #5f5f5f;
    margin: 5px 10px;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
    background: #f2bd00;
}

.slider .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.slider .owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    margin-top: -35px;
}

.slider .owl-theme .owl-nav .owl-prev:hover,
.slider .owl-theme .owl-nav .owl-prev:focus {
    outline: none;
}

.slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin-top: -35px;
}

.slider .owl-theme .owl-nav .owl-next:hover,
.slider .owl-theme .owl-nav .owl-next:focus {
    outline: none;
}

.slider .owl-theme .owl-nav .owl-prev span,
.slider .owl-theme .owl-nav .owl-next span {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 45px;
    display: block;
    font-weight: 600;
    color: #e20617;
    line-height: 21px;
}

.slider .owl-theme .owl-nav .owl-prev span,
.slider .owl-theme .owl-nav .owl-next span {}

/* NEWS */
.news {
    margin-bottom: 80px;
}

@media (min-width: 991.5px) {
    .news .col-lg-6:nth-child(even) {
        /*padding-right: 40px;*/
    }

    .news .col-lg-6:nth-child(odd) {
        /*padding-left: 40px;*/
    }
}

.news.news__subpage .col-lg-6:nth-child(even),
.news.news__subpage .col-lg-6:nth-child(odd) {
    padding-right: 15px;
    padding-left: 15px;
}

.news .news-header {
    color: #e20617;
    font-size: 30px;
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}

.news .news-item {
    position: relative;
    height: 100%;
    padding: 15px 25px;
    border: 1px solid #dddddd;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .news-item--wrap {
    margin-bottom: 30px;
}

.news .news-item:hover,
.news .news-item:focus {
    border: 1px solid #dddddd;
}

.news .news-item .news-item-left {
    min-width: 220px;
    margin-right: 30px;
}

.news .news-item .news-item-left img {
    width: 100%;
    max-height: 240px;
    object-fit: contain;
}

.news-item-right {
    position: relative;
}

.news-item-right {
    min-height: 240px;
}

.news .news-item .news-item-right .news-item-right-title {
    font-size: 17px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 15px;
}

.news .news-item .news-item-right .news-item-right-title a {
    color: #212529;
    text-decoration: none;
    transition: 0.2s all;
}

.news .news-item .news-item-right .news-item-right-title a:focus,
.news .news-item .news-item-right .news-item-right-title a:hover {
    color: #e20617;
    text-decoration: none;
}

.news .news-item .news-item-right .news-item-right-desc {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
}

.news .news-item .news-item-right .news-item-right-desc a {
    color: #212529;
    text-decoration: none;
}

.news .news-item .news-item-right .news-item-right-desc a:hover,
.news .news-item .news-item-right .news-item-right-desc a:focus {
    color: #e20617;
    text-decoration: none;
}

.news .news-item .news-item-right .news-item-right-bottom {
    justify-content: space-between;
}

.news .news-item .news-item-right .news-item-right-bottom .news-item-right-bottom-price {
    align-self: center;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.news .news-item .news-item-right .news-item-right-bottom .news-item-right-bottom-price span {
    color: #5eb518;
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}

.news .news-item .news-item-right-bottom-link {
    align-self: center;
    width: 100%;
}

.news .news-item .news-item-right-bottom-link a {
    display: block;
    width: 100%;
    color: #fff;
    background: #e20617;
    font-size: 13px;
    padding: 8px 40px 8px 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
    border: 2px solid #e20617;
}

.news .news-item .news-item-right-bottom-link a:hover {
    color: #e20617;
    background-color: #fff;
    border: 2px solid #e20617;
}

@media (max-width: 1349.5px) {
    .news .news-item .news-item-right .news-item-right-bottom {
        justify-content: flex-start;
        flex-direction: column;
    }

    .news .news-item .news-item-right .news-item-right-bottom .news-item-right-bottom-price {
        margin-bottom: 15px;
    }

    .news .news-item .news-item-right .news-item-right-bottom .news-item-right-bottom-price,
    .news .news-item .news-item-right .news-item-right-bottom .news-item-right-bottom-link {
        align-self: flex-start;
    }
}

@media (max-width: 767px) {
    .news-item>.d-flex {
        flex-direction: column;
    }
}

@media (max-width: 575.5px) {
    .news .news-item {
        flex-direction: column;
    }

    .news .news-item .news-item-left {
        margin-bottom: 30px;
    }

    .news .news-item .news-item-right .news-item-right-desc {
        margin-bottom: 5px;
    }
}

.news__detail--image {
    max-width: 100%;
    margin-bottom: 15px;
}


/* PRODUCTS */
.products .products-header {
    color: #e20617;
    font-size: 30px;
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}

.products .products-item {
    position: relative;
}

.products .products-item .products-item-img {
    margin-bottom: 40px;
}

.products .products-item .products-item-img img:not(.icon) {
    height: 160px;
    margin: 15px 0;
    object-fit: contain;
    transition: 0.2s;
    width: 100%;
}

.products .products-item .products-item-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 70px;
}

.products .products-item .products-item-title a {
    color: #000;
    text-decoration: none;
    transition: 0.2s all;
}

.products .products-item .products-item-title a:hover,
.products .products-item .products-item-title a:focus {
    color: #e20617;
    text-decoration: none;
}

.products .products-item .products-item-title span {
    display: block;
    color: #999999;
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.products .products-item .products-item-bottom .products-item-bottom-price {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.products .products-item .products-item-bottom .products-item-bottom-price.discounted {
    color: #e20617;
}

.products .products-item .products-item-bottom .products-item-bottom-link {
    transition: 0.2s;
    color: #000;
    font-size: 13px;
    background: url("../img/news-arrow.svg") no-repeat center center #c3c3c3;
    display: inline-block;
    height: 35px;
    width: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.products .products-item .products-item-bottom .products-item-bottom-link:hover {
    background-color: #e20617;
}

.products .products-item--wrap {
    margin-bottom: 30px;
}

.products .products-item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000;
    padding: 25px;
    transition: 0.3s all;
    border: 1px solid #ccc;
    position: relative;
}

.products .products-item-link:hover {
    border: 1px solid #e20617;
    border-bottom: none;
}

.products .products-item-link:hover .products-item-bottom-link {
    background-color: #e20617;
}

.products .products-item-link:hover .products-item-img img:not(.icon) {
    /*transform: scale(1.1);*/
}

.products .products-item-more {
    display: none;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    left: -1px;
    padding: 0 25px 15px 25px;
    background: #fff;
    z-index: 9;
    border-left: 1px solid #e20617;
    border-right: 1px solid #e20617;
    border-bottom: 1px solid #e20617;
}

.products .products-item-more a {
    display: block;
    width: 100%;
    background: #e20617;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 15px 15px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.products .products-item-more a:hover,
.products .products-item-more a:focus {
    background: #fff;
    color: #e20617;
}

.products .products-item-link:hover .products-item-more {
    display: block;
}

.products .products-link {
    display: inline-block;
    background: #e20617;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 15px 35px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 45px;
}

.products .products-link:hover,
.products .products-link:focus {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    text-decoration: none;
}

/*
  BREADCRUMB-WRAP
*/
.breadcrumb-wrap {
    /*border-top: 1px solid #dfdfdf;*/
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
}

.breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 20px 0;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url("../img/bread-arrow.png") no-repeat center center;
    width: 7px;
    position: relative;
    top: 1px;
    height: 12px;
    margin: 0 18px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #252525;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #252525;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
    color: #e20617;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
    background: url("../img/bread-home.png") no-repeat center center;
    margin-right: 15px;
}

/*
  CUSTOM LABEL
*/
.custom-label {
    margin-bottom: 2px;
    font-size: 14px;
    color: #252525;
    font-family: 'Open Sans', sans-serif;
}

.custom-label input {
    position: relative;
    top: 3px;
    margin-right: 5px;
    border: 1px solid #ededed;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 16px;
    width: 16px;
    transition: .2s;
}

.custom-label input:checked {
    background: #e20617;
    border-color: #e20617;
}

.custom-label input:not(:checked):hover {
    filter: brightness(90%);
    transition: 0.2s;
}

.custom-label input:after {
    content: "";
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.custom-label input:checked:after {
    display: block;
    box-sizing: unset;
}

.custom-label span {
    color: #e20617;
}

/*
  VYPIS PRODUKTU
*/
.vypis {
    margin-bottom: 90px;
}

@media (min-width: 991.5px) {
    .vypis .vypis-border {
        border-right: 1px solid #dddddd;
    }
}

.vypis .vypis-title {
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: -13px;
}

.vypis .vypis-category {
    margin-bottom: 40px;
}

.vypis .vypis-category .vypis-category-item {
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    padding: 8px 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    transition: 0.2s;
}

.vypis .vypis-category .vypis-category-item img {
    height: 70px;
    width: 70px;
    max-width: 70px;
    object-fit: contain;
    margin-right: 20px;
}

.vypis .vypis-category .vypis-category-item:hover {
    color: #e20617;
}

.vypis .vypis-sort {
    margin-bottom: 80px;
    font-size: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.vypis .vypis-sort a {
    color: #252525;
    padding: 11px 0;
}

.vypis .vypis-sort a:hover {
    color: #e20617;
}

.vypis .vypis-sort a.active {
    color: #919191;
}

@media (max-width: 1500px) {
    .products-item-bottom-price {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .vypis .vypis-category .vypis-category-item {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .products-item-bottom-price {
        flex-direction: row;
    }

    .vypis .vypis-category .vypis-category-item {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .products-item-bottom-price {
        flex-direction: column;
    }
}

.vypis-category .col-lg-4 {
    margin: 7.5px 0px;
}

.vypis .vypis-category .vypis-category-item {
    height: 100%;
}

@media (max-width: 991.5px) {
    .vypis .vypis-sort {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.5px) {
    .vypis .vypis-sort {
        flex-direction: column;
    }
}

.vypis .vypis-pagination .pagination {
    margin-top: -30px;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}

.vypis .vypis-pagination .pagination a {
    width: 29px;
    height: 29px;
    font-size: 14px;
    color: #222b31;
    border: 0;
    margin-right: 10px;
    border-radius: 2px;
    line-height: 14px;
    background: #f7f7f7;
}

.vypis .vypis-pagination .pagination a.active {
    background: #e20617;
    color: #fff;
}

.vypis .vypis-pagination .pagination a:hover {
    color: #fff;
    background: #e20617;
}

.vypis .vypis-pagination .pagination .page-item:first-child .page-link {
    height: 100%;
    width: 30px;
    transform: rotate(180deg);
    background: url(../img/pag-end.png) center center no-repeat #c3c3c3;
}

.vypis .vypis-pagination .pagination .page-item:first-child .page-link:hover {
    background-color: #e20617;
}

.vypis .vypis-pagination .pagination .page-item:last-child .page-link {
    height: 100%;
    width: 30px;
    background: url(../img/pag-end.png) center center no-repeat #c3c3c3;
}

.vypis .vypis-pagination .pagination .page-item:last-child .page-link:hover {
    background-color: #e20617;
}

.vypis .filters-mobile {
    display: none;
    border: 1px solid #dddddd;
}

.vypis .vypis-filters-mobile {
    padding: 12px 15px;
    background: #e20617;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.vypis .vypis-filters-mobile img {
    width: 40px;
    height: 40px;
}

.vypis .vypis-filters-mobile:hover {
    opacity: 0.7;
}

.vypis .vypis-filters .vypis-filters-title {
    font-size: 16px;
    color: #000;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.vypis .vypis-filters .vypis-filters-title:not(:first-child) {
    margin-top: 20px;
}

.vypis .vypis-filters .vypis-filters-title:not(:first-child):before {
    content: "";
    width: calc(100% + 15px);
    height: 1px;
    background: #dddddd;
    display: block;
    margin-bottom: 30px;
    position: relative;
    left: -15px;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-ui {
    width: 75%;
    margin: 0 auto;
    border: 0;
    background: #eff1f2;
    border-radius: 0;
    height: 4px;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-ui .ui-widget-header {
    background: #d7d7d7;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-ui .ui-state-default {
    border: 0;
    background: #e20617;
    border-radius: 100%;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-ui .ui-state-default:focus {
    outline: 0;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-ui .ui-slider-handle {
    height: 13px;
    width: 13px;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-text {
    margin-top: 30px;
    font-size: 14px;
    color: #252525;
    font-family: 'Open Sans', sans-serif;
}

.vypis .vypis-filters .vypis-filters-slider .vypis-filters-slider-text input {
    display: inline;
    width: 65px;
    height: 30px;
    border: 1px solid #e4e4e4;
    padding-left: 3px;
}

.vypis .vypis-filters .vypis-filters-submit {
    background: #e20617;
    border: 0;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.2s;
    border: 3px solid #e20617;
    width: 165px;
    height: 50px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.vypis .vypis-filters .vypis-filters-submit:hover {
    background: #fff;
    color: #e20617;
}

.vypis .vypis-filters .vypis-filters-submit:focus {
    outline: none;
}

.vypis .vypis-filters .custom-label-col .custom-label:nth-child(odd) {
    float: left;
}

.vypis .vypis-filters .vypis-filter-top:before {
    content: "";
    width: calc(100% + 15px);
    height: 1px;
    background: #dddddd;
    display: block;
    margin-bottom: 50px;
    position: relative;
    left: -15px;
    margin-top: 30px;
}

@media (max-width: 991.5px) {
    .vypis .vypis-filters {
        margin-top: 40px;
    }

    .vypis .vypis-filters .vypis-filters-title:not(:first-child):before {
        width: calc(100% + 30px);
        left: -15px;
    }
}

/*
  DETAIL PRODUKTU
*/
.detail {
    margin-top: 90px;
    margin-bottom: 50px;
}

.detail a {
    color: #000;
}

.detail a:hover {
    color: #e20617;
}

.detail .detail-img {
    margin-bottom: 65px;
    position: relative;
}

.detail .detail-img img:not(.icon) {
    width: 100%;
    height: 370px;
    object-fit: scale-down;
    object-position: center;
}

@media (max-width: 767px) {

    .detail #snippet--variantImage {
        text-align: center;
    }

    .detail .detail-img img:not(.icon) {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 370px;
        object-fit: scale-down;
        object-position: center;
        margin: 0 auto;
    }
}

.detail .detail-img .product__detail--labels {

    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 2;

}


.detail .detail-slider {
    padding: 0 50px;
}

.detail .detail-slider .owl-prev {
    width: 15px;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
}

.detail .detail-slider .owl-prev span {
    display: block;
    color: rgba(237, 48, 54, 0);
    background: url("../img/slider-arrow.svg") center center no-repeat;
    transform: rotate(180deg);
}

.detail .detail-slider .owl-prev:focus {
    outline: none;
}

.detail .detail-slider .owl-next {
    width: 15px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
}

.detail .detail-slider .owl-next span {
    display: block;
    color: rgba(237, 48, 54, 0);
    background: url("../img/slider-arrow.svg") center center no-repeat;
}

.detail .detail-slider .owl-next:focus {
    outline: none;
}

.detail .detail-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.detail .detail-slider .owl-item {
    border: 1px solid #e4e4e4;
    padding: 35px;
}

.detail .detail-slider .owl-item img {
    height: 85px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.detail .detail-header {
    font-size: 36px;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail .detail-tableinfo {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    font-family: 'Open Sans', sans-serif;
}

.detail .detail-tableinfo td {
    height: 35px;
    font-size: 14px;
}

.detail .detail-tableinfo td:first-child {
    width: 140px;
    font-weight: 700;
}

.detail .detail-tableinfo td span {
    color: #e20617;
    font-weight: 700;
}

.detail .detail-tableinfo td .custom-label:not(:last-child) {
    margin-right: 35px;
}

.detail .detail-wrapinfo .detail-price .detail-price-left {
    margin-right: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.detail .detail-wrapinfo .detail-price .detail-price-right {
    font-size: 32px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    position: relative;
}

.detail .detail-wrapinfo .detail-price .detail-price-right span {
    font-weight: normal;
    font-size: 14px;
    color: #7d7d7d;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-num {
    border: 1px solid #eae7e7;
    width: 75px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-num:focus {
    outline: none;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div {
    transition: 0.2s;
    border: 1px solid #eae7e7;
    border-left: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div:first-child {
    border-bottom: 0;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div:last-child img {
    transform: rotate(180deg);
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div img {
    margin: 0 auto;
    width: 12px;
    display: block;
    height: 100%;
    object-fit: contain;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div:hover {
    background: #e20617;
}

.detail .detail-wrapinfo .detail-basket .detail-basket-controls div:hover img {
    filter: invert(1);
}

.detail .detail-wrapinfo .detail-addbasket .detail-addbasket-item {
    background: #e20617;
    border: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    height: 50px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail .detail-wrapinfo .detail-addbasket .detail-addbasket-item:hover,
.detail .detail-wrapinfo .detail-addbasket .detail-addbasket-item:focus {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    outline: none;
}

.detail .detail-title {
    font-size: 24px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail .detail-desc {
    font-size: 15px;
    margin-bottom: 50px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}

.detail .detail-table td {
    font-size: 14px;
    height: 45px;
    padding: 8px 0;
    border-top: 1px solid #dcdee5;
    font-family: 'Open Sans', sans-serif;
}

.detail .detail-table td:first-child {
    font-weight: 700;
}

.detail .detail-table tr:last-child td {
    border-bottom: 1px solid #dcdee5;
}

.detail .detail-form {
    border-top: 1px solid #e4e4e4;
    margin-top: -10px;
    padding-top: 60px;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail .detail-form input,
.detail .detail-form textarea {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    resize: none;
}

.detail .detail-form input::placeholder,
.detail .detail-form textarea::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.detail .detail-form textarea {
    padding-left: 20px;
    padding-top: 15px;
    height: 100%;
}

.detail .detail-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 72, 32, 0.39);
}

.detail .detail-form .detail-form-submit {
    font-size: 16px;
    letter-spacing: 0.6px;
    background: #e20617;
    border: 3px solid #e20617;
    transition: 0.2s;
    color: #fff;
    width: 135px;
    height: 55px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.detail .detail-form .detail-form-submit:hover {
    background: #fff;
    color: #e20617;
}

.detail .detail-form .detail-form--checkbox input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

@media (max-width: 1349.5px) {
    .detail .detail-wrapinfo {
        flex-direction: column;
    }

    .detail .detail-wrapinfo .detail-price {
        margin-bottom: 25px;
    }
}

@media (max-width: 991.5px) {
    .detail {
        margin-top: -10px;
    }

    .detail .detail-form textarea {
        height: 200px;
    }
}

@media (max-width: 460.5px) {
    .detail .detail-slider .owl-item {
        padding: 15px;
    }
}

/*
  KOSIK
*/
.basket {
    margin-top: 40px;
    margin-bottom: 100px;
}

.basket .basket-title {
    font-size: 36px;
    color: #252525;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-tab-wrapper {
    display: flex;
    gap: .25rem;
}

.basket .basket-tab {
    width: 230px;
    height: 65px;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    transition: 0.2s;
}

.basket .basket-tab p {
    font-size: 17px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-tab.active {
    border-color: #e20617;
    color: white;
}

.basket .basket-tab:hover {
    border-color: #e20617;
}

.basket .basket-list {
    margin-top: 40px;
}

.basket .basket-list .basket-list-title {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-list .basket-list-stat {
    font-size: 14px;
    color: #5eb518;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-list .basket-list-price {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
}

.basket .basket-list .basket-fullprice-top {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 25px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
}

.basket .basket-list .basket-fullprice-bottom {
    font-size: 19px;
    color: #252525;
    line-height: 1.263;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-list .basket-fullprice-bottom .fullprice-text {
    color: #e20617;
    font-size: 23px;
}

.basket .basket-list .fullbasket-send button {
    display: inline-block;
    background: #e20617;
    border: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 15px 35px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.basket .basket-list .fullbasket-send button:focus,
.basket .basket-list .fullbasket-send button:hover {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    text-decoration: none;
}

/*
  POUZITO NA VICE MISTECH
*/
.basket-title-ship {
    font-size: 30px;
    color: #252525;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.shipping-row {
    font-size: 14px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.shipping-red {
    color: #41b945;
}

.shipping-brand {
    font-weight: 700;
}

/*
  END
*/
.shipping-wrap {
    border-top: 1px solid #dddddd;
    padding-top: 70px;
    margin-top: -10px;
}

.shipping-wrap label {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.shipping-wrap .form-control {
    border-radius: 3px;
    height: 50px;
    position: relative;
    top: -35px;
    left: 150px;
    margin-bottom: -30px;
    border-color: #dddddd;
}

.shipping-wrap .order-box-title {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.shipping-wrap--checkbox {}

/*
  UPRAVENO
*/
.basket-number {
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.submit-box {
    font-size: 14px;
    color: #7f7f7f;
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.basket-contact {
    border-top: 1px solid #dcdee5;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
}

.basket-contact-title {
    font-weight: 700;
}

/*
  END
*/
.basket-corr {
    width: unset;
}

.basket-item {
    background: white;
    border: 1px solid #e4e4e4;
}

.basket-item-photo {
    padding: 18px;
}

.basket-list-link {
    color: #252525;
}

.basket-list-link:hover {
    text-decoration: none;
}

.basket-list-link:hover .basket-list-title {
    color: #e20617;
    transition: 0.2s;
}

.fullbasket-send {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

tr.basket-item:nth-last-child(2) {
    border-bottom: 0 !important;
}

.shipping-box {
    display: block;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    text-align: left;
    margin: 0;
}

.shipping-box input {
    display: none;
}

.shipping-box input+span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.shipping-box input+span:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -1px;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
}

.shipping-box input+span:after {
    content: '';
    display: block;
    width: 10.2px;
    height: 10px;
    background: #e20617;
    position: absolute;
    border-radius: 50%;
    top: 13.2px;
    left: 2.8px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.shipping-box input:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.first-col {
    width: 17%;
    padding-left: 15px;
}

.second-col {
    width: 30%;
}

.ship-list {
    border: 1px solid #e4e4e4;
}

.ship-list tr {
    border-bottom: 1px solid #e4e4e4;
    height: 50px;
}

.first-col-bill {
    width: 1%;
}

.billing-col input+span:before {
    top: -13px;
    left: 12.4px;
}

.billing-col input+span:after {
    top: -10px;
    left: 15px;
}

.bill-logo {
    padding-left: 10px;
}

.no-pad {
    padding: 0;
}

.order-box[type=checkbox] {
    position: relative;
    top: 3px;
    margin-right: 5px !important;
    border: 1px solid #ededed;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 16px;
    width: 16px;
    transition: 0.2s;
}

.order-box[type=checkbox]:checked {
    background: #e20617;
}

.order-box[type=checkbox]:not(:checked):hover {
    filter: brightness(90%);
    transition: 0.2s;
}

.order-box[type=checkbox]:after {
    content: '';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.order-box[type=checkbox]:checked:after {
    display: block;
    box-sizing: unset !important;
}

.order-box-wrap {
    font-size: 15px;
    color: #5f5f5f;
}

.order-box-block {
    padding-left: 150px;
}

.order-box-txtarea {
    resize: none;
    height: 150px;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    color: #313131;
    padding: 15px;
    margin-bottom: 20px;
}

.order-box-txtarea:focus {
    outline: none;
}

.basket-contact-mail {
    color: #e20617;
}

.basket-contact-mail:hover {
    color: #e20617;
    text-decoration: underline;
}

.right-wid-controls {
    display: inline-block;
    position: relative;
    top: 8px;
    padding-left: 6px;
    padding-right: 6px;
}

.right-wid {
    float: left;
}

.basket-count {
    width: 55px;
    height: 50px;
    border: 1px solid #e4e4e4;
    color: #4c5256;
}

.plus-control {
    margin-top: 6px;
    width: 12px;
    height: 12px;
    background: url(../img/plus.svg) center center no-repeat;
    cursor: pointer;
}

.minus-control {
    margin-top: 6px;
    width: 12px;
    height: 12px;
    background: url(../img/minus.svg) center center no-repeat;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .basket .basket-tab {
        width: 100%;
    }

    .link-2,
    .link-3,
    .link-4 {
        left: unset;
    }

    a.basket-tab-link {
        float: left;
        width: 25%;
    }
}

@media screen and (min-width: 992px) {
    .table-photo {
        width: 15%;
    }
}

@media screen and (max-width: 991px) {
    .table-block {
        display: block !important;
    }

    .basket-list-link {
        align-self: center !important;
    }

    .table-title {
        display: flex !important;
        justify-content: space-between !important;
    }

    .stat-bottom {
        width: calc(33.33333333%) !important;
        padding-left: 20px;
    }

    .price-bottom {
        width: calc(33.33333333%) !important;
    }

    .dph-bottom {
        width: calc(33.33333333%) !important;
    }

    .basket-item-top {
        height: 150px;
    }

    .table-photo {
        width: 25%;
        float: left;
        height: 70px;
        line-height: 70px;
    }

    .table-title {
        width: 75%;
        float: left;
        height: 70px;
    }

    .table-photo img {
        height: 100%;
        object-fit: contain;
        padding: 10px 0;
        padding-left: 20px;
    }

    .table-input {
        width: 25%;
        float: left;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
    }

    .table-stat {
        width: 25%;
        float: left;
        height: 60px;
    }

    .table-dph {
        width: 25%;
        float: left;
        height: 60px;
        line-height: 60px;
    }

    .table-price {
        width: 25%;
        float: left;
        height: 60px;
        line-height: 60px;
    }

    .table-block tbody {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .table-input-corr {
        width: 10%;
    }

    .basket-list-stat {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    a.basket-tab-link {
        float: unset;
        width: unset;
    }

    .basket-tab {
        width: 100%;
    }

    .basket-title {
        font-size: 35px;
    }

    .shipping-wrap {
        padding: 35px 15px;
    }

    .shipping-wrap .form-control {
        position: unset !important;
        top: unset !important;
        left: unset !important;
        margin-bottom: unset !important;
    }

    .order-box-block {
        padding-left: 0;
    }

    form:not(.countryForm) .table-block-ship {
        display: block;
    }

    form:not(.countryForm) .table-block-ship.ship-list tr {
        height: 100px;
    }

    form:not(.countryForm) .table-block-ship tbody {
        display: block;
    }

    form:not(.countryForm) .table-block-ship .first-col {
        width: 100% !important;
        float: left;
    }

    form:not(.countryForm) .table-block-ship .second-col {
        width: 100% !important;
        float: left;
    }

    form:not(.countryForm) .text-ship {
        padding-left: 55px;
    }

    .date-ship {
        float: left;
        width: 100% !important;
        padding-left: 55px;
    }

    .basket-item-top {
        height: 250px;
    }

    .basket-item-bottom {
        height: 200px !important;
    }

    .table-photo {
        width: 100%;
    }

    .table-title {
        width: 100%;
        height: unset !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .table-title p {
        line-height: normal !important;
        padding-left: 20px;
    }

    .table-price {
        padding-left: 20px;
    }

    .table-input,
    .table-stat,
    .table-price,
    .table-dph {
        width: 50%;
    }

    .right-wid {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 468px) {
    .basket-item {
        height: 275px;
    }

    .table-title p {
        padding-right: 10px;
    }

    .table-stat {
        line-height: unset !important;
        padding-top: 5px;
        padding-right: 10px;
    }

    .basket-item-bottom .table-stat {
        line-height: 60px !important;
    }

    .price-bottom {
        width: 50% !important;
    }

    .dph-bottom {
        width: 100% !important;
        padding-left: 20px;
    }

    .stat-bottom {
        width: 50% !important;
    }

    .basket-item-bottom {
        height: 250px !important;
    }
}

@media screen and (max-width: 355px) {
    .bill-logo {
        padding-left: 0;
    }

    .fullbasket-send button {
        width: 100%;
    }

    .basket-item-bottom {
        height: 270px !important;
    }
}

@media screen and (max-width: 310px) {
    .basket-count {
        margin-bottom: 20px;
    }
}






/* RANGE SLIDER (FILTERS) */
.sidebar__item--rangeslider {
    padding: 10px 25px 25px 8px;
    margin-bottom: 35px;
}

.range-slider {
    height: 6px;
    background: #b5c1c7 !important;
    box-shadow: none;
    border: 0;
}

.rightvalue {
    margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.leftvalue {
    margin-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.range-slider .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e20617 !important;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    margin-left: 10px;
}

.range-slider .noUi-handle::before,
.range-slider .noUi-handle::after {
    content: none;
}


/* AUTOSUGGEST */
#search-products-autosuggest {}

#search-products-autosuggest ul {
    position: absolute;
    max-width: 500px;
    top: 50px;
    padding: 0;
    background: #fff;
    width: 100%;
    border-left: 1px solid rgb(221, 229, 239);
    border-right: 1px solid rgb(221, 229, 239);
    z-index: 9999;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#search-products-autosuggest ul li {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgb(221, 229, 239);
}

#search-products-autosuggest ul li a {
    width: 70%;
    display: inline-flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: ;
    color: #181c21;
    align-items: center;
}

#search-products-autosuggest ul li a.search-products-price {
    width: 25%;
    justify-content: flex-end;
}

#search-products-autosuggest ul li a:hover {
    color: #e20617;
}

#search-products-autosuggest ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

#search-products-autosuggest-mobile {}

#search-products-autosuggest-mobile ul {
    position: absolute;
    max-width: 500px;
    top: 50px;
    padding: 0;
    background: #fff;
    width: 100%;
    border-left: 1px solid rgb(221, 229, 239);
    border-right: 1px solid rgb(221, 229, 239);
    z-index: 9999;
    left: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#search-products-autosuggest-mobile ul li {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgb(221, 229, 239);
}

#search-products-autosuggest-mobile ul li a {
    width: 70%;
    display: inline-flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: ;
    color: #181c21;
    align-items: center;
}

#search-products-autosuggest-mobile ul li a.search-products-price {
    width: 25%;
    justify-content: flex-end;
}

#search-products-autosuggest-mobile ul li a:hover {
    color: #e20617;
}

#search-products-autosuggest-mobile ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}

/* DETAIL SUBPAGE */
.detail--subpage {
    margin-top: 0;
}

.detail--subpage h1 {
    margin-bottom: 40px;
}

.detail--subpage p {
    margin-bottom: 1rem;
}

/* CATEGORY TREE */
.sidebar__item--nav {
    margin: 0 0 35px 0;
}

.sidebar__item--nav::after {
    content: "";
    width: calc(100% + 15px);
    height: 1px;
    background: #dddddd;
    display: block;
    margin-bottom: 30px;
    position: relative;
    left: -15px;
}

.category-tree {
    width: 100%;
    background: #fefefe;
    padding: 0;
}

.category-tree li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}

.category-tree li a {
    color: #252525;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s all;
}

.category-tree li a:focus,
.category-tree li a:hover,
.category-tree li.active a {
    color: #e20617;
    text-decoration: none;
}

/* CART */
.kosik__btn {
    display: inline-block;
    background: #e20617;
    border: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 15px 35px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.kosik__btn:focus,
.kosik__btn:hover {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    text-decoration: none;
}

.kosik__btn--prev {
    float: left;
}

.kosik__btn--next {
    float: right;
}

/* SIGN */
.sign__form {
    width: 100%;
}

.sign__form .form-group {
    margin-bottom: 0.35rem;
}

.sign__form input.form-control {
    height: 50px;
    background-color: #fff;
    border: solid 1px #e5e7eb;
    border-radius: 3px;
}

.sign__form label.form-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    letter-spacing: -0.025em;
    line-height: 45px;
}

.sign__form label.form-label span.required {
    display: inline-block;
    color: #e20617;
    padding-left: 5px;
}

.sign__form input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.sign__form input[type="submit"] {
    display: inline-block;
    background: #e20617;
    border: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 15px 35px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.sign__form input[type="submit"]:hover,
.sign__form input[type="submit"]:focus {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    text-decoration: none;
    outline: none;
}

.sign__form .form-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 45px;
}

/* MORE BUTTON */
.more__button {
    display: inline-block;
    background: #e20617;
    border: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.6px;
    padding: 15px 35px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #e20617;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.more__button:hover,
.more__button:focus {
    background: #fff;
    color: #e20617;
    border: 3px solid #e20617;
    text-decoration: none;
}

/* PRODUCT TABS */
.product__tabs {
    text-align: left;
    margin-top: 60px;
}

.product__tabs ul {
    list-style: none;
    padding: 0;
}

.product__tabs ul li {
    display: inline-block;
    background-color: #e20617;
    border: 2px solid #e20617;
    height: 55px;
    transition: 0.2s all;
}

.product__tabs ul li.active,
.product__tabs ul li:hover {
    color: #e20617;
    border: 2px solid #e20617;
    background-color: #fff;
}

.product__tabs ul li.active a,
.product__tabs ul li:hover a {
    color: #e20617;
}

.product__tabs ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    padding: 15px 35px;
    letter-spacing: -0.47px;
}

.product__switchers {
    width: 100%;
}

.product__switch {
    display: none;
}

.product__switch--active {
    display: block;
}

@media (max-width: 480px) {

    .product__tabs ul li {
        width: 100%;
        text-align: center;
    }

    .product__tabs ul li a {
        text-align: center;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .product__tabs ul li {}

    .product__tabs ul li a {
        font-size: 17px;
        padding: 15px 15px;
    }
}

@media (max-width: 767px) {
    .detail .detail-tableinfo.detail__revision td .custom-label {
        width: 100%;
        margin-right: 0;
    }
}

.detail .info {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/tooltip-info.svg) center center no-repeat;
    background-size: 18px 18px;
    margin-left: 10px;
}

.detail .info .tooltiptext {
    display: flex;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    font-size: 13px;
    position: absolute;
    z-index: 9998;
    font-weight: 400;
    margin-top: -55px;
}

.detail .info:hover>.tooltiptext {
    visibility: visible;
}

/* FLASH */
.flash {
    width: 100%;
    color: #fff;
    background: #e20617;
    padding: 15px 25px;
    margin: 40px 0 5px 0;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 9999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* PRODUCT VARIANTS */
.product__variant {
    width: 100%;
    margin-bottom: 20px;
}

.product__variant p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
}

.product__variant .color-param {
    display: inline-flex;
    padding: 5px;
    border: 1px solid #dddddd;
    margin-right: 8px;
}

.product__variant .color-param.active {
    border-color: #e20617;
}

.remove-from-cart {
    color: #F0481F;
}


/* MANUFACTURERS */
.vypis__nav a {
    color: #000000;
}

.manufacturers__item--wrap {
    margin: 15px 0;
}

.manufacturers__item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    height: 100%;
    flex-direction: column;
    border: 1px solid #dedede;
    transition: 0.2s all;
    color: #000000;
}

.manufacturers__item:hover {
    text-decoration: none;
    opacity: 0.8;
    border-color: #aaa;
}

.manufacturers__item--image {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 25px 0;
}

.manufacturers__item img {
    max-width: 140px;
    max-height: 100px;
}

.manufacturers__item h2 {
    font-size: 22px;
}

/* BASKET - QUANTITY */
.basket-item .detail-basket-num {
    border: 1px solid #eae7e7;
    width: 75px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.basket-item .detail-basket-controls a {
    display: block;
    transition: 0.2s;
    border: 1px solid #eae7e7;
    border-left: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.basket-item .detail-basket-controls a:hover {
    background: #e20617;
}

.basket-item .detail-basket-controls a:first-child {
    border-bottom: 0;
}

.basket-item .detail-basket-controls a img {
    margin: 0 auto;
    width: 12px;
    display: block;
    height: 100%;
    object-fit: contain;
}

.basket-item .detail-basket-controls a:last-child img {
    transform: rotate(180deg);
}

.basket-item .detail-basket-controls a:hover img {
    filter: invert(1);
}

/* REVISION CART */
.revision__cart {
    margin-bottom: 35px;
}

.revision__heading {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
}

.revision__cart tr.basket-item:nth-last-child(2) {
    border-bottom: 1px solid #e4e4e4 !important;
}

.revision__toggle--label {
    position: relative;
    padding-left: 25px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.revision__toggle input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 12px !important;
    border: 1px solid #ededed;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    height: 16px;
    width: 16px;
    transition: 0.2s;
}

.revision__toggle--label input[type="checkbox"] {
    position: absolute;
    left: 0;
}

.revision__toggle input[type="checkbox"]:checked {
    background: #e20617;
}

.revision__toggle input[type="checkbox"]:checked:after {
    display: block;
    box-sizing: unset !important;
    content: '';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.revision__cell {
    padding: 15px 20px;
    background: #eee;
}

.revision__input label {}

.revision__input input {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 8px;
}

/* REVISION TOOLTIP */
.revision__tooltip {
    position: relative;
    display: inline-block;
}

.revision__tooltip img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.revision__tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #777;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    padding: 5px 10px;
    margin-top: 1px;
    margin-left: 15px;
}

.revision__tooltip:hover .tooltiptext {
    visibility: visible;
}

@media (max-width: 767px) {
    .revision__tooltip .tooltiptext {
        width: 140px;
    }
}

/* CONTACT FORM TWEAKS */
.contact__form--submit {
    background: #c3c3c3;
    border: none;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.6px;
    height: 50px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #c3c3c3;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.contact__form--submit:hover,
.contact__form--submit:focus {
    background: #e20617;
    color: #000;
    border: 3px solid #e20617;
    outline: none;
}

/* PRODUCTS RELATED */
.products__related {
    position: relative;
}

.products__related--row .products-item-link {
    margin-bottom: 81px;
}

.products__related h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    margin-bottom: 1.75rem;
    font-weight: 700;
}

.products__related .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(calc(-50% - 40px));
}

.products__related .owl-prev {
    width: 15px;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
}

.products__related .owl-prev span {
    display: block;
    color: rgba(237, 48, 54, 0);
    background: url("../img/slider-arrow.svg") center center no-repeat;
    transform: rotate(180deg);
}

.products__related .owl-prev:focus {
    outline: none;
}

.products__related .owl-next {
    width: 15px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
}

.products__related .owl-next span {
    display: block;
    color: rgba(237, 48, 54, 0);
    background: url("../img/slider-arrow.svg") center center no-repeat;
}

.products__related .owl-next:focus {
    outline: none;
}

.products__related .products-item--wrap {
    margin-bottom: 0;
}

@media (max-width: 992px) {

    .products__related .owl-prev {
        left: -15px;
    }

    .products__related .owl-next {
        right: -15px;
    }
}

@media (max-width: 767px) {

    .products__related .owl-prev {
        left: -30px;
    }

    .products__related .owl-next {
        right: -30px;
    }
}

/* MODAL */
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/* REVISION MODAL */
#revisionModal {}

#revisionModal .modal-content {
    border-radius: 0;
}

#revisionModal .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

#revisionModal .modal-body {
    padding: 25px 1rem;
}

#revisionModal .modal-body h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

#revisionModal .modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#revisionModal .modal-body ul li {
    list-style-type: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #e20617;
}

#revisionModal .modal-body ul li a {
    color: #e20617;
    text-decoration: none;
}

#revisionModal .modal-body ul li a:hover,
#revisionModal .modal-body ul li a:focus {
    color: #e20617;
}

#revisionModal .btn-secondary {
    color: #000;
    font-size: 15px;
    background: #c3c3c3;
    border: 3px solid #c3c3c3;
    border-radius: 0;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
}

#revisionModal .btn-secondary:hover,
#revisionModal .btn-secondary:focus {
    background: #e20617;
    color: #000;
    border: 3px solid #e20617;
    text-decoration: none;
}

#revisionModal .btn-primary {
    color: #000;
    font-size: 15px;
    background: #c3c3c3;
    border: 3px solid #c3c3c3;
    border-radius: 0;
    transition: 0.2s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
}

#revisionModal .btn-primary:hover,
#revisionModal .btn-primary:focus {
    background: #e20617;
    color: #000;
    border: 3px solid #e20617;
    text-decoration: none;
}

/* PRODUCT VARIANTS -- REWORKED */
#snippet--variants {
    margin-bottom: 45px;
}

.product__vars {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.product__vars--label {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
    min-width: 25%;
}

.product__vars--items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product__vars--item {
    position: relative;
    display: inline-flex;
    flex: 0 0 30%;
    margin: 5px;
}

.product__vars--item a {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #ededed;
    background: #fff;
    outline: 0;
    height: 16px;
    width: 16px;
    padding: 1px;
    transition: .2s;
    position: absolute;
    top: 1px;
    left: 0px;
}

.product__vars--item a>span {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
}

.product__vars--item a.active>span {
    background: #e20617;
}

.product__vars--item span {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 25px;
}

@media (max-width: 767px) {
    .product__vars--label {
        min-width: 30%;
    }

    .product__vars--item {
        flex: 1 1 47%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product__vars--item {
        flex: 0 0 45%;
    }
}

.detail .detail-price--custom {
    padding-top: 25px;
}

.detail-price-old {
    font-weight: normal;
    font-size: 14px;
    color: #7d7d7d;
    position: absolute;
    top: -25px;
    text-decoration: line-through;
}

.action__price--colorized {
    color: red;
}

.products-item-bottom-old {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: line-through;
}

/* FOOTER MIDDLE - EDIT */
.footer-middle--contact,
.footer-middle--mail {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PAGINATION */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 600;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e20617;
    border-color: #e20617;
}

.pagination>li>a,
.pagination>li>span {
    color: #e20617;
}

.products-item-bottom--availability {
    display: block;
    color: #5eb518;
    font-size: 13px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.products-item-bottom--description {
    display: block;
    color: #999999;
    font-size: 13px;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

table {
    max-width: 100% !important;
}

.param-disabled {
    color: #d9d9d9;
}

.owl-basket .owl-nav {
    margin-top: 0;
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

.owl-basket .owl-nav button {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: absolute;
    top: calc(50% - 2.5rem);
    transform: translateY(-50%);
    overflow: hidden;
}

.owl-basket .products-item--wrap {
    margin-bottom: 5rem;
    height: calc(100% - 5rem);
}

.owl-basket .owl-stage {
    display: flex;
}

.owl-basket .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-basket .owl-item>div {
    width: 100%;
}

.owl-basket .owl-nav a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-basket .owl-nav .owl-prev {
    left: -4rem;
}

.owl-basket .owl-nav .owl-prev i {
    transform: rotate(-90deg);
}

.owl-basket .owl-nav .owl-next {
    right: -4rem;
}

.owl-basket .products-item-link {
    margin: 0 1px;
}

.owl-basket .owl-nav .owl-next i {
    transform: rotate(90deg);
}

.owl-basket .owl-nav i {
    color: #fff;
}

.table-reponsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 993px) {
    .basket-item-top {
        height: auto !important;
    }

    .basket-item td {
        display: block;
        float: unset !important;
        width: 100%;
        text-align: left !important;
        padding: 0 1rem .5rem !important;
        height: auto !important;
        line-height: unset !important;
    }

    .basket-item td.table-photo {
        padding: 1rem !important;
    }

    .basket-item td.basket-item-lastcol {
        padding: 0 1rem 1rem !important;
    }

    .basket-list-price span {
        font-weight: 400;
    }

    .basket-item-header {
        display: none !important;
    }

    .basket-item td * {
        padding: 0 !important;
    }

    .basket-item {
        position: relative;
    }

    .basket-item-close {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .basket-item-close a {
        float: right;
    }

    .basket-item-product:not(:last-of-type) {
        border-bottom: 0;
    }
}

@media (max-width: 850px) {
    .owl-basket {
        margin-bottom: 2rem;
    }

    .owl-basket .owl-nav {
        margin-top: 2rem;
    }

    .owl-basket .owl-nav button {
        position: unset;
        transform: none;
        margin: 0 .3rem !important;
    }

    .owl-basket .products-item-more {
        display: none !important;
    }

    .owl-basket .products-item-link:hover {
        border-bottom: 1px solid #e20617;
    }

    .owl-basket .products-item--wrap {
        margin-bottom: 0;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .fullbasket-send .kosik__btn {
        width: 100%;
        float: unset;
    }

    .fullbasket-send .kosik__btn:not(:last-child) {
        margin-bottom: .5rem;
    }
}

/* dpd */
.doprava-btn {
    color: #e20617;
}

.doprava-btn:hover {
    color: #e20617;
    text-decoration: underline;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-widget.ui-widget-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 500px #0000005e;
}

#dpd_dialog iframe {
    border: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 1200px) {
    .ui-dialog .ui-dialog-content {
        overflow: auto !important;
        height: 825px !important;
    }

    .ui-widget.ui-widget-content {
        width: 90% !important;
        overflow: scroll !important;
    }
}

.basket-total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem;
}

.basket-total-outer {
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    border-top: 0;
    box-shadow: inset 0 0 0 4px white;
}

.basket .basket-list .basket-fullprice-top,
.basket .basket-list .basket-fullprice-bottom {
    padding: 0;
}

.basket-total-warning {
    padding: .5rem;
}

.basket-total-orangebox {
    background-color: #e20617;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Muli", sans-serif;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: .5rem;
    padding: .5rem 1rem;
    margin-bottom: .875rem;
}

.basket-total-orangebox svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.basket-total .table-block {
    text-align: right;
    margin-left: auto;
}

.basket-total-warning {
    font-size: 15px;
    font-family: "Muli", sans-serif;
}

.basket-total-warning strong,
.basket-total-warning b {
    font-weight: 800;
}

.basket-total-warning p:not(:last-child) {
    margin-bottom: .25rem;
}

@media (max-width: 1200px) {
    .basket-total {
        flex-direction: column-reverse;
    }

    .basket-total .table-block {
        text-align: left;
        margin-left: 0;
    }

    .basket-total-warning {
        border-top: 1px solid #e4e4e4;
        width: 100%;
        padding: 0;
        padding-top: 1.25rem;
        margin-top: 1rem;
    }
}

@media (max-width: 993px) {
    .basket-total-outer {
        display: block;
    }
}


/* edit 18.9.25 - product detail revision popup */
.detail-revision-popup {
    position: relative;
    margin-left: 140px;
    margin-top: 16px;
    transform: translateX(-17px);
    padding: 17px;
    background-color: #f0f1f3;
    border: 1px solid #ccd2da;
}

.detail-revision-popup::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccd2da;
    border-right: 1px solid #ccd2da;
    background-color: #f0f1f3;
    position: absolute;
    top: 0;
    left: 14px;
    transform: rotate(-45deg) translate(9px);
}

.detail-revision-popup .custom-label {
    display: flex;
    gap: .25rem;
}

.detail-revision-popup .custom-label:not(:last-child) {
    margin-bottom: .5rem;
}

.detail-revision-popup .custom-label input {
    flex-shrink: 0;
}

.detail-revision-popup .custom-label span {
    display: block;
    color: #252525;
}

@media (max-width: 576px) {
    .detail-revision-popup {
        margin-left: 0;
        transform: none;
    }

    .detail-revision-popup .custom-label input {
        top: 1px;
    }
}



.header .header-top .header-user .languages .dropdown-menu {
    display: none;
    z-index: 999999999;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
}

.header .header-top .header-user .languages .dropdown-menu li {
    margin-right: 0;
}

.languages .dropdown-item {
    padding: .25rem .5rem;
}

.languages .header-rightbox-lang {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 5px 3px 8px;
    text-align: center;
    background-color: #e20617;
    text-decoration: none;
    text-transform: uppercase;
    height: 30px;
}

.languages .header-rightbox-lang::after {
    color: var(--highlight-color);
}

.languages .header-rightbox-lang svg {
    transition-duration: 0.1s;
    transform: rotate(90deg);
    fill: #fff;
    width: .875rem;
}

.languages .show svg {
    transform: rotate(270deg);
}

.languages .dropdown-toggle::after {
    display: none;
}

.languages .dropdown-menu {
    border: 2px solid var(--highlight-color);
    border-radius: 10px;
    min-width: 100%;
}

.languages .dropdown-menu .dropdown-item {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.languages .dropdown-menu .dropdown-item:active {
    background-color: var(--highlight-color);
}

.header .header-top .header-user .languages:hover .dropdown-menu {
    display: flex;
}


.shipping-box-flag svg {
    width: 35px;
    height: 35px;
}

.countryForm-row .first-col {
    width: 115px;
}

.countryForm-row .shipping-row {
    width: auto;
}

@media (max-width: 768px) {
    .basket .basket-tab-wrapper {
        display: block;
    }
}




/* PRODUCT POPUP WRAP */
.popup_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.popup_wrap .popup {
    display: inline-block;
    background: #fff;
    padding: 25px;
    margin: 0 auto;
    text-align: left;
    margin-top: 75px;
}
.popup_wrap h3.popup-title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.popup_wrap .table-popup h3 {
    font-size: 15px;
    margin-bottom: 0;
}
.popup_wrap .price {
    font-size: 18px;
    font-weight: 400;
    color: #ed2024;
}
.popup_wrap button.close {
    position: relative;
    z-index: 9999;
}
.popup_wrap .web-btn {
    display: inline-block;
    background: #ed2024;
    color: #fff !important;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px;
    border: none;
    transition: 0.2s all;
}
.popup_wrap table td {
    vertical-align: middle;
}
.popup_wrap .web-btn.btn-light {
    background: #fff;
    border: 1px solid #ed2024;
    color: #ed2024 !important;
    -webkit-appearance: inherit;
    opacity: 1;
    text-shadow: none;
    margin-right: 25px;
}
.popup_wrap .web-btn:hover, .popup_wrap .web-btn:focus {
    opacity: 0.7;
    text-decoration: none;
}
@media (max-width: 768px) {
    .popup_wrap .price {
        display: block;
        min-width: 85px;
    }

    .popup_wrap .web-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .popup_wrap .web-btn.btn-light {
        margin-right: 0;
    }
    .duck, .recommended__product--description {
      display: none!important;
    }
}