.csc-radiopill > input {
    appearance: none;
    margin: 0;
    width: 0px;
    height: 0px;
    border: none;
}
.csc-radiopill > input {
    margin: 0px!important;
}
.csc-radiopill > input::before {
    display: none;
}
.csc-radiopill {
    display: inline-flex;
    padding: 0;
    border-radius: 5px;
    max-width: 80px;
    min-width: 30px;
}
.csc-radiopill > label {
    padding: 8px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
	margin-bottom: 0px;
}
.csc-radiopill--image {
    width: 60px;
    height: 80px;
    position: relative;
    flex: 0 0 60px;
}
.csc-radiopill--image img {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.csc-radiopill--image > label {
    width: 100%;
    padding-top: 60px;
}
.csc-radiopill-on {
    box-shadow: inset 0px 0px 2px 1px darkblue;
}
.csc-radiopill-off {
    box-shadow: inset 0px 0px 1px 1px lightgray;
}
.csc-product--unavailable {
    opacity: 0.6;
}

@media (max-width: 767.98px) {
    .productPageDiv .csc-radiopills {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        max-width: 100%;
        overflow: scroll;
    }
    .productPageDiv .productTextDetail {
        max-width: 100%;
    }
	.productPageDiv .csc-radiopills {
    justify-content: center;
}
}
@media (min-width: 768px) {
    .productPageDiv .csc-radiopills {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        max-width: 100%;
    }
	.productPageDiv .csc-radiopills {
    justify-content: center;
}
}
.productPageDiv .productOption {
        width: auto;
		padding-top: 10px;
    }