
#hero .unslider-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    right: 0;
    width: 40px;
    z-index: initial;
}
.podStyleButton {
    background: black;
    border: none;
    height: 45px;
    font-size: 20px;
    width: 100%;
    color:white;
    font-weight: 600;   
}
.trainer-info {
	background: none; 
	background-image: linear-gradient(
	  0deg,
	  hsl(0deg 0% 100%) 0%,
	  hsl(344deg 0% 92%) 11%,
	  hsl(344deg 0% 85%) 22%,
	  hsl(344deg 0% 77%) 33%,
	  hsl(344deg 0% 70%) 44%,
	  hsl(344deg 0% 62%) 56%,
	  hsl(344deg 0% 55%) 67%,
	  hsl(344deg 0% 48%) 78%,
	  hsl(344deg 0% 41%) 89%,
	  hsl(0deg 0% 35%) 100%);
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	gap: 15px;
	max-width: var(--mainContentMaxWidth);
	margin: 0px auto;
	padding: 10px 15px;
}

.northRow {
    background-color: var(--brandColorMain) !important;
}

.ct-language a {
    color: black;
}
.ct-language i {
    padding-left: 5px;
    font-weight: bolder;
    color: black;
}
.ct-language__dropdown li{
	background: #fff;
	padding: 5px;

}
.trainer-info--image,
.trainer-info--cbp-logo,
.trainer-info--group-logo {
	max-width: 200px;
	background: none; 
	background-image: linear-gradient(
	  0deg,
	  hsl(0deg 0% 100%) 0%,
	  hsl(344deg 0% 92%) 11%,
	  hsl(344deg 0% 85%) 22%,
	  hsl(344deg 0% 77%) 33%,
	  hsl(344deg 0% 70%) 44%,
	  hsl(344deg 0% 62%) 56%,
	  hsl(344deg 0% 55%) 67%,
	  hsl(344deg 0% 48%) 78%,
	  hsl(344deg 0% 41%) 89%,
	  hsl(0deg 0% 35%) 100%);
}

@charset "UTF-8";
/******************** General, Headings, Paragraph, Links, Buttons ********************/

.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%;
}
.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;
}
.productPageDiv .csc-radiopills {
    justify-content: center;
}
@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%;
    }
}
@media (min-width: 768px) {
    .productPageDiv .csc-radiopills {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        max-width: 100%;
    }
}
