@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@font-face {
  font-family: 'ishopping-icon';
  src: url('../fonts/ishopping-icon.eot?-xwkfvh');
  src: url('../fonts/ishopping-icon.eot?#iefix-xwkfvh') format('embedded-opentype'), url('../fonts/ishopping-icon.woff?-xwkfvh') format('woff'), url('../fonts/ishopping-icon.ttf?-xwkfvh') format('truetype'), url('../fonts/ishopping-icon.svg?-xwkfvh#ishopping-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ishopping-icon:before {
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.ishopping-icon.big:before {
  font-size: 50px;
}
.ishopping-icon-desktop:before {
  content: "\e956";
}
.ishopping-icon-smartphone:before {
  content: "\e958";
}
.ishopping-icon-tablet:before {
  content: "\e95a";
}
.ishopping-icon-confirm:before {
  content: "\e048";
}
.ishopping-icon-delete:before {
  content: "\e054";
}
.ishopping-icon-arwright:before {
  content: "\e0c2";
}
.ishopping-icon-arwbottom:before {
  content: "\e07b";
}
.ishopping-icon-arwtop:before {
  content: "\e07c";
}
.ishopping-icon-reload:before {
  content: "\e169";
}
.ishopping-icon-attachments:before {
  content: "\e9cd";
}
.ishopping-icon-cart:before {
  content: "\e14e";
}
.ishopping-icon-tags:before {
  content: "\e936";
}
.ishopping-icon-edit:before {
  content: "\e060";
}
.ishopping-icon-move:before {
  content: "\e163";
}
.ishopping-icon-config:before {
  content: "\e075";
}
.ishopping-icon-add:before {
  content: "\e004";
}
.ishopping-icon-mail:before {
  content: "\ea85";
}
.ishopping-icon-mail_r:before {
  content: "\ea86";
}
.ishopping-icon-googleplus:before {
  content: "\ea89";
}
.ishopping-icon-googleplus_r:before {
  content: "\ea8a";
}
.ishopping-icon-facebook:before {
  content: "\ea8d";
}
.ishopping-icon-facebook_r:before {
  content: "\ea8e";
}
.ishopping-icon-pinterest:before {
  content: "\ea8f";
}
.ishopping-icon-pinterest_r:before {
  content: "\ea90";
}
.ishopping-icon-twitter:before {
  content: "\ea92";
}
.ishopping-icon-twitter_r:before {
  content: "\ea93";
}
.ishopping-icon-rss:before {
  content: "\ea95";
}
.ishopping-icon-rss_r:before {
  content: "\ea96";
}
.ishopping-icon-youtube:before {
  content: "\ea97";
}
.ishopping-icon-youtube_r:before {
  content: "\ea98";
}
.ishopping-icon-vimeo:before {
  content: "\ea9d";
}
.ishopping-icon-vimeo_r:before {
  content: "\ea9e";
}
.ishopping-icon-flickr:before {
  content: "\eaa2";
}
.ishopping-icon-flickr_r:before {
  content: "\eaa3";
}
.ishopping-icon-linkedin:before {
  content: "\eac8";
}
.ishopping-icon-linkedin_r:before {
  content: "\eac9";
}
.ishopping-icon-reload-animate:before {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
}
body {
  font-weight: 300;
  margin: 0;
  color: #2e2e2e;
}
a {
  color: #282828;
  text-decoration: none;
}
a:hover {
  color: #0b4d74 b3;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
h4,
h5,
h6 {
  margin-top: 5px;
  margin-bottom: 3px;
}
ul,
menu,
dir {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
hr {
  border: none;
  margin: 0;
}
FORM,
SELECT,
INPUT {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
}
form:focus,
select:focus,
input:focus,
button:focus {
  outline: 0;
}
form {
  margin-top: 20px;
  margin-bottom: 20px;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: inherit;
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding: 4px 5px 3px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  font-size: inherit;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
textarea:disabled,
select:disabled {
  border: none;
  color: #a0a0a0;
  border-top: 1px solid #E4E4E4;
  background: #f4f4f4;
}
input[type="number"] {
  max-width: 45px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.uid {
  display: none !important;
}
.hide {
  display: none;
}
.off {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-center {
  text-align: center;
}
.grid-begin {
  clear: both;
}
.padding {
  padding: 10px;
}
fieldset:first-of-type {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 40px;
}
fieldset:last-of-type {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
}
fieldset {
  border: 1px solid #c8c8c8;
  border-bottom: none;
  padding: 2%;
}
legend {
  font-weight: 500;
}
form label {
  min-width: 5%;
  display: block;
  float: left;
}
.clearBoth {
  clear: both;
}
fieldset > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.padding {
  padding: 10px;
}
.padding-no {
  padding: 0;
}
.padding-no-bottom {
  padding-bottom: 0;
}
.padding-no-top {
  padding-top: 0;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.btn {
  padding: 5px;
  min-width: 30px;
  width: auto;
  margin: 1px;
  font-size: 8pt;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-primary {
  color: #fff;
  background-color: #4968a3;
  border-color: #4968a3;
  border: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #6582ba;
  border-color: #6582ba;
  border: none;
}
.fsfi {
  background-color: #787878;
}
.fsfi.active {
  background-color: #73bb57;
}
.modal.in .modal-dialog {
  z-index: 100000;
}
/*product template*/
.product {
  float: left;
  width: 100%;
  min-height: 265px;
  margin-bottom: 30px;
  position: relative;
}
.product .product-wrapper {
  border: 1px solid #f0f0f0;
  float: left;
  width: 100%;
}
.product .product-wrapper .product-info {
  height: 220px;
  min-height: 220px;
  overflow: hidden;
}
.product .product-wrapper .product-info .product-image img {
  margin: auto;
}
.product .product-wrapper .product-info .product-name {
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  width: 100%;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.product .product-wrapper .product-info .product-desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.product .product-wrapper .product-actions {
  padding: 10px;
  background: #efcd0f;
}
.product .product-wrapper .product-actions .product-price {
  display: table-cell;
  width: 100%;
}
.product .product-wrapper .product-actions .product-price .productPriceDiscount {
  background: #dc1111;
  color: white;
  width: 50px;
  height: 50px;
  position: absolute;
  margin-right: 0;
  top: 0;
  margin-top: 0;
  right: 0;
  border-radius: 100%;
  border: none;
  line-height: 46px;
  white-space: nowrap;
  font-size: 15pt;
  font-weight: bold;
}
.product .product-wrapper .product-actions .product-button {
  display: table-cell;
  width: 1%;
}
.product:hover {
  position: relative;
}
.product:hover .product-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: auto;
  border: 0px;
}
.product:hover .product-wrapper .product-info {
  /*height: auto;*/
}
.product:hover .product-wrapper .product-info .product-name {
  white-space: normal;
}
.products-list .product {
  min-height: 273px;
}
.products-list .product .product-wrapper .product-head {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f9eb9e;
}
.products-list .product .product-wrapper .product-actions .product-price {
  width: 100%;
  display: block;
}
.products-list .product .product-wrapper .product-actions .product-price > img {
  position: absolute;
  margin-top: -8px;
  margin-left: -7px;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 {
  display: table;
  width: 100%;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 > div {
  display: table-cell;
  vertical-align: middle;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingPrice {
  border: none !important;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingButtonGroup {
  text-align: right;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingButtonGroup input {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .btn {
  width: auto !important;
  min-width: 0;
  padding: 5px 12px;
  margin: 1px;
  border: 1px solid transparent;
  margin-left: 0px;
  display: inline-block;
}
.products-list.rows .product .product-wrapper .product-info {
  height: auto;
  min-height: 70px;
}
.products-list.rows .product {
  min-height: 123px;
}
/*prova bug 1*/
.grouped-items {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.grouped-items > * {
  border-right: 1px solid #c8c8c8;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 32px;
  line-height: 22px;
}
.grouped-items > *:hover {
  background-color: #f0f0f0;
}
.grouped-items > *:last-child {
  border-right: none;
}
/*grid template*/
.box {
  box-sizing: border-box;
}
.width-xs-20,
.width-xs-25,
.width-xs-33,
.width-xs-50,
.width-xs-66,
.width-xs-75,
.width-xs-80,
.width-xs-100 {
  width: inherit;
}
.hide-xs {
  display: inherit;
}
.width-md-20,
.width-md-25,
.width-md-33,
.width-md-50,
.width-md-66,
.width-md-75,
.width-md-80,
.width-md-100 {
  width: inherit;
}
.hide-md {
  display: inherit;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-33 {
  width: 33.333%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-66 {
  width: 66.666%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-100 {
  width: 100%;
}
/*grid template end*/
.products-list .sliding-info-box.disabled {
  display: none;
}
.sliding-info-box {
  background: #e6e6e6;
  min-height: 50px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #c8c8c8;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translate(0, calc(100% - 25px));
  -ms-transform: translate(0, calc(100% - 25px));
  -o-transform: translate(0, calc(100% - 25px));
  transform: translate(0, calc(100% - 25px));
  cursor: pointer;
}
.sliding-info-box:hover {
  background: #f0f0f0;
}
.sliding-info-box.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sliding-info-box .sliding-info-box-toggle {
  position: absolute;
  line-height: 25px;
  width: 25px;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 15pt;
}
.sliding-info-box .sliding-info-box-flags {
  position: absolute;
  line-height: 25px;
  left: 25px;
  top: 0;
  font-size: 15pt;
}
.sliding-info-box .sliding-info-box-flags .sliding-info-box-flag {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #d26766;
  border-radius: 3px;
  font-size: 9pt;
  padding: 0px;
  margin: 2px;
  color: white;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.sliding-info-box .sliding-info-box-content {
  background: white;
  float: left;
  width: 100%;
  min-height: 50px;
  margin-top: 25px;
  border-top: 1px solid #c8c8c8;
  max-height: 150px;
  overflow: auto;
  padding-bottom: 10px;
}
.sliding-info-box .sliding-info-box-content > * {
  float: left;
  width: 50%;
  font-size: 9pt;
}
.sliding-info-box .sliding-info-box-content > * h4 {
  clear: both;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
}
#mj-logo {
  position: absolute;
  margin: 0;
  width: 50%;
  padding-left: 0%;
  height: 100%;
}
.header-desktop #mj-logo {
  width: 100%;
  text-align: center;
  position: static;
}
.header-desktop #mj-logo a {
  display: block;
  margin: auto;
  text-align: left;
}
.header-desktop #mj-logo img {
  margin-right: 0;
  margin-left: 0;
  width: auto;
  height: 75px;
  padding: 5px;
}
.header-desktop .header-desktop-main-menu {
  top: -80px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header-desktop.fixed .header-desktop-main-menu {
  position: fixed;
  background: #4968a3;
  top: 0;
  z-index: 10;
  height: 50px;
}
.header-desktop.fixed .header-desktop-main-menu a {
  color: white;
}
.header-desktop.fixed #mj-logo img {
  height: 50px;
}
.header-desktop.fixed .menu li a {
  line-height: 50px;
}
.header-desktop.fixed:before {
  content: "";
  position: static;
  height: 75px;
  display: block;
  width: 100%;
}
.header-mobile {
  display: none;
}
.header-desktop {
  display: block;
  background: white;
  position: relative;
}
#mj-header .mj-grid32 {
  width: 20%;
  position: absolute;
  right: 0;
  z-index: 10000000;
  margin-top: 7px;
  margin-right: 7px;
}
#mj-righttop {
  position: absolute;
  background: white;
  z-index: 1000000;
  width: 70%;
  right: 0;
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
}
#mj-topbar {
  position: absolute;
  top: 40px;
  height: 65px;
  background-image: none;
  background-color: white;
  box-shadow: none;
  padding: 0;
  font-weight: 100;
  text-: lowercase;
  background-attachment: inherit;
  right: 0;
}
#mj-topbar .menu li a,
.header-desktop .menu li a {
  text-: lowercase;
  font-weight: 300;
  font-size: 12pt;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 75px;
  height: 100%;
  display: block;
}
.header-desktop .menu {
  margin-top: 0px;
}
#mj-topbar li,
.header-desktop .menu li {
  background: none;
  padding: 0;
  float: right;
}
#mj-topbar li:hover,
.header-desktop .menu li:hover {
  background: #4968a3;
}
#mj-topbar li:hover a,
.header-desktop .menu li:hover a {
  color: white;
}
#mj-topbar li:first-child,
.header-desktop .menu li:first-child {
  padding: 0;
}
#show_total {
  background: #4968a3;
  height: 100%;
  display: block;
  color: white;
}
#show_total span {
  color: white;
}
#mj-header,
header {
  height: 105px;
  padding: 0;
  /*box-shadow: 0 5px #9edeba;*/
  position: relative;
  background: #ffffff;
}
#mostra_carrello_wrapper {
  width: 400px;
  position: absolute;
  padding-top: 0px;
  z-index: 5000;
  display: none;
  margin-left: -300px;
}
body.logged-user #mostra_carrello_wrapper {
  width: 400px;
  position: absolute;
  padding-top: 0px;
  z-index: 5000;
  display: none;
  margin-left: 0;
}
/**/
div#mostra_carrello {
  background: #4968a3;
  float: left;
  width: 100%;
  font-size: 8pt;
  color: #fff;
}
#mostra_carrello .empty {
  width: 100%;
  text-align: center;
  padding: 5%;
  font-size: 12pt;
}
#carrello_menu:hover #mostra_carrello_wrapper {
  display: block;
}
#mostra_carrello_content {
  min-height: 60px;
  width: 100%;
  overflow: auto;
}
#mostra_carrello_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url('../images/loader.gif') no-repeat center;
  background-size: 30px 30px;
  opacity: 0;
  display: none;
}
#mostra_carrello_content {
  background: none;
}
div#mostra_carrello div.cartProductDisplay,
div#mostra_carrello div.cartTotalsDisplay {
  font-size: 12pt;
  font-weight: bold;
}
/**/
.mostra-carrello-action {
  clear: both;
  padding-bottom: 10px;
  padding: 10px;
  float: right;
}
.menu li .mostra-carrello-action a {
  border: 2px solid white;
  width: auto;
  display: block;
  padding: 10px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  float: right;
  padding: 0;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  color: white;
}
.menu li .mostra-carrello-action a:hover {
  background: white;
  color: #787878;
}
#carrello_menu .mostra-carrello-action a:hover {
  color: #787878;
}
.mostra-carrello-action {
  text-align: right;
}
#mostra_carrello .carr_td.product-image {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 5px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  background: white;
}
#mostra_carrello .carr_td.product-image a {
  padding: 0;
}
#mostra_carrello img {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  box-shadow: none;
  border: none;
  width: 50px;
  height: auto;
}
#mostra_carrello table {
  border-collapse: collapse;
}
#mostra_carrello_content {
  padding-top: 20px;
  max-height: 380px;
}
div#mostra_carrello div.cartTotalsDisplay {
  text-align: center;
  border-top: 1px dashed white;
  color: white;
  border-bottom: 1px dashed white;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  padding-top: 20px;
}
#mostra_carrello tr td {
  padding: 5px;
}
#mj-slideshow {
  box-shadow: none;
  background: #e6e6e6 url('../images/quista-slideshow-bg.jpg') no-repeat bottom center;
}
#mj-slideshow .flexslider {
  margin-top: 5px;
  height: 370px;
}
.flexslider .slides {
  height: 100%;
  overflow: hidden;
}
.flexslider .slides > li {
  height: 100%;
  padding-top: 0;
}
.flex-direction-nav {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
  pointer-events: none;
  margin-top: -220px;
}
.flex-control-nav {
  position: relative;
}
.flex-direction-nav a {
  pointer-events: all !important;
}
.slide_img {
  float: right;
  position: static;
  right: 0;
  top: 0;
  width: 50%;
  height: 350px;
  margin-top: 10px;
}
.slides .slide_image {
  display: block;
  float: none;
  height: 100%;
  width: auto;
}
.slides .slide_image > img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 10000000px;
}
.flexslider .caption_text {
  float: left;
  height: 310px;
  left: 5%;
  padding-left: 6%;
  position: static;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 50%;
}
.flexslider .action {
  float: left;
}
.flexslider .action a {
  background-color: #4968a3;
  display: block;
  float: left;
  color: white;
  font-size: 11pt;
  border-radius: 3px;
  font-weight: 300;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
  margin-left: 0;
  width: auto;
  line-height: 35px;
}
.flexslider .action a:hover {
  background-color: #8595b3;
}
.flexslider .slide-description {
  text-: lowercase;
  font-size: 10pt;
  font-weight: 400;
  text-align: left;
}
.flexslider .flex-caption {
  text-align: left;
  text-: none;
  font-size: 22pt;
  line-height: normal;
  overflow: visible;
  height: auto;
  margin: 0;
}
.flexslider .price-tag {
  height: 20%;
  padding: 1%;
  width: 44%;
  bottom: 0px;
  top: auto;
  left: 0px;
  background: none;
  border: 2px solid #787878;
  margin: 2%;
  position: static;
  height: auto;
  border-radius: 3px;
  float: left;
  margin-left: 0;
  border: 1px solid #787878;
  width: auto;
  padding: 10px;
}
.flexslider .price-tag:hover {
  cursor: pointer;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -o-transition: none;
  z-index: 999;
}
.flexslider .price-tag .price-tag .tag {
  display: none;
}
.flexslider .price-tag .discount {
  display: none;
}
.flexslider .price-tag > div {
  color: #787878;
}
.flexslider .price-tag .price {
  font-size: 24px;
  font-weight: 300;
  width: auto;
  line-height: 30px;
}
.flexslider .price-tag .price > span {
  display: inline-block;
  line-height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0;
  margin-bottom: 0px;
  vertical-align: middle;
}
.flexslider .productPriceDiscount {
  float: none;
  margin-top: 0;
  background: #dc1111;
  color: white;
  border-radius: 50px;
  padding: 2px;
  padding-left: 10px;
  font-size: 10pt;
  padding-right: 10px;
  border-bottom: none;
  margin-left: 20px;
}
.navbar .nav > li.tab_active a,
.flex-caption,
.slide-description {
  color: #787878;
  text-shadow: none;
}
#mj-slideshow .content {
  position: static;
}
#orderTotals > div {
  width: 100%;
  float: left;
  font-size: 11pt;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 5px;
  padding-top: 10px;
}
#bandierine {
  position: absolute;
  right: 30%;
  top: 10px;
}
.header-desktop #bandierine {
  margin-top: 7px;
  position: static;
  float: left;
}
.header-desktop #quick_find_header_container {
  width: calc(100% - 70px);
}
.header-desktop #mj-menubar {
  width: 100%;
}
.header-desktop-navigation {
  background: #4968a3;
  color: white;
  padding: 8px;
}
.header-desktop-navigation a {
  color: inherit;
}
.header-desktop-navigation input[type="text"] {
  color: #2e2e2e;
}
.header-desktop-navigation .navbar {
  margin-bottom: 0;
}
#mj-slideshow {
  border-bottom: none;
  width: 100%;
  overflow: hidden;
}
.mj-grid96 {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
body.homepage #mj-left {
  padding-top: 0px;
}
#mj-left {
  margin: 0;
  padding: 10px;
  padding-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  float: left;
}
#mj-left h3 {
  background: #4968a3;
  text-: capitalize;
  font-weight: 300;
  font-size: 12pt;
  color: white;
  padding: 0;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  border-bottom: none;
  margin-bottom: 5px;
  margin-top: 0px;
}
#mj-left h3 label {
  line-height: inherit;
}
#moduleMenu-wrapper span a {
  background: white;
  text-: capitalize;
  font-weight: 300;
  font-size: 12pt;
  color: white;
  padding: 0;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  min-width: 90px;
  border-bottom: none;
  margin-bottom: 5px;
  height: auto;
  color: inherit;
  display: block;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.centerBoxWrapper {
  margin-top: 20px;
}
#moduleMenu-wrapper span a:hover {
  background: #f0f0f0;
}
#moduleMenu-wrapper span a.active {
  background: #4968a3;
  color: white;
}
#moduleMenu-wrapper span {
  margin-left: 10px;
  float: left;
}
#mj-footer,
table#cartContentsDisplay tr th,
td .mj-boxcontent h2,
.searchbtn,
#prevOrders .tableHeading th,
.mj-event-time .mj-month,
.mj-block-number .mj-bottom,
#accountHistInfo .tableHeading,
.jsn-mainnav.navbar .nav > li ul.nav-child li a:hover,
.jsn-mainnav.navbar .nav > li ul.nav-child li a:active,
.mj-newproduct,
#mj-left a:hover {
  /*background-color: rgb(240,240,240);*/
}
#mj-left li {
  background-color: transparent;
  text-align: left;
}
#mj-left > div > div {
  margin-bottom: 20px;
}
.category-top,
.category-links,
#mj-left a {
  background-image: url("../images/arrow_gray_little.png");
  background-repeat: no-repeat;
  background-position: 120% 50%;
}
.category-top:hover,
.category-links:hover,
#mj-left a:hover {
  background-position: 95% 50%;
}
.leftBoxContainer,
.rightBoxContainer {
  border: none;
}
.sideBoxContent {
  padding: 0;
}
#mj-left .leftBoxContainer a,
#mj-right .rightBoxContainer a,
#mj-left a {
  font-size: inherit;
  color: inherit;
  padding: 0;
  line-height: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-decoration: none;
  word-wrap: break-word;
  text-: lowercase;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
#mj-left .leftBoxContainer li,
#mj-right .rightBoxContainer li,
#mj-left li {
  border-bottom: 1px solid #f0f0f0;
  width: 95%;
}
#mj-right {
  display: none;
}
#shopping_items .mj-grid64,
.mj-grid64,
#mj-contentarea {
  /*width: 74% ;*/
  margin: 0;
  right: 0;
}
#mj-featured1 {
  padding: 0;
}
#mj-maincontent {
  padding-top: 20px;
  float: left;
  width: 100%;
}
#mj-maincontent table.mj-grid96 > tbody > tr {
  width: 100%;
  display: block;
}
#mj-maincontent table > tbody > tr td#mj-contentarea {
  float: right;
  right: 0% !important;
}
#manufacturersContent {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: visible;
}
#fb_home {
  display: none;
}
.product-item {
  padding: 1%;
}
.product_name {
  font-weight: 600;
}
/*product-grid*/
.index-product-grid {
  clear: both;
}
.index-product-grid .centerBoxWrapper {
  float: left;
  width: 100%;
}
.index-product-grid .product-item {
  width: 33.33333%;
  display: inline-block;
  float: left;
}
.index-product-grid .product-item > div {
  margin: 0;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background-color: white;
}
.index-product-grid .product-item > div:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) !important;
}
.index-product-grid .product-item > div:hover .productbtn a {
  border-color: #8595b3;
  color: white;
}
.index-product-grid .product-item .productbtn {
  padding: 5px;
}
.index-product-grid .product-item .productbtn a {
  height: 40px;
  width: 100%;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: inherit;
  line-height: 40px;
  display: block;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  text-align: center;
  font-size: 20pt;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.index-product-grid .product-item .productbtn:hover a {
  background-color: #8595b3;
  color: white;
}
.index-product-grid .product-item .imagename {
  padding: 0;
  float: left;
  text-align: center;
  width: 100%;
}
.index-product-grid .product-item .product_image {
  height: auto;
  background: white;
  text-align: center;
  width: 100%;
}
.index-product-grid .product-item .product_image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 340px;
}
.index-product-grid .product-item .product_name {
  margin-top: 10px;
  height: auto;
  min-height: 0px;
  text-align: left;
  padding-left: 10px;
  font-weight: 600;
}
.index-product-grid .product-item .product_name a {
  color: inherit;
  font-size: 10pt;
  line-height: 12pt;
}
.index-product-grid .product-item .product_desc {
  min-height: 0;
  height: auto;
  font-size: 9pt;
  font-weight: normal;
  text-: lowercase;
  color: inherit;
  text-align: left;
  padding-left: 10px;
}
.index-product-grid .product-item .product_desc p {
  text-align: left;
  padding: 0;
}
.grid-items-2 .index-product-grid .product-item {
  width: 50%;
}
.grid-items-3 .index-product-grid .product-item {
  width: 33.33333333%;
}
.grid-items-4 .index-product-grid .product-item {
  width: 25%;
}
.grid-items-5 .index-product-grid .product-item {
  width: 20%;
}
.grid-items-6 .index-product-grid .product-item {
  width: 16.66666667%;
}
/**/
/*productListing*/
#productListing .grouped-items > * {
  padding: 3px;
  padding-left: 2px;
  padding-right: 2px;
  min-height: 28px;
  line-height: 22px;
  width: auto !important;
  border-right: none;
  line-height: 9pt;
  min-height: 9pt;
}
#productListing .padding {
  padding-top: 3px;
}
#shopping_items .inputLabel.nascpro {
  display: none;
}
.REG_PRODUCT_LIST_FILTER {
  background: #efcd0f;
}
.REG_PRODUCT_LIST_FILTER form {
  margin: 0;
}
.REG_PRODUCT_LIST_FILTER #viewVisualControl {
  background-color: #efcd0f;
  width: 75px;
  height: 36px;
  padding: 5px;
}
#compareResult {
  background: #f9eb9e;
  padding: 5px;
}
#sorter {
  padding: 10px;
}
/*div#viewVisualControl {
  background-color: rgb(230,230,230);
  width: 96%;
  height: 45px;
  padding: 2%;
  padding-top: 5px;
  text-align: right;
  padding-bottom: 5px;
}*/
#viewVisualControl a span {
  font-family: 'ishopping-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  overflow: hidden;
  color: #8c8c8c;
  /* text-indent: 50px; */
}
#viewVisualControl a > span:hover {
  color: #282828;
}
#viewVisualControl a #gridbuttonselected,
#viewVisualControl a #listbuttonselected {
  color: #282828;
}
#viewVisualControl a span:before {
  margin-right: 50px;
  font-size: 32px;
  line-height: 30px;
}
#viewVisualControl a #gridbutton:before,
#viewVisualControl a #gridbuttonselected:before {
  content: "\e180";
}
#viewVisualControl a #listbutton:before,
#viewVisualControl a #listbuttonselected:before {
  content: "\e190";
  font-size: 29px;
}
#categoryImgListing {
  display: block;
  width: 45px;
  height: 45px;
  margin: 5px;
}
#indexProductList > form {
  margin-top: 0;
  margin-bottom: 0;
}
#sorter > form {
  margin-top: 0;
  margin-bottom: 0;
}
#compareProducts .compareAdded {
  margin-right: 20px;
  float: left;
}
#compareProducts .compareAdded > a {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-right: 0;
  border-radius: 100%;
}
#compareProducts .compareAdded.compareButton > a {
  width: auto;
  height: auto;
  border-radius: none;
  overflow: visible;
}
#compareProducts .compareAdded > a img.listingProductImage {
  margin: 0;
  width: 100%;
  height: auto;
}
#productListing {
  margin-top: 20px;
}
#productListing .centerBoxContentsProducts.centeredContent {
  vertical-align: top;
}
.centerBoxContentsProducts.centeredContent:hover {
  border-radius: 0;
  box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.centerBoxContentsProducts.centeredContent .listingPrice {
  text-align: center;
  height: 40px;
}
.centerBoxContentsProducts.centeredContent .listingPrice .productPriceDiscount {
  position: absolute;
  margin: auto;
  /*margin-top: -370px;*/
  /*margin-left: 5px;*/
  top: 50px;
  margin-left: -10px;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  border-bottom: none;
  display: block;
  border-radius: 100%;
  color: white;
  font-style: normal;
}
#PRODUCTS_LIST_PRODUCTS.circle-image div#productListing.listview tr:hover .listingImageCell a {
  border: 1px solid #c8c8c8;
  position: relative;
}
#PRODUCTS_LIST_PRODUCTS.circle-image div#productListing.listview tr td.listingImageCell {
  width: 20%;
  padding: 10px;
}
#PRODUCTS_LIST_PRODUCTS.circle-image div#productListing.listview tr td.listingImageCell a {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
  text-align: center;
  line-height: 80px;
}
#PRODUCTS_LIST_PRODUCTS.circle-image div#productListing.listview tr td.listingImageCell a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#PRODUCTS_LIST_PRODUCTS div#productListing.listview tr td.listingImageCell {
  width: 20%;
  padding-right: 10px;
}
#PRODUCTS_LIST_PRODUCTS div#productListing.listview tr td.listingImageCell .listingImageCell a {
  width: auto;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0;
  text-align: left;
}
#PRODUCTS_LIST_PRODUCTS div#productListing.listview tr td.listingImageCell .listingImageCell a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
div#productListing.listview tr td.listingNameCell {
  margin-left: 0px;
  margin-top: 0px;
  width: 50%;
  padding-top: 5px;
  float: left;
}
div#productListing.listview tr {
  min-height: 100px;
  background: white;
  position: relative;
  padding-bottom: 25px;
}
div#productListing.listview tr td.listingPriceCell {
  width: 30%;
  padding: 5px;
  float: right;
}
div#productListing.listview .productPriceDiscount {
  position: absolute;
  margin: auto;
  margin-top: -60px;
  margin-left: 5px;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  border-bottom: none;
  display: block;
  border-radius: 100%;
  color: white;
  font-style: normal;
  left: 10px;
}
#shopping_items tr.productListing-rowheading {
  display: none;
}
#productListing {
  float: left;
  clear: both;
  width: 100%;
}
#productListing td {
  display: block;
}
#productListing tr > td {
  float: left;
}
#productListing.listview tr {
  float: left;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
#productListing.gridview tr {
  display: block;
  float: left;
  width: 100%;
}
#productListing.gridview tr > td {
  float: left;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  overflow: hidden;
  width: 31.3333% !important;
  margin: 1%;
  padding: 0%;
  display: block;
  background-color: white;
  padding-bottom: 25px;
}
#productListing td.listingModelCell .boxgridlist > div {
  float: right;
}
#productListing td.listingModelCell .boxgridlist > div.compareclass {
  float: left;
}
#productListing td.listingModelCell .boxgridlist > div.listingModel {
  font-weight: 600;
}
#productListing td.listingModelCell,
#productListing.gridview tr > td .boxgridlist {
  float: right;
  width: 100%;
  font-size: 10pt;
  line-height: 15pt;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
#productListing.gridview tr > td .boxgridlist .listingModel {
  text-align: right;
}
#productListing.gridview tr > td > a {
  float: left;
  width: 100%;
}
#productListing.gridview tr > td .boxconth3 {
  float: left;
  width: 100%;
  padding: 10px;
}
#productListing.gridview tr > td .listingDescription {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 10pt;
  padding-top: 0;
}
#productListing.gridview tr > td .listingQuantity {
  float: left;
  width: 100%;
  padding: 10px;
}
#productListing.gridview tr > td .listingPrice {
  float: left;
  width: 90%;
  padding: 5px;
  margin: 5%;
  height: auto;
  margin-bottom: 0;
}
#productListing.gridview tr > td .listingButtonGroup {
  float: left;
  width: 100%;
  padding: 10px;
}
#productListing.gridview tr > td .listingButtonGroup > a {
  width: 100%;
  margin-top: 0;
}
#productListing.gridview tr > td > a > img {
  margin: auto;
  float: none;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
#productListing.gridview tr > td .boxgridlist > div {
  float: right;
  width: 50%;
}
#productListing tr:hover td.listingModelCell,
#productListing.gridview tr > td:hover .boxgridlist {
  background-color: #4968a3;
  color: white;
}
.listingNameCell h3,
.boxconth3 h3 {
  margin-top: 00px;
  margin-bottom: 0px;
  font-size: 12pt;
}
.listingNameCell .listingDescription {
  font-size: 10pt;
}
#productListing .listingQuantity {
  font-size: 10pt;
  min-height: 20px;
}
.product-available-led {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #c8c8c8;
  display: inline-block;
}
.product-available-led.green {
  background-color: #8ad864;
}
.product-available-led.red {
  background-color: #d82e22;
}
.prices-details {
  float: left;
  clear: both;
  font-size: 9pt;
  text-align: right;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.prices-details > span {
  background: #c8c8c8;
  padding: 1px;
  padding-left: 3px;
  border-radius: 3px;
  padding-right: 3px;
  margin: 1px;
  display: inline-block;
  color: white;
}
.prices-details > span .value {
  font-weight: 600;
}
#productListing .listingPrice {
  text-align: center;
  padding: 1%;
  border-radius: 3px;
  border: 1px solid #787878;
  margin-top: 2%;
  margin-bottom: 2%;
  min-height: 20px;
}
#productListing .listingButtonGroup br {
  display: none;
}
#productListing .listingButtonGroup form {
  margin-top: 0;
  margin-bottom: 0;
}
#compareProducts .compareAdded.compareButton {
  margin: 10px;
  border: 1px solid #787878;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 10pt;
  padding-right: 10px;
  line-height: 28px;
}
#compareProducts .compareAdded.compareButton a {
  color: inherit;
}
#compareProducts .compareAdded.compareButton:hover {
  background: #787878;
  color: white;
}
.back.compareText {
  font-size: 9pt;
}
.back.compareText br {
  display: none;
}
.back.compareText b {
  margin-right: 5px;
}
.compareAdded > div > a {
  font-size: 9pt;
  cursor: pointer;
}
.navSplitPagesLinks {
  width: auto;
  display: block;
  float: left;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navSplitPagesLinks > * {
  display: none;
}
.navSplitPagesLinks > strong,
.navSplitPagesLinks > a {
  line-height: 20px;
  padding: 5px;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #c8c8c8;
}
.navSplitPagesLinks > strong.next,
.navSplitPagesLinks > a.next {
  border-right: none;
}
.navSplitPagesLinks > strong {
  background: #f0f0f0;
}
.navSplitPagesLinks > *:hover {
  background: #e6e6e6;
}
/*productListing end*/
.centerBoxContentsNew.centeredContent,
.centerBoxContentsFeatured.centeredContent,
.centerBoxContentsSpecials.centeredContent,
.productListing-odd,
.productListing-even,
.categoryListBoxContents {
  margin-bottom: 15px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}
.centerBoxContentsNew.centeredContent:hover,
.centerBoxContentsFeatured.centeredContent:hover,
.centerBoxContentsSpecials.centeredContent:hover,
.productListing-odd:hover,
.productListing-even:hover,
.categoryListBoxContents:hover {
  border-radius: 3px;
  box-shadow: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.imagename {
  padding: 0;
  float: left;
  text-align: center;
  width: 100%;
}
.centerBoxWrapperContents > div {
  display: block;
  float: left;
}
.alsoPurchased .centerBoxWrapperContents > div {
  width: 24.9999%;
}
.centerColumn {
  margin: auto;
  float: left;
  position: relative;
  width: 100%;
}
.centerColumn#indexCategories,
.centerColumn .lista-sottocategorie {
  padding-left: 0;
  padding-right: 0;
}
.propricemain {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  float: left;
  width: 100%;
  border-top: none;
  background: #efcd0f;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  min-height: 0px;
}
.propricemain .b2b-price {
  line-height: normal;
}
.product-item .prodprice span {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  display: inline-block;
}
.prodprice {
  color: inherit;
  text-align: center;
  line-height: 46px;
  padding: 0;
  width: 80%;
  border-collapse: collapse;
  float: left;
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-weight: 300;
  height: 100%;
}
#moduleMenu-wrapper .prodprice span {
  display: inline;
  float: none;
}
.centeredContent:hover .prodprice {
  color: white;
}
.productbtn {
  width: 20%;
  float: left;
  height: 100%;
  padding-top: 5px;
}
.normalprice {
  margin-right: 0;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: line-through;
}
.productSpecialPrice {
  margin-right: 0;
  font-weight: bold;
  color: #d26766;
}
.productPriceDiscount {
  float: right;
  margin-top: -23px;
  background: #dc1111;
  color: white;
  border-radius: 3px;
  padding: 2px;
  font-style: normal;
  padding-right: 4px;
  margin-left: -100%;
  border-bottom: 2px solid #7E2F2F;
}
.product-item .prodprice span.productPriceDiscount {
  float: none;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  margin-top: 0px;
  border-bottom: none;
  display: block;
  margin-left: 0;
  border-radius: 100%;
  top: 20px;
  position: absolute;
  left: 20px;
}
#moduleMenu-wrapper .prodprice span.productPriceDiscount {
  display: block;
  margin-left: 10px;
}
.productPriceDiscount br {
  display: none;
}
.centerBoxContentsNew.centeredContent:hover .mj-productdetailimage > a,
.centerBoxContentsFeatured.centeredContent:hover .mj-productdetailimage > a,
.centerBoxContentsSpecials.centeredContent:hover .mj-productdetailimage > a,
.productListing-odd:hover .mj-productdetailimage > a,
.productListing-even:hover .mj-productdetailimage > a,
.categoryListBoxContents:hover .mj-productdetailimage > a {
  background-position: 50% 50% ;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.centeredContent {
  border-bottom: none;
  width: 100%;
  margin: 0;
}
.centeredContent:hover .propricemain {
  background: #4968a3;
}
.centeredContent:hover .product_name a {
  color: #4968a3;
}
#mj-footertop {
  display: none;
}
#manufacturersContent select {
  box-shadow: none;
  color: #666666;
  line-height: 20px;
  margin: 0;
  min-height: 20px;
  padding: 0;
  border: none;
  display: block;
  word-wrap: break-word;
  text-: lowercase;
  font-weight: 300;
  font-size: 12pt;
  color: #646464;
  line-height: 28px;
  padding-left: 10px;
}
#manufacturersContent select option {
  font-size: 11pt;
  color: #646464;
  padding: 0;
  line-height: 28px;
  padding-left: 10px;
  text-decoration: none;
  word-wrap: break-word;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #f0f0f0;
  text-: lowercase;
  padding-left: 20px;
}
/*footer*/
#mj-footer {
  background: #3c3c3c;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
}
#mj-footer .moduletable {
  height: 230px;
}
#mj-footer .mj-subcontainer {
  width: 96%;
  padding: 2%;
}
#mj-footer .moduletable {
  /*width: 25%;
  float: left;*/
}
#mj-footer h3 {
  text-: capitalize;
  font-weight: 100;
  font-size: 18pt;
  color: #b4b4b4;
  padding: 0;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 16px;
  width: 86%;
  border-bottom: none;
  margin-bottom: 5px;
}
#mj-footer .footer-bullet li a {
  font-size: 12pt;
  color: #b4b4b4;
  padding: 0;
  line-height: 28px;
  padding-left: 10px;
  text-decoration: none;
  word-wrap: break-word;
  text-: lowercase;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: url("../images/arrow_gray_little.png");
  background-repeat: no-repeat;
  background-position: 110% 50%;
  width: 90%;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
#mj-footer .footer-bullet li a:hover {
  background-position: 98% 50%;
  background-image: url("../images/arrow_gray_little.png");
}
#mj-footer a {
  color: #b4b4b4;
}
#mj-footer .custom.mj-grid24.mj-dotted {
  font-size: 9pt;
  color: #b4b4b4;
}
#mj-footer .custom.mj-grid24.mj-dotted div {
  margin-bottom: 20px;
}
#mj-payment img {
  display: none;
}
#mj-payment {
  background-image: url('../images/payment_method.png');
  background-image: -webkit-image-set(url('../images/payment_method.png') 1x, url('../images/payment_method@2x.png') 2x);
  background-image: image-set(url('../images/payment_method.png') 1x, url('../images/payment_method@2x.png') 2x);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  max-width: 100%;
}
/**/
#mj-topbar .mj-grid40 {
  width: 100%;
}
a {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
}
#search-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  height: 28px;
  margin: 0;
  padding: 0;
  position: static;
  right: 0;
  text-align: center;
  /* top: -5px; */
  text-shadow: none;
  background: none;
  /*
  background-image: url('../images/search-btn.png') ;
  background-image: -webkit-image-set(
    url('../images/search-btn.png') 1x,
    url('../images/search-btn@2x.png') 2x
  ) ;
  background-image: image-set(
    url('../images/search-btn.png') 1x,
    url('../images/search-btn@2x.png') 2x
  ) ;
  background-position: center center ;
  background-repeat: no-repeat ; 
  */
  float: left;
  width: 20%;
  min-width: 0;
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  line-height: 24px;
  font-size: 15pt;
}
#search-button:before {
  content: "\e13d";
}
.search input[type="text"] {
  border: none;
  box-shadow: none;
  margin: 0;
  min-height: 0;
  outline: none;
  padding: 0;
  width: 80%;
  height: 28px;
  text-indent: 5px;
  float: left;
}
.mj-grid32.mj-lspace > form {
  background-color: #FFFFFF;
  border: none;
  height: 30px;
  overflow: hidden;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
#quick_find_header button span {
  display: none;
}
.home-button-app {
  display: none;
}
button.menu-button .icon {
  /*
  background-image: url('../images/menu-btn.png');
  background-image: -webkit-image-set(
    url('../images/menu-btn.png') 1x,
    url('../images/menu-btn@2x.png') 2x
  );
  background-image: image-set(
    url('../images/menu-btn.png') 1x,
    url('../images/menu-btn@2x.png') 2x
  );
  background-position: center center;
  background-repeat: no-repeat;
  */
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  line-height: 28px;
  font-size: 20pt;
}
button.menu-button .icon:before {
  content: "\e0de";
}
button.carrello-button .icon {
  /*
  background-image: url('../images/carrello-btn.png');
  background-image: -webkit-image-set(
    url('../images/carrello-btn.png') 1x,
    url('../images/carrello-btn@2x.png') 2x
  );
  background-image: image-set(
    url('../images/carrello-btn.png') 1x,
    url('../images/carrello-btn@2x.png') 2x
  );
  background-position: center center;
  background-repeat: no-repeat;
  */
  margin-right: 0px;
  margin-left: auto;
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  line-height: 28px;
  font-size: 18pt;
}
button.carrello-button .icon:before {
  content: "\e600";
}
.navdrawer-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.0000001;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.navdrawer-bg.open {
  opacity: 0.5;
}
.app-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.app-bar.open {
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
}
.app-bar .logo {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 60px;
  margin: 0 16px;
  color: #fefefe;
  float: none;
  max-width: none;
}
.app-bar button,
.bottom-bar button {
  width: 26%;
  border-style: none;
  border-radius: 0;
  border-color: transparent;
  border: none;
  background-color: transparent;
  background: none;
  /*padding: 2%;*/
  margin: 0;
  opacity: 1;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  min-width: 0;
}
.app-bar button .icon {
  width: 28px;
  height: 28px;
}
.app-bar button:hover,
.bottom-bar button:hover {
  border-color: transparent;
  opacity: 0.5;
  background: none;
}
.app-bar button:focus,
.bottom-bar button:focus {
  border-color: transparent;
  opacity: 0.5;
  outline: 0;
}
button:focus {
  outline: 0;
}
.app-bar button:active,
.bottom-bar button:active {
  border-color: transparent;
}
.navdrawer-container {
  position: fixed;
  width: 250px;
  height: 100%;
  background: #4968a3;
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  z-index: 11;
  margin-top: -60px;
  overflow-y: scroll;
}
.menu-button {
  display: block;
}
.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navdrawer-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  /** Unfortunately this is the best way
	to get no paints in Chrome **/
  opacity: 0.0000001;
  z-index: 10;
  pointer-events: none;
}
.app-bar,
.navdrawer-container {
  -webkit-transition: -webkit- 0.3s ease-out;
  transition: 0.3s ease-out;
}
.navdrawer-bg {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.promote-layer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
}
#mj-menubar {
  float: left;
  width: 60%;
}
.btn-navbar {
  display: none;
}
/*NAVBAR*/
.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.navbar {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  overflow: visible;
}
.navbar-inner {
  min-height: 40px;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar ul.nav {
  position: relative;
  left: 0;
  display: block;
  margin: 0 0px 0 0;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
}
.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
ul.nav-child {
  /*display: none;*/
  /*border-top: 1px solid #f0f0f0;*/
}
ul.menu.menuResp > li {
  padding-left: 20px !important;
  text-align: left !important;
}
li.pulCategorie {
  font-size: initial;
  padding: 5px !important;
  cursor: pointer;
}
.mj-mainnav.navbar .nav > li {
  position: relative;
}
.mj-mainnav.navbar .nav > li:hover > ul.nav-child {
  display: block;
  position: absolute;
  z-index: 100;
}
.collapse {
  position: relative;
  height: 0;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.nav-collapse.collapse {
  height: auto;
}
/*NAVBAR END*/
.carrello-button {
  position: absolute;
  right: 0;
}
.menu-button {
  position: relative;
  z-index: 11;
}
#mj-slidetitle {
  box-shadow: none;
  background: #c8c8c8;
  text-: capitalize;
  font-weight: 300;
  font-size: 12pt;
  color: white;
  padding: 0;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: none;
  margin-bottom: 5px;
  margin: 0.5%;
  width: 100%;
  padding-left: 10px;
  min-height: 0;
}
#navBreadCrumb {
  color: white;
  font-size: 10pt;
  text-: lowercase;
}
#navBreadCrumb a {
  color: #a0a0a0;
  float: left;
}
#navBreadCrumb a:hover {
  color: #787878;
}
.breadcrumb-separator {
  background: url('../images/arrow_gray_little.png') no-repeat center center;
  height: 10px;
  width: 10px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.categoryIcon {
  float: left;
  width: 18%;
  margin-right: 0;
  padding-right: 0;
  border-left: none;
  height: 40px;
  text-align: center;
  padding-top: 0px;
  padding-left: 10px;
  display: none;
}
.categoryIcon > span > a,
#categoryImgListing {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  padding-bottom: 0;
}
.categoryIcon > span > a img,
#categoryImgListing img {
  height: 100%;
  width: auto;
}
.categoryIcon a,
#indexProductListCatDescription {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  color: #787878;
  font-weight: 300;
  font-size: 12pt;
  line-height: 40px;
}
.titoloSUPcontainer {
  float: left;
  width: 76%;
}
.product_info_right {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  border-left: none;
}
.acquistabox {
  float: right;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
}
.prodottoboxprice {
  width: 100%;
  text-align: center;
}
.acquistabox {
  float: right;
  width: 100%;
  margin-top: 20px;
  border-top: none;
}
.cart_info {
  float: left;
  width: 100%;
}
#mj-container {
  width: 100%;
}
/*barra laterale*/
body.not-homepage #mj-container.index #mj-left {
  display: block;
}
body.not-homepage #mj-container.index #mj-contentarea {
  /*width: 74% ;*/
}
/**/
/*homepage*/
.mj-subcontainer {
  max-width: 1100px;
  margin: auto;
}
/**/
#mj-maincontent.empty-column-left #mj-left {
  display: none;
}
#mj-maincontent.empty-column-left #mj-contentarea {
  width: 100%;
}
/*not homepgage*/
body.not-homepage .centerColumn,
body.not-homepage #centerColumn {
  padding: 10px;
  width: 100%;
}
body.not-homepage #mj-maincontent {
  padding-top: 5px;
}
body.not-homepage #mj-slidetitle {
  box-shadow: none;
  background: #f0f0f0;
  text-: capitalize;
  font-weight: 300;
  color: black;
  padding: 0;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  border-bottom: none;
  margin-bottom: 5px;
  margin: 0%;
  width: 100%;
  height: auto;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12pt;
  min-height: 50px;
  padding-right: 10px;
}
body.not-homepage #navBreadCrumb {
  color: #505050;
  font-size: 10pt;
  text-: lowercase;
  font-weight: 500;
}
body.not-homepage .breadcrumb-separator {
  background: url('../images/arrow_gray_little.png') no-repeat center center;
  height: 30px;
  width: 10px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
/*registrazione*/
#clientenuovo h4 {
  background: none;
  padding: 10px;
}
#clientenuovo h4 a {
  color: inherit;
}
/**/
/*pagina prodotto*/
.product_container {
  margin: auto;
  float: none;
}
.productcontainerpage > div {
  clear: both;
}
.product_container .layout-admin-btn {
  /*display: none;*/
}
#productGeneral {
  padding: 2%;
  float: left;
  width: 100%;
}
body.not-homepage > .product_info .prodottoboxprice {
  width: 98%;
  text-align: center;
  padding: 10px;
  margin: 1%;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  float: left;
}
body.not-homepage #mj-contentarea h1 {
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 7px;
  font-size: 20pt;
  padding: 0;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 0px;
}
body.not-homepage > .product_info .dettagliprodottobox {
  font-size: 10pt;
  float: none;
  clear: both;
}
.cart-box {
  width: 98%;
  margin: 1%;
  float: left;
  background: #fafafa;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
.labelqty {
  float: left;
  margin: 5px;
  font-size: 10pt;
  color: #787878;
}
input[type="button"].moreless-button,
div.carrellocontainer input[type="button"].moreless-button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin: 3px;
  border: none;
  background-color: #4968a3;
  border-radius: 100%;
  font-size: 18pt;
  color: #646464;
  min-width: 0;
}
#productDetailsList > span {
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  margin-right: 10px;
}
#productDetailsList > span strong {
  font-weight: bold;
}
.product_quantity #productDetailsList {
  display: none;
}
div.socialbar {
  float: none;
  margin: 10px;
  margin-left: 0px;
}
.product_title {
  display: none;
}
body.not-homepage > .product_info .product_description .title {
  border: none;
}
.product_info_left {
  width: 33%;
  float: left;
}
.product_info_left .product_image {
  width: 100%;
  text-align: center;
  float: left;
  min-height: 310px;
}
#productMainImage {
  /*border: 2px solid rgb(240,240,240) ;*/
  border-radius: 3px;
  margin-bottom: 10px;
}
#productMainImage img {
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: 100%;
}
.product_info_left .product_image img {
  height: auto;
}
#productAdditionalImages {
  width: 100%;
}
#productAdditionalImages .product-item {
  display: block;
  float: left;
  height: 60px;
  padding: 0;
  width: auto;
  padding-right: 5px;
  padding-bottom: 5px;
}
#productAdditionalImages .product-item .additionalImages a {
  width: auto;
  float: left;
  padding: 0;
  background: white;
  height: 100%;
}
#productAdditionalImages .product-item .additionalImages a br {
  display: none;
}
#productAdditionalImages .product-item .additionalImages a img {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  max-height: 100%;
  text-align: left;
  border: none;
  overflow: hidden;
  margin: auto;
  display: block;
  height: 55px;
  width: auto;
}
.product_info_right {
  border-left: none;
  float: left;
  margin-bottom: 0px;
  padding-left: 0px;
  width: 66.6666%;
  max-width: 100000px;
}
#cartAdd {
  float: left;
  width: 30%;
}
.product_info_right .product_description {
  width: 70%;
  float: left;
  display: none;
}
.zoomWindowContainer > div {
  border: none;
  box-shadow: 0 5px 10px rgba(171, 171, 171, 0.26);
  border-radius: 3px;
  border: none !important;
  z-index: 3 !important;
}
.zoomLens {
  border: none;
  z-index: 2 !important;
}
#cartAdd .productPriceDiscount {
  float: right;
  position: static;
  width: 100%;
  height: 15px;
  margin-top: 0px;
  line-height: 15px;
}
.cart_quantity {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.cart_button {
  float: right;
  width: 100%;
  margin: 0;
}
.cart_button input,
.prodotto_varianti .cart_quantity input.button_in_cart,
.cart_button .cssButton,
.cart_button .cssButtonHover {
  width: 90% !important;
  margin: 5%;
}
.cart_quantity input {
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: #666666;
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding: 4px 5px 3px;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  background: #f0f0f0;
}
.cart_quantity input.quantity-input {
  width: 40px;
  height: 40px;
  padding: 4px;
}
/*dettagli prodotto*/
.dettagli_prodotto.left {
  width: 50%;
  float: left;
}
.dettagli_prodotto.right {
  width: 50%;
  float: right;
}
.dettagli_prodotto.top {
  width: 100%;
  float: left;
}
/**/
/**/
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.readmore,
button,
.cart_button .cssButton,
.cart_button .cssButtonHover {
  background: transparent;
  border: none;
  background-color: #4968a3;
  text-: lowercase;
  font-weight: 100;
  font-size: 12pt;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  border-radius: 3px;
  color: white;
  min-width: 100px;
  line-height: 15px;
  text-align: center;
  padding: 7px;
}
.button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.readmore.small,
button.small,
.cart_button .cssButton.small,
.cart_button .cssButtonHover.small {
  padding: 5px;
  line-height: 12pt;
  font-size: 10pt;
  min-width: 0;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.readmore:hover,
button:hover {
  background-color: #8595b3;
  cursor: pointer;
}
.cart_button input,
.prodotto_varianti .cart_quantity input.button_in_cart,
.cart_button .cssButton,
.cart_button .cssButtonHover {
  background-image: url('../images/carrello_btn_icon.png');
  background-image: -webkit-image-set(url('../images/carrello_btn_icon.png') 1x, url('../images/carrello_btn_icon.png') 2x);
  background-image: image-set(url('../images/carrello_btn_icon@2x.png') 1x, url('../images/carrello_btn_icon@2x.png') 2x);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 15pt;
}
.cart_button .cssButton.button_sold_out,
.cart_button .cssButtonHover.button_sold_out {
  display: block;
  background-color: #EC6C6C;
}
.cart_quantity .button_sold_out {
  display: none;
}
#agg_attr {
  display: none;
}
#mj-contentarea h2.centerBoxHeading {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  text-align: left;
  font-size: 30pt;
  font-weight: 100;
  color: inherit;
  text-: none;
  line-height: 26pt;
}
.jsn-mainnav.navbar .nav > li > a {
  background: none;
}
.jsn-mainnav.navbar .nav > li:hover {
  background-color: #8c8c8c;
}
.jsn-mainnav.navbar .nav > li:hover a {
  color: #e6e6e6;
  text-shadow: none;
}
div#productAttributes {
  width: 96%;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  margin: 10px 0px 0px 0px;
  float: left;
  padding: 5px;
  padding-left: 2%;
  padding-right: 2%;
}
.wrapperAttribsOptions {
  width: 100%;
  margin-top: 5px;
}
.wrapperAttribsOptions .back {
  width: 45%;
  float: left;
}
h4.optionName {
  width: 50%;
  margin: 0;
  line-height: 28px;
  text-align: center;
  text-: capitalize;
  color: inherit;
}
div#productAttributes LABEL,
div#productAttributes h4.optionName {
  line-height: 28px;
  padding: 0px;
}
a#vr_reset_sc {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 15px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
}
span.title {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.product_review {
  float: left;
  width: 96%;
  /* margin-bottom: 20px; */
  /* border-bottom: 1px solid rgb(240,240,240); */
  /* border-top: 1px solid rgb(240,240,240); */
  padding: 2%;
  text-align: center;
  color: inherit;
}
.product_review a {
  padding: 10px;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  margin: auto;
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  color: inherit;
  display: block;
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin-bottom: 0px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}
.product_review a:hover {
  background: #dcdcdc;
  color: #505050;
}
/*prd videos*/
#productMainVideo {
  padding: 1%;
  float: left;
  clear: both;
  width: 98%;
  margin-bottom: 20px;
}
#mj-contentarea h2.youtubehead {
  text-: none;
  font-weight: 100;
  font-size: 20pt;
  margin-bottom: 10px;
  display: none;
}
#productMainVideo .video-item {
  width: 33.3333%;
  margin: 1%;
  height: 200px;
  float: left;
}
#productMainVideo .video-item iframe {
  width: 100%;
  height: 100%;
}
/*prd attachements*/
#products_attachements {
  /* width: 80%; */
  text-align: left;
  /* padding: 5%; */
  /* margin: 5%; */
  margin-top: 0px;
  /* border: 2px solid rgb(240,240,240); */
  border-radius: 3px;
  float: left;
}
#mj-contentarea h2.attachements-title {
  text-: none;
  font-weight: 100;
  font-size: 20pt;
  margin-bottom: 10px;
  margin-bottom: 20px;
  display: none;
}
#products_attachements a {
  float: left;
  width: 100%;
  display: block;
  color: #787878;
  margin-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}
#products_attachements a:hover {
  color: #282828;
}
.alsoPurchased .centerBoxWrapperContents {
  margin-top: 0px;
  margin-left: 0px;
}
/*product tab*/
#product-more-info-tab {
  margin-bottom: 50px;
  margin-top: 20px;
  clear: both;
  float: left;
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content {
  border: 2px solid #f0f0f0;
  border-radius: 3px;
  float: left;
  width: 98%;
  padding: 1%;
  font-weight: normal;
  font-size: 10pt;
  line-height: 15pt;
}
.nav-tabs li {
  float: left;
  border: 2px solid #f0f0f0;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 3px;
}
.nav-tabs li.active,
.nav-tabs li:hover {
  border: 2px solid #4968a3;
  background: #4968a3;
}
.nav-tabs li.active:hover {
  background: #8595b3;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: transparent;
  border: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs li.active a {
  color: white;
}
.nav-tabs li a {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
  border: none;
}
.nav.nav-tabs > li > a:hover {
  background-color: #4968a3;
  color: white;
}
/*messaggi di stato*/
.message-box {
  color: #393F34;
  text-shadow: 0 1px #FFFFFF;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: static;
  z-index: 1000;
  right: 0px;
  padding-right: 0;
  top: 10px;
  background: white;
  border: 1px solid #ff8c8c;
  box-shadow: none;
  text-align: left;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px !important;
  opacity: 1;
  padding: 10px;
  background: #ffe6e6;
  text-shadow: none;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-top: 5px;
}
.message-box.success {
  border: 1px solid #b7ff8c;
  background: #edffe6;
}
#centerColumn .message-box {
  border-radius: 3px;
}
#success-ajax-add-to-cart {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  overflow: hidden;
  pointer-events: all !important;
  opacity: 0 !important;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
}
#success-ajax-add-to-cart.show {
  opacity: 1 !important;
}
#success-ajax-add-to-cart .message-box {
  border-color: #B4D264;
  color: #393F34;
  text-shadow: 0 1px #FFFFFF;
  width: 46%;
  height: 46%;
  margin-top: 0;
  position: absolute;
  top: 25%;
  background: white;
  border: none;
  box-shadow: 0px 2px 60px;
  text-align: center;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 3px;
  padding: 2%;
  margin-left: 25%;
  right: auto;
  opacity: 0 !important;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
#success-ajax-add-to-cart .message-box.show {
  opacity: 1 !important;
}
.message-box .icon {
  position: absolute;
  display: block;
  top: 2em;
  left: 2em;
  width: 60px;
  height: 60px;
  background-image: url('../images/alert-icon.png');
  background-image: -webkit-image-set(url('../images/alert-icon.png') 1x, url('../images/alert-icon@2x.png') 2x);
  background-image: image-set(url('../images/alert-icon.png') 1x, url('../images/alert-icon@2x.png') 2x);
  display: none !important;
}
.message-box p {
  margin-top: 0;
  margin-bottom: 0;
}
.message-box.success .icon {
  background-image: url('../images/ok-icon.png');
  background-image: -webkit-image-set(url('../images/ok-icon.png') 1x, url('../images/ok-icon@2x.png') 2x);
  background-image: image-set(url('../images/ok-icon.png') 1x, url('../images/ok-icon@2x.png') 2x);
  display: none !important;
}
.mj-boxdownload.hide {
  opacity: 0;
  display: none;
}
.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}
.ns-close:hover,
.ns-close:focus {
  outline: none;
}
.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e;
}
.ns-close:hover::before,
.ns-close:hover::after {
  background: #c8c8c8;
}
.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/**/
/*carrello*/
div#aggiungiarticolonnn {
  margin-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
  /* height: 50px; */
  float: left;
  clear: both;
  width: 98%;
  padding: 1%;
  color: inherit;
  font-size: 11pt;
}
div#aggiungiarticolonnn input[type="button"] {
  font-size: 12pt;
}
.carrellocontainer,
.carrellocontainervvv,
#checkoutOrderForm,
.table-datatable-wrapper {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  float: left;
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 10px;
}
#checkoutComments textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  min-height: 200px;
}
.discountForm label {
  display: block;
  width: 100%;
}
.discountForm .buttonRow {
  display: inline;
  margin-left: 20px;
}
#ord_prev h3 {
  display: inline;
  margin-right: 20px;
}
.carrellocontainer table th,
#checkoutOrderForm table th {
  background: none;
  color: inherit;
  border-bottom: 2px solid #f0f0f0;
}
.carrellocontainervvv table {
  margin-top: 5px;
  margin-bottom: 10px;
}
.carrellocontainervvv #cartSubTotal {
  float: left;
  width: 100%;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
}
div#checkoutOrderForm table#cartContentsDisplay tr.rowOdd td {
  border-bottom: none;
  border-top: none;
}
.paging_full_numbers {
  width: 100%;
}
.carrellocontainervvv table th,
.table-datatable-wrapper table th {
  color: inherit;
  border-bottom: 2px solid #f0f0f0;
}
.paging_full_numbers span.paginate_active {
  background-color: #4968a3 !important;
}
tr.odd td.sorting_1 {
  /*background-color: rgb(216, 243, 186) !important;*/
}
tr.even td.sorting_1 {
  /*background-color: rgb(216, 243, 186) !important;*/
}
table#cartContentsDisplayvvv tr.rowEven,
.dataTables_wrapper table tr.even {
  background-color: lightblue !important;
}
table#cartContentsDisplayvvv tr.rowOdd,
.dataTables_wrapper table tr.odd {
  background-color: #ffffff !important;
}
/*table#cartContentsDisplayvvv > tbody > tr > td:first-child,
table#cartContentsDisplayvvv th#indice{
  width: 50px !important;
}

table#cartContentsDisplayvvv td.cartQuantity,
table#cartContentsDisplayvvv th#scQuantityHeading{
  width: 70px !important;
}

table#cartContentsDisplayvvv td.cartQuantityUpdate,
table#cartContentsDisplayvvv th#scUpdateQuantity{
  width: 50px !important;
}

table#cartContentsDisplayvvv td.imgprodottocarr,
table#cartContentsDisplayvvv th#scProductsHeading{
  width: 90px !important;
}

table#cartContentsDisplayvvv th#scUnitHeading{
  width: 55px !important;
}

table#cartContentsDisplayvvv th#scTotalHeading,
table#cartContentsDisplayvvv td#.totalecarr{
  width: 55px !important;
}

table#cartContentsDisplayvvv th#scRemoveHeading,
table#cartContentsDisplayvvv td.cartRemoveItemDisplay{
  width: 90px !important;
}*/
table#cartContentsDisplayvvv th,
table#cartContentsDisplayvvv td,
.dataTables_wrapper table th,
.dataTables_wrapper table td {
  /*width: 11.11% !important;*/
}
.dataTables_length {
  text-align: left;
}
.paging_full_numbers span.paginate_active {
  background: #4968a3;
  border: 1px solid #4968a3;
  color: white;
}
.paginate_button,
#accountDefault a.paginate_button {
  border-radius: 3px;
  padding: 6px;
  color: inherit;
  background-color: white;
  border: 1px solid #b4b4b4;
  margin: 2px;
  display: inline;
}
.carrellocontainer table tr,
.carrellocontainervvv table tr,
#checkoutOrderForm table tr,
.dataTables_wrapper table tr,
.table-datatable-wrapper table tr {
  height: 100px;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  text-align: center;
  border-bottom: 1px solid #0b6eb480;
}
.carrellocontainer table tr,
.carrellocontainervvv table tr,
#checkoutOrderForm table tr,
.dataTables_wrapper table tr,
.table-datatable-wrapper table tr th {
  height: 40px !important;
}
#cartContentsDisplayvvv_wrapper > div {
  /* float: right; */
  clear: both;
  /* text-align: right; */
  margin-top: 5px;
}
.dataTables_paginate {
  height: 40px;
  padding-top: 20px;
}
#cartContentsDisplayvvv_wrapper > div#cartContentsDisplayvvv_length,
.table-datatable-wrapper .dataTables_length {
  float: left;
  clear: none;
}
#cartContentsDisplayvvv_wrapper > div#cartContentsDisplayvvv_filter,
.table-datatable-wrapper .dataTables_filter {
  float: right;
  clear: none;
}
#cartContentsDisplayvvv_filter input[type="search"],
.dataTables_filter input[type="search"] {
  font-size: 11pt;
  border: 1px solid #787879;
  border-radius: 3px;
  line-height: 18pt;
}
.markProductOutOfStock {
  display: block;
  font-size: 8pt;
  padding: 3px;
  border-radius: 3px;
  max-width: 290px;
  text-align: center;
  margin: auto;
  margin-top: 7px;
  border: 1px solid #ff8c8c;
  background: #ffe6e6;
}
#cartContentsDisplayvvv_length select {
  font-size: 10pt;
}
div#checkoutShoppingCart {
  border-bottom: 2px solid #e6e6e6;
}
.carrellocontainer table tr.tableHeading,
.carrellocontainervvv table tr.tableHeading,
#checkoutOrderForm table tr.tableHeading,
.table-datatable-wrapper table tr.tableHeading {
  height: 50px;
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  color: inherit;
}
.carrellocontainer table tr img,
.carrellocontainervvv table tr img,
#checkoutOrderForm table tr img {
  height: 100%;
  width: auto;
  max-width: 1000px;
}
.carrellocontainer table tr a,
.carrellocontainervvv table tr a,
#checkoutOrderForm table tr a,
.carrellocontainer table tr input {
  /*color: rgb(120,120,120) ;*/
}
.carrellocontainer table tr a:hover,
.carrellocontainervvv table tr a:hover,
#checkoutOrderForm table tr a:hover,
.carrellocontainer table tr input:hover {
  /*color: rgb(80,80,80) ;*/
}
#checkoutOrderForm table td {
  width: auto;
}
/*#checkoutOrderForm table td.cartImage{
  width: 80px ;
  margin: auto;
  margin-top: 10px;
}*/
#checkoutShippingFormsplit,
#checkoutPaymentFormsplit {
  margin: 1%;
  padding: 1%;
  float: left;
  background: white;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  width: 48%;
  box-sizing: border-box;
}
#cartSubTotal {
  border: none;
  background: none;
  font-size: 16pt;
  font-weight: lighter;
  color: #505050;
  border-top: 2px solid #f0f0f0;
  margin-top: 20px;
  text-align: right;
}
div#cartSubTotal span.price {
  font-size: inherit;
  font-weight: bold;
  width: 100%;
  float: none;
  padding-left: 5px;
}
#mj-maincontent table#cartContentsDisplay > tbody > tr {
  display: table-row;
}
.product-details,
.billto-shipto .details,
span.details-button input.details-button,
.control-buttons button.default,
#shoppingCartDefault .buttonRow,
.change_add,
.mj-step,
.mj-step1 {
  text-align: center;
  padding: 5px;
  border: 2px solid #4968a3;
  border-radius: 3px;
  float: left;
  background: none;
  color: #787878;
  box-shadow: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  margin-left: 2px;
  margin-right: 2px;
}
.product-details:hover,
.billto-shipto .details:hover,
span.details-button input.details-button:hover,
.control-buttons button.default:hover,
#shoppingCartDefault .buttonRow:hover,
.change_add:hover,
.mj-step:hover,
.mj-step1:hover {
  background: #4968a3;
  color: white;
}
#shoppingCartDefault .buttonRow a,
#checkoutShipping .change_add a,
#checkoutPayment .change_add a,
#checkoutConfirmDefault .change_add a,
#addressBookDefault .change_add a span,
#accountEditDefault .change_add a span,
#accountHistoryDefault .change_add a,
#accountHistInfo .change_add a,
#createAcctSuccess .change_add a,
#unsubDefault .change_add a {
  /*color: rgb(120,120,120) ;*/
}
#shoppingCartDefault .buttonRow {
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  display: inline-block;
  font-family: oswald;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  width: auto;
  box-shadow: none;
  text-: none;
}
.qty-action a,
.qty-action input {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0;
  /* height: 26px; */
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8pt;
  color: inherit;
  font-weight: 400;
  line-height: 26px;
  /* padding-top: 6px; */
  /* padding-bottom: 6px; */
  min-width: 0;
  background: none;
  line-height: 25px;
  height: auto;
  display: inline-block;
}
.qty-action a:hover,
.qty-action input:hover {
  background: #c8c8c8;
  color: white;
}
#cartContentsDisplay tr.rowOdd td {
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}
.imgprodottocarr a {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}
td.cartImage {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
#cartContentsDisplay {
  border-collapse: collapse;
}
#cartContentsDisplay tr {
  border-bottom: 1px solid #e6e6e6;
}
#cartContentsDisplay tr.last {
  border-bottom: none;
}
.chart-actions {
  text-align: right;
}
.chart-actions-item,
.chart-actions-item a,
a.chart-actions-item {
  display: inline;
}
#shoppingCartDefault .buttonRow {
  border-radius: 3px;
  padding: 6px;
  color: #4968a3;
  margin-right: 10px;
  float: right;
}
#shoppingCartDefault .buttonRow:hover {
  color: white;
}
#checkoutOrderForm #editButton {
  padding-top: 20px;
  float: right;
  clear: both;
}
#checkoutOrderForm #editButton a {
  border-radius: 3px;
  padding: 6px;
  color: #4968a3;
  margin-right: 10px;
  float: right;
  border: 2px solid #4968a3;
}
#checkoutOrderForm #editButton a:hover {
  background: #4968a3;
  color: white;
}
#checkoutConditions {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
#checkoutConditions input,
#checkoutConditions label {
  float: none;
  display: inline;
}
#checkoutConditions > div {
  margin-bottom: 20px;
}
.buttonRow {
  /*clear: both;*/
  /*margin-top: 20px;*/
}
/*.buttonRow a, .buttonRow a span{
  color: @base_color;
}

.buttonRow:hover a, .buttonRow:hover a span{
  color: white;
}*/
.cartQuantityUpdate input {
  background-image: url('../images/reload.png');
  background-image: -webkit-image-set(url('../images/reload.png') 1x, url('../images/reload@2x.png') 2x);
  background-image: image-set(url('../images/reload.png') 1x, url('../images/reload@2x.png') 2x);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 50px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  min-width: 40px;
}
.cartRemoveItemDisplay input,
.dtr-data input.cssButton.b_del,
.dtr-data input.cssButtonHover {
  background-image: url('../images/bin.png');
  background-image: -webkit-image-set(url('../images/bin.png') 1x, url('../images/bin@2x.png') 2x);
  background-image: image-set(url('../images/bin.png') 1x, url('../images/bin@2x.png') 2x);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 50px;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  min-width: 40px;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table#cartContentsDisplayvvv tr td.cartProductDisplay {
  font-size: 14px;
}
table#cartContentsDisplayvvv tr td.cartProductDisplay {
  /*width: 90px !important;*/
}
table#cartContentsDisplayvvv tr td {
  font-size: 14px;
  text-align: center;
  padding: 3px;
}
table#cartContentsDisplayvvv tr td .pricetotriga {
  font-weight: 700;
}
.sorting {
  background: none;
}
div#checkoutOrderForm table#cartContentsDisplay td.cartProductDisplay {
  text-align: center;
}
#indexCategories h1,
.lista-sottocategorie h1 {
  color: white;
}
/*carrello end*/
/*grid categorie*/
/*
*, *:after, *:before {
  box-sizing: border-box;
}
*/
#indexCategories .centerBoxWrapperContents,
.lista-sottocategorie .centerBoxWrapperContents,
#indexCategories.centerBoxWrapperContents,
.lista-sottocategorie.centerBoxWrapperContents {
  float: left;
  clear: both;
  width: 100%;
}
#indexCategories .product-item,
.lista-sottocategorie .product-item {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 170px;
  background: #4968a3;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
#indexCategories .product-item > div,
.lista-sottocategorie .product-item > div {
  border: none;
  overflow: inherit;
  border-radius: 0;
}
#indexCategories .product-item:hover img,
.lista-sottocategorie .product-item:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#indexCategories .product-item img,
.lista-sottocategorie .product-item img {
  -webkit-transition: opacity 0.35s, -webkit- 0.35s;
  transition: opacity 0.35s, 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
#indexCategories .product-item img,
.lista-sottocategorie .product-item img {
  position: relative;
  display: block;
  opacity: 0.8;
  min-height: 100%;
  min-width: 100%;
  max-height: 110%;
  height: auto;
  width: auto;
}
#indexCategories .product-item .category-content-wrapper,
.lista-sottocategorie .product-item .category-content-wrapper {
  padding: 3em;
}
#indexCategories .product-item .category-content-wrapper,
.lista-sottocategorie .product-item .category-content-wrapper,
#indexCategories .product-item .category-content-wrapper a,
.lista-sottocategorie .product-item .category-content-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 96%;
  padding: 2%;
}
#indexCategories .product-item .category-content-wrapper,
.lista-sottocategorie .product-item .category-content-wrapper {
  padding: 2%;
  width: 96%;
  height: 96%;
  color: #fff;
  text-: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#indexCategories .product-item .category-content-wrapper h3,
.lista-sottocategorie .product-item .category-content-wrapper h3 {
  padding: 10% 0 20px 0;
}
#indexCategories .product-item .category-content-wrapper h3,
.lista-sottocategorie .product-item .category-content-wrapper h3,
#indexCategories .product-item .category-content-wrapper .icon,
.lista-sottocategorie .product-item .category-content-wrapper .icon {
  margin: 0;
}
#indexCategories .product-item .category-content-wrapper h3,
.lista-sottocategorie .product-item .category-content-wrapper h3 {
  font-weight: 800;
  font-size: 15pt;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#indexCategories .product-item:hover .category-content-wrapper::before,
.lista-sottocategorie .product-item:hover .category-content-wrapper::before,
#indexCategories .product-item:hover .category-content-wrapper .icon,
.lista-sottocategorie .product-item:hover .category-content-wrapper .icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#indexCategories .product-item .category-content-wrapper .icon,
.lista-sottocategorie .product-item .category-content-wrapper .icon {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
#indexCategories .product-item .category-content-wrapper::before,
.lista-sottocategorie .product-item .category-content-wrapper::before,
#indexCategories .product-item .category-content-wrapper .icon,
.lista-sottocategorie .product-item .category-content-wrapper .icon {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit- 0.35s;
  transition: opacity 0.35s, 0.35s;
}
#indexCategories .product-item .category-content-wrapper .icon,
.lista-sottocategorie .product-item .category-content-wrapper .icon {
  letter-spacing: 1px;
  font-size: 68.5%;
}
#indexCategories #categoryImgListing,
.lista-sottocategorie #categoryImgListing {
  display: block;
  width: 100%;
  height: 235px;
  margin: 0;
  border-radius: 0;
  margin-bottom: 10px;
  position: static;
}
#indexCategories #categoryImgListing img,
.lista-sottocategorie #categoryImgListing img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#indexCategories #categoryDescription,
.lista-sottocategorie #categoryDescription {
  position: static;
  /* z-index: 1; */
  /* margin-top: 100px; */
  margin: 1%;
  /* margin-top: 100px; */
  padding: 1%;
  border: 1px solid #b4b4b4;
  /* color: white; */
  /* background: rgba(0,0,0,0.3); */
  width: 96%;
  /* height: 140px; */
  text-: lowercase;
  float: left;
  border-radius: 3px;
  margin-top: 0;
}
#indexCategories #categoryImgListing.no-img,
.lista-sottocategorie #categoryImgListing.no-img {
  height: 50px;
  background: #c8c8c8;
  border-radius: 3px;
}
.icon.circle-arrow-white {
  background-image: url('../images/circle-arrow-white.png');
  background-image: -webkit-image-set(url('../images/circle-arrow-white.png') 1x, url('../images/circle-arrow-white@2x.png') 2x);
  background-image: image-set(url('../images/circle-arrow-white.png') 1x, url('../images/circle-arrow-white@2x.png') 2x);
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
/**/
h1#indexCategoriesHeading {
  position: absolute;
  width: 96%;
  max-width: 1100px;
  text-indent: 10px;
  height: 100px;
  color: white;
  z-index: 2;
}
.gradient.overlay {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1;
  max-width: 1100px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 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) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImage.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-8 */
}
/*end*/
.centerBoxWrapperContents {
  margin-top: 0px;
}
/*CONNECTED USER FIXES*/
.logged_user_name {
  display: block;
  width: 100%;
  position: static;
  /* float: left; */
  clear: both;
  background-color: #4968a3;
  color: white;
  padding: 15px;
  font-size: 8pt;
  line-height: 15px;
}
/*pagina riepilogo ordine*/
div.discount h3,
h3#checkouttitoletto,
h3#checkouttitolettometod,
h3#checkouttitolettoshipp,
#checkoutComments h3,
#checkoutConditions h3 {
  background: none;
  padding: 10px;
  text-align: left;
  color: #787878;
  text-: none;
  font-size: 16pt;
  border-bottom: 2px solid #f0f0f0;
}
#checkoutShoppingCart h3,
h3#checkouttitolettometod,
h3#checkouttitolettoshipp {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.checkout .linkmodifica {
  display: inline;
  font-size: 9pt;
  color: #787878;
}
.checkout .linkmodifica:hover {
  color: inherit;
}
#facebox {
  top: 10% !important;
  left: 20% !important;
  width: 60% !important;
  position: fixed;
  border-radius: 3px;
  box-shadow: 0px 0px 70px;
}
#facebox .close {
  position: absolute;
  left: 5px;
  top: 5px;
}
#facebox .changeAddress a {
  background: transparent;
  border: none;
  background-color: #4968a3;
  text-: lowercase;
  font-weight: 100;
  font-size: 14pt;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  border-radius: 3px;
  color: white;
  min-width: 200px;
  line-height: 30pt;
  text-align: center;
  display: block;
  float: left;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#facebox .changeAddress br {
  display: none;
}
#checkoutBillTo,
#checkoutShipTo {
  border: 1px dashed white;
  border-radius: 3px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  box-sizing: border-box;
}
#checkoutBillTo h3,
#checkoutShipTo h3 {
  margin-top: 0;
}
#checkoutBillTo:hover,
#checkoutShipTo:hover {
  border: 1px dashed #c8c8c8;
}
#checkout_payment > div {
  margin: 1%;
}
.termsiagree {
  font-weight: bold;
}
#checkoutShoppingCart br {
  display: none;
}
/**/
/**/
.listingButtonGroup input {
  float: left;
}
.listingButtonGroup > a,
input.buyDefaultVar,
.listingButtonGroup input.button_in_cart {
  background-color: #4968a3;
  color: white;
  display: block;
  float: right;
  line-height: 15px;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-weight: 300;
  font-size: 12pt;
}
input.buyDefaultVar {
  margin-top: 2%;
}
.listingButtonGroup input.button_in_cart {
  width: 70% !important;
  min-width: 0;
}
.listingButtonGroup > a:hover {
  background-color: #8595b3;
}
.centerBoxContentsProducts .listingButtonGroup > a {
  width: 80%;
  margin-top: 20px;
}
.centerBoxContentsProducts .listingButtonGroup {
  width: 100%;
}
#ultimiprezzi {
  clear: both;
  width: 98%;
  padding: 10px;
  margin: 1%;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  float: left;
}
/*overlay*/
#lbCenter {
  height: 80% !important;
  top: 1% !important;
  right: 2% !important;
  width: 96% !important;
  margin-left: 0% !important;
  margin: 0 !important;
  left: 2% !important;
}
#lbImage {
  width: 96% !important;
  height: 96% !important;
  border: none !important;
  margin: 2% !important;
  background-size: contain !important;
  background-position: center center !important;
}
#lbBottomContainer {
  width: 96% !important;
  height: 5% !important;
  left: 2% !important;
  top: 81% !important;
  margin-left: 0 !important;
  min-height: 40px;
  right: 2%;
}
#lbImage > div {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}
#lbImage > div > a {
  width: 50% !important;
  height: 100% !important;
}
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  z-index: 99999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  pointer-events: all !important;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 999999999 !important;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #ffffff url(../images/zen_lightbox/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
  background-position: 0 1% !important;
}
#lbNextLink {
  background-position: 99% 1% !important;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink {
  background: transparent url(../images/zen_lightbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink {
  background: transparent url(../images/zen_lightbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-family: "Roboto", Arial, Tahoma, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../images/zen_lightbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
/**/
#mj-copyright {
  background: #282828;
  color: #e6e6e6;
  padding: 1%;
  width: 100%;
  float: left;
}
/*crumbs*/
body.homepage #crumbs {
  display: none;
}
#crumbs {
  padding-top: 5px;
  background: #f0f0f0;
  text-align: left;
}
#crumbs ul {
  list-style: none;
  display: inline-table;
}
#crumbs ul li {
  display: inline;
}
#crumbs ul li a {
  display: block;
  float: left;
  text-align: center;
  padding: 5px;
  position: relative;
  margin: 0 2px 0 0;
  font-size: 9pt;
  text-decoration: none;
  line-height: 20px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
#crumbs li a .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  margin-top: 0;
  margin-bottom: 0;
}
/*#crumbs ul li a:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid @base_color;
    position: absolute;
    right: -10px;
    top: 6px;
    z-index: 1;
  }

  #crumbs ul li a:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    left: -10;
    top: 6;
  }

  
  #crumbs ul li.first a:before {
    display: none;
  }
  
  #crumbs ul li.last a:after {
    display: none;
  }
  #crumbs ul li a:hover:after {
    border-left-color: @lighten_base_color;
  }
  */
#crumbs ul li.last a {
  padding-right: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#crumbs ul li.first a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#crumbs ul li a:hover {
  background: #8595b3;
  color: #efcd0f;
}
/*checkout*/
#orderTotals {
  width: 100%;
}
div#prodpricor {
  width: 50%;
  text-align: left;
  float: left;
}
#orderTotals > div > .price_amount {
  text-align: right;
  font-weight: 500;
}
.checkout .important.forward {
  float: right;
}
#checkoutSuccessLogoff {
  margin-top: 20px;
  font-size: 9pt;
}
#checkoutSuccessLogoff > a {
  display: block;
  margin-top: 20px;
}
#checkoutSuccessOrderLink > a,
#checkoutSuccessContactLink > a {
  background: #f0f0f0;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#checkoutSuccessOrderLink > a:hover,
#checkoutSuccessContactLink > a:hover {
  background: #c8c8c8;
}
#checkoutSuccessContactLink,
#checkoutSuccessOrderLink {
  margin-bottom: 20px;
}
/**/
/*inline editing*/
body.page-editing-mode #mj-container .region > a.layout-admin-btn.history-element-btn {
  margin-left: 101px !important;
  background-color: #B89FF3;
  color: black;
  line-height: 20px;
  text-align: center;
}
body.page-editing-mode {
  margin-bottom: 60px;
  float: left;
  padding: 20px;
}
body.page-editing-mode.sorting #mj-container .region-container.region-compatible {
  background: #c5ffb9;
}
body.page-editing-mode.sorting #mj-container .region-container.region-compatible .region-item {
  border: 2px solid #c5ffb9;
}
body.page-editing-mode #crumbs {
  display: none;
}
body.page-editing-mode #mj-maincontent.empty-column-left #mj-left {
  display: block;
}
body.page-editing-mode #mj-maincontent.empty-column-left #mj-contentarea {
  width: 74%;
}
body.page-editing-mode#mj-container *:not(.pem):not(#vvv_ILEBar):not(a):not(button):not(.containment):not(.region):not([class^="modal"]):not(span.icon):not(.component-property),
body.page-editing-mode #mj-container *:not(.pem):not(#vvv_ILEBar):not(a):not(button):not(.containment):not(.region):not([class^="modal"]):not(span.icon):not(.component-property) {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  position: static;
  height: auto;
}
body.page-editing-mode#mj-container .hide-xs,
body.page-editing-mode #mj-container .hide-xs,
body.page-editing-mode#mj-container .hide-md,
body.page-editing-mode #mj-container .hide-md,
body.page-editing-mode#mj-container .hide,
body.page-editing-mode #mj-container .hide {
  display: inherit !important;
}
body.page-editing-mode#mj-container .dialog-box .layout-admin-btn,
body.page-editing-mode #mj-container .dialog-box .layout-admin-btn {
  background: transparent;
  border: none;
  background-color: #67b4bb;
  text-: lowercase;
  font-weight: 100;
  font-size: 12pt;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  border-radius: 3px;
  color: white;
  line-height: 15px;
  text-align: center;
  padding: 6px;
  width: 25%;
  max-width: 30px;
  min-width: 19px;
  margin: 2px;
  display: inline-block;
}
body.page-editing-mode#mj-container .dialog-box select,
body.page-editing-mode #mj-container .dialog-box select {
  border: 1px solid #FFFFFF;
  box-shadow: none;
  color: inherit;
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding: 4px 5px 3px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  font-size: inherit;
  width: 50%;
  max-width: 200px;
}
body.page-editing-mode#mj-container .mj-subcontainer,
body.page-editing-mode #mj-container .mj-subcontainer,
body.page-editing-mode#mj-container .container,
body.page-editing-mode #mj-container .container {
  max-width: 1000000px;
  width: 100% !important;
}
body.page-editing-mode#mj-container .block,
body.page-editing-mode #mj-container .block {
  padding: 5px;
}
body.page-editing-mode#mj-container .region,
body.page-editing-mode #mj-container .region {
  border: 2px solid white;
  border-radius: 3px;
  margin-top: 3px;
  min-height: 60px;
  padding-top: 25px;
  margin-bottom: 3px;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
  -moz-transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
  -o-transition: border 0.2s ease 0s;
  -ms-transition: border 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -webkit-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  overflow: hidden;
  /*MKK*/
}
body.page-editing-mode#mj-container .region .hide,
body.page-editing-mode #mj-container .region .hide {
  background: #febbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febbbb), color-stop(45%, #fe9090), color-stop(100%, #ff5c5c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febbbb', endColorstr='#ff5c5c', GradientType=0);
  /* IE6-9 */
}
body.page-editing-mode#mj-container .region-item,
body.page-editing-mode #mj-container .region-item {
  border: 2px solid white;
}
body.page-editing-mode#mj-container .region:hover .region:hover,
body.page-editing-mode #mj-container .region:hover .region:hover {
  border: 1px dashed #b4b4b4;
}
body.page-editing-mode#mj-container .region > span.elementType,
body.page-editing-mode #mj-container .region > span.elementType {
  display: block;
  float: left;
  width: 100%;
  padding-right: 1%;
  text-align: right;
  text-indent: 100px;
  background: rgba(240, 240, 240, 0.6);
  line-height: 17px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -25px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 10px;
  color: #000000;
}
body.page-editing-mode#mj-container .region.container-hover,
body.page-editing-mode #mj-container .region.container-hover {
  border-width: 3px;
}
body.page-editing-mode#mj-container .region-container,
body.page-editing-mode #mj-container .region-container {
  width: 100%;
  padding: 3px;
  padding-top: 30px;
  background: white;
  box-shadow: inset 0 0 2px #a0a0a0;
  border-color: #f0f0f0;
  -moz-transition: background 0.5s ease 0s;
  -webkit-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
}
body.page-editing-mode#mj-container .region-item.ui-sortable-helper,
body.page-editing-mode #mj-container .region-item.ui-sortable-helper {
  width: 300px !important;
  border: none;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImage.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.47);
  opacity: 0.5;
  z-index: 100;
}
body.page-editing-mode#mj-container .region-container .region > div,
body.page-editing-mode #mj-container .region-container .region > div {
  width: 90%;
  /*margin-left: 5% ;*/
}
body.page-editing-mode#mj-container .clear,
body.page-editing-mode #mj-container .clear,
body.page-editing-mode#mj-container .region .clear,
body.page-editing-mode #mj-container .region .clear {
  clear: both;
  float: none;
  display: block;
}
body.page-editing-mode#mj-container .region > a,
body.page-editing-mode #mj-container .region > a {
  margin: 0 !important;
}
.layout-admin-btns {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  margin-top: -22px;
  margin-left: 3px !important;
  width: 90px !important;
}
.layout-admin-btns.no-absolute {
  position: static !important;
  width: auto !important;
}
.layout-admin-btns .layout-admin-btn {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100% !important;
  text-indent: 0px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 50% 50% !important;
  padding: 0 !important;
  color: black;
  display: inline-block !important;
  line-height: 20px;
  text-align: center;
}
.layout-admin-btns .layout-admin-btn i {
  line-height: 20px;
}
.layout-admin-btns .layout-admin-btn.edit,
.layout-admin-btns .layout-admin-btn.insert {
  background-color: rgba(137, 237, 106, 0.8);
}
.layout-admin-btns .layout-admin-btn.delete {
  background-color: rgba(255, 49, 49, 0.8);
}
.layout-admin-btns .layout-admin-btn.move {
  background-color: rgba(237, 211, 73, 0.8);
}
.layout-admin-btns .layout-admin-btn.ishopping-icon:before {
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: black;
}
.layout-admin-btns .layout-admin-btn .dropdown-menu a {
  color: black !important;
}
body.ile-mode .layout-admin-btns {
  margin-top: 3px !important;
}
body.ile-mode .block .layout-admin-btn {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.ile-mode .block:hover .layout-admin-btn {
  opacity: 1;
}
body.page-editing-mode .layout-admin-btns {
  margin-top: -22px !important;
}
#mj-container .containment.edit {
  width: 100%;
  padding: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #f0f0f0;
  border-bottom: 2px solid #E0E0E0;
  height: auto;
  float: left;
}
#vvv_ILEBar {
  margin: 10px;
  margin-right: 0px;
  position: fixed;
  background: rgba(60, 60, 60, 0.9);
  z-index: 100000000;
  float: right;
  left: 0px;
  padding: 5px;
  padding-left: 30px;
  color: white;
  margin-top: 80px;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
}
#vvv_ILEBar a,
#vvv_ILEBar button {
  color: #282828;
  padding: 5px;
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #b4b4b4;
  padding-left: 40px;
  font-size: 9pt;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
  line-height: 18px;
  padding-left: 10px;
}
#vvv_ILEBar a.current-site-version,
#vvv_ILEBar button.current-site-version {
  position: absolute;
  width: 210px;
  height: 50px;
  border-radius: 50px;
  right: 0;
  top: 0;
  margin-top: -60px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: table;
  vertical-align: middle;
}
#vvv_ILEBar a.current-site-version i,
#vvv_ILEBar button.current-site-version i {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 30px;
}
#vvv_ILEBar a.current-site-version .text,
#vvv_ILEBar button.current-site-version .text {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
#vvv_ILEBar a:hover,
#vvv_ILEBar button:hover {
  background-color: white;
  color: #282828;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 15px 15px;
}
#vvv_ILEBar a#vvv_ILE_LangEditingMode {
  margin-right: 0;
}
#vvv_ILE_PageEditingMode:before {
  content: '\e143';
}
#vvv_ILE_LangEditingMode:before {
  content: '\e19b';
}
#vvv_ILE_PageEditingMode_nocontent:before {
  content: '\e178';
}
#vvv_ILEBar button.change-color-template {
  padding-left: 10px;
}
#vvv_ILEBar button:before,
#vvv_ILEBar a:before {
  font-family: 'ishopping-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  line-height: 18px;
  display: block;
  position: relative;
  float: left;
  font-size: 13pt;
}
.change-color-template:before {
  content: '\e993';
}
.region select.inline-page-editing {
  width: 100%;
}
.configuration.modal .modal-body {
  background: #f0f0f0;
}
.configuration.modal .modal-actions button,
.configuration.modal .modal-actions input {
  border-radius: 3px;
  padding: 15px;
  margin-right: 10px;
  min-width: 30px;
  border: none;
  font-size: 12pt;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4968a3;
  font-family: inherit;
}
.configuration.modal .modal-actions button:hover,
.configuration.modal .modal-actions input:hover {
  background-color: #8595b3;
}
.component-property-content .form .form-fieldset {
  border-bottom: 1px solid #787878;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.component-property-content .form .form-fieldset.empty {
  opacity: 0.5;
}
.component-property-content form label {
  float: none;
  display: inline-block;
}
.component-property-content .form-empty {
  display: none;
}
.component-property .info-box span {
  height: 20px;
  line-height: 15px;
}
.component-property {
  background: white;
  border-radius: 3px;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 47%;
  box-sizing: border-box;
  margin: 1%;
  padding: 2%;
  vertical-align: top;
  overflow: hidden;
}
.component-property .info-box {
  padding: 10px;
  font-size: 10pt;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #e6e6e6;
  font-weight: normal;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translate(0, calc(-100% + 10px));
  -ms-transform: translate(0, calc(-100% + 10px));
  -o-transform: translate(0, calc(-100% + 10px));
  transform: translate(0, calc(-100% + 10px));
}
.component-property .info-box:hover {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.component-property .info-box span {
  position: absolute;
  bottom: -12px;
  right: 4px;
  background: #4968a3;
  border-radius: 100%;
  padding: 3px;
  color: white;
}
.component-property > label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.component-property textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 10pt;
  padding: 1%;
}
.component-property-content {
  font-size: 11pt;
}
.component-property-content label {
  display: block;
  margin-bottom: 1px;
}
.component-property select {
  width: 100%;
}
.component-property input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.component-property .message {
  font-size: 10pt;
}
.component-property.success .message {
  color: #46d00d;
  font-weight: 400;
  font-size: 10pt;
  display: block;
  background: #ededed;
  margin-top: 5px;
  border-radius: 3px;
  line-height: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.component-property.success input[type="text"] {
  border: 1px solid #20c119;
  box-shadow: 0 0 3px #51e857;
}
.component-property.success select {
  border: 1px solid #20c119;
  box-shadow: 0 0 3px #51e857;
}
.component-property.success textarea {
  border: 1px solid #20c119;
  box-shadow: 0 0 3px #51e857;
}
/**/
/*component-edit*/
textarea.component-content-edit-value {
  display: none;
}
#component-content-edit-editor {
  height: 350px;
}
html.mobile textarea.component-content-edit-value {
  display: block;
  min-height: 350px;
}
html.mobile #component-content-edit-editor {
  display: none;
}
/**/
.zoomContainer {
  z-index: 1;
}
/*select-btn*/
.select-btn {
  display: block;
  float: left;
  padding: 3px;
  padding-left: 15px;
  margin: 2px;
  background: #e6e6e6;
  padding-right: 15px;
  border-radius: 3px;
  cursor: pointer;
}
.select-btn:hover {
  background: #dcdcdc;
}
.select-btn.selected {
  background: #4968a3;
  color: white;
}
/*
.select-btn.btn_attrib-2{
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  opacity: 0.6;
  text-indent: 25px;
  overflow: hidden;
  border: 1px solid rgb(200,200,200);
}

.select-btn.btn_attrib-2:hover{
  opacity: 0.8;
}

.select-btn.btn_attrib-2.selected{
  opacity: 1;
  border: 1px solid rgb(100,100,100);
}

.select-btn#btn_attrib-2_1{
  background: #fe5151;
}

.select-btn#btn_attrib-2_5{
  background: #f1fe50;
}

.select-btn#btn_attrib-2_6{
  background: #28d508;
}

*/
.select-btn.reset-btn {
  background-color: #e6e6e6;
  background-image: url('../images/reload.png');
  background-image: -webkit-image-set(url('../images/reload.png') 1x, url('../images/reload@2x.png') 2x);
  background-image: image-set(url('../images/reload.png') 1x, url('../images/reload@2x.png') 2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  text-indent: 50px;
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 100%;
  opacity: 0.6;
  text-indent: 25px;
  overflow: hidden;
  border: 1px solid #b4b4b4;
  opacity: 1;
}
.select-btn.reset-btn:hover {
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
  opacity: 1;
}
.select-btn.reset-btn.selected,
.select-btn.reset-btn.selected:hover {
  background-color: #e6e6e6;
  border: 1px solid #c8c8c8;
  opacity: 0.2;
}
/*MODAL*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  margin-bottom: 60px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-header {
  min-height: 60px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  min-width: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal .icon {
  margin-top: -6px;
  height: 30px;
  width: 30px;
}
.modal.success .icon {
  background-size: 30px 30px;
  background-image: url('../images/ok-icon.png');
  background-image: -webkit-image-set(url('../images/ok-icon.png') 1x, url('../images/ok-icon@2x.png') 2x);
  background-image: image-set(url('../images/ok-icon.png') 1x, url('../images/ok-icon@2x.png') 2x);
}
.modal.alert .icon {
  background-size: 30px 30px;
  background-image: url('../images/alert-icon.png');
  background-image: -webkit-image-set(url('../images/alert-icon.png') 1x, url('../images/alert-icon@2x.png') 2x);
  background-image: image-set(url('../images/alert-icon.png') 1x, url('../images/alert-icon@2x.png') 2x);
}
button.close {
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-image: url('../images/close.png');
  background-image: -webkit-image-set(url('../images/close.png') 1x, url('../images/close@2x.png') 2x);
  background-image: image-set(url('../images/close.png') 1x, url('../images/close@2x.png') 2x);
}
.alert button.close {
  height: inherit;
  width: inherit;
  background-size: none;
  background: transparent;
}
.alert-success {
  color: white;
  background-color: #4968a3;
  border-color: transparent;
}
.modal-body {
  position: relative;
  padding: 5px;
  width: 100%;
  max-height: 410px;
  overflow: auto;
  min-height: 50px;
}
.modal-actions {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.modal-actions a,
.modal-actions input,
.modal-actions button {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px;
  margin-right: 10px;
  min-width: 30px;
}
.modal-actions a:hover,
.modal-actions input:hover,
.modal-actions button:hover {
  border: 1px solid #646464;
  background: #646464;
  color: white;
}
.modal .icon {
  float: left;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translate(0, -65%);
  -ms-transform: translate(0, -65%);
  -o-transform: translate(0, -65%);
  transform: translate(0, -65%);
}
.fade .modal-backdrop {
  filter: alpha(opacity=0);
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.fade.in .modal-backdrop {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal.in {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.notification {
  height: 150px;
  max-width: 340px;
  width: 100%;
}
.notification .modal-backdrop {
  display: none;
}
.notification .modal-content {
  border-radius: 80px;
  overflow: hidden;
}
.notification .modal-header {
  padding: 0;
  text-align: center;
}
.notification .button.close {
  margin-right: 20px;
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden;
}
.notification .modal-body {
  padding: 5px;
  text-align: center;
}
.notification .modal-dialog {
  width: auto;
  margin: 10px;
}
.notification .modal-actions {
  display: none;
}
.notification .modal-content {
  height: 50px;
  background: rgba(239, 61, 61, 0.8);
  color: white;
}
.notification .modal-notification-content {
  position: absolute;
  background: #ef3d3d;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: white;
  display: block !important;
}
.notification .modal-header {
  border-bottom: none;
  width: 30px;
  float: right;
  height: 50px;
}
.notification button.close {
  height: 50px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1000000;
}
.notification .modal-title {
  display: none;
}
.notification .icon {
  display: none;
}
.notification .modal-body {
  line-height: 40px;
  padding-left: 30px;
}
.modal.fade.notification .modal-dialog {
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -o-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}
.modal.in.notification .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*prevOrders*/
table#prevOrders {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 10px;
}
table#prevOrders tr > td {
  border-top: 1px solid #c8c8c8;
}
table#prevOrders tr.tableHeading > td {
  border-top: none;
}
.title {
  font-weight: 600;
}
#accountHistoryDefault {
  float: left;
}
#compareDefaultMainContent > table {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 10px;
  border-spacing: 0;
}
#compareDefaultMainContent > table tr.rowOdd > td,
#compareDefaultMainContent > table tr.rowEven > td,
#compareDefaultMainContent > table tr.rowOdd > th,
#compareDefaultMainContent > table tr.rowEven > th {
  padding: 5px;
}
#compareDefaultMainContent > table tr.rowOdd {
  background: #f5f5f5;
}
#compareDefaultMainContent > table tr.rowOdd a,
#compareDefaultMainContent > table tr.rowEven a {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 3px;
}
#accountHistInfo {
  float: left;
}
#accountHistInfo table {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 10px;
  border-spacing: 0;
}
#accountHistInfo table tr > td {
  border-top: 1px solid #c8c8c8;
  padding: 5px;
}
#accountHistInfo table tr.tableHeading > td {
  border-top: none;
}
/*area riservata*/
#accountLinksWrapper a,
#accountDefault a {
  border: 1px solid #787878;
  border-radius: 3px;
  padding: 5px;
  display: block;
  margin: 5px;
  text-align: center;
  max-width: 100%;
}
#accountLinksWrapper a:hover,
#accountDefault a:hover {
  background: #787878;
  color: white;
}
#accountDefault br {
  display: none;
}
#accountDefault > .review_box > div {
  float: left;
  width: 100% !important;
  margin-right: 0 !important;
}
#accountDefault > .review_box > div > .title {
  border-bottom: none;
  margin-bottom: 0px;
  /* padding-bottom: 14px; */
  padding-top: 7px;
  /* font-weight: 100; */
  font-size: 20pt;
  padding: 0;
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 10px;
  display: block;
}
#accountDefault > .review_box > h1 {
  float: left;
}
#accountLinksWrapper .review_box .product_info_left {
  width: 49%;
  margin-right: 1%;
}
#accountDefault > .review_box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
#accountDefault {
  float: left;
}
/*storico ordini*/
#accountHistoryDefault > .review_box {
  float: left;
  width: 96%;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 1%;
  margin: 1%;
}
#accountHistoryDefault .navSplitPagesLinks {
  display: none;
}
/*storico ordini end*/
/*ACCOUNT_ERP_DOCUMENTS*/
#ACCOUNT_ERP_DOCUMENTS .dataTables_wrapper {
  padding: 20px;
  margin: 5px;
  border: 1px solid #787878;
  border-radius: 3px;
  font-size: 9pt;
}
#ACCOUNT_ERP_DOCUMENTS .dataTables_wrapper tr {
  height: auto;
}
#ACCOUNT_ESTRATTO_CONTO .dataTables_wrapper {
  padding: 20px;
  margin: 5px;
  border: 1px solid #787878;
  border-radius: 3px;
  font-size: 9pt;
}
#ACCOUNT_ESTRATTO_CONTO .dataTables_wrapper tr {
  height: auto;
}
.ui-widget-header {
  border: none;
  background: transparent;
  color: inherit;
  font-weight: bold;
}
.ui-widget-content {
  font-size: 9pt;
}
.ui-dialog-titlebar-close:before {
  content: "\e054";
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: transparent;
  color: inherit;
  font-size: 18pt;
  width: 25px;
  min-width: 25px;
}
/*area riservata end*/
#w2b-StoTop {
  cursor: pointer;
  color: white;
  line-height: 20px;
}
#w2b-StoTop:before {
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e07c';
  font-size: 20px;
  line-height: 20px;
}
#PPECbutton {
  display: none !important;
}
/*gestione griglia varianti*/
div#productAttributes tr {
  background: inherit !important;
}
#attrib-grid-table tr > td {
  padding-right: 4px;
}
#attrib-grid-table {
  width: 232%;
  overflow-x: scroll;
  display: block;
}
#attrib-grid-opt-nameV {
  text-align: left;
  text-indent: 10px;
  font-weight: 600;
}
#attrib-grid-table tr {
  text-align: center;
}
#attrib-grid-table .attrb-stock {
  font-size: 10pt;
  font-weight: 600;
}
#attrib-grid-opt-nameH {
  font-weight: 600;
}
#attrib-grid-opt-nameV {
  width: 45%;
}
#attrib-grid-table {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
#attrib-grid-table .attribute-subtitle {
  border-bottom: 1px solid #a0a0a0;
  background: #b4b4b4;
  color: white;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-radius: 3px;
  min-width: 40px;
}
#attrib-grid-table .attribute-subtitle-v {
  margin-left: auto;
}
#attrib-grid-table .attribute_out_of_stock {
  width: auto !important;
  font-size: 8pt;
  background: #fa6363;
  display: block;
  width: 15px !important;
  height: 15px !important;
  margin: auto;
  overflow: hidden;
  text-indent: 20px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}
#attrib-grid-table .attribute_out_of_stock:hover {
  position: absolute;
  width: 90px !important;
  margin-top: -7px;
  text-indent: 0;
}
.stock-available-color {
  display: block;
  width: 15px;
  height: 15px;
  background: #b3d089;
  margin: auto;
  border-radius: 10px;
}
.stock-available-number {
  font-size: 8pt;
}
#attrib-grid-opt-nameV {
  width: 120px;
}
/**/
/*problema varianti e pulsante non disponibile*/
.prodotto_azioni {
  float: left;
  width: 100%;
}
/**/
.cartAttribsList > span {
  display: block;
}
/*immagine grande di sinistra*/
.left-big-image {
  width: 40%;
  height: 300px;
  float: left;
  margin: 1%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-image: url("../images/commerce_image_1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/*contatti*/
#contactUsForm {
  margin-top: 0;
}
#contactUsForm form {
  margin-top: 0;
}
#contactUsForm .alert.forward {
  font-size: 8pt;
  margin-bottom: 20px;
}
#contactUsForm form label,
#contactUsForm .mj-contact {
  float: left;
  min-width: 160px;
}
#contactUsForm textarea {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
#contactUsForm .mj-sendmail {
  font-size: 9pt;
  clear: both;
  margin-top: 10px;
  float: left;
}
#contactUsForm .mj-sendmail .checkboxLabel {
  font-size: 10pt;
}
#contactUsForm .mj-sendmail legend {
  font-size: 10pt;
  margin-top: 10px;
}
#contactUsForm .mj-msgalert {
  font-size: 8pt;
}
/*contatti end*/
/*social*/
.social_icons a {
  display: block;
  margin-bottom: 20px;
  color: #c8c8c8;
  line-height: 20px;
}
.social_icons a:hover {
  color: white;
}
.social_icons a:before,
.social_icons a:after {
  font-family: 'ishopping-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  font-size: 15pt;
}
.social_icons a.mj-linkedin:before {
  content: "\eac8";
}
.social_icons a.mj-youtube:before {
  content: "\ea97";
}
.social_icons a.mj-feed:before {
  content: "\ea95";
}
.social_icons a.mj-twitter:before {
  content: "\ea92";
}
.social_icons a.mj-facebook:before {
  content: "\ea8d";
}
.social_icons a.mj-facebook:before {
  content: "\ea8d";
}
/*social end*/
/*newsletter*/
#unsubDefault .buttonRow {
  float: none;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*newsletter end*/
/*homepage*/
#indexDefault > div {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
}
/*hom epage end*/
/*youtube*/
.youTubeItem {
  width: 46%;
  float: left;
  height: 240px;
  padding: 1%;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  margin: 1%;
  border-bottom: 1px solid #c8c8c8;
}
.youTubeItem object {
  width: 100%;
  height: 160px;
}
.youTubeItem object embed {
  width: 100%;
  height: 200px;
}
.youTubeItem > a {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 48px;
}
/*youtube end*/
/*TOOLTIP BEGIN*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 240%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -100px;
  padding: 7px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 220%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:before:hover,
[data-tooltip]:after:hover {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*TOOLTIP END*/
/*MEGAMENU*/
.fade-slide-up {
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.submenu-injector .arrow {
  width: 100%;
  position: relative;
}
.submenu-injector .arrow:before {
  transition: inherit;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}
.submenu-injector .arrow.fade-slide-up:before {
  opacity: 0;
  transform: translate(0px, 50px);
}
.submenu-injector:hover .arrow.fade-slide-up:before {
  transform: translate(0px, 0px);
  opacity: 1;
}
.submenu-injector:hover .arrow:before {
  visibility: visible;
}
.submenu-injector:hover > .submenu-content {
  visibility: visible;
}
.submenu-injector:hover > .submenu-content.fade-slide-up {
  transform: translate(0px, 0px);
  opacity: 1;
}
.submenu-injector .submenu-content {
  visibility: hidden;
  z-index: 10;
}
.submenu-injector .submenu-content.fade-slide-up {
  transform: translate(0px, 50px);
  opacity: 0;
}
.submenu-injector .submenu-content > li {
  width: 100%;
  height: 35px;
  line-height: 23px;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.submenu-injector .submenu-content > li a {
  font-size: 10pt;
}
.submenu-injector .submenu-content > li:hover {
  background-color: #dcdcdc;
}
.rnd-color {
  background-color: #61FF9E;
}
.rnd-color-1 {
  background-color: #61FFFC;
}
.rnd-color-2 {
  background-color: #74ABFF;
}
.rnd-color-3 {
  background-color: #9589FF;
}
.rnd-color-4 {
  background-color: #DE70FF;
}
.rnd-color-5 {
  background-color: #FF8398;
}
.rnd-color-6 {
  background-color: #FF6D6A;
}
.rnd-color-7 {
  background-color: #FFA267;
}
.rnd-color-8 {
  background-color: #FFCE5A;
}
.rnd-color-9 {
  background-color: #90FF67;
}
.rnd-color-10 {
  background-color: #66FF95;
}
.mega-menu-prodotti > ul > li {
  display: inline-block;
  padding: 10px;
  font-weight: 400;
  cursor: pointer;
}
.mega-menu-prodotti > ul > li:hover > ul {
  visibility: visible;
}
.mega-menu-prodotti > ul > li > ul {
  visibility: hidden;
  position: absolute;
  margin-top: 7px;
}
.mega-menu-prodotti .arrow:before {
  margin-left: 0px;
  margin-top: -20px;
}
.mega-menu-prodotti .submenu-content-layout {
  padding: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(60, 60, 60, 0.1);
  color: #2e2e2e;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.mega-menu-prodotti-menu {
  margin: 0px;
  background: #505050;
  color: white;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  text-align: center;
}
.mega-menu-prodotti-menu .more {
  text-decoration: underline;
}
.mega-menu-prodotti-menu .more .text {
  text-decoration: underline;
}
.mega-menu-prodotti-menu .arrow:before {
  margin-left: -10px;
  margin-top: 42px;
}
.mega-menu-prodotti-menu > li {
  border-right: 1px solid #3c3c3c;
  cursor: pointer;
  display: inline-block;
}
.mega-menu-prodotti-menu > li:hover {
  background: #3c3c3c;
}
.mega-menu-prodotti-menu > li > h3 {
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mega-menu-prodotti-menu > li > a {
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  color: inherit;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
.mega-menu-prodotti-menu .megamenu-head {
  height: 100px;
  overflow: hidden;
}
.mega-menu-prodotti-menu .megamenu-head.empty {
  height: 0;
}
.mega-menu-prodotti-menu .category-image-head {
  height: 100%;
}
.mega-menu-prodotti-menu .category-image-head img {
  height: auto;
  width: 100%;
  margin-top: -50px;
}
.mega-menu-prodotti-menu .category-image-head .background-color .category-title {
  font-size: 20pt;
}
.mega-menu-prodotti-menu .background-color {
  height: 100%;
  width: 100%;
  line-height: 100px;
}
.mega-menu-prodotti-menu .background-color .category-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 12pt;
  color: white;
  position: relative;
  z-index: 1;
  width: 60%;
}
.mega-menu-prodotti-menu .subcategory-image {
  height: 100px;
  overflow: hidden;
}
.mega-menu-container {
  max-width: 1100px;
  margin: auto;
  overflow: auto;
  max-height: 450px;
  padding: 15px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(60, 60, 60, 0.1);
}
.mega-menu-container > div > ul > li {
  width: 25%;
}
.mega-menu-container > div > ul > li > a {
  font-size: 12pt;
  font-weight: bold;
}
.mega-menu-container > div > ul > li > a > .text {
  width: 80%;
  display: inline-block;
}
.mega-menu-container > div > ul > li > a > .ishopping-icon {
  width: 20%;
  display: inline-block;
  text-align: right;
}
.mega-menu-container > div > ul > li li {
  width: 100%;
  height: 35px;
  line-height: 23px;
  border-bottom: 1px solid #dcdcdc;
}
.mega-menu-container > div > ul > li li .subcategory-image {
  display: none;
}
.mega-menu-container > div > ul > li li a {
  font-size: 10pt;
}
.mega-menu-container > div > ul > li li a .text {
  width: 80%;
  display: inline-block;
}
.mega-menu-content {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  max-height: 450px;
  overflow: hidden;
  padding-bottom: 10px;
}
.mega-menu-content img {
  width: 100%;
  height: auto;
}
.mega-menu-content li {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}
.mega-menu-prodotti-menu li li > a > .ishopping-icon,
.mega-menu-prodotti-menu .mega-menu-container > div > ul > li > a > .ishopping-icon {
  transform: translate(0px, 0px);
  transition: transform 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mega-menu-prodotti-menu li li:hover > a > .ishopping-icon,
.mega-menu-prodotti-menu .mega-menu-container > div > ul > li > a:hover > .ishopping-icon {
  transform: translate(-10px, 0px);
}
.mega-menu-prodotti-menu > li .mega-menu-container > div > ul > li li a .ishopping-icon {
  width: 20%;
  display: inline-block;
  text-align: right;
}
.mega-menu-prodotti-menu > li .mega-menu-container > div > ul > li li {
  transition: background-color 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mega-menu-prodotti-menu > li .mega-menu-container > div > ul > li li:hover {
  background-color: #dcdcdc;
}
.mega-menu-prodotti-menu .subcategory-image img {
  width: 145%;
  height: auto;
}
.mega-menu-prodotti-menu .subcategory-image a,
.mega-menu-prodotti-menu .category-image-head a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mega-menu-prodotti-menu .subcategory-image .ishopping-icon,
.mega-menu-prodotti-menu .category-image-head .ishopping-icon {
  position: absolute;
  top: 0;
  height: 100%;
  vertical-align: center;
  /* line-height: 100%; */
  width: 100%;
  text-align: right;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#a6000000', GradientType=1);
  /* IE6-8 */
  line-height: 100px;
  color: white;
  font-size: 30pt;
  right: 0;
  transform: translate(20%, 0px);
  opacity: 0;
  transition: transform 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mega-menu-prodotti-menu .subcategory-image:hover .ishopping-icon,
.mega-menu-prodotti-menu .category-image-head:hover .ishopping-icon {
  opacity: 1;
  transform: translate(0px, 0px);
}
/*MEGAMENU END*/
@media all and (min-width: 902px) {
  .mj-grid32.mj-lspace > form {
    width: 60%;
  }
  .mj-grid32.mj-lspace > form.focus {
    width: 100%;
    border: 1px solid #969696;
  }
  .product_info_left {
    padding-right: 1%;
  }
  .home-button-app {
    display: none !important;
  }
  .price-tag {
    border-radius: 100%;
    width: 100px;
    height: 100px;
  }
  .navdrawer-container {
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    pointer-events: auto;
    background: white;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 80%;
    height: 105px;
    margin-top: 0;
    overflow: visible;
  }
  .menu-button {
    display: none;
  }
  .navdrawer-bg,
  .navdrawer-bg.open {
    opacity: 0;
    pointer-events: none;
  }
  #quick_find_header_container {
    width: 28%;
    margin: 5px;
    float: right;
  }
  .app-bar {
    display: block;
    position: initial;
    height: 105px;
    padding: 0 16px;
    box-sizing: border-box;
    background: transparent;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
  }
  .app-bar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .app-bar .logo {
    float: left;
    margin: 0;
    font-size: 100px;
    line-height: 130px;
  }
  .app-bar:after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  button.menu {
    display: none;
  }
  .submenu > ul {
    display: none;
  }
  .submenu.explode > ul {
    display: inherit;
  }
  .jsn-mainnav.navbar .nav > li > a {
    font-weight: 600;
    font-size: 10pt;
    padding: 10px;
    line-height: 20px;
    padding-top: 0;
    color: #505050;
    padding-bottom: 0;
    border: none;
    text-shadow: none;
  }
  .jsn-mainnav.navbar .nav > li {
    border-radius: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child {
    border: none;
    padding-top: 20px;
    background: none;
    box-shadow: none;
    z-index: 9999999;
    position: absolute;
  }
  .jsn-mainnav.navbar .nav > li:hover > ul.nav-child {
    display: block;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li a {
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
    display: block;
    width: 150px;
    text-: uppercase;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li a:hover,
  .jsn-mainnav.navbar .nav > li ul.nav-child li a:active {
    text-decoration: none;
  }
  /* Submenu lv2*/
  ul.nav-child li:hover > ul.nav-child {
    display: block;
    position: absolute;
    z-index: 200;
    top: -1px;
    left: 155px;
    top: auto;
    margin-top: -60px;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child ul {
    margin-left: -7px;
    padding-left: 5px;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li {
    background: rgba(120, 120, 120, 0.95);
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li a {
    border: none;
    color: #dcdcdc;
    font-size: 9pt;
    text-: none;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li a:hover {
    color: #f0f0f0;
    background: transparent;
  }
  .jsn-mainnav.navbar .nav > li ul.nav-child li:hover {
    background: #505050;
  }
  #jsn-pos-mainnav li.submenu a,
  #jsn-pos-mainnav li.submenu a:hover,
  #jsn-pos-mainnav li.submenu li a:hover {
    background: none;
  }
  #jsn-pos-mainnav li.submenu li a,
  #jsn-pos-mainnav li.submenu li.submenu li a {
    background: none;
  }
  #jsn-pos-mainnav li.submenu li.submenu a {
    background: none;
  }
  #jsn-pos-mainnav li.submenu li a:hover,
  #jsn-pos-mainnav li.submenu li.submenu li a:hover,
  #jsn-pos-mainnav li .submenu a:hover,
  #jsn-pos-mainnav li.submenu li.submenu a:hover {
    background-color: transparent;
  }
  div#checkoutOrderForm table#cartContentsDisplay td {
    font-size: 14px;
  }
  .modal-dialog {
    width: 60%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 901px) {
  .width-xs-20,
  .width-xs-25,
  .width-xs-33,
  .width-xs-50,
  .width-xs-66,
  .width-xs-75,
  .width-xs-80,
  .width-xs-100 {
    width: inherit;
  }
  .hide-xs {
    display: inherit;
  }
  .width-20,
  .width-25,
  .width-33,
  .width-50,
  .width-66,
  .width-75,
  .width-80,
  .width-100 {
    width: inherit;
  }
  .hide {
    display: inherit;
  }
  .width-md-20 {
    width: 20%;
  }
  .width-md-25 {
    width: 25%;
  }
  .width-md-33 {
    width: 33.333%;
  }
  .width-md-50 {
    width: 50%;
  }
  .width-md-66 {
    width: 66.666%;
  }
  .width-md-75 {
    width: 75%;
  }
  .width-md-80 {
    width: 80%;
  }
  .width-md-100 {
    width: 100%;
  }
  .hide-md {
    display: hide;
  }
  .sliding-info-box .sliding-info-box-content > * {
    float: none;
    width: 100%;
  }
  body.page-editing-mode #mj-container .region .hide-md {
    background: #febbbb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febbbb), color-stop(45%, #fe9090), color-stop(100%, #ff5c5c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febbbb', endColorstr='#ff5c5c', GradientType=0);
    /* IE6-9 */
  }
  #mj-topbar .menu li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .jsn-mainnav.navbar .nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
    border: none;
    line-height: 25px;
    text-align: center;
    border: 1px solid white;
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
  }
  .jsn-mainnav.navbar .nav > li > a:hover {
    color: #505050;
    background: white;
  }
  #mostra_carrello_wrapper {
    left: -64px;
  }
  .header-mobile {
    display: block;
  }
  .header-desktop {
    display: none;
  }
  #mj-menubar ul.nav {
    float: left;
    width: 100%;
  }
  .navbar .nav > li {
    display: block;
    float: left;
    width: 100%;
    background: white;
    /*border-bottom: 1px solid rgb(220,220,220);*/
    text-align: left;
    background: #4968a3;
  }
  .navbar .nav > li ul.nav-child {
    display: block;
    float: right;
    font-size: 11pt;
    width: 90%;
    box-sizing: border-box;
  }
  .navbar .nav > li > ul.nav-child {
    background: white;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .navbar .nav > li > ul.nav-child li {
    width: 100%;
    display: block;
    line-height: 40px;
    text-transform: lowercase;
    clear: both;
  }
  .jsn-mainnav.navbar .nav > li:hover {
    background: #4968a3;
  }
  .jsn-mainnav.navbar .nav > li:hover a {
    color: #505050;
  }
  .jsn-mainnav.navbar .nav > li:hover > a {
    text-shadow: none;
    color: #505050;
    background: white;
  }
  #quick_find_header_container {
    width: 96%;
    margin: 2%;
  }
  #mj-logo {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  #mj-logo img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    width: auto;
  }
  #mj-logo a {
    text-align: center;
  }
  #mj-righttop {
    position: fixed;
    width: 250px;
    height: 100%;
    background-color: #4968a3;
    color: #fefefe;
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    z-index: 2;
    left: 0;
    z-index: 100000000000;
    margin-top: -60px;
  }
  #mj-righttop.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #mj-container {
    transition: 0.3s ease-out;
    float: left;
    padding-top: 60px;
  }
  #mj-container.open {
    -webkit-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
  #mj-topbar {
    position: static;
    display: block;
    height: auto;
    width: 100%;
  }
  #mj-topbar #show_total span {
    color: white;
  }
  #mj-header {
    height: 65px;
    position: fixed;
    z-index: 1;
    margin-top: -60px;
  }
  header {
    height: auto;
  }
  #bandierine {
    width: 100%;
    position: initial;
    text-align: center;
    line-height: 30px;
  }
  #quick_find_header_container {
    width: 96%;
    margin: 5px;
    float: left;
  }
  #mj-topbar .menu li a {
    padding: 5px;
    line-height: normal;
    background: #4968a3;
    color: white;
  }
  #mostra_carrello_wrapper {
    display: none;
  }
  #mostra_carrello {
    display: none;
  }
  #mj-topbar .mj-grid40 {
    width: 100%;
  }
  #show_total {
    background: white;
    height: 100%;
    display: block;
    color: #969696;
  }
  #show_total span {
    color: #969696;
  }
  #jsn-pos-mainnav {
    height: auto;
  }
  #mj-menubar {
    width: 100%;
  }
  .btn-navbar {
    display: none;
  }
  #features ul {
    display: none;
  }
  #store ul > li > ul > li > a {
    color: #969696;
    text-: lowercase;
  }
  #brands {
    display: none;
  }
  #information > a {
    color: white;
    background: #4968a3;
    text-shadow: none;
  }
  #information ul > li > a {
    color: #969696;
    text-: lowercase;
  }
  #jsn-pos-mainnav li.submenu li a:hover,
  #jsn-pos-mainnav li.submenu li.submenu li a:hover,
  #jsn-pos-mainnav li .submenu a:hover,
  #jsn-pos-mainnav li.submenu li.submenu a:hover {
    color: #505050;
  }
  .navbar .nav > li.tab_active a {
    background: #4968a3;
    color: #FFFFFF;
    text-shadow: none;
  }
  .navbar .nav a {
    border: none;
  }
  .navbar .nav > li > a:hover {
    background: #bbdd8b;
    color: #FFFFFF;
    text-shadow: none;
  }
  ul.nav-child {
    box-shadow: none;
    border: none;
  }
  /*product*/
  .product_info_right .product_description {
    width: 100%;
  }
  #cartAdd {
    width: 100%;
  }
  .product_info_right {
    width: 56%;
  }
  .product_info_left {
    width: 100%;
    margin-right: 4%;
  }
  .zoomContainer {
    display: none;
  }
  #indexCategories #categoryImgListing,
  .lista-sottocategorie #categoryImgListing {
    height: auto;
  }
  body.not-homepage #shopping_items .mj-grid64,
  body.not-homepage .mj-grid64,
  body.not-homepage #mj-container.index #mj-contentarea {
    width: 100%;
  }
  body.not-homepage .leftBoxContainer,
  body.not-homepage #mj-left div.leftBoxContainer {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  #mj-topbar li {
    width: 100%;
    text-align: center;
    background: #4968a3 !important;
    color: white;
  }
  #shoppingCartDefault #cartContentsDisplay tr {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .imgprodottocarr a {
    margin: auto;
  }
  table#cartContentsDisplay td.totalecarr div.price {
    font-size: 14pt;
  }
  #cartSubTotal {
    text-align: center;
  }
  /*carrello*/
  #shoppingCartDefault table.cartContentsDisplay td {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    border-bottom: none;
  }
  #shoppingCartDefault table.cartContentsDisplay tbody,
  #shoppingCartDefault table.cartContentsDisplay tr,
  #shoppingCartDefault table.cartContentsDisplay td {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    height: auto;
  }
  /*carrello datatable responsive*/
  /*carrello datatable responsive end*/
  #shoppingCartDefault table tr {
    padding-bottom: 20px;
  }
  #shoppingCartDefault table#cartContentsDisplay th {
    display: none;
  }
  #shoppingCartDefault table#cartContentsDisplay tr.tableHeading {
    display: none;
  }
  #shoppingCartDefault .imgprodottocarr a {
    margin: auto;
  }
  .slides .slide_image > img {
    height: 85%;
    text-align: left;
    margin-left: 0;
  }
  .flexslider .price-tag {
    width: 100%;
  }
  .flexslider .action {
    width: 100%;
  }
  .flexslider .action a {
    width: 100%;
    line-height: 30px;
    margin-bottom: 0;
  }
  .flexslider .productPriceDiscount {
    float: none;
    margin: auto;
    display: block;
  }
  #mj-maincontent {
    /*#mj-left {
      width: 25%;
    }*/
    /*#mj-contentarea {
      width: 75%;
    }*/
  }
  #mj-maincontent.empty-column-left {
    /*#mj-contentarea {
        width: 100%;
      }*/
  }
  #mj-maincontent.empty-column-left #mj-left {
    display: none;
  }
}
@media (max-width: 900px) and (min-width: 640px) {
  .product_info_right .productPriceDiscount {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
}
@media all and (max-width: 800px) {
  #cartContentsDisplayvvv,
  #cartContentsDisplayvvv td,
  #cartContentsDisplayvvv td * {
    font-size: 8pt;
  }
}
@media (max-width: 750px) {
  div#productListing.listview .productPriceDiscount {
    margin-top: -170px;
    left: 2%;
  }
  #mj-footer .moduletable {
    width: 98%;
  }
  .slides .slide_image > img {
    height: 75%;
    text-align: left;
    margin-left: 0;
  }
  #cartContentsDisplayvvv thead,
  #cartContentsDisplayvvv .cartProductDisplay {
    display: none;
  }
  #shoppingCartDefault {
    text-align: center;
  }
  #shoppingCartDefault > button {
    display: inline-block;
  }
  #aggiungiarticolonnn #codice_articolo {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #cartContentsDisplayvvv_filter {
    padding: 5px;
  }
  #cartContentsDisplayvvv_length {
    text-align: center;
  }
}
@media (max-width: 655px) {
  #checkoutShippingFormsplit,
  #checkoutPaymentFormsplit {
    width: 100% !important;
  }
  #checkoutShippingFormsplit {
    border-right: 0px !important;
  }
  #checkoutPaymentFormsplit {
    padding-left: 0px !important;
    padding-top: 40px !important;
  }
}
@media (max-width: 650px) {
  .width-20,
  .width-25,
  .width-33,
  .width-50,
  .width-66,
  .width-75,
  .width-80,
  .width-100 {
    width: inherit;
  }
  .hide {
    display: inherit;
  }
  .width-md-20,
  .width-md-25,
  .width-md-33,
  .width-md-50,
  .width-md-66,
  .width-md-75,
  .width-md-80,
  .width-md-100 {
    width: inherit;
  }
  .hide-md {
    display: inherit;
  }
  .width-xs-20 {
    width: 20%;
  }
  .width-xs-25 {
    width: 25%;
  }
  .width-xs-33 {
    width: 33.333%;
  }
  .width-xs-50 {
    width: 50%;
  }
  .width-xs-66 {
    width: 66.666%;
  }
  .width-xs-75 {
    width: 75%;
  }
  .width-xs-80 {
    width: 80%;
  }
  .width-xs-100 {
    width: 100%;
  }
  .hide-xs {
    display: none;
  }
  body.page-editing-mode #mj-container .region .hide-xs {
    background: #febbbb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febbbb), color-stop(45%, #fe9090), color-stop(100%, #ff5c5c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febbbb', endColorstr='#ff5c5c', GradientType=0);
    /* IE6-9 */
  }
  #vvv_ILEBar a,
  #vvv_ILEBar button {
    margin: 3px;
    min-width: 0px;
  }
  #vvv_ILEBar a span,
  #vvv_ILEBar button span {
    display: none;
  }
  body.homepage #shopping_items .mj-grid64,
  body.homepage .mj-grid64,
  body.homepage #mj-container.index #mj-contentarea {
    width: 100%;
  }
  /*body.homepage #mj-left {
       margin: 0;
       width: 96% ;
  }

  body.homepage .leftBoxContainer, body.homepage #mj-left div.leftBoxContainer{
    float: left;
    width: 46% ;
    margin: 2%;
  }*/
  .index-product-grid .product-item {
    width: 50% !important;
  }
  #productMainVideo .video-item {
    width: 50%;
  }
  /**/
  #viewControl {
    clear: both;
  }
  #indexProductList {
    text-align: center;
  }
  #indexProductList h1 {
    width: 100%;
  }
  #indexProductListCatDescription {
    display: none;
  }
  #compareProducts .compareAdded.compareButton {
    position: static;
    float: none;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    min-width: 80px;
  }
  #productListing.listview tr > td {
    float: left;
    width: 98% !important;
    padding: 1% !important;
  }
  #productListing .listingQuantityCell {
    display: none;
  }
  #compareResult {
    width: 98%;
    height: auto;
  }
  #sorter {
    width: 98%;
  }
  div#productListing.listview tr td.listingImageCell {
    width: 49%;
  }
  div#productListing.listview tr td.listingNameCell {
    width: 50%;
    margin-right: 0%;
  }
  div#productListing.listview tr td.listingPriceCell {
    width: 100%;
  }
  #checkoutShippingFormsplit,
  #checkoutPaymentFormsplit {
    width: 96%;
  }
  .product_info_right {
    width: 100%;
  }
  .product_info_left {
    width: 100%;
  }
  .titoloSUPcontainer {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
  }
  .categoryIcon > span > a {
    text-align: center;
    float: none;
  }
  .categoryIcon {
    float: none;
    margin: auto;
    height: auto;
    clear: both;
    text-align: center;
  }
  div.socialbar {
    text-align: center;
  }
  .mj-boxdownload,
  .message-box,
  #centerColumn .message-box {
    width: 98%;
    margin-top: 0;
    right: auto;
    left: auto;
    padding: 15px;
    margin: 1%;
    bottom: auto;
    border-radius: 3px;
    max-width: 1000px;
  }
  /*crumbs*/
  #crumbs ul li.not-mobile-crumb-item {
    display: none;
  }
  #crumbs ul li.first-for-mobile a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #crumbs ul li.first-for-mobile a:before {
    display: none;
  }
  /*checkout*/
  #checkoutOrderForm table td {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    border-bottom: none;
    text-align: center !important;
  }
  #checkoutOrderForm table td.cartImage {
    width: 100%;
  }
  #checkoutOrderForm table td.cartProductDisplay {
    width: 100%;
    text-align: center;
  }
  #checkoutOrderForm table tbody,
  #checkoutOrderForm table tr,
  #checkoutOrderForm table tr {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    height: auto;
  }
  #checkoutOrderForm table tr {
    float: left;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
  }
  #checkoutOrderForm table tr {
    padding-bottom: 20px;
  }
  #checkoutOrderForm table th {
    display: none;
  }
  #checkoutOrderForm tr.tableHeading {
    display: none;
  }
  .slides .slide_image > img {
    height: 65%;
    text-align: left;
    margin-left: 0;
  }
  #productListing.gridview tr > td .listingDescription {
    min-height: 150px;
  }
  .gridview .compareclass {
    text-align: left;
  }
  .modal-dialog {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  #facebox {
    top: 5% !important;
    left: 4% !important;
    width: 92% !important;
  }
  #facebox select.address {
    font-size: 8pt !important;
  }
  #mj-left {
    width: 100%;
  }
  #mj-maincontent #mj-left {
    width: 100%;
  }
  #mj-maincontent #mj-contentarea {
    width: 100%;
  }
  #mj-maincontent.empty-column-left #mj-left {
    width: 100%;
  }
  #mj-maincontent.empty-column-left #mj-contentarea {
    width: 100%;
  }
  #ACCOUNT_LINKS div.width-100 {
    width: 100%;
  }
  .checkout #checkoutShoppingCart table,
  #checkouttitoletto,
  #cartContentsDisplayvvv_length,
  #cartContentsDisplayvvv_filter,
  #cartDefaultHeading,
  .compareclass,
  .PRODUCTS_LIST_PRODUCTS_COMPARE,
  .REG_PRODUCT_LIST_FILTER,
  .img-semafore,
  #accountDefault h1,
  .PRODUCTS_LIST_CATEGORY_DESCRIPTION,
  .PRODUCTS_LIST_PRODUCTS #sorter,
  .SIDE_MENU,
  .SIDE_MANUFACTURERS {
    display: none;
  }
  #checkoutOrderForm #editButton a {
    margin-right: 0px;
    width: 100%;
  }
  .checkout .forward[id='editButton'] {
    width: 100%;
  }
  #mj-maincontent table#cartContentsDisplay > tbody > tr {
    display: flex;
  }
  .CUSTOM_SLIDESHOW {
    display: none;
  }
  .container-search-mobile {
    display: block !important;
  }
}
@media all and (max-width: 570px) {
  #cartContentsDisplayvvv td {
    display: inline-block;
  }
  #cartContentsDisplayvvv tr {
    height: 87px !important;
  }
  #cartContentsDisplayvvv thead {
    display: none;
  }
  #cartContentsDisplayvvv td.sorting_1 {
    display: none;
  }
  td.cartQuantity {
    float: right;
  }
  td.cartQuantityUpdate {
    position: absolute;
    right: 71px;
    margin-top: 35px;
  }
  td.imgprodottocarr {
    float: left;
  }
  td.imgprodottocarr a {
    border-radius: 0;
  }
  td.cartProductDisplay {
    display: block;
    /*position: absolute;*/
    margin-top: 0px;
    left: 110px;
  }
  td.prezzo_no_sconti {
    float: left;
    position: absolute;
    margin-top: 20px;
    left: 110px;
  }
  td.prezzocarr {
    position: absolute;
    margin-top: 35px;
    left: 110px;
  }
  td.totalecarr {
    float: left;
    position: absolute;
    margin-top: 50px;
    left: 110px;
  }
  td.cartRemoveItemDisplay {
    position: absolute;
    right: 27px;
    margin-top: 35px;
  }
  .paginate_button {
    display: inline-block;
  }
  .paging_full_numbers {
    width: 100%;
    height: auto !important;
    display: block;
  }
}
@media (max-width: 550px) {
  .modal-dialog {
    width: auto;
    margin: 10px;
    margin-bottom: 60px;
  }
  #mj-logo img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
  }
  /**/
  .centerBoxContentsProducts.centeredContent .listingDescription {
    min-height: 185px;
  }
  .centerBoxContentsProducts.centeredContent .listingPrice {
    height: 60px;
  }
  .centerBoxContentsProducts.centeredContent .listingPrice .productPriceDiscount {
    margin-top: -480px;
    margin-left: -8px;
  }
  div#mostra_carrello {
    min-width: 0px;
    display: none;
  }
  .slides .slide_image > img {
    height: 50%;
    text-align: left;
    margin-left: 0;
  }
  #productListing.gridview tr > td .listingDescription {
    min-height: 110px;
  }
  #productListing.gridview tr > td {
    width: calc(96%) !important;
  }
  table#prevOrders tr {
    width: 100%;
    float: left;
  }
  table#prevOrders tr.tableHeading {
    display: none;
  }
  table#prevOrders td,
  table#prevOrders th {
    display: block;
    border-top: none !important;
    text-align: center;
    width: 100% !important;
  }
  .left-big-image {
    width: 100%;
    height: 150px;
    clear: both;
    margin: 0;
    margin-bottom: 3%;
  }
  #logoffDefaultHeading {
    text-align: center;
  }
  #contactUsForm input[type="text"] {
    width: 90%;
  }
  #contactUsForm .checkboxLabel {
    display: inline;
    float: none !important;
  }
  .side-menu li > a > span {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    margin-top: -8px;
    text-align: center;
    margin-left: 0px !important;
    border-radius: 3px;
    border: 1px solid #787878;
    margin-right: 3px;
  }
}
@media (max-width: 480px) {
  #mj-contentarea #shoppingCartDefault table#cartContentsDisplay td {
    width: 100%;
  }
  body.not-homepage .leftBoxContainer,
  body.not-homepage #mj-left div.leftBoxContainer {
    width: 100%;
  }
  #mj-left h3 {
    margin: auto;
  }
  #productMainVideo .video-item {
    width: 98%;
  }
  .product_review a {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  body.not-homepage > .product_info .dettagliprodottobox {
    left: 1%;
    text-align: center;
  }
  /*.navdrawer-container::-webkit-scrollbar {
        display: none;
    }*/
  .centerBoxWrapper {
    margin-right: 0px;
  }
  /**/
  div#productListing.listview tr td.listingImageCell {
    width: 100%;
  }
  div#productListing.listview .productPriceDiscount {
    margin-top: -220px;
  }
  div.compareclass input {
    margin: auto;
    display: inline;
    float: none;
  }
  .centerBoxContentsProducts.centeredContent .listingDescription {
    min-height: 85px;
  }
  .centerBoxContentsProducts.centeredContent {
    min-width: 0px;
  }
  .nav-tabs li {
    width: 98%;
    margin: 1%;
    padding: 0;
    text-align: center;
  }
  #indexCategories .product-item img,
  .lista-sottocategorie .product-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    min-height: 0;
  }
  .dataTables_length {
    width: 100%;
  }
  .dataTables_filter {
    width: 100%;
  }
  /*flexslider*/
  .slide_img {
    float: right;
    position: static;
    right: 0;
    top: 0;
    width: 100%;
    height: 370px;
    margin-top: 0px;
  }
  .slides .slide_image > img {
    height: auto;
    width: 60%;
    max-width: 10000000px;
    max-height: 1000000px;
    margin-left: 20%;
  }
  .flexslider .caption_text {
    float: left;
    height: auto;
    padding-left: 1%;
    padding: 10px;
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .price-tag {
    border-radius: 3px;
    height: 20%;
    padding: 1%;
    width: 80%;
    bottom: 0px;
    top: auto;
    left: 0px;
    background: none;
    border: 2px solid #787878;
    margin: 2%;
    position: static;
    margin-left: 8%;
  }
  #mj-slideshow {
    background: white;
  }
  #mj-slideshow .flexslider {
    height: 450px;
  }
  /**/
  .buttonRow {
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
  }
  div#checkout div.discountForm div.gvBal div.buttonRow {
    margin-left: auto;
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  #moduleMenu-wrapper span {
    width: 80%;
    margin: auto;
    float: none;
  }
  #moduleMenu-wrapper span a {
    width: 80%;
    margin: auto;
    float: none;
  }
  #moduleMenu-wrapper span.productPriceDiscount {
    width: 50px;
    margin: -310px 0 0 0;
    float: none;
  }
  .product_info_right .productPriceDiscount {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
  #clienteregistrato input {
    width: 80%;
  }
  #clienteregistrato label {
    width: 100%;
    text-align: center;
  }
  #clienteregistrato input[type="submit"] {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  #clienteregistrato .buttonRow {
    text-align: center;
  }
  #clienteregistrato {
    text-align: center;
  }
  #clientenuovo {
    text-align: center;
  }
  #clientenuovo input {
    width: 80%;
  }
  #clientenuovo label {
    width: 100%;
    text-align: center;
  }
  #clientenuovo input[type="submit"] {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  /*checkout*/
  form#checkout_payment {
    text-align: center;
  }
  #checkouttitoletto {
    text-align: center;
  }
  #cartContentsDisplay td {
    text-align: center;
  }
  .component-property {
    width: 96%;
  }
}
@media (max-width: 350px) {
  .slides .slide_image > img {
    width: 80%;
    margin-left: 10%;
  }
  .index-product-grid .product-item {
    width: 100% !important;
  }
}
/*aggiustamenti carrello - END*/
/*cookie css*/
.eupopup-button_1 {
  color: #4968a3 !important;
  font-weight: bold;
  font-size: 14px;
}
.eupopup-button_2 {
  color: #4968a3 !important;
  font-weight: normal;
  font-size: 12px;
}
/**/
/********* select address checkout ***********/
.address-panel .flag.default {
  display: none;
}
.address-panel.default {
  background: #5CB85C;
  color: white;
  border-color: #58B558;
}
.address-panel.default .flag.default {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.address-panel {
  min-height: 130px;
  position: relative;
  cursor: pointer;
}
.address-panel-wrapper {
  position: relative;
  margin-top: 30px;
}
.address-panel-wrapper .delete-address {
  position: absolute;
  bottom: 13px;
  left: 8px;
  width: 25px;
  height: 25px;
  display: block;
  min-width: 20px;
  font-size: 14px;
  border-radius: 100%;
}
.select-address-wrapper .empty-address {
  display: none;
}
.select-address-wrapper.empty .empty-address {
  display: block;
}
.select-address-wrapper.empty .address-list {
  display: none;
}
.address-list-inner {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.border-right {
  border-right: 1px solid #ccc;
}
.add-address-inner {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-table;
  width: 100%;
  text-align: center;
}
.modal-backdrop {
  z-index: 0;
}
/*BrainTree*/
.checkout > .ccinfo {
  display: inline-block;
  padding-left: 24px;
  width: 100%;
}
.checkout > .ccinfo > .inputLabelPayment {
  width: 130px;
  text-align: left;
}
.checkout > .ccinfo > input,
select {
  margin-bottom: 5px;
  float: left;
  margin-right: 5px;
}
.checkout > .ccinfo > input {
  width: 50%;
}
.checkout > .ccinfo > input[id$="cvv"] {
  width: initial;
}
.checkout #checkoutPayment > .alert {
  padding: inherit;
}
div #checkout {
  z-index: 1;
}
label[class^="radio"] {
  cursor: pointer;
}
/** MKK **/
.search-mobile {
  padding-top: 0px;
}
.search-mobile button {
  padding-top: 10px;
  padding-bottom: 7px;
}
.help-block {
  color: #dd3e3e;
}
.color-red {
  background: #d21e09;
  color: #fff;
}
.color-green {
  background: #2cad44;
  color: #222;
}
.panel-title {
  display: inline-block;
}
.panel-heading > .box-tools {
  right: 10px;
}
/**********switch button @@STD1.9.143**********/
.onoffswitch {
  position: relative;
  width: 69px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 26px;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Si";
  padding-left: 10px;
  background-color: #4968a3;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 39px;
  border: 2px solid #999999;
  border-radius: 0px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.cl_reso {
  display: table;
}
.cl_reso .qtareso {
  margin-bottom: 5px;
  float: left;
  min-height: 25px;
  height: 29px;
}
/**********end switch button**********/
