.Product .page_content .add_cart_button_blue{
	position: relative;
    background: #4fc1e9;
    color: white;
    padding: 2px 10px;
    height: inherit;
    bottom: 0;
    right: 0;
    width: initial;
    border-radius: 5px;
    text-shadow: 1px 1px lightslategray;
    letter-spacing: 3px;
    text-align: center;	
}
.sider_public .sider_point{
	line-height: initial;
    color: black;
    margin: 5px 18px -8px 11px;
    background-color: #fff2cd;
    padding: 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom: 1px solid #fee17b;
}
.text-red{
	color: red;
}
