/* xl - DESKTOP STYLES */ 
/*tlačítko lepsí cena*/

a#get_bestprice {
    font-size: 1.25rem;
    color: #fff;
    background: #e07f10 linear-gradient(180deg, #e59234, #e07f10) repeat-x;
		box-shadow: 0 0.1rem 0.27rem rgba(0, 0, 0, 0.1);
}

a#get_bestprice:hover {
    font-size: 1.25rem;
    background: #e07f10;
}

.hotovobutton {
	font-size: 1.4rem;
	background: #47d147!important; 
	border:2px solid #409140!important;
	cursor:default!important;
}

.hotovobutton::after {
		padding-left: 15px;
font-family: "FontAwesome"!important;
	content: "\f00c"!important;
}

/*tlačítko přidat do košíku*/

.single_add_to_cart_button {
	background: linear-gradient(180deg,#91c91d,#7e9e10)!important;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}	

.single_add_to_cart_button:hover {
    background: linear-gradient(180deg,#84a317,#6e9917)!important;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}


/* checkout tlačítko*/
a.checkout-button.button.alt.wc-forward {
    background-color: #6dab3c!important;
	border: none;
	font-weight: 400!important;
	font-size: 16px;
}

table.cart button[name="update_cart"] {
	font-size: 16px;
}

/*tlačítko pokladna - košík*/
.wc-forward.checkout {
  background-color: #6dab3c!important;
	border: none;
}

