/*
Theme Name: Iperbimbo6
Theme URI: http://flx.ovh
Author: ThemeKraft
Author URI: http://flx.ovh
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.20
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

p{
    text-align: justify;
}
h1{
    font-size: 26px;
    color:#575757;
    font-weight:bold;
}
h2{
    color:#27bcbb;
    font-size:22px;
        font-weight:bold;
}
h3 {
    font-size:18px;
    color: #575757;
    font-weight:bold;
}
h4 {
    font-size:16px;
    color:#27bcbb;
    font-weight:bold;
    font-style: italic;
}

h5 {
    font-size:1px;
    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;
}


/* 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
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* 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: 60px;
    font-family: 'Open Sans', sans-serif;
}
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;
}

#navbar-top li a{
    background-color:  #ef4c4f
}
a.navbar-brand {
    padding-top: 5px;
}
span.wishlist_products_counter_number {
    color: #575757;
}

span.wishlist_products_counter_text {
    color: #575757;
}

button.offcanvas-close {
    float: right;
    border: none;
    font-size: 23px;
    background: transparent;
}
span.sitename {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 60px;
}

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

#shop-menu>li>ul>li>a {
   
    border: 1px solid #fff;
    color: #fff;
    padding:15px;
}


#shop-menu>li.passeggio.active>a,
#shop-menu>li a:hover,
#shop-menu>li.open>a{
    color:#fff;
    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: #2b70b2;
      border-top-color: #2b70b2;
      border-bottom-color: #2b70b2;
     
}
#shop-menu>li.passeggio a:hover,
#shop-menu>li.passeggio>ul>li>a {
    background-color: #2b70b2;
  
}
#shop-menu>li.viaggio.active>a,
#shop-menu>li.viaggio>a:hover,
#shop-menu>li.viaggio.open>a{
      background-color: #a84666;
      border-top-color: #a84666;
      border-bottom-color: #a84666;
      
}
#shop-menu>li.viaggio a:hover,
#shop-menu>li.viaggio>ul>li>a {
    background-color: #a84666;
  
}

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

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

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

#shop-menu>li.casa>ul>li>a {
    background-color: #61c625;
  
}
#shop-menu>li.cambio.active>a,
#shop-menu>li.cambio>a:hover,
#shop-menu>li.cambio.open>a{
      background-color: #f1b031;
      border-top-color: #f1b031;
      border-bottom-color: #f1b031;
}


#shop-menu>li.cambio>ul>li>a {
    background-color: #f1b031;
  
}

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


#shop-menu>li.pappa>ul>li>a {
    background-color: #8e67ce;
  
}

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

#shop-menu>li.abbigliamento>ul>li>a {
    background-color: #22a8c5;
  
}



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

#shop-menu>li.gioco>ul>li>a {
    background-color: #dfcc1b;
  
}
#shop-menu>li.allattamento.active>a,
#shop-menu>li.allattamento>a:hover,
#shop-menu>li.allattamento.open>a{
      background-color: #1c4da2;
      border-top-color: #1c4da2;
      border-bottom-color: #1c4da2;
}


#shop-menu>li.allattamento>ul>li>a {
    background-color: #1c4da2;
  
}
#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%);
}
.menu-header {
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    background-color: #ef4c4f;
}
nav#primary-menu {
    margin-top: 30px;
}

nav#navbar-shop {
    margin-bottom: 0;
}
nav#navbar-top {
    background-color: #9c9fa0;
    min-height: 20px;
    border:none;
}

#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;
}

/*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: #3778b6;
}
.multicolor {
    display: table;
    table-layout: fixed;
    margin-bottom:20px;
    height:10px;
    width:100%;
}

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

/**** 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: 10px;
}

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

.social {
    float: left;
    width: 25%;
    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;
}
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;
}

.price_slider_amount button.button,
button.woocommerce-widget-layered-nav-dropdown__submit {
    display: none;
}
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;
}
/**************************/

/* 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;
    min-height: 71px;
}

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

/*.products li.instock:after {
    content: '\f058';
    font-family: FontAwesome;
    color: #86c939;
    font-size: 33px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}*/

.products li>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: 30px;
    color: #e8e8e7;
    z-index:20;
}

.free-shipping {
    color: #fff;
    background-color: #27bcbb;
    font-size: 16px;
    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;
}

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

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart a:before {
    content: '\f004';
    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;
}
.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(/ib/wp-content/themes/iperbimbo6/img/sconto.png);
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin: 9px 22px;
}

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


/*****SINGLE PRODUCT*****/


.product span.onsale {
    position: absolute;
    top: 0;
    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: block;
    color: #27bcbb;
    font-weight: bold;
}

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

span.posted_in {}

span.posted_in a {
    font-weight: normal;
}
span.consegna-wrapper {
    font-weight: bold;
    color: #27bcbb;
}

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

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




.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.js-tabcollapse-panel-heading:after {
    content: '\f078';
    font-family: FontAwesome;
    float: right;
}


/****** info veloce*****/
.feature-icons {
    background-color: #e8e8e7;
    padding: 10px 0;
    margin: 15px;
    box-sizing: border-box;
}
/****Home Boxes*****************/
.home-box{
    
    
}
.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 #ed1d20;
}

.home-box {
    background-color: #ef4c4f;
}
.clear.divider {
    height: 10px;
}
/******Mappa******/
#map_canvas{
    height:380px;
   
}

.map-container{
    background-color: #27bcbb;
}
.map-container>.col-sm-12 {
    padding: 0;
}
.row.map-container>div.col-sm-3 {
    padding-top: 20px;
    max-height: 500px;
/*    overflow: hidden;*/
}

   
    .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: #09f; }
#map-select li.init { cursor: pointer; }
#map-select li.init:before { font-family: FontAwesome;content: '\f078' }
#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;
}
span.time-toggle {
    cursor: pointer;
}
#time-table {
   
    background: #fff;
    z-index: 10;
    width: 290px;
    padding: 10px;
   
}

#time-table dt {
    float: left;
    /* margin-right: 16px; */
}

#time-table dd {
    text-align: right;
}

.address,.contact,.time-table {
    margin: 20px auto 0;
}

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

p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
}
/***************carrello**************/


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

.tinvwl-icon-heart:before {
    content: '\f004';
    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;
}
/****carousel marchi********************/
.jcarousel-wrapper{
    border-radius: 0!important;
}

.spacer {
    height: 80px;
}


.back-to-top {
    position: fixed;
    bottom: 10px;
    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;
}


/******** SIDEBAR*********/

.sidebar aside {
    /* border: 0.3px solid; */
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 0 1px 1px #ccc;
}
@media (min-width: 768px) {
    
    /*****CARRELLO 768 ****/
    
.cross-sells .product {
    width: 48%;
    float: left;
    margin: 1%;
}
    
    /******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***/

.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*****/
.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.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;
}

span.sitename {
 color:#575757;
    left: 50%;
}
#shop-menu>li:before {
    content: '';
    border-top: solid 5px #fff;
    display: block;
}

#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.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.allattamento {
    border-top: 10px solid #1c4da2;
}
#shop-menu li:last-child a{
    border-right:none
}
#shop-menu span.caret{
    display: none;
}


#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: #fff; */
}

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


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

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;
}
p#breadcrumbs, p#breadcrumbs a {
    color: #ef4c4f;
    /* font-weight: bold; */
    text-decoration: none;
}

span.breadcrumb_last {
    font-weight: bold;
}

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

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

li.select2-selection__choice {}

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;
}
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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .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: .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%
}
/********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;
}
/***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 ****************/

.select2-container--default .select2-selection--single .select2-selection__rendered { 
    color: #575757;
    line-height: 28px;
    border-radius: 2px !important;
    padding: 5px 10px !important;
    background-color: #e8e8e7;
    border: solid 2px #e8e8e7;
}
.select2-container--default .select2-selection--single  { border:none !important; border-radius: 2px !important;}

/***************** END DROP DOWN SELECTOR ****************/



#coupons_list{
    display: block !important;
}


#lista .row {
    display: flex;
    flex-wrap: wrap;
}
