#chatbase-bubble-button, #chatbase-messages-bubbles, #chatbase-bubble-window {
  z-index: 9999997 !important;
}

#content .page iframe[src*="chatbase"] {
  min-height: 550px;
}
.mobile #iubenda-cs-banner .iubenda-cs-rationale .iubenda-cs-opt-group button {
  font-size: 36px !important;
}

.mobile #iubenda-cs-banner #iubenda-cs-title {
  font-size: inherit!important;
}

.no-cookies .country_select, .no-cookies a[href*="/users/"], .no-cookies a[href*="/cart/"] {
  display: none !important;
}

#header .gsc-control-cse {
  padding: 0;
  background: none;
  border: none;
}
#gscbox {
  position: absolute;
  bottom: 20px;
  left: 16px;
  width: 50%;
}

#page > div[id]:not(#header) {
  transition: opacity .5s;
}
.searching #page > div[id]:not(#header) {
	/* filter: blur(2px); */
  opacity: .3;
}

#chatbox_frame {
  position: absolute;
  display: none;
  z-index: 100000;
  background: transparent;
  margin: 8px;
  border-radius: 8px;
}

#chatbox_button {
  position: absolute;
  left: 0;
  top: 32px;
  font-size: 32px;
  padding: 4px;
  border-radius: 36px;
  z-index: 80000;
}

.gscbox table, .gscbox td, .gscbox tr, .gscbox th {
  border: initial;
  background: initial;
}

#gscbox .gsc-input {
  padding-right: 0;
}
.gscbox .gsc-search-button {
  padding-top: 3px;
}

#main {
  min-height: 400px;
  position: relative;
  margin: 0;
}

#content {
  margin-top: 16px;
  margin-right: 162px;
  margin-bottom: 48px;
  padding-right: 8px;
 
}

#userbox {
  position: absolute;
  top: 0;
  left: 112px;
  border: 1px solid;
  border-bottom: none;
  background: transparent repeat-x center;
}

#userbox div, #userbox a {
  float: left;
}

#main_menu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 755px;
  font-size: 14px;
  border-radius: 24px 4px 24px 4px;
  background: repeat-x center;
}

#main_menu > li:first-child > a {
  border-radius: 24px 0px 0 0 ;
}
#macro_menu {
  margin: 0;
  background: repeat-x center;
  border-radius: 0px 16px 24px 24px;
}
#macro_menu::after { /* clearfix hack, see also display: flow-root */
  content: "";
  display: table;
  clear: both;
}

#static_menu {
  font-size: 1em;
  list-style: none;
  margin: 0;
}

#static_menu ul {
  margin-bottom: 16px;
}

#static_menu li {
  display: inline-block;
  padding: 2px;
  font-weight: bold;
  white-space: nowrap;
}

#static_menu a {
  font-weight: bold;
  text-decoration: none;
  padding: 2px 12px;
}


#static_menu a:hover {
  text-decoration: underline;
}


#content .product.page {
  position: relative;
  padding-top: 0;
}

.product.page h3.name {
  clear: left;
  margin-top: 0;
  padding-top: 0;
}


#main_menu, #macro_menu {
  list-style: none;
  margin: 0;
}

#macro_menu  {
  margin: 0 162px 8px 0;
  font-size: 12px;
  position: relative;
  z-index: 200;
}

#main_menu li, #macro_menu li {
  display: block;
  float: left;
  font-weight: bold;
}

#main_menu li +  li, #cat_menu li + li {
  border-left: 1px solid;
}

#main_menu a, #macro_menu a, #userbox a, #userbox div {
  display: block;
  text-decoration: none;
  padding: 4px 16px 4px 16px;
  font-weight: bold;
}

#toolbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 162px;
}

#toolbox .menu li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 4px 8px;
}

#products {
  clear: both;
}

#products > li.prod {
  padding: 0 0 36px 0;
  clear: both;
}

.img {
  float: left;
  display: inline-block;
}

.catimage a, #safe-paypal a, #unboxing_video a { display: block }

#products > li.prod > p.desc > a.img {
  position: absolute;
  z-index: 100;
  top: 18px;
  right: 0;
}

span.sku_code {
  display: block;
  font-weight: normal;
}
.sku_code .label {
  font-weight: bold;
}

#products .details {
  position: absolute;
  right: 16px;
  bottom: 0;
  font-weight: bold;
  text-align: right;
  z-index: 120;
  text-shadow: 0 0 2px #fff;
}

.menu .nested input {
	display: none;
}

.menu .nested input:not(:checked)~ul {
height: 0px;
overflow: hidden;
 
}

menu .nested ul {
  transition: height 1s;
}

.menu .nested label {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 4px;
  white-space: initial;
}


#side_menu_cat li.nested + li.nested {
  border-top-width: 2px;
}

#whereami {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
#whereami a {
  display: inline-block;
}

#whereami a::first-letter {
  text-transform: capitalize;
}

.fb-share-button {
  float: left;
}

.bill-des {
  background: white;
  border: 1px solid black;
  padding: 4px;
  clear: both;
}

#content-src {
  max-height: 300px;
  overflow: auto;
  border: 1px solid black;
  background: white;
  max-width: 600px;
  clear: both;
  margin-bottom: 8px;
}

#errors, .errors {
  background: #ffd;
  border: 1px solid #800;
  color: #800;
  padding: 8px 8px 8px 24px;
  margin: 16px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

#errors {
  list-style-type: square;
}

#errors a {
  color: #027;
  border-bottom: 1px solid #027;
}

.product.page form:not([action*="/quotation/"]) {
  position: absolute;
  top: 1em;
  right: 1em;
}


form .error {
  background: #800 !important;
  color: #ffd !important;
}
button:disabled {
  opacity: .5;
  cursor: default;
}

.war
.warning {
  background: #ffe;
  margin-bottom: 8px;
  padding: 4px 18px 4px 8px;
  border-bottom: 1px solid #eec;
  position: relative
}

.field_group.countries {
	display: grid;
	grid-auto-columns: min-content;
	grid-template-columns: auto auto auto auto;
}

.countries label {
  max-width: 100px;
  overflow: ellipsis;
}

.salvini #salvini-overlay {
	z-index: 49000000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  background: black;
	opacity: .9;
	width: 100%;
	height: 100%;
	display: block;
	transition: 1s;
}
.salvini #errors {
  z-index: 50000000;
  position: fixed;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
  font-size: 2em;
  border: .5em solid red;
  padding: 2em;
}
#salvini-close {
  display: none;
}
.salvini #salvini-close {
  top: .1em;
  right: .1em;
  background: red;
  color: white;
  border-radius: 2em;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}
.salvini #salvini-close:after {
  content: "X";
 
}

#fb-like {
  text-align: center;
  font-size: 9px;
  font-weight: bold;
}

#fb-like a { display: block }

#unboxing_video {
  text-align: center;
}

.admin #unboxing_video, .manager #unboxing_video {
  display: none;
}


.field.horizontal {
  clear: left; display: flex; 
}

.field input[type="text"], .field input[type="password"] {
  width: 100%;
}

.field input[type="file"] {
  max-width: 100%;
}

.field_group .field.horizontal {
  margin: 1em;
}

.field.horizontal label {
  margin-right: 8px;
}
.field.free_shipping {
  display: none;
}

:checked + .field.free_shipping {
  display:  flex;
} 

.field {
  position: relative;
}

.field_group {
  clear: both;
  margin: 0;
  padding: 1em 0;
}
.field_group .field {
  float: left;
  margin: 0 1em;
}

label:not([for]) {
  margin: 0 1em;
  font-weight: normal;
}

.field label[for] {
  display: block;
  font-weight: normal;
}

.m .field label[for], .field.m label[for] {
  font-weight: bold;
}


.field label[for]:after {
  content: ':';
}

.m .field:not(.opt) label:after, .field.m label:after {
  content: ':*';
}

#spinner {
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: black url(/img/spinner.gif) no-repeat center; 
  opacity: .7;
  z-index: 5000;
}

#main_menu:not([data-current-url*="/orders/"]) li:not(.selected) a[href$="unpaid"],
#main_menu[data-current-url*="/products/show"] > li:first-child:not(.selected) a
 {
  background: #a20 !important;
  color: #ff8 !important;
}

.button, a.button, button, #gscbox button {
  padding: 4px;
  font-weight: bold;
  font-family:  arial, helvetica, sans-serif;
  cursor: pointer;
  border-radius: 8px;
  margin: 4px;
  text-align: center;
  white-space: nowrap;
}

.button.download::before {
	content: '⬇';
	font-size: 150%;
	display: inline-block;
	font-weight: normal;
	color: #ff8;
	text-shadow: #600 1px 1px 1px, #600 -1px -1px 1px, #600 0 1px 1px, #600 1px 0 1px;
}

.button.cart::before {
  content: '🛒';
  font-size: 150%;
  display: inline-block;
  font-weight: normal;
}

.button.cart {
  padding: .5em;
}
.legal_info.buttons {
  text-align: left;
}

.button.download, .button.download:hover {
  display: inline-block;
  background: #a20 !important;
  color: #ff8 !important;
  border: 1px solid #600;
}
td .button {
  display: inline-block;
}

.stringbox {
  border: 1px dotted white;
  margin-bottom: 16px;
}

.stringbox label, .stringbox textarea {
  font-weight: normal;
  white-space: pre-wrap;
}

.blog-link {
  display: block;
  margin-bottom: 1em;
}

.payment_method label {
  white-space: normal;
  align-items: top;
  display: flex;
}

.payment_method label span {
	margin: .5em;
}

#overbg {
  position: fixed;
  height: 36px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(115,76,32,.66) 0%, rgba(106,78,78,.33) 66%, rgba(255,255,255,0) 100%); 
  pointer-events: none;
  z-index: 2000;
}

#products_country_chooser {
  position: fixed;
  z-index: 50000;
}

.country_select {
  
}

.country_select label {
  font-weight: bold;
  text-shadow: 0 0 2px #000;
  font-size: 16px;
  margin: 0;
}


.country_select select {
	appearance: none;
	border-radius: 1em;
	font-size: 1em;
	padding: .2em .5em;
	text-align: center;
	border: none;
	margin: .1em .5em;
  box-shadow: 0 0 8px #000c, -4px 0 8px #fffc inset;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

#lang_menu {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  z-index: 5000;
}

#lang_menu li {
  float: left;
  margin: 0;
}

#lang_menu li.selected a {
  cursor: default;
}
#lang_menu li.selected {
  opacity: 1;
  -moz-opacity: 1;
}
#lang_menu li {
  opacity: .7;
  -moz-opacity: .7;
}
#lang_menu li:hover {
  opacity: 1;
  -moz-opacity: 1;
}

#lang_menu li > img {
  width: 32px;
  height: 32px;
}

.quotation_requested {
  margin-top: 1em;
  font-size: 120%;
  font-weight: bold;
}

.free_shipping {
  font-weight: bold;
}

input[type="email"] {
  width: 20em;
}

.quotation_requested {
  font-weight: bold;
  margin-top: 1em;
}

.quotation_label {
  font-weight: bold;
  display: block;
}
.more {
  position: relative;
}

.shop button, .shop input {
  font-size: 16px;
}


#products .prod p {
  padding: 0 4px;
  margin: 0 120px;
}

.popup {
  position: absolute;
  z-index: 99999;
  background: #ffd;
  padding: 1em;
  border-radius: 1em;
  border: 1px solid #ffa;
}

.popup h3 {
  margin-top: 0;
}

.opt_ship {
  text-align: left;
}

.product.page + #products {
	margin-top: 3em;
}

.order div.status {
  font-size: 150%;
}

div.status span.status {
  text-transform: uppercase;
}
