/* Add custom CSS styles below */ 
.product__description *{
	color: white !important;
  background-color: transparent !important;
}

.content.content--single-page{
	background-color: transparent !important;
}

section.cart-item *{
	color: white !important;
}
.cart .container > div > div.sticky.top-24 .shadow-default.bg-white{
	background-color: transparent !important;
}

.custom-bar h3{
	color: white  !important;
}
.custom-bar{
	background-color: transparent !important;
}
.s-social-share-list,.olla-sharelike .s-button-outline{
	background-color: var(--color-primary)!important;
}

.s-social-share-list,.olla-sharelike .s-button-outline{
	color: white !important;
}


.s-add-product-button-main .s-add-product-button-mini-checkout-content{
	color: white !important;
}
.kayan-card-button{
	color: white !important;
	background-color: var(--color-primary) !important;
}