html {
    background-color: #DFEDF5;
}

body {
    max-width: 1560px;
    margin: 0 auto;
    font-family: "Jost";
    color: #242424;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    font-family: "Mohave";
    text-transform: uppercase;
}

.btn {
    background: #242424;
    min-height: 48px;
}

section h1 {
    font-size: 28px;
}

section.products h2,
.categories h2,
.section-news__header .section-news__title {
    font-size: 28px;
    margin-bottom: 30px;
}

.page-content p,
.page-content strong,
.page-content b,
.page-content i,
.page-content u {
    color: #242424;
}

.page-content strong,
.page-content b {
    font-weight: 600;
    margin: 0;
}

.header-notice {
    background: #488F2B;
    min-height: 40px;
    display: flex;
    align-items: center;
}

header {
    background: #fff;
}

.header-main {
    padding: 21px 0;
}

.header-top {
    background: #F7F7F9;
    color: #242424;
}

.logo img {
    height: 30px;
    width: auto;
}

.nav-link,
.nav-linkDesktop {
    font-family: "Mohave";
    text-transform: uppercase;
    font-size: 17px;
    color: #242424;
    background: #fff;
}

nav {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

nav>.container {
    background: transparent;
}

.header-top__links a {
    color: #5B606D;
}

.search__input {
    background: #F7F7F9;

}

.search__button {
    background: #F7F7F9;
}

.header-nav .cart.--active .cart-title {
    display: none;
}

.header-nav .user__title {
    display: none;
}

.product-detail__cta {
    display: flex;
    flex-direction: row;
    padding: 0px;
    background: #fff;
}

.product-detail__title {
    font-size: 30px;
    padding-bottom: 20px;
}

.product-card {
    outline: 1px solid #E5E5E5;
}

.cart-heading {
    background: #fff;
    padding: 40px 0;
    box-shadow: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.social {
    display: none;
}

.carousel .prev,
.carousel .next {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.carousel .prev {
    left: 0;
}

.page-heading h1 {
    font-size: 32px;
}

.header-nav .cart {
    color: #242424;
    margin: 0;
}

.header-nav .user__title {
    color: #242424;
}

.header-nav .user {
    margin: 0 0px 0 0;
}

@media screen and (max-width: 991px) {
    .header-main {
        background: #fff;
    }

    #navToggle span {
        background: #242424;
    }

    #navToggle span::before,
    #navToggle span::after {
        background: #242424;
    }
}



section.products h1,
section.categories h1 {
    font-size: 28px;
}

section.carousel {
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
    background-image: linear-gradient(0deg, #F7F7F9 50%, #ffffff 120px);
}

section.points {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7F7F9;
}

section.products {
    padding-bottom: 60px;
    padding-top: 60px;
}

footer {
    background: #F7F7F9;
    padding: 60px 0 0 0;
    content-visibility: auto;
}

section.copyright {
    padding: 40px 0;
    border-top: 1px solid #E5E5E5;
    margin-top: 60px;
}

.section-news__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.section-news__header .section-news__title {
    margin: 0;
    padding: 0;
}

.section-news__header .btn {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    color: #242424;
    min-height: 44px;
    padding: 0 18px;
}

section.contact {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 180px;
    background-color: #383E31;
}

.contact__img {
    margin-top: 0px;
    padding: 0 60px;
}

.contact__wrap {
    flex-direction: row;
    gap: 40px;
    color: #fff;
}

.contact__content {
    background-color: transparent;
    display: flex;
    padding: 0;
    background-image: none;
    justify-content: flex-end;
    height: 100%;
}

.contact__title {
    color: #fff;
}

@media screen and (min-width: 992px) {

    .product-card:hover,
    .product-card:active,
    .product-card:focus {
        z-index: 2;
        height: 100%;
        margin-bottom: 0;
        outline: none;
    }

    .product-card:hover .product-card__link,
    .product-card:active .product-card__link,
    .product-card:focus .product-card__link {
        text-decoration: none;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, .08);
        height: 100%;
        position: relative;
        left: 0;
        right: 0;
    }

    .product-card:hover .product-card__link .product-card__description,
    .product-card:active .product-card__link .product-card__description,
    .product-card:focus .product-card__link .product-card__description {
        display: none;
    }

    .product-card .product-card__link .product-card__btn {
        display: flex;
        margin-top: 0px;
    }

    .product-card:hover .product-card__link .product-card__btn,
    .product-card:active .product-card__link .product-card__btn,
    .product-card:focus .product-card__link .product-card__btn {
        display: flex;
        margin-top: 0px;
    }

    .product-card:hover .product-card__link .product-card__delivery,
    .product-card:active .product-card__link .product-card__delivery,
    .product-card:focus .product-card__link .product-card__delivery {
        padding-top: 0px;
    }

}

.product-card__bottom-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.product-card__btn {
    background: #488F2B;
    min-height: 40px;
    height: 40px;
    padding: 0 18px;
}

.product-card__bottom {
    width: 100%;
    padding: 0;
}

.product-card__price {
    justify-content: flex-start;
    padding-top: 5px;
}

.product-card__deliveryText {
    margin: 0;
    color: #479429;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    padding-left: 6px;
    text-transform: capitalize;
}

.product-detail__code a {
    display: none;
}

.product-detail__stock {}

.btn.--green {
    background: #479429;
}

.product-detail__button {
    width: 100%;
}

.product-detail__button button {
    min-height: 58px;
    padding: 0 30px;
    font-family: "Mohave";
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 3px;
}

.product-detail__button button img {
    margin-top: -5px;
}

.product-detail__qty.stepper {
    height: 58px;
    flex-shrink: 0;
}

.product-detail__qty.stepper span,
.product-detail__qty.stepper input {
    border-color: #242424;
    height: 58px;
}

.product-detail__carousel {
    border: 1px solid #E5E5E5;
}

.product-detail__photos {
    margin-right: 50px;
}

.product-card__tags {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
}

.product-card__tagsRight {
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
    z-index: 1;
    text-align: right;
}

.product-detail__thumbs {
    margin: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-detail__thumbWrap {
    width: 100%;
    outline: 1px solid #E5E5E5;
}

.footer__title {
    font-family: "Mohave";
    font-size: 18px;
    text-transform: uppercase;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 500;
}

.footer__title::after {
    content: "";
    height: 3px;
    width: 20px;
    background: #479429;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-card__priceMain {
    color: #CF4823;
}

.nav-link img,
.nav-linkDesktop img {
    margin-top: -5px;
}

section.products h1,
section.categories h1 {
    padding-bottom: 30px;
}

.header-nav .cart__icon {
    margin-right: 5px;
}

.contact__text small {
    color: #fff;
}

.section-news {
    background: #F7F7F9;
    padding: 80px 0 70px 0;
}

.section-news__header {
    margin-bottom: 20px;
}

.news-single__dateWrap {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.news-single__bottom {
    padding: 25px;
    padding-bottom: 30px;
    background: white;
}

.news-single__bottom span {
    font-weight: 500;
    border-bottom: 2px solid #479429;
    display: inline-flex;
    margin-top: 0px;
    padding-bottom: 5px;
}

.news-single__title {
    font-family: "Mohave";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
}

section.categories .row .col-md-4:last-child {
    display: none;

}

.categories-single {
    padding: 0;
    position: relative;
}

.categories-single__content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: column;
}

.categories-single__link {
    padding: 0;
}

.categories-single img {
    aspect-ratio: 10/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__container.--cart .btn.--cart {
    background: #479429;
}

.btn.--cart {
    background: #479429;
    width: 100%;
    height: 62px;
}

.cart-item-price,
.cart-item-code-price {

    color: #CF4823;

}

.cart-aside__row.--main .cart-aside__table-td {
    color: #CF4823;
}

a {
    color: #488F2B;
    text-decoration: none;
}

.product-card__title {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}

.product-card__priceMain {
    margin: 0;
    font-size: 17px;
}

.product-card__price {
    padding-top: 8px;
}

.tag.--new {
    background: #E3EFDF;
    color: #479429;
}

.tag.--sale {
    background: #F8E4DE;
    color: #CF4823;
}

.tag.--recommended {
    background: #F7F7F9;
    color: #242424;
}

.product-card__tagsRight {
    position: absolute;
    left: auto;
    right: -10px;
    top: -10px;
    z-index: 1;
    text-align: right;
}

.product-card__thumb {
    position: relative;
    padding-bottom: 95%;
}

.cart-aside {
    padding: 30px;
    position: sticky;
    top: 20px;
    background: #fff;
    border: 1px solid #E5E5E5;
}

.cart-content .row {
    gap: 60px;
    display: grid;
    grid-template-columns: 4fr 2fr;
    margin: 0;
}

.cart-content .row .col-12 {
    width: 100%;
    padding: 0;
}

.cart-heading__item.--complete .cart-heading__icon::after {
    content: "";
    background: white;
    background-image: url("https://ryboteka.cz/img/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}

.cart-heading__item.--complete .cart-heading__title {
    color: #488F2B;
}

#modal-login .btn.--fullWidth,
#register-form .btn.--fullWidth,
#password-form .btn.--fullWidth,
#cart-form .btn.--cart {
    background: #488F2B;
    font-size: 17px;
    font-family: "Mohave";
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
    text-transform: uppercase;
    height: 52px;
}

#modal-login .btn.--fullWidth img,
#register-form .btn.--fullWidth img,
#password-form .btn.--fullWidth img {
    margin-top: -5px;
}

.form-group .g-recaptcha {
    margin-bottom: 20px
}

.product-detail__description h2,
.product-detail__parameters h2 {
    font-size: 22px;
}

.contact__text {
    font-size: 18px;

}

.contact__title {
    max-width: 420px;
}

.cart-table-personal .cart-table__title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    width: 100%;
    max-width: 540px;
    text-transform: none;
    color: #242424;
}

.form-subtitle,
.cart-table-personal .cart-table__title {
    font-size: 20px;
    font-family: "Mohave";
    font-weight: 600;
    line-height: 1;
    padding-top: 5px;
    text-transform: uppercase;
}

#ratingSection {
    padding: 0;
    border: 0;
}

#ratingSection .vote-wrap {
    border: 1px solid #E5E5E5;
    padding: 20px;
}

#ratingSection .rating-section-inner {
    padding: 80px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 0;
}

.section-about {
    padding: 0;

}

.section-about .container {
    display: flex;
    gap: 60px;
    padding-top: 80px;
    border-top: 1px solid #E5E5E5;
    align-items: flex-end;
    justify-content: space-between
}

.section-about__col {
    padding: 0px 0 70px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    max-width: 440px;
}

.section-about__col h2 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.section-about__col p {
    font-size: 16px;
    color: #5B606D;
}

.section-about__col .btn {
    margin-top: 20px;

}

section.categories {
    padding: 0 0 80px 0;
    background-image: linear-gradient(0deg, #F7F7F9 65%, #ffffff 65%);
}

@media screen and (max-width: 991px) {
    section.categories {
        padding: 0 0 60px 0;
    }
}

section.contact {
    background-image: url("https://ryboteka.cz/img/footer-cta.png");
}

.header-top__links a:hover {
    color: #242424;
}

.footer-logos {
    padding-bottom: 0;
    padding-top: 60px;
}

.footer-logos .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.subcategories .row {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px
}

.subcategories .row .col-8 {
    width: 100%;
    padding: 0;
    outline: 1px solid #242424;
}

.subcategories__single {
    padding: 0;

}

.subcategories__link {
    border: 0;
    height: 60px;
}

.product-detail__photos .product-card__tags {
    margin: 20px;
}

.product-detail__photos .product-card__tagsRight {
    margin: 20px;
}

.product-detail__priceMain span:last-child {
    color: #CF4823;
}

.product-detail__thumb {
    padding-bottom: 100%;
}

@media screen and (max-width: 991px) {
    .product-detail__photos {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .product-detail {
        padding-top: 20px;
    }

    #searchToggle img,
    .header-nav .user__icon img,
    .header-nav .cart__icon img {
        filter: none;
    }

    nav {
        background: #fff;
        position: fixed;
        border-bottom: 0;
    }

    header {
        padding-top: 60px;
    }

    .header-main {
        height: 60px;
        padding: 0;
    }

    .logo img {
        height: 24px;
        width: auto;
    }

    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus {
        color: #242424;
    }

    .nav-submenu {
        background: #F7F7F9;
        color: #242424;
    }

    .nav-submenu__title {
        color: #242424;
    }

    .header-nav .cart__number {
        border: 1px solid #fff;
        top: 32px;
        left: 24px;
    }

    .section-about .container {
        flex-direction: column;
        align-items: center;

        gap: 30px;
    }

    .section-about__col {
        max-width: 100%;
        padding: 0;
    }

    .footer-logos {}

    .footer-logos .container {
        flex-direction: column;
        gap: 10px;
    }

    section.copyright {
        margin-top: 50px;
        padding: 30px 0 30px 0;
    }

    .footer__title {
        padding: 40px 0 10px 0;
    }

    footer {
        padding: 20px 0 0px 0;
    }

    .header-notice {
        min-height: 36px;
    }

    section.points {
        padding: 20px 0;
    }

    .nav-submenu .row>* {
        width: 100%;
    }

    section.contact {
        background: #383E31;
    }

    .header-nav .cart__icon {
        margin-right: 0px;
    }

    .cart-content .row {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .news-single {
        align-items: stretch;
        margin: 10px 0;
    }

    .section-news {
        padding: 60px 0;
    }

    section.contact {
        height: auto;
    }

    section.contact .contact__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        flex-wrap: nowrap;
    }

    .contact__title {
        text-align: center;
    }

    .cart-content {
        padding: 40px 0;
    }

    .form-subtitle,
    .cart-table-personal .cart-table__title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {

    .product-detail__photos .product-card__tags {
        margin: 10px 0;
    }

    .product-detail__photos {
        margin-right: -10px;
    }

    .product-detail {
        padding-top: 0px;
    }

    section.copyright {
        margin-top: 30px;
        padding: 30px 0 30px 0;
    }

    footer {
        padding: 0px 0 0px 0;
    }

    .product-detail__title {
        font-size: 26px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .contact__title {
        padding-bottom: 10px;
    }

    .contact__wrap {
        flex-direction: column;
        gap: 10px;
    }

    .product-detail__cta {
        flex-direction: column;
        gap: 20px;
    }

    .product-detail__qty.stepper {
        width: 100%;
    }

    .product-detail__button {
        margin: 0;
    }

    .section-news__header {
        flex-direction: column;
        gap: 10px;
    }

    .section-news {
        padding-bottom: 40px;
    }

    .section-about .container {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .cart-heading {
        padding: 0;
    }
}

.subcategories {
    padding-top: 0px;
    padding-bottom: 0px;
}

.filter__button {
    background: #488F2B;
}

@media screen and (max-width: 991px) {
    .subcategories .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 575px) {
    .subcategories .row {
        grid-template-columns: 1fr 1fr;
        padding: 1px;
    }
}

@media screen and (max-width: 575px) {
    .products-heading {
        padding: 0;
    }

    section.products {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.page-heading+section.products {
    padding-top: 0;
}

.filter__button {
    display: flex;
    height: 50px;
    padding: 0 30px;
}

.filter__button img {
    order: -1;
    margin: 0 10px 0 0;
}

a.breadcrumbs__item {
    color: #242424;
}

.modal__container {

    position: relative;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: auto;
}


.blog-side {
    display: none;
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.news-single.--full {
    margin: 0;
}

.news-single.--full .news-single__title {
    color: #242424;
}

.news-single.--full .news-single__bottom {
    padding: 20px 0;
}

.footer-logos-col {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logos-col img {
    height: 20px;
}

.news-single.--full .news-single__top {
    min-height: auto;
    aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-single.--full {
        display: flex;
        gap: 20px;
    }

    .news-single.--full .news-single__top {
        min-height: auto;
        aspect-ratio: 16 / 9;
        height: 100%;
    }
}

.categories-single__text {
    color: #5B606D;
    height: auto;
}

.products-heading {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.products-heading .products-sort {
    margin: 0;
    border: 0;
    width: 200px;
    position: relative;

}

.products-sort form {
    background-color: white;
    background-image: url("https://www.ryboteka.cz/ikony/cheveron.svg");
    background-position: right 20px top 22px;
    background-repeat: no-repeat;
    flex-direction: column;
    height: 50px;
    width: 100%;

    border: 1px solid #E5E5E5;
}

.products-sort__single {
    height: 50px;
    margin: 0;
    width: 100%;
}

.products-sort__single.--checked {
    order: -1;
}

.products-sort__single label {
    border: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.products-sort__single input:checked+label {
    border: 0;
}

.products-sort__single input:checked+label::after {
    content: none;
}


.products-sort.--active {
    height: auto;

    overflow: visible;
    position: relative;
    z-index: 9;
}

.products-sort.--active form {
    height: auto;

    position: absolute;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 575px) {
    .filter {
        margin-bottom: 0px;
    }

    .products-heading .products-sort {
        margin-bottom: 20px;
        width: 100%;
    }

    .products-sort.--active form {
        position: relative;
    }
}

.carousel-content {
    display: flex;
    gap: 10px;

}

.carousel-wrapper {
    flex-shrink: 1;
    width: 65.3846%;
}

.carousel__side {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 10px;
    justify-content: stretch;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner>div,
.carousel-inner>div>div {
    height: 100%;
}

.carousel .item {
    height: 100%;
}

.carousel .item picture {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.carousel .item picture img {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .carousel-wrapper {
        width: 100%;
    }

    .carousel-content {
        flex-direction: column;
    }

    .carousel__side {
        flex-direction: row;
    }
}

@media screen and (max-width: 575px) {
    .carousel__side {
        display: none;
    }
}

article .article-thumb {
    display: flex;
    height: 520px;
    width: 100%;

}

article .article-thumb img {
    height: 100%;
    object-fit: cover;
    display: flex;
}

.fotogalerie-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 40px;
}

.fotogalerie-wrap a {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
}

.fotogalerie-wrap a img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .fotogalerie-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.categories-single img {
    transition: .5s ease opacity;
}

.categories-single:hover img,
.categories-single:active img,
.categories-single:focus img {
    opacity: .8;
}

.news-page #lightbox {
    opacity: 1;
    visibility: visible;
    transition: all 0s ease;
    bottom: auto;
}

.searchAutocomplete__link {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #020203;
    display: flex;
    align-items: center;
}

.searchAutocomplete__item img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.modal__side {
    display: flex;
}

#modal-login .modal__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 820px;
}

@media screen and (max-width: 991px) {
    #modal-login .modal__container {
        flex-direction: column;
    }

    #modal-login .modal__side {
        order: -1;
        width: 100%;
        height: 200px;
    }

    #modal-login .modal__side img {
        width: 100%;
    }
}

.page-content .rate-average-wrap {
    position: sticky;
    top: 0;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-info section {
    border: 1px solid #E5E5E5;
    padding: 40px 30px;
}

.contact-info section p {
    margin: 0;
}

.alert-success {
    border: 0;
    margin: 0;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: #488F2B;
    display: inline-flex;
    width: auto;
}

.contact-info section h2 {
    position: relative;
    margin-bottom: 20px;
}

.contact-info section h2::after {
    content: "";
    height: 3px;
    width: 20px;
    background: #479429;
    position: absolute;
    bottom: 0;
    left: 0;
}

#pageDescriptionFull h2 {
    padding-top: 10px;
    font-size: 24px;
}

#pageDescriptionFull h3 {
    padding-top: 10px;
    font-size: 20px;
}

#pageDescriptionFull h4 {
    font-size: 18px;
}

#pageDescriptionFull h5 {
    font-size: 16px;
}

#pageDescriptionFull p {
    color: #242424;
    margin-bottom: 20px;
    padding: 0;
}

#pageDescriptionFull ul {
    margin-bottom: 30px;
}

#pageDescriptionFull strong,
#pageDescriptionFull b {
    font-weight: 600;
}

.article-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.footer__link {
    cursor: pointer;
}

.page-content .vote-grid {
    padding-top: 0px;
    border-top: 0;
}

.page-content .vote-wrap {
    border: 0;
    outline: 1px solid #e5e5e5;
    padding: 30px;
    margin: 0;
}

.page-content .vote-rating .stars {
    position: relative;
}

.header-nav .cart__number {
    background: #479429;
}

.cart-table-shipping {
    gap: 1px;
}

.cart-table-shipping-item {
    border: 0;
    outline: 1px solid #e5e5e5;
    margin-top: 0px;

}

.page.--narrow {
    border: 1px solid #242424;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
}

.cart-table-personal {
    margin-top: 0px;
}

.cart-aside .btn.--cart {
    background: #488F2B;
    font-size: 17px;
    font-family: "Mohave";
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
    text-transform: uppercase;

}

.cart-aside .btn.--cart img {
    margin-top: -5px;
}

.cart-table-items {
    gap: 20px;
    margin-top: 20px;
}

.cart-item {
    border: 0;
    outline: 1px solid #E5E5E5;
    padding: 30px;
}

.cart-aside__code input {
    height: 48px;
}

.cart-aside__code .btn {
    height: 48px;
}

.product-detail__stock {
    font-size: 15px;
}

.cart-summary__item-price,
.cart-summary__price-sum td:last-child {
    color: #CF4823;
}

.tag.--circleSale {
    background-color: transparent;
    background-image: url("https://ryboteka.cz/img/icons/tag-sale.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 54px;
    width: 42px;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 5px;
}

.product-detail__photos .tag.--circleSale {
    height: 76px;
    width: 60px;
    font-size: 17px;
    padding-bottom: 5px;
}

.product-detail {
    padding: 30px 0 60px 0;
}

.cart-item-stock.--available {
    color: #488F2B;
    text-transform: capitalize;
}

.cart-empty {
    border-top: 1px solid #E5E5E5;
}

.product-card__delivery {
    justify-content: flex-start;
}

.tag.--free-delivery {
    width: auto;
    height: 24px;
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: 10px;
    background: #E3EFDF;
    color: #479429;
}

.product-card__title {
    padding-bottom: 0px;
}

.product-card__top {
    padding-bottom: 20px;
}


@media screen and (min-width: 992px) {
    .nav-item.expandable:hover .nav-submenu {
        display: none !important;
    }

    .nav-item.expandable:hover~.nav-item-backdrop {
        display: none !important;
    }



    .nav-item.expandable.hover-enabled.hovering .nav-submenu {
        display: block !important;
    }

    .nav-item.expandable.hover-enabled.hovering~.nav-item-backdrop {
        display: block !important;
    }



}


#productGalleryModal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    display: flex;
}

body.--activeProductCarousel {
    overflow: hidden;
}

body.--activeProductCarousel #productGalleryModal {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;

    z-index: 99;
    justify-content: center;
}

body.--activeProductCarousel #productGalleryBackdrop {
    display: flex;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#productGalleryModal .modal-dialog {
    position: relative;
    max-width: 1300px;
}

#productGalleryModal .slider-nav-dark .slider-nav::after {
    background-color: white;
}

#productGalleryClose {
    background: white;
    padding: 5px 10px;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

.page-content li strong {
    display: inline-block;
    margin: 0;
}

.user__company {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}

#productGallery .slider-item-ratio .slider-container>*>* {
    object-fit: contain;
}

#productGallery .slider-container>* {
    background: #fafafa
}

#productGallery #pgallery.slider-item-ratio-1x1 {
    --swiffy-slider-item-ratio: 4/3;
}

.variants__item-price {
    font-weight: 600;
    color: #e30909;
    flex-grow: 1;
    text-align: right;
    justify-content: flex-end;
}

.variants__item.--active .variants__item-price {
    padding-right: 20px;
}

.variants__item {
    height: 64px;
    border-bottom: 1px solid #e5e5e5;
}

.variants__item-text {
    display: flex;
    flex-direction: column;
}

.variants__item-text span {
    color: #399841;
    font-size: 13px;
}

.variants__list-wrap,
.variants__list {
    height: 64px;
}

.variants__item-price {
    display: flex;
    flex-direction: column;
}

.variants__item-price small {
    text-decoration: line-through;
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 400;
    line-height: 1.2;
}