<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --as-primary: #179aec;
  --as-primary-dark: #179aec;
  --as-secondary: #feff03;
  --as-secondary-dark: #817873;
  --as-light: #A2A2A2;
  --as-grey: #EDEDED;
  --as-red: #BA0001;
  --as-yellow: #FEBE00;
  --as-green: #5EBB00;
  --as-blue: #0E7FC3;
  --as-danger: #C30E0E;
  --as-bg-body: #FFFFFF;
  --as-border-color: #F2F2F2;
  --as-bg-box: #FAFAFA;
  --as-bg-box-dark: #E8E8E8;
  --as-table-bg: #FAFCFD;
  --as-separator: #E5E5E5;
  --as-separator-dark: #DBDBDB;
  --as-icon-red: #FEE6EC;
  --as-icon-yellow: #FFF9E5;
  --as-icon-green: #F1F8E8;
  --as-icon-blue: #E6F2F9;
  /* rgba(14, 127, 195, 0.1); */
  --as-btn-primary: #179aec;
  --as-btn-primary-hover: #179aec;
  --as-btn-secondary: #feff03;
  --as-btn-secondary-hover: #feff03;
  --as-tab-selected: #E6F2F9;
  --as-text-primary: #000000;
  --as-text-secondary: #FFFFFF;
  --as-text-btn-secondary: #179aec --as-text-link: #12d2ff;
  --sale-backgroundcolor: red;
  --sale-name: 'PROMO';
  --as-footer: #2e2e2e;
}


footer {
  background-color: var(--as-footer);
  color: var(--as-text-secondary);
}


input[type=checkbox] {
  accent-color: var(--as-primary);
}

.btn {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 25px;
}

.btn:hover {
  font-weight: 400;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

.btn-primary {
  border-color: var(--as-primary);
  background-color: var(--as-primary);
  color: var(--as-text-secondary);
}

.btn-primary:hover {
  border-color: var(--as-secondary);
  background-color: var(--as-secondary);
  color: var(--as-primary);
}

.btn-outline {
  border-color: var(--as-primary);
  background: transparent;
  color: var(--as-primary);
}

.btn-outline:hover {
  border-color: var(--as-btn-secondary);
  background-color: var(--as-btn-secondary);
  color: var(--as-btn-primary);
}

.btn-default {
  border-color: var(--as-primary);
  background-color: var(--as-primary);
  color: var(--as-text-secondary);
}

.btn-default:hover {
  border-color: var(--as-primary);
  background-color: var(--as-primary);
  color: var(--as-text-secondary);
}

.icon-btn {
  color: var(--as-primary);
}

.form-control {
  border-radius: 25px;
  height: 35px;
}

.main-login-content {
  position: absolute;
  top: 30%;
  width: inherit;
  height: inherit;
}

.login-container {
  max-width: 850px;
  margin: 0px auto;
  min-height: 350px;
  position: relative;
}

.loginform {
  margin-top: 15px !important;
}

.inputloginpwd {
  margin-bottom: 5px;
  margin-top: 25px;
}

#signup {
  position: absolute;
  background: white;
  padding: 35px 20px;
  flex-direction: row;
  top: -50px;
  left: 50px;
  width: 400px;
  box-shadow: 1px 1px 3px 0px var(--as-primary);
  height: 450px;
  z-index: 2;
}

#login {
  background: white;
  padding: 10px 20px;
  flex-direction: row;
  width: 350px;
  box-shadow: 1px 1px 3px 0px var(--as-primary);
  height: 350px;
  z-index: 2;
  margin: auto;
}

.login-container form {
  margin: 0;
}

.login-container p {
  font-size: 10px;
}

.inputlogin {
  margin-right: 10px;
}

.login-box-content {
  width: 100%;
  display: flex;
  position: absolute;
  top: 35%;
}

#login-back,
#signup-back {
  flex-grow: 0.5;
  text-align: center;
}

#login-back p,
#signup-back p {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

#createAcctSuccess {
  text-align: center !important;
  color: var(--as-primary);
}

#createAcctSuccess h2 {
  text-align: center;
  margin: 25px 0px;
}

#createAcctSuccess p {
  font-size: 20px;
  text-align: center;
}


.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px;
}

.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #446a89;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}

.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

@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-as: 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 0.7s infinite linear;
  -webkit-animation: spin2 0.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;
  text-align: left;
}

body {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  margin: 0;
  color: #2e2e2e;
}

a {
  color: #282828;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-family: 'Fredoka', 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: 'Fredoka', 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;
}


.uid {
  display: none !important;
}

.hide {
  display: none;
}

.off {
  display: none;
}


.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;
  margin-bottom: 40px;
}

legend {
  font-weight: 500;
}

form label {
  min-width: 5%;
  display: block;
  float: left;
}

.clearBoth {
  clear: both;
}

fieldset&gt;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 {
  min-width: 25px;
  width: auto;
  height: 35px;
}

.btn-lg,
.btn-group-lg&gt;.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.fsfi {
  background-color: #787878;
}

.fsfi.active {
  background-color: #73bb57;
}

.modal.in .modal-dialog {
  z-index: 100000;
}

#mj-left {
  width: 350px;
  margin-right: 50px;
}

#mj-contentarea {
  flex-grow: 1;
  width: 0;
}


/*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: #f0f0f0;
}

.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 {
  /*position: absolute;*/
  position: relative;
  width: 100%;
  height: auto;
}

.product:hover .product-wrapper .product-info {
  height: auto;
}

.product:hover .product-wrapper .product-info .product-name {
  white-space: normal;
}

.product:hover .product-wrapper .product-info .product-desc {
  white-space: normal;
}

.products-list .product {
  min-height: 273px;
}

.products-list .product .product-wrapper .product-head {
  padding-top: 5px;
  padding-bottom: 5px;
  background: var(--as-primary);
  color: #fff;
}

.products-list .product .product-wrapper .product-actions .product-price {
  width: 100%;
  display: block;
}

.products-list .product .product-wrapper .product-actions .product-price&gt;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&gt;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;
  height: 30px;
}

.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 {
  width: auto !important;
  min-width: 0;
  padding: 5px 12px;
  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: 130px;
  margin-bottom: 0px;
}

/*prova bug 1*/

.grouped-items {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}

.grouped-items&gt;* {
  border-right: 1px solid #c8c8c8;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 32px;
  line-height: 22px;
}

.grouped-items&gt;*:hover {
  background-color: #f0f0f0;
}

.grouped-items&gt;*: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;
}


.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;
}


.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: #dc1111;
  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&gt;* {
  float: left;
  width: 50%;
  font-size: 9pt;
}

.sliding-info-box .sliding-info-box-content&gt;* 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%;
}

div#HEADER_LOGO {
  width: 180px;
  margin: auto;
}

.header-desktop #mj-logo {
  width: 100%;
  text-align: center;
  position: inherit;
}

.header-desktop #mj-logo a {
  display: block;
  margin: auto;
  text-align: left;
}

.header-desktop #mj-logo img {
  width: 180px;
  height: 100px;
  padding: 5px;
  margin-top: 15px;
  margin: auto;
}

.header-desktop .header-desktop-main-menu {
  /* top: -80px; */
  background: var(--as-bg-body);
  -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;
  padding: 15px;
}

.mega-menu a {
  color: var(--as-primary);
  font-size: 22px;
}

.mega-menu-prodotti&gt;ul&gt;li#catalogo:hover&gt;a&gt;span {
  border-bottom: 2px solid var(--as-text-secondary);
}

/*
.header-desktop.fixed .header-desktop-main-menu .header-desktop-cart {
  padding-top: 0px;
} */

.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%;
}


.region.region-container.REG_HEADER_TOP_LEFT {
  display: flex;
  height: 100px;
  width: 100%;
}

div#MEGA_MENU {
  display: flex;
  width: 100%;
}

.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 {
  font-weight: 300;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: block;
}

.header-desktop .menu {
  margin-top: 0px;
}

#mj-topbar li,
.header-desktop .menu li {
  background: none;
  padding: 0;
  float: right;
  border-right: 1px solid #ddd;
}

#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: #56da8f;
  height: 100%;
  display: block;
  color: white;
}

#show_total span {
  color: white;
}

#mj-header,
header {
  padding: 0;
  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: #56da8f;
  float: left;
  width: 100%;
  font-size: 8pt;
}

#mostra_carrello .empty {
  width: 100%;
  text-align: center;
  padding: 5%;
  font-size: 12pt;
}

#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;
}

/**/

.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&gt;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&gt;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: #56da8f;
  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: #9edeba;
}

.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&gt;div {
  color: #787878;
}

.flexslider .price-tag .price {
  font-size: 24px;
  font-weight: 300;
  width: auto;
  line-height: 30px;
}

.flexslider .price-tag .price&gt;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&gt;li.tab_active a,
.flex-caption,
.slide-description {
  color: #787878;
  text-shadow: none;
}

#mj-slideshow .content {
  position: static;
}

#orderTotals&gt;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 {
  position: static;
  float: left;
}

.header-desktop #mj-menubar {
  width: 100%;
}

.header-desktop-navigation {
  background: var(--as-primary);
  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: var(--as-primary);
  font-weight: 300;
  font-size: 12pt;
  color: var(--as-text-secondary);
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

#mj-left h3 label {
  line-height: inherit;
}

#moduleMenu-wrapper span a {
  background: white;
  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: #56da8f;
  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&gt;li ul.nav-child li a:hover,
.jsn-mainnav.navbar .nav&gt;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&gt;div&gt;div {
  margin-bottom: 30px;
}

.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;
  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%;
} */

.nav-child li {
  border-bottom: 1px solid #f0f0f0;
  border-right: none !important;
}

#mj-right {
  display: none;
}

#shopping_items .mj-grid64,
.mj-grid64 {
  /*width: 74% ;*/
  margin: 0;
  right: 0;
}

#mj-featured1 {
  padding: 0;
}

#mj-maincontent {
  padding-top: 20px;
}

#mj-maincontent table.mj-grid96&gt;tbody&gt;tr {
  width: 100%;
  display: block;
}

#mj-maincontent table&gt;tbody&gt;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 {
  margin-top: 50px;
}

.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&gt;div {
  margin: 0;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  background-color: white;
}

.index-product-grid .product-item&gt;div:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2) !important;
}

.index-product-grid .product-item&gt;div:hover .productbtn a {
  border-color: #9edeba;
  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: #9edeba;
  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 .grouped-items&gt;* {
  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 {
  margin-bottom: 15px;
} */

.REG_PRODUCT_LIST_FILTER form {
  margin: 0;
}

.REG_PRODUCT_LIST_FILTER #viewVisualControl {
  height: 35px;
  padding: 5px;
}

#compareResult {
  background: #f5f5f5;
  padding: 5px;
}

#sorter {
  padding: 10px;
}

#viewVisualControl a span {
  font-family: "ishopping-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  overflow: hidden;
  color: #8c8c8c;
  margin-right: 5px;
}

#viewVisualControl a&gt;span:hover {
  color: #282828;
}

#viewVisualControl a #gridbuttonselected,
#viewVisualControl a #listbuttonselected,
#viewVisualControl a #tablebuttonselected {
  color: #282828;
}

#viewVisualControl a span:before {
  margin-right: 50px;
  font-size: 32px;
  line-height: 30px;
}

#categoryImgListing {
  display: block;
  width: 45px;
  height: 45px;
  margin: 5px;
}

#indexProductList&gt;form {
  margin-top: 0;
  margin-bottom: 0;
}

#sorter&gt;form {
  margin-top: 0;
  margin-bottom: 0;
}

#compareProducts .compareAdded {
  margin-right: 20px;
  float: left;
}

#compareProducts .compareAdded&gt;a {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-right: 0;
  border-radius: 100%;
}

#compareProducts .compareAdded.compareButton&gt;a {
  width: auto;
  height: auto;
  border-radius: none;
  overflow: visible;
}

#compareProducts .compareAdded&gt;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&gt;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&gt;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&gt;div {
  float: right;
}

#productListing td.listingModelCell .boxgridlist&gt;div.compareclass {
  float: left;
}

#productListing td.listingModelCell .boxgridlist&gt;div.listingModel {
  font-weight: 600;
}

#productListing td.listingModelCell,
#productListing.gridview tr&gt;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&gt;td .boxgridlist .listingModel {
  text-align: right;
}

#productListing.gridview tr&gt;td&gt;a {
  float: left;
  width: 100%;
}

#productListing.gridview tr&gt;td .boxconth3 {
  float: left;
  width: 100%;
  padding: 10px;
}

#productListing.gridview tr&gt;td .listingDescription {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 10pt;
  padding-top: 0;
}

#productListing.gridview tr&gt;td .listingQuantity {
  float: left;
  width: 100%;
  padding: 10px;
}

#productListing.gridview tr&gt;td .listingPrice {
  float: left;
  width: 90%;
  padding: 5px;
  margin: 5%;
  height: auto;
  margin-bottom: 0;
}

#productListing.gridview tr&gt;td .listingButtonGroup {
  float: left;
  width: 100%;
  padding: 10px;
}

#productListing.gridview tr&gt;td .listingButtonGroup&gt;a {
  width: 100%;
  margin-top: 0;
}

#productListing.gridview tr&gt;td&gt;a&gt;img {
  margin: auto;
  float: none;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#productListing.gridview tr&gt;td .boxgridlist&gt;div {
  float: right;
  width: 50%;
}

#productListing tr:hover td.listingModelCell,
#productListing.gridview tr&gt;td:hover .boxgridlist {
  background-color: #56da8f;
  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: 0px;
}

.prices-details&gt;span {
  background: var(--as-primary);
  padding: 1px;
  padding-left: 3px;
  border-radius: 3px;
  padding-right: 3px;
  margin: 1px;
  display: inline-block;
  color: white;
}

.prices-details&gt;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&gt;div&gt;a {
  font-size: 9pt;
  cursor: pointer;
}

.navSplitPagesLinks {
  width: auto;
  display: block;
  float: right;
  border-radius: 3px;
  font-size: 16px;
}

.navSplitPagesLinks&gt;* {
  display: none;
}

.navSplitPagesLinks&gt;strong,
.navSplitPagesLinks&gt;a {
  line-height: 20px;
  padding: 5px;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 30px;
  height: 30px;
  margin: 0px 5px;
}

.navSplitPagesLinks&gt;strong.next,
.navSplitPagesLinks&gt;a.next {
  border-right: none;
}

.navSplitPagesLinks&gt;strong {
  background: var(--as-primary);
  color: var(--as-secondary);
}

.navSplitPagesLinks&gt;*: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&gt;div {
  display: block;
  float: left;
}

.centerColumn {
  margin: auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.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: #ebebeb;
  -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: 'Fredoka', 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;
}

.productPrice {
  margin-right: 0;
  font-weight: bold;
}

.productSpecialPrice {
  margin-right: 0;
  font-weight: bold;
  color: #dc1111;
}

.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&gt;a,
.centerBoxContentsFeatured.centeredContent:hover .mj-productdetailimage&gt;a,
.centerBoxContentsSpecials.centeredContent:hover .mj-productdetailimage&gt;a,
.productListing-odd:hover .mj-productdetailimage&gt;a,
.productListing-even:hover .mj-productdetailimage&gt;a,
.categoryListBoxContents:hover .mj-productdetailimage&gt;a {
  background-position: 50% 50%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.centeredContent {
  width: 100%;
  margin: 0;
}

.centeredContent:hover .propricemain {
  background: #56da8f;
}

.centeredContent:hover .product_name a {
  color: #56da8f;
}

#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 .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: #fff;
  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: 17px;
  color: var(--as-text-secondary);
  padding: 0;
  line-height: 28px;
  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 .custom.mj-grid24.mj-dotted {
  font-size: 9pt;
  color: #fff;
}

#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: 100px;
  width: 100px;
  max-width: 100%;
}

/**/

#mj-topbar .mj-grid40 {
  width: 100%;
}

a {
  font-family: 'Fredoka', sans-serif;
}

.search_container #search-button {
  color: inherit;
}

#search-button {
  vertical-align: bottom;
  min-width: auto;
  padding: 20px;
  background: unset;
  border: transparent;
  color: var(--as-primary);
}

#addnew-button {
  vertical-align: bottom;
  min-width: auto;
  padding: 20px 0px;
  background: unset;
  border: transparent;
  color: var(--as-primary);
}

#mat-button {
  vertical-align: bottom;
  min-width: auto;
  padding: 20px 0px 20px 10px;
  background: unset;
  border: transparent;
}

#mat-button a {
  color: var(--as-primary);
}

.iscrizione,
.iscrizione:hover {
  color: var(--as-primary);
}

#resultsContainer {
  width: 100%;
  height: 0;
  flex-grow: 1;
}

.search input[type="text"] {
  border: none;
  box-shadow: none;
  margin: 0;
  min-height: 0;
  outline: none;
  padding: 0px;
  height: 35px;
  float: left;
  width: 0;
  text-indent: 0px;
  /* color: black !important; */
  font-weight: 500;
  margin-left: 15px;
  flex-grow: 1;
  background: transparent;
  font-size: 16px;
}

.mj-grid32.mj-lspace&gt;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 {
  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;
}

button.carrello-button .icon {
  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: 25%;
  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: 300px;
  height: 100%;
  background: #FFF;
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 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&gt;li&gt;a {
  display: block;
}

.nav&gt;li&gt;a:hover {
  text-decoration: none;
  background-color: unset;
}

.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&gt;li {
  display: block;
  float: left;
}

.navbar .nav&gt;li&gt;a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
}

.navbar .nav&gt;li&gt;a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active&gt;a,
.navbar .nav .active&gt;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&gt;li {
  padding-left: 20px !important;
  text-align: left !important;
}

li.pulCategorie {
  font-size: initial;
  padding: 5px !important;
  cursor: pointer;
}

.mj-mainnav.navbar .nav&gt;li {
  position: relative;
}

.mj-mainnav.navbar .nav&gt;li:hover&gt;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;
  display: contents;
}

.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&gt;span&gt;a,
#categoryImgListing {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  padding-bottom: 0;
}

.categoryIcon&gt;span&gt;a img,
#categoryImgListing img {
  height: 100%;
  width: auto;
}

.categoryIcon a,
#indexProductListCatDescription {
  font-family: 'Fredoka', sans-serif;
  color: #787878;
  font-weight: 300;
  font-size: 12pt;
  line-height: 40px;
}

.titoloSUPcontainer {
  float: left;
  width: 76%;
}

.product_info_right {
  font-family: 'Fredoka', 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;
}

/**/

/*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%;
}


body.not-homepage #mj-maincontent {
  padding-top: 5px;
}

body.not-homepage #mj-slidetitle {
  box-shadow: none;
  background: #f0f0f0;
  text-transform: 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-transform: 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&gt;div {
  clear: both;
}

#productGeneral {
  float: left;
  width: 100%;
}

body.not-homepage&gt;.product_info .prodottoboxprice {
  width: 98%;
  text-align: center;
  padding: 10px;
  margin: 1%;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  float: left;
}

#mj-contentarea h1 {
  padding-top: 7px;
  font-size: 24px;
  padding: 0;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

body.not-homepage #mj-contentarea h1 {
  padding-top: 7px;
  font-size: 30px;
  padding: 0;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

body.not-homepage&gt;.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;
}

.align-center {
  text-align: center;
}

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: #fff;
  border-radius: 100% !important;
  font-size: 18pt;
  color: var(--as-text-btn-secondary);
  min-width: 0;
  background-color: var(--as-secondary);
  font-weight: 400;
}

#productDetailsList&gt;span {
  padding-right: 10px;
  margin-right: 10px;
}

#productDetailsList&gt;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&gt;.product_info .product_description .title {
  border: none;
}

.product_info_left .product_image {
  width: 100%;
  text-align: center;
}

#productMainImage {
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
}

#productMainImage img {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: -webkit-fill-available;
}

.product_info_left .product_image img {
  height: auto;
}

#productAdditionalImages {
  width: 120px;
  display: contents;
  border-right: 1px solid #eee;
}

#productAdditionalImages .product-item {
  display: block;
  float: left;
  height: 70px;
  padding: 0;
  width: auto;
  padding-right: 5px;
  padding-bottom: 5px;
}

#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;
}

#cartAdd {
  float: left;
  width: 30%;
}

.product_info_right .product_description {
  width: 70%;
  float: left;
  display: none;
}

.zoomWindowContainer&gt;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;
  text-align: center;
  padding: 10px 0px;
}

.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;
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding: 4px 5px 3px;
  border: none;
  height: 35px;
  width: 40px;
  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"],
.readmore,
button,
.cart_button .cssButton,
.cart_button .cssButtonHover {
  background: transparent;
  border: none;
  background-color: #56da8f;
  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: black;
  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,
.readmore:hover,
button:hover {
  /* background-color: #fff; */
  cursor: pointer;
  font-weight: bold;
}

.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;
}

div#quick_find_header_container {
  display: flex;
}

.jsn-mainnav.navbar .nav&gt;li&gt;a {
  background: none;
}

.jsn-mainnav.navbar .nav&gt;li:hover {
  background-color: #8c8c8c;
}

.jsn-mainnav.navbar .nav&gt;li:hover a {
  color: #e6e6e6;
  text-shadow: none;
}

div#productAttributes {
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrapperAttribsOptions {
  width: 100%;
}

.wrapperAttribsOptions .back {
  width: 100%;
}

h4.optionName {
  width: 50%;
  margin: 0;
  line-height: 28px;
  text-align: center;
  text-: capitalize;
  color: inherit;
}

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: 'Fredoka', 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 {
  font-size: 16px;
}

#products_attachements i {
  color: var(--as-primary);
}

.alsoPurchased .centerBoxWrapperContents {
  margin-top: 0px;
  margin-left: 0px;
}

/*product tab*/

#product-more-info-tab {
  margin-top: 50px;
  clear: both;
  float: left;
  width: 100%;
  display: grid;
}

.tab-content&gt;.tab-pane {
  display: none;
}

.tab-content&gt;.active {
  display: block;
}

.tab-content {
  border-radius: 3px;
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 10pt;
  line-height: 15pt;
}

.nav-tabs {
  border-bottom: 2px solid var(--as-primary);
}

.nav-tabs li {
  margin-bottom: 5px;
}

.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
  background: transparent;
  border: none;
}

.nav-tabs&gt;li&gt;a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs li.active a,
.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
  color: var(--as-primary);
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 0px;
  font-weight: bold;
}

.nav-tabs li a {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--as-primary);
}


/*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; */
  text-align: right;
  clear: both;
  width: 100%;
  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;
}

table#cartContentsDisplayvvv tr.rowEven,
.dataTables_wrapper table tr.even {
  background-color: #f5f5f5 !important;
}

table#cartContentsDisplayvvv tr.rowOdd,
.dataTables_wrapper table tr.odd {
  background-color: #ffffff !important;
}

tr.even td.sorting_1 {
  background-color: #f5f5f5 !important;
}

tr.odd td.sorting_1 {
  background-color: #ffffff !important;
}

th.dataTableAction {
  width: 150px !important;
}

.dataTables_length {
  text-align: left;
}

.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 th {
  height: 40px !important;
}

#cartContentsDisplayvvv_wrapper&gt;div {
  /* float: right; */
  clear: both;
  /* text-align: right; */
  margin-top: 5px;
}

.dataTables_paginate {
  height: 40px;
  padding-top: 20px;
}

#cartContentsDisplayvvv_wrapper&gt;div#cartContentsDisplayvvv_length,
.table-datatable-wrapper .dataTables_length {
  float: left;
  clear: none;
}

#cartContentsDisplayvvv_wrapper&gt;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: 9pt;
  /* padding: 3px; */
  border-radius: 3px;
  /* max-width: 290px; */
  text-align: left;
  margin: 0px;
  margin-top: 7px;
  /* border: 1px solid #ff8c8c; */
  /* background: #ffe6e6; */
  color: red;
}

#cartContentsDisplayvvv_length select {
  font-size: 10pt;
}


.carrellocontainer table tr.tableHeading,
.carrellocontainervvv table tr.tableHeading,
#checkoutOrderForm table tr.tableHeading,
.table-datatable-wrapper table tr.tableHeading {
  height: 50px;
  font-family: 'Fredoka', sans-serif;
  color: inherit;
}

.carrellocontainer table tr img,
.carrellocontainervvv table tr img {
  height: 100%;
  width: auto;
  max-width: 1000px;
}

#checkoutOrderForm table tr img {
  height: 70px;
}

#checkoutOrderForm table td {
  width: auto;
  max-width: 80px;
}

/*#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&gt;tbody&gt;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 #56da8f;
  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: #56da8f;
  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: 'Fredoka', sans-serif;
  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;
  max-height: 80px;
  display: block;
  overflow: hidden;
}

#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: #56da8f;
  margin-right: 10px;
  float: right;
}

#shoppingCartDefault .buttonRow:hover {
  color: white;
}

#checkoutOrderForm #editButton {
  padding-top: 20px;
  float: right;
  clear: both;
}

#checkoutOrderForm #editButton a {
  margin-right: 10px;
  float: right;
}


#checkoutConditions {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}



#checkoutConditions&gt;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;
  background: #cccccc;
}

/* table.dataTable.display tbody tr:hover &gt; .sorting_1,
table.dataTable.order-column.hover tbody tr.even tr:hover &gt; .sorting_1 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd &gt; .sorting_1,
table.dataTable.order-column.stripe tbody tr.even &gt; .sorting_1 {
  background-color: #f5f5f5;
}

table.dataTable.display tbody tr.odd &gt; .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd &gt; .sorting_1 {
  background-color: #ffffff;
}

table.dataTable.display tbody tr.odd &gt; .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd tr:hover &gt; .sorting_1 {
  background-color: #ffffff;
} */

table#cartContentsDisplayvvv tr td.cartProductDisplay {
  font-size: 14px;
}

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 {
  float: left;
  clear: both;
  width: 100%;
}

/* .lista-sottocategorie.centerBoxWrapperContents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
} */

#indexCategories .product-item,
.lista-sottocategorie .product-item {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  /* height: 170px; */
  /* background: #56da8f; */
  text-align: center;
  cursor: pointer;
  padding: 0;
}

#indexCategories .product-item&gt;div,
.lista-sottocategorie .product-item&gt;div {
  border: none;
  overflow: inherit;
  border-radius: 0;
  text-align: -webkit-center;
}

#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);
  position: relative;
  display: block;
  opacity: 0.8;
  min-height: auto;
  min-width: auto;
  max-height: 110%;
  /* height: auto; */
  width: auto;
  /* max-height: 180px; */
  margin: 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;
  text-align: center;
}

#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-transform: 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: #56da8f;
  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-transform: 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: #56da8f;
  text-transform: 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&gt;div {
  margin: 1%;
}

.termsiagree {
  font-weight: bold;
}

.listingButtonGroup input {
  float: left;
}

.listingButtonGroup&gt;a,
input.buyDefaultVar,
.listingButtonGroup input.button_in_cart {
  background-color: #56da8f;
  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&gt;a:hover {
  background-color: #9edeba;
}

.centerBoxContentsProducts .listingButtonGroup&gt;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&gt;div {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

#lbImage&gt;div&gt;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: 'Fredoka', 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;
}


/*crumbs*/

body.homepage #crumbs {
  display: none;
}

#crumbs {
  padding: 1%;
  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;
  background: #56da8f;
  text-align: center;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  margin: 0 2px 0 0;
  font-size: 9pt;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  height: 40px;
}

#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: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #56da8f;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}

#crumbs ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  left: 0;
  top: 0;
}

#crumbs ul li.first a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#crumbs ul li.first a:before {
  display: none;
}

#crumbs ul li.last a {
  padding-right: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#crumbs ul li.last a:after {
  display: none;
}

#crumbs ul li a:hover {
  background: #9edeba;
}

#crumbs ul li a:hover:after {
  border-left-color: #9edeba;
}

/*checkout*/

#orderTotals {
  /* border-bottom: 1px solid #ccc; */
  padding: 10px 0px;
}

div#prodpricor {
  width: 50%;
  text-align: left;
  float: left;
}

#orderTotals&gt;div&gt;.price_amount {
  text-align: right;
  font-weight: 500;
}

.checkout .important.forward {
  display: none;
}

#checkoutSuccessLogoff {
  margin-top: 20px;
  font-size: 9pt;
}

/* #checkoutSuccessLogoff &gt; a {
  display: block;
  margin-top: 20px;
} */

#checkoutSuccessOrderLink&gt;a,
#checkoutSuccessContactLink&gt;a {
  color: var(--as-primary);
  padding-left: 5px;
  padding-right: 5px;
}

#checkoutSuccessOrderLink&gt;a:hover,
#checkoutSuccessContactLink&gt;a:hover {
  color: var(--as-secondary);
}

#checkoutSuccessContactLink,
#checkoutSuccessOrderLink {
  margin-bottom: 20px;
}

/**/

/*inline editing*/

body.page-editing-mode .region {
  position: initial;
}

body.page-editing-mode #mj-container .dialog-box select {
  color: inherit !important;
}

body.page-editing-mode #mj-container .region&gt;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&gt;span.elementType,
body.page-editing-mode #mj-container .region&gt;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&gt;div,
body.page-editing-mode #mj-container .region-container .region&gt;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&gt;a,
body.page-editing-mode #mj-container .region&gt;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.ile-mode .block:hover .dropdown-menu {
  display: block;
}

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: #56da8f;
  font-family: inherit;
}

.configuration.modal .modal-actions button:hover,
.configuration.modal .modal-actions input:hover {
  background-color: #9edeba;
}

.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: #56da8f;
  border-radius: 100%;
  padding: 3px;
  color: white;
}

.component-property&gt;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: #56da8f;
  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 {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.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: 0.2;
}

.modal-title {
  margin: 5px;
  width: 100%;
  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: #56da8f;
  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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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: 0.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: var(--as-primary);
  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&gt;td {
  border-top: 1px solid #c8c8c8;
}

table#prevOrders tr.tableHeading&gt;td {
  border-top: none;
}

.title {
  font-weight: 600;
}

#accountHistoryDefault {
  float: left;
}

#compareDefaultMainContent&gt;table {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 10px;
  border-spacing: 0;
}

#compareDefaultMainContent&gt;table tr.rowOdd&gt;td,
#compareDefaultMainContent&gt;table tr.rowEven&gt;td,
#compareDefaultMainContent&gt;table tr.rowOdd&gt;th,
#compareDefaultMainContent&gt;table tr.rowEven&gt;th {
  padding: 5px;
}

#compareDefaultMainContent&gt;table tr.rowOdd {
  background: #f5f5f5;
}

#compareDefaultMainContent&gt;table tr.rowOdd a,
#compareDefaultMainContent&gt;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&gt;td {
  border-top: 1px solid #c8c8c8;
}

#accountHistInfo table tr.tableHeading&gt;td {
  border-top: none;
}

/*area riservata*/

#accountLinksWrapper a,
#accountDefault a {
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  max-width: 100%;
}

#accountDefault&gt;.review_box&gt;div {
  float: left;
  width: 100% !important;
  margin-right: 0 !important;
}

#accountDefault&gt;.review_box&gt;div&gt;.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&gt;.review_box&gt;h1 {
  float: left;
}

#accountLinksWrapper .review_box .product_info_left {
  width: 49%;
  margin-right: 1%;
}

#accountDefault&gt;.review_box {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}


/*storico ordini*/

#accountHistoryDefault&gt;.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;
}

#PPECbutton {
  display: none !important;
}

/*gestione griglia varianti*/

table#attrib-grid-table {
  /* width: 100%; */
  table-layout: fixed;
  margin: auto;
}

#attrib-grid-table tr&gt;td {
  text-align: center;
  padding: 5px;
}

#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-table .attribute-subtitle {
  /*background: #104978;
  color: white;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-radius: 15px;
  min-width: 40px;
  margin-bottom: 5px;*/
  font-weight: bold;
  text-align: center;
}

#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;
}

span.attribute-subtitle.attribute-subtitle-v {
  float: left;
}

.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;
}

.prod-info-cart {
  display: flex;
  width: 100%;
}

.prodotto_azioni {
  flex-grow: 1;
}

.cartAttribsList&gt;span {
  display: block;
}

/*contatti*/

#contactUsForm {
  margin-top: 10px;
  padding-left: 30px;
}

#contactUsForm form {
  margin-top: 0;
}

#contactUsForm .alert.forward {
  font-size: 8pt;
  margin-bottom: 20px;
  float: right;
}

#contactUsForm form label,
#contactUsForm .mj-contact {
  float: left;
  min-width: 160px;
}

#contactUsForm textarea {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

#contactUsForm .mj-sendmail {
  margin-top: 10px;
}

#contactUsForm .mj-sendmail .checkboxLabel {
  font-size: 10pt;
}

#contactUsForm .mj-sendmail legend {
  font-size: 10pt;
  margin-top: 10px;
}

#contactUsForm .mj-msgalert {
  font-size: 8pt;
}

/*newsletter*/

#unsubDefault .buttonRow {
  float: none;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*newsletter end*/

/*homepage*/

#indexDefault&gt;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&gt;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&gt;.submenu-content {
  visibility: visible;
}

.submenu-injector:hover&gt;.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&gt;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&gt;li a {
  font-size: 10pt;
}

.submenu-injector .submenu-content&gt;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;
}
*/

.rnd-color {
  background-color: #82898f;
}

.rnd-color-1 {
  background-color: #82898f;
}

.rnd-color-2 {
  background-color: #82898f;
}

.rnd-color-3 {
  background-color: #82898f;
}

.rnd-color-4 {
  background-color: #82898f;
}

.rnd-color-5 {
  background-color: #82898f;
}

.rnd-color-6 {
  background-color: #82898f;
}

.rnd-color-7 {
  background-color: #82898f;
}

.rnd-color-8 {
  background-color: #82898f;
}

.rnd-color-9 {
  background-color: #82898f;
}

.rnd-color-10 {
  background-color: #82898f;
}

a.submenu-subheader,
a.submenu-subheader1,
a.submenu-subheader2 {
  text-align: center;
  font-size: 12px;
}

a.submenu-subheader:hover,
a.submenu-subheader1:hover,
a.submenu-subheader2:hover {
  color: var(--as-btn-secondary-hover);
}

a.submenu-subheader {
  font-size: 12px !important;
  font-weight: bold;
}

.mega-menu-prodotti {
  width: 100%;
  text-align: center;
}

.mega-menu-prodotti&gt;ul&gt;li {
  display: inline-block;
  padding: 30px 10px;
  cursor: pointer;
}

.mega-menu-prodotti&gt;ul&gt;li:hover&gt;ul {
  visibility: visible;
}


.mega-menu-prodotti&gt;ul&gt;li&gt;a&gt;span {
  padding: 20px;
}


.mega-menu-prodotti&gt;ul&gt;li&gt;ul {
  visibility: hidden;
}

.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 {
  background: var(--as-primary);
  color: var(--as-text-secondary);
  z-index: 5;
  position: absolute;
  /* padding-top: 60px; */
  padding: 30px;
  margin-top: 30px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.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&gt;li {
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #FFF;
  padding: 0px 75px;
}

.mega-menu-prodotti-menu&gt;li:last-child {
  border: none;
}

.mega-menu-prodotti-menu&gt;li&gt;h3 {
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mega-menu-prodotti-menu&gt;li&gt;a {
  font-size: 10pt;
  /* padding-left: 10px;
  padding-right: 10px;
  color: inherit;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;*/
  padding: 10px 12px;
  width: 100%;
}

.subcategory .submenu-injector,
li.submenu-level1-subcat {
  text-align: center;
  text-transform: lowercase;
}


.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&gt;div&gt;ul&gt;li {
  width: 25%;
}

.mega-menu-container&gt;div&gt;ul&gt;li&gt;a {
  font-size: 12pt;
  font-weight: bold;
}

.mega-menu-container&gt;div&gt;ul&gt;li&gt;a&gt;.text {
  width: 80%;
  display: inline-block;
}

.mega-menu-container&gt;div&gt;ul&gt;li&gt;a&gt;.ishopping-icon {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.mega-menu-container&gt;div&gt;ul&gt;li li {
  width: 100%;
  height: 35px;
  line-height: 23px;
  border-bottom: 1px solid #dcdcdc;
}

.mega-menu-container&gt;div&gt;ul&gt;li li .subcategory-image {
  display: none;
}

.mega-menu-container&gt;div&gt;ul&gt;li li a {
  font-size: 10pt;
}

.mega-menu-container&gt;div&gt;ul&gt;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&gt;a&gt;.ishopping-icon,
.mega-menu-prodotti-menu .mega-menu-container&gt;div&gt;ul&gt;li&gt;a&gt;.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&gt;a&gt;.ishopping-icon,
.mega-menu-prodotti-menu .mega-menu-container&gt;div&gt;ul&gt;li&gt;a:hover&gt;.ishopping-icon {
  transform: translate(-10px, 0px);
}

.mega-menu-prodotti-menu&gt;li .mega-menu-container&gt;div&gt;ul&gt;li li a .ishopping-icon {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.mega-menu-prodotti-menu&gt;li .mega-menu-container&gt;div&gt;ul&gt;li li {
  transition: background-color 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mega-menu-prodotti-menu&gt;li .mega-menu-container&gt;div&gt;ul&gt;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 (min-width:1350px) and ( max-width: 1400px ){
  .GridPrezzi_COL3 {
    font-size: 17px !important;
    text-decoration: line-through;
    margin-top: 5px;
}

}

@media all and (min-width: 902px) {

  /* .mj-grid32.mj-lspace&gt;form {
    width: 60%;
  } */
  .mj-grid32.mj-lspace&gt;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 {
    margin-top: -100px;
  }

  .navdrawer-bg,
  .navdrawer-bg.open {
    opacity: 0;
    pointer-events: none;
  }

  .header {
    width: 100%;
    flex-grow: 1;
    width: 0;
    height: 100px !important;
  }

  #mj-logo {
    text-align: center;
  }

  .app-bar {
    display: flex;
    flex-direction: row;
    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&gt;ul {
    display: none;
  }

  .submenu.explode&gt;ul {
    display: inherit;
  }

  .jsn-mainnav.navbar .nav&gt;li&gt;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&gt;li {
    border-radius: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 5px;
  }

  .jsn-mainnav.navbar .nav&gt;li ul.nav-child {
    border: none;
    padding-top: 20px;
    background: none;
    box-shadow: none;
    z-index: 9999999;
    position: absolute;
  }

  .jsn-mainnav.navbar .nav&gt;li:hover&gt;ul.nav-child {
    display: block;
  }

  .jsn-mainnav.navbar .nav&gt;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&gt;li ul.nav-child li a:hover,
  .jsn-mainnav.navbar .nav&gt;li ul.nav-child li a:active {
    text-decoration: none;
  }

  ul.nav-child li:hover&gt;ul.nav-child {
    display: block;
    position: absolute;
    z-index: 200;
    top: -1px;
    left: 155px;
    top: auto;
    margin-top: -60px;
  }

  .jsn-mainnav.navbar .nav&gt;li ul.nav-child ul {
    margin-left: -7px;
    padding-left: 5px;
  }

  .jsn-mainnav.navbar .nav&gt;li ul.nav-child li {
    background: rgba(120, 120, 120, 0.95);
  }

  .jsn-mainnav.navbar .nav&gt;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&gt;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&gt;li ul.nav-child li a {
    border: none;
    color: #dcdcdc;
    font-size: 9pt;
    text-: none;
  }

  .jsn-mainnav.navbar .nav&gt;li ul.nav-child li a:hover {
    color: #f0f0f0;
    background: transparent;
  }

  .jsn-mainnav.navbar .nav&gt;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;
  }

  .info-banner {
    width: 300px;
    height: 300px;
  }


}

@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;
  }



  .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&gt;* {
    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&gt;li&gt;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&gt;li&gt;a:hover {
    color: #505050;
    background: white;
  }

  #mostra_carrello_wrapper {
    left: -64px;
  }

  .header-mobile {
    display: block;
  }

  #mj-menubar ul.nav {
    float: left;
    width: 100%;
  }

  .navbar .nav&gt;li {
    display: block;
    float: left;
    width: 100%;
    background: white;
    /*border-bottom: 1px solid rgb(220,220,220);*/
    text-align: left;
    background: #56da8f;
  }

  .navbar .nav&gt;li ul.nav-child {
    display: block;
    float: right;
    font-size: 11pt;
    width: 90%;
    box-sizing: border-box;
  }

  .navbar .nav&gt;li&gt;ul.nav-child {
    background: white;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .navbar .nav&gt;li&gt;ul.nav-child li {
    width: 100%;
    display: block;
    line-height: 40px;
    text-transform: lowercase;
    clear: both;
  }

  .jsn-mainnav.navbar .nav&gt;li:hover {
    background: #56da8f;
  }

  .jsn-mainnav.navbar .nav&gt;li:hover a {
    color: #505050;
  }

  .jsn-mainnav.navbar .nav&gt;li:hover&gt;a {
    text-shadow: none;
    color: #505050;
    background: white;
  }

  #quick_find_header_container {
    width: 96%;
    margin: 2%;
  }

  #mj-logo {
    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: #56da8f;
    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;
  }

  #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: #56da8f;
    color: white;
  }

  #mostra_carrello_wrapper {
    display: none;
  }

  #mostra_carrello {
    display: none;
  }

  .header-cart {
    position: absolute;
  }

  .header-cart-icon {
    display: flex;
  }

  #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&gt;li&gt;ul&gt;li&gt;a {
    color: #969696;
    text-: lowercase;
  }

  #brands {
    display: none;
  }

  #information ul&gt;li&gt;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&gt;li.tab_active a {
    background: #56da8f;
    color: #ffffff;
    text-shadow: none;
  }

  .navbar .nav a {
    border: none;
  }

  .navbar .nav&gt;li&gt;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%;
  }

  .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: #56da8f !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&gt;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 {
    margin-top: 65px;
    /*#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;
  }

  .header-desktop-top-right {
    position: absolute;
    right: 40px;
    top: -75px;
  }

  .header-desktop #quick_find_header_container {
    padding-left: 0px;
  }

  .custinfo {
    text-align: center;
    padding: 15px;
    font-weight: bold;
    color: #f0f0f0;
  }

  .custinfo i {
    color: #f0f0f0;
  }

  .mcat-list {
    padding: 5px 0px;
    font-size: 18px;
    text-transform: uppercase;
  }

  #MainMenu {
    padding: 0px 20px;
  }

  .btn-smart {
    width: 40px;
    height: 40px;
    padding: 9px;
    margin-top: 15px;
  }

  #checkoutOrderForm table tr img {
    display: none;
  }


  .login-container {
    height: 700px !important;
  }

  #login,
  #signup {
    position: absolute;
    background: white;
    padding: 35px 20px;
    flex-direction: row;
    top: 45px !important;
    right: 40px !important;
    width: 280px !important;
    box-shadow: 1px 1px 3px 0px var(--as-primary);
    height: 500px !important;
    ;
    z-index: 2;
  }

  .margin-block {
    margin: -20px;
  }

  .login-box-content {
    width: 100%;
    display: flex;
    position: absolute;
    top: 80% !important;
    flex-direction: column !important;
  }
}

@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&gt;img {
    height: 75%;
    text-align: left;
    margin-left: 0;
  }

  #cartContentsDisplayvvv thead,
  #cartContentsDisplayvvv .cartProductDisplay {
    display: none;
  }

  #shoppingCartDefault {
    text-align: center;
  }

  #shoppingCartDefault&gt;button {
    display: inline-block;
  }

  #aggiungiarticolonnn #codice_articolo {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  #cartContentsDisplayvvv_filter {
    padding: 5px;
  }

  #cartContentsDisplayvvv_length {
    text-align: center;
  }

  .col-lg-3.col-md-4.col-sm-6.col-xs-6.product-loading {
    width: 50%;
  }

  .row .product-name {
    padding: 0px !important;
    height: 35px;
    overflow: hidden;
  }
}

@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;
  }

  .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&gt;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%;
  }

  .titoloSUPcontainer {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
  }

  .categoryIcon&gt;span&gt;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&gt;img {
    height: 65%;
    text-align: left;
    margin-left: 0;
  }

  #productListing.gridview tr&gt;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;
  }

  #cartContentsDisplay {
    border: 1px solid #eee;
  }

  #checkoutOrderForm #editButton a {
    margin-right: 0px;
    width: 100%;
  }

  .checkout .forward[id="editButton"] {
    width: 100%;
  }

  #mj-maincontent table#cartContentsDisplay&gt;tbody&gt;tr {
    display: inline-table;
  }

  tr.cartTableHeading {
    display: none !important;
  }

  /*.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.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;
    padding: 5px;
  }

  /**/
  .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&gt;img {
    height: 50%;
    text-align: left;
    margin-left: 0;
  }

  #productListing.gridview tr&gt;td .listingDescription {
    min-height: 110px;
  }

  #productListing.gridview tr&gt;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%;
    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&gt;a&gt;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;
  }

  .select-user-type {
    margin-top: 10px;
  }
}

@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&gt;.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&gt;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;
  }

  .select-user-type {
    margin-top: 10px;
  }
}

@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%;
  }

  .select-user-type {
    margin-top: 10px;
  }
}

@media (max-width: 350px) {
  .slides .slide_image&gt;img {
    width: 80%;
    margin-left: 10%;
  }

  .index-product-grid .product-item {
    width: 100% !important;
  }

  .select-user-type {
    margin-top: 10px;
  }
}

/*aggiustamenti carrello - END*/

/*cookie css*/

.eupopup-button_1 {
  color: #56da8f !important;
  font-weight: bold;
  font-size: 14px;
}

.eupopup-button_2 {
  color: #56da8f !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&gt;.ccinfo {
  display: inline-block;
  padding-left: 24px;
  width: 100%;
}

.checkout&gt;.ccinfo&gt;.inputLabelPayment {
  width: 130px;
  text-align: left;
}

.checkout&gt;.ccinfo&gt;input {
  width: 50%;
}

.checkout&gt;.ccinfo&gt;input[id$="cvv"] {
  width: initial;
}

.checkout #checkoutPayment&gt;.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;
  display: inline-block;
}

.color-red {
  background: #d21e09;
  color: #fff;
}

.color-green {
  background: #2cad44;
  color: #222;
}

.panel-title {
  display: inline-block;
}

.panel-heading&gt;.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: 'Fredoka', sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Si";
  padding-left: 10px;
  background-color: #56da8f;
  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**********/

.wish_list_products_listing {
  margin-right: 5px;
}

.product-price .input-group {
  max-width: 90px;
}

.productPriceDiscount {
  width: auto;
  height: auto;
  top: 5px;
  right: 5px;
  border-radius: 23px;
  line-height: 16px;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/*gestione visualizzazione prezzo variante in grid-BEGIN*/

/*prezzo base*/

.normalprice-attrgrid {
  display: none;
}

/*prezzo scontato*/

.productSpecialPrice-attrgrid {
  display: block;
}

/*sconto*/

.productPriceDiscount-attrgrid {
  display: none;
}

/*gestione visualizzazione prezzo variante in grid-END*/

/**** CSS AJAX LOADER BEGIN ****/

.ajaxloader-filter_processing {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  height: 80px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background: url("/images/imgcore/ripple.gif") no-repeat;
  background-size: 80px;
  background-position: center;
  z-index: 99;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .fsfi_range .max {
  margin-top: 12px;
  display: block;
  float: right;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .fsfi_range .min {
  margin-top: 12px;
  display: block;
  float: left;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  position: absolute;
  top: 4px;
  left: 4px;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider .ui-slider-handle,
#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider .ui-slider-handle::before {
  border-radius: 50%;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider {
  height: 7px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 2250px;
  margin: 12px 0px 30px;
}

#PRODUCTS_LIST_FILTERS_AJAX div.table-cell-filter .ui-slider a.ui-slider-handle.ui-state-default.ui-corner-all {
  padding: 0;
}

/**** CSS AJAX LOADER END ****/

/** MENU MOBILE **/

#HEADER_MOBILE_TOP_BAR span#carrello-badge-resp {
  position: absolute;
  margin: 0px;
  right: 10px;
}

#HEADER_MOBILE_TOP_BAR button.carrello-button .icon {
  margin: 15px 5px 0px 38px;
  height: 28px;
  display: inherit;
  float: right;
}

#HEADER_MOBILE_MENU a.list-group-item.idlevel-1 {
  padding-left: 25px;
}

#HEADER_MOBILE_MENU a.list-group-item.idlevel-2 {
  padding-left: 30px;
}

#MainMenu .ico-dropdown {
  float: right;
}

/*******************/

/**** LOGIN *****/

#LOGIN_PAGE {
  margin-top: 30px;
}

#LOGIN_PAGE #sign-in {
  background: #f5f5f5;
  padding-top: 30px;
}

#LOGIN_PAGE hr {
  border: 1px solid #eee;
  margin: 40px 0px;
}

/**************/

/*CST-MKKK-2018-02-12 REVIEW */

input[type="radio"]#rating {
  float: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.tab-content {
  width: inherit;
  float: none;
}

/*CST-MKK WISHLIST*/

.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingButtonGroup input {
  min-width: 40px;
}

/*CST-MKK MEGAMENU*/

.mega-menu-content {
  border-bottom: 3px solid #337ab7;
}

.mega-menu-container&gt;div&gt;ul&gt;li {
  text-align: left;
}

.mega-menu-prodotti .subcategory-image.image {
  display: none;
}

.mega-menu-prodotti-menu .background-color .category-title {
  color: #337ab7;
}

.mega-menu-prodotti-menu .background-color {
  border-bottom: 1px solid;
}

.mega-menu-prodotti-menu .megamenu-head {
  height: 50px;
}

.mega-menu-prodotti-menu .background-color,
.mega-menu-prodotti-menu .category-image-head .ishopping-icon {
  line-height: 50px;
}

/*
.header-desktop-bottom.right.col-md-12.box {
    padding-top: 10px;
}
*/

.header-desktop .menu li a {
  font-weight: 400;
}

.product-price img {
  display: none;
}

.header-desktop-main-menu {
  background: #104978;
}

.nav-pills&gt;li.active&gt;a:hover {
  background: #104978;
}


.product-desc {
  display: none;
}

.produttore1 {
  display: none;
}

.list-group-item {
  color: #000 !important;
}

@media only screen and (max-width: 600px) {
  #mj-contentarea h2.centerBoxHeading {
    font-size: 20pt;
  }
}

/*header in scorrimento pagina*/

/* .header-desktop.fixed .header-desktop-main-menu {
  top: 0;
  z-index: 10;
  height: 70px;
  border-bottom: 4px solid var(--as-primary);
} */

/*
#mj-header, header {
    height: 105px;
    padding: 0;
    box-shadow: 0 5px #000;
    position: relative;
    background: #ffffff;
}
*/

.breadcrumb {
  margin-top: 10px;
  color: var(--as-secondary-dark);
  font-size: 22px;
  margin-bottom: 5px;
}

.breadcrumb li a {
  color: var(--as-secondary-dark);
}


#mj-topbar li:hover,
.header-desktop .menu li:hover {
  cursor: pointer;
}

#mj-topbar li:hover a,
.header-desktop .menu li:hover a {
  color: var(--as-secondary);
}

div#mostra_carrello {
  background: #e6e6e6;
  float: left;
  width: 100%;
  font-size: 8pt;
  color: #000;
}

div#mostra_carrello div.cartTotalsDisplay {
  color: #000;
}

.btn-success {
  color: #000;
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-success:hover {
  color: #000;
  background-color: #fff;
  border-color: #e6e6e6;
}

#carrello_menu .label-primary {
  color: #000;
  background-color: transparent;
  font-size: 12pt;
}

.button,
input[type="submit"],
input[type="reset"],
.readmore,
button,
.cart_button .cssButton,
.cart_button .cssButtonHover {
  background-color: #fff;
  border: none;
}

.btn-success:active:hover {
  background-color: #e6e6e6;
  color: #000;
}

.quista-call-action {
  font-size: 12pt;
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  font-weight: bold;
}

#featuredProducts h2 {
  display: none;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #e6e6e6;
}

a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #e6e6e6;
}

a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #e6e6e6;
}

.product .product-wrapper .product-actions {
  padding: 10px;
  background: #fff;
  border: 2px solid #e6e6e6;
}

.product .product-wrapper .product-semaphore {
  padding: 5px;
}

.price-view {
  font-weight: bold;
  display: flex;
  position: absolute;
  bottom: 12px;
  margin-left: 5px;
}

.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingButtonGroup input {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  height: 32px;
}

.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: 10px;
  display: inline-block;
}

.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 #e6e6e6;
  margin-left: 10px;
  display: inline-block;
  font-size: 10pt;
}

.btn-info {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.btn-info:active:hover {
  color: #fff;
  background-color: #e6e6e6;
}

#PRODUCT_MORE_INFO_TABS .tab-content {
  border: 0px solid #fff;
}

.cart_quantity input {
  border: 1px solid #000;
  box-shadow: none;
  color: var(--as-text-btn-secondary);
  line-height: 20px;
  margin: 1px 0 3px;
  min-height: 20px;
  padding: 4px 5px 3px;
  border: 1px solid #000;
  height: 35px;
  width: 65px;
  text-align: center;
  line-height: 40px;
  background: #fff;
}

.address-panel.default {
  background: #fff;
  color: #000;
  border-color: #000;
}


.button_send {
  color: #000 !important;
  font-weight: bold;
}

.buttonRow input {
  color: #000 !important;
  font-weight: bold;
}

.panel-info&gt;.panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.products-list .product .product-wrapper .product-actions .product-price .boxgrid938 .listingButtonGroup {
  text-align: left;
}

.titoloSUPcontainer {
  width: 100%;
}

.titolocontainer {
  text-align: center;
  position: relative;
}

#PRODUCT_ADDTOCARTFORM .prodotto_varianti {
  /* width: 40%; */
  display: block;
  margin-top: 10px;
  float: left;
}

@media only screen and (max-width: 600px) {

  #PRODUCT_ADDTOCARTFORM .prodotto_azioni,
  #PRODUCT_ADDTOCARTFORM .prodotto_varianti {
    width: 100%;
  }
}

/* .mega-menu-container.submenu-content-layout{
	display:none;
} */

.product-name {
  font-size: 14px;
  text-align: left;
  /* flex-grow: 1; */
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  height: 65px;
  min-height: 65px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

/*nascondi pulsanti datatable carrello*/

#cartContentsDisplayvvv_paginate {
  display: none;
}

.fa-exclamation .success {
  color: #20c119;
}

.modal.notification {
  height: 70px;
  max-width: 340px;
}

.notification .modal-content {
  display: flex;
  flex-direction: row;
  height: 50px;
  color: var(--as-primary);
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid var(--as-secondary);
  background: white;
}

.notification .modal-body {
  flex-grow: 0.8;
  width: 0;
  padding-left: 0px;
}

.notification .modal-notification-content {
  position: relative;
  background: var(--as-primary);
  width: 50px;
  margin: -1px;
}

.notification .modal-header {
  width: 40px;
  left: 270px;
  position: absolute;
}

.mega-menu-content {
  border-bottom: 3px solid #337ab7;
  cursor: default;
}

.crop {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mega-menu-container&gt;div&gt;ul&gt;li {
  width: 20%;
}

.mega-menu-content li {
  padding: 10px 25px;
}

.mega-menu-container {
  max-width: 1500px;
}

.mega-menu-container&gt;div&gt;ul&gt;li li a .text .mega-menu-container&gt;div&gt;ul&gt;li&gt;a&gt;.text {
  width: 100%;
}

.mega-menu-prodotti-menu&gt;li .mega-menu-container&gt;div&gt;ul&gt;li li:hover {
  background-color: #3379b72d;
}

.mega-menu-container&gt;div&gt;ul&gt;li&gt;a&gt;.text:hover {
  color: #337ab7;
}

.NoteCartCst button {
  background-color: transparent;
  font-size: 20px;
  opacity: 0.5;
  transition: all 0.5s ease;
  outline: 0;
  color: black;
}

#dt_products_grid&gt;tbody&gt;tr&gt;td&gt;img {
  max-width: 50px;
  max-height: 50px;
}

.search-btn {
  margin-top: 30px;
}

.table-responsive {
  margin: 10px 0;
}

.table-wrapper {
  background: #fff;
  padding: 0px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.table-wrapper .btn {
  float: right;
  color: #333;
  /* background-color: #fff; */
  border-radius: 3px;
  border: none;
  outline: none !important;
  /* margin-left: 10px; */
}

.table-wrapper .btn:hover {
  color: #333;
  /* background: #f2f2f2; */
}

.table-wrapper .btn.btn-primary {
  color: #fff;
  background: #03a9f4;
}

.table-wrapper .btn.btn-primary:hover {
  background: #03a3e7;
}

.table thead {
  font-size: 14px;
}

.table-title .btn {
  font-size: 13px;
  border: none;
}

.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}

.table-title .btn span {
  float: left;
  margin-top: 2px;
}

.table-title {
  color: #fff;
  background: #4b5366;
  padding: 16px 25px;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0;
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}

.show-entries select.form-control {
  width: 70px;
  margin: 0 5px;
}

.table-filter .filter-group {
  float: right;
  margin-left: 15px;
}

.table-filter input,
.table-filter select {
  height: 34px;
  border-radius: 3px;
  border-color: #ddd;
  box-shadow: none;
}

.table-filter {
  padding: 5px 0 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5px;
}

.table-filter .btn {
  height: 34px;
}

.table-filter label {
  font-weight: normal;
  margin-left: 10px;
}

.table-filter select,
.table-filter input {
  display: inline-block;
  margin-left: 5px;
}

.table-filter input {
  width: 200px;
  display: inline-block;
}

.filter-group select.form-control {
  width: 110px;
}

.filter-icon {
  float: right;
  margin-top: 7px;
}

.filter-icon i {
  font-size: 18px;
  opacity: 0.7;
}

/* table.table tr th,
table.table tr td {
  border: 1px solid #e9e9e9;
  padding: 10px;
  vertical-align: middle;
} */

.table&gt;thead&gt;tr&gt;th {
  border-bottom: none;
}

/* table.table tr th:first-child {
  width: 60px;
}

table.table tr th:last-child {
  width: 80px;
} */

/* table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
} */

table.table-striped tbody tr.disabled-row,
table.table-striped tbody tr.disabled-row:nth-of-type(odd) {
  background-color: #f3f3f3;
}

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}

table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
}

table.table td a:hover {
  color: #2196f3;
}

table.table td a.view {
  width: 30px;
  height: 30px;
  color: #2196f3;
  border: 2px solid;
  border-radius: 30px;
  text-align: center;
}

table.table td a.view i {
  font-size: 22px;
  margin: 2px 0 0 1px;
}

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.status {
  font-size: 30px;
  margin: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}

.text-success {
  color: #10c469;
}

.text-info {
  color: #62c9e8;
}

.text-warning {
  color: #ffc107;
}

.text-danger {
  color: #ff5b5b;
}

.pagination {
  float: right;
  margin: 0 0 5px;
}

.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}

.pagination li a:hover {
  color: #666;
}

.pagination li.active a:hover {
  background: #0397d6;
}

.pagination li.disabled i {
  color: #ccc;
}

.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.btn-cart {
  background-color: transparent;
  border: none;
  /* Remove borders */
  color: black;
  /* White text */
  padding: 5px;
  /* Some padding */
  font-size: 20px;
  /* Set a font size */
  cursor: pointer;
  /* Mouse pointer on hover */
}

/* Darker background on mouse-over */

.btn-cart .i:hover {
  background-color: RoyalBlue;
}

.d-flex {
  display: flex;
}

.alert {
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  border-radius: 4px;
}

input.b2b_prznosc_input {
  text-align: end;
}

.disabled {
  pointer-events: none;
}

.align-right {
  text-align: end;
}

.align-left {
  text-align: start !important;
}

.messageStackSuccess&gt;div&gt;div&gt;p {
  margin: 30px 0px 0px 20px;
  background: aliceblue;
  padding: 10px;
  border-radius: 10px;
}

td.omaggio-checkbox {
  text-align: center;
}

input[type="checkbox"] {
  margin: 0px;
  margin-right: 5px;
}

#quantity {
  text-align: end;
}

.note {
  margin: 5px 0px;
  font-size: 12px;
}

#pre-l-search {
  transform: none;
  display: inline-block;
  position: absolute;
  height: 400px;
  background: white;
  transition: all 0.1s;
  padding: 0 16px;
  width: 100%;
  z-index: 3;
  visibility: hidden;
}


.far.fa-times-circle {
  font-size: 30px;
}

.list-group-item {
  /* width: 25%; */
  border: none;
  /* height: 280px; */
}


.resultsContainer {
  text-align: center !important;
}

table {
  width: -webkit-fill-available !important;
}

#orderTotals table {
  margin: 0 !important;
}

.orderTotals-title {
  text-align: right;
}

.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
  border: unset !important;
  vertical-align: baseline;
}

/* Cross-browser &amp; Cross-device*/

@media all and (min-width: 1280px) and (max-width: 1689px) {
  #close-button {
    right: 30px;
  }

  .search input[type="text"] {
    left: 43%;
  }

  #search-button {
    top: 7px !important;
    right: 500px !important;
  }
}

@media all and (max-width: 1350px) {


  .product-catalogo {
    font-size: 12px !important;
  }

  .GridPrezzi_COL3,
  .GridPrezzi_COL4,
  .GridPrezzi_COL5 {
    font-size: 15px !important;
    margin-top: 0px !important;
  }

  .row img.listingProductImage {
    height: auto !important;
    width: -moz-available !important;
  }

  .row .product-image .stock {
    bottom: 0px !important;
    left: 0px !important;
    top: auto !important;
  }

}

@media all and (max-width: 1690px) {
  .b2b_discount {
    width: 100%;
  }

  input.b2b_sconti_input.align-right {
    margin: 2px;
  }

  td.standard-description {
    max-width: 300px;
  }

  td.cart-image a {
    text-align: center;
  }

  .product-grid .product .product-wrapper .product-actions .product-price .boxgrid938 {
    display: inline-flex;
  }

  .listingButtonGroup {
    margin-left: 15px;
  }

  .not-bold {
    font-weight: normal !important;
  }

  .addressbox {
    padding: 10px;
  }

  .address_container {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 120px;
  }

  .addcart-label {
    display: none;
  }
}

td.discount.sconti {
  min-width: 90px;
}

#doc_cliente_paginate,
#estratto_conto_cliente_paginate {
  padding-top: 15px;
}

.documenti {
  cursor: pointer;
}



.box-quantity {
  display: inline-flex;
}

span.unit_misura {
  padding: 5px;
}

#discountStyle {
  color: white;
  font-weight: bold;
  /* width: 80px;
  height: 30px; */
  border: 1px solid #eb0037;
  text-align: center;
  background-color: #eb0037;
  line-height: 28px;
  /* float: right; */
  position: relative;
  /* right: 25%; */
  margin: 0;
  /* position: absolute;
  top: 41%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

#discountedPrice {
  font-weight: bold;
  float: right;
  /* position: relative; */
  font-size: 10pt;
  /* bottom: 45%;
  right: 27%; */
}

#basePrice {
  text-decoration: line-through;
  /* float: right;
  right: 30%;
  margin: 0;
  position: absolute;
  top: 25%; */
  font-size: 11pt;
}

.social_icons a.mj-instagram:before {
  content: "\ea92";
}

div#viewtable-description {
  max-width: 450px;
}

div#viewtable-price {
  width: auto;
  text-align: end;
  display: grid;
}

.red-discount {
  background-color: red;
  color: #fff;
  font-weight: 500;
  padding: 3px;
  text-align: center;
  /* float: right; */
  /*width: fit-content; */
}

.listingButtonGroup .red-discount {
  font-size: 10px;
  text-align: end;
  float: right;
}

.bold {
  font-size: 15px;
  font-weight: 600;
  text-align: end;
}

.l-through {
  text-decoration: line-through;
  text-align: end;
}

span#viewtable-availability {
  float: left;
}

.listingButtonGroup form {
  margin: 0px;
}

span.unit {
  display: none;
}

.box-quantity {
  width: max-content;
}

.btn.btn-default.button_attributes {
  font-size: 15pt;
  border: none;
}

.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.btn-group {
  margin-left: 0px;
}

.input-group-addon,
.input-group-btn {
  width: 0;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: unset;
}

.attrib-grid-cell input[type="number"] {
  width: 50px;
}

input[type="number"],
#quantity-input {
  max-width: 100%;
  text-align: center;
  margin: 0px;
  max-width: 55px !important;
}

.prices-details {
  float: right;
}

.listingButtonGroup&gt;a {
  background: unset;
  color: inherit !important;
  font-weight: normal !important;
  font-size: 14px;
}


.info-varianti {
  color: #000;
  font-size: 15pt;
  margin-left: 5px;
}

.info-varianti:hover {
  color: #337ab7;
}

.listingButtonGroup&gt;a:hover {
  background-color: unset;
}

.listingButtonGroup {
  display: flex;
  flex-direction: column;
  padding: 10px 5px 0px 10px;
}

.product-semaphore .stockLabel {
  font-weight: 500;
  font-size: 14px;
}

.product-semaphore-dep {
  height: 145px;
}

.product-semaphore-row .stockLabel {
  text-align: left;
  margin-top: 10px;
}

#varianteStyle {
  font-size: 10pt;
  font-style: italic;
}

#rippleSearchProducts {
  height: 200px;
  position: relative;
}

#styleCodProdotto {
  /* margin-top: -13pt; */
  font-weight: bold;
}

#styleProdotto {
  font-weight: bold;
}

.region.region-container.REG_PRODUCT_LIST_FILTER.ui-sortable {
  background: unset;
  /* margin-bottom: 25px; */
}

#sorter,
#viewControl {
  padding: 0px;
  background: #f5f5f5;
  margin: 10px 0px;
  height: 40px;
}

form label {
  float: unset;
  display: contents;
}

label {
  vertical-align: sub;
}

.form-inline .form-group {
  padding: 0px 5px;
}

select#disp-order-sorter {
  margin: 3px;
}

@media (min-width: 1800px) {
  .container {
    width: 1800px !important;
    max-width: 1800px;
  }
}

.header-desktop-main.info-utente {
  background: var(--as-primary);
}

.header-desktop-main.info-utente a {
  color: var(--as-text-secondary);
}

.info-utente-header {
  padding: 5px;
}

.header-cart {
  width: 100%;
  height: 100%;
  padding: 15px 0px 15px 0px;
  position: relative;
  display: flex;
}

.header-cart-wishlist {
  margin-right: 10px;
  color: #104978;
}

.header-cart-icon {
  color: var(--as-primary);
}

.label-primary.show_total {
  background-color: var(--as-secondary);
  vertical-align: top;
}

.categories-main-menu {
  display: flex;
  justify-content: space-between;
}

.grid {
  margin-top: 40px;
}

.home-box-container {
  margin-bottom: 100px;
}

.home-box {
  position: relative;
  min-height: 340px;
}

.home-box-title {
  padding: 0px 0px 15px 0px;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 5px;
  color: var(--as-primary);
  margin-bottom: 20px;
  text-align: center;
}

.home-box-title a {
  color: var(--as-primary);
}

.card-product {
  text-align: center;
  padding: 10px 0px;
}

.box-line {
  margin-left: 50px;
  height: 2px;
  background: var(--as-primary);
  width: 100%;
  margin: 10px 0px 0px 0px;
}

.home-prod-item {
  max-width: 250px;
  position: relative;
}

.home-prod-img {
  text-align: center;
}

/* .home-prod-price {
  position: absolute;
  text-align: right;
  right: 0;
  top: 17px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
} */

.home-prod-model {
  font-weight: bold;
  padding: 5px 0px;
}

.GridPrezzi {
  display: flex;
  float: right;
}

.GridPrezzi_COL3 {
  font-size: 18px;
  text-decoration: line-through;
  margin-top: 5px;
}

.GridPrezzi_COL4 {
  font-size: 18px;
  margin: 5px 10px 0px 10px;
  display: flex;
  color: red;
  font-weight: bolder;
}

.GridPrezzi_COL5 {
  font-weight: bold;
  font-size: 22px;
  text-align: right;
  color: var(--as-primary);
}

p.card-text {
  height: 30px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

i.fas.fa-info-circle {
  color: var(--as-btn-primary);
}

.home-box-container .flexslider&gt;ul {
  margin-bottom: 20px;
}

#mj-left .side-menu a:before {
  display: none;
}

#mj-left .side-menu a {
  width: 100%;
  text-transform: capitalize;
  font-weight: 500;
}

#mj-left .side-menu ul ul {
  margin: 0;
}

.side-menu&gt;ul&gt;li&gt;div li li a {
  text-transform: inherit !important;
}

.side-filters-table {
  width: -webkit-fill-available;
  margin: 15px;
}

.side-categories {
  width: -webkit-fill-available;
  margin: 10px;
}

select#categories_id,
select#manufacturers_id,
input#filter-descr {
  width: 100%;
}

.btn-filters {
  text-align: right;
}

.item-product {
  padding: 10px;
  height: 400px;
  margin-bottom: 30px;
  border: 1px solid #959da533;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 20px;
  border-radius: 0px 0px 15px 15px;
}

.item-product.full-info {
  height: 515px;
}

.product-image {
  text-align: center;
  height: 150px;
  width: auto;
  background-color: #FFFFFF;
}

img.listingProductImage {
  height: 150px;
  width: auto;
  max-height: 150px;
  max-width: -webkit-fill-available;
}

.product-price {
  height: 45px;
  margin-top: 10px;
}

.button_in_cart,
.button_info {
  width: 50px;
  font-size: 18px;
  padding: 5px;
  line-height: 23px;
  position: relative;
}

.addcart-label {
  font-size: 12px;
}

h2#productPrices {
  position: relative;
}

.productGeneral .GridPrezzi {
  float: left;
}

.productGeneral .GridPrezzi .GridPrezzi_COL3 {
  font-size: 22px;
}

.productGeneral .GridPrezzi .GridPrezzi_COL5 {
  font-size: 30px;
}

.productGeneral .GridPrezzi .GridPrezzi_COL4 {
  font-size: 22px;
}


.cart_quantity .button_in_cart,
.cart_quantity .button_info {
  width: 100%;
  border-radius: 25px;
  font-size: 15px;
}

.cart_quantity .button_in_cart:hover,
.cart_quantity .button_info:hover {
  background-color: #104978;
  color: #92bf36;
}

.product-info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-info-more {
  height: 45px;
  display: flex;
  cursor: pointer;
}

.product-info-more h2 {
  margin: 0px;
  flex-grow: 1;
  margin-left: 15px;
}

.product-info-more h2&gt;button {
  font-weight: 600;
  font-size: 15px;
  text-align: inherit;
}

.info-more-icon {
  padding: 15px;
  margin-right: 10px;
}

.dropdown-content {
  padding: 20px;
  padding-bottom: 40px;
}

.product_Description {
  font-size: 16px;
}

.product-actions {
  width: 100%;
  text-align: right;
}

.product-actions form {
  margin: 0;
  display: inline-flex;
}

.stock-price .GridPrezzi .GridPrezzi_COL5 {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.attr-info {
  display: inline-flex;
  text-align: inherit;
}

/* stile tabella prodotti email */

table.table-div {
  border: solid 1px #440000;
  width: 100%;
  border-collapse: collapse;
}

.table-div th {
  text-align: left;
  background: rgb(60, 60, 60);
  color: #fff;
  border-bottom: none;
  padding: 5px;
}

.table-div td {
  text-align: left;
  background: white;
}

.table-div tr.product&gt;td {
  background: rgb(240, 240, 240);
}

.table-div td {
  border-bottom: 1px solid #cccccc;
  color: #394a57;
  padding: 8px;
}

.table-div tr.grid td {
  padding: 2px;
}

table.table-div #attrib-grid-table {
  margin: 0;
  border-collapse: collapse;
}

table.table-div #attrib-grid-table td {
  border: none !important;
  background: white;
  text-align: center;
}

table.table-div #attrib-grid-table td.attrib-grid-hHeader {
  font-weight: bold;
}

table.table-div #attrib-grid-table td.attrib-grid-vHeader {
  font-weight: bold;
  text-align: right;
}

table.table-div #attrib-grid-table tr {
  border: none !important;
  background: transparent;
}

table.table-div #attrib-grid-table tr.even td.col-odd {
  background: rgb(220, 220, 220);
}

table.table-div #attrib-grid-table tr.odd td.col-even {
  background: rgb(240, 240, 240);
}

table.table-div #attrib-grid-table tr.even td.col-even {
  background: rgb(210, 210, 210);
}

.prod-disabled {
  color: red;
  text-decoration: line-through;
}

.map {
  margin-top: 20px;
}

#mj-left .side-menu a:before {
  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;
  content: "\e0c2";
  line-height: 15px;
  margin-right: -17px;
  color: rgb(200, 200, 200);
  float: right;
}

.side-menu li&gt;a&gt;span:after {
  content: "\e07b";
}

.cat-menu {
  font-size: 20px;
}

/* .submenu-level1 {
  top: -1px;
  left: 348px;
  position: absolute;
  border: none;
  background: #ffffff;
  width: 450px;
  padding-left: 40px;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 16%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
}

.submenu-level1 {
  visibility: hidden;
  z-index: 100000;
}

.submenu-injector:hover &gt; .submenu-level1 {
  visibility: visible;
} */

.submenu-header-parent {
  font-weight: 600;
  line-height: 35px;
  padding: 5px 10px 5px 0;
  font-size: initial;
}

.submenu-level2-li&gt;a {
  font-size: 10pt;
  color: #666666;
  line-height: 25px;
  padding: 5px 10px 5px 0;
}

ul.mega-menu {
  display: contents;
}

#catalogo {
  padding-right: 25px;
}

#manufacturers {
  border-right: 1px solid #eee;
  padding-right: 25px;
}

#manufacturers&gt;ul {
  columns: 4;
  max-height: 430px;
  height: 380px;
}

.feat-vetrina {
  margin: 0px 15px;
}

#showcase-title,
#productListHeading {
  text-align: center;
  color: var(--as-primary);
  text-transform: uppercase;
  border-bottom: 2px solid var(--as-primary);
  margin-bottom: 40px;
  flex-grow: 1;
  padding-bottom: 10px;
  font-size: 30px;
}

.left-big-image.logoff {
  text-align: center;
}

.right-logoff {
  margin-top: 50px;
}

.info-menu&gt;li:hover&gt;ul {
  visibility: visible;
}

.info-menu&gt;li&gt;ul {
  visibility: hidden;
  position: absolute;
  /* margin-top: 10px; */
  z-index: 2;
  /* background-color: #eee; */
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: grid;
}

.nav-child.unstyled&gt;li&gt;a {
  padding: 5px 15px;
}

.nav-child.unstyled&gt;li {
  background-color: var(--as-primary);
}

.nav-child.unstyled&gt;li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-child.unstyled&gt;li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.prodinfo_omaggi {
  float: right;
  padding: 10px 0px;
}

.smart-cart {
  position: absolute;
  right: 40px;
  top: 20px;
}

.smart_show_total {
  background-color: var(--as-secondary);
  color: var(--as-primary);
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid var(--as-primary);
  line-height: 14px;
  text-align: center;
}

/* a.list-group-item {
  border-bottom: 2px solid #eee;
} */

.list-group {
  margin-top: 20px;
}

.info-more-label {
  flex-grow: 1;
  padding: 10px;
  font-weight: 500;
}

.accountPriceDisplay,
.accountTotalDisplay {
  min-width: 100px;
  text-align: right;
  /* width: 35%; */
}

/* td, th {
  padding: 10px;
} */

.orderinfo {
  display: flex;
}

div#myAccountShipInfo,
div#myAccountPaymentInfo {
  flex-grow: 0.5;
}

.innerArea {
  text-transform: uppercase;
  font-weight: 600;
  padding: 45px;
  border-radius: 0px;
  color: var(--as-primary);
  text-align: center;
  border: 1px solid var(--as-primary);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 180px;
  font-size: 20px;
}

.innerArea:hover {
  background-color: var(--as-primary);
  color: var(--as-secondary);
}

.inputLabel {
  margin-bottom: 0px;
  font-size: 13px;
  width: 100%;
  color: #a2a1a1;
  font-weight: normal;
}

.titolo {
  /* padding: 0px 10px; */
  margin-bottom: 30px;
}

.form-group.password {
  margin-left: -10px;
  margin-top: 15px;
}

.b2b_discount {
  text-align: right;
}

.mega-menu-prodotti-menu.manufacturers {
  width: auto;
}

.ml-auto.mr-auto {
  display: flex;
}

#photo {
  width: 20%;
  text-align: center;
  margin-top: 10px;
}

div#addressDefault {
  padding: 20px;
  border: 2px solid #eee;
  margin: 10px;
  border-radius: 6px;
  text-align: center;
  height: 225px;
  display: grid;
}

.address-action {
  text-align: end;
}

.a-name {
  font-size: 18pt;
  font-weight: 400;
}

.address-type {
  display: flex;
  color: #66676e;
  font-size: 11pt;
  justify-content: center;
  margin-top: 20px;
}

i.fas.fa-check.fa-sm {
  padding: 5px;
}

.d-center {
  text-align: center;
}

button.btn.btn-add-add {
  margin: 10px;
}

@media screen and (max-width: 901px) {

  .d-flex {
    display: contents;
  }

  #mj-left {
    margin-right: 0px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive&gt;.table {
    margin-bottom: 0;
  }

  .table-responsive thead {
    display: none;
  }

  .table-responsive table,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }

  .table-responsive tfoot {
    display: inline;
  }

  .table-responsive&gt;.table&gt;thead&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
    white-space: nowrap;
    border-bottom: 0;
  }

  .table&gt;tbody&gt;tr&gt;td {
    border: 0 !important;
    border-bottom: 1px solid #eee;
  }

  .table&gt;tbody&gt;tr.cart-row {
    border-bottom: 1px solid #eee;
    display: flow-root;
  }

  .table&gt;tbody&gt;tr&gt;td.cart-image {
    width: 30%;
    float: left;
  }

  .table&gt;tbody&gt;tr&gt;td.standard-description {
    width: 70%;
    float: right;
  }

  td#quantity {
    width: 73%;
    float: right;
    text-align: inherit;
  }

  .min {
    display: none !important;
  }

  td.cart-actions {
    width: 70%;
    float: right;
    text-align: inherit;
  }

  td.pricetotriga {
    float: right;
    text-align: inherit;
    padding: 10px 0px !important;
    font-weight: bold;
    width: 100%;
    font-size: 13pt;
  }

  td.priceeach {
    width: 70%;
    padding: 0px !important;
    float: right;
  }

  td.discount.sconti {
    width: 70%;
    padding: 0px;
    min-width: auto;
    float: right;
    font-weight: bold;
  }

  td.base_price.prezzo_no_sconti {
    width: 70%;
    float: right;
    text-align: right !important;
    padding: 0px;
  }

  .b2b_prezzo_no_sconti.align-right,
  .priceeach.align-right,
  .b2b_discount {
    text-align: start !important;
    padding-left: 10px;
  }

  .prices-details {
    margin-top: -25px;
  }

  td.cart-actions {
    width: 100%;
    float: right;
    padding: 0px !important;
  }

  #cartContentsDisplay {
    display: none;
  }

  .cart-header {
    flex-direction: column-reverse;
    display: flex;
  }

  .show-entries {
    width: 100%;
    text-align: center;
  }

  .cart-search {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 25px;
  }

  .table-filter .btn {
    height: 34px;
    margin-top: 30px;
    margin-right: 15px;
  }

  .pagination {
    float: initial;
  }

  .cart-pagination {
    text-align: center;
  }

  #accountDefault {
    flex-direction: column !important;
  }

  .info-banner {
    width: 100% !important;
  }

  .smart-acc {
    margin-right: 0 !important;
    width: 100%;
  }

  .account-box {
    margin-top: 10px;
  }

  .doc-action {
    text-align: right;
    margin-top: 15px;
  }

  #doc-filters {
    display: grid;
  }

  .account-container {
    margin-left: 0px !important;
    width: 100% !important;
  }

  .doc-info .dropdown-content table th {
    display: none;
  }

  .doc-info .dropdown-content table {
    margin: 0 !important;
  }

  .add-box {
    margin-bottom: 20px;
  }

  .accountTaxDisplay {
    display: none;
  }

  .ordprice {
    display: block;
    min-width: 80px;
    text-align: right;
    padding: 0px !important;
  }

  .doc-info-row {
    margin-bottom: 20px;
  }

  .orderp-info-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }

  .orderp-info-column {
    display: table-cell;
    width: 30px;
  }

  td.docqty {
    width: 30px;
    text-align: right;
  }

  p.card-text {
    height: 15px;
    overflow: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
  }

  .home-box .flexslider .slides li img {
    max-width: 130px;
    max-height: 150px;
    width: auto;
    height: auto;
  }
}

.attribsSelect label {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}

.attribsSelect select {
  margin-left: 10px;
}

label.radiolabel {
  width: auto;
  font-size: 0.85em;
  font-weight: normal;
  margin-left: 5px;
}

.attribsSelect {
  margin-bottom: 15px;
}

.button_in_cart i.fa.fa-shopping-cart {
  position: relative;
}

.incartitems {
  top: -8px !important;
  border-radius: 50%;
  /* left: -5px; */
  font-size: 12px;
  background-color: #FFF;
  color: var(--as-primary);
  border: 1px solid var(--as-primary);
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 8px;
  padding: 5px;
}

/* .cart-quantity input[type="number"] {
  float: right;
} */

.listingButtonGroup .l-through {
  font-size: 11px;
}

.avail {
  text-align: center;
  font-size: 11px;
}

.final {
  font-size: 13px;
  text-align: center;
}

.home-prod-price,
.noprice {
  text-align: center;
}

.home-prod-price .btn-primary,
.noprice .btn-primary {
  font-size: 12px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting:after {
  content: "\21C5";
  float: right;
}

table.dataTable thead .sorting_desc:after {
  content: "\2B63";
  float: right;
}

table.dataTable thead .sorting_asc:after {
  content: "\2B61";
  float: right;
}

.home-prod-price .GridPrezzi_COL4 {
  top: 170px;
}

.flexslider {
  position: relative;
  margin-bottom: 20px;
  width: auto;
}

.flexslider .slides li {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.flex-control-nav {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
  top: 50%;
  margin-top: -50px;
}

.flexslider .slider-info {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.2s ease-out;
  -moz-transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  -ms-transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

.flexslider .slider-info .container {
  display: block;
}

.flex-active-slide .slider-info {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

.flexslider .slider-info .title {
  display: block;
}

.flexslider .slider-info .info-wrapper span span {
  display: inline-block;
  padding: 5px;
  background: rgba(0, 0, 0, 0.48);
  color: white;
}

.flexslider .slider-info .link {
  display: block;
}

.flexslider .slider-info .description {
  display: block;
  max-width: 50%;
}

.search {
  border: 1px solid #eee;
  border-radius: 25px;
  flex-grow: 1;
  display: flex;
  text-align: center;
  width: 90%;
  height: 40px;
}

.search #search-button {
  padding: 0px;
}

#search-button {
  vertical-align: bottom;
  min-width: auto;
  padding: 20px 10px;
  background: unset;
  border: transparent;
}

#close-button {
  background-color: unset;
}

#quick_find_header #search-button {
  padding: 10px;
}

.underline a {
  border-bottom: 2px solid #333;
}

.muser-action {
  padding: 25px 0px;
}

.mbottom-link {
  background-color: var(--as-primary);
  color: #FFF;
  padding: 20px 35px;
  width: 100%;
}

.mbottom-link a {
  color: #FFF;
}

.minfo {
  padding: 10px 0px;
}

.mmenu {
  width: 100%;
}

span.arrow {
  float: right;
}

li.msubcat-list {
  padding: 5px 10px;
}

ul.msubcat_ul {
  margin-top: 15px;
  border-left: 1px solid #eee;
}

.arrow.closed {
  float: right;
}

.opened {
  color: #333;
  font-weight: bold;
}


@media (max-width: 900px) {
  .container {
    width: 100%;
  }

  .mega-menu-prodotti&gt;ul&gt;li {
    padding: 5px 10px !important;
  }

  /* .item-product,
  .product-container {
    display: flex;
    flex-direction: row !important;
  } */

  .item-product {
    border: 1px solid #eee;
    padding: 10px;
    /* height: 400px; */
    /* margin-bottom: 15px; */
  }

  .product-head {
    height: 25px;
  }

  #mj-left&gt;div&gt;div,
  #showcase-title,
  #productListHeading {
    margin-top: 0px;
  }

  .product-container {
    height: 160px !important;
  }

  .products-list.rows .product {
    height: 210px;
  }

  .product-image {
    text-align: center;
    height: 150px;
    width: auto;
    /* margin: auto 10px auto 0px; */
  }

  .product-info {
    width: 100%;
  }

  .GridPrezzi_COL3,
  .GridPrezzi_COL4 {
    font-size: 14px;
  }

  .GridPrezzi_COL5 {
    font-size: 18px;
  }

  .header-banner {
    margin-top: 0px !important;
    flex-direction: column;
    height: 700px !important;
  }

  .slideshow {
    margin-top: 20px;
  }

  .slideshow .slide .image {
    height: 180px !important;
  }

  .breadcrumb li a {
    font-size: 14px !important;
  }

  .cat_image {
    width: 50% !important;
  }

  #PRODUCTS_LIST_VIEW_MODE {
    padding: 0px;
  }

  #filter-button {
    padding: 0px !important;
    float: left;
    color: var(--as-primary);
  }

  #search-button {
    padding: 0px !important;
    float: right;
  }

  .filter-form-mobile {
    width: 300px;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 15;
  }

  .filter-form-mobile .section-filters {
    border: none;
    box-shadow: none;
    background-color: var(--as-bg-body);
    height: 100%;
  }

  .table-striped&gt;tbody&gt;tr:nth-of-type(odd)&gt;* {
    --bs-table-bg-type: var(--as-bg-body);
  }

  body.not-homepage #mj-contentarea h1 {
    font-size: 25px;
  }

  td.cart-image img {
    width: 80px !important;
    height: auto !important;
  }

  td.align-center.disp-cart {
    display: none;
  }

  .stockLabel {
    text-align: left;
  }

  .GridPrezziMob {
    padding: 5px 0px;
  }

  .GridPrezziMob .GridPrezzi_COL5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -7px;
    text-align: left !important;
  }

  .pbefore {
    display: inline-flex;
  }

  .GridPrezziMob .GridPrezzi_COL3 {
    font-size: 11px;
    text-decoration: line-through;
    text-align: left !important;
  }

  .GridPrezziMob .GridPrezzi_COL4 {
    padding: 0px 5px;
    color: red;
    font-size: 11px;
    position: relative !important;
    font-weight: normal !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    background-color: unset !important;
  }

  /*
  .header-desktop.fixed .header-desktop-main-menu {
    height: auto !important;
    width: 100%;
  } */

  .listingButtonGroup {
    margin-left: 0px;
  }

  .app-bar.promote-layer {
    background: var(--as-bg-body);
    padding: 0px 10px;
  }

  .app-bar button .icon {
    width: 35px;
    height: 35px;
    color: var(--as-primary);
  }

  .smart-cart {
    position: absolute;
    right: 25px;
    top: 15px;
    color: var(--as-primary);
  }

  .slideshow {
    margin-right: 0px !important;
  }

  .btn-info-banner {
    left: 45px !important;
  }

  a#buttonMenu {
    color: var(--as-secondary);
  }

  .extrademo {
    width: auto !important
  }

}


/* -- BANNER --- */


.header-banner {
  width: 100%;
  display: flex;
  height: 480px;
  z-index: 1;
  margin: 20px auto 80px auto;
}

.slideshow {
  overflow: hidden;
  position: relative;
  /* width: 100%; */
  flex-grow: 1;
  height: 100%;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
  margin: auto;
  text-align: center;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  v width: 100%;
  height: 100%;
}

.slideshow .slide .image {
  /* width:  auto; */
  object-fit: cover;
  /* height: 100%; */
  width: inherit;
  height: auto;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--as-secondary);
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
  display: block;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: #ddd;
  transition: background 0.1s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #7f7f7f;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #7f7f7f;
  transition: left 0.2s ease;
}

.info-banner {
  width: 350px;
  height: 480px;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #959da533;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
}

.info-banner img {
  width: 100%;
  height: 100%;
}

.btn-info-banner {
  position: absolute;
  bottom: 10px;
  left: 65px;
}

/* ------------- */



.doc-info-more,
.ord-info-more,
.orderp-info-more {
  display: flex;
  cursor: pointer;
  border: 1px solid #eee;
}

.doc-info .dropdown-content {
  padding: 20px;
  padding-bottom: 40px;
  background: #eeeeee4d;
}

.doc-info .dropdown-content table {
  margin: 25px 15px 15px 15px;
  font-size: 13px;
}

.doc-info .dropdown-content table td {
  padding: 5px 0px;
}

span.info-data {
  font-size: 11px;
  margin-bottom: 5px;
}

.doc-info-row {
  padding: 5px 0px;
}

.smart-acc {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  width: 300px;
}

.account-container {
  flex-grow: 1;
  width: 0;
  margin-left: 30px;
}

.smart-acc .account-box {
  width: 100%;
  transition: all 1s ease;
}

.smart-acc .innerArea {
  padding: 15px !important;
  height: auto;
}

.smart-acc .account-box .innerArea {
  font-size: 17px;
  font-weight: normal;
}

.back-sec {
  background-color: var(--as-primary);
  color: var(--as-secondary);
}

#doc-filters {
  background-color: #eee;
  padding: 15px;
  margin: 20px 0px 25px 0px;
}

#orderp-filters {
  background-color: #eee;
  padding: 15px;
  margin: 20px 0px 25px 0px;
}

.input-fields {
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #eee;
}

.doc-action {
  float: right;
}

.orderp-action {
  float: right;
}

.add-box {
  font-size: 13px;
}

#box-tab-loading {
  text-align: center;
  padding: 20px 0px;
}

.attr-name {
  width: 100px;
}

.attrhead {
  font-weight: bold;
  position: sticky;
  top: 0;
  background: var(--as-primary);
  color: #FFF;
  font-size: 11px;
}

.attrcol {
  position: sticky;
  top: 40px;
  left: 0;
  background-color: var(--as-primary);
  color: var(--as-text-secondary);
}

.attrfixed {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #333;
}

div#attibsGrid {
  overflow: auto;
  height: auto;
  max-height: 400px;
}

.attrhead td {
  text-align: center;
  width: 90px;
}

.attrs-grid {
  width: auto !important;
}

#viewtable-other {
  cursor: pointer;
  padding: 7px;
}

.viewtable-price {
  text-align: center;
  max-width: 100px;
  height: auto;
  /* 60px; */
  width: 90px;
  vertical-align: middle;
  border-radius: 10px;
}

.grid-name {
  text-align: center !important;
}

i.fas.fa-ban.fa-3x {
  color: #7b7b7b;
}

table.attrs-grid tbody tr {
  border-top: 1px solid #eee;
}

table.attrs-grid td {
  border-right: 1px solid #eee;
  padding: 10px;
}

@media (max-width: 1689px) {
  .mega-menu-prodotti-menu {
    display: none !important;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  .slideshow {
    height: 400px;
  }

  .slideshow .slide .image {
    height: 400px;
  }

  .product-loading:last-child {
    display: none;
  }

  .mega-menu-prodotti-menu {
    display: none !important;
  }


}

@media (min-width: 700px) and (max-width: 901px) {
  /* .slideshow {
    height: 300px;
  } */

  .info-banner {
    height: 100% !important;
    width: 100% !important;
  }

  .btn-info-banner {
    left: 15px !important;
  }

  .slideshow .slide .image {
    height: auto !important;
    width: 100% !important;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }

}


@media (min-width: 1200px) {
  .container {
    width: 100%;
  }

  .slideshow .slide .image {
    height: 100%;
  }

  .slideshow .slide .image {
    bottom: 115px;
  }
}

.account-box {
  margin-top: 25px;
}

.info-more2-label {
  background: var(--as-primary);
  padding: 10px 10px 2px 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
}

.dropdown-content.orderp-class {
  border: 3px solid #333333;
  background: #fff;
  margin-bottom: 5px;
}

.info-more-label-dett {
  padding-bottom: 10px;
  font-weight: 900;
}

.footer-section {
  padding: 20px 0px;
}

.w-image {
  margin-bottom: 20px;
}

.wpb_wrapper {
  font-size: 17px;
}

.wpb_wrapper a {
  color: var(--as-text-primary);
}

.w-socials-item-link {
  color: var(--as-text-secondary) !important;
}

.w-socials-item {
  display: flex;
  margin-bottom: 10px;
}

.w-socials-item i {
  font-size: 14pt;
}

.w-socials-item a {
  font-size: 14pt;
}

.w-socials-item-popup {
  padding: 3px 5px 5px 15px;
}

a.AreaRiservata {
  text-transform: inherit;
}

.cart-info {
  display: table-caption;
  position: absolute;
  right: 40px;
  top: 15px;
  width: 30px;
  height: 30px;
}

.show_total_items {
  background-color: var(--as-secondary);
  color: var(--as-btn-primary);
  border-radius: 50%;
  border: 1px solid var(--as-primary);
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 5px;
  line-height: 18px;
  text-align: center;
}

.search_container {
  width: 300px;
  height: 100%;
  background: #FFF;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 15;
  display: flex;
  flex-direction: column;
}

.pre-l-product-card {
  display: flex;
  flex-direction: column;
  padding: 15px;
  overflow-y: auto;
  height: 100%;
}

#close-button {
  background-color: unset;
  text-align: left;
  padding: 10px 0px 0px 15px;
  color: var(--as-primary);
}

a.list-group-item {
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 12px;
}

#attribs-quantity-input {
  border-top: 1px solid var(--as-light);
  border-bottom: 1px solid var(--as-light);
  border-left: 1px solid var(--as-light);
}

.product-loading {
  text-align: center;
  /* border: 1px solid #959da533;
  margin: 15px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 20px; */
}


.lista-purchased .product-loading {
  margin-bottom: 40px;
}

.lista-purchased .product-loading .product-image-row {
  text-align: center;
}

.REG_HEADER_INFO_UTENTE_LEFT {
  color: var(--as-text-secondary);
}

#checkoutSuccess {
  margin-top: 30px;
  color: var(--as-primary);
}

#checkoutSuccess h3,
#checkoutSuccess div {
  text-align: center;
}

.app-bar-mobile {
  display: flex;
  width: 100%;
}

#AreaRiservata {
  text-align: center;
}

.final:hover .tooltipText {
  opacity: 1;
  transform: translateY(-15px);
}

.tooltipText {
  position: absolute;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s;
  background: var(--as-btn-primary);
  color: var(--as-text-secondary);
  font-weight: normal;
}

h1#createAcctSuccessHeading {
  text-align: center;
  font-size: 28px !important;
  text-transform: uppercase;
  margin: 20px 0px !important;
}

div#createAcctSuccessMainContent {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.outlet-menu a,
#outletTitle {
  font-weight: bold;
  color: #ff9800;
}

.outlet-title {
  color: #ff9800 !important;
}

.product-head {
  display: flex;
  /* font-weight: bold; */
  color: var(--as-primary);
  font-size: 18px;
  border-radius: 15px 15px 0px 0px;
}

.m-group {
  font-size: 14px;
  padding: 3px 0px;
}

.product-bread {
  font-style: italic;
  margin: 10px 0px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  justify-content: end;
  text-overflow: ellipsis;
}

.product-semaphore {
  display: grid;
  height: 40px;
}

.product-semaphore .approvvigionamento {
  font-size: 14px;
  background-color: #eada41;
  color: black;
  font-weight: 500;
  width: 150px;
  text-align: center;
}

div#productsListingBottomNumber {
  font-size: 16px;
}

.section-filters {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
  padding: 10px;
  border: 1px solid #959da533;
  border-radius: 10px;
  width: 350px;
}

.section-filters-down {
  padding: 10px;
  width: 350px;
}

.section-modalita {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
  padding: 10px;
  border: 1px solid #959da533;
  margin-bottom: 60px;
}

.filters-title {
  color: var(--as-primary);
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}


button.btn.dropdown-toggle.btn-default {
  color: #555;
  background-color: #FFF !important;
  border: 1px solid #ccc;
  text-transform: none;
}

.filter-select {
  border: unset;
}

.pagination-p {
  display: flex;
}

.scroll-bar-nav {
  flex-grow: 1;
}

.productManufacturer {
  display: flex;
  color: var(--as-primary);
}

.p-group {
  font-size: 24px;
}

h1#productName {
  color: var(--as-primary);
  padding-bottom: 0px !important;
}

.product-bread-info {
  font-size: 17px;
  font-style: italic;
}

div#productDetailsList {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0px;
}

.prod-info-cart input[type="number"],
.prod-info-cart #quantity-input {
  max-width: 100px !important;
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
}


.prod-info-cart .prodotto_azioni .btn.btn-primary {
  height: 50px;
  font-size: 18px;
  width: -webkit-fill-available;
}

.product-image {
  position: relative;
}

td.cart-image {
  position: relative;
  width: 100px;
}

.img-outlet {
  position: absolute;
  top: -20px;
  left: 0px;
  height: auto !important;
}

.titolocontainer .img-promo {
  position: absolute;
  top: 15px;
  right: 10px;
}

td.cart-image img {
  width: auto;
  height: 60px;
}

div#logo h3 {
  text-align: center;
  font-size: 28px;
  color: var(--as-primary);
}

.cmxform {
  width: 900px;
  margin: auto;
  text-align: center;
  margin-top: 45px;
}

.radio {
  padding-left: 20px;
  padding: 5px 0px 0px 20px;
}

button#submit_registration {
  float: right;
}

#modalita {
  margin-bottom: 10px;
}

div#info {
  font-size: 16px;
}

div#checkoutShoppingCart {
  display: flex;
  flex-direction: column;
}


.orderTotalsMex {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.matbox-container,
#exTab2 {
  margin-top: 30px;
}

.cat_image {
  float: left;
  width: 20%;
  display: inline-block;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.cat_image img {
  max-width: 100%;
  height: 300px;
  box-shadow: 5px 5px 5px 5px #bbb8b8;
}

.cat_image .btn-cat {
  color: var(--as-secondary);
  font-size: 16px;
  background-color: var(--as-primary);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  height: 65px;
}

.custom.mj-grid88 {
  font-size: 17px;
}

span.widget-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--as-text-secondary);
}

.is-divider {
  height: 3px;
  background-color: var(--as-secondary);
  margin: 10px 0px 20px 0px;
  width: 45px;
}

.sale:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-135deg);
  width: 120px;
  display: block;
  background: var(--sale-backgroundcolor);
  background: linear-gradient(var(--sale-backgroundcolor) 0%, var(--sale-backgroundcolor) 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  position: absolute;
  top: 36px;
  right: -16px;
  clip-path: polygon(120px 20px,
      90px -10px,
      30px -10px,
      0px 20px,
      10px 30px,
      110px 30px);
  height: 20px;
  width: 120px;
}

.sale:after {
  content: var(--sale-name);
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
  transform: rotate(45deg);
  width: 120px;
  display: block;
  background: var(--sale-backgroundcolor);
  background: linear-gradient(var(--sale-backgroundcolor) 0%, var(--sale-backgroundcolor) 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  position: absolute;
  top: 22px;
  right: -30px;
  clip-path: polygon(120px 20px,
      90px -10px,
      30px -10px,
      0px 20px,
      10px 30px,
      110px 30px);
}

td.negativo {
  color: var(--as-danger);
}

#productPricesInfo {
  color: var(--as-danger);
  font-size: 16px;
}

#productPricesInfodx {
  color: var(--as-danger);
  font-size: 16px;
  text-align: end;
}

.promo-info {
  color: var(--as-yellow);
  font-size: 17px;
}

.promo-info-div {
  margin: 10px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 18px;
}

.promo-info-div input[type="checkbox"] {
  margin: 0px 15px 0px 5px;
  width: 20px;
}

.shopping_cart .modal {
  top: 25%;
}

.list-group-item img {
  height: 120px;
  width: auto;
  max-width: 100%;
}

.filter-form p {
  margin-top: 0;
  margin-bottom: 5px;
}

.filter-form span {
  font-weight: 100;
}


span.collo,
span.min {
  background: var(--as-primary);
  padding: 5px 10px;
  border-radius: 20px;
  color: white;
}

.head_dx {
  border-radius: 35px;
  background: white;
  box-shadow: 0px 0px 15px 5px #189aeb;
  border: none;
  margin-right: 20px;
  height: 35px;
  margin-top: 9px;
  display: flex;
}

.sort_container {
  position: absolute;
  z-index: 3;
  background-color: #FFF;
  top: 60px;
  left: 25px;
}

.sort_container2 {
  position: absolute;
  z-index: 3;
  background-color: #FFF;
  top: 60px;
  right: 100px;
}

@media (max-width: 950px) and (min-width: 900px) {
  .header-banner {
    flex-direction: column;
    height: auto !important;
  }

  .info-banner {
    width: 100% !important;
    height: auto !important;
  }

  .col-md-4 {
    width: 50%;
  }

  .slideshow {
    height: 320px;
  }

  .slideshow .slide .image {
    width: 100% !important;
    height: auto !important;

  }
}


.logoff-btn:hover:after { 
  content: "USCITA"; 
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: auto;
  height: auto;   
  padding: 5px;
  background-color: var(--as-btn-primary);
  color: white; 
}
</pre></body></html>