/* tema di natale 

body {
  
  background-image: url('../images/xmas/stars.jpg') ;

}
.shop-menu ul li a,
.mainmenu ul li a
{background:transparent;
color: #FFFFFF;}

section .container
{background:#FFFFFF;}

footer, #footer
{background:transparent;}

.footer-top .container, .footer-widget .container, .footer-bottom .container
{background:#D6D6D0;;}

.dropdown-menu
{background-color:#0b4b92;}

.shipping
{margin-top: 10px;
padding-top: 0px;}
/* fine tema di natale*/


/* Corregge allineamento titoli H2 */
.left-sidebar h2:before
{
height: 20px; /* era 30 */
}

h2.title:before
{
height: 20px; /* era 30 */
}

.footer-top .container
{padding-bottom: 5px;}

/* altro */

.footer-widget .container
{
border-top: 0px solid #FFFFFF;
padding-top: 5px;
}

.left-sidebar h2,.brands_products h2
{margin-bottom:0px;}

#prodline1 {
    'color: blue;
	    font-size: 100%;
		height: 90px;
}

#prodline2 {
    'color: blue;
	    font-size: 100%;
		height: 76px;
}

#prodline3 {
    'color: blue;
	    font-size: 100%;
		height: 56px;
}

.header-middle .container .row {
    border-bottom: 0px solid #f5f5f5;
}

.add-to-cart:hover {
  background: #5cb85c;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.more-info {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.more-info:hover {
  background: #d9534f;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}


.cart_product {
  display: block;
  margin: 15px -10px 10px 25px;
}

.view-product img {
  border: 1px solid #F7F7F0;
  height: 350px;
  width: 350px;
}

.product-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;
}

#form {
  display: block;
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: hidden;
}

form .checkout-info  input, 
form .checkout-info select
{
  background:#F0F0E9;
  border: 0 none;
  margin-bottom:10px;
  padding: 10px;
  width: 100%;
  font-weight: 300
}

@media print {

[class*="col-sm-"] {
	float: left;
}

[class*="col-xs-"] {
	float: left;
}

.col-sm-12, .col-xs-12 { 
	width:100% !important;
}

.col-sm-11, .col-xs-11 { 
	width:91.66666667% !important;
}

.col-sm-10, .col-xs-10 { 
	width:83.33333333% !important;
}

.col-sm-9, .col-xs-9 { 
	width:75% !important;
}

.col-sm-8, .col-xs-8 { 
	width:66.66666667% !important;
}

.col-sm-7, .col-xs-7 { 
	width:58.33333333% !important;
}

.col-sm-6, .col-xs-6 { 
	width:50% !important;
}

.col-sm-5, .col-xs-5 { 
	width:41.66666667% !important;
}

.col-sm-4, .col-xs-4 { 
	width:33.33333333% !important;
}

.col-sm-3, .col-xs-3 { 
	width:25% !important;
}

.col-sm-2, .col-xs-2 { 
	width:16.66666667% !important;
}

.col-sm-1, .col-xs-1 { 
	width:8.33333333% !important;
}
  
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left !important;
}

body {
	margin: 0;
	padding 0 !important;
	min-width: 768px;
}

.container {
	width: auto;
	min-width: 750px;
}

body {
	font-size: 10px;
}

a[href]:after {
	content: none;
}

.noprint, 
div.alert, 
header, 
footer,
.group-media, 
.btn, 
.footer, 
formX, 
#comments, 
.nav, 
ul.links.list-inline,
ul.action-links {
	display:none !important;
}

}