/* Puvodni poznamka ================================= */
#dkLabNoteProgressBarBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 999;
    display: none;
}
#dkLabNoteProgressBarBoxIn {
    position: relative;
    width: 50%;
}
#dkLabNoteFile,
#dkLabNoteFile1 {
    display: none;
}
.dkLabFileButton {
    background: var(--dklab-poznamka-color-main);
    color: white;
    display: block;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1;
}
.dkLabFileButton > svg {
    fill: white;
    display: inline-block;
    vertical-align: middle;
}
.dkLabFileButton > span {
    position: relative;
    top: 1px;
    margin-left: 4px;
    display: flex;
    align-items: center;
}
#dkLabNoteProgressBarText {
    margin-top: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
}
#dkLabNoteProgressBarValue {
    margin-top: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.add-to-cart,
.b-cart-variants {
    position: relative;
}
.dklabPoznamkaHelp {
    position: relative;
    background: #e6e6e6;
    color: #000000;
    padding: 10px 12px 10px 12px;
    font-size: 100%;
    border-radius: 3px;
    margin: -6px 0px 25px 0px;
}
.dklabPoznamkaHelpBezModelu {
    position: relative;
    background: #e6e6e6;
    color: #000000;
    padding: 10px 12px 10px 12px;
    font-size: 100%;
    border-radius: 3px;
    margin: 6px 19px 0px 19px;
}
.dklabPoznamkaHelp > span,
.dklabPoznamkaHelpBezModelu > span {
    position: relative;
    color: #e6e6e6;
    background: #000000;
    border-radius: 40px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
    font-weight: 700;
    margin-right: 4px;
}
.dkLabDisabledInsertIntoCard:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 1;
}
#dkLabNoteProgressBarCont {
    margin-top: 3px;
    background-color: #dddddd;
    display: none;
}
#dkLabNoteProgressBar {
    background-color: var(--dklab-poznamka-color-main);
    height: 25px;
}
#dkLabNoteUploadButton,
#dkLabNoteUploadButton1 {
    margin-bottom: 10px;
    display: none;
}
.template-13 #dkLabNoteFileForm {
    display: flex;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
    flex-direction: column;
}
.template-12 #dkLabNoteFileForm {
    border-width: 0 0 1px;
    border-style: none none solid;
    border-color: #e7e7e7;
    padding: 10px 10px;
}
.template-13 .dkLabFileButton {
    min-width: 50%;
}
.template-11 .dkLabFileButton {
    max-width: 251px;
    border-radius: 3px;
}
.template-11 #dkLabNoteFileForm {
    margin-bottom: 15px;
}
.template-10 .dkLabFileButton {
    border-radius: 50px;
}
.template-10 #dkLabNoteFileForm {
    margin-bottom: 15px;
}
.template-09 #dkLabNoteFileForm {
    margin: 19px 18px 0px 18px;
    border-top: 1px solid #b7b7b7;
    padding: 16px 2px 0px 2px;
    text-align: center;
    width: 100%;
}
.template-09 #dkLabNoteFileForm1 {
    margin: 0px 18px 0px 18px;
    padding: 16px 2px 0px 2px;
    text-align: center;
    width: 100%;
}
.template-08 #dkLabNoteFileForm {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #b7b7b7;
}
.template-07 #dkLabNoteFileForm {
    margin: 20px auto 19px auto;
    font-size: 80%;
    max-width: 600px;
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 19px;
}
.template-06 #dkLabNoteFileForm {
    margin-bottom: 18px;
}
.template-05 #dkLabNoteFileForm {
    margin-top: 19px;
}
.template-04 #dkLabNoteFileForm {
    margin-bottom: 0px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.dkLabNoteNadpis {
    color: var(--dklab-poznamka-color-main);
    font-size: 110%;
    text-transform: uppercase;
}
.dkLabNoteDiv {
    margin-bottom: 19px;
}
.dkLabNotAllowed {
    cursor: not-allowed !important;
}
.dkLabTooltip {
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
}
.dkLabTooltip:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--dklab-poznamka-color-tooltip-background) transparent transparent transparent;
}
.dkLabTooltip:after {
    text-transform: none;
    content: attr(data-original-title);
    font-size: 13px;
    text-align: center;
    line-height: normal;
    position: absolute;
    color: var(--dklab-poznamka-color-tooltip-text);
    background: var(--dklab-poznamka-color-tooltip-background);
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: -10px;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
}
.dkLabTooltip:hover:before,
.dkLabTooltip:hover:after {
    opacity: 1;
}
.dkLabTooltip:hover:before {
    transform: translate3d(-50%, calc(-100% - 18px), 0);
}
.dkLabTooltip:hover:after {
    transform: translate3d(-50%, calc(-100% - 16px), 0);
}
.template-08 .dkLabTooltip:before,
.template-04 .dkLabTooltip:before {
    top: 7px;
}
.template-08 .dkLabTooltip:after,
.template-04 .dkLabTooltip:after {
    top: -2px;
}
.template-06 .dkLabTooltip:before {
    top: 0;
}
.template-06 .dkLabTooltip:after {
    top: -10px;
}
.template-05 .dkLabTooltip:before {
    top: 15px;
    left: -105px;
}
.template-05 .dkLabTooltip:after {
    top: 5px;
    left: -105px;
}
.dkLabNotAllowed + .tooltip > .tooltip-inner {
    background-color: var(--dklab-poznamka-color-tooltip-background);
    color: var(--dklab-poznamka-color-tooltip-text);
}
.dkLabNotAllowed + .tooltip > .tooltip-arrow {
    border-top-color: var(--dklab-poznamka-color-tooltip-background);
}
.template-08 .dkLabCartNoteDetails div,
.template-06 .dkLabCartNoteDetails div {
    display: block;
}
.template-04 .dkLabCartWidgetNoteDetails svg,
.template-04 .dkLabCartNoteDetails svg,
.template-05 .dkLabCartWidgetNoteDetails svg,
.template-05 .dkLabCartNoteDetails svg,
.template-06 .dkLabCartWidgetNoteDetails svg,
.template-06 .dkLabCartNoteDetails svg {
    margin-right: 10px;
}
.dkLabCartWidgetNoteDetails svg,
.dkLabCartNoteDetails svg {
    margin-right: 38px;
}
.template-13 .dkLabCartWidgetNoteDetails a {
    font-size: 85%;
}
.dkLabNote {
    resize: none;
    width: 100%;
    font-size: 90%;
    padding: 8px;
}
.dkLabNote.noteShadow {
    -webkit-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.dkLabNote:focus {
    outline: none;
}
.dkLabNote::-webkit-input-placeholder,
.dkLabNote:-moz-placeholder,
.dkLabNote::-moz-placeholder,
.dkLabNote:-ms-input-placeholder {
    color: var(--dklab-poznamka-color-empty) !important;
}
textarea.dkLabNote::placeholder {
    color: var(--dklab-poznamka-color-empty) !important;
}
.template-12 .dkLabNoteDiv {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.template-11 .dkLabNote {
    border-radius: 3px;
}
.template-10 .dkLabNote {
    border-radius: 18px;
}
.template-10 #dkLabNoteNadpis {
    margin-left: 8px;
    margin-right: 8px;
}
.template-13 .dkLabNoteDiv {
    clear: both;
    margin-bottom: 39px;
    top: 20px;
    position: relative;
}
.template-09 .dkLabNoteDiv {
    margin: 19px 18px 0px 18px;
    border-top: 1px solid #b7b7b7;
    padding: 16px 2px 0px 2px;
}
.template-08 .dkLabNoteDiv {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #b7b7b7;
}
.template-08 .dkLabCartNoteDetails {
    font-size: 110%;
}
.template-07 .dkLabNoteDiv {
    margin: 20px auto 19px auto;
    font-size: 80%;
    max-width: 600px;
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 8px;
}
.template-06 .dkLabCartNoteDetails {
    font-size: 110%;
}
.template-05 .dkLabNoteDiv {
    margin-top: 19px;
}
.template-04 .dkLabNoteDiv {
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.template-04 #dkLabNoteNadpis {
    line-height: 1.3;
}
.dkLabCartNoteDetailProductOrder {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #dadada;
}
.dkLabCartWidgetNoteDetailProductOrder {
    margin-top: 6px;
    padding-top: 5px;
    border-top: 1px solid #dadada;
}
.dkLabRemoveAttachments {
    padding: 0 5px;
    border: 0;
    text-align: right;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #d63703;
}
.dkLabNoteHideButton {
    display: none !important;
}
.dkLabNoteHeader {
    font-weight: 700;
    margin: 15px 0px 5px 0px;
    font-size: 110%;
}
.dkLabNoteAttachFiles {
    background: #f4f4f4;
    padding: 8px;
    margin-top: 10px;
}
span.dkLabNoteChooseAttachLabel:before {
    font-family: 'poznamka';
    content: '\e901';
    margin-right: 6px;
    font-size: 115%;
}
span.dkLabNoteAttachName {
    display: flex;
    align-items: center;
}
span.dkLabNoteAttachName:before {
    position: relative;
    top: 1px;
    font-family: 'poznamka';
    content: '\e901';
    margin-right: 4px;
}
.dkLabNoteAttachFiles:empty {
    display: none;
}
.dkLabNoteAttachFile {
    display: flex;
    align-items: center;
}
.dkLabNoteResult,
.dkLabNoteResult1 {
    color: red;
    position: relative;
    top: 5px;
}
.dkLabNoteResult > span,
.dkLabNoteResult1 > span {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: red;
    color: white;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    margin-right: 3px;
    vertical-align: middle;
    border-radius: 16px;
}
.dkLabNoteResult.ok,
.dkLabNoteResult1.ok {
    color: #55c810;
}
.dkLabNoteResult.ok > span,
.dkLabNoteResult1.ok > span {
    background: #55c810;
    line-height: 14px;
}
.dkLabNoteResult.ok > span.tick:before,
.dkLabNoteResult1.ok > span.tick:before {
    font-family: 'poznamka';
    content: '\e900';
    font-size: 7px;
}
.dkLabNoteResult.warning,
.dkLabNoteResult1.warning {
    color: #d99114;
}
.dkLabNoteResult.warning > span,
.dkLabNoteResult1.warning > span {
    background: #d99114;
    line-height: 14px;
}
.dkLabNoteResult.warning > span.tick:before,
.dkLabNoteResult1.warning > span.tick:before {
    font-family: 'sans-serif';
    content: '!';
    font-size: 12px;
}
@media (max-width: 767px) {
    .dkLabNoteDetailDiv textarea {
        font-size: 16px;
    }
}
/* Samba */
.template-14 .dkLabNoteAttachFiles,
.template-14 .dkLabFileButton,
.template-14 .dkLabNote {
    border-radius: 8px;
}
/* Step */
.template-12 .dkLabNoteAttachFiles {
    margin: 10px;
}
.template-12 #dkLabNoteDetailWrapper {
    padding: 10px;
    padding-top: 0px;
    border-width: 0 0 1px;
    border-style: none none solid;
    border-color: #e7e7e7;
}
/* Classic */
.template-11 .dkLabNoteAttachFiles {
    border-radius: 3px;
}
/* Waltz */
.template-10 .dkLabNoteAttachFiles {
    border-radius: 18px;
}
/* Tango */
.template-09 .dkLabNoteAttachFiles {
    margin: 19px 18px 0px 18px;
    width: 100%;
}
.template-09 #dkLabNoteDetailWrapper {
    margin: 19px 18px 0px 18px;
    border-top: 1px solid #b7b7b7;
    padding: 16px 2px 0px 2px;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    .template-09 #dkLabNoteMainWrapper {
        width: 100%;
    }
    .template-09 #dkLabNoteFileForm,
    .template-09 .dkLabNoteAttachFiles,
    .template-09 #dkLabNoteDetailWrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/* Techno */
.template-07 .dkLabNoteAttachFiles,
.template-07 #dkLabNoteDetailWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.template-07 #dkLabNoteDetailWrapper {
    border-top: 1px solid #b7b7b7;
    padding-top: 1px;
    margin-top: 19px;
}
.dkLabNoteCartMessage {
    color: var(--dklab-poznamka-color-cart-message);
    background: var(--dklab-poznamka-color-cart-message-background);
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.dkLabNoteCartMessage:before {
    background: var(--dklab-poznamka-color-cart-message);
    color: var(--dklab-poznamka-color-cart-message-background);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    content: 'i';
    border-radius: 50%;
    margin-right: 5px;
    font-family: serif;
}
.dkLabCartNoteDetail {
    border-bottom: 1px solid #dadada;
    line-height: 1;
    font-size: 12px;
    padding: 5px 0px;
}
.dkLabCartNoteDetails > .dkLabCartNoteDetail:nth-last-of-type(1) {
    border: 0px;
}
.dkLabNoteTextDetail small {
    font-size: 100%;
}
.dkLabNoteTextDetailTitle:after {
    content: ':';
}
.dkLabCartNoteDetails {
    text-transform: none;
}
.dkLabPrilohaIcon {
    width: auto;
    height: 18px;
    display: inline-block;
    text-align: left;
    margin-right: 4px;
}
.dkLabPrilohaIcon1 {
    width: auto;
    height: 18px;
    display: inline-block;
    text-align: left;
    margin-right: 4px;
}
.dkLabPrilohaIcon img,
.dkLabPrilohaIcon1 img {
    height: 100%;
}
.dkLabCartNoteAttachmentDetail {
    margin-top: 3px;
    display: block;
}
.dkLabNoteDetailRemovePart,
.dkLabNoteAttachDelete {
    position: relative;
    margin-left: 3px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.dkLabNoteDetailRemovePart:before,
.dkLabNoteDetailRemovePart:after,
.dkLabNoteAttachDelete:before,
.dkLabNoteAttachDelete:after {
    width: 10px;
    border-top: 2px solid #c51d1d;
    position: absolute;
    top: 5px;
    left: 0px;
    transform: rotate(45deg);
    content: '';
}
.dkLabNoteDetailRemovePart:after,
.dkLabNoteAttachDelete:after {
    transform: rotate(-45deg);
}
.dkLabNoteTextDetailNote {
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}
.dkLabNoteTextDetailNote:hover {
    text-decoration: none;
}
.dkLabNoteEditor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.dkLabNoteEditorOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.dkLabNoteEditorWrapper {
    position: relative;
    z-index: 99999999;
    height: auto;
    width: 40%;
    padding: 20px;
    top: 50%;
    left: 30%;
    transform: translate(0px, -50%);
    background-color: #fff;
}
@media (max-width: 1199px) {
    .dkLabNoteEditorWrapper {
        width: 60%;
        left: 20%;
    }
}
@media (max-width: 767px) {
    .dkLabNoteEditorWrapper {
        width: 90%;
        padding: 10px;
        left: 5%;
    }
}
.dkLabNoteEditorButtonClose {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: black;
    color: white;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.dkLabNoteEditorButtonClose:before,
.dkLabNoteEditorButtonClose:after {
    width: 18px;
    border-top: 2px solid white;
    position: absolute;
    top: 14px;
    left: 6px;
    transform: rotate(45deg);
    content: '';
}
.dkLabNoteEditorButtonClose:after {
    transform: rotate(-45deg);
}
.dkLabNoteEditorWrapper > span {
    display: block;
}
.dkLabNoteEditorWrapper > span:nth-of-type(1) {
    font-size: 110%;
    font-weight: 700;
}
.dkLabNoteEditorWrapper textarea {
    width: 100%;
    border: 1px solid black;
    border-radius: 3px;
}
.dkLabNoteEditorButtons {
    margin-top: 6px;
}
.dkLabNoteEditorButtonSave,
.dkLabNoteEditorButtonDelete {
    background: var(--color-secondary);
    color: white;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 350ms;
}
.dkLabNoteEditorButtonSave:hover {
    background: var(--color-secondary-hover);
    color: white;
}
.dkLabNoteEditorButtonDelete {
    background: #c51d1d;
}
.dkLabNoteEditorButtonDelete:hover {
    background: #a31313;
    color: white;
}
/* Samba */
body.template-14 .dkLabNoteCartMessage {
    border-radius: 8px;
}
/* Disco */
body.template-13 .cart-table .p-name div.dkLabCartNoteDetails div {
    padding: 0px;
}
body.template-13 .cart-table .p-name div.dkLabCartNoteDetails .dkLabCartNoteDetail {
    padding: 5px 0px;
}
/* Classic */
body.template-11 #choose-variant + #dkLabNoteMainWrapper {
    margin-top: 19px;
}
/* Waltz */
body.template-10 .dkLabNoteCartMessage {
    border-radius: 36px;
}
/* Soul */
body.template-06 .dkLabNoteCartMessage {
    margin-bottom: 20px;
}
.template-06 .dkLabCartNoteDetails div.dkLabPrilohaIcon {
    display: inline;
}
.template-06 .dkLabCartAttachments small {
    font-size: 100%;
}
/* Rock */
body.template-05 .dkLabNoteCartMessage {
    margin-bottom: 20px;
}
.template-05 .dkLabCartAttachments small {
    font-size: 100%;
}
.template-05 .dkLabWidgetCartVisible {
    visibility: visible;
}
/* Pop */
body.template-04 .dkLabNoteCartMessage {
    margin-bottom: 20px;
}
.template-04 .dkLabCartAttachments small {
    font-size: 100%;
}
.template-04 .dkLabWidgetCartVisible {
    visibility: visible;
}
.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;
}
