/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,
    sans-serif;
  color: #fff;
  background: #0c3c60;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 1.4em;
  /* margin: 0 0 3rem; */
  font-weight: normal;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

#wrapper>#header>.container,
#wrapper>#header>.submenu,
#nav-main,
#header>.submenu.submenu-nav,
#header>.container.clear,
.mainColumns .bar,
.asset-description,
hr.dashed_line,
#overlay,
body.level-1 #asset>.asset-article.clear>.right.width40,
body.level-2 #asset>.asset-article.clear>.right.width40,
body.item #asset>.asset-article.clear>.right.width40,
body.product-range #asset>.asset-article.clear>.right.width40,
#asset>.asset-article.clear>.asset-related>div>div,
#asset>.asset-siblings,
/* body.level-1 #main>.container:first-child>.row.clear .container>div>div>#asset>#asset:nth-child(4), */
#main>div>div>.col-x3-2.content.left>div>div>div:nth-child(1)>.breadcrumbs>ul>li:first-child,
#main>div>div>.col-x3-2.content.left>div>div>div:nth-child(1)>.buttons_line.ed-0.at-15,
#asset .asset-gallery button,
/* #main>.container:first-child>.row.clear .container>div>div>#asset>.asset-article:first-child, */
.col-x3-1 .supplier-info,
.col-x3-1 ul.tree.noExpand,
.packtags-list,
.mainColumns .container > ul.tree > li:first-child > ul.tree > li:first-child,
.mainColumns ul.tree img,
.breadcrumbs,
.button.miniContact,
body.product .col-x3-1,
.mainColumns > .col-x3-2.content.left > div > div > div:nth-child(1) > div.buttons_line.ed-0.at-16 > div > div.right,
.mainColumns > .col-x3-2.content.left > div > div > div:nth-child(1) > div.breadcrumbs > ul > li:nth-child(1),
#asset > .asset-article.clear > .right.width40 > div > div > div > span > img:nth-child(2),
body.search .col-x3-1,
body.level-1 .asset-article div[itemprop="description"],
/* body.search .searchConfiguratorContainer > .searchConfigurator:nth-child(1) > form#search-conf,  */
body.search .searchConfiguratorContainer > .searchConfigurator:nth-child(1) > div:nth-child(3),
#asset > .asset-article.clear > h1,
#asset > .buttons_line:nth-child(3) > .first_line > .left > h1,
body.product .asset-files > h4,
#asset article span,
body.search .topFilteringButtons,
body.product .breadcrumbs>.right>.button.print,
a.type-documents h3,
#notification-area,
a.miniContact.button.configurator-3d.link3dfullscreen,
body[class*='d-model'] .col-x3-1,
#search-assets article:first-child,
#search-assets > div:nth-child(2),
#result-ordering-selector,
body.product-range #asset > .asset-article.clear > .asset-related > div > div,
body.product.aluminum .breadcrumbs, body.product.food-grade-silicone .breadcrumbs, body.product.sustainable-post-consumer-plastics-pcr .breadcrumbs,
body.level-1 #asset > div.buttons_line.ed-1.at-111, body.level-1 #asset.asset-full.ed-1.asset-15.st-0.firstAsset {
  display: none;
}

body.level-1 #main > div > div > div.mainColumns > div.col-x3-2.content.left {
    margin-top: 1.3rem;
}

body.search article .entry-right.right h2 {
  display: none !important;
}

body.product #asset > .buttons_line:nth-child(3) > .first_line > .left > h1,
body[class*="d-model"] .breadcrumbs,
body.aluminum .col-x3-1,
body.food-grade-silicone .col-x3-1,
body.sustainable-post-consumer-plastics-pcr .col-x3-1 {
  display: block;
}

div[itemprop="description"] ul {
  list-style: circle;
  padding-left: 41em;
}

#asset .asset-3d .asset-3d-container {
  border: 1px solid rgb(27, 153, 232);
}

#asset article > .entry-left.left {
  width: 100%;
  background-color: #fff;
}

#asset article > .entry-left.left > a {
  display: block;
  max-height: 250px;
}

#asset article > .entry-left.left > a.no-image,
body.search #asset article > .entry-left.left > a {
  min-height: 250px;
  background-image: url(img/logo-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#asset article > .entry-left.left > a.no-image > img, article > .entry-left.left > a > img[src='https://elementpackaging.webpackaging.com/webpac_content/global/images/packbase/types/16.svg']
{
  /* width: 100%; */
  display: none;
}

body.material-science-alternatives .left.width60 p,
body.aluminum #asset > .asset-article > .right.width40 > .container,
body.food-grade-silicone #asset > .asset-article > .right.width40 > .container,
body.sustainable-post-consumer-plastics-pcr
  #asset
  > .asset-article
  > .right.width40
  > .container {
  margin-left: 3.5em;
}

body.aluminum #asset > .asset-article > .right.width40,
body.food-grade-silicone #asset > .asset-article > .right.width40,
body.sustainable-post-consumer-plastics-pcr
  #asset
  > .asset-article
  > .right.width40 {
  float: left;
}

body.product #asset > .asset-full.firstAsset h1.assetsTitle:first-child {
  font-size: 1.6em;
  margin: 2rem 0;
}

body.material-science-alternatives .left.width60 {
  margin-bottom: 2em;
}

body.search .searchConfiguratorContainer div:nth-child(1) > .half:nth-child(1) {
  float: left;
}

body.search .col-x3-2 {
  width: 100%;
  margin-bottom: 3em;
}

body.level-1 #asset > .buttons_line {
  margin-left: 52px;
}

body.level-1 #asset > .buttons_line:nth-child(6) {
  margin: 52px 0 27px 52px;
}

body.level-1 #asset > .buttons_line {
  margin: 0 0 27px 52px;
}

body.level-4 .assetsTitle {
  display: block;
  margin-top: 0;
}

.mainColumns .container > ul.tree:nth-child(2) > li > strong > a {
  font-weight: normal;
}

.mainColumns .container > ul.tree:nth-child(2) > li.uid-13072528 > strong > a,
.mainColumns .container > ul.tree:nth-child(2) > li.uid-13072528 > a {
  line-height: 79px;
  font-size: 24px;
}

.mainColumns > .col-x3-1 > div > ul.tree > li > ul.tree > li a {
  font-size: 18px;
}

.mainColumns > .col-x3-1 > div > ul.tree > li > ul.tree li:not(:last-child) {
  margin-bottom: 0.8em;
  border-bottom: solid 0.1px rgba(255, 255, 255, 0.3);
  padding-bottom: 0.7em;
}

.mainColumns > .col-x3-1 > div > ul.tree > li > ul.tree > li > ul > li,
.mainColumns
  > .col-x3-1
  > div
  > ul.tree
  > li
  > ul.tree
  > li
  > ul
  > li
  > ul
  > li,
.mainColumns
  > .col-x3-1
  > div
  > ul.tree
  > li
  > ul.tree
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li {
  padding-left: 3em;
}

.mainColumns > .col-x3-1 > div > ul.tree > li > ul > li > ul {
  margin-top: 1em;
}

.mainColumns > .col-x3-1 > div > ul.tree > li > ul.tree li:first-child {
  margin-top: 1em;
}

input::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder {
  color: #fff;
}

.mainColumns > .col-x3-1 > div > ul.tree {
  margin-top: 1em;
}

body.product .breadcrumbs {
  display: block;
}

.mainColumns {
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
}

.col-x3-1 {
  width: 372px;
}

.col-x3-2 {
  width: calc(100% - 372px);
}

#main > .container > .row.clear > .leafBg {
  background-image: url("img/background-catalog.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 16vw;
  margin-top: 98px;
}

body.product #asset > .asset-article > .right.width40 > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.product .asset-description {
  display: block;
}

#main > .container > .row.clear > .col-x3-2.content.left {
  max-width: 1280px;
  margin: 0 auto;
}

.style-jyekzga1itemsContainer,
.style-jyekzga1repeaterButtonlabel {
  margin: 0;
}

#asset > .asset-article > .asset-related > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 4.5em; */
}

body.level-1 #asset > .asset-article > .asset-related > div {
  margin: 0;
}

#asset article {
  margin: 0 0 3.5em 3.5em;
  background: #daedff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

#asset article:hover {
  opacity: 0.8;
}

/* body.level-1 #main>.container:first-child>.row.clear .container>div>div>#asset {
  display: flex;
} */

#asset article h3 {
  color: #6ea4ca;
  text-align: center;
}

.style-jyekzga1repeaterButton:hover .style-jyekzga1repeaterButtonlabel {
  color: #313e4f;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

footer * {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

#SITE_FOOTERinlineContent-gridContainer > * {
  margin: 0 auto !important;
  padding: 15px 0px 27px 0;
}

#DrpDwnMn0 {
  left: 310px !important;
}

#search-assets > .clear:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.breadcrumbs > ul > li:not(:last-child):after {
  content: "—";
  color: #daedff;
  margin: 0 13px;
}

#main > .container > .row.clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main > .container > .row.clear > .col-x3-2.content.left > .container {
  /* margin-top: 21em; */
  width: 1280px;
}

.filteringSearchbox {
  background: #062134;
  width: 100%;
  /* left: 0;
  position: absolute; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 11em;
  padding: 2rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 98px;
}

body.search .filteringSearchbox {
  height: auto;
}

body.level-1 .filteringSearchbox {
  margin-top: 0;
}

.filteringSearchbox > * {
  width: 1280px;
  margin: 0 auto;
}

/* .filteringSearchbox .selectors {
  display: flex;
  justify-content: space-between;
  width: 66.1%;
} */

.filteringSearchbox .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filteringSearchbox .selectors > .selector {
  width: 32%;
  margin: 8px;
}
/* materials and shoulder */
.filteringSearchbox .selectors > .selector.field-13072552,
.filteringSearchbox .selectors > .selector.field-13072620 {
  width: 48%;
}

.filteringSearchbox .selectors .selector select,
body.search #result-ordering-selector {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px solid #1b99e8;
  padding: 0.6em 0.9em;
}

body.search select#result-ordering-selector {
  background-color: #062134;
}

body.search select#result-ordering-selector option {
  color: #fff;
}

.filteringSearchbox .selectors > .selector option {
  color: #062134;
}

.filteringSearchbox > form > .button {
  float: right;
  margin-bottom: 1em;
}

/* remake form and selectors */
#search-conf {
  background: #062134;
}
#search-conf .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#search-conf .selectors > .selector {
  width: 32%;
  margin: 8px 8px 20px 8px;
}
/* materials and shoulder half width */
/* volume-nom and volume-overflow */
#search-conf .selectors > .selector.field-13072552,
#search-conf .selectors > .selector.field-13072620,
#search-conf .selectors > .selector.field-13072547,
#search-conf .selectors > .selector.field-13072570 {
  width: 48%;
}
/* decoration */
#search-conf .selectors > .selector.field-13072590 {
  width: 100%;
}

#search-conf .selectors .selector select,
body.search #result-ordering-selector {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px solid #1b99e8;
  padding: 0.6em 0.9em;
}

#search-conf .selectors > .selector option {
  color: #062134;
}

form#search-conf > .button {
  float: right;
  margin-bottom: 1em;
}

/* ****************************** */
.topFilteringButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topFilteringButtons li {
  border: 1px solid #1b99e8;
  /* padding: 1.5em 0; */
  text-align: center;
  font-size: 1.2em;
  width: 32%;
  height: 4em;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

.topFilteringButtons li:hover {
  background: #1b99e8;
}

.topFilteringButtons a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#asset .asset-gallery {
  width: 0;
  float: none;
}

form#search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* position: absolute;
  width: 100%;
  top: 68vh;
  left: 16.5vw;
  z-index: 100;
  max-width: 1250px; */
}

/* body.search form#search {
  margin-top: 3em;
} */

form#search .configurator,
form#search .configurator input.left {
  width: 100%;
}

form#search > .configurator {
  position: relative;
}

form#search .configurator input.left {
  height: 47px;
  padding: 0px -0px 0px 12px;
  font-size: 1em;
  border: 1px solid #1b99e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 97%;
  background: #062134;
  color: #fff;
  margin: 0;
  font-size: 1.2em !important;
}

button,
.mobile-tooltip.tooltip > div > .tree > li {
  cursor: pointer;
}

form#search > button.advSearchToggle {
  height: 49px;
  white-space: nowrap;
  background-color: #062134;
  border: 1px solid #1b99e8;
  color: white;
  padding: 0 1.5rem 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  transition: ease 0.25s all;
}

form#search > button.advSearchToggle:hover {
  background-color: #1b99e8;
}

/* form#search button.advSearchToggle:hover {
  opacity: 0.5;
} */

form#search .configurator button.right {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  -webkit-transform: translate(0, -47%);
  -ms-transform: translate(0, -47%);
  transform: translate(0, -47%);
}

#search .configurator button.right img.icon.icon-search {
  width: 70%;
  height: 70%;
}

body.product .col-x3-2 {
  width: 1280px;
}

/******************** ***************************/

body.product .specs-container.specs-container > h1.assetsTitle > a {
  width: 100%;
  display: inline-block;
}

body.product #asset > .asset-article {
  /* width: 40%; */
  float: left;
  margin-bottom: 2em;
}

body.product #asset #asset > .asset-article {
  width: 100%;
  float: none;
}

body.product #asset .specs-container > .asset-full .asset-article {
  width: 100% !important;
}

body.product #asset > .asset-full.firstAsset {
  width: 55%;
  float: right;
  /* padding-left: 1rem; */
}

body.product .buttons_line.ed-1.at-57 {
  /* clear: both; */
}

.topFilteringButtons li.selected {
  background-color: #1b99e8;
}

.hero__wrapper-inner {
  z-index: 100 !important;
}

body.product .asset-spec {
  /* width: 115.8%; */
}

body.product .asset-spec .table-spec tr.sec0:not(:first-child) td {
  text-align: right;
}

body.product .asset-spec .table-spec tr.sec0 > th:first-child,
body.product .asset-spec .table-spec tr.sec0 > td:last-child {
  padding: 0 2rem;
}

table {
  border-collapse: collapse;
}

body.product .asset-spec .table-spec tr.sec0:first-child td {
  padding: 0;
}

body.product
  > #wrapper
  > #main
  > .container
  > .row
  > .content
  > .container
  > div
  > div
  > .asset-full.firstAsset#asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specs-container {
  width: 60%;
}

.specs-container.specs-container > h1.assetsTitle > a,
body.product
  .buttons_line
  > .first_line
  > .left
  > h1.assetsTitle:first-child
  > a {
  font-size: 23px;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-touch-callout: none;
}

body.level-1 .hero__wrapper-inner > a,
body.product .assetsTitle a,
body.product-range #asset > .asset-article.clear > h1 > a,
body.product #asset > .asset-article.clear > h1 > a,
body.level-3 #asset > .asset-article.clear > h1 > a {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-touch-callout: none;
}

.breadcrumbs ul {
  margin: 2em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs li a span {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.breadcrumbs li::after {
  content: "/";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
}

.breadcrumbs li:last-child:after {
  content: "";
}

body.product .buttons_line.ed-0.at-16 .first_line.at-16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

body.product .asset-spec .table-spec {
  margin-bottom: 2rem;
}

body.product .asset-spec .table-spec h2 {
  font-size: 20px;
  margin: 0;
}

body.product .asset-spec .table-spec th {
  min-width: 13rem;
  font-weight: 500;
  text-align: left;
}

body.product .asset-spec .table-spec tr.sec0:not(:first-child) td {
  text-align: right;
  width: 100%;
}

header {
  margin-bottom: 2rem;
}

#wrapper > #main > div > .row > .content {
  width: 100%;
}

body.product .buttons_line > .first_line > .left > h1.assetsTitle:first-child,
body.product
  .buttons_line
  > .first_line
  > .left
  > h1.assetsTitle:first-child
  > a {
  font-weight: normal;
  font-size: 32px;
}

body.product .breadcrumbs > .right {
  /* margin-bottom: 1rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  float: right;
  width: 55%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.product .button.miniContact {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid #1b99e8;
}

body.product .button.miniContact:not(:first-child) {
  margin-left: 1rem;
}

body.product .button.miniContact:hover {
  /* color: #fff;
  opacity: .8; */
  background-color: #1b99e8;
}

body.product .button.miniContact::before {
  content: "";
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

body.product .button.miniContact:first-child::before {
  background-image: url("/Up/Comp/6912/portal/img/envelope.svg");
}

body.product .button.miniContact.shareButton::before {
  background-image: url("/Up/Comp/6912/portal/img/share.svg");
}

body.product .button.miniContact.printButton::before {
  background-image: url("/Up/Comp/6912/portal/img/printer.svg");
}

body.product a.button.miniContact.configurator-3d::before {
  background-image: url("/Up/Comp/6912/portal/img/pack-studio.svg");
  margin-right: 0.5rem;
  background-size: 95%;
}

body.product .button.miniContact.type-documents.PDF_icon::before {
  background-image: url("/Up/Comp/6912/portal/img/pdf.svg");
  height: 24px;
}

body.product .asset-spec .table-spec tr.sec0 {
  border-bottom: solid 0.1px rgba(255, 255, 255, 0.3);
  line-height: 40px;
  /* color: #666464; */
}

.share-buttons {
  position: absolute;
  top: 45px;
  /* right: 88px; */
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /* z-index: -1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shareButton {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.shareButton:hover .share-buttons {
  opacity: 1;
}

.asset-spec > div > .table-spec > tbody > tr.sec0:first-child {
  border-bottom: 1px solid #1b99e8;
}

body.product .asset-spec .table-spec tr.sec0:first-child {
  color: #1b99e8;
}

body.product .asset-spec .table-spec tr.sec0 > th:first-child,
body.product .asset-spec .table-spec tr.sec0 > td:last-child {
  padding: 0 2rem;
}

body.product .asset-spec .table-spec tr.sec0:first-child td {
  padding: 0;
}

body.product .assetsTitle.at-57 {
  line-height: 28px;
  margin-bottom: 2rem;
  font-weight: normal;
}

body.product .hero__small,
body.level-2 .hero_small,
body.product-range .hero__small,
body.search .hero__small,
body[class*="d-model"] .hero__small {
  min-height: auto;
}

body.product
  #asset
  > .asset-article
  > .right.width40
  > .container
  > .asset-gallery {
  margin-bottom: 5rem;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.product #asset .asset-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
}

body.product #asset .asset-gallery div[itemprop="image"] {
  width: 100%;
  height: 100%;
}

#asset
  > .asset-article
  > .right.width40
  > .container
  > .asset-gallery
  > .asset-gallery {
  padding: 0;
}

body.product #asset .asset-gallery ul {
  width: 100%;
  /* margin-top: 1rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.product #asset .asset-gallery ul li:not(:last-child) {
  margin-right: 1rem;
}

body.product #asset .asset-gallery ul li {
  margin-top: 1rem;
  cursor: pointer;
}

body.product #asset .asset-gallery span.image-preview {
  width: 100%;
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* body.product #asset .asset-gallery span {
  display: inline-block;
  text-align: center;
  border: 1px solid #cccccc;
} */

body.product #asset .asset-gallery ul li span img {
  max-width: 8rem;
}

body.product .asset-gallery-image img {
  /* height: 100%; */
  max-width: 100%;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.product-range #asset > .asset-article.clear > h1,
body.product #asset > .asset-article.clear > h1,
body.level-3 #asset > .asset-article.clear > h1 {
  display: block;
}

body.product-range #asset > .asset-article.clear > h1,
body.level-3 #asset > .asset-article.clear > h1 {
  margin: 2.5em 0 2.5em 2.5em;
}

/* body.search h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 2rem;
} */

body.search #asset article > .entry-left.left > a {
  min-height: 250px;
}

body.search .half {
  margin-bottom: 1rem;
}

.selector {
  width: 31.7%;
  /* height: 120px; */
  /* padding: 0 10px; */
  margin-top: 10px;
  margin-bottom: 50px;
  float: left;
  /* margin-right: 19px; */
}

#search-conf .selectors .selector.valueRange.sc-13073352.field-13072570 {
  float: right;
}

.selector select {
  max-width: 100%;
}

option {
  color: #000;
}
/* 17/12/2020 */
#search-conf {
  /* background-color: #F6F6F6; */
  padding: 2rem;
  /* margin-bottom: 1rem; */
  position: relative;
}
#search-conf::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #062134;
  height: 100%;
  width: 100%;
}
#search-conf::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #062134;
  height: 100%;
  width: 100%;
}
#main > .cntainer {
  overflow-x: hidden;
}
/* ************************** */

body.search .searchConfiguratorContainer {
  width: 1280px;
}

body.search a.button {
  /* display: inline-block; */
  width: auto;
  height: 36px;
  margin: 36px 0 0 0;
  padding: 0px 18px;
  border: none;
  background-color: #1b99e8;
  color: #fff !important;
  font-size: 0.75em;
  /* font-weight: bold; */
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
}

.clearer {
  clear: both;
}

body.search input,
body.search select,
body.search textarea {
  width: 100%;
  height: 35px;
  padding: 0px 12px;
  border: 1px solid #808285;
  margin: 9px 0px;
  color: #555;
  font-size: 1em !important;
  font-weight: normal;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

body.search select,
body.contact select {
  padding-right: 36px;
  background-size: 24px 24px;
  background-position-x: calc(100% - -8px);
  background-position-y: center;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
}

body.contact label[for="message_text"] {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

body.contact textarea[name="message_text"] {
  height: 6em;
  padding-top: 0.9em;
}

body.contact .checkbox {
  position: relative;
  /* padding: 0px 0px 0px 26px; */
  /* font-size: 0.875em; */
  font-weight: 500;
  /* cursor: pointer; */
}

body.contact #contact > .right.width50 > .container > .checkbox:nth-child(5) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

body.contact input[type="checkbox"] {
  margin-right: 0.5em;
  cursor: pointer;
}

/* body.contact .checkbox::before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 0;
  border: #ccc 1px solid;
  -webkit-box-shadow: inset rgba(0,0,0,0.1) 1px 1px 4px;
          box-shadow: inset rgba(0,0,0,0.1) 1px 1px 4px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/* body.contact .checkbox.checked::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url("img/tick.svg");
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

body.contact button.button.right {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.contact #main .button {
  padding: 0.1em 1.3em;
  background-color: #1b99e8 !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 0.8em;
  cursor: pointer;
}

body.contact p {
  margin-bottom: 24px;
}

body.contact #contact > .right.width50 > .container > p:nth-child(2) {
  display: none;
}

.selectorGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.selector label {
  display: block;
  /* color: #323232; */
  margin-bottom: 10px;
  font-size: 20px;
  /* font-weight: 600; */
  display: block;
  margin-bottom: 10px;
}

.range {
  display: block;
}

#search-conf .selectors .selector.valueRange .range label {
  float: left !important;
  margin-right: 10px;
  font-size: 90%;
  line-height: 50px;
  font-style: italic;
  /* color: #000000; */
  margin-bottom: 0px;
  width: calc(20% - 10px);
  clear: left;
}

.range label,
.range select {
  float: right;
  clear: right;
}

.range select {
  width: 80% !important;
}

.searchConfiguratorContainer
  > .searchConfigurator:nth-child(1)
  > div:nth-child(2)
  > .half:nth-child(1) {
  float: left;
}

.searchConfiguratorContainer
  > .searchConfigurator:nth-child(1)
  > div:nth-child(2)
  > .half:nth-child(2) {
  /* float: right; */
  display: none;
}

.searchConfigurator {
  /* margin: 2em 0; */
}

body.search .results,
body.search #search-assets > .clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.search article a img {
  width: 100%;
  min-height: 250px;
}

body.search .results::after,
body.search #search-assets > ::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

body.search article {
  height: 100% !important;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  /* min-height: 329px; */
  /* padding: .5em 1em .5em 0; */
}

body.search article .entry-right.right a h3.entry-title.title2 {
  text-align: center;
  font-size: 20px;
  /* color: #000; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body.search article:hover .entry-right.right a h3.entry-title.title2 {
  /* color: #c7151e; */
}

#search-assets > .nav-title > div > .half > h3,
body.search .searchConfiguratorContainer .searchConfigurator div .half p {
  font-size: 19px;
}

body.search article > .entry-left.left {
  /* border: 1px solid #808285;
  margin-bottom: 1rem; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/****  start 3D Configurator styles  ****/

body[class*="d-model"] .col-x3-2 {
  width: 1280px;
  margin-bottom: 4em;
}

body[class*="d-model"] #asset .asset-3d #toggleFullscreen {
  border: none;
  background: transparent;
}

body[class*="d-model"].overflow-hidden {
  position: relative;
  margin: 0 auto;
  font-size: 100%;
  font-weight: normal;
  font-family: "OS-Font", sans-serif;
  line-height: 1.688em;
  -moz-osx-font-smoothing: grayscale;
}

body[class*="d-model"].overflow-hidden.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

body[class*="d-model"] #asset .asset-3d #toggleFullscreen {
  border: none;
  background: transparent;
}

body[class*="d-model"].overflow-hidden #asset .asset-3d .options-box {
  float: left;
  width: 91%;
}

body[class*="d-model"].overflow-hidden #asset .asset-3d .options-box select {
  height: 35px;
  padding: 0px 12px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  margin: 9px 0px;
  color: #555;
  font-size: 0.9em;
  font-weight: normal;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-size: 24px 24px;
  background-position: right center;
  background-position-x: calc(100% - -8px);
  background-position-y: center;
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
}

body[class*="d-model"].overflow-hidden #asset .asset-3d button#toggleBg {
  border: none;
}

body[class*="d-model"].overflow-hidden .asset-3d .studio3d-tab .onOffSwitch {
  width: 70px;
  height: 30px;
  background-color: #ffffff;
}

body[class*="d-model"].overflow-hidden
  .asset-3d
  .studio3d-tab
  .onOffSwitch.off {
  background-color: #ffffff;
}

body[class*="d-model"].overflow-hidden
  .asset-3d
  .studio3d-tab
  .onOffSwitch
  button {
  position: absolute;
  top: 0px;
  width: 28px;
  height: 28px;
  line-height: 17px;
  font-size: 1em;
  font-weight: 600;
  color: #4b4b4b;
  overflow: visible;
  border: 4px solid #ffffff;
}

body[class*="d-model"] #asset .asset-exhibitor input#configuratorName,
body[class*="d-model"] #asset .asset-exhibitor input.minicolors-input {
  height: 35px;
  width: 100%;
  padding: 0px 12px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  margin: 9px 0px;
  color: #555;
  font-size: 0.9em;
  font-weight: normal;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#asset .asset-3d .checkbox.isEditable label {
  width: auto;
  padding: 0px 0px 0px 8px;
}

#asset .asset-3d-options .studio3d-tabs {
  height: 2.3em;
}

.artowork3d-block {
  width: 91%;
  min-height: auto;
}

#studio3d-tab-4 #save,
#studio3d-tab-4 #load {
  width: 91%;
}

#asset .asset-3d .checkbox.isEditable label {
  color: #4b4b4b;
}

#portal-contact {
  color: #333333;
}

body.contact #contact > .right.width50 > .container {
  position: relative;
}

body.contact #portal-contact {
  color: #fff;
}

body.contact #captcha-container {
  float: left;
}

body.contact .cloudprivacy-message {
  margin: 1.5em 0;
  font-size: 0.875em;
}

body.contact .col-x3-1 {
  width: 900px;
}

/* body.contact .col-x3-2 {
  width: 700px;
} */

body.contact input[type="text"],
body.contact input[type="email"],
body.contact textarea,
body.contact select {
  padding: 0px 12px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  /* margin: 9px 0px; */
  /* font-size: 0.9em; */
  font-weight: normal;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-right: 0;
}

body.contact input[type="text"],
body.contact input[type="email"],
body.contact select {
  height: 1.7rem;
}

body.contact input[type="text"],
body.contact input[type="email"],
body.contact textarea {
  width: 362px;
}

body.contact select {
  width: 388px;
}

body.contact .mainColumns {
  margin-bottom: 4em;
  margin-top: 2em;
}

body.contact p.field.clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#portal-contact h2.miniTitle {
  color: #062134;
  font-weight: normal;
}

#portal-contact a {
  color: #1b99e8;
}

body.overflow-hidden #fancybox-wrap textarea {
  font-size: 0.75em;
  width: 92%;
}

body.overflow-hidden textarea {
  width: 80%;
  height: 110px;
  padding: 0px 12px;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  margin: 9px 0px;
  font-size: 0.9em;
  font-weight: normal;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-right: 0;
}

#main .container .col-x3-2 #asset #fancybox-wrap .left,
.container .col-x3-2 #asset #fancybox-wrap .right {
  width: calc(50% - 14px) !important;
  line-height: normal;
  float: left;
  margin: 9px 0 0 0px;
  padding-left: 0;
}

#main .asset-3d.fullscreen .button,
body.contact .button {
  color: #4b4b4b !important;
  background-color: #c1c1c1 !important;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  text-decoration: none;
  border: none;
}

.asset-3d.fullscreen .buttonsWrap {
  width: 44px;
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.screenshotButton > span {
  background-image: url(img/camera.svg);
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.print3dButton > span {
  background-image: url(img/print3d.svg);
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.homeButton > span {
  background-image: url(img/home.svg);
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div#playPause.play > span {
  background-image: url(img/play.svg);
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div#playPause > span {
  background-image: url(img/pause.svg);
}

body.user-loggedon.protected-portal #contact .cloudprivacy-checkbox {
  position: relative;
}

body.overflow-hidden .checkbox {
  padding: 0px 0px 0px 26px;
}

body.overflow-hidden .checkbox::before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 0;
  border: #ccc 1px solid;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 4px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.containerEditableBy.isEditable.checkbox::before {
  display: none;
}

body.overflow-hidden .containerEditableBy.isEditable.checkbox {
  padding: 0;
}

body.overflow-hidden .containerEditableBy.isEditable.checkbox input {
  display: inline-block;
}

body.overflow-hidden .checkbox.checked::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url(img/tick-black.svg);
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact .cloudprivacy-checkbox {
  position: relative;
}

body.overflow-hidden .checkbox input {
  display: none;
}

#contact .miniBottom button {
  padding: 0px;
  height: 30px;
}

#fancybox-close {
  right: -16px !important;
}

/* overwrite ELEMENT CSS */
.container__pops p,
.container__pops a,
.container__pops input {
  color: #000000;
}
/* solve a bug */
.container__pops .popShare .info {
  width: auto;
}

/****  end 3D Configurator styles  ****/

/* ************************************************************ */
/* Created:       16/12/2020                                    */
/* Last Update:   16/12/2020                                    */
/* START changes for new gallery 3D and some css fix            */
/* ************************************************************ */
/* add icon to side menu */
.col-x3-1 > .container > .tree:nth-of-type(1) .uid-13072528 .tree {
  position: relative;
}
.col-x3-1
  > .container
  > .tree:nth-of-type(1)
  .uid-13072528
  .tree
  .uid-13142441 {
  position: relative;
}
.col-x3-1
  > .container
  > .tree:nth-of-type(1)
  .uid-13072528
  .tree
  .uid-13142441::before {
  content: "";
  position: absolute;
  left: 95px;
  top: -1px;
  height: 25px;
  width: 30px;
  background-repeat: no-repeat;
  /* background-position: top; */
  background-size: contain;
  background-image: url(/Up/Comp/6912/portal/img/pack-studio.svg);
}
/* ------------ */

body.gallery-3d #asset article > .entry-left.left {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.gallery-3d #asset article > .entry-left.left > a {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

body.gallery-3d .gallery3d__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.gallery-3d .gallery3d__container .entry .entry-left a img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  background-image: url("/webpac_content/global/images/icons/ajax-loader.gif");
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  margin-top: 10px;
}
/* ************************************************************ */
/* END changes for new gallery 3D */
/* ************************************************************ */

/* ************************************************************ */
/* Created:       17/12/2020                                    */
/* Last Update:   18/12/2020                                    */
/* START Advanced Search form page                              */
/* ************************************************************ */
body.search #main {
  overflow-x: hidden;
}
body.search #backToCatalog {
  position: relative;
  top: 98px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  background: #0c3c60;
  padding: 10px 0px 20px;
}
body.search #backToCatalog > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin-left: 10%;
}
body.search #backToCatalog > div > a {
  text-align: center;
  width: 100%;
}

body.search #asset .results article {
  margin: 10px 5px;
}
body.search .results,
body.search #search-assets > .clear {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 1380px) {
  .col-x3-2 {
    width: 100%;
  }
  .col-x3-1 {
    padding-left: 20px;
  }

  body.search .filteringSearchbox > * {
    width: 80%;
  }
  body.search .searchConfiguratorContainer {
    width: 80%;
    margin: 0 auto;
  }
  #search-conf {
    padding: 0 0 100px 0;
  }
  #search-conf .selectors > .selector {
    /* width: 32%; */
    margin: 15px 0 10px;
    width: 47%;
  }
  /* reset */
  #search-conf .selectors > .selector.field-13072552,
  #search-conf .selectors > .selector.field-13072547 {
    width: 47%;
  }
  /* shoulder select/dropdown */
  #search-conf .selectors > .selector.field-13072620 {
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  body.search .filteringSearchbox > * {
    width: 90%;
  }
  body.search .searchConfiguratorContainer {
    width: 90%;
    /* margin: 0 auto; */
  }
  #search-conf {
    /* padding: 0 0 20px 0; */
  }
  #search-conf .selectors > .selector {
    width: 100%;
  }
  /* materials */
  #search-conf .selectors > .selector.field-13072620,
  #search-conf .selectors > .selector.field-13072552,
  #search-conf .selectors > .selector.field-13072547,
  #search-conf .selectors > .selector.field-13072570,
  #search-conf .selectors > .selector.field-13072590 {
    width: 100%;
  }
}
/* ************************************************************ */
/* END Advanced Search form page
/* ************************************************************ */

/* TO DO:  */
/* Clean ALL .element-packaging-catalog & leave only the body[data-appid="13072528"]. should work just with this one ALL the Catalog pages */
/* ************************************************************ */
/* Created:       18/12/2020                                    */
/* Last Update:   18/12/2020                                    */
/* START Catalog page/                                          */
/* ************************************************************ */
/* hide the Gallery-3D title on the central list just on the initial Catalog page*/
body.element-packaging-catalog
  .col-x3-2
  > .container
  > div
  > div
  > #asset
  > div:nth-last-of-type(1),
body.element-packaging-catalog
  .col-x3-2
  > .container
  > div
  > div
  > #asset
  > div:nth-last-of-type(2) {
  display: none;
}
body[data-appid="13072528"] .topName.clear,
body.element-packaging-catalog .topName.clear {
  display: none;
}
body[data-appid="13072528"] .col-x3-1,
body.element-packaging-catalog .col-x3-1 {
  position: initial;
}
body.element-packaging-catalog {
}

/* body.search .results, body.search #search-assets>.clear{
  justify-content: space-around;
} */
@media only screen and (max-width: 1380px) {
  body[data-appid="13072528"] .filteringSearchbox > *,
  body.element-packaging-catalog .filteringSearchbox > * {
    width: 80%;
  }
  body[data-appid="13072528"] .filteringSearchbox > *,
  body.element-packaging-catalog .searchConfiguratorContainer {
    width: 80%;
    margin: 0 auto;
  }
  body[data-appid="13072528"] .topFilteringButtons li,
  body.element-packaging-catalog .topFilteringButtons li {
    width: 30%;
    padding: 0;
  }
}

@media only screen and (max-width: 850px) {
  body[data-appid="13072528"] .filteringSearchbox > *,
  body.element-packaging-catalog .filteringSearchbox > * {
    width: 90%;
  }
  body[data-appid="13072528"] .searchConfiguratorContainer,
  body.element-packaging-catalog .searchConfiguratorContainer {
    width: 90%;
    /* margin: 0 auto; */
  }
}
/* mobile interface */
@media only screen and (max-width: 768px) {
  .filteringSearchbox {
    height: initial;
  }
  .tree.topFilteringButtons {
    display: none;
  }
  #wrapper > #header > .submenu,
  #header > .submenu.submenu-nav {
    display: block;
  }

  body[data-appid="13072528"] #header div.submenu,
  body[data-appid="13072528"] #header.webpac-user div.submenu,
  body.element-packaging-catalog #header div.submenu,
  body.element-packaging-catalog #header.webpac-user div.submenu {
    display: block;
    position: relative;
    top: 130px;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 0px 12px;
    background-color: #fbfbfb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 45;
  }

  body[data-appid="13072528"] #header div.submenu a.mobile-nav-icon,
  body.element-packaging-catalog #header div.submenu a.mobile-nav-icon {
    position: absolute;
    top: 50%;
    left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 30px;
    width: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  body[data-appid="13072528"] .mobile-nav-icon span.lines,
  body.element-packaging-catalog .mobile-nav-icon span.lines {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    margin-top: -1px;
    background: #999;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  body[data-appid="13072528"] .mobile-nav-icon span.lines:before,
  body[data-appid="13072528"] .mobile-nav-icon span.lines:after,
  body.element-packaging-catalog .mobile-nav-icon span.lines:before,
  body.element-packaging-catalog .mobile-nav-icon span.lines:after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #999;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: 2px center;
    -ms-transform-origin: 2px center;
    transform-origin: 2px center;
  }
  body[data-appid="13072528"] .mobile-nav-icon span.lines:before,
  body.element-packaging-catalog .mobile-nav-icon span.lines:before {
    top: 8px;
  }

  body[data-appid="13072528"] .mobile-nav-icon span.lines:after,
  body.element-packaging-catalog .mobile-nav-icon span.lines:after {
    top: -8px;
  }

  body[data-appid="13072528"] #overlay,
  body.element-packaging-catalog #overlay {
    display: none;
    position: absolute;
    top: 173px;
    left: 0px;
    z-index: 30;
    width: 100%;
    height: 111%;
    background-color: rgba(0, 0, 0, 0.8);
  }

  body[data-appid="13072528"] .col-x3-1,
  body.element-packaging-catalog .col-x3-1 {
    position: absolute;
    left: -300%;
    height: calc(100% - 175px);
    overflow-y: auto;
    background-color: #0c3c60;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  /* TOGGLE all the overlay for mobile interface with "trigger-nav" on body */
  body[data-appid="13072528"].trigger-nav,
  body.element-packaging-catalog.trigger-nav {
    overflow: hidden;
  }
  body[data-appid="13072528"].trigger-nav #header div.submenu a.mobile-nav-icon,
  body.element-packaging-catalog.trigger-nav
    #header
    div.submenu
    a.mobile-nav-icon {
    position: absolute;
    top: 50%;
    left: initial;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 30px;
    width: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines {
    background: transparent;
  }
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:after,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:before,
  body.element-packaging-catalog.trigger-nav
    .mobile-nav-icon
    span.lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:before,
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:after,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines:before,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
  }
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:before,
  body[data-appid="13072528"].trigger-nav .mobile-nav-icon span.lines:after,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines:before,
  body.element-packaging-catalog.trigger-nav .mobile-nav-icon span.lines:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
  }
  body[data-appid="13072528"].trigger-nav .col-x3-1,
  body.element-packaging-catalog.trigger-nav .col-x3-1 {
    left: 0%;
    top: 173px;
    z-index: 999;
  }
}
@media only screen and (max-width: 485px) {
  .col-x3-1 {
    width: 100%;
  }
}
/* ************************************************************ */
/* END Catalog page
/* ************************************************************ */
