.nr {
  display: block
}

body {
  font: 300 17px/24px kanit, verdana, sans-serif
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5 {
  font-family: 'kanit'
}

body a {
  font-weight: 300
}

body a:focus {
  text-decoration: none
}

body .btn {
  border-radius: 2px
}

body label {
  font-weight: 300
}

body .btn-primary {
  font-family: kanit, verdana, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase
}

body .btn-default.selected {
  font-weight: 300;
  color: #000
}

body .btn-warning {
  background-color: #f7db0b;
  color: #211c52;
  border-color: #f7db0b
}

body .btn-warning:hover {
  background-color: #f7db0b;
  color: #fff
}

body .btn-play {
  overflow: hidden;
  text-indent: -2000px;
  background-image: url(https://pngimage.net/wp-content/uploads/2018/05/bottone-play-png-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block
}

body .btn-pdf {
  border: none;
  color: #c03
}

body .btn-pdf i.fa-file-pdf-o {
  font-size: 40px
}

body .btn-pdf span {
  text-decoration: underline
}

body footer div a.btn-info:link,
body footer div a.btn-info:visited,
body footer div a.btn-info:hover {
  background-color: #fff;
  color: #0F2554;
  display: block
}

body .h1 {
  font: 300 40px/60px kanit, verdana, sans-serif;
  text-align: left
}

body .h1.bold {
  font: 600 34px/50px kanit, verdana, sans-serif;
  text-shadow: -2px 2px 2px #bbb
}

body .h2 {
  font: 700 35px/40px kanit, verdana, sans-serif;
  text-transform: uppercase
}

body h3,
body .h3,
body div div .h3 {
  font: 300 18px/20px kanit, verdana, sans-serif
}

.pb-4 {
  padding-bottom: 40px
}

.sprite {
  background-image: url(img/sprite.png);
  background-repeat: no-repeat
}

.bordogiallo {
  border-right: 20px solid #f7db0b
}

.underline {
  text-decoration: underline
}

.conbordosotto {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #211c52;
  margin-bottom: 20px;
  padding-bottom: 20px
}

body .btn {
  font-size: 15px
}

.tran {
  transition: all 500ms
}

.tran2s {
  transition: all 2000ms
}

.table>tbody>tr>td {
  border-top: 1px dashed #d5d5d5
}

.table>thead>tr>th {
  border-bottom-width: 1px
}

.bgbianco {
  background-color: #fff
}

.pdf {
  background-position: 0 -50px;
  padding: 0 5px 0 50px;
  height: 50px;
  line-height: 50px
}

em.power {
  margin-top: -4px;
  position: absolute;
  font-style: normal
}

.bkggrey {
  background-color: #e2e2e2
}

.bkgbianco {
  background-color: #fff
}

body i.fa.biig {
  font-size: 45px
}

.noclick,
.submit {
  cursor: pointer
}

.w100 {
  width: 100%
}

.openFotoModal {
  border-radius: 1px;
  cursor: pointer;
  transition: 0.3s
}

.openFotoModal:hover {
  opacity: 0.7
}

.modal {
  display: none;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9)
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh
    /*600px*/
}

.autoheight .modal-content,
.prodottopage .modal-content {
  max-height: initial
}

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.modal .closestyle {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s
}

.modal .closestyle:hover,
.modal .closestyle:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%
  }
}

#variantiModal label {
  font-weight: 400;
  line-height: 40px;
  margin: 5px 0;
  cursor: pointer
}

#variantiModal .addtocart {
  max-width: 100%
}

#variantiModal .addtocart input {
  width: auto;
  font-weight: 300
}

em.reg {
  font-size: 50%;
  top: -4px;
  position: relative;
  font-style: normal;
  font-family: arial, sans-serif;
  font-weight: 400
}

#breadcrumbs em.reg {
  font-size: 12px;
  top: -2px
}

.menusx {
  background: #f5f5f5;
  position: sticky;
  top: 90px;
  border: 1px solid #ddd;
  padding: 15px;
}

.menusx em.reg {
  font-size: 13px;
  top: -3px
}

body .carousel-control {
  opacity: 1;
  z-index: 99
}

.sprite.flag.flag-it:before {
  content: ''
}

.bsbottom {
  box-shadow: 0 2px 2px #999
}

body div .small {
  font-size: 80%
}

.bg-info {
  background-color: #f5f5f5 !important
}

.bg-blue {
  background-color: #204580
}

body.covered {
  overflow: hidden
}

body.covered .cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-image: url(img/loader.gif);
  background-position: center;
  z-index: 9999;
  opacity: .85
}


/* testata */
.ready .searchboxouter {
  width: 100%
}

#navigatore_top {
  display: flex;
  justify-content: space-between
}

#navigatore_top>li {
  text-align: center;
  line-height: 15px;
  width: 8.33333333%
}

#navigatore_top>li>a {
  display: block;
  max-width: 150px;
  font-size: 15px;
  max-height: 76px;
  overflow: hidden
}

#navigatore_top>li>a:before {
  display: block;
  width: 58px;
  height: 43px;
  margin: 0 auto 2px;
  content: '';
  background-image: url(img/sprite_20220509.png);
  background-position: top center;
  background-size: 250px;
  background-position: 32% 0
}

#navigatore_top>li:nth-child(2)>a:before {
  background-position: 62% 0
}

#navigatore_top>li:nth-child(3)>a:before {
  background-position: 92% 0
}

#navigatore_top>li:nth-child(4)>a:before {
  background-position: 32% -44px
}

#navigatore_top>li:nth-child(5)>a:before {
  background-position: 62% -45px
}

#navigatore_top>li:nth-child(6)>a:before {
  background-position: 92% -45px
}

#navigatore_top>li:nth-child(7)>a:before {
  background-position: 0 -90px
}

#navigatore_top>li:nth-child(8)>a:before {
  background-position: 32% -90px
}

#navigatore_top>li:nth-child(9)>a:before {
  background-position: 62% -90px
}

#navigatore_top>li:nth-child(10)>a:before {
  background-position: 92% -90px
}

#navigatore_top>li:nth-child(11)>a:before {
  background-position: 0 -135px
}

#navigatore_top>li:nth-child(12)>a:before {
  background-position: 32% -135px
}

#navbar {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 75%, rgba(245, 245, 245, 1) 75%, rgba(245, 245, 245, 1) 100%)
}

#menumobile {
  padding-bottom: 0
}

.menu1 {
  padding: 6px 0 0
}

.menu1 a {
  color: #666
}

.menu1 .dropdown-menu {
  left: initial;
  right: 5px;
  margin-top: 0
}

.menu1 .fa {
  margin: auto;
  display: block;
  text-align: center;
  line-height: 20px;
  padding-top: 5px
}

.menu1 .nav span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase
}

.menu1 .nav span.flagbox {
  height: 25px;
  padding: 8px 17px
}

.menu1 .nav .dropdown-menu span {
  display: inline-block
}

.navbar-nav a {
  color: #fff
}

.flag span,
span.flag {
  width: 18px;
  height: 12px;
  display: inline-block;
  vertical-align: middle
}

.flag-it span,
span.flag.flag-it {
  background-position: -20px 0
}

.flag-pt span,
span.flag.flag-pt {
  background-position: -40px 0
}

.flag-ro span,
span.flag.flag-ro {
  background-position: -60px 0
}

.navbar-wrapper {
  -webkit-transition: top 1s linear;
  transition: top 1s linear
}

.scrolled .navbar-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  top: 0
}

.flags {
  margin: 10px 20px 20px;
  display: table;
  width: calc(100% - 40px);
  table-layout: fixed
}

.flags>li {
  display: table-cell
}

.primariga {
  position: fixed;
  top: 0;
  width: 100%
}

.ordine .presentatorecat .row {
  background-color: #fff
}

.presentatorecat>.container>.interno {
  padding: 5px 15px;
  background-color: #fff;
  border: 1px solid #ececec
}

body .navbar-brand {
  background-repeat: no-repeat;
  margin-right: 3vw
}

body.scrolled .navbar-brand {
  margin-top: 6px;
  margin-bottom: 6px;
  height: 35px;
  width: 184px
}

.navbar-brand-outer {
  margin-right: 0
}

.scrolled .navbar-brand-outer {
  margin-right: 66px
}

header {
  z-index: 999;
  position: relative
}

body.scrolled>header>div .menu1 a {
  line-height: 48px
}

body.scrolled #searchbox {
  padding-top: 6px;
  padding-bottom: 6px
}

.rigamenu {
  overflow: visible
}

#searchbox {
  padding-left: 60px;
  min-width: 400px
}

#searchbox:before {
  content: '';
  display: block;
  border-left: 58px solid #fff;
  border-top: 58px solid transparent;
  ;
  width: 25px;
  height: 50px;
  left: 0;
  top: 0;
  position: absolute
}

.scrolled #searchbox:before {
  border-top: 52px solid transparent;
}

.searchbox form {
  padding-left: 40px
}

.searchbox {
  padding: 6px 0 6px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.searchbox input[name='q'] {
  padding: 5px 0;
  background-color: transparent;
  width: 100%;
  border: 0 solid #ddd;
  line-height: 45px;
  height: 45px;
  border-radius: 4px 0 0 4px;
  font-size: 18px;
  width: 100%
}

.searchbox input[name='q']::placeholder {
  color: #aaa
}

.searchbox input[name='q']:focus {
  box-shadow: none;
  outline: none
}

.searchbox a.submit {
  position: absolute;
  width: 40px;
  height: 45px;
  line-height: 45px;
  top: 0;
  left: 0;
  font-size: 18px;
  text-align: center;
  color: #888
}

.searchbox a.submit:hover {
  background-color: #bbb
}

.searchbox a>svg {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%)
}

body>header>div .menu1 .dropdown .dropdown a {
  line-height: 40px
}

.dropdown-menu {
  border-radius: 0
}

#epd a {
  text-decoration: underline;
  color: #000
}

#epd #cookiesdirective>div {
  width: 100% !important;
  padding: 0 20px
}

.userbox {
  float: right;
  line-height: 40px;
  position: absolute;
  right: 30px;
  top: 9px;
  text-transform: uppercase;
}

body>nav>.rigamenu .userbox a {
  color: #f7db0b
}

.userbox .dropdown-menu {
  left: initial;
  right: 5px;
}

.caret-right {
  /*border-bottom: 4px solid transparent;border-top: 4px solid transparent;border-left: 4px solid;display: inline-block;height:0;position:absolute;right:9px;top:50%;margin-top:-5px;width:0*/
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu .dropdown-menu {
  margin-top: 0;
  width: 200%
}

.dropdown-submenu:nth-child(n + 11) .dropdown-menu {
  left: initial;
  right: 0
}

@media (max-width:1400px) {
  #navigatore_top>li>a {
    font-size: 14px
  }
}

@media (min-width:767px) {
  .dropdown:hover>.dropdown-menu {
    display: block
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block
  }
}

/* homepage */
body.ishome .h1 {
  font-size: 30px;
  line-height: 50px;
  text-align: center
}

.bkg {
  background-position: center;
  background-position: cover;
  width: 100%
}

.bkgbanner1 {
  background-image: url(/static/img/bkgbanner1.jpg);
  background-size: cover;
}

.bkgbanner2 {
  background-color: #fff;
  background-repeat: repeat-x;
  background: -webkit-linear-gradient(to bottom right, #9db5d7 0, #d3deed 50%, #fff 100%);
  background: linear-gradient(to bottom right, #9db5d7 0, #d3deed 50%, #fff 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9db5d7', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9db5d7', endColorstr='#ffffffff', GradientType=0)
}

.bkgbanner3 {
  background-color: #0096ee;
  background-repeat: repeat-x;
  background: -webkit-linear-gradient(to bottom right, #003655 0, #0066a1 50%, #0096ee 100%);
  background: linear-gradient(to bottom right, #003655 0, #0066a1 50%, #0096ee 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003655', endColorstr='#ff0096ee', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff003655', endColorstr='#ff0096ee', GradientType=0)
}

.bkg .container {
  padding: 50px 15px
}

body .carousel-indicators li {
  background-color: #fff;
  border-color: #fff
}

body .carousel-indicators .active {
  background-color: #f7db0b;
  border-color: #f7db0b
}

.bkgbannermap {
  background-image: url(/static/img/europe.jpg);
  background-size: cover;
  background-position: center right
}

.ishome .marketing i {
  font-size: 35px;
  font-weight: 400;
  color: #0F2554
}

body #videoModal {
  padding-top: 20px
}

#videoModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none
}

#videoModal button.close {
  position: absolute;
  right: 10px;
  top: -55px;
  font-size: 60px;
  color: #fff;
  opacity: 1
}

#videoModal .modal-dialog {
  width: 90vw
}

#videoModal .modal-content {
  max-width: 90vw
}

#videoModal .modal-content .modal-body {
  text-align: center
}

.ishome.modal-open .modal-backdrop {
  opacity: 1
}

.item .btn.btn-lg.btn-warning,
.item .btn.btn-lg.btn-default {
  font-size: 25px;
  text-transform: uppercase
}

@media (max-width:1400px) {
  body.ishome .h1 {
    font-size: 25px
  }

  body .h2 {
    font-size: 26px;
    line-height: 30px
  }

  .ishome .marketing i {
    font-size: 26px;
    font-weight: 400
  }
}

.newlancio h2 {
  text-transform: uppercase
}

.newlancio .imgbox {
  padding: 0
}

.newlancio .row:nth-child(odd) .imgbox img {
  float: right
}

.newlancio .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.newlancio .row:nth-child(odd) .inner {
  right: 50%;
  padding-right: 30px;
  text-align: right
}

.newlancio .row:nth-child(even) .inner {
  left: 50%;
  padding-left: 30px
}

.newlancio .inner p {
  margin-top: 15px
}

.newlancio>div>.row {
  margin-bottom: 5vh
}

/* altre pagine */
.imgtop>.interno {
  background-size: cover;
  position: relative
}

.imgtop>.interno>.container {
  padding: 10vh 15px;
  position: relative;
  z-index: 9
}

.imgtop>.interno>.container h2,
.imgtop>.interno>.container h3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000
}

.imgtop>.interno>.ombra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2)
}

.varianteInOrdine {
  font-weight: 400
}

.offertedilavoro .item h3,
.offertedilavoro .item h2 {
  line-height: 40px
}

body.galleria .galleria1 a {
  padding-top: 56%;
  display: block;
  background-size: 100% auto;
  margin: 20px 0;
  background-position: center
}

/*menu sx*/
.menusx .level2>li,
.menusx .level2>li.active-category>a {
  border-bottom: 1px dashed #c4bfbe
}

body .menusx li.active-category>a {
  font-weight: 700
}

body .menusx li.active-category i {
  color: #5a5452
}

.menusx .level3 {
  margin: 9px 0 9px 8px;
  padding-left: 15px
}

/* .menusx .level2>li.active-category{background-color:#fff} */
.menusx .level2>li.active-category>a {
  padding-left: 9px
}

.menusx .level4 {
  margin: 9px 0 9px 8px;
  padding-left: 15px;
  border-left: 1px solid #ccc
}

.menusx .level4>li>a {
  font-size: 15px;
  text-transform: uppercase
}

/* categoria */
body .checkbox input[type=checkbox] {
  height: 23px;
  width: 23px;
  margin-left: -33px
}

body .checkbox label,
body .radio label {
  padding-left: 33px;
  line-height: 32px
}

.filters_panel {
  background-color: #f5f5f5;
  border: 1px solid #ccc
}

.filters_panel select {
  width: 100%;
  height: 33px;
  border-radius: 4px
}

.menusx>nav {
  background-color: transparent;
  border-radius: 3px;
  margin-top: 25px
}

.menusx>nav>header {
  margin-bottom: 10px
}

.menusx>nav:first-child {
  margin-top: 0
}

.catfibbie-moschettoni {
  background-image: url(../img/cat/fibbie-moschettoni.jpg)
}

.catpassanti {
  background-image: url(../img/cat/passanti.jpg)
}

.categoria .carousel .item {
  padding: 75px 0
}

.categoria .carousel-control {
  opacity: 1
}

.categoria .carousel-control span {
  color: #0F2554
}

body .prodotto a {
  letter-spacing: 1px;
  color: #5a5452;
  overflow: hidden;
}

body .prodotto span.little {
  color: #ccc;
  letter-spacing: -1px
}

.hovereffect,
.hovereffect picture {
  overflow: hidden
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(15, 37, 84, 0.1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.hovereffect:hover img {
  /*-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)*/
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2)
}

nav.paginazione {
  margin-top: 30px
}

nav.paginazione p {
  margin-bottom: 9px
}

nav.paginazione ul.pagination {
  margin-top: 0
}

body.sottocategoria .catListaItem.prodotto {
  padding-right: 0
}

body.sottocategoria .videobox {
  max-width: 360px
}

body.sottocategoria .videobox img {
  width: 100%
}

.filters_panel label {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.prodotto article span.link:after {
  content: '»';
  float: right
}

.presentatorecat.consub>div {
  padding-bottom: 15px
}

.presentatorecat.consub.conhtml {
  background-color: transparent
}

.presentatorecat.consub.conhtml .subcategory-link-box {
  margin: 0
}

.listacataloghi .presentatorecat {
  background-size: 200px auto
}

#modalVideo .modal-content {
  background-color: transparent
}

#modalVideo .modal-header {
  border: none
}

#modalVideo button.close {
  opacity: 1
}

#modalVideo button.close span {
  font-size: 32px;
  color: #fff
}

#modalVideo .embed-responsive {
  background-image: url(img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center
}

body.sottocategoria .catBoxLink,
.catBoxLink .cancellatore {
  padding-top: 59%
}

.catBoxLink .cancellatore {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0.00) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%)
}

.catBoxLink .brevearticolo {
  background-color: #f5f5f5;
  padding-bottom: 30px !important;
  padding: 14px 10px
}

/* dettaglio */
.addtocart {
  text-transform: uppercase
}

.dettaglioart a img {
  max-width: 100%
}

.dettaglioart .prodottoBox {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 3px
}

.dettaglioart .nav-tabs a {
  text-transform: uppercase
}

.dettaglioart .tab-content {
  background-color: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 1px 1px;
  width: 100%;
  padding: 20px 40px
}

#cartellacolori img {
  width: 100%;
  max-width: 1200px
}

.prodottopage .hovereffect .overlay {
  background-color: rgba(15, 37, 84, 0.5);
  color: #fff;
  padding: 5px
}

.prodottopage .hovereffect .overlay span {
  overflow: hidden;
  display: block
}

.prodottopage article {
  margin-bottom: 40px
}

body .modal-dialog.cartellacolori1 {
  max-width: 1400px;
  width: 100%
}

body .modal-dialog.cartellacolori1 img {
  width: 100%
}

.variantibox .imgtd {
  width: 100px
}

.variantibox .imgtd>img {
  max-width: 100%;
  max-height: 53px;
  margin: auto;
  display: block;
  border: 1px solid #ddd
}

#fotomodal .modal-content {
  width: auto
}

.sktecbox h3 {
  margin-bottom: 30px
}

#scaricaschedaform>div {
  margin: 0 auto 15px;
  width: 300px
}

#scaricaschedaform>div>input,
#scaricaschedaform>div>select {
  width: 100%;
  border-radius: 2px;
  padding: 7px 10px;
  border: 1px solid #ccc
}

#sktecModal label {
  font-weight: 300;
  display: block
}

#sktecModal .modal-content {
  max-height: initial
}

.postbreadcrumbs {
  margin-top: 15px
}

.comandi {
  position: absolute;
  right: 15px;
  clear: left
}

.comandi a {
  height: 52px;
  width: 75px
}

/* footer */
footer {
  border-top: 1px solid #ddd
}

.categoria footer {
  margin-top: 30px
}

footer .bkggrey {
  padding-top: 40px
}

.blackbkg {
  background-color: #204580;
  color: #fff
}

footer div.blackbkg {
  padding: 40px 0 20px
}

.overlined {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
  padding: 40px 0
}

.sedifooter .sede {
  margin-bottom: 40px
}

.sedifooter .sede:nth-child(4) {
  clear: left
}

footer .blackbkg a,
footer .blackbkg a:visited,
footer .blackbkg a:link,
footer .blackbkg a:hover {
  color: #fff
}

.ricevicatalogoform input {
  margin-bottom: 15px
}

.trademark {
  padding: 20px 0
}

body .trademark a,
body .trademark a:hover,
body .trademark a:visited {
  color: #FFC71C !important
}

.trademark a i {
  color: #c02
}

/*altro*/
.stile1 .form-control {
  border-bottom: 2px solid #258;
  border-radius: 3px
}

.errorsbox {
  color: #c03
}

@media (max-width:1400px) {

  body.sottocategoria .catBoxLink,
  .catBoxLink .cancellatore {
    padding-top: 75%
  }
}

@media (max-width:1340px) {
  .item .btn.btn-lg.btn-warning {
    font-size: 18px
  }

  #navigatore_top>li>a {
    font-size: 11px;
    line-height: 11px
  }

  .dropdown-submenu .dropdown-menu {
    width: 250px
  }
}

@media (max-width:1200px) {
  body {
    font-size: 14px
  }

  .sedifooter .sede:nth-child(4) {
    clear: none
  }

  .item .btn.btn-lg.btn-warning {
    font-size: 15px
  }

  #navigatore_top>li>a {
    font-size: 10px;
    line-height: 10px
  }

  body.ishome .h1 {
    font-size: 20px;
    line-height: 30px
  }

  body.sottocategoria .catBoxLink,
  .catBoxLink .cancellatore {
    padding-top: 88%
  }
}

@media (max-width:1000px) {
  body .h1 {
    font-size: 30px;
    line-height: 30px
  }

  .h2,
  h2 {
    font-size: 22px
  }

  /*testata*/
  body .navbar-brand,
  body.scrolled div .navbar-brand {
    width: 100%;
    max-width: 200px;
    background-size: 100% auto;
    background-position: center
  }

  body.scrolled>header>div .menu1 a,
  .scrolled .menu1>ul.nav>li:nth-child(n+1)>a {
    line-height: 34px
  }

  .navbar-wrapper,
  #navbar {
    background: none
  }

  .navbar-wrapper {
    border-bottom: 1px solid #ccc;
    background-color: #fff
  }

  .searchboxouter {
    background-color: transparent
  }

  body .navbar-brand,
  body.scrolled .navbar-brand {
    margin: 0;
    height: 50px
  }

  .navbar-brand-outer {
    width: 250px;
    float: left
  }

  .searchboxouter {
    float: right
  }

  body>header {
    padding-bottom: 51px
  }

  #navbar>div>div.dflex {
    display: block
  }

  .ready .searchboxouter {
    width: auto
  }

  .rigamenu {
    border-bottom: 1px solid #ccc
  }

  /* menu */
  #menumobile {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    top: 0;
    padding-top: 50px;
    height: 100% !important;
    overflow: auto !important
  }

  #navigatore_top {
    display: block;
    padding-top: 265px
  }

  #navigatore_top>li {
    width: 100%
  }

  #navigatore_top>li .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 0 0 10vw
  }

  #navigatore_top>li>a:before {
    float: left;
    margin-right: 2vw
  }

  #navigatore_top>li.nobefore {
    position: absolute;
    top: 0;
    width: calc(100% - 30px)
  }

  #navigatore_top>li.nobefore.mclose {
    padding-top: 10px
  }

  #navigatore_top>li.nobefore.mlingua {
    top: 53px
  }

  #navigatore_top>li.nobefore.mcontatti {
    top: 106px
  }

  #navigatore_top>li.nobefore.mazienda {
    top: 159px
  }

  #navigatore_top>li.nobefore.mlavora {
    top: 212px
  }

  #navigatore_top>li.nobefore a {
    padding-top: 0;
    padding-bottom: 0
  }

  #navigatore_top>li.nobefore>a:before {
    display: none
  }

  #navigatore_top>li.nobefore>div a {
    max-width: 200px;
    margin: auto;
    text-align: center;
    line-height: 40px
  }

  #navigatore_top>li.nobefore>div a.noclick {
    border: none;
    background-color: #eee
  }

  #navigatore_top>li {
    padding: 5px 0
  }

  #navigatore_top>li>a {
    font-size: 15px;
    line-height: 45px;
    max-width: 100%;
    text-align: left
  }

  /*bootstrap mobile menu*/
  .navbar-header {
    float: none
  }

  .navbar-left,
  .navbar-right {
    float: none !important
  }

  .navbar-toggle {
    display: block
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }

  .navbar-collapse.collapse {
    display: none !important
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .collapse.in {
    display: block !important
  }

  /*home*/
  .newlancio>div>.row {
    margin: 5vh 0 12vh
  }

  .numbersmktg p {
    margin-bottom: 30px
  }
}

/* account */
.act {
  font: 300 14px/20px kanit, verdana, sans-serif;
  color: #444
}

.act h1,
.act .h1,
.act h2,
.act .h2,
.act h3,
.act .h3,
.act h4,
.act .h4,
.act h5,
.act .h5 {
  font-weight: 400;
  color: #222
}

.act h1 {
  margin: 3vh 0 3vh
}

.act .card-deck>div {
  width: 33.33%;
  padding-bottom: 10px
}

.act .card {
  height: 100%;
  cursor: pointer
}

.act .card i {
  font-size: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

@media (max-width:769px) {
  body .carousel-caption {
    padding-bottom: 20px;
    bottom: 0
  }

  body .carousel-indicators {
    bottom: 0
  }

  .footerlinkbox>a {
    float: none !important;
    display: inline-block !important
  }
}

@media (max-width:760px) {
  body .pr30 {
    padding-right: 15px
  }

  body .pl30 {
    padding-left: 15px
  }

  /*testata*/
  body .navbar-nav .open .dropdown-menu>li>a {
    overflow: hidden;
    text-overflow: ellipsis
  }

  body .navbar-nav .open .dropdown-menu {
    background-color: #eee
  }

  body .navbar-nav .dropdown-submenu>.dropdown-menu {
    background-color: #fff
  }

  body .navbar-nav .dropdown-submenu.open>a>.caret-right {
    transform: rotate(90deg);
    top: 15px
  }

  #navbar>.pl30 {
    padding-left: 15px
  }

  .navbar-brand-outer {
    width: 180px
  }

  .searchbox form {
    padding-left: 0
  }

  .searchbox a.submit {
    left: initial;
    right: 5px;
    background-color: #0F2554;
    color: #fff
  }

  .menu1 .nav span {
    font-size: 11px
  }

  .searchbox {
    -webkit-transition: initial;
    transition: initial
  }

  #searchboxmobile {
    width: 100%;
    padding: 0
  }

  #navigatore_top>li {
    width: 50%;
    float: left;
    padding: 5px;
    margin: 12px 0
  }

  #navigatore_top>li>a {
    line-height: 16px;
    text-align: center;
    max-width: 150px;
    margin: auto
  }

  #navigatore_top>li:nth-child(odd) {
    clear: left
  }

  #navigatore_top>li>a:before {
    float: none;
    margin: auto;
    /*;width:116px;background-size:500px*/
  }

  /* home */
  body.ishome .h1 {
    font-size: 19px;
    line-height: 24px
  }

  #item0 video {
    position: relative;
    transform: initial
  }

  #item1 img {
    height: 100%;
    width: auto
  }

  .item .ombra {
    display: none
  }

  .ishome .sedifooter .row.overlined,
  .contattipage .sedifooter .row.overlined {
    display: block
  }

  .ishome h1 span {
    font-size: 27px;
    line-height: 27px
  }

  .ishome h1 {
    margin-bottom: 8px
  }

  body .btn-play {
    width: 35px;
    height: 35px
  }

  .presentatorecat {
    padding-bottom: 170px;
    background-size: auto 150px;
    background-position: bottom right
  }

  .sottocategoria .presentatorecat {
    padding-bottom: 0
  }

  .navbar-nav .open .dropdown-menu>li {
    margin: 5px 0
  }

  body .h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 7px
  }

  body h3,
  body .h3,
  body div div .h3 {
    font: 400 16px/20px kanit, verdana, sans-serif
  }

  .catalog-breadcrumbs .crumb:nth-child(n+2)::before {
    display: none
  }

  .catalog-breadcrumbs .crumb:nth-child(n+3)::before {
    display: inline-block;
    padding: 0
  }

  .sottocategoria .presentatorecat {
    padding: 0
  }

  .listacataloghi .presentatorecat {
    padding-bottom: 20px;
    background-image: none !important
  }

  #filtrilista {
    padding: 0
  }

  body.sottocategoria .catListaItem.prodotto {
    padding-right: 15px
  }

  body.sottocategoria .catListaItem.prodotto:nth-child(even) {
    padding-left: 7px
  }

  body.sottocategoria .catListaItem.prodotto:nth-child(odd) {
    padding-right: 7px
  }

  .prodotto article span.link {
    color: #0096ee
  }

  .prodotto article span.link:after {
    content: 'visualizza »'
  }

  .prodottoBox {
    text-align: center
  }

  .prodottopage .variantibox td,
  .prodottopage .variantibox td span,
  .prodottopage .variantibox th {
    font-size: 12px;
    letter-spacing: -1px
  }

  .numbersmktg div.col-xs-6 {
    padding-top: 33%;
    position: relative
  }

  .numbersmktg div.col-xs-6 p {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px
  }

  footer .sede>div>div.text-right {
    text-align: left
  }

  .newlancio .row:nth-child(n+0) .imgbox img {
    float: none
  }

  .newlancio .row:nth-child(n+0) .inner {
    position: relative;
    right: initial;
    padding-right: 0;
    text-align: left;
    top: initial;
    transform: none;
    left: initial;
    padding-left: 0
  }

  .scrolled .navbar-brand-outer {
    margin-right: 0
  }

  .sedifooter .row.overlined {
    display: none
  }

  .newlancio .imgbox img {
    width: 100%
  }

  .ishome .carousel-caption {
    padding-bottom: 5px
  }

  .ishome .carousel-caption h1 {
    text-align: center
  }

  .comandi {
    right: initial;
    top: initial;
    position: relative;
    padding: 0 0 15px 15px
  }

  .comandi a {
    line-height: 35px;
    padding: 0;
    width: 40px;
    height: 35px
  }

  .comandi a i.fa.fa-2x {
    font-size: 1.2em
  }
}

@media screen and (max-height:705px) {
  .presentatorecat {
    padding-bottom: 20px;
    background-image: none !important
  }

  #epd #cookiesdirective>div {
    padding-right: 75px !important;
    line-height: 13px;
    font-size: 11px
  }

  #epd #cookiesdirective>div>input {
    position: absolute;
    top: 20px;
    right: 10px
  }

}

@media (max-width:350px) {
  .navbar-brand-outer {
    width: 165px
  }

  body>header>div .menu1 a,
  .menu1>ul.nav>li:nth-child(n+1)>a {
    padding: 0 2px
  }

  #navbar>div:first-child {
    padding-left: 5px
  }
}

@media (max-width:450px) {
  div#wishlistConfirmModal .btn {
    font-size: 9px;
  }

  div#wishlistConfirmModal .modal-footer {
    padding: 10px 5px;
  }
}

/* promozione */
.promopage picture img {
  max-width: 100%
}

.marketingform input[type=text] {
  margin-bottom: 20px;
  max-width: 200px;
  display: block;
  border-radius: 0;
  height: 40px;
  line-height: 40px
}

.marketingform>.bg-info {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-bottom: 20px;
  margin-top: 20px
}

/* validation engine */
.formError {
  z-index: 990
}

.formError .formErrorContent {
  z-index: 991
}

.formError .formErrorArrow {
  z-index: 996
}

.formErrorInsideDialog.formError {
  z-index: 5000
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006
}

.inputContainer {
  position: relative;
  float: left
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}

.formError .formErrorContent {
  width: 100%;
  background: #c03;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px
}

.greenPopup .formErrorContent {
  background: #33be40
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0;
  height: 1px;
  background: #c03;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none
}

.greenPopup .formErrorArrow div {
  background: #33be40
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none
}

.formError .formErrorArrow .line8 {
  width: 11px
}

.formError .formErrorArrow .line7 {
  width: 9px
}

.formError .formErrorArrow .line6 {
  width: 7px
}

.formError .formErrorArrow .line5 {
  width: 5px
}

.formError .formErrorArrow .line4 {
  width: 3px
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd
}

/*customercare*/
#customercare1 {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 99;
  width: 320px;
  height: 265px;
  transition: height 500ms
}

#customercare1 iframe {
  width: 320px;
  height: 250px
}

#customercare1 .interno {
  overflow: hidden;
  border-radius: 4px 0 0;
  padding: 5px 0 15px;
  background-color: #333;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6)
}

.chiudicustomer {
  display: block;
  margin: 0 20px -10px auto;
  height: 30px;
  width: 50px;
  background-image: url(img/sprite.png);
  background-color: #333;
  border-radius: 3px 3px 0 0;
  background-position: -14px -296px;
  background-repeat: no-repeat;
  z-index: 999;
  cursor: pointer;
  position: relative
}

#customercare1.minimizzato {
  height: 25px
}

#customercare1.minimizzato .chiudicustomer {
  background-position: 16px -296px
}

.grecaptcha-badge {
  display: none !important;
}

.lista-prodotti-destra {
  margin-top: 50px;
}

.lista-prodotti-destra .text-center button {
  padding: 15px 30px;
  margin-top: 50px;
}

.lista-prodotti-destra .text-center.mb-slash button {
  margin-top: 25px;
}

#modalcontatto .modal-content {
  padding: 15px;
  max-width: 400px;
}

#modalcontatto .modal-content input {
  margin-bottom: 15px;
}

#modalcontatto .modal-content textarea {
  margin-bottom: 15px;
}

#modalcontatto .modal-content a {
  font-size: 12px;
}

@media (min-width:1200px) {
  .lg-offset-pers {
    margin: 0 4.15%;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .lista-prodotti-destra .prodotti .prodotto:nth-child(7) {
    display: none;
  }

  .lista-prodotti-destra .prodotti .prodotto:nth-child(8) {
    display: none;
  }
}

@media (min-width:1340px) {
  body .container {
    width: 90% !important;
    max-width: 1600px !important;
  }
}

.full-menu-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

.full-menu-header .menusx {
  position: relative;
  top: 0;
  width: 350px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  overflow: auto;
}

.overflowhidden {
  overflow: hidden;
}

body.scrolled .searchbox input[name='q'] {
  height: 30px;
}

body.scrolled .searchbox a.submit {
  height: 30px;
  line-height: 30px;
}

.number_cart {
  position: absolute;
  top: 4px;
  left: 65%;
  background: #c03;
  color: #fff;
  border-radius: 100%;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

/*LOGIN PAGE*/
@media (max-width: 991px) {
  .my-row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .my-login {
    justify-content: center !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .my-register {
    margin-top: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .my-m0 {
    margin: 0 auto !important;
  }

  .my-divider {
    display: block !important;
    height: 1px !important;
    width: 100% !important;
    background-color: #dddddd !important;
    margin-top: 20px !important;
  }

}

@media (min-width: 991px) {
  .scrolled .navbar-wrapper {
    top: 35px;
  }
}

.displaynone,
#customercare1 {
  display: none;
}

#chatbot-toggle-btn {
  background-color: #D7055F !important;
}