

/* Menu top bar */
.fixed-top {
    background: linear-gradient(175deg, #051144, #051144) !important;
    color: #ffffff !important;
}
.fixed-top a {
    color: #ffffff !important;
}

.fixed-top a:hover {
    border-bottom: 2px solid #303030 !important;
}

/* Cart Button */
.cart-icon {
    background: linear-gradient(90deg, #ffffff, #ffffff);
    border-color: #0e0c0c !important;
}

.fixed-top .check-btn
{
	color: #0e0c0c !important;
}

/* Cart Button Icon */
.cart-icon i{
    color: #0e0c0c !important;
}


/* Search Button */
.search-btn {
    background: linear-gradient(90deg, #282834, #3f3737) !important;
    color: #ffffff !important;
    border: #fff solid 2px;
}

.rounded-end-pill
{
	border: linear-gradient(90deg, #282834, #3f3737) !important;
}


/* Middle Bar Menu */
.middle-menu-bar {
    background: linear-gradient(90deg, #ffffff, #ffffff) !important;
    color: #0d0d0d !important;
}

.middle-menu-bar a {
    color: #0d0d0d !important;
}

/* Middle Bar Hover Border */
.middle-menu-bar a:hover {
    border-bottom: 2px solid #303030 !important;
}


/* Dropdown Menu */
.middle-menu-bar .dropdown-menu {
    background: linear-gradient(90deg, #ffffff, #ffffff) !important;
}

.middle-menu-bar .dropdown-menu a {
    color: #580e11 !important;
}

/* Dropdown Hover */
.middle-menu-bar .dropdown-menu a:hover {
    background: linear-gradient(90deg, #ffffff, #ffffff) !important;
    color: #545454 !important;
}


/* Footer Background */
footer .quick-links{
    background: linear-gradient(90deg, #5f0c0c, #0a0a71) !important;
    color: #151414 !important;
}

/* Footer Links */
footer a {
    color: #151414 !important;
}

/* Footer Hover Text */
footer a:hover{
    color: #b3ffb8 !important;
}

/* Footer Social Icons */
footer .social-media a i {
    color: #eeff70 !important;
}

footer .social-media a i:hover {
    color: #b3ffb8 !important;
}

footer .designed-cmp-name a b:hover {
    color: #b3ffb8 !important;
}

/* Footer Copyright Text */
.footer .copyright {
    color: #151414 !important;
    background: linear-gradient(90deg, #c6a35d, #c6a35d) !important;
}

footer .copyright b,
footer .designed-cmp-name a {
    color: #cfea06 !important;
}


/** buttons **/
.btn-primary
{
	background:linear-gradient(281deg, #051144, #051144) !important;
	color:#eee2e2 !important;
}

.btn-primary:hover
{
	background:linear-gradient(90deg, #c6a35d, #c6a35d) !important;
	color:#161313 !important;
}