@charset "utf-8";

/* WCEX SKU Select CSS */

.p-entry-product__cart-item-sku {}

dl.item-sku { border: none; display: block; margin-bottom: 10px; padding: 0; }
dl.item-sku::after {  clear: both; content: ''; display: table; }
dl.item-sku dt { background: none; border: none; clear: both; display: inline-block; float: left; font-weight: normal; line-height: 50px; padding: 0 1em 0 0; }
dl.item-sku dd { border: none; display: block; margin-bottom: 10px; padding: 0; }
dl.item-sku dd select { border: 1px solid #ddd; height: 50px; max-width: 100%; padding: 12px 34px 12px 16px; min-width: 220px; }
dl.item-sku dd input[type="radio"] { display: none; }
dl.item-sku dd label { color: #000; cursor: pointer;  border: 2px solid #ddd; display: inline-block; margin-bottom: 4px; padding: 1px 21px; -webkit-transition: border-color 0.2s ease; -moz-transition: border-color 0.2s ease; -ms-transition: border-color 0.2s ease; transition: border-color 0.2s ease; }
dl.item-sku dd input[type="radio"]:checked + label, dl.item-sku dd label:hover { border: 3px solid #aaa; padding: 0 20px; }

table.item-sku { margin: 0 0 20px; }
table.item-sku th { background: #f1f1f1; border: 1px solid #ddd; }
table.item-sku td { background: #fff; border: 1px solid #ddd; }

@media (max-width: 991px) {
	dl.item-sku dd select { min-widdth: 200px; }
}
