/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "helvetica_bold";
  src: url("../fonts/HelveticaNeueLTStd-BdCn.otf");
}

@font-face {
  font-family: "helvetica_black";
  src: url("../fonts/HelveticaNeueLTStd-BlkCn.otf");
}
html {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
}

body {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.2em;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  border: none;
}

/* html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
} */

h1,
h2,
h3,
h4,
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5,
h5 b,
h5 strong {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}

.h1,
h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.45em;
}

h5 {
  font-size: 1em;
}

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

#product .pet-tabs.tabs {
  color: #000;
}

/*font-family: 'HelveticaNeueLTW01-45Light', cursive;*/
/* font-family: 'HelveticaNeueLTW01-55Roman', cursive;*/
.block-links ul > li a:before {
  content: none;
}

#footer-container-main a {
  padding-left: 0px;
}

.link_shop a {
  display: flex;
  align-items: center;
}

.banner_product {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.banner_product img {
  width: 100%;
}

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.modal-content .slider_nav {
  display: none;
}

#tab_VANTAGGI hr {
  display: none !important;
}

.block-cart-product-quantity-gift {
  font-weight: 300;
}

.cms-id-14 .rte-content ol li,
.cms-id-12 .rte-content ul li,
.cms-id-18 .rte-content ul li,
.cms-id-24 .rte-content ol li {
  color: #000;
  line-height: 30px;
}

.cms-id-14 .rte-content ol li {
  list-style-position: inside;
  border-bottom: 1px solid #d6d4d4;
  padding-top: 30px;
}

.cms-id-14 .rte-content ol {
  padding: 0px;
}

#cms.cms-id-14 h1 {
  margin-bottom: 0px;
}

.cms-id-12 .rte-content ul li,
.cms-id-18 .rte-content ul li {
  padding-left: 2em;
}

.cms-id-12 .rte-content ul {
  margin-bottom: 9px;
}

.cms-id-18 .rte-content ul li {
  padding-bottom: 25px;
}

.cms-id-12 .rte-content li:before,
.cms-id-18 .rte-content li:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.cms-id-25 h3 {
  text-transform: uppercase;
  margin-top: 0px;
  color: #555454;
  margin-bottom: 20px;
}

#cms.cms-id-4 .col-md-8.col-sm-8.col-xs-12,
#cms.cms-id-4 .col-md-4.col-sm-4.col-xs-12 {
  color: #000;
  line-height: 30px;
}

.html_box h6 {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.html_box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkbox_box label {
  color: #000;
  font-weight: 600;
}

span.wpcf7-list-item-label::after {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

.cms-id-24 .nopadding-left {
  color: #000 !important;
  line-height: 30px;
}

.modal p {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.4px !important;
}

.nuovi_modali h2,
.nuovi_modali h6,
.nuovi_modali li,
.nuovi_modali p {
  color: black;
}

#tab_ISTRUZIONI_DUSO .tab_content .col-md-12 {
  padding: 0px;
}

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

.content_img img {
  max-width: 65% !important;
  border: none !important;
}

.img_necessaries img {
  max-width: 100% !important;
}

.carousel.slide.carousel_modal .carousel-control-next,
.carousel.slide.carousel_modal .carousel-control-prev {
  max-width: 80px;
}

#carouselslick_accessori .carousel-control-next,
#carouselslick_accessori .carousel-control-prev {
  position: fixed;
  bottom: 17px;
}

#carouselslick_accessori .carousel-control-next {
  left: 80px;
}

#carouselslick_accessori .carousel-control-prev {
  left: 20px;
}

#carouselslick_finestra_360 img,
#respCoverRain img,
#crystal img,
#carouselslick_zanzariera_360 img,
#respMaterasso img {
  width: 100%;
  max-width: 100%;
  border: none;
}

.section_account {
  margin-bottom: 10px !important;
}

#my-account .fa-map-marker:before {
  content: "\f1ad" !important;
}

#my-account .fa-history:before {
  content: "\f0cb" !important;
}

#my-account .fa-tags:before {
  content: "\f02a" !important;
}

#my-account .fa-heart-o:before {
  content: "\f005" !important;
}

#my-account .my-account-side-links .fa {
  font-size: 2em;
  color: #ac000b;
}

#my-account .link-item {
  display: flex;
  align-items: center;
}

.my-account-page-content-wrapper .my-account-side-links {
  border: none;
}

#my-account .info-account {
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-content.my-account-page-content-wrapper {
  padding-bottom: 20px !important;
}

.footer_links {
  border-top: solid 1px #e3e3e3;
}

#my-account .icon-chevron-left:before,
#order-slip .icon-chevron-left:before,
#history .icon-chevron-left:before,
#addresses .icon-chevron-left:before,
#module-iqitwishlist-view .icon-chevron-left:before,
#discount .icon-chevron-left:before,
#identity .icon-chevron-left:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-style: normal;
}

#my-account a[title="Home"] .icon-chevron-left:before,
#order-slip a[title="Home"] .icon-chevron-left:before,
#history a[title="Home"] .icon-chevron-left:before,
#addresses a[title="Home"] .icon-chevron-left:before,
#module-iqitwishlist-view a[title="Home"] .icon-chevron-left:before,
#discount a[title="Home"] .icon-chevron-left:before,
#identity a[title="Home"] .icon-chevron-left:before {
  padding: 0 0.2rem 0 1.5rem;
}

.button.button-small span {
  display: block;
  padding: 3px 8px;
  border: none;
  font-size: 1.2em;
  padding: 0px;
}

.button.button-small {
  padding: 0px;
}

.product-id-97 .breadcrumb li span,
.product-id-120 .breadcrumb li span {
  text-transform: uppercase;
}

.product-id-97 .breadcrumb li a span,
.product-id-120 .breadcrumb li a span {
  text-transform: capitalize !important;
}

.create_account {
  text-decoration: underline;
}

#submit-login {
  margin: 0 auto;
}

#iqitwishlist-modal .modal-header {
  justify-content: center;
}

.no-items {
  line-height: 50px;
  padding-left: 20px;
}

#checkout .input-group.bootstrap-touchspin {
  border-radius: 0px;
  border: solid 1px #e3e3e3 !important;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto !important;
}

#checkout .cart-line-product-quantity,
#checkout .btn.btn-touchspin {
  border: none !important;
  background: transparent;
}

#checkout .input-group-btn-vertical,
#checkout .btn.btn-touchspin {
  height: 100% !important;
}

#tab_MONTAGGIO {
  padding-top: 50px;
}

#checkout #p_privacy_policy {
  padding-top: 30px;
}

/*Inizio Desktop*/
@media (min-width: 992px) {
  .section_custom.aspect_ratio .elementor-column-wrap {
    aspect-ratio: 1;
  }

  .elementor-element-mxsu084,
  .elementor-widget-container,
  .elementor-image,
  .elementor-element-mxsu084 img {
    height: 100%;
  }

  .elementor-element-53mgw52 .elementor-element-populated {
    padding: 0;
  }

  .product-id-1 .cat_desc.cat_desc_product {
    display: none;
  }
  @media (max-width: 991px) {
    #desktop_logo img {
      max-width: 295px;
    }
  }

  .fa-shopping-bag:before {
    content: "\f07a" !important;
    font-size: 22px;
    font-weight: bold;
  }



  .button_home .elementor-button-link {
    font-weight: 600;
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 9px 17px;
    font-size: 1em;
    line-height: 1.42em;
    outline: 3px solid #000000;
    -webkit-font-smoothing: antialiased;
  }

  .elementor-element.lock_home:hover > .elementor-element-populated {
    background-image: url("/img/chiusuraAccesa.jpg");
  }

  .elementor-element.black_home:hover > .elementor-element-populated {
    background-image: url("/img/etichetta_grey_edition.jpg");
    background-size: 105% !important;
  }

  .maggiolina_home:hover .elementor-element-populated {
    background-image: url("/img/MAGGIOLINA-AIR-LANDER-GRAY-JEEP_800x800pxls.png") !important;
  }

  .art_home:hover .elementor-element-populated {
    background-image: url("/img/airtop800x800.png") !important;
  }

  .columbus_home:hover .elementor-element-populated {
    background-image: url("/img/columbus800x800-24.png") !important;
  }

  .aircamping_home:hover .elementor-element-populated {
    background-image: url("/img/AUTOHOME_2025_AIRTOP_04_10055_800x800pxls.png") !important;
  }

  .overland_home:hover .elementor-element-populated {
    background-image: url("/img/overland800x800-sc_2.png") !important;
  }

  .overzone_home:hover .elementor-element-populated {
    background-image: url("/img/CabinaOverzone-018_800x800pxls.png") !important;
  }

  .overcamp_home:hover .elementor-element-populated {
    background-image: url("/img/overcamp800x800.png") !important;
  }

  .nomadland_home:hover .elementor-element-populated {
    background-image: url("/img/3-NomadLand1.0-346_800x800pxls.png") !important;
  }

  .elementor-element.fercodini:hover > .elementor-element-populated {
    background-image: url("/img/giuseppe_hover.jpg");
    background-size: 105% !important;
  }

  .elementor-element.airtop_home:hover > .elementor-element-populated {
    background-image: url("/img/flowerpower_hover.jpeg");
    background-size: 105% !important;
  }

  .elementor-element.colors_home:hover > .elementor-element-populated {
    background-size: 105% !important;
  }

  .elementor-element-841xpul:hover .elementor-element-populated,
  .elementor-element-ujq5zfw:hover .elementor-element-populated,
  .elementor-element-omx2k79:hover .elementor-element-populated,
  .elementor-element-7ukzahl:hover .elementor-element-populated,
  .elementor-element-x5tgp5t:hover .elementor-element-populated,
  .elementor-element-ua9zdqx:hover .elementor-element-populated,
  .elementor-element-r3taebk:hover .elementor-element-populated,
  .elementor-element-95x8q0g:hover .elementor-element-populated {
    background-color: #fff !important;
  }

  .elementor-element-841xpul:hover .elementor-button,
  .elementor-element-ujq5zfw:hover .elementor-button,
  .elementor-element-omx2k79:hover .elementor-button,
  .elementor-element-7ukzahl:hover .elementor-button,
  .elementor-element-x5tgp5t:hover .elementor-button,
  .elementor-element-ua9zdqx:hover .elementor-button,
  .elementor-element-r3taebk:hover .elementor-button,
  .elementor-element-95x8q0g:hover .elementor-button {
    background: #000 !important;
  }
  /* SEZIONE CATEOGORIA PRODOTTI 2025  */

  .elementor-element-ajf0wpo:hover .elementor-element-populated,
  .elementor-element-mcj0tq0:hover .elementor-element-populated,
  .elementor-element-m4h3d3x:hover .elementor-element-populated,
  .elementor-element-hjqz5sr:hover .elementor-element-populated,
  .elementor-element-2b9ts9u:hover .elementor-element-populated,
  .elementor-element-fws8jn1:hover .elementor-element-populated,
  .elementor-element-jpczb5l:hover .elementor-element-populated,
  .elementor-element-9d6bm08:hover .elementor-element-populated {
    background-color: #fff !important;
  }
  .elementor-element-ajf0wpo:hover .elementor-button,
  .elementor-element-mcj0tq0:hover .elementor-button,
  .elementor-element-m4h3d3x:hover .elementor-button,
  .elementor-element-hjqz5sr:hover .elementor-button,
  .elementor-element-2b9ts9u:hover .elementor-button,
  .elementor-element-fws8jn1:hover .elementor-button,
  .elementor-element-jpczb5l:hover .elementor-button,
  .elementor-element-9d6bm08:hover .elementor-button {
    background: #000 !important;
  }
  .elementor-element.airlander-2025:hover > .elementor-element-populated {
    background-image: url("/img/maggiolina800x800_2025.png");
  }
  .elementor-element.airtop-2025:hover > .elementor-element-populated {
    background-image: url("/img/airtop800x800_2025.png");
  }
  .elementor-element.columbus-2025:hover > .elementor-element-populated {
    background-image: url("/img/columbus800x800-2025.png");
  }
  .elementor-element.air-camping-2025:hover > .elementor-element-populated {
    background-image: url("/img/air-camping_2_2025.png");
  }
  .elementor-element.overland-2025:hover > .elementor-element-populated {
    background-image: url("/img/overland800x800-sc_2_2025.png");
  }
  .elementor-element.overzone-2025:hover > .elementor-element-populated {
    background-image: url("/img/overzone-800x800_2_2025.png");
  }
  .elementor-element.overcamp-2025:hover > .elementor-element-populated {
    background-image: url("/img/overcamp800x800_2025.png");
  }
  .elementor-element.nomadland-2025:hover > .elementor-element-populated {
    background-image: url("/img/nomadland-serena-800x800_2025.png");
  }

  .section_products .elementor-widget-button {
    border-top: 2px solid #fff;
  }

  .block-iqitlinksmanager-3 img {
    max-width: 220px;
  }

  #footer .block-iqitlinksmanager {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 100px;
    padding-left: 0px;
  }

  #footer .col-4.news_con {
    padding-left: 0px;
  }

  #footer .block-iqitlinksmanager .block-title {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  #footer-container-main {
    padding-top: 0px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
  }

  #footer,
  #checkout-footer {
    background-size: 25%;
    background-position: right top;
    background-position-y: 40px;
    background-position-x: 103%;
  }

  .call_center,
  .block-newsletter {
    padding-right: 100px;
    padding-left: 0px;
  }

  .butt_one {
    background-color: #ac000b;
    text-align: center;
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
  }

  .butt_one a,
  .butt_two a {
    color: #fff !important;
    text-transform: uppercase;
  }

  .butt_two {
    background-color: #ac000b;
    text-align: center;
    font-weight: 600;
    line-height: 56px;
    font-size: 14px;
  }

  .butt_mail {
    background-color: #333232;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
  }

  .butt_mail a {
    color: #fff !important;
  }

  .butt_two img {
    margin-right: 10px;
  }

  #footer-copyrights li.instagram a {
    background: url("/img/instagram_w.png") no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer-copyrights li.facebook a {
    background: url("/img/facebook_w.png") no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer-copyrights li.youtube a {
    background: url("/img/youtube_32x32.png") no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer .copyright {
    padding-left: 0;
    border-bottom: 1px solid #353535;
    float: none;
  }

  #footer .copyright li.facebook,
  #footer .copyright li.instagram,
  #footer .copyright li.youtube {
    margin-top: -8px;
  }

  #blocklinkfooterfour .list-inline {
    display: flex;
  }

  #blocklinkfooterfour .list-inline li {
    padding-right: 20px;
  }

  #blocklinkfooterfour .list-inline li a {
    color: #8c8c8c;
    padding: 4px 0;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 2.143em;
    text-shadow: none;
  }

  #blocklinkfooterfour {
    padding-bottom: 30px;
    padding-top: 10px;
  }

  #blocklinkfooterfour .list-inline li a:hover {
    color: #fff;
  }

  .hide {
    display: none !important;
  }

  #copy {
    cursor: pointer;
    font-size: 1.5em;
    color: #ccc;
  }

  #footer-copyrights,
  #blocklinkfooterfour {
    padding-left: 5%;
    padding-right: 5%;
  }

  .list-inline.social {
    margin-bottom: 9px;
    padding-right: 12px;
  }

  #copyright-text {
    color: #ccc;
  }

  .facebook.pull-right {
    margin-left: 12px;
    margin-right: 12px;
  }

  #footer-copyrights li.instagram a:hover {
    background: url("/img/instagram_hover.png");
  }

  #footer-copyrights li.facebook a:hover {
    background: url("/img/facebook_32x32_hover.png");
  }

  #footer-copyrights li.youtube a:hover {
    background: url("/img/youtube_r_hover.png");
  }

  .header-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .links_top ul {
    display: flex;
    justify-content: center;
  }

  .col-official,
  .link_shop {
    background-color: #fff;
    height: 40px;
    padding: 10px 16px 8px;
    margin-right: 1px;
  }

  .link_shop span {
    border-bottom: 6px solid #ac000b;
    padding-bottom: 5px;
    font-weight: 600;
    color: #000 !important;
  }

  .col-official span {
    font-weight: 300;
    color: #000 !important;
  }

  #language_selector ul a {
    text-transform: uppercase;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 12px;
  }

  #language_selector ul .current a {
    color: #ac000b;
  }

  #language_selector ul li:last-child a {
    border-right: unset;
  }

  .content_right,
  #language_selector ul {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .language_container {
    text-align: center;
  }

  .content_right {
    justify-content: end;
    padding-left: 42px;
    display: flex;
    height:49.8px;
    padding-bottom:5px;
    align-items: flex-end;
  }

  #desktop-header {
    padding-right: 5%;
    padding-left:20px;
  }

  .content_right #user_info img {
    width: 32px;
    padding-left: 10px;
  }

  #iqitmegamenu-horizontal a {
    line-height: unset;
  }

  .ps-shoppingcart .cart-products-count-btn {
    display: block !important;
    font-size: 0.7em;
    top: -6px;
    right: -8px;
    background-color: #777;
    color: #fff;
    padding: 0px 6px;
    border-radius: 16px;
    height: 19px;
    line-height: 1em;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 700;
  }

  .container.iqit-megamenu-container {
    padding-bottom:8px
  }

  #user_info {
    border-left: 1px solid #fff;
    height: 50%;
  }



  .language_container {
    padding-top: 8px;
    padding-bottom: 3px;
  }

  .arrow_home img {
    width: 20px;
  }

  .menu-element-id-7 .custom_t.cbp-column-title.nav-link {
    display: none;
  }

  .cbp-banner-image {
    width: auto;
    height:60px;
    margin-bottom: 4px;
  }

  .menu-element-id-11 .cbp-banner-image {
    width: auto;
    height:60px;
  }

  .cbp-products-list .product-miniature-container .thumbnail-container,
  .cbp-products-list .product-miniature-container .product-price-and-shipping {
    display: none;
  }

  .cbp-hrmenu .cbp-legend.cbp-legend-inner {
    display: block;
    position: relative;
    padding: 0px;
    box-shadow: none;
    margin: 0px;
    margin-top: 4px;
  }

  .cbp-products-list .product-miniature-container {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cbp-hrmenu .cbp-menu-column {
    margin-top: 0px;
  }

  .ctm_text a {
    color: rgb(51, 51, 51) !important;
    text-transform: uppercase;
  }

  .ctm_text span {
    content: "AHS®";
    margin-left: 3px;
    color: rgb(172, 0, 11);
    text-decoration: underline !important;
  }

  /* #iqitmegamenu-wrapper {
    padding-top: 12px;
  } */

  .cbp-horizontal .cbp-tab-title {
    text-transform: uppercase;
  }

  .cbp-submenu-aindicator {
    display: none !important;
  }



  .cbp-horizontal > ul > li > a,
  .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
  .cbp-horizontal > ul > li > .cbp-main-link {
    border: none !important;
  }

  #cbp-hrmenu .cbp-hropen:hover .nav-link .cbp-tab-title::after {
    content: ""; /* Genera il bordo */
    position: absolute;
    left: -5px;
    right: 0;
    bottom: -10px;
    width: 120%;
    height: 6px; /* Altezza del bordo */
    background-color: #ac000b;
    transition: background-color 0.3s ease;
  }

  .social-right {
    position: fixed;
    right: 0;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social-right {
    width: 45px;
    z-index: 999;
  }

  .social-right li {
    background: #000;
    width: 100%;
  }

  .social-right li.instagram a {
    background: url("/img/instagram_w.png") no-repeat center center;
    display: block;
    width: 100%;
    height: 45px;
  }

  .social-right li.instagram,
  .social-right li.facebook {
    margin-bottom: 3px;
  }

  .social-right li.facebook a {
    background: url("/img/facebook_w.png") no-repeat center center;
    display: block;
    width: 100%;
    height: 45px;
  }

  .social-right li.youtube a {
    background: url("/img/youtube_32x32.png") no-repeat center center;
    display: block;
    width: 100%;
    height: 45px;
  }

  .social-right li::marker {
    content: none !important;
  }

  .social-right li.instagram a:hover {
    background: url("/img/instagram_hover.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
  }

  .social-right li.facebook a:hover {
    background: url("/img/facebook_32x32_hover.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
  }

  .social-right li.youtube a:hover {
    background: url("/img/youtube_r_hover.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
  }

  .product-cover .expander > span {
    left: 47%;
    bottom: 44%;
  }

  .product-cover .expander .fa-expand:before {
    content: url("/img/zoom_red.png");
  }

  #product .product-cover .expander > span {
    background: transparent;
  }

  .product-cover .expander .fa-expand:hover {
    content: url("/img/zoom_blck.png");
  }

  #product .product-cover .expander > span:hover {
    opacity: 1 !important;
  }

  .product-cover .expander {
    display: none;
  }

  #product .product-cover:hover .expander {
    display: block;
  }

  #product .col-product-info {
    background-image: url("/img/bollo_tuv.png");
    background-repeat: no-repeat;
    background-position: center 96%;
    background-size: 35%;
    padding-bottom: 200px;
    max-width: 25%;
    flex: 0 0 25%;
    background-color: #ededed;
  }

  #product .col-product-info {
    padding: 0px;
    min-height: 1500px;
  }

  #product.product-id-89 .col-product-info {
    min-height: 1500px;
  }

  .product_header_container {
    border-bottom: 2px solid #fff;
    font-weight: 300;
    background: #ededed;
    box-shadow: none;
    padding: 13px 32px;
    padding-top: 10px;
    margin-bottom: 0px;
  }

  #product .product-information {
    box-shadow: none;
    padding: 0px 32px;
    background: #ededed;
    border: none;
    font-weight: 300;
  }

  #product .product-manufacturer {
    display: none;
  }

  .warranty,
  .warranty button {
    color: #554f58 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
  }

  .warranty button {
    margin-top: -2.5px;
    padding: 0px;
  }

  .product-variants.js-product-variants {
    display: flex;
    flex-direction: column;
  }

  .color.texture {
    height: 26px;
    width: 56px;
    padding: 0px;
    background-size: cover;
  }

  .product-variants .custom-select2,
  .product-variants .form-control {
    max-width: 215px !important;
    width: 215px;
  }

  .row.product-quantity {
    flex-direction: column;
  }

  #product .product-add-to-cart {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row.product-quantity .col-add-qty,
  .row.product-quantity .col-add-wishlist {
    padding-left: 35px;
    padding-right: 30px;
  }

  .row.product-quantity .btn-lg.add-to-cart {
    width: 100%;
    max-width: 100%;
    background: #ac000b;
    font-size: 23px;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 32px;
    font-weight: 300;
  }

  .row.product-quantity .btn-lg.add-to-cart:hover {
    background: #000;
  }

  .row.product-quantity .fa-shopping-bag:before {
    font-size: 35px;
  }

  .product-prices .fa-heart-o:before {
    font: 400 15px / 31px "FontAwesome";
    background: #929292;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    margin: 0 6px 0 0;
    border-radius: 50px;
    content: "\f005";
    color: #c3c3c3;
    font-size: 1.1em;
    background-color: inherit;
  }

  .btn-iqitwishlist-add {
    background: transparent;
    padding: 0px;
    font-weight: 300;
    font-size: 0.9em;
    color: #777777;
  }

 

  .btn-iqitwishlist-add:hover {
    background: transparent;
  }

  .buttons_info {
    display: flex;
    flex-direction: column;
  }

  .buttons_info button {
    border: none;
    text-align: left;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14.5px;
    color: #777777;
    background: transparent;
  }

  #consegna_buttons {
    margin-bottom: 15px;
  }

  .divisior_ {
    width: 100vw;
    z-index: 9999999;
    position: relative;
    margin-left: -32px;
    border-top: 2px solid #fff;
    z-index: 1;
  }

  .product-additional-info {
    border: none;
  }

  .tableRow {
    display: flex !important;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height: auto;
    display: inherit;
    padding: 30px 0;
  }

  .specTable {
    display: inline-block;
    width: 100%;
  }

  .tableTitle {
    min-width: 162px;
    padding-left: 0;
  }

  .tableDesc,
  .tableTitle {
    padding: 2%;
    float: left;
  }

  .tableDesc {
    width: calc(100% - 165px);
  }

  .tab_content table tr td:nth-child(1) {
    min-width: 170px;
  }

  .tab_content table tr td {
    vertical-align: top;
    padding: 10px 20px 10px 15px;
  }

  .parereRow {
    margin-top: 40px;
    padding: 50px 0 0;
    border-top: 1px solid #eee;
  }

  .col-parere-5 {
    width: 20% !important;
    max-width: 20%;
    flex: 0 0 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .col-parere-5 img {
    margin: 0 auto !important;
    padding: 0 20px;
    width: 100%;
  }

  .tab-content .btn.btn-link {
    font-size: 1em;
    line-height: 1.875em;
    vertical-align: top;
    border: none;
  }

  .parereEsp {
    margin-top: 5px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em !important;
    white-space: normal;
  }

  .parereEspGrey {
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em !important;
    white-space: normal;
    margin-top: -4px;
    line-height: 1.2em !important;
  }

  .nopadding {
    padding: 0;
  }

  .secondRow {
    margin-top: 40px;
  }

  button.nopadding {
    text-decoration: underline;
  }

  .product-price.current-price-value {
    font-weight: 600;
    font-size: 24.5px;
    line-height: 32px;
    color: #333333;
  }

  .product_header_container .h1 span {
    text-transform: uppercase;
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 24px !important;
  }

  .js-iqitsizecharts-modal .col-md-4 {
    float: left;
  }

  .js-iqitsizecharts-modal .nav.nav-tabs,
  .js-iqitsizecharts-modal .modal-title {
    display: none;
  }

  .js-iqitsizecharts-modal .modal-header {
    border: none;
  }

  .button_size {
    background: transparent !important;
    text-decoration: underline;
    padding: 0px;
    margin-top: 0px !important;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px !important;
    font-weight: 300;
  }

  #product .product-reference label,
  #product .product-condition label,
  #pFabbrication label {
    font-weight: 600;
    color: #333333;
  }

  #product .product-reference span,
  #product .product-condition span {
    font-weight: 300;
    color: #777777;
  }

  .cbp-hrmenu-tab .cbp-tab-title {
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  #product .product-reference label,
  #product .product-condition label {
    margin-bottom: 16px;
  }

  .section_price {
    margin-bottom: 12px;
  }

  .form-control-label {
    color: #333333;
    font-weight: 600 !important;
    text-transform: uppercase;
  }

  .col-add-qty .form-control-label {
    padding-top: 0.8rem;
  }

  #product .qty {
    padding-top: 0.5rem;
  }

  .form-control.form-control-select {
    font-size: 12px;
    line-height: 1.42857;
    font-weight: 600;
    height: 2.2em !important;
    padding: 0px 12px;
  }

  #category .category-image,
  #js-product-list-header {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0px;
  }

  #js-product-list-header {
    background: #000;
    padding: 2.5em 5%;
    margin-bottom: 2.2em;
  }

  #js-product-list-header span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-top: 9px;
  }

  #js-product-list-header .h1.page-title {
    border: none;
    padding: 0px;
    margin: 0px;
  }

  .subcategory-name {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff !important;
  }

  .content_subcategory:hover {
    background-color: #000;
  }

  .product-list-subcategories .col-6 {
    padding: 20px;
    margin-bottom: 40px;
  }

  .content_subcategory {
    width: 100%;
    display: block;
    background-color: #ac000b;
    padding: 20px;
    text-align: left;
  }

  .product-list-subcategories,
  #category .breadcrumb,
  #js-product-list{
    padding-left: 4%;
    padding-right: 4%;
  }

  #category .breadcrumb .col {
    padding-left: 0px;
    padding-right: 0px;
  }

  #js-product-list-top {
    display: none;
  }

  .category-id-18 #js-product-list {
    display: none;
  }

  #js-product-list .product-description {
    padding: 0px;
  }

  #category h2.h3.product-title {
    background-color: #ac000b;
    margin-top: 40px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: left;
  }

  #category h2.h3.product-title a {
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 20px;
  }

  .product-miniature:hover {
    box-shadow: unset;
  }

  #category .product-miniature:hover h2.h3.product-title {
    background-color: #000;
  }

  .product-miniature .products-variants {
    display: none;
  }

  .product-miniature img {
    background: #e8e8e8;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .product-miniature .container-image img{
    background: #fff;
  }

  .category-id-26 .js-product-miniature-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #category.category-id-26 h2.h3.product-title {
    margin: 0px;
    border: 1px solid white !important;
  }

  .wd_100 img {
    width: 100%;
  }

  .bg_image .elementor-column-wrap {
    transition: background-size 0.3s ease;
    background-size: 101% !important;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #footer-container-main a {
    font-weight: 300;
  }

  .butt_mail a,
  .butt_one a,
  #footer .block-title,
  #checkout-footer .block-title {
    font-weight: 600 !important;
  }

  .block-newsletter p {
    font-weight: 300 !important;
    color: #bcbcbc !important;
    line-height: 30px;
  }

  .cookiefooter {
    color: #8c8c8c !important;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 2.143em;
    text-shadow: none;
  }

  #main .cat_desc {
    background-color: #000;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 2.5em 4%;
    margin-bottom: 2.2em;
  }

  #main .cat_desc h1,
  #main .cat_desc h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 3em;
    margin-top: 9px;
  }

  #blocklinkproductrightcolumntwo h3 {
    color: #000;
    font-weight: 600;
    font-size: 1.45em;
  }

  #blocklinkproductrightcolumntwo h4 {
    color: #000;
    font-weight: 600;
    font-size: 17px;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1em;
    color: #000;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone span {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1em;
    color: #000;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone {
    margin-bottom: 12px;
    margin-top: 14px;
  }

  #blocklinkproductrightcolumntwo .callcenter-email a {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1em;
    color: #000;
  }

  .buttons_info a {
    color: #000 !important;
    font-weight: 300;
    letter-spacing: 0px;
  }

  #product .product-description p,
  .tab_content p,
  .tab_content ul li {
    color: #000;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
  }

  #tab_DESCRIZIONE,
  #tab_MATERIALI,
  #tab_DETTAGLI_TECNICI,
  #tab_MONTAGGIO,
  #tab_VANTAGGI,
  #tab_ISTRUZIONI_DUSO,
  #tab_VIEW_360 {
    padding-right: 15px;
  }

  .tab_content ul li {
    padding-bottom: 25px;
  }

  #product .product-description strong {
    color: #000;
    font-weight: 600;
  }

  .specTable .tableDesc {
    color: #000;
    font-weight: 400;
    font-size: 16px;
  }

  .specTable .tableDesc h2 strong {
    font-size: 32px;
  }

  .btn-link,
  #tab_DESCRIZIONE table span a {
    color: #777777;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
    line-height: 1.875em;
  }

  .btn-link:hover,
  .btn-link:focus,
  #tab_DESCRIZIONE table span a:hover,
  #tab_DESCRIZIONE table span a:focus {
    color: #515151;
    text-decoration: underline;
    background-color: transparent;
  }

  #product .product-description td a strong {
    color: #ac000b !important;
  }

  .playBtnImg {
    margin-top: -3px;
    margin-left: 15px;
  }

  #product .product-description td {
    vertical-align: top;
    padding: 10px 20px 10px 0;
  }

  hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
  }

  #product .breadcrumb,
  .row.product-info-row{
    padding-left: 5%;
    padding-right: 5%;
  }

  .row.product-info-row {
    justify-content: space-between;
    margin-left: 0px;
  }

  .tab_content h2 strong {
    font-size: 32px;
    font-weight: 600;
  }

  .col-product-image {
    color: #000;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .border-right {
    border-right: 1px solid #d6d4d4;
  }

  .link_shop .icon-shopping-cart.icon-lg {
    padding-bottom: 5px;
    margin-top: -11px;
    padding-right: 3px;
  }

  .modal-content .close {
    position: absolute;
    right: 10px;
    z-index: 999;
    opacity: 1;
  }

  .modal-content .close span::before {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-shadow: none;
    background: #fff;
    color: #333333;
    padding-left: 2px;
    padding-right: 2px;
  }

  #iqitwishlist-modal .modal-content .close span::before {
    content: none;
  }

  .modal-content .modal-body {
    padding: 0px;
  }

  .modal-content .modal-body .row {
    margin: 0px;
  }

  .modal-content .modal-body .col-md-6.divide-right {
    border-right: 1px solid #d6d4d4;
    padding: 25px;
    margin-bottom: 0px !important;
  }

  .modal-content .modal-body .modal-title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
  }

  .content_right_check {
    line-height: 60px;
    background: #fafafa;
  }

  .modal-content .modal-body .cart-products-count {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin-bottom: 17px;
    font-size: 23px !important;
    font-weight: 400 !important;
    margin-top: 20px;
  }

  .modal-content .modal-body .product-attributes .label {
    display: none;
  }

  .modal-content .modal-body .product-attributes {
    display: flex;
  }

  .modal-content .modal-body .product-attributes .value {
    font-weight: 300;
    color: #000;
    line-height: 19px;
    font-size: 16px;
  }

  .modal-content .modal-body img {
    border: 1px solid #d6d4d4;
    max-width: 178px;
  }

  .js-product-images-modal .modal-content .modal-body img {
    max-width: 100%;
    border: none;
  }

  .modal-content
    .modal-body
    .product-attributes
    .product-line-info:not(:first-child)
    .value:before {
    content: ",";
  }

  .modal-content .modal-body .cart-content {
    padding-top: 5px !important;
  }

  .quantity_modal,
  .divide-right .products .value {
    font-size: 16px;
    color: #333333 !important;
    font-weight: 300;
  }

  .quantity_modal strong,
  .divide-right .products strong {
    font-weight: 600;
    color: #333333 !important;
  }

  .modal-content .modal-body .product-name a {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
    font-weight: 300;
  }

  .quantity_modal {
    opacity: 1 !important;
  }

  #blockcart-modal .modal-dialog {
    min-width: 65%;
  }

  #product .product-lmage-large img {
    width: 100%;
  }

  .cart-content-btn {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 100px;
  }

  .cart-content-btn .icon-chevron-left:before {
    content: "\f053";
    color: #777777;
    padding-right: 5px;
  }

  .cart-content-btn .icon-chevron-right:before {
    content: "\f054";
    color: #fff;
    padding-left: 10px;
  }

  .cart-content-btn .icon-chevron-left,
  .cart-content-btn .icon-chevron-right {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }

  .cart-content-btn .btn-secondary {
    display: block;
    padding: 8px;
    margin: 0px;
    background: #f7f7f7;
    color: #333333;
    font-weight: 700;
    line-height: 26px;
    font-size: 17px;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  }

  .cart-content-btn .btn-primary {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    padding: 8px;
    background: #ac000b;
    border: none;
  }

  .cart-content-btn .btn-primary:hover {
    background: #3aa04c;
    background-image: -webkit-linear-gradient(top, #3aa04c, 0%, #3aa04a, 100%);
    background-image: -moz-linear-gradient(top, #3aa04c 0, #3aa04a 100%);
    background-image: linear-gradient(to bottom, #3aa04c 0, #3aa04a 100%);
  }

  #blockcart-content {
    max-width: 480px;
    width: 480px;
  }

  .ps-shoppingcart.dropdown #blockcart-content .cart-title {
    display: block !important;
    padding-top: 20px;
  }

  .ps-shoppingcart.dropdown #blockcart-content .cart-title .modal-title {
    font-weight: 600;
    color: #000;
    font-size: 1.45em;
    text-transform: uppercase;
    padding: 20px;
  }

  #blockcart-content {
    padding: 0px;
  }

  #blockcart-content hr {
    border-bottom: 1px solid #000;
  }

  #blockcart-content .product-attributes {
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
  }

  .col_remove_cart {
    position: absolute;
    top: -10px;
    right: 10px;
  }

  .col_remove_cart a {
    color: #000 !important;
    font-weight: 600 !important;
    line-height: 1;
    font-size: 34px !important;
    opacity: 1;
  }

  #blockcart-content .product-attributes span {
    font-size: 11px;
    font-weight: 300;
    color: #777;
    margin-right: 5px;
  }

  #blockcart-content .col_name_product a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
  }

  #blockcart-content .cart-subtotals {
    border-top: 1px solid #000;
    background: #000;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #blockcart-content .cart-totals {
    border-top: none !important;
    background: #000;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
  }

  #cart-subtotal-shipping .label,
  .totals_blockcart .label {
    color: #777;
    font-size: 17.5px;
    font-weight: 600;
    text-transform: uppercase;
  }

  #cart-subtotal-shipping .value,
  .totals_blockcart .value {
    color: #777;
    font-size: 17.5px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
  }

  #blockcart-content .cart-buttons,
  #blockcart-content .cart-buttons .btn-primary {
    background: #ac000b;
    text-align: right;
    font-weight: 600;
    font-size: 17px;
    margin: 0px !important;
  }

  #blockcart-content .cart-products > li {
    border-bottom: 1px solid #000;
  }

  .call_center .block-title {
    padding-bottom: 25px !important;
  }

  .breadcrumb ol li span {
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }

  .breadcrumb ol li a span {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
  }

  #wrapper .breadcrumb li:after {
    color: #8c8c8c;
  }

  #product .breadcrumb {
    padding-top: 50px;
  }

  #cbp-hrmenu-tab-5 .cbp-valinks-vertical,
  .cbp-valinks-vertical {
    display: flex;
    flex-direction: column;
  }

  #cbp-hrmenu-tab-4 .cbp-hrsub {
    max-width: 500px;
  }

  #cbp-hrmenu-tab-5 .cbp-hrsub,
  #cbp-hrmenu-tab-6 .cbp-hrsub,
  #cbp-hrmenu-tab-9 .cbp-hrsub {
    max-width: 300px;
  }

  /* #cbp-hrmenu-tab-5 .cbp-hrsub {
    left: 100px;
  }

  #cbp-hrmenu-tab-6 .cbp-hrsub {
    left: 230px;
  }

  #cbp-hrmenu-tab-9 .cbp-hrsub {
    left: 300px;
  } */

  #cbp-hrmenu-tab-9 .cbp-product-name {
    color: #777777 !important;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0px !important;
    padding-top: 12px;
  }

  .category-image img {
    width: 100%;
  }

  #blockcart:hover #blockcart-content {
    transform: scale(1, 1) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #js-cart-close {
    display: none;
  }

  .fercodini,
  .airtop_home,
  .lock_home,
  .b_edition {
    cursor: pointer;
  }

  .category-id-26 .product-miniature img {
    width: 100%;
  }

  .js-address-form form {
    display: flex;
  }

  .js-address-form .container_address,
  .js-address-form .container_fattura {
    width: 50%;
  }

  #cms .rte ul {
    list-style: none;
    padding: 0 !important;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:hover,
  .nav-tabs .nav-link:focus {
    border-bottom: 5px solid #ac000b;
  }

  .nav-tabs > li > a,
  .elementor-tabs.tabs .nav-item a {
    font-weight: 600;
    color: #777;
    opacity: 1;
  }

  .elementor-tabs.tabs .nav-item a {
    padding-bottom: 20px;
  }

  .elementor-tabs.tabs .nav-item a.active,
  .elementor-tabs.tabs .nav-item a:hover {
    color: #000;
  }

  .elementor-tabs.tabs .nav-item {
    margin-right: 0.7rem;
  }

  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }

  #cms .nav.nav-tabs {
    list-style-type: unset;
    grid-gap: 20px;
    border-bottom: 1px solid #dddddd;
    border: none;
  }

  .nav-tabs > li::marker {
    content: none !important;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: inherit;
    border: 1px solid transparent;
    border-bottom: 5px solid transparent;
  }

  #cms .rte ul.nav.nav-tabs li::before {
    content: "";
    font-family: fontawesome;
    display: inline-block;
    margin-left: 0;
    width: 0;
  }

  #cms h1 {
    margin-bottom: 25px;
    color: #000;
  }

  #cms h2 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
  }

  #cms h5 {
    font-size: 1em;
    color: #000;
    font-weight: 600;
  }

  #cms p {
    color: #000;
    line-height: 1.875em;
  }

  .desktopHide {
    display: none !important;
  }

  #cms .tab-content img {
    margin: 4px 0 17px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
    display: none;
  }

  .tab-content > .active,
  .pill-content > .active {
    display: block;
  }

  .cbp-horizontal .cbp-tab-title {
    font-size: 14px;
  }

  #user_info {
    display: flex;
    align-items: center;
    margin-top: 0px!important;
    padding-left:10px;
  }

  .content_right .fa-heart-o:before {
    content: "\f005" !important;
    font-size: 20px;
    color: #fff;
  }

  #my-account .my-account-page-content {
    display: none;
  }

  #my-account .my-account-side-links {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  #my-account .my-account-side-links .col-lg-4 {
    display: block;
    overflow: hidden;
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #555454;
    text-shadow: 0 1px white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background-image: -webkit-linear-gradient(#f7f7f7, #ededed);
    background-image: linear-gradient(#f7f7f7, #ededed);

    border-radius: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #my-account .my-account-side-links .col-lg-4 i {
    border-right: 1px solid #cacaca;
    padding: 0.6rem;
    flex: 0 0 12%;
    max-width: 12%;
    padding-left: 0px;
    margin-right: 15px;
  }

  .modal-dialog .content_right_check {
    line-height: 28px !important;
  }

  .modal-dialog .content_right_check .value {
    font-weight: 300;
    color: #000 !important;
  }

  #login-form .col-md-2.col-form-label,
  #login-form .col-md-8.js-input-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #login-form #field-email,
  #login-form #field-password {
    max-width: 271px;
  }

  #login-form .col-md-8.js-input-column .btn.btn-outline-secondary {
    display: none !important;
  }

  .page-customer-account #content .forgot-password {
    text-align: left;
  }

  .page-customer-account .form-footer.text-center {
    text-align: left !important;
  }

  #authentication .h1.page-title span {
    font-weight: 600;
    font-size: 64px;
    color: #000;
  }

  #authentication .h1.page-title {
    border: none;
  }

  #authentication .subtitle_customer {
    font-weight: 600;
    font-size: 32px;
    color: #555454;
  }

  #login-form label {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
  }

  .login-form {
    border-top: 1px solid #d6d4d4;
    margin-top: 35px;
    padding-top: 10px;
  }

  #authentication #wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  #authentication #content-wrapper,
  #authentication .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }

  #login-form .form-group {
    margin-bottom: 0px;
  }

  #authentication .forgot-password {
    margin-top: 0px;
  }

  #authentication .forgot-password a {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-decoration: underline;
  }

  #submit-login {
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
    padding: 0;
    font-weight: 600;
    background: #ac000b;
    padding: 10px 10px 10px 14px;
    display: flex;
  }

  #submit-login:hover {
    background-image: linear-gradient(to bottom, #3aa04c 0, #3aa04a 100%);
    border-color: #196f28 #399a49 #399a49 #258033;
  }

  #submit-login::before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 24px;
  }

  #authentication .no-account {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 50px;
  }

  #desktop-header-container {
    padding: 0px;
  }

  .col-header-right {
    padding: 0px;
  }

  .col-md-6.col-sm-12.col-xs-12.right {
    padding-left: 4%;
  }

  .specTable {
    margin-bottom: 20px;
  }

  #tab_DETTAGLI-TECNICI_1 .tab_combination .row {
    margin: 0px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  #tab_VIEW-360_1 {
    padding-top: 100px;
  }

  .abs_object {
    position: absolute;
    bottom: -20px;
  }

  .dataTables1,
  .dataTables2,
  .dataTables3,
  .subTableParag {
    position: relative;
    left: 50%;
    transform: translateX(-502px);
  }

  .cms-id-28 .dataTables.dataTables2 {
    left: 502px;
  }

  .cms-id-28 .scrollCont .row {
    flex-wrap: nowrap;
  }

  .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
  .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    font-size: 14px !important;
    text-transform: none !important;
  }

  .cbp-hrmenu .cbp-legend.cbp-legend-inner {
    font-size: 12px !important;
    letter-spacing: 0.42px !important;
    color: #333333 !important;
  }

  #iqitmegamenu-horizontal a.cbp-product-name {
    letter-spacing: 0.03em;
    line-height: 2em;
    font-weight: 300 !important;
    font-size: 14px !important;
  }

  .cbp-hrmenu .cbp-column-title {
    margin-bottom: 2px;
  }

  #cbp-hrmenu-tab-3 .first_rows.menu-element-id-12 {
    margin-bottom: 10px;
  }

  #cbp-hrmenu-tab-3 .first_rows.menu-element-id-12 a {
    font-weight: 600 !important;
    font-size: 14px;
    color: #333333 !important;
  }

  .category-id-18 .product-list-subcategories .col-12.col-md-6.col-lg-4 {
    padding: 0px;
    padding: 40px 40px 40px 0px;
  }

  .modal-dialog {
    width: 60% !important;
    max-width: unset;
  }

  #respGuidatglMor .modal-content .modal-body img {
    min-height: 565px;
  }

  .col-header-right {
    padding-right: 15px;
  }

  #tab_DETTAGLI_TECNICI .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  header .row #header_logo,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  #tab_VANTAGGI {
    padding-top: 20px;
  }

  #blocklinkproductrightcolumntwo h3 {
    margin-top: 0px;
  }

  .js-qv-mask.mask .swiper-slide.swiper-slide-thumb-active img,
  .js-qv-mask.mask .swiper-slide:hover img {
    border-bottom: 6px solid #ac000b;
  }

  #product-images-thumbs.swiper-container-horizontal .thumb-container {
    text-align: center;
  }

  .js-qv-mask.mask #product-images-thumbs {
    border-bottom: 1px solid #c3c3c3;
  }

  .images-container {
    margin-bottom: 2rem;
  }

  #cms.cms-id-77 #wrapper {
    padding-top: 0px;
    margin-top: -80px;
  }

  .tableRow .col-md-6 {
    padding: 0px;
  }

  .swiper-button-next:after {
    content: "\f105";
    font-size: 48px;
    line-height: 48px;
    color: silver;
  }

  .swiper-button-prev:after {
    content: "\f104";
    font-size: 48px;
    line-height: 48px;
    color: silver;
  }

  #product-images-thumbs .swiper-button-next:after,
  #product-images-thumbs .swiper-container-rtl .swiper-button-prev:after {
    color: silver;
  }

  #product .images-container {
    margin-bottom: 70px;
  }

  #pFabbrication .btn-link {
    line-height: 22px;
  }

  .modal p {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.4px !important;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .modal .modal-title {
    margin-top: 0px !important;
    font-size: 20px;
  }

  #SpedizioneIT .modal .modal-header,
  #ConsegnaIT .modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
  }

  .js-product-images-modal .close {
    padding: 0px;
    top: -5px;
    right: 0px;
  }

  .category-id-26 .breadcrumb {
    padding-top: 45px !important;
    padding-bottom: 25px !important;
  }

  #content.page-cms-76,
  #content.page-cms-21 {
    width: 66.66666667%;
  }

  .btn_form {
    text-align: center;
  }

  .btn_form .wpcf7-form-control {
    color: #fff;
    font-weight: 700;
    background-color: #ac000b !important;
    border: none;
    font-size: 1rem;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: unset;
    font-weight: 600;
  }

  .wpcf7-list-item-label {
    font-weight: 600 !important;
    color: #000;
    padding-left: 20px;
  }

  .privacy_form {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 40px;
  }

  .campi {
    margin-bottom: 40px;
  }

  .wpcf7 h3 {
    font-weight: 600;
    font-size: 4em;
    line-height: 1em;
    color: #000;
    text-transform: unset;
  }

  .specTable,
  .button_more_web {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tab_content .row p {
    padding-left: 15px;
  }

  #tab_DESCRIZIONE .tab_content .row .col-md-4.col-sm-4.col-xs-12 p {
    padding: 0px;
  }

  .cnt_pop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal-content .modal-body .cnt_pop img {
    border: none;
    max-width: 100%;
  }

  .cnt_pop .col-md-6.col-sm-6.col-xs-6 {
    max-width: 100% !important;
  }

  #footer-container-main {
    padding: 20px 5% 15px;
  }

  #footer-container-main .container {
    padding: 0px;
  }

  #footer .block-iqitlinksmanager .block-content li {
    margin-bottom: 9px;
  }

  #cms .rte-content h1,
  .cms-id-25 h1 {
    font-size: 4em;
  }

  .cont_top_banner {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }

  .cont_top_banner img {
    width: 100%;
  }

  #cms.cms-id-18 #wrapper,
  #cms.cms-id-4 #wrapper {
    padding-top: 0px;
  }

  #cms.cms-id-18 .breadcrumb,
  #cms.cms-id-4 .breadcrumb {
    padding-top: 80px;
  }

  .cms-id-24 h2 {
    font-size: 4em !important;
    color: #000;
    font-weight: 600;
  }

  .product-id-105 #tab_DETTAGLI_TECNICI img {
    max-width: 406px;
  }

  #product .product-reference label,
  #product .product-condition label,
  #pFabbrication label {
    font-weight: 600;
    color: #333333;
    font-size: 14.4px;
  }

  #product .product-reference span,
  #product .product-condition span {
    font-weight: 300;
    color: #777777;
    font-size: 14.4px;
  }

  .js-qv-mask.mask {
    margin-top: 64px;
  }

  .col-product-image {
    padding-left: 0px;
    padding-right: 0px;
  }

  #tab_DESCRIZIONE .row,
  #tab_DESCRIZIONE .specTable {
    margin-left: 0px;
    margin-right: 0px;
  }

  #tab_DESCRIZIONE .col-md-6,
  .tableTitle,
  .tableDesc,
  #tab_DESCRIZIONE table tr td,
  .tab_content .row p {
    padding-left: 0px;
    padding-right: 0px;
  }

  #tab_DESCRIZIONE .row,
  .specTable,
  .button_more_web {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tableDesc,
  .tableTitle {
    padding: 2%;
  }

  .tableTitle {
    padding-left: 0;
  }

  .col-md-6.col-sm-12.col-xs-12.right {
    padding-left: 4% !important;
  }

  #tab_MONTAGGIO {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .category-id-26 #js-product-list {
    padding-bottom: 120px;
  }

  .textField5 {
    width: 67%;
    float: left;
    flex-direction: column;
    margin-top: 0px !important;
  }

  .textField5 label {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    font-size: 13px;
    font-style: italic;
    line-height: 1.42857;
    color: #ccc;
  }

  .textField4 {
    width: 33%;
    float: left;
    margin-top: 25.85px !important;
  }

  .product-customization-item.textField4 label {
    flex: 0 0 76%;
    max-width: 76%;
  }

  .product-customization.js-product-customization .content_form {
    max-width: 57%;
    padding-bottom: 30px;
  }

  .product-customization-item textarea {
    height: 40px;
  }

  .product-customization-item sup {
    float: right;
    top: 0.8em;
    font-size: 1em;
    left: -0.5em;
  }

  .product-id-51 .col-md-8.col-product-image {
    padding-right: 15px;
  }

  .btn-frm {
    float: right;
  }

  .btn-frm button {
    width: 65px;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
    padding: 10px 10px 10px 14px;
    font-weight: 600;
    background: #ac000b;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .b_bot {
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 25px;
  }

  .product-id-51 .product-description h2 {
    font-size: 40px;
    padding-top: 30px;
  }

  #product.product-id-51 .product-description p {
    line-height: 19px;
  }

  #product.product-id-51 .product-description .col-md-4 p {
    font-size: 14px;
  }

  .btn-frm button:hover {
    background-color: #000 !important;
    color: #fff !important;
  }

  .ab_link a,
  .ab_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
  }
  .elementor-editor-active .ab_link{
    position: relative;
  }
  .subtitle_box span {
    font-size: 16px;
  }

  .subtitle_box2 span {
    font-size: 20px;
    line-height: 20px;
  }

  .waa_video .modal-dialog {
    width: 44% !important;
  }

  .waa_video .modal-dialog .modal-body {
    height: 425px;
    padding-top: 35px !important;
  }

  .waa_video .modal-dialog .modal-body iframe {
    height: 100%;
  }

  .waa_video .modal-content .close {
    padding: 0px;
    right: 30px;
  }

  .waa_video .modal-content .close span {
    background: #e4e4e4;
    border-radius: 100%;
    font-size: 24px;
    padding: 0px 9px 5px 9px;
    color: #4c4242;
    border: 1px solid #cdcdcd;
  }

  .waa_video .modal-content span:before {
    content: none;
  }

  .waa_video .modal-content {
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 6px !important;
  }

  #footer-container-main .row {
    margin: 0px !important;
  }

  .cms-id-77 .nav-tabs > li > a {
    font-size: 16px;
  }

  .cms-id-77 em {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .cms-id-28 .image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 20px;
  }

  #product .row.parereRow {
    padding-bottom: 120px;
    padding-right: 30px;
  }

  .cms-id-28 ::-webkit-scrollbar-thumb {
    min-height: 0.8em;
    min-width: 0.8em;
    -webkit-border-radius: 4px;
    background-color: #ac000b;
    border: none;
  }

  .cms-id-28 ::-webkit-scrollbar {
    width: 1px;
    height: 8px;
    border: 1px solid #ac000b;
  }

  .cms-id-28 ::-webkit-scrollbar-track {
    background-color: #fff;
  }

  #tab_DESCRIZIONE .row .col-md-4.col-sm-4.col-xs-12 {
    color: #000;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
  }

  .nuovi_modali.show .modal-header {
    padding: 0px;
  }

  .nuovi_modali.show .modal-header button {
    padding-top: 30px;
  }

  .nuovi_modali.show h2 {
    font-size: 2.5em;
  }

  .allign_bottom_cont {
    display: flex;
    width: 100%;
  }

  .cms-id-73 .allign_bottom_cont,
  .cms-id-75 .allign_bottom_cont {
    align-items: center;
  }

  .cms-id-73 .ahs-title-line.ahs-main-title,
  .cms-id-75 .ahs-title-line.ahs-main-title {
    font-size: 56px !important;
  }

  .cms-id-73 .container.container_bread,
  .cms-id-75 .container.container_bread {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: unset;
    padding: 0px;
    margin-top: -80px;
  }

  .cms-id-73 .container.container_bread img,
  .cms-id-75 .container.container_bread img {
    width: 100%;
  }

  .cms-id-73 #wrapper,
  .cms-id-75 #wrapper {
    padding-top: 0px !important;
  }

  .ahs-subtitle.one {
    padding-right: 15px;
  }

  .ahs-subtitle.two {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ahs-subtitle.three {
    padding-left: 15px;
  }

  .cms-id-73 .breadcrumb,
  .cms-id-75 .breadcrumb {
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 30px !important;
  }

  .cms-id-73 #inner-wrapper,
  .cms-id-75 #inner-wrapper {
    padding-left: 0px !important;
    padding-right: 0p !important;
  }

  #category .category-image {
    margin-top: -95px;
  }

  .cnt_img_pp {
    text-align: center;
  }

  .cnt_img_pp img {
    max-width: 200px !important;
  }

  #product-images-thumbs .swiper-slide {
    width: 202px !important;
  }

  #product .images-container.js-images-container.images-container-bottom {
    padding-right: 15px;
  }

  #tab_CARATTERISTICHE .tab_content ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    display: inline-block;
    margin-left: -2em;
    padding-right: 1em;
  }

  #tab_CARATTERISTICHE .tab_content ul {
    padding-left: 2em;
  }

  #product .container.bread_product {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mini:hover img {
    display: none;
  }
  .mini:hover::after {
    content: url("/img/23-itover.png");
    /* background-image: url("/img/23-itover.png"); */
    /* background-position-y: 47px; */
  }
  .land-rover:hover img {
    display: none;
  }
  .land-rover:hover::after {
    content: url("/img/98-itover.png");

    /* background-image: url("/img/98-itover.png"); */
    /* background-position-y: 47px; */
  }

  #my-account .h1.page-title span {
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 64px;
    color: #555454;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    margin-bottom: 30px;

    overflow: hidden;
  }

  #footer .block-iqitlinksmanager a,
  #footer .block-newsletter p {
    font-size: 14px;
  }

  #footer .row.bottom_footer {
    align-items: flex-end;
  }

  #footer .block-newsletter {
    padding-bottom: 0px;
  }

  .butt_two a {
    font-size: 16px;
    font-weight: 600 !important;
  }

  #cbp-hrmenu-tab-6 .cbp-hrsub {
    max-width: 200px;
  }

  #product.product-id-97 .breadcrumb,
  #product.product-id-120 .breadcrumb {
    padding-top: 80px !important;
  }

  .cms-id-73 .breadcrumb {
    padding-top: 50px !important;
  }

  .cms-id-73 hr {
    padding-bottom: 40px;
  }

  #registration .container.container_bread,
  #registration .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }

  #user_info img.yesmobile {
    display: none;
  }

  .w100 img {
    width: 100%;
  }

  #cms.cms-id-21 .page-header h1 span {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
  }

  #cms.cms-id-21 .page-header h1 {
    border: none;
  }

  #cms.cms-id-21 #content {
    padding-left: 40px;
    padding-right: 40px;
  }

  #content-hook_order_confirmation,
  #order-confirmation .container.container_bread {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  #customer-form .form-group .required::before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
  }

  label[for="field-psgdpr"]::before,
  label[for="field-customer_privacy"]::before {
    content: none !important;
  }

  #module-iqitwishlist-view .page-content.my-account-page-content-wrapper {
    padding: 0px;
  }

  #ConsegnaIT .modal-title {
    padding: 15px;
  }

  #ConsegnaIT .modal-body {
    font-weight: 300;
    color: #000;
    font-size: 14.4px;
    line-height: 28.8px;
  }

  #ConsegnaIT a {
    color: #000;
  }

  #mobile-header-title {
    display: none;
  }

  .product-customization-item.textField5 {
    padding-left: 5px;
  }

  .product-customization-item.textField4 {
    padding-right: 5px;
  }
  .menu-element-id-17{
    padding-top:40px;
  }
  .menu-element-id-17 a{
    color: #ac000b !important;
    line-height: normal !important;
    font-weight: 600 !important;
  }
}

/*Fine Desktop*/

.cms-id-73 .ahs-title-line .ahs-pop-link,
.cms-id-75 .ahs-title-line .ahs-pop-link {
  color: #ac000b !important;
  text-decoration: underline;
  margin-left: 15px;
  vertical-align: super;
}

.cms-id-73 p.ahs-title-line a img.playBtnImg,
.cms-id-75 p.ahs-title-line a img.playBtnImg {
  height: 2.7em !important;
  width: auto;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.cms-id-73 h2.ahs-grey-sub,
.cms-id-75 h2.ahs-grey-sub {
  color: #777777 !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.cms-id-73 .ahs-title-line.ahs-main-title,
.cms-id-75 .ahs-title-line.ahs-main-title {
  margin: 0px !important;
}

.icon-phone:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
}

.icon-envelope:before {
  content: "\f0e0";
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "FontAwesome";
  color: #000;
}

.product-images-large .swiper-button-arrow {
  display: none !important;
}

.images-container .swiper-button-next,
.images-container .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  background: transparent !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  color: #000;
}

.cbp-hrmenu .cbp-links li a:before {
  content: none;
}

.iqitmegamenu-submenu-container .cbp-valinks-vertical a,
.adtm_elements.adtm_elements_41 a {
  color: #777777 !important;
  font-weight: 300;
  font-size: 16px;
  padding-left: 0px !important;
  padding-top: 12px;
}

.adtm_elements.adtm_elements_41 li {
  padding-top: 12px;
}

#back-to-top {
  display: none !important;
}

.product-id-131 .cat_desc.cat_desc_product,
.product-id-133 .cat_desc.cat_desc_product,
.product-id-84 .cat_desc.cat_desc_product,
.product-id-85 .cat_desc.cat_desc_product,
.product-id-88 .cat_desc.cat_desc_product,
.product-id-89 .cat_desc.cat_desc_product,
.product-id-92 .cat_desc.cat_desc_product,
.product-id-category-26 .cat_desc.cat_desc_product {
  display: none !important;
}

span.aeuc_from_label,
span.aeuc_before_label,
span.aeuc_tax_label,
div.aeuc_shipping_label,
div.aeuc_weight_label,
div.aeuc_delivery_label {
  color: #554f58;
  font-size: 12px;
}

#pAvailability span,
#pFabbrication span {
  font-size: 14.4px;
}

#product.product-id-51 .product-condition span,
#product.product-id-51 .product-reference span {
  color: #000 !important;
}

@media (max-width: 993px) {
  .elementor-element-6iodpm1,
  .elementor-widget-container,
  .elementor-image,
  .elementor-element-6iodpm1 img {
    height: 100%;
  }

  .elementor-element-hh8o0vd,
  .elementor-widget-container,
  .elementor-image,
  .elementor-element-hh8o0vd img {
    height: 100%;
  }

  .elementor-element-k4reqjd,
  .elementor-widget-container,
  .elementor-image,
  .elementor-element-k4reqjd img {
    height: 100%;
  }

  .section_custom.aspect_ratio .elementor-column-wrap {
    aspect-ratio: 1;
  }

  .mobile-main-bar {
    padding: 0px !important;
  }

  #mobile-header-sticky .container {
    padding: 0px;
  }

  #header .official,
  #header .shop_current {
    flex: 0 0 15%;
    max-width: 15%;
  }

  .fullfill {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 100%;
  }

  .col-mobile-logo {
    padding: 0px !important;
    border-right: none;
    flex:0 0 55%;
    max-width: 55%;
  }

  /* .shop_current {
    border-right: 0.1px solid #ffffff75;
    border-left: 0.1px solid #ffffff75;
  } */
  .col-mobile-btn-menu {
    flex: 0 0 15%;
    max-width: 15%;
    text-align: center;
    border-left: 1px solid #fff;
  }

  .fa-bars:before {
    color: #fff;
  }

  .button_home .elementor-button-link {
    font-weight: 600;
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 9px 17px;
    font-size: 1em;
    line-height: 1.42em;
    outline: 3px solid #000000;
    -webkit-font-smoothing: antialiased;
  }

  .arrow_home img {
    width: 20px;
  }

  .elementor-element-6x9sq98 {
    margin: 0px !important;
  }

  .col-4.call_center {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }

  .news_con {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-4.call_center .block-title {
    display: none;
  }

  .butt_mail {
    background-color: #333232;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
  }

  .butt_mail a {
    color: #fff !important;
  }

  .butt_two {
    background-color: #ac000b;
    text-align: center;
    font-weight: 600;
    line-height: 56px;
    font-size: 14px;
  }

  .butt_one a,
  .butt_two a {
    color: #fff !important;
    text-transform: uppercase;
  }

  .butt_two img {
    margin-right: 10px;
  }

  .hide {
    display: none !important;
  }

  #copy {
    cursor: pointer;
    font-size: 1.5em;
    color: #ccc;
  }

  #copyright-text {
    color: #ccc;
  }

  #footer .block-toggle > .block-title span::after {
    float: right;
  }

  #footer-container-main {
    padding-top: 0px;
  }

  #footer .block-iqitlinksmanager {
    padding: 4% !important;
    border-bottom: 0.5px solid #777777;
  }

  #footer .block-iqitlinksmanager .block-title,
  .block-newsletter .block-title {
    padding: 0px;
    margin: 0px;
  }

  .block-newsletter {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .social-right {
    display: none;
  }

  #footer-copyrights li.instagram a {
    background: url(/img/instagram_w.png) no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer-copyrights li.facebook a {
    background: url(/img/facebook_w.png) no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer-copyrights li.youtube a {
    background: url(/img/youtube_32x32.png) no-repeat center center;
    display: block;
    width: 32px;
    height: 32px;
  }

  #footer .copyright {
    padding-left: 0;
    border-bottom: 1px solid #353535;
    float: none;
  }

  #blocklinkfooterfour .list-unstyled.list-inline a {
    font-weight: 300;
    font-size: 1em;
    border-right: 2px solid #353535;
    padding: 0;
    padding-right: 4px;
  }

  #blocklinkfooterfour ul {
    display: block;
  }

  #blocklinkfooterfour ul li {
    display: inline-block;
    line-height: 30px;
  }

  #footer .copyright li.facebook,
  #footer .copyright li.instagram,
  #footer .copyright li.youtube {
    margin-top: 0px;
  }

  .facebook.pull-right {
    margin-left: 12px;
    margin-right: 12px;
  }

  #blocklinkfooterfour {
    padding: 2% 4% !important;
    padding-bottom: 25px !important;
  }

  #footer-container-main {
    padding-bottom: 0px;
  }

  #blocklinkfooterfive {
    padding-bottom: 15px;
    padding: 3% 3% 20px 3%;
  }

  .butt_two a {
    font-size: 16px;
  }

  #footer .block-toggle > .block-title {
    font-weight: 600;
    font-size: 18px;
  }

  #footer .block-iqitlinksmanager a {
    font-size: 0.875em;
    font-weight: 300;
    line-height: 20px;
  }

  #footer .block-iqitlinksmanager .block-content {
    padding-top: 20px;
  }

  #footer .block-iqitlinksmanager .block-content img {
    width: 50%;
  }

  .butt_one {
    background-color: #ac000b;
    text-align: center;
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
  }

  #footer .block-newsletter p {
    font-size: 14px;
    font-weight: 300;
    color: #bcbcbc;
    line-height: 28px;
  }

  #footer .block-newsletter .block-content {
    padding-bottom: 25px;
  }

  #footer .block-newsletter .block-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  #footer .block-newsletter._toggled .block-title {
    padding-bottom: 20px;
  }

  #footer .block-toggle > .block-title span::after {
    content: "\f054";
    font-size: 18px !important;
    color: #fff;
  }

  #footer .block-toggle._toggled .block-title span::after {
    content: "\f078";
    font-size: 18px !important;
    color: #fff;
  }

  .js-m-nav-btn-menu .fa-bars:before {
    font-size: 20px;
    line-height: 56px;
  }

  #mobile-header .m-nav-btn > i {
    font-size: unset;
  }

  #mobile-header .col-mobile-menu-dropdown.show {
    background: transparent;
  }

  #header .js-m-nav-btn-menu {
    width: 100%;
    padding-left: 0px;
    padding-right: 3px;
    padding: 0px;
  }

  .col-mobile-menu-dropdown.show .js-m-nav-btn-menu {
    background: #ac000b !important;
  }

  #language_selector ul {
    display: flex;
    flex-direction: row;
  }

  #language_selector ul .current .dropdown-item {
    color: #ac000b !important;
  }

  #language_selector ul li:not(:last-child) a:after {
    content: "|" !important;
    margin-left: 15px;
    margin-right: 15px;
    color: #686868;
  }

  .mm-panel__header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: transparent !important;
  }

  #user_info img.nomobile {
    display: none;
  }

  #user_info img.mob_user_menu {
    display: block;
  }

  .mobile-menu__above-content .fa-shopping-bag:before {
    content: url("/img/cart_mobile_.png") !important;
  }

  #_desktop_iqitmegamenu-mobile,
  #_tablet_iqitmegamenu-mobile,
  .cart-products-count-btn.d-none {
    display: block !important;
    position: absolute;
    top: -6px;
    right: -16px;
    background-color: #ac000b;
    position: absolute;
    font-size: 0.7em;
    font-weight: 600;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 8px;
    line-height: 1em;
  }

  .mobile-menu__above-content .fa-shopping-bag {
    position: relative;
  }

  .mobile-menu__scroller {
    padding: 0px !important;
  }

  #user_info {
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #blockcart {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .js-mobile-menu__tab-title {
    font-weight: 600;
    line-height: 18px;
    color: #686868;
    font-size: 14px;
    text-transform: uppercase;
  }

  .mobile-menu__link,
  .mobile-menu__arrow {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 14px;
  }

  .mobile-menu__tab {
    min-height: unset !important;
  }

  .mobile-menu__tab {
    border-bottom: 1px solid black !important;
  }

  .js-mobile-menu__link--has-submenu .fa-angle-right:before {
    content: "\f054";
    color: #cccccc;
  }

  .mobile-menu__footer {
    display: none !important;
  }

  .cart-products-count-btn {
    position: absolute;
    top: -7px;
    right: -14px;
    background-color: #ac000b;
    font-size: 0.7em;
    font-weight: 600;
    color: #fff;
    padding: 3px 5px 3px 5px;
    border-radius: 100%;
    line-height: 1em;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  }

  #js-product-list-top {
    display: none;
  }

  .category-id-18 #js-product-list {
    display: none;
  }

  .content_subcategory {
    width: 100%;
    display: block;
    background-color: #ac000b;
    padding: 20px;
    text-align: left;
  }

  .subcategory-name {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff !important;
  }

  .product-list-subcategories .content_subcategory {
    margin: 20px 0 20px 0;
  }

  .product-list-subcategories .col-12 {
    padding-right: 55px;
  }

  #js-product-list-header {
    background: #000;
    padding: 2.8em 5%;
    margin-bottom: 2.2em;
  }

  #js-product-list-header .h1.page-title {
    border: none;
    padding: 0px;
    margin: 0px;
  }

  #js-product-list-header span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-top: 9px;
    line-height: 45px;
  }

  #category .category-image,
  #js-product-list-header {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0px;
  }

  #wrapper .breadcrumb {
    padding-top: 0px;
    border-bottom: 1px solid #c0c0c0 !important;
  }

  .container_bread {
    padding: 0px !important;
  }

  .container_bread ol {
    padding-left: 4% !important;
    padding-right: 4%;
  }

  .breadcrumb ol li span {
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }

  .breadcrumb ol li a span {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
  }

  .bread_product {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 0px;
    margin-right: 0px;
    max-width: unset;
  }

  .cat_desc_product .product_name,
  .cat_desc_product .category-name {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
  }

  .cat_desc_product .product_name {
    margin-bottom: 9px;
  }

  .cat_desc_product .category-name {
    color: #777777;
    margin-bottom: 0px;
  }

  .cat_desc_product {
    padding: 4%;
    border-bottom: 1px solid #c0c0c0;
  }

  #product .breadcrumb {
    margin-bottom: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  #product .breadcrumb ol {
    padding-left: 4% !important;
    padding-right: 4%;
  }

  .product-images-large .swiper-button-arrow {
    display: block !important;
  }

  #product .product-cover .expander > span {
    display: none;
  }

  #product .js-qv-mask mask,
  #product-images-thumbs {
    display: none !important;
  }

  #product .images-container.js-images-container.images-container-bottom {
    /* max-height: 245px; */
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #product .col-product-info {
    background-image: url(/img/bollo_tuv.png);
    background-repeat: no-repeat;
    background-position: center 96%;
    background-size: 45%;
    padding-bottom: 270px !important;
    background-color: #ededed;
  }

  #product .col-product-info {
    padding: 0px;
  }

  #product .product-manufacturer.mb-3 {
    display: none;
  }

  .product_header_container .h1 span {
    text-transform: uppercase;
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 24px !important;
  }

  .product_header_container .h1 {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .product_header_container {
    padding: 13px 32px;
  }

  #product .product-reference label,
  #product .product-condition label,
  #pFabbrication label {
    font-weight: 600;
    color: #333333;
    font-size: 14.4px;
  }

  #product .product-reference span,
  #product .product-condition span {
    font-weight: 300;
    color: #777777;
    font-size: 14.4px;
  }

  #product .product-reference label,
  #product .product-condition label {
    margin-bottom: 16px;
  }

  .nopadding {
    padding: 0;
  }

  button.nopadding {
    text-decoration: underline;
  }

  #pFabbrication button {
    font-size: 14.4px !important;
  }

  .product-price.current-price-value {
    font-weight: 600;
    font-size: 24.5px;
    line-height: 32px;
    color: #333333;
  }

  .warranty,
  .warranty button {
    color: #554f58 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
  }

  .warranty button {
    margin-top: -2px;
  }

  #js-product-list-top {
    display: none;
  }

  .category-id-18 #js-product-list {
    display: none;
  }

  #js-product-list .product-description {
    padding: 0px;
  }

  #category h2.h3.product-title {
    background-color: #ac000b;
    padding: 20px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: left;
  }

  #category h2.h3.product-title a {
    color: #fff !important;
  }

  .product-miniature:hover {
    box-shadow: unset;
  }

  #category .product-miniature:hover h2.h3.product-title {
    background-color: #000;
  }

  .product-miniature .products-variants {
    display: none;
  }

  .product-miniature img {
    background: #e8e8e8;
    border-left: 1px solid white;
    border-right: 1px solid white;
    width: 100%;
  }

  .category-id-26 .js-product-miniature-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #category.category-id-26 h2.h3.product-title {
    margin: 0px;
    border: 1px solid white !important;
  }

  .product_header_container {
    border-bottom: 2px solid #fff;
  }

  .product-actions.js-product-actions {
    padding: 13px 32px;
  }

  .button_size {
    background: transparent !important;
    text-decoration: underline;
    padding: 0px;
    margin-top: 0px !important;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px !important;
    font-weight: 300;
  }

  .form-control-label {
    color: #333333;
    font-weight: 600 !important;
  }

  .product-variants > .product-variants-item .custom-select2 {
    width: 230px;
    max-width: 230px;
    height: 2em;
  }

  .form-control.form-control-select {
    font-size: 16px;
    line-height: 1.42857;
    font-weight: 600;
    height: 100% !important;
    padding: 0px 12px;
    color: #9c9b9b;
  }

  .custom-select2:after {
    border: none !important;
  }

  .row.product-quantity .btn-lg.add-to-cart {
    width: 100%;
    max-width: 100%;
    background: #ac000b;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 32px;
    font-weight: 300;
    text-align: center;
    margin: 20px 0;
  }

  #product .product-add-to-cart {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row.product-quantity .col-add-qty,
  .row.product-quantity .col-add-wishlist {
    padding-left: 35px;
    padding-right: 30px;
  }

  .btn-iqitwishlist-add {
    background: transparent;
    padding: 0px;
    font-weight: 600;
    font-size: 1em;
    color: #777777;
    text-align: left;
  }

  .product-prices .fa-heart-o:before {
    font: 400 15px / 31px "FontAwesome";
    background: #929292;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    margin: 0 6px 0 0;
    border-radius: 50px;
    content: "\f005";
    color: #c3c3c3;
    font-size: 1.1em;
    background-color: inherit;
  }

  .fa-shopping-bag:before {
    content: "\f07a" !important;
    font-size: 22px;
    font-weight: bold;
  }

  .buttons_info button {
    border: none;
    text-align: left;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14.5px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
  }

  .buttons_info {
    display: flex;
    flex-direction: column;
  }

  .buttons_info a {
    font-size: 14.4px;
    font-weight: 300;
    color: #777;
    text-decoration: underline;
  }

  .divisior_ {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-top: 2px solid #fff;
    z-index: 1;
  }

  #blocklinkproductrightcolumntwo h3 {
    color: #000;
    font-weight: 600;
    font-size: 20.68px;
    line-height: 20.68px;
  }

  #blocklinkproductrightcolumntwo h4 {
    color: #000;
    font-weight: 600;
    font-size: 17px;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1em;
    color: #000;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone span {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1em;
    color: #000;
  }

  #blocklinkproductrightcolumntwo .callcenter-phone {
    margin-bottom: 12px;
    margin-top: 14px;
  }

  #blocklinkproductrightcolumntwo .callcenter-email a {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1em;
    color: #000;
  }

  .product-additional-info {
    padding-top: 0px;
    border: none;
  }

  .mobileHide {
    display: none;
  }

  .ctm_text a {
    color: rgb(51, 51, 51) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

  .ctm_text span {
    content: "AHS®";
    margin-left: 3px;
    color: rgb(172, 0, 11);
    text-decoration: underline !important;
  }

  .mobile-menu__products-row .product-miniature-container .col-3,
  .mobile-menu__products-row
    .product-miniature-container
    .product-price-and-shipping {
    display: none;
  }

  .mobile-menu__products-row .product-miniature-container a,
  .mobile-menu__links-list-li a,
  .adtm_elements a,
  .cbp-valinks a {
    color: #686868 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }

  .mobile-menu__row.mobile-menu__row--id-7,
  .mobile-menu__column--id-16 {
    display: none;
  }

  #iqitmegamenu-mobile {
    background: #f2f2f2;
  }

  .mobile-menu__submenu--panel {
    background: #f2f2f2;
  }

  .flex_custom {
    display: flex;
    flex-direction: column;
  }

  .flex_custom img {
    margin-bottom: 20px;
  }

  .mobile-menu__column-title {
    letter-spacing: 0.03em;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    color: #333333 !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }

  .label.cbp-legend.cbp-legend-inner {
    letter-spacing: 0.03em;
    line-height: unset;
    display: block;
    text-transform: uppercase;
    color: #333333 !important;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }

  .mobile-menu__column {
    margin-bottom: 0px;
  }

  .mobile-menu__tab--id-4 .mobile-menu__column {
    margin-bottom: 0px;
  }

  #authentication .h1.page-title span {
    font-weight: 600;
    font-size: 48px;
    color: #000;
  }

  #login-form .col-md-2.col-form-label,
  #login-form .col-md-8.js-input-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #login-form #field-email,
  #login-form #field-password {
    max-width: 271px;
  }

  #login-form .col-md-8.js-input-column .btn.btn-outline-secondary {
    display: none !important;
  }

  .page-customer-account #content .forgot-password {
    text-align: left;
  }

  .page-customer-account .form-footer.text-center {
    text-align: left !important;
  }

  #authentication .h1.page-title {
    border: none;
  }

  #authentication .subtitle_customer {
    font-weight: 600;
    font-size: 32px;
    color: #555454;
  }

  #login-form label {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
  }

  .login-form {
    border-top: 1px solid #d6d4d4;
    margin-top: 35px;
    padding-top: 10px;
  }

  #authentication #content-wrapper,
  #authentication .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }

  #login-form .form-group {
    margin-bottom: 0px;
  }

  #authentication .forgot-password {
    margin-top: 0px;
  }

  #authentication .forgot-password a {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    text-decoration: underline;
  }

  #submit-login {
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
    padding: 0;
    font-weight: 600;
    background: #ac000b;
    padding: 10px 10px 10px 14px;
    display: flex;
  }

  #submit-login:hover {
    background-image: linear-gradient(to bottom, #3aa04c 0, #3aa04a 100%);
    border-color: #196f28 #399a49 #399a49 #258033;
  }

  #submit-login::before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 24px;
  }

  #authentication .no-account {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 50px;
  }

  #tab_DESCRIZIONE_1 .tab_content h3 a[data-target="#newseriesvideo"] {
    display: block;
    margin-top: 5px;
  }

  #tab_DESCRIZIONE_1 .tab_content h3 a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  #tab_DESCRIZIONE_1 .tab_content {
    -webkit-font-smoothing: antialiased;
    line-height: 28px !important;
  }

  #product .rte a {
    color: black !important;
    text-decoration: underline !important;
  }

  .tableTitle {
    width: 32%;
  }

  .tableDesc,
  .tableTitle {
    padding: 2%;
  }

  .tableDesc {
    width: 68%;
  }

  .tableRow {
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .specTable .row {
    display: block;
  }

  .specTable .tableRow .col-md-6.col-sm-12.col-xs-12 {
    padding: 30px 15px;
    border-bottom: 1px solid #eeeeee;
  }

  #tab_DESCRIZIONE_1 .col-md-4.col-sm-4.col-xs-12 img {
    width: 100%;
  }

  .btn-link,
  #tab_DESCRIZIONE table span a {
    color: #000;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
    font-size: 16px !important;
    line-height: 28px !important;
  }

  #tab_DESCRIZIONE_1 table tr {
    display: flex;
    flex-direction: column;
  }

  #tab_DESCRIZIONE_1 table tr td {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #tab_DESCRIZIONE_1 table tr td,
  #tab_DESCRIZIONE_1 table tr th {
    padding: 9px 10px;
  }

  #tab_DESCRIZIONE_1 table tr td button {
    word-wrap: break-word;
    white-space: normal;
    display: contents !important;
  }

  .pet_tab .tab_content {
    -webkit-font-smoothing: antialiased;
    line-height: 28px !important;
  }

  #product .pet_tab .tab_content li {
    list-style: none !important;
    padding: 15px 0;
  }

  #tab_DETTAGLI-TECNICI_1 .col-xs-12.col-sm-4,
  #tab_DETTAGLI-TECNICI_1 .col-xs-12.col-sm-8 {
    padding-left: 45px;
    padding-right: 45px;
  }

  #tab_VIEW-360_1 {
    padding-top: 60px;
  }

  .col-parere-5 img {
    padding: 0 100px !important;
    max-width: 100%;
  }

  .col-parere-5 {
    text-align: center;
    margin-bottom: 20px;
  }

  #product .pet_tab button.btn-link {
    color: black !important;
    font-size: 16px !important;
    line-height: 28px !important;
    word-wrap: break-word;
    white-space: normal;
    display: contents !important;
  }

  .product-variants .product-variants-item {
    width: 100%;
  }

  .product-variants .color,
  .product-variants .input-color {
    height: 26px;
    width: 56px;
  }

  .category-id-19 .js-product-miniature-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .b_image_mob {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    top: -40px;
  }

  .b_image_mob img {
    width: 100%;
  }

  #mobile-header {
    border-bottom: none;
  }

  /* .banner_product {
    margin-top: -65px;
  } */
  .col-product-image .swiper-button-next {
    right: 0px;
  }

  .col-product-image .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    color: #777777 !important;
    font-size: 44px;
  }

  #tab_DESCRIZIONE table tr {
    display: block !important;
  }

  #tab_DESCRIZIONE table tr td {
    display: inline-block;
    width: 100%;
  }

  .button_more_web {
    padding-left: 0px;
    padding-right: 0px;
  }

  #product .col-add-btn {
    padding: 0px;
  }

  #js-product-list-header {
    top: -40px;
  }

  #main .cat_desc {
    background-color: #000;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 2.8em 4%;
  }

  #main .cat_desc h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 3em;
    margin-top: 0px;
  }

  #mobile-header-title {
    padding: 4%;
    border-bottom: 1px solid #c0c0c0;
  }

  #mobile-header-main {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    margin-bottom: 9px;
  }

  #mobile-header-sub {
    font-weight: 600;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    margin: 0;
    color: #777777;
  }

  #pFabbrication .btn-link {
    line-height: 22px !important;
  }

  #product .qty {
    height: 27px;
  }

  #product #quantity_wanted {
    border: 1px solid rgb(189, 194, 201);
  }

  /* #category .js-product-miniature-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  } */
  .category-id-26 #wrapper {
    padding-top: 40px;
  }

  .category-id-26 .breadcrumb {
    margin-bottom: 0px;
  }

  .category-id-26 .js-product-miniature-wrapper:first-child {
    padding-top: 0px !important;
  }

  .modal-content .modal-body .modal-title {
    display: block;
    font: 400 23px / 29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
    font-size: 18px;
  }

  #product.modal-open .divide-right .align-items-center {
    flex-direction: column;
  }

  .modal-content .close span::before {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-shadow: none;
    background: #fff;
    color: #333333;
    padding-left: 2px;
    padding-right: 2px;
  }

  #product.modal-open .modal-body,
  .modal-open #blockcart-modal.modal {
    padding: 20px !important;
  }

  .modal-open #blockcart-modal .close {
    text-align: right;
    opacity: 1;
  }

  #product.modal-open .divide-right .align-items-center .col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #product.modal-open .modal-content .modal-body img {
    border: 1px solid #d6d4d4;
    max-width: 100%;
  }

  .modal-content .modal-body .product-name a {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
    font-weight: 300;
  }

  .modal-content .modal-body .product-attributes {
    display: flex;
    flex-wrap: wrap;
  }

  .modal-content .modal-body .product-attributes .value {
    font-weight: 300;
    color: #000;
    line-height: 19px;
    font-size: 16px;
  }

  .quantity_modal,
  .divide-right .products .value {
    font-size: 16px;
    color: #333333 !important;
    font-weight: 300;
  }

  .quantity_modal strong,
  .divide-right .products strong {
    font-weight: 600;
    color: #333333 !important;
  }

  .quantity_modal {
    opacity: 1 !important;
  }

  #product.modal-open .col-info {
    padding-top: 38px;
    padding-left: 0px !important;
  }

  .modal-content
    .modal-body
    .product-attributes
    .product-line-info:not(:first-child)
    .value:before {
    content: ",";
  }

  .content_right_check {
    background: #fafafa;
  }

  .modal-content .modal-body .cart-products-count {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin-bottom: 17px;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 20px;
  }

  #product.modal-open .cart-content.pt-3 {
    padding-top: 0px;
    border-top: 1px solid #d6d4d4;
    margin-top: 35px;
  }

  .cart-content-btn .btn-secondary {
    display: block;
    padding: 5px;
    margin: 0px;
    background: #f7f7f7;
    color: #333333;
    font-weight: 700;
    font-size: 17px;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  }

  .cart-content-btn .btn-primary {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    padding: 8px;
    background: #ac000b;
    border: none;
  }

  .cart-content-btn {
    margin-top: 20px;
  }

  .modal-dialog .content_right_check {
    line-height: 28px !important;
  }

  .modal-dialog .content_right_check span {
    font-weight: 300;
  }

  #wpcf7-f1-o1 label,
  #wpcf7-f2-o1 label,
  #wpcf7-f3-o1 label {
    flex-direction: column;
  }

  #wpcf7-f1-o1 label p,
  #wpcf7-f2-o1 label p,
  #wpcf7-f2-o1 label p span,
  #wpcf7-f3-o1 label p {
    width: 100% !important;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px !important;
  }

  .intestation_form,
  .privacy_form {
    color: #000;
    line-height: 1.875em;
  }

  .wpcf7 h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1em;
    color: #000;
    text-transform: unset;
  }

  .wpcf7-list-item-label {
    font-weight: 600 !important;
    color: #000;
  }

  #wpcf7-f1-o1 .wpcf7-acceptance label,
  #wpcf7-f2-o1 .wpcf7-acceptance label,
  #wpcf7-f3-o1 .wpcf7-acceptance label {
    flex-direction: row;
    align-items: flex-start;
  }

  .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 10px;
  }

  .btn_form .wpcf7-form-control {
    color: #fff;
    font-weight: 700;
    background-color: #ac000b !important;
    border: none;
    font-size: 1rem;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .cms-id-77 .nav.nav-tabs {
    display: block;
    text-align: center;
  }

  .cms-id-77 .nav.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #555555;
    padding: 18px 15px 15px 15px !important;
  }

  .cms-id-77 .breadcrumb {
    padding-top: 50px !important;
  }

  .cms-id-77 #wrapper {
    padding-top: 0px !important;
  }

  .cms-id-77 .authorityImg {
    margin-top: -30%;
  }

  .cms-id-77 .nav.nav-tabs .nav-item {
    border-bottom: 1px solid silver;
    margin-right: 0px;
  }

  .cms-id-77 .nav-tabs .nav-link.active,
  .cms-id-77 .nav-tabs .nav-link:hover,
  .cms-id-77 .nav-tabs .nav-link:focus {
    border-bottom: 5px solid #ac000b !important;
  }

  .cms-id-77 #inner-wrapper {
    padding: 0px;
  }

  #cms h1 {
    margin-bottom: 25px;
    color: #000;
  }

  #cms h2 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
  }

  #cms h5 {
    font-size: 1em;
    color: #000;
    font-weight: 600;
  }

  #cms p {
    color: #000;
    line-height: 1.875em;
  }

  #iqitmegamenu-mobile #language_selector {
    padding: 15px 8px 15px 8px;
    width: 100%;
  }

  #iqitmegamenu-mobile .mm-panel__header,
  .mobile-menu__close {
    display: none;
  }

  #iqitmegamenu-mobile.mobile-menu--active .mm-panel__header {
    display: block;
  }

  .mobile-menu__title {
    font-weight: 600;
    line-height: 18px;
    color: #686868;
    font-size: 16px;
    text-transform: uppercase;
  }

  .ab_bot {
    position: absolute;
    bottom: 0;
  }

  .cont_top_banner img {
    display: none;
  }

  .cms-id-4 .cont_top_banner {
    background-image: url("/img/slide_company.jpg");
    background-position: top center !important;
    background-size: auto 350.63px !important;
    min-height: 315px;
  }

  .cms-id-18 .cont_top_banner {
    background-image: url("/img/cms/slide_resp.jpg");
    background-position: top center !important;
    background-size: auto 350.63px !important;
    min-height: 315px;
  }

  .cms-id-4 #wrapper,
  .cms-id-18 #wrapper {
    padding-top: 0px !important;
    margin-top: -60px;
  }

  .cont_top_banner {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }

  #cms.cms-id-18 .breadcrumb,
  #cms.cms-id-4 .breadcrumb {
    padding-top: 80px;
  }

  .checkbox_box label {
    float: left;
  }

  .scrollCont .row {
    flex-wrap: nowrap;
  }

  .absolute-background .image {
    text-align: center;
    padding-bottom: 30px;
  }

  .category-id-26 #js-product-list {
    padding-bottom: 100px;
  }

  .product-id-51 #mobile-header-title {
    display: none;
  }

  .product-id-51 .col-product-image {
    padding: 0px;
  }

  .product-id-51 .product-description p {
    margin: 0px;
  }

  .product-id-51 .product-description .row div p {
    font-size: 16px;
  }

  .product-id-51 .product-description .row {
    padding-bottom: 60px;
    border-bottom: 1px solid #d6d4d4;
  }

  .product-id-51 .product-description h2 {
    margin-top: 60px;
    font-size: 40px;
  }

  .product-customization-item {
    flex-direction: column;
  }

  .product-customization-item textarea {
    height: 40px;
    overflow-y: hidden;
  }

  .content_form {
    padding-right: 20px;
  }

  .product-customization-item label {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .textField5 label {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    font-size: 13px;
    font-style: italic;
    line-height: 1.42857;
    color: #ccc;
  }

  .product-customization-item sup {
    float: right;
    top: -1.4em;
    font-size: 1em;
    left: 385px;
    top: -32px;
  }

  .btn-frm button {
    width: 65px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 10px 10px 10px 14px;
    font-weight: 600;
    background: #ac000b;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .btn-frm {
    float: right;
    padding-bottom: 25px;
  }

  .b_bot {
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 25px;
  }

  .modal-content {
    min-height: unset;
  }

  .modal.show {
    display: block;
  }

  .modal.show .modal-content {
    transform: scale(0.95);
    border-radius: 10px !important;
  }

  .waa_video .modal-content .close {
    padding: 0px;
    right: 30px;
    position: absolute;
  }

  .waa_video .modal-content .close span {
    background: #e4e4e4;
    border-radius: 100%;
    font-size: 24px;
    padding: 0px 9px 5px 9px;
    color: #4c4242;
    border: 1px solid #cdcdcd;
  }

  .waa_video .modal-content span:before {
    content: none;
  }

  .cms-id-77 .nav-tabs > li > a {
    opacity: 1;
    color: #777;
  }

  .cms-id-77 .nav-tabs > li > a.active {
    color: #000 !important;
  }

  .cms-id-77 .breadcrumb {
    margin-bottom: 0px !important;
  }

  #cms #inner-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cms-id-28 .image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 20px;
    padding-right: 60px;
    padding-bottom: 25px;
  }

  .cms-id-28 .nav-tabs .nav-link {
    font-size: 16px;
    color: #555;
    font-weight: 600;
  }

  .cms-id-28 .nav-tabs .nav-link.active,
  .cms-id-28 .nav-tabs .nav-link:hover,
  .cms-id-28 .nav-tabs .nav-link:focus {
    border-bottom: 5px solid #ac000b !important;
  }

  .js-product-images-modal .modal-content {
    height: auto !important;
    top: 25%;
    min-height: auto !important;
  }

  /* .js-product-images-modal .modal-content #thumbnails {
    display: none !important;
  } */
  #product.modal-open .modal-content .modal-body img {
    border: none;
  }

  #product.modal-open .modal-content .close {
    opacity: 1;
  }

  .nm_product {
    position: absolute;
    bottom: -25px;
    left: 30%;
    right: 30%;
  }

  .vd_mob .elementor-custom-embed-image-overlay {
    background-position-y: bottom;
  }

  .allign_bottom_cont {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .allign_bottom_cont .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .allign_bottom_cont .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .modal.fade.in {
    top: 0 !important;
    padding: 10px !important;
  }

  button.close {
    z-index: 999;
  }

  .cms-id-73 .container.container_bread,
  .cms-id-75 .container.container_bread {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: unset;
    padding: 0px;
    margin-top: -120px;
  }

  .cms-id-73 .container.container_bread img,
  .cms-id-75 .container.container_bread img {
    width: 100%;
  }

  .cms-id-73 #wrapper,
  .cms-id-75 #wrapper {
    padding-top: 0px !important;
  }

  .cms-id-73 p.ahs-title-line a img.playBtnImg,
  .cms-id-75 p.ahs-title-line a img.playBtnImg {
    margin-left: 0px !important;
    margin-right: 10px !important;
  }

  .cms-id-73 .ahs-title-line .ahs-pop-link,
  .cms-id-75 .ahs-title-line .ahs-pop-link {
    margin-left: 0px !important;
  }

  .cms-id-73 .ahs-title-line.ahs-main-title,
  .cms-id-75 .ahs-title-line.ahs-main-title {
    font-size: 40px !important;
  }

  .cms-id-73 .container.container_bread .breadcrumb,
  .cms-id-75 .container.container_bread .breadcrumb {
    padding-top: 10px !important;
  }

  .cnt_img_pp {
    text-align: center;
  }

  .cnt_img_pp img {
    max-width: 180px !important;
  }

  #tab_CARATTERISTICHE .tab_content ul li:before {
    content: "\f00c";
    font-family: "Fontawesome";
    display: inline-block;
    padding-right: 1em;
    color: black;
  }

  #user_info #iqitwishlist,
  #user_info .logout,
  #my-account .breadcrumb {
    display: none;
  }

  /* .product-id-131 #wrapper,
  .product-id-133 #wrapper,
  .product-id-84 #wrapper,
  .product-id-85 #wrapper,
  .product-id-88 #wrapper,
  .product-id-89 #wrapper,
  .product-id-91 #wrapper,
  .product-id-92 #wrapper,
  .product-id-category-26 #wrapper {
    padding-top: 65px;
  } */
  .elementor-element-841xpul:hover .elementor-element-populated,
  .elementor-element-ujq5zfw:hover .elementor-element-populated,
  .elementor-element-omx2k79:hover .elementor-element-populated,
  .elementor-element-7ukzahl:hover .elementor-element-populated,
  .elementor-element-x5tgp5t:hover .elementor-element-populated,
  .elementor-element-ua9zdqx:hover .elementor-element-populated,
  .elementor-element-r3taebk:hover .elementor-element-populated,
  .elementor-element-95x8q0g:hover .elementor-element-populated {
    background-color: #fff !important;
  }

  .elementor-element-841xpul:hover .elementor-button,
  .elementor-element-ujq5zfw:hover .elementor-button,
  .elementor-element-omx2k79:hover .elementor-button,
  .elementor-element-7ukzahl:hover .elementor-button,
  .elementor-element-x5tgp5t:hover .elementor-button,
  .elementor-element-ua9zdqx:hover .elementor-button,
  .elementor-element-r3taebk:hover .elementor-button,
  .elementor-element-95x8q0g:hover .elementor-button {
    background: #000 !important;
  }

  .mobile-menu__products-row .product-miniature-container a:hover,
  .mobile-menu__links-list-li a:hover,
  .adtm_elements a:hover,
  .cbp-valinks a:hover {
    color: #000 !important;
  }

  .mobile-menu__tab--id-4 .Accessori.Nomadland:after {
    border-left: 2px solid red;
    content: "New!";
    margin-left: 6px;
    padding-left: 6px;
  }

  .sideBorder {
    border: none !important;
  }

  #cart-toogle {
    position: relative;
  }

  .mobile-menu__column--id-3,
  .mobile-menu__column--id-4,
  .mobile-menu__column--id-5 {
    padding-top: 70px;
  }

  #blockcart-modal .col-6.text-center .product-image.img-fluid img {
    border: 1px solid #d6d4d4 !important;
  }

  #checkout .input_quantity_checkout {
    flex: 0 0 100%;
    max-width: 50%;
    margin: 0 auto;
  }

  #checkout .input-group.bootstrap-touchspin {
    max-width: 100%;
  }

  .row.middle.item_total.cart_total_tax .col-xs-4.col-4.col-md-2.text-md-right {
    text-align: right !important;
  }

  .ab_link a,
  .ab_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
  }

  .nuovi_modali {
    top: 30px !important;
  }

  #main-page-content {
    overflow-x: hidden;
  }

  #mobile-header .row-mobile-header {
    margin: 0px;
  }

  /* .shop_current::before {
    content: "\f07a" !important;
    font-size: 100%;
    color: #fff;
    font-weight: bold;
    font-family: "FontAwesome";
    padding-right: 5px;
  } */
  .shop_current {
    font-size: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    position: relative;
  }

  #cms.cms-id-21 .page-header h1 span {
    font-size: 32px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
  }

  #cms.cms-id-21 .page-header h1 {
    border: none;
  }

  #cms.cms-id-21 #content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-4.news_con {
    padding: 0px !important;
  }

  .col-4.news_con .block-newsletter {
    padding: 4% !important;
  }

  #my-account .my-account-page-content.col-sm-12 {
    display: none;
  }

  #history .breadcrumb .row.align-items-center,
  #order-slip .breadcrumb .row.align-items-center,
  #identity .breadcrumb .row.align-items-center,
  #addresses .breadcrumb .row.align-items-center,
  #module-iqitwishlist-view .breadcrumb .row.align-items-center {
    display: none;
  }

  #identity .form-group.row label {
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
  }

  #identity .form-group {
    margin-bottom: 0px;
  }

  #identity .form-group input {
    max-width: 271px;
    max-height: 2em;
  }

  #identity .form-group .btn.btn-outline-secondary {
    display: none;
  }

  #identity .form-group .form-control-comment,
  #identity .form-group .form-control-comment {
    display: none;
  }

  .form-footer .btn-primary {
    background: #ac000b;
    color: #fff;
    font-size: 17.6px;
    font-weight: 600;
  }

  #addresses .page-content.my-account-page-content-wrapper {
    padding: 0px;
  }

  #addresses .my-account-page-content .custom-col .address-body h4 {
    text-transform: uppercase;
    color: #636262;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d4d4;
  }

  #addresses .address-body address {
    line-height: 26px;
  }

  .addresses-footer a {
    background: #ac000b;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .addresses-footer a span {
    color: #fff;
    font-size: 17.6px;
    font-weight: 600;
  }

  .addresses-footer .fa.fa-plus {
    color: #fff;
  }

  .addresses-footer {
    margin: 0px !important;
    margin-top: 30px !important;
  }

  .official,
  .shop_current {
    background: #fff;
    padding: 18.5px 0px;
  }

  .official .fullfill{
    color:#000!important
  }

  .shop_current {
    background: #ac000b !important;
  }

  #my-account .my-account-side-links .col-lg-4 i {
    border-right: 1px solid #cacaca;
    padding: 0.6rem;
    flex: 0 0 12%;
    max-width: 12%;
    padding-left: 0px;
    margin-right: 15px;
  }

  #my-account .my-account-side-links .col-lg-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #product #ConsegnaIT .modal-dialog.modal-sm {
    max-width: 99%;
  }

  #ConsegnaIT {
    top: 5px !important;
  }

  #ConsegnaIT .modal-title {
    margin-top: 0px;
  }

  #ConsegnaIT .modal-body {
    font-weight: 300;
    font-size: 14.4px;
    line-height: 28.8px;
  }

  .product-id-51 .col-md-8.col-product-image {
    padding-left: 2%;
    padding-right: 2%;
  }

  .product-id-51 .rte-content .col-md-4.col-sm-12.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-id-51 .rte-content .col-md-4.col-sm-12.col-xs-12 img {
    width: 100%;
  }

  .product-id-51 .rte-content .col-md-4.col-sm-12.col-xs-12 p {
    margin-bottom: 10px;
  }

  #product.product-id-51 .breadcrumb ol {
    padding-left: 2%;
    padding-right: 2%;
  }

  .product-add-to-cart.pt-3.js-product-add-to-cart {
    padding-top: 0px !important;
  }

  .js-product-miniature-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile-menu--active .mobile-menu__above-content {
    display: none;
  }
  .col-mobile-logo img{
    width: 100%;
    padding-right:20px;
    padding-left:5px
  }
  .m-nav-btn.js-m-nav-btn-menu.show{
    background: #ac000b !important;
  }
}

/*Fine Mobile*/
.custom-select2:after {
  height: 20px;
  width: 20px;
  border: 1px solid #e3e3e3;
  padding-left: 4px;
  padding-top: 1px;
  right: 4px;
}

.input-group-btn-vertical {
  display: flex !important;
  flex-direction: row-reverse;
}

#quantity_wanted {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  line-height: 27px;
  margin-right: 3px;
  color: #000;
  font-weight: 400;
}

.product-quantity .qty {
  width: 140px;
}

.fa-angle-down:before {
  content: "\f068" !important;
  color: silver;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
}

.fa-angle-up:before {
  content: "\f067" !important;
  color: silver;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  height: 100%;
  width: 27px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  margin-left: 3px;
}

.fa.touchspin-up,
.fa.touchspin-down {
  margin-top: 2px;
  margin-left: 1px;
}

@media (max-width: 1490px) {
  .elementor-element.elementor-element-7b0ovqa > .elementor-element-populated,
  .elementor-element.elementor-element-j2f32ch > .elementor-element-populated,
  .elementor-element.elementor-element-62zngp6 > .elementor-element-populated,
  .elementor-element.elementor-element-l1nfpf3 > .elementor-element-populated {
    padding-top: 6% !important;
    padding-bottom: 6% !important;
  }
}

@media (max-width: 1370px) {
  .elementor-element.elementor-element-7b0ovqa > .elementor-element-populated,
  .elementor-element.elementor-element-j2f32ch > .elementor-element-populated,
  .elementor-element.elementor-element-62zngp6 > .elementor-element-populated,
  .elementor-element.elementor-element-l1nfpf3 > .elementor-element-populated {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
  }
}

.fa-play-circle:before {
  content: url("/img/play-nero-sf-trasp.png") !important;
}

.video_youtube .fa-play-circle:before {
  content: url("/img/youtube_video_start.png") !important;
}

.section_custom .elementor-button-text::before {
  font-family: fontawesome;
  content: "\f105";
  padding-right: 4px;
  color: #ac000b;
}

.category-id-26 #js-product-list-header {
  display: none;
}

#history .my-account-side-links,
#order-slip .my-account-side-links,
#addresses .my-account-side-links,
#address .my-account-side-links,
#identity .my-account-side-links,
#discount .my-account-side-links,
#module-iqitwishlist-view .my-account-side-links,
#module-ps_emailalerts-account .my-account-side-links {
  display: none;
}

.my-account-page-content-wrapper {
  border: none;
}

/* MODIFICHE UMBE  */

@media (min-width: 1024px) and (max-width: 1247px) {
  .elementor-element.elementor-element-l1nfpf3 > .elementor-element-populated,
  .elementor-element.elementor-element-73i1io9 > .elementor-element-populated,
  .elementor-element.elementor-element-7b0ovqa > .elementor-element-populated,
  .elementor-element.elementor-element-sdbx364 > .elementor-element-populated,
  .elementor-element.elementor-element-j2f32ch > .elementor-element-populated {
    padding: 30px 30px 30px 30px !important;
  }

  .elementor-element.elementor-element-r8mb6co,
  .elementor-element.elementor-element-n9276e1,
  .elementor-element.elementor-element-1w67gvs,
  .elementor-element.elementor-element-wo857ai {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .elementor-element.elementor-element-8mh64e2 .elementor-heading-title,
  .elementor-element.elementor-element-js9mtdi .elementor-heading-title,
  .elementor-element.elementor-element-az7e9f9 .elementor-heading-title,
  .elementor-element.elementor-element-ofu4cjn .elementor-heading-title,
  .elementor-element.elementor-element-4df4k3b .elementor-heading-title {
    font-size: 1.5em !important;
  }
}

@media (min-width: 1248px) and (max-width: 1402px) {
  .elementor-element.elementor-element-8mh64e2 .elementor-heading-title,
  .elementor-element.elementor-element-js9mtdi .elementor-heading-title,
  .elementor-element.elementor-element-az7e9f9 .elementor-heading-title,
  .elementor-element.elementor-element-ofu4cjn .elementor-heading-title,
  .elementor-element.elementor-element-4df4k3b .elementor-heading-title {
    font-size: 2em !important;
  }
}

.elementor-element-tegcjss .elementor-image img {
  width: 100%;
}

@media (min-width: 540px) and (max-width: 767px) {
  .elementor-element-xjen5af p,
  .elementor-element-4nedp28 p,
  .elementor-element-zz5iykb p,
  .elementor-element-oq638od p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .elementor-element-4dfjyir,
  .elementor-element-3dir7vn,
  .elementor-element-5hkktwt,
  .elementor-element-3bhhmny {
    margin-bottom: 3rem;
  }
}

@media (min-width: 430px) and (max-width: 539px) {
  .elementor-element-xjen5af p,
  .elementor-element-4nedp28 p,
  .elementor-element-zz5iykb p,
  .elementor-element-oq638od p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .elementor-element-4dfjyir,
  .elementor-element-3dir7vn,
  .elementor-element-5hkktwt,
  .elementor-element-3bhhmny {
    margin-bottom: 3rem;
  }
}

.color.texture {
  background-size: cover;
  border: 1px solid #4d4d4d !important;
}

/*OPC CLASSICO*/

#checkout #search_widget {
  visibility: hidden !important;
}

#checkout .iqit-megamenu-container,
div#onepagecheckoutps .onepagecheckoutps_p_step i.fa-pts {
  display: none;
}

#checkout #desktop-header {
  box-shadow: 0px 0px 20px 0px rgba(222, 230, 232, 0.5);
}

#onepagecheckoutps_step_three {
  margin-top: 0px;
}

#panel_address_delivery .card-header,
div#onepagecheckoutps #panel_addresses_customer .card .card-body {
  padding: 0px !important;
}

div#onepagecheckoutps #panel_addresses_customer .card {
  border: none;
}

div#onepagecheckoutps div#onepagecheckoutps_step_one #opc_show_login {
  background: transparent;
  padding: 0px;
  color: var(--TESTO, #000);

  /* H3/Bold maiuscolo */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#panel_address_delivery .card-header,
#panel_address_invoice .card-header {
  background: transparent;
  border-bottom: 1px solid #000;
  padding-bottom: 14px !important;
  padding-top: 25px !important;
}

#shipping_container .alert-info,
#payment_method_container .alert-info {
  background: transparent !important;
  border: none !important;
}

#header-order-detail-content {
  display: none;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #list-voucher-allowed
  .promo-code-button {
  color: var(--quasi-nero, #000000);

  /* Testo/Black maiuscolo */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed {
  border: none;
}

#checkout .cart_total_without_tax,
#checkout #cart-subtotal-discount {
  display: none;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review #div_leave_message {
  border: none !important;
}

#div_leave_message p {
  color: #1d1d1f;
  font-weight: 300;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review .stick_buttons_footer {
  position: unset;
  background: transparent;
  border: none;
  padding: 0px !important;
}

#btn_place_order {
  float: none;
}

#container_float_review {
  padding-top: 25px;
  padding-bottom: 50px;
}

#container_float_review .col-xs-12 {
  text-align: center;
}

#list-voucher-allowed .promo-code-button {
  display: none;
}

div#onepagecheckoutps label {
  color: var(--grigio-scuro, #000);

  /* Testo/Testo P normale */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.2px;
  /* 138.75% */
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_two
  .delivery-option
  .delivery_option_title {
  color: var(--quasi-nero, #000000);

  /* Testo/Bold normale */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.2px;
  /* 138.75% */
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_two
  .delivery-option
  .delivery_option_delay {
  color: var(--quasi-nero, #000000);

  /* H6/Testo */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_two
  .delivery-option
  .delivery_option_price {
  color: var(--quasi-nero, #000000);

  /* Testo/Testo P normale */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.2px;
  /* 138.75% */
}

#checkout .module_payment_container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#checkout .payment_image {
  position: absolute;
  right: 0;
}

#checkout .payment_content span {
  color: var(--quasi-nero, #000000);

  /* Testo/Bold normale */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.2px;
  /* 138.75% */
}

div#onepagecheckoutps div#onepagecheckoutps_step_review_container > h5 {
  border-bottom: 1px solid #000 !important;
  padding-bottom: 14px !important;
  padding-top: 25px;
}

#order-detail-content .s_title_block span {
  color: var(--quasi-nero, #000000);

  /* Testo/Black maiuscolo */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#onepagecheckoutps_step_one,
#checkout .onepagecheckoutps_step_two_container,
.onepagecheckoutps_p_step_three,
#payment_method_container .payment-option {
  padding-left: 25px;
  padding-right: 25px;
}

body#checkout #checkout-payment-step {
  margin-bottom: 0px;
}

div#onepagecheckoutps #onepagecheckoutps_step_two,
div#onepagecheckoutps #onepagecheckoutps_step_three,
div#onepagecheckoutps #onepagecheckoutps_step_review {
  margin-top: 0px !important;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #order-detail-content
  .order_total_items
  .item_total {
  text-align: unset;
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #order-detail-content
  .order_total_items
  .item_total:last-child {
  border-bottom: none;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #order-detail-content
  .order_total_items
  .item_total
  span {
  color: var(--grigio-scuro, #1d1d1f);

  /* Testo/Testo P normale */
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 22.2px;
  /* 138.75% */
}

#checkout .cart_total_price .col-4,
#checkout .cart_total_delivery .col-xs-4,
#checkout .cart_discount .col-xs-4,
#checkout .cart_total_voucher .col-xs-4 {
  text-align: right;
}

#list-voucher-allowed .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}

#checkout .media-object {
  background: #fff;
  padding: 10px;
  border: none !important;
}

div#onepagecheckoutps .onepagecheckoutps_p_step.onepagecheckoutps_p_step_three {
  border-bottom: none !important;
}

hr.divider_custom {
  margin: 0px;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #000 !important;
}

#checkout .elementor-displayWrapperBottom {
  display: none;
}

#form_customer,
#form_address_delivery,
#invoice_address_container {
  padding-top: 15px;
}

#checkout .carrier-item-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  #onepagecheckoutps_step_one,
  #onepagecheckoutps_step_two_container,
  .onepagecheckoutps_p_step,
  #onepagecheckoutps_step_three,
  #onepagecheckoutps_step_review,
  #onepagecheckoutps_step_review_container {
    background: #fbfbfb;
  }

  #checkout .header-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  div#onepagecheckoutps .onepagecheckoutps_p_step {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 14px !important;
    padding-top: 25px;
  }

  #onepagecheckoutps_step_three_container {
    padding-right: 0px;
  }

  #onepagecheckoutps_step_review_container {
    margin-top: 15px !important;
  }

  div#onepagecheckoutps
    div#onepagecheckoutps_header
    #div_onepagecheckoutps_info
    h1 {
    color: var(--quasi-nero, #000000);
    text-align: center;
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }

  div#onepagecheckoutps div#onepagecheckoutps_header p {
    color: var(--quasi-nero, #000000);
    text-align: center;
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.2px;
  }

  div#onepagecheckoutps .onepagecheckoutps_p_step,
  div#onepagecheckoutps div#onepagecheckoutps_step_review_container > h5,
  div#onepagecheckoutps #panel_addresses_customer .card .card-header a {
    color: var(--TESTO, #000);
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
  }

  .onepagecheckoutps_p_step_one {
    display: flex;
    justify-content: space-between;
  }

  div#onepagecheckoutps
    div#onepagecheckoutps_step_three
    .module_payment_container
    .payment_content_html,
  div#onepagecheckoutps
    div#onepagecheckoutps_step_three
    .module_payment_container
    .additional-information {
    color: var(--quasi-nero, #000000);
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
  }

  div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item {
    justify-content: space-between;
  }

  .price_remove_cart {
    display: flex;
    justify-content: space-between;
  }

  #order-detail-content,
  #div_leave_message {
    padding-left: 40px;
    padding-right: 40px;
  }

  #order-detail-content {
    padding-top: 60px;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_review .product-price {
    color: var(--TESTO, #ac000b);
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_one .form-group .form-control {
    height: 40px !important;
    border-radius: 0px !important;
  }

  div#onepagecheckoutps
    div#onepagecheckoutps_step_review
    #order-detail-content
    .order_total_items
    .item_total.tt_cart
    span {
    color: var(--TESTO, #000) !important;
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif !important; */
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    text-transform: uppercase;
  }

  #onepagecheckoutps_step_one {
    padding-bottom: 25px !important;
  }

  .opc_container_top {
    padding-right: 15px;
  }

  .col-header-right.info_checkout {
    flex-direction: column;
  }

  .col-header-right.info_checkout a {
    color: var(--quasi-nero, #000000) !important;
    text-align: right;
    /* font-family: neue helvetica w01, Helvetica, Arial, sans-serif; */
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
  }

  #checkout .clearfix::after {
    content: none;
  }

  #checkout #desktop-header-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #onepagecheckoutps_contenedor {
    max-width: 80%;
    margin: 0 auto;
  }

  #buttons_footer_review {
    padding-left: 40px;
    padding-right: 40px;
  }

  div#onepagecheckoutps i.fa-pts {
    font-size: 24px;
  }

  #div_onepagecheckoutps_info,
  #div_onepagecheckoutps_login {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #div_onepagecheckoutps_login {
    margin-top: 30px;
  }

  #onepagecheckoutps_step_review #div_privacy_policy {
    padding-left: 40px;
    padding-right: 40px;
  }

  #checkout #order-detail-content .cart_description .product-line-info span {
    font-weight: 300;
    color: #000;
    line-height: 19px;
    font-size: 13px;
  }

  #checkout #blockcart-content .cart-totals {
    padding-bottom: 35px;
  }
}

@media (max-width: 992px) {
  div#onepagecheckoutps
    div#onepagecheckoutps_header
    #div_onepagecheckoutps_info
    h1 {
    color: #000000;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    /* 128% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-align: center;
  }

  div#onepagecheckoutps div#onepagecheckoutps_header p {
    color: #000000;
    text-align: center;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.2px;
    /* 138.75% */
  }

  #checkout #header {
    box-shadow: 0px 0px 20px 0px rgba(222, 230, 232, 0.5);
  }

  div#onepagecheckoutps .onepagecheckoutps_p_step,
  div#onepagecheckoutps div#onepagecheckoutps_step_review_container > h5,
  div#onepagecheckoutps #panel_addresses_customer .card .card-header a {
    color: #000000;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  div#onepagecheckoutps .onepagecheckoutps_p_step {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 14px !important;
    padding-top: 25px;
  }

  div#onepagecheckoutps
    .onepagecheckoutps_p_step.onepagecheckoutps_p_step_three {
    border-bottom: none !important;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_one .form-group .form-control {
    height: 35px !important;
    border-radius: 0px !important;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_review .total-price-text {
    display: none !important;
  }

  .price_remove_cart {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_review .product-price {
    color: var(--TESTO, #ac000b);

    /* H3/mobile */
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    /* 122.222% */
    text-transform: uppercase;
  }

  #onepagecheckoutps_step_one,
  #onepagecheckoutps_step_two_container .onepagecheckoutps_p_step_two,
  #onepagecheckoutps_step_two_container #onepagecheckoutps_step_two,
  .onepagecheckoutps_p_step,
  #onepagecheckoutps_step_three,
  #onepagecheckoutps_step_review,
  #onepagecheckoutps_step_review_container .onepagecheckoutps_p_step_four,
  #onepagecheckoutps_step_review_container #onepagecheckoutps_step_review {
    background: #fbfbfb;
  }

  .onepagecheckoutps_p_step_two,
  .onepagecheckoutps_p_step_four,
  #onepagecheckoutps_step_review {
    padding-left: 25px;
    padding-right: 25px;
  }

  #order-detail-content .cart_item {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }

  div#onepagecheckoutps
    div#onepagecheckoutps_step_review
    #order-detail-content
    .order_total_items
    .item_total.tt_cart
    span {
    color: var(--TESTO, #000) !important;

    /* H3/Bold maiuscolo */
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    /* 133.333% */
    text-transform: uppercase;
  }

  #onepagecheckoutps_step_one {
    padding-bottom: 25px !important;
  }

  div#onepagecheckoutps #onepagecheckoutps_step_two_container,
  div#onepagecheckoutps #onepagecheckoutps_step_three_container,
  div#onepagecheckoutps #onepagecheckoutps_step_review_container {
    margin-top: 25px !important;
  }

  #onepagecheckoutps .right_content {
    padding-top: 0px !important;
  }

  #checkout .payment_image {
    right: 25px;
  }

  .col-advice-customer p,
  .col-advice-customer a,
  .col-advice-customer {
    text-align: right;
    margin-bottom: 0px;
  }

  .row-mobile-header {
    align-items: center;
  }

  .col-advice-customer a {
    color: var(--quasi-nero, #000000) !important;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 52.941% */
    margin-bottom: 5px;
  }

  div#onepagecheckoutps
    #onepagecheckoutps_step_two_container
    .onepagecheckoutps_p_step {
    border-bottom: none !important;
  }

  .divisor_carrier {
    border-bottom: 1px solid #000 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

#btn_place_order {
  width: 100%;
  max-width: 100%;
  background: #ac000b;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 32px;
  font-weight: 300;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#delivery_address_container .container_card.selected.alert.alert-info,
#invoice_address_container .container_card.selected.alert.alert-info {
  color: #fff;
  font-weight: 700;
  background: #ac000b;
}

div#onepagecheckoutps .container_card .footer_card button {
  color: #fff;
}

div#onepagecheckoutps #address_card_new #address_card_new_content span {
  color: #000;
}

div#onepagecheckoutps #address_card_new .container_card {
  border: 2px dashed #000;
}

#div_onepagecheckoutps_login a b {
  color: #000 !important;
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.2px;
}

.separate-terms {
  display: none !important;
}

#onepagecheckoutps .modal-dialog .fa-pts-user,
#onepagecheckoutps .login-box .input-group-addon,
#onepagecheckoutps .modal-dialog .fa-pts-lock {
  display: none;
}

#onepagecheckoutps #btn_login {
  width: 100%;
  max-width: 100%;
  background: #ac000b;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 32px;
  font-weight: 300;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
}

#onepagecheckoutps .modal-dialog .panel-title {
  color: #000;
  font-weight: 400;
}

#onepagecheckoutps .fa-pts-close:before {
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px;
}

#authentication #content,
.page-customer-account #content {
  border: none;
  padding: 0px;
}

/*FINE OPC CLASSICO*/

.tabs.product-tabs.product-sections {
  display: none;
}

.pet-tabs.tabs .page-product-heading {
  display: none;
}

#tab_DESCRIZIONE_1 img,
#tab_DETTAGLI-TECNICI_1 img,
#tab_MONTAGGIO_1 img {
  max-width: 100%;
  height: auto;
}

#tab_MONTAGGIO_1 .row b {
  width: 100%;
}

#tab_DESCRIZIONE_1 .row.parereRow {
  display: none !important;
}

.specTable .tableRow strong {
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}

.sideBorder {
  border-left: 1px solid #eeeeee;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 100%;
}

.right {
  right: 0;
}

.parereEsp {
  margin-top: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em !important;
  white-space: normal;
  line-height: 1.275em !important;
}

.parereEspGrey {
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em !important;
  white-space: normal;
  margin-top: -4px;
  line-height: 1.2em !important;
  padding-top: 0.5rem;
}

.playBtnImg {
  margin-top: -3px;
  margin-left: 15px;
}

#product .product-accessories {
  display: none;
}

#tab_DESCRIZIONE_1 .tab_content .row,
#tab_MONTAGGIO_1 .tab_content .row {
  margin: 0px;
}

.dataTables {
  margin: 50px 0 15px;
}

#cms .page-header {
  display: none;
}

.dataTables .fixedCont .axis,
.dataTables .fixedCont .origin {
  display: flex;
}

.dataTables .tlast {
  border-top: 2px solid #000 !important;
}

.dataTables .blast {
  border-bottom: 2px solid #000 !important;
}

.dataTables .llast {
  border-left: 2px solid #000 !important;
}

.dataTables .origin {
  background: #000;
}

.dataTables .axis,
.dataTables .origin {
  font-weight: 700;
  font-family: Verdana;
  font-size: 9px;
  padding: 0 7px;
}

.dataTables .axisSpec {
  display: block !important;
}

.dataTables .row .v,
.dataTables .row .x,
.dataTables .row .axis,
.dataTables .row .cellText {
  display: inline-flex;
  min-width: 120px;
  max-width: 120px;
  height: 40px;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.dataTables .fixedCont {
  float: left;
}

.dataTables .axis,
.dataTables .origin {
  font-weight: 700;
  font-family: Verdana;
  background: #eee;
  border-bottom: 1px solid #000;
  font-size: 9px;
  padding: 0 7px;
}

.dataTables .row .v p,
.dataTables .row .x p,
.dataTables .row .axis p,
.dataTables .row .cellText p,
.dataTables .fixedCont .axis p,
.dataTables .fixedCont .origin p {
  margin: auto;
  text-align: center;
}

.dataTables .axisSpec img {
  height: 60% !important;
  margin: 3px 0 !important;
}

.dataTables .axis p {
  line-height: 12px !important;
}

.dataTables .axis,
.dataTables .origin {
  font-weight: 700;
  font-family: Verdana;
  background: #eee;
  border-bottom: 1px solid #000;
  font-size: 9px;
  padding: 0 7px;
}

.dataTables .origin {
  background: #000;
}

.dataTables .origin p {
  color: #fff !important;
  font-weight: 700;
}

.dataTables .row {
  display: inline-flex;
}

.dataTables .row .v,
.dataTables .row .x,
.dataTables .row .axis,
.dataTables .row .cellText {
  display: inline-flex;
  min-width: 120px;
  max-width: 120px;
  height: 40px;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.dataTables .row .cellText p {
  font-size: 10px;
  font-family: Verdana;
  line-height: 12px !important;
  padding: 0 2px;
}

.dataTables .row .v p,
.dataTables .row .x p,
.dataTables .row .axis p,
.dataTables .row .cellText p,
.dataTables .fixedCont .axis p,
.dataTables .fixedCont .origin p {
  margin: auto;
  text-align: center;
}

.dataTables .row .axis,
.dataTables .fixedCont .origin {
  height: 60px;
}

.dataTables .fixedCont .axis,
.dataTables .fixedCont .origin {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.dataTables .fixedCont .axis {
  height: 40px;
}

.dataTables .fixedCont {
  float: left;
}

.dataTables .scrollCont {
  overflow-x: auto;
}

.dataTables .llast {
  border-left: 2px solid #000 !important;
}

.dataTables .rlast {
  border-right: 2px solid #000 !important;
}

.dataTables .blast {
  border-bottom: 2px solid #000 !important;
}

.dataTables .tlast {
  border-top: 2px solid #000 !important;
}

.dataTables .fixedCont .axis,
.dataTables .fixedCont .origin {
  display: flex;
}

.dataTables .scrollCont .row {
  display: flex;
  flex-wrap: nowrap;
}

.dataTables .scrollCont .row .v p {
  color: green !important;
  font-size: 20px;
}

.dataTables .scrollCont .row .x p {
  color: red !important;
  font-size: 20px;
}

.dataTables .axis p {
  line-height: 12px !important;
}

.dataTables {
  margin: 50px 0 15px;
}

.dataTables.dataTables4 {
  margin: 50px 0 !important;
}

.dataTables .origin p {
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
}

.dataTables .axisSpec {
  display: block !important;
}

.dataTables .axisSpec img {
  height: 60% !important;
  margin: 3px 0 !important;
}

.dataTables .row .v.biggerCol,
.dataTables .row .x.biggerCol,
.dataTables .row .axis.biggerCol,
.dataTables .row .cellText.biggerCol {
  min-width: 240px !important;
  max-width: 240px !important;
}

.dataTables3 .row .v,
.dataTables3 .row .x,
.dataTables3 .row .axis,
.dataTables3 .row .cellText {
  min-width: 150px;
}

.subTableParag {
  /* margin-bottom: 50px; */
  font-size: 12px;
}

/*STRUTTURA TABELLA NUOVA 14-02-2022*/
.dataTables .row .cellText.d1 {
  height: 170px !important;
}

.dataTables .row .x.d1 {
  height: 170px !important;
}

.dataTables .row .cellText.rlast.d1 {
  min-width: 520px !important;
}

/*STRUTTURA TABELLA NUOVA 14-02-2022*/

@media (min-width: 1050px) {
  .dataTables1,
  .dataTables2,
  .dataTables3,
  .subTableParag {
    position: relative;
    left: 50%;
    transform: translateX(-502px);
  }
}

.dataTables.dataTables4 .row .v,
.dataTables.dataTables4 .row .x,
.dataTables.dataTables4 .row .axis,
.dataTables.dataTables4 .row .cellText {
  min-width: 110px !important;
  max-width: 110px !important;
}

@media (min-width: 1435px) {
  .dataTables4 {
    position: relative;
    left: 50%;
    transform: translateX(-632px);
  }
}

.dataTables .fixedCont .axis {
  display: grid;
}

.scrollCont .row {
  margin-left: 0;
  margin-right: 0;
}

#cms #wrapper,
#my-account #wrapper {
  background-color: #fff;
  padding-top: 45px;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: initial;
  background-size: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

#cms .rte-content ul {
  list-style: none;
  padding: 0;
}

#my-account #content {
  padding: 0px;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

#cms .rte-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

body#cms .testo {
  padding: 0;
}

body#cms.cms-id-28 .testo {
  padding-left: 15px;
  padding-right: 15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

#maggiolina .row h2 {
  width: 100%;
}

.tab-content {
  margin-top: 20px;
}

body#cms.cms-id-28 .nav.nav-tabs,
body#cms.cms-id-29 .nav.nav-tabs {
  margin-bottom: 55px;
}

.cms-id-28 .row {
  flex: 0 0 100%;
}

/*personalizzazioni in pagina prodotto*/
.product-id-41 #tab_DESCRIZIONE .product-id-41 #tab_MATERIALI,
.product-id-41 #tab_DETTAGLI_TECNICI,
.product-id-41 #tab_MONTAGGIO,
.product-id-41 #tab_VANTAGGI,
.product-id-41 #tab_ISTRUZIONI_DUSO #tab_VIEW_360,
.product-id-130 #tab_MATERIALI,
.product-id-130 #tab_DETTAGLI_TECNICI,
.product-id-130 #tab_MONTAGGIO,
.product-id-130 #tab_VANTAGGI,
.product-id-130 #tab_ISTRUZIONI_DUSO,
.product-id-78 #tab_MATERIALI,
.product-id-78 #tab_DETTAGLI_TECNICI,
.product-id-78 #tab_MONTAGGIO,
.product-id-78 #tab_VANTAGGI,
.product-id-78 #tab_ISTRUZIONI_DUSO,
.product-id-38 #tab_MATERIALI,
.product-id-38 #tab_DETTAGLI_TECNICI,
.product-id-38 #tab_MONTAGGIO,
.product-id-38 #tab_VANTAGGI,
#tab_ISTRUZIONI_DUSO .col-md-3.col-sm-6 {
  display: none !important;
}

#tab_ISTRUZIONI_DUSO .col-md-9.col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
}

#tab_ISTRUZIONI_DUSO a {
  font-size: 14px;
  font-weight: 300;
}

#tab_ISTRUZIONI_DUSO span {
  color: #7777;
}

#tab_ISTRUZIONI_DUSO br {
  display: none !important;
}

#tab_DETTAGLI_TECNICI img {
  width: 100%;
  height: auto;
}

#tab_ISTRUZIONI_DUSO {
  padding-top: 40px;
  padding-bottom: 35px;
}

.tab_content h2 {
  margin-top: 0px;
}

.product-id-130 #tab_CARATTERISTICHE .page-product-heading,
.product-id-25 #tab_CARATTERISTICHE .page-product-heading,
.product-id-29 #tab_CARATTERISTICHE .page-product-heading,
.product-id-30 #tab_CARATTERISTICHE .page-product-heading,
.product-id-45 #tab_CARATTERISTICHE .page-product-heading,
.product-id-35 #tab_CARATTERISTICHE .page-product-heading,
.product-id-36 #tab_CARATTERISTICHE .page-product-heading,
.product-id-37 #tab_CARATTERISTICHE .page-product-heading,
.product-id-23 #tab_CARATTERISTICHE .page-product-heading,
.product-id-24 #tab_CARATTERISTICHE .page-product-heading,
.product-id-26 #tab_CARATTERISTICHE .page-product-heading,
.product-id-27 #tab_CARATTERISTICHE .page-product-heading,
.product-id-49 #tab_CARATTERISTICHE .page-product-heading,
.product-id-19 #tab_CARATTERISTICHE .page-product-heading,
.product-id-21 #tab_CARATTERISTICHE .page-product-heading,
.product-id-136 #tab_CARATTERISTICHE .page-product-heading,
.product-id-137 #tab_CARATTERISTICHE .page-product-heading,
.product-id-105 #tab_DETTAGLI_TECNICI .page-product-heading,
.product-id-31 #tab_CARATTERISTICHE .page-product-heading,
.product-id-139 #tab_CARATTERISTICHE .page-product-heading,
.product-id-140 #tab_CARATTERISTICHE .page-product-heading,
.product-id-141 #tab_CARATTERISTICHE .page-product-heading,
.product-id-20 #tab_CARATTERISTICHE .page-product-heading,
.product-id-117 #tab_CARATTERISTICHE .page-product-heading,
.product-id-132 #tab_CARATTERISTICHE .page-product-heading {
  display: block;
  background: transparent;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

#tab_CARATTERISTICHE .page-product-heading {
  padding-left: 0px;
}

#tab_DESCRIZIONE img,
#tab_MONTAGGIO img,
#tab_CARATTERISTICHE img {
  max-width: 100%;
  height: auto;
}

/* #tab_DESCRIZIONE .parereRow{
  display:none;
} */

.category-id-33 #products {
  display: none;
}

.nuovi_modali .close,
.nuovi_modali .close > img,
.nav_arrows > button,
.nav_arrows > button > img {
  height: 35px;
}

.modal.nuovi_modali .modal-body .youtubeCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-header {
  border: none;
}

#infoaltezzedisponibiliIT .iso {
  width: 20px;
  margin-right: 1em;
  float: left;
}

.modal-body {
  position: relative;
  padding: 20px !important;
}

#infoaltezzedisponibiliIT .row div.text {
  min-height: 150px;
  padding: 2% 0;
}

.montaggio .row {
  display: block;
  margin: 0px;
}

.montaggio .row.row-eq-height {
  display: flex;
}

.product-variants .form-control-label {
  text-transform: uppercase;
}

#respGuidatglMor .modal-content .modal-body img {
  border: none;
  max-width: 100%;
  padding: 10px;
}

#respGuidatglMor .modal-content .modal-body img.b-right {
  border-right: 1px solid #d6d4d4;
}

#respGuidatglMor .modal-content .modal-body img.b-bottom {
  border-bottom: 1px solid #d6d4d4;
}

#respGuidatglMor .modal-content .modal-body .col-lg-6 {
  padding: 0px !important;
}

.p-bottom {
  padding-bottom: 15px;
}

#tab_DESCRIZIONE .row.parereRow {
  display: none;
}

#product-modal .modal-body .swiper-button-arrow {
  background: unset;
}

#modal-product-thumbs .swiper-button-next:after {
  content: url("/img/arrow_right_carousel.png");
  position: fixed;
  right: 3%;
  z-index: 9999999;
  bottom: 5%;
}

#modal-product-thumbs .swiper-button-prev:after {
  content: url("/img/arrow_left_carousel.png");
  position: fixed;
  left: 3%;
  z-index: 9999999;
  bottom: 5%;
}

#thumbnails .js-modal-mask.mask {
  width: 90%;
  margin: 0 auto;
}

#modal-product-thumbs .swiper-button-next,
#modal-product-thumbs .swiper-button-prev {
  padding: 5px;
}

#tab_VIEW_360,
.product-id-4 .cat_desc.cat_desc_product,
.product-id-5 .cat_desc.cat_desc_product,
.product-id-7 .cat_desc.cat_desc_product,
.product-id-9 .cat_desc.cat_desc_product,
.product-id-11 .cat_desc.cat_desc_product,
.product-id-12 .cat_desc.cat_desc_product,
.product-id-13 .cat_desc.cat_desc_product,
.product-id-16 .cat_desc.cat_desc_product,
.product-id-17 .cat_desc.cat_desc_product,
.product-id-107 .cat_desc.cat_desc_product,
.product-id-155 .cat_desc.cat_desc_product,
.product-id-72 .cat_desc.cat_desc_product,
.product-id-71 .cat_desc.cat_desc_product,
.product-id-53 .cat_desc.cat_desc_product,
.product-id-129 .cat_desc.cat_desc_product,
.product-id-70 .cat_desc.cat_desc_product,
.product-id-54 .cat_desc.cat_desc_product,
.product-id-51 .cat_desc.cat_desc_product {
  display: none !important;
}

.condition_sell a {
  color: #000 !important;
  font-size: 14.5px;
  font-weight: 300;
}

.product-id-1 #tab_MATERIALI,
.product-id-1 #tab_DETTAGLI_TECNICI,
.product-id-1 #tab_MONTAGGIO,
.product-id-1 #tab_VANTAGGI,
.product-id-1 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-107 #tab_MATERIALI,
.product-id-107 #tab_DETTAGLI_TECNICI,
.product-id-107 #tab_MONTAGGIO,
.product-id-107 #tab_VANTAGGI,
.product-id-107 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-72 #tab_MATERIALI,
.product-id-72 #tab_DETTAGLI_TECNICI,
.product-id-72 #tab_MONTAGGIO,
.product-id-72 #tab_VANTAGGI,
.product-id-72 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-71 #tab_MATERIALI,
.product-id-71 #tab_DETTAGLI_TECNICI,
.product-id-71 #tab_MONTAGGIO,
.product-id-71 #tab_VANTAGGI,
.product-id-71 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-4 #tab_MATERIALI,
.product-id-4 #tab_DETTAGLI_TECNICI,
.product-id-4 #tab_MONTAGGIO,
.product-id-4 #tab_VANTAGGI,
.product-id-4 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-17 #tab_MATERIALI,
.product-id-17 #tab_DETTAGLI_TECNICI,
.product-id-17 #tab_MONTAGGIO,
.product-id-17 #tab_VANTAGGI,
.product-id-17 #tab_DESCRIZIONE .cold-md-4.col-sm-4.col-xs-12,
.product-id-129 #tab_MATERIALI,
.product-id-129 #tab_DETTAGLI_TECNICI,
.product-id-129 #tab_MONTAGGIO,
.product-id-129 #tab_VANTAGGI,
.product-id-129 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-53 #tab_MATERIALI,
.product-id-53 #tab_DETTAGLI_TECNICI,
.product-id-53 #tab_MONTAGGIO,
.product-id-53 #tab_VANTAGGI,
.product-id-53 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-54 #tab_MATERIALI,
.product-id-54 #tab_DETTAGLI_TECNICI,
.product-id-54 #tab_MONTAGGIO,
.product-id-54 #tab_VANTAGGI,
.product-id-54 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-70 #tab_MATERIALI,
.product-id-70 #tab_DETTAGLI_TECNICI,
.product-id-70 #tab_MONTAGGIO,
.product-id-70 #tab_VANTAGGI,
.product-id-70 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-82 #tab_VANTAGGI,
.product-id-9 #tab_MATERIALI,
.product-id-9 #tab_DETTAGLI_TECNICI,
.product-id-9 #tab_MONTAGGIO,
.product-id-9 #tab_VANTAGGI,
.product-id-9 #tab_DESCRIZIONE .cold-md-4.col-sm-4.col-xs-12,
.product-id-7 #tab_MATERIALI,
.product-id-7 #tab_DETTAGLI_TECNICI,
.product-id-7 #tab_MONTAGGIO,
.product-id-7 #tab_VANTAGGI,
.product-id-7 #tab_DESCRIZIONE .cold-md-4.col-sm-4.col-xs-12,
.product-id-13 #tab_MATERIALI,
.product-id-13 #tab_DETTAGLI_TECNICI,
.product-id-13 #tab_MONTAGGIO,
.product-id-13 #tab_VANTAGGI,
.product-id-13 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-16 #tab_MATERIALI,
.product-id-16 #tab_DETTAGLI_TECNICI,
.product-id-16 #tab_MONTAGGIO,
.product-id-16 #tab_VANTAGGI,
.product-id-16 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-11 #tab_MATERIALI,
.product-id-11 #tab_DETTAGLI_TECNICI,
.product-id-11 #tab_MONTAGGIO,
.product-id-11 #tab_VANTAGGI,
.product-id-11 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-12 #tab_MATERIALI,
.product-id-12 #tab_DETTAGLI_TECNICI,
.product-id-12 #tab_MONTAGGIO,
.product-id-12 #tab_VANTAGGI,
.product-id-12 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-133 #tab_VANTAGGI,
.product-id-131 #tab_VANTAGGI,
.product-id-5 #tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12,
.product-id-5 #tab_DETTAGLI_TECNICI,
.product-id-5 #tab_MATERIALI,
.product-id-5 #tab_MONTAGGIO,
.product-id-5 #tab_VANTAGGI {
  display: none !important;
}

#tab_DESCRIZIONE span {
  font-weight: 300;
}

#tab_DESCRIZIONE p span {
  font-weight: 400;
}

.authorityImg {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
}

.product-id-117 #tab_CARATTERISTICHE h2 {
  display: none;
}

/* @media (min-width: 992px) and (max-width: 1245px) {
  #iqitmegamenu-horizontal,
  .content_right {
    display: none !important;
  }
} */

.cbp-hrmenu .cbp-legend.cbp-legend-inner {
  font-weight: 300;
}

#wpcf7-f1-o1 label,
#wpcf7-f2-o1 label,
#wpcf7-f3-o1 label {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

#wpcf7-f2-o1 label,
#wpcf7-f3-o1 label {
  margin-bottom: 7px;
}

.wpcf7 input.form-control {
  margin-top: 0px;
}

#wpcf7-f2-o1 .form-control,
#wpcf7-f3-o1 .form-control {
  height: 35px;
  min-height: unset;
  font-size: 1em;
  color: #9c9b9b;
  font-weight: 400;
}

.campi {
  font-style: italic;
  font-size: 15px;
}

#wpcf7-f1-o1 label p,
#wpcf7-f2-o1 label p,
#wpcf7-f3-o1 label p,
#wpcf7-f2-o1 label p span {
  width: 33.3%;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

#wpcf7-f1-o1 br,
#wpcf7-f2-o1 br,
#wpcf7-f3-o1 br {
  display: none !important;
}

.wpcf7-form-control-wrap {
  margin-top: 0px;
}

.product-flags.js-product-flags,
.product-miniature .product-availability.d-block {
  display: none !important;
}

.button_more_web a {
  color: #000 !important;
}

.color.texture {
  border: none !important;
  padding: 0px !important;
  margin: 0px;
  background-size: contain;
  margin: 1px !important;
  background-position: center;
}

.input-color {
  width: 100% !important;
  height: 100%;
}

.product-variants-item-2 .input-container,
.product-variants-item-1 .input-container {
  border: 1px solid #d6d4d4 !important;
  padding: 1px solid !important;
  width: 60px;
  height: 30px;
}

.images-container .swiper-button-arrow:hover,
#product .product-cover .expander > span:hover,
#product-modal .modal-body .swiper-button-arrow:hover {
  opacity: 1 !important;
}

#product-images-thumbs .swiper-button-next:hover:after,
#product-images-thumbs .swiper-button-prev:hover:after {
  color: #000 !important;
}

#tab_ISTRUZIONI_DUSO hr,
#tab_CARATTERISTICHE hr,
#tab_DESCRIZIONE hr {
  display: none;
}

.parereRow {
  border: none;
}

.product-id-28 .parereRow,
.product-id-29 .parereRow,
.product-id-30 .parereRow,
.product-id-31 .parereRow,
.product-id-45 .parereRow,
.product-id-8 .parereRow,
.product-id-35 .parereRow,
.product-id-36 .parereRow,
.product-id-37 .parereRow,
.product-id-141 .parereRow,
.product-id-22 .parereRow,
.product-id-23 .parereRow,
.product-id-24 .parereRow,
.product-id-25 .parereRow,
.product-id-132 .parereRow,
.product-id-137 .parereRow {
  padding-bottom: 30px;
}

#tab_ISTRUZIONI_DUSO .col-md-12.col-sm-6.col-xs-12 {
  padding: 0px;
}

#blockcart-modal .modal-body {
  padding: 0px !important;
}

#blockcart-modal .row.align-items-center .col-6.text-center {
  flex: 0 0 30%;
  max-width: 30%;
}

#tab_CARATTERISTICHE li {
  display: flex;
}

.product-id-84 .js-qv-mask.mask,
.product-id-85 .js-qv-mask.mask,
.product-id-144 .js-qv-mask.mask,
.product-id-142 .js-qv-mask.mask,
.product-id-143 .js-qv-mask.mask {
  display: none;
}

.navigation-pipe {
  color: #8c8c8c !important;
  opacity: 0.4;
  margin: 0.3em;
}

.authorityImg {
  display: none;
}

.authorityImg.active {
  display: block;
}

.fecondini img.active.fercodini {
  display: block;
}

.maschietto img.maschietto {
  display: block;
}

.woick img.woick {
  display: block;
}

.marin img.marin {
  display: block;
}

.sollberger img.sollberger {
  display: block;
}

.temperidis img.temperidis {
  display: block;
}

.netou img.netou {
  display: block;
}

.martignani img.martignani {
  display: block;
}

.manocchi img.manocchi {
  display: block;
}

.schmid img.schmid {
  display: block;
}

.chiodi img.chiodi {
  display: block;
}

.fecondini img.active,
.maschietto img.active,
.woick img.active,
.marin img.active,
.sollberger img.active,
.temperidis img.active,
.netou img.active,
.martignani img.active,
.manocchi img.active,
.schmid img.active,
.chiodi img.active {
  display: none;
}

.elementor-tabs.tabs .nav.nav-tabs {
  border-bottom: 1px solid #dddddd !important;
}

.cms-id-28 .icon-shopping-cart:before {
  content: "\f07a";
  font: normal normal normal 14px / 1 FontAwesome;
}

body#cms .full-background {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #ddd;
}

body#cms .full-background .absolute-background {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.row-futer h3 {
  color: #000;
}

body#cms .row-futer {
  padding-top: 60px;
}

.scrollCont img {
  display: inline !important;
}

.select_arrow::before {
  content: none !important;
}

.wpcf7-form-control-wrap .select_arrow {
  height: 35px;
  margin-top: 5px;
}

#wrapper {
  color: #000;
}

#tab_CARATTERISTICHE,
#tab_ISTRUZIONI_DUSO {
  border-top: 1px solid #eee;
}

#tab_ISTRUZIONI_DUSO,
.button_more_web {
  border-bottom: 1px solid #eee;
}

.button_more_web {
  padding-bottom: 35px;
}

#tab_CARATTERISTICHE {
  margin-top: 30px;
  padding-top: 30px;
}

.product-id-75 .tab_content table tr td {
  padding: 0px;
}

.product-id-category-26 #size_guide {
  display: none;
}

.product-id-86 .scrollCont .axis p,
.dataTables .fixedCont .axis p {
  font-size: 9px;
  padding: 0px;
  font-weight: 700;
}

.col-add-qty .form-control-label {
  text-transform: none;
}

.product-variants-item-2 .input-container.selecteded,
.product-variants-item-1 .input-container.selecteded {
  border: 1px solid #4d4d4d !important;
}

.color.texture {
  background-repeat: round;
  background-size: cover;
  background-position: initial;
}

.images-container .swiper-button-next,
.images-container .swiper-button-prev {
  padding: 0px;
}

#guscioFiberGlass .cnt_pop {
  display: block;
}

#guscioFiberGlass .hidden-lg.hidden-md {
  display: none;
}

.fa_check_mark.respiro:before {
  content: "\f00c";
  font-family: "Fontawesome";
  display: inline-block;
  color: black;
  padding-right: 20px;
}

.fa_check_mark.respiro {
  display: inline-flex;
  margin-bottom: 15px;
}

#guscioFiberGlass .cnt_pop .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding: 0px 0 0 15px !important;
}

.product-id-50 .cat_desc.cat_desc_product,
.product-id-101 .cat_desc.cat_desc_product {
  display: none;
}

.product-id-50 .product-variants-item-1 .color {
  width: 100%;
  height: 100%;
}

#tab_VIDEO #istru {
  display: none;
}

#tab_VIDEO hr {
  display: none;
}

#tab_DESCRIZIONE .col-md-4.col-sm-4.col-xs-12 {
  font-weight: 400;
}

.product-id-12 .button_more_web {
  padding-bottom: 0px;
  border-bottom: none;
}

@media (max-width: 992px) {
  #tab_DESCRIZIONE .col-md-6,
  .tableTitle,
  .tableDesc,
  #tab_DESCRIZIONE table tr td {
    padding-left: 0px;
    padding-right: 0px;
  }

  #tab_DESCRIZIONE .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-info-row {
    margin-bottom: 0px;
  }

  .product-id-1 .cat_desc.cat_desc_product,
  .product-id-4 .cat_desc.cat_desc_product,
  .product-id-5 .cat_desc.cat_desc_product,
  .product-id-7 .cat_desc.cat_desc_product,
  .product-id-9 .cat_desc.cat_desc_product,
  .product-id-11 .cat_desc.cat_desc_product,
  .product-id-12 .cat_desc.cat_desc_product,
  .product-id-13 .cat_desc.cat_desc_product,
  .product-id-16 .cat_desc.cat_desc_product,
  .product-id-17 .cat_desc.cat_desc_product,
  .product-id-107 .cat_desc.cat_desc_product,
  .product-id-72 .cat_desc.cat_desc_product,
  .product-id-71 .cat_desc.cat_desc_product,
  .product-id-53 .cat_desc.cat_desc_product,
  .product-id-129 .cat_desc.cat_desc_product,
  .product-id-70 .cat_desc.cat_desc_product,
  .product-id-54 .cat_desc.cat_desc_product {
    display: none !important;
  }

  #my-account #wrapper {
    padding-left: 1%;
    padding-right: 1%;
  }

  #my-account .h1.page-title span {
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #555454;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  #my-account .my-account-side-links .col-lg-4 {
    display: block;
    overflow: hidden;
    font: 600 16px / 20px "Open Sans", sans-serif;
    color: #555454;
    text-shadow: 0 1px white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background-image: -webkit-gradient(
      linear,
      50% 0,
      50% 100%,
      color-stop(0%, #f7f7f7),
      color-stop(100%, #ededed)
    );
    background-image: -webkit-linear-gradient(#f7f7f7, #ededed);
    background-image: linear-gradient(#f7f7f7, #ededed);
    border-radius: 4px;
  }

  .my-account-page-content-wrapper .my-account-side-links {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .my-account-page-content.col-sm-9 {
    display: none;
  }

  .footer_links.clearfix {
    margin-bottom: 1.5625rem;
  }

  .cms-id-21 .form-group.checkbox_box label {
    display: flex;
    flex-direction: row !important;
  }

  .cms-id-21 .form-group.checkbox_box label:after {
    padding-left: 5px;
  }

  .wpcf7-form-control-wrap.acceptance-845 label:after {
    content: unset;
  }
}

.product-customization,
.product-pack {
  border: none;
  padding: 0px;
}

.product-customization-item {
  display: flex;
}
.product-customization-item.textField1,
.product-customization-item.textField2,
.product-customization-item.textField3,
.product-customization-item.textField4,
.product-customization-item.textField5 {
  align-items: center;
}
.product-customization-item.textField1 input,
.product-customization-item.textField2 input,
.product-customization-item.textField3 input,
.product-customization-item.textField4 input,
.product-customization-item.textField5 input {
  padding: 0;
}

.product-customization-item label {
  flex: 0 0 25%;
  max-width: 25%;
}

.ar1 .elementor-widget-spacer {
  aspect-ratio: 1;
}

.elementor-widget-video .elementor-custom-embed-play i {
  opacity: 1;
}

.product-id-97 .cat_desc.cat_desc_product,
.product-id-120 .cat_desc.cat_desc_product,
.product-id-120 #size_guide,
.product-id-97 #size_guide,
.product-id-138 #size_guide,
.product-id-139 #size_guide,
.product-id-132 #size_guide,
.product-id-21 #size_guide,
.product-id-20 #size_guide,
.product-id-100 #size_guide,
.product-id-26 #size_guide,
.product-id-99 #size_guide,
.product-id-115 #size_guide,
.product-id-96 #size_guide,
.product-id-76 #size_guide,
.product-id-40 #size_guide {
  display: none !important;
}

.subTableParag img {
  margin: 4px 0 17px;
}

.cms-id-28 .dataTables {
  padding-top: 50px;
}

#tab_MATERIALI .tab_combination .tab_content ul li:before,
.product-id-50 #tab_DESCRIZIONE ul li:before,
.product-id-101 #tab_DESCRIZIONE ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

#tab_MATERIALI .tab_content ul,
.product-id-50 #tab_DESCRIZIONE ul,
.product-id-101 #tab_DESCRIZIONE ul {
  padding-left: 2em;
}

.nm_product {
  margin: 0 auto;
  padding-top: 10px;
}

.nm_product p {
  background: #000;
  color: #fff;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 25px;
  width: fit-content;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.onlytablet {
  display: none;
}

#payment-option-1-container .payment_image,
#payment-option-2-container .payment_image,
#payment-option-3-container .payment_image,
#ps_checkout-payment-method-logo-block-container {
  display: none;
}

#payment-option-4-container .payment_image,
#payment-option-5-container .payment_image {
  margin-right: 30px !important;
}

#checkout .payment_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0px !important;
}

.carousel_modal .carousel-control-next-icon {
  background-image: url("/img/tri_d.png");
}

.carousel_modal .carousel-control-prev-icon {
  background-image: url("/img/tri_s.png");
}

.carousel_modal .carousel-control-prev {
  position: absolute;
  top: unset;
  bottom: -55px;
  opacity: 1;
}

.carousel_modal .carousel-control-next {
  position: absolute;
  top: unset;
  bottom: -55px;
  right: unset;
  left: 60px;
  opacity: 1;
}

.fade.in,
.fade.in .modal-content {
  opacity: 1;
}

.modal-content {
  transform: unset;
}

.modal-content,
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

#ConsegnaIT .modal-header,
#SpedizioneIT .modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.acc_nomad::after {
  border-left: 2px solid red;
  content: "New!";
  margin-left: 6px;
  padding-left: 6px;
}

.aprt_chius {
  margin-top: 30px;
}

div.carousel_modal {
  min-height: max-content;
}

#header #iqitwishlist .link-item span {
  display: none;
}

@media (min-width: 992px) {
  .fortablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .fortablet {
    display: none;
  }

  #language_selector ul .dropdown-item {
    border: none !important;
    color: #686868 !important;
    font-weight: initial;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
  }
  #iqitmegamenu-mobile.mobile-menu--active{
    height:93vh
  }
  a.all_products::after {
    content: "";
    display: inline-block;
    background-image: url(/img/logo_it.png);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 50px;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
  }
  a.all_products{
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    color: #333333 !important;
    text-decoration: underline;
    font-weight: 600;
  }
  .mobile-menu__column-title{
    font-size:18px;
    text-decoration: underline;
  }
  .mobile-menu__column.mobile-menu__column--id-3{
    padding-top:70px!important;
  }
  .mobile-menu__column.mobile-menu__column--id-18,
  .mobile-menu__column.mobile-menu__column--id-19,
  .mobile-menu__column.mobile-menu__column--id-20{
    display:none
  }
  .mobile-menu__column--id-17{
    padding-top:30px
  }
  .mobile-menu__column--id-17 a{
    color: #ac000b !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .mobile-menu__column--id-17 a::before{
    content: "*";
    color: #ac000b !important;
    font-size: 1.5em;
    line-height: 12px;
    vertical-align: text-bottom;
    font-weight: 600 !important;
    margin-right: 8px;
  }
  .mobile-menu__column--id-17 a::after {
    color: #000 !important;
    font-weight: 600 !important;
    padding-left: 8px;
    text-transform: uppercase;
  }
  .lang-it .mobile-menu__column--id-17 a::after{
    content: "Colore Guscio: Hard face";
}

.lang-fr .mobile-menu__column--id-17 a::after {
    content: "Couleur coque: Hard Face";
}

.lang-en .mobile-menu__column--id-17 a::after {
    content: "Shell colour: Hard Face";
}

.lang-de .mobile-menu__column--id-17 a::after{
    content: "Schalenfarbe: Hard Face";
}
.nobordermobile{
  border-bottom:unset!important
}
.mobile-menu__tab--id-4 .mobile-menu__column{
  padding-top:30px!important
}
}
@media (min-width: 480px) and (max-width: 768px) {
  /* Contenitore generale */
  .row-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* LOGO */
  .col-mobile-logo {
    flex: 0 0 58%;
    max-width: 58%;
  }

  .col-mobile-logo a {
    display: block;
    width: 100%;
  }

  .col-mobile-logo img {
    width: 100%;
    height: auto;
    max-height: 80px; /* puoi regolarlo */
    object-fit: contain;
  }

  /* ELEMENTI DI DESTRA */
  .official,
  .shop_current,
  .col-mobile-btn-menu {
    flex: 0 0 14%!important;
    max-width: 14%!important;
    aspect-ratio: 1 / 1; /* mantiene forma quadrata */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* Per farli stare in linea */
  .official,
  .shop_current,
  .col-mobile-btn-menu {
    margin-left: 0;
    margin-right: 0;
  }

  /* Ordina i blocchi: logo a sinistra, tutto il resto a destra */
  .row-mobile-header {
    flex-wrap: nowrap;
  }

  /* Opzionale: stile coerente */
  .official a, .shop_current, .col-mobile-btn-menu a.js-m-nav-btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0.9rem;
  }

  /* Per evitare sovrapposizioni su schermi piccoli */
  .col-mobile-btn-menu {
    position: relative;
    z-index: 10;
  }
  .fullfill, .shop_current, .shop_current::before{
    font-size: 2.5vw!important;
  }
  .js-m-nav-btn-menu {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 100%!important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  #iqitmegamenu-mobile {
    height: auto;
    width: 66.6%;
    margin: 0 0 0 auto;
    margin-top: 0px;
  }

  .mobile-menu--active .mobile-menu__content {
    height: 100vh;
  }

  .col-mobile-menu-dropdown.show .js-m-nav-btn-menu {
    background: transparent !important;
  }
  .official, .shop_current {
    background: #fff;
    padding: 26.5px 0px;
  }

  .header-top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .links_top ul {
    display: flex;
    justify-content: center;
  }

  .col-official,
  .link_shop {
    background-color: #fff;
    padding: 1px 28px 0px;
    margin-right: 1px;
  }

  /* 
  .link_shop i:before {
    content: "\f07a";
    font-family: "FontAwesome";
    text-rendering: auto;
    color: #000;
    font: normal normal normal 1.33333em/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
  } */
  .link_shop span {
    border-bottom: 6px solid #ac000b;
    padding-bottom: 5px;
    font-weight: 600;
    color: #000 !important;
  }

  .col-official span {
    font-weight: 300;
    color: #000 !important;
  }

  #language_selector ul a {
    text-transform: uppercase;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 12px;
  }

  #language_selector ul .current a {
    color: #ac000b;
  }

  #language_selector ul li:last-child a {
    border-right: unset;
  }

  .content_right,
  #language_selector ul {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .language_container {
    text-align: right;
  }

  .content_right {
    justify-content: space-between;
    padding-left: 42px;
  }

 

  .content_right #user_info img {
    width: 32px;
    padding-left: 10px;
  }

  #iqitmegamenu-horizontal a {
    line-height: unset;
  }

  .col-6.col-mobile-logo,
  .fortablet,
  .col-mobile-btn.col-mobile-btn-menu {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .col-mobile-btn.col-mobile-btn-menu .fortablet {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-nav-btn.js-m-nav-btn-menu {
    text-align: right !important;
  }



  .language_container.fortablet {
    position: absolute;
    top: 10px;
    right: 10%;
  }

 

  #language_selector ul a {
    text-transform: uppercase;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 12px;
  }

  #language_selector ul li {
    max-width: 40px;
  }

  .w100 img {
    width: 100%;
  }

  #footer .block-iqitlinksmanager {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #footer .block-iqitlinksmanager.block-iqitlinksmanager-4 {
    padding-top: 0px !important;
    padding-bottom: 12% !important;
  }

  .row.bottom_footer .news_con,
  .row.bottom_footer .call_center {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #footer .block-newsletter .block-content {
    padding: 0px;
  }

  .block-newsletter p {
    font-weight: 300 !important;
    color: #bcbcbc !important;
    line-height: 30px;
  }

  #footer .block-newsletter p {
    margin-bottom: 0px;
  }

  .nomobile {
    display: block !important;
  }

  .yesmobile {
    display: none !important;
  }

  #cart-toogle img {
    display: none;
  }

  #cart-toogle:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
  }

  #blockcart {
    padding-top: 13px;
  }

  .cart-products-count-btn {
    background-color: #777;
  }

  .aspect_ratio {
    padding-top: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .openM .mobile-menu--active .mobile-menu__content {
    height: 85vh;
  }

  .mobile-menu__column.mobile-menu__column--id-8,
  .mobile-menu__column.mobile-menu__column--id-9,
  .mobile-menu__column.mobile-menu__column--id-10,
  .mobile-menu__column.mobile-menu__column--id-11,
  .mobile-menu__column.mobile-menu__column--id-14,
  .mobile-menu__column.mobile-menu__column--id-15,
  .mobile-menu__column.mobile-menu__column--id-16,
  .mobile-menu__products-row .product-miniature-container .col-3,
  .mobile-menu__products-row
    .product-miniature-container
    .product-price-and-shipping {
    display: none;
  }

  .mobile-menu__column.flex_custom {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }

  .mobile-menu__column {
    margin-bottom: 10px;
  }

  .mobile-menu__column-title {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #333333;
    margin-bottom: 0px;
  }

  .product-miniature-container .text-reset {
    font-size: 12px;
  }

  .product-miniature-container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .mobile-menu__column {
    margin-top: 60px;
  }

  .mobile-menu__column.mobile-menu__column--id-2,
  .mobile-menu__column.mobile-menu__column--id-13 {
    margin-top: 0px;
  }

  .mobile-menu__column--id-2 .mobile-menu__column.flex_custom {
    margin-top: 20px;
  }

  .mobile-menu__submenu {
    background: #f2f2f2;
  }

  .onlytablet {
    padding-right: 60px;
  }

  .container.iqit-megamenu-container {
    right: -10px;
  }

  .mm-panel__header {
    display: block !important;
    padding: 0px !important;
  }

  .mobile-menu--active .mm-panel__header {
    background: #333333;
    margin-bottom: 10px;
  }

  .mm-panel__header .mobile-menu__close {
    display: none !important;
  }

  .mobile-menu__above-content {
    padding-bottom: 15px;
  }

  .mobile-menu__header .mobile-menu__title,
  .mobile-menu__header .fa.fa-angle-left.align-middle {
    color: #fff;
    font-weight: 600;
  }

  .mobile-menu__header .mobile-menu__title {
    text-transform: uppercase;
    font-size: 16px;
  }

  #iqitmegamenu-mobile .cart-products-count-btn {
    display: block !important;
    font-size: 0.7em;
    top: 11px;
    right: 1px;
    background-color: #777;
    color: #fff;
    padding: 3px 6px;
    border-radius: 8px;
    line-height: 1em;
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: -11px;
    position: absolute;
  }

  #iqitmegamenu-mobile #cart-toogle {
    position: relative;
  }

  .nomobile {
    display: block !important;
  }

  .yesmobile {
    display: none !important;
  }

  #cart-toogle img {
    display: none;
  }

  #cart-toogle:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
  }

  #blockcart {
    padding-top: 0px;
  }

  .aspect_ratio {
    padding-top: 0px !important;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  #footer,
  #checkout-footer {
    background-size: 25%;
    background-position: right top;
    background-position-y: 40px;
    background-position-x: 103%;
  }

  #footer .block-newsletter {
    padding-bottom: 0px;
  }

  #footer .block-newsletter p {
    line-height: 27px;
  }

  .mob_user_menu {
    display: none !important;
  }
  .m-nav-btn.js-m-nav-btn-menu.show{
    background: transparent!important;
  }
  .col-mobile-btn-menu{
    border-left:unset
  }
}

#wpcf7-f2-o1 label p span:after {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

@media (max-width: 767px) {
  #footer,
  #checkout-footer {
    background: #000;
  }

  .account img {
    display: none;
  }

  .account .mob_user_menu {
    display: block;
  }

  /* .fullfill,
  .shop_current span,
  .shop_current::before {
    font-size: 15px !important;
  } */
}

/* MODIFICHE UMBE 8/07/2024  */

@media (max-width: 424px) {
  #checkout #payment-option-4-container .payment_content,
  #checkout #payment-option-5-container .payment_content {
    width: 50%;
  }

  .fullfill,
  .shop_current {
    font-size: 13px !important;
  }
}

@media (min-width: 796px) {
  #opc_ps_checkout .modal-content {
    max-width: 400px;
  }

  #opc_ps_checkout .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#order-slip #content .my-account-page-content .alert-info,
#discount #content .my-account-page-content .alert-info {
  background-color: #fe9127;
  color: #ffffff;
  font-weight: 700;
}

.my-account-page-content h2 {
  text-transform: uppercase;
  color: #595858;
  padding-bottom: 3rem;
  border-bottom: 2px solid #f7f6f6;
}

#addresses .my-account-page-content .custom-col .address {
  background-color: #fbfbfb;
}

#addresses .my-account-page-content .custom-col .address-body h4 {
  text-transform: uppercase;
  color: #636262;
  font-size: 1.8rem;
}

#addresses .my-account-page-content .custom-col .address .fa-solid {
  font-family: "FontAwesome";
  font-style: normal;
  color: #000000;
  padding: 0 0.5rem;
}

.fa-xmark::before {
  content: "\f00d";
}

.address .address-footer a {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}

.address .address-footer {
  display: flex;
}

#addresses .address-footer {
  border-top: none;
  padding-bottom: 20px;
}

#addresses .address-footer a {
  color: #000 !important;
  padding: 3px 8px;
  font-size: 1.2em;
}

.footer_links {
  padding: 1rem 0;
}

#prodcut .nuovi_modali.consegna .modal-header {
  padding: 1rem;
}

#prodcut .nuovi_modali.show .modal-header button {
  padding-top: 0;
}

@media (min-width: 1440px) {
  #product .modal-dialog.modal-sm {
    max-width: 800px;
  }
}

@media (max-width: 998px) {
  #product .modal-dialog.modal-sm {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  #product .modal-dialog.modal-sm {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .nuovi_modali.show.spedizione .modal-header {
    padding: 1rem;
  }

  .nuovi_modali.show.spedizione .modal-header button {
    padding-top: 1rem;
  }

  .cbp-hrmenu #cbp-hrmenu-tab-4 .cbp-hrsub {
    left: unset;
  }
  .cbp-hrmenu .cbp-hrsub{
    padding-top:8px!important
  }

  .col-parere-5 {
    display: flex;
    flex-direction: column;
  }

  #product .col-parere-5 br {
    display: none;
  }

  #product.product-id-82 .cat_desc.cat_desc_product {
    display: none;
  }
  a.all_products::after {
    content: "";
    display: inline-block;
    background-image: url(/img/logo_it.png);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 50px;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
  #product .custom-select2 {
    width: 100%;
  }

  #product .custom-select2 select.form-control {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .modal-dialog {
    padding: 0;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .divisior_ {
    width: 50vw;
    position: relative;
    margin-left: -29px;
    left: unset;
    border-top: 2px solid #fff;
    z-index: 1;
  }

  .col-6.col-mobile-logo {
    z-index: 99;
  }

  #wrapper .breadcrumb {
    border-bottom: none !important;
  }

  #category .container_bread ol {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 15px;
  }

  .cms-id-21 .wpcf7-form-control-wrap {
    width: 100%;
  }

  .wpcf7 h3 {
    font-size: 64px;
  }

  #cms.cms-id-21 #content {
    padding-left: 30px;
    padding-right: 30px;
  }

  #cms.cms-id-21 label {
    padding-left: 60px;
  }

  #cms.cms-id-21 .checkbox_box label {
    padding-left: 0px;
  }

  #cms.cms-id-21 .btn_form {
    text-align: center;
  }

  #cms.cms-id-21 .btn_form .wpcf7-form-control.wpcf7-submit {
    max-width: 100px;
  }

  #checkout .right_content #onepagecheckoutps_step_two_container,
  #checkout .right_content #onepagecheckoutps_step_three_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #tab_DESCRIZIONE .specTable .col-md-6.col-sm-12.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cms-id-28 .container_bread ol {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #product .row.product-info-row {
    padding-right: 15px;
  }

  #mobile-header-title {
    display: none;
  }

  .mobile-menu__above-content .fa-shopping-bag:before {
    content: none !important;
  }

  #blockcart {
    padding-top: 15px;
  }

  .cart-products-count-btn {
    top: -22px;
    right: 13px;
  }

  #user_info #iqitwishlist,
  #user_info .logout {
    display: inline-block !important;
  }

  .mobile-menu__above-content .fa-heart-o:before {
    content: "\f005" !important;
  }

  .mobile-menu__above-content .fa-heart-o {
    color: #fff !important;
  }

  #user_info #iqitwishlist {
    width: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  #user_info {
    padding-right: 0px;
    min-width: 100px;
    padding-left: 15px;
  }

  .mobile-menu__link {
    padding-left: 15px;
  }

  .js-m-nav-btn-menu .fa-bars:before {
    font-size: 30px;
  }
  .m-nav-btn.js-m-nav-btn-menu{
    position: relative;
  }
  #mobile-header .m-nav-btn.js-m-nav-btn-menu span{
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 15px;
    display: block!important;
    color: #ffffff;
    font-size:14px;
    font-weight:600
  }

  #header .official, #header .shop_current{
    max-width: 80px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-mobile-btn-menu{
    flex: 1 !important;
    padding-right: 10px !important;
    max-width: unset !important;
  }
  .js-m-nav-btn-menu .fa-bars:before{
    line-height: 31px;
  }
  .col-mobile-btn-menu{
    height: 80px;
  }
  .m-nav-btn.js-m-nav-btn-menu{
    padding-top:18px!important
  }
  .col-mobile-btn-menu #language_selector{
    padding-left: 160px;
    padding-top: 10px;
  }
  .col-mobile-btn-menu #language_selector ul a{
    font-size: 14px!important;
  }
  .col-mobile-btn-menu #language_selector ul li:not(:last-child) a:after{
    content:none!important
  }
  .mobile-menu__above-content #language_selector{
    display:none!important
  }
  .originale_made{
    font-size:32px
  }
}

.product-customization-item textarea {
  max-height: 2rem;
}

@media (max-width: 938px) {
  #modal-product-thumbs .swiper-button-prev:after,
  #modal-product-thumbs .swiper-button-next:after {
    display: none;
  }

  .js-product-images-modal .modal-content #thumbnails {
    display: block;
  }

  #iqitmegamenu-mobile .mobile-menu__column--id-3 {
    padding-top: 0;
  }
}

@media (max-width: 625px) {
  .cms-id-77 .authorityImg {
    width: 100%;
  }
}

/* @media (max-width: 765px) {
  .mobile-main-bar .shop_current {
    padding: 5% 0%;
    border-left: 1px solid #ffffff61;
    border-right: 1px solid #ffffff61;
    border-bottom: 6px solid #ac010c;
  }
} */

#user_info .account .mob_user_menu {
  display: none;
}

.table thead th {
  width: 18%;
}

.ets_geo_popup_group_button a.yes_ok {
  background-color: #ac010a !important;
  color: #ffffff !important;
}

#history .page-header,
#order-slip .page-header,
#addresses .page-header,
#address .page-header,
#identity .page-header,
#discount .page-header,
#module-iqitwishlist-view .page-header,
#history .info-account,
#order-slip .info-account,
#addresses .info-account,
#address .info-account,
#identity .info-account,
#discount .info-account,
#module-iqitwishlist-view .info-account {
  display: none;
}

@media (min-width: 768px) {
  #history #inner-wrapper,
  #order-slip #inner-wrapper,
  #addresses #inner-wrapper,
  #address #inner-wrapper,
  #identity #inner-wrapper,
  #discount #inner-wrapper,
  #module-iqitwishlist-view #inner-wrapper,
  #identity .container.container_bread,
  #history .container.container_bread,
  #order-slip .container.container_bread,
  #addresses .container.container_bread,
  #address .container.container_bread,
  #discount .container.container_bread,
  #module-iqitwishlist-view .container.container_bread {
    margin-top: 3%;
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
  }

  #identity .container.container_bread .col,
  #order-slip .container.container_bread .col,
  #address .container.container_bread .col,
  #discount .container.container_bread .col,
  #module-iqitwishlist-view .container.container_bread .col {
    padding-left: 0px;
    padding-right: 0px;
  }

  #identity .my-account-page-content {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
  }

  #identity .form-group.row.align-items-center {
    flex-direction: column;
    display: flex;
    align-content: flex-start;
  }

  #identity .form-group.row .js-input-column,
  #identity .form-group.row label {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #identity .form-group.row label {
    font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
  }

  #identity .form-group {
    margin-bottom: 0px;
  }

  #identity .form-group input {
    max-width: 271px;
    max-height: 2em;
  }

  #identity .form-group .btn.btn-outline-secondary {
    display: none;
  }

  #identity .form-group .form-control-comment,
  #identity .form-group .form-control-comment {
    display: none;
  }

  .form-footer .btn-primary {
    background: #ac000b;
    color: #fff;
    font-size: 17.6px;
    font-weight: 600;
  }

  .addresses-footer {
    margin: 0px !important;
    margin-top: 30px !important;
  }

  .addresses-footer .fa.fa-plus {
    color: #fff;
  }

  .addresses-footer a {
    background: #ac000b;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .addresses-footer a span {
    color: #fff;
    font-size: 17.6px;
    font-weight: 600;
  }

  .my-account-page-content h2 {
    border-bottom: 1px solid #d6d4d4;
    font-size: 4em;
  }

  #addresses .address-body h4 {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d4d4;
    font-weight: 600;
  }

  #addresses .my-account-page-content h2 {
    margin-bottom: 20px;
  }

  #addresses .page-content.my-account-page-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  #addresses .address-body address {
    line-height: 26px;
  }

  .page-identity .footer_links {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  #module-iqitwishlist-view .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }

  #checkout #ps_checkout-card-fields-form {
    padding: 0px 24px;
  }
}

#iqitwishlist-user-products .product-price {
  font-weight: 600;
  font-size: 24.5px;
  line-height: 32px;
  color: #333333;
}

#iqitwishlist-user-products .col._name a {
  text-transform: uppercase;
  color: #000;
  font-size: 24.5px;
  font-weight: 600;
}

#iqitwishlist-user-products .btn.btn-product-list.add-to-cart {
  background: #ac000b;
  font-size: 23px;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 32px;
  font-weight: 300;
}

#iqitwishlist-user-products .form-control.input-qty {
  display: none;
}

#desktop-header nav#top-bar-menu ul.top-bar-menu {
  margin-bottom: 0;
}

#desktop-header nav#top-bar-menu ul.top-bar-menu li {
  background-color: #fff;
  padding: 10px 16px 8px;
}

#desktop-header nav#top-bar-menu ul.top-bar-menu li {
  padding: 0 10px;
  display: inline-block;
}

#desktop-header nav#top-bar-menu ul.top-bar-menu li a {
  padding: 0 10px;
  font-weight: 600;
}

.top_menu_icon img {
  height: 100%;
  padding: 3px 12px;
  border-bottom: 6px solid #ffffff;
}

.top_menu_icon.menu-item-active img {
  border-bottom: 6px solid #ac000b;
}

@media (max-width: 768px) {
  .cms-id-21 #wrapper {
    padding-top: 10px !important;
  }

  #cms.cms-id-21 #content {
    padding-left: 0px;
  }

  #cms.cms-id-21 #content label {
    padding-left: 40px;
  }

  #cms.cms-id-21 .html_box,
  #cms.cms-id-21 .btn_form {
    padding-left: 40px;
  }

  .wpcf7 h3 {
    font-size: 32px;
  }

  .row-mobile-header {
    justify-content: space-between;
  }

  #checkout #ps_checkout-card-fields-form {
    padding: 0px 18px;
  }
  .col-mobile-btn-menu #language_selector{
    display:none!important
  }
  .col-mobile-btn-menu #iqitmegamenu-mobile #language_selector{
    display: inline-block !important;
  }
  .img_airsky img{
    width:100%
  }
}

@media (min-width: 992px) and (max-width: 1285px) {
  #checkout .left_content,
  #checkout .right_content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #onepagecheckoutps_step_one_container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1305px) {
  .product-variants-item .btn {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .container.iqit-megamenu-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1285px) and (max-width: 1550px) {
  #checkout .payment_content span.paypal-button-text {
    font-size: 14px;
  }

  #checkout .payment_content span {
    max-width: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1725px) {
  .textField5 label {
    font-size: 12px;
  }

  .textField4 {
    margin-top: 42.35px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #cart-toogle:before {
    content: none !important;
  }

  .header-top a.header-cart-btn:hover,
  .mobile-menu__above-content #iqitwishlist .fa.fa-heart-o {
    color: #fff !important;
  }

  .mm-panel__scroller.mobile-menu__scroller {
    padding-left: 15px;
  }

  .mobile-menu__above-content #user_info {
    border-left: none;
  }

  .mobile-menu__above-content #iqitwishlist {
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 4px;
  }

  .mobile-menu__above-content .logout {
    padding-left: 10px;
  }

  .mobile-menu__above-content .fa-shopping-bag:before {
    font-size: 18px;
  }

  .ctm_text a {
    font-weight: 600 !important;
    font-size: 16px;
    color: #333333 !important;
  }

  .mobile-menu__column .cbp-legend.cbp-legend-inner {
    font-size: 12px !important;
    letter-spacing: 0.42px !important;
    color: #333333 !important;
    font-weight: 300;
  }

  .mobile-menu__submenu .cbp-valinks a,
  .mobile-menu__links-list .mobile-menu__links-list-li a,
  .adtm_elements.adtm_elements_41 a,
  .mobile-menu__column a {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 2em;
    font-weight: 600;
    color: #777777;
  }

  .mobile-menu__link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-menu__column {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile-menu__above-content .fa-heart-o:before {
    content: "\f005" !important;
  }
}

@media (max-width: 989px) {
  #wpcf7-f1-o1 label,
  #wpcf7-f2-o1 label,
  #wpcf7-f3-o1 label {
    align-items: flex-start;
  }
}

@media (min-width: 762px) and (max-width: 1200px) {
  .onlytablet {
    display: block;
  }



  .onlytablet .fa-bars:before {
    content: "\f0c9";
    color: #fff;
    font-size: 30px;
  }

  #iqitmegamenu-mobile.openM {
    display: block !important;
  }

  #iqitmegamenu-mobile {
    background: #000;
  }

  .col-header-center {
    position: unset;
  }

  .container.iqit-megamenu-container {
    position: absolute;
    right: 0px;
    left: 300px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #iqitmegamenu-mobile #language_selector {
    display: none !important;
  }

  .js-mobile-menu__tab-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  #iqitmegamenu-mobile #blockcart-content {
    display: none;
  }

  .mobile-menu__tab {
    border: none;
    height: 40px;
    min-height: unset;
  }

  #iqitmegamenu-mobile .fa-angle-right:before {
    color: #fff;
  }

  .mobile-menu__header-wrapper {
    background-color: #000;
  }

  #header .desktop-header-style-1 #user_info {
    margin-top: 0px !important;
  }

  .mobile-menu__above-content {
    display: flex;
  }

  #user_info {
    padding-right: 25px;
    padding-left: 20px;
  }

  .mm-panel__header {
    display: none;
  }

  .onlytablet {
    padding-top: 15px;
  }

  #iqitmegamenu-wrapper {
    padding-top: 40px;
  }

  .abs_object {
    bottom: 0;
  }

  .elementor-element-6x9sq98 {
    margin-left: -50vw !important;
  }

  #footer .block-toggle > .block-title span::after {
    content: none !important;
  }

  #footer .block-iqitlinksmanager {
    padding: 1% !important;
    padding-top: 12% !important;
  }

  .news_con,
  .col-4.call_center {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .col-4.call_center .block-title {
    display: block;
  }

  .col-4.call_center .block-title span,
  .news_con .block-title span {
    font-weight: 600;
    font-size: 18px;
  }

  #footer .block-iqitlinksmanager {
    border: none;
  }

  .call_center h5,
  .news_con h5 {
    margin-bottom: 30px !important;
  }

  #footer .block-newsletter p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .col-add-qty,
  .col-add-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.product-quantity .btn-lg.add-to-cart {
    font-size: 23px;
  }

  .col-parere-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-parere-5 img {
    padding: 0px !important;
  }

  .parereEsp,
  .parereEspGrey {
    font-size: 10.4px !important;
  }

  #product .images-container.js-images-container.images-container-bottom {
    max-height: unset;
  }

  .specTable {
    width: 100%;
  }

  .specTable .row {
    display: flex;
  }

  #tab_DESCRIZIONE table tr {
    display: flex !important;
  }

  .w100 img {
    width: 100%;
  }
}

.wpb_wrapper h3,
.wpb_wrapper p {
  color: #666 !important;
}

.wpb_wrapper h1 {
  color: #000000;
}

.wpb_wrapper h1 {
  font-size: 3rem !important;
}

.wpb_wrapper h3 {
  font-size: 1.5rem !important;
}

#ets_cft_page .container_bread h1.panel-title-heading {
  display: none;
}

#ets_cft_page #wpcf7-f3-o1 label p {
  width: 15%;
}

#ets_cft_page .wpcf7-form-control-wrap {
  width: 30%;
}

#ets_cft_page .checkbox_box .wpcf7-form-control-wrap {
  width: 100%;
}

#ets_cft_page form {
  margin: 0 5%;
}

@media (max-width: 1248px) {
  #ets_cft_page .wpcf7-form-control-wrap {
    width: 60%;
  }
}

@media (max-width: 425px) {
  #ets_cft_page .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* EFFETTO HOVER SU SINTESI -SOTTOMENU PRODOTTI  */

.menu-element-id-8 .cbp-menu-column-inner:hover a:nth-child(2):before {
  content: "";
  display: inline-block;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: center left;
  width: 100%;
  height: 60px;
  background-image: url("/img/maggiolina-icona-menu-web.jpg");
}
.menu-element-id-9 .cbp-menu-column-inner:hover a:nth-child(2):before {
  content: "";
  display: inline-block;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: center left;
  width: 100%;
  height: 60px;
  background-image: url("/img/airtop-icona-menu-web.jpg");
}
.menu-element-id-10 .cbp-menu-column-inner:hover a:nth-child(2):before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  background-size: auto 60px;
  background-position: center left;
  width: 100%;
  height: 60px;
  background-image: url("/img/columbus-icona-menu-webb.jpg");
}
.menu-element-id-11 .cbp-menu-column-inner:hover a:nth-child(2):before {
  content: "";
  display: inline-block;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: center left;
  width: 100%;
  height: 60px;
  background-image: url("/img/aircamping-overzone-overcamp-icona-menu-over.jpg");
}

.menu-element-id-8 .cbp-menu-column-inner:hover .cbp-banner-image,
.menu-element-id-9 .cbp-menu-column-inner:hover .cbp-banner-image,
.menu-element-id-10 .cbp-menu-column-inner:hover .cbp-banner-image,
.menu-element-id-11 .cbp-menu-column-inner:hover .cbp-banner-image {
  visibility: hidden;
  display: none;
}

.modal-body .divide-right .row {
  gap: 2%;
}

#address .address-form form {
  flex-direction: column;
  align-items: flex-start;
}

#address .footer_links {
  gap: 5%;
}

/* SEZIONE PAGINA REGISTRAZIONE  */

.icon-building:before {
  display: flex;
  content: "\f1ad";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 2rem;
  color: #ac000b;
  align-items: center;
  justify-content: center;
}

#address .icon-chevron-left:before {
  content: "\f053";
  font: normal normal normal 14px / 1 FontAwesome;
}

/* 
#address .my-account-page-content {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
}
#address .my-account-page-content h2 {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.875em;
  padding-bottom: 1rem;
}
#address .my-account-page-content .js-address-form form {
  padding-bottom: 1rem;
}
#address .form-group {
  margin-bottom: 0;
}
#address label.col-form-label  {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 600;
} */
#registration #main {
  padding-left: 9%;
  padding-right: 9%;
}

#registration .page-title {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  font-size: 4em;
}

#registration .subtitle {
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.875em;
  text-transform: uppercase;
  color: #555454;
}

#registration #content-wrapper .page-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

#registration #content .register-form {
  padding: 10px 0px;
}

#registration form .col-form-label {
  font-weight: 600;
  color: #333333;
}

#registration #customer-form .form-group .required::before {
  display: none;
}

#registration #customer-form .form-group .required::after {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

#registration #customer-form .form-group .required[for="field-psgdpr"]::after,
#registration
  #customer-form
  .form-group
  .required[for="field-customer_privacy"]::after {
  display: none;
}

#registration #customer-form .custom-checkbox label[for="ff_psgdpr"]::after,
#registration
  #customer-form
  .custom-checkbox
  label[for="ff_customer_privacy"]
  a::after {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

#registration #content form div .form-group:nth-child(5),
#registration #content form div .form-group:nth-child(6),
#registration #content form div .form-group:nth-child(8) {
  display: none;
}

.required-field-custom {
  color: #f13340;
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.2em;
}

#registration .icon-chevron-right:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-style: normal;
}

#registration .btn-primary:not(.btn-iconic) i,
#registration .btn-secondary:not(.btn-iconic) i {
  margin-right: 0;
  margin-left: 0.5em;
}

#addresses .account-link .material-icons {
  display: none;
}

#addresses .page-footer {
  margin-bottom: 1rem;
}

#addresses .account-link span:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-style: normal;
  margin-right: 0.5rem;
}

#authentication #submit-login {
  margin: unset;
}

#addresses #btn_update_address_delivery,
#addresses #btn_update_address_invoice {
  padding: 10px;
}

/* MODIFICHE NUOVO FILE DEBUG PRE-GOLIVE OTTOBRE 2024 */

#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-8 a .main_title_column,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-9 a .main_title_column,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-10 a .main_title_column,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-11 a .main_title_column {
  font-weight: 600 !important;
  text-decoration: underline;
}
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-8 a,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-9 a,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-10 a,
#cbp-hrmenu-tab-3 .menu-element-id-7 .menu-element-id-11 a{
  padding-top:5px;
}



@media (max-width: 450px) {
  #product.modal-open .modal-body .carousel-item {
    padding: 10px !important;
  }

  #product .modal-dialog.modal-sm {
    max-width: 100%;
  }
  #product.modal-open .nuovi_modali .modal-body {
    padding: 10px 0 !important;
  }
}
@media (max-width: 761px) {
  #user_info .logout img {
    filter: invert(1);
  }
  #user_info .account img.mob_user_menu {
    display: none !important;
  }
  #user_info .account img {
    display: flex !important;
    filter: invert(1);
  }
  .mobile-menu__above-content #user_info {
    gap: 2% !important;
  }
}
#tablet-content {
  display: none;
}
#tablet-content.show {
  display: flex !important;
}
#_desktop_iqitmegamenu-mobile.tablet.show {
  display: flex !important;
}
#user_info .logout,
#user_info .account {
  display: flex !important;
}
.mobile-menu__above-content #user_info {
  display: flex;
  gap: 5%;
}
#user_info .logout img {
  margin-left: 35%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cart-products-count-btn.d-none {
    top: 0 !important;
    right: 13px !important;
  }
  #cart-toogle:before {
    font-size: 23px !important;
  }
}
.product-id-51 .product-customization-item.textField1 textarea,
.product-id-51 .product-customization-item.textField2 textarea,
.product-id-51 .product-customization-item.textField3 textarea,
.product-id-51 .product-customization-item.textField4 textarea,
.product-id-51 .product-customization-item.textField5 textarea {
  max-height: min-content;
  height: 25px;
  resize: none;
  padding: 0;
}
.product-id-51 .btn-frm button {
  width: max-content;
}
#checkout .header-top .language_container {
  display: none;
}
@media (min-width: 992px) {
  #checkout .content_right {
    align-items: center;
  }
}
#checkout #header .desktop-header-style-1 #user_info {
  margin-top: 1rem;
}
@media (min-width: 762px) and (max-width: 1200px) {
  .onlytablet {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #cart-toogle:before {
    display: none;
  }
  .container.iqit-megamenu-container {
    position: unset;
    top: unset;
    left: unset;
  }
  #iqitmegamenu-wrapper {
    padding-top: 0;
  }
  #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu ul {
    display: flex;
    justify-content: center;
  }
}
#iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu ul {
  display: flex;
  justify-content: center;
}
.land_rover_title {
  text-transform: uppercase;
  font-size: 2.5em;
  color: #000000;
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}
#aus_button,
#usa_button,
#cina_button,
#india_button,
#africa_button {
  font-weight: 300;
  font-size: 1em;
  color: #000000 !important;
  text-decoration: underline;
}
.land_rover_modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 32px;
}
.callcenter-email {
  padding: 20px 20px 20px 0px;
}
.callcenter-email a {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1em;
  color: #000 !important;
  text-decoration: underline !important;
}

/* PAGINA HARD FACE  */
#cms.cms-id-78 #wrapper,
#cms.cms-id-78 #main .page-content {
  margin-bottom: unset;
}
.hero_hard_face img {
  width: 100%;
  margin-top: -15%;
}
#cms.cms-id-78 .box-list-item {
  height: 100%;
}
#cms.cms-id-78 h1.category-name {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 9px;
  margin-bottom: 9px;
}
#cms.cms-id-78 .first-list,
#cms.cms-id-78 .second-list,
#cms.cms-id-78 .box-list-item p {
  color: #ffffff;
  font-family: neue helvetica w01, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#cms.cms-id-78 .second-list {
  margin-top: 30px;
}
#cms.cms-id-78 .box-list-item li::before {
  content: "-";
  color: #ffffff;
  font-size: medium;
  margin-left: -4%;
  padding-right: 2%;
}
#cms.cms-id-78 .box-list-item li {
  padding-bottom: 9px;
}
/* MODIFICA PAGINA HOME NUOVO BANNER  */
.header-text {
  text-align: center;
  margin-bottom: 9px;
  margin-top: 18px;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  line-height: 1em;
}

.red-high {
  color: #ac000b;
  margin: 0 20px;
}
@media only screen and (max-width: 450px) {
  .header-text {
    margin-bottom: 9px;
    margin-top: 18px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
  }
  .red-high {
    margin: 0 10px;
  }

  a[data-target="#videoFiberGlass"] h2 {
    font-size: 17px;
  }
}
.img_hero img {
  width: 100vw;
}
#cms.cms-id-79 #wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#cms.cms-id-79 #inner-wrapper.container {
  padding-left: 0;
  padding-right: 0;
  margin-top: -5%;
}

/* MODIFICHE PAGINA GREEN ENERGY  */

.green_energy_img img {
  width: 100%;
}

/* MODIFICA PARTE AUTHORITY  */

.adtm_elements.adtm_elements_41 {
  flex-direction: column;
}

@media (min-width: 994px) {
  #iqitmegamenu-wrapper #iqitmegamenu-horizontal #cbp-hrmenu ul {
    justify-content: flex-start !important;
  }
  .col-2.col-header-left {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.img_plus img {
  width: 100%;
}
@media (min-width: 992px) {
  .col-header-right #ps-shoppingcart-wrapper {
    margin-left: 70%;
  }
}
@media (min-width: 1601px) {
  #desktop_logo .logo.img-fluid {
    max-width: 295px;
  }
}
@media (min-width: 994px) and (max-width: 1200px) {
  #header .desktop-header-style-1 #user_info {
    margin-top: 0.6rem !important;
  }
}


@media (min-width: 1601px) and (max-width:1900px) {

  .cbp-hrmenu #cbp-hrmenu-tab-4 .cbp-hrsub {
    max-width: 100%;
    width: 600px;
    right: 50%;
    transform: translate(50%, 0px) !important;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-5 .cbp-hrsub {
    max-width: 200px !important;
    transform: unset !important;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-6 .cbp-hrsub {
    width: 200px;
    right: unset;
    transform: unset !important;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-9 .cbp-hrsub{
    max-width: 1080px;
    width: unset;
    right: unset;
    transform: unset !important;
  }

  .col-header-left {
    flex: 0 0 18.5%;
    max-width: 25%;
  }
  .col-header-left img{
    padding-left:6px;
    padding-right:6px;
  }

  .menu-element-id-11 .cbp-banner-image {
    width: auto;
    height:60px;
  }
}
@media (min-width: 1901px) {

  .cbp-hrmenu #cbp-hrmenu-tab-4 .cbp-hrsub {
    max-width: 100%;
    width: 600px;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-5 .cbp-hrsub {
    max-width: 200px !important;
    transform: unset !important;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-6 .cbp-hrsub {
    width: 200px;
    right: unset;
    transform: unset !important;
  }
  .cbp-hrmenu #cbp-hrmenu-tab-9 .cbp-hrsub{
    max-width: 1080px;
    width: unset;
    right: unset;
    transform: unset !important;
  }



  .menu-element-id-11 .cbp-banner-image {
    width: auto;
    height:60px;
  }
}


@media (min-width: 993px) and (max-width: 1020px) {
  .col-lg-3.col-header-left {
    max-width: 23% !important;
  }
}

/* SEZIONE NUOVA CATEGORIA EDITION 2023  */

.cbp-menu-element.menu-element-id-18 {
  position: absolute;
  bottom: 15%;
  right: 50%;
  padding: 0 2%;
}
@media (max-width: 1248px) {
  .cbp-menu-element.menu-element-id-20 {
    position: absolute;
    bottom: 23%;
    right: 0%;
    padding: 0.5rem 0.5rem 0;
  }
}
@media (min-width: 1249px) {
  .cbp-menu-element.menu-element-id-20 {
    position: absolute;
    bottom: 25%;
    right: 0%;
    padding: 0.5rem 0.5rem 0;
  }
}
.cbp-menu-element.menu-element-id-18 .cbp-category-link-w {
  letter-spacing: 0.03em;
  line-height: 2em;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #777777;
}
.category-id-37 .product-miniature[data-id-product="154"] .product-title,
.category-id-37 .product-miniature[data-id-product="153"] .product-title,
.category-id-37 .product-miniature[data-id-product="152"] .product-title,
.category-id-37 .product-miniature[data-id-product="151"] .product-title,
.category-id-37 .product-miniature[data-id-product="150"] .product-title,
.category-id-37 .product-miniature[data-id-product="149"] .product-title,
.category-id-37 .product-miniature[data-id-product="148"] .product-title {
  background-color: #000000 !important;
}
.category-id-37 #js-product-list-header,
.category-id-37 .container_bread {
  display: none;
}
.category-id-37 #products {
  padding: 60px 40px 100px;
}

/* Sezione edition 2023  */

.product-id-148 .cat_desc.cat_desc_product,
.product-id-149 .cat_desc.cat_desc_product,
.product-id-150 .cat_desc.cat_desc_product,
.product-id-151 .cat_desc.cat_desc_product,
.product-id-152 .cat_desc.cat_desc_product,
.product-id-153 .cat_desc.cat_desc_product,
.product-id-154 .cat_desc.cat_desc_product {
  display: none;
}

.menu-element-id-18 a.cbp-column-title.nav-link.cbp-category-title::after {
  color: red;
  border-left: 2px solid red;
  content: "Last Minute Offer";
  margin-left: 6px;
  padding-left: 6px;
}
.menu-element-id-20 a.cbp-column-title.nav-link.cbp-category-title::after {
  border-left: 2px solid red;
  content: "New!";
  margin-left: 6px;
  padding-left: 6px;
}
.menu-element-id-18 a.cbp-column-title.nav-link.cbp-category-title,
.menu-element-id-20 a.cbp-column-title.nav-link.cbp-category-title {
  color: #777777 !important;
}

/* Modifiche resize megamenu  */



/* Desktop: nav a sinistra, megamenu a destra */
@media (min-width: 992px){
  .col-header-center{
    display: flex;
    align-items: center;
    gap: 12px;
    display: flex;
    align-items: flex-end;
  }

  /* Nav a sinistra */
  #top-bar-menu{
    order: 1;
    flex: 0 0 auto;         /* non allargarsi */
    text-align: left;
  }

  /* Megamenu a destra */
  .iqit-megamenu-container{
    order: 2;
    flex: 1 1 auto;         /* occupa lo spazio rimanente */
    margin-left: auto;      /* spingilo a destra */
  }

  /* Se il wrapper interno del megamenu centra troppo, allinealo a destra */
  #iqitmegamenu-wrapper,
  #iqitmegamenu-horizontal{
    margin-left: auto;
  }

  /* Se vedi padding laterali eccessivi nel container interno del mega */
  .container-iqitmegamenu{
    padding-left: 0;
    padding-right: 0;
  }
  #top-bar-menu {
    height: 100%; /* imposta l’altezza totale del contenitore */
    display: flex;
    align-items: stretch; /* fa sì che i figli si estendano */
  }
  
  #top-bar-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%; /* ereditano l’altezza */
  }
  
  #top-bar-menu li {
    list-style: none;
    width: 80px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #top-bar-menu li.menu-item-site {
    background-color: #f4f4f4;
  }
  
  #top-bar-menu li.menu-item-shop {
    background-color: #ac000b !important;
  }
  
  #top-bar-menu a {
    color: #fff; /* testo bianco per SHOP */
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #top-bar-menu li.menu-item-site a {
    color: #000; /* testo scuro per WEB */
  }
  #header .fa.fa-user{
    color: #fff;
    font-size: 22px;
  }
}

.registered-character {
  color: #ac000b;
}

.slider-home video{
  object-fit: cover;
    width: 100vw;
    height: 90vh;
}
.home-more-arrow a img {
  width: 22px;
  height: auto;
}
.home-more-arrow {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2%;
}
.header-top a:not(.btn):not(.nav-link):hover{
  color:#fff
}
.bigredbutton{
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.bigredbutton div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 20px 25px 20px;
  background-color: #ac000b;
  font-weight: 600;
  color: #fff;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.bigredbutton p{
  margin-bottom:0px;
}
.ar1:hover .bigredbutton div{
  background-color: #000;
}
.horiz-banner-text-container {
  position: absolute;
  left: 25%;
  top: 45%;
  transform: translateY(-32%);
}
.horiz-banner-title {
  font-size: 32px;
  line-height: 40px;
}
.horiz-banner-title, .horiz-banner-subtitle {
  font-family: "helvetica_bold" !important;
  letter-spacing: 0px;
  color: #868686;
}
.banner-title-red {
  color: #ac000b;
  margin-right: 15px;
}
.horiz-banner-subtitle {
  font-size: 20px;
}
.horiz-banner-text-container p{
  margin-bottom:0px;
}
@media(min-width:992px){
.col-header-right.text-right{
  text-align: left!important;
  padding-right: 15px;
}
.js-product-miniature-wrapper{
  padding-left:20px!important;
  padding-right:20px!important;
}
.cat-desc-footer {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:120px
}
#category .cat-desc-header {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-left:5%;
  padding-right:5%;
}
#category hr{
  opacity:1;
  margin-left:4%!important;
  margin-right:4%!important;
}
.col-nomadland a::after{
  border-left: 2px solid #ac000b;
  content: "New!";
  margin-left: 6px;
  padding-left: 6px;
}
.col-nomadland{
  padding-top:3px;
  padding-bottom:3px;
}
.col-nomadland a{
  line-height: 2rem!important;
}
.menu-element-id-17 a::before{
  content: "*";
  color: #ac000b !important;
  font-size: 1.5em;
  line-height: 12px;
  vertical-align: text-bottom;
  font-weight: 600 !important;
  margin-right:8px

}
.menu-element-id-17 a::after{
  color:#000!important;
  font-weight: 600 !important;
  padding-left: 8px;
}
.lang-it .menu-element-id-17 a::after,
.lang-it .menu-element-id-17 a[title="New!"]::after {
    content: "Colore Guscio: Hard face";
}

.lang-fr .menu-element-id-17 a::after,
.lang-fr .menu-element-id-17 a[title="New!"]::after {
    content: "Couleur coque: Hard Face";
}

.lang-en .menu-element-id-17 a::after,
.lang-en .menu-element-id-17 a[title="New!"]::after {
    content: "Shell colour: Hard Face";
}

.lang-de .menu-element-id-17 a::after,
.lang-de .menu-element-id-17 a[title="New!"]::after {
    content: "Schalenfarbe: Hard Face";
}
#iqitmegamenu-horizontal .menu-element-id-17 a{
  font-weight: 600!important;
}
.cbp-product-name[title="Air-Sky 360"]::after,
.cbp-product-name[title="Shells Hard Face"]::after,
.cbp-product-name[title="Grand Tour 360"]::after,
.cbp-product-name[title="Extreme-Cargo 360"]::after,
.cbp-product-name[title="Airtop Plus"]::after,
.cbp-product-name[title="Airtop 360"]::after,
.cbp-product-name[title="Columbus Variant"]::after {
  content: "*";
  margin-left: 8px;
  color: #ac000b !important;
  font-size: 1.5em;
  line-height: 8px;
  vertical-align: text-bottom;
}
.category-id-26 #wrapper{
  padding-top:100px;
}
.category-id-26 .js-product-miniature-wrapper{
  padding-left:0px!important;
  padding-right:0px!important
}
#product .specTable .tableTitle{
  max-width: 30%;
  flex: 0 0 30%;
}
#product .specTable .tableDesc{
  max-width: 50%;
  flex: 0 0 50%;
}
#product .specTable .col-md-6.col-sm-12.col-xs-12.right{
  border-left: 1px solid #eeeeee;
}
}
.cat-spec-box {
  color: #000;
  padding: 20px 15px;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.cat-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cat-spec-size b {
  width: 30px;
}
.cat-spec-row div {
  flex-basis: 100%;
  text-align: left;
}
.LR-custom .custom-closed-text, .custom-closed-text {
  font-size: 1rem;
}
.cat-spec-price {
  font-weight: 600;
}
#category.category-id-39 h2.h3.product-title a:before, 
#category.category-id-31 h2.h3.product-title a:before, 
#category.category-id-34 h2.h3.product-title a:before, 
#category.category-id-25 h2.h3.product-title a:before, 
#category.category-id-17 h2.h3.product-title a:before, 
#category.category-id-16 h2.h3.product-title a:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding-right: 10px;
}
#category .table_component table, #cms .table_component table {
  border: 1px solid #000;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
#category .table_component table thead th, #cms .table_component table thead th {
  text-transform: uppercase;
  font-size: 18px;
}
#category .table_component th, #cms .table_component th {
  border: 1px solid #000;
  background-color: #fff;
  color: #000000;
  padding: 10px;
}
#category .table_component td, #cms .table_component td {
  border: 1px solid #000;
  padding: 10px !important;
}
#category .table_component tr:nth-child(even) td, #cms .table_component tr:nth-child(even) td {
  background-color: #ffffff;
  color: #000000;
}
#category .table_component tr:nth-child(odd) td, #cms .table_component tr:nth-child(odd) td {
  background-color: #ededed;
  color: #000000;
}
#category .cat-desc-footer p {
  margin-bottom: 50px;
}
#category .cat-desc-footer h2, #category .cat-desc-header h2 {
  margin-bottom: 20px;
}

#category.category-id-40 .custom-head-link{
  display: flex;
  align-items: center;
}
#category.category-id-40 .custom-head-link h3{
  margin-top:0px;
  margin-bottom:0px;
}
#category.category-id-40 .box-text {
  padding-top: 2%;
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
}

#category.category-id-40 #products .products{
  margin-left:-20px;
  margin-right:-20px
}
#category.category-id-40 #js-product-list{
  padding-bottom:120px
}
.js-qv-mask.mask{
  position: relative;
}
#cms.cms-id-81 #wrapper{
  padding-top:0px!important;
}
.cms-id-81 .category_box {
  background-color: #ac000b;
  padding: 0px;
  margin: 40px 40px 40px 0;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  position: relative;
}
.cms-id-81 .category_box:before {
  content: "\f07a";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1em;
  color: #fff;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
}
.cms-id-81 .category_box a {
  width: 100% !important;
  color: #fff!important;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  padding: 20px 20px 20px 50px;
}
.cms-id-81 .col-md-4.col-sm-6.cols-xs-12 {
  padding: 25px 20px;
}
.cms-id-81 .product_row {
  margin-top: 100px;
}
.cms-id-81 .cat-desc-header {
    margin-bottom: 50px;
}
.cms-id-81 #wrapper .breadcrumb{
  padding-top:30px;
}
.cms-id-81 .cont_top_banner{
  margin-top:-50px;
}
.cat-spex-sup {
  margin-top: 30px;
}
#product .col-add-wishlist{
  padding-top:13px;
  margin-bottom:12px;
}
@media(max-width:992px){
  .home-more-arrow{
    bottom:7%;
  }
  .cms-id-81 .cont_top_banner img{
    width:100%;
    display: block;
  }
  .cms-id-81 #wrapper .breadcrumb{
    padding-top:15px!important;
  }
  #category.category-id-40 #products .products{
    margin-left:0px;
    margin-right:0px;
    padding-left:4%;
    padding-right:4%
  }
  #category.category-id-40 #js-product-list-header{
    display: none;
  }
  #product .specTable .row:not(:first-child) {
    display: flex!important;
  }
  .tableDesc, .tableTitle {
    padding: 0.2%;
}
  #product .specTable .tableTitle{
    max-width: 30%;
    flex: 0 0 30%;
  }
  #product .specTable .tableDesc{
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media(min-width:1245px){
  #iqitmegamenu-horizontal a.cbp-product-name{
    font-size: 16px !important;
    letter-spacing: .03em;
    line-height: 2em;
    font-weight: 300;
  }
}
@media(min-width:992px) and (max-width:1380px){
  .menu-element-id-17 a{
    font-size:13px!important
  }
  
}
@media(min-width:1380px){
  .menu-element-id-17 a{
    font-size:18px!important
  }
}
@media(min-width:767px) and (max-width:992px){
  .mobile-menu__column.mobile-menu__column--id-18,
  .mobile-menu__column.mobile-menu__column--id-19,
  .mobile-menu__column.mobile-menu__column--id-20{
    display:none
  }
  .mobile-menu__column--id-17{
    padding-top:30px
  }
  .mobile-menu__column--id-17 a{
    color: #ac000b !important;
    font-weight: 600 !important;
    text-transform: uppercase;
  }
  .mobile-menu__column--id-17 a::before{
    content: "*";
    color: #ac000b !important;
    font-size: 1.5em;
    line-height: 12px;
    vertical-align: text-bottom;
    font-weight: 600 !important;
    margin-right: 8px;
  }
  .mobile-menu__column--id-17 a::after {
    color: #000 !important;
    font-weight: 600 !important;
    padding-left: 8px;
    text-transform: uppercase;
  }
  .lang-it .mobile-menu__column--id-17 a::after{
    content: "Colore Guscio: Hard face";
}

.lang-fr .mobile-menu__column--id-17 a::after {
    content: "Couleur coque: Hard Face";
}

.lang-en .mobile-menu__column--id-17 a::after {
    content: "Shell colour: Hard Face";
}

.lang-de .mobile-menu__column--id-17 a::after{
    content: "Schalenfarbe: Hard Face";
}
a.all_products::after {
  content: "";
  display: inline-block;
  background-image: url(/img/logo_it.png);
  background-size: auto 32px;
  background-repeat: no-repeat;
  width: 50px;
  height: 32px;
  margin-left: 10px;
  vertical-align: middle;
}
a.all_products{
  font-size: 20px;
  letter-spacing: .03em;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
  color: #333333 !important;
  text-decoration: underline;
  font-weight: 600;
}
.mobile-menu__header--active .mobile-menu__back-btn,
.mobile-menu__header--active .mobile-menu__title{
  color:#fff!important
}
.mobile-menu__above-content .fa-user:before,
#cart-toogle:before {
  color:#fff;
  font-size:18px!important;
}
.mobile-menu__above-content .cart-products-count-btn.d-none{
  top:-25px!important;
}
.mobile-menu__above-content{
  flex-wrap: wrap!important;
}

.mobile-menu__above-content #language_selector ul .current .dropdown-item{
  font-weight:600;
}
.mobile-menu__above-content #language_selector ul a{
  color:#fff!important
}
.mobile-menu__above-content .dropdown-item{
  border-bottom:unset!important
}
.horiz-banner-text-container{
  top: 43%;
}
.horiz-banner-title {
  font-size: 26px;
  line-height: 30px;
}
.horiz-banner-subtitle{
  font-size:16px
}
.category-id-26 .js-product-miniature-wrapper{
  flex: 0 0 50%;
  max-width: 50%;
}
#iqitmegamenu-mobile{
  margin-top:4px;
}
}
@media(min-width:920px) and (max-width:1320px){
  .horiz-banner-title{
    font-size:35px;
    line-height: 35px;
  }
  .horiz-banner-subtitle{
    font-size:20px;
    line-height: 20px;
  }
}
@media(min-width:1320px) and (max-width:1920px){
  .horiz-banner-title{
    font-size:50px;
    line-height: 50px;
  }
  .horiz-banner-subtitle{
    font-size:28px;
    line-height: 28px;
  }
}
@media(min-width:1920px){
  .horiz-banner-title{
    font-size:70px;
    line-height: 70px;
  }
  .horiz-banner-subtitle{
    font-size:40px;
    line-height: 40px;
  }
}
@media(min-width:992px) and (max-width:1150px){
  #category.category-id-26 h2.h3.product-title a{
    font-size:10px
  }
}
@media(min-width:1150px) and (max-width:1470px){
  #category.category-id-26 h2.h3.product-title a{
    font-size:13px
  }
}
@media(min-width:920px) and (max-width:986px){
  .horiz-banner-title{
    font-size:32px;
  }
}
@media(min-width:920px) and (max-width:1430px){
  .horiz-banner-title{
    font-size:46px;
    line-height: 46px;
  }
}
@media(min-width:992px) and (max-width:1330px){
  .originale_made{
    font-size:24px;
    line-height:normal
  }
}
@media(min-width:1330px) and (max-width:1580px){
  .originale_made{
    font-size:36.8px;
    line-height:normal
  }
}
@media(min-width:1580px){
  .originale_made{
    font-size:56px;
    line-height:normal
  }
}
#checkout .payment-option{
  position: relative;
}
#checkout .cart_total_tax .text-md-right{
  text-align: right;
}

/* NUOVE PAGINE CMS PERFORMANCE */

.cms-id-82 .custom-3col-balan.dataTables .axis p {
    line-height: 1.5em !important;
}

.cms-id-82 .custom-2col-text.dataTables .row div {
  width: 800px !important;
  max-width: 800px !important;
}

.cms-id-82 .road-logo {
  max-width: 20% !important;
}

@media (max-width: 768px) {
    .cms-id-82 .road-logo {
        max-width: 80% !important;
    }

    body#cms.cms-id-82 #main-container,
    body#cms.cms-id-83 #main-container,
    body#cms.cms-id-84 #main-container,
    body#cms.cms-id-85 #main-container,
    body#cms.cms-id-86 #main-container,
    body#cms.cms-id-87 #main-container {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #cms.cms-id-82 #main-container,
    #cms.cms-id-83 #main-container,
    #cms.cms-id-84 #main-container,
    #cms.cms-id-85 #main-container,
    #cms.cms-id-86 #main-container,
    #cms.cms-id-87 #main-container {
        margin-top: 0px !important;
    }
}

body#cms.cms-id-82 .dataTables1,
body#cms.cms-id-82 .dataTables2,
body#cms.cms-id-82 .dataTables3,
body#cms.cms-id-86 .dataTables3,
body#cms.cms-id-82 .subTableParag {
    display: block;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


body#cms.cms-id-82 .dataTables .fixedCont .origin,
body#cms.cms-id-82 .dataTables .scrollCont .axis {
    height: 80px;
}

body#cms.cms-id-82 .dataTables .scrollCont .axis {
    min-width: 150px;
    max-width: 150px;
}

body#cms.cms-id-82 .dataTables .scrollCont .cellText,
body#cms.cms-id-82 .dataTables .scrollCont .x,
body#cms.cms-id-82 .dataTables .fixedCont .axis {
    height: 60px;
    min-width: 150px;
    max-width: 150px;
}

.cms-id-82 .custom-2col-text.dataTables .axis,
.cms-id-82 .custom-2col-text.dataTables .origin,
.cms-id-82 .custom-2col-text.dataTables .row div {
  height: 130px !important;
}

.cms-id-82 .custom-3col-balan.dataTables .axis,
.cms-id-82 .custom-3col-balan.dataTables .origin,
.cms-id-82 .custom-3col-balan.dataTables .row div {
  height: 50px !important;
  padding: 0 10px !important;
}

#cms.cms-id-82 .dataTables3.custom-2col-text .row .cellText p {
    text-align: left;
    padding: 5px 10px;
}

#cms.cms-id-82 .dataTables .fixedCont .origin p,
#cms.cms-id-82 .dataTables .fixedCont .axis p,
#cms.cms-id-86 .dataTables .fixedCont .origin p,
#cms.cms-id-86 .dataTables .fixedCont .axis p {
    line-height: 1.5em !important;
}

.cms-id-84 .cms-custom-list,
.cms-id-82 .cms-custom-list {
  margin-bottom: 30px;
  margin-top: -5px;
}

.cms-id-85 .tech-youtube-red {
  margin: 100px 0;
}

.cms-id-84 #main-container {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
    .cms-id-83 #main-container img {
        max-width: 50% !important;
    }

    body#cms.cms-id-82 .dataTables2,
    body#cms.cms-id-82 .dataTables3 {
        left: 0 !important;
        transform: none !important;
    }

    body#cms.cms-id-82 .dataTables1,
    body#cms.cms-id-82 .dataTables2,
    body#cms.cms-id-82 .dataTables3,
    body#cms.cms-id-82 .subTableParag {
        width: auto !important;
    }

    .cms-id-82 .custom-2col-text.dataTables .row div,
    .cms-id-82 .custom-2col-text.dataTables .fixedCont .axis {
        height: 460px !important;
    }

    .cms-id-82 .custom-2col-text.dataTables .scrollCont .axis,
    .cms-id-82 .custom-2col-text.dataTables .fixedCont .origin {
        height: 130px !important;
    }

    .dataTables.custom-2col-text .row .cellText.biggerCol,
    .dataTables.custom-2col-text .row .axis.biggerCol {
        min-width: unset !important;
    }

    body#cms.cms-id-87 .table_component thead th,
    body#cms.cms-id-86 .table_component thead th {
        line-break: anywhere;
    }
}

@media (min-width: 768px) {
    .cms-id-83 #main-container img {
        max-width: 20% !important;
    }
}


.cms-id-82 .dataTables .row .cellText p {
    font-size: 12px;
}

.cms-id-82 .dataTables .axis p,
.cms-id-82 .dataTables .origin p {
    font-size: 14px;
}

.cms-fiber-img,
.cms-fiber-img-2 {
    display: block;
    margin: 0 auto !important;
}

.cms-id-86 .dataTables.dataTables3 .cellText p,
.cms-id-86 .dataTables.dataTables3 .origin p,
.cms-id-86 .dataTables.dataTables3 .axis p {
    font-size: 14px;
}

.cms-id-86 .dataTables.dataTables3 .axis p {
    font-size: 14px;
}

.cms-id-86 .dataTables3 .row .cellText,
.cms-id-86 .dataTables3 .fixedCont .axis {
    height: 60px;
}

.cms-id-86 .dataTables3 .row .axis, 
.cms-id-86 .dataTables3 .fixedCont .origin {
    height: 80px;
}

.cms-id-86 .dataTables3 .row .axis, 
.cms-id-86 .dataTables3 .row .cellText {
    min-width: 175px;
}

.cms-id-86 .dataTables3 .row .axis {
    display: flex !important;
    align-items: center;
}

@media (max-width: 767px) {
    .cms-id-86 .dataTables3 {
        left: 0 !important;
        transform: none !important;
        width: auto !important;
    }

    .cms-id-86 .dataTables3 .fixedCont .axis {
        width: 200px;
    }

    .cms-id-86 .dataTables3 .row .cellText,
    .cms-id-86 .dataTables3 .fixedCont .axis {
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1070px) {
    .cms-id-82 .dataTables2 {
        left: 0 !important;
        transform: none !important;
        width: auto !important;
    }

    .cms-id-86 .dataTables3 {
        left: 0 !important;
        transform: none !important;
        width: auto !important;
    }
}

.cms-id-86 .table_component tbody tr td:first-child {
  text-transform: uppercase;
  font-weight: 600;
}

.cms-id-86 .table_component tr td, .cms-id-86 .table_component tr td {
  background-color: #fff !important;
}

.cms-id-86 .table_component tbody tr td:first-child,
.cms-id-86 .table_component thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #eee !important;
  text-align: center;
}

.cms-id-86 .table_component thead tr th:first-child {
  background-color: #000 !important;
  color: #fff !important;
}

.cms-id-86 .table_component tbody tr td:first-child,
.cms-id-86 .table_component thead tr th:first-child,
.cms-id-86 .table_component thead tr th {
  font-family: Verdana !Important;
  font-size: 14px !important;
}

.cms-id-86 .table_component thead tr th:first-child,
.cms-id-86 .table_component thead tr th {
  height: 80px
}

@media (min-width: 1200px) {
  .cms-id-86 .table_component tbody tr td:first-child,
  .cms-id-86 .table_component thead tr th:first-child {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
.cms-id-86 .table_component tbody tr td:first-child,
.cms-id-86 .table_component thead tr th {
    line-break: anywhere;
}
}

.cms-id-86 .dataTables .axis,.cms-id-86 .dataTables .origin {
   text-transform: uppercase;
}


/* DIMENSIONE MINIMA PER PAGINE CATEGORIA */

@media (min-width: 768px) {
  #category #wrapper #products,
  #category #wrapper .product-list-subcategories {
    min-height: 300px;
  }
}

#my-account #address-link,
#order-detail .my-account-side-links,
#order-detail .info-account{
  display:none
}

/* CAMBIO BORDO E OPACITÀ X MINIATURE NUOVA GALLERY */

.mz-thumb.mz-thumb-selected img {
  border-bottom-color: #ac000b !important;
}

.MagicToolboxSelectorsContainer [data-magic-slide-id].active-selector img {
  filter: none !important;
  webkit-filter: none !important;
}


/* NUOVA HOME */

@font-face {
  font-family: "Helvetica-neue-black-condensed";
  src:
    local("Helvetica-neue-black-condensed"),
    url("../fonts/helvetica-neue-black-condensed.ttf") format("TrueType");
}

.home-grid-block-text .elementor-widget-html p {
    line-height: 1.875em;
}

.home-grid-block-text .elementor-widget-html h4 {
    font-family: "Helvetica-neue-black-condensed", Neue Helvetica W01, Helvetica !important;
    line-height: 1em !important;
    letter-spacing: .1em !important;
    font-weight: 300;
    font-size: 2rem !important;
}

.custom-gallery-button {
  background-color: #fff !important;
  height: 100px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px !important;
}

.ar1:hover .custom-gallery-button {
  background-color: #000 !important;
}

.custom-gallery-button .gallery-button-title,
.custom-gallery-button .gallery-button-category,
.custom-gallery-button .gallery-button-price {
  color: #000 !important;
  font-weight: 600;
}

.ar1:hover .custom-gallery-button .gallery-button-title,
.ar1:hover .custom-gallery-button .gallery-button-category,
.ar1:hover .custom-gallery-button .gallery-button-price {
  color: #fff !important;
}

.ar1 {
  background-color: #f2f2f2 !important;
}

.custom-gallery-button .gallery-button-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 2px !important;
}

.custom-gallery-button .gallery-button-category,
.custom-gallery-button .gallery-button-price {
  font-size: 16px;
  line-height: 20px;
}

.custom-gallery-button a {
  text-decoration: none !important;
}

.custom-gallery-button .gallery-button-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blocklinkhomenineteen.home-grid-block-text  {
  background-color: #f2f2f2 !important;
}

.home-grid-block-text .elementor-widget.elementor-element.abs_object {
  position: relative !important;
}

.home-grid-block-text .elementor-widget.elementor-element.abs_object .elementor-button {
  background-color: transparent; !important;
}

.elementor-element.ar1.product_gallery_1:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_AIR-SKY_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_2:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_AIRTOP_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_3:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_AIRTOP-360_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_4:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_COLUMBUS_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_5:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_OVERLAND_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_6:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_OVERCAMP_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_7:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_NOMADLAND_2-0_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.elementor-element.ar1.product_gallery_8:hover > .elementor-element-populated {
    background-image: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_OVERZONE_COLORE_ROLL-OVER_800x800pxls.png) !important;
}

.social_icon_wrapper {
  height: 0 !important;
}

#footer-container-main .butt_one,
#footer-container-main .butt_two {
    background-color: #b2b2b2 !important;
}

#footer-container-main .butt_one a,
#footer-container-main .butt_two {
    color: #000 !important;
}

#footer-container-main .butt_mail {
    background-color: #333232 !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .custom_zoom img:hover {
        transform: scale(1.05);
    }

    .custom_zoom {
        overflow: hidden !Important;
    }
  
    .custom_zoom img {
        transition: transform .3s ease;
    }

    .sidesocial .facebook a {
      background: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_Loghi_Social_FACEBOOK.svg) center center no-repeat;
    }

    .sidesocial .youtube a {
      background: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_Loghi_Social_YOUTUBE.svg) center center no-repeat;
    }

    .sidesocial .instagram a {
      background: url(/img/cms/AUTOHOME_Tende-da-tetto_HOME-PAGE_Loghi_Social_INSTAGRAM.svg) center center no-repeat;
    }

    .sidesocial {
      position: fixed;
      z-index: 10 !important;
      top: 40%;
      list-style-type: none;
      right: 0;
    }

    .sidesocial li {
      margin-bottom: 2px !important;
      list-style-type: none;
    }

    .sidesocial li a {
      display: block;
      width: 60px;
      height: 60px;
      list-style-type: none;
    }

  .product_gallery_5 .elementor-column-wrap,
  .product_gallery_6 .elementor-column-wrap,
  .product_gallery_7 .elementor-column-wrap,
  .product_gallery_8 .elementor-column-wrap {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) { 
  .home-grid-block-text .elementor-widget-html p {
    line-height: 1.6em;
  }

  .home-grid-block-text .elementor-widget-html h4 {
    font-size: 1.5rem !important;
  }
}


#product #wrapper #inner-wrapper {
  padding: 0 !important;
}

#product #wrapper #main #main-product-wrapper div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
  padding-right: 10px !important;
}

@media (max-width: 767px) { 
  #product #wrapper #inner-wrapper #main-product-wrapper .product-info-row .col-product-image {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) { 
  #product.product-id-129 #wrapper #inner-wrapper #main-product-wrapper .product-info-row {
    min-height: 2000px !important;
  }
}

/* TESTS NUOVA GALLERY */

@media (min-width: 768px) { 

.MagicToolboxContainer .mcs-wrapper .mcs-item a {
  opacity: .5 !important;
}

.MagicToolboxContainer .mcs-wrapper .mcs-item .mz-thumb-selected {
  opacity: 1 !important;
}

.MagicToolboxContainer .mcs-wrapper .mcs-item a img {
  border-bottom: none !important;
}

.MagicToolboxContainer .MagicScroll.MagicScroll-arrows-inside  .mcs-button-arrow {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #333 !important;
  opacity: .8;
}

.MagicToolboxContainer .MagicScroll.MagicScroll-arrows-inside > .mcs-button-arrow:before {
    width: 12px;
    height: 12px;
}

.MagicToolboxContainer .MagicScroll.MagicScroll-arrows-inside > .mcs-button-arrow.mcs-button-arrow-prev:before {
    top: 60% !important;
}

.MagicToolboxContainer .MagicScroll.MagicScroll-arrows-inside > .mcs-button-arrow.mcs-button-arrow-next:before {
    top: 42% !important;
}

}

@media (max-width: 768px) { 
  .MagicScroll .mcs-wrapper {
    display: none !important;
  }
}