/* Custom Data 2026-01-18 08:48:58: Do not change this file. */

:root{
	/* Page Width */
		--layout__max-width: 1440px;
	
	/* Body Font */
		--font-family-name__base: 'Roboto', sans-serif;
			--font-size__base: 16px;
			--text-weight: 400;
	
	/* Heading Font */
			--heading__font-family__base: 'Roboto', sans-serif;
			--heading__font-weight__base: 400;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'Roboto', sans-serif;
			--naviation-level0-item__font-size: 16px;
			--navigation-level0-item__font-weight: 500;
			
	/* Other Font */
		--other_font_family: 'Roboto', sans-serif;
	
	/* Theme Colors */
		--theme__color__primary: #3AAFA9; 
	
	/* Basic Colors */
			--text__color: #222222;
			--heading__color__base: #222222;
			--link__color: #3AAFA9;
			--link__hover__color: #2E938E;
			
	/* Buttons Colors */
				--button__color: #FFFFFF;
	--button-primary__color: #FFFFFF;
		 
	--button-secondary-bg: #3AAFA9;
	--button__background: #3AAFA9;
	--button-primary__background: #3AAFA9;
			--button__hover__background: #2E938E;
	--button-primary__hover__background: #2E938E;
			--button__hover__color: #FFFFFF;
	--button-primary__hover__color: #FFFFFF;
		
	/* Custom Sticky Background Color */
	
	/* Custom Header */
			--topbarbg: #D7EB58;
			--topbarcolor: #222222;
				--header__background-color: #D7EB58;
		
	/* Custom Footer */
	
	/* Custom Menu */
	
	/* Page wraper */
	}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
			}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
										}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	:root{
	--footer-links-color: #3AAFA9;
	}
	.minicart-wrapper .block-content .actions .secondary .action.viewcart:not(:hover){
		--heading__color__base: #FFFFFF;
	}
 
	button, .cart.table-wrapper .actions-toolbar > .action, .action-gift{
		border: 1px solid var(--button__background);
	}
	

/* Custom Header */
header.page-header{
	}







	/* Main Content Container */
	#maincontent{
			}
	#maincontent{
			}


/* Customization Style */
.topbar__section .signup a {
    color: #fff;
    text-decoration: underline;
}
.navigation {
padding-left: 0;
}

.col_center.flex-fill.no-padding {
padding-left: 0;
}
