/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.fskit-preview {
	max-width: 634px;
}

.fskit-preview h3 {
	background-color: #6b6b6b;
	color: #fff;
	padding: 0 1em;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	border-bottom: none;
}

.fskit-preview .preview-container {
	background-color: #fff;
 	display: flex;
 	justify-content: center;
 	padding: 25px 0;
 	margin: 0 0 1.5em 0;
}

.fskit-cart-preview {
	max-width: 634px;
 	border: 3px solid #6b6b6b;
 	margin: 1em 0;
}

.fskit-cart-preview input[type=radio] + label {
	vertical-align: top;
}

.fskit-cart-preview input[type=radio]:disabled {
 	opacity: 1;
 	background: #fff;
    border-color: #8c8f94;;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: #50575e;
    cursor: initial;
}

.fskit-cart-preview label {
	cursor: initial;
}

.fskit-cart-preview h3 {
	background-color: #6b6b6b;
	color: #fff;
	padding: 0 1em;
	margin: -3px 0 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
	border-bottom: none;
}

.fskit-cart-preview .shop_table {
	margin: 5px auto;
}

.fskit-cart-preview .shop_table th {
	padding-right: 24px;
	font-size: 14px;
}

.free-shipping {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: -.02em;
	padding: 0px 7px;
	border-radius: 5px;
}
