:root {
	--maincolor: #5dbb59;
	--lbgcolor: #90cc8d;
	--border: #4ab153;
	
	--outline:  var(--maincolor);
	--specification:  #90cc8d;
	--tabs-bg: url('../images/bespoke-theme-bg.png');
	--out-spec-hover: var(--maincolor);
	--design-prg: #e5e8ea;
	
	--counterbg: var(--maincolor);
	
	--vep-lght-bg: url('../images/bespoke-theme-light.png');
	--vep-dark-bg: url('../images/bespoke-theme-dark.png');
	--vep-txt: #000;
	
	--what-is-btn: var(--maincolor);
	--what-is-bg: url('../images/what_ecwid_image.png');
	--limit: url('../images/limitation_bg.png');
	
	--tabnormal: var(--maincolor);
	--tabbgclr: #eaeaea;
	--tabbottomtxtclr: #1e0046;
	--popularstripclr: #b2a5cb;
	--black: #010101;
	
	--btncolor: #3b85c7;
	--mobile_bgclr: rgba(111, 159, 206, 0.5);

	--from_hrs:var(--maincolor);
	--to_hrs:var(--maincolor);

	--wordpress_bg_tab: #d5e4eb;
	--wordpress_bg_tab_normal: #90cc8d;
	--wordpress_bg_tab_active: #5dbb59;
	--wordpress_bg_tab_hover: #5dbb59;

	--banner_bg:url('../images/banner_logos/ecwid_banner_bg.png');
	--banner_heading_color: #41c3d1;
}

.counter_btn {
	padding-bottom: 40px;
}
.heading h1 {
	color: #000 !important;
}


.wrap_logos ul li a{
	width: 134px;
	height: 28px;
	background-size: contain !important;
	background-position: center !important;
}

.wrap_logos ul li a.logo_bg{
	background: url("../images/black-white/bigcommerce.png") no-repeat;
}
.wrap_logos ul li a.logo_bg:hover{
	background: url("../images/colored/bigcommerce.png") no-repeat;
}

.wrap_logos ul li a.logo_ecwid{
	background: url("../images/black-white/ecwid.png") no-repeat;
}
.wrap_logos ul li a.logo_ecwid:hover{
	background: url("../images/colored/ecwid.png") no-repeat;
}

.wrap_logos ul li a.logo_ls{
	background: url("../images/black-white/lightspeed.png") no-repeat;
}
.wrap_logos ul li a.logo_ls:hover{
	background: url("../images/colored/lightspeed.png") no-repeat;
}

.wrap_logos ul li a.logo_mag{
	background: url("../images/black-white/magento.png") no-repeat;
}
.wrap_logos ul li a.logo_mag:hover{
	background: url("../images/colored/magento.png") no-repeat;
}

.wrap_logos ul li a.logo_oc{
	background: url("../images/black-white/opencart.png") no-repeat;
}
.wrap_logos ul li a.logo_oc:hover{
	background: url("../images/colored/opencart.png") no-repeat;
}

.wrap_logos ul li a.logo_ps{
	background: url("../images/black-white/prestashop.png") no-repeat;
}
.wrap_logos ul li a.logo_ps:hover{
	background: url("../images/colored/prestashop.png") no-repeat;
}

.wrap_logos ul li a.logo_sp{
	background: url("../images/black-white/shopify-plus.png") no-repeat;
}
.wrap_logos ul li a.logo_sp:hover{
	background: url("../images/colored/shopify-plus.png") no-repeat;
}

.wrap_logos ul li a.logo_woo{
	background: url("../images/black-white/woo.png") no-repeat;
}
.wrap_logos ul li a.logo_woo:hover{
	background: url("../images/colored/woo.png") no-repeat;
}