/**
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 * 2021 @DEPRECATED
 */
.shopinput,
.shopbutton {
	-moz-border-radius: var(--skin-radius);
	-webkit-border-radius: var(--skin-radius);
	-khtml-border-radius: var(--skin-radius);
	border-radius: var(--skin-radius);
	margin: calc(0.25 * var(--skin-gap));
	padding: 0.7em 1.5em;
}
.shopbutton {
	-webkit-box-shadow: var(--skin-shadow_1box);
	-moz-box-shadow: var(--skin-shadow_1box);
	box-shadow: var(--skin-shadow_1box);
        color: var(--skin-colorG3);
        background-color: var(--skin-colorP2);
	background:  var(--skin-colorP2);
	background: -moz-linear-gradient(90deg, var(--skin-colorgrad_1s) 30%, var(--skin-colorgrad_1e));
	background: -webkit-linear-gradient(90deg, var(--skin-colorgrad_1s) 30%, var(--skin-colorgrad_1e));
	background: -o-linear-gradient(90deg, var(--skin-colorgrad_1s) 30%, var(--skin-colorgrad_1e));
	background: -ms-linear-gradient(90deg, var(--skin-colorgrad_1s) 30%, var(--skin-colorgrad_1e));
	background: linear-gradient(180deg, var(--skin-colorgrad_1s) 30%, var(--skin-colorgrad_1e));
	text-shadow: -1px 1px 0px rgba(55, 55, 55, 0.5);
	font-size: 1em;
	border: 1px solid #999;
	cursor: pointer;
}
.shopbutton:hover {
	cursor: pointer;
	background-color: var(--skin-colorP1);
	background: var(--skin-colorP1);
	color: var(--skin-colorW);
}
.shopbutton.bxl {
    font-size: 1.1em;
    padding: 1em 2em;
}
.shopbutton.bxxl {
    font-size: 1.3em;
    padding: 1.2em 2.2em;
}

.shopbuttonflat,
.webshopbutton {
        display: inline-block;
    
	background-color: var(--skin-colorP2) !important;
	color: var(--skin-colorW) !important;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	margin: 0.2em;
	padding: 0.75em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
        
	-moz-border-radius: var(--skin-radius);
	-webkit-border-radius: var(--skin-radius);
	-khtml-border-radius: var(--skin-radius);
	border-radius: var(--skin-radius);        
}
.fixsize_250,
.webshopbutton_big_fix_250 {
	width: 200px;
	font-size: 17px;
	border: 1px solid var(--skin-colorG3);
	cursor: pointer;
	padding: 5px;
}
.webshopbutton_big_fix_250:disabled,
.webshopbutton_big_fix_250:disabled:hover {
	background-color: #aaa;
	color: #888;
	box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.61);
	cursor: default;
}
.fixsize_100,
.webshopbutton_fixsize_100 {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fixsize_150,
.webshopbutton_fixsize_150 {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.webshopbutton_order_and_pay {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}