@charset "UTF-8";

/* CSS Document */
/*
Theme Name: AUTHENTIC SIBERIA
Version: 1.207
Description: 
Author: Laika
Author URI: http://laikaweb.ru/
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.img-fluid {
    max-width: 100%;
    height: auto;
}

.intro-slider__item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
}

.intro-slider-container {
    position: relative;
    z-index: 1;
}

.home .header:not(.header_hidden, .header_notop) {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.home.no-scroll .header .header-menu {
    color: #000000;
}

body:not(.home) .header {
    border-bottom: 1px solid #dee2e6;
}

/* .home .header-logo__img{
    transition: filter .3s linear;
} */
body .header-logo__img {
    max-width: 100px;
    width: 100%;
}

body.home:not(.mobile-menu-open) .header:not(.header_hidden, .header_notop) .header-logo__img {
    /* filter: brightness(50); */
    filter: invert(1);
}

.home .search-button>img {
    transition: filter .3s linear;
}

body.home:not(.mobile-menu-open) .header:not(.header_hidden, .header_notop) .search-button>img {
    filter: invert(1);
}

body.home:not(.mobile-menu-open) .header:not(.header_notop) .mobile-menu-btn span {
    background-color: #fff;
}

.home .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.home.admin-bar .header:not(.header_notop) {
    top: 0;
}

.home .header:not(.header_hidden, .header_notop) .header-menu a:hover {
    border-color: #fff;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

a,
a:hover {
    color: inherit;
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0;
}

.text-center {
    text-align: center;
}

b,
strong {
    font-weight: 500;
}

.no-scroll {
    overflow: hidden;
}

.wrapper {
    /* overflow: hidden; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.footer {
    margin-top: auto;
}

.header {
    padding: 20px 0;
    font-size: 14px;

    position: sticky;
    top: 0;

    border-bottom: 1px solid transparent;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-size: 18px;
}

.header-menu a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    /* text-transform: uppercase; */
}

.header-menu a:hover {
    color: inherit;
    border-color: #000000;
}

.header-menu ul li:not(:last-child) {
    margin-right: 45px;
}

.search-button {
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    margin-right: 22px;
    flex-shrink: 0;
}

/* slider */
.intro-slider {
    overflow: hidden;
    background: #cccccc;
}

.intro-slider .slick-slide {
    line-height: 0;
}

.intro-slider.slick-dotted.slick-slider {
    margin: 0;
}

.intro-slider__item {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}

/*устанавливаем неактивными все слайды в слайдере кроме первого*/
.intro-slider .intro-slider__item:not(:first-child) {
    display: none;
}

/*устанавливаем все слайды в слайдере активными после инициализации slick-slider*/
.intro-slider.slick-initialized .intro-slider__item:not(:first-child) {
    display: block;
}

.slick-dots {
    bottom: 30px;
    line-height: 1;
}

.slick-dots li {
    padding: 0;
    width: 30px;
    height: 5px;
    margin: 0 12px;
}

.slick-dots li button {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.slick-dots li.slick-active button {
    background: #e6401e;
}

.slick-dots li button:before {
    display: none;
}

@media(min-width: 768px) {
    .intro-slider .slick-dots {
        width: auto;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: unset;
    }

    .intro-slider .slick-dots li {
        display: block;
        width: 5px;
        height: 30px;
        margin: 12px 0;
    }
}

.intro-slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.5;
}

.intro-slider__title {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    max-width: 1000px;
    text-align: center;
    color: #ffffff;
    /* text-transform: uppercase; */
}

.intro-slider__btn {
    display: inline-block;
    padding: 10px 38px;
    border: 2px solid #ffffff;
    /* text-transform: uppercase; */
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.intro-slider__btn:hover {
    background: #ffffff;
    color: #000000;
}

/* /slider */
.goods {
    padding-top: 100px;
}

.goods+.goods {
    padding-top: 40px;
}

.goods {
    padding-bottom: 40px;
}

.goods__title {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    font-size: 32px;
    /* text-transform: uppercase; */
    font-weight: 300;
}

.about {
    clear: both;
    padding-top: 40px;
    padding-bottom: 50px;
}

.about__title {
    font-weight: 300;
    font-size: 36px;
    margin: 0;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

.row-about>.page-title {
    margin-bottom: 20px;
}

.about__text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
}

.about__btn {
    margin-top: 24px;
}

.btn {
    display: inline-block;
    padding: 10px 38px;
    /* text-transform: uppercase; */
    border: 1px solid #000000;
    text-decoration: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    border-radius: 0;
}

.btn:hover {
    background: #000000;
    color: #ffffff;
}

.about__text {
    padding-left: 50px;
}

.instagram {
    clear: both;
    padding: 40px 0;
}

/* .footer__title{
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
} */
.template-content {
    padding: 50px 0 60px;
}

.page-title {
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    font-size: 32px;
    /* text-transform: uppercase; */
    font-weight: 300;
}

.row-about {
    padding-top: 75px;
}

.accordion-panel-heading {
    margin-bottom: 20px;
}

.accordion-panel-heading img {
    /* display: none; */
    margin-left: 14px;
    vertical-align: baseline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.accordion-panel-heading.in img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-panel-collapse {
    padding-bottom: 45px;
}

.template-content ul:not(.woocommerce-notices-wrapper ul) {
    padding: 0;
}

.template-content ul li {
    list-style-type: none;
    position: relative;
}

.template-content ul:not(ul.page-numbers) li:not(li.product, li.woocommerce-notice)::before {
    content: "—";
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.template-content ul:not(ul.page-numbers) li:not(li.product, li.woocommerce-notice) {
    padding-left: 23px;
}

.woocommerce-notices-wrapper ul li::before {
    display: none;
}

.accordion-content table {
    /* font-family: 'Roboto', sans-serif; */
    width: 100%;
    border: 1px solid #DADADA;
    margin-bottom: 25px;
}

.accordion-content table tr:not(:last-child),
.accordion-content table th:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}

.accordion-content table td,
.accordion-content table th {
    padding: 15px;
}

.accordion-content table tr td:not(:last-child),
.accordion-content table tr th:not(:last-child) {
    border-right: 1px solid #DADADA;
}

/**/
.mobile-menu-btn {
    width: 25px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}

.mobile-menu-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.mobile-menu-btn span:nth-child(1) {
    top: 0px;
}

.mobile-menu-btn span:nth-child(2),
.mobile-menu-btn span:nth-child(3) {
    top: 8px;
}

.mobile-menu-btn span:nth-child(4) {
    top: 16px;
}

.mobile-menu-btn.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.mobile-menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-btn.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu-wrapper .mobile-menu-label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    white-space: nowrap;
}

/**/
.searchformlayer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.searchform {
    width: 100%;
    max-width: 820px;
}

.searchInputWord {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 10px 35px 10px 20px;
    outline: none;
    font-size: 18px;
}

.searchInputWord::-webkit-input-placeholder {
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 18px;
}

.searchInputWord::-moz-placeholder {
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 18px;
}

.searchInputWord:-ms-input-placeholder {
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 18px;
}

.searchInputWord::-ms-input-placeholder {
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 18px;
}

.searchInputWord::placeholder {
    /* text-transform: uppercase; */
    color: #000000;
    font-size: 18px;
}

.searchinput {
    font-size: 0;
    width: 25px;
    height: 25px;
    border: 0;
    background: url(images/search-btn.svg) center center / 25px no-repeat;
    padding: 0;
    margin-left: -30px;
    margin-top: 8px;
}

.admin-bar .header {
    top: 32px;
}

.header {
    background: #ffffff;
    z-index: 999;
    /* position: sticky;
    top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 30%);
            box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 30%); */
}

.header_hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* footer */
.footer-menu>span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 16px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer a:not(.footer-social a) {
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s;
}

.footer a:hover:not(.footer-social a:hover) {
    border-color: #000000;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-social {
    text-align: right;
}

.footer-bottom__dev {
    margin-left: auto;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom__copy {
    margin-right: 65px;
}

.footer-bottom {
    font-size: 14px;
}

footer {
    padding-bottom: 20px;
}

.footer-top {
    margin-bottom: 80px;
}

.footer__tel {
    /* font-family: 'Roboto', sans-serif; */
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__social li+li {
    margin-left: 18px;
}

.footer__social a {
    display: block;
    line-height: 0;
}

.footer__social a svg path {
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
}

.footer__social a:hover svg path {
    fill: #e6401e;
}

.footer__bottom {
    margin-top: auto;
}

.footer__bottom a {
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 8px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.footer__bottom a:hover {
    border-color: #000000;
}

footer {

    /*     background: url(images/footer-bg.png) center top / cover no-repeat; */
}

.footer-top {
    padding-top: 50px;
}

/* footer */
.contact-form input:not([type=checkbox]),
.contact-form textarea {
    display: block;
    width: 100%;
    max-width: 590px;
    padding: 10px;
    display: block;
    /* margin-bottom: 16px; */
    outline: none;
    border: 1px solid #BCBCBC;
    resize: none;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.footer-form-submit {
    position: relative;
}

.wpcf7 .ajax-loader {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
}

.contact-form .wpcf7-not-valid-tip {
    display: none;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 15px 0;
    border: 0;
    font-size: 14px;
}

.contact-form textarea {
    min-height: 100px;
    max-height: 300px;
    height: 130px;
    resize: vertical;
}

.contact-form input:not([type=checkbox]):focus,
.contact-form textarea:focus {
    border-color: #e6401e;
}

.contact-form .wpcf7-form br {
    display: none;
}

.contact-form .wpcf7-form p:empty {
    margin: 0;
}

.wpcf7-form input[type="submit"] {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    /* text-transform: uppercase; */
    padding: 10px 30px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    width: auto;
}

.wpcf7-form input[type="submit"]:hover {
    background: #000000;
    color: #ffffff;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.form-policy {
    font-size: 13px;
}

.form-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}

.form-submit {
    position: relative;
}

.contact-wrapper {
    margin-bottom: 25px;
}

.contact-wrapper p {
    margin-bottom: 4px;
}

.contact-wrapper a {
    text-decoration: none;
}

.footer__social li {
    padding: 0 !important;
}

.footer__social li::before {
    display: none;
}

.contact-wrapper-social .footer__social {
    justify-content: flex-start;
}

.contact-wrapper-social {
    margin-bottom: 60px;
}

.goods__title--instargam {
    /* font-family: 'Helvetica Neue', sans-serif; */
    text-transform: none;
    font-weight: 500;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 12px !important;
}

#sb_instagram {
    padding: 0 !important;
}

.instagram-wrapper {
    margin: -12px;
}

.blog__item {
    text-decoration: none;
}

/* navigation */
.navigation {
    margin-top: 50px;
    position: relative;
}

.navigation .nav-links {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navigation .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

.navigation .page-numbers.current {
    background: #000;
    color: #fff;
}

.navigation .page-numbers.next {
    position: absolute;
    right: 0;
}

.navigation .page-numbers.prev {
    position: absolute;
    left: 0;
}

/* /navigation */
/* about-page */
.about-page-content p {
    margin-bottom: 24px;
}

.wp-content p:last-child {
    margin-bottom: 0;
}

.about-page-subtitle {
    font-size: 18px;
}

/* /about-page */
.header__row>*:not(nav) {
    z-index: 2;
}

/* /mobile-menu-open */
.grecaptcha-badge {
    right: -256px !important;
}

@media(max-width:767.98px) {
    body .header-logo__img {
        max-height: 45px;
        max-width: 100%;
        width: auto;
    }
}

/* modal */
.modal {
    --bs-modal-width: 405px;
}

.form-control {
    padding: 10px 18px;
}

.form-control:focus {
    box-shadow: none;
}

.modal-form__title {
    font-size: 20px;
}

.modal-form__subtitle {
    font-size: 14px;
}

.modal-form__policy {
    font-size: 13px;
    color: rgba(0, 0, 0, .9);
}

.modal-form__policy a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease-in-out;
}

.modal-form__policy a:hover {
    border-color: rgba(0, 0, 0, .6);
}

.wpcf7-form input.modal-form__btn {
    color: #fff;
    background-color: #000;
}

.wpcf7-form input.modal-form__btn:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.modal-form .wpcf7-form p,
.modal-form .wpcf7-form .wpcf7-form-control-wrap {
    margin: 0;
}

.modal-form .wpcf7-spinner {
    display: none !important;
}

.modal-form .wpcf7-not-valid-tip {
    font-size: 14px;
    display: inline-block;
    padding: 4px 0;
}

.modal-form .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}

.modal-form form.wpcf7-form.sent {
    position: relative;
}

.modal-form form.wpcf7-form.sent>*:not(.wpcf7-response-output) {
    opacity: 0;
    visibility: hidden;
    position: relative;
}

.modal-form form.wpcf7-form.sent .wpcf7-response-output {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    text-align: center;
}

/* /modal */
/* sub-menu */
.header ul.sub-menu {
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
}

/* .home .header:not(.header_notop) ul.sub-menu {
    background-color: transparent;
    border-color: transparent;
} */

.header ul.sub-menu a {
    white-space: nowrap;
}

.header ul.sub-menu li {
    margin-right: 0;
}

.header li.menu-item-has-children>a[href="#!"] {
    cursor: default;
    user-select: none;
}

@media(min-width:992px) {
    .header li.menu-item-has-children {
        position: relative;
    }

    .header ul.sub-menu {
        position: absolute;
        left: -15px;
        visibility: hidden;
        opacity: 0;
        min-width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
		color: #000;
		border: 1px solid #ccc;
    }

    .header ul.sub-menu li {
        padding: 5px 14px;
    }

    .header li.menu-item-has-children:hover>ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .header ul.sub-menu li+li {
        margin-top: 10px;
    }

    .header .sub-menu li {
        position: relative;
        margin: 0 !important;
    }

    .header .sub-menu li>.sub-menu {
        top: 0;
        left: unset;
        right: -100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media(max-width:991.98px) {
    .header ul.sub-menu li {
        margin-top: 0;
    }

    .header ul.sub-menu li:last-child {
        margin-bottom: 0;
    }

    .header li.menu-item-has-children>ul {
        padding-top: 15px;
    }

    .header ul.sub-menu {
        text-align: center;
        display: none;
    }
}

/* /sub-menu */
@media(min-width:992px) {
    .about-page-row .wp-content {
        max-width: 600px;
    }

    .about-page-row-2 .wp-content {
        max-width: 670px;
    }
}

.about-page-row-2 .wp-content {
    margin-left: auto;
    margin-right: auto;
}

.about-page-row.mb-md-5 {
    margin-bottom: 50px !important;
}

.about-page-row .mb-4 {
    margin-bottom: 30px;
}

.tailoring-form .wpcf7-form p,
.tailoring-form .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.tailoring-form .wpcf7-spinner {
    display: none;
}

.tailoring-form .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    border: 0;
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}

.tailoring-form .wpcf7-not-valid-tip {
    font-size: 12px;
    padding-top: 4px;
}

.tailoring-form .form-control::placeholder {
    font-size: 12px;
}

.woocommerce-message {
    display: none;
}

.blog__excerpt p:last-child {
    margin-bottom: 0;
}

.blog__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;

    background-color: rgba(0, 0, 0, .2);
}

.blog-text h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 300;
}

.blog-text img.alignnone {
    margin-bottom: 24px;
    max-width: 50%;
    float: left;
}

.blog-text img.alignnone:nth-child(1) {
    padding-right: 12px;
}

.blog-text img.alignnone:nth-child(2) {
    padding-left: 12px;
}

.woocommerce table.shop_table .cart-subtotal {
    display: none;
}

.pswp__bg {
    background: #fff;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: #fff;
}

button.pswp__button {
    filter: invert(1);
}

@media(max-width:767.98px) {

    .pswp__ui--hidden .pswp__button--arrow--left,
    .pswp__ui--hidden .pswp__button--arrow--right,
    .pswp__ui--hidden .pswp__caption,
    .pswp__ui--hidden .pswp__top-bar {
        opacity: 1;
    }
}

@media(max-width:991.98px) {
    .header .menu-item.menu-item-has-children>a::after {
        content: '+';
        display: inline-block;
        padding: 2px;
        margin-left: 5px;
    }
}

.woocommerce span.onsale {
    display: none !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.page-id-9246 .wp-block-heading {
    font-weight: 300;
    font-size: 24px;
}

@media(max-width:991.98px) {
    .page-id-9246 .wp-block-heading {
        font-size: 18px;
    }
}

.form-check br {
    display: none !important;
}

.form-check>* {
    display: flex;
}

.form-check .wpcf7-list-item {
    margin: 0;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.form-check-input {
    margin-top: 0.2em;
}

.intro-slider__subtitle p:last-child {
    margin-bottom: 0;
}

.intro-slider__subtitle {
    font-size: 18px;
}

.category-sections {
    padding: 48px 0;
}

.category-sections .woocommerce ul.products li.product-category.product,
.category-sections .woocommerce-page ul.products li.product-category.product {
    width: calc(100% / 4 - 20px);
    margin: 10px !important;
}

.category-sections .woocommerce ul.products,
.category-sections .woocommerce-page ul.products {
    margin: -10px;
}

.category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-category__title,
.category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-product__title,
.category-sections .woocommerce ul.products li.product-category.product h3 {
    white-space: normal;
}

/* @media(min-width:1200px){
    .category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-category__title,
    .category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-product__title,
    .category-sections .woocommerce ul.products li.product-category.product h3 {
        white-space: nowrap;
    }
} */

@media(max-width:991.98px) {

    .category-sections .woocommerce ul.products li.product-category.product,
    .category-sections .woocommerce-page ul.products li.product-category.product {
        width: calc(100% / 2 - 10px);
        margin: 5px !important;
    }

    .category-sections .woocommerce ul.products,
    .category-sections .woocommerce-page ul.products {
        margin: -5px;
    }

    .category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-category__title,
    .category-sections .woocommerce ul.products li.product-category.product .woocommerce-loop-product__title,
    .category-sections .woocommerce ul.products li.product-category.product h3 {
        padding: 10px;
    }

}

@media(max-width:767.98px) {

}

.page-id-941 .wp-content > h2{
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .page-id-941 .wp-content > h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
}

body .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 14px;
    color: #000;
}

body .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}

body .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}
.accordion{
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.tax-product_cat.woocommerce ul.products li.product-category.product,
.tax-product_cat.woocommerce-page ul.products li.product-category.product {
    width: calc(100% / 3 - 15px);
}

.tax-product_cat.woocommerce ul.products li.product-category.product:nth-child(3n),
.tax-product_cat.woocommerce-page ul.products li.product-category.product:nth-child(3n) {
    margin-right: 0;
}

@media(max-width:991.98px) {

    .tax-product_cat.woocommerce ul.products li.product-category.product,
    .tax-product_cat.woocommerce-page ul.products li.product-category.product {
        width: calc(100% / 2 - 10px);
    }

    .tax-product_cat.woocommerce ul.products li.product-category.product .woocommerce-loop-category__title,
    .tax-product_cat.woocommerce ul.products li.product-category.product .woocommerce-loop-product__title,
    .tax-product_cat.woocommerce ul.products li.product-category.product h3 {
        padding: 10px;
    }

    .tax-product_cat.woocommerce ul.products li.product-category.product:nth-child(2n),
    .tax-product_cat.woocommerce-page ul.products li.product-category.product:nth-child(2n) {
        margin-right: 0;
    }

}

.single-image-gallery .woocommerce-product-gallery__wrapper{
    display: block;
}

.archive-sku-wrapper{
    font-size: 12px;
    margin-bottom: 4px;
}

/* .woocommerce div.product div.summary{
    position: sticky;
    top: 150px;
} */

.single-product-accordion .accordion-panel-collapse .page-title{
	font-size: 14px!important;
	font-weight: 500!important;
}

.single-product-accordion .accordion-panel-collapse .page-title:first-child{
	display: none!important;
}