:root {
	--channelSightHeaderHeight: 68px;
	--channelSightBorderRadius: 8px;
}




/*
CHANNELSIGHT
*/
.theme-hello-elementor .fa-classic,
.theme-hello-elementor .fa-light,
.theme-hello-elementor .fa-regular,
.theme-hello-elementor .fa-solid,
.theme-hello-elementor .fa-thin,
.theme-hello-elementor .fal,
.theme-hello-elementor .far,
.theme-hello-elementor .fas,
.theme-hello-elementor .fat {
	font-family: "Font Awesome 6 Free";
}









/*
CHANNELSIGHT WHERE TO BUY BUTTON
*/
.whereToBuy button {
	display: none;
}
.whereToBuy button.cs-loaded {
	display: inline-flex;
}
.whereToBuy button.cs-loaded.cs-disabled {
	display: none;
}








/*
CHANNELSIGHT WHERE TO BUY POPUP
*/

.theme-hello-elementor .cs-t3.csWidgetModal .csWidgetModal-dialog,
.theme-hello-elementor .cs-t3.csWidgetModal.in .csWidgetModal-dialog {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	right: auto;
	bottom: auto !important;
	
	transform: translate3d(-50%, -50%, 0);
	
	width: calc(100% - var(--doubleBoxPadding)) !important;
	max-width: 960px;
	margin: 0 !important;
	height: 50vh;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: stretch;
}

.theme-hello-elementor .csWidgetModal-content {
	width: 100%;
	border: 0;
	border-radius: var(--channelSightBorderRadius);
	overflow: hidden;
}

.theme-hello-elementor .csWidgetModal-body {
	height: 100%;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.theme-hello-elementor .csWidgetModal-body > div {
	display: contents;
}

.theme-hello-elementor .csBody {
	flex-grow: 1;
	
	overflow: hidden;
}

.theme-hello-elementor #csModalButtonClose {
	color: #fff;
	
	height: var(--channelSightHeaderHeight);
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-hello-elementor #csModalButtonClose i {
	font-size: 30px;
}

/* HEADER */
.theme-hello-elementor .cs-t3 .csHeader {
	flex-shrink: 0;
	
	overflow: hidden;
	
	background-color: #000;
}
.theme-hello-elementor .cs-t3 .t3-header-single-product {
	background-color: transparent;
	
	height: var(--channelSightHeaderHeight) !important;
	/*border-bottom: 1px solid var(--e-global-color-text);*/
	border: 0;
	padding: 0 !important;
	
	width: 100%;
	display: flex;
}
/* HEADER LOGO */
.theme-hello-elementor .csWidgetLogoProd {
	display: none;
}
/* HEADER TITLE */
.theme-hello-elementor .cs-t3 .csWidgetHeaderTxt1Prod {
	flex-grow: 1;
	
	height: var(--channelSightHeaderHeight);
	margin: 0;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
	/*
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size );
	font-weight: var( --e-global-typography-primary-font-weight );
	text-transform: var( --e-global-typography-primary-text-transform );
	font-style: var( --e-global-typography-primary-font-style );
	*/
	
	color: #fff;
	font-family: "Varela Round", sans-serif;
	font-size: 35px;
	font-weight: 700;
}

/* MOBILE HEADER */
.theme-hello-elementor .cs-t3 .csFindOnline {
	display: none;
}

/* BODY */
.theme-hello-elementor .cs-t3 .t3-body {
	height: 100%;
	padding: 0;
	
	display: grid;
	grid-template-columns: 35fr 65fr;
	gap: var(--elementMargin);
	align-content: flex-start;
}

/* BODY LEFT COL */
.theme-hello-elementor .cs-t3 .csWidgetImg1Prod {
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
	padding-left: var(--elementMargin);
}
.theme-hello-elementor .cs-t3 .csWidgetImg1Prod > * {
	padding-left: 0;
}
.theme-hello-elementor .cs-t3 .csWidgetImg1Prod h1 {
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: 24px !important;
	font-weight: var( --e-global-typography-secondary-font-weight );
	text-transform: var( --e-global-typography-secondary-text-transform );
	font-style: var( --e-global-typography-secondary-font-style );
}
.theme-hello-elementor .cs-t3 .csWidgetImg1Prod h3 {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
}

/* BODY RIGHT COL*/
.theme-hello-elementor .cs-t3 .csWidget {
	height: auto;
	min-height: 0;
	max-height: none;
}

/* ROW */
.theme-hello-elementor .cs-t3 .csWidgetRetailerGrid {
	border-bottom-color: var(--e-global-color-ece6ab0);
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
/* IMG cell */
.theme-hello-elementor .cs-t3 .csWidgetRetailer1Prod {
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-hello-elementor .cs-t3 .csWidgetRetailer1Prod img {
	display: block;
}
/* STOCK cell */
.theme-hello-elementor .cs-t3 .csWidgetStock1Prod {
	color: var(--e-global-color-text);
}

/* FOOTER */
.theme-hello-elementor .csFooter,
.theme-hello-elementor .csWidgetModal-footer {
	display: none;
}
.theme-hello-elementor .csWidgetCleaner {
	display: none;
}









/*
CHANNELSIGHT FIND A DISTRIBUTOR
*/

.theme-hello-elementor .cs-t5 .csWidget {
	max-width: none;
	border: 0;
}

.theme-hello-elementor .cs-t5 .cs-separator {
	display: none;
}

.theme-hello-elementor .cs_content-buylocally {
	/*--verticalSpace: calc(var(--channelSightHeaderHeight) + 40px);*/
	--verticalSpace: 40px;
	--borderColor: #c5c6c5;
	
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	
	height: var(--widgetHeight);
	padding-top: var(--channelSightHeaderHeight);
}

/*
HEADER
*/
.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-title {
	flex-basis: 100%;
	order: 1;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: var(--channelSightHeaderHeight);
	padding: 0 40px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	
	background-color: #000;
}
/* Title */
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-txt {
	display: none;
}
.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-title:before {
	content: "Find a Distributor";
	
	/*
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: 32px;
	font-weight: var( --e-global-typography-secondary-font-weight );
	text-transform: var( --e-global-typography-secondary-text-transform );
	font-style: var( --e-global-typography-secondary-font-style );
	*/
	
	font-family: "Varela Round", sans-serif;
	font-size: 35px;
	font-weight: 700;
	white-space: nowrap;
}
/* Input */
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-search {
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	
	width: auto;
	/*border: 1px solid var(--borderColor);*/
	border-radius: 5px;
	overflow: hidden;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-search-input {
	font-family: "Varela Round", sans-serif;
	font-size: 16px;
	font-weight: 400;
	
	width: auto;
	margin: 0;
	height: auto;
	padding: 3px 10px;
	border-radius: 0;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-search-but {
	width: auto;
	height: auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: stretch;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-search-but .csSearchByZipCode {
	top: 0;
	right: 0;
	
	padding-right: 5px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-hello-elementor .cs_content-buylocally-title-search .cs_clean {
	display: none;
}
/* Hidden elements */
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-mapbut,
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title .cs_content-buylocally-title-triangle-up,
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title .cs_cleaner,
.theme-hello-elementor .cs-t5 .cs_content-buylocally-title .cs_content-buylocally-find-location {
	display: none;
}

/*
MAP
*/
.theme-hello-elementor .cs_content-buylocally #csMap {
	/*--elementWidth: calc(66.66% - 40px);*/
	--elementWidth: auto;
	
	flex-basis: var(--elementWidth);
	flex-grow: 1;
	flex-shrink: 1;
	order: 3;
	
	width: var(--elementWidth);
	height: calc(100% - var(--verticalSpace));
	margin: 20px 40px 0 0;
	border: 1px solid var(--borderColor);
	border-radius: var(--channelSightBorderRadius);
}

/*
RETAILER LIST
*/
.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-retailer-list {
	/*--elementWidth: calc(33.33% - 60px);*/
	--elementWidth: auto;
	
	flex-basis: var(--elementWidth);
	order: 2;
	
	width: var(--elementWidth);
	height: calc(100% - var(--verticalSpace));
	margin: 20px 20px 20px 40px;
	max-height: none;
	max-width: 400px;
	border: 1px solid var(--borderColor);
	border-radius: var(--channelSightBorderRadius);
	overflow-y: auto;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item {
	margin: 20px 0;
	padding: 0 10px;
	border: 0;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}

.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-logo,
.theme-hello-elementor .cs-t5 .cs_iconCC {
	display: none;
}

.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-pin {
	order: 1;
	flex-grow: 0;
	flex-shrink: 0;
	
	width: auto;
	padding-top: 5px;
}

.theme-hello-elementor .cs-t5 .cs_content-buylocally-details {
	order: 2;
	flex-grow: 1;
	flex-shrink: 1;
	
	overflow: hidden;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	
	font-family: "Varela Round", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address {
	/*
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	*/
	width: 100%;
	padding-top: 0;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-store-name {
	/*order: 1;*/
	
	font-size: 18px;
	font-weight: 700;
	color: var(--e-global-color-text);
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-store-name:before {
	
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-address {
	/*order: 2;*/
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-address:before {
	content:"\A";
	white-space: pre;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-city {
	/*order: 3;*/
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs_content-buylocally-city:before {
	content:"\A";
	white-space: pre;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs-phoneNo {
	/*order: 4;*/
	margin-top: 5px;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-details .cs_content-buylocally-retailer-list-item-address .cs-phoneNo a {
	color: var(--e-global-color-text);
	font-size: 14px;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	
	align-self: flex-start;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction img,
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction br {
	display: none;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction a {
	color: var(--e-global-color-text);
	font-size: 0;
	visibility: hidden;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction a:before {
	/*content: attr(href);*/
	content: "Website";
	font-size: 14px;
	visibility: visible;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-direction a.cs_trk_directions {
	display: none;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-opentime {
	display: none;
}

.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-distance-icons {
	font-family: "Varela Round", sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	width: auto;
	padding-top: 5px;
	
	order: 3;
	flex-grow: 0;
	flex-shrink: 0;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-distance-icons > * {
	display: none;
}
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-distance-icons > .cs_content-buylocally-retailer-list-item-distance:first-child {
	display: block;
}

/*
.theme-hello-elementor .cs-t5 .cs_content-buylocally-retailer-list-item-pin:before {
	content: "\f3c5";
}
*/

/*
.theme-hello-elementor .cs-t5 .cs-map-pin {
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}
.theme-hello-elementor .cs-t5 .cs-map-pin::after {
	border-top-color: var(--e-global-color-primary);
}
*/







@media(max-width:1200px) {
	.theme-hello-elementor .cs-t3 .csWidgetImg1Prod > h1 {
		font-size: 24px !important;
	}
}

@media(max-width:1000px) {
	.theme-hello-elementor .cs-t3 .t3-body {
		grid-template-columns: minmax(0, 1fr);
	}
	.theme-hello-elementor .cs-t3 .csWidgetImg1Prod {
		padding-left: var(--boxPadding);
		padding-right: var(--boxPadding);
		
		font-size: 24px;
	}
	.theme-hello-elementor .cs-t3 .csWidgetImg1Prod > h1 {
		font-size: 24px !important;
	}
}









@media(max-width: 767px) {
	:root {
		--channelSightHeaderHeight: 100px;
	}
	
	
	
	
	.theme-hello-elementor .cs-t3 .csWidgetHeaderTxt1Prod {
		font-size: 24px;
	}
	.theme-hello-elementor .cs-t3 .csWidgetImg1Prod > h1 {
		font-size: 18px !important;
	}
	
	.theme-hello-elementor .cs-t3 .csWidgetRetailerGrid {
		padding-left: var(--boxPadding);
	}
	
	.theme-hello-elementor .cs-t3.csWidgetModal .csWidgetModal-dialog,
	.theme-hello-elementor .cs-t3.csWidgetModal.in .csWidgetModal-dialog {
		height: 70vh !important;
	}
	
	
	
	
	.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-title {
		flex-direction: column;
		align-items: flex-start;
		
		padding: 10px 20px;
		
		text-align: left;
	}
	
	.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-title::before {
		font-size: 25px;
		text-align: left;
	}
	
	.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-search {
		align-self: stretch;
	}
	.theme-hello-elementor .cs-t5 .cs_content-buylocally-title-search-input {
		width: 100%;
	}
	
	.theme-hello-elementor .cs_content-buylocally {
		flex-direction: column;
	}
	.theme-hello-elementor .cs_content-buylocally #csMap {
		width: calc(100% - 40px);
		margin: 20px;
	}
	.theme-hello-elementor .cs_content-buylocally .cs_content-buylocally-retailer-list {
		width: calc(100% - 40px);
		max-width: none;
		margin: 20px 20px 0 20px;
	}
}









