
.shopping-cart-table table tbody tr td .quant-input .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrow:focus {
    color: #31b1d8;
}
.breadcrumb ul a:hover, .breadcrumb ul a:focus {
    color: #31b1d8;
}

/* Mobile-specific styles */
@media only screen and (max-width: 768px) {
    .shopping-cart {
        display: flex;
        flex-direction: column;
    }

    .breadcrumb ul {
        border-bottom: 1px solid #F2F2F2;
        margin: 50px 0px 0px 0px;
        padding: 20px 0 10px;
    }

    .modal-content {
        margin: 75% auto !important;
    }

    .shopping-cart .shopping-cart-table table {
        width: 100%;
    }

    .shopping-cart .shopping-cart-table table thead {
        display: none;
    }

    /* Reorder the sections for mobile */
    .cart-shopping-total {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .estimate-ship-tax {
        order: 2;
        width: 100%;
    }

    /* Make tables full width on mobile */
    .cart-shopping-total table,
    .estimate-ship-tax table {
        width: 100%;
    }

    /* Center the checkout button on mobile */
    .cart-checkout-btn {
        text-align: center;
    }

    .cart-checkout-btn .pull-right {
        float: none !important;
    }

    .shopping-cart .shopping-cart-table table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 5px;
        background-color: #f9f9f9;
        border-radius: 5px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td {
        display: block;
        text-align: left;
        padding: 2px 0;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-romove,
    .shopping-cart .shopping-cart-table table tbody tr td.cart-image {
        display: inline-block;
        vertical-align: middle;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-romove {
        float: right;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-image {
        width: 100%;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-image img {
        max-width: 100%;
        height: auto;
        border-radius: 3px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-name-info,
    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-quantity,
    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-sub-total {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-name-info h4 {
        font-size: 14px;
        margin: 5px 0;
        color: #333;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-quantity input {
        width: 40px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .shopping-cart .shopping-cart-table table tbody tr td.cart-product-sub-total {
        font-weight: bold;
        font-size: 14px;
        color: #ff6b6b;
    }

    .shopping-cart-btn {
        text-align: center;
        margin-top: 10px;
    }

    .shopping-cart-btn a.btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        background-color: #31b1d8;
        color: white;
        border: none;
        padding: 8px;
        border-radius: 3px;
    }

    .shopping-cart-btn a.btn:hover {
        background-color: #ff5252;
    }

    .shopping-cart .shopping-cart-table table tbody tr .romove-item,
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
    .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
        text-align: right !important;
    }

    .empty-cart-message {
        text-align: center;
        padding: 10px;
        color: #777;
    }

    .empty-cart-message i {
        font-size: 40px;
        color: #ff6b6b;
        margin-bottom: 5px;
    }
}

.cart-image img {
    max-width: 150px;
    max-height: 200px;
    margin-top: 10px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
    color: #31b1d8;
}

.breadcrumb ul li.active {
    color: #31b1d8;
}
.table-bordered td,
.table-bordered th {
border: none !important;
}

.shopping-cart .shopping-cart-table .table > thead > tr > th {
background-color: #f1f3f5;
}
/* Change button color to blue on hover */
button:hover,
input[type="submit"]:hover,
a.btn:hover {
    background-color: #31c1d8 !important;
    border-color: #31c1d8 !important;
    color: white !important;
}

/* Optional: Add transition for smooth hover effect */
button,
input[type="submit"],
a.btn {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.shopping-cart-table table tbody tr td .quant-input input {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #F2F2F2;
box-sizing: border-box;
font-size: 15px;
height: 35px;
left: 0;
padding: 0 20px 0 18px;
position: relative !important;
top: 0;
width: 70px;
z-index: 1;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
    color: #31b1d8;
}
@media (max-width: 767px) {
.outer-top-xs {
margin-top: -72px !important;
}
.quant-input .arrow.minus {
padding-top: 8px;
padding-bottom: 7px;
}
.quant-input .arrow.plus {
padding-top: 8px;
padding-bottom: 7px;
}
}

/* Mobile-specific styles for cards */
@media only screen and (max-width: 768px) {
    .breadcrumb ul {
        border-bottom: 1px solid #F2F2F2;
        margin: 50px 0px 0px 0px;
        padding: 20px 0 10px;
    }

    /* Hide the table on mobile */
    .table-responsive {
        display: none;
    }

    /* Show cards on mobile */
    .cart-cards {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    /* Hide cards on desktop */
    .cart-cards {
        display: none;
    }
}

/* Card styling */
.cart-card {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cart-card-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart-card-body {
    display: flex;
    margin-bottom: 10px;
}

.cart-card-img {
    flex: 0 0 100px;
    margin-right: 15px;
}

.cart-card-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.cart-card-details {
    flex: 1;
}

.cart-card-product-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.cart-card-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cart-card-label {
    color: #666;
    font-weight: bold;
    margin-right: 10px;
}

.cart-card-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
}

.track-btn {
    background-color: #31b1d8;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
}

.track-btn:hover {
    background-color: #2a9bc7;
    color: white;
}

/* Quantity input styling */
.quant-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quant-input input {
    width: 50px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

.quant-input .arrow {
    cursor: pointer;
    padding: 5px 10px;
    user-select: none;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.quant-input .arrow.plus {
  
}

.quant-input .arrow.minus {
  
}
.breadcrumb ul a:hover, .breadcrumb ul a:focus {
color: #31b1d8 !important;
}
a {
color: #000;
}

.footer .links-social .social-icons a:hover, .footer .links-social .social-icons a:focus, .footer .links-social .social-icons a.active {
    background: #000000;
}
.footer .contact-information .media .icon .fa-stack-2x {
    color: #31b1d8;
}
.footer .contact-information .media .media-body a:hover, .footer .contact-information .media .media-body a:focus {
    color: #31b1d8;
}