<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prod_table_item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.prod_table-head_item {
    background: #3399cc;
    color: #fff;
}
.prod_table_item &gt; div {
    padding: 5px;
    border: 1px solid #eaeaea;
}
.prod_table-head_item &gt; div {
    border-color: #fff;
}
.prod_table_item &gt; div:not(.prod_table-title) {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prod_table-head_item .prod_table-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prod_table-img {
    flex: 0 0 10%;
    align-items: center;
}
.prod_table-sku {
    flex: 0 0 12%;
}
.prod_table-title {
    flex: 0 0 35%;
}
.prod_table-price {
    flex: 0 0 10%;
}
.prod_table-quant {
    flex: 0 0 13%;
}
.prod_table-total {
    flex: 0 0 10%;
}
.prod_table-remove {
    flex: 0 0 10%;
}
.packag-price {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
    font-weight: 600;
}
.packag-price-value {
    flex: 0 0 12%;
    text-align: center;
    font-size: 18px;
}
.packag-price-label {
    padding-right: 5px;
}
.packag-buy .packag-buy-btn {
    background-color: #087ac0;
    padding: 7px 24px;
    transition: .3s;
    color: #fff;
}
.packag-buy .packag-buy-btn:hover {
    background-color: #3ea4e2;
}
.add-packeges-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type="submit"].packag-buy-btn {
    margin: 0;
    background: #087ac0;
}
input[type="submit"].packag-buy-btn:hover {
    background: #33a4ea;
}
input[type="submit"].packag-send-btn,
.packag-send-btn {
    background: #20bf4a;
    padding: 12px 20px;
    margin: 0;
}
input[type="submit"].packag-send-btn:hover,
.packag-send-btn:hover {
    background: #35d65f;
}
.prod_table-title_val {
    font-weight: 700;
}
.hidden-label {
    display: none;
}
.packag-actions .pack-f-submit {
    color: #fff;
    padding: 14px 23px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    background: #087ac0;
    transition: background .3s;
}
.packag-actions .pack-f-submit:hover {
    color: #fff;
    text-decoration: none;
    background: #33a4ea;
}
.packag-actions .pack-f-submit:focus {
    border: none;
    color: #fff;
}
.classroom_packages-panel-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.classroom_packages-panel {
    padding: 0 10px;
}
.classroom_packages-panel-bottom {
    margin-top: 25px;
}
.classroom_packages-panel-top {
    margin-bottom: 25px;
}
.pack_qnt-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pack_qnt-val {
    width: 50px;
    height: 34px;
    margin: 0 2px;
    text-align: center;
}
.pack_qnt-btn {
    display: block;
    height: 34px;
    width: 34px;
    padding: 7px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #087ac0;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pack_qnt-btn:hover {
    background-color: #33a4ea;
}
button.pack_remove {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    background: #929292;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .3s;
}
button.pack_remove:hover {
    color: #fff;
    background-color: #f74139;
}
.download-pack-link {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #2e7d32;
    flex-wrap: nowrap;
    align-items: center;
}
.download-pack-link:hover {
    color: #2e7d32;
}
.download-pack-link span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: url(../img/icon-e.png) no-repeat center;
    background-size: contain;
}
.classroom-packages-data__info {
    font-size: 17px;
    line-height: 2.5em;
}
.classroom-packages-data__total_qnt,
.classroom-packages-data__total {
    color:#2e7d32;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .pack_qnt-val {
        width: 40px;
    }
    .prod_table-title {
        flex: 0 0 30%;
    }
    .prod_table-quant {
        flex: 0 0 18%;
    }
}
@media (max-width: 991px) {
    .prod_table-img {
        flex: 0 0 8%;
    }
    .prod_table-title {
        flex: 0 0 27%;
    }
    .prod_table-price,
    .prod_table-total {
        flex: 0 0 10%;
    }
    .prod_table-quant {
        flex: 0 0 20%;
    }
    .prod_table-remove {
        flex: 0 0 13%;
    }
}
@media (max-width: 767px) {
    .prod_table_item .product-teaser-text-wrap {
        margin: 0;
    }
    .prod_table_item &gt; div {
        border: none;
    }
    .hidden-label {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }
    .prod_table_item {
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        flex: 0 0 50%;
        border: 1px solid #eaeaea;
    }
    .prod_table {
        display: flex;
        flex-wrap: wrap;
    }
    .prod_table-head_item {
        display: none;
    }
    .prod_table_item &gt; div:not(.prod_table-title) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 8px;
        margin-right: 8px;
    }
    .prod_table_item &gt; div.prod_table-remove,
    .prod_table_item &gt; div.prod_table-quant {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .prod_table_item &gt; div.prod_table-img {
        justify-content: center;
    }
    .prod_table_item &gt; div.prod_table-sku,
    .prod_table_item &gt; div.prod_table-price,
    .prod_table_item &gt; div.prod_table-quant {
        border-bottom: 1px solid #eaeaea;
    }
    .prod_table-total, 
    .prod_table-price, 
    .prod_table-sku,
    .prod_table-quant {
        flex: 0;
    }
    .prod_table-title,
    .prod_table-img {
        flex: 1;
    }
    .prod_table-img {
        min-height: 110px;
    }
    .classroom_packages-panel {
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: 0;
        padding: 10px 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    }
    .classroom_packages-panel-inner {
        display: flex;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
    }
    body #lhc_status_widget_v2 {
        right: 0 !important;
        bottom: 65px !important;
    }
    body #toTop {
        right: 19px;
        bottom: 153px;
    }
    .packag-price {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    input[type="submit"].packag-send-btn, 
    .packag-send-btn {
        padding: 12px;
    }
    input[type="submit"].packag-buy-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    .classroom_packages-panel-top {
        display: none;
    }
    .download-pack-link {
        font-size: 16px;
    }
    .download-pack-link span {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}
@media (max-width: 560px) {
    .classroom_packages-panel-inner {
        display: block;
    }
    .packag-price {
        float: left;
        width: 130px;
        padding-right: 10px;
        padding-top: 9px;
    }
    .packag-download,
    .packag-actions {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 10px;
    }
    .download-pack-link {
        font-size: 14px;
    }
    .packag-download {
        padding-bottom: 10px;
    }
    input[type="submit"].packag-buy-btn {
        padding: 10px 12px;
        font-size: 12px;
    }
    body #lhc_status_widget_v2 {
        bottom: 85px !important;
    }
    body #toTop {
        bottom: 173px;
    }
}
@media (max-width: 400px) {
    .prod_table_item &gt; div:not(.prod_table-title) {
        margin-left: 0;
        margin-right: 0;
    }
}</pre></body></html>