
.removeable .p-name .main-link, .removeable .p-name .main-link .product-appendix, #cart-widget .product-appendix, .cart-widget-product-name a{
    color: #333;
    font-weight: 700;
}

/* .in-kosik .cart-table tr.removeable:has(.dkLabCartNoteDetailHeader) .quantity-form .quantity {
    padding-right: 5px;
}
@media (min-width: 768px){
    .in-kosik .cart-table tr.removeable:has(.dkLabCartNoteDetailHeader) .p-quantity .quantity input {
    width: 100%;
    max-width: 60px;
}
.cart-table tr>td.p-total {
    text-align: left;
}
}
#cart-widget .quantity-form .quantity {
    padding-right: 0px;
    width: 100%;
     max-width: 100px !important;
     text-align: center ;
} */
 
/* DK Lab Cart Note Detail */
.in-kosik .dkLabCartNoteDetails {
    padding: 5px 0px;
}
.in-kosik .dkLabCartAmount,
.in-kosik .dkLabNoteTextDetailTitle,
.in-kosik .dkLabCartAttachments {
    display: none;
}
.in-kosik .dkLabCartNoteDetailHeader {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.in-kosik .dkLabNoteTextDetailNote {
    font-size: 16px;
    line-height: 20px;
}
.in-kosik .dkLabNoteDetailRemovePart,
.in-kosik .dkLabNoteAttachDelete {
    margin: 0px 8px;
}
.in-kosik .dkLabNoteDetailRemovePart:before,
.in-kosik .dkLabNoteDetailRemovePart:after,
.in-kosik .dkLabNoteAttachDelete:before,
.in-kosik .dkLabNoteAttachDelete:after {
    width: 16px;
}
/* DK Lab Cart Note Detail CART WIDGET */
#cart-widget .dkLabCartNoteDetails {
    padding: 5px 0px;
}
#cart-widget .dkLabCartAmount,
#cart-widget .dkLabNoteTextDetailTitle {
    display: none;
}
#cart-widget .dkLabNoteTextDetailNote {
    font-size: 14px;
    line-height: 18px;
}
#cart-widget .dkLabNoteDetailRemovePart,
#cart-widget .dkLabNoteAttachDelete {
    margin-left: 0px;
}
#cart-widget .dkLabNoteDetailRemovePart:before,
#cart-widget .dkLabNoteDetailRemovePart:after,
#cart-widget .dkLabNoteAttachDelete:before,
#cart-widget .dkLabNoteAttachDelete:after {
    width: 14px;
}

/* Tlačítko "Vyprazdnit košík" */
.wt-cart-clear-all-wrapper {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wt-cart-clear-all-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #dc3545;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wt-cart-clear-all-btn:hover:not(:disabled) {
    background-color: #c82333;
}

.wt-cart-clear-all-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

.wt-cart-clear-all-btn:focus {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

 
