:root {
  --panel-color: #f5f5f5;
  --panel-hover-color: #dbdbdb;
  --heading-color: #000000;
  --heading-hover-color: #000000;
}
.gpsr-widget {
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal .gpsr-widget,
.product_tabs .gpsr-widget,
.product-right .gpsr-widget{
	margin-top: 0;
	margin-bottom: 0;
}
.gpsr-widget-title {
	font-size: 27px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.btn-gpsr {
	margin-bottom: 8px;
	background: url(/image/gpsr.png) center center no-repeat, #071dae !important;
	border-color: #071dae !important;
	color: transparent !important;
    height: 60px;
    width: 130px;
	outline: none !important;
}
.btn-gpsr:hover, .btn-gpsr:focus {
	opacity: 0.8 !important;
}
.gpsr-widget .panel {
	background: #ffffff;
	margin-bottom: 10px;
	border-color: var(--panel-color);
}
.gpsr-widget .panel-heading {
	padding: 10px 15px;
	background: var(--panel-color);
	color: var(--heading-color);
	border-bottom: 0;
	cursor: pointer;
	transition: 0.3s;
}
.gpsr-widget .panel-heading:hover {
	background: var(--panel-hover-color);
	color: var(--heading-hover-color);
}
.gpsr-widget .panel-body {
	padding: 10px 15px;
}
.gpsr-widget .panel_arrow {
	float: right;
	transition: 0.3s;
	transform: rotate(90deg);
}
.gpsr-widget .active .panel_arrow {
	transform: rotate(270deg);
}
.gpsr-widget .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.gpsr-widget .gpsr-doc {
	max-width: 32px;
}
.gpsr-widget .gpsr-download ul {
	list-style: none;
	padding-left: 0;
}
.gpsr-widget .gpsr-download ul li {
	margin-bottom: 5px;
}
.gpsr-widget .gpsr-download ul li a {
	font-size: 14px;
}
.gpsr-widget .gpsr-signal {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 12px;
}
.gpsr-widget .pictograms-hazard {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 220px;
}
.gpsr-widget .pictograms-safety {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
	max-width: 220px;
}
.gpsr-widget .pictograms-safety img {
	margin-bottom: 5px;
}
.gpsr-widget .warning-list {
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 15px;
}
.gpsr-widget .statement-hazard {
	font-size: 13px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 10px;
	display: contents;
	padding: 8px 12px;
	min-width: 200px;
}
.product-right .btn-gpsr {
	max-width: fit-content;
}

@media (max-width:500px) {
	.gpsr-widget .pictograms-safety {
		max-width: 120px;
	}
	.gpsr-widget .pictograms-hazard {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
		max-width: none;
	}
}