.nucific-offer-selector.hidden {
    display: none;
}

.nucific-offer-selector {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 18px;
    line-height: 1.5;
}

.nucific-offer-selector .header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.nucific-offer-selector .header .title {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 36px;
    padding: 0;
}

.nucific-offer-selector .header .ratings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.nucific-offer-selector .header .ratings .average-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}

.nucific-offer-selector .header .ratings .average-rating svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.nucific-offer-selector #offer-selector {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
}

.nucific-offer-selector #offer-selector .choose-package {
    font-size: 13px;
    text-transform: uppercase;
}

.nucific-offer-selector #offer-selector .purchase-type-options {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
}

.nucific-offer-selector #offer-selector .purchase-type-option {
    flex: 1;
}

.nucific-offer-selector #offer-selector .purchase-type-option label {
    cursor: pointer;
}

.nucific-offer-selector #offer-selector .purchase-type-option label,
.nucific-offer-selector #offer-selector .purchase-type-option label span {
    display: block;
    text-align: center;
}

.nucific-offer-selector #offer-selector .purchase-type-option label span {
    padding: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #2f5470;
    border-radius: 5px;
    color: #2f5470;
    font-weight: 700;
}

.nucific-offer-selector #offer-selector .purchase-type-option label span:hover {
    background-color: #2f5470;
    color: #ffffff;
}

.nucific-offer-selector #offer-selector .purchase-type-option input[type="radio"] {
    display: none;
}

.nucific-offer-selector #offer-selector .purchase-type-option input[type="radio"]:checked+span {
    background-color: #2f5470;
    color: #ffffff;
}

.nucific-offer-selector #offer-selector .product-selections {}

.nucific-offer-selector #offer-selector .product-selections .product-selection {
    padding: 10px;
    border: 1px solid #2f5470;
    border-radius: 5px;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5px;
    font-size: 18px;
    line-height: 1.5;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label:has(input[type="radio"]:checked),
.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label:hover {
    background-color: #2f5470;
    color: #ffffff;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label input[type="radio"] {
    appearance: none;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 24px;
    border-radius: 999999px;
    border-width: 2px;
    border-style: solid;
    border-color: #2f5470;
    background-color: #ffffff;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label input[type="radio"]:checked {
    background-color: #2f5470;
    border-color: #ffffff;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 448 512\"><defs><style> .cls-1 { fill: %23fff; stroke-width: 0px; } </style></defs><path class=\"cls-1\" d=\"M438.6,105.4c12.5,12.5,12.5,32.8,0,45.3L182.6,406.7c-12.5,12.5-32.8,12.5-45.3,0L9.3,278.7c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l105.4,105.3,233.4-233.3c12.5-12.5,32.8-12.5,45.3,0h0Z\"/></svg>");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .quantity {
    font-size: 24px;
    flex: 1;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .savings {
    font-size: 13px;
    font-weight: 700;
    background-color: #efefef;
    color: #2f5470;
    padding: 5px 10px;
    border-radius: 9999px;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .price {
    font-weight: 700;
    font-size: 24px;
}

.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .price span.price-frequency {
	display: none;
    font-size: 14px;
    text-align: right;
    font-weight: normal;
}

.nucific-offer-selector #offer-selector .free-shipping {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.nucific-offer-selector #offer-selector .button-container .add-to-cart,
.nucific-offer-selector #offer-selector .button-container .out-of-stock {
    display: block;
    text-align: center;
    padding: 12px 20px;
    text-transform: uppercase;
}

.nucific-offer-selector #offer-selector .button-container .add-to-cart {
    background-color: #e47759;
    color: #ffffff;
}

.nucific-offer-selector #offer-selector .button-container .out-of-stock {
    background-color: #efefef;
    color: #2f5470;
}


.nucific-offer-selector #offer-selector .button-container .add-to-cart:hover,
.nucific-offer-selector #offer-selector .button-container .add-to-cart:focus {
    background-color: #d35a3f;
}

.nucific-offer-selector #offer-selector .signup-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 10px;
    padding: 20px;
    border: 1px solid #DADADA;
    text-align: center;
}

.nucific-offer-selector #offer-selector .signup-container .signup-message {
    padding: 0;
}

.nucific-offer-selector #offer-selector .signup-container .myaccount-savings {
    font-size: 24px;
    font-weight: 700;
    color: #e47759;
}

.nucific-offer-selector #offer-selector .signup-container .action-links a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
}

.nucific-offer-selector #offer-selector .signup-container .action-links .create-account {
    background-color: #e47759;
}

.nucific-offer-selector #offer-selector .signup-container .action-links .create-account:hover {
    background-color: #d35a3f;
}

.nucific-offer-selector #offer-selector .signup-container .action-links .log-in {
    background-color: #2f5470;
}

.nucific-offer-selector #offer-selector .signup-container .action-links .log-in:hover {
    background-color: #1f3a4f;
}

.nucific-offer-selector #offer-selector .signup-container .first-time-message {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .nucific-offer-selector #offer-selector .purchase-type-option label span {
        padding: 10px;
        font-size: 13px;
    }

    .nucific-offer-selector #offer-selector .product-selections .product-selection ul li label {
        gap: 15px;
    }

    .nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .quantity,
    .nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .price {
        font-size: 18px;
    }
	
	.nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .price span.price-frequency {
		display: none;
		font-size: 12px;
		text-align: right;
		font-weight: normal;
	}	

    .nucific-offer-selector #offer-selector .product-selections .product-selection ul li label .savings {
        font-size: 13px;
    }
}