@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-mar-2018, 17.05.25
    Author     : felix
*/
/* This is a small security for too long strings titles */
body {
  word-wrap: break-word;
}

h1 {
  font-size: 26px;
  color: #575757;
  font-weight: bold;
}

h2,
h2 a {
  color: #27bcbb;
  font-size: 22px;
  font-weight: bold;
}

h2 a:hover {
  filter: brightness(80%);
  color: #27bcbb;
  text-decoration: none;
}

h3 {
  font-size: 18px;
  color: #575757;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  color: #27bcbb;
  font-weight: bold;
  font-style: italic;
}

h5 {
  font-size: 14px;
  color: #575757;
  font-weight: bold;
  font-style: italic;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

section {
  position: relative;
}

.bgrosso {
  background-color: #ef4c4f;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #e8e8e7;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #e8e8e7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #2b70b2;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}

.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Clearing */
.clear {
  clear: both;
}

/* Navigation */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

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

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #e8e8e7;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
/*.widget { margin-bottom: 2em; }*/
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type=submit] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
  font-size: 12px;
  padding-top: 20px;
}

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input::-webkit-inner-spin-button {
  opacity: 1;
}

body {
  /*    padding-top: 70px;*/
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ef4c4f;
}

a:hover {
  color: #c33a3c;
}

span.wishlist_products_counter_number {
  color: #575757;
}

span.wishlist_products_counter_text {
  color: #575757;
}

a:focus {
  outline: none;
}

/*Navigation*/
button.navbar-toggle {
  background-color: #ef4c4f;
}

.navbar-icon {
  float: right;
  height: 50px;
  padding: 15px 5px;
  font-size: 23px;
  line-height: 20px;
  color: #575757;
  margin: 0 1px;
}

#mobile-nav ul a {
  margin-left: 10px;
}

a.navbar-brand {
  padding-top: 5px;
}

button.offcanvas-close {
  float: right;
  border: none;
  font-size: 23px;
  background: transparent;
}

.menu-header {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #ef4c4f;
}

.product-nav > .nav > li > a {
  background-color: #e8e8e7;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  color: #575757;
}

#shop-menu li a {
  color: #575757;
}

nav {
  -webkit-tap-highlight-color: rgba(39, 188, 187, 0.7);
}

/*#shop-menu>li>ul>li>a {

    border: 1px solid $bianco;
    color: $bianco;
    padding:15px;
}*/
/*#shop-menu>li.passeggio.active>a,
#shop-menu>li a:hover,
#shop-menu>li.open>a{
    color:$bianco;
    filter:brightness(100%);
    background-image: none;
}*/
/*#shop-menu>li.passeggio.active>a,
#shop-menu>li.passeggio>a:hover,
#shop-menu>li.passeggio.open>a{
      background-color: $blu;
      border-top-color: $bianco;
      border-bottom-color: $bianco;

}*/
/*#shop-menu>li.passeggio a:hover,
#shop-menu>li.passeggio>ul>li>a {
    background-color: $blu;

}





#shop-menu>li.viaggio.active>a,
#shop-menu>li.viaggio>a:hover,
#shop-menu>li.viaggio.open>a{
      background-color: $lila;
      border-top-color: $lila;
      border-bottom-color: $lila;

}

#shop-menu>li.viaggio a:hover,
#shop-menu>li.viaggio>ul>li>a {
    background-color: $lila;

}

#shop-menu>li.articoli-regalo.active>a,
#shop-menu>li.articoli-regalo>a:hover,
#shop-menu>li.articoli-regalo.open>a{
      background-color: $verde;
      border-top-color: $verde;
      border-bottom-color: $verde;

}

#shop-menu>li.articoli-regalo>ul>li>a {
    background-color: $verde;

}

#shop-menu>li.casa.active>a,
#shop-menu>li.casa>a:hover,
#shop-menu>li.casa.open>a{
      background-color: $verdeChiaro;
      border-top-color: $verdeChiaro;
      border-bottom-color: $verdeChiaro;
}

#shop-menu>li.casa>ul>li>a {
    background-color: $verdeChiaro;

}
#shop-menu>li.cambio.active>a,
#shop-menu>li.cambio>a:hover,
#shop-menu>li.cambio.open>a{
      background-color: $arancione;
      border-top-color: $arancione;
      border-bottom-color: $arancione;
}


#shop-menu>li.cambio>ul>li>a {
    background-color: $arancione;

}

#shop-menu>li.pappa.active>a,
#shop-menu>li.pappa>a:hover,
#shop-menu>li.pappa.open>a{
      background-color: $viola;
      border-top-color: $viola;
      border-bottom-color: $viola;
}


#shop-menu>li.pappa>ul>li>a {
    background-color: $viola;

}

#shop-menu>li.abbigliamento.active>a,
#shop-menu>li.abbigliamento>a:hover,
#shop-menu>li.abbigliamento.open>a{
      background-color: $bluChiaro;
      border-top-color: $bluChiaro;
      border-bottom-color: $bluChiaro;
}

#shop-menu>li.abbigliamento>ul>li>a {
    background-color: $bluChiaro;

}



#shop-menu>li.gioco.active>a,
#shop-menu>li.gioco>a:hover,
#shop-menu>li.gioco.open>a{
      background-color: $giallo;
      border-top-color: $giallo;
      border-bottom-color: $giallo;
}

#shop-menu>li.gioco>ul>li>a {
    background-color: $giallo;

}
#shop-menu>li.mamma.active>a,
#shop-menu>li.mamma>a:hover,
#shop-menu>li.mamma.open>a{
      background-color: $bluScuro;
      border-top-color: $bluScuro;
      border-bottom-color: $bluScuro;
}


#shop-menu>li.mamma>ul>li>a {
    background-color: $bluScuro;

}

*/
.caret {
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.open > a .caret {
  /* display: inline-block; */
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  /* vertical-align: middle; */
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#shop-menu > li.current-product_cat-ancestor > a,
#shop-menu > li.current-menu-ancestor > a,
#shop-menu > li > ul > li.current-menu-item > a {
  /*    filter: brightness(120%);*/
  font-weight: bold;
}

nav#primary-menu {
  margin-top: 30px;
}

nav#navbar-shop {
  margin-bottom: 0;
}

nav#navbar-top {
  background-color: #9c9fa0;
}

#navbar-top a {
  color: #fff;
  border-right: solid 1px #fff;
  padding: 5px 22px;
  text-transform: uppercase;
}

#main-menu li a {
  background-color: #27bcbb;
  color: #fff;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

/******MEGA MENU*****/
ul#shop-menu {
  /* position: static; */
}

.mega-menu {
  position: static !important;
}

.mega-menu > ul.dropdown-menu {
  width: 100%;
  border: none;
  box-shadow: none;
}

.mega-menu .dropdown-submenu > .dropdown-menu {
  position: static;
  display: block;
  float: none;
  border: none;
  background: transparent;
}

#shop-menu > li.mega-menu > ul > li > a {
  background-color: transparent;
  color: #575757;
  font-weight: bold;
}

#shop-menu .mega-menu.open > .dropdown-menu {
  background-color: #fff;
}

.passeggio.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #2b70b2;
}

.viaggio.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #a84666;
}

.articoli-regalo.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #079580;
}

.casa.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #61c625;
}

.cambio.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #f1b031;
}

.pappa.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #8e67ce;
}

.abbigliamento.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #22a8c5;
}

.gioco.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #dfcc1b;
}

.mamma.mega-menu.open > .dropdown-menu {
  border-top: 8px solid #1c4da2;
}

.mega-menu > .dropdown-menu > li > a {
  border: none !important;
}

.mega-menu ul.dropdown-menu {
  box-shadow: none;
}

.mega-menu a:after {
  display: none !important;
}

/*multicolor bars*/
.multicolor span:nth-child(1) {
  background-color: #2b70b2;
}

.multicolor span:nth-child(2) {
  background-color: #a84666;
}

.multicolor span:nth-child(3) {
  background-color: #079580;
}

.multicolor span:nth-child(4) {
  background-color: #61c625;
}

.multicolor span:nth-child(5) {
  background-color: #f1b031;
}

.multicolor span:nth-child(6) {
  background-color: #8e67ce;
}

.multicolor span:nth-child(7) {
  background-color: #22a8c5;
}

.multicolor span:nth-child(8) {
  background-color: #dfcc1b;
}

.multicolor span:nth-child(9) {
  background-color: #1c4da2;
}

.multicolor span:nth-child(10) {
  background-color: #2b70b2;
}

.multicolor {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
  height: 10px;
  width: 100%;
}

.multicolor span {
  display: table-cell;
  height: 10px;
}

/********BLOG*/
.blog article {
  margin-top: 50px;
  /* margin-bottom: 20px; */
}

/*********************************/
/**** Social****/
.social a {
  /* float: left; */
  width: 54px;
  height: 54px;
  background-color: #575757;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #e8e8e7;
  font-size: 32px;
  padding: 2px;
}

.social i {
  width: 30px;
  height: 30px;
  /* background-color: lightgrey; */
  font-size: 24px;
}

.social {
  float: left;
  width: 33%;
  text-align: center;
}

.social a:hover {
  text-decoration: none;
  background-color: #ef4c4f;
}

/*********************************/
footer#colophon {
  background-color: #e8e8e7;
}

footer h3.widget-title {
  font-size: 15px;
}

footer .widget .nav a {
  padding: 5px;
  color: #575757;
}

span.wishlist_products_counter_text {
  display: none;
}

span.wishlist_products_counter_number {
  display: none;
}

.site-info {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 30px;
}

span.sep {
  display: block;
  visibility: hidden;
  height: 0;
}

/*****KNEWS FORM******/
.knewstermsplus {
  display: none;
}

.knews-list-select {
  padding-left: 0;
}

label.control-label {
  /* font-size: 12px; */
  font-weight: normal;
  padding-right: 0;
}

/**** Product listing*****/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.filters {
  background-color: #e8e8e7;
  border-top: solid 10px #fff;
  margin-left: 0;
  margin-right: 0;
}

.filters h4.widget-title {
  font-style: normal;
  color: #575757;
  font-weight: normal;
  font-size: 14px;
}

.price_slider_amount button.button,
button.woocommerce-widget-layered-nav-dropdown__submit {
  display: none !important;
}

input.woocommerce-widget-layered-nav-dropdown__submit {
  display: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
  display: inline-block;
  padding: 7px 10px;
  background-color: #fff;
  margin: 8px 5px;
  color: #9c9fa0;
  border: 1px solid;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  color: #9c9fa0;
}

.btn-square {
  border-radius: 0;
}

.btn-lightgreen {
  background-color: #27bcbb;
  color: #fff;
  text-transform: uppercase;
}

.btn-lightgreen:hover {
  color: #fff;
  filter: brightness(80%);
}

/**************************/
/* Center product elements on shop pages */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.products li {
  border: 4px solid #e8e8e7;
  padding: 30px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 480px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  /*    padding: 10px !important;*/
  height: 97px;
  overflow: hidden;
}

.woocommerce-loop-product__title {
  color: #27bcbb;
}

.woocommerce ul.products li.product a {
  color: #575757;
  background-color: transparent;
}

.woocommerce ul.products li.product a img {
  max-height: 292px;
}

img.secondary-image.attachment-shop-catalog.wp-post-image.wp-post-image--secondary {
  left: 30px;
  top: 30px;
  width: 292px;
}

/*.products li.instock:after {
    content: '\f058';
    font-family: FontAwesome;
    color: $verdeChiaro;
    font-size: 33px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}*/
.products li > a > div.outofstock {
  background: rgba(255, 255, 255, 0.78);
  display: block;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  text-align: center;
  /* width: 100%; */
  left: 21px;
  right: 21px;
  top: 4px;
  padding: 10px;
  bottom: 0;
  color: #e8e8e7;
  z-index: 20;
}

.free-shipping-container {
  color: #575757;
  font-size: 14px;
}

a.tinvwl_add_to_wishlist_button.icon-black:hover {
  text-decoration: none;
}

.tinvwl-icon-heart.icon-black {
  color: #575757;
}

a.inited-add-wishlist,
.tinvwl-icon-heart.icon-black.tinvwl-product-in-list {
  color: #ef4c4f !important;
}

.inited-add-wishlist .tinvwl_add_to_wishlist-text,
.tinvwl-product-in-list .tinvwl_add_to_wishlist-text {
  display: none;
}

a.inited-add-wishlist:after {
  content: "Aggiunto alla wishlist";
  font-weight: bold;
}

.free-shipping {
  /*    color: $bianco;*/
  /*    background-color: $turchese;*/
  font-size: 14px;
  padding: 5px;
  /*    width: 115px;*/
  /* margin: auto; */
  font-weight: bold;
  /*    border-radius: 16px;*/
  /* text-align: right; */
  /* margin-right: 0; */
  /* margin-left: auto; */
  display: inline-block;
  margin-right: 5px;
}

.free-shipping i {
  font-size: 25px;
  margin-right: 8px;
  margin-left: 10px;
}

.single-product .summary .free-shipping {
  float: right;
}

.products li .free-shipping {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.products .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
  position: absolute;
  /* text-indent: -9999px; */
  bottom: 20px;
  left: 24px;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover .tinvwl-tooltip {
  /* text-indent: -999px; */
  display: inline-block;
}

a.tinvwl-product-in-list {
  color: #ef4c4f !important;
}

.tinvwl-tooltip {
  display: none;
}

.tinvwl_add_to_wishlist_button {
  background: transparent !important;
}

.woocommerce ul.products li.product .price {
  font-size: 20px;
  color: #ef4c4f;
  text-decoration: none;
  min-height: 48px;
  font-weight: bold;
}

ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .price del {
  font-size: 14px;
  color: #575757;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  background-color: transparent;
  background-image: url(../img/sprite.png);
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  margin: 9px 22px;
  background-position: -582px -10px;
}

.products li:hover {
  border-color: #27bcbb;
}

select.form-control {
  border-radius: 0;
}

ul.select2-selection__rendered {
  border-radius: 0;
  border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  /* border: none; */
  border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #575757;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ef4c4f;
}

span.select2-selection.select2-selection--multiple {
  border-radius: 0;
}

select.orderby {
  /* display: block; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #575757;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8e8e7;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

li.product.product_tag-reso-gratuito:after,
div.product.product_tag-reso-gratuito:after {
  position: absolute;
  content: "Reso gratuito";
  top: 20px;
  left: 20px;
  height: 70px;
  width: 70px;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 35px;
}

/**************VOLANTINO******/
ul.pdf-light-viewer-features-top-panel {
  box-shadow: none !important;
  background: none !important;
}

ul.pdf-light-viewer-features-top-panel a[title=Download]:before {
  content: "scarica";
  font-size: 16px;
}

ul.pdf-light-viewer-features-top-panel a {
  color: #575757 !important;
}

.pdf-light-viewer-features-bottom-panel {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.valido ul {
  list-style: none;
}

#spacer {
  height: 40px;
}

select#sceglifiliale {
  margin: auto 10px;
}

/*****SINGLE PRODUCT*****/
.reset_variations {
  display: none !important;
}

.product span.onsale {
  /*    display: none;*/
  position: absolute;
  top: -40px;
  right: 0 !important;
  left: auto;
}

.woocommerce div.product .product_title {
  font-size: 25px;
  font-weight: bold;
}

.woocommerce div.product {
  margin-top: 30px;
}

.star-rating {
  color: #27bcbb;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ef4c4f;
}

.products li {
  position: relative;
}

.woocommerce-product-details__short-description {
  margin: 30px 0;
}

table.variations .label {
  /* background-color: cadetblue; */
  /* padding: 10px; */
  color: initial;
  font-size: 100%;
}

span.posted_in, span.sku_wrapper {
  display: flex;
  color: #27bcbb;
  font-weight: bold;
  flex-flow: wrap;
}
@media (min-width: 768px) {
  span.posted_in, span.sku_wrapper {
    flex-flow: nowrap;
    white-space: nowrap;
  }
}

.woocommerce .posted_in a {
  color: #000;
}

span.sku {
  color: initial;
  font-weight: normal;
}

span.posted_in a {
  font-weight: normal;
}

span.consegna-wrapper {
  font-weight: bold;
  color: #27bcbb;
  display: block;
  margin-bottom: 20px;
}

span.consegna {
  color: initial;
  font-weight: normal;
  padding: 2px 15px;
  background: #f1b031;
  /* margin-bottom: 5px; */
  margin: 0 10px 0;
  display: inline-block;
  color: #164443;
}

.product_meta {
  margin-bottom: 40px;
}

form.woocommerce-form.woocommerce-form-login.login, .woocommerce form.register {
  border-radius: 0;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #ff8c32;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
  clear: both;
}

a.wishlist_products_counter:hover span {
  color: #ef4c4f;
}

button.button.tinvwl-break-checkbox.alt {
  margin-bottom: 10px;
}

a.js-tabcollapse-panel-heading:after {
  content: "";
  font-family: FontAwesome;
  float: right;
}

a.js-tabcollapse-panel-heading.collapsed:after {
  content: "";
  font-family: FontAwesome;
  float: right;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.icon-black.button.tinvwl-position-after {
  margin-top: 25px;
}

span.wishlist_products_counter_number:before {
  content: "( ";
}

span.wishlist_products_counter_number:after {
  content: " )";
}

h4.panel-title {
  font-style: normal;
}

.woocommerce div.product .stock {
  color: #27bcbb;
}

.woocommerce div.product .stock.out-of-stock {
  color: red !important;
}

span.swatch.instock {
  background-color: #fff;
  color: #000;
}

span.swatch.selected {
  border-color: red;
}

/***BUNDLE***/
.bundled_product_permalink {
  display: none;
}

/****BREDCRUMBS*/
p#breadcrumbs, p#breadcrumbs a {
  color: #ef4c4f;
  /* font-weight: bold; */
  text-decoration: none;
}

/****** info veloce*****/
.feature-icons {
  background-color: #e8e8e7;
  padding: 10px 0;
  margin: 15px;
  box-sizing: border-box;
}

.feature-icons > div:before {
  background-image: url(../img/sprite.png);
  background-size: 739px 64px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  margin: auto;
}

.feature-icons > div.feat-spedizione:before {
  background-position: -261px -10px;
}

.feature-icons > div.feat-48h:before {
  background-position: -334px -10px;
}

.feature-icons > div.feat-garanzia:before {
  background-position: -399px -10px;
}

.feature-icons > div.feat-resi:before {
  background-position: -465px -10px;
}

.feature-icons > div.feat-negozi:before {
  background-position: -520px -10px;
}

/****Home Boxes*****************/
.home-box-inner {
  width: 100%;
  position: relative;
  height: 489px;
  background-size: cover;
  display: block;
  text-indent: -999999px;
}

.home-box-inner-blog {
  position: absolute;
  height: 33%;
  background-size: cover;
  width: 100%;
  text-indent: -99999px;
  display: block;
}

.home-box-inner-blog:first-child {
  top: 0;
}

.home-box-inner-blog:nth-child(2) {
  top: 33%;
}

.home-box-inner-blog:last-child {
  bottom: 0;
}

.btn-home-box {
  background-color: #ef4c4f;
  color: #fff;
  border: 5px solid #fff;
  margin: 15px auto;
  border-radius: 0;
  width: 90%;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-home-box:focus,
.btn-home-box:active,
.btn-home-box:hover {
  background-color: #fff;
  color: #ef4c4f;
  border: 5px solid #ef4c4f;
}

.home-box {
  background-color: #ef4c4f;
  margin-top: 20px;
}

.clear.divider {
  height: 10px;
}

/******Mappa******/
#map_canvas {
  height: 500px;
}

.map-container {
  background-color: #27bcbb;
}

.row.map-container > div.col-sm-3 {
  padding-top: 20px;
  max-height: 500px;
  /*    overflow: hidden;*/
}

.map-container h2, .map-container h2 small {
  text-align: center;
  color: #fff;
}

.map_results {
  overflow-x: hidden;
  max-height: 250px;
}

.map_results h3 {
  color: #fff;
}

.map_results h3:hover {
  text-decoration: underline;
  cursor: pointer;
}

#map-select {
  height: 30px;
  width: 100%;
  border: 1px #fff solid;
  color: #fff;
}

#map-select li {
  padding: 5px 10px;
  z-index: 2;
}

#map-select li:not(.init) {
  width: 100%;
  display: none;
  background: #fff;
  position: relative;
  color: initial;
}

#map-select li:not(.init):hover, ul li.selected:not(.init) {
  background: #2b70b2;
}

#map-select li.init {
  cursor: pointer;
}

#map-select li.init:before {
  font-family: FontAwesome;
  content: "";
}

#map-select a#submit {
  z-index: 1;
}

.btn-transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-transparent:hover {
  background-color: #fff;
  border-color: #fff;
}

/********minicart***/
.woocommerce-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
  max-width: 90px;
  display: block;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  list-style: none;
}

input.button[name=update_cart] {
  float: right !important;
}

/*p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
$arancioneScuro
}*/
a.button.checkout.wc-forward {
  background-color: #f1b031;
  width: 40%;
  float: right;
}

#mini-cart .modal-dialog {
  right: 0;
  position: absolute;
  top: 130px;
}

.woocommerce-mini-cart img {
  max-width: 90px;
}

#mini-cart li span.woocommerce-Price-amount.amount {
  display: block;
  text-align: right;
}

p.woocommerce-mini-cart__total.total {
  display: block;
}

p.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
  float: right;
  font-weight: bold;
}

#mini-cart ul {
  padding: 0;
  margin: 0;
}

.woocommerce #mini-cart ul.cart_list li img, .woocommerce #mini-cart ul.product_list_widget li img {
  float: none;
  margin: inherit;
  width: auto;
  height: auto;
}

/****carousel marchi********************/
.jcarousel-wrapper {
  border-radius: 0 !important;
}

.spacer {
  height: 80px;
}

.back-to-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  height: 40px;
  width: 40px;
  background: #ef4c4f;
  border-radius: 50%;
  color: #fff;
  border: none;
  display: none;
}

.back-to-top a {
  color: #fff;
}

/****CHECKOUT****/
div#order_review {
  background-color: #ebe9eb;
}

input#createaccount {
  position: relative;
}

input#ship-to-different-address-checkbox {
  position: relative;
  margin-left: 0;
}

.required {
  color: #ef4c4f;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #575757;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*** WOOCOMMERCE BUTTONS*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ff8c32;
  border-radius: 0;
  min-width: 50%;
  /*    margin:0 20px;*/
  padding: 15px;
  border-color: #f1b031;
  width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #f1b031;
}

.woocommerce #respond input#submit, .woocommerce input.button,
.woocommerce button.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ef4c4f;
  border-color: #ed3538;
  margin-top: 5px;
}

.woocommerce a.button {
  color: #fff;
  background-color: #ef4c4f;
  border-color: #ed3538;
  border-radius: 0;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
  color: #fff;
  background-color: #eb1d21;
  border-color: #d21316;
}

/***************carrello**************/
/*.tinvwl-icon-heart.icon-black {
    color: $mainColor !important;
}*/
.tinvwl-icon-heart:before {
  content: "";
  font-family: FontAwesome;
  font-size: 19px;
}

.coupon {
  padding: 10px 0;
}

input.button[name=apply_coupon] {
  background: red;
  color: white;
  margin: auto;
  /* min-width: 1%; */
  display: block;
}

button.button[name=update_cart] {
  float: right;
}

.modal {
  z-index: 99999;
}

.product-remove {
  font-weight: bold;
  margin-top: 25px;
}

.half {
  width: 50%;
  float: left;
}

input.btn.half {
  background-color: #ef4c4f;
  color: #fff;
}

.hamburger-wrapper {
  float: right;
  text-align: center;
  margin-right: 15px;
}

button.navbar-toggle {
  background-color: #ef4c4f;
  /*    margin-bottom: 0;
      margin: 0;*/
}

input.tml-button,
.tml-links a {
  border: 1px solid red;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  background-color: #ff8c32;
  border-radius: 0;
  /* margin: 0 20px; */
  padding: 10px;
  border-color: #f1b031;
}

input.tml-button:hover,
.tml-links a:hover {
  background-color: #f1b031;
}

.tml-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tml-links li {
  list-style: none;
  float: left;
  margin: 5px;
}

.single div.product_tag-bio:after,
.single .products li.product_tag-bio:after,
.archive .product_tag-bio:before {
  content: "";
  height: 32px;
  width: 45px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  background-position: -662px -13px;
}

.single div.product_tag-collezione-basic:after,
.single .products li.product_tag-collezione-basic:after,
.archive .product_tag-collezione-basic:before {
  content: "";
  height: 65px;
  width: 465px;
  background-image: url(../img/CollezioneBasic.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}

.tawcvs-swatches .swatch-label {
  border-radius: 0 !important;
  min-width: 70px;
  margin: 5px;
  border: 1px solid grey !important;
}

.tawcvs-swatches .swatch-image {
  width: 50px !important;
  height: 50px !important;
}

div.shipping_info {
  display: inline-block;
  color: #ef4c4f;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}

span.shipping_info {
  display: none;
  position: absolute;
  top: 6px;
  background: #fff;
  width: 100px;
  left: 11px;
  /* right: 0; */
  font-size: 11px;
  line-height: 14px;
}

div.top-banner {
  position: fixed;
  top: 0;
  font-size: 9px;
  z-index: 55;
  color: #fff;
  background: #ff8c32;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.top-banner .feature-icons {
  width: 35px;
  height: 26px;
  background-color: transparent;
  display: block;
  margin: auto;
  padding: 0;
  background-image: url(../img/sprite.png);
  background-size: 739px 64px;
}

.top-banner .spedizione .feature-icons {
  background-position: -19px -13px;
}

.top-banner .h48 .feature-icons {
  background-position: -68px -17px;
}

.top-banner .pv .feature-icons {
  background-position: -111px -17px;
}

span.txt {
  display: block;
}

form.wpcf7-form.sent .col-sm-8 {
  display: none;
}

@media (min-width: 768px) {
  .top-banner .feature-icons {
    width: 40px;
    height: 30px;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-size: 739px 64px;
    margin: 0;
  }

  .pv, .h48, .spedizione {
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    padding: 10px 0 0 0;
    font-weight: bold;
  }

  span.txt {
    font-size: 12px;
  }

  .navbar-fixed-top {
    top: 39px;
  }

  div.top-banner {
    position: absolute;
    z-index: -1;
  }

  .top-banner img {
    display: inline-block;
    margin: auto;
  }

  .row {
    position: relative;
  }

  .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  nav#navbar-top {
    /*    margin-top: 60px;*/
  }

  /*****CARRELLO 768 ****/
  /*.cross-sells .product {
      width: 48%;
      float: left;
      margin: 1%;
  }
      */
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
  }

  /******MAPPA 768 ********/
  #map_canvas {
    margin-right: -15px;
  }

  /*****SINGLE PRODUCT 768 ****/
  div#wooswipe,
.woocommerce-product-gallery {
    width: 50%;
    float: left;
    padding: 15px;
  }

  .summary.entry-summary {
    width: 50%;
    float: right;
    padding: 15px;
  }

  .product .free-shipping-container {
    float: right;
  }

  /*****/
  /*.up-sells .product {
      width: 30%;
      float: left;
      margin: 1.6%;
      box-sizing: border-box;
       padding: 15px; 
  }*/
  /****TABS 768***/
  .nav-tabs > li > a {
    color: #575757;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #575757;
    color: #fff;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    margin: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    content: unset;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    content: unset;
  }

  /*******PRUDUCT SHORTCODE 768*****/
  ul.products {
    position: relative;
  }

  /*.woocommerce.columns-2 li,
  .products-shortcode-2 li{
      width:48%;
      float:left;
       margin-right: 1%;
      margin-left: 1%;
  }
  .woocommerce.columns-3 li,
  .products-shortcode-3 li{
      width:31%;

      margin-right: 1%;
      margin-left: 1%;
      float:left;
  }
  .woocommerce.columns-4 li,
  .products-shortcode-4 li{
      width:23%;
      float:left;
       margin-right: 1%;
      margin-left: 1%;
  }
  .woocommerce.columns-5 li,
  .products-shortcode-5 li{
      width:18%;
      float:left;
       margin-right: 1%;
      margin-left: 1%;
  }
      span.sep {
      display: inline;

      visibility: visible;
      height: auto;
  }*/
  span.tagline {
    right: 15%;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    /* left: 0; */
  }

  span.wishlist_products_counter_text {
    display: inline;
  }

  span.wishlist_products_counter_number {
    display: inline;
  }

  .navbar-icon {
    float: none;
    font-size: 18px;
    line-height: 56px;
  }

  .navbar-icon i {
    font-size: 29px;
    margin-right: 5px;
  }

  span.navbar-icon:hover,
.wishlist_products_counter:hover,
a.navbar-icon:hover {
    text-decoration: none;
    color: #ef4c4f;
  }

  body {
    padding-top: 0;
  }

  .col-sm-15 {
    width: 20%;
    float: left;
  }

  #navbar-top > .container {
    padding-bottom: 0;
    margin-bottom: 15px;
  }

  /*Navigation 768*/
  #shop-menu > li:before {
    content: "";
    border-top: solid 5px #fff;
    display: block;
  }

  #shop-menu {
    /*    .dropdown.open>a,
        .current-product_cat-parent>a{
        color:$bianco;
        }*/
    /*   .abbigliamento .dropdown-menu li a:hover,
       .abbigliamento .dropdown-menu>.active>a,
       .abbigliamento.current-product_cat-parent>a{
        background-color:$bluChiaro;
        background-image: linear-gradient(to bottom, $bluChiaro 0%, $bluChiaro 100%);
        color:$bianco;
        border-color:$bluChiaro
       }   */
  }
  #shop-menu .passeggio.dropdown.open,
#shop-menu .passeggio.dropdown.open > a {
    background-color: #2b70b2;
    color: #fff;
  }
  #shop-menu .passeggio .dropdown-menu li a:hover,
#shop-menu .passeggio .dropdown-menu > .active > a,
#shop-menu .passeggio.current-product_cat-parent > a {
    background-color: #2b70b2;
    background-image: linear-gradient(to bottom, #2b70b2 0%, #2b70b2 100%);
    color: #fff;
    border-color: #2b70b2;
  }
  #shop-menu .viaggio.dropdown.open,
#shop-menu .viaggio.dropdown.open > a {
    background-color: #a84666;
    color: #fff;
  }
  #shop-menu .viaggio .dropdown-menu li a:hover,
#shop-menu .viaggio .dropdown-menu > .active > a,
#shop-menu .viaggio.current-product_cat-parent > a {
    background-color: #a84666;
    background-image: linear-gradient(to bottom, #a84666 0%, #a84666 100%);
    color: #fff;
    border-color: #a84666;
  }
  #shop-menu .articoli-regalo.dropdown.open,
#shop-menu .articoli-regalo.dropdown.open > a {
    background-color: #079580;
    color: #fff;
  }
  #shop-menu .articoli-regalo .dropdown-menu li a:hover,
#shop-menu .articoli-regalo .dropdown-menu > .active > a,
#shop-menu .articoli-regalo.current-product_cat-parent > a {
    background-color: #079580;
    background-image: linear-gradient(to bottom, #079580 0%, #079580 100%);
    color: #fff;
    border-color: #079580;
  }
  #shop-menu .casa.dropdown.open,
#shop-menu .casa.dropdown.open > a {
    background-color: #61c625;
    color: #fff;
  }
  #shop-menu .casa .dropdown-menu li a:hover,
#shop-menu .casa .dropdown-menu > .active > a,
#shop-menu .casa.current-product_cat-parent > a {
    background-color: #61c625;
    background-image: linear-gradient(to bottom, #61c625 0%, #61c625 100%);
    color: #fff;
    border-color: #61c625;
  }
  #shop-menu .cambio.dropdown.open,
#shop-menu .cambio.dropdown.open > a {
    background-color: #f1b031;
    color: #fff;
  }
  #shop-menu .cambio .dropdown-menu li a:hover,
#shop-menu .cambio .dropdown-menu > .active > a,
#shop-menu .cambio.current-product_cat-parent > a {
    background-color: #f1b031;
    background-image: linear-gradient(to bottom, #f1b031 0%, #f1b031 100%);
    color: #fff;
    border-color: #f1b031;
  }
  #shop-menu .pappa.dropdown.open,
#shop-menu .pappa.dropdown.open > a {
    background-color: #8e67ce;
    /*    border-bottom:$viola;*/
    color: #fff;
  }
  #shop-menu .pappa .dropdown-menu li a:hover,
#shop-menu .pappa .dropdown-menu > .active > a,
#shop-menu .pappa.current-product_cat-parent > a {
    background-color: #8e67ce;
    background-image: linear-gradient(to bottom, #8e67ce 0%, #8e67ce 100%);
    color: #fff;
    border-color: #8e67ce;
  }
  #shop-menu .abbigliamento.dropdown.open,
#shop-menu .abbigliamento.dropdown.open > a {
    background-color: #22a8c5;
    /*    border-bottom:$bluChiaro;*/
    color: #fff;
  }
  #shop-menu .gioco.dropdown.open,
#shop-menu .gioco.dropdown.open > a {
    background-color: #dfcc1b;
    color: #fff;
  }
  #shop-menu .gioco .dropdown-menu li a:hover,
#shop-menu .gioco .dropdown-menu > .active > a,
#shop-menu .gioco.current-product_cat-parent > a {
    background-color: #dfcc1b;
    background-image: linear-gradient(to bottom, #dfcc1b 0%, #dfcc1b 100%);
    color: #fff;
    border-color: #dfcc1b;
  }
  #shop-menu .mamma.dropdown.open,
#shop-menu .mamma.dropdown.open > a {
    background-color: #1c4da2;
    color: #fff;
  }
  #shop-menu .mamma .dropdown-menu li a:hover,
#shop-menu .mamma .dropdown-menu > .active > a,
#shop-menu .mamma.current-product_cat-parent > a {
    background-color: #1c4da2;
    background-image: linear-gradient(to bottom, #1c4da2 0%, #1c4da2 100%);
    color: #fff;
    border-color: #1c4da2;
  }

  #shop-menu > li > a {
    text-align: center;
    border-top: solid 5px #e8e8e7;
    border-right: 2px solid #fff;
    border-bottom: solid 5px #e8e8e7;
  }

  #shop-menu > li.passeggio {
    border-top: 10px solid #2b70b2;
  }

  #shop-menu > li.passeggio {
    border-top: 10px solid #2b70b2;
  }

  #shop-menu > li.viaggio {
    border-top: 10px solid #a84666;
  }

  #shop-menu > li.articoli-regalo {
    border-top: 10px solid #079580;
  }

  #shop-menu > li.casa {
    border-top: 10px solid #61c625;
  }

  #shop-menu > li.cambio {
    border-top: 10px solid #f1b031;
  }

  #shop-menu > li.pappa {
    border-top: 10px solid #8e67ce;
  }

  #shop-menu > li.abbigliamento {
    border-top: 10px solid #22a8c5;
  }

  #shop-menu > li.gioco {
    border-top: 10px solid #dfcc1b;
  }

  #shop-menu > li.mamma {
    border-top: 10px solid #1c4da2;
  }

  #shop-menu > li:last-child a {
    border-right: none;
  }

  #shop-menu span.caret {
    display: none;
  }

  .mega-menu.open > .dropdown-menu {
    background-color: #fff;
    color: #fff;
    border: 1px solid #575757;
  }

  #main-menu.navbar-nav,
#shop-menu.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }

  #main-menu.navbar-nav > li,
#shop-menu.navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
  }

  #main-menu li a {
    background-color: #27bcbb;
    color: #fff;
    border-bottom: none;
    text-transform: uppercase;
  }

  #main-menu li a:hover {
    filter: brightness(80%);
  }

  .navbar-main {
    border-radius: 0;
  }

  #shop-menu.navbar-nav > li > a {
    font-size: 10px;
    min-height: 68px;
    line-height: 14px;
  }

  nav#primary-menu {
    background-color: #27bcbb;
    /* color: $bianco; */
  }

  nav#primary-menu a {
    color: #fff;
    text-transform: uppercase;
  }

  nav#woo-menu {
    /*    background-color: $rosso;*/
  }

  nav#woo-menu a {
    color: #fff;
    text-transform: uppercase;
    border-left: 2px solid;
  }

  nav#woo-menu > div > ul > li:first-child a {
    border-left: none;
  }

  /*Breadcrumb768*/
  span.breadcrumb_last {
    font-weight: bold;
  }

  h1.page-title {
    color: #27bcbb;
    font-size: 24px;
    font-weight: bold;
  }

  select.orderby {
    /* display: block; */
    float: right;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575757;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e7;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }

  #shop-menu.navbar-nav > li a {
    font-size: 14px;
    min-height: 10px;
  }

  .products li {
    min-height: 522px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }

  #shop-menu.navbar-nav > li a {
    font-size: 14px;
  }
}
/****************CHECKOUT***************/
.woocommerce form .form-row {
  width: 100%;
  float: left;
}

.woocommerce form .form-row-wide {
  width: 100% !important;
  float: none;
  clear: both;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
  width: 100% !important;
  padding: 8px;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  width: 100%;
  height: 30px;
}

.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  /*    float: left;*/
  width: 100%;
}

form.woocommerce-checkout h3 {
  width: 100%;
  border-radius: 5px;
  color: #27bcbb;
  float: right;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 0.6180469716em;
  color: #575757;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border: solid 2px #e8e8e7;
}

#wc_checkout_add_ons {
  width: 45%;
  float: right;
  text-align: center;
}

input#billing_fattura, #terms {
  position: relative;
  /* display: block; */
}

.woocommerce form .houseno {
  width: 33%;
}

.woocommerce form .street {
  width: 66%;
}

.woocommerce ul.order_details {
  padding: 0;
}

/********CARRELLO******/
.row.woocommerce-cart-form__cart-item.cart_item {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 10px 0;
}

.woocommerce a.remove {
  color: #575757 !important;
  font-size: 25px;
  display: inline-block !important;
}

.woocommerce ul#shipping_method li label {
  color: grey;
}

.woocommerce ul#shipping_method input[type=radio]:checked + label {
  color: black;
}

/***minicart**************/
a.button.wc-forward {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #575757;
  background-color: #fff;
  border-color: #e8e8e7;
  margin: 0 5px;
}

@media screen and (min-width: 980px) {
  .woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce .col2-set {
    width: 45%;
    float: left;
  }

  .woocommerce-checkout-review-order {
    width: 45%;
    float: right;
  }

  .woocommerce form .form-row-large {
    width: 66% !important;
  }

  .woocommerce form .form-row-small {
    width: 33% !important;
  }

  .woocommerce form .form-row-first {
    clear: left;
    width: 50% !important;
  }

  .woocommerce form .form-row-last {
    clear: right;
    width: 50% !important;
  }

  h3#order_review_heading {
    width: 45%;
  }
}
@media screen and (max-width: 979px) {
  .custom-checkout h3 {
    width: 100%;
  }
}
/***************** DROP DOWN SELECTOR ****************/
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #575757;
  line-height: 28px;
  /*    border-radius: 2px !important;*/
  padding: 4px 10px !important;
  /*    background-color: $grigio;*/
  border: solid 2px #e8e8e7;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 2px !important;
}

/***************** END DROP DOWN SELECTOR ****************/
span.tp {
  float: left;
  margin-left: 50px;
}

#myIframe {
  width: 1px;
  min-width: 100%;
  border: 0;
}

input[name=update_cart] {
  display: none !important;
}

/* OR TRY THIS */
button[name=update_cart] {
  display: none !important;
}

.consegna_stimata {
  font-size: 90%;
  clear: both;
}

.tawcvs-swatches .swatch-label {
  border-radius: 0 !important;
  width: 60px !important;
  border: 1px solid grey !important;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.woocommerce ul#shipping_method {
  padding: 0;
}

.menu-hidden > a {
  display: none !important;
}

.neonato, .baby, .junior,
.btn-bimbo, .btn-bimba {
  display: none;
}

.handheld .mega-menu > .dropdown-menu > .dropdown-submenu > ul.dropdown-menu {
  display: none;
}

.handheld .mega-menu > .dropdown-menu > .dropdown-submenu {
  border-bottom: solid 1px #ccc;
}

.marchi {
  font-weight: bold !important;
  color: #575757;
  cursor: default;
  padding-left: 40px;
}

.handheld .mega-menu .picture {
  display: none;
}

@media (min-width: 992px) {
  .marchi a, .marchi {
    padding-left: 0 !important;
  }

  .neonato, .baby, .junior {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .abb-menu {
    display: none;
    margin-top: 70px;
  }

  .abb-menu > a {
    /*        display:none !important;*/
  }

  .btn-bimba.active, .btn-bimbo.active {
    background-color: transparent !important;
  }

  .btn-bimba.active a, .btn-bimbo.active a {
    font-weight: bold !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #575757 !important;
    padding-bottom: 8px;
    border-bottom: 2px solid #575757;
  }

  .btn-bimbo, .btn-bimba {
    display: inline-block;
  }

  .btn-bimba {
    text-align: right;
  }

  .btn-bimbo {
    text-align: left;
  }

  .btn-bimbo a, .btn-bimba a {
    display: inline-block !important;
    padding: 1px 10px !important;
    padding-bottom: 10px;
  }

  .btn-bimba a:focus, .btn-bimba a:hover, .btn-bimbo a:hover, .btn-bimbo a:focus, .btn-bimbo a.active, .btn-bimba a.active {
    background-image: none !important;
  }

  .btn-bimba a.active, .btn-bimbo a.active {
    display: block !important;
  }
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: bold;
}

.contact p {
  line-height: 3rem;
}

.whatsapp {
  font-weight: bold;
  color: green;
  font-size: 1.55rem;
}

time-table .fa, .contact .fa {
  font-size: 2.5rem;
  margin-right: 0.9rem;
}

.oggi {
  font-size: 1.7rem;
}

.address h3 {
  margin-top: 0;
}

/*# sourceMappingURL=iperbimbo.css.map */
