.dkLabComparerDetailSpan.hasIcon:before,
.dkLabComparerProductSpan.hasIcon:before,
.dkLabComparerFlagProduct.hasIcon > span:before,
.dkLabComparerFlagDetail.hasIcon > span:before {
    content: '\e900';
    position: relative;
    top: 1px;
    font-size: 100%;
    font-family: porovnavac;
    margin-right: 5px;
}
#dkLabComparerHeaderWrappper {
    display: inline-block;
    vertical-align: middle;
}
.dkLabComparerHeaderIconBtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--dklab-comparer-header-icon-color);
    transition: 350ms;
}
.dkLabComparerHeaderIconBtn:hover {
    color: var(--color-secondary);
}
.dkLabComparerHeaderIconBtn::before {
    font-family: 'porovnavac';
    content: '\e900';
    font-size: 23px;
    position: relative;
    top: 0px;
}
.dkLabComparerHeaderIconBtn em {
    font-style: normal;
    display: inline-block;
    background: var(--dklab-comparer-counter-color);
    color: white;
    font-weight: 400;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 6px;
    line-height: 1.5;
}
.dkLabComparerFlagProduct {
    background-color: var(--dklab-comparer-flag-color);
    color: var(--dklab-comparer-flag-text-color);
    max-width: none;
}
.dkLabComparerRemoveProduct {
    color: var(--dklab-comparer-remove-text-color);
    cursor: pointer;
    transition: 350ms;
}
.dkLabComparerAddProduct {
    color: var(--dklab-comparer-add-text-color);
    cursor: pointer;
    transition: 350ms;
}
.dkLabComparerRemoveProduct:hover,
.dkLabComparerAddProduct:hover {
    color: var(--color-primary-hover);
}
.dkLabComparerProductDiv.onlyIcon .dkLabComparerProductSpan.hasIcon:before {
    margin-right: 0px;
}
.dkLabComparerProductDiv.onlyIcon {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1;
    font-size: 18px;
}
body.dklabFavCorner .dkLabComparerProductDiv.onlyIcon {
    right: 36px;
}
.dkLabComparerProductDiv.onlyIcon:before {
    margin-right: 0px;
}
#dkLabComparerDiv {
    margin-bottom: 20px;
}
.dkLabComparerFlagDetail {
    background-color: var(--dklab-comparer-flag-color);
    color: var(--dklab-comparer-flag-text-color);
    max-width: none;
}
#cboxOverlay {
    background: var(--dklab-comparer-border-color);
}
#dkLabComparerInnerMainDiv {
    padding: 20px;
}
#dkLabComparerMainDiv h1 {
    text-align: center;
}
.dkLabComparerError {
    background: #cb6845;
    text-align: center;
    color: white;
    padding: 10px 20px;
    margin-bottom: 40px;
    font-weight: 700;
}
#dkLabComparerTable {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-collapse: collapse;
}
#dkLabComparerTable tr > td {
    padding: 5px 15px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
#dkLabComparerTable tr > td:nth-of-type(1) {
    color: black;
    background: #f5f5f5;
    width: 250px;
}
#dkLabComparerTable tr:nth-of-type(1) > td {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#dkLabComparerTable tr:nth-of-type(2) > td {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px;
}
#dkLabComparerTable tr:nth-of-type(2) > td > span {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#dkLabComparerTable tr:nth-of-type(2) > td > span:before,
#dkLabComparerTable tr:nth-of-type(2) > td > span:after {
    position: absolute;
    display: block;
    top: 7px;
    right: -1px;
    border-left: 2px solid #cb6845;
    content: '';
    width: 13px;
    height: 13px;
    transition: 350ms;
}
#dkLabComparerTable tr:nth-of-type(2) > td > span:hover:before,
#dkLabComparerTable tr:nth-of-type(2) > td > span:hover:after {
    border-color: black;
}
#dkLabComparerTable tr:nth-of-type(2) > td > span:before {
    transform: rotate(45deg);
}
#dkLabComparerTable tr:nth-of-type(2) > td > span:after {
    transform: rotate(-45deg);
    top: -1px;
}
#dkLabComparerTable tr:nth-of-type(2) > td > span span {
    display: none;
}
#dkLabComparerTable tr:nth-of-type(3) > td {
    text-align: center;
    border-bottom: 0px;
    font-weight: 700;
    font-size: 130%;
    color: var(--color-primary);
}
#dkLabComparerTable tr:nth-of-type(3) > td span {
    font-size: 75%;
    font-weight: 400;
    color: #666666;
}
#dkLabComparerTable tr:nth-of-type(4) > td {
    text-align: center;
    padding-bottom: 15px;
}
#dkLabComparerTable tr:nth-of-type(1) > td {
    min-width: 150px;
}
#dkLabComparerTable tr:nth-of-type(1) > td:nth-of-type(1) {
    min-width: 0px;
}
#dkLabComparerTableDiv {
    overflow-y: auto;
}
@media (min-width: 768px) {
    #dkLabComparerTable tr:nth-of-type(1) > td {
        min-width: 200px;
    }
    #dkLabComparerTable tr:nth-of-type(1) > td:nth-of-type(1) {
        min-width: 0px;
    }
}
@media (min-width: 1200px) {
    #dkLabComparerTable tr:nth-of-type(1) > td {
        min-width: 250px;
    }
    #dkLabComparerTable tr:nth-of-type(1) > td:nth-of-type(1) {
        min-width: 0px;
    }
}
@media (max-width: 1199px) {
    #dkLabComparerTable tr > td:nth-of-type(1) {
        width: 200px;
    }
}
@media (max-width: 991px) {
    html.dklabComparerWindow,
    html.dklabComparerWindow body {
        overflow: hidden;
        height: 100%;
    }
    html.dklabComparerWindow #colorbox {
        height: 90% !important;
        top: 5% !important;
        position: fixed !important;
    }
    html.dklabComparerWindow #colorbox #cboxWrapper,
    html.dklabComparerWindow #colorbox #cboxContent,
    html.dklabComparerWindow #colorbox #cboxLoadedContent {
        max-height: 100%;
        height: auto !important;
    }
    html.dklabComparerWindow #colorbox #cboxWrapper {
        overflow: auto;
    }
    html.dklabComparerWindow #cboxContent {
        margin-top: 0px;
    }
    #dkLabComparerTable tr > td:nth-of-type(1) {
        width: 150px;
    }
}
/* Samba */
body.template-14 .dkLabComparerHeaderIconBtn {
    margin-left: 0;
    height: 60px;
    width: 50px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.template-14 .dkLabComparerHeaderIconBtn::before {
    font-size: 21px;
    top: 1px;
}
body.template-14 .dkLabComparerHeaderIconBtn em {
    top: 30px;
    right: 5px;
}
/* Disco */
body.template-13 #dkLabComparerInnerMainDiv .btn,
body.template-13 #dkLabComparerInnerMainDiv a.btn {
    padding: 2px 20px;
    font-size: 13px;
}
body.template-13 .dkLabComparerHeaderIconBtn::before {
    top: 2px;
}
body.template-13 .dkLabComparerHeaderIconBtn em {
    font-weight: 400;
    width: 17px;
    height: 17px;
    top: 32px;
    right: -5px;
    font-size: 11px;
    line-height: 17px;
}
body.template-13 .dkLabComparerHeaderIconBtn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 768px) {
    body.template-13 .dkLabComparerHeaderIconBtn {
        width: auto;
        height: 50px;
        line-height: 50px;
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    body.template-13 .dkLabComparerHeaderIconBtn::before {
        font-size: 20px;
    }
    body.template-13 .dkLabComparerHeaderIconBtn::before {
        top: 7px;
    }
    body.template-13 .dkLabComparerHeaderIconBtn em {
        top: 23px;
        right: 6px;
    }
}
@media (max-width: 480px) {
    body.template-13 .dkLabComparerHeaderIconBtn {
        width: 50px;
        height: 50px;
    }
}
/* Step */
body.template-12 #dkLabComparerInnerMainDiv .btn,
body.template-12 #dkLabComparerInnerMainDiv a.btn {
    padding: 2px 20px;
    white-space: nowrap;
}
body.template-12 #dkLabComparerInnerMainDiv .btn-cart::before {
    position: relative;
    top: -1px;
    margin-right: 6px;
}
body.template-12 .navigation-buttons > #dkLabComparerHeaderWrappper {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
body.template-12 .dkLabComparerHeaderIconBtn:hover {
    color: white;
}
body.template-12 .dkLabComparerHeaderIconBtn em {
    font-weight: 400;
    font-size: 13px;
    width: 19px;
    height: 19px;
    top: 0px;
    right: 6px;
    line-height: 19px;
}
@media (min-width: 480px) {
    body.template-12 .navigation-buttons #dkLabComparerHeaderWrappper {
        width: 60px;
        height: 60px;
        font-size: 20px;
        line-height: 56px;
    }
    body.template-12 .dkLabComparerHeaderIconBtn em {
        top: 50%;
        right: 50%;
        margin-top: -8px;
        margin-right: -21px;
    }
    .dkLabComparerHeaderIconBtn::before {
        font-size: 21px;
        top: 2px;
    }
}
@media (min-width: 992px) {
    body.template-12 .navigation-buttons #dkLabComparerHeaderWrappper {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    body.template-12 .dkLabComparerHeaderIconBtn em {
        top: 50%;
        right: 50%;
        margin-top: -20px;
        margin-right: -18px;
    }
    .dkLabComparerHeaderIconBtn::before {
        font-size: 23px;
        top: 1px;
    }
}
@media (max-width: 479px) {
    body.template-12 .dkLabComparerHeaderIconBtn::before {
        font-size: 18px;
        top: 1px;
    }
    body.template-12 .dkLabComparerHeaderIconBtn em {
        margin-top: 23px;
        margin-right: -14px;
    }
}
/* Classic */
body.template-11 .dkLabComparerHeaderIconBtn::before {
    margin-right: 12px;
    top: 2px;
}
@media (max-width: 991px) {
    body.template-11 .dkLabComparerHeaderIconBtn em {
        top: 2px;
    }
}
@media (max-width: 767px) {
    body.template-11 .dkLabComparerHeaderIconBtn em {
        top: 1px;
    }
    body.template-11 #dkLabComparerHeaderWrappper {
        position: absolute;
        top: -49px;
        right: 102px;
    }
    body.template-11.dklabFavHeader #dkLabComparerHeaderWrappper {
        right: 139px;
    }
    body.template-11.mobile-header-version-1 #dkLabComparerHeaderWrappper {
        right: 148px;
        top: -40px;
    }
    body.template-11.mobile-header-version-1 .dkLabComparerHeaderIconBtn::before {
        font-size: 21px;
    }
    body.template-11.mobile-header-version-1.dklabFavHeader #dkLabComparerHeaderWrappper {
        right: 186px;
    }
    body.template-11:not(.mobile-header-version-0) #dkLabComparerHeaderWrappper {
        transition: transform 0.15s;
    }
    .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabComparerHeaderWrappper {
        transform: translateY(-150%);
    }
}
/* Waltz */
body.template-10 #dkLabComparerInnerMainDiv .btn-cart::before {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
body.template-10 .navigation-buttons > div > span.dkLabComparerHeaderIconBtn {
    display: inline-block;
}
body.template-10 .navigation-buttons > div#dkLabComparerHeaderWrappper {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 55px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}
body.template-10 .dkLabComparerHeaderIconBtn::before {
    font-size: 22px;
    top: 1px;
}
body.template-10 .dkLabComparerHeaderIconBtn em {
    font-size: 18px;
    width: 24px;
    padding: 3px;
    height: 24px;
    top: -5px;
    right: -12px;
    line-height: 18px;
}
body.template-10 .products-block .p .flags,
body.template-10 .p-detail .flags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
body.template-10 .dkLabComparerFlagProduct,
body.template-10 .dkLabComparerFlagDetail {
    width: auto;
}
body.template-10 .dkLabComparerProductDiv.onlyIcon {
    right: auto;
    left: 10px;
}
body.template-10.dklabFavCorner .dkLabComparerProductDiv.onlyIcon {
    right: auto;
    left: 36px;
}
body.template-10 .dkLabComparerHeaderIconBtn:hover {
    color: white;
}
@media (min-width: 480px) {
    body.template-10 .navigation-buttons > div#dkLabComparerHeaderWrappper {
        width: 42px;
    }
}
@media (min-width: 992px) {
    body.template-10 .navigation-buttons > div#dkLabComparerHeaderWrappper {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    body.template-10 .dkLabComparerHeaderIconBtn::before {
        font-size: 19px;
    }
    body.template-10 #dkLabComparerHeaderWrappper {
        margin-left: 0px;
        margin-right: 10px;
    }
}
/* Tango */
body.template-09 #dkLabComparerInnerMainDiv .btn,
body.template-09 #dkLabComparerInnerMainDiv a.btn {
    padding: 9px 20px;
    white-space: nowrap;
}
body.template-09 #dkLabComparerInnerMainDiv .btn.btn-cart::before,
body.template-09 #dkLabComparerInnerMainDiv a.btn.btn-cart::before,
body.template-09 #dkLabComparerInnerMainDiv .btn.cart-count::before,
body.template-09 #dkLabComparerInnerMainDiv a.btn.cart-count::before {
    font-size: 24px;
    margin-right: 6px;
}
body.template-09 .dkLabComparerHeaderIconBtn::before {
    font-size: 23px;
    top: 2px;
}
body.template-09 #dkLabComparerHeaderWrappper {
    margin-right: 20px;
}
body.template-09 .highlight-product .dkLabComparerProductDiv.onlyIcon {
    right: 13px;
    top: 5px;
}
body.template-09 .product:not(.highlight-product) .dkLabComparerProductDiv.onlyIcon {
    top: 15px;
    right: 13px;
}
body.template-09 .dkLabComparerHeaderIconBtn em {
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 5px;
    top: 9px;
    right: -9px;
    line-height: 10px;
}
@media (min-width: 1200px) {
    body.template-09 .product:not(.highlight-product) .dkLabComparerProductDiv {
        display: none;
        right: 50%;
    }
    body.template-09 .product:not(.highlight-product):hover .dkLabComparerProductDiv {
        display: block;
    }
    body.template-09 .product:not(.highlight-product) .dkLabComparerProductDiv.onlyIcon {
        right: 50%;
        margin-right: -12px;
    }
    body.template-09.dklab-favourites .product:not(.highlight-product) .dkLabComparerProductDiv {
        top: 45px !important;
    }
    body.template-09 .product:not(.highlight-product) .dkLabComparerProductDiv:not(.onlyIcon) {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0px;
        top: 15px;
    }
    body.template-09 .product:not(.highlight-product) .dkLabComparerRemoveProduct {
        color: white;
    }
}
@media (max-width: 1199px) {
    body.template-09 .product .dkLabComparerProductDiv {
        position: absolute;
    }
    body.template-09 .product:not(.highlight-product) .tools-wrap {
        position: static;
    }
    body.template-09 .product:not(.highlight-product) .dkLabComparerProductDiv {
        top: 8px;
        right: 6px;
    }
    body.template-09.dklab-favourites .product:not(.highlight-product) .dkLabComparerProductDiv {
        top: 8px;
        right: 6px;
    }
    body.template-09.dklabFavCorner .product:not(.highlight-product) .dkLabComparerProductDiv.onlyIcon {
        top: 13px;
        right: 100px;
    }
    body.template-09 .highlight-product .dkLabComparerProductDiv.onlyIcon {
        top: 13px;
    }
    body.template-09.dklabFavCorner .product:not(.highlight-product) .tools {
        min-height: 50px;
    }
    body.template-09 .product .dkLabComparerProductSpan {
        font-size: 0px;
    }
    body.template-09 .product .dkLabComparerProductSpan:before {
        content: '\e900';
        position: relative;
        top: 1px;
        font-size: 18px;
        font-family: porovnavac;
        margin-right: 5px;
    }
}
/* Techno */
body.template-07 #dkLabComparerInnerMainDiv {
    padding: 20px;
    font-size: 85%;
}
body.template-07 #dkLabComparerInnerMainDiv .btn,
body.template-07 #dkLabComparerInnerMainDiv a.btn {
    padding: 3px 20px;
    font-size: 15px;
    white-space: nowrap;
}
body.template-07 #dkLabComparerInnerMainDiv .btn.btn-cart,
body.template-07 #dkLabComparerInnerMainDiv a.btn.btn-cart {
    width: auto;
    height: auto;
    padding: 3px 20px;
    white-space: nowrap;
}
body.template-07 #dkLabComparerInnerMainDiv .btn.btn-cart::before,
body.template-07 #dkLabComparerInnerMainDiv a.btn.btn-cart::before {
    margin-right: 6px;
}
body.template-07 #dkLabComparerHeaderWrappper {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
body.template-07 #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn {
    position: static;
}
body.template-07 #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn em {
    position: absolute;
    left: auto;
    right: 5px;
    top: auto;
    bottom: 5px;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    border-radius: 100%;
}
.template-07 .product .dkLabComparerProductDiv {
    padding-left: 16px;
    padding-right: 16px;
}
.template-07 .dkLabComparerProductDiv.onlyIcon {
    top: 7px;
}
@media (min-width: 480px) {
    body.template-07 #dkLabComparerHeaderWrappper {
        width: 60px;
        height: 60px;
        font-size: 36px;
        line-height: 56px;
    }
}
@media (min-width: 992px) {
    body.template-07 #dkLabComparerHeaderWrappper {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}
/* Soul */
body.template-06 .dkLabComparerFlagProduct {
    white-space: nowrap;
}
body.template-06 #dkLabComparerInnerMainDiv button,
body.template-06 #dkLabComparerInnerMainDiv .button,
body.template-06 #dkLabComparerInnerMainDiv .btn {
    padding-top: 0.5rem;
    padding-right: 1.8rem;
    padding-bottom: 0.5rem;
    padding-left: 1.8rem;
    font-size: 0.8rem;
    white-space: nowrap;
}
body.template-06 #dkLabComparerInnerMainDiv .btn {
    white-space: nowrap;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
}
body.template-06 #dkLabComparerInnerMainDiv .btn:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: white;
}
body.template-06 #dkLabComparerHeaderWrappper > span {
    padding: 0.165rem 0.9375rem;
    margin-right: 0.9375rem;
}
body.template-06 .dkLabComparerProductDiv {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 8px;
    left: 2px;
}
body.template-06 .product:hover .pr-list-hover-info > .dkLabComparerProductDiv {
    z-index: 3;
}
body.template-06 .dkLabComparerHeaderIconBtn em {
    top: -6px;
    right: -9px;
}
@media (min-width: 768px) {
    body.template-06 .dkLabComparerHeaderIconBtn em {
        right: 6px;
        top: -4px;
    }
}
@media (max-width: 767px) {
    body.template-06 #dkLabComparerHeaderWrappper {
        position: absolute;
        top: 3.35rem;
        right: 0rem;
    }
    body.template-06 .dkLabComparerHeaderIconBtn::before {
        top: -5px;
    }
    body.template-06 #dkLabComparerHeaderWrappper > span {
        padding: 0.165rem 0.4rem;
        margin-right: 0px;
    }
    body.template-06.dklabFavHeader #dkLabComparerHeaderWrappper {
        right: 52px;
    }
}
/* Rock */
body.template-05 .place-cart-here {
    display: inline-block;
    vertical-align: middle;
}
body.template-05 #dkLabComparerHeaderWrappper {
    padding: 17px 19px;
}
body.template-05 #dkLabComparerInnerMainDiv button,
body.template-05 #dkLabComparerInnerMainDiv .button,
body.template-05 #dkLabComparerInnerMainDiv .btn {
    padding-top: 0.5rem;
    padding-right: 1.8rem;
    padding-bottom: 0.5rem;
    padding-left: 1.8rem;
    font-size: 0.8rem;
    white-space: nowrap;
}
body.template-05 #dkLabComparerInnerMainDiv .btn {
    white-space: nowrap;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
}
body.template-05 #dkLabComparerInnerMainDiv .btn:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: white;
}
body.template-05 .dkLabComparerHeaderIconBtn em {
    top: -6px;
    right: -9px;
}
@media (max-width: 767px) {
    body.template-05 #dkLabComparerHeaderWrappper {
        position: absolute;
        top: 0.1rem;
        right: 6.6rem;
    }
    body.template-05 #dkLabComparerHeaderWrappper > span {
        padding: 0.165rem 0.4rem;
        margin-right: 0px;
    }
    body.template-05 .dkLabComparerHeaderIconBtn em {
        top: -1px;
        right: -4px;
    }
    body.template-05.dklabFavHeader #dkLabComparerHeaderWrappper {
        right: 9rem;
    }
}
/* POP */
body.template-04 .dkLabComparerProductDiv.onlyIcon {
    top: 12px;
}
body.template-04.dklabFavCorner .dkLabComparerProductDiv.onlyIcon {
    right: 40px;
}
body.template-04 #dkLabComparerInnerMainDiv button,
body.template-04 #dkLabComparerInnerMainDiv .button,
body.template-04 #dkLabComparerInnerMainDiv .btn {
    padding-top: 0.5rem;
    padding-right: 1.8rem;
    padding-bottom: 0.5rem;
    padding-left: 1.8rem;
    font-size: 0.8rem;
    white-space: nowrap;
}
body.template-04 #dkLabComparerInnerMainDiv .btn {
    white-space: nowrap;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
}
body.template-04 #dkLabComparerInnerMainDiv .btn:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: white;
}
body.template-04 #dkLabComparerHeaderWrappper {
    position: absolute;
    z-index: 30;
    left: 0px;
    top: 4rem;
}
body.template-04 .dkLabComparerHeaderIconBtn em {
    top: -4px;
    right: -8px;
}
@media (min-width: 768px) {
    body.template-04.dklabFavHeader #dkLabComparerHeaderWrappper {
        left: 44px;
    }
}
@media (max-width: 767px) {
    body.template-04 #dkLabComparerHeaderWrappper {
        position: absolute;
        left: 50%;
        top: 1.4rem;
    }
    body.template-04 #dkLabComparerHeaderWrappper > span {
        padding: 0.165rem 0.4rem;
        margin-right: 0px;
    }
    body.template-04 .dkLabComparerHeaderIconBtn::before {
        font-size: 15px;
    }
    body.template-04 .dkLabComparerHeaderIconBtn em {
        top: -5px;
        right: -6px;
        font-size: 10px;
        width: 12px;
        height: 12px;
        line-height: 12px;
        top: -3px;
        right: 2px;
    }
    body.template-04.dklabFavHeader #dkLabComparerHeaderWrappper {
        transform: translate(23px, 0px);
    }
}
.dklabAddonsDetailWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 767px) {
    .dklabAddonsDetailWrapper {
        gap: 10px;
    }
}
.dklabAddonsDetailWrapper .dklabNaposledyZakoupiliCelkem {
    order: 0;
}
.dklabAddonsDetailWrapper .dkLabCountdownWrapper {
    order: 1;
}
.dklabAddonsDetailWrapper .dkLabFavouriteDiv {
    order: 2;
}
.dklabAddonsDetailWrapper .dkLabComparerDiv {
    order: 3;
}
.dklabAddonsDetailWrapper #dkLabNoteMainWrapper {
    order: 4;
}
