/* The start of the categories panel. */
.ccUICategoriesListTitle {
	
	font-family: var(--ccUIFontFamily);
	font-size: 22px;

	line-height: 32px;
	
	padding-top: 20px;
	padding-bottom: 10px;
	
	color: #000000;
}

.ccUICategoriesListButton {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;

	line-height: 20px;
	
	text-decoration: none;
	
	cursor: pointer;
	
	display: inline-block;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

.ccUICategoriesListButton:hover {
	
	text-decoration: underline;
}
/* The end of the categories panel. */

@media only screen and (min-width: 1366px) {
	
	.itemsListSideColumn {
		
		width: 320px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
	
	.itemsListSideColumn {
		
		width: 280px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
	
	.itemsListSideColumn {
		
		width: 250px;
	}
}

.ccUIProductGridItem {

	border: solid 1px #E7E7E7;
	
	padding: 10px;
}

/* The start of the grid settings. */
.ccUIGridItemImageContainer {

	text-align: center;
}

.ccUIGridItemImage {
	
	width: 100%;
	
	vertical-align: middle;
	
	object-fit: cover;
	
	transition: all 0.5s ease-out;
}

.ccUIClickableGridItemImage:hover  {
	
	opacity: 0.6;
}

.ccUIGridItemName {
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 26px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	max-height: 50px;
	
	overflow-y: hidden;
	
	word-wrap: break-word;
	
	color: #000000;
	
	text-align: center;
}

.ccUIGridProductName {
	
	font-family: var(--ccUIFontFamily);
	
    font-size: 15px;
    
    line-height: 18px;
    
    color: #777777;
    
    padding-top: 5px;
    padding-bottom: 5px;
    
    margin-top: 10px;
    margin-bottom: 10px;
    
    height: 50px;
    
    overflow-y: hidden;
    
    text-align: left;
    
    word-wrap: break-word;	
}

.ccUIContentPresentationImage {
	
    width: 400px;
    height: auto;
    
    margin: 0px auto 20px auto;
    
    text-align: center;
}

/* The end of the grid settings. */

.ccUIGridItemOldPrice {
	
	font-family: var(--ccUIFontFamily);
	font-size: 14px;

	line-height: 14px;
	
	padding-bottom: 5px;
	
	color: #999999;
	
	text-decoration: line-through;
	
	text-align: left;
}

.ccUIGridItemPrice {
	
	font-family: var(--ccUIFontBoldFamily);
	font-size: 18px;

	line-height: 20px;
	
/* 	padding-top: 10px; */
/* 	padding-bottom: 10px; */
	
	color: var(--ccMainColor01);
	
	text-align: left;
}

.ccUIGridItemInstallmentsMessage {
	
	font-family: var(--ccUIFontFamily);
	font-size: 14px;

	line-height: 18px;
	
	padding-top: 5px;
	padding-bottom: 10px;
	
	color: #000000;
}

.ccSeeMoreButton {
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	
	line-height: 30px;
	
	color: inherit;
	
	text-decoration: none;
}

.ccSeeMoreButton:hover {
	
	text-decoration: underline;
}

.ccPaginationContainer {
	
	padding-top: 100px;
}

.ccUIProductPageName {
	
    color: #000000;
    
    font-family: var(--ccUIFontFamily);
    
    font-size: 28px;
    
    line-height: 36px;
    
    padding-bottom: 10px;
    
    margin: 0px;
}

.ccUIProductPageCode {
	
	font-family: var(--ccUIFontFamily);
    font-size: 16px;
    
    line-height: 16px;
    
    padding-top: 0px;
    padding-bottom: 10px;
    
    margin: 0px;
    
    color: #727272;
}

.ccUIProductPageDescription {
	
    padding-top: 20px;
    
    font-family: var(--ccUIFontFamily);
    font-size: 18px;
    
    line-height: 26px;
    
    color: #3B3B3B;
    
    min-height: 500px;
    
    padding-bottom: 100px;
}

@media only screen and (min-width: 1400px) {
	
	.ccUIGridItemImage {
	
		height: 220px;
	}
	
	.ccUIContentSlideShow {
		
		width: 800px;
		height: 670px;
	}		
}

@media only screen and (min-width: 769px) and (max-width: 1399px) {

	.ccUIGridItemImage {
	
		height: 150px;
	}
	
	.ccUIContentSlideShow {
		
		width: 600px;
		height: 500px;
	}	
}


/* Mobile layout */
@media only screen and (max-width: 768px) {
	
	.ccUIContentSlideShow {
	
		grid-gap: 10px 10px;
		
		grid-template-columns: repeat(2, minmax(0, 50%)) !important;
	}
	
	.ccUIContentSlideShow {
		
		width: 260px;
		height: 250px; 
	}
}