/* Add here all your CSS customizations */
#main-nav .dropdown:hover > .dropdown-menu {
margin-top: -10px;
}
@media (max-width: 480px) and (max-width: 1200px){
	.home-1 .header-main .topheader-navholder-rg {
		float: left;
	}

	:not(.shop-dropdown).dropdown-content {
		/* right: auto !important; */
		left: auto !important;
	}

	#top-header.fixed {
		padding: initial !important;
	}

	#top-header.fixed .header-topbar, #top-header.fixed .block-callus, #top-header.fixed .logo{
		display: none;
	}

	#top-header.fixed .fixedmenuc{
		margin-top: initial !important;
	}
	
}


@media (min-width: 992px) and (max-width: 1200px) {
.customlogo {
	    text-align: center;
}

.customlogo b{
	font-size:2.5rem;
}

#main-nav{
float: left;
}
.topheader-navholder-rg{
float: left !important;
}

.logo img{
width: 10% !important;
}

}

.remove-checkout-item {
	text-align: center;
    cursor: pointer;
}