/*
 Theme Name:   Stresszentrum
 Description:  das Shop-Theme für das Stresszentrum Trier, entwickelt der propeller GmbH
 Author:       Michael Ochmann <michael.ochmann@propeller.de>
 Author URI:   https://propeller.de
 Template:     storefront
 Version:      0.0.5
 Text Domain:  stresszentrum
*/

@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro/SourceSansPro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

a {
	outline: 0 !important;
}

/**
 * Styleanpassungen für Chekbox unter AGB-Checkbox auf der Checkout Seite
 * @author Julian Kohl
 * @since 03.02.2021
 */

#widerrufsfrist_checkbox_field abbr {
	text-decoration: none;
}

#widerrufsfrist_checkbox_field abbr:hover,
#widerrufsfrist_checkbox_field label:hover {
	cursor: pointer;
}

.stock.out-of-stock {
    display: none;
}
