﻿
.ce-card-title {
	color: #111;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'cpsp' on;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0px;
}

.ce-info-card-title {
	color: #FFFFFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 160% */
	letter-spacing: 0px;
}

.ce-card-title-hovering {
	color: #005EB8;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'cpsp' on;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0px;
	cursor: pointer;
}

.ce-card-subtitle {
	color: #5E5E5E;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}


.ce-card-subtitle-sm {
	color: #868686;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}


.ce-more-subtitle {
	color: #727272;
	text-align: right;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.ce-info-card-subtitle {
	color: #F1F1F1;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0px;
}

.ce-info-card-bg {
	background-color: #005EB8;
}

.ce-card-details {
	color: #111;
	font-variant-numeric: lining-nums tabular-nums;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.ce-card-price-lg {
	color: #005EB8;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'cpsp' on;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0px;
}

.ce-card-price {
	color: #005EB8;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'cpsp' on;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0px;
}

.ce-btn {
	font-size: 12px;
}

.ce-chip {
	background-color: #FBFBFB;
	border-color: #ECECEC;
	color: black;
}

.ce-card {
	border: 1px solid #ECECEC;
	background-color: white;
}

.v-slide-group__next i {
	border: 1px solid #ECECEC;
	padding: 20px;
	margin: 10px;
}

	.v-slide-group__next i:hover {
		background-color: #E0ECF6;
	}

.v-slide-group__prev i {
	border: 1px solid #ECECEC;
	padding: 20px;
	margin: 10px;
}

	.v-slide-group__prev i:hover {
		background-color: #E0ECF6;
	}

.slide-button {
	border: 1px solid #ECECEC;
}

	.slide-button:hover {
		background-color: #E0ECF6;
	}

/* Ribbon */
.ribbon {
	width: 175px;
	height: 175px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

	.ribbon span {
		position: absolute;
		display: block;
		width: 330px;
		padding: 5px 0;
		background-color: #CF4520;
		color: #fff;
		font-size: 14px;
		text-shadow: 0 1px 1px rgba(0,0,0,.2);
		text-transform: uppercase;
		text-align: center;
	}

/* top left*/
.ribbon-top-left span {
	right: -30px;
	top: 30px;
	transform: rotate(-45deg);
}

.wishlist-container {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.sub-category {
	background-color: white;
	color: #414141;
	border-color: #ECECEC;
}

.sub-category-pill {
	background-color: #CF4520;
	color: #fff;
	border-color: #ECECEC;
}

.v-slide-group-item--active {
	font-weight: 700;
	font-style: normal;
	color: #005EB8;
}

.category-tab {
	color: #5E5E5E;
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid #005EB8;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

	/* Tooltip text */
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 2;
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
	}

.card-slider-container {
	display: grid;
	grid-auto-flow: column;
}

.card-slider-slide {
	display: grid;
	place-items: center;
}

/* Need to fix this with proper columns*/
.box {
	width: 600px;
}

.form-check .form-check-label {
	color: #5E5E5E;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
}

	.form-check .form-check-label .form-check-child {
		color: #414141;
		font-weight: 400;
	}

.form-check .form-check-input[type=checkbox] {
	border: 2px solid #414141;
	border-radius: 3px;
	transition: 0.2s all ease;
}

.form-check-child {
	color: #5E5E5E;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 0px;
}

.custom-filters {
	height: 75vh;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
	width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
	background: #F7F6F3; /* Track color */
}

::-webkit-scrollbar-thumb {
	background-color: #0C1C64; /* Thumb color */
	border-radius: 10px;
	/* Rounded corners */
	border: 3px solid #f1f1f1; /* Padding around thumb */
}

	::-webkit-scrollbar-thumb:hover {
		background: #555; /* Thumb color on hover */
	}

.custom-input-group-text {
	display: flex;
	align-items: center;
	/*padding: 0.875rem 0.875rem;*/
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	color: #111111;
	text-align: center;
	white-space: nowrap;
	background-color: #FBFBFB;
	border: 1px solid #ECECEC;
	padding: 0.375rem 0.75rem;
}

.form-control {
	border-left: none;
}

	.form-control:focus {
		border-left: none;
	}

.filter-chip {
	border: 1px solid #ECECEC;
	color: #414141;
}

	.filter-chip i {
		color: #D20037;
		cursor: pointer;
	}

.clear-filter {
	color: #005EB8;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	align-content: center;
}

.ce-filter-results {
	color: #005EB8;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0px;
}

.pagination-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
	gap: 16px;
	font-family: Arial, sans-serif;
	color: #414141;
}

.rows-per-page {
	display: flex;
	align-items: center;
	gap: 8px;
}

select {
	padding: 4px 6px;
}

.page-controls {
	display: flex;
	align-items: center;
	gap: 6px;
	background-color: #F7F6F3;
}

.page-btn {
	padding: 6px 10px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	border-radius: 4px;
}

	.page-btn:disabled {
		opacity: 0.3;
		cursor: not-allowed;
	}

.active-page {
	background-color: #005bbb;
	color: white;
	border-radius: 0;
}

.ellipsis {
	pointer-events: none;
}

.pagination-rows {
	color: #868686;
}

.custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: white;
	border-radius: 0; /* Removed border radius */
	padding: 6px 10px;
	line-height: 1.5;
	cursor: pointer;
	transition: border-color 0.2s;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 4px center;
	padding-right: 20px;
}

	.custom-select:focus {
		border-color: #005bbb;
		outline: none;
	}

.ce-wishlist {
	cursor: pointer;
	color: lightgrey;
}

.ce-wishlist-selected {
	cursor: pointer;
	color: #FFB443;
}

.ce-wishlist-reg {
	cursor: pointer;
	color: white;
}

/* For CE Activity form */
.cancelBtn {
	border-color: #CF4520;
	background-color: #CF4520;
	color: #FFFFFF;
}

.filter-title {
	font-weight: 500;
	margin-bottom: 8px;
	color: #5E5E5E;
	font-size: 14px;
}

.default-tag-new {
	display: inline-flex;
	align-items: center
}