/* Table of contents
-------------------------------------------
 - Base Settings
 - Header
 - Search
 - Navigator
 - Cart Menu
 - Body Search
 - Cart
 - Dati
 - Pagamento

*/


/* MOBILE 0 | 768
-------------------------------------*/


/* Base Settings
-------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
body {
  background: #e9eaed;
  font-family: "Roboto", sans-serif;
}

.margins {
  margin: 0 20px;
}

input[type=text],
input[type=number],
input[type=submit],
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}

input:disabled {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  z-index: 10000 !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  display: none;
}

.popup .margins {
  padding: 50px 0;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
}

.popup h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.popup p {
  margin: 0;
  font-size: 14px;
}

.hr {
  width: 100%;
  height: 1px;
  background: #e9eaed;
  margin: 15px 0;
}

.select-style {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #e9eaed;
  height: 50px;
  text-indent: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
  background: #fff url("../img/drop-iveco.png") no-repeat 95% 53%;
}

.select-style select {
  padding: 5px 8px;
  width: 85%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.btn2 {
  margin-top: 20px;
}


/* Header
-------------------------------------*/

header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.head {
  padding: 0 0 5px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

.headroom {
  transition: all 200ms ease-out;
}

.headroom--pinned {
  margin-top: 0;
}

.headroom--unpinned {
  margin-top: -65px;
}

.logo img {
  display: block;
  margin: 0 auto;
}

.title {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.main ul {
  z-index: 300;
  position: fixed;
  bottom: 0;
  color: #fff;
  width: 100%;
  margin-left: -20px;
  height: 50px;
}

.main a {
  float: left;
  width: 20%;
  font-size: 22px;
  text-align: center;
  line-height: 260%;
  position: relative;
}

.text {
  display: none;
}

.badge {
  background: #fff;
  border-radius: 14px;
  height: 14px;
  padding: 2px;
  min-width: 14px;
  line-height: 16px;
  font-size: 12px;
  position: absolute;
  border: 2px solid;
  left: 52%;
  top: 5px;
  font-weight: 500;
  /*display: none;*/
  text-align: center;
  z-index: 2;
}


/* Search
-------------------------------------*/

.search-box {
  display: none;
  background: #f5f6fa;
  padding: 0 0 20px 0;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, .1);
}

.search-box .cs-options li:first-child {
  display: none;
}

.src-drop {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  box-shadow: 0px 5px 40px -2px rgba(0, 0, 0, .2);
}

.src-drop .ss-icon {
  position: relative;
  top: 2px;
}

.search .margins {
  margin: 0;
}

.search-filter span {
  margin: 20px 0px 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.search section:nth-child(2) {
  border-top: 1px solid #e9eaed;
}

.main-select {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #e9eaed;
  height: 50px;
  text-indent: 10px;
  line-height: 43px;
  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
  background: #fff url("../img/drop-iveco.png") no-repeat 95% 53%;
}

.main-select select {
  padding: 5px 8px;
  width: 100%;
  min-width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-select select:focus {
  outline: none;
}

#width_tmp {
  display: none;
}

div.cs-select {
  border-bottom: 1px solid #e9eaed;
  background: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 35px;
}

.cs-select .cs-options {
  position: relative;
  top: 40px;
  border-top: 1px solid #e9eaed;
  border-bottom: 1px solid #e9eaed;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.cs-select ul span {
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #e9eaed;
}

.code-search {
  padding: 8px 0;
}

.code-search span {
  margin: 10px 0px 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}

.code-search input[type="text"] {
  background: #fff;
  border: 1px solid #e9eaed;
  font-size: 12px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: block;
  padding: 0;
  text-indent: 20px;
  text-transform: uppercase;
}

.search-buttons {
  padding: 10px 0;
  margin: 0 auto;
  width: 95%;
  max-width: 320px;
}

.search-buttons a {
  color: #fff;
  width: 48%;
  max-width: 150px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
}

.search-buttons .ss-icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.search-buttons .cerca {
  float: left;
}

.search-buttons .reset {
  float: right;
}


/* Navigator
-------------------------------------*/

.navigator {
  display: inline-block;
  position: relative;
  top: -25px;
  margin-top: 10px;
  width: 100%;
}

.navigator ul {
  width: 200px;
  margin: 0 auto;
}

.navigator li {
  float: left;
  position: relative;
  margin-right: 70px;
}

.navigator li:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 3px;
  bottom: 8px;
  right: 20px;
}

.navigator li:first-child:before {
  display: none;
}

.navigator li:last-child {
  margin-right: 0;
}

.navigator li span:last-child {
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
  margin-top: 2px;
  font-weight: 500;
  text-align: center;
  width: 100px;
  left: -41px;
}

.navigator li span:first-child {
  border-radius: 100%;
  height: 20px;
  display: block;
  text-align: center;
  width: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
}


/* Cart Menu
-------------------------------------*/

.cart-menu {
  color: #fff;
  height: 40px;
}

.totale {
  text-transform: uppercase;
  line-height: 40px;
  margin-left: 20px;
  font-weight: 300;
  font-size: 14px;
  float: left;
}

.tot-price {
  font-weight: 400;
}

.nav-buttons {
  float: right;
}

.nav-buttons a {
  display: inline-block;
  float: left;
  width: 60px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

.nav-buttons a:hover {
  opacity: .9;
}

.nav-buttons span {
  position: relative;
  top: 3px;
}


/* Body Search
-------------------------------------*/

.results {
  max-width: 1080px;
  margin: 140px auto 60px;
}

.item {
  display: none;
  width: 240px;
  margin: 0 auto 20px;
}

.item .thumb {
  background: #212326;
}

.item .thumb img {
  width: 100%;
  display: block;
}

.item a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 14px;
}

.video {
	max-width:1200px;	
}


/*AGGIUNTA STILE SPAN BUTTON*/
.item a span{
    /*SPAN BUTTON*/
	
    vertical-align:middle; 
	padding: 0 5px;
}

/*AGGIUNTA STILE ICON BUTTON*/
.item a span img.icon{
	/*SPAN BUTTON ICON*/
	
	width:13px;
	height:auto;	
}



.view-preview:hover {
  opacity: .9;
}

/*STYLE AREA SEND MAIL*/
.submit:hover{
    opacity: .9;
}

.item .actions a {
  width: 50%;
  float: left;
}

.item .empty {
  height: 40px;
}

.item ul {
  background: #fff;
}

.item li {
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid #e9eaed;
}

.item li:first-child {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.item li:first-child span {
  font-weight: 500 !important;
}

.item li:last-child {
  border: none;
  height: auto;
  padding: 10px 0;
}

.item li span:last-child {
  font-weight: 400;
}

.item li:last-child span {
  float: none;
  line-height: normal;
  display: block;
}

.item .unaviable {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500 !important;
}

/*EMAIL CONTAINER*/

.item .container-email{
  text-align:center; 
  padding: 10px; 
  color: #004994; 
  text-transform:uppercase; 
  font-size: 14px; 
  background:#d8dce4;
}

.language {
  position: relative;
  top: 11px;
}

.select-lang {
  width: 50%;
  float: right;
  height: 40px;
  border-left: 1px solid #e9eaed;
  text-indent: 10px;
  line-height: 12px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  background: #fff url("../img/drop-iveco.png") no-repeat 95% 53%;
}

.select-lang select {
  padding: 5px 8px;
  width: 88%;
  float: left;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-lang select:focus {
  outline: none;
}


/* Cart
-------------------------------------*/

.purchase {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px;
  position: relative;
}

.purchase:last-child {
  margin-bottom: 80px;
}

.purchase .margins {
  margin: 0 20px;
  background: #fff;
}

.purchase .thumb {
  width: 100px;
  height: 141px;
  float: left;
}

.purchase .thumb img {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.first-col {
  width: 240px;
  height: 275px;
  margin: 20px auto;
  position: relative;
}

.first-col .dati {
  float: left;
  margin-left: 15px;
  width: 125px;
  font-size: 14px;
}

.first-col .dati li:first-child {
  font-size: 15px;
  margin-bottom: 7px;
  font-weight: 500;
  padding: 0;
  border: none;
}

.first-col .dati li {
  padding: 5px 0;
  font-size: 12px;
  border-bottom: 1px solid #e9eaed;
}

.first-col .dati li:last-child {
  border-bottom: none;
}

.purchase .remove-item {
  text-align: center;
  background: #C41D29;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
  top: 20px;
  font-size: 13px;
}

.purchase .remove-item span {
  display: none;
  font-size: 20px;
  position: relative;
  top: 2px;
  right: 5px;
}

.purchase .pricelist {
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.last-col {
  width: 240px;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  position: relative;
}

.last-col .add-fields {
  margin: 0 auto;
  width: 100%;
}

.last-col .select-style {
  width: 240px;
}

.add-fields .quantity,
.add-fields .quantity input {
  width: 100%;
}

.purchase .add {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid;
}

.purchase .request {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.add-fields input {
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-indent: 10px;
  border: 1px solid #e9eaed;
  font-size: 14px;
}

.add-fields input:disabled {
  background: #f5f6fa;
}

.add-fields form li {
  float: left;
  margin-bottom: 10px;
}

.add-fields form li:nth-child(even) {
  float: right;
}

.purchase .cs-options li {
  float: left !important;
  width: 100%;
  height: 40px !important;
  margin-bottom: 0;
}

.add-fields form > ul > li > span {
  font-size: 12px;
  text-transform: uppercase;
}

.add-fields .add:hover {
  opacity: 1;
}

.last-col .desktop-title,
.bought-col .desktop-title {
  display: none;
}

.mobile-title {
  text-transform: uppercase;
  color: white;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background: black;
}

.mobile-title-bought {
  margin-top: 20px;
}

.mobile-title .margins {
  background: transparent;
}

.bought-col {
  margin: 0 auto 20px;
  width: 240px;
}

.in-cart form {
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 20px;
}

.in-cart form:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.in-cart form span {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.in-cart li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.in-cart form ul li:last-child {
  width: 100%;
  float: none;
}

.in-cart input {
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  border: 1px solid #e9eaed;
  text-indent: 10px;
  font-size: 14px;
}

.in-cart input:disabled {
  background: #f5f6fa;
}

.in-cart .edit,
.in-cart .delete {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  height: 50px;
  line-height: 54px;
  margin-top: 10px;
  font-size: 16px;
}

.in-cart .edit {
  float: left;
}

.in-cart .delete {
  float: right;
}

.purchase a:hover {
  opacity: .9;
}

.in-cart .edit:hover,
.in-cart .delete:hover {
  opacity: 1;
}

.disponibilita {
  margin-top: 94px !important;
  font-size: 15px;
}

.disponibilita p {
  width: 50%;
  float: left;
  margin: 0;
}

.disponibilita p span {
  float: right;
}

.disponibilita a {
  float: right;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  margin-top: -5px;
  border-radius: 2px;
  padding: 5px 10px;
}


/* Dati
-------------------------------------*/

.data {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.data-head {
  margin: 0 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.data .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.data h2 {
  font-size: 15px;
  margin-bottom: 18px;
}

.data .select-style {
  float: none;
  border: 1px solid #e9eaed;
  margin-bottom: 20px;
}

.data .edit {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
}

.data-grid {
  margin: 0 20px;
  background: #fff;
}

.data-grid li:first-child {
  padding-top: 0;
}

.data-grid li:last-child {
  border: none;
  padding-bottom: 0;
}

.data-grid li {
  padding: 10px 0;
  border-bottom: 1px solid #e9eaed;
}

.data-grid li span {
  display: block;
  font-size: 12px;
}

.data-grid li span:first-child {
  text-transform: uppercase;
}

.data .empty {
  display: none;
}


/* Pagamento
-------------------------------------*/

.payment {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.payment-head {
  margin: 0 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.payment .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.payment h2 {
  font-size: 15px;
  margin-bottom: 10px;
}

.payment p {
  font-size: 14px;
}

.payment .cs-select {
  border: 1px solid #e9eaed;
  margin-bottom: 20px;
}

.payment .shipping-cost {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
}

.payment-grid {
  margin: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e9eaed;
}

.payment-grid li:first-child {
  padding-top: 0;
}

.payment-grid li {
  border-bottom: 1px solid #e9eaed;
  padding: 10px 0;
  width: 70%;
  float: left;
  box-shadow: 1px 0px 0px #e9eaed;
}

.payment-grid li:nth-last-child(-n+2) {
  border-bottom: none;
}

.payment-grid li span {
  display: block;
  font-size: 12px;
}

.payment-grid li span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.payment-grid li:last-child {
  text-align: right;
  width: 30%;
  box-shadow: none;
}

.payment-tot {
  background: #fff;
  font-weight: 500;
  margin: 0 20px;
}

.payment-tot li {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
}

.payment-tot li:last-child {
  margin-bottom: 0;
}

.span-title {
  text-transform: uppercase;
}

.payment-options {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.comments-head,
.terms-head,
.method-head {
  margin: 0 20px;
  background: #fff;
  border-top: 1px solid #e9eaed;
}

.comments-head textarea {
  resize: none;
  border-color: #d2d2d2;
  background: #fafafa;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  font-size: 12px;
}

.shipping-comments {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e9eaed;
}

.payment-options label {
  font-size: 14px;
  display: inline-block;
  margin: 5px 0;
}

.payment-options label a {
  font-weight: 500;
}

.payment-options label a:hover {
  text-decoration: underline;
}

.payment-options label input {
  margin-right: 10px;
}

.payment-end {
  margin-top: 15px;
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  border: none;
  font-size: 14px;
}


/* User
-------------------------------------*/

.user {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.user-head {
  margin: 0 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.user-foot {
  margin: 0 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.data-types {
  margin-bottom: 15px;
  font-size: 14px;
}

.data-types li {
  margin-bottom: 5px;
}

.data-types input {
  margin-right: 10px;
}

.inv-default,
.shp-default {
  font-size: 14px;
}

.inv-default li,
.shp-default li {
  margin-bottom: 5px;
}

.inv-default input,
.shp-default input {
  margin-right: 10px;
}

.inv-default {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9eaed;
}

.user .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.user h2 {
  font-size: 15px;
  margin-bottom: 18px;
}

.user .add {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
}

.user .save {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 110px;
  font-size: 14px;
  float: right;
}

.user .delete {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 110px;
  font-size: 14px;
  float: left;
}

.user-grid {
  margin: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e9eaed;
}

.user-grid input[type="text"] {
  border: none;
  width: 100%;
  margin-top: 5px;
  text-indent: 10px;
  padding: 15px 0;
  background: #fafafa;
  color: #1758b6;
  border: 1px solid #e9eaed;
  font-size: 12px;
}

.user-grid li:first-child {
  padding-top: 0;
}

.user-grid li:last-child {
  border: none;
  padding-bottom: 0;
}

.user-grid li {
  padding: 0;
  margin: 10px 0 20px;
}

.user-grid li span {
  display: block;
  font-size: 12px;
}

.user-grid li span:first-child {
  text-transform: uppercase;
}

.user-grid .select-style {
  width: 100%;
  margin: 5px 0 20px 0;
  background-color: #fafafa;
  background: #fafafa url("../img/drop-iveco.png") no-repeat 95% 53%;
}

.user-grid .select-style select {
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.user-menu {
  color: #fff;
  height: 40px;
}

.orders .margins {
  margin: 0;
}

.current-orders {
  line-height: 40px;
  margin-left: 20px;
  font-weight: 300;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
}

.tot-current {
  font-weight: 400;
}

.blue-menu {
  float: right;
}

.blue-menu a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  float: right;
  font-weight: 300;
  text-transform: uppercase;
}

.dati-utente {
  border-bottom: 1px solid #e9eaed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.dati-utente li {
  float: left;
  margin-right: 5px;
  font-weight: 500;
}

.dati-utente .email {
  font-weight: 400;
  float: none !important;
  clear: both;
  margin-top: 20px;
}

.dati-utente li.ss-icon {
  font-size: 12px;
  position: relative;
  top: 2px;
}

.email .ss-icon {
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-right: 5px;
}

.edit-default {
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  float: right;
}

.user .empty {
  display: none;
}


/* Tracking
-------------------------------------*/

.tracking {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.tracking .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.tracking h2 {
  font-size: 15px;
}

.track-head {
  margin: 0 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.track-head .select-style {
  margin-top: 10px;
}

.track-head .generic-button {
  margin-top: 20px;
}

.track-head .generic-button span {
  position: relative;
  top: 2px;
  right: 5px;
}

.track-head form {
  margin-top: 10px !important;
}

.order-code {
  font-size: 12px;
  text-transform: uppercase;
  background: #f7f8fa;
  border-bottom: 1px solid #e9eaed;
}

.track-grid {
  margin: 20px;
  background: #fff;
  border-bottom: 1px solid #e9eaed;
}

.track-grid li {
  height: 60px;
  box-shadow: 0px 1px #e9eaed;
}

.track-grid li span {
  font-size: 12px;
  display: block;
}

.track-grid li:last-child {
  border: none;
}

.track-grid li span:first-child {
  text-transform: uppercase;
}

.grid-everyone span {
  position: relative;
  text-indent: 20px;
}

.grid-everyone span:first-child {
  top: 10px;
}

.grid-everyone span:last-child {
  top: 15px;
}

.grid-all {
  float: left;
  width: 70%;
}

.grid-all li:first-child {
  height: 120px;
}

.grid-all span {
  position: relative;
  text-indent: 20px;
}

.grid-all span:first-child {
  top: 10px;
}

.grid-all span:last-child {
  top: 15px;
}

.grid-all li:first-child span:last-child {
  text-indent: 0;
  margin: 0 20px;
}

.grid-one {
  float: right;
  width: 30%;
  box-shadow: -1px 0px 0px #e9eaed;
}

.grid-one li {
  box-shadow: none;
  height: 600px;
}

.grid-one span {
  text-align: center;
  position: relative;
}

.grid-one span:first-child {
  top: 10px;
}

.grid-one span:last-child {
  top: 42%;
  font-size: 22px;
}

.alert {
  color: #F03;
}

.check {
  color: #0A4;
}

.delivery {
  color: #36F;
}

.print {
  color: #FB3;
}

.info-icons li {
  margin: 5px 0;
  font-size: 18px;
  border-bottom: 1px solid #e9eaed;
  padding: 5px 0 10px;
}

.info-icons li:last-child {
  border: none;
  padding-bottom: 0;
}

.info-icons li span:first-child {
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.info-icons li span:last-child {
  text-transform: uppercase;
  font-size: 12px;
}


/* Pricelist
-------------------------------------*/

.pricelist-page {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}

.pricelist-page .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.pricelist-page h2 {
  font-size: 15px;
}

.pricelist-head {
  margin: 0 20px;
  border-bottom: 1px solid #e9eaed;
}

.pricelist-head li {
  width: 50%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  height: 50px;
  line-height: 56px;
  color: #fff;
}

.pricelist-grid {
  margin: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e9eaed;
  font-size: 12px;
  text-align: center;
}

.pricelist-quantity {
  float: left;
  width: 50%;
  box-shadow: 1px 0px 0px #e9eaed;
}

.pricelist-grid li {
  border-bottom: 1px solid #e9eaed;
  height: 40px;
  line-height: 43px;
}

.pricelist-grid li:last-child {
  border-bottom: none;
}

.pricelist-unit {
  float: right;
  width: 50%;
}


/* Generic
-------------------------------------*/

.generic {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  position: relative;
  background: #fff;
}

.generic .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.generic-head h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.generic-head {
  background: #f7f8fa;
}

.generic-foot {
  background: #f7f8fa;
  border-top: 1px solid #e9eaed;
}

.generic-button {
  color: #fff;
  display: inline-block;
  float: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}


/* Alert
-------------------------------------*/

.home-alert {
  position: relative;
  top: 150px;
}

.cart-alert {
  position: relative;
  top: 140px;
}

.alert-alert {
  position: relative;
  top: 137px;
}

.generic-alert {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
  background: #fff;
  border-radius: 2px;

}

.generic-alert .margins {
  margin: 0 20px;
  padding: 20px 0 10px;
}

.generic-alert .margins:nth-child(2) {
  border-top: 1px solid;
  padding-top: 20px;
}

.generic-alert h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.generic-alert p {
  font-size: 12px;
}


/* Transaction
-------------------------------------*/

.transaction {
  font-size: 12px;
  margin-top: 15px;
}

.transaction li {
  margin: 10px 0;
}


/* Alert Grid
-------------------------------------*/

.alert-grid {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  background: #fff;
}

.alert-grid li {
  min-height: 60px;
  border-top: 1px solid #e9eaed;
}

.alert-grid li:last-child {
  border: none;
}

.alert-grid li span {
  font-size: 12px;
  display: block;
  position: relative;
  top: 10px;
}

.alert-grid li span:last-child {
  top: 5px;
}

.alert-grid li span:first-child {
  text-transform: uppercase;
}

.alert-grid li span {
  position: relative;
  text-indent: 20px;
}

.alert-grid li span:first-child {
  top: 15px;
  font-weight: 400;
}

.alert-grid li span:last-child {
  top: 15px;
}

.alert-grid li:nth-last-child(-n+2) {
  width: 50%;
  border: none;
  float: left;
}

.grid-button {
  height: 60px;
  line-height: 60px;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
}


/* LOGIN PAGE */

.login-page {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  position: relative;
  background: #fff;
}

.login-page .margins {
  margin: 0 20px;
  padding: 20px 0;
}

.login-form li {
  width: 100%;
  margin: 20px 0;
}

.login-form input {
  height: 40px;
  line-height: 40px;
  background: #e9eaed;
  text-indent: 15px;
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
  border: 1px solid;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.logged-as,
.logout {
  text-transform: uppercase;
}

.logged-as {
  float: left;
}

.logout {
  padding: 0 10px;
}

footer {
  display: none;
  background: #FFF;
  height: 50px;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 0px 20px rgba(30, 30, 30, .1);
  width: 100%;
}

.foot {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.foot img {
  margin-top: 10px;
}

.welcome ul {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9eaed;
}

.welcome li {
  margin-bottom: 15px;
  font-size: 12px;
}

.welcome li img {
  width: 150px;
}

.welcome a {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.welcome h3 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.foot-pagination {
  position: fixed;
  bottom: 60px;
  width: 100%;
}

.pagination {
  margin: 0 auto;
  border-radius: 20px;
  color: #fff;
  height: 25px;
  padding: 5px 10px;
}

.pagination li {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 27px;
  text-align: center;
  font-size: 12px;
}

.pagination .ss-icon {
  position: relative;
  top: 1px;
  font-size: 10px;
}


/* DESKTOP 769 | ∞
-------------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/


/*-----------------------------------*/

@media (min-width: 769px) {
  /* Base Settings
-------------------------------------*/
  .mobile-only {
    display: none;
  }
  body {
    min-width: 1080px;
  }
  header {
    min-width: 1080px;
  }
  .margins {
    margin: 0 30px;
  }
  .headroom--unpinned {
    margin-top: -90px;
  }
  .popup .margins {
    max-width: 1080px;
  }
  .select-style {
    min-width: 300px;
  }
  .btn2 {
    margin-top: 0;
  }
  /* Header
-------------------------------------*/
  .head {
    padding: 20px 0 15px 0;
    display: block !important;
  }
  .logo {
    float: left;
  }
  .logo img {
    float: left;
    margin: 0;
  }
  .title {
    float: left;
    margin-top: 30px;
    font-weight: 300;
    margin-left: 15px;
    display: inline;
    font-size: 18px;
  }
  .text {
    display: inline;
    margin-left: 5px;
  }
  .main .ss-icon {
    position: relative;
    top: 1px;
  }
  .main ul {
    float: right;
    position: static;
    width: auto;
    margin: 0;
    height: auto;
    position: relative;
    top: 23px;
  }
  .main li {
    float: left;
    margin-left: 25px;
  }
  .main a {
    width: auto;
    font-size: inherit;
    text-align: right;
    line-height: auto;
  }
  .badge {
    top: 1px;
    left: 8px;
    height: 10px;
    min-width: 10px;
    font-size: 8px;
    line-height: 12px;
  }
  /* Search
-------------------------------------*/
  .search-box {
    height: 60px;
    display: block !important;
    padding: 0;
  }
  .src-drop {
    display: none;
  }
  .search {
    width: 100%;
    max-width: 1080px;
    padding: 12px 0;
    margin: 0 auto;
  }
  .search .margins {
    margin: 0 30px;
  }
  .search li {
    float: left;
  }
  .search section {
    border-left: 1px solid rgba(255, 255, 255, .3);
    height: 35px;
  }
  .search section:nth-child(2) {
    border-top: none;
  }
  .main-select {
    width: auto;
    max-width: 170px;
    border: none;
    font-weight: 300;
    line-height: 28px;
    font-size: 14px;
    background-color: transparent;
    background: url("../img/drop-white.png") no-repeat 95% 32%;
  }
  .main-select select {
    width: auto;
    min-width: none !important;
  }
  .search .cs-select {
    font-size: 16px;
    height: auto;
    line-height: inherit;
  }
  .search .cs-select > span {
    font-weight: 300;
  }
  .code-search {
    padding: 0px;
  }
  .code-search span {
    position: relative;
    top: 8px;
    margin: 0 0 0 20px;
    display: inline-block;
    font-weight: 300;
    text-transform: none;
    font-size: 14px;
    width: auto;
  }
  .code-search input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-size: 13px;
    width: 70px;
    height: auto;
    margin-left: 10px;
    display: inline;
    text-indent: 0;
    position: relative;
    top: 7px;
    font-weight: 300;
  }
  div.cs-select {
    border-bottom: none;
  }
  .search-buttons {
    width: auto;
    max-width: none;
    padding: 0px;
    font-weight: 300;
    float: right;
  }
  .search-buttons a {
    font-size: 12px;
    margin-left: 20px;
    width: auto;
    position: relative;
    top: 12px;
    padding: 0px;
    float: left;
    display: block;
  }
  /* Navigator
-------------------------------------*/
  .navigator {
    top: -30px;
    margin-top: 0;
  }
  /* Cart Menu
-------------------------------------*/
  .cart-menu .search {
    padding: 0;
  }
  .cart-menu {
    height: 60px;
    line-height: 60px;
  }
  .totale {
    font-size: 16px;
    line-height: 62px;
    margin: 0;
  }
  .nav-buttons a {
    line-height: 60px;
    width: 70px;
  }
  /* Body Search
-------------------------------------*/
  .results {
    margin-top: 208px;
  }
  .item {
    float: left;
    margin: 0 20px 20px 0;
  }
  .item .thumb {
    height: 340px;
  }
  .item:nth-child(4n+0) {
    margin-right: 0;
  }
  .horizontal {
    position: relative;
  }
  .vertical {
    max-height: 340px;
    width: auto !important;
    margin: 0 auto;
  }
  .description {
    height: 65px;
  }
  /* Cart
-------------------------------------*/
  .purchase {
    max-width: 1020px;
    height: 520px;
  }
  .purchase:last-child {
    margin-bottom: 40px;
  }
  .purchase .margins {
    margin: 0;
  }
  .purchase .preview {
    margin: 25px;
  }
  .purchase .thumb {
    width: 162px;
    height: auto;
    float: none;
    margin: 55px 0 10px 0;
  }
  .first-col {
    width: 210px;
    height: 520px;
    margin: 0;
    float: left;
  }
  .first-col .dati {
    float: none;
    margin: 0;
    width: 100%;
  }
  .first-col .dati li:first-child {
    position: absolute;
    top: 20px;
    margin: 0;
  }
  .purchase .remove-item {
    position: absolute;
    background: transparent;
    color: red;
    bottom: 50px;
    top: auto;
    width: 210px;
  }
  .purchase .remove-item:hover {
    opacity: .6;
  }
  .purchase .remove-item span {
    display: inline-block;
  }
  .purchase .pricelist {
    display: inline-block;
    width: 100%;
    padding: 0;
    left: 0;
  }
  .purchase span.cs-placeholder {
    font-weight: 400;
  }
  .last-col {
    width: 260px;
    background: #f5f6fa;
    height: 520px;
    margin: 0;
    position: relative;
    float: left;
    box-shadow: 1px 0 #e4e6f0;
    border-top: none;
    padding-top: 0;
  }
  .purchase .add {
    padding: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
  }
  .last-col .add-fields {
    width: 85%;
    margin: 0 auto;
  }
  .last-col .select-style {
    width: 100%;
    min-width: 0;
    max-width: 220px;
  }
  .add-fields form li {
    float: none;
    margin: 5px auto;
  }
  .add-fields form li:nth-child(2n+0) {
    float: none;
  }
  .add-fields input {
    width: 100%;
    background: #fff;
  }
  .add-fields input:disabled {
    background: #fff;
  }
  .add-fields form > ul > li > span {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .unitprice,
  .totalprice {
    width: 100px;
  }
  .add-fields form li.unitprice {
    float: left;
  }
  .add-fields form li.totalprice {
    float: right;
  }
  .add-fields form {
    margin-top: 20px;
  }
  .last-col .desktop-title {
    display: block;
    height: 50px;
    line-height: 53px;
    text-transform: uppercase;
    text-indent: 20px;
    font-size: 12px;
  }
  .mobile-title {
    display: none;
  }
  .bought-col {
    width: 550px;
    margin: 0;
    height: 520px;
    float: left;
  }
  .bought-col .desktop-title {
    display: block;
    height: 50px;
    line-height: 53px;
    text-transform: uppercase;
    text-indent: 15px;
    font-size: 12px;
    width: 100%;
    margin: 0;
  }
  .bought-col .x1 {
    width: 89px;
  }
  .bought-col .x2 {
    width: 139px;
  }
  .desktop-title .x1,
  .desktop-title .x2 {
    border-right: 1px solid;
    height: 50px;
    float: left;
  }
  .desktop-title .x2:last-child {
    border-right: none;
  }
  .in-cart .x1,
  .in-cart .x2 {
    border-right: 1px solid #e4e6f0;
    border-bottom: 1px solid #e4e6f0;
  }
  .in-cart .x2:last-child {
    width: 140px;
    float: left;
    border: none;
  }
  .in-cart form span {
    display: none;
  }
  .in-cart input {
    width: 100%;
    border: none;
  }
  .in-cart li {
    margin: 0;
  }
  .in-cart form li:nth-child(2n+0) {
    float: left;
  }
  .in-cart .edit,
  .in-cart .delete {
    width: 50%;
    height: 50px;
    margin-top: 0;
  }
  .in-cart .edit {
    border-bottom: 1px solid;
  }
  .in-cart .delete {
    border-bottom: 1px solid;
  }
  .in-cart form {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* Dati
-------------------------------------*/
  .data {
    max-width: 1060px;
  }
  .data .select-style {
    width: 320px;
    float: left;
    margin-bottom: 0;
  }
  .data .edit {
    float: right;
    width: auto;
    padding: 0 20px;
  }
  .data-grid .margins {
    margin: 0;
  }
  .data-grid li:first-child {
    padding-top: 20px;
  }
  .data-grid li {
    float: left;
    width: 339px;
    padding: 20px 0;
    border-right: 1px solid #e9eaed;
    text-indent: 15px;
  }
  .data-grid li:nth-child(3n+0) {
    border-right: none;
    width: 340px;
  }
  /*    .data-grid li:nth-last-child(-n+5) {
        border-bottom: none;
    }
*/
  .data-grid li span:last-child {
    margin-top: 5px;
  }
  .data-grid .margins {
    padding: 0;
  }
  /* Pagamento
-------------------------------------*/
  .payment {
    max-width: 1060px;
  }
  .payment p {
    margin-bottom: 0;
  }
  .payment-head .margins > div {
    float: left;
  }
  .payment .cs-select {
    width: auto;
    float: left;
    margin-bottom: 0;
  }
  .payment .shipping-cost {
    float: right;
    width: auto;
    padding: 0 20px;
  }
  .payment-grid .margins {
    margin: 0;
  }
  .payment-grid li:first-child {
    padding-top: 20px;
  }
  .payment-grid li {
    float: left;
    width: 150px !important;
    padding: 20px 0;
    text-indent: 20px;
    border: none;
    box-shadow: none;
  }
  .payment-grid li:nth-last-child(-n+2) {
    text-align: right;
    width: 150px !important;
  }
  .payment-grid li:nth-child(2) {
    margin-right: 350px;
    width: 200px !important;
  }
  .payment-grid .margins {
    padding: 0;
  }
  .payment-tot {
    margin-top: 0;
  }
  .payment-options {
    max-width: 1080px;
  }
  .payment-options p {
    margin-bottom: 15px;
  }
  .comments-head textarea {
    width: 440px;
    height: 150px;
    padding: 10px;
  }
  .order-comments {
    width: 50%;
    float: left;
  }
  .shipping-comments {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .shipping-comments textarea {
    width: 470px;
  }
  .method-head .labels {
    float: left;
  }
  .payment-end {
    float: right;
    width: auto;
    padding: 0 20px;
    margin-top: 0;
  }
  /* User
-------------------------------------*/
  .user {
    max-width: 1060px;
  }
  .user .add {
    float: right;
    width: auto;
    padding: 0 20px;
  }
  .user .save {
    float: right;
    width: auto;
    padding: 0 20px;
  }
  .user .delete {
    float: right;
    width: auto;
    margin-right: 15px;
    padding: 0 20px;
  }
  .edit-default {
    float: right;
    width: auto;
    margin-top: 0;
    padding: 0 20px;
  }
  .user-grid .margins {
    margin: 0;
    padding: 0;
  }
  .user-grid li:first-child {
    padding-top: 20px;
  }
  .user-grid li {
    float: left;
    width: 339px;
    padding: 20px 0;
    margin: 0;
    border-right: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    text-indent: 15px;
  }
  .user-grid li:nth-child(3n+3) {
    border-right: none;
  }
  .user-grid input[type="text"] {
    width: 310px;
    display: block;
    margin: 10px auto 0;
  }
  .user-grid li:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .user-grid li span:last-child {
    margin-top: 5px;
  }
  .user-grid .select-style {
    margin: 0;
    width: 100px;
  }
  .user-menu {
    height: 60px;
    line-height: 60px;
  }
  .orders {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .orders .margins {
    margin: 0 30px;
  }
  .current-orders {
    font-size: 16px;
    height: 60px;
    line-height: 62px;
    margin-left: 0;
  }
  .blue-menu a {
    height: 60px;
    line-height: 62px;
  }
  .dati-utente .email {
    float: right !important;
    clear: none;
    margin-top: 0;
  }
  .select-style {
    width: 320px;
  }
  .user-grid .select-style {
    margin-left: 15px;
    margin-top: 7px;
    padding-right: 10px;
  }
  /* Tracking
-------------------------------------*/
  .tracking {
    max-width: 1060px;
  }
  .track-head .select-style {
    min-width: 205px;
    width: 205px;
    margin-top: 0;
    margin-right: 10px;
  }
  .track-head .select-style select {
    width: 205px;
  }
  .track-head .generic-button {
    margin-top: 0;
  }
  .track-head form {
    margin-top: 15px !important;
  }
  .grid-everyone li {
    float: left;
    width: 16.666666667%;
    box-shadow: 1px 1px #e9eaed;
  }
  .grid-all {
    width: 80%;
  }
  .grid-all li {
    float: left;
    width: 20%;
    box-shadow: 1px 1px #e9eaed;
  }
  .grid-one {
    box-shadow: none;
    width: 20%;
  }
  .grid-one li {
    height: 100px;
  }
  .grid-one span:last-child {
    top: 37%;
  }
  .info-icons {
    position: relative;
    top: 15px;
    left: 5px;
  }
  .info-icons li {
    margin: 0 15px 0 0;
    padding: 0;
    border: none;
    float: left;
  }
  /* Generic
-------------------------------------*/
  .generic {
    max-width: 1060px;
  }
  .generic-button {
    padding: 0 20px;
    width: auto;
    float: right;
    margin-left: 15px;
  }
  /* Alert
-------------------------------------*/
  .home-alert {
    top: 190px;
  }
  .cart-alert {
    top: 180px;
  }
  .alert-alert {
    top: 193px;
  }
  .generic-alert {
    max-width: 1020px;
  }
  /* Alert Grid
-------------------------------------*/
  .alert-grid {
    max-width: 1080px;
    position: relative;
    top: -19px;
    margin-bottom: 0;
  }
  .alert-grid li {
    float: left;
    width: 23.333%;
    border: none;
    box-shadow: 1px 0px #e9eaed;
    border-bottom: 1px solid #e9eaed;
  }
  .alert-grid li:last-child {
    box-shadow: none;
  }
  .alert-grid li:nth-last-child(-n+2) {
    width: 15%;
    border-bottom: 1px solid;
  }
  /*LOGIN PAGE*/
  .login-form li {
    width: 48%;
    float: left;
  }
  .login-form li:first-child {
    float: left;
  }
  .login-form li:last-child {
    float: right;
  }
  .foot-pagination {
    bottom: 20px;
  }
}
