/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");
/* plus minus button on product page */
button#button_plus, button#button_minus {
    padding: 6px;
    margin: 0px;
    color: #878cb4;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
}

/* login / my account button styling */

@media only screen and (min-width:950px)  {

    .tatsu-gxl1y040rnm6ooz .tatsu-button{
        background-color: #878cb4!important;color: #ffffff!important ;padding: 12px!important;}
    .tatsu-gxl1y040rnm6ooz .tatsu-button:hover{
            background-color: #ffffff!important;color: #878cb4!important ;}
    }
@media only screen and (max-width:950px)  {
        .tatsu-gxl1y040rnm6ooz .tatsu-button{
            padding: 0px;
            }
        }
    