/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

#menu-hlavne-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.logo img {
    width: 60px;
}

.woocommerce-cart-form__cart-item .quantity label {
    display: none;
}

.order-total .includes_tax {
    display: none !important;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    color: #595b62;
    padding-right: 1rem;
    padding-left: 1rem;
}

.home-fixed {
    position: fixed;
}

.navbar-nav .nav-item a:hover {
    color: #a361ab
}

.navbar-nav .nav-item {
    margin-right: .5rem;
}

header {
    padding: .75rem 1rem;
    width: 100%;
    z-index: 99999;
    background: #f4efe7;
    top: 0;
}

header .container {
    margin-top: 0;
}

.ikonky-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-icon {
    color: #8492a6;
    margin-right: 20px;
}

.login-user svg,
.cart-icon svg,
.login-icon svg {
    width: 30px;
    margin-right: 5px;
}

.cart_contents_count {
    color: #8492a6;
}

.cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-icon svg path {
    fill: #8492a6;
}

.page-title {
    text-align: center;
    margin: 50px 0;
    color: #1b9684;
}

.add_to_cart_button {
    background-color: #088e7a;
    border-color: #088e7a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.add_to_cart_button:hover {
    color: #000;
    background: #066a5b;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.price del .woocommerce-Price-amount {
    color: #8492a6;
    font-size: 12px;
}

.price ins {
    text-decoration: none;
}

.price .woocommerce-Price-amount {
    text-decoration: none;
    color: #066a5b;
    font-size: 20px;
}

.produkt .img {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: block;
}

.produkt .cena {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.produkt h2 {
    color: #3c4858;
}

.produkt {
    border: 1px solid #c4c4c4;
    height: 100%;
}

.info {
    padding: 13px;
}

:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.produkt:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.detail-produkt .popis,
.detail-produkt .product_title {
    color: #3c4858;
    font-weight: 600;
}

.detail-produkt .popis {
    margin-bottom: 0px;
    font-size: .875rem;
}

.detail-produkt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detail-produkt .product_title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.detail-produkt .entry-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.detail-produkt .cena-produkt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.detail-produkt .cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cena-produkt .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cena-produkt .price .woocommerce-Price-amount {
    font-size: 1.75rem;
    margin-right: 15px;
}

.cena-produkt .price del .woocommerce-Price-amount {
    font-size: 1.25rem;
}

.single_add_to_cart_button {
    background: #088e7a;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
    color: #fff;
    padding: 0.6rem 2.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1Px solid #088e7a;
    font-weight: 600;
}

.single_add_to_cart_button:hover {
    color: #fff;
    background-color: #066a5b;
    border-color: #055e51;
}

.single_add_to_cart_button svg {
    width: 1.125em;
    margin-right: .75em;
}

.detail-produkt .cart .quantity input {
    color: #8492a6;
    border: 1px solid #e0e6ed;
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.detail-produkt .cart .quantity label {
    margin-right: 1rem;
}

.gallery-slide .item-img {
    width: 25%;
    float: left;
    height: 150px;
}

@media(max-width:575px) {
    .gallery-slide .item-img {
        width: 50%;
    }
}

.content {
    border-top: 1px solid #d1d2d2;
    padding: 15px;
    display: none;
}

.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d1d2d2;
    border-radius: 5px;
    margin-bottom: 15px;
}

.head h3 {
    color: #3c4858;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.icon-plus {
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    color: #333;
}

.wc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.wc-tabs li {
    background: #088e7a;
    border: 1px solid #05483e;
    margin: 1px .2em 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.wc-tabs li a {
    padding: .5em 1em;
    color: #fff;
    display: block;
}

.woocommerce-Tabs-panel,
#dotazy {
    display: none;
}

.related.products>h2 {
    margin: 25px 0;
    text-align: center;
}

#popis {
    display: block;
}

@media(max-width:991px) {
    .produkt .cena {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .produkt .img {
        height: 190px;
    }
}

@media(max-width:575px) {
    .detail-produkt .cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .quantity label {
        margin: 0;
        width: 48%;
    }
    .quantity input {
        width: 50%;
    }
    .quantity {
        margin-bottom: 15px;
    }
    .produkt .img {
        height: 130px;
    }
    .add_to_cart_button {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .produkt .img {
        height: 260px;
    }
}

@media(min-width:1400px) {
    .produkt .img {
        height: 300px;
    }
}

.home-header {
    background-size: cover !important;
    height: 90vh
}

.ml-auto {
    margin-left: auto;
}

.home-header .container {
    height: 100%;
    margin-top: 0px;
}

.home-header .row {
    height: 100%;
}

.box-produkt-homepage2,
.box-produkt-homepage {
    height: 400px;
    position: relative;
    margin-bottom: 150px;
}

.box-produkt-homepage2:hover,
.box-produkt-homepage:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.box-produkt-homepage2 img,
.box-produkt-homepage img {
    max-height: 100%;
}

.box-produkt-homepage a:nth-child(1) {
    color: #1f2d3d;
    border-bottom: 1Px solid #1f2d3d;
    position: absolute;
    top: -40px;
    left: -176px;
    font-size: 2rem !important;
}

.box-produkt-homepage a:nth-child(1):after {
    width: 100px;
    content: "";
    height: 1px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    border-bottom: 1px solid #000;
    top: 84px;
    left: 156px;
}

.box-produkt-homepage2 a {
    right: 0;
}

.box-produkt-homepage2 a:nth-child(1) {
    top: -39px;
    right: -85px;
    font-size: 2rem !important;
    color: #1f2d3d;
    border-bottom: 1px solid #000;
    position: absolute;
}

.box-produkt-homepage2 a:nth-child(1):after {
    width: 100px;
    content: "";
    height: 1px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    position: absolute;
    border-bottom: 1px solid #000;
    top: 80px;
    right: 78px;
}

@media(max-width:1100px) {
    .box-produkt-homepage2,
    .box-produkt-homepage {
        height: 350px;
    }
}

@media(max-width:910px) {
    .box-produkt-homepage2 a:nth-child(1)::after,
    .box-produkt-homepage a:nth-child(1)::after {
        display: none;
    }
    .box-produkt-homepage a:nth-child(1),
    .box-produkt-homepage2 a:nth-child(1) {
        position: initial;
        margin-bottom: 45px;
        display: block;
        text-align: center;
    }
}

.box-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.box-home span {
    display: block;
    padding: 10px;
    text-align: center;
    color: #088e7a;
}

.box-home img {
    width: 100%;
    border: 1px solid #000;
}

.box-home:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.doprava {
    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%;
}

.doprava span {
    text-align: center;
    color: #273444;
    margin-top: 1rem;
    text-transform: uppercase;
}

.doprava img {
    width: 25%;
}

.box-revies img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.box-revies {
    text-align: center;
    text-transform: uppercase;
}

.box-revies h4 {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

.box-revies p {
    font-size: 12px;
}

.newsletter {
    border: 1px solid #273444;
    text-align: center;
    padding: 50px;
    background: url(/wp-content/uploads/2021/02/bg-newsletter-1.jpg) no-repeat;
}

.newsletter p {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 50px;
}

.newsletter #email {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #000;
    padding-left: 15px;
    color: #088e7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    font-size: 20px;
    line-height: 35px;
}

.newsletter button {
    color: #088e7a;
    background: transparent;
    border: 1px solid #088e7a;
    text-transform: uppercase;
    font-weight: 400;
    padding: .75rem 1.75rem;
    border-radius: 4px;
    margin-left: 15px;
}

.newsletter button:hover {
    color: #fff;
    background-color: #088e7a;
    border-color: #088e7a;
}

@media(max-width:575px) {
    .newsletter {
        margin: 0 auto;
        width: 90%;
    }
    .newsletter button {
        margin: 25px 0px 0 0;
    }
    .newsletter input {
        text-align: center;
        width: 100%;
    }
}

.container {
    margin-top: 50px
}

@media(min-width:769px) {
    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.icon_benefit_blok svg {
    color: #088e7a;
    max-width: 60px;
    height: 60px;
}

.icon_benefit_blok h3 {
    font-size: 16px;
}

.icon_benefit_blok {
    text-align: center;
}

.icon_benefit_blok_text {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #088e7a;
}

#menu-footer-menu a {
    color: #273444;
    display: inline-block;
    padding: .125rem 0;
    font-size: 16px;
}

footer {
    background: #eff2f7;
    padding-top: 1rem;
    margin-top: 50px;
}

footer .list-unstyled li a {
    color: #8492a6;
    padding: .125rem 0;
}

.text-muted {
    color: #8492a6;
    font-size: .875rem;
}

@media(max-width:575px) {
    footer {
        text-align: center;
    }
}

@media (min-width:576px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
}

.font-size-12 {
    font-size: 12px !important;
}

#respond #reply-title {
    color: #fff;
    background: #088e7a;
    padding: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
}

#respond #commentform {
    border: 1px solid #bbb;
    padding: 15px;
}

#respond .comment-form-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#respond .comment-form-rating label,
#respond .comment-form-email label,
#respond .comment-form-author label {
    margin-right: 20px;
}

#respond #submit {
    background: transparent;
    border: 1px solid #088e7a;
    text-transform: uppercase;
    font-weight: 400;
    padding: .75rem 1.75rem;
    border-radius: 4px;
    color: #088e7a;
}

#respond .comment-form-comment label {
    padding-bottom: 12px;
}

.product {
    position: relative;
}

.onsale {
    position: absolute;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    color: red;
    height: 60px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.hodnotenie-star .empty-stars-element svg {
    width: 30px;
    color: #efbd56
}

.hodnotenie-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hodnotenie-star span:nth-child(1) {
    font-size: 50px;
    color: #404142;
    padding-bottom: 5px;
}

.hodnotenie-star span:nth-child(3) {
    padding-top: 5px;
    font-size: 12px;
    color: #404142;
}

.hodnotenie-star .stars-outer {
    width: 150px;
}

.rating__background {
    fill: #7d7c77;
    stroke: red;
    stroke-width: 1;
    height: 100%;
    width: 100%;
}

.rating__value {
    fill: #efbd56;
    height: 100%;
}

.hodnotenie-all div {
    text-align: center;
}

.hodnotenie-all div span {
    font-size: 18px;
    font-weight: 700;
    color: #404142;
}

.hodnotenie-all div p {
    margin: 0;
    font-size: 14px;
    color: #a6a6a6;
    position: relative;
    top: -7px;
}

.hodnotenie-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews .box-revies p {
    text-transform: none;
}

.page .popis {
    display: none;
}

.kontakt h1,
.page h1 {
    color: #088e7a;
    font-weight: 500;
    margin-bottom: 25px;
}

.woocommerce-cart-form thead {
    background: -o-linear-gradient(40deg, #088e7a, #9cf9eb) !important;
    background: linear-gradient(50deg, #088e7a, #9cf9eb) !important;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}

.woocommerce-cart-form .product-thumbnail {
    width: 100px;
}

.woocommerce-cart-form tbody {
    color: #000;
}

.woocommerce-cart-form table.shop_table th {
    font-weight: 400;
    padding: 1rem;
}

#woocommerce-checkout-payment a,
.woocommerce .woocommerce-info a,
.woocommerce-cart-form td a {
    color: #088e7a
}

.coupon input {
    width: auto !important;
}

.woocommerce-cart-form tbody {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.woocommerce-cart-form table.shop_table {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

#place_order,
.wc-proceed-to-checkout .button,
.woocommerce-cart-form .button {
    background: #fff !important;
    color: #088e7a !important;
    border: 1px solid #088e7a !important;
    font-weight: 600 !important;
}

#place_order:hover,
.wc-proceed-to-checkout .button:hover,
.woocommerce-cart-form .button:hover {
    background: #088e7a !important;
    color: #fff !important
}

.woocommerce .wc-proceed-to-checkout {
    text-align: right;
}

.woocommerce .woocommerce-info {
    border: none;
}

.cart-collaterals .cart_totals .shipping {
    display: none;
}

.shipping_address {
    display: none;
}

.hambuerger-menu-close {
    display: none;
}

@media(max-width:991px) {
    #menu-hlavne-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        background: #fff;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
		z-index: 10;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }
    .hamburger-menu svg path {
        fill: #088e7a;
    }
    #menu-hlavne-menu li {
        font-size: 20px;
        margin: 3px 0;
    }
    .hambuerger-menu-close {
        position: fixed;
		z-index: 11;
        right: 50px;
        top: 50px;
    }
    .login-icon span {
        display: none;
    }
    .woocommerce-tabs {
        margin-top: 50px;
    }
}

@media(max-width:1199px) {
    .add_to_cart_button {
        font-size: 14px;
    }
}

@media(min-width:992px) {
    .hambuerger-menu-close,
    .hamburger-menu {
        display: none;
    }
}

@media(max-width:575px) {
    .wc-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wc-tabs li {
        margin-bottom: 5px;
    }
    .add_to_cart_button {
        padding: 10px;
    }
}

.product-gallery {
    width: 100%;
}

.product-gallery img {
    max-width: 100%;
}

.popup-actions .button {
    border: 1Px solid #088e7a !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
}

.popup-actions .button:hover {
    color: #fff !important;
}

.added_to_cart.wc-forward {
    display: none;
}

.kontakt-udaje {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #066a5b;
    color: #fff;
}

.odoslat-form {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.kontakt-form input,
.kontakt-form textarea,
.kontakt-form select {
    width: 100%;
}

.kontakt-form .wpcf7-tel,
.kontakt-form .wpcf7-email {
    background: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
    height: 52px;
    padding: 0 15px;
}

.kontakt-form textarea {
    padding-top: 10px;
    padding-left: 10px;
}

.kontakt-form .wpcf7-submit {
    margin-top: 10px;
    width: 250px;
    background: #066a5b;
    color: #fff;
    border: 1px solid #066a5b;
    box-shadow: none;
    padding: 5px 0;
}

.kontakt-form .wpcf7-submit:hover {
    background: #fff;
    color: #000;
}

@media(max-width:768px) {
    .kontakt-udaje {
        margin-bottom: 23px;
        padding: 20px;
    }
}

.woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #cdc7c2;
    border-radius: 4px;
    padding: 10px;
}

.login-user svg {
    width: 20px;
}

.login-user {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #8795a8;
}

.login-user path {
    fill: #088e7a;
}

.login-user span>a {
    color: #8795a8;
}

.login-user span {
    color: #088e7a;
    margin-right: 10px;
}

.login-user a:hover {
    color: #a361ab;
}

.form-pop {
    display: none;
    padding: 10px;
}

.kontakt-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #eff2f7;
    z-index: 9999;
    border-radius: 4px 4px 0 0;
}

.btn-pop {
    background: #088e7a;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
}

.btn-pop:hover {
    background: #a361ab;
}

.form-pop input {
    margin: 5px 0;
    border: 1px solid #cdc7c2;
    width: 100%;
    padding-left: 10px;
}

.form-pop textarea {
    border: 1px solid #cdc7c2;
    padding-left: 10px;
    height: 150px;
    width: 100%;
}

.wpcf7-submit {
    background: #088e7a;
    border: 0px !important;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px !important;
}

.wpcf7-submit:hover {
    background: #a361ab;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    color: #000;
}

@media(max-width:575px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
}

@media(max-width:767px) {
    .coupon {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .coupon input {
        margin-right: 10px;
    }
}

/* === TNA custom overrides (2025-11-09) === */
/* Force 4 products per row on desktop for WooCommerce archives */
@media (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
    clear: none !important;
  }
}

/* Keep 2 per row on small tablets, 1 on mobile (let Woo defaults handle otherwise) */
@media (min-width: 576px) and (max-width: 991.98px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {width: 50%;}
}
@media (max-width: 575.98px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {width: 100%;}
}



.produkt .img {
  aspect-ratio: 4 / 5;
  height: auto !important;
  background-position: center center;
}
