.horizontalFeatureProductsDiv .productDonationLabel {
	display: none;
}
.horizontalFeatureProductsDiv .productDonationLabelAmount {
	display: none;
}
.horizontalRegularProductDiv .productDonationLabel {
	display: inline;
}
.productPageDiv .productDetails .productPriceLabelGreen {
	color: var(--brandDonationColor);
}
.productDonationLabelAmount {
	color: red;
}
.shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelQty {
	Background-color: #ff0000 ;
	Color: #ffffff ;
}
 #footer {
 border-top: 2px solid black
}
.horizontalRegularProductDiv .productsContainer .productItem {
    width: 200px !important;
    height: 390px !important;
    margin-bottom: 50px!important;
    margin-right: 25px !important;
    /* box-shadow: 0 0 3px #b0adad; */
    /* border: 1px solid #e7e2e2; */
    padding-top: 10px;
}
@media only screen and (max-width: 1030px) {
    .podStyleButton {
        font-size: 20px;
        height: 55px;
    }
}
.quickViewButton {	
    padding-top: 4px;
    left: calc(50% - 50px);    
}

.removeItemLabel {
    display: none !important;
}
.itemSecLabel {
        display: none !important ;
}
.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;
    }