/*  */

.mod-ti {
    display: none;
}

.mod-ti.open {
    display: inline-block;
}

.mti-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}
.mti-pi .btt-favIcon {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: top;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    cursor: pointer;
    top: 12px;
}
.mti-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mti-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mti-head {
    margin: 1rem 1rem 0.3125rem 1rem;
}

.mti-head .bttClose {
    top: 0.125rem;
    right: 0rem;
}

.mti-head .txt {
    text-align: left;
    line-height: 1.8125rem;
    height: 1.8125rem;
}

.mti-main {
    background-color: #fff;
    margin-left: 1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 3.125rem);
    border-radius: 1.5rem 0rem 0rem 0rem;
    padding-top: 1rem;
    text-align: left;
    display: flex;
}

.mti-ph {
    width: 37.375rem;
    /* height: calc(100% - 1rem); */
    margin-left: 1rem;
    vertical-align: top;
}

.mti-th {
    color: var(--dg-color);
    display: inline-block;
    width: 23.875rem;
    height: calc(100% - 1rem);
    margin-left: 1rem;
    vertical-align: top;
    overflow: auto;
}

.ti-th-n {
    margin-bottom: 2.25rem;
    margin-top: 0.5rem;
    height: 1.1875rem;
    line-height: 1.1875rem;
}

.ti-th-l {
    vertical-align: top;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    min-height: 1rem;
}

.mti-pi {
    width: 37.375rem;
    position: relative;
}

.mti-pi img {
    width: 100%;
}


.mti-pt {
    background-color: var(--az-color);
    height: 2rem;
    text-align: center;
}

.mti-pt .ptb {
    display: inline-block;
    vertical-align: top;
    color: var(--af-color);
    height: 1rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
    line-height: 1rem;
}

.ti-th-l .th-k,
.ti-th-l .th-v {
    display: inline-block;
    vertical-align: top;
}

.th-v {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mti-pi .btt-left,
.mti-pi .btt-right {
    position: absolute;
    width: 0.75rem;
    height: 1.4375rem;
    cursor: pointer;
    top: calc(50% - 0.71875rem);
}

.mti-pi .btt-left {
    left: 0.75rem;
}

.mti-pi .btt-right {
    right: 0.75rem;
}

.mti-pt .btt-addToCart.ptb {
    display: none; 
}
.mti-pt .btt-share.ptb {
    display: none;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */

    .mod-ti {
        background-color: var(--hg-color);
        position: absolute;
        width: 65rem;
        height: calc(100% - 4rem);
        top: 4rem;
        z-index: 15;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }

    .mti-rgb {
        height: 28rem;
    }
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* TABLET ONLY */

    .mod-ti {
        background-color: var(--hg-color);
        position: absolute;
        width: 100%;
        height: calc(100% - 4rem);
        top: 4rem;
        z-index: 21;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }

    .mti-ph {
        width: 58%;
    }

    .mti-pi {
        width: 100%;
    }

    .mti-th {
        width: calc(42% - 3rem);
    }

    .mti-rgb {
        height: 28rem;
    }
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-ti {
        background-color: var(--hg-color);
        position: absolute;
        z-index: 20;
        width: 100%;
        height: calc(100% - 6.3rem);
        left: 0rem;
        top: 3.3rem;
        overflow: hidden;
    }

    .mti-head {
        margin: 1rem 1rem 0.3125rem 1rem;
        height: 2rem;
    }

    .mti-main {
        margin-left: 0rem;
        width: 100%;
        border-radius: 0rem;
        padding-top: 0rem;
        height: calc(100% - 53px);
        display: block;
        overflow: auto;
    }

    .mti-ph {
        margin-left: 0rem;
        width: 100%;
        height: auto;
    }

    .mti-pi {
        width: 100%;
        height: calc(100%);
    }

    .mti-pi img {
        width: 100%;
    }

    .mti-pt {
        text-align: center;
    }

    .mti-th {
        display: block;
        width: 100%;
    }
    .mti-pt .ptb {
        height: 2.4375rem;
        margin-top: 0;
        line-height: 2rem;
    }

    
    .mti-th {
        background-color: #FFFFFF;
        margin: 0rem;
        padding: 0.5rem 0.625rem 0.5rem 0.625rem;
        height: auto;
        width: calc(100% - 1.25rem);
    }

    .mti-rgb {
        height: 18.3125rem;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-ti {
        top: 0rem;
        width: calc(100% - 3.375rem);
        height: 100%;
        z-index: 22;
        background-color: var(--hg-color);
        position: absolute;
    }

    .mti-head {
        height: calc(14% - 1.3125rem);
    }

    .mti-main {
        margin-left: 0rem;
        width: 100%;
        border-radius: 0;
        padding-top: 0.625rem;
        height: calc(86% - 0.625rem);
        text-align: left;
        display: flex;
        background-color: #fff;
        overflow: initial;
    }

    .mti-ph {
        width: 48%;
        margin-left: 0.625rem;
    }

    .mti-pi {
        height: auto;
        width: 100%;
    }

    .mti-th {
        margin-left: 0.625rem;
        width: calc(52% - 2rem);
        height: 100%;
        overflow: auto;
    }

    .mti-pi img {
        width: 100%;
        max-height: 18rem;
    }

    .mti-rgb {
        height: 18.3125rem;
    }

    .mti-pt {
        display: flex;
        justify-content: center;
    }

    .mti-pt .ptb {
        margin-right: 1rem;
    }
}