body {

    --mainContentMaxWidth: 1500px;
    --numPodImagesPerRowOnDesktop: 4;
}

.centerRow { 
    flex:1;
    max-width: var(--mainContentMaxWidth);
    margin: 20px auto;
    padding: 0px 15px;
    width: 100%;
}

@media (min-width: 992px) { 
    .mainWinCenterDiv .northRow .obsoleteRow:nth-child(3) > .obsoleteCell:first-child > .z-div {
        text-align: right;
    }
}

.heroSlider {
    display: none;
    width: 100%;
    margin: 0 auto;
}


.firstRow .columnn .thumbnail {   
    border: none;  
}

.firstRow {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.podStyleButton {
    background: var(--brandColorMain);
    border: none;
    height: 45px;
    font-size: 20px;
    width: 100%;
    color:white;
    font-weight: 600;   
}


.pod, .pod1 {
    max-width: 40%;
    flex: 0 0 40%;
    min-width: 220px;
}

.firstRow > .columnn {
    max-width: 50%;
    flex: 0 0 calc(50% - 10px);
    min-width: 0px;
    overflow: hidden;
}

.firstRow > .columnn > .thumbnail{
    width: 100%;    
}

.mainWinCenterDiv {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    background: #fff;
    min-height: 100vh;
    display:flex;
    flex-direction: column;
}

#hero .unslider-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    right: 0;
    width: 40px;
    z-index: initial;
}

#hero .unslider-arrow::after {
    content: '';
    height: 36px;
    width: 36px;
    background-color: var(--brandBackgroundApplyColorMain);
    position: absolute;
    top: calc(50% - 18px);
    border-radius: 50%;
}
#hero .unslider-arrow::before {
    z-index: 1;
}

.topNavParentCustomise .topNav_userMenu {
    order: 6;
}

@media (min-width: 1000px) {
    .firstRow > .columnn {
        max-width: calc(100% / var(--numPodImagesPerRowOnDesktop));
        flex: 0 0 calc(100% / var(--numPodImagesPerRowOnDesktop) - 10px);
    }
}

@media (max-width: 600px) {
    .firstRow > .columnn {
        max-width: 100%;
        flex: 0 0 calc(100% - 10px);
    }
}



.north .obsoleteGrid,
.north .obsoleteRow,
.north .obsoleteCell {
    display: contents;
}

.trainer-info {
	background-color: var(--brandBackgroundApplyColorMain);
	display: grid;
	grid-template-columns: max-content 1fr max-content;
	align-items: center;
	gap: 15px;
	max-width: var(--mainContentMaxWidth);
	margin: 0px auto;
	padding: 0px 15px;
}

.trainer-info > * {
}

.trainer-info--image,
.trainer-info--cbp-logo,
.trainer-info--group-logo {
	max-width: 200px;
	background: var(--brandBackgroundApplyColorMain);
}

.trainer-info--image img,
.trainer-info--cbp-logo img,
.trainer-info--group-logo img {
    object-fit: cover;
	height: 100px;	
}


.trainer-info--image {
	grid-column: 1;
}

.trainer-info--name {
	grid-column: 2;
}

.trainer-info--cbp-logo,
.trainer-info--group-logo {
	grid-column: 3;
	grid-row: 1;
	text-align: right;
}

.trainer-info--name {
	font-size: 18px;
	line-height: 1.20;
	font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .trainer-info {
		display: flex;
		flex-direction: column;
    	align-items: center;
		margin: 0px 15px;
    }
	.trainer-info--name {
		text-align: center;
	}
}

.heroSlider img {
	width: 100%;
	max-width: var(--mainContentMaxWidth);       /* Set the width of the image */
	object-fit: cover;
	aspect-ratio: 3/1;
	border-radius: 15px; /* Make the image round */
}
@media only screen and (max-width: 600px) {
	.heroSlider img {
		aspect-ratio: 1/1;
	}
}


.thumbnail img {
	border-radius: 15px; /* Make the image round */
	 
}
/*
https://www.ecomnowteams.com/store/5299/category/5170 */
.horizontalRegularProductDiv .headerTextDiv * {
	border-radius: 15px!important;
}
.horizontalRegularProductDiv .footerTextDiv * {
	border-radius: 15px!important;
}
.pod {
/*  width: 260px;   */    /* Set a fixed width for the thumbnail */
 
}

.firstRow > .columnn > .thumbnail img {
    /*width: 260px;*/
	border-radius: 15px 15px 0px 0px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


.podStyleButton  {
    border-radius: 0px 0px 15px 15px;
}

.breadCrumbRow:empty{
	display: none;
}
.breadCrumbRow {
    margin: 20px auto;
    padding: 0px 15px;
	max-width: var(--mainContentMaxWidth);
	width: 100%;
}

.storePageDiv {
	padding: 0px!important;
}
/*
.ct-topbar {
  text-align: right;
  background: #eee;
}
*/
.ct-topbar__list {
  margin-bottom: 0px;
  
}
.ct-language__dropdown{
	padding-top: 8px;
	max-height: 0;
	position: absolute;
	top: 110%;
	left: -3px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100px;
	text-align: center;
	padding-top: 0;
  z-index:200;
}
.ct-language__dropdown li{
	background: #222;
	padding: 5px;

}
.ct-language__dropdown li a{
	display: block;
}
.ct-language__dropdown li:first-child{
	padding-top: 10px;
	border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
	background: #444;
}
.ct-language__dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom: 8px solid #222;
}
.ct-language{
	position: relative;
  background: var(--topNavLevel1BackgroundColor);
  color: #fff;
  padding: 0;
  padding-right: 0:
  padding-left: 0;
}
.ct-language:hover .ct-language__dropdown{
	max-height: 200px;
	padding-top: 8px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	
}
.ct-language {
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.ct-language a {
	color: var(--topNavLevel1Color);
}
.ct-language i {
	padding-left: 5px;
    font-weight: bolder;
    color: var(--topNavLevel1Color);
}
.ct-language li {
	padding-right: 0px!important;
	padding-left: 0px!important;
	
}
.ct-language__dropdown{
	display: none;
    position: absolute;
	z-index: 1;
}
.horizontalFeatureProductsDiv .productItem .productLabel::after {
  color: #FFFFFF;
  background-color: #000000;
  width: 140px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  border: hidden;
  font-weight: bolder;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -70px;

}
.horizontalFeatureProductsDiv .productItem .productPriceLabel{
    display: block; 
}
