/* Mini Basket Dropdown Styling - Priceless Theme */

/* Popover sizing */
.popover {
    max-width: 350px !important;
    font-size: 13px;
}

/* Container padding */
.miniBasketDropDown {
    padding: 0 !important;
    width: 320px;
    max-width: 350px;
}

/* Dropdown header styling */
.miniBasketDropDown .dropdown-header {
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #0c5faa;
    margin-bottom: 0;
    font-size: 13px;
}

/* Remove list style dots and clean up the list */
.miniBasketDropDownList {
    list-style: none !important;
    padding: 10px 12px !important;
    margin: 0 !important;
}

.miniBasketDropDownList li {
    list-style: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e1e1e1;
}

.miniBasketDropDownList li:first-child {
    padding-top: 5px !important;
}

.miniBasketDropDownList li:last-child {
    border-bottom: none;
    padding-bottom: 5px !important;
}

/* Product name styling - bold and prominent */
.miniBasketDropDownList li .text-dark.text-truncate {
    font-weight: 700 !important;
    font-size: 13px !important;
    margin-bottom: 2px;
    display: block;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.3;
}

.miniBasketDropDownList li .text-dark.text-truncate small {
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* Hide the unit price line - we only want qty and row total */
.miniBasketDropDownList li .float-left {
    display: none !important;
}

/* Row total on single line under product name */
.miniBasketDropDownList li .float-right {
    float: none !important;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.miniBasketDropDownList li .float-right b {
    font-weight: 700;
}

/* Clear floats */
.miniBasketDropDownList li .clearfix {
    display: none;
}

/* Bottom text */
.miniBasketDropDown .text-center {
    padding: 8px 12px;
    font-size: 12px;
}

.miniBasketDropDown .text-center small {
    font-size: 11px !important;
}

/* "More items" text styling */
.miniBasketDropDownList + br + div.text-center {
    padding: 8px 0;
    font-weight: 600;
    color: #0c5faa;
    font-size: 12px;
}

/* Offcanvas Basket Grid (Main basket table) Styling */
#basketItemsTable tbody td a b {
    font-weight: 700 !important;
    font-size: 14px;
}

#basketItemsTable tbody .thumbnail_image {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 2px;
}

/* Offcanvas Sidebar Basket Styling (if used elsewhere) */
.sidebar-basket .mini-basket-item .item-name {
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.sidebar-basket .mini-basket-item .item-name a {
    font-weight: 700 !important;
    color: #212529 !important;
}

.sidebar-basket .mini-basket-item .item-image {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 4px;
}
