div#add-to-cart-mobile {
    display: none;
}

.header-brand a img {
    max-height: 75px;
}

.axil-product>.thumbnail>a img {
    max-height: 300px;
    min-height: 300px;
}

.axil-dashboard-warp .tab-content{
    padding-left: 0px !important;
}

.axil-dashboard-order .table thead th {
    font-size: 16px;
}

#grandTotal {
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
    .header-style-1 .header-navbar {
        padding: 10px 15px;
    }
    .header-style-1 .header-navbar {
        padding: 10px 15px;
    }

    .axil-product>.thumbnail>a img {
        max-height: 200px;
        min-height: 200px;
    }

    .axil-product .product-content .title a
    {
        font-size: 14px;
    }

    .axil-product .product-content .product-price-variant span.price
    {
        font-size: 16px;
    }

    .title-highlighter.highlighter-secondary {
        font-size: 14px;
    }

    h2.title, h2.product-title
    {
        font-size: 18px;
    }

    div#add-to-cart-mobile {
        display: block;
    }

    h6.title, h5.title {
        font-size: 14px !important;
    }

    .single-product-content .inner .price-amount {
        font-size: 16px;
    }

    .prod-desc {
        font-size: 13px;
    }

    .cart-dropdown .cart-item {
        padding-bottom: 15px;
    }

    .cart-dropdown .cart-header .header-title {
        font-size: 18px;
    }

    .cart-dropdown .cart-item .item-title {
        font-size: 14px;
    }

    .cart-dropdown .cart-item .item-price { 
        font-size: 14px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .cart-dropdown .cart-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cart-dropdown .cart-footer .cart-subtotal {
        font-size: 16px;
        margin: 20px 0 20px !important;
    }

    .cart-dropdown .cart-footer .group-btn {
        display: grid;
    }

    .cart-dropdown .cart-item .item-img a img {
        height: 80px;
        width: 80px;
    }

    .axil-product-table tbody td {
        font-size: 14px;
        padding: 5px 10px 5px 0;
    }

    .axil-product-table tbody tr
    {
        margin-bottom: 20px;
    }

    .axil-order-summery {
        padding: 18px 15px;
    }

    .axil-order-summery .summery-table tbody td {
        font-size: 13px;
    }

    .personal-info .flex-fill p {
        font-size: 14px;
    }

    .address-chip p {
        font-size: 14px;
    }

    .address-chip h6 {
        font-size: 14px;
    }

    .order-info p, .order-info h5 {
        font-size: 14px;
    }

    .order-table tbody td {
        font-size: 14px;
    }

    .axil-dashboard-order .table thead th {
        font-size: 15px;
    }

    .axil-dashboard-order .table thead th {
        padding: 5px 15px;
    }

    #grandTotal {
        padding-right: 0px;
    }

    #orderSuccessAlert p, #orderSuccessAlert h5 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 991px) {
    .header-brand a img {
        max-height: 35px;
    }
}

.truncate-text {
    display: inline-block;
    max-width: 100%;      /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.categrie-product:before
{
    background-color: aliceblue;
}
