    .product-search-section .btn { margin-bottom: 0; }
    
    .product-search-section .order-by-form {
        text-align: right;    
    }
    
    .product-search-section .order-by-form label { margin-right: 5px; }
    .product-search-section .order-by-form .form-control { width: auto; border: none; box-shadow: none; }
    
    .product-search-section .product-tile {
        background-color: #fafafa;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        text-align: center;
        border: 1px solid #f0f0f0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        height: calc(100% - 10px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .product-search-section .product-tile .img {
        margin-bottom: 15px;
        aspect-ratio: 1.5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #f0f0f0;
    }
    
    .product-search-section .product-tile .product-text {
        text-align: left;
        font-size: 12px;
    }
    
    .product-search-section .product-tile .product-title {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .product-search-section .product-tile .product-category {
        display: none;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product-search-section .product-tile .product-brand {
        display: inline-block;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 5px 15px;
        color: #0c75bc;
        border: 1px solid #0c75bc;
        border-radius: 50px;
    }
    .product-search-section .product-tile .product-description {
        margin-bottom: 5px;
    }
    
    .product-search-section .product-tile .product-updated {
        font-size: 10px;
        text-align: right;
    }
    
    .product-search-section .product-tile .btn {
        width: 100%;
        border-radius: 5px;
    }
    .product-search-section .product-tile .alert {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding: 12px 30px;
    }
    
    .product-search-section .product-tile .product-datasheet {
        text-align: left;
    }
    
    .product-search-section .product-tile .product-datasheet .btn {
        padding: 8px 15px;
        display: inline-block;
        width: auto;
        font-size: 14px;
        border-radius: 5px;
    }
    
    .shopping-cart-icon {
        float: right;
        position: relative;
        display: inline-block;
    }

    .shopping-cart-icon .badge {
        position: absolute;
        top: -8px;
        right: -10px;
        background-color: red;
        color: white;
        font-size: 12px;
        padding: 3px 6px;
        border-radius: 50%;
    }
    
    
    
    
    .product-cart-section .cart-row:first-child {
        border-top: 1px solid #f0f0f0;
    }
    .product-cart-section .cart-row {
        display: flex;
        flex-direction: row;
        gap: 30px;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        align-items: center;
        justify-content: center;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .product-cart-section .check-image-div {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .product-cart-section .img-div {
        width: 100px;
    }
    .product-cart-section .cart-row .img {
        aspect-ratio: 1.5;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100px;
        background-color: #fafafa;
        border: 1px solid #f0f0f0;
    }
    .product-cart-section .qty-box {
    }
    .product-cart-section .qty-box .btn {
        padding: 0px;
        line-height: 1;
        height: 34px;
        width: 34px;
        margin: 0;
        display: inline-block;
    }
    .product-cart-section .qty-input {
        -moz-appearance: textfield;
        display: inline-block;
        width: 50px;
    }
    
    .product-cart-section .qty-div {
        display: flex;
        gap: 15px;
        flex-direction: row;
        align-items: center;
        white-space: nowrap;
    }
    
    .product-cart-section .btn-close {
        padding: 0px;
        line-height: 1;
        height: 34px;
        width: 34px;
        margin: 0;
        display: inline-block;
        background: none;
        border: none;
        color: #888;
    }
    .product-cart-section .btn-close:hover {
        color: #555;
    }
    
    @media (max-width: 640px) {
        .product-cart-section .cart-row {
            flex-direction: column;
            gap: 10px;
        }
        
        .product-cart-section .check-image-div, .cart-row .img { width: 100%; }
        
        .product-cart-section .img-div {
            width: 100%;
            width: calc(100% - 20px);
        }
        
        .product-cart-section .product-brand-container {
            text-align: center;
        }
        
        .product-cart-section .cart-row {
            align-items: end;
        }
        
        
    }
    
    .product-cart-section .product-details {
        width: 100%;
    }
    
    .product-cart-section .product-details .product-brand {
        display: inline-block;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 5px 15px;
        color: #0c75bc;
        border: 1px solid #0c75bc;
        border-radius: 50px;
    }
    
    .product-cart-section .product-details .product-title {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .product-cart-section .product-details .product-category {
        display: none;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product-cart-section .product-details .product-description {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .product-cart-section .product-details .product-updated {
        font-size: 10px;
        text-align: right;
    }
    
    .product-cart-section .product-details .btn {
        width: 100%;
        border-radius: 5px;
    }
    .product-cart-section .product-details .alert {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .product-cart-section .product-details .product-datasheet {
        text-align: left;
        margin-bottom: 0;
    }
    
    .product-cart-section .product-details .product-datasheet .btn {
        padding: 8px 15px;
        display: inline-block;
        width: auto;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 0;
    }
    

.product-checkout-section .btn-close {
        padding: 0px;
        line-height: 1;
        margin: 0;
        display: inline-block;
        background: none;
        border: none;
        color: #888;
    }
    .product-checkout-section .btn-close:hover {
        color: #555;
    }
    
    .product-checkout-section .checkout-cart-div {
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        padding: 10px;
    }
    
    .product-checkout-section .checkout-cart-row {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .product-checkout-section .checkout-cart-row:last-child {
        border-bottom: none;
        margin-bottom: none;
    }
    
    .product-checkout-section .checkout-cart-title {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        
    }
    
    .product-checkout-section .checkout-cart-title .product-title {
        margin-bottom: 0px;
        font-size: 14px;
    }
    
    .product-checkout-section .checkout-cart-row .product-description {
        font-size: 12px;
    }
    
    .product-checkout-section .checkout-cart-qty {
        font-weight: bold;
        font-size: 14px;
    }