:root {
/*ThemeEditorVariables*/
--button-primary-background-color: rgba(84, 88, 91, 1);
--color-highlight: rgba(13, 129, 126, 1);
--carousel-height-desktop: 502px;
--logo-image: Assets/TravelCoop_RGB_Logo.jpg;
--homepage-carousel-slide-1-image: Assets/TravelCoop_Ustore_Hero_Banner_Sep26.jpg;

/*/ThemeEditorVariables*/
/*UserVariables*/
.promotion-item .promotion-image {
object-fit: contain;
}

.title-area {
display: none;
}
.footer {
display: none;
}

.category-item .image-wrapper img {
object-fit: contain;
}


.loginLogoContainer {
display: none;
}

/*Hide Flag in menu bar*/ 
.selected-block .selected-icon{ 
display:none; 
}


.category-name {
text-align: center;
width: 100%;
}


.image-wrapper {
width: 80%; 
}

.category-item {
width: 33%;

}


/* Styling for categories being centered */

.home .categories-wrapper {
    
    display: flex;
    justify-content:center;
}

.category .categories-wrapper {
    justify-content:center;
}
/*/UserVariables*/
}