.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.title-table {
    background-color: #323232;
}

.table-title {
    color: #fff;
    margin: 0;
    padding: 5px;
}

.table-short-desc {
    background-color: #C6C6C6;
}

.product-info-img {
    background-image: url('/fe/images/notes.png');
    background-position: center;
    background-size: 177px 212px;
    background-repeat: no-repeat;
}

.table-font-15 {
    font-size: 15px;
}

.table-left-p {
    text-align: left;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 24px;
}

.table-left-p-bottom {
    text-align: left;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 0;
}

.table-right-p {
    text-align: right;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 24px;
}

.table-right-p-bottom {
    text-align: right;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .table-left-p {
        padding-top: 10px!important;
        margin-bottom: 11px!important;
    }

    .table-left-p-bottom {
        padding-top: 10px!important;
        margin-bottom: 0!important;
    }

    .table-right-p {
        padding-top: 10px!important;
        margin-bottom: 11px!important;
    }

    .table-right-p-bottom {
        padding-top: 10px!important;
        margin-bottom: 0!important;
    }

    .product-info-img {
        background-size: 110px 103px;
        margin-top: 0!important;
    }
}

@media (max-width: 1025px) {
    .table-left-p {
        padding-top: 10px!important;
        margin-bottom: 9px!important;
    }

    .table-left-p-bottom {
        padding-top: 10px!important;
        margin-bottom: 0!important;
    }

    .table-right-p {
        padding-top: 10px!important;
        margin-bottom: 9px!important;
    }

    .table-right-p-bottom {
        padding-top: 10px!important;
        margin-bottom: 0!important;
    }

    .product-info-img {
        background-size: 110px 99px;
        margin-top: 0!important;
    }
}

@media (max-width: 1199px) {

    .table-font-15 {
        font-size: 13px!important;
    }

    .table-left-p {
        padding-top: 18px!important;
        margin-bottom: 10px!important;
    }

    .table-right-p {
        padding-top: 18px!important;
        margin-bottom: 10px!important;
    }

    .product-info-img {
        background-size: 110px 144px;
        margin-top: 0!important;
    }

    .table-left-p-bottom {
        padding-top: 16px!important;
        margin-bottom: 0!important;
    }

    .table-right-p-bottom {
        padding-top: 16px!important;
        margin-bottom: 0!important;
    }
}

@media (max-width: 1024px) {

    .table-left-p-bottom {
        padding-top: 11px!important;
        margin-bottom: 0!important;
    }

    .table-right-p-bottom {
        padding-top: 11px!important;
        margin-bottom: 0!important;
    }
}