/*
	Webspert Web Design E-commerce System
	http://www.webspert.com.my
	Copyright (c) Webspert Web Design
*/

:root {
	--main-color: #1C1C1C;
	--accent-color: #003032;
	--accent-color-2: #003032;
	--top-bar-bg-color: #003032;

	--header-color: #000;
	--header-font-weight: 600;

	--theme-color: #003032;

	/* --footer-color: #fff;
	--footer-bg-color: #92278F; */
	--font-content-color: #1c1c1c;

	--grey-color: #231a17;

	--light-grey-color: #f1f1f1;
	--light-grey-color-2: #555555;
	--light-grey-color-3: #cccccc;
	--light-grey-color-4: #c0c0c0;

	--white-color: #fff;
	--black-color: #000914;
	--offer-color: #ab004d;
	--purple-color: #c8a2c8;
	--yellow-color: #FFFF00;
	--bright-red: #EE4B2B;
	
	--line-through-color: #8c8c9a;
	--special-price-color: #d91a1a;

	--warning-color: #ef4444;
	--warning-color-2: #ff0000;

	--border-color: #1d1d1d1a;
	--border-color-3: #cfcfcf;
	--border-color-2: #9b9b9b;

	--sold-out-color: #B7B8B7;
    --available-color: #51A245;

	--feature-bg-color: #FCE9EB;

	--main-font: 'Inter', sans-serif;
	--accent-font: 'Inter', sans-serif;
	--accent-font-2: "Noto Serif", serif;

	--light-font: 'Inter', sans-serif;
	--bold-font: 'Inter', sans-serif;

	--header-font: 'Inter', sans-serif;

	/* --text-shadow: 1px 1px 2px #252525; */
	--text-shadow: none;
	--tag-bg-color: #dc2626;

	--gap: 0px;

	--body-bg-color: #fff;
	--body-letter-spacing: 0em;
	--body-font-size: 14px;
	--body-font-weight: 400;
	--body-line-height: 1.6;
	--body-btn-bg-color: #000;
	--body-btn-color: #fff;
	--body-btn-hover-bg-color: #000;
	--body-btn-hover-color: #fff;
	--body-btn-border-radius: 25px;
	--body-border-radius: 30px;
	
	--product-img-border-radius: 0px;
	--border-radius-1: 0px;
	--border-radius-2: 5px;
	--border-radius-3: 15px;

	--heading-font-weight: 500;
	--descp-font-weight: 300;

	--label-letter-spacing: 0.06em;

	--product-listing-gap: 18px;
	--mobile-product-listing-gap: 10px;

	/* --bottom-nav-height: 80px; */
	--bottom-nav-height: 0px;


}