/*
NAV
*/
.green-rossi {
  color: #0070b8 !important;
}

.blue-rossi {
  color: #377CFD !important;
}

.bk-green {
  background-color: #0070b8;
}

.bk-greenlight {
  background-color: #00A0DE;
}

.red-rossi {
  color: #ff0000 !important;
}

.gray {
  color: #999;
}

.bg-gray {
  background-color: #999;
}

.white, .white * {
  color: #fff !important;
}

a[disabled] {
  pointer-events: none !important;
  cursor: default !important;
}

.link,
.link:hover {
  color: #377CFD;
  font-weight: 600;
  text-decoration: underline;
}

.link-bold,
.link-bold:hover {
  font-weight: 600;
  text-decoration: none;
}

.uk-text-xsmall {
  font-size: 0.75rem;
  line-height: 1.5;
}

.uk-margin-medium-bottom {
  margin-bottom: 30px !important;
}

.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}

.uk-dropdown-nav > li.uk-active > a,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li > a:hover {
  color: #000;
  font-weight: 500;
}

.uk-dropdown-nav > li > a {
  color: #000;
}

html {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000;
  text-transform: none;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.uk-h1,
h1 {
  font-size: 2rem;
  line-height: 1.4;
}

.inner .uk-h1,
.inner h1 {
  font-size: 2rem;
  line-height: 1.4;
}

.uk-h2,
h2 {
  line-height: 1.4;
  font-size: 2rem;
}

.uk-h3,
h3 {
  font-size: 2rem;
  line-height: 1.3;
}

.uk-h4,
h4 {
  font-size: 1.3rem;
  line-height: 1.3;
}

s.uk-h4 {
  color: #333;
}

.uk-h5,
h5 {
  font-size: 1.1rem;
  line-height: 1.3;
}

h5 + h5,
span.uk-h5 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.uk-text-large {
  font-size: 2.2rem;
  line-height: 1.1;
}

.uk-section-secondary {
  background: #363636;
}

.uk-section-secondary:not(.uk-preserve-color) {
  color: rgb(255, 255, 255);
}

form {
  color: #333;
}

::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

:-ms-input-placeholder,
:-ms-textarea-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

::-ms-input-placeholder,
::-ms-textarea-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

textarea::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
select {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  color: #333;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  font: inherit;
  border: 1px solid #bbb;
  font-weight: 500;
  font-size: 1rem;
}

textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #333;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  font: inherit;
  border: 1px solid #bbb;
  font-weight: 500;
  font-size: 1rem;
}

input.uk-form-danger,
input.uk-form-danger:focus,
textarea.uk-form-danger,
textarea.uk-form-danger:focus {
  color: #333 !important;
  border: 1px solid #f0506e;
}

input.uk-form-success,
input.uk-form-success:focus,
textarea.uk-form-success,
textarea.uk-form-success:focus {
  color: #333 !important;
  border: 1px solid #bbb;
}

.margin-small-right {
  margin-right: 5px !important;
}

/*.uk-modal-dialog {*/
/*width: 90%;*/
/*min-width: 300px;
    max-width: 900px !important;
}*/
a,
a:hover {
  color: #000;
  /*font-weight: 300;*/
}

.uk-navbar-toggle {
  min-height: auto;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 8px 0 4px;
  font-size: 11px;
  color: #999;
}
.uk-breadcrumb > * > * {
  font-size: 11px;
  color: #999;
}
.uk-breadcrumb > :last-child > span {
  font-weight: 600;
}

.uk-label {
  background: #6387b0;
}

.uk-label-danger {
  background-color: #FF0000;
  color: #fff;
}

.uk-navbar-gray {
  background: #eee !important;
}

.uk-navbar-gray.uk-sticky-fixed {
  background: #0070b8 !important;
}

.top-wrap-height {
  height: 60vh;
  min-height: 500px;
  transition: height 0.25s;
}

.inner .top-wrap-height {
  height: 30vh;
  min-height: 200px;
}

.top-container {
  z-index: 2;
}

.logoheader {
  width: calc(100% - 150px);
  max-width: 350px;
}

#menu-mobile > div > div > ul > li {
  border-bottom: 1px solid #ccc;
  padding: 5px 30px;
  margin: 0;
}

#menu-mobile .uk-accordion-content ul > li {
  padding: 1px 30px;
}

#menu-mobile .uk-nav-sub li {
  border-bottom: none;
}

#menu-mobile li a {
  font-size: 13px;
  padding: 10px 0;
  color: #000;
  text-decoration: none;
}

#menu-mobile .side-menu-item,
#menu-mobile .uk-accordion-title {
  font-weight: 600;
}

#menu-mobile span {
  position: absolute;
  top: 20px;
  right: 18px;
  color: #000;
}

#menu-mobile span path {
  stroke-width: 2;
}

/*
#menu-mobile >div > div > ul { 
    padding: 0 20px;
    list-style: none;
    margin: 0 !important;
}
*/
#menu-mobile .uk-accordion-content {
  margin-top: 0;
}

#menu-mobile .uk-accordion-content li:last-child {
  border: none;
  padding-bottom: 0px;
}

#menu-mobile .side-menu-list {
  list-style: none;
  padding: 0;
}

#menu-mobile .side-menu-item {
  display: block;
  line-height: 1.4;
  overflow: hidden;
}

#menu-mobile .side-menu-item:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  float: right;
}

.uk-list > ::before {
  content: "";
  position: relative;
  left: -18px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-hyphen > ::before {
  content: ">" !important;
}

/*
.uk-card-primary.uk-card-body .uk-nav-parent-icon>.uk-parent>a::after,
.uk-card-primary> :not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent>a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon>.uk-parent>a::after,
.uk-card-secondary> :not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent>a::after,
.uk-light .uk-nav-parent-icon>.uk-parent>a::after,
.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a::after,
.uk-overlay-primary .uk-nav-parent-icon>.uk-parent>a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent>a::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(0, 0, 0, 1);
}

.uk-card-primary.uk-card-body .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-card-primary> :not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-card-secondary> :not([class*=uk-card-media]) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-light .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-overlay-primary .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
*/
.uk-navbar-nav > li > a {
  min-height: 40px;
  text-transform: none;
  color: white;
  font-weight: 300;
}

.sectionmenumobile .uk-navbar-nav > li > a {
  color: #000 !important;
  font-weight: 400;
}

.sectionmenumobile ul ul {
  padding: 0;
  list-style: none;
  text-align: left;
}

.sectionmenumobile a.uk-accordion-title.active,
.sectionmenumobile a.uk-accordion-title.active:hover {
  color: #000;
  font-weight: 600;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:visited,
.uk-navbar-nav > li > a:active {
  color: white;
}

.uk-sticky-fixed .uk-navbar-nav > li > a {
  color: #FFF;
}

.navbarsection.uk-navbar-nav li a {
  color: black !important;
  font-weight: 500;
}

.uk-navbar-nav > li.uk-active > a {
  font-weight: 700;
  color: white;
}

.sectionmenumobile .uk-navbar-nav > li.uk-active > a {
  font-weight: 700;
  color: black !important;
}

.uk-sticky-fixed .uk-navbar-nav > li.uk-active > a {
  color: white;
}

.frame {
  overflow: hidden;
  height: 500px;
}

.slidee {
  position: relative;
}

.slidee > div {
  float: left;
  width: 400px;
  min-width: 400px;
  height: 500px;
  margin: 0 15px 0 5px;
  cursor: pointer;
}

.slidee > div:last-child {
  margin: 0 5px 0 5px;
}

.slidee > div img {
  max-height: 280px;
  object-fit: contain;
}

.scrollbar {
  margin: 0.4em 0 0.4em 0;
  height: 3px;
  background: #CDDDFB;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #377CFD;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.usato .prev,
.usato .next {
  display: none;
}

.usato .scrollbar {
  visibility: hidden;
}

.uk-section.usato:hover .prev,
.uk-section.usato:hover .next,
.uk-section.usato:hover .scrollbar {
  display: block;
}

.usato .prev,
.usato .next {
  color: white;
  background-color: #377CFD;
}

.uk-section.usato:hover .scrollbar {
  visibility: visible;
}

.footer h4.uk-card-title {
  font-size: 1rem;
}

.footer h3.uk-card-title {
  font-size: 1.6rem;
}

.social-footer {
  position: absolute;
  left: calc(50% - 60px);
}

.leftmenu {
  display: none;
}

.navbardesktop a {
  padding: 0;
}

.navsectionhome {
  display: inline-block;
  /*position: absolute;
  left: -55px;*/
}

.uk-navbar-sticky .leftmenu {
  display: inline-block;
  /*position: absolute;
  left: -33px;*/
}

.focus {
  height: 450px;
}
.focus.homepage > div {
  padding: 30px;
}
.focus.homepage h1 {
  font-weight: 500;
  font-size: 1.7rem;
}
.focus.category {
  height: 200px;
}
.focus.category > div {
  width: 80%;
}
.focus.configurable-page {
  height: 300px;
}
.focus.electric-mobility-page {
  height: 250px;
}

@media (max-width: 960px) {
  .focus {
    height: 300px;
  }
  .focus.homepage {
    font-size: 1.5rem;
  }
  .focus.homepage > div {
    padding: 15px;
  }
  .focus.category {
    height: 150px;
  }
  .focus.configurable-page {
    height: 200px;
  }
  .focus.electric-mobility-page {
    height: 180px;
  }
}
@media (max-width: 640px) {
  .focus.category > div {
    width: auto;
  }
}
.configurable-page-section .banner-double {
  height: 400px;
}
.configurable-page-section .banner-large {
  height: 300px;
}
.configurable-page-section .banner-slim {
  height: 170px;
}
.configurable-page-section .banner-slider {
  height: 400px;
}
.configurable-page-section .arrow-list ul li {
  margin: 0 0 1rem 0;
}
.configurable-page-section .carousel-image {
  height: 50vh;
}

@media (max-width: 959px) {
  .configurable-page-section .banner-double {
    height: 250px;
  }
  .configurable-page-section .banner-large, .configurable-page-section .banner-slim, .configurable-page-section .banner-slider {
    height: 200px;
  }
}
.logo {
  height: 80px;
  font-size: 0.874rem;
}

a.login:hover {
  font-weight: bold;
}

.logo a.uk-button,
.logo a.uk-button:hover {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 28px;
  background-color: #0070b8;
  color: #fff;
  border: 2px solid #0070b8;
  margin-left: 20px;
}

/*.logo .uk-button-group {
    position: absolute;
    left: calc(50% - 180px);
}*/
.logo .uk-button-group input.uk-input {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  height: auto;
  border: 2px solid #ccc !important;
  border-right: 0 !important;
  padding: 5px 20px;
  font-size: 12px;
}

.logo .uk-button-group input.uk-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

.logo .uk-button-group input.uk-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

.logo .uk-button-group input.uk-input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

.logo .uk-button-group input.uk-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

.logo .uk-button-group button {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background-color: #eee !important;
  color: #333 !important;
  border: 2px solid #ccc !important;
  text-transform: capitalize;
  width: 180px;
  padding: 3px 10px;
  border-left: 0 !important;
}

.marcmodcat {
  font-size: 12px;
}

.contactus {
  z-index: 980;
  position: fixed;
  right: 40px;
  bottom: 60px;
}

.contactus div a {
  color: skyblue;
  font-weight: 600;
  text-decoration: underline;
  display: inline;
}

.contactus .uk-dropdown-nav {
  white-space: inherit;
}

.contactus li {
  padding-left: 50px;
  position: relative;
  margin: 10px 0;
}

.navbardesktop li a {
  font-size: 13px;
}

.navbarsection li a {
  font-size: 12px;
}

@media (max-width: 1490px) {
  .frame {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 768px) {
  body {
    overflow-x: auto;
    /*min-width: 1200px;*/
  }
  .banner-plus > div > div:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
/*
CONTENT
*/
.uk-grid {
  align-items: stretch;
}

.item {
  height: calc(100% - 4px);
  padding: 0 20px 0 20px;
}

.item h5 {
  margin-top: 2px;
  margin-bottom: 0;
}

.item h5 + h5 {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}

.item.secondlife h5 {
  font-weight: 300;
}

.item.secondlife .uk-text-bold {
  font-weight: 500;
}

.item > div {
  padding-bottom: 10px;
}

.item.secondlife > div {
  padding-bottom: 0;
}

.item p:nth-child(2) {
  float: left;
  padding: 3px 10px;
  margin: 3px 3px 3px -10px;
  background: #eee;
  border-radius: 500px;
}

.item p:nth-child(3) {
  float: left;
  width: 100%;
}

.uk-button-outline,
.uk-button-outline:visited,
.uk-button-outline:hover,
.uk-button-outline:active {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 30px;
  line-height: 28px !important;
  background-color: #fff;
  color: #333;
  border: 2px solid #00A0DE;
}

.uk-button-default,
.uk-button-default:visited,
.uk-button-default:hover,
.uk-button-default:active {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 28px !important;
  background-color: #0070b8;
  color: #fff;
  border: 2px solid #0070b8;
}

.uk-button-secondary,
.uk-button-secondary:visited,
.uk-button-secondary:hover,
.uk-button-secondary:active {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 28px !important;
  background-color: #00A0DE;
  color: #fff;
  border: 2px solid #00A0DE;
}

.item.secondlife .uk-button-default,
.video .uk-button-default,
.submit.uk-button-default {
  background-color: #00A0DE !important;
  color: #fff !important;
  border: 2px solid #00A0DE !important;
  font-weight: 700;
}

.item.secondlife .uk-button-default:hover {
  background-color: #0070b8;
  color: #fff;
  border: 2px solid #0070b8;
}

.inner-button.uk-button-default,
.inner-button.uk-button-default:visited {
  background-color: #00A0DE;
  color: #fff;
  border: 2px solid #00A0DE;
  padding: 0 20px;
  font-size: 1rem;
}

.inner-button.uk-button-default:hover {
  background-color: #0070b8;
  color: #fff;
  border: 2px solid #0070b8;
}

.footer .uk-width-large {
  width: 350px;
}

.uk-box-shadow-large {
  -webkit-box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.2);
}

.position-bollo {
  position: absolute;
  top: 5px;
  left: 55px;
  right: 0;
}

.ico-info {
  margin: 7px 0;
  font-size: 70%;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  text-decoration: none !important;
  line-height: unset;
}

.item.secondlife svg {
  width: 25px;
  margin-right: 10px;
}

.label-item {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 70%;
  padding: 3px 5px;
  font-weight: 300;
}

.plus img {
  width: 60px;
}

.plus h5 {
  font-size: 0.9rem;
}

.select-btn {
  padding: 4px 10px;
  text-align: left;
  text-transform: none;
  background: transparent;
  border: 1px solid #bbb;
  font-weight: 500;
}

.select-filter {
  padding: 0px 5px;
  text-align: left;
  text-transform: none;
  background: transparent;
  border-bottom: 2px solid #0070b8;
  font-weight: 500;
}

.select {
  font-size: 1rem;
  padding: 0 10px;
}

.check-list {
  background-color: #eaeaea;
  font-weight: 500;
  padding: 10px;
  font-size: 1rem;
}

.uk-radio,
.uk-checkbox {
  border-color: #999;
}

/*
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked,
.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: transparent;
    border-color: $gray;
}
*/
.filters .uk-checkbox {
  border: 2px solid #333;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.filters .uk-checkbox:checked,
.filters .uk-checkbox:indeterminate,
.filters .uk-checkbox:checked:focus,
.filters .uk-checkbox:indeterminate:focus {
  background-color: transparent;
  border: 2px solid #333;
}

.filters .uk-checkbox {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23ccc%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.filters .uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.anticipo {
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.submit {
  margin-top: 30px;
}

.servizi .lista > div {
  max-width: 120px;
  margin: 0 20px;
}

#guido {
  max-height: 40vh;
  right: 0;
  height: 30vh;
  top: 18%;
}

.uk-card-secondary {
  background: #ccc;
}

.uk-card-secondary li {
  color: #000;
  font-weight: 500;
  text-align: left;
}

.uk-card-secondary.uk-card-body .uk-list-bullet > li::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAABkUlEQVQ4jbXVPWgUURTF8Z8mCGqRCAmCWghJFUWsxCLgF2oR7USChRaSRrCUNFaCWNjYxUIQFARBxE/UGFQQESxVsImkiSk0EGwsBIlceQPLZTfMmt3TzMyZd/nPe+/ceWvOXnmgC+rHCL5gqbcLgGG8xwAWcXBtFwBvCkC53u4kZBteYmvy73cKsqXMYHvyr+JSJyCDeIGh5F/HZNysFtKHV9iZ/Js4h+UMaTdpAZhuAriDiQpQQTaUwT+wpyYgap40Gf8Qp/Gn0QzIIxwuDfQUO2oCRpP/GCczoILsa3geKJuYU1JpHe7iQPJfYxy/mxUF5ELyIucz2Jz8HtzDseS/Ld6vFh/2D3INl5M/VEB9DYBbOJ7GfSheS4CGdF3EVHoXqXmOjbiBU+n9JxzBz5UAUmzPY1NZ20p7S+rWp7rPOFQHIPVJpOIMnqUxGfAVRwu8lnLHRzpO4F2L4jnsx0JdQJ5JpdjEMXxM/reyB/PtAFpBQrHW0aCxNKE4fGIGs+0CQiv9r75jN3ZVx+j/AOAv/jlHRw33engAAAAASUVORK5CYII=");
  background-size: contain;
  width: 15px;
}

span.modal-title {
  margin: 0 0 0 15px;
  font-size: 1.4rem;
  font-weight: 600;
}

.uk-slidenav {
  padding: 30px 5px;
  background: #eaeaea;
}

.uk-lightbox-button.uk-slidenav {
  background: inherit;
}

.uk-position-center-left-out {
  right: 101%;
  width: max-content;
}

.uk-position-center-right-out {
  left: 101%;
  width: max-content;
}

.footer-desktop > li {
  padding: 10px 0 !important;
  color: white;
}

.footer .uk-card-title {
  color: white;
}

@media (max-width: 767px) {
  /*.uk-button {
      font-size: 1rem;
  }*/
  .select-btn.uk-button {
    font-size: 1rem;
  }
  .uk-h4,
  h4 {
    font-size: 1rem;
    line-height: 1.3;
  }
  .uk-margin-medium-bottom {
    margin-bottom: 20px !important;
  }
  .uk-margin-medium-top {
    margin-top: 20px !important;
  }
  .uk-h2,
  h2 {
    line-height: 1.4;
    font-size: 2rem;
  }
  #guido {
    height: 10vh;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .topbanner h1 {
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
  .mobile-first-column {
    margin: 0 50px 0 20px;
  }
  .uk-modal {
    padding: 5% 0;
  }
  .fb-share-button {
    height: auto !important;
  }
}
/*
INNER
*/
.filters.desktop {
  width: 25%;
  min-width: 275px;
}

.results {
  padding-left: 20px;
  width: calc(75% - 50px);
}

@media (max-width: 1200px) {
  .results {
    padding-left: 0px;
    width: calc(100% - 352px);
  }
}
.resultsnumber {
  font-size: 1.1rem;
}

.filters .uk-nav-header {
  font-weight: 700;
  font-size: 1rem;
}

.filters .uk-nav-default > li > a {
  color: #333;
  font-weight: 600;
}

a.filtra,
a.filtra:focus {
  color: #000;
  font-weight: 500;
  border: 2px solid #0070b8;
  font-size: 1rem;
  padding: 0 50px;
  line-height: 36px;
  position: relative;
}

a.filtra svg {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #0070b8;
}

/*
.uk-dropdown {
    width: 100%;
    padding: 10px;
}
*/
.uk-dropdown-nav > li.uk-active,
.uk-dropdown-nav > li:focus,
.uk-dropdown-nav > li:hover {
  color: #000;
}

.select-filter svg {
  position: absolute;
  right: 0;
  top: 5px;
}

.filters li {
  padding: 10px 20px;
  font-weight: 400;
}

.filters li li {
  padding: 5px;
}

.filters li.uk-parent {
  border-top: 1px solid #ddd;
}

.filters li input {
  margin-top: 2px;
  margin-right: 15px;
}

.filters ul.uk-nav-sub {
  padding: 5px 0 5px 0;
}

.results .label-item {
  top: 10px;
  left: 35px;
}

.uk-checkbox:checked ~ span {
  font-weight: 600;
}

.active-filters a.uk-button-default,
.active-filters a.uk-button-default:hover {
  border-color: #999 !important;
  color: #333 !important;
  background-color: transparent !important;
  padding: 0 30px;
  text-transform: capitalize;
  line-height: 1.5;
}

.active-filters a svg {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 15px;
  color: black;
}

.active-filters a svg path {
  stroke-width: 3;
}

.searchico {
  width: 23px;
  position: absolute;
  left: 14px;
  top: 7px;
}

.stampa,
.condividi,
.stampa:hover,
.condividi:hover {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  margin: 0 20px;
}

a.stampa svg,
a.condividi svg {
  position: absolute;
  left: -25px;
  top: -10px;
}

.fb-share-button {
  height: 30px;
}

.datasheet .uk-button,
.select-btn {
  font-size: 1rem;
  font-weight: 600;
}

.greenfilled {
  background-color: #00A0DE !important;
  color: #fff !important;
  border: 2px solid #00A0DE !important;
  font-weight: 500;
}

.greenfilled:hover {
  background-color: #0070b8 !important;
  color: #fff !important;
  border: 2px solid #0070b8 !important;
  font-weight: 500;
}

.uk-subnav-pill > li > a {
  height: 13px;
  line-height: 13px;
  padding: 4px 13px !important;
  border-radius: 10px;
  background-color: transparent !important;
  font-weight: 400;
  font-size: 0.65rem !important;
}

.sharing {
  justify-content: flex-end;
}

.loadcars {
  font-size: 1.1rem;
  text-decoration: underline;
}

.uk-subnav-pill > li > a {
  background-color: #eaeaea !important;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #555 !important;
}

.uk-tab > li > a {
  color: #333;
  font-weight: 800;
}

.uk-tab > .uk-active > a {
  color: #0070b8;
  border-color: #0070b8;
  border-width: 4px;
  font-weight: 800;
}

.uk-tab::before {
  border-bottom: 4px solid #ddd;
}

.datasheet.inner .uk-h1,
.datasheet.inner h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.datasheet .uk-h2,
.datasheet h2 {
  line-height: 1.3;
  font-size: 2rem;
}

.services-container {
  border: 1px solid #ccc;
  padding: 40px 0;
}

.services > div > img {
  height: 85px;
  margin-bottom: 20px;
}

.extra-services > div {
  width: 12%;
  min-width: 140px;
}

.extra-services > div > img {
  height: 120px;
}

.extra-services > div.plus {
  width: auto;
  min-width: auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 7rem;
}

.datasheet .uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.datasheet #guido {
  top: calc(50% - 15vh);
}

.uk-position-center-left-out,
.uk-position-center-right-out {
  margin: 0;
}

/*.cardata {
    padding-left: 0;
}*/
.cardata s {
  color: #666;
}

.cardata h1 {
  font-size: 2.8rem;
  line-height: 1;
}

.cardata h5 {
  font-weight: 500;
}

.cardata .green-rossi {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}

.cardata .green-rossi span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.cardata .infoallinclusive {
  font-size: 0.8rem;
  max-width: 270px;
  line-height: 1.2;
}

.cardata .kmdate {
  font-size: 1.2rem;
  font-weight: 700;
  background: #eee;
  border-radius: 500px;
  padding: 3px 20px;
}

.cardata .ico-info {
  vertical-align: bottom;
}

.uk-accordion-title {
  font-size: 1rem;
}

.cardata .uk-button-default,
.cardata .uk-button-default:visited,
.cardata .uk-button-default:hover,
.cardata .uk-button-default:active {
  font-size: 1rem;
  font-weight: 700;
  line-height: 35px;
  background-color: #00A0DE !important;
  color: #fff !important;
  border: 2px solid #00A0DE !important;
}
.cardata .uk-button-default.uk-disabled,
.cardata .uk-button-default:visited.uk-disabled,
.cardata .uk-button-default:hover.uk-disabled,
.cardata .uk-button-default:active.uk-disabled {
  opacity: 0.5;
}

.uk-open .uk-accordion-title {
  color: #0070b8;
}

.features-mobile .uk-accordion-title {
  font-size: 1.1rem;
  font-weight: 500;
}
.features-mobile .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M171.62%2C62h0a6.29%2C6.29%2C0%2C0%2C0-8.87%2C0L100%2C124.72%2C37.25%2C62a6.27%2C6.27%2C0%2C1%2C0-8.87%2C8.87L95.56%2C138a6.36%2C6.36%2C0%2C0%2C0%2C4.44%2C1.83%2C6.23%2C6.23%2C0%2C0%2C0%2C4.43-1.83l67.19-67.19a6.29%2C6.29%2C0%2C0%2C0%2C0-8.87Z%22%20style%3D%22fill%3A%231d1d1b%22%2F%3E%3C%2Fsvg%3E);
}
.features-mobile .uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M172.92%2C141.5h0a6.25%2C6.25%2C0%2C0%2C1-8.86%2C0L101.31%2C78.75%2C38.56%2C141.5a6.27%2C6.27%2C0%2C1%2C1-8.87-8.87L96.87%2C65.45a6.26%2C6.26%2C0%2C0%2C1%2C8.87%2C0l67.18%2C67.18a6.26%2C6.26%2C0%2C0%2C1%2C0%2C8.87Z%22%20style%3D%22fill%3A%231d1d1b%22%2F%3E%3C%2Fsvg%3E);
}
.features-mobile > ul > li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
.features-mobile > ul > li.uk-open {
  border-bottom: 1px solid #0070b8;
}

#contact-modal {
  /*.uk-modal-body {
      padding: 15px 40px;
  }*/
}
#contact-modal .uk-modal-header {
  padding-top: 30px;
  padding-bottom: 20px;
}
#contact-modal h3 {
  font-size: 1.5rem;
}

.datasheet #contact-modal .uk-card-body {
  padding: 40px 0 40px 40px;
}

.datasheet .uk-close {
  color: #fff;
  font-weight: 700;
}

.add-services {
  margin-top: 20px !important;
  background-color: #ddd;
  min-height: 48px;
  padding: 14px 10px;
  margin-left: 15px;
}

.add-services .uk-accordion-title {
  color: #000;
}

.offer .uk-h5,
.offer h5 {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 5px 0;
}

.offer hr {
  border: 1px solid;
}

.offer .coldx label {
  font-size: 0.8rem;
}

.offer .coldx {
  margin-top: 15px;
}

.breadcrumb {
  margin: 25px 0 0 0;
}

.breadcrumb a {
  font-weight: 400;
}

.product-sticky {
  z-index: 1000;
  margin-top: -80px !important;
  height: 80px;
  -webkit-box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
}
.product-sticky section,
.product-sticky section > div,
.product-sticky section > div > div {
  height: 100%;
}
.product-sticky h3, .product-sticky h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.product-sticky .uk-button-default {
  background-color: #00A0DE;
  border: 2px solid #00A0DE;
}

.response-cart {
  padding: 30px 50px;
}
.response-cart .check-icon {
  position: absolute;
  left: -40px;
  top: 50%;
  color: #0070b8;
  transform: translateY(-50%);
}

@media (max-width: 639px) {
  .response-cart {
    padding: 30px;
  }
}
.added-product-cnt {
  border: 2px solid #0070b8;
}

@media (max-width: 1200px) {
  .product-sticky {
    /*height: 100px;
    margin-top: -100px !important;*/
  }
  .product-sticky .name {
    justify-content: center;
  }
  .product-sticky section > div > div {
    zoom: 0.8;
    /*justify-content: center;*/
  }
}
@media (max-width: 640px) {
  .product-sticky .uk-button {
    padding: 0 20px;
  }
  .product-sticky .uk-button-default,
  .product-sticky .uk-button-outline {
    line-height: 25px !important;
  }
}
/*.stikybotton {
    z-index: 100000;
    margin-top: -80px !important;
    height: 80px;
    -webkit-box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -8px 17px -9px rgba(0, 0, 0, 0.5);
}

.stikybotton .zoom {
    zoom: .7;
    margin-right: 20px;
    color: #000;
}*/
.inner.datasheet .footer {
  padding-bottom: 120px;
}

.inner.datasheet.offer .footer {
  padding-bottom: 40px;
}

.offer .billing .uk-first-column {
  padding-left: 0;
}

.bikerating li .uk-icon {
  width: 18px;
}

.uk-text-lead.bikefeatures {
  font-size: 16px;
  line-height: 2;
}

.bikestep {
  width: 50%;
  max-width: 60px;
}

.whereisbike > div {
  width: 30%;
  max-width: 200px;
  z-index: 1;
  position: relative;
}

.whereisbike hr {
  position: absolute;
  border-top: 2px solid #ddd;
  z-index: 0;
  margin: 0;
  top: 30px;
  width: calc(100% - 200px);
  left: 100px;
}

.gallery-nav .uk-thumbnav li a {
  width: 130px;
}
.gallery-nav.frame {
  height: 100px;
}
.gallery-nav .scrollbar {
  margin: 0;
  display: none;
}
.gallery-nav .next, .gallery-nav .prev {
  display: none;
}
.gallery-nav:hover .next, .gallery-nav:hover .prev, .gallery-nav:hover .scrollbar {
  display: block;
}

.sly-scroller {
  min-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.statopreparazioneauto {
  width: 85%;
  margin-top: 80px;
  border-top: 3px solid #ccc;
}

.statopreparazioneauto > div {
  font-size: 1.1rem;
  position: relative;
  top: -38px;
}

.step1,
.step2,
.step3 {
  width: 70px;
  height: 70px;
  border-radius: 500px;
  background-color: #ccc;
  position: relative;
}

.step1.on,
.step2.on,
.step3.on {
  background-color: #00A0DE;
}

.step1 + div {
  position: absolute;
  left: -35px;
  top: 87px;
  width: 140px;
  line-height: 1.1;
  font-weight: 600;
}

.step2 + div {
  line-height: 1.1;
  font-weight: 600;
  margin-top: 15px;
  width: 140px;
}

.step3 + div {
  position: absolute;
  left: -35px;
  top: 87px;
  width: 140px;
  line-height: 1.1;
  font-weight: 600;
}

.banner {
  height: 170px;
  color: #000000;
}
.banner > div {
  margin-left: 40px;
  width: 70%;
}
.banner h3 {
  line-height: 1;
}
.banner p {
  margin: 0;
}
.banner a, .banner a:hover {
  font: unset;
  color: black !important;
}
.banner.uk-light {
  color: white;
}
.banner.uk-light a, .banner.uk-light :active:hover {
  color: white !important;
}

@media (max-width: 960px) {
  .banner {
    height: 200px;
  }
  .banner > div {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .banner > div {
    width: auto;
    margin-right: 20px;
  }
  .banner h3 {
    font-size: 1.7rem;
  }
}
.bannerslim {
  background-repeat: no-repeat;
  background-size: cover;
  height: 166px;
  padding-left: 40px;
}

.bannerslim p {
  font-size: 1.2rem;
  margin: 5px 0;
  max-width: 70%;
}

.bannerslim a,
.bannerslim a:hover {
  font: unset;
  color: black !important;
}

.bannerslim.uk-light a,
.bannerslim.uk-light :active:hover {
  color: white !important;
}

.bolloautoservizi {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.formscheda h4 {
  font-size: 1.3rem;
}

.banner-header {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 80%, rgb(238, 238, 238) 100%);
}

.guido-banner-header {
  height: 250px;
  float: right;
}

.text-banner-header {
  width: calc(100% - 350px);
  display: inline-block;
  padding: 30px 0 40px 90px;
}

.type-banner-header > a {
  width: 14%;
}

.type-banner-header > a > div {
  width: 50%;
  min-width: 50px;
}

.type-banner-header svg {
  fill: white;
}

.contact-icon {
  width: 75px;
}

@media (max-width: 640px) {
  .contact-icon {
    width: 50px;
    min-width: 50px;
  }
  .type-banner-header.contacts a {
    flex-direction: row;
    justify-content: flex-start;
  }
  .type-banner-header.contacts a p {
    padding: 0 20px;
    text-align: left;
  }
}
.contact-icon {
  border: 5px solid #ddd;
  background-color: #0070b8;
}

.spacer hr {
  border-bottom: 8px solid #eee;
}

hr.spacer {
  margin: 0;
  padding: 0;
  border-bottom: 8px solid #eee;
}

/*.active-filters {
    width: calc(100% - 210px);
    min-height: 30px;
}*/
.box-results {
  padding-bottom: 20px;
}

.banner-plus > div > div:not(:last-child) {
  border-right: 1px solid #ccc;
}

.banner-prova {
  margin-bottom: 20px;
}

.banner-prova > div {
  height: 185px;
  padding: 10px 0 0 30px;
}

.banner-prova p,
.banner-prova a {
  color: white;
}

.banner-carforyou {
  height: 250px;
}

.banner-carforyou > img {
  left: 60px;
  height: 250px;
  width: auto;
  bottom: -45px;
}

#tipologia path,
#tipologia circle {
  fill: white !important;
}

.footer .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M171.62%2C62h0a6.29%2C6.29%2C0%2C0%2C0-8.87%2C0L100%2C124.72%2C37.25%2C62a6.27%2C6.27%2C0%2C1%2C0-8.87%2C8.87L95.56%2C138a6.36%2C6.36%2C0%2C0%2C0%2C4.44%2C1.83%2C6.23%2C6.23%2C0%2C0%2C0%2C4.43-1.83l67.19-67.19a6.29%2C6.29%2C0%2C0%2C0%2C0-8.87Z%22%20style%3D%22fill%3A%23ffffff%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#subnavbar .uk-accordion-title::before,
#menu-mobile .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M171.62%2C62h0a6.29%2C6.29%2C0%2C0%2C0-8.87%2C0L100%2C124.72%2C37.25%2C62a6.27%2C6.27%2C0%2C1%2C0-8.87%2C8.87L95.56%2C138a6.36%2C6.36%2C0%2C0%2C0%2C4.44%2C1.83%2C6.23%2C6.23%2C0%2C0%2C0%2C4.43-1.83l67.19-67.19a6.29%2C6.29%2C0%2C0%2C0%2C0-8.87Z%22%20style%3D%22fill%3A%231d1d1b%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.footer .uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M172.92%2C141.5h0a6.25%2C6.25%2C0%2C0%2C1-8.86%2C0L101.31%2C78.75%2C38.56%2C141.5a6.27%2C6.27%2C0%2C1%2C1-8.87-8.87L96.87%2C65.45a6.26%2C6.26%2C0%2C0%2C1%2C8.87%2C0l67.18%2C67.18a6.26%2C6.26%2C0%2C0%2C1%2C0%2C8.87Z%22%20style%3D%22fill%3A%23ffffff%22%2F%3E%3C%2Fsvg%3E);
}

#content .uk-open > .uk-accordion-title::before,
#menu-mobile .uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M172.92%2C141.5h0a6.25%2C6.25%2C0%2C0%2C1-8.86%2C0L101.31%2C78.75%2C38.56%2C141.5a6.27%2C6.27%2C0%2C1%2C1-8.87-8.87L96.87%2C65.45a6.26%2C6.26%2C0%2C0%2C1%2C8.87%2C0l67.18%2C67.18a6.26%2C6.26%2C0%2C0%2C1%2C0%2C8.87Z%22%20style%3D%22fill%3A%231d1d1b%22%2F%3E%3C%2Fsvg%3E);
}

.uk-offcanvas-bar {
  width: 100%;
  max-width: 400px;
  padding: 0;
  color: #333;
}
.uk-offcanvas-bar .uk-close {
  color: #333;
}
.uk-offcanvas-bar .uk-input, .uk-offcanvas-bar .uk-input:focus {
  color: #333;
  border: 1px solid #bbb;
}
.uk-offcanvas-bar .uk-button-default, .uk-offcanvas-bar .uk-button-default:focus, .uk-offcanvas-bar .uk-button-default:hover {
  background-color: #0070b8;
  color: #fff;
  border: 2px solid #0070b8;
}

.menu-mobile-header {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.footer-mobile > ul {
  padding: 0;
  list-style: none;
}
.footer-mobile > ul > li {
  border-bottom: 1px solid white;
}
.footer-mobile > ul > li > a {
  color: white !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-bottom: 10px !important;
}
.footer-mobile > ul > li .uk-accordion-content {
  margin: 10px 20px 20px 20px;
}

.arrow-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.arrow-list ul li {
  margin: 0 0 2rem 0;
  position: relative;
  padding-left: 30px;
}
.arrow-list ul li *, .arrow-list ul li:last-child {
  margin: 0;
}
.arrow-list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg id='Livello_1' data-name='Livello 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 200 200'><defs><style>.cls-12{fill:%2397bf04;}</style></defs><path class='cls-12' d='M168,98.83,107,34.34A5.74,5.74,0,0,0,103,32.53a5.79,5.79,0,0,0-4.36,9.76l51.8,54.78H38.8a5.79,5.79,0,1,0,0,11.58H150.29L99.08,162.54a5.78,5.78,0,0,0,4.19,9.77,5.73,5.73,0,0,0,4.2-1.8L168,106.79A5.79,5.79,0,0,0,168,98.83Z'/></svg>");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

#variants-selector .uk-subnav-pill li a {
  color: #0070b8 !important;
  background-color: #85cfff !important;
  font-weight: 500;
}

#variants-selector .uk-subnav-pill li.uk-active a {
  color: #ffffff !important;
  background-color: #0070b8 !important;
}

#variants-selector .uk-subnav-pill li.disabled a {
  color: #aaaaaa !important;
  background-color: #eeeeee !important;
}

@media (min-width: 960px) {
  .chisiamo-business-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
  }
}
@media (max-width: 959px) {
  .chisiamo-business-img {
    max-height: 400px;
  }
}
@media (max-width: 1200px) {
  .datasheet .focuscar .label-item {
    top: -20px;
    left: 0;
  }
  /*.stikybotton a {
      zoom: .9;
  }*/
  #nav > li:last-child {
    display: none;
  }
}
@media (max-width: 1100px) {
  #nav > li:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 960px) {
  a.filtra {
    margin-top: 20px;
  }
  .datasheet .text-form {
    text-align: center;
    padding: 20px 60px;
  }
  .sharing {
    justify-content: center;
  }
  .breadcrumb {
    margin: 10px 0 0 0 !important;
  }
  .datasheet.inner .uk-h1,
  .datasheet.inner h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .centermobile {
    text-align: center;
  }
  .expandmobile {
    width: 100%;
    margin-top: 15px !important;
  }
  .mobile-5margin {
    margin-left: -5px;
  }
  .uk-subnav-pill > li > a {
    font-size: 0.53rem !important;
  }
  .datasheet .uk-subnav > * {
    padding-left: 5px;
  }
  .services-container {
    border: 0;
  }
  /*.offer .focuscar {
      padding: 30px !important;
  }*/
  /*.filters {
      padding: 10px;
  }*/
  .filters .filter:nth-child(3) {
    padding-left: 0;
  }
  .filters .filter > div {
    padding-bottom: 5px;
    margin-top: 10px;
  }
  .uk-position-center-left-out {
    right: calc(100% + 5px);
  }
  .uk-position-center-right-out {
    left: calc(100% + 5px);
  }
  /*.stikybotton a {
      zoom: .7;
      margin-right: 10px;
  }*/
  /*.uk-card-body {
      padding: 30px 8px;
  }*/
  .banner-plus > div > div:not(:last-child) {
    border: 1px solid #ccc;
  }
  .banner-plus > div.uk-slider-items > div {
    padding: 0 !important;
    margin-left: 35px;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
  }
  .banner-plus > div .uk-slider-items > div h4 {
    margin-bottom: 0;
  }
  .banner-plus > div .uk-slider-items > div svg {
    width: 60%;
  }
  .banner-plus > div .uk-slider-items > div .uk-slider-items > div p {
    margin-top: 10px;
  }
  .frame,
  .slidee > div {
    height: 400px;
  }
  .slidee > div {
    width: 300px;
    min-width: 300px;
  }
  .slidee > div img {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .filters .filter {
    padding-left: 0;
  }
  /*.stikybotton {
      z-index: 100000;
      margin-top: -110px !important;
      height: 110px;
      border-top: 2px solid rgb(204, 204, 204);*/
  /*flex-direction: column;*/
  /*}

  .stikybotton a {
      margin: 0 15px 10px 0 !important;
  }

  .stikybotton a:last-child {
      margin: 0 0 10px 0 !important;
  }*/
  .inner.datasheet .footer {
    padding-bottom: 180px;
  }
  /*.stikybotton a {
      zoom: .7;
  }

  .stikybotton .zoom {
      zoom: .7;
      margin-right: 10px;
  }*/
  .whereisbike hr {
    top: 25px;
    width: 70%;
    left: 15%;
  }
  .text-banner-header {
    width: calc(100% - 180px);
    padding: 20px 0 25px 20px;
  }
  .guido-banner-header {
    height: 150px;
  }
  .uk-h1,
  h1 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .uk-h5,
  h5 {
    font-size: 1rem;
    line-height: 1.3;
  }
  .type-banner-header > a {
    width: 25%;
  }
  .uk-text-xsmall {
    font-size: 0.65rem;
    line-height: 1.5;
  }
  .logoheader {
    width: calc(100% - 190px);
    max-width: 250px;
  }
  #tipologia .slidee > a {
    float: left;
    width: 70px;
    margin: 0 15px 0 5px;
    cursor: pointer;
  }
  .results {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .contactus {
    zoom: 0.7;
  }
  /*.active-filters {
      width: calc(100% - 90px);
  }*/
  .active-filters a.uk-button-default,
  .active-filters a.uk-button-default:hover {
    zoom: 0.7;
    margin-bottom: 3px;
  }
  .item h5,
  .item span,
  .item s,
  .item p:nth-child(2) {
    font-size: 0.7rem !important;
  }
  .item span {
    font-size: 0.9rem !important;
  }
  .mobilesearch {
    background-color: #333;
    padding: 8px 40px;
  }
  .mobilesearch input {
    height: 30px;
    border-radius: 50px;
  }
  .banner-prova {
    margin-bottom: 0;
    padding: 0;
  }
  .banner-prova > div {
    height: 150px;
  }
  .banner-prova p {
    margin: 0;
  }
  .banner-carforyou {
    height: 150px;
    background-position-x: 110%;
    background-size: 40%;
  }
  /*    .banner-carforyou > img {
          left: 11px;
          height: 60px;
          bottom: -15px;
      }
  */
  .banner-carforyou > div {
    zoom: 0.8;
    width: 60%;
    text-align: center;
  }
  .uk-h3 {
    font-size: 1.3rem;
  }
  .banner-services {
    zoom: 0.8;
    text-align: center;
  }
  .banner-services-text {
    padding: 20px 30px 0;
  }
  .goup,
  .goup > a {
    color: white;
    background-color: #666;
  }
  .footerbottom > div > span {
    display: block;
    position: unset;
    width: 100%;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .footerbottom > div > span:last-child {
    margin-bottom: 0;
  }
  .uk-accordion-content {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  #filtra.filters,
  #ordina.sorting {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .filters > div > div > ul > li {
    margin: 0;
    font-weight: 500;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
  }
  .sorting > div > div > ul > li {
    margin: 0;
    font-weight: 500;
    padding: 19px 25px 15px;
    border-bottom: 1px solid #ccc;
  }
  .filters .uk-nav-header,
  .sorting .uk-nav-header {
    font-size: 0.8rem;
    font-weight: 700;
  }
  .filters li:last-child {
    border-bottom: 0;
  }
  a.filtra,
  a.filtra:focus {
    zoom: 0.8;
  }
  #filtra line {
    stroke-width: 2;
  }
  #filtra > div,
  #ordina > div {
    height: 100%;
  }
  .uk-offcanvas-close {
    top: 11px;
  }
  .sorting .uk-radio {
    height: 22px;
    width: 22px;
    margin-right: 8px;
  }
  .uk-radio:checked ~ span {
    font-weight: 600;
  }
  /*#content .rent-box {
      background-size: 60%;
      background-position-y: 0px;
      background-position-x: 125%;
  }*/
  /*.filters {
      display: none;
  }*/
  .frame,
  .slidee > div {
    height: 280px;
  }
  .slidee > div {
    width: 200px;
    min-width: 200px;
  }
  .slidee > div img {
    max-height: 140px;
  }
}
@media (width: 768px) {
  /*#content .rent-box {
      background-size: 23%;
      background-position-y: 0px;
      background-position-x: 106%;
  }*/
  .results-mobile, .linemobile {
    display: block !important;
  }
  .results-mobile.uk-child-width-1-2 > * {
    width: 49%;
  }
  .results-mobile a {
    font-size: 1.5rem;
  }
  .desktoporder {
    display: none !important;
  }
  .banner-carforyou {
    background-size: 150px 100%;
    background-position-x: 100%;
  }
}
@media (max-width: 640px) {
  /*.stikybotton .zoom {
      width: 100%;
      text-align: center;
      margin-right: 0;
  }*/
  /*.stikybotton a {
      zoom: .8;
  }*/
  .uk-card-body {
    padding: 25px 20px;
  }
  .bikefeatures > div {
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .filter {
    padding-left: 9px;
  }
  .filters select,
  .filters .select-filter {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-8\@l > * {
    width: 12.4984376953%;
  }
}
input[type=range] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #003D7C;
}

input[type=range]:nth-child(2)::-webkit-slider-runnable-track {
  background: none;
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}

input[type=range]:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}

.rangeslider {
  position: relative;
  height: 60px;
  width: 100%;
  display: inline-block;
}
.rangeslider input[type=range] {
  width: 100%;
}

.rangeslider input {
  position: absolute;
}

.rangeslider .range_min,
.rangeslider .range_max {
  position: absolute;
  margin-top: 30px;
  left: 0;
}

.rangeslider .range_max {
  position: relative;
  float: right;
  margin-right: -5px;
}

.chip {
  background-color: #eee;
  padding: 0 12px;
  border-radius: 700px;
  line-height: 20px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #333;
}

.rowcart .uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}
.rowcart .chip {
  font-size: 9px;
  font-weight: 600;
}
.rowcart .chip.dark {
  background-color: #ccc;
}
.rowcart .chip.inforequest {
  background-color: #ffca00;
}
.rowcart .chip.booking {
  background-color: #97b501;
}

.configurable-page-box {
  background-color: #eee;
}
.configurable-page-box .img-cnt {
  text-align: center;
}
.configurable-page-box .img-cnt img {
  max-height: 125px;
}

.electric-mobility-page-box .img-cnt img {
  max-height: 125px;
}

.remove-p-margin p {
  margin: 0;
}

.plus-icon {
  position: absolute;
  top: 40%;
  right: -55px;
  z-index: 1000;
}

.plus-icon.last {
  display: none;
}

/* loading */
.loading-content {
  position: absolute;
  top: 50%;
  width: 100%;
  background-image: url(/assets/img/loadingwhite.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px;
  color: #fff;
  height: 50px;
}

.loading-overlay-fixed {
  position: fixed;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  opacity: 0.5;
  background: #000;
  z-index: 10000;
  overflow: auto;
  overflow-y: hidden;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 1199px) {
  .plus-icon {
    right: -35px;
  }
  .plus-icon img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .plus-icon.even {
    display: none;
  }
}
@media (max-width: 639px) {
  .plus-icon {
    bottom: -35px;
    top: auto;
    right: 50%;
    transform: translateX(50%);
  }
}
/* Proof of concept for Firefox */
@-moz-document url-prefix() {
  .rangeslider::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #003D7C;
    display: block;
    position: relative;
    top: 16px;
  }
  input[type=range]:nth-child(1) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }
  input[type=range]:nth-child(2) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }
  input[type=range]::-moz-range-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #003D7C;
    border-radius: 25px;
    z-index: 1;
  }
  input[type=range]:nth-child(1)::-moz-range-thumb {
    transform: translateY(-20px);
  }
  input[type=range]:nth-child(2)::-moz-range-thumb {
    transform: translateY(-20px);
  }
}
.uk-pagination a.uk-text-bold:focus, .uk-pagination a.uk-text-bold:hover {
  font-weight: 700;
}

.uk-pagination a.uk-active {
  color: #0070b8;
  border: 1px solid #0070b8;
}

label.has-error {
  color: red !important;
  font-size: 12px;
}

input.has-error {
  border-color: red !important;
}

input.has-error, select.has-error {
  border: 1px solid red !important;
}

label #Privacy1-error {
  position: absolute;
  margin-top: 21px;
  margin-left: 5px;
  font-size: 0.7rem;
}

.uk-form-icon {
  height: 40px !important;
}

.cart-product-quantity.uk-select:not([multiple]):not([size]),
.quantity.uk-select:not([multiple]):not([size]) {
  font-size: 16px;
  line-height: 28px;
  padding: 2px 48px 2px 8px;
  height: auto;
  color: #000000;
  background-color: #f8f8f8;
  background-image: url(/assets/img/icone-generali/ico_giu.svg);
  background-size: 22px;
  background-position: right 5px top 50%;
}
.cart-product-quantity.uk-select:not([multiple]):not([size]) option,
.quantity.uk-select:not([multiple]):not([size]) option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  height: 50px;
}
.cart-product-quantity.uk-select:not([multiple]):not([size]):focus,
.quantity.uk-select:not([multiple]):not([size]):focus {
  background-color: #f8f8f8;
}
.cart-product-quantity.uk-select:not([multiple]):not([size]).mobile,
.quantity.uk-select:not([multiple]):not([size]).mobile {
  font-size: 14px;
  line-height: 22px;
  padding: 2px 40px 2px 8px;
  background-size: 18px;
}

#cart {
  /*    .rowboxprice > div:last-child {
          width: 10%;
      }
  */
}
#cart .rowcart {
  /*
      border-bottom: 1px solid $light-gray;
      border-left: 1px solid $light-gray;
      border-right: 1px solid $light-gray;
  */
  padding-bottom: 10px;
}
#cart .rowcart.firstrow {
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600 !important;
}
#cart .rowfirstbox {
  width: 70%;
}
#cart .rowboxprice {
  width: 30%;
}
#cart .rowboxinfo {
  width: 100%;
}
#cart .rowboxinfo > div {
  margin: 0 10px;
}
#cart .rowdelivery {
  min-width: 130px;
  font-weight: 600;
  font-size: 0.875rem;
}
#cart .rowcart.firstrow .rowdelivery {
  font-size: 1rem;
}
#cart .rowboxprice > div {
  margin: 0 8px;
  width: 30%;
}
#cart .rowtotal {
  font-size: 1.2rem;
}
#cart .rowcart.firstrow .rowtotal {
  font-size: 1rem;
}
#cart .rowunitprice {
  font-size: 1.2rem;
}
#cart .rowcart.firstrow .rowunitprice {
  font-size: 1rem;
}
#cart .rowdelete {
  cursor: pointer;
}
#cart .rowname {
  width: 55%;
  margin-right: 30px !important;
}
#cart .uk-table td {
  padding: 5px 0;
}
#cart .titoli {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}
#cart .measures {
  line-height: 1;
  margin-top: 10px;
}
#cart h5.tailormade {
  font-size: 0.8rem;
}
#cart .primaryitem, #cart .rowsum {
  border-top: 2px solid #ccc;
}
#cart .nobord {
  border-top: 0;
}
@media (max-width: 768px) {
  #cart .cartlist {
    margin-bottom: 20px;
  }
  #cart .rowquantity:not(.titoli) {
    padding: 0;
    width: 33.3222259247%;
    zoom: 0.8;
  }
  #cart .rowtotal {
    font-size: 1rem;
    margin-right: 0 !important;
    padding: 0;
  }
  #cart .rowunitprice {
    font-size: 1rem;
    padding: 0;
  }
  #cart .rowtables {
    zoom: 0.9;
  }
  #cart .rowcart:not(.top) {
    zoom: 0.8;
  }
  #cart .rowname {
    margin-right: 0px !important;
  }
  #cart .rowquantity.titoli {
    width: 103px;
    padding: 0;
  }
}

.rowquantity {
  width: 90px;
}

.rowquantity input {
  border-radius: 7px;
  border: 1px solid #333;
  width: 90px;
  height: 38px;
  display: inline-block;
  padding: 0 28px 0 28px !important;
  box-sizing: border-box;
  font-size: 1.2rem;
}

.rowquantity .plus rect:first-child {
  width: 2px;
  height: 14px;
  y: 3;
}

.rowquantity .plus rect:last-child {
  height: 2px;
  width: 14px;
  x: 3;
}

.rowquantity .minus rect {
  height: 2px;
  width: 13px;
}

.cartnumberitems, .cartnumberitems:hover {
  position: absolute;
  top: 0;
  right: 0;
}
.cartnumberitems > div, .cartnumberitems:hover > div {
  color: #fff;
  background-color: red !important;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  font-weight: 700 !important;
  font-size: 0.6rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order-review {
  /*
  .uk-table {
      thead > tr {
          border-bottom: 1px solid #f8f8f8;
      }

      th {
          text-transform: none;
          font-weight:bold;
          color: $global-color;
          padding-bottom:5px;
      }
  }*/
}
#order-review .order-review-data .uk-select:not([multiple]):not([size]) {
  padding: 17px 30px 17px 22px;
  height: auto;
  border: none;
  background-color: #f8f8f8;
  background-image: url(/assets/img/icone-generali/ico_giu.svg);
  background-size: 35px;
  background-position: right 22px top 50%;
}
#order-review .order-review-data .uk-select:not([multiple]):not([size]) option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  height: 50px;
}
#order-review .order-review-data .uk-select:not([multiple]):not([size]):focus {
  background-color: #f8f8f8;
}
#order-review .rowcart {
  /*border-bottom: 1px solid #ccc;*/
  padding: 15px 0px;
}
#order-review .rowcart.firstrow {
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600 !important;
}
#order-review .rowquantity input {
  border-radius: 7px;
  border: 1px solid #b5b5b5;
  width: 90px;
  height: 38px;
  display: inline-block;
  padding: 0 28px 0 28px !important;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
}
#order-review .rowboxinfo {
  width: 100%;
}
#order-review .rowboxinfo > div {
  margin: 0 10px;
}
#order-review .rowdelivery {
  min-width: 130px;
  font-weight: 600;
  font-size: 0.875rem;
}
#order-review .rowcart.firstrow .rowdelivery {
  font-size: 1rem;
}
#order-review .rowboxprice > div {
  margin: 0 8px;
}
#order-review .rowtotal {
  font-size: 1.2rem;
}
#order-review .rowcart.firstrow .rowtotal {
  font-size: 1rem;
}
#order-review .rowunitprice {
  font-size: 1.2rem;
}
#order-review .rowquantity.parent {
  font-size: 1.2rem;
}
#order-review .rowcart.firstrow .rowunitprice {
  font-size: 1rem;
}
#order-review .rowdelete {
  cursor: pointer;
}
#order-review .rowname {
  margin-right: 30px !important;
}
#order-review .uk-table td {
  padding: 5px 0;
}
#order-review .titoli {
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}
#order-review .uk-textarea {
  resize: none;
}
#order-review .uk-button {
  border: none;
  font-size: 18px;
}
#order-review .alert-checkout {
  padding: 15px 40px 15px 50px;
}
#order-review .alert-checkout span {
  margin-left: 20px;
}
#order-review .sidebox {
  padding-top: 33px;
}
#order-review .custom-select a {
  display: block;
  width: 100%;
  padding: 15px 30px 15px 22px;
  box-sizing: border-box;
  overflow: hidden;
}
#order-review .custom-select a + a {
  border-top: 1px solid #f8f8f8;
}
#order-review .custom-select a:hover {
  background-color: #f8f8f8;
}
#order-review .custom-select .readonly {
  font-size: 1em;
  padding: 10px 42px 10px 22px;
  line-height: 38px;
}
#order-review .custom-select .uk-button {
  font-size: 1em;
  padding: 10px 42px 10px 22px;
  text-transform: none;
  background-image: url(/assets/img/icone-generali/ico_giu.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 7px top 50%;
}
#order-review .custom-select .uk-dropdown {
  padding: 0;
}
#order-review ul.custom-radiobutton-list li {
  padding: 10px 42px 10px 22px;
}
#order-review .uk-list-striped-no-border > *:nth-of-type(odd) {
  border: none;
}
#order-review .uk-list > ::before {
  left: -30px;
}
#order-review .custom-radiobutton-list .uk-grid.uk-flex-middle {
  align-items: center;
}
#order-review .alert-chekout {
  padding: 15px 35px 15px 40px;
}
#order-review .footermobile {
  z-index: 1;
  position: fixed;
  bottom: 0;
  zoom: 0.8;
  padding: 10px 20px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.38);
}
#order-review h5.tailormade {
  font-size: 0.8rem;
}
#order-review .primaryitem {
  border-top: 2px solid #ccc;
}
@media (max-width: 768px) {
  #order-review .custom-select .uk-button {
    padding: 10px 65px 10px 22px;
  }
  #order-review .order-review-name {
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #order-review .order-review-name span {
    font-size: 1rem;
  }
  #order-review .order-review-data > div {
    zoom: 0.8;
  }
  #order-review .order-review-data .uk-dropdown {
    max-width: calc(100% - 40px);
  }
  #order-review .rowcart:not(.top) {
    zoom: 0.8;
  }
  #order-review .alert-checkout {
    margin-top: 0;
    font-size: 0.875rem;
  }
  #order-review .rowname {
    margin-right: 0px !important;
  }
  #order-review .rowunitprice {
    font-size: 1rem;
    padding: 0;
  }
  #order-review .rowtotal {
    font-size: 1rem;
    margin-right: 0 !important;
    padding: 0;
  }
  #order-review .rowquantity {
    padding: 0;
  }
  #order-review .subtitle-checkout {
    font-size: 1.2rem;
  }
  #order-review .rowquantity:not(.titoli) {
    padding: 0;
    width: 33.3222259247%;
    zoom: 0.8;
  }
  #order-review .rowquantity.parent {
    zoom: 1;
    font-size: 1rem;
  }
  #order-review .last-block {
    padding-left: 0;
  }
}

/* testo primary (evidenziato) */
#my-account .uk-text-primary, .my-account .uk-text-primary,
#my-account .text-primary, .my-account .text-primary {
  color: #0070b8 !important;
}

/* link e anchor */
#my-account .uk-link, .my-account .uk-link, #my-account a, .my-account a {
  color: #0070b8 !important;
}

/* hover e focus di link e anchor */
#my-account a:hover, .my-account a:hover, #my-account .uk-link:hover, .my-account .uk-link:hover,
#my-account .uk-link-toggle:hover .uk-link, .my-account .uk-link-toggle:hover .uk-link,
#my-account .uk-link-toggle:focus .uk-link, .my-account .uk-link-toggle:focus .uk-link {
  color: #377CFD !important;
}

/* bordo bottoni default */
#my-account .uk-button-default, .my-account .uk-button-default {
  border-color: #0070b8 !important;
}

/* sfondo bottoni default */
#my-account .uk-button-primary, .my-account .uk-button-primary, #my-account .uk-button-primary:active, .my-account .uk-button-primary:active, #my-account .uk-button-primary.uk-active, .my-account .uk-button-primary.uk-active {
  background-color: #0070b8 !important;
}

/* bordo bottoni default hover */
#my-account .uk-button-default:hover, .my-account .uk-button-default:hover {
  border-color: #0070b8 !important;
}

/* bordo bottoni hover */
#my-account .uk-button:hover, .my-account .uk-button:hover {
  border-color: #0070b8 !important;
}

/* sfondo bottoni hover */
#my-account .uk-button-primary:hover, .my-account .uk-button-primary:hover, #my-account .uk-button-primary:focus, .my-account .uk-button-primary:focus {
  background-color: #0070b8 !important;
}

/* ribbon per indirizzo default, fatturazione e spedizione */
#my-account #billing .default-address, #my-account #shippings .default-address, .my-account #billing .default-address, .my-account #shippings .default-address {
  background-color: #0070b8 !important;
}