/*PW upravy*/
html,
body {
    overflow-x: hidden !important;
}

.navigation-buttons>a[data-target=cart] i {
    background-color: #4e94cc;
}

.products-block .p {
    border: none !important;
}

button.btn,
input[type=submit].btn {
    border-radius: 18px;
}

.shp-tabs-holder ul.shp-tabs li a {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    padding-top: 15px;
}

.product .p>a img {
    border-radius: 18px;
}

.flags-extra .flag {
    border-radius: 18px;
}

span.flag.flag-discount {
    margin-bottom: 0px;
}

.flags.flags-extra,
.wide .p-detail .flags.flags-extra {
    bottom: 8px;
    right: 8px;
}

.flag.flag-discount {
    background-color: #4e94cc;
}

.compact-form .btn {
    border-radius: 18px;
}

input.form-control {
    border-radius: 18px;
}

.btn.btn-default,
a.btn.btn-default {
    background-color: #4e94cc;
    border-color: #4e94cc;
    color: #fff;
    border-radius: 18px;
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
    background-color: #e3bbe8;
    border-color: #e3bbe8;
    color: #fff;
    transition: 0.3s;
}

a.btn.btn-conversion {
    border-radius: 18px;
}

.LEAD_GENERATION,
.site-msg.information {
    border-radius: 18px !important;
}

.category-header input[type=radio]+label {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.compact-form .btn.btn-lg {
    border-radius: 18px !important;
    padding: 4px 25px;
}

/*Welcome wrapper*/
.pw-welcome-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    margin-top: 100px;
    margin-bottom: 80px;
}

.pw-welcome-wrapper .pw-welcome-left,
.pw-welcome-wrapper .pw-welcome-right {
    width: 50%;
}

.pw-welcome-wrapper .pw-welcome-left {
    padding-right: 40px;
}

.pw-welcome-wrapper .pw-welcome-right {
    padding-left: 40px;
}

.pw-welcome-wrapper .pw-welcome-right img {
    border-radius: 18px;
    transition: 0.3s;
}

@media(hover: hover) {
    .pw-welcome-wrapper .pw-welcome-right img:hover {
        scale: 1.02;
        transition: 0.3s;
    }
}

.pw-welcome-wrapper .pw-welcome-left button.btn.btn-conversion {
    margin-top: 10px;
}

@media (max-width:991px) {

    .pw-welcome-wrapper .pw-welcome-left,
    .pw-welcome-wrapper .pw-welcome-right {
        width: 100%;
    }

    .pw-welcome-wrapper .pw-welcome-left {
        margin-bottom: 40px;
    }

    .pw-welcome-wrapper {
        text-align: center;
    }

    .pw-welcome-wrapper .pw-welcome-left {
        padding-right: 0px;
    }

    .pw-welcome-wrapper .pw-welcome-right {
        padding-left: 0px;
    }
}

/*Novinky HP*/
.in-index div#homepageProducts3 .homepage-group-title.homepage-products-heading-3.h4 {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
}

.in-index div#products-3 {
    margin-bottom: 100px;
}

/*Produty tablet*/
@media(max-width:1023px) and (min-width:768px) {
    .product {
        width: 100% !important;
    }

    .products li.product,
    .products .product,
    .products-block li.product,
    .products-block .product,
    .product-list .product,
    .box-products .product,
    .productTile {
        width: auto !important;
        max-width: none !important;
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        padding: 16px !important;
        background: #fff !important;
        border: none !important;
        border-radius: 18px !important;
        box-shadow: 0 0 30px 8px rgba(197, 224, 240, 0.8) !important;
        position: relative !important;
        text-align: center;
    }

    .products li.product::before,
    .products .product::before,
    .products-block li.product::before,
    .products-block .product::before,
    .product-list .product::before,
    .box-products .product::before,
    .productTile::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px solid #c5e0f0;
        border-radius: 18px;
        pointer-events: none;
    }
}

@media (min-width: 321px) and (max-width: 767px) {
    .columns-mobile-2 .products-block>div .flags-extra .flag {
        border-radius: 18px;
        display: flex;
        flex-wrap: wrap;
    }

    .flags-extra .flag .price-save,
    .flags-extra .flag .price-standard {
        width: 100%;
    }

    .flags-extra .flag {
        flex-direction: column !important;
        height: 66px !important;
        width: 66px !important;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .columns-mobile-2 .products-block>div .flags.flags-extra {
        display: flex;
        right: 8px;
        width: 66px;
    }
}

/*Košík*/
@media (min-width: 768px) {
    .discount-coupon .form-control {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .discount-coupon button.btn {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

/*Produkt*/
.type-product .responsive-nav {
    margin-bottom: 35px;
}

.type-product footer#footer {
    margin-top: 80px;
}

.type-product .benefitBanner {
    margin-top: 40px;
    margin-bottom: 30px;
}

.type-product .p-thumbnails a img {
    border-radius: 18px !important;
}

.p-thumbnail.highlighted:before,
.p-thumbnail:hover:before,
.show360image.highlighted:before,
.show360image:hover:before {
    content: none;
}

a.p-thumbnail.highlighted img {
    border: 3px solid #4e94cc;
}

@media(hover: hover) {
    .type-product .p-thumbnails a img:hover {
        border: 1px solid #4e94cc;
    }
}

.p-thumbnails a {
    margin-left: 5px;
}

.p-image:after {
    content: none !important;
}

.p-to-cart-block .p-final-price-wrapper {
    width: 100% !important;
}

.p-to-cart-block .p-add-to-cart-wrapper {
    margin-left: 0px;
}

.type-product .p-to-cart-block {
    background-color: #f6f6f6;
    padding: 20px 25px;
    border-bottom-color: transparent;
    border-radius: 18px;
    margin-bottom: 20px;
}

.type-product .p-basic-info-block {
    border-bottom-color: transparent;
    margin-bottom: 20px;
    font-size: 16px;
}

.p-final-price-wrapper>strong {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}

.p-final-price-wrapper span.price-standard {
    font-size: 16px;
    color: #4e94cc;
}

.p-final-price-wrapper span.price-save {
    font-size: 16px;
    font-weight: 700;
}

.quantity {
    background-color: #ffffff;
    border-radius: 18px;
}

.quantity .decrease {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.quantity .increase {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.type-product .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
    width: 100% !important;
}

.type-product .p-to-cart-block .p-add-to-cart-wrapper {
    width: 100% !important;
}

/*Košík*/
ol.cart-header li a span,
ol.cart-header li strong span {
    border-top-right-radius: 18px !important;
    border-top-left-radius: 18px !important;
    padding-top: 20px;
}

ol.cart-header li.active a span,
ol.cart-header li.active strong span {
    background: #4e94cc;
    border: 1px solid #4e94cc;
    border-bottom-color: #4e94cc;
    color: white;
}

.cart-table .cart-p-image img {
    border-radius: 18px;
}

.co-box {
    border-radius: 18px;
    border: 1px solid #4e94cc;
}

.radio-wrapper.active {
    background-color: #4e94cc1a;
}

.co-contact-information .form-group .btn {
    border: 1px solid #4e94cc;
    border-radius: 18px;
    color: #ffffff;
    background-color: #4e94cc;
    font-weight: 500;
    line-height: 1.5;
}

@media(hover: hover) {
    .co-contact-information .form-group .btn:hover {
        background-color: #e3bbe8;
        border-color: #e3bbe8;
        color: #fff;
    }
}

@media(max-width: 767px) {

    ol.cart-header li a span,
    ol.cart-header li strong span {
        border-radius: 18px !important;
        margin-bottom: 10px;
    }
}

/*Header*/
@media (max-width: 479px) {
    .overall-wrapper {
        padding-top: 60px;
    }

    #header .container {
        height: auto;
        min-height: 60px;
    }

    #header .site-name a img {
        display: block;
        max-height: 60px;
    }

    .navigation-buttons a {
        height: 60px;
        line-height: 58px;
        width: 50px;
    }
}

#cboxContent {
    border-radius: 18px;
}

#cboxClose {
    background-color: transparent;
    right: 10px;
    top: 10px;
}

.advanced-order .extras-wrap .extra {
    text-align: center;
}

/*Info MSG*/
.admin-bar {
    z-index: 1111;
}

.site-msg.information {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    box-shadow: unset;
    opacity: 1;
    text-align: center;
    padding: 10px;
    border-radius: unset;
    background: #4e94cc !important;
    z-index: 1003;
    border-radius: 0px !important;
}

.site-msg,
.site-msg .close:before {
    color: #ffffff;
    transition: 0.3s;
}

.site-msg .close {
    cursor: pointer;
    font-size: 16px;
    height: 20px;
    line-height: 16px;
    margin-top: 0px;
    position: static;
    right: unset;
    top: unset;
    width: 20px;
}

.site-msg.information .text {
    max-width: fit-content;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.site-msg.information .text a {
    color: #ffffff;
    text-decoration: underline;
}

.messages div[data-testid="notifierMessage"]>.container {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}

.messages div[data-testid="notifierMessage"]>.container span {
    font-size: 18px;
}

@media (min-width: 768px) {
    .site-msg.information .container {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    .site-msg.information .text {
        max-width: 80%;
        line-height: 20px;
    }
}

@media(max-width: 767px) {
    .site-msg.information .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .site-msg.information .text {
        width: calc(100% - 20px);
    }
}

/*Košík produkty*/
.cart-table tr.related {
    display: table-row;
}

.cart-table tr.removeable .show-related:after,
.cart-table tr.related-visible .show-related:after {
    content: none;
}

.cart-table a.show-related {
    cursor: default;
}

.cart-related-img img {
    border-radius: 18px !important;
}

.cart-table tr.related td {
    padding-left: 40px;
    background-color: #f5f5f5;
    border-radius: 18px;
    border: none;
}

table.cart-table tr.removeable td {
    padding-top: 15px;
    padding-bottom: 15px !important;
    border: none;
}

.cart-related-product {
    max-width: 100%;
    padding-right: 50px;
}

.cart-table tr.related td .btn.btn-sm,
.cart-table tr.related td a.btn.btn-sm {
    padding: 8px 10px;
}

.pw-mid-banner-wrapper .mobile {
    display: none;
}

.pw-mid-banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.pw-mid-banner-wrapper .pw-mid-banner {
    width: calc(50% - 12px);
}

.pw-mid-banner-wrapper .pw-mid-banner a {
    width: 100%;
}

.pw-mid-banner-wrapper .pw-mid-banner img {
    width: 100%;
    border-radius: 18px;
}

.mid-banners.row.banner-wrapper {
    margin: 0px;
    margin-bottom: 40px;
}

.mid-banner.col-sm-12.col-lg-12 {
    padding: 0px;
}

@media(max-width: 991px) {
    .pw-mid-banner-wrapper .mobile {
        display: block;
    }

    .pw-mid-banner-wrapper .desktop {
        display: none;
    }

    .pw-mid-banner-wrapper .pw-mid-banner {
        width: 100%;
    }
}

/*TOP 3 produkty*/
.pw-top-3-wrapper {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.pw-top-3-wrapper .pw-top-3-img,
.pw-top-3-wrapper .pw-top-products {
    width: 50%;
}

.pw-top-3-wrapper .pw-top-3-img img {
    padding-right: 40px;
}

.footer-banners.row.banner-wrapper {
    margin-top: 100px;
}

.in-index footer#footer {
    margin-top: 60px;
}

.homepage-group-title.homepage-products-heading-6.h4 {
    display: block;
}

.pw-top-3-wrapper .pw-top-products div#products-6 {
    display: flex !important;
    max-width: 100% !important;
    margin: auto;
}

.pw-top-3-wrapper .pw-top-products .product {
    min-width: 100% !important;
    width: 100% !important;
    padding: 20px 20px !important;
}

.pw-top-3-wrapper .pw-top-products .product .p {
    display: flex;
    flex-direction: row;
}

.pw-top-3-wrapper .pw-top-products .product .p>a {
    width: 130px !important;
}

.pw-top-3-wrapper .pw-top-products .product .p>a:hover img{
    transform: none;
}

.pw-top-3-wrapper .pw-top-products .product .p .p-in {
    width: calc(100% - 130px) !important;
    padding-top: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 10px;
}

.pw-top-3-wrapper .pw-top-products .product .p .name {
    text-align: left !important;
    font-size: 18px !important;
    height: fit-content !important;
    margin-top: 5px !important;
}

.pw-top-3-wrapper .pw-top-products .product .p .availability {
    display: none;
    /* text-align: left !important;
    padding: 0px 16px;
    font-size: 14px !important; */
}

.pw-top-3-wrapper .pw-top-products .product .price.price-final {
    text-align: left !important;
}

.pw-top-3-wrapper .pw-top-products .product .p .p-in-in {
    width: 100%;
}

.pw-top-3-wrapper .pw-top-products .product .p .p-bottom {
    padding: 0 16px;
    width: 100%;
}

.pw-top-3-wrapper .pw-top-products .product .p .flags.flags-extra {
    display: none;
}

.pw-top-3-wrapper .pw-top-products .product .p .p-bottom>div .p-tools {
    display: none !important;
}

.pw-top-3-wrapper .pw-top-products .product .p .p-bottom p.p-desc {
    text-align: left;
    margin-bottom: 0px;
}

@media(max-width:991px) and (min-width:768px) {
    .pw-top-3-wrapper .pw-top-3-img {
        width: 40%;
        display: flex;
        align-items: center;
    }

    .pw-top-3-wrapper .pw-top-products {
        width: 60%;
    }
}

@media(max-width: 767px) {

    .pw-top-3-wrapper .pw-top-3-img,
    .pw-top-3-wrapper .pw-top-products {
        width: 100%;
    }

    .pw-top-3-wrapper .pw-top-3-img {
        display: flex;
        justify-content: center;
    }

    .pw-top-3-wrapper .pw-top-3-img img {
        padding-right: 0;
        max-width: 250px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .pw-top-3-wrapper .pw-top-products .product .p>a {
        width: 100% !important;
    }

    .pw-top-3-wrapper .pw-top-products .product .p .p-in {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .pw-top-3-wrapper .pw-top-products .product .p {
        flex-wrap: wrap;
    }

    .pw-top-3-wrapper .pw-top-products .product .p .name {
        padding: 0px !important;
        text-align: center !important;
    }

    .pw-top-3-wrapper .pw-top-products .product .p .p-bottom {
        padding: 0px !important;
    }

    .homepage-group-title.homepage-products-heading-6.h4,
    .pw-top-3-wrapper .pw-top-products .product .price.price-final,
    .pw-top-3-wrapper .pw-top-products .product .p .p-bottom p.p-desc {
        text-align: center !important;
    }
}

/*Jak nakupovat*/
.mb-80 {
    margin-bottom: 80px !important;
}

@media(max-width: 991px) {
    .tablet-mt-20 {
        margin-top: 20px !important;
    }
}

/*Kontakt*/
.in-kontakty .contact-block {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.in-kontakty .contact-block .text strong {
    font-size: 16px;
}

.in-kontakty .row.contact-row {
    margin-bottom: 50px;
}

.in-kontakty .form-wrapper {
    border: 2px solid #c5e0f0;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 0 30px 8px rgba(197, 224, 240, 0.8) !important;
}

.in-kontakty .form-wrapper>p:nth-of-type(2) {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 16px;
}

.in-kontakty .form-wrapper .form-group label {
    width: 100%;
}

.in-kontakty .form-wrapper .form-group input {
    width: 100% !important;
    max-width: 100% !important;
}

.in-kontakty .form-wrapper .form-group textarea.form-control {
    resize: none;
    border-radius: 18px;
}

.in-kontakty .form-wrapper .form-group input.btn.btn-primary {
    background-color: #4e94cc;
    color: #ffffff;
    border: 1px solid #4e94cc;
    transition: 0.3s;
}

.in-kontakty .form-wrapper .form-group input.btn.btn-primary:hover {
    background-color: #e3bbe8;
    border-color: #e3bbe8;
    transition: 0.3s;
}

.banners-content.body-banners {
    margin-top: 80px;
}