@media (max-width: 1023px) {
    .widget.form_checkout .widget_head h3:before {
        width: 20px;
        background-position: right;
    }

    .widget.form_checkout .widget_head h3:after {
        width: 20px;
    }

    .widget.form_checkout .widget_head h3 {
        padding-left: 35px;
        padding-right: 35px;
    }

}

@media (max-width: 991px) {
    .divide{
        height: var(--tooltip-tablet);
    }

    .page_about .item{
        width: 50%;
    }

}

@media (max-width: 767px) {
    .divide{
        height: var(--tooltip-mobile);
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title);
    }

    .cart_prd_info .prd_name {
        text-align: left;
    }

}

@media (max-width: 479px){

    .page_about .item{
        width: 100%;
    }
}

@media (max-width: 399px){

}