/* Add custom CSS styles below */ 
.s-button-element.s-button-icon {
    background-color: #da908f !important;
}
.custom-bar .text-center {
    color: #da908f !important;
}

@media (max-width: 767px){
 
 .app-inner  >  .kayan-header > div > div > div  > div  > a > img{
	  position: absolute !important;
    top: 0.6rem;
    z-index: 1;
    right: 7.5rem;
    width: 7rem !important;
    height: 2.5rem !important;
}
.kayan-header> div > div > div> a > span > i ,
.kayan-header> div > div > div> span > i, #s-cart-icon > i{
	font-size: 1.2rem !important;
 }
} 
div.app-inner.flex.flex-col.min-h-full > div.container.mb-20 > div.bg-white.p-4.rounded-md.mb-6 > div > p > salla-button > button > span{
	color: #DA908F !important;
}