html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 100000;
  font-size: 50px;
  padding-top: 200px;
}

/* ############ HEADER ########### */

#Cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}

.headBottom {
  height: 46px;
}

.headBottom .content {
  padding-top: 12px;
  height: 38px;
}

.headBottom .pull-right {
  color: #666;
  margin-left: 20px;
  font-size: 10px;
  line-height: 12px;
}

.headBottom img {
  height: 24px;
  margin-right: -10px;
}

.headBottom #head-time-30 {
  padding-top: 6px;
  height: 21px;
  margin-left: -9px;
}

.headBottom #container-row-3 {
  padding: 12px;
  height: 46px;
  width: 800px;
  margin: 0 auto;
  margin-top: -12px;
}

#overlay {
  z-index: 1100;
  margin-top: -46px;
  /*163px;*/
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.right a:hover,
.login a:hover {
  text-decoration: none !important;
}

.login a .accesso:hover {
  text-decoration: underline;
}

/* cookie */

#emb-cp-dialog {
  position: fixed;
  bottom: -1px;
  display: block;
  z-index: 999999999999;
  border-top: solid 1px #cccccc;
  background-color: white;
  width: 100%;
  left: 0;
  color: #585858;
}

#emb-cp-dialog h5 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

#emb-cp-dialog .ms-linklist-typ-1 {
  padding: 0;
}

#emb-cp-dialog .ms-linklist-typ-1 li {
  list-style: none;
}

#emb-cp-dialog .ms-linklist-typ-1 li a {
  color: inherit;
  font-size: 12px;
  text-decoration: underline;
}

#emb-cp-dialog .ms93-bt3.close {
  opacity: 0.5;
}

#emb-cp-dialog .description {
  font-size: 12px;
}

#emb-cp-dialog p {
  margin: 0;
}

#emb-cp-dialog .links ul {
  float: left;
}

#CookiesContinue {
  padding: 8px 12px;
}

/*  menu mobile */

#button-nav {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: black;
  top: 55px;
  z-index: 1000;
}

#menu-mobile {
  height: 110px;
  display: none;
  margin-bottom: 10px;
}

#menu-mobile {
  padding: 0;
}

#menu-mobile #row2-menu-mobile {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ccc;
  margin-top: 55px;
  box-shadow: 0 5px 10px -5px #666;
  -webkit-box-shadow: 0 5px 10px -5px #666;
}

#menu-mobile .header {
  position: fixed;
  display: block;
  top: 0px;
  z-index: 1000;
  min-height: 110px;
  height: auto;
  background-color: white;
  width: 100%;
  margin-bottom: 20px;
}

#menu-mobile .header .logo img {
  height: 22px;
  margin-top: 3px;
}

#menu-mobile .header .container-icon {
  position: absolute;
  right: 0;
  top: 55px;
}

#menu-mobile .header .container-icon i {
  top: 0;
  font-size: 150%;
  cursor: pointer;
  color: black;
  width: 55px;
  height: 55px;
  padding-top: 15px;
  padding-left: 17px;
  border-left: 1px solid #ccc;
}

#menu-mobile .header .logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 15px;
  height: 55px;
  border-bottom: 1px solid #ccc;
}

#menu-mobile .header .search-mobile {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ccc;
}

#menu-mobile .header .search-mobile input {
  color: black;
  font-size: 12px;
  height: 40px;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 7px;
  background: transparent;
  text-indent: 5px;
}

#menu-mobile .header .search-mobile input:focus {
  font-size: 16px;
  outline-color: white;
}

#menu-mobile #button-nav {
  height: 55px;
  width: 55px;
}

#menu-mobile #button-nav span {
  background-color: white;
}

#menu-mobile sup {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 90%;
  color: black;
}

#nav-icon {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 20;
  position: relative;
  margin: 5px auto;
  margin-top: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
}

/* ############ home ########### */

.content {
  position: relative;
  max-width: 1170px;
  margin: auto;
  height: auto;
  padding: 0 15px;
}

.home #img-primary-home {
  padding: 5px 0 0 0;
}

.home #secord-row-home {
  padding: 5px 12px;
}

.home #secord-row-home .banner {
  padding: 0 2.5px;
  cursor: pointer;
  overflow: hidden;
}

.home #secord-row-home .banner div.col-xs-12 {
  height: auto;
  padding: 0;
}

.home #secord-row-home .banner div div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home #secord-row-home .banner div div:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.home #secord-row-home .banner div img {
  width: 100%;
}

.home .container-product {
  padding: 2.5px 12px;
}

.home .container-product .home-prod {
  height: 420px;
  margin: 0 -12.5px;
  position: relative;
}

.home .container-product .home-prod .overlay {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.home .container-product .home-prod .overlay:hover {
  background-color: rgba(0, 0, 0, 0);
}

.new,
.promo {
  right: 0;
  background: transparent;
  top: 20px;
  position: absolute;
  border-left: 20px solid transparent;
  color: white;
  line-height: 0;
}

.new {
  border-top: 30px solid black;
  width: 70px;
}

.promo {
  width: 90px;
  border-top: 30px solid #af0006;
}

.new div,
.promo div {
  text-transform: uppercase;
  position: absolute;
  top: -13px;
  left: 6px;
}

.home-prod img {
  width: 80%;
  margin-left: 10%;
}

.home .home-prod img {
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}

.container-product .home-prod .text {
  position: absolute;
  height: 45%;
  bottom: 0;
  padding: 30px;
  left: 0;
  width: 100%;
}

.container-product .home-prod .text .desc {
  font-size: 14px;
  font-weight: 300;
  min-height: 60px;
}

.container-product .home-prod .text .price {
  float: left;
}

.container-product .home-prod .text .price2 {
  margin-left: 10px;
  float: left;
  color: #af0006;
}

.container-product .home-prod .text a {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}

.container-product .home-prod.type-promo .price {
  text-decoration: line-through;
}

#fourth-row-home .text {
  color: white;
  text-align: center;
  font-weight: 300;
  height: 115px;
}

.container-price {
  font-weight: 500;
  width: 100%;
  height: 60px;
  font-size: 14px;
}

.container-price del {
  color: #aeaeae;
}

.last-row-home {
  min-height: 200px;
  border-bottom: 3px solid #eee;
  margin-top: 30px;
  border-top: 3px solid #eee;
  padding-bottom: 30px;
}

.last-row-home .left h3 {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}

.last-row-home .left,
.last-row-home .right {
  padding-top: 30px;
}

.last-row-home .left b {
  font-weight: 500;
  font-size: 15px;
}

.last-row-home .left input[type="submit"] {
  width: 30%;
  background-color: black;
  color: white;
  border: none;
  font-weight: 300;
}

.last-row-home .left input[type="text"],
.last-row-home .left input[type="submit"] {
  height: 30px;
  margin: 0;
  float: left;
}

.last-row-home .left input[type="text"] {
  width: 60%;
  padding-left: 10px;
}

.last-row-home .left #privacy input[type="checkbox"] {
  margin-right: 5px;
  border: none;
  width: 15px;
  height: 15px;
  float: left;
}

.last-row-home .left #privacy {
  font-size: 10px;
}

.last-row-home .left #privacy .text {
  height: 15px;
  padding-top: 4px;
}

.last-row-home .right h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}

.last-row-home .right h4 {
  font-size: 13px;
  font-weight: 300;
}

.last-row-home .right h4 a {
  color: #333;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}

.last-row-home .right .container-img img {
  margin-left: 10px;
  height: 50%;
}

.last-row-home .right .container-img {
  padding-top: 20px;
  height: 98px;
}

.home #slide-home {
  max-height: 552px;
  overflow: hidden;
}

.social {
  text-align: center;
}

.social div {
  font-size: 20px;
  padding-top: 10px;
}

.social i {
  margin-left: 5px;
  color: black;
}

.top5 {
  margin-top: 5px;
}

/*  ############### list product ############### */

#list-product #category {
  background-color: #f2f2f2;
  color: #464646;
}

#list-product #category .link a {
  text-decoration: none;
}

#list-product #category div div div {
  text-align: center;
  font-size: 14px;
}

#list-product aside#filters .container-filter {
  padding-left: 0;
}

#list-product aside#filters {
  float: left;
  width: 300px;
  min-height: 80%;
  padding: 10px;
  padding-left: 0;
  padding-top: 25px;
}

#list-product aside#filters .box-prod {
  padding: 7px;
  border: 1px solid #aaa;
  margin-bottom: 10px;
  min-height: 35px;
}

#list-product aside#filters .box-prod {
  font-weight: 600;
}

#list-product aside#filters .element a {
  text-transform: none;
  text-decoration: none;
  color: #444;
}

#list-product aside#filters .element a.active {
  color: black;
  font-weight: bold;
}

#list-product aside#filters .element a:hover {
  color: black;
  text-decoration: underline;
}

#list-product aside#filters .element ul {
  padding-left: 0;
}

#list-product aside#filters .element li {
  list-style: none;
  padding-left: 10px;
  color: #444;
}

#list-product aside#filters .element li:hover {
  color: black;
  cursor: pointer;
  text-decoration: underline;
}

#list-product aside#filters .element li.active {
  font-weight: 600;
  color: black;
}

#list-product aside#filters .element li .remove {
  display: none;
  margin-right: 5px;
}

#list-product aside#filters .element li.active .remove {
  display: block;
  color: black;
  border: 1px solid #999;
  width: 18px;
  height: 18px;
  line-height: 15px;
  padding-left: 4px;
  font-size: 15px;
}

#list-product #category + .container {
  margin-top: 20px;
}

#list-product aside#filters + section {
  float: right;
  width: calc(100% - 300px);
  font-weight: 300;
}

#list-product aside + section .pull-right select {
  width: 80px;
}

#list-product #ProductsList {
  min-height: 400px;
}

#list-product #order-product,
#list-product #pagination {
  margin-left: -20px;
  margin-right: -20px;
}

#list-product #order-product .col-xs-12 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#list-product #order-product .hidden-xs.pull-left {
  margin-top: 6px;
}

#list-product .new,
#list-product .promo {
  right: 4px;
  top: 0;
  display: none;
}

#list-product #ProductsList .link a {
  text-decoration: none;
}

#list-product .home-prod .text {
  text-align: center;
  padding: 0 3px;
  min-height: 180px;
}

#list-product .home-prod .text .desc {
  font-size: 14px;
  font-weight: 300;
  min-height: 60px;
}

#list-product .home-prod .text .title {
  font-weight: 500;
}

#list-product .home-prod .text .price2 {
  margin-left: 10px;
  color: #333;
  float: none;
}

#list-product .home-prod .text .price {
  float: none;
}

#list-product .home-prod .text a {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}

#list-product .home-prod.type-promo .price {
  text-decoration: line-through;
}

#list-product .home-prod {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  min-height: 370px !important;
  padding: 5px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

#list-product .home-prod:hover {
  cursor: pointer;
}

#list-product section .padding {
  padding-left: 3px;
  padding-right: 3px;
}

#list-product #info-brand {
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  margin-top: -47px;
}

#list-product #info-brand img {
  width: 100%;
}

#list-product #order-product select,
#list-product #pagination select,
#list-product #category select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 5px;
  background-image: linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

#list-product #order-product select {
  border: none;
  border-right: 1px solid #eee;
  border-radius: 0;
  background-position: calc(100% - 15px) 29px, calc(100% - 10px) 29px, 100% 0;
  text-indent: 20px;
}

#list-product #order-product .h-60 {
  cursor: pointer;
}

#list-product #order-product select:hover,
#list-product #order-product div:hover > span,
#list-product #order-product .absolute > div:hover {
  color: black;
  text-decoration: none;
}

#list-product footer {
  margin-top: 0;
}

#list-product #order-product > .relative {
  background-position: calc(100% - 15px) 29px, calc(100% - 10px) 29px, 100% 0;
  background-image: linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

#filters li.active {
  /*font-weight:bold !important;*/
  text-decoration: underline;
  color: #555;
}

/* ############ item ########## */

.product-item aside {
  min-height: 600px !important;
}

.product-item aside #container-logo {
  height: 50px;
}

.product-item aside #container-logo .pull-right {
  color: #666;
  padding-top: 5px;
  font-size: 150%;
}

.product-item aside #container-logo .pull-right i {
  margin-left: 5px;
}

.product-item aside #container-logo .pull-right i.fa.fa-facebook {
  color: #999;
}

.product-item aside #container-logo .pull-right i.fa.fa-facebook:hover {
  color: #666 !important;
}

.product-item aside img.photo {
  height: 100%;
}

.product-item #category {
  height: 47px;
  background-color: white;
  color: #464646;
}

.product-item #category .link a {
  text-decoration: none;
}

.product-item #category div div div {
  margin-top: 15px;
  margin-left: 45px;
  font-size: 10px;
  text-transform: uppercase;
  color: #555;
  font-weight: 300;
}

.product-item #all-photo {
  height: 100px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-item #all-photo img {
  border-bottom: 1px solid transparent;
}

.product-item #all-photo img:hover,
.product-item #all-photo img.active {
  border-bottom: 1px solid #ccc;
}

.product-item #all-photo i {
  margin-top: 45px;
}

.product-item #all-photo .col-xs-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.product-item #all-photo .col-xs-2 img {
  width: 100%;
}

.product-item aside .text {
  width: 100%;
  margin-bottom: 20px;
}

.product-item .text .color {
  margin-top: 20px;
}

.product-item .text .price,
.product-item .text .full_price {
}

.product-item .text .full_price {
  margin-left: 0px;
  margin-right: 20px;
  text-decoration: line-through;
  color: #aeaeae;
}

.product-item .color #color-item {
  min-height: 80px;
  margin: 10px 0;
  height: auto;
}

.product-item .color #color-item img {
  mix-blend-mode: multiply;
  border-bottom: 2px solid transparent;
}

.product-item .color #color-item img:hover,
.product-item .color #color-item .active img {
  border-bottom: 1px solid #ddd;
}

.product-item .color #color-item .active {
  border-bottom: 2px solid #666;
  padding-bottom: 7px;
}

.product-item .color #color-item .nopadding {
  padding: 5px;
  border-bottom: 2px solid transparent;
}

.product-item .text .taglie {
  height: auto;
}

.product-item .text .taglie .pull-right a {
  text-decoration: underline;
  color: #333;
}

.product-item .text .taglie .nopadding {
  margin-top: 10px;
}

.product-item .text .taglie .nopadding select {
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  padding-left: 20px;
}

.product-item .text .taglie .nopadding select option {
  padding-left: 10px;
  text-indent: 10px;
}

.product-item .text .taglie .nopadding button {
  height: 50px;
  width: 150px;
  background: #000000;
  color: white;
  border: none;
  font-weight: 300;
  padding-top: 7px;
  font-size: 16px;
}

.product-item .text .taglie + span {
  font-size: 12px;
}

.product-item #info-product {
  padding-top: 0;
  border-top: 2px solid #ddd;
}

.product-item #info-product .text {
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.product-item #info-product .text ul {
  padding-left: 20px;
}

.product-item #info-product .link {
  margin-top: 20px;
  font-weight: 500;
}

.product-item #info-product .link a {
  text-decoration: none;
}

.product-item #info-product .link a:hover {
  text-decoration: underline;
}

.product-item #info-product i {
  font-size: 150%;
  margin-right: 10px;
  text-align: center;
  min-width: 30px;
  color: #555;
}

.product-item .lv2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.product-item #second-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 950px;
}

.product-item #primary-image {
  width: 100%;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(../img/mou/Pointer-zoom.png) 10 0, auto;
}

.product-item .home-prod {
  border: 1px solid transparent;
}

.product-item .home-prod .text {
  text-align: center;
  padding: 0 3px;
  min-height: 150px;
  padding-top: 30px;
}

.product-item .home-prod .text .desc {
  font-size: 14px;
  font-weight: 300;
  min-height: 60px;
}

.product-item .home-prod .text .title {
  font-weight: 500;
}

.product-item .home-prod .text .price2 {
  margin-left: 10px;
  color: #af0006;
  float: none;
}

.product-item .home-prod .text a {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}

.product-item .home-prod .text .price {
  float: none;
}

.product-item .home-prod.type-promo .price {
  text-decoration: line-through;
}

.product-item .home-prod {
  margin-bottom: 50px;
  min-height: 370px;
  padding: 5px;
  border-bottom: 2px solid transparent;
}

.product-item .home-prod:hover {
  border-bottom: 2px solid #ccc;
}

.product-item .container-product .home-prod .text {
  position: relative;
}

.product-item section .padding {
  padding-left: 3px;
  padding-right: 3px;
}

.product-item .modal .container {
  margin-top: 100px;
}

.product-item .taglie .cursor {
}

.product-item #myModal .modal-body {
  padding: 20px 40px;
}

.product-item #myModal .modal-title {
  text-align: center;
  text-transform: uppercase;
}

.modal-backdrop.fade.in {
  display: none;
}

.product-item div.color,
div.taglie {
  font-size: 13px;
}

.product-item div.name-p {
  font-size: 16px;
}

.product-item #info-product i.fa.fa-info {
  margin-right: 8px !important;
}

.product-item .text .taglie .nopadding select {
  font-weight: 600;
}

.product-item #container-foto {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: calc(100% - 150px);
}

.product-item #noQty {
  width: 100%;
  padding: 9px;
  height: 40px;
  background: white;
  border: 2px solid #ccc;
  color: #aaa;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 25px;
}

.product-item #noQty p {
  line-height: 1.5;
  margin: 0;
}

.product-item .error {
  color: #333;
}

.product-item #selectTaglia .active {
  border-color: black;
  color: black;
}

.product-item .home-prod img {
  margin-top: 0;
}

.product-item table p {
  line-height: 25px;
  font-size: 15px;
}

/* # CIOKKA # */

.brand-p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.name-p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.product-item #selectTaglia::-ms-expand {
  display: none;
}

/* # explorer # */

.brand-p-list {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.name-p-list {
  padding-top: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #888;
  min-height: 40px;
}

.video-holder > iframe {
  width: 310px;
}

.splink,
.splink:hover {
  color: #888;
  font-size: 14px;
}

/* ############ utility ########## */

.left-arrow.inactive,
.right-arrow.inactive {
  display: none;
}

/*
.left-arrow, .right-arrow{ position: relative; width: 30px; height: 26px; margin-left: 5px; }
.left-arrow, .right-arrow{ background-color: #000; }

.left-arrow::before, .right-arrow::before { content: ""; position: absolute; top: 7px; width: 0; height: 0; border: 10px solid transparent; }
.left-arrow::before{ left: 3px; border-right: 10px solid white; }
.right-arrow::before{ left: 13px; border-left: 10px solid white; }*/

.arrow-up {
  margin-left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: 15px;
}

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 15px) calc(1em + 6px),
    calc(100% - 10px) calc(1em + 6px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  border: none;
}

.nopadding {
  padding: 0;
}

.link a {
  color: #333;
  text-decoration: underline;
}

.error {
  color: #cc0000;
}

#contattiMap {
  width: 100%;
  height: 600px;
}

sup.compulsory {
  color: #b32020;
  font-size: 1.4em;
  top: 0;
}

.bbw {
  border-bottom: 1px solid #ddd !important;
  margin-top: 0;
}

.c-checkbox {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

label.checkbox {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

label.checkbox.check:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
  background: #222;
  z-index: 1;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ############ login ########## */

#reserved h3.text-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

#reserved h4 {
  padding-bottom: 20px;
}

#reserved .row .col-sm-6.col-xs-12.container-data {
  min-height: 350px;
  padding: 10px;
  padding-top: 20px;
}

#reserved .row .container-data h5 {
  line-height: 1.5;
  margin-bottom: 10px;
}

#reserved .btn.btn-default {
  margin-top: 10px;
}

#reserved .border {
  border: 1px solid #aaa;
  width: 100%;
  height: 100%;
  padding: 40px;
  min-height: 520px;
}

#reserved #LoginWarn,
.c-box #LoginWarn {
  padding: 15px;
  background: #e0e0e0;
  color: #333333;
  font-size: 1em;
  margin-bottom: 30px;
}

#reserved #LoginWarn a,
.c-box #LoginWarn a {
  color: #333333;
  text-decoration: underline;
}

/* ############ register ########## */

#reserved #data-send {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

#reserved input[type="radio"] {
  margin-left: 20px;
}

#reserved .c-box {
  min-height: 250px;
}

/* ############ basket ########## */

#basket .home-prod .text {
  text-align: center;
  padding: 0 3px;
  padding-bottom: 20px;
}

#basket .home-prod .text .desc {
  font-size: 14px;
  font-weight: 300;
  min-height: 60px;
}

#basket .home-prod .text .title {
  font-weight: 500;
}

#basket .home-prod .text .price2 {
  margin-left: 10px;
  color: #af0006;
}

#basket .home-prod .text a {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
}

#basket .home-prod.type-promo .price {
  text-decoration: line-through;
}

#basket .home-prod {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  min-height: 370px;
}

#basket .sell {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #ccc;
}

#basket .container-info {
  min-height: 240px;
  background-color: white;
  border: 1px solid #eee;
  margin-top: 50px;
  color: #333;
  padding: 10px 20px 20px 20px;
}

#basket .container-info .text-center {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

#basket .container-info .col-xs-12.nopadding {
  margin-top: 8px;
  padding-bottom: 5px;
}

#basket .container-info.passaggio2 .col-xs-12.nopadding {
  margin-top: -1px;
}

#basket .container-info button,
#basket .container-info > a,
#viesBtn {
  padding: 8px;
  color: white !important;
  border: solid 1px #000000;
  background-color: #000000 !important;
  width: 100%;
  margin-bottom: 1px;
  font-size: 17px;
  cursor: pointer;
}

#basket .container-info button:hover {
  padding: 8px;
  color: #fff !important;
  border: 2px solid #999 !important;
  background-color: #999 !important;
  width: 100%;
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 17px;
}

#basket #passaggi .col-xs-4.text-center,
#basket #passaggi .col-xs-3.text-center {
  border-bottom: 1px solid #ddd;
  height: 50px;
}

#basket #passaggi .col-xs-4.text-center.active,
#basket #passaggi .col-xs-3.text-center.active {
  border: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}

#basket #passaggi .col-xs-4.text-center h3,
#basket #passaggi .col-xs-3.text-center h3 {
  font-size: 16px;
  margin-top: 16px;
}

#basket #passaggi .col-xs-4.text-center .circle,
#basket #passaggi .col-xs-3.text-center .circle {
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 15px;
  top: 9px;
  position: absolute;
  left: 20px;
  padding-top: 7px;
  font-size: 16px;
}

#basket #passaggi .col-xs-4.text-center.active .circle,
#basket #passaggi .col-xs-3.text-center.active .circle {
  background-color: #ddd;
  color: white;
}

#basket .table {
  border-bottom: 1px solid #ddd;
}

#basket .table tr img {
  height: 100px;
}

#basket .table tr th {
  font-size: 14px;
}

#basket .table tr td {
  vertical-align: middle;
}

#basket .table tr td select {
  height: 40px;
  min-width: 60px;
}

#basket .table tr td span.pull-right {
  margin-left: 20px;
  margin-top: 5px;
}

#basket .table tr td span.pull-right .desc {
  max-width: 300px;
}

#basket .table tr td {
  font-size: 13px;
}

#basket .table tr td i {
  font-size: 25px;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 55px;
  right: 10px;
}

#basket .pull-right button {
  background-color: transparent;
  color: #888;
  padding: 5px;
  border: 1px solid #aaa;
  min-width: 200px;
}

#basket #couponCode {
  max-width: 130px;
  height: 46px;
}

#basket .btn.btn-default.pull-left {
  min-width: 80px;
}

#basket .box-highlight {
  margin: 10px 0;
  padding: 15px;
  border: solid 5px #a7a7a7;
  background: #f4f4f4;
}

#basket .box-highlight .text-nobold {
  font-weight: normal;
}

#basket .box-highlight .text-nobold input {
  margin-right: 10px;
}

#basket .container-info.passaggio2 {
  min-height: 340px;
}

#basket .container-info.passaggio2 img,
#basket .container-info.passaggio3 img {
  height: 45px;
}

#basket .container-info.passaggio3 .pay {
  margin-top: 0px !important;
}

#basket .container-info.passaggio2 h5.text-center {
  border-bottom: none;
  border-top: 1px solid #7a7a7b;
  padding-top: 25px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

#basket .container-info.passaggio2 h4 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

#basket .container-info.passaggio2 .pay {
  padding: 0 10px;
  height: 50px;
  border: 1px solid transparent;
}

#basket .container-info.passaggio2 .pay span,
#basket .container-info.passaggio3 .pay span {
  margin-top: 15px;
}

#basket .container-info.passaggio2 .pay:hover {
  background-color: #ddd;
  cursor: pointer;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #000 !important;
}

#basket .container-info.passaggio2 .pay:hover span {
  margin-left: 20px;
}

#basket .container-info.passaggio2 .pay:hover img {
  margin-right: 19.5px;
}

#basket .container-info.passaggio2 .pay.active {
  background-color: #ddd;
  color: black;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #ddd !important;
}

#basket .container-info.passaggio2 .pay.active span {
  margin-left: 20px;
}

#basket .container-info.passaggio2 .pay.active img {
  margin-right: 19.5px;
}

#basket .container-info.passaggio2 .pay .type2 {
  display: none;
}

#basket .container-info.passaggio2 .pay .type1 {
  display: block;
}

#basket .container-info.passaggio2 .pay.active .type2 {
  display: block;
}

#basket .container-info.passaggio2 .pay.active .type1 {
  display: none;
}

#basket .container-info.passaggio2 button {
  margin-top: 15px;
}

#basket .container-info.passaggio2 label.text-nobold {
  font-size: 10px;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 400;
}

#basket .container-info.passaggio2 label.text-nobold a {
  color: #000;
  text-decoration: underline;
}

#basket .container-info.passaggio2 label.text-nobold a:hover {
  color: #000;
}

#basket .container-info.passaggio2 label div {
  padding-top: 10px;
  width: calc(100% - 30px);
  height: 40px;
}

#basket .container-info.passaggio2 label input {
  height: 14px;
  width: 14px;
  margin-top: 15px;
  margin-right: 12px;
}

#basket .container-info.passaggio2 .text-center + .nopadding {
  padding-top: 10px;
}

#basket .container-info.passaggio3 h4 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

#basket .container-info.passaggio3 h5.text-center {
  border-bottom: 1px solid #7a7a7b;
  border-top: none;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0px;
}

#basket .passaggio1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 15px;
  text-overflow: "";
}

#basket .container-info .fa {
  margin-right: 10px;
  font-size: 150%;
}

#basket .passaggio1 .pull-right .pull-left {
  margin-top: -5px;
  margin-left: 10px;
  border-radius: 0 !important;
}

#basket .passaggio1 .pull-right span {
  padding-top: 8px;
}

#basket .passaggio1 .text-center h4 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

#basket .passaggio1 span.pull-left.f-14,
span.pull-right.f-14 {
  font-weight: 700;
}

#basket .passaggio3 #data-send-recap {
  margin-bottom: 30px;
}

#basket .passaggio3 #data-send-recap .row .mt-30 {
  padding: 5px;
}

#basket .passaggio3 #data-send-recap .row .mt-30 .pull-left:last-child {
  margin-left: 10px;
}

#basket .passaggio3 {
  min-height: 340px;
}

#basket .passaggio2 #data-send {
  font-weight: 600;
}

#basket .passaggio2 #data-send input {
  font-weight: 400;
  padding: 5px;
  border: 1px solid #aaa;
}

#basket .passaggio2 #data-send .mt-30 {
  margin-top: 15px;
}

#basket .passaggio2 span.pull-left.f-14 {
  font-weight: 700;
}

#basket .passaggio3 span.pull-left.f-14 {
  font-weight: 700;
}

#basket .container-product .padding {
  padding: 5px;
}

#basket .container-product .padding {
  padding: 5px;
}

#basket .container-product .padding .home-prod {
  padding: 10px;
  min-height: 340px;
}

#basket .container-product .padding .home-prod:hover {
  border: 1px solid black;
}

#basket .container-product .padding .home-prod .text {
  position: relative;
}

#basket .container-product .padding .home-prod .text .container-price span {
  float: none;
}

#basket .container-product .padding .home-prod img {
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}

#basket .container-product .padding .home-prod .new,
#basket .container-product .padding .home-prod .promo {
  right: 5px;
}

#basket #no-product {
  text-align: center;
  min-height: 300px;
  padding-top: 30px;
}

#basket #container-type-user {
  min-height: 50px;
}

#basket .passaggio2 #data-send input[type="radio"] {
  margin-right: 10px;
  width: 30px;
}

#basket tbody .priceItem {
  padding-top: 4px;
  width: 75px;
  margin: 0 auto;
}

#basket .box-spedizione {
  height: auto;
  cursor: pointer;
  padding-top: 9px;
  border: 1px solid transparent;
}

#basket .box-spedizione .info-spedizione {
  padding: 0;
}

#basket .btn-cart {
}

#basket .btn-cart:hover {
  opacity: 0.8;
}

#basket .box-spedizione .btn-sped {
  width: 214px;
  margin: 20px 0;
}

#basket .box-spedizione .info-spedizione .pull-right .fa-pencil-square-o {
  margin-left: 5px;
}

#basket .box-spedizione.active .btn-cart {
}

#basket .box-spedizione:hover {
  background-color: #eee;
}

#basket #data-send #btn-return {
  margin-left: 15px;
  width: 92px;
}

#basket #data-send #btn-new {
  margin-top: 20px;
}

#basket #data-send #btn-save {
  width: 150px;
  display: none;
}

#basket #fatturazione .btn-cart {
  margin-top: 15px;
}

/*  */

#basket button.button-qty {
  font-size: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent !important;
  color: #000 !important;
  border: 0px !important;
}

#basket .button-qty.dec {
  margin-top: 0px;
}

#basket #product-qty {
  width: 35px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
}

#basket .product-qty {
  width: 35px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ccc;
}

#basket #couponCode.red {
  border-color: red;
}

#basket #couponCode.green {
  border-color: green;
}

#basket .passaggio1 .col-xs-12.alert.text-center {
  display: none;
}

#basket .passaggio1 .alert {
  margin-top: 10px;
}

#basket .passaggio1 .alert-danger {
  background-color: #ff7777;
}

#basket .box-spedizione.active {
  border-bottom: 1px solid #ddd;
}

#basket .passaggio1 #info-coupon {
  display: none;
  height: 60px;
}

#basket .passaggio1 #info-coupon u {
  cursor: pointer;
}

#basket .passaggio2 .fa-check-circle-o {
  font-size: 200%;
  margin-left: 5px;
  display: none;
  float: left;
  margin-top: 30px;
}

#basket .passaggio2 .active .fa-check-circle-o {
  display: block;
  color: #ddd;
}

.pp_button {
  border: none !important;
  padding: 0 !important;
  background: url("/_ext/img/paypal/paypal_express_button.gif");
  background-size: cover;
  background-position: center;
  height: 42px;
}

.pp_button:hover {
  background: url("/_ext/img/paypal/paypal_express_button_hover.gif");
  background-size: cover;
  background-position: center;
}

/*
#basket #response{ position: fixed; right:0; bottom: 0; color: #fff; padding: 10px; text-align: center; text-transform: uppercase; background: #000; z-index: 999; }
#basket #response.red{ border-left: 10px solid red; }
#basket #response.green{ border-left: 10px solid green; }*/

/* ############ ACCOUNT ########## */

#account #passaggi .sm20.text-center {
  border-bottom: 1px solid #ddd;
}

#account #passaggi .sm20.text-center.active {
  border: 1px solid #ddd;
  border-bottom: 1px solid transparent;
}

#account #passaggi .sm20.text-center h3 {
  font-size: 16px;
}

#account #profile .col-xs-12.mt-30 div {
  margin-top: 5px;
}

#account input[type="text"],
#account input[type="password"] {
  padding: 5px;
}

#account #profile #data-send {
  margin-top: 30px;
  padding-bottom: 10px;
}

#account .table {
  border-bottom: 1px solid #ddd;
}

#account .table tr img {
  height: 100px;
}

#account .table tr th {
  font-size: 14px;
}

#account .table tr td {
  vertical-align: middle;
}

#account .table tr td select {
  height: 40px;
  min-width: 60px;
}

#account .table tr td span.pull-right {
  margin-left: 20px;
  margin-top: 5px;
}

#account .table tr td span.pull-right .desc {
  max-width: 300px;
}

#account .table tr td {
  font-size: 13px;
}

#account .tab {
  min-height: 600px;
}

#account #profile select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 15px;
  text-overflow: "";
  padding: 5px;
}

#account .last-row-home {
  border: none;
  padding: 0;
}

#account section .OrderHistoryBox {
  /*margin-bottom: 20px;*/
  border: solid 1px #ddd;
  border-bottom: 1px solid transparent;
}

#account section .OrderHistoryBoxHead {
  font-size: 0.9em;
  height: 35px;
  line-height: 100%;
  padding: 15px;
  border-bottom: solid 1px #ddd;
}

@media (max-width: 767px) {
  #account section .OrderHistoryBoxHead {
    height: initial;
  }
  #account section .OrderHistoryBoxHead .col-sm-4.text-right {
    text-align: left;
  }
}

#account section .OrderHistoryBoxBody {
  padding: 15px;
}

#account section .OrderHistoryBoxRow .desc {
  padding-top: 40px;
}

@media (max-width: 767px) {
  #account section .OrderHistoryBoxRow .pull-left {
    margin-right: 5px !important;
  }
  #account section .OrderHistoryBoxRow .desc {
    float: left;
    width: 58%;
  }
  #account section .OrderHistoryBoxRow .visible-xs.pull-right {
    margin-left: 105px !important;
    float: left !important;
  }
  #account section .OrderHistoryBoxRow .visible-xs.pull-right .pull-right {
    float: left !important;
  }
  #account section .OrderHistoryBoxRow .visible-xs.pull-right .pull-right span {
    margin-left: 15px !important;
  }
  #account section .OrderHistoryBoxRow .visible-xs.pull-right .mt-30.link {
    margin: 0 0 0 0 !important;
  }
}

#account section .OrderHistoryBoxRow .resoModal {
  text-decoration: underline;
}

#account section .OrderHistoryBoxRow .resoModal:hover {
  color: #ddd !important;
}

#account section .OrderHistoryBoxHead .codeText {
  margin-left: 20px;
}

@media (max-width: 767px) {
  #account section .OrderHistoryBoxHead .codeText {
    margin: 3px 0 0 0;
  }
}

#account section .OrderHistoryBoxRow .desc span {
  margin-right: 20px;
}

#account section .padding-btn {
  padding: 5px 15px;
}

#account section .boxProfile {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 20px;
}

#account section .boxProfile .nopadding {
  margin-top: 10px;
}

#account section .infoUser,
#account section .infoSped,
#account section .btn-sub {
  display: none;
}

#account section .border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#account #OrderDetailsModal {
  top: 0;
}

#account .txtForm {
  font-weight: 700;
  color: #999 !important;
}

#account section .boxRow {
  margin: -15px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

#account section .boxRow:not(:first-of-type) {
  margin-top: 15px;
}

#account .boxInfo {
  min-height: 200px;
  border-bottom: 1px solid #999;
  margin: -15px;
  padding: 30px;
  height: auto;
}

#account .resoOk {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

#account .resoModal.pointer {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

#account .resoModal.pointer:hover {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}

#account .boxInfo button {
  margin-top: 10px;
  min-width: 150px;
  padding: 5px;
}

#account .containerMessage {
  padding: 20px;
}

#account .containerMessage > .col-xs-12 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

#account .containerMessage .fa-commenting-o {
  margin-right: 10px;
}

#account .containerMessage > .col-xs-12 > .pull-right {
  text-align: right;
}

/* ############ pages ########## */

#pages .col-main .std {
  text-align: justify;
}

#pages #right-menu {
  min-height: 150px;
  background: #eee;
  height: auto;
  padding-bottom: 20px;
  margin-top: 60px;
}

#pages #right-menu ul {
  padding-left: 0;
}

#pages #right-menu ul li {
  list-style: none;
  height: 40px;
  width: 100%;
  padding-left: 30px;
  padding-top: 10px;
}

#pages #right-menu ul li div {
  position: absolute;
}

#pages #right-menu ul li.active {
  background: #ddd;
}

#pages #right-menu ul li:hover {
  background: #ddd;
  cursor: pointer;
}

#pages .col-sm-9 {
  padding-right: 30px;
  min-height: 500px;
}

#pages .col-sm-9 .page-title {
  margin-top: 50px;
}

#pages .col-sm-9 .subtitle {
  text-align: left;
}

#pages #dove-siamo .col-sm-4 {
  background: transparent;
  min-height: 130px;
}

#pages ul .link a {
  text-decoration: none;
}

#pages .boxTxt {
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 0 !important;
  margin-top: 30px !important;
  border-right: 1px solid #dedede;
}

#pages .boxTxt:nth-child(3n + 0) {
  border-right: none !important;
}

/* brands */

#pageBrand a img.nopadding:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
}

#pageBrand {
  overflow-x: hidden;
  margin-bottom: -20px;
}

#pageBrand .container-img {
  position: relative;
}

#pageBrand .container-img .left,
.container-img .right {
  position: absolute;
  text-align: center;
}

#pageBrand .container-img .left div,
.container-img .right div {
  width: 100%;
}

#pageBrand .right {
  right: 15%;
  top: 50px;
  display: none;
  vertical-align: center;
}

#pageBrand .left {
  left: 15%;
  top: 50px;
  display: none;
}

#pageBrand img {
  cursor: pointer;
}

#pageBrand button {
  border: none;
  padding: 5px;
  font-weight: 500;
  width: 200px;
  margin-top: 30px;
}

#pageBrand .col-xs-12 {
  width: 130%;
  margin-left: -15%;
}

/* altro */

#thank-you #text {
  min-height: 320px;
  background-color: #eee;
  border: 1px solid #bbb;
}

#thank-you #text h3 {
  margin-top: 100px;
}

#error .box {
  margin-top: 50px;
}

#error .box > .col-xs-4 {
  margin-top: 20px;
  padding: 10px;
  height: 100px;
  font-size: 20px;
  font-weight: 500;
  color: #555;
}

#error .box > .col-xs-4 button {
  width: 150px;
  height: 50px;
  padding: 5px;
}

#error .box > .col-xs-4 button:hover {
  background: #ddd;
  cursor: pointer;
}

#ProductsList {
  background: white;
}

/* contacts */

.contacts-box {
  margin-bottom: 15px;
}

.contacts-box > figure {
  padding: 20px;
  border: solid 1px #ccc;
  min-height: 210px;
}

.grey-label {
  color: #4d4d4d;
  font-weight: 300;
}

/* search */

#overlay-search {
  position: absolute;
  width: 670px;
  height: 575px;
  background-color: white;
  z-index: 1000;
  display: none;
  left: -420px;
  border: 1px solid #ccc;
  border-top: transparent;
}

#overlay-search .fa {
  position: absolute;
  top: 30px;
  font-size: 200%;
  right: 10px;
  cursor: pointer;
}

#overlay-search .container {
  position: relative;
}

#overlay-search .container .mt-10 > p {
  padding-left: 3px;
}

#overlay-search .home-prod img {
  margin-bottom: -10%;
}

.text-normal {
  font-weight: 300 !important;
}

.form-control {
  border-radius: 0 !important;
}

/* ############ cambiamenti ########## */

/*
button, .btn-default { background-color: black !important; color: white!important; border-radius: 0 !important; border-color: black !important; }
button:hover, .btn-default:hover { background-color: #333 !important; }
input, select{ border-radius: 0 !important; }
input:hover, select:hover{ border: 1px solid black !important; }
input:focus, select:focus{	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3) !important; box-shadow: inset 0 1px 1px rgba(0,0,0,0.3) !important; border-color: #555 !important; }
.alert-danger { color: white; background-color: #ca0000; border: 1px solid #f9373b; border-radius: 0; }
.alert-success { color: black; background-color: #f0ffdd; border-color: #d6e9c6; border-radius: 0; }
*/

/* ------ mozilla ------ */

@-moz-document url-prefix() {
  .product-item select#selectTaglia.col-sm-4.classic {
    text-indent: 0;
  }
}

/* ############ media query ########## */

@media (min-width: 1500px) {
  #pageBrand button {
    border: none;
    padding: 8px;
    font-weight: 500;
    width: 200px;
    margin-top: 50px;
    font-size: 15px;
  }
  #pageBrand .min {
    width: 100px;
  }
  #pageBrand .max {
    width: 200px;
  }
  #pageBrand .col-xs-12 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .home .container-product .home-prod {
    height: 335px;
    /*620px*/
    margin-top: 5px;
  }
  #basket #passaggi .col-xs-4.text-center h3,
  #basket #passaggi .col-xs-3.text-center h3 {
    font-size: 14px;
  }
  .product-item .text {
    width: 100%;
  }
  .product-item .home-prod {
    min-height: 430px;
  }
  .home .container-product .home-prod .text {
    height: 150px;
    /*35%*/
    padding: 20px;
  }
  .home .container-product .home-prod .text .desc {
    min-height: 40px;
  }
  #list-product section.hidden-xs .home-prod {
    min-height: 550px;
  }
  #list-product section.hidden-xs .home-prod img {
    width: 80%;
    margin-top: 0;
    margin-left: 10%;
  }
  #list-product section.hidden-xs .home-prod .text {
    width: 100%;
  }
  .home #slide-home {
    max-height: 455px;
  }
  #product-detail-paragon-cart .container-product.mt-30 a:nth-child(n + 3) {
    display: none;
  }
  #product-detail-paragon-cart.product-item .home-prod {
    min-height: 405px;
  }
  #product-detail-paragon-cart.product-item .home-prod .text {
    height: 35%;
  }
  #product-detail-paragon-cart.product-item .home-prod .text .desc {
    min-height: 40px;
  }
  .video-holder > iframe {
    width: 243px;
  }
  .name-p-list {
    width: 90% !important;
  }
}

@media (max-width: 1024px) {
  #menu-mobile {
    display: block;
  }
  .home .container-product .home-prod {
    height: 310px;
    /*500px*/
  }
  #basket .container-info button {
    margin-bottom: 20px;
  }
  #list-product section.hidden-xs .home-prod img {
    margin-top: 10%;
  }
  #list-product section.hidden-xs .home-prod {
    min-height: 550px;
  }
  #overlay-search {
    top: 160px;
  }
  #pageBrand .col-xs-12 {
    width: 180%;
    margin-left: -40%;
  }
  #pageBrand .right {
    right: 5%;
  }
  #pageBrand .left {
    left: 5%;
  }
  .product-item #noQty {
    padding: 5px;
    font-size: 11px;
  }
  .home #slide-home {
    max-height: 455px;
  }
  #list-product section.hidden-xs .home-prod img {
    margin-top: 0;
  }
  .container-product .home-prod .text {
    height: 35%;
  }
  #button-nav {
    display: block !important;
  }
  #menu-mobile {
    margin-bottom: 0;
  }
  .home-prod img {
    margin-top: 5px !important;
  }
  .video-holder > iframe {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 992px) {
  #basket #passaggi .circle {
    position: absolute;
    margin: 0 auto;
    left: 0 !important;
    right: 0;
  }
  #product-detail-paragon-cart.product-item .home-prod {
    min-height: 200px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  #product-detail-paragon-cart.product-item .home-prod .text {
    min-height: 1px !important;
    font-style: 12px !important;
  }
}

@media (max-width: 767px) {
  #basket section.col-sm-8.passaggio1 {
    overflow-y: auto;
  }
  #basket #container-coupon #check-coupon {
    min-width: initial;
  }
  .product-item #category div div div {
    margin-left: 0;
  }
  #list-product aside + section .pull-right select {
    width: 60px;
  }
  #list-product #info-brand {
    overflow: hidden;
    margin-top: -57px;
  }
  #list-product #info-brand img {
    width: 200%;
    margin-left: -50%;
  }
  .text-center-xs {
    text-align: center;
  }
  #fourth-row-home img {
    height: 100%;
  }
  .home .container-product .home-prod {
    height: 410px;
  }
  #list-product aside#filters + section {
    width: 100%;
    float: none;
    border-right: 1px solid #eee;
  }
  #list-product aside.col-sm-4.col-xs-12 {
    width: 100% !important;
    margin-top: 30px;
  }
  #list-product aside.col-sm-4.col-xs-12 .color {
    min-height: 150px;
  }
  #list-product aside.col-sm-4.col-xs-12 .taglie {
    height: auto;
    padding-bottom: 20px;
  }
  #list-product aside.col-sm-4.col-xs-12 .taglie .classic {
    width: 60px;
    margin-left: 5px;
  }
  #list-product aside.col-sm-4.col-xs-12 .taglie .pull-left {
    margin-top: 5px;
  }
  #list-product aside.col-sm-4.col-xs-12 .taglie .pull-left {
    margin-top: 5px;
  }
  #list-product section .col-sm-8 #primary-image {
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
  }
  #basket .table tr img {
    height: 50px;
  }
  #basket #container-coupon {
    margin-top: 20px;
    width: 100%;
    float: left !important;
  }
  #basket #container-coupon span,
  #basket #container-coupon .form-group a {
    font-size: 12px;
  }
  #basket #container-coupon span {
    margin-left: 0;
  }
  #basket #container-coupon .form-group input {
    font-size: 12px;
    height: 43px;
    padding: 5px;
  }
  #basket #passaggi {
    min-height: 70px;
  }
  #basket section.passaggio3 {
    overflow-y: auto;
  }
  #basket .passaggio1 .col-sm-6.col-xs-12 {
    margin-bottom: 20px;
  }
  #basket .passaggio3 #data-send-recap .col-sm-6.col-xs-12 {
    text-align: center;
  }
  #basket .passaggio3 #data-send-recap .col-sm-6.col-xs-12:first-child {
    margin-bottom: 20px;
  }
  #account #passaggi h3 + div {
    display: none !important;
  }
  #account #passaggi .active h3 + div {
    display: block !important;
  }
  #account #passaggi .sm20.text-center {
    cursor: pointer;
  }
  #account #passaggi .sm20.text-center.active {
    border: 1px solid #bbb;
    padding-bottom: 5px;
    background-color: #eee;
  }
  #account #passaggi .sm20.text-center.active div {
    display: block;
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    cursor: pointer;
    top: 10px;
  }
  #list-product aside#filters {
    position: relative;
    width: 100% !important;
    height: 80px;
    min-height: 80px;
    float: none;
  }
  #list-product aside#filters .filter {
    display: none;
  }
  #list-product aside#filters .container-filter {
    width: calc(100% + 50px);
    z-index: 20;
    height: auto;
    background: white;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
  .product-item aside {
    width: 100% !important;
    margin-top: 30px;
  }
  .product-item .text .taglie {
    margin-top: 100px;
    height: auto;
  }
  .product-item .text .taglie .nopadding {
    height: 40px;
  }
  .product-item .text .taglie .nopadding select {
    width: 70px;
    float: left;
  }
  .product-item .text .taglie .nopadding button {
    float: right;
  }
  .product-item #selectTaglia .active {
    border-color: black;
    color: black;
  }
  .product-item #add_cart {
    width: 100% !important;
    margin-top: 10px;
  }
  .product-item #noQty {
    padding: 9px;
    font-size: 13px;
  }
  #basket .passaggio1 .pull-right .pull-left {
    margin-top: 0;
    margin-left: 0;
  }
  #basket .passaggio1 .pull-right .pull-left.form-group {
    width: 100%;
    margin-top: 10px;
  }
  #basket .passaggio1 .pull-right .pull-left.form-group a {
    border: 1px solid black !important;
  }
  #basket .passaggio1 .pull-right .pull-left.form-group a.blue {
    border: 1px solid #aaa !important;
  }
  #basket .passaggio1 #couponCode,
  #basket .passaggio1 #check-coupon {
    max-width: 50%;
    width: 50%;
  }
  .product-item .text .taglie {
    margin-top: 0;
  }
  #basket .table tr td i {
    margin-top: -25%;
  }
  .home #slide-home {
    max-height: 613px;
  }
  .product-item #category div div div.link {
    margin-top: 10px;
    text-align: center;
  }
  .headBottom .col-xs-12 {
    margin-bottom: 20px;
  }
  .headBottom .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .headBottom {
    height: 0;
    background-image: none;
  }
  .headBottom img {
    height: 32px;
    margin-right: 0;
  }
  .headBottom .text-uppercase {
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
  }
  /*#headBottom #head-time-30{ padding-top: 6px; height: 21px; margin-left: -9px; }*/
  .home-prod img {
    /*  margin-top: 10% !important; */
  }
  .home .container-product .home-prod .text .desc,
  .home .container-product .home-prod .text {
    font-size: 12px;
  }
  .passaggio2 .row .container-data {
    padding: 25px !important;
    border: solid 1px #bbb;
    margin-bottom: 25px;
  }
}

@media (min-width: 767px) {
  .product-item .lv2 {
    max-height: 800px;
    min-height: 570px;
  }
  #list-product #order-product .h-60 {
    margin-top: -11px;
  }
}

@media (max-width: 500px) {
  .home .container-product .home-prod {
    height: 310px;
  }
  #pageBrand .min {
    width: 55px;
  }
  #pageBrand .max {
    width: 100px;
  }
  #pageBrand button {
    width: 150px;
    font-size: 11px;
    margin-top: 10px;
  }
}

@media (max-width: 401px) {
  .home .container-product .home-prod {
    height: 270px;
  }
  #list-product section .col-lg-3.col-md-4.col-xs-6.padding .home-prod {
    min-height: 315px;
  }
  #list-product section .col-lg-3.col-md-4.col-xs-6.padding .text {
    min-height: 150px;
  }
  #list-product #menu-mobile {
    margin-bottom: 0;
  }
  #list-product #page > .container {
    margin-top: 0;
  }
  #list-product aside#filters {
    height: 60px;
    min-height: 0;
    padding-top: 0 !important;
  }
  #list-product aside#filters .container-filter {
    padding-right: 15px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  #fourth-row-home img {
    height: auto !important;
    width: 100% !important;
  }
  .last-row-home {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .video-holder > iframe {
    width: 100%;
    height: 200px;
  }
  .passaggio2 .row .container-data {
    padding: 25px !important;
    border: solid 1px #bbb;
    margin-bottom: 25px;
  }
}

/* ############ cambiamenti CIOKKA ########## */

#myModal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}

.modal-body iframe {
  border: 0px;
}

.modal-footer .blue.emphasized {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  cursor: pointer;
  font-size: 17px;
  padding: 10px;
}

#buttonStep1.blue:hover,
#buttonStep3.blue:hover {
  background: #555555 !important;
  border: 1px solid #555555;
  text-decoration: none;
}

select#ot_shipping_country {
  border: solid 1px #555 !important;
}

select#ot_shipping_country option:nth-child(1) {
  font-weight: bold !important;
}

#TopLogo {
  height: 50px;
}

#TopLogo2Container {
  display: none;
}

.tabletLabel {
  display: none;
}

/*iPad in general*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #TopLogo {
    height: 50px;
  }
  .right.cursor.item.lower {
    margin-left: 10px;
  }
  #openSiteLanguage,
  #openSiteShipping {
    padding-top: 20px;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tabletLabel {
    display: inline;
  }
}
