.ccUIProductDescriptionName {
	
	color: #000000;
	
	font: inherit;
	font-size: 26px;

	line-height: 32px;

	padding-top: 0px;	
	
	margin: 0px;
}

.ccProductPricePanel {
	
	font-size: 24px;
	font-family: var(--ccUIFontBoldFamily);
	 
	line-height: 26px;
	
	color: #1E5BC6;
}

.ccPageHeaderShoppingCartButton {
	
	cursor: pointer;
	
	line-height: 0px;
}

.ccPageHeaderShoppingCartButtonImage {
	
	width: 22px; 
	height: 22px;
	
	cursor: pointer;
}

.ccPageHeaderShoppingCartNumberOfItemsDiv {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	
	line-height: 16px;
	
/* 	background-color: #000000; */
	
	text-align: right;
}

.ccEmptyShoppingCartDiv {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 26px;
	
	line-height: 32px;
	
/* 	background-color: #000000; */
	
	text-align: center;
	
	margin-top: 100px;
}

.ccUIShoppingCartImage {
	
    width: 100%;
    height: auto;
    
    max-height: 100px;
    
    object-fit: contain;
    vertical-align: middle;
}

.ccUIShoppingCartRemoveProductAnchor {
	
	color: #8C8C8C;
	
	font-family: var(--ccUIFontFamily);
	font-size: 14px;
	
	line-height: 14px;
	
	cursor: pointer;
	
	text-decoration: underline;
}

.ccUIShoppingCartTable {
	
	color: #000000;
	
	font-weight: bold;
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	
	line-height: 22px;
	
	width: 100%;
}

.ccUIShoppingCartListHeaderCell {

	color: #000000;
	
	background-color: #F4F4F4;
	
	padding: 5px;
}

.ccUIShoppingCartListBodyCell {

	color: #000000;
	
	padding: 5px;
}

.ccUIShoppingCartListRemoveProductButton {

	background-color: #BE3A2D;
	
	padding: 6px;
	
	border-radius: 100%;
	
	width: 16px;
	height: 16px;
	
	text-align: center;
	
	line-height: 0px;
	
	cursor: pointer;
}

.ccUIShoppingCartListRemoveProductButton>img {
	
	width: 16px;
	height: 16px;
}

.ccUIProductListDepartmentsTitle {
	
	font-size: 30px;
	font-family: var(--ccUIFontFamily);
	
	color: #333333;
	
	line-height: 40px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.ccUIProductDepartmentsImageTextInsideItemImage {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	background-color: #000000;	
	
	height: 200px;
	
/* 	border-radius: 20px; */
	
	line-height: 0px;
	
	object-fit: cover;
	
	width: 100%;
}

.ccUIProductDepartmentsImageTextInsideItemImage:hover {
	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.ccUIProductDepartmentsImageTextInsideItemName {
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	
	line-height: 28px;
	
	text-align: center;
	
/* 	color: #363636;	 */
	color: #FFFFFF;

	padding: 5px;	
}

.ccUIProductDepartmentsIconItemContainer {
	
	text-align: center;
	
	width: 100%;
	
	max-width: 150px;
	max-height: 150px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	
/* 	background-repeat: no-repeat; */
/* 	background-size: cover; */
/* 	background-position: center center;	 */
/* 	background-color: #000000;	 */
	
/* 	height: 200px; */
	
/* 	border-radius: 20px; */
	
/* 	line-height: 0px; */
	
/* 	object-fit: cover; */
	
/* 	width: 100%; */
}

.ccUIProductDepartmentsIconItemImage {
	
	width: 100%;
	
	max-width: 150px;
	max-height: 150px;
	
	opacity: 1;
	
	transition: all 0.5s ease-in-out;
}

/* .ccUIProductDepartmentsIconItemImage:hover { */
	
/* 	opacity: 0.8; */
	
/* 	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); */
/* } */

.ccUIProductDepartmentsIconItemName {
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 24px;
	
	text-align: center;
	
	color: #000000;	

	padding-top: 10px;
}

.ccUserAccountSubmenu {
	
	position: absolute;
	
	z-index: 500;
	
	width: 150px;
	
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	
	transform: translate(-65px, 0px);
	
	margin-top: 15px;
	
	background-color: #FFFFFF;
	
	padding: 5px 0px;
	
	border: solid 1px #CCCCCC;
	
	display: none;
}

.ccUserAccountSubmenuButton {
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 18px;
	
	text-align: center;
	
	color: #000000;
	
	text-decoration: none;
	
	padding: 10px 10px;
	
	display: block;
}

.ccUserAccountSubmenuButton:hover {
	
	background-color: #F5F5F5;
}

.ccEcommerceShippingAndPaymentLabel01 {
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 18px;
	
	color: #333333;
}

.ccUIProductListBuyButton {
	
	font: inherit;
	font-size: 22px;

	line-height: 22px;
	
	cursor: pointer;
	
	text-decoration: none;
	
	color: #FFFFFF;
	
	background-color: #1A73E8;
	
	padding: 10px 15px;
	
	display: inline-block;
}

.ccUIProductListBuyButton:hover {
	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.ccProductShippingCalculationText {
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	 
	line-height: 20px;
	
	color: #000000;
	
	width: 100%;
}

.ccUICalculateShippingFeeInput {
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	line-height: 20px;
	
    box-sizing: border-box;

	padding: 5px 10px;

    width: 130px;
    
	height: 40px;
	 
	color: var(--ccFormElementColor);
	
	border: solid 1px #757575;
	
	transition: all 0.7s;
	
	text-align: center;
}

.ccUICalculateShippingFeeInput::placeholder {
	
	color: #757575;
}

.ccUICalculateShippingFeeInput:hover, .ccUICalculateShippingFeeInput.active, .ccUICalculateShippingFeeInput:focus {
	
	outline: 0px;
}

.ccUICalculateShippingFeeButton {

	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 18px;
	
	text-align: center;
	
	cursor: pointer;
	
	background-color: #1A73E8;
	
	color: #FFFFFF;
	
	padding: 12px 15px;
	
	display: inline-block;
	
	height: 40px;
	
	box-sizing: border-box;
}

.ccUICalculateShippingFeeButton:hover {
	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
/* 	background-color: #2E8CF6; */
}






.ccProductDepartmentMenu {
	
	padding: 15px 0px;
	
	text-decoration: none;
	
	display: block;
	
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	
/* 	background-color: #000000; */
}

.ccProductDepartmentMenuButton {
	
	font-family: var(--ccUIFontBoldFamily);
	font-size: 15px;
/* 	font-weight: bold; */
	
	line-height: 20px;
	
	padding: 5px 7px;
	
	text-decoration: none;
	
	display: inline;	
	
	color: #263238;
	
	text-align: center;
}

.ccProductDepartmentMenuButton:hover {
	
	color: var(--ccMainColor01);
}

.ccProductDepartmentSubmenu {
	
	background-color: #FFFFFF;
	
	margin-top: 15px;
	
	padding: 5px;
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	
	line-height: 20px;
	
	z-index: 200;
	
	position: absolute;
	
	display: none;
	
/* 	border: solid 1px #E0E0E0; */

	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	
	width: 100%;
	
	overflow: hidden;
}

.ccProductDepartmentSubmenuButton {
	
	color: #263238;
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
/* 	font-weight: bold; */
	
	line-height: 20px;
	
	padding: 5px 7px;
	
	text-decoration: none;
	
	display: block;
	
	color: #263238;
	
	text-align: left;
	
	word-wrap: break-word;
}

.ccProductDepartmentSubmenuButton:hover {
	
	color: var(--ccMainColor01);
}

.ccShoppingCartSectionTitle {
	
	padding-top: 10px; 
	padding-bottom: 10px;
	
	color: #263238;
	
	font-family: var(--ccUIFontBoldFamily);
	font-size: 22px;
	
	line-height: 32px;	
}

.ccEcommerceSoldOutDiv01 {
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;

	line-height: 20px;
	
	padding: 5px 10px;
	
	color: #555555;
	
	background-color: #F1F1F1;
	
	border-radius: 5px;
}

.ccEcommerceSoldOutDiv02 {
	
	margin-top: 20px; 
	
	padding: 20px 10px;
	
	background-color: #F1F1F1;
	 
	color: #555555;
	 
	font-size: 22px;
	
	text-align: center;
	
	border-radius: 5px;
}

.ccEcommerceCreditCardBrandDiv {

	font-size: 0px;
	
	line-height: 0px;
	
	width: 60px;
	height: 40px;
	
	background-size: 460px 460px;
	
	background-image: url('https://files.cloudcomp.com.br/Images/CreditCardBrands.png');
}

.ccEcommerceCreditCardBrandNotSelectedDiv {
	
	opacity: 0.3;
}

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

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

/* Start of departments menu */
.ccDepartementsMenuButtonListContainer {
	
	border-bottom: solid 1px #8F8F8F;
}

.ccDepartementsMenuButtonList {
	
/*    display: flex;*/
/*    */
/*    justify-content: space-evenly;*/
/*    */
/*    flex: 1;*/
    
/*    align-items: center;*/
    
/*    overflow-y: hidden;*/
    
/*    height: 40px;*/
    
    color: #9A9A9A;
    
    line-height: 18px;
    
/*    margin: 0 40px 0 4px;*/
	list-style: none;
	
/*	margin: 10px 0px;*/
	
	margin: 10px 0px;
	
/*	padding: 5px 0px;*/
	
/*	padding: 0px 10px;*/
}

.ccDepartementsMenuButtonList>li {
	
    display: inline-block;
    
    padding: 0px 15px;

/*	margin: 0;*/
}
	
.ccDepartementsMenuButton {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	font-weight: bold;

	line-height: 18px;
	
	cursor: pointer;
	
/*	display: inline-block;*/
	
/*	padding: 0px 15px;*/
	
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 22px 22px;
	
	transition: all 0.3s;
}

.ccDepartementsMenuButton:hover {
	
	color: var(--ccMainColor01);
}

.ccAllDepartmentsSubmenu {
	
	position: absolute;
	
	background-color: #FFFFFF;
	
	padding: 10px 15px;
	
	z-index: 200;
	
	display: none;
	
	border: solid 1px #8F8F8F;
	
	margin-top: 10px;
	
	box-sizing: border-box;
	
	max-width: 400px;
	
	overflow: hidden;
	
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ccAllDepartmentsSubmenuVisible {
	
	display: block;
}

/* Start of auto center stuff */
.ccVehicleModelFilterContainer {
	
	border: solid 1px #D2D2D2;
	
	background-color: #EEEEEE;
	
	padding: 10px 20px;
	
	margin: 10px auto;
	
	max-width: 700px;
}

.ccVehicleModelFilterText {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	font-weight: bold;

	line-height: 20px;	
}

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

	line-height: 16px;	
}
/* End of auto center stuff */;

.ccCheckoutContainer {
	
	min-width: 700px;
}

/* Phone and tablet layout */
@media only screen and (max-width: 768px) {
	
	.ccCheckoutContainer {
		
		min-width: 300px !important;
	}

	.ccUIShoppingCartListHeaderCell {
	
		display: none;
	}
	
	.ccUIShoppingCartListBodyQuantityCell {
	
		display: block;
	}
}