:root{ color-scheme: only light}
html {
    font-size: 16px !important;
}
body {
    font-family: 'HelveticaNeueCyr', sans-serif;
	font-weight: 400;
	color: var(--color-black);
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/*text-shadow: 0 0 1px rgb(20 22 25 / 5%);*/
    --swiper-pagination-color: #F9B1BB;
}
a, a:hover {
    color: var(--color-black);
    text-decoration: none;
}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Book Antiqua', sans-serif;
    color: var(--color-primary);
}
*/

/* .btn-primary-cart {
    --bs-btn-font-family: 'Book Antiqua', sans-serif;
    --bs-btn-border-radius: 1rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-weight: 600;
    --bs-btn-color: #433D3D;
    --bs-btn-bg: rgb(130 179 123 / 60%);
    --bs-btn-border-color: #82B37B;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #FBF6F6;
    --bs-btn-hover-border-color: #FEB9C3;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #433D3D;
    --bs-btn-active-bg: #82B37B;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #433D3D;
    --bs-btn-disabled-bg: #82B37B;
    --bs-btn-disabled-border-color: #82B37B;
    text-transform: uppercase;
} */

.btn-primary-cart {
    --bs-btn-font-family: 'Book Antiqua', sans-serif;
    --bs-btn-border-radius: 1rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-weight: 600;
    --bs-btn-color: #000000;
    --bs-btn-bg: #FBF6F6;
    --bs-btn-border-color: #FEB9C3;
    --bs-btn-hover-color: #433D3D;
    --bs-btn-hover-bg: rgb(130 179 123 / 60%);
    --bs-btn-hover-border-color: #82B37B;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #433D3D;
    --bs-btn-active-bg: #82B37B;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #433D3D;
    --bs-btn-disabled-bg: #82B37B;
    --bs-btn-disabled-border-color: #82B37B;
    text-transform: uppercase;
}

/* Top */
#top > div {
    display: flex;
    justify-content: space-between;
}
#top > div > div > a, #top > div > div > .dropdown {
    color: #999;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 15px;
    border-right: 1px solid;
    padding-right: 15px;
    display: inline;
}
#top > div > div > .dropdown > a {
    color: #999;
    text-decoration: none;
    font-size: .8rem;
}
#top > div > div > *:last-child {
    border: none;
}

/* Header */
header {
    padding: 15px 0;
}
.counter {
    font-size: .5rem;
    /*background: var(--color-black);*/
    background: var(--color-primary);
    color: #fff;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    line-height: 1rem;
    text-align: center;
}
.search input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.search button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
@media (min-width:768px) and (max-width:1280px) {
    #main-menu .nav-link {
        font-size: .8rem !important;
    }
    #top > div > div > a, #top > div > div > .dropdown, #top > div > div > a, #top > div > div > .dropdown > a {
        font-size: .6rem !important;
        padding-right: 0.5rem;
        margin-right: 0.5rem;
    }
}


/* Menu */
#offcanvasMenu .nav-link {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
}
#offcanvasMenu .nav-item .nav-item .nav-link {
    font-size: .9rem;
}
#main-menu .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    text-wrap: nowrap;
}
#main-menu .dropdown-menu {
    min-width: max-content;
}
#main-menu .dropdown-menu > li > .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/* Product list */
.product-thumb {
    margin-bottom: 25px;
}
.product-thumb .image {
    background: #f5f5f5 !important;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}
.product-thumb .image img {
    mix-blend-mode: multiply;
}
.product-thumb .name {
    color: var(--text-gray);
    font-size: 1rem;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    min-height: 3.85em;
    position: relative;
}

.product-thumb .price {
    font-weight: 600;
    font-size: 1rem;
}

.product-thumb .price-new {
    color: #b71111;
}
.product-thumb .price-old {
    font-weight: 400;
    color: #b71111;
    text-decoration: line-through;
    margin-left: 5px;
}
.product-thumb .description {
    display: none;
}

@media (max-width: 576px) {
    .product-thumb .buttons.bottom {
        display: block !important;
        position: unset !important;
    }

}

.product-thumb .buttons {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: .3s linear all;
}
.buttons.top {
    top: 10px;
    right: 10px;
    left: auto;
}
.product-thumb .buttons > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.product-thumb .buttons.top > div {
    flex-direction: column;
    width: max-content;
}
.product-thumb .buttons > div > .btn {
    background: #fff;
    border-radius: 0;
}
.product-thumb .buttons > div > .btn:hover {
    background: var(--color-black);
    color: #fff;
}
.product-list .product-thumb {
    display: flex;
    gap: 10px;
}
.product-list .product-thumb .description {
    display: block;
}
.product-thumb.out-stock .visible-opacity {
    display: none !important;
}
.product-list .visible-opacity {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .sets .set-product-cell, .sets .set-total-cell {
        height: 225px !important;
    }
    #product-product .nav-pills .nav-link {
        font-size: .8rem !important;
    }
    #product-tab-content .tab-pane {
        border: none !important;
        padding-top: 0 !important;
    }
    .breadcrumb .breadcrumb-item:last-child {
        display: none;
    }
}
@media (min-width:768px) {
    .product-thumb .caption + button {
        opacity: 1;
        width: 100%;
        transition: .3s linear all;
    }
    /* .product-thumb:hover .caption + button {
        opacity: 1;
        transition: .3s linear all;
    }
    .product-thumb:hover .buttons {
        opacity: 1;
        transition: .3s linear all;
    } */
}
/*
@media (min-width:768px) {
    .caption + button {
        display: none;
    }
    .product-layout:hover {
        position: relative;
    }
    .product-layout:hover > .product-thumb {
        position: absolute;
        left: 1em;
        top: 0;
        right: 1em;
        z-index: 1;
        background: #fff;
        padding-bottom: 20px;
    }
    .product-thumb:hover .caption + button {
        display: block;
    }
}
*/

.product-thumb.out-stock .image img {
    opacity: .3;
}
.product-thumb.out-stock .price {
    display: none;
}
.product-thumb.out-stock .caption + button {
    display: none;
}

/* Product list */
.product-list .product-thumb .caption {
    width: 100%;
}
.product-list .product-thumb .caption + button {
    height: fit-content;
    display: block !important;
    opacity: 1;
    width: initial !important;
}

/* Product page */
#product-product .thumbnails {
    position: relative;
}

#product-view {
    padding-top: 40px;
}
#product-view .main-image, #product-view #additional-images .swiper-slide {
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}
#product-view .main-image img, #product-view #additional-images .swiper-slide img {
    mix-blend-mode: multiply;
}
.rating a {
    padding: 0 10px;
}
.product-info h1 {
    font-size: 1.2rem;
    font-weight: 600;
}
.product-info .price {
    margin: 40px 0;
}
.product-info .price .regular, .product-info .price .new {
    font-size: 1.5rem;
    font-weight: 600;
}
.product-info .price .new {
    color: #dc3545;
}
.product-info .price .old {
    text-decoration: line-through;
    color: var(--text-gray);
}
.product-info .detail li {
    font-size: .9rem;
    padding: 5px 0;
}
.product-info .detail li span, .product-info .detail li a {
    color: #999;
    text-decoration: none;
    padding-left: 5px;
}
#quickViewModal #additional-images {
    display: none;
}
#product #input-quantity {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    text-align: center;
}
label[for="input-quantity"] {
    font-size: .8rem;
}
.product-info .tags {
    font-size: .9rem;
    margin-top: 15px;
}
#quickViewModal #product-view {
    padding: 0;
}
#product-product .nav-pills .nav-link {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
}
#product-tab-content .tab-pane {
    padding: 35px 25px;
    border: 1px solid #efefef;
    color: var(--color-gray);
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}
.set-rating {
    display: flex;
    gap: 10px;
    align-items: end;
    margin-top: 5px;
    margin-bottom: 15px;
}
.stars {
    display: flex;
    gap: 3px;
}
.star input {
    display: none;
}
.star i {
    font-size: 1.5rem;
    color: #999;
}
.star.active i {
    color: #ffc107;
}

/* Sets */
.sets-container {
    margin: 25px 0;
}
.sets {
    box-shadow: none;
}

/* Pagination */
.pagination {
    gap: 5px;
    flex-wrap: wrap;
}
.pagination > li > * {
    display: flex;
    width: 2rem;
    height: 2rem;
    border: 1px solid #efefef;
    align-items: center;
    justify-content: center;
}
.pagination > li.active > * {
    border-color: var(--color-black);
    background: var(--color-black);
    color: #fff;
}
/* Custom */
.menu-collapse-toggler:after {
    content: '\F64D';
    font-family: 'bootstrap-icons';
    transition: all linear .3s;
}
.menu-collapse-toggler.show:after {
    transform: rotate(45deg);
    transition: all linear .3s;
}
.menu-collapse {
    display: none;
}
.categories.list-group-flush > .list-group-item {
    display: flex;
    justify-content: space-between;
}
.categories.list-group-flush > .list-group-item > .total {
    color: #efefef;
}
.categories.list-group-flush > .list-group-item > .total {
    color: #999;
}

/* Module */
.module .title {
    font-size: 1.75rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: normal;
}
.module .title + .text {
    font-size: .85rem;
    color: var(--color-gray);
    font-weight: 400;
    margin: 15px 0 25px 0;
}
@media (min-width:768px) {
    .module .title + .text:before {
        content: "";
        width: 50px;
        height: 1px;
        background: var(--color-gray);
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
}
.module-mega-banner .carousel-control-next, .carousel-control-prev {
    width: auto;
    padding: 15px;
}
.blog-thumb {
    background: #fff;
}
.blog-thumb .caption {
    padding: 25px
}
.blog-thumb .image {
    overflow: hidden;
}
.blog-thumb .image img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog-thumb:hover .image img {
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}
.blog-thumb .caption a {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-black);
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-thumb .caption p {
    color: var(--color-gray);
    font-size: .9rem;
}
.blog-thumb .link {
    padding: 0 25px 25px 25px;
}
.blog-thumb .link a {
    color: var(--color-black);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog-thumb .link a:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #1e1e1f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog-thumb .link a:hover {
    color: var(--color-gray);
}
.blog-thumb .link a:hover:before {
    background: var(--color-gray);
    opacity: 0.7;
    width: 24px;
}
.advantage .caption .title {
    font-weight: 700;
    color: var(--color-black);
}

/* Category page */
#product-category .description {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}

/* Blog page */
#information-blog .description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: justify;
}
#information-blog .description img {
    max-width: 100% !important;
    height: auto !important;
}

.subscribe .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}
.subscribe .description {
    color: var(--color-gray);
    font-size: .8rem;
}
.subscribe #respond .input-group {
    border-bottom: 2px solid #efefef;
}
.subscribe #respond .input-group input {
    border: none;
    background: none;
    border-radius: 0;
}

/* Swiper */
.swiper-button-prev, .swiper-button-next, .swiper-button-prev.swiper-button-disabled {
    width: auto;
    /*display: none;*/
    opacity: 0;
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next{
    /*display: flex;*/
    transition: .3s;
    opacity: 1;
}
.swiper:hover .swiper-button-disabled {
    opacity: .5;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: var(--color-black);
    border: 2px solid;
    font-size: 1.3rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
    background: var(--color-black);
    border-color: var(--color-black);
    color: #fff;
    transition: .3s;
}

/* Breadcrumbs */
.breadcrumbs {
    background: #f5f5f5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcrumbs .breadcrumb {
    margin: 0;
    justify-content: center;
}
.breadcrumbs h1 {
    text-align: center;
}
.breadcrumbs .breadcrumb a {
    color: var(--color-gray);
    text-decoration: none;
    font-size: .8rem;
}

/* Bootstrap */
.nav-pills .nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--color-gray);
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: none;
    color: var(--color-black);
    text-decoration: underline;
}
.list-group-flush>.list-group-item {
    border: none;
    font-size: .9rem;
}
.list-group-flush>.list-group-item.active {
    color: inherit;
    background: inherit;
    border-color: inherit;
}
.list-group-flush>.list-group-item.active > span:first-child {
    text-decoration: underline;
}
.ex-top-group {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.ex-button-right-block {
    text-align: center;
}
.ex-sort {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .tooltip {
        display: none !important;
    }
    #input-sort, #input-limit {
        font-size: .8rem;
    }
    .review-title-container {
        flex-wrap: wrap;
    }
    .review-title-container > * {
        width: 50%;
    }
    .rating-container {
        text-align: left;
    }
    .swiper-button-prev, .swiper-button-next, .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }
}
@media (max-width: 991px) {
    #offcanvasCart {
        z-index: 10000000000;
    }
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
    .ex-top-group {
        flex-direction: row;
        justify-content: space-between;
    }
    .ex-sort {
        margin: 0;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--color-primary);
}
.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

/* Contact Page */
#information-contact .card strong {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
#information-contact .card {
    font-size: 1rem;
}
.address-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.address-item .icon {
    font-size: 1rem;
    color: #fff;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
}
.address-item .text strong {
    display: block;
}
address {
    margin: 0;
}
.toast a {
    text-decoration: underline;
}

/* Footer */
footer {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
    padding: 45px 0;
}
footer a {
    color: #999;
    text-decoration: none;
}
footer hr {
    color: #999;
}
footer .trigger .chevron {
    transition: all linear .3s;
}
footer .trigger.active .chevron {
    transform: rotate(180deg);
}

footer .title {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
footer .telephone {
    font-size: 1.2rem;
    color: #999;
    font-weight: 600;
}
footer .text, footer .nav-link, footer .copyright {
    color: #999;
    font-size: .8rem;
    font-weight: 600;
    transition: .3s linear all;
    padding-left: 0;
    padding-right: 0;
}
footer .nav-link:hover {
    color: #fff;
    margin-left: 7px;
}
footer .social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
footer .social a {
    font-size: 0.8rem;
    color: #fff;
    background: #373d42;
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: .3s linear all;
}
footer .social a:hover {
    background: #fff;
    color: #333;
}
footer .payment {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
footer .payment img {
    height: 35px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(25deg) brightness(101%) contrast(105%);
    opacity: .4;
}
footer .bottom-links {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
footer .bottom-links > li {
    list-style: none;
}
footer .bottom-links > li:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
footer .bottom-links > li > a {
    color: #fff;
    font-size: .8rem;
    transition: .3s linear all;
}
footer .bottom-links > li > a:hover {
    text-decoration: underline;
}
footer .logo {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(25deg) brightness(101%) contrast(105%);
}

/* Global */
.required {
    position: relative;
}
.required:before {
    content: '*';
    position: absolute;
    color: #b71717;
    font-size: 1rem;
    top: 2px;
    right: 5px;
    z-index: 1;
}
iframe.note-video-clip {
    max-width: 100%;
    max-height: calc(100vw/16*8);
}
.mfp-img {
    background: #fff;
}

/* Experiment with cart buttons */
.product-thumb > .btn-dark {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #433D3D;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.8rem;
}

.nav-link[href~='https://joiavegan-shop.com/index.php?route=product/special'] {
    color: #bf1313 !important;
}

.out-stock .btn-primary-cart {
    display: none !important;
}

.ex-reviews-page .review-container {
    border: 1px solid #efefef;
}

.module-advantages + .subscribe {
    margin-top: 0 !important;
}

.accordion {
    --bs-accordion-active-bg: #F9B1BB;
    --bs-accordion-active-color: #433D3D;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(249, 177, 187, 0.5);
}

@media screen and (min-width: 768px) {
    #product-product .thumbnails {
        position: sticky;
        top: 25px;
    }
}

@media (min-width: 991px) {
    .product-thumb .visible-opacity {
        opacity: 0;
        transition: .3s linear all;
    }
    .product-thumb:hover .visible-opacity {
        opacity: 1;
    }
    .product-thumb .name {
        -webkit-line-clamp: 2;
        min-height: 2.5em;
    }
}
.social_block {
    transform: scale(0.8);
}

/* Product Page */
#tab-description a > font {
    color: #333;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #f9b0bb;
    text-underline-offset: 3px;
}

#tab-description a > font:before {
    content: '\F470';
    font-family: 'bootstrap-icons';
    color: #999;
    font-size: .85em;
    padding-right: .25em;
}

@media (max-width: 767px) {
    .set_table {
        flex-wrap: wrap;
    }

    .sets .set-product-cell, .sets .set-total-cell {
        min-width: 165px;
    }
}