header .toprow {
background-color:#DA5800;
background-image: unset;
opacity: 0.88;	
}
div#cartBtn {
color: #fff;
background: unset;
}
#cartBtn:hover{
background-color: #ff6800;
color: #ffffff;
transition: all .4s ease-in-out 0s;
}
.topCartNumber {
-webkit-animation: KF_scale_2 1s ease-in-out infinite;
-moz-animation: KF_scale_2 1s ease-in-out infinite;
	
position: absolute;
background: #1c999e;
color: #fff;
top:11px;
font-weight: bold;
right:8.5px;
text-align: center;
font-size: 18px;
width: 30px;
line-height: 30px;
box-shadow: 2px 2px 2px rgb(93 93 93 / 0.9);
border-radius: 100%;
display: block;
}
.common-home header {
    background: #ffffff;
}