#product .product-actions .color, #product .product-actions .custom-checkbox input[type=checkbox]+span.color, .modal-dialog .color, .modal-dialog .custom-checkbox input[type=checkbox]+span.color {
    width: 50px;
    height: 50px;
}

#header .header-nav .language-selector a {
    color: #000;
}

#header .header-nav .language-selector a:hover {
    color: #ff0000;
}

#left-column .featured-products .products {
	margin-right: 0;
}

#left-column .featured-products .products .product-miniature {
	width: 100%;
}

#header .header-nav .signin.dropdown a {
    color: #000;
}

#header .header-nav .user-info .dropdown .dropdown-item:hover {
    color: red;
}

body#checkout section.checkout-step .delivery-option label {
    flex-wrap: wrap;
}