@media (max-width: 991px) {
    .product_item .pr_content .d-flex {
        display: flex !important;
    }
    .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    ul.foot-btm-menu {
        justify-content: center;
    }
    .col-md-5 .product_checkout_fields {
        margin-left: 0;
    }
    .product_area .section_title .title-text {
        display: flex;
    }
    .section_title_img img {
        margin-right: 15px;
    }
    .footer_area {
        padding-top: 60px;
    }
    table.edd-table thead {
        display: none;
    }
    table.edd-table tbody tr td {
        display: block;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    table.edd-table tbody tr td.edd_cart_item_name {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    table.edd-table tfoot th,
    table.edd-table tbody tr td .cart_details {
        padding: 20px;
    }
    table.edd-table tfoot th.edd_cart_total {
        text-align: left;
    }
    table.edd-table tbody tr td.edd_cart_item_name:before {
        content: attr(data-title);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700;
        font-size: 22px;
        font-family: "sofia-pro";
    }
    table.edd-table tbody tr td.edd_cart_item_name:before {
        position: relative;
        width: 100%;
        top: 0;
        display: block;
        left: 0;
        background: #f0f2f8;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 0;
        transform: translateY(0);
    }
}

@media (max-width: 610px) {
    .product_banner_content .banner_btn, .product_banner_content .theme_btn {
        min-width: 140px;
        padding: 3px 20px 5px;
    }
    .product_tab_info .product_tab {
        align-items: center;
        height: 100%;
    }

    .product_tab_info {
        display: flex;
        padding-top: 0;
    }

    .product_tab_info .product_tab .nav-item + .nav-item {
        margin-left: 25px;
    }

    .product_tab_info .tab_btn {
        display: none !important;
    }
    .funfact-carousel .item span {
        display: inline-block !important;
    }
}

@media (max-width: 450px) {
    .price_tab {
        max-width: 280px;
    }
    .price_tab .nav-item .nav-link{
        min-width: 130px;
    }
}