html {
	position: relative;
	min-height: 100%;
}
body {
	font-size:14px;
	background-color:#fff;
 	margin-bottom: 60px;
	font-family: 'Source Sans Pro', sans-serif;
		background-image:url(http://sismaprint.it/index.php?layout=css&id=411&idc=0&idp=0&template=products|_r4|categories-html);
		background-repeat:no-repeat;
		background-position:top center;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		background-color:#ffffff;
	}

a,
a:active {
	text-decoration:none;
}
a:hover {
	color:#33c347;
	text-decoration:none;
}
h1 {
    font-size: 34px;
    color: #666666;
}
h2 {
    font-size: 20px;
    color: #e6e7e9;
}
h3 {
	font-size: 16px;
	color: #666666;
}
p {
	font-weight: normal;
	color:#666666
}
footer {
	width:100%;
	position: absolute;
	bottom: 0;
	height: 60px;
	background-image:url(http://sismaprint.it/cms/homepage/footer_image.);
	background-repeat:no-repeat;
}
/*.vg-header {
	height:200px;
}*/
.page-header-wrapper {
	background-image:url(cms/homepage/top_image/l_0/top_image.jpg);
	background-repeat:no-repeat;
	height:200px;

}
.detail-quote.fixed {
    position: fixed;
	/*top:200px;*/ /*MEMO: top_nav_fixed*/
	top:0px;
	right:0px;
	margin-top:10px;
	z-index:999999;
}
.page-content {
	padding-bottom:30px;
}
.search {
	width:280px;
	text-align:center;
}
.search h2 {
	font-family:sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	margin-bottom:20px;
}

.search input {
	width:100%;
	height:50;
	padding:5px;
	text-align:center;
	border:none;
	margin-bottom:20px;
}

.search button {
	width:100%;
	height:50;
	padding:5px;
	text-align:center;
	background-color:#ced7d9;
	color:#285258;
	border:none;
}

.popup.default {
	width:350px;
	text-align:center;
}
.popup.large {
	width:960px;
	text-align:center;
	max-width:auto;
}

.popup.default h2 {
	font-family:sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}

#cart-tooltip-toggle {
	background-image:url(cms/images/cart_icon_toggle.jpg);
}

#cart-tooltip-toggle.cart-full {
	background-image:url(cms/images/cart_icon_toggle_full.jpg);
}

/**/
.cart input, .cart select {
    width: 100%;
    border: 1px solid #bcbec0;
    color: #33c347;
    padding: 4px;
}
/**/
.mfp-bg {
	background-color:#33c347;
}

/**/
#bx-pager a.active {
	border:1px solid #33c347;
	display: block;
}

/*SMALL devices*/
@media (max-width: 767px) {
	body {
		margin-bottom: 0px;
	}
	#footer,
	#footer div {
		width:100%;
		position: relative;
		height: auto!important;
	}

	#footer img {
		max-width:100%;
	}

	[class*="col-"]:not(:first-child) {
		 ;
	}

	[class*="col-"] {
		  margin-top: 10px;
	}
}

.component-name-formatocustom .jTip {
	margin-top: -40px;
}

/*MENU*/

/*-------------------
general
-------------------*/


.container > .navbar-header{
  margin-left: -15px;
  margin-right: -15px;
}

._rowfixedtop {
  background-color: transparent;
}

/*-----------------------
navbar
----------------------*/

._nav-link-top ._divider {
  height:30px;
  margin-top: 10px;
  width:1px;
  background-color: grey;
}



.headnavbarfixtop .navbar-right a {
  color: black!important;
  text-transform: uppercase;
}

.navbar {
  background-color: transparent;
  border: none;
}
.navbar-default .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}


@media (max-width:767px) {
  #toplink {
    padding: 10px 10px 10px 30px;
  }
  .first {
    padding-left: 30px!important;
  }

}



.headnavbarfixtop .nav a:link {
  color:black;
}
.headnavbarfixtop .nav a:visited {
  color:black;
}
._mod-sm-top a:link{
  padding: 5px 29px;
  margin: 10px 0px;
  border-right: 1px solid #000;
}
._mod-sm-top:last-of-type a {
  border-right: 0px ;
}
@media (min-width:992px) and (max-width:1200px){
  ._mod-sm-top a:link {
    padding: 5px 27px;
  }
}
.nav-stacked > li + li {
  margin-top: 0px;
}

/*---------------------
search
----------------------*/

#custom-search-input {
  margin: 0;
  border:0px;
}
#custom-search-input .search-query {
  padding-right: 0px;
  padding-right: 0px \9;
  padding-left: 15px;
  padding-left: 15px \9;
    margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  background-color: #eaeaea;
  color: black;
  box-shadow: none;
}
#custom-search-input button {
  border: 0;
  background: none;
  position: absolute;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  color: #000;
  margin: -15px -30px;
}

#custom-search-input .input-group-btn {
  background-color: #fff;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.input-group .form-control {
  border:1px solid #d2d2d2;
}
.search-query:focus + button {
  z-index: 3;
}
#custom-search-input .input-group .form-control:focus {
  z-index: 0;
}
#custom-search-input .fa {
  color: #33c347
}


/*------
search glow + hide
-*/
.form-control:focus {
	box-shadow:none
}






h4 {
  margin-bottom: 20px;
}






@media (max-width:768px){

._custom-row {
  margin-left: -30px!important;
  margin-top: -50px;
}
.overload-container {
  padding-top: 20px;
}
}


.dropdown >li > {
  padding: 10px 30px;
}



/*navbar sismaprint*/

._search-navbar {
  width:100%;
  margin-bottom:15px;
  margin-top: 20px;
}

._navbarwide {
  background-color: #EAEAEA;
  /*transform: translateX(307px);*/
  width: 100%;
  /*max-width: 862.5px;*/
}
._navbarwide li{
  text-transform: uppercase;


}
._f-sm-nav {
  width: 25%;
  max-width: 277.5px;
  margin-right: 30px;
}
._f-sm-nav #leftbarli {
  background-color: rgb(51,195,71);
}
@media (max-width:1200px) and (min-width:992px) {
  ._f-sm-nav {
    max-width: 227.5px;
  }
  ._navbarwide li{
font-size: 11px;
 }
}


/*cart*/

.cart-dropdown {
  transform: none!important;
}
#cart-tooltip-toggle {
  width: 75px;
 height: 75px;
 margin-right: -15px;
 margin-top: -12px;
 background-color: transparent;
 color:white;
}
#cart-tooltip-toggle:active {
  box-shadow: none;
}

.navbar-toggle {
  z-index:1000
}

@media (max-width:992px){
  .side {
    transform: translateY(0px)!important;
  }
._custom-row {
  margin-left: -30px!important;
  margin-top: -50px;

}



#stacked-menu {

  margin-left: 15px;

}
.sidebar-navbar-collapse {
  margin-right: -15px;
  margin-top: 80px;
}

}

@media (max-width:768px) {

  ._rowfixedtop {
    margin-left: 0px;
    margin-right: 0px;
  }
}


._rowfixedtop {
  position: relative;
}

._nav-link-top li a {
  text-transform: capitalize!important;
}
.selected #toplink {
  font-weight: bold;
  color: #fff;
  background-color:#666666;
}
#cart-tooltip-toggle .button_topcart_probe {
  color:red;
  text-indent: 0;
  font-weight: 600;
  margin-top: -15px;
position: absolute;
margin-left: -33px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #cart-tooltip-toggle .button_topcart_probe {
      margin-left: 0px;

    }
}
._img-linktop img {
  height: 31px;
  width: 31px;
  margin-right: 10px;
  margin-top: -10px;
}
._text-linktop {
  max-height: 50px;
}
/*
//navbar collapse md*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    #toplink {
      padding-top: 20px;

    }
    #topicon{
      padding-top: 0px;
    }

}


@media (max-width:992px) {
  ._mobile-lt {
    position: absolute!important;
margin-left: 45px;
margin-top: 5px;
margin-right: 60px;
right: 0px;
margin-left: 0px;
z-index: 1000;
  }
  ._mobile-lt a{
    display: block;
  }

._mobile-lt._login-mobile{
  right: 0px;
  margin-right: 60px;
  margin-left: 0px;
}
._block-visible {
  z-index: 1000;
}
}
._cart .dropdown {
  height: 100%;
}
._logo {
  text-align: center;
  text-align: -moz-center;
}
._ham2 {
  margin:0px!important
}

._block-visible {
  margin-top: 90px;
}
._navbar-top li{
  display: inline-block;

}
._navbar-top li{
  padding: 20px 15px;
}
._navbar-top li{
  display: inline-block;
  text-transform: capitalize;
}
._navbar-top {
  margin-right: 90px;
  margin-bottom: 0px;
}
._dropdown-cart {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;

}
.navbar-header{
  width: 100%;
}

._shadow-sisma {
  margin-top: 0px;
}
._border-nav{

  border-left: 1px solid #dddddd;
}
._nav-nom{
  margin-bottom: 0px;
}
._img-login img{
  height: 50px;
width: 50px;
}
.navbar-toggle {
  background-color: #33c347;
margin: 0px;
padding: 30px;
}
._navbar {
  background-color: #fff;
}
._search-icon, ._search-toggle {
  display: inline-block;
}
._search-block {
  padding: 0px!important;
  background-color: #EAEAEA;

}
._search-icon img {
  width: 75px;
margin-top: -8px;
height: 75px;
}
._search-toggle {
  padding: 29px 45px 15px 45px;
  background-color: #EAEAEA;
}
#cart-tooltip-toggle {
  width:62px;
  height: 62px;
}

@media (max-width:992px) {
  .imglogo {
    float: center;
  }
  ._block-visible {
    margin-top: 0px;
  }
  ._top-fixed-bar {
    margin-top: 0px;
    padding: 0px;
  }
  .navbar-nav {
    margin: 0px 0px;
}
#cart-tooltip-toggle {
  width:75px;
  height: 75px;
}
._navbar-top > li > a {
  padding: 0px;
}

._navbar-top {
  width: 100%;
padding-left: 0px;
position: absolute;
margin-left: 75px;
width: 79%;

}
#custom-search-input .form-control {
height: 45px!important;
margin-top: 15px;
margin-bottom: 15px;
}
#custom-search-input button {
    margin: -15px -40px;
}
.input-group-btn {
    width: 0%;
}
}
@media (max-width:630px) {
  ._search-toggle{
    display: none;
  }
  ._search-icon {
    margin-left: 8px;
    margin-top: 7px;
  }

}
@media (max-width:500px) {
  .navbar-toggle {
    padding: 18px;
}
#cart-tooltip-toggle {
  width:50px;
  height: 50px;
}
._search-icon img {
    width: 52px;
    margin-top: -8px;
    height: 52px;
}
._navbar-top {
  margin-left: 52px;
}
._img-login img {
  height: 50px;
  width: 50px;
}
._navbar-top li {
  padding: 7px 10px;
}


}
#no-top-margin {
  margin-top: 0px;
}
._search-block {
  cursor: pointer;
}
._row-search {
  display: none;
  background-color: #fff;
}
@media (min-width:992px) {
  .container > .navbar-header {
    margin-left: 15px;
  }
  .imglogo {
    float: left;
  }

}

body {
  padding-top: 65px;
}
.navbar-fixed-top {
  border-bottom: 1px solid #dddddd;
  z-index: 1000!important;
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus {
  background-color: #196123}
}
.navbar-default .navbar-toggle:active {
  background-color: #196123}
}
.navbar-default .navbar-toggle .icon-bar {
  color:#fff;
}
@media (min-width:992px) {
  .navbar-fixed-top {
    position: relative;
    border-bottom: 0px;
    position: absolute;
    background-color: transparent;
  }
  body {
    padding-top: 0px;
  }
  ._navbar {
    background-color: transparent;;
}
._navbar-top {
  margin-right: 60px;
  border-bottom: 1px solid #dddddd;

}
}

/*MEGAMENU*/
/* CSS Document */

.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
  border:none;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;  
  box-shadow:none;
}
.megamenu .col-sm-3 {
	border-right:1px solid #ccc;
	height:100%;
}

.megamenu .col-sm-3:last-child {
	border-right:0px;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu .dropdown-header a {
  font-size: 18px!important;
  padding-left:0px!important;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}
/*MENU FULL*/


/*------------------
banner laterali:
------------------*/
.bannerside{
  margin-bottom:10px;
}
.side {
  margin-left: -15px;
  transform: translateY(-70px);
  z-index: 1

}
.navbar.navbar-default.navbar-fixed-top{
  z-index:1;

}


/*-------
make navbar ccollassa per device md
------*/

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    #toplink {
      padding-top: 20px;

    }
    #topicon{
      padding-top: 0px;
    }
}









.dropdown-menu .divider {
   margin-left: 20px!important;
   margin-right: 20px!important;
}

#bleft{
  display: table-cell;
  float:left;

}
#bright {
  display: table-cell;
  float:right;
  position:absolute;
  z-index: 3;
  left:85%
}
#dtable{
  display:table-cell;
  float:left;
}


@media (max-width:992px) {
  .left-menu {
    margin-top: 90px;
}
}


.dropdown >li > {
  padding: 10px 30px;
}

.cart-lg {
  background-color: none;
  border:none;
}

#leftbarli {
border-bottom: 1px solid white;
border-radius: 0px;
background-color: #008000;
padding-top: 15px;
padding-bottom: 14px;
color:white;
width:100%
}
#stacked-menu .fa{
  margin-top: 3px;
}



._leftbarli-border {
  border-bottom: 1px solid white;
  border-radius: 0px!important;
  width:100%;
}



._detail-link {
	padding-left:30px!important;
}

._icon-cat {
  float:right;
  margin-top: 2px;
  font-size: 16px;
}
.side li {
    background-color: #777777;

}
._leftbarli-border {
  color:#fff
}
._leftbarli-border:hover {
  color:#33c347
}
._leftbarli-border:visited{
  color:#fff;
}
._leftbarli-border:visited:hover{
  color:#33c347;
}
}
.side li a:hover {
  color:#666666;

}

.side .selected {
  /*background-color: #33c347;*/
	color:#666666;
}
.side .selected:hover {
  background-color: #196123!important;
}
.side ._detail-link {
  background-color: #f0f0f0;
	color:#666666;

}
.side .selected ._detail-link {
  color:#33c347!important;
}

.side ._detail-link a:visited {
  background-color: #f0f0f0;
	color:#666666!important;
}

._ham {
  z-index: 1000;
  position: absolute!important;
  right: 0;
  margin: 12px 15px 0px 0px;
  top: 0;
}
._ham .fa {
  font-size: 25px;
color: white;
cursor: pointer;
}
.side ._mobile-ul {
  list-style: none;
  padding-left: 0px;
}
.side ._mobile-items {
  background-color: #EAEAEA!important;
}
.side ._mobile-items.selected {
  background-color: #777777!important;
}
.side ._mobile-items a {
  color:#000;
  padding: 10px 15px!important;
  display: block;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.side ._mobile-items.selected a{
  color: #fff!important
}

/*HOMEPAGE */
/* CSS Document */
._custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width:1920px;
}
.bx-pager {
  bottom:4px!important;
}

.textbanner {
  position: absolute;
}
._carousel-ctrl {
  width:100%;

}
._shadow-sisma img {
  width:100%
}

@media (max-width:768px) {
._banner-abottom {
  margin-top: -5px;
}
._banner-abottom .col-xs-12 {
  margin-top: -5px;
}
}
.bx-controls-direction {
  z-index: -100;
}
.bx-prev {
  margin-left: -25px;
margin-top: -83px;
position: absolute;
}
.bx-next{
margin-top: -83px;
position: absolute;
transform: translateX(25px) !important;
}

._big-slider .bx-prev {
  margin-left: 10px;
  margin-top: -200px;
}
._big-slider .bx-next{
  transform: translateX(-10px) !important;
  margin-top: -200px;
}
._big-slider .bx-controls-direction {
  visibility: hidden;
  opacity:0;
  transition:opacity 1s linear;
}
._big-slider:hover .bx-controls-direction{
    visibility:visible;
    opacity:1;

}

/*THUMBNAILS*/
/* CSS Document */
._slider {
	padding-left:0px!important;
	margin-top:10px;
}
/*.bx-controls-direction {
    position:absolute;
    width:100%;
    width: 100%;
    margin-top: -75px;
    margin-left: -25px;
}*/
.bx-controls-direction .fa {
    font-size: 45px;
    color:#000;
}
.bx-controls-direction .bx-next {
    float:right;
    transform: translateX(50px);
}

.blocco_prodotti [class*="col-"] {
	padding-top:20px;
}

.imgpulsanti {
    position: relative;
}

.textpulsanti {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin-top: 42%;
    text-transform: uppercase;
}
.textpulsantibanner {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin-top: 2%;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
    font-size: 20px;

}

.textpulsanti * {
	color:#fff;
}
.textpulsantibanner * {
	color:#fff;
}

@media (min-width:768px) and (max-width:992px ){
	.textpulsanti {
		margin-top: 38%;
	}
}

.home-description {
	margin-top:20px;
}

 .bannertop  {
	padding-left: 15px;
}

@media (max-width:768px) {
	.bannertop  {
	 padding-left: 0px;
 }

}

h2 {
    color:black;
}

#_colorize {
    background-color: green;
    padding-bottom: 15px;

}

._norow {
    margin-left: 0px;
    margin-right: 0px;
}
._img-rollover:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

._img-rollover:hover:after {
    opacity: 1;
}
.imgpulsanti {
    position: relative;
}
.panel-heading a {
    color: #666666;
    display: inline-block;
}
.panel-heading .fa {
    right: 0;
    position: absolute;
    margin-top: -20px;
}
.panel-heading {
    padding: 10px 0px;
    margin-top: -25px;
}
.panel-title {
    margin-right: 20px;
    font-size: 15px;
}
@media (max-width:992px){
    .bx-controls-direction{
        display: none;
    }
}
@media (max-width:430px){
	.textpulsantibanner p {
		font-size: 17px;
padding-top: 0px;
	}
}

@media (max-width:380px){
    .textpulsantibanner p {
        font-size: 13px;
        line-height: 1.3;
    }
}
@media (min-width:768px) and (max-width:1200px){
    .textpulsantibanner p {
        font-size: 16px;
        margin-top: -2px;
    }
}

/*PREVENTIVO*/
.quote {
	text-align:left;
	border-top:1px solid #dcddde;
	padding-top:5px;
	background-color:#fff;
}

.quote h2 {
text-align:left;
color:black;
margin-bottom:5px;
font-size: 30px;
}

.quote .total {
	padding-top:0px;
}
.quote .pricing-item {
	border-bottom:1px solid #EEEEEE;
	text-align:left;
	margin:0px 15px;
	padding-bottom: 15px;
	padding-top: 15px
}
.quote .btn-cart-checkout {
	display:block;
	/*line-height: 50px;*/
	text-align: center;
		background-color: #33c347;
	border: none;
	margin-top: -10px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding:10px;
	border-radius: 10px!important;
}
.quote .btn-cart-checkout:hover {
	color:#fff;
	text-decoration:none;
	background-color: #196123;
}
.quote .iva {
	float:right;
	text-align:right;
}

.row.total.pricing-item-total {
	margin-left: 0px;
	margin-right: 0px
}
.quote .iva {
	padding-right:15px!important;
}
._block-riepilogo {
	background-color: #EEEEEE;
	font-weight: bold;
	color:#000;
	padding: 10px;
	font-size: 16px;
}



._red {
	color:red;
}

._padder {
	padding:15px;
}

.quote ._color-price {
	background-color: #EEEEEE;
	margin-top: -21px;
}

.btn_add_to_cart.btn-cart-checkout.disabled{
	cursor: not-allowed;
	pointer-events: none;
}

/*CARRELLO*/
/* CSS Document */

.cart {
	color: #333;
	font-size: 14px;
}
.cart a {
	color: #33c347;
}
.cart a:hover {
	text-decoration: none;
}
/*.cart h2 {
	color:#33c347;
}*/
.login-form .cart,
.lost-form .cart {
	background-color: #F0F1F1;
}

.nav-tabs {
	border: none;
}
.nav-tabs li {
	border-left: 1px solid #dcddde;
	border-top: 1px solid #dcddde;
	border-bottom: 1px solid #dcddde;
}
.nav-tabs li:last-child {
	border-right: 1px solid #dcddde;
}
.nav-tabs li a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #33c347;
	padding: 10px 20px;
	background-color: #eef1f2;
}

@media (max-width: 767px) {
.nav-tabs li,  .nav-tabs li a {
	width: 100%;
}
.nav-tabs li,  .nav-tabs li:last-child {
	border-right: 1px solid #dcddde;
}
}
.nav-tabs li a:hover {
	background: #fff;
	color: #33c347;
	opacity: 0.7;
}
.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border-radius: 0px 0px 0 0;
	border: none;
}
.nav-tabs li.active a {
	background-color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
}
.nav-tabs li.active {
	border-bottom: 1px solid #ffffff;
}
.tab-content {
	border: 1px solid #dcddde;
}
.tab-content .tab-pane {
	padding: 15px 30px 15px 30px;
	overflow: hidden;
	background: #ffffff;
}
.cart .pricing-box {
	/*background-color: #eeeeee;*/
	background-color: transparent;
	color: #000;
	font-size: 18px;
	padding-bottom: 30px!important;
	border:1px solid #dcddde;
}
.cart .pricing-box h2 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.cart ._block-riepilogo {
    background-color: #eeeeee;
    font-weight: bold;
    color: #000;
    padding: 15px;
    font-size: 22px;
	text-align:center;
	border: 1px solid #dcddde;
	border-bottom: 0px;
	height: 60px;

}
.cart .pricing-box-prices {
	padding: 30px 15px;
}
.pricing-item {
	font-size:14px;
	line-height:14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.total.pricing-item-total {
	margin-top: 30px!important;
}
.cart .pricing-box-prices .total.pricing-item-total {
	padding-right: 15px;
	margin-top: 30px!important;
}
.pricing-item-total {
	border-top: 1px solid #dcddde;
}
.pricing-note {
	border-bottom: none;
	font-size: 14px;
	margin-top: 0px!important;
	text-align: right;
}
.total {
	margin-top: 20px;
	padding-top:20px;
	font-size:30px;
}
.cart .pricing-box span {
	font-weight: bold;
}
.cart .btn-cart-checkout {
	display:block;
	line-height: 50px;
	text-align: center;
	background-color: #33c347;
	border: none;
	margin-top: -10px;
	width: 100%;
	color: #fff;
	font-size: 18px;
}
.cart .btn-cart-checkout:hover {
	color:#fff;
	text-decoration:none;
	background-color: #196123;
}
.btn-cart-footer {
	text-align: center;
	background-color: #33c347;
	border: none;
	color: #fff!important;
}

.btn-cart-default {
	text-align: center;
	background-color: #33c347;
	color: #fff!important;
	border: none;
	width: 100%;
}
.cart-footer {
	border-top: 1px solid #dcddde;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;

}
.cart-footer a {
	padding: 10px 0px;
	font-size: 15px;
	display:block;
}
.cart-footer-confirm {
	border-top: 1px solid #dcddde;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.cart-footer-confirm button {
    padding: 0!important;
}
.cart .preview img {
	max-width: 100px;
}
/*cart*/
.cart a.modify {
	display: block;
	background-color: #f7ea4f;
	border: 1px solid #e4d94b;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	color: #33c347;
	margin-top: 5px;
}
.cart a.details {
	/*display: block;
	background-color: #eef1f2;
	border: 1px solid #eef1f2;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
	color: #33c347;
	margin-top: 5px;*/

	float:left;
	font-size:12px;
}

.orders a.details {
	display: block;
	background-color: #eef1f2;
	border: 1px solid #eef1f2;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	float:right;
	font-size:12px;
	color: #33c347;

}

a.modify:hover, a.details:hover {
	/*
	text-decoration: none;
	background-color: #33c347;
	color: #fff;
	border: 1px solid #33c347;
	*/
}
.cart .details i {
	color: #b2c1c3;
	margin-top: -2px;
	margin-right: 5px;
}
.cart .table > thead > tr > th {
	vertical-align: middle;
	border-bottom: none;
	overflow: hidden;
}
.cart thead {
	border:0px solid #dcddde;
}
.cart th {
	background-color: #eeeeee!important;
	/*background-color: #eeeeee!important;*/
	background-color: transparent;
	padding: 10px 5px;
	color: #000;
	text-align: center;
	/*border-right: 1px solid #e6e7e9;*/
	border-right:0px solid #dcddde;
	font-weight:normal!important;
}
.cart th:first-child, .cart th:last-child {
	/*border-right: none;*/
}
.cart th:nth-child(2) {
	/*text-align: left;*/
}
.cart tr td {
	text-align: center;
	border-bottom: 1px solid #dcddde;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top:none!important;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 10px;
	vertical-align: middle;
}

.table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 20px 10px;
	vertical-align: top;
}
.cart .product-label {
	text-align:left;
	padding-top:18px;
	padding-left:0px;
	font-weight:bold;
	height:20px; /*important to let the detail grow only downwards*/
}
.qta-label,
.price-label {
	padding-top:15px;
}

.cart tr td:first-child {
	/*border-left: 1px solid #dcddde;*/
}
.cart tr td:last-child {
	/*border-right: 1px solid #dcddde;*/
}

.cart tr.cart-item:last-child td {
	/*border-bottom: none!important;*/
}
.cart .vertical-space td {
	height: 15px;
}
.cart .vertical-space td {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	border-bottom: none!important;
}
.cart .left-title {
	color: #33c347;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.cart .summary-title {
	color:black;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}
/*shippping*/
.shipping-square {
	border: 2px solid #bcbec0;
	color: #33c347;
	padding: 10px;
	height: 170px;
	width:100%;
	text-align: center;
	position: relative;
}
.shipping-square input {
	display: none;
}
.shipping-square.active {
	border: 2px solid #1e7a58;
	color: #1e7a58;
}
.shipping-square:hover {
	cursor: pointer;
}
.shipping-square span {
	border-top: 1px solid #bcbec0;
	display: block;
	margin: 4px ;
}
.shipping-square .shipping-title {
	border-top: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}
.shipping-square .shipping-quote {
	font-size: 18px;
}
.shipping-square .shipping-note p{
	font-size: 12px;
	color: #33c347;
	font-weight:bold
}
.shipping-square.active .shipping-note p{
	color: #1e7a58;
	font-weight:bold
}
.shipping-square i {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 26px;
	height: 26px;
	background-image: url(images/active-check.png);
	background-repeat: no-repeat;
	display: none;
}
.shipping-square.active i {
	display: block!important;
}
.cart button {
	padding: 10px 0px;
	width: 100%;
}
.cart input, .cart select {
	width: 100%;
	border: 1px solid #bcbec0;
	color: #666666;
	padding: 4px;
}
.cart input[type="checkbox"], .cart input[type="radio"] {
	width: auto;
	margin-right: 10px;
}
.cart .row {
	margin-top: 10px;
}
.cart .row.divider {
	border-top: 1px solid #bcbec0;
	margin-top: 20px;
}
/*payment*/
.payment-note {
	color: #fff;
	font-size: 18px;
	background-color: #33c347;
	padding: 26px;
	line-height: 20px;
	border-bottom: 1px solid #eeeeee;
	text-align:center;
}
.line-through {
	color: #acb0b7;
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.cart a.cart-bin {
	/*
	display: block;
	width: 18px;
	height: 23px;
	background-image: url(images/cart-bin.png);
	background-repeat: no-repeat;
	*/
	font-size:12px;
}
.vertical-middle {
	vertical-align: middle;
}
.vertical-top {
	vertical-align: top!important;
}
.cart-row-details {
	display: none;
	text-align:left;
	padding:10px 0px;
}
.cart-row-details td {
	text-align: left!important;
}

.cart-row-details th {
	background-color:#cad4d6;
	color:#33c347;
	font-weight:normal;
	border-right:1px solid #fff;
}
.cart-row-details .discount {
	color: #1e7a58;
	font-size: 18px;
}
.cart-row-details .item-details {
	font-size: 12px;
}
.cart-item-action {
	display: inline-block;
	border: 1px solid #dcddde;
	padding: 8px;
	color: #164746;
	text-align: center;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center 90%;
	margin-right: 10px;
}
.cart-item-action:hover {
	text-decoration: none;
}
.cart-item-action.prepare {
	background-image: url(images/cart-prepare.png);
}
.cart-item-action.template {
	background-image: url(images/cart-template.png);
}
/*summary*/
.grey-wrapper {
	padding: 25px!important;
	margin-bottom: 40px;
}
.white-wrapper {
	background: #fff;
	padding: 30px!important;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
}
.yellow-wrapper {

	padding-bottom: 10px;

}
/*thank you0*/
.cart-thankyou {
	text-align: center;
	color: #33c347;
}
.cart-thankyou .yellow-wrapper {
	padding: 50px 15px;
}
.cart-thankyou .main-title {
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px; color: #666666!important;
}
.cart-thankyou .sub-title {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-bottom: 50px;
	color: #666666!important;
	padding: 30px 20px 0px 20px!important;
margin: 15px 30px 50px 30px!important;
border-top: 1px solid #666666;
}
.cart-thankyou .btn {
	font-size: 18px;
	font-weight: normal;
	color: #33c347;
	width: 100%;
	border: 1px solid #33c347;
	background-color: transparent;
	padding: 20px 0px;
}
.cart-thankyou .controls .btn:first-child {
	border-right: none;
}
.cart-thankyou .output {
	display: block;
	padding: 30px 0px;
	margin: 30px 0px;
	font-size:20px;
}
.cart-hidden {
	opacity: 0.5;
}
.required-indicator {
	display:none; /*MEMO: disable this to see indicator */
}
.cart-not-required .required-indicator, .cart-hidden .required-indicator {
	display: none;
}
.no-texture {
	background-image: none;
}
.no-border {
	border: none;
}
.border {
	border: 1px solid #dcddde;
}
.remove-link-wrapper {
	padding-top:5px!important;
	padding-bottom:5px!important;

}
.no-margin-bottom {
	margin-bottom: 0px;
}
.small-margin-bottom {
	margin-bottom: 30px;
}
.user-welcome-header {
	background-image: url(images/smile.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 30px;
	padding-left: 100px;
	color: #33c347;
	font-weight: bold;
}
.user .row {
	margin-top: 0px;
}
.alert-icon {
	background-image: url(images/alert-big.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
	font-weight: bold;
}
.user-big-button {
	font-size: 20px;
	background-color: #eaeaea;
	margin-bottom: 30px;
}
.user-big-button a {
	color: #000!important;
}
.user-big-button a:hover {
	color:#fff!important;
}
.user-big-button:hover {
	cursor: pointer;
	background-color: #33c347;
}
.btn-user {
	padding: 36px;
	padding-left: 70px;
	text-transform: uppercase;
	margin-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 130px;
	display: block;
	color: #fff;
}
a.btn-user, a.btn-user:visited {
	color: #fff;
}
/*a.btn-user:hover,
a.btn-user.active {
	opacity: 0.6;
}*/
a.btn-user:hover {
	opacity: 0.6;
}
.btn-profile {
	background-image: url(images/home-user-profile.png);
}
.btn-address {
	background-image: url(images/home-user-address.png);
}
.btn-orders {
	background-image: url(images/home-user-orders.png);
}
.btn-file {
	background-image: url(images/home-user-file.png);
}
.btn-invoice {
	background-image: url(images/home-user-invoice.png);
}
.btn-logout {
	background-image: url(images/home-user-logout.png);
}
.small-padding {
	padding: 5px!important;
}

.user-menu .btn {
	padding-bottom: 60px;
	background-position: center 80%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}
.user-menu .btn.btn-faq {
	background-image: url('images/detail-ico-faq.png');
}
.user-menu .btn.btn-servizio-clienti {
	background-image: url('images/detail-ico-servizio-clienti.png');
}
.user-menu .row .col-md-6:first-child {
	border-right: 1px solid #116548;
}
.user-menu h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;
}
.user-menu .btn-user {
	font-size: 15px;
	padding: 10px;
	padding-left: 70px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-left: 0px;
	display: block;
	color: #666666;
	/*border: 2px solid #eeeeee;*/
	border: 1px solid #eeeeee;
	min-height: auto;
	margin-bottom: 10px;
	line-height: 40px;
	height: 60px;
}
.user-menu a.btn-user, .user-menu a.btn-user:visited {
	color: #666666;
}
.user-menu a.btn-user.active {
	color:white;
	background-color:#33c347;
}
.user-menu a.btn-user:hover {
	opacity:1;
	text-decoration: none;
	background-color: #33c347;
	color:#fff;
}
.user-menu .btn-profile {
	background-image: url(images/menu-user-profile.png);
}
.user-menu .btn-address {
	background-image: url(images/menu-user-address.png);
}
.user-menu .btn-orders {
	background-image: url(images/menu-user-orders.png);
}
.user-menu .btn-upload {
	background-image: url(images/menu-user-upload.png);
}
.user-menu .btn-invoice {
	background-image: url(images/menu-user-invoice.png);
}
.user-menu .btn-logout {
	background-image: url(images/menu-user-logout.png);
}


.user-menu .btn-profile.active {
	background-image: url(images/menu-user-profile-active.png);
}
.user-menu .btn-address.active {
	background-image: url(images/menu-user-address-active.png);
}
.user-menu .btn-orders.active {
	background-image: url(images/menu-user-orders-active.png);
}
.user-menu .btn-upload.active {
	background-image: url(images/menu-user-upload-active.png);
}
.user-menu .btn-invoice.active {
	background-image: url(images/menu-user-invoice-active.png);
}

.user-menu .btn-profile:hover {
	background-image: url(images/menu-user-profile-active.png);
}
.user-menu .btn-address:hover {
	background-image: url(images/menu-user-address-active.png);
}
.user-menu .btn-orders:hover {
	background-image: url(images/menu-user-orders-active.png);
}
.user-menu .btn-upload:hover {
	background-image: url(images/menu-user-upload-active.png);
}
.user-menu .btn-invoice:hover {
	background-image: url(images/menu-user-invoice-active.png);
}
.user-menu .btn-logout:hover {
	background-image: url(images/menu-user-logout-active.png);
	background-color: red!important;
}


/*._user-menu-home .btn-profile:hover {
	background-image: url(images/home-user-profile-active.png);
}
._user-menu-home .btn-address:hover {
	background-image: url(images/home-user-address-active.png);
}
._user-menu-home .btn-orders:hover {
	background-image: url(images/home-user-orders-active.png);
}
._user-menu-home .btn-file:hover {
	background-image: url(images/home-user-file-active.png);
}
._user-menu-home .btn-logout:hover {
	background-image: url(images/home-user-logout-active.png);
}*/


._user-menu-home a.btn-user:hover {
	opacity: 1;
}

.btn-form-footer {
	display:block;
	width:100%;
	text-align: center;
	background-color: #33c347;
	border: none;
	color: #fff!important;
	height:54px;
	padding-top:15px;

	font-size: 18px;
}
.btn-form-footer a {
	color: #fff;
}
.cart h2 {
	color:#000;
}
.btn-form-default {
	text-align: center;
	background-color: #33c347;
	color: #fff!important;
	border: none;
	width: 100%;
}
.form-footer .divider {
	/*border-top: 1px solid #dcddde;
	margin-top: 20px;*/
	padding-top:20px;
}

.form-footer .divider-no-space {
	border-top: 1px solid #dcddde;

}
.btn-border {
	border:1px solid #dcddde;
	background-color:transparent!important;
	color:#33c347;
}
.btn-red {
	background-color:#e3122b;
}

.small-margin-bottom {
	margin-bottom:10px;
}

a.btn-border,
a.btn-border:visited {
	color:#33c347!important;
}

/*.btn-add-address {*/
	/*background: url('images/bg-yellow.png') repeat #e3e3e3 0px 0px;*/
	/*height:54px;
	lineh-height:54px;
	display:block;

}
.btn-add-address:hover {
	cursor:pointer;
}

.btn-add-address a {
	display:block;
	padding-left:60px;
	margin-left:90px;
	height:60px;
	line-height:60px;
	font-size:18px;
	background-image: url('images/add-address-active.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
}
.btn-add-address a:hover {
	background-image: url('images/add-address.png');
	color:#275258;
}*/

.cart-items td.no-border {
	border:none!important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}

.cart-items .order-details td {
	border-top:1px solid #33c347;
	border-bottom:1px solid #33c347;
}
.cart-items .order-details tr td:first-child {
	border-left:1px solid #33c347;
}
.cart .cart-items th:first-child, .cart th:last-child {
   /* border-right: 1px solid #fff;*/
}
.cart-items .order-details tr td:last-child {
	border-right:1px solid #33c347;
}

.order-details .btn-info {
	width:0px;
	height:0px;
	display:inline-block;
	/*background-image:url(images/cart-info.png);*/
	background-repeat:no-repeat;
	background-color:transparent;
	    background-size: 15px 15px;
}
.order-details .btn-info:hover {
	color:#33c347
}
.order-details .btn-info:active {
	color:#33c347
}
.order-details .btn-info:focus {
	color:#33c347
}
._row-detail-li .fa {
	color:#000;
	font-size: 22px;
}
.accordion-toggle::before{
	width: 14px!important;
	height: 2px!important;

}
.accordion-toggle::after{
	width: 14px!important;
	height: 2px!important;

}

.order-details .btn-reorder {
	width:25px;
	height:25px;
	display:inline-block;
	background-image:url(images/cart-reorder.png);
	background-repeat:no-repeat;
	background-color:transparent;
	margin-left:5px;
}

.order-details .actions {
	width:80px;
}

.cart-row-details table {
	margin-top:-6px;
}
.cart-items .order-status {
	font-weight:bold;
}


.cart-login-form input {
	margin-bottom:5px;
	}
.cart-login-form {
	border-top: 1px solid #dcddde;
	padding-bottom:20px;

}

.payment-row {
	border-bottom:1px solid #dcddde;
	min-height:50px;
	padding:10px 30px;
}
.payment-row:last-child {
	border-bottom:none;
}
.payment-row .payment-item {
	/*display:table-cell;*/
    vertical-align:middle;
}
.cart .iva {
	float:right;
	text-align:right;
	font-weight:normal;
	font-size:13px;
	margin-top:5px;
	margin-bottom: 5px;

}
@media (max-width: 767px) {
.cart-thankyou .controls .btn:first-child {
	border-right: 1px solid #33c347;
}
}

.cart-login-form .btn-login-cart  {
	background-color: #eeeeee;
	color:#000;
	margin-top: 25px;
}

.cart-login-form .btn-one-time-user  {
	background-color: #eeeeee;
	color:#000;
	margin-top: 44px;
	border:1px solid #eeeeee;
}
.cart-login-form .btn-login-cart:hover  {
	background-color: #585858;
	color:#fff;
}

.cart-login-form .btn-one-time-user:hover  {
	background-color: #585858;
	color:#fff;
}
.cart-login-form .btn-one-time-user._active  {
	background-color: #585858;
	color:#fff;
}
._nome-ordine-form {
	padding-top: 15px;
}
._nome-ordine {
	padding-top: 15px;
}

/*padding giusto */
.user-menu .btn-user.btn-logout {
	margin-bottom: 0px;
}
.user-menu {
	background-color: white;
	margin-top:-5px;
}
._txtedit {
	line-height: normal;
	background-color: #33c347
}
._txtedit:hover {
	background-color: #196123;

}
._login-color {
	background-color: #EAEAEA;
}
.red {
	color:red;
}

/*order_nik*/
._cart-title {
	padding:20px 30px;
	margin:0px;
	background-color: #33c347;
	color:white!important;
	height:60px;
	font-weight:300;
}
._link {
	color:#337ab7!important;
}
.orders .row {
 margin-top: 0px;
}
.files .row {
 margin-top: 0px;
}

._row-notop {
	 margin-top: 0px!important;
 }
 ._check-auto {
	 padding:15px;

 }

 ._row-top {
 	margin-top: 15px!important;
 }

._order-top {
	background-color:#EEEEEE;
}
._order-row {
	margin-left:15px;
	margin-right:15px;
}
._row-brd{
	margin-left:15px;
	margin-right:15px;
	border:1px solid #EEEEEE;
	padding-bottom: 15px;

}
._row-brd-adress {
margin:0px;
	border:1px solid #EEEEEE;
}
._row-padder {
	padding-bottom: 15px;
}
._row-padder-t {
	padding-top: 15px;

}

._order-top ._col-ord {
	padding:15px;
	text-align:center;
	font-weight: bold;

}

._order-top ._col-ord:first-of-type{
	border-left: none;
}
._order-li {
	margin-top: 10px!important;
}
._order-li ._col-ord{
	padding:15px;
	text-align:center;
	height: 70px;
}
._order-li ._col-ord._text-centered {
	line-height: 40px;
}
._order-li ._order-row {
	border:1px solid #EEEEEE;
}
.order-details {
	border:1px solid #EEEEEE;
	border-top: 1px solid white;
margin-top: -1px;
}
._row-line-orders {
	border-top: 1px solid #eeeeee;
	margin: 0px 45px 0px 45px;
}
._row-detail-top {
	margin:15px 30px 15px 30px!important;
	background-color:#EEEEEE;

}
._row-detail-li {
	margin:-15px 30px 15px 30px!important;
	border:1px solid #EEEEEE;
	border-top: 0px;

}
.order-details ._col-ord {
	padding:15px;
	text-align:center;
}

._ty-page {
	margin-top: -15px;
}
._ty-page ._big-pad {
	padding:30px;
}

._sum-block {
	padding:30px 0px 0px 00px;
	border:1px solid #EEEEEE;
	background-color: #eeeeee;
}
._row-btn-sum {
	margin-top: 0px!important;
	border:1px solid #EEEEEE;
	border-top: 0px;

}
._cb-space {
	margin-bottom:10px;
}
._t-left {
	text-align: left!important;
	padding-left: 30px!important;
}
._address-btn-top {
color:#fff;
background-color: #33c347;
padding:6px 12px;
}
._address-btn-top a {
	color:#fff;
}
._address-set {
	padding-left: 11px;
}
.cart .table {
	margin-bottom: 0px;
}

._no-bdtop {
	border-top: 0px!important;
}

.cart-right{
	margin-top: 40px;
}

#cart-step-1, #cart-step-3, #cart-step-4 {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	padding: 0px 15px 0px 15px!important;

}

._btn-cart-ty {
	height:110px;
	background-color: rgb(145, 145, 145);
	color:white;
	padding: 35px 15px;
	font-size: 22px;
}

._btn-cart-ty a {
	color:white;
}

._btn-cart-ty._area {
	background-color: #33c347;
}
._btn-cart-ty._area:hover {
	background-color: #196123;
}

._sum-block .main-title {
	color:black;
	font-size: 30px;
	margin-bottom: 45px;
	font-weight: 100;
}
._sum-block .sub-title {
	color: black;
	font-size: 18px;
	padding: 20px 45px 0px 45px!important;
	font-weight: 100;
	border-top: 1px solid #dddddd!important;

}




/*cart-printiamo*/

._img-cart {
	text-align: center;
	text-align: -moz-center;
	margin:0 auto;
	padding: 0px 0px 0px 15px;
}
._col-c {
		min-height: 50px;
	border-bottom: 1px solid #eeeeee;
}
._hs {
	padding-top: 8px;
}
._col-c-img {
	border-bottom: 0px;
}
._col-d-art {
	text-align: right;
	padding-top: 15px
}
._col-d-art .details {
	float:none!important;
	font-size: 14px!important;
}
._col-d-art .btn-default.details {
	margin:0px;
	border-radius: 0px;
	background-color: #33c347;
	color:white;
}
._col-d-art .btn-default.details:hover {
	background-color: #196123;
}
._col-d-art .btn-default.details:active {
	background-color: #33c347!important;
}
._col-d-art .btn-default.details._active {
	background-color:#196123!important;
}
._col-d-art ._btn-modify {
	margin:0px 15px;
	border-radius: 0px;
	background-color:#ffa500;
	color:white;
}
._col-d-art ._btn-modify:hover {
	background-color: #EC971F;
}

._col-d-art ._btn-remove {
	border-radius: 0px;
	background-color: red;
	color:#fff;
	margin-right: 15px;
}
._col-d-art ._btn-remove:active {
	background-color: #b71111!important;
}
._col-d-art ._btn-remove:hover{
	background-color: #b71111!important;
}

._ch {
	height: 70px;
}
 ._row-cart-art {
	 padding-bottom: 15px;
	 border-bottom: 1px solid #eeeeee;
	 margin-bottom: 15px;
 }
 ._row-cart-art:last-of-type {
	 margin-bottom: 0px;
	 border-bottom: 0px;
 }
.cart-items .fa-times{
	color:red;
	font-size: 18px;

}
._discount-box {
	padding:30px;
	border:1px solid #eeeeee;
}
._form-discount {
	margin-top: 15px;
	border:1px solid #eeeeee!important;
	height:34px!important;
	padding-left: 10px!important;
}
._discount-box ._btn-discount {
	padding: 10px 15px;
	background-color: #33c347;
	margin-top:10px;
	color:white;
}

@media (max-width:768px){
	.cart {
margin-left: 15px;
margin-right: 15px;
}
._rt {
	margin-left: -30px;
	margin-right: -30px;
}
}

._discount-box ._btn-discount:active {
	background-color: #196123;
}
._discount-box ._btn-discount:focus {
	background-color: #196123;
}
._discount-box ._btn-discount:hover {
	background-color: #196123;
}
._col-summary-reg {
	margin-top: 10px;
}


._col-summary-reg input{
	border:1px solid #eeeeee;
}
._copy-address {
	 background-color: red;
	 color:white!important;
	 margin-top: 15px;
	 float:right;
	 border-radius: 0px;
}
._copy-address:hover{
	background-color: #b71111!important;
}
._copy-address:active{
	background-color: red!important;
}
._copy-address:focus{
	background-color: red!important;
}
._btn-reg:hover {
	background-color: #196123;

}
._user-home-name {
	text-transform: capitalize;
}



a:focus {
	outline:0;
}
.accordion-toggle {
  position: relative;
margin:	15px 15px 15px -15px;
}
.accordion-toggle::before,
.accordion-toggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 14px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.accordion-toggle::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.accordion-toggle.collapsed::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.accordion-toggle.collapsed::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cart-main .nav-tabs li a:hover {
	color:#777;
	background-color: #eeeeee;
	opacity:1;
}
.cart-main .nav > li.disabled > a:focus {
	background-color: #eeeeee;
}
.cart-main .nav > li.disabled > a {
	background-color: #eeeeee;
}

.btn-modify-address {
	padding:6px 12px!important;
	background-color:#ffa500;
}
.btn-delete-address {
	padding:6px 12px!important;
}

._btn-modify-address:hover {
	background-color: #EC971F;
}
._btn-upload {
	padding:6px 12px!important;
	background-color: #33c347;
}
._btn-upload:hover {
	background-color: #196123;

}
._btn-upload:active {
	background-color: #196123;

}
 ._n-disabled a {
	 pointer-events: none;
	 cursor: no-drop;

 }
 ._n-disabled {
	 pointer-events: none;
   cursor: no-drop;
	background-color: #eeeeee;
	opacity: 0.6;
 }
 ._n-disabled:hover {
	 pointer-events: none;
	 cursor: no-drop;
 background-color: #eeeeee;
 opacity: 0.6;
 }


#login_username {
	height: 30px!important
}

.btn-lost-access {
	text-decoration:underline;
}
.btn-lost-back {
	text-decoration:underline;
}


/*new register nik*/
._new-register ._form-row input {
	height:30px!important;
	border:1px solid #fff;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: border-bottom ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-bottom ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-bottom ease-in-out .15s, box-shadow ease-in-out .15s;
}
._new-register ._form-row input:focus {
	border-bottom: 2px solid #33c347;
}

._new-register ._form-row [class*="col-"]{
	background-color: #fff;
	padding-bottom: 15px;
}
._new-register {
	background-color: #fff;
	/*-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

._new-register select {
	border:none;
	border-bottom: 1px solid #cccccc;
}
 ._new-register ._form-row ._title {
	 margin-bottom: 15px;
	 display: inline-block;
 }
/*._new-register ._btn-reg {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}*/

._title-tesla {
	font-family: Gotham Medium,"M Hei PRC W45","M Hei HK W42","M Hei HK W40","HelveticaNeue-Regular","Helvetica Neue Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
font-size: 11px;
line-height: 15px;
padding-bottom: 10px;
padding-bottom: 0.3125rem;
display: block;
text-transform: uppercase;
position: relative;
cursor: pointer;
color: gray;
}

._tesla input {
	padding:10px;
	height: 42px!important;
}

._new-register label.error {
	position:absolute;
	left:0px;
	padding-left:15px;
	bottom:-10px;
}

._new-register div.error {
	color:#ff0000;
}

._sconto-alert {
	color: red;
	padding-top: 15px;
	text-transform: uppercase;
	text-align: right;
	height: 35px
}
._disattivato {
	background-color: rgb(238, 238, 238)!important;
color: rgb(187, 187, 187)!important;
pointer-events: none;
cursor: no-drop;
}

._red-hover:hover {
	background-color: red;
}

.cart div.error {
	color:#ff0000;
}


.summary {
	padding:30px 15px;
}
._accettazione-newsletter {
	padding:30px;
}
._crea-account {
	padding:30px;
}
._crea-account h3{
margin-top: 0px;
}
.summary label {
	font-size: 16px;
}

._form-row .col-md-4 {
	height:81px;
}
._copy-address {
	background-color: #abadb1;
}
._copy-address:active {
	background-color: #abadb1;
}
._copy-address:focus {
	background-color: #666666;
}
._copy-address:hover {
	background-color: #666666!important;
}


@media (max-width: 992px){
._sismacart, .user {
	margin-top: 110px;
}
._sisma-cart-fix {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

._tab-nom {
	margin-top: 0px;
}
._hs.text-left{
	padding-left: 30px;
}
#cart-step-4 	[class*="col-"] {
		  margin-top: 0px;
	}
}
@media (max-width:768px){
	._sisma-cart-fix {
		margin-left: 30px!important;
		margin-right: 30px!important;
	}
}
._prod-button-panel {
	color: white;
	background-color:rgb(51,195,71);
 height: 50px;
 padding: 15px 30px;
}
._btn-reg {
	padding: 10px!important;
}
._main-title-sub {
    font-size: 30px;
    color: #666666 !important;
}
._row-border {
	border: 1px solid #eeeeee;
}
._accedi-margin {
	margin-bottom: 15px;
}
._m-accedi {
	margin-top: 15px;
	margin-bottom: 15px;
}
._b-center {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

._copy-address:before {
	content:"Copia dati (se uguali ai dati di fatturazione)";
}

@media (max-width:768px){
	._txt-toggle {
		display: none
	}
.cart-main .nav-tabs li  {
	width: 10%;
}
.cart-main .nav-tabs li a {
	padding-left: 10px;
	width: 10%;

}
.cart-main .nav-tabs .active {
	width: 70%;
}
.cart-main .active ._txt-toggle {
	display: inline-block;
}
._col-d-art {
	padding-bottom: 15px;
}
.cart-row-details {
	padding-bottom: 0px;
}
._col-d-art ._btn-modify {
	margin: 0px;
	width: 100%;
	margin-top: 15px;
}
._col-d-art .btn-default.details{
	width: 100%;
}

._cart-xs ._product-block {
	padding: 10px 15px;
	background-color: #33c347;
	color:#fff;
}
	._cart-xs .row {
		margin-top: 0px!important
	}
	._cart-xs ._container-cart-xs {
		border: 1px solid rgb(231, 231, 231);
margin: 15px;
	}
 ._cart-xs ._description-row .col-xs-6 {
	 padding: 0px ;
	 text-align: center;
 }
 ._cart-xs ._description-row .col-xs-12 {
	 padding: 0px ;
	 text-align: center;
 }
 ._cart-xs ._description-row {
	 margin-top: 15px;
	 border-bottom: 1px solid #e7e7e7;
 }
._cart-xs ._block-detail {
	margin: 5px 0px 5px 0px;
	padding: 15px;
}
._cart-xs ._block-detail._lb {
	border-left:  1px solid #e7e7e7;
}
._cart-xs ._btn-remove {
	padding: 0px;
	background-color: transparent;

}
._cart-xs ._btn-remove .fa{
	color: #000;
	font-size: 22px;
	right: 0;
position: absolute;
top: 0;
margin: 5px 8px;
}
.cart-row-details {
	padding-left: 15px;
}
._cart-xs ._big-txt {
	font-size: 20px;
}
._copy-address:before {
	content: "Copia Dati";
}
._copy-address {
	width: 100%
}
}
.cart-main ._col-summary-reg {
	margin-top: 10px;
}
@media (min-width:768px) and (max-width:1200px){
	._order-top{
		height: 85px;
	}
}
@media (min-width:768px) and (max-width:992px){
	.cart-main .nav-tabs li a{
		height: 60px;
	}
}
._row-reg-sm {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
._login-sm-mod {
	padding-top: 0px!important;
}

._order-status-row {
	margin-bottom: 15px;
}
._icon-orders .fa {
	width: 50px;
	height: 50px;
	text-align: right;
	padding-right: 10px;
	padding-top: 13px;
	color: #666666;
}
._text-info {
	padding: 30px;
	border-top: 5px solid #33c347;
	border-bottom: 5px solid #33c347;
}

/*TOOLTIP*/
.cart-caret {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	z-index: 1;
}
.cart-caret::after {
	background: #fff;
	border-color: #d6d6d6!important;
}
.cart-caret::after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}
.no-items-header {
	text-align: center;
	color: #878787;
	line-height: 60px;
}
.cart-preview-loading {
	height: 60px;
	background-image: url(images/loading/ring.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.cart-dropdown .divider {
	margin-left: 20px;
	margin-right: 20px;
}
.cart-col-1 {
	display: table-cell;
	width: 130px;
	padding: 15px 10px 15px 20px;
	vertical-align: top;
}
.cart-col-2 {
	display: table-cell;
	width: 200px;
	padding: 10px 15px 15px 10px;
	vertical-align: top;
}
.cart-dropdown > li {
	list-style: none;
}
.cart-dropdown > li > a {
	display: block;
	padding: 10px 0px;
	padding-left: 30px;
	margin: 0px 20px;
	color: #707070;
}
.cart-dropdown .cart-item a {
	color: #333;
}
.cart-dropdown .cart-item a:hover {
	text-decoration: none;
}
.cart-dropdown > li:last-child > a {
	border: none;
}
.cart-dropdown > li > a:hover {
	opacity: 0.9;
	text-decoration: none;
}
.cart-dropdown {
	padding: 0;
	min-width: 300px;
	margin-top: 10px;
}
.cart-dropdown .icon-link {
	background-position: 20px 45%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.cart-dropdown li.link-login {
	background-image: url(images/defaults/login.svg);
}
.cart-dropdown li.link-register {
	background-image: url(images/defaults/account.svg);
}
.cart-dropdown li.link-orders {
	background-image: url(images/defaults/orders.svg);
}
.cart-dropdown li.link-cart {
	background-image: url(images/defaults/bag-link.svg);
}
.cart-dropdown li.link-account, .cart-dropdown li.link-register {
	background-image: url(images/defaults/account.svg);
}
.btn-cassa2 {
	border-radius: 0px;
	background-color: #33c347;
	color: #fff!important;
	text-decoration: none;
	padding-left: 0px!important;
	margin-bottom: 25px!important;
	width: 260px;
}
.btn-cassa2:hover {
	background-color: #196123;
}
.btn-tooltip-continue {
	display: none!important;
	border-radius: 0px;
	background-color: #fff;
	text-decoration: none;
	padding-left: 0px!important;
	margin-bottom: 20px!important;
	border: 1px solid #ccc!important;
}
.btn-tooltip-continue:hover {
	text-decoration: none;
	background-color: #ccc;
	color: #fff;
}

@media (min-width:1400px) {
.cart-dropdown {
	left: auto;
	right: 50%;
}
}

@media (max-width:678px) {
.cart-dropdown {
	left: auto;
	right: 50%;
}
}

/*SEARCH*/
.page-search {
	margin-left:0px;
}

.page-search h3{
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
._block-result {
	margin-bottom: 30px;
}

/*PAGE - breadcrumbs*/
/* CSS Document */

.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	padding: 5px 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-transform: uppercase;

}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "> ";
    padding: 0 5px;
		color:#33c347
}
.breadcrumb > li {
	color:#33c347
}
.breadcrumb a {
	color:#333;
	text-transform: uppercase;

}
.breadcrumb a:active,
.breadcrumb a:visited {
	text-decoration:none;
}
/* CSS Document */
.btnz {
	display: inline-block;
	width:37px;
	height:37px;
	line-height:37px;
	text-align:center;
	border: none;
	background-color: #ececec;
	text-decoration: none;
	font-size: 18px;
	color: #FFF!important;
	margin-left:5px;
}
.btnz:hover {
	color: #efefef;
}
.facebook {
	background-color: #3b5998;
}
.gplus {
	background-color: #dd4b39;
}
.twitter {
	background-color: #55acee;
}
.stumbleupon {
	background-color: #eb4924;
}
.pinterest {
	background-color: #cc2127;
}
.linkedin {
	background-color: #0077b5;
}
.buffer {
	background-color: #323b43;
}
/*PAGE*/
	.titolo_pagina h1 {
  color:black;
  margin-top: 0px;
  margin-bottom: 10px;
}
.titolo_pagina h2 {
  color:black;
  margin-top: 0px;
  margin-bottom: 15px;
}
.titolo_pagina_bread {
  margin-top: -10px;
}
.dettaglio-articolo a {
  color:#000;
}
.dettaglio-articolo a:hover{
  color:#33c347;
}

#nopadding-right {
  padding-right: 0px;
}
/*----------------
banner categorie
-----------------*/
._img-rollover:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

._img-rollover:hover:after {
    opacity: 1;
}
._t-cat p {
  margin:0px;
}
._t-cat {
  background-color: #EFEFEF;
  padding: 10px 15px;
  height:82px;
}
._t-cat ._title{
  font-size: 20px;
font-weight: bold;
}


.cat-img {
  padding:0px 0px 21px 0px;
  position:relative;
  max-width: 885px;
}
.cat-descrizione {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 30%;
    height: 100%;
    text-align: left;
    display: table;
    padding:10px;
    padding-left:15px

}

.categorie_blocco {
  margin-top: 5px;
}


.imgpulsanti {
  position:relative;
}
.textpulsanti {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin-top: 43%;

}

.textbanner {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 100%;
    height: 100%;
    padding:15px;


}
.textbanner_xs {
    position:absolute;
    background: transparent;
    color: white;
    top: 0;
    width: 100%;
    height: 100%;
    padding:15px;
}
.textbanner_xs h2 {
  text-transform: uppercase;
  font-size: 2em;
}
#blacktext {
  color:black;
}
.textbanner h2 {
  text-transform: uppercase;
  margin:0px;
  font-size: 1.25em;
}
.descrizione_categorie {
  padding:15px;
  background-color: #f0f1f1;
  height:165px;
}
#padcategoria {
  padding-bottom: 30px;
}
.descrizione_categorie #_d-titolo {
  font-size: 20px;
font-weight: bold;
}
._descrizione {
  text-align: justify;
}
._subtitle {
  color:#aaaaaa;
}
/*-------
slider
------------*/
.bx-wrapper .bx-viewport
{
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}
/*contenuti aggiuntivi tab*/
._tab-style {
	z-index:5;
}

._tab-style: first-child{
	border:1px solid #33c347!important;
}
._tab-style a{
	border:0px!important;
	background-color: #fff!important;


}
._tab-style a:hover {
	color:#898A88!important;
}
.nav-tabs .active a{
	border-bottom: 5px solid #33c347!important;
	padding-bottom:5px;
	color: #33c347!important;
}
.tab-content {
	border: 0px;
}
.tab-content .active {
	border:1px solid #ddd;
  transform: translateY(-40px);
background-color: transparent;
padding-top: 50px;
z-index: 1;
}

._tab-aggiuntivi {
	margin-bottom: 30px;
  margin-top: 30px;
}
.nav-tabs li {
  border:2px solid white;
  border-bottom: 1px solid #dcddde;

}

/*master nik modifiche*/

.product-list-wrapper h4 {
  min-height:40px;
}
._social-block {
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;

}
._social-block .col-xs-6{
  padding-top: 15px;
  background-color: white;

}
._row-var {
  margin-top: 30px;
}

/*align content*/


.overload-container {
  padding-left: 15px!important;
}

._des-separatore {
  border-top: 1px solid #dcddde;
  margin-bottom: 15px;
  margin-top:15px;
}

._titolo-corr {
  margin-bottom: 15px;
}

._tab-aggiuntivi .nav-tabs li a:hover {
	opacity:1;
}

.riepilogo-wrapper {
	border:1px solid #ccc;
	margin-top:20px;
}

._relatives-block {
  padding-top:15px;
  padding-bottom: 15px;
  border:1px solid #dcddde;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  background-color: #FFFFFF;
}
._relatives-block h2 {
  color:black;
  margin-top: 0px;
}
._relatives-block ._title {
  padding-bottom: 15px;
  height: 40px;
  margin-bottom: 0px;

}
._h2-price {
  color:#33c347;
  font-weight:bold;
}


._col-allegato {
  margin-bottom: 15px
}
._attach._col-allegato {
	height: 80px;
	font-size: 18px;
	padding:20px 15px;
}
._attach._col-allegato a{
  color:#000!important;
}
._attach._col-allegato a:hover{
  color:#fff!important;
}
._attach._col-allegato:hover{
	cursor:pointer;
  color:#fff!important;
}
._attach ._block-allegato ._file-name {
	margin-top: 5px;
}
._attach ._block-allegato {
	padding:10px;
	border: 2px solid #33c347;
}
._attach ._block-allegato:hover {
	background-color: #33c347;
}
._attach ._fa-allegato {
	float:right;
	font-size: 18px;
	margin-top: 8px;
}
._attach ._block-allegato ._doc-type img {
	margin-right: 5px;
	width:30px;
}

._file-description {
  padding:15px
}
._spedizione ._block-allegato {
  border:2px solid purple;
}

/* RIMUOVERE */
#variante_5559 {
  width:100%!important;
}
#variante_5584 {
  width:100%!important;
}
.radio-thumb {
  height:153px;
  width:120px;
}
._r-sisma {
  margin-left: 0px;
}
._r-sisma-ul {
  margin-right: 15px;
}
._sisma-noborder {
  border-top: 0px!important;
}
/*.is_stuck {
  margin-bottom: 30px;
}*/

#riordino {
  height:30px!important;   /*modifica variante*/
}
._relatives-block a {
  color: #666666;
}
.no-margin {
  margin:0px!important
}



@media (max-width:992px){
.space-bottom {
  padding-left:0px!important;
  padding-right: 0px!important
}
.product-configuration {
  margin-right: -15px;
}
._sm-fix-pad {
  padding-left: 15px!important;
  margin-top:0px!important;
}
}
@media (max-width:992px){
  ._tab-aggiuntivi {
    margin-right: -15px;
  }
  ._relatives-block {
    margin-right: -15px;
  }
  ._rel-product-block{
    margin-bottom: 30px;
  }
}
._big-slider .bx-prev {
  margin-left: 10px;
  margin-top: -200px;
}
._big-slider .bx-next{
  transform: translateX(-10px) !important;

  margin-top: -200px;
}
._big-slider .bx-controls-direction {
  visibility: hidden;
  opacity:0;
  transition:opacity 1s linear;
}
._big-slider:hover .bx-controls-direction{
    visibility:visible;
    opacity:1;

}
._img-relatives {
    position: relative;
}
/*CUSTOM*/
	

/***********************
  OUTLINE BUTTONS
************************/

.btn.outline {
  background: none;
}
.btn-primary.outline {
  border: 1px solid white;
  color: white;
  border-radius: 0px;
  margin-top: 20px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
  color: white;
  border-color: white;
}
.btn-primary.outline:active, .btn-primary.outline.active {
  border-color: white;
  color: white;
  box-shadow: none;
  background-color: rgba(255,255,255,0.2);
}
.btn.outline:hover {
  background-color: #72900f;
}

/***********************
  CUSTON BTN VALUES  DONEADVUYVBADIBFIUADFIBIADFIAD
************************/

.btn {
  border: 0 none;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}





/*------------------
newsletter:           ; DONEBASIUBEIFUBIUABDFIUBGAEFIBGIABFIBDFIJ
--------------------*/

._news {
  background-color: #9abc29;   /*----- colore sfondo news, personalizzabile? ------*/
  margin-top: 21px;
  color: white;
  margin-left: 15px;
  margin-right: 15px;

}


.btn-lg {

  margin-bottom: 15px;
}
._news h5 {
  margin-top: 20px;
}
._news a {
  color: white
}

.form-group {
  padding-top: 20px;
}
.form-control.input-md {
  border-radius: 0px;
  border-color:none;
}
.checkbox{
  border-radius: 0px;

}
input[type=checkbox]
{

  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  border-radius:0px;

}


/*-------
footer
--------*/

._footer {
  background-color: #e4e5e6;
  margin-top: 30px;

}
._footer li {
  list-style: none;
}
._footer ul {
  margin-top: 20px;
  padding-left: 15px;
}
#titolo_footer {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#nome_azienda{
  font-size: 20px;
  font-weight: 800;
}






/*-------
make navbar ccollassa per device md
------*/

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    #toplink {
      padding-top: 20px;

    }
    #topicon{
      padding-top: 0px;
    }
}


._pad-news {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width:992px){
  ._pad-news {
    padding: 30px;
  }
  ._footer-centrale {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

._footer-newsletter {
  background-color: rgb(50,155, 214);
padding:15px;
color:white
}
._footer-newsletter h4{
  margin-top: 0px;
  font-weight: 300;
}
._footer-newsletter .checkbox label {
  padding-left: 13px;
}
._footer-newsletter .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"]{
  margin-left: -10px;
}
._news-form {
  padding:0px 15px;
}
#normativa {
  margin-right: 5px;
  border-radius: 0%;
}
.btn-primary.outline {
  margin-top: 0px;
  margin-bottom: 0px;
}
._footer ul {
  padding-left: 0px;
  margin-top: 10px;
}

._blocco-contatti {
  padding:15px 0px;
  color:white;
  background-color: rgb(255,135, 30);;
  margin-bottom: 15px;
}

._footer-centrale {
  color:black;
}

._footer-newsletter .checkbox a {
  color:white;
  text-decoration: underline;
}

/*margin*/
@media (max-width:768px) {
    .overload-container {
        padding-left: 15px;
        padding-top: 0px;
    }
    .full-descr {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
    #stacked-menu {
      margin-left: 0px;
    }

    .dettaglio-articolo {
      margin-left: -15px;
    }
}

/*modify panel*/
.modify-panel {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 200px;
}
.modify-panel .btn {
	border-radius:0px;
}
.modify-panel .fa {
  visibility: hidden;
  font-size: 0px;
}
.modify-panel a:visited {
  color:white;
}
.modify-panel .btn-info {
  background-color: #ff3333;
  width: 197px;
}
.modify-panel .btn-info:active {
  background-color: #dd0000;
}
.modify-panel .btn-info:hover {
  background-color: #dd0000;
}
.modify-panel .btn-warning {
  width: 197px;
}
._cart .cart-dropdown .btn-cassa2{
  color: #fff !important;
}

@media (max-width:768px) {

  ._rowfixedtop {
    margin-left: 0px;
    margin-right: 0px;
  }
}
._ph-footer {
  position: absolute;;
  color:#666666;
  margin: -25px;
  margin-left: 10px;
}
@media (max-width:992px){
  .page-content {
    margin-top: -100px;

  }
  ._search-navbar {
    margin: 10px -5px 0px 0px;
  }
  ._search-navbar .input-group{
    width: 100%;
  }
  ._mobile-ul{
    margin-left: 15px;
  }
  .container-fluid {
    padding: 0px;
  }
  .dettaglio-articolo {
      margin-left: -15px;
    }
    .bannertop {
    padding-left: 0px;
}
._r-sisma {
  margin-left: -15px;
}
._sismacart {
  margin-left: 15px;
margin-right: 15px;
}
._sisma-cart-fix {
    margin-left: 30px;
    margin-right: 30px;
}

}
@media (max-width:768px){
  .side {
    margin-right:0px;
    margin-left: 0px;
    z-index: 9999;
  }
  .side .sidebar-navbar-collapse {
    width: 100%;
  }
  ._mobile-ul{
    margin-left: 0px;
  }
  .left-menu {
    margin-top: 15px;
}
.dettaglio-articolo {
    margin-left: 0px;
    margin-right: 15px;
}
.bannertop {
  padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.categorie_blocco {
  margin-right: 15px;
margin-left: 15px;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.detail-quote {
  margin-left: 15px;
}
._cart .dropdown {
    position: relative;
}
}
_::-webkit-full-page-media, _:future, :root div #cart-tooltip-toggle .button_topcart_probe{
  margin-left: -2px;
}
.qq-upload-button{
  color: rgb(255, 255, 255);
  background-color: rgb(51,195,71);
  padding-left: 15px;
  padding-bottom: 5px;
  border-radius: 5px;
  padding-top: 5px;
  margin-top: 5px;
}
#txt_1525 {
  height: 34px;
}
._newsspace {
  margin-bottom: 15px;
}
._nprivacy a{
  color: #fff;
  text-decoration: underline;
}
._nprivacy {
  margin-bottom: 30px
}
._nprivacy input {
  margin-right: 10px;
}
#email {
  width: 100%;
  color: #000;
}
._relatives-block ._title {
  height: 55px;
}
.is_stuck {
  z-index: 1000;
}
@media (max-width : 768px) {

    ._footer .is-table-row [class*="col-"] {
      height: 250px;
    }
    ._footer ._pad-news {
      padding: 0px;
      margin-top: 0px;
    }
    ._blocco-contatti {
      margin-bottom: 0px;
    }
}
@media (min-width : 768px) {

    ._footer .is-table-row  {
margin-left: -15px;
margin-right: -15px;}

}
@media (max-width : 500px) {

    ._footer .is-table-row [class*="col-"] {
      height: 350px;
    }

}
@media (max-width : 500px) {

    ._footer .is-table-row [class*="col-"] {
      height: 350px;
    }
    .col-xxs-6 {
      width: 50%;
    }
}
.img-row img {
  display: inline-block;
}
.img-row ._payment {
  display: inline-block;
  padding: 15px;
  line-height: 1;
}
@media (max-width:1200px) {
  .img-row img {

transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);


  }
}
._navbar-top {
  padding-left: 0px;
}

@media (min-width:1200px) {
  ._navbar-top  li{
    padding:  20px 30px;
  }
}
#nsubmit.btn[disabled] {
  cursor: auto;
}
.outline-clr {
  outline-color: red;
  outline-style: solid;
  outline-width: thin;
}
._submit-msg {
  color: red
}
/* video responsive*/

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*IMPORTANT*/
.overload-container .container {
	width:auto!important;
}