.logo_dark, .logo_light{
    max-height: 100px;
}

.product .product_title, .product_box .product_title, .product_wrap .product_title {
    white-space: pre-wrap;
}
.on_sale {
    background: #ff325d;
    position: absolute;
    top: 17px;
	right:1px;
    /* position: absolute; */
    display: inline-block;
    color: #fff;
    border-radius: 39px;
    padding: 15px;
    font-size: 18px;
}

.categories_box a {
    background-color: #ff324d;
    color: #fff;
}

.page-product p, .page-products p{
    margin-bottom: 10px;
}

.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6{
    text-transform: none;
}