.siteCookies__buttonWrap {
    flex-wrap: wrap;
}

.siteCookies--bottom,
.siteCookies--bottom.siteCookies--scrolled {
    left: 0;
    margin: 0;
    width: 100%;   
    background-color: #000;
}

.LEAD_GENERATION {
    z-index: 999 !important;
}

.siteCookies__form {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right:20px;
    max-width: unset !important;
    background-color: transparent;
    flex-wrap: wrap;
    flex-direction: column;
}

.siteCookies__text {
    line-height: normal;
    margin: 0;
}

.siteCookies__button,
.siteCookies__link {
    padding: 10px 40px !important;
}

.siteCookies__link {
    padding: 0px !important;
}
.siteCookies__button {
    margin: 0;
    border: solid 2px #fff;
    padding: 0;
    line-height: normal;
    transition: 300ms;
}

.siteCookies__buttonWrap>*{
    margin-top: 20px;
}

.siteCookies__buttonWrap .set {
    padding: 0 !important;
    background-color: transparent;
}

.siteCookies__buttonWrap .set a {
    padding: 10px 40px !important;
}

.siteCookies__buttonWrap .set a,
.siteCookies__button--first {
    background-color: transparent;
    color: #fff;
}

.siteCookies__link {
    margin: 0;
    padding: 0;
    line-height: normal;
}

@media (max-width: 768px) {
    .siteCookies__buttonWrap {
        gap: 0 !important;
        align-items: center !important;
    }

    .siteCookies__button {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .siteCookies__content {
        display: block;
        max-height: 25vh;
        overflow-y: auto;
        padding-bottom: 30px;
    }

    .siteCookies__content::-webkit-scrollbar {
        width: 5px;
    }

    .siteCookies__content::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.2);
    }

    .siteCookies__content::-webkit-scrollbar-track {
        background: #ffffff25;
    }

    .siteCookies__buttonWrap {
        position: relative;
    }

    .siteCookies__buttonWrap:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        height: 40px;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,#000 100%);
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .siteCookies__button.js-cookiesConsentSubmit {
        width: 300px;
        max-width: 100%;
    }

    .siteCookies__buttonWrap {
        justify-content: flex-end;
    }

    .siteCookies__buttonWrap .set,
    .siteCookies__button--first {
        margin-right: 20px;
    }

    .siteCookies__form {
        width:747px
    }

    .siteCookies__buttonWrap .set,
    .siteCookies__button--first {
        width: fit-content !important;
        min-width: fit-content !important;
    }

    .siteCookies__button {
        min-width: 450px;
    }
}

@media (min-width: 992px) {
    .siteCookies__form {
        width:972px
    }
}

@media (min-width: 1200px) {
    .siteCookies__form {
        width:1178px
    }
}

@media (min-width: 1440px) {
    .siteCookies__form {
        width:1418px
    }
}

.siteCookies__link:hover {
    background-color: transparent;
}

.siteCookies__form *:focus:not(.focus-visible) {
    color: #fff;
}

.siteCookies__buttonWrap {
    gap: unset !important;
}

.type-post table,
.type-page table {
    max-width: 100% !important;
    width: fit-content !important;
}

.type-post table th,
.type-post table td,
.type-page table th,
.type-page table td {
    text-align: left;
    padding: 5px 10px;
    width: fit-content !important;
}

.type-post table tbody tr:nth-child(even),
.type-page table tbody tr:nth-child(even) {
    background-color: #ededed;
}

.fvstudio-showmore-wrapper a {
    display: block;
    color: #fff;
    border-color: var(--color-primary);
    border-style: solid;
    min-height: 48px;
    min-width: 124px;
    width: fit-content;
    line-height: 46px;
    padding: 0 10px;
    border-width: 1px;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: normal;
    background-color: var(--color-primary);
    margin: auto;
}

.fvstudio-showmore-wrapper a:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover)
}

.dm-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 30px 0;
    align-items: center;
}

.dm-flex img {
    margin: auto;
    display: block;
}

@media (min-width: 992px) {
    .dm-flex>.fl25:nth-child(4n + 2),
    .dm-flex>.fl25:first-child {
        padding-right: 15px;
    }

    .dm-flex>.fl25:nth-child(4n),
    .dm-flex>.fl75,
    .dm-flex>.fl66 {
        padding-left: 15px;
    }

    .dm-flex>.fl25:nth-child(4n + 2),
    .dm-flex>.fl25:nth-child(4n + 3) {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
    }

    .dm-flex>.fl33:nth-child(3n + 4),
    .dm-flex>.fl33:first-child {
        padding-right: 15px;
    }

    .dm-flex>.fl33:nth-child(3n+2) {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
    }

    .dm-flex>.fl33:nth-child(3n) {
        padding-left: 15px;
    }

    .dm-flex .fl33 {
        width: calc(100% / 3);
    }

    .dm-flex .fl25 {
        width: calc(100% / 4);
    }

    .dm-flex .fl75 {
        width: calc(100% / 4 * 3);
    }

    .dm-flex .fl66 {
        width: calc(100% / 3 * 2);
    }

    .dm-flex>div {
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .dm-flex>div {
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
}

.overeno,
.neovereno {
    display: none;
}

.overeniinput input {
    width: 400px;
    max-width: 100%;
    border-color: #E4E4E4;
    height: 56px;
    color: #A3A3A3;
    background-color: #fff;
    padding: 12px 16px;
    transition: border-color 0.3s ease-out;
    display: block;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}

.overeniinput label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-bottom: 5px;
    display: block;
    min-height: 14px;
    cursor: pointer;
}

.overeniinput button,
.overitnove button {
    margin-top: 10px;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}

.overeniinput button:hover,
.overitnove button:hover {
    border-color: var(--color-primary-hover);
    background-color: var(--color-primary-hover);
}

.material_dm {
    color: #2456ca;
    font-size: 20pt;
    font-weight: 550;
}

.overitnove {
    display: none;
}

@media (max-width: 440px) {
    .overeniinput button,
    .overitnove button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.dm.radio-select {
    margin: 0 -5px;
    margin-bottom: 16px;
}

.dm.radio-select div {
    margin: calc(5px / 2);
    margin-top: 0;
    cursor: pointer;
    flex-shrink: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    min-height: 50px;
    padding: 5px 10px;
    border: solid 1px #E4E4E4;
    color: #000;
    width: calc(100% / 2 - 5px);
}

.dm.radio-select div.selected {
    border-color: #009775;
    background-color: #00977520;
}

.dm.radio-select div img {
    mix-blend-mode: multiply;
}

.dm.radio-select+select {
    display: none;
}

.dm-radce-popis {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.dm-radce-popis .text {
    width: calc(100% - 350px);
    padding-right: 30px;
}

.radce-box {
    padding: 20px;
    border: solid 1px #E4E4E4;
    width: 350px;
    position: relative;
    height: fit-content;
}

.radce-box h3 {
    margin-top: 0;
    margin-bottom: 0px;
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 550;
}

.radce-box>div {
    margin-top: 10px;
}

.radce-box::before {
    content: '';
    background-image: url("/user/documents/upload/DMupravy/docs/diamant_iocel.svg?10");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% / 3);
    height: 100%;
    opacity: 10%;
}

.radce-box a {
    color: #000;
    text-decoration: underline;
    display: block;
    line-height: normal;
    width: fit-content;
}

.radce-box .vicerad {
    margin-top: 10px;
}

.radce-box a:not(.vicerad):before {
    content: "\2022"; 
    color: #2456ca; 
    font-weight: bolder;
    font-size: 1.3em; 
    display: inline-block;
    width: 1em; 
}

.mylist ul, 
.text ul, 
.basic-description ul {
    list-style: none !important;
}

@media (min-width: 1200px) {
    .dm-radce-popis {
        align-items: center;
    }

    .dm-radce-popis .text>p:last-child {
        margin-bottom: 0;
    }

    .dm-radce-popis {
        margin-bottom: 19px;
    }
}

@media (max-width: 1200px) {
    .dm-radce-popis {
        flex-direction: column ;
    }

    .dm-radce-popis>* {
        width: 100% !important;
    }

    .dm-radce-popis .text {
        padding: 0;
    }

    .radce-box {
        margin-bottom: 19px;
    }
}


@media (max-width: 768px) {
    .category-top>h4,
    #productsTop {
        display: none !important;
    }

    .radce-box>div {
        display: none;
    }

    .radce-box h3 {
        padding-right: 45px;
        position: relative;
        cursor: pointer;
    }

    .radce-box {
        padding: 0;
    }

    .radce-box>* {
        padding: 20px;
    }

    .radce-box>div {
        padding-top: 0;
        margin-top: -10px;
    }

    .radce-box:before {
        transition: 300ms;
    }

    .radce-box h3:after {
        content: "\e904";
        font-family: ikony;
        font-size: 14px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: 300ms;
    }

    .radce-box h3.open:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .radce-box  h3.open + div {
        display: block;
    }
}

.buy-box .p-final-price-wrapper {
    order: -100;
}

.buy-box .add-to-cart {
    order: -90 ;
}

.buy-box .dkLabFavouriteDiv {
    order: -80;
}

.buy-box .secondone {
    order: -70;
}

.buy-box .dkLabNoteDiv {
    order: 50;
}

.secondone {
    margin-top: 20px !important;
}

.dkLabNoteNadpis {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    color: #24242E !important;
    margin-bottom: 6px;
    text-align: left;
    text-transform: none !important;
}

.template-11 #dkLabNote {
    border-radius: 0 !important;
    border-color: #e4e4e4;
}

@media (min-width: 768px) {
    .category-perex.mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .category-perex:not(.mob) {
        display: none;
    }
}