/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Paweł Byczuk
 Author URI:     https://pawelbyczuk.pl
 Version:        1.0.0
*/

/*.woocommerce form .form-row input.input-text
{
	border: 1px solid #aaa;
    height: 28px;
    border-radius: 4px;	
}*/
.button_orange > a.button, input[type="submit"].button_orange
{
	-moz-box-shadow:inset 0px 0px 28px -4px #fff6af;
	-webkit-box-shadow:inset 0px 0px 28px -4px #fff6af;
	box-shadow:inset 0px 0px 28px -4px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#444444 !important;
	font-family:arial;
	font-size:28px;
	font-weight:bold !important;
	font-style:italic;
	padding:15px 60px;
	text-decoration:none;
	text-shadow:2px -2px 3px #fff396;
	margin: 20px 0 20px 0;
}
.button_orange > a.button:hover , input[type="submit"]:hover.button_orange
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

.pb-button-orange:active, .pb-button-green:active {
	position:relative;
	top:1px;
}

.pb-button-green {
	-moz-box-shadow:inset 0px 1px 28px -4px #caefab;
	-webkit-box-shadow:inset 0px 1px 28px -4px #caefab;
	box-shadow:inset 0px 1px 28px -4px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#2d4718;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	padding:15px 60px;
	text-decoration:none;
	text-shadow:2px -3px 3px #aade7c;
}
.pb-button-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}

.center
{
	text-align: center;
}

div[id^="buy-options-block-"] label  { 
	font-weight: 600; 
	display: inline-block; 
	width: 150px; 
	vertical-align: middle;
} 

div[id^="buy-options-block-"] label:after  {
	content: ": "
}

.product_variants {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px; 
	text-align: center;
}

.product_variants_values {
	display: block;
	margin: 0 auto;
}

.hide-CTA-button {
	display: none;
	visibility: hidden;
}