/*
 *  @2013 - shop copt.it
 *
 *  Path: assets/template/copt-override.css
 *  Description: CSS Override for Copt layout
 */

/*
 *  background
 */


body {
  /*background: url('../img/background-principale.gif') top center no-repeat; 
  background-size: 100% auto;*/


  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+34,000000+100&amp;0.65+35,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 34%, rgba(0,0,0,0.65) 35%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(0,0,0,0.65)), color-stop(35%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 34%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 34%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 34%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 34%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

/*
 *  layout
 */

.container{
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
/*  border: 1px solid #E3E3E3;*/

  /*
  -webkit-box-shadow: 1px 0px 15px 0px rgba(255,255,255,1);
  -moz-box-shadow: 1px 0px 15px 0px rgba(255,255,255,1);
  box-shadow: 1px 0px 15px 0px rgba(255,255,255,1);*/

  -webkit-box-shadow: 0px 0px 24px 5px rgba(10,10,10,1);
-moz-box-shadow: 0px 0px 24px 5px rgba(10,10,10,1);
box-shadow: 0px 0px 24px 5px rgba(10,10,10,1);
}


.block-unit {
  /*padding: 40px;*/
  margin-bottom: 30px;
  color: inherit;
  border: 1px solid #FF9E00;
  padding: 10px;
}

.block-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.block-unit li {
  line-height: 30px;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 10px;
}
.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.separator {
  width: 100%;
  height: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C3C3C3;
}


/*
 * Typography
 */
.whiteBold14px {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}

.whiteBold16px {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}

.orangeBold14px {
  color: #FF710D;
  font-weight: bold;
  font-size: 14px;
}

.orangeBold16px {
  color: #FF710D;
  font-weight: bold;
  font-size: 16px;
}


/*
 * CMS Menu
 */

.cms-menu{
  background: url('../img/sfondo_menu.png') repeat-x;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cms-menu a:link {
  color: #ffffff;
}
.cms-menu a:hover {
  color: #ffffff;
}
.cms-menu a:visited {
  color: #ffffff;
}
.cms-menu li{
  display: inline;
  padding-right: 30px;
  color: #ffffff;
  border-right: 1px solid #020202;
  height: 54px;
}

/*
 * Login Box
 */

.login-box {
  background: url('../img/background_login.png') repeat-x;
  height: 64px;
  padding: 10px;
}

.login-details {
  float: left;
  border-left: 1px solid #FE7416;
  height: 50px;
  margin-left: 10px;
}
.login-details ul {
  list-style-type: none;
}
.login-details li {
  line-height: 14px;
  font-size: 12px;
}

/*
 * Sidebar cart
 */

.sideway-jcart{
  padding: 10px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  background: #fe7415;
  background: -moz-linear-gradient(top,  #fe7415 0%, #fe900b 40%, #ffb100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7415), color-stop(40%,#fe900b), color-stop(100%,#ffb100));
  background: -webkit-linear-gradient(top,  #fe7415 0%,#fe900b 40%,#ffb100 100%);
  background: -o-linear-gradient(top,  #fe7415 0%,#fe900b 40%,#ffb100 100%);
  background: -ms-linear-gradient(top,  #fe7415 0%,#fe900b 40%,#ffb100 100%);
  background: linear-gradient(to bottom,  #fe7415 0%,#fe900b 40%,#ffb100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7415', endColorstr='#ffb100',GradientType=0 );
}

/*
 * Sidebar search
 */

.sideway-search{
  padding: 10px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

  background: #B8B8B8;
  background: -moz-linear-gradient(top,  #B8B8B8 0%, #DADADA 40%, #F0F0F0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(40%,#DADADA), color-stop(100%,#F0F0F0));
  background: -webkit-linear-gradient(top,  #B8B8B8 0%,#DADADA 40%,#F0F0F0 100%);
  background: -o-linear-gradient(top,  #B8B8B8 0%,#DADADA 40%,#F0F0F0 100%);
  background: -ms-linear-gradient(top,  #B8B8B8 0%,#DADADA 40%,#F0F0F0 100%);
  background: linear-gradient(to bottom,  #B8B8B8 0%,#DADADA 40%,#F0F0F0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#ffb100',GradientType=0 );
}


/*
 * Product details cart
 */

#pdetail-cart {
  padding: 10px;
  background-color: #FE7714;
  -webkit-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.75);
}

/*
 *  Category list
 */

.nav-list {
  background-color: #000000 !important;
}

.nav-header {
  background: url('../img/sfondo-categoria.png') no-repeat !important;
  height: 34px !important;
  line-height: 32px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color: #ffffff !important;
  padding-left: 40px !important;
  font-size: 12px !important;
  white-space: nowrap;
}

.nav-list .tree{
  font-size: 10px !important;
  white-space: nowrap;
}

/*
 *  Block style css
 */

.headBlock{
  background-color: #000000;
  padding: 10px;
  text-align: center;
}

.listProducts{
  border: 1px solid #CCCCCC;
  /* width: 40%;*/
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #ffffff;
}

/*
 *  Featured
 */

#myCarousel{
  background-color: #ffffff;
  height: 350px;
}

/*
 *  Form override
 */

#jcart-error{
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ff0000;
}
