
/* -- Design:CSS_BUGFixes -- */
/* TO BE REMOVED ONCE STYLE BO'S ARE READY */

/* BODY BACKGROUND BECAUSE OF THE VIEW STYLE BO ISSUE */
body {
	background-color: #ffffff !important;
}

/* Applying a bottom margin to list items */
.ListContainer.aw_component li.ListItem {
	margin-bottom: 8rem; /* SizeS spacing unit */
}

/* IMAGE SPOTLIGHT */

/* Making Image appear within the viewport and shrink correctly */
#ImageSpotlight-Image img {
  height: auto;
  width: auto;
  max-height: 80vh;
  max-width: 80vw;
}

/* MAIN CATEGORY PAGE */

div.xDesignStylesx_xScrollPane_Indv_Sidebarx {
	overflow-y: scroll;
}

@media (max-width: 768px) {

div.xDesignStylesx_xLC_Indv_Content_PageWrapperx {
    padding-right: 0;
}

div.xDesignStylesx_xScrollPane_Indv_Contentx {
    padding-right: 32rem;
    padding-left: 32rem;
}

/*}*/

@media (min-width: 1281px) {

.xDesignStylesx_xScrollPane_Indv_Sidebarx {
   margin-top: 0;
}

/*}*/

/** Increasing height of mobile navigation items **/
.awPopup .awNavigationMenuElement{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
/*# sourceMappingURL= */
