header.main-header .main-menu { /*main menu*/
    background: #ffffff;
	border-bottom: 2px solid #000;

}
header.main-header .main-menu .list > .list-item > a, header.main-header .main-menu .list > .list-item > span { /*پیوندهای منو*/
    color: #3c3c3c;
}
header.main-header .main-menu .list .amazing-item { /* نشان شده ها و یژه*/
    background-color: #ffffff;
}

.sticky {
    background: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.zk-danger{
	background-color: #ef394e;
}
.zk-success{
	background-color: #05b3c7;

}
#bascketdiv{
	background-color: #fff;
	z-index: 10001;
	padding-left: 15px;
	padding-right: 15px;
}