/*
	Theme Name: Unigen 2
	Theme URI: http://www.studio-6.it
	Description: WordPress Theme
	Version: 1.0
	Author: Gabriel Nastase
	Author URI: http://gabrielnastase.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Poppins';
    font-size: 1.4rem;
	color:#32373c;
    background-color: #fff;
    padding-top: 129px;
}
/* clear */
.clear {
    clear: both;
    height: 0;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:#32373c;
	text-decoration:none;
    transition: color 200ms;
}
a:hover {
	color:#181b1e;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input, textarea  {
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    border: solid 1px #dee4e7;
    border-radius: 4px;
    transition: all 500ms ease-out;
}
select {
   appearance: none;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    padding: 8px;
    border: solid 1px #c6c6c6;
    transition: all 500ms ease-out;
}
input:hover, textarea:hover, select:hover {
    border: solid 1px #32373c;
}
input:focus, textarea:focus, select:focus {
    border: solid 1px #32373c;
}
input[type="checkbox"], input[type="radio"] {
    padding: auto;
}
/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

video {
    border-radius: 5px;
}
h1, h2, h3 {
    font-weight: 600;
    color: #0e69c4;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.box-padding {
    padding: 60px;
}
.box-padding-20 {
    padding: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.col-50 {
	width: 50%;
	display: block;
}
.col-45 {
	width: 45%;
	display: block;
}
.col-25 {
	width: 25%;
	display: block;
}
.col-30 {
	width: 30%;
	display: block;
}
.col-70 {
	width: 70%;
	display: block;
}
.col-75 {
	width: 75%;
	display: block;
}
.col-100-sidebar {
    width: calc(100% - 335px);
}
.flex-container {
	display: flex;
}
.center {
    text-align: center;
}
.btn {
    display: inline-block;
    color: #32373c;
    padding: 7px 15px;
    background: #fff;
    border-radius: 4px;
    transition: all 300ms;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.btn:hover {
    background: #fff;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:96%;
	margin:0 auto;
	position:relative;
}
.outer-wrapper {
    width:96%;
	margin:0 auto;
	position:relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
/* header */
.header {
    padding: 5px 0;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    z-index: 800;
    transition: all 350ms ease-out;
    color: #fff;
}
.marchi-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    background: #d9ecfc4b;
    padding-bottom: 13px;
}
.marchi-header .elenco-marchi {
    margin-top: 10px;
}
.marchi-header .flex-container .item {
    width: 16%;
    text-align: left;
}
.marchi-header .flex-container .item img {
    max-height: 45px;
}
.marchi-header .promo-spedizione {
    max-width: 290px;
    font-weight: 800;
    color: #0e69c4;
    line-height: 1;
    padding-top: 20px;
}
.marchi-header .promo-spedizione i {
    font-size: 2.6rem;
    margin-right: 5px;
    color: #d73a2d;
}
.marchi-header .search-form {
    margin-top: 15px;
}
.marchi-header .first-flex  {
    justify-content: space-between;
}
.marchi-header .search-form .search-field {
    width: 200px;
}
.marchi-header .search-form button {
    background: #0e69c4;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px;
    margin-left: 5px;
}

.category-menu {
    position: relative;
    margin-top: 140px;
}
.category-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.category-menu ul li {
    flex-basis: 16%;
    width: 16%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    display: table;
}
.category-menu ul li a {
    display: block;
    background: #9aacb7;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: bold;
    height: 45px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    transition: all 300ms;
}
.category-menu ul li a:hover {
    background: #536d79;
}
.category-menu #menu-item-293 a {
  background: #d73a2d;
  animation: colorchange 1000ms linear 1000ms infinite; 
-webkit-animation: colorchange 1000ms linear 1000ms infinite alternate; 
}

@keyframes colorchange
    {
      0%   {background: #d73a2d; }
      60%  {background: #0e69c4; }
      100% {background: #d73a2d; }
   }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #d73a2d; }
      60%  {background: #0e69c4; }
      100% {background: #d73a2d; }
   }
.newsletter-banner {
    background: #c8dae3;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    margin-top: 10px;
}
.newsletter-banner .highlight {
    color: #d73a2d;
}
/* logo */
.logo {
    display: block;
    float: left;
}
.logo img {
    max-height: 50px;
    border-radius: 4px;
}
/* nav */
.nav {
    float: right;
    margin-top: 5px;
}
.nav ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .nav ul li {
    display: inline-block;
    padding: 4px;
    margin: 0 0 0 25px;
    border: solid 2px transparent;
    transition: all 300ms ease-out;
    border-radius: 4px;
    position: relative;
}
.header .nav ul li:hover {
    border: solid 2px #fff;
}
.header .nav .current_page_item  {
    border-bottom: solid 2px #fff;
}

.nav ul li .sub-menu {
	position: absolute;
	top: 15px;
	left: 0;
	width: 220px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	transition: all 200ms ease-out;
	visibility: hidden;
	opacity: 0;
	border-radius: 7px;
}
.nav .menu-item-has-children:hover .sub-menu {
	top: 20px;
	visibility: visible;
	opacity: 1;
}
.nav ul li .sub-menu li {
	display: block;
	margin: 10px;
	border-bottom: none;
    border: solid 2px transparent;
}
.nav ul li .sub-menu li a {
	color: #333;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #f2f2f2;
}
.header-not-home a {
    color: #0e69c4!important;
}
.header-not-home .header-icons ul li {
    color: #0e69c4!important;
}

.header-not-home .nav ul li:hover {
    border: solid 2px #0e69c4;
}
.header-not-home .nav .current_page_item  {
    border: solid 2px #0e69c4;
}
.header-not-home #nav-icon3 span {
    background-color: #0e69c4!important;
}

.header-icons {
    float: right;
    font-size: 2rem;
    margin-left: 25px;
    margin-top: 5px;
}
.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-icons ul li {
    display: inline;
    margin-left: 25px;
    position: relative;
}
.header ul li .notification-dot {
    position: absolute;
    bottom: -3px;
    right: -8px;
    color: #fff;
    background: red;
    width: 16px;
    height: 16px;
    line-height: 1.2;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    
}
/* menu btn */

#nav-icon3 {
    width: 25px;
   height: 25px;
   padding: 4px;
   border-radius: 4px;
   position: fixed;
   z-index: 99999;
   top: 81px;
   left: 2%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    display: none;
}

 #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0e69c4;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* menu  button */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header .woocommerce-breadcrumb {
    float: left;
}
.content {
    padding: 50px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.first-item-padding {
    padding-top: 40px;
}

.full-width-bg-img  {
	width: 100%;
	position: relative;
    background-attachment: fixed;
	background-size: cover;
    background-position: center;
}
.page-header {
	width: 100%;
	color: #fff;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(50,55,60,.5 );
   padding: 160px 0 120px 0;
}
.page-header .outer-wrapper {
    position: relative;
}

.page-header input {
    min-width: 300px;
    box-shadow: 0 5px 8px rgba(0,0,0,.2);
}
.page-header button {
     background: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 14px;
    border: solid 3px #fff;
    font-weight: 700;
    border-radius: 4px;
    transition: all 500ms ease-out;
}
.box {
    padding: 35px;
}

.has-sidebar {
    width: calc( 100% - 320px );
    float: right;
}
/* sidebar */
.sidebar {
    width: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    float: left;
    border-radius: 4px;
    overflow: auto;
}

.sidebar::-webkit-scrollbar { 
    display: none; 
}

.sidebar input {
    width: calc(100% - 20px);
}
.sidebar h3 {
    color: #a3a3a3;
}

.sidebar .dark h3 {color: #fff;}
.sidebar .not-home {
    display: none;
}
/* footer */

.footer {
    background-color: #f4fafe;
    color: #4d6378;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 30px 0;
}
.footer a {
    color: #4d6378;
}
.footer a:hover {
    color: #11416e;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.news {
    background-color: #32373c;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 60px;
}
.news a {
    color: #fff;
}
.dark {
    background-color: #32373c;
    color: #fff;
}
.dark a {
    color: #fff;
}
.dark a:hover {
    color: #f39200;
}
.darker {
    background: #24272b;
}
.woocommerce-message {
    border-top-color: #f39200;
}
.woocommerce-info {
    border-top-color: #009149;
}
.woocommerce-message .button {
   border: none!important;
    background: #f39200!important;
    color: #fff!important;
}

.loop-block {
    margin-bottom: 20px;
}
.loop-text {
    padding-left: 20px;
}
.loop-thumb img {
    width: 100%;
    border-radius: 4px;
}

.contatti input, .contatti textarea {
    width: 95%;
}
.contatti input[type="checkbox"], .contatti input[type="radio"] {
    width: auto;
}
.wpcf7-submit {
    max-width: 120px;
    color: #fff;
    font-weight: bold;
    border: none;
    background: #f39200;
    padding: 10px:
}
.wpcf7-submit:hover {
    background: #ffa215;
    border: none;
}
/*------------------------------------*\
    UPDATE 2025
\*------------------------------------*/
.shipping-banner {
    background: #F0272D;
    background: linear-gradient(90deg,rgba(240, 39, 45, 0) 5%, rgba(240, 39, 45, 1) 50%, rgba(240, 39, 45, 0) 95%);
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 5px;
}
.shipping-banner i {
    transform: scale(-1, 1);
}
.categories-new img {
    transition: all 300ms ease-out;
}
.categories-new img:hover {
    transform: translateY(-5px);
}
.categories-new .bucato img {
    border: solid 1px #bae8e7;
    box-shadow: 0 15px 22px rgba(0,62,96,.25);
}
.categories-new .lavastoviglie img {
    border: solid 1px #d9dcfc;
    box-shadow: 0 15px 22px rgba(0, 32, 96, 0.25);
}
.categories-new .legno img {
    border: solid 1px #efe3d0;
    box-shadow: 0 15px 22px rgba(94, 69, 0, 0.25);
}
.categories-new .wc img {
    border: solid 1px #efd0d0;
    box-shadow: 0 15px 22px rgba(94, 0, 0, 0.25);
}

.categories-new .bucato img:hover {
    border: solid 1px #bae8e7;
    box-shadow: 0 20px 32px rgba(0,62,96,.35);
}
.categories-new .lavastoviglie img:hover {
    border: solid 1px #d9dcfc;
    box-shadow: 0 20px 32px rgba(0, 32, 96, 0.35);
}
.categories-new .legno img:hover {
    border: solid 1px #efe3d0;
    box-shadow: 0 20px 32px rgba(94, 69, 0, 0.35);
}
.categories-new .wc img:hover {
    border: solid 1px #efd0d0;
    box-shadow: 0 20px 32px rgba(94, 0, 0, 0.35);
}
.prodotti-in-evidenza .products li {
    padding: 10px!important;
    background-color: #ff868624;
    border: solid 1px #ff868636;;
    background-image: url(img/stella.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 28%;
    margin-right: 1.5%!important;
    width: 18.8%!important;
    transition: all 300ms ease-out;
    border-radius: 5px;
}
.prodotti-in-evidenza .products li:hover {
    background-color: #ff86863f;
    background-size: 33%;
}
.prodotti-in-evidenza .products li:nth-child(5n+5) {
    margin-right: 0!important;
}
.prodotti-in-evidenza .products li img {
    box-shadow: none!important;
    max-width: 75%;
}
.punti-vendita {
    background-image: url(img/punti-vendita.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border: solid 1px #bae8e7;
    padding: 20px;
    background-position: center;
}
.social {
    background-image: url(img/bg-social.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border: solid 1px #bae8e7;
    padding: 20px;
}
.social .fa-facebook {
    font-size: 30px;
    float: right;
}
/*------------------------------------*\
	WOOCOMMERCE
\*------------------------------------*/
.add_to_cart_button:after, .wc-block-grid__product-add-to-cart .add_to_cart_button:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f07a";
    font-weight: 900;
    float: right;
    margin-left: 10px;
}
.wc-block-grid__product-add-to-cart .add_to_cart_button:after {
    margin-top: 3px;
}
.wc-block-grid__product-add-to-cart .add_to_cart_button {
    width: 100%;
    display: block;
    text-align: left;
}
.wc-block-grid__product {
    text-align: left;
}
.wc-block-grid__product img {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    height: auto;
}
.wc-block-grid__product-rating {display: none;}
.woocommerce div.product div.images img {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #3981d6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    transition: all 300ms;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    border: none;
    background: #d73a2d!important;
    color: #fff;
}
.wc-block-cart__submit-container a {
    background: #3981d6;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    transition: all;
}
.wc-block-cart__submit-container a:hover {
    background: #d73a2d;
    color: #fff;
}
.dark .woocommerce #respond input#submit, .dark .woocommerce a.button, .dark .woocommerce button.button, .dark .woocommerce input.button {
     background: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.woocommerce span.onsale {
    background: #d73a2d;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    padding: 7px;
    line-height: 1;
    min-height: auto;
    margin: 0;
    font-size: 11px;
}

.woocommerce ul.products li.product .price {
    color: #f1373e;
    font-weight: 600;
    padding: 0;
    z-index: 60;
    line-height: 1;
}
.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: 1.4rem;
    font-weight: 400;
    padding: 0;
    margin: 10px 0;
    line-height: 1;
    color: #333;
}

.woocommerce ul.products li.product  .woocommerce-product-details__short-description {
    display: none;
}
.woocommerce ul.products li.product .add_to_cart_button {
    width: 100%;
}

.woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #fff;
}
.dark .woocommerce ul.products li.product .add_to_cart_button:hover {
    border: solid 2px #fff;
    background: none;
}
.woocommerce ul.products li.product a img {
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 4px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border: none;
    background-color: #7e8289;
    padding: 13px;
    margin-left: 10px;
    transition: all 300ms;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #60646b;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #32373c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 4px;
    margin-right: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul {border: none;}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border-radius: 3px;
    border: solid 1px #f2f2f2;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 4px;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product-onsale {
    float: right;
    margin-top: -3px;
    border: none;
    background: #d73a2d;
    color: #fff;
}
.sidebar .woocommerce .button {
    border: none;
    background: #f6f8fa;
    color: #32373c;
    border-radius: 4px;
}
.sidebar .woocommerce .button:hover {
    background: #32373c;
    color: #fff;
    border: none;
}
.sidebar .button {
    background: #7e8289;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    transition: all 350ms ease-out;
    border-radius: 4px;
}

.sidebar .button:hover {
    background: #60646b;
    color: #fff;
}
.sidebar .button i {
    float: right;
}
.sidebar .quantity {
    color: #a3a3a3;
    font-size: 1.2rem;
}
.sidebar .wc-forward:after {
    content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    float: right;
}
.sidebar .checkout:after {
    content: "\f09d";
    font-family: 'Font Awesome 5 Free';
    float: right;
}
.sidebar .button {width: 100%;}
.sidebar .woocommerce-product-search button {display: none;}
.woocommerce-cart .sidebar {
    display: none;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd p {
    margin-top: 0;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    display: block;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    display: inline;
}

.woocommerce-MyAccount-navigation-link--downloads {display: none;}
.all-cat-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(126,130,137,.97);
    display: none;
    z-index: 100;
    color: #fff;
    overflow-y: auto;
}
.all-cat-container::-webkit-scrollbar { 
    display: none; 
}
.all-cat-container a {
    color: #fff;
}
.all-cat-container a:hover {
    color: #f39200;
}
.all-categories {
    list-style: square;
    padding: 20px;
    margin: 2%;
    width: 96%;
    border-top: solid 1px rgba(255,255,255,.1);
    font-weight: 700;
    display: block;
}

.all-categories::-webkit-scrollbar { 
    display: none; 
}
.all-categories li {
    display: block;
    padding: 4px;
    margin-bottom: 3px;
}
.all-categories li ul {
    padding-left: 10px;
    border-left: solid 2px rgba(255,255,255,.15);
}

.all-categories li ul li {
    background: none;
}

#closeCat {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    display: none;
    z-index: 300;
    color: #fff;
}

.tawcvs-swatches .swatch-image {
    width: 50px!important;
    height: 50px!important;
    margin: 3px;
}
.tawcvs-swatches .swatch-image img {
    width: 100%;
    height: 100%;
}
.radio-image-label {
    display: none;
}

.tc-active label {
    border: solid 4px #f39200;
}

.cpf-section-height-0 {
    height: 0;
}
.toggle-sidebar {
    display: none;
}

.wp-block-image img {
    border-radius: 5px!important;
}

.wc-block-grid__products .wp-block-button__link {
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #fff;
    color: #32373c!important;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.wc-block-grid__products .wp-block-button__link:hover {
    color: #32373c;
}

.slider-new .kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit {
    padding-bottom: 37%;
}
.slider-new .kb-gallery-ul.kb-gallery-type-slider .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic.kb-gallery-image-ratio-inherit img {
    object-fit: cover!important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1100px) {
    .header .nav ul li {
        margin: 0 0 0 10px;
    }
    .marchi-header .elenco-marchi {
        width: 45%;
    }
    .marchi-header .promo-spedizione {
        max-width: 260px;
    }
    .marchi-header .flex-container .item img {
        max-width: 50px;
    }
    .marchi-header .elenco-marchi {margin-top: 13px;}
    .marchi-header .flex-container .item img {max-width: 55px;}
}

@media only screen and (max-width:900px) {
    
    .content {padding: 30px 0;}
    
    .marchi-header .search-form {
        display: none;
    }
    .marchi-header .first-flex {
        display: block;
    }
    .marchi-header .elenco-marchi {
        margin-top: 5px;
        width: 100%;
        justify-content: center!important;
    }
    .marchi-header .flex-container .item:last-child {
        border-right: none;
    }
    .marchi-header .flex-container .item img {max-width: 50px;}
    .marchi-header .promo-spedizione {
        max-width: 100%;
        font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 10px;
        text-align: center;
        border-radius: 5px;
        margin-top: 5px;
    }
    .marchi-header .promo-spedizione i {
        font-size: 1.2rem;
        margin-right: 3px;
    }
    .header-icons {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .logo {
        float: none;
        max-width: 120px;
        margin-left: 40px;
    }
    .newsletter-banner {
        font-size: 1rem;
    }
    .category-menu {
        margin-top: 125px;
        overflow-x: hidden;
    }
    .category-menu .child {
        overflow-x: scroll;
    }
    .category-menu ul {
        min-width: 900px;
    }
    .category-menu ul li a {
        height: 35px;
    }
    .nav {
        float: none;
        background: #fff;
        padding: 7px;
        border-radius: 5px;
        display: none;
    }
    .header .clear {
        display: none;
    }
    
    .header .nav ul li {
        display: block;
        margin: 0;
        margin: 7px 0;
    }
    .header .nav ul li a {
        color: #333!important;
    }
    .header {
        padding: 7px 0 7px 0!important;
    }
    .nav ul li .sub-menu {
        position: relative;
        top: 0!important;
        left: 0;
        width: 100%;
        background: #f2f2f2;
        box-shadow: none;
        transition: all 200ms ease-out;
        visibility: visible;
        opacity: 1;
        border-radius: 4px;
    }
    
    #nav-icon3 {
        display: block;
    }
    
    .sidebar {
        position: fixed!important;
        top: auto!important;
        bottom: -490px;
        left: 0!important;
        width: 100%;
        height: 500px;
        box-shadow: 0 -12px 40px rgba(0,0,0,.2);
        z-index: 9990;
        transition: all 300ms ease-in;
    }
    .toggle-sidebar {
        display: block;
        position: fixed;
        bottom: 7px;
        right: 2%;
        z-index: 900;
        text-align: center;
        background-color: #d73a2d;
        color: #fff;
        width: 35px;
        height: 35px;
        cursor: pointer;
        padding: 7px 0;
        border-radius: 4px;
        box-shadow: 1px 2px 3px rgba(0,0,0,.12);
        transition: all 350ms ease-in;
    }
    .sidebar-open-toggler {
        bottom: 495px;
        transform: rotate(180deg);
        padding-top: 10px;
    }
    .sidebar-open {
        bottom: 0;
    }
    .has-sidebar {
        width: 100%;
        float: none;
    }
    .home-slider {
        padding-bottom: 0;
    }
    .home-slider .text-slider {
        max-width: 100%;
        margin-left: 0;
    }
    .home-slider .slider-controls {
        position: relative;
        margin-top: 10px;
    }
    .home-slider .slider-controls ol {
        display: flex;
    }
    .home-slider .slider-controls ol li {
        width: 24%;
        margin-right: 1%;
        padding: 10px;
        font-size: .8rem;
    }
    .flex-direction-nav {
        display: none!important;
    }
    .page-header {
        padding: 100px 0 30px 0;
    }
    .col-50 {
        width: 100%;
    }
    .left {
        float: none;
    }
    .right {
        float: none;
    }
    .full-width-bg-img {
        background-size: contain;
    }
    .box {
        padding: 10px;
    }
    .slider .box {
        padding-top: 20px;
    }

    .footer {
        font-size: 1.2rem;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        float: none;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
        width: 100%;
    }
    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
    .page-header input {width: 200px!important;}

}


@media only screen and (max-width:900px) {
    .prodotti-in-evidenza .products li {
        padding: 6px!important;
        margin-right: 1.5%!important;
        width: 47.8%!important;
        margin-bottom: 15px!important;
    }
    .prodotti-in-evidenza .products li:nth-child(5n+5) {
        margin-right: 1.5!important;
    }
     .prodotti-in-evidenza .products li:nth-child(2n+2) {
        margin-right: 0!important;
    }

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


table {
    background-color: #fff;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
