/** ************************************************************************ **
 *   BUTTON 
 ** ************************************************************************ **/
a.wn-button,
a.wn-button:hover { text-decoration: none; color: white; outline: none; }
@media (max-width: 575px) {
    .wn-button { width: 100%; }
}
.wn-button { margin-left: auto; margin-right: auto; }

/** Standard - black **/
.wn-button.button-standard { background: black 0% 0% no-repeat padding-box; }
.wn-button.button-standard:hover { background: black 0% 0% no-repeat padding-box; }
.wn-button.button-standard {
    margin-left: auto;
    margin-right: auto;
}


/** Standard - black **/
.wn-button.button-standard-outline { background: #f7f4e5 0% 0% no-repeat padding-box; color: black; border: 3px solid black; font-family: "canada-type-gibson", sans-serif; font-weight: 400; font-style: normal;}
.wn-button.button-standard-outline:hover { background: black 0% 0% no-repeat padding-box; color: #f7f4e5; border: 3px solid black; }
/** Standard - left **/
.wn-tpl-standard-left .wn-main-col .wn-button.button-standard-outline { background: #ffffff 0% 0% no-repeat padding-box; color: black; border: 3px solid black; font-family: "canada-type-gibson", sans-serif; font-weight: 400; font-style: normal;}
.wn-tpl-standard-left .wn-main-col .wn-button.button-standard-outline:hover { background: black 0% 0% no-repeat padding-box; color: #ffffff; border: 3px solid black; }
/** Standard - LEft: Inactive */
.wn-tpl-standard-left .wn-main-col .wn-button.button-standard-outline.wn-button-inactive,
.wn-tpl-standard-left .wn-main-col .wn-button.button-standard-outline.wn-button-inactive:hover { background: lightgray 0% 0% no-repeat padding-box; color: black; border: 3px solid lightgray; font-family: "canada-type-gibson", sans-serif; font-weight: 400; font-style: normal;}


/** ************************************************************************ **
 *   SHOP - Artilce list + basket 
 ** ************************************************************************ **/
.basket-form { background-color: black; }
.basket-form .wn-button.button-standard { min-width: auto; }
/** ToDo: background color with characs */
.basket-form.form-background-ROS,
.basket-form.form-background-ROS .wn-button.button-standard { background-color: #257f50 !important; }
.basket-form.form-background-JUN,
.basket-form.form-background-JUN .wn-button.button-standard { background-color: #cf5208 !important; }
.basket-form.form-background-WIR,
.basket-form.form-background-WIR .wn-button.button-standard { background-color: #ba0066 !important; }
