.products-block .product .p .p-bottom .p-tools .btn.btn-cart, .products-block .product .p .p-bottom .p-tools .btn.btn-primary {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 145px;
    min-width: auto;
    padding: 8px 25px;
    width: 100%;
}


body.type-product .benefitBanner{
    margin-top: 20px;
}

@media (min-width: 768px) {
    .support-box-wrapper {
        gap: 20px;
        justify-content: center;
        padding: 14px 27px;
    }
}
.support-box-wrapper {
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 16px 27px;
    margin-top: 20px;
    justify-content: space-between;
}

.support-box-wrapper .content-wrapper{
    display: flex;
    background-color: transparent;
}

.support-box-wrapper a.watchdog{
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
.support-box-wrapper .content-wrapper {
        display: flex;
        background-color: transparent;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column;
    }
}

.support-box-wrapper a.watchdog:before {
    margin-bottom: 0 !important;
}

.support-box-wrapper .left-side {
    color: #231f20;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 162px;
}
.support-box-wrapper .right-side .tel {
    align-items: center;
    display: flex;
    position: relative;
    margin-left: 40px;
}

.support-box-wrapper .right-side .tel:before {
    background-image: url(/user/documents/pw/icon/phone.svg);
    background-size: cover;
    content: "";
    filter: invert(1);
    height: 36px;
    margin-right: 8px;
    width: 36px;
}

.support-box-wrapper .right-side .tel a {
    color: #231f20;
    display: flex
;
    flex-direction: column;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

html[lang=cs] .support-box-wrapper .right-side .tel a:after {
    content: "Po-Pá: 8:00 - 16:00";
}
.support-box-wrapper .right-side .tel a:after {
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

.p-to-cart-block {
    border-radius: 10px;
    padding: 20px;
}

.reg-program, .reg-program>a {
    align-items: center;
    color: #fff;
    display: flex
;
    font-size: 13px;
    justify-content: center;
    line-height: normal;
}
.reg-program {
    background-color: #e02766;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    flex-wrap: wrap;
    margin: 20px auto 0 auto;
    padding: 8px 0;
    position: relative;
}

.reg-program>a {
    font-weight: 400;
    margin-left: 5px;
    text-decoration: underline;
}

.reg-program .block-text {
    background: #444;
    border-radius: 5px;
    color: #fff;
    display: none;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    z-index: 9;
}

.reg-program .block-text p {
    align-items: center;
    display: flex
;
    line-height: 30px;
    margin: 0 !important;
}

.reg-program .block-text p a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: underline;
}

.reg-program p>a{
    text-decoration: underline;
    color: white !important;
}

.reg-program>p{
    margin: 0 !important;
}

.widget-parameter-wrapper .widget-parameter-value {
    display: flex;
    padding: 2px;
}

.widget-parameter-wrapper[data-parameter-name=Barva] .widget-parameter-list .widget-parameter-value a {
    color: transparent;
    font-size: 1px;
    height: 25px;
    width: 25px;
}

@media (min-width: 480px) {
    .category-content-wrapper .products-block .product {
        border: none;
        padding: 20px 10px 25px;
    }
}

.products-block>div {
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}

.products-block .product .p {
    margin-bottom: 0;
}
.products-block>div [data-testid=productItem] {
    /* display: flex
; */
    /* flex-direction: column; */
}

.products-block .p > a {
    /* height: 100%; */
}
.products-block .p > a {
    /* height: 100%; */
}

.products-block .product .p .image img {
    transition: .2s ease-out;
}

.products-block .product .p .p-in {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* padding-top: 0; */
    /* position: relative; */
}


.products-block .product .p .p-in-in {
    /* display: flex; */
    /* flex-direction: column-reverse; */
    /* height: 115px; */
    /* justify-content: flex-end; */
    /* padding-top: 21px; */
    /* position: relative; */
}

.products-block .product .p .name {
    /* color: #3a3530; */
    /* font-size: 18px !important; */
    /* font-weight: 500; */
    /* height: auto !important; */
    padding: 12px 0 0;
    height: max-content !important;
}

.widget-parameter-wrapper {
    margin: 0;
    overflow: visible;
}

.products-block .product .p .p-code {
    color: #505050;
    display: none;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    order: -2;
    position: static;
    text-align: center;
}

.type-category #content {
    padding-bottom: 20px;
}

.category-content-wrapper > h4 {
    font-size: 19px;
}

.category-header-pagination {
    font-weight: 400;
}

.category-header-pagination strong {
    font-weight: 400;
}

@media (min-width: 480px) {
    .category-content-wrapper .products-block .product {
        padding: 20px 10px 25px;
        border: none;
    }
}

@media (min-width: 768px) {
    .category-header {
        text-align: left;
        padding-left: 0;
        padding-top: 0 !important;
    }

    .category-header > form {
        display: block;
        padding-bottom: 15px;
        padding-top: 20px;
        order: -1;
    }

    .category-header .dropdown button {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        display: none;
    }

    .category-header .dropdown .dropdown-menu {
        display: flex;
        flex-wrap: wrap;
        border: none;
        background-color: transparent;
        box-shadow: none;
        position: initial;
        margin: 0 -5px;
    }

    .category-header .dropdown .dropdown-menu li {
        padding: 0;
        margin-right: 15px;
    }

    .category-header .dropdown .dropdown-menu li label,
    .category-header .dropdown .dropdown-menu li strong {
        padding: 5px;
        font-size: 16px;
    }

    .category-header .dropdown .dropdown-menu li label {
        text-decoration: underline;
    }

    .category-header .dropdown .dropdown-menu li label:hover {
        text-decoration: none;
    }

    .category-header .products-listing-order-heading {
        display: none;
    }

    .category-top > h4::before {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .category-content-wrapper > h4 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .category-header .dropdown #products-listing-order {
        border: none;
        background-color: transparent;
        font-size: 13px;
        text-align: end;
    }

    .category-header .dropdown #products-listing-order .products-listing-order-heading {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
    }

    .category-header .dropdown #products-listing-order .products-listing-order-heading::before {
        display: none;
    }

    .category-header #products-listing-order .products-listing-order-heading {
        display: none;
    }

    .category-header #products-listing-order .icon-chevron-down {
        font-size: 12px !important;
        font-weight: 700;
        margin-left: 10px;
    }

    .category-content-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .category-content-wrapper > div,
    .category-content-wrapper > h4 {
        width: 100%;
    }

    .category-content-wrapper > h4 {
        margin: 30px 0 15px;
    }

    .category-content-wrapper #filters-wrapper {
        order: -5;
        margin-top: 15px;
    }
}

.products-block > div {
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}

.products-block > div [data-testid='productItem'] {
    /* display: flex; */
    /* flex-direction: column; */
}

.products-block > div:hover {
    box-shadow: none;
}

.products-block > div:hover .p .name {
    text-decoration: none;
}

.products-block .product {
    padding: 10px 5px;
}

.products-block .product:hover {
    box-shadow: none;
}

.products-block .product:hover .flags-default .flag,
.products-block .product:hover .flags-extra .flag {
    opacity: 1;
}

.products-block .product:hover .p .image img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.products-block .product .p {
    margin-bottom: 0;
}

.products-block .product .p .image {
    /* order: -3; */
    /* overflow: hidden; */
}

.products-block .product .p .image img {
    transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

.products-block .product .p .p-code {
    display: none;
    order: -2;
    margin-bottom: 4px;
    position: initial;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.products-block .product .p .name {
    /* padding: 12px 0 0 0; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    /* color: #3a3530; */
    /* height: auto !important; */
    /* overflow: visible !important; */
}

.products-block .product .p .p-in {
    /* padding-top: 0; */
    /* position: relative; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.products-block .product .p .p-in-in {
    /* padding-top: 21px; */
    /* position: relative; */
    /* display: flex; */
    /* flex-direction: column-reverse; */
    /* justify-content: flex-end; */
    /* height: 115px; */
}

.products-block .product .p .stars-placeholder {
    display: none;
}

.products-block .product .p .stars-wrapper {
    height: 16px;
    margin-top: 10px;
}

.products-block .product .p .stars-wrapper .stars-label {
    display: none;
}

.products-block .product .p .stars {
    width: 70px;
    margin-right: 0;
}

.products-block .product .p .stars .star.star-on::before,
.products-block .product .p .stars .star.star-half::before {
    font-size: 12px;
}

.products-block .product .p .stars span,
.products-block .product .p .stars a {
    width: 14px;
}

.products-block .product .p .availability {
    display: none;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.products-block .product .p .availability span[style='color:#66bb33'] {
    padding-left: 15px;
    position: relative;
}

.products-block .product .p .availability span[style='color:#66bb33']::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 11px;
    height: 10px;
    background: url('/images/check.svg') no-repeat;
    background-size: 100% auto;
    display: block;
}

.products-block .product .p .availability span[style='color:#cb0000'] {
    color: #d69028 !important;
}

.products-block .product .p .availability .availability-amount {
    display: none;
}

.products-block .product .p .p-bottom {
    padding: 5px 0 0 !important;
}

.products-block .product .p .p-bottom > div .prices {
    padding: 12px 5px;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 20px;
}

.products-block .product .p .p-bottom > div .prices .price-final {
    font-size: 24px;
    color: #000; /* $text */
    font-weight: 700;
    line-height: 1;
    order: -1;
    padding-top: 12px;
    padding-bottom: 5px;
    flex-basis: auto !important;
}

.products-block .product .p .p-bottom > div .prices .price-additional,
.products-block .product .p .p-bottom > div .prices .price-standard {
    font-size: 16px;
    font-weight: 400;
}

.products-block .product .p .p-bottom > div .prices .price-additional {
    display: none;
}

.products-block .product .p .p-bottom > div .prices .price-standard {
    order: -2;
    margin: 0;
}

.products-block .product .p .p-bottom > div .prices .price-standard strong {
    font-weight: 400;
}


.products-block .product .p .p-bottom .p-desc {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin: 12px 0 !important;
    height: 37px;
}

.products-block .product .p .p-bottom .p-tools {
    padding: 10px 0 0;
    width: 100%;
}

.products-block .product .p .p-bottom .p-tools .btn.btn-cart,
.products-block .product .p .p-bottom .p-tools .btn.btn-primary {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    min-width: auto;
    margin: 0;
    padding: 8px 25px;
    max-width: 145px;
    width: 100%;
    text-decoration: none;
}

.products-block .product .availability span[style='color:#009901'] {
    color: #66bb33 !important;
    text-transform: lowercase;
}

.products-block .product .availability span[style='color:#009901']::before {
    content: '\e913';
    font-family: 'Shoptet';
    font-size: 10px;
}

.in-znacka .products-block {
    margin-top: 20px;
}

.group-btn-margin.test:first-child {
    display: none;
}

@media (max-width: 767px) {
    .products-block .product {
        border: 0;
    }

    .support-box-wrapper .right-side .tel {
        margin-left: 0 !important;
        margin-top: 8px;
    }
}

@media (min-width: 480px) {
    .products-block .product {
        padding: 10px;
    }
}

.widget-parameter-wrapper .widget-parameter-list{
    gap: 2px;
}

.tab-pane table.detail-parameters tbody>tr:nth-child(odd){
    background: #f7f7f7;
}

.tab-pane table.detail-parameters tbody>tr:nth-child(odd) th {
    background: #f7f7f7;
}


.tab-pane table.detail-parameters tbody>tr>td,
.tab-pane table.detail-parameters tbody>tr>th {
    padding: 30px;
}

.tab-pane table.detail-parameters tbody tr th:after {
    border: none !important;
}

.tab-pane table.detail-parameters tbody>tr:nth-child(odd) th .row-header-label {
    background-color: #f7f7f7;
}

.tab-pane div.description-inner div.extended-description>p>strong{
    font-size: 18px;
}
.type-product .shp-tabs-holder ul.shp-tabs{
    margin: 0 !important
}

.type-product li.shp-tab.active {
    background: #f7f7f7;
}

.type-product a.shp-tab-link {
    color: black !important;
}

.type-product li.shp-tab{
    text-decoration: none !important;
    border: 1px solid #f7f7f7;
    color: black !important;
}

.type-product li.shp-tab{
    margin-right: 20px;
}

@media (min-width: 992px) {
    .shp-tabs-wrapper .tab-content .tab-pane {
        width: 100%;
        margin: 30px auto;
    }
}

.type-product .flag-discount .price-standard{
    display: none;
}

.type-product .flag-discount .price-save{
    color: white;
}


.flags-extra {
    justify-content: flex-end;
}

span.flag.flag-discount {
    background-color: #f22;
}


div.responsive-nav.shp-tabs-row {
    margin-bottom: 0;
    margin-top: 40px;
}


.p-variants-block .detail-parameters select {
    min-width: 250px;
}
.variant-list
div:not(.parameter-id-38):not(.parameter-id-41)
.advanced-parameter {
    width: max-content;
    margin: 0 10px 4px 0;
}
.variant-list
div:not(.parameter-id-38):not(.parameter-id-41)
.advanced-parameter-inner {
    box-shadow: none;
    width: auto;
    background-color: transparent !important;
    border: solid 1px #e6e6e6;
    border-radius: 0;
}
.variant-list
div:not(.parameter-id-38):not(.parameter-id-41)
.advanced-parameter-inner.yes-before {
    border: solid 2px #00639c;
}
.variant-list
div:not(.parameter-id-38):not(.parameter-id-41)
.advanced-parameter-inner.yes-before:before {
    display: none;
}
.variant-list div:not(.parameter-id-38):not(.parameter-id-41) .parameter-value {
    display: inline;
    display: block;
    color: #000000;
    margin-top: -36px;
    padding: 0px 20px;
}
.detail-parameters
.variant-list
div:not(.parameter-id-38):not(.parameter-id-41)
th {
    vertical-align: top;
    padding-top: 10px;
}

.variant-list div:not(.parameter-id-38):not(.parameter-id-41) .advanced-parameter-inner.yes-before {
    border: solid 2px black;
    border-color: black !important;
}

#product-detail-form .advanced-parameter .advanced-parameter-inner.yes-before:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: none;
}


@media (min-width: 768px) {
    div.homepage-products-5 .product .p .p-bottom .p-desc {
        height: auto !important;
    }

    div.homepage-products-5.products-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


table.detail-parameters tbody tr th:after{
    display: none;
}

.type-product .detail-parameters tbody{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.type-detail .p-code{
    order: -1;
    margin-bottom: 0;
}

.type-product table.detail-parameters tbody tr td {
    padding-left: 0;
    text-align: left;
}

.type-product table.detail-parameters tbody tr th {
    min-width: unset !important;
    width: fit-content !important;
    padding-right: 2px !important;
}


.type-product table.detail-parameters tbody tr:nth-child(1) th span:after{
    content: ":";
}

.type-product .products-block .ratings-wrapper .stars span::before {
    font-size: 12px;
    line-height: 16px;
}

.products-block .product .p .p-in-in{
    height: 70px !important;
}