/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 09:59:42 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.variation-list li {
    list-style: none;
}

.variation-li-strong {
    display: flex;
    gap: 8px;
    margin-left: 0px !important;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.related-product-label-toggle {
    display: block;
    cursor: pointer;
}
.related-product-label-toggle input[type="checkbox"] {
    margin-right: 8px;
}

img.hinhanhsanpham_icon {
    width: 30px;
}

.strong-related-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 6px;
}

span.label-span-sanpham {
    margin-left: 5px;
}

li.related-product-item {
    text-decoration: none;
    list-style: none;
    margin-top: 15px;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
}

input.toggle-variation-list {
    width: 20px;
    height: 20px;
}

.toggle-variation-list {
    appearance: none;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.toggle-variation-list:checked {
    background-color: black;
}

.toggle-variation-list:checked::after {
    content: "✔";
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    line-height: 1;
}