/* CSS Document */

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,700;1,400&display=swap');

/* === custom icon === */
/* ===================================
1. General
==================================== */
/*Default*/


button:focus { outline: none; }
.invio_ordine_carrello{
	padding: 0;
border: none;
background: none;
	font-size:40px;
	margin-top:30px;
	margin-right:-20px;
	

}
.testo_availability , .testo_numero_availability {
 font-weight:bold;
 color:#F00;
}
.color_availability{
	float:right;
}
.background_work_theme{
	background-color: #DFDFDF; 
	 border-radius:8px;
	 padding:20px;
}
.color_title_work_theme{
 font-weight:bold;
 font-size:20px;
 color:#656565;

}
.testo_header{
	font-size:14px;
	font-weight:normal;
}
.article_titolo_landing{
	font-size:16px;
	margin-top:4px;
}
.TITOLO_THEMES{
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
}
.TESTO_THEMES{
	font-size:14px;
	padding-top:6px;
	padding-left:6px;
	margin-bottom:-10px;
	
}
.testo_header_theme{
	text-decoration: underline;
	
}
.badge-success{
	background-color:#28a745;
}
.icone_fontawone_chat{
	width:40px;
	font-size:24px;
	margin-left:10px;
	height:40px;
	margin-top:10px;

}
.work_table_art_icona_convers{
	float:right;
	 color:#036;
 font-size:25px;
 color:#526ae5;
padding-top:5px;
margin-right:0.5rem;
}
body {
	font-family:  'Poppins', Arial, sans-serif;
	line-height: 1.6em;
	color: #656565;
	background: #fbfbfb;
}
#cookiePolicy {
	width: 100%;
	background-color: #DEDEDE;
	z-index: 99999;
	overflow: hidden;
	position: absolute;
	opacity: 0.9;
	display: none;
}
#cookieContent {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	color: #616161;
}
#cookieContent a {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #000;
	text-decoration: underline;
}
#testo {
	padding: 20px 40px;
}
#close {
	padding: 20px 40px;
	cursor: pointer;
}
.hide{
   display:none;
}
.nav-container2 ul div {
	display: inline;
}
.nav-container2 li {
	display: inline;
	width: 23%;
	float: left;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
 *border-right-width: 2px;
 *border-bottom-width: 2px;
}
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
	border: 1px solid lightgray;
	background-color: #ededed;
	font-weight: bold;
	color: #3D3D3D;
}

.class-thumbnail {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.stile_social {
	font-size: 40px;
	color: #dbdbdb;
	padding:0 2px 10px;
}
.stile_social:hover {
	font-size: 40px;
	color: #dbdbdb;
}
.navbar-toggle {
	background-color: #CCC;
}
.navbar-short {
	min-height: 40px;
}
.navbar-short .navbar-brand {
	font-size: 16px;
	padding: 13px 15px 10px;
}
.navbar-short .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-tall {
	min-height: 70px;
}
.navbar-tall .navbar-brand {
	font-size: 24px;
	padding: 25px 15px;
}
.navbar-tall .navbar-nav > li > a {
	padding-top: 0px;
}
/**
 * Docs Buttons
 */

/* Demo buttons are all <button> tags, so
 * lets style these directly.
 */
button {
	float: right !important;
}
/* Fixed button, bottom right */
.btn-fixed-bottom {
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
}
/* Toggles navbar classes */
.btn-hide-show {
	margin-right: 10px;
}
/* Light theme */
.btn-light {
	color: #555;
	background-color: rgba(0, 0, 0,.20);
}
.btn-light:hover {
	color: #111;
	background-color: rgba(0, 0, 0,.55);
}
/* Dark theme */
.btn-dark {
	color: #fff;
	background-color: rgba(0, 0, 0,.5);
}
.btn-dark:hover {
	color: #fff;
	background-color: rgba(0, 0, 0,.9);
}
/* Buttons displayed throughout the content */
.btn-showup {
	position: relative;
	color: #fff;
	font-weight: normal;
	background-color: #999;
	border-color: #ccc;
}
.btn:focus, .btn-showup:hover, .btn-showup:focus {
	color: #fff;
	outline: none;
	background-color: #999;
	border-color: #ccc;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #68A4C4;
}
/* === background color === */

#projects {
	background-color: #d3dddd;
}
.breadcrumb {
	background-color: #90b6bf;
}
/* === border color === */
.pagination ul > li.active > a, .pagination ul > li.active > span, a.thumbnail:hover, input[type="text"].search-form:focus {
	border: 1px solid#90b6bf;
}
.pullquote-left {
	border-left: 5px solid#90b6bf;
}
.pullquote-right {
	border-right: 5px solid#90b6bf;
}
/* cta */

.cta-text h2 span {
	color: #90b6bf;
}
ul.clients li:hover {
	border: 4px solid#90b6bf;
}
/* box */

.box-bottom-prod {
	background: #F60;
	padding: 4px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}
.box-bottom {
	background: #333;
}
.box-bottom {
	padding: 4px 0;
	text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}
/* buttons */
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	background: #90b6bf;
	border: 1px solid#90b6bf;
}
.btn-theme {
	border: 1px solid#90b6bf;
	background: #90b6bf;
}
/* modal styled */
.modal.styled .modal-header {
	background-color: #90b6bf;
}
/* blog */
.post-meta {
	border-top: 4px solid#90b6bf;
}
.post-meta .comments a:hover {
	color: #68A4C4;
}
.widget ul.tags li a:hover {
	background: #90b6bf;
}
.recent-post .text h5 a:hover {
	color: #68A4C4;
}
/* pricing box */

.pricing-box-alt.special .pricing-heading {
	background: #90b6bf;
}
/* portfolio */
.item-thumbs .hover-wrap .overlay-img-thumb {
	background: #90b6bf;
}
/* pagination */
#pagination a:hover {
	background: #90b6bf;
}
/* pricing box */
.pricing-box.special .pricing-offer {
	background: #90b6bf;
}
/* fontawesome icons */
.icon-square:hover, .icon-rounded:hover, .icon-circled:hover {
	background-color: #90b6bf;
}
[class^="icon-"].active, [class*=" icon-"].active {
	background-color: #90b6bf;
}
/* fancybox */
.fancybox-close:hover {
	background-color: #68A4C4;
}
.fancybox-nav:hover span {
	background-color: #68A4C4;
}
/* parallax c slider */
.da-slide .da-link:hover {
	background: #90b6bf;
	border: 4px solid#90b6bf;
}
.da-dots span {
	background: #90b6bf;
}
section.callaction {
	background: #f9f9f9;
	padding: 50px 0 0 0;
}
#sfondo_head {
	background-color: #304040;
	height: 30px;
}
#sfondo_headddd {
	background: url(../img/sfondo5.jpg) repeat;
}
#featured {
	background-color: #e9f0f0;
}
#featuredold {
	background-color: #D2D2D2;
	background: url(../img/sfondo11.jpg) repeat;
}
/* Nivo slider */
.nivo-directionNav a:hover {
	background-color: #90b6bf;
}
.nivo-caption, .caption {
	border-bottom: #90b6bf 5px solid;
}

.head_txt {
	color: #FFF;
}
#sub-footer {
}
#content-area a {
	font-weight: bold;
}
.alert_form {
	margin-top: 0px;
	margin-left: 1px;
	color: #C00;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 0px;
}
.alert_form:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f12a";
}
.no-transition {
	-webkit-transition: height 0;
	-moz-transition: height 0;
	-ms-transition: height 0;
	-o-transition: height 0;
	transition: height 0;
}
.color_h2 {
	background-color: #360;
	font-weight: normal;
	color: #F00;
	font-style: italic;
}
.color_h2a {
	background-color: #FC0;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
.color_h2b {
	background-color: #F60;
	font-weight: normal;
	color: #fff;
	font-style: italic;
}
.color_h2c {
	background-color: #F90;
	font-weight: normal;
	color: #F30;
	font-style: italic;
}
.testo_titolo {
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
}
.grassetto {
	font-weight: bold;
}
.testo_car {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.testo_swatch{
		text-align:center;
		font-size:12px;
		
		}

#search {
	margin: 12px 0 0 0;
}
#logo {
	margin: 12px 0 0 0;
}
#search .input-group {
}
#search .input-group .form-control {
	background: #fff;
	border: solid #2e4859;
	border-width: 1px 0 1px 1px;
	color: #2e4859;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#search .input-group .btn {
	background: #fc6924;
	border: solid #2e4859;
	border-width: 1px 1px 1px 0;
	color: #fff;
	height: 46px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	margin-bottom: 0;
	
	padding: 0 0px 0px 0px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #406180;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 210px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -30px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
	background: #406180;
}
.centro_all {
	text-align: center;
}
.position_message_back {
	opacity: 0.9;
}
.position_message {
	text-align: left;
	padding: 10px;
	width: 400px;
	margin-left: -120px;
	margin-top: -360px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 0 0 2px #000;
 filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000, Strength=1); /* IE<10 */
}
.search_result {
	
}

.navbar-collapse {
	background-color: #fbfbfb;
	border: none;
}

/* Menu */
.navbar-nav {
	background-color:  #fbfbfb;
}
.navbar-nav > li > a {
	font-family:  'Poppins', Arial, sans-serif;
}
.navbar-nav > li:hover {
	background-color: #fbfbfb;
}
.active_n {
	background-color:  #fbfbfb;
}
.navbar-default {
	border: none;
	padding: 0px;
}

.navbar-nav > li > a:before {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #000;
	top: 18px;
	left:10px;
	position: absolute;
	display: inline-block;
}
.titolo_head {
	font-family:  'Poppins', Arial, sans-serif;
	text-align: right;
	font-size: 25px;
	color: #1abeb5;
}
.titolo_head_b {
	font-family:  'Poppins', Arial, sans-serif;
	text-align: right;
	font-size: 30px;
	color: #06377b;
}
.titolo_head_sotto {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	text-align: right;
	font-size: 20px;
	color: #666;
}
/* --- pagination --- */

#pagination a,
#pagination span {
   display: inline-block;
    margin: 0px 7px 20px 0 ;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #33CCCC;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}
.back-to-top {
	border:none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	background-color:#06377b;
}

.panel-heading {
  padding: 0px;
  font-size: 17.5px;
  font-weight: 500;      
  background-color: #fbfbfb;
  color: #1abeb5;
  padding-bottom:4px;

}


.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #fbfbfb;

}

.btn_tab_search:hover {
	background: #fff;
	text-decoration: none;
	color: #ccc;
}
.labe_search_ling_n{
	height:14px;
	margin-bottom:-10px;

 z-index:1000;

	}
	.labe_search_ling_n {
		background: url(../images/ico_trian.png) no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  width: 18px;


}

.labe_search_ling_h{
	height:14px;
	margin-bottom:-10px;
 z-index:1000;

	}
.labe_search_ling_h {
	color: #06377b; 
	background: #06377b; 
	border: 0;
	 height: 1px;
	  margin-left:20px;
	  
	   margin-right:30px;
	   margin-bottom:-10px;
 margin-top:10px;


}
.linea_black {
	color: #000; 
	background: #000; 
	border: 0;
	 height: 1px;
	 z-index:0;


}
.labe_search_h {
font: 30px   'Poppins', sans-serif;	
  color: #000;
  padding:4px;
  margin-top:0px;
  margin-bottom:0px;
	
	}
.search_range{
	background-color:#daf3f0;
	 padding:10px;
	 margin-left:0px;
	 margin-right:0px;
	 margin-top:-20px;
		}
	

	
.labe_search_home {
	position:relative;
	
	height:35px;
	 width:200px; 
	 background-color:#1abeb5;
	  font: 24px   'Poppins', sans-serif;
	  font-weight:bold;	  
  color: #ffffff;
  padding:4px;
  margin-left:30px;

	}
.labe_search_search {
	height:14px;
		background: url(../images/ico_trian.png) no-repeat;
  position: absolute;
  top: 15px;
  left: 19px;
  width: 18px;
   z-index:1000;
}


.labe_search_ling {
	height:14px;
		background: url(../images/ico_trian.png) no-repeat;
  position: absolute;
  top: 35px;
  left: 16px;
  width: 18px;
   z-index:1000;

}

.labe_search_bag {
	position:relative;
	
	height:35px;
	 width:200px; 
	 background-color:#1abeb5;
	  font: 24px   'Poppins', sans-serif;
	  font-weight:bold;	  
  color: #ffffff;
  padding:4px;

	}
	
	.labe_search_bag:before{
     position:relative;
    content: url(../images/cart_ico.png) no-repeat;
     top: 2px;
	  left: 10px;
	  margin-right:20px;


	
 }
	.labe_search {
	position:relative;
	
	height:35px;
	 width:200px; 
	 background-color:#1abeb5;
	  font: 24px   'Poppins', sans-serif;
	  font-weight:bold;	  
  color: #ffffff;
  padding:4px;

	}
	.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}
.btn_tech {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family:   'Poppins', sans-serif;
	color: #777777;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 10px 5px 10px;
	border: solid #33cccc 0px;
	text-decoration: none;
	margin-right: 5px;
	text-transform: lowercase;
	margin-top:20px;
}
.btn_tech:hover {
	background: #fff;
	text-decoration: none;
	color: #ccc;
}
.btn_sel {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family:   'Poppins', sans-serif;
	color: #777777;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 10px 5px 10px;
	border: solid #000 0px;
	text-decoration: none;
	margin-right: 5px;
	text-transform: lowercase;
	margin-top:20px;
}
.btn_sel:hover {
	background: #fff;
	text-decoration: none;
	color: #ccc;
}
.btn_tab_clear {
	float: right;
	font-family:   'Poppins', sans-serif;
	color: #777777;
	font-size: 14px;
	background: #dbdbdb;
	padding: 1px 20px 1px 20px;

	border:none;
	text-decoration: none;

	text-transform: lowercase;
	width:45%;
}
.btn_tab_clear:hover {
	font-family:   'Poppins', sans-serif;
	color: #777777;
	text-transform: lowercase;
	text-decoration:none;
}
.btn_tab_ser {

	float:left;
	font-family:   'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	background: #828282;
	padding: 1px 20px 1px 20px;
	width:45%;
	border:none;
	text-decoration: none;
	text-transform: lowercase;
}


.btn_tab_search {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family:   'Poppins', sans-serif;
	color: #33cccc;
	font-size: 18px;
	background: #fff;
	padding: 4px 10px 5px 10px;
	border: solid #33cccc 2px;
	text-decoration: none;
	margin-right: 5px;
	text-transform: lowercase;
}
.icon_del{
	background: url(../images/ico_del.png) no-repeat #ffffff;
	z-index:100;	
	}
.link_coll{
	color:#000;
	 padding: 4px;
		margin-right: 25px;
	text-transform: lowercase;
	font-size: 14px;
	background-color: #fbfbfb;
	
}

.old list-group > li{
	  padding: 4px;
  font-size: 17.5px;
  font-weight: 500;      
  background-color: #fbfbfb;
  color: #1abeb5;

	}
	
	.old list-group > li > a{
		margin-left:10px;
	  font-size: 17.5px;
  font-weight: 500;      
  background-color: #fbfbfb;
  color: #1abeb5;

	}
	.panel-group{
		width:100% !important;
	}
	.list-group > li{
	  padding: 4px;
	 
	  border: 1px solid #ededed;
	  border-radius:0;
 
 
	}
	.list-group-item{
	}
	.list-group > li > a{
      
  background-color: #fff;
  text-decoration:none

	}
ul.bxslider {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  border: none;
}
#sendmessage {
display:none;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage_no {
display:none;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}


#removeform.nascondo, .nascondo{
display:none;
	
	
}
#sendmessage.show,.show  {
	display:block;
}
#sendmessage_no.show,.show  {
	display:block;
}
.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.btn_search {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family:   'Poppins', sans-serif;
  color: #fff;
  font-size: 20px;
 background:#06377b;
  padding: 7px 15px 7px 15px;
  border: solid #06377b 2px;
  text-decoration: none;
}
.btn_search:hover {
  background: #FFF;
  text-decoration: none;
  color:#06377b;
}

.btn_ship {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family:   'Poppins', sans-serif;
  color: #fff;
  font-size: 20px;
 background:#F00;
  padding: 7px 15px 7px 15px;
  border: solid #f00 2px;
  text-decoration: none;
}
.btn_ship:hover {
  background: #FFF;
  text-decoration: none;
  color: #F00;
}
.del_mouseover:hover{
	 background: url(../images/del_on.png) no-repeat;
	}
.btn_cart {
	
	font-family:   'Poppins', sans-serif;
	color: #999;
	font-size: 30px;
	background: none;
	padding: 4px 10px 5px 10px;
	border: none;
	text-decoration: none;

}

.bottone_carrello_head{
	font-family:   'Poppins', sans-serif;
	color: #999;
	font-size: 30px;
	background: none;
	text-decoration:none;


}

 .panel-title{
	height:20px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;

}

 .panel-title_menu{
	height:20px;
	color:#29abe2;
	font-size:17px;
		text-decoration:none;
	background:none;

}
.panel-info_n{
	background: #fbfbfb;
	}
.panel-heading{
	background: #fbfbfb;
	}
.btn_tab {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	color: #777777;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 10px 5px 10px;
	border: solid #d9d9d9 2px;
	text-decoration: none;
	margin-right: 5px;
	text-transform: lowercase;
}
.btn_tab:hover {
	background: #fff;
	text-decoration: none;
	color: #ccc;
}
.btn_tab_search {
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	color: #33cccc;
	font-size: 18px;
	background: #fff;
	padding: 4px 10px 5px 10px;
	border: solid #33cccc 2px;
	text-decoration: none;
	margin-right: 5px;
	text-transform: lowercase;
}
.caption1{
    position:absolute;
    bottom:100px;
    left:40%;
    z-index:10;
    width: 250px;
   color:white;
    background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.75);
    background-color: rgba(80, 80, 80, 0.75);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}




.error {
  color: #a94442;

}
.testo_prod{

	
	}
	
	.art_details_tit {
  font: 700 14px/16px   'Poppins', sans-serif;
  color: #303030;
  text-transform: uppercase;

}
.art_details_dat {
 font: 700 16px/18px   'Poppins', sans-serif;
  color: #303030;
  text-transform: uppercase;


}
.art_details_def {
  font: 400 13px/14px   'Poppins', sans-serif;
  color: #303030;
  text-transform: uppercase;
 
}
.link_slide{
	 color:#FFF;
	 font-size:18px;
 
 }
 .link_slide:hover{
	 color:#FFF;

 text-decoration:underline;
 }
 
 .link_slide_box{
	 text-align:center;
	 padding:20px;
	 
	 }
	  div.boxtesto {
  position: relative;
  bottom: 0px;
  margin-top:-32px;
  left: 0px;
  width: 100%;
    background: rgb(255,255,255);
  background: rgba(255,255,255, 0.6);
  color: #F00;
  text-align:center;

}
.range_form_style{
	border: none;
	width:40px;
	background: #F2F2F2;
	font-weight:bold;	
	height:30px;
	text-align: right;

	}

	.titolo_range_form {
font-family: 'Poppins',Arial,sans-serif;
text-align:right;
font-size:20px;
color:#06377b
}

.link_color, .link_color:hover{
	text-decoration:none;
	color:#000
	
}

.accordion-toggle{
	color:#000;
	
}
.link_to_table , .link_to_table:hover{
	color:#000;
	padding:30px;
	margin:30px;
	width:100px;
	
}
.modal-body ul li a{
	color:#000;
}


/* PERSONALIZZAZIONE PER AZIENDA */
footer {
	background-color: #000;
	color:#FFF;
}
footer a {

	color:#FFF;
}
footer a:hover {

	color:#ccc;
	text-decoration:none;
}

/* Cart Style Starts */	

#cart .btn {
	color: #000;
	background: #fff;
	text-align: left;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#cart .btn i.fa-caret-down {
	color: #000;
	margin-left: 10px;
}
#cart .dropdown-menu {
	min-width: 100%;
	margin-top: 10px;
	background: #fff;
	color: #000;
	border: none;
	z-index: 1001;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#cart .open > .dropdown-menu {
	display: block;
}
#cart .btn-block1 {
	padding: 20px 0 0;
}
#cart .btn-block1 a {
	padding: 8px 12px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#cart .btn-block1 a {
	background: #e8e8e8;
	color: #000;
}
#cart .btn-block1 a:hover {
	background: #406180;
	color: #fff;
}
#cart .dropdown-menu li > div {
	background: #fff;
	min-width: 427px;
	padding: 0 10px;
}
#work_table .btn {
	color: #000;
	background: #fff;
	text-align: left;
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#work_table .btn i.fa-caret-down {
	color: #000;
	margin-left: 10px;
}
#work_table .dropdown-menu {
	min-width: 100%;
	margin-top: 10px;
	background: #fff;
	color: #000;
	border: none;
	z-index: 1001;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#work_table .open > .dropdown-menu {
	display: block;
}

#work_table .btn-block1 {
	padding: 20px 20px 0;
}
#work_table .btn-block1 a {
	padding: 8px 12px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#work_table .btn-block1 a {
	background: #e8e8e8;
	color: #000;
}
#work_table .btn-block1 a:hover {
	background: #406180;
	color: #fff;
}
#work_table .dropdown-menu li > div {
	background: #fff;
	min-width: 427px;
	padding: 0 10px;
}


    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
      
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #000;
	
    }

    .panel-title {
		text-transform: uppercase;
        font-size: 14px;
		height:30px;
		
		 padding:0px; 
		 margin:0px;
		color:#06377b;
    }

    .panel-title > a {
        display: block;
        padding: 6px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
		margin-top:4px;
		color:#06377b;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

	ul.panel-list-group{ 
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	text-transform: uppercase;
	}
ul.panel-list-group a{ 
   font-size: 12px;
	color:#666;
	text-decoration:none;
	
	}
	


.modal_chat_master {
	display:none;	
    position: fixed;
	 right:0px;
        margin:0px;
		margin-right:10px;
    bottom: -20px;

    width: 350px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
	
}
.modal_chat_master .modal-body {
	background-color: #EBEBEB;
	color:#000;
	
}
.modal-header_n {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #06377b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
	 
 }
 #contenuto_chat{

height:500px;
 overflow-y: scroll;
 background-color:#cccccc;
 }
 .wok_select_link {
	
	 
 }
/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}



.chat_contenuto_utente{
	font-size:10px;
	line-height:12px;

}
.chat_contenuto_utente_master{
	color:#000;
}
.chat_contenuto_utente_user{
	color:#526ae5 !important ; 
}
.chat_contenuto{
	margin-right:20px;
}
.chat_contenuto_master{
	margin-right:0px;
margin-left:20px !important;	
}
.badge-danger {	
	background: #F00; 
	margin-left:-10px;
}
#WORKTABLE_BUTTON{
padding: 0;
border: none;
background: none;
font-size:22px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.chat_contenuto_titolo{
	font-weight:bold;
	background-color: #999;
	border-radius:3PX;
	padding-left:2px;
	color:#FFF;
	
	
}

.work_table_art_link{

  padding-left:4px;
  padding-right:5px;
	
}
.work_table_art_icona {
 color:#036;
 font-size:20px;
	
}
.badge_comment_child {
	font-size:14px ; 
	z-index:100000;
	margin-left:-20px;
	margin-top:-40px;
	
}
.chat_contenuto_testo{
	display: inline-block;
	background: #fff; 
	border-radius: 2px;
	margin-bottom:10px;
	margin:4px;
	padding:4px;
	border-radius:4px;
	border: 1px solid;
  border-color: #ccc;
}

.chat_contenuto_master{
	text-align:right;


}

.chat_contenuto_master > .chat_contenuto_testo{ 
	background: #e5fec7; 
}
.item {
    position:relative;
    
    display:inline-block;
}
.notify-badge{
    position: absolute;
    right:5px;
    top:40px;
    background:red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color:white;
    padding:5px 7px;
    font-size:10px;
}

.badge_cart {
	font-size:10px ; 
	z-index:100000;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-40px;
	background-color:#F00;
	
	
}

.badge_work_space {
	font-size:10px ; 
	z-index:100000;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-40px;
	background-color:#F00;
	color:#FFF;
	
	
}
   #messagio_work_space {
  height:100px;
  width:200px;
  position: absolute;
  z-index:990000000000;

  display: none;
}
.chat_new_message{
	background-color: #C60;
	color:#FFF;
	margin: auto;
	padding:2px;
	width:90%;
	border-radius:4px;
	border: 1px solid;
  border-color: #ccc;
  text-align:center;
  font-weight:bold
	
}

.select_work_space button {width:100%; text-align:left; background-color: #ccc }
.select_work_space .caret {position:absolute; right:10px; margin-top:20px;}
.option_work_space {width:100%; }
.select_work_space1 .dropdown-menu li a:hover {
     color: whitesmoke !important;
     background: #bf5279 !important;
 }

	.list-group-weight{

	font-size:17px;
		text-decoration:none;
		color:#000
	

	}
	.article_titolo b{	
		font-size:16px;
	}
	
	.article_titolo {
		height:24px;
		margin-left:10px;	

	}
	.ricerche_fa_check{
		float:right;
	}
	.dropdown_company{
		padding:10px;
		
	}
	
	#APPENDO_ARTICOLI {
		max-height:400px;
		min-height:50px;		
  	width: 100%;

  overflow: auto;
	}

.dropdown_stile .dropdown-menu {
	min-width: 100%;
	margin-top: 10px;
	background: #fff;
	color: #000;
	border: none;
	z-index: 1001;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.centro_testo {
	margin-top:30px;
 
}
	
	#work_table .btn .fa-clipboard-list {
	
	font-size:30px;

}
.register_login{
}
.register_login_ico{
	font-size:30px;
}
.circle-icon{
  display: table;
  
  width: 50px; height: 50px; 
  background-color: #CDCDCD ;
 
  border-radius: 999px;

}
.circle-icon i{
      display: table-cell;
      vertical-align: middle;
      text-align: center;
  }
  
  .circle-icon_scheda{
  display: table;
  
  width: 40px; height: 40px; 
  background-color: #526ae5 !important ; 
  font-size:20px;
  text-decoration:none;
 
  border-radius: 999px;
  color:#FFF

}
  .circle-icon_scheda:hover{
  text-decoration:none;
}
.circle-icon_scheda i{
      display: table-cell;
      vertical-align: middle;
      text-align: center;
  }
.bottoni_dropdown{
	color:#999 !important;
	
}
.link_add_worker{
	font-size:12px;
}
.flexslider {max-width: 700px; margin: -20; padding: 0; }
#carousel {border:none}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { 
 display: block;
 max-width: 100%; height: auto; margin: - auto;
 
}


ul#horizontal-list {
	background-color:#fbfbfb;
	min-width: 700px;
	list-style: none;
	padding-top: 4px;

	border:none;
	}
	ul#horizontal-list li {
		display: inline;
	
	}
	 
 .dropdown-toggle-chat {
	 background-color:#009688 !important; 
	 color:#FFF;
 }
  .dropdown-toggle-chat:hover {
	 color:#FFF;
 }
 .chat_contenuto_general{
	 font-size:12px;
	 
 }
 .Icona_Video {
  position: relative;
  display: inline-block;
  margin:0px;
  padding:0px;
  width:100%;
  cursor:pointer
  
}
.Icona_Video::before {
   font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
     margin:0px;
  padding:0px;
    color: white;

    font-size: 30px !important;
    background-color: rgba(255,255, 255, 0.01);
  
}

.article_titolo_det{
	margin-left:10px;
}
.articolo_dettaglio{
	height:100px;
	margin-top:-20px;
	
}
.article_titolo_det{
	font-size:14px;
}



 @media (max-width: 480px) {
/* COOKIE */
#cookie_modal {
 height: 60px!important;
}
#wrapper_cookie_modal {
 padding: 2%!important;
 width: 96%!important;
 height: 100px!important;
}
#wrapper_cookie_modal .icon {
 display: none!important;
}
#wrapper_cookie_modal span {
 margin: 10px 0 0 0!important;
 font-size: 1em;
}
#wrapper_cookie_modal p {
 display: none!important;
}
#wrapper_cookie_modal #cookie_modal_info {
 display: block!important;
}
.nav-collapse {
 -webkit-transform: translate3d(0, 0, 0);
}
.navbar-nav>li>a {
 margin-left: 10px;
}
.scheda_prod {
 font-size: 24px;
}
.imballo {
 font-size: 20px;
}
.prezzi_cart {
 font-size: 18px;
}
.myButton_cart {
 font-size: 18px;
}
}

@media (max-width: 767px) {
.class_H3 {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	font-size: 25px;
}
#logo .img-responsive {
	margin-left: auto;
	margin-right: auto;
}
.prezzi_cart {
	font-size: 18px;
}
.myButton_cart {
	font-size: 18px;
}
.navbar-nav>li>a {
	margin-left: 10px;
}
.scheda_prod {
	font-size: 24px;
}
.imballo {
	font-size: 20px;
}
.row-fluid {
	width: 100%;
}
.row {
	margin-left: 0;
}
[class*="span"], .row-fluid [class*="span"] {
	float: none;
	display: block;
	width: auto;
	margin-left: 0;
}
}

@media (max-width:  768px) {
	.flexslider {width: 400px; margin: -20; padding: 0; }


}
@media (min-width: 268px) and (max-width: 568px) {
	.testo_swatch{
		text-align:center;
		 font-size: 7px;
		
		}
			.font_cant{
			 font-size: 8px;
		}
}

.workspace_tema_stile{
	position:relative;
		float:right; 
	margin-top:-70px;
	 margin-right:20px;
	 z-index:100000000000 !important;
}


@media (min-width: 1200px) {
}

@media print {
a[href]:after {
	content: none
}
}


 .card_img {
     
        position:relative;
   height:281px;
   max-width:450px;
   margin:0 auto;
		
    }
    .card_img  img {
        position:absolute;
   left:0;
   -webkit-transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -o-transition: opacity 0.5s ease-in-out;
   transition: opacity 0.5s ease-in-out;
		
    }
    .card_img  img.card_img-top:hover {
      opacity:0;
    }
 .blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

a.disabled_link {
  pointer-events: none;
  cursor: default;
}

.notify-badge_menu{
  
    background:red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color:white;
    padding:2px 4px;
    font-size:10px;
}
.notify-badge_menu_work{
	
	 top:9PX;
	

	margin-left:-10px !important;
  
    background:red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
      padding:2px 5px;
    font-size:11px;
}

.work_table_art {
	position:relative;
	
margin-top:-70px; z-index:100 !important; margin-left:140px; 
background-color: rgba(255,255, 255, 0.8) !important;
font-size:30px;
border-radius:5px;
margin-right:20px;
padding-bottom:6px;

}
@media (min-width: 768px) and (max-width: 979px) {
	
	
/* COOKIE */
#cookie_modal {
	height: 60px!important;
}
#wrapper_cookie_modal {
	padding: 2%!important;
	width: 96%!important;
	height: 100px!important;
}
#wrapper_cookie_modal .icon {
	display: none!important;
}
#wrapper_cookie_modal span {
	margin: 2px 0 0 0!important;
	font-size: 1.4em;
}
#wrapper_cookie_modal p {
	display: none!important;
}
#wrapper_cookie_modal #cookie_modal_info {
	display: block!important;
}
.row {
	margin:0px;
 padding:0px;
}


.workspace_tema_stile{
	float:right; 
	margin-top:-0px;
	 margin-right:20px;
	 z-index:10000;
}

}
@media  (max-width: 800px) {

.dropdown-menu_align_center {
    left: 60% !important;
  transform: translateX(-60%) !important;
  top: 100% !important;
}
.dropdown-menu_align_right {
    left: 90% !important;
  transform: translateX(-90%) !important;
  top: 100% !important;
}
.margine_tabelle_edit{
	margin-top:20px !important;
}
ul#horizontal-list {
	background-color:#fbfbfb;
	min-width: 300px;
	list-style: none;
	padding-top: 4px;
height: 100px !important;
	border:none;
	}
	ul#horizontal-list li {
		display: inline;
	
	}
	
}

.classe_video {

    z-index: -1;
	width:50vh;

    top: 0;
    left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {

.work_table_art {
 margin-left:60px;

}

.card_img {
   height:250px;

		
    }
	.classe_video {

    z-index: -1;
	width:40vh;

    top: 0;
    left: 0;
}

	
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait ) {
.margine_tabelle_edit {
	margin-top:0px !important;
}

	
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {

.card_img {
   height:240px;

		
    }
	

	
}

@media (max-width: 700px) {
	.flexslider {width: 310px;  margin: -20; padding: 0; }
	.card_img {
   height:180px;

		
    }
	
	.classe_video {

    z-index: -1;
	width:50vh;

    top: 0;
    left: 0;
}

}
 .panel-title_menu{
	margin-top:5px;

	margin-bottom:15px;
	

}
/* modifiche 20-09-2021 */
.articolo_nome{
	font-size:36px;
	margin-top:8px !important;
	margin-left:10px !important;
}

.labe_search_ling_evo {
	color: #06377b; 
	background: #06377b; 
	border: 0;
	 height: 1px;
	  	   
 margin-top:-20px;


}
.art_dettagli_tit{
	font-size:16px;
	color:#666;
	
}
.art_dettagli_spe{
	font-size:16px;
	color:#000;
}

/*MODIFICHE 10 2021*/

.SELECT_TRASPARENT{

}

#accordion_menu .card {
  margin-bottom: 5px;
  border: 0;
   border-radius: 0px;
}

#accordion_menu .card .card-header {
  border: 0;
  
  padding: 0;
}

#accordion_menu .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #222;
  padding: 10px;
  font-size:14px;
  width:100% !important;
    border-radius: 0px;
	text-decoration:none;
}
 .btn-header-link.collapsed:after {
  content: "\f107";
}


 .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
#accordion_menu .card .card-header .btn-header-link.collapsed  {
  background: #ccc;
  color: #fff;
}
#accordion_menu .card .card-body  {
	padding:5px;


}
.list-group > li{
	  padding: 4px;
	 
	  border: 0px solid #ededed;
	  border-radius:0px;
 
 
	}
	.CARTELLA_COLORI_CART {top: .8rem;
width: 1.25rem;
height: 1.25rem;
	}
.color_icone_work_theme{
		font-size:24px;
	}
	.btn_trasparent{
		background:none;
		
	}
	.dropdown-menu-info{
		width:340px; 
		margin-top:10px; 		
		border: 1px solid #ccc !important; 
		line-height:18px;
		font-size:13px; padding:4px;
		border-radius:4px !important;
	}
	
	.dropdown-menu-info li{
		padding:10px;
	}
	
	.dropdown-menu-info i {
		padding:2px;
		color:#526ae5
	}
 @media (max-width: 880px) {
.color_title_work_theme{

 font-size:14px;


}
.color_icone_work_theme {
	 font-size:14px;

}

 }
 .nav-item_tab  {
			  padding:10px ;			
			 border-radius: 4px 4px 0px 0px;
			 margin-bottom:-3px;
			 }
		 .nav-item_tab_link {
			 color: #000;
			 text-decoration:none;
			 font-size:14px;
			 }
			 
		 .nav-item_tab > .active  {
			  color: #FFF  ;
			  background-color:#526ae5   ;
			  }
		.nav-item_tab > a:hover {			
		   color: #FFF  ;
		  text-decoration:none;
		  background-color:#39F ;  
		}
 i.fa_circle {
 font-size: 1.5em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em!important;
    background: #666;
    color: #fff;
    border-radius: 2em;
 }
 .testo_header {
	 line-height:16px;
	 font-size:12px;
 }
 .btn-header-link{
    border-radius:4px !important;
}
.menu_sx_font {
	 font-size: 16px;
}
ul.products_n li {
    width: 94px;
    display: inline-block;
    vertical-align: top;
	padding:2px 2px 2px 2px; 
}

.colore_selezionato{

	margin-top:-3px;
	border: 2px solid  #C4E0FD;
}


#search_query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-size: 14px;
}

#search_query:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 14px;
}

#search_query::-ms-input-placeholder { /* Microsoft Edge */
font-size: 14px;
}
.STELLA_WORKSPACE i{
	  font-size:30px ;
	    color:#526ae5 ; 
}
.btn-header-link{
	text-transform:uppercase;
	
	
}
.work_table_art_icona {
	 color:#526ae5 ; 
}


.spazio_dropdown_header{
	padding:10px;
}
.suffisso_R{
	font-weight:bold;
	color: #090;
	
}
.font_composizioni{
	font-size: 14px;
}
.COLOR_DEFAULT{
	 color:#526ae5 !important ; 
}
.BACKGROUND_COLOR_DEFAULT{
	background-color:#526ae5 !important ; 
}
.FONT_NOT_BOLD{ font-weight:normal; 
}
.div_partite{
	font-size:13px;
	text-transform: capitalize;
	line-height: 1.4 !important;
	background-color: #E6E6E6;
	color:#000;
	border-radius:5px;
	margin-bottom:4px
}
.colore_selezionato_border{
	margin-top:-3px;
	padding:4px;	
	
}



.link_color_colore_tipo::after{
    content: '';
	 display: inline-block;
   
	   margin-left:4px !important;
	   margin-top:2px !important;
       width: 15px;
       height: 15px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #38518B ;
	 
}


/* The switch - the box around the slider */
.switch_area_pubb {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch_area_pubb input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_area_pubb {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_area_pubb:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_area_pubb {
  background-color: #2196F3;
}

input:focus + .slider_area_pubb {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_area_pubb:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider_area_pubb.round {
  border-radius: 34px;
}

.slider_area_pubb.round:before {
  border-radius: 50%;
}
.testo_workspace_e_titolo { 
 display: block !important;

line-height: 1 !important;
 }
 .sezione_header_pallino{
	height:50px !important;
	margin-top:10px !important;
	width:90px !important;
	max-width:90px !important;
	min-width:70px !important;

}
.sezione_header_testo{
	height:70px !important;
	
}
.TABELLA_WORKSPACE_PUB_STYLE {
	float:right  !important;

}
.collections_and_themes_prod{
display: block !important;

line-height: 1 !important;
}

@media (max-width: 880px) {
	.TABELLA_HEAD_ADMIN_STYLE {

	 margin-left:-18px !important;
	 
 }
	
 .TABELLA_CARRELLO_STYLE {

	 margin-left:-18px !important;
	 
 }
 .TABELLA_CARRELLO_STYLE_CART {
	margin-left:-8px !important;
}

.TABELLA_WORKSPACE_PUB_STYLE {
	float: none  !important;
	margin-left:-30px !important;
}
 .ALLINEO_ART_WORK_CENTER{
	 text-align:center !important
	
 }
 .WORK_SPACE_ALIGN_CENTER{
	 text-align:center
 }
 .LOG_USER_MOB{
	 font-size:12px
 }
 .MOBILE_TESTO_PLEASE{
	 margin-top:-20px !important; 
	 margin-bottom:20px;
 }
  }
  
  @media (max-width: 1180px) {
	  .MOBILE_TESTO_PLEASE{
	 margin-top:-20px !important; 
	 margin-bottom:20px;
 }

  }
  