a:visited {	text-decoration: none;	/*color: #003366; */}
body,td,th {	font-family: Arial, Helvetica, sans-serif;	/* color: #FFFFFF;*/}
a:link {	text-decoration: none;	/* color: #003366;*/}
a:hover {	text-decoration: none;	/* color: #000000;*/}
a:active {	text-decoration: none;}
.txt-heading{padding: 5px 10px;font-size:1.1em;font-weight:bold;color:#999;}
a.btnRemoveAction{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
a.btnRemoveAction:visited{color:#D60202;border:0;padding:10px 20px;font-size:20px;}
#btnEmpty{		background:#800000;		background:-moz-linear-gradient(top,#AC5959,#800000);		background:-webkit-gradient(linear,0 0,0 120%,from(#AC5959),to(#800000));				    -moz-border-radius: 10px 10px 10px 10px;		    border-radius: 10px 10px 10px 10px;border:0;padding:10px 20px;color:#FFF; font-size:20px;font-weight:normal;float:right;text-decoration:none;}

/*
.btnAddAction2 {
    position: relative;
    width: 100%;
    height: 40px;

	color: #fff;
    border: none;

    border-radius: 3px;

    cursor: pointer;
    transition: width .2s,
        border-radius .2s;
	font-size: 20px;
	font-weight: bolder;

	background:#40A040;
	background:-moz-linear-gradient(top,#40A040,#006400);
	background:-webkit-gradient(linear,0 0,0 100%,from(#40A040),to(#006400));

}
*/

.btnAddAction{
    /*
	background-color:#8cbc00;
    display: block;
    color:#FFF;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem;
    transition: background-color .3s ease-out;
    text-align: center;
	*/
	position: relative;
    /* 
	width: 200px;
    height: 40px;
	*/
	padding: 1rem;
	margin-top: 3px;
	margin-left:1px;

	color: #fff;
    border: none;

    border-radius: 2px;

    cursor: pointer;
    /*
	transition: width .2s,
        border-radius .2s;
	*/
	font-weight: bolder;

	background-color:#40A040;
	background-color:-moz-linear-gradient(top,#40A040,#006400);
	background-color:-webkit-gradient(linear,0 0,0 100%,from(#40A040),to(#006400));

	transition: background-color .3s ease-out, width .2s, border-radius .2s;
	
	<?
	if($VariableMovil == "0")
	{
	?>
	font-size: 20px;
	<?
	}
	?>
	<?
	if($VariableMovil == "1")
	{
	?>
	font-size: 15px;
	<?
	}
	?>
}

.btnAddAction:hover{

	color: #fff;
    background-color:#006400;
	background-color:-moz-linear-gradient(top,#006400,#40A040);
	background-color:-webkit-gradient(linear,0 0,0 100%,from(#006400),to(#40A040));

	transition: background-color .3s ease-out, width .2s, border-radius .2s;
}

.btnAddAction:focus{
	
	background-color:#737373;
	background-color:-moz-linear-gradient(top,#737373,#0D0D0D);
	background-color:-webkit-gradient(linear,0 0,0 120%,from(#737373),to(#0D0D0D));

	<?
	if($VariableMovil == "0")
	{
	?>
	font-size: 19px;
	<?
	}
	?>
	<?
	if($VariableMovil == "1")
	{
	?>
	font-size: 15px;
	<?
	}
	?>

}

.btnAdded{		
	/*
	background:#737373;		
	
	background:-moz-linear-gradient(top,#737373,#0D0D0D);
			
	background:-webkit-gradient(linear,0 0,0 120%,from(#737373),to(#0D0D0D));				    
	
	-moz-border-radius: 10px 10px 10px 10px;		    
	
	border-radius: 10px 10px 10px 10px;
	
	padding:8px 10px;color:#FFF;
	
	margin-left:1px;width:150px;
	*/
	position: relative;

	padding: 1rem;
	margin-top: 3px;
	margin-left:1px;

	color: #fff;
    border: none;

    border-radius: 2px;

    cursor: pointer;
    transition: width .2s,
        border-radius .2s;
	
	font-weight: bolder;

	background-color:#737373;
	background-color:-moz-linear-gradient(top,#737373,#0D0D0D);
	background-color:-webkit-gradient(linear,0 0,0 120%,from(#737373),to(#0D0D0D));	


	<?
	if($VariableMovil == "0")
	{
	?>
	font-size: 19px;
	<?
	}
	?>
	<?
	if($VariableMovil == "1")
	{
	?>
	font-size: 15px;
	<?
	}
	?>
}
	
	#shopping-cart {border-top: #79b946 1px solid;margin-bottom:3px;}
	
	#shopping-cart .txt-heading{background-color: none;}
	
	.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
	
	#product-grid {border-top: none 10px solid; margin-bottom:1px; }
	
	#product-grid .txt-heading{background-color: none 0px solid; border-top: #79b946 0px solid;}
	
	.product-item {	
	
	/* display:flex;
    grid-template-columns: repeat(2,6fr);
    */
	/*
    column-gap: 2rem;
    row-gap: 2rem;
    */
    /* gap:1rem; */
		
		float:left;	
		background:none; 
		margin:1px; 
		padding-top:0px; 
		padding-left:10px; 
		padding-right:15px; 
		padding-bottom:25px;
	
	}
	
	.product-item div{text-align:center; margin-left:10px; }
	
	.product-price {color:#F08426; font-size:20px;}
	
	.product-image {height:290px; width:256px; background-color:none;}
	
	.clear-float{clear:both; margin-bottom:40px;}
	
	.cart-action{cursor:pointer;}