@media (min-width: 1320px) and (max-width: 1475px){
  .navbar-nav .nav-item{
    margin:0 5px;
  }
}

@media (min-width: 1190px) and (max-width: 1319px){
  .navbar-nav .nav-item{
    margin:0;
    padding-left:0;
    padding-right:0;
    font-size: 12px;
  }
}


@media (min-width: 768px) {

  main{
    overflow-x: hidden;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  /*footer a.nav-link{pointer-events:none;}*/


  .navbar-collapse .navbar-nav .dropdown-menu.show{
    display: flex;
  }

  .navbar-collapse .navbar-nav .dropdown-menu{
    border: 0;
    top: 45px;
    height: 215px;
    flex-flow: column wrap;
    padding: 15px 0;
  }

  .navbar-collapse .navbar-nav .dropdown-menu:before,
  .navbar-collapse .navbar-nav .dropdown-menu:after{
    content:'';
    width:100vw;
    height:100%;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    border-bottom: 1px solid #000;
    top:0;
  }

  .navbar-collapse .navbar-nav .dropdown-menu:before{
    left:0;
  }

  .navbar-collapse .navbar-nav .dropdown-menu:after{
    right:0;
  }

  .row {
    display: flex!important;
  }

  .upsells {
    float: right;
    width: 48%;
    clear: none;
    margin-top: -40px;
    padding-left: 10px;
  }

  .upsells h3,
  .upsells .row{
    max-width:300px;
  }

  .upsells .row .col-md-3{
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .woocommerce .cross-sells span.custombadge,
  .woocommerce .cross-sells span.onsale,
  .woocommerce .upsells span.custombadge,
  .woocommerce .upsells span.onsale{
    width: 35px;
    height: 35px;
  }

  .woocommerce .upsells div.product span.price{
    display: block;
    margin-top: 6px;
    line-height: 1.3em;
  }

}

@media screen and (max-width: 600px){
  #wpadminbar {
    position: fixed;
  }

  .customize-support .navbar {
    top:46px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {

  .divider-lg{width:110px;}

  .sticker-m2-title{max-width:40%;}
  .sticker-m3-title{max-width:40%;}
  .sticker-minsta-title{max-width:80%;}
  .sticker-m1-bl{left:-10%;}
  .sticker-m1-br{
    right: -10%;
    max-width: 50%;
    bottom: -1%;
  }
  .sticker-locales{max-width:60%;}
  .sticker-campania{max-width:80%;}

  .bg-ends-higher:after{height:30%;}

  .footer-cat:before{
    transform: translateX(-50%) translateY(-70px) scale(0.6);
  }

  .uneven-slider{margin-top:-30px;}

  .uneven-slider .slick-list{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }


  .page-template-page-tpl-campania section:first-of-type .uneven-slider{margin-bottom:10px;}

  .navbar-brand{
    margin-right:0;
    height: auto;
    background: rgba(0,0,0,0);
  }

  .navbar-brand > img{
    height:100%;
    width:auto;
  }

  .navbar > .nav-icons>li{margin:0;}

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    width: 30px;
    height: 2px;
  }

  .hamburger--collapse .hamburger-inner::after{top:-15px;}
  .hamburger-inner::before {top: -8px;}

  .navbar-collapse{
    z-index: 10;
    background: inherit;
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 80px;
    height:auto;
  }

  .nav-link{ padding: .9rem 1rem;}
  .nav-icons{ justify-content: center;}

  .collapse-footer{
    background-color:#fff;
  }

  .collapse-footer.footer-border:after{
    top: -10px;
    bottom: auto;
    background-size: auto 100%;
    height: 15px;
  }

  .navbar .dropdown-menu{
    margin-top:0;
    border-radius:0;
    border: 0;
    width: 100%;
  }

  .mini-search-wrapper .input-group{
    justify-content: center;
  }

  .mini-cart-wrapper .woocommerce-mini-cart__buttons .button{
    background: #f1cede;
    color: #000;
  }

  .woocommerce span.custombadge{
    width: 45px;
    height: 45px;
  }

  .woocommerce span.onsale, .woocommerce span.custombadge{
    margin:10px;
  }

  .woocommerce-Description{overflow:hidden;}
  .woocommerce-Description table,
  .woocommerce-Description tr{width:100%;}

  .woocommerce ul.order_details{
    padding:0;
  }

  .woocommerce ul.order_details li {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float: none;
    text-align: center;
  }

  .woocommerce-variation-add-to-cart{
    max-width:100%;
  }

  .woocommerce div.product .product_title,
  .woocommerce div.product p.price,
  .woocommerce-Description{
    text-align:center;
  }

  .navbar-nav .dropdown-menu{
    background: rgba(255,255,255,0.5);
  }

  .embed-responsive-16by9:before{
      padding-top: 175%;
  }

  .slide-video .overlay{
      background-size: 30px auto;
    }


    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        padding: 10px 15px;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        font-size: 14px;
    }

    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
      display:none;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
      text-align: center;
      margin-top: 15px;
    }

  .woocommerce ul.order_details{
    display:block;
  }

  .code-bar {
    font-size: 12px;
  }

  .archive .product .form-matrix{display:none;}

  .archive .product  .woocommerce-LoopProduct-container .product-hover-add-to-cart{
    height: 100%;
    padding: 0;
    opacity:0!important;
  }

  .archive .product>.woocommerce-loop-product__link .woocommerce-LoopProduct-oncart{
    display: none;
  }

  .archive .product .add_to_cart_button,
  .archive .product .button{
    opacity:0;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .special-description{
    font-size: 16px;
  }

  .special-description h1, .special-description h2, .special-description h3, .special-description h4, .special-description h5, .special-description h6{
    font-size: 20px;
  }

  .coleccion-logo-wrapper{
    width: 250px;
    height: 250px;
  }

  .color_pastilla{
    width: 20px;
    height: 20px;
  }

  .matrix-col {
    margin: 0 2px;
    flex-basis: 23px;
  }

  .matrix-col > .col-title, .matrix-col > .row-title, .matrix-col > .row-input{
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
  }

  .matrix-col > .col-title, .matrix-col > .row-title, .matrix-col > .row-input{
    width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  }

  .matrix-col.buttons {
    flex-basis: 50px;
  }

  .matrix-col.buttons .col-buttons > button{
    height: 23px;
    width: 26px;
    margin-right: 3px;
  }

  .container-woo.px-30{
    padding-left:20px!important;
    padding-right:20px!important;
  }

  .multiple-add-wizard-buttom-wrapper .submit-container .single_add_to_cart_button{
    font-size: 21px!important;
  }

  .multiple-add-wizard-table{
    overflow:auto;
  }

}
