
/* Target Mobiles*/
@media (min-width:320px) and (max-width:1200px){
	/* .header_top_menu .call_us_text{ 
	display:none !important;
} */

.section_name{
    font-weight: 300 !important;
    font-size: 1rem !important;
    margin: 0; padding: 2px;
    color: black;
    margin-left: 10px;
    margin-top: 20px;
}

/* STILI PRODOTTO
.simpleCart_shelfItem { 
	margin:10px auto;
    width:250px;
    float: left;
	line-height:50%;
	position:relative;
	background:#EEEEEE;
	text-align:center;
	-moz-border-radius:5px; 
    border-radius:5px;
    clear:both;
    display:inline-block;
} */

#container {
    width: 320px; 
    margin:0px; 
    text-align:left; 
    display:inline; 
}

#wrapper { 
    width:320px;	
    margin:20px auto; 
    background:#FFFFFF; 
    padding-bottom: 50px;
}

.alignRight { 
    text-align:center; 
    padding-bottom: 20px;
    margin-top: 10px; }

hr.sectionSeparator {
    margin-left: 10px;
    width: 300px;
    height:1px; 
    border:none;
    color:#000; 
    background-color:red;
}

.simpleCart_shelfItem { 
    float:left; 
	display:inline; 
    margin-left: 10px;
    margin-bottom: 5px;
	width:300px;
	line-height:100%;
	position:relative;
	background:#EEEEEE;
	text-align:center;
	-moz-border-radius:5px; 
	border-radius:5px;
}

.simpleCart_shelfItem.last {
	margin-right:0;
}

.simpleCart_shelfItem p { 
	margin:10px 0 0 0; 
}

.item_name {
	font-weight:bold;
	font-size:12px;
	margin:10px 0;
	padding:0;
}
.item_size { display: none; }

.item_add {
	margin:5px 5px;
	padding:4px; 
	background:#00556F;
	color:#FFFFFF;
	border:none;
	-moz-border-radius:5px; border-radius:5px;
	text-transform: uppercase; 
	font-size:9px;
	cursor:pointer;
}

.item_price{
	font-weight:bold;
	font-size:14px;
	color:#cc0000;
    margin:5px auto;
    clear: both;
    display: block;
    width: 300px !important;
}


#cartTotal {
	text-align:center;
	float:left;
	width:100%;
    margin:20px 0;
    
}

.simpleCart_total, .simpleCart_shippingCost, .simpleCart_finalTotal {
    margin-right:15px;
    margin-left:15px;
    padding:5px;
    margin-bottom: 15px;
    margin-top: 2.5px;
	-moz-border-radius:5px; border-radius:5px;
	background:#EEEEEE;
    font-weight:bold;
    display: block;

}

.simpleCart_items {
	float:left; 
	display:block;
	width:100%;
	background:#EEEEEE;
	-moz-border-radius:5px; 
	border-radius:5px;
	padding-bottom:10px;
}

/* STILI CARRELLO */
.simpleCart_items {
	float:left; 
	display:block;
    width: 100%;
    margin: auto;
	background: #EEEEEE;
	-moz-border-radius:5px; 
	border-radius:5px;
	padding-bottom:10px;
}

.itemContainer, .cartHeaders {
	width:100%;
	float:left;
	display:inline;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
}

.cartHeaders {
	display: none;
}

.itemContainer div, .cartHeaders div {
	float:left;
	display:inline;
	border-right:0px;
	margin:10px 0 0 0;
	text-align:center;
	width:100px;
}

div.itemName {
	font-weight:bold;
	width:300px;
}

div.itemTotal {
	border-right:none;
}

div.itemPrice {
    color: blue;
    width: 300px;
    font-size: 15px;
}

div.itemremove {
    font-weight: bold;
    color: blue;
    width: 300px;
}

div.itemTotal {

    font-weight: bold;
    color: red;
    width: 300px;
}

#totalPrice {
    position: fixed;
    bottom: 10px;
    width: 320px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    width: 320px;
    
}

footer {
    display: none;
}

/* #cartTotal {
 display: none;
} */

/* STILI BOTTONI CHECKOUT / SVUOTA CARRELLO */
.simpleCart_empty{
	color:#FFFFFF;
	background:#CC0000;
	font-size:10px;
	padding:5px;
	margin-left:5px;
	text-transform:uppercase;
	-moz-border-radius:5px; border-radius:5px;
}

.simpleCart_checkout{
	color:#FFFFFF;
	background: #4CAF50;
	font-size:15px;
	padding:5px;
	margin-left:5px;
	text-transform:uppercase;
	-moz-border-radius:5px; border-radius:5px;
}

.navbar-header {
	padding-top: 0px !important;
}

.main_menu_bg {
	height: 75px !important;
}

}
