.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;
    }
/* MEGAMENU CHANGES START */
ul.topNavItems > li.megaMenu__navItem  {
	display: none;
}

@media (min-width: 992px) {
	ul.topNavItems > li.megaMenu__navItem  {
		display: block;
	}
	ul.topNavItems > li.navMenu_categoryItem {
		display: none;
	}

	.megaMenu {
		display: none;
		position: fixed;
		background-color: white;
		inset-inline: 0px;
		columns: 3;
		gap: 20px;
		padding: 20px;
		line-height: 2.5em;
		margin-inline: auto;
		max-width: var(--mainContentMaxWidth);
	    /* Only round bottom corners */
		border-radius: 0 0 10px 10px;
		/* Side and bottom borders only */
		border-top: 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		/* Soft shadow on sides and bottom only */
		box-shadow: 
			4px 0 12px -4px rgba(0,0,0,0.1), /* right side */
			-4px 0 12px -4px rgba(0,0,0,0.1), /* left side */
			0 4px 16px -6px rgba(0,0,0,0.15); /* bottom */
			
  
	}
	.subNavTrigger.active > .megaMenu {
		display: block;
	}

	.megaMenu > div {
		break-inside: avoid-column;
	}

	.megaMenu > div > :first-child {
		font-weight: 700;
		color: black;
		cursor: pointer;
		text-transform:uppercase
	}
	.megaMenu > div > div {
		padding-left: 20px;
		position: relative;
	}
	.megaMenu > div > div > i {
		/* padding-left: 20px;*/
		position: absolute;
		left: -5px;
		top: 8px;
		width: 20px;
		height: 20px;
		background: #d3d3d37a;
		color: #00395b;	
		border-radius: 50%; 
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11px;
	}
	.megaMenu > div > div > div {
		padding-left: 20px;
		display: none;
	}
	.megaMenu > div > div.active > div {
		display: block;
	}

	.megaMenu > div > div > :first-child, .megaMenu > div > div > div > :first-child {
		color: black;
		cursor: pointer;
	}
	#hero .unslider-arrow {
    z-index: 0 !important;
}
}
.megaMenu__subCategoryTrigger::before {
	font-weight:200;
	font-size:10px;
}
.megaMenu__closeButton {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	background: none;
	font-size: 22px;
}

.shoppingCartAndSearchBarDiv .shoppingCart {
            /* padding: 0; */
            background: var(--brandColorMain) !important;
            position: relative;
            padding-right: 20px;
            color: white;
            font-size: 26px;
}
/*/images/hosting/resellers/2429/blue-shoppingcart.png 
*/
.shoppingCart .z-image {
    display: none !important; 
}

.shoppingCart::before {
    font-family: "FontAwesome";
    content: "\f291"; 
    font-size: 22px;
    color: white;
	vertical-align: middle;
    display: inline-block;
}

.shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelQty {
	color: white;
	background: red;
}

.topNav_userMenu a::before {
 box-sizing: border-box;
 font-size: 22px;
 width: 38px;
 height: 38px;
 border-radius: 50%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 /* border: 2px solid #44b3b9; */
}



/* MEGA MENU CHANGES STOP */
.shoppingCartAndSearchBarDiv .shoppingCart .z-label.shoppingCartLabelTotal {
	display: inline-block!important;
	padding: 0px 0px 0px 8px !important;
}
@media (max-width: 600px) {
	.shoppingCartAndSearchBarDiv .shoppingCart  {
		/* padding: 0; */
		background: var(--brandColorMain) !important;
		position: relative;
		padding-right: 10px  !important;
		color: white;
		font-size: 26px;
		padding-left: 10px  !important;
    }
	.trainer-info--name {
		display:none
	}
	.trainer-info--cbp-logo,
	.trainer-info--group-logo {
		display:none 
	}
}
@media only screen and (max-width: 768px) {
  .winter-image {
    display: none !important;
  }
}	