#postModal .drip-text {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #686868;
    line-height: 17px;
}

#postModal .modal-dialog .close {
    top: 5px;
    right: 20px;
}

#postModal .modal-body {
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 20px;
}

#postModal .modal-header {
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}

#postModal .postBoxImg {
    min-width: 300px;
}

#postModal .modal-title-DOMVALUE {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

#postModal .tab-content {
    padding: 0px;
    margin-top: 15px;
}

#postModal .textZ {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    letter-spacing: 0.01em;
    color: #999999;
}

#postModal .nav-tabs > li {
    margin-right: 10px;
}

#postModal .nav-tabs > li a {
    padding: 4px 4px;
}


#postModal .fade:not(.active) {
    display: none !important;
}

/*#postModal .show.fade:not(.in),*/
/*#postModal .fade:not(.in) {*/
/*    display: none!important;*/
/*}*/

.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item .choice-button {
    transition: 0.2s linear;
}


.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding-top: 15px;
}

.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item a.more {
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #999999;
    display: inline-block;
}

.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .imageBox {
    display: inline-block;
    width: 100%;
    background-size: contain;
    height: 138px;
    background-position: center;
    background-repeat: no-repeat;
}

.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .title {
    margin-bottom: 10px;
    display: inline-block;
}

.contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item img.box {
    max-height: 134px;
    max-width: 208px;
    display: inline-flex;
}

@media (max-width: 767px) {
    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item {
        max-width: 172px;
        width: 100%;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .contentOrderZ #left-bar .the-line {
        margin-bottom: 17px;
    }


    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item .choice-button {
        border-radius: 10px;
    }

    .contentOrderZ .owl-carousel .owl-item {
        display: inline-flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .contentOrderZ .the-line .owl-carousel .owl-nav button.owl-prev,
    .contentOrderZ .the-line .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        margin: 0px;
        position: relative;
        background: #EFEFEF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contentOrderZ .owl-theme .owl-nav {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        max-width: 292px;
        position: absolute;
        margin-top: 0px;
        transform: translateX(-50%);
        top: calc(50% - 20px);
        left: 50%;
    }

    .contentOrderZ .owl-carousel .owl-nav .owl-prev > span,
    .contentOrderZ .owl-carousel .owl-nav .owl-next > span {
        color: #EFEFEF;
    }

    .contentOrderZ .owl-carousel .owl-nav .owl-prev:before,
    .contentOrderZ .owl-carousel .owl-nav .owl-next:before {
        content: '';
        background-repeat: no-repeat;
        background-image: url(/images/static/kit/icons/grayDay.svg);
        background-position: 50% 50%;
        width: 12.81px;
        height: 27.45px;
        position: absolute;
        background-size: contain;
        display: inline-block;
    }

    .contentOrderZ .owl-carousel .owl-nav .owl-prev:before {
        left: calc(50% - 7px);
        transform: scaleX(-1);
    }

    .contentOrderZ .owl-carousel .owl-nav .owl-next:before {
        transform: translateX(-50%);
        left: 50%;
    }
}

@media (min-width: 768px) {
    .contentOrderZ #left-bar .owl-carousel .owl-item {
        width: 50% !important;
        margin-right: 0px !important;
    }

    .contentOrderZ #left-bar .the-line {
        margin-bottom: 17px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage {
        width: 100% !important;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item:nth-child(odd) .item {
        margin-right: 10px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item:nth-child(even) .item {
        margin-left: 10px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item:nth-child(1) .item,
    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item:nth-child(2) .item {
        margin-top: 0px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item {
        min-height: 291px;
        text-align: center;
        margin-bottom: 0px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage-outer {
        overflow: initial;
    }

    #postModal .postBoxImg {
        min-width: 228px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item {
        padding-top: 15px;
    }

    .contentOrderZ #left-bar .the-line {
        margin-bottom: 17px;
    }

    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .imageBox {
        width: 86%;
    }
}

@media (min-width: 1200px) {
    .contentOrderZ #left-bar .owl-carousel .owl-stage .owl-item .item {
        padding-top: 15px;
    }

    .contentOrderZ #left-bar .the-line {
        margin-bottom: 17px;
    }
}