html,body{font-family: 'Open Sans', sans-serif;padding-top:90px;}
html {
  position: relative;
  min-height: 100%;
}

.modal1 {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, .8 )
              url('../img/loading.png')
              50% 50%
              no-repeat;
}
body.loading {
  overflow: hidden;
}
body.loading .modal1 {
  display: block;
}

.form-group label.error{display:inline;color:#ff0000;padding:0px;}
input.error , select.error , textarea.error[type="text"]{border:1px solid #ff0000;box-shadow:none;}
a{color:#000;}
a:hover{color:#000;}
h2{font-size:20px;}
.h1{font-size:38px;}

label{}
.pointer{cursor: pointer}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color: #000000;}
.btn-primary{width:100%;font-weight: 300 ;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; text-transform: none;padding: 6px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;color: #fff;border: 1px solid #fff;background: #2b57a1;}
.btn-primary:hover{ background-color: #2b57a1;color: #FFF;border-color: #2b57a1;}

table.dataTable {
    border-collapse: collapse !important; /* tab elenco clienti*/
}

.breadcrumb{background-color:transparent;color:#2b57a1;padding:10px 20px 10px 0px;margin-left:0px;}
.breadcrumb a{color:#000;}
.breadcrumb a:hover{color:#2b57a1}

.ricerca {position:relative;margin:20px 0 20px;}
.ricerca fieldset{border:0px; padding:0px 20px;margin:0px;}
.ricerca .btn-primary{ margin-top:25px;}
.ricerca .box-form { padding-top:10px;}
.ricerca .box-form label { margin-top:8px;}
.ricerca .check { margin-top:25px;}
.ricerca .box-form { background-color: #dedede;padding-bottom:20px;}
.ricerca .box-form .btn-cerca { margin-top:6px;}
.ricerca .gruppi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.ricerca .gruppi li {
    float: left;
    background-color: #f5f5f5;

}
.ricerca .gruppi li.active {
    background-color: #dedede !important;

}
.ricerca .gruppi li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 13px 16px;
    text-decoration: none;
}
.ricerca .gruppi li a:hover {
    background-color: #2b57a1;
    color: white;
}

.tabriscerca {position:relative;}
.tabriscerca th { background-color: #2956a1; position:relative;padding:10px;color:white;font-size: 13px;}
.tabriscerca td { padding:5px;border:1px solid #cdcdcd;font-size: 13px;}
.tabriscerca tr:hover { background-color: #ededed; }
table.dataTable thead th.desc { width: 300px !important }


.testa {background-color:#2956a1;padding:20px 0px;border-bottom:5px solid #cc2229}
.testa .logo img{width:100%;max-width:250px;}
.testa .info{color:#fff;font-size: 25px;}
.testa .info a{color:#fff;}
.testa .info .fa{color:#fff;}

.menu {background-color:#ededed;padding:20px 0px;margin-bottom:20px;}
.menu a {text-decoration: none;}
.menu a:hover {color:#2956a1;}
.menu .ajax-cart  {
    position: relative;
}
.menu .ajax-cart .tot {
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    background-color: red;
    font-size: 1.1rem;
    line-height: 2.1rem;
    width: 22px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.menu .ajax-cart .tot {
    position: absolute;
    top: -8px;
    right: 33px;
}


.lastnews-cont { position:relative; padding:0px; margin:0px 0px 0px;}
.lastnews-cont { position:relative; padding:0px; margin:0px;}
.lastnews-cont .list { margin-bottom:20px;}
.lastnews-cont .list .img { border-right:2px solid #cc2229}
.lastnews-cont h2 { font-weight: normal; font-size: 22px;  color:#000; margin:0px; padding:0px 0px 20px;}

.lastnews-cont .list h3 { font-weight: normal; font-size: 18px;  color:#2956a1; margin:0px; padding:0px;}
.lastnews-cont .list a { color:#2956a1;}

.lastnews .titoli a { color: #A51933; text-decoration:none; font-weight: bold; font-size: 14px; }
.lastnews .titoli a:hover { color: #A51933; text-decoration:underline; font-weight: bold; font-size: 14px; }
.lastnews .txt { font-weight: bold; font-size: 13px; color:#333;padding-bottom:5px; }

.banner img {width: 100%}

.notizie-box { position:relative;margin-bottom:30px;}
.notizie-box img {width: 100%}
.notizie-box h3 {margin:0px; padding:0px;}
.notizie-box h3 a{color: #2956a1}

.notizia-box { position:relative;margin-bottom:30px;}
.notizia-box .txt { margin-bottom:30px;}

.notizia-box .allegati{ position:relative;margin:0px;}
.notizia-box img {width: 100%}


.footer {
  margin-top:20px;
}
.footer .container {
  background-color: #f5f5f5;
}
.footer .logo img {padding-top:25px;width: 100%;max-width:250px;}
.footer .info {padding-top:25px;}

.footer ul{padding:0px;}
.footer ul > li{list-style: none;padding:5px 0px;}
.footer ul > li >a > img{padding-bottom:6px;}
.footer h4 {font-size: 150%;overflow: hidden;text-overflow: ellipsis;text-transform: none; white-space: nowrap; color: #666;font-weight: normal;padding: 5px 0;position: relative;}
.footer a{color:#000;}
.footer .small{font-size:11px;}
.footer .small a{text-decoration:underline;}
.footer .btn-primary{background-color:#fff;border:1px solid #fff;color:#000000;}
.footer .btn-primary:hover{border-color:#000000;}


div.dataTables_filter { text-align: left !important; }
div.dataTables_filter input { width: 400px !important; }








.btn-tabella{border-color: #2b57a1;background-color: #2b57a1;padding:5px 5px;font-size: 12px;}
.btn-order{border:0;background-color: #2b57a1;padding:10px 30px;font-size: 16px;color:white;margin:1px 0px;min-width: 250px;text-align: left;border:0;border-radius: 0;}
.btn-order:hover{border:0;background-color: #000;color:white;}
.btn-order.active, .btn-order:active {border:0;background-color: #000;color:white;}
.bg-danger { color:#fff;background-color: #a71d1c}
.alert-text{ padding:15px;}
.bold { font-weight: bold;}
.pay label {font-weight: bold;}
.pay-bg { background-color:#f4f4f4; border:1px solid #cdcdcd;padding:20px;}

.form-control:focus{border-color:#99816B; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,185,158,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(214,185,158,.6);}
.form-horizontal .checkbox{padding-top:3px;font-size: 16px;}
.form-horizontal .space{padding-bottom:20px;}




.cerca-form{position:relative;margin-bottom:40px;}
.cerca-form .input{width:100%;border-radius: 0px;border: 1px solid #D8D8D8;font-size: 11px;transition: all 0.2s ease-out 0s;padding: 10px 20px;}
.cerca-form button{padding: 0px;width: 24px;height: 14px;border: medium none;position: absolute;top: 9px;right: 11px;background-color:transparent;}
.cerca-form button .fa{color:#c9c9c9 !important;}


.page {margin:0px auto 40px}
.page .txt{margin:10px 0px 40px 0px;}




.registrazione h4 {margin:20px 0px 20px;}
.registrazione .separator {padding:30px 0px 20px !important;}



#content_popup{margin:0px auto;position:relative;}
#content_popup img{width:100%;}
#content_popup .note {background-color: #000;padding:10px;font-size:15px;color:white;}




.navbar-top{background-color:#d6b99e;border:0px;margin-bottom:0px;}
.navbar-top .navbar-nav > li > a { color: #fff;text-transform:uppercase;}
.navbar-top .navbar-nav > .active > a {font-weight:bold;}
.navbar-top .navbar-nav > .active > a, .navbar-top .navbar-nav > .active > a:focus, .navbar-top .navbar-nav > .active > a:hover {color: #fff;background-color: #000000;}
.navbar-top .navbar-nav > li > a:hover {background-color:#000000;color:#fff;}
.navbar-top .navbar-toggle:focus, .navbar-top .navbar-toggle:hover {background-color: #A41C22;border-color:#A41C22;}
.navbar-top .navbar-toggle {border-color: #fff;}
.navbar-top .navbar-toggle .icon-bar {background-color: #fff;}

.megamenu .navbar{margin-bottom:0px !important;background-color: rgba(255, 255, 255, 0.1);position:relative;border-radius:0px;}
.megamenu .navbar:before{background: url("/tpl/img/breadcrumbs-bg.jpg") ;bottom: 0px;content: "";display: block;left: 0px;position: absolute;right: 0px;top:0px;z-index: -1;}
.megamenu .dropdown-submenu{position:relative;}
.megamenu .dropdown-submenu > .dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.megamenu .dropdown-submenu:hover > a:after{border-left-color:#ffffff;}
.megamenu .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.megamenu .nav > li + li{border-left:0px solid #E7E7E7;}
.megamenu .nav > li > a{font-size:16px;color:#fff;}
.megamenu .nav > li > ul > li  a{font-size:13px;}


.carousel-fade .carousel-inner .item {-webkit-transition-property: opacity;transition-property: opacity;}
.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {opacity: 0;}
.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {left: 0; -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.carousel-fade .carousel-control {z-index: 2;}

.carousel-control {color: #ffffff !important;}
.carousel-indicators .active {background-color: #ffffff;border:1px solid #ffffff;}
.carousel-indicators li {border: 1px solid #ffffff;}

.testimonial{margin: 0px 0px 40px;padding: 150px 0px 10px;text-align: center;background: #2b57a1 none repeat scroll center top;background-image: url("/tpl/img/testimonials-bg.jpg");}
.testimonial .block-title {position: relative;padding: 0px 10px 10px;display: inline-block;font-size: 23px;line-height:20px;text-transform: uppercase; color: #FFF;font-weight: 300 !important;}
.testimonial .block-title:after {-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;position: absolute;content: "";left: 50%;top: -120px;margin-left: -44px;height: 87px; width: 87px; -webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 1px solid transparent;background: rgba(255, 255, 255, 0.1);z-index: 2;opacity: 0;filter: alpha(opacity=0);}
.testimonial .block-title:before {transition: all 0.2s ease-out 0s;position: absolute;content: "";left: 50%;top: -120px;margin-left: -44px;height: 87px; width: 87px;border-radius: 100%;border: 1px solid #FFF;background: transparent url("/tpl/img/title-testimonials.png") no-repeat scroll left top;z-index: 1;}
.testimonial .block-content { overflow: hidden;color: #FFF;padding: 0px 10%;position: relative;}
.testimonial .block-content .list-quotes {position: relative;padding: 35px 0px 15px;}
.testimonial .block-content .our_testimonials .quote-content {font-style: italic;position: relative;line-height: 18px;font-size:12px;}
.testimonial .block-content .our_testimonials .name {color: #FFF;padding: 10px 0px 0px;font-weight: bold;font-size:12px;}
.testimonial .block-content .owl-controls {position: absolute;top: -40px;left: 0px;width: 100%;color: #FFF;text-align:center;}
.testimonial .block-content .owl-controls .owl-pagination .owl-page.active span{border: 2px solid #FFF;background: transparent none repeat scroll 0% 0%;}
.testimonial .block-content .owl-controls .owl-pagination .owl-page span {background: #FFF none repeat scroll 0% 0%;margin: 0px 2px;width: 13px;height: 13px;transition: background 0.2s ease-out 0s;opacity:1 !important;}
.testimonial .block-content .owl-controls .owl-pagination .owl-page:hover span{background: rgba(255, 255, 255, 0.5);}
.testimonial:hover .block-title:before {border-color: rgba(255, 255, 255, 0.3);}
.testimonial:hover .block-title:after {opacity: 1;filter: alpha(opacity=100);}

.venduti{margin: 0px 0px 0px;text-align:center;}
.venduti .title-slider{font-weight: 300 !important;font-size: 23px;text-transform: uppercase;color: #666;text-align:center;}
.venduti .title-slider span{position:relative;}
.venduti .title-slider span:before { position: absolute;content: ""; left: 0px;bottom: -14px;height: 1px;width: 100%; background: #EBEBEB none repeat scroll 0% 0%;}
.venduti .pretext{color: #666;text-align: center;font-size: 12px;width: 70%;margin: 0px auto;}
.venduti .navigation {position: relative;width: 61px;height: 28px; display: inline-block;background: #FFF none repeat scroll 0% 0%;text-align: center;}
.venduti .navigation {position: relative;width: 61px;height: 28px;display: inline-block;background: #FFF;}
.venduti .navigation .next, .venduti .navigation .prev {cursor: pointer;text-align: center;  -webkit-transition: all 0.2s ease-out;  -moz-transition: all 0.2s ease-out;  -o-transition: all 0.2s ease-out;  transition: all 0.2s ease-out;  margin: 0 0 0 5px;  width: 26px; height: 26px; border: 1px solid #dfdfdf;  -webkit-border-radius: 100%;  -moz-border-radius: 100%;  border-radius: 100%;  position: absolute;  top: 0px;  right: 0px;  text-indent: -999em;  background: url("/tpl/img/ico-pager.png") no-repeat -78px 6px;}
.venduti .navigation .next:before,.venduti .navigation .prev:before {  display: none;}
.venduti .navigation .next:hover, .venduti .navigation .prev:hover {background-position: -52px 6px;background-color: #2b57a1;border-color: #2b57a1;}
.venduti .navigation .prev { left: 0px;right: auto;background-position: 0px 6px;margin: 0 0;}
.venduti .navigation .prev:hover {background-position: -26px 6px;}
.venduti .pad {padding: 17px 15px;}
.venduti .owl-controls{display:none !important;}

#menu > span {display: none;}
#menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FFFFFF, #F8F8F8) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD #DDDDDD #B0AFAF;
    /*border-image: none;*/
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
#menu:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    float: left;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 9;
}

#menu > ul > li + li {
    border-left: 1px solid #DDDDDD;
}


#menu > ul > li.ev > a {
    color: #fff;
    background-color: #ff0000;
    transition: all 0.3s ease 0s;
}
#menu > ul > li.ev:hover > a {
    color: #fff;
    background-color: #FA3A47;
    transition: all 0.3s ease 0s;
}
#menu > ul > li.ev a.sel {
    color: #fff;
    background-color: #FA3A47;
    transition: all 0.3s ease 0s;
}
#menu > ul > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 50px;
    padding: 0 9px;
    position: relative;
    text-decoration: none;
   /* z-index: 1009;*/
}
#menu > ul > li:hover > a {
    color: #000;
    background-color: #f4f4f4;
    transition: all 0.3s ease 0s;

}
#menu > ul > li a.sel {
    color: #e40000;
}



.brand{margin-bottom:50px;margin-top:50px;}
.brand .owl-item > div {margin-right:5px !important;}
.brand .owl-item  img{border: 3px solid #E6E6E6;width:100%;}
.brand .owl-buttons div {background: none repeat scroll 0% 0% #2b57a1 !important;padding: 6px 10px !important;}

.cat-box{}
.cat-box .liv0 {text-transform: uppercase;color: #2b57a1;padding:10px 0px 18px;font-size:20px;font-weight:300;}
.cat-box h2 {color: #000;padding:0px 0px 10px 0px ;text-align: left;font-size:18px;margin-bottom:0px;font-weight:300;color:#666;text-transform:uppercase;border-bottom: 1px solid #EDEDED;margin-bottom:10px;}
.cat-sx{font-size:13px;}
 ul.cat-sx {margin:0;padding:0;}
.cat-sx li{list-style:none;padding:0px;background-color: #fff;position:relative;text-indent: 0px;}
.cat-sx li > a{color:#666;display:block;margin:0px;padding:5px 0px;text-decoration: none;}
.cat-sx li > a:hover{color:#2b57a1;}
.cat-sx li ul li a{color:#99816B;padding-left:0px;display:block;}
.cat-sx li.sel1 a{color:#2b57a1;}
.cat-sx li.sel2 a{color:#2b57a1;}

.cat-sx li.liv1 a::before {
    -moz-osx-font-smoothing: grayscale;
    color: #2b57a1;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    margin-top: -2px;
    transition: all 0.25s ease 0s;
    vertical-align: middle;
}

.cat-sx li.liv2 a::before {
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    content: ">>";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    margin-top: -2px;
    transition: all 0.25s ease 0s;
    vertical-align: middle;
    text-indent: 5px;
}



.cat-sx .fa{position:absolute;top:6px;right:0px;cursor:pointer;color:#99816B;}

.products{margin-top:60px;}
.products h3{margin-bottom: 3px;padding-top: 16px;white-space: nowrap;text-overflow: ellipsis;text-align: center;color:#909090;font-size:14px;font-weight:300;}
.products a{color:#909090;}
.products a:hover{color:#2b57a1;text-decoration:none;}
.products a img:hover{opacity:0.5;}
.products .tab-prod .prod-cont{opacity:0;}
.products .prod-cont.item-animate{-webkit-animation: zoomOut 600ms ease both;-webkit-animation: zoomIn 600ms ease both; -moz-animation: zoomIn 600ms ease both;  -o-animation: zoomIn 600ms ease both;animation: zoomIn 600ms ease both;}
.products .play .prod.cont{opacity: 1;filter:alpha(opacity = 100);}
/*.products .play .item-animate{-webkit-animation-play-state: running;-moz-animation-play-state: running;-o-animation-play-state: running;animation-play-state: running;}*/

.products .prod-cont{border:1px solid #e9e9e9;min-height:300px;margin-bottom:40px;position:relative;background-color:#fff;}
.products .prod-cont:hover{border-color:#2b57a1;}
.products .prod-cont:hover .cart-wrap .btn-go{border-color: #2b57a1;background-color: #2b57a1;color: #FFF;}
.products .prod-cont:hover .cart-wrap .btn-go:before {background-position: 0px top;}
.products .prod-cont .item-img {min-height:268px;position: relative;border-bottom: 1px solid #e9e9e9;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.products .prod-cont img{width:100%;padding-top:30px;}
.products .prod-cont .prezzo_pieno{ text-decoration:line-through;}
.products .prod-cont .perc{background: #7EBF38 none repeat scroll 0% 0%;right: 10px;left: auto;position: absolute;bottom: 10px;z-index: 2;padding: 4px 20px 8px;color: #FFF;font-size: 20px;border-radius: 18px;line-height:21px;}
.products .prod-cont .cifra{height: 26px;line-height: 26px;padding: 6px 0px;font-weight: 300;color:#909090;text-align:center;height:45px;font-size:18px;}
.products .prod-cont .cifra .violet{color:#2b57a1 !important;}
.products .item{webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);}
.products .item.row-group-item{float: none;width: 100%;margin-bottom: 10px;}
.products .item.row-group-item .thumb{padding-left:0px;}
.products .row-group-item .prod-cont {min-height: 0 !important}
.products .prod-cont .spese_gratis {position: absolute; top:-12px; left:-12px;z-index: 99}
.products .prod-cont .new {line-height:21px;position: absolute;bottom: 10px;left: 10px;z-index: 2;background: #DE44C3 none repeat scroll 0% 0%;padding: 4px 20px 8px;color: #FFF;font-size: 20px;border-radius: 18px;font-weight: 300;}
.products .prod-cont .cart-wrap { position: absolute; top: -17px;width: 100%;height: 36px;z-index: 3;text-align: center;left:0px;}
.products .prod-cont .btn-go{border: 1px solid #e5e5e5;background-color: #fff;color: #666;text-transform: none;position: relative;height: 34px;padding: 6px 17px 6px 47px;display:inline-block;border-radius: 18px;}
.products .prod-cont .btn-go:before {position: absolute;  content: "";width: 38px;height: 34px; top: -2px;left: 10px; background: url("/tpl/img/ico-cart2.png") no-repeat -38px top;-webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
.products .prod-cont .btn-go:hover:before {background-position: 0px top;  -o-animation: shake 2s infinite linear;-moz-animation: shake 2s infinite linear;-webkit-animation: shake 2s infinite linear;animation: shake 2s infinite linear;}
.products .prod-cont .iva{font-size:12px;}

.products .prod-cont .voto img{width: auto}


.ultabs {
	position: absolute;
	top:-58px;
}

.corr{margin-top:10px;}



.elenco {margin-top:0px;margin-bottom:40px;}
.elenco .breadcrumb a{color:#000;}
.elenco .breadcrumb a:hover{color:#2b57a1}
.elenco h1{color:#2b57a1;font-weight:300;font-size:20px;}
.elenco .txt{margin:10px 0px 40px 0px;font-size:12px;color:#666;}
.elenco .sottocat{margin-top:20px;margin-bottom:0px;}
.elenco .sottocat h4 {border-bottom: 1px solid #cdcdcd;color: #222;font-size: 15px;font-weight: normal;margin-bottom: 5px;margin-top: 10px;padding: 5px 0px;text-transform: uppercase;}
.elenco .sottocat a{color:#000;}
.elenco .sottocat .lista .fa{color:#99816B;}
.elenco .navbar-default{background-color:#f4f4f4;border-radius:0px;border-color:#DFDFDF;margin-bottom:0px;}
.elenco nav{margin:0px 0px 15px !important;}
.elenco .navbar-form{border:0px;font-size:13px;}
.elenco .navbar-form select{font-size:12px;}
.elenco .pagination  { margin: 0px 0;}
.elenco .pagination  *{border-radius:0px !important;border-color:#DFDFDF;font-size:13px;}
.elenco .pagination .active > a{background-color:#2b57a1;border:1px solid #2b57a1;color:#fff;}
.elenco .pagination a{color:#666;}
.elenco .products{margin:0px -15px 0px;}

.navbar-brand {
    font-size: 14px;
    font-size: 300;
    color:#000 !important;
}

.login h3 , .login h4{border-bottom:1px solid #ccc;padding-bottom:10px;color:#000;}
.login .space {padding-bottom:30px;}
.login label {font-weight:bold}

.product-view {margin-top: 10px;}
.product-view h1{text-transform:none;font-size:24px;margin:0px; padding:0px;color: #000;font-weight: normal;}
.product-view h2{font-weight: 300 !important;
font-size: 23px;
text-transform: uppercase;
color: #666;
text-align: center;margin-bottom:50px;}
.product-view .image-additional {margin:0 -10px 0 0px; padding:30px 0 0; }
.product-view .image-additional a {margin-bottom: 20px; padding: 5px;display: block;border: 1px solid #ddd;border-radius:0;}
.product-view .image-additional a:hover { border:1px solid #2b57a1; }
.product-view .owl-carousel .owl-wrapper-outer { width:102%; }
.product-view .view-zoom { position:inherit; }
.product-view .thumbnails-image .thumbnail { border:1px solid #ddd !important; padding:0; border-radius:0; cursor:pointer;}
.product-view .thumbnails .image-additional {float: left;margin-left: 20px;max-width:inherit;width:27%;}
.product-view .image-block .owl-carousel .owl-wrapper-outer { min-height:156px; }
.product-view .image-block .owl-controls .owl-nav{position:absolute;width:100%;top:-17px;height:42px;}
.product-view .image-block .owl-controls .owl-nav div {text-align:center;border: 1px solid #DDD;cursor: pointer;display: block;height: 22px !important;position: absolute;top: 11px;width: 22px !important;}
.product-view .image-block .owl-controls .owl-nav .owl-prev {left: 40%;}
.product-view .image-block .owl-controls .owl-nav .owl-next {right: 40%;}
.product-view .image-block .owl-controls .owl-nav .fa{display:block;padding-top:4px;color:#2b57a1;height:100%;}
.product-view .image-block .owl-controls .owl-nav .fa:hover{background-color:#000;color:#fff;}
.product-view .price {font-weight:300;margin: 20px 0px 0px;padding: 10px 0px 0px;width: 100%;text-align: left;font-size:24px;color:#2b57a1;}
.product-view .iva {margin: 0px 0px 20px;font-size:12px;color:#000;}
.product-view .marca {margin: 10px 0px;padding: 0px;}
.product-view .marca span {font-weight: bold;}
.product-view .codice {margin:10px 0px;padding: 0px;}
.product-view .codice span {font-weight: 300;}
.product-view .quantita {margin: 10px 0px;padding: 20px 0px;}
.product-view .quantita .qt{font-weight:300;}
.product-view .precsucc .fa{display:inline-block;background-color:#2b57a1;padding:5px 7px;color:#fff;text-align:center;border-radius:100%;}
.product-view .tabs , .product-view .accordion{margin:80px 0 50px;}
.product-view .ui-state-default{font-size:14px;}
.product-view .prezzo-pieno{color:#000;text-decoration: line-through;color:#909090;}
.product-view .percsconto{background: #7EBF38 none repeat scroll 0% 0%;line-height: 21px;size:20px;padding: 4px 20px 8px;color: #FFF;font-size: 20px;border-radius: 18px;}
.product-view .recensione{margin-top:50px;}
.product-view .caratt td {padding: 5px;}
.product-view .spese_gratis {position: absolute; top:-5px; left:12px;}
.product-view .image-block .new {background: #DE44C3  none repeat scroll 0% 0%;left: 30px;line-height: 21px;size:20px;right: auto;position: absolute;top: 10px;z-index: 2;padding: 4px 20px 8px;color: #FFF;font-size: 20px;border-radius: 18px;}
.product-view #add_carrello{background: #C0C0C0;border-color: #C0C0C0;color:#fff;padding: 12px 24px 12px 53px;background: #C0C0C0 url("/tpl/img/action-llist.png") no-repeat scroll 9px -346px;}
.product-view #add_carrello:hover{background-color: #2b57a1; border-color: #2b57a1;}
.product-view .tab-prezzi  { font-size: 15px;min-height:180px;}
.product-view .tab-prezzi .box-prezzi { color:#333; float:left;padding:10px;text-align:center;border-right:1px solid #cdcdcd;}
.product-view .tab-prezzi .mig-prezzo { color:#000; font-size:22px; text-align:left; padding:10px 10px 10px 0px; }
.product-view .tab-prezzi .mprezzo { font-weight: bold; text-align:left; padding:10px 10px 10px 0px; }
.product-view .tab-prezzi .quant-prezzi {border-bottom: 1px solid #cdcdcd;margin-bottom:5px;padding:5px;}
.product-view .tab-prezzi .prezzi { text-align:left; padding:0px 0px 0px 0px;font-size:20px; }
.product-view .tab-prezzi .prezzo-pieno { font-size: 12px; text-decoration:line-through; text-align:left; padding:0px 0px 0px 0px; }
.product-view .vota{color:#666;}
.product-view .vota a{color:#666;-webkit-transition: all 0.2s ease-out;  -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.product-view .vota a:hover{text-decoration:none;color: #2b57a1;margin-left: 15px;}
.product-view .vota .fa{color:#c0c0c0;border: 1px solid #DFDFDF;border-radius: 10px;padding:10px;margin-bottom:10px;}
.product-view .bundle-box { padding:10px 0px 20px;}
.product-view .bundle-box .bundle-box-tit { font-weight: bold; padding:0px 0px 10px;}
.product-view .bundle-box .bundle-box-prod  { height: 70px; border-bottom: 1px solid #e7e7e7;  margin-bottom: 20px;}
.product-view .bundle-box .bundle-prod-thumb  {	float: left;height: 60px;margin-right:10px;}
.product-view .bundle-box .bundle-prod-tit  {	margin-left: 60px;font-weight: bold;}
.product-view .bundle-box .bundle-prod-conf  {}
.product-view .bundle-box .bundle-prod-more {margin-left: 90px;}
.product-view .bundle-box .bundle-prod-more a  {color: #00aeef; text-decoration: none;}
.product-view .bundle-box .bundle-box-prod .per {	color:red;}
.product-view form{font-size:12px;}
.product-view form label{font-weight:300;}

.bundle-prod-popup { padding:10px 0px;margin: 0px 0px 5px; background-color: #f4f4f4;}
.bundle-prod-popup .prod { font-weight: bold}
.bundle-prod-popup .qt { color:#333;}
.bundle-prod-popup .var { margin-bottom:5px;}
.bundle-prod-popup .var label { font-weight: normal;font-style: italic;}


.tab-elprodotti .prezzo-pieno { text-decoration:line-through; text-align:left; }
.tab-elprodotti .perc-sconto { color:red;  }

.tab-elprodotti {
	margin:40px auto;padding:0px;
	width:98%;
	border:1px solid #f4f4f4;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab-elprodotti {
	margin:50px 0px 100px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #888;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab-elprodotti table{
  border-collapse: collapse;
  border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.tab-elprodotti tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tab-elprodotti table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tab-elprodotti table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.tab-elprodotti tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.tab-elprodotti tr:hover td{

}
.tab-elprodotti tr:nth-child(odd){ background-color:#e5e5e5; }
.tab-elprodotti tr:nth-child(even){ background-color:#ffffff; }
.tab-elprodotti td{
	vertical-align:middle;
	border:1px solid #888;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
.tab-elprodotti tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.tab-elprodotti tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.tab-elprodotti tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tab-elprodotti tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #888;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.tab-elprodotti tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	background-color:#cccccc;
}
.tab-elprodotti tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tab-elprodotti tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.csel_var1,.csel_var2 { cursor: pointer; }
.csel_disabled { color:#cdcdcd !important; }
.var_selected { color: #3E9C2A !important; }
.csel_boxcolor.var_selected { border: 2px solid black !important; }
.csel_boxcolor.csel_disabled { opacity: 0.5; }


.cart {font-weight:300;color:#333;}
.cart .bottoni{margin:30px -15px;}
.cart .table{ font-size:15px;}
.cart .table th { background-color:#eee; padding:5px; border-bottom:0px;text-align: right}
.cart .table td { text-align: right}
.cart .table .left { text-align: left !important}
.cart .table .tot {font-weight: bold;}
.cart .table .img{max-width: 80px;}
.cart .table .el { width:60px;}
.cart .table .elimina { text-align: left;}
.cart .riga-click:hover {cursor: pointer !important;background-color: #f1f1f1}
.cart .table .img { float:left;margin-right:20px;padding:2px;}
.cart .table .pr { width:100px;}
.cart .table .qt { width:80px;}
.cart .table .el { width:60px;}
.cart .table .variante { padding:0px; margin:0px;}
.cart .table .nondisp {text-align:left;padding:10px 0px 0px 0px; color:red;}
.cart  .spesegratis { font-size: 16px;color:#3E9C2A}
.cart  .barrato {text-decoration: line-through;color: #ff0000;}
.cart .vcenter{vertical-align: middle;}
.cart .btn-success{background: #2b57a1 none repeat scroll 0px 0px !important;color:#fff;border-color: #2b57a1;}

.privacy-policy .block-title{margin-top:30px;padding-bottom:8px;text-transform:uppercase;color: #666;margin-bottom:30px;}
.privacy-policy .block-title span{position: relative;font-weight:300;font-size:23px;padding-bottom:5px;}
.privacy-policy .block-title span::before {position: absolute;content: "";background: #2b57a1 none repeat scroll 6px center;left: 0px;bottom: 0px;height: 1px;width: 100%;}
.privacy-policy .details .col{float:left;padding-left:15px;padding-right:15px;}
.privacy-policy .details .col > div {line-height: 51px;margin-top: 3px;color: #666;font-size:12px;padding-left:60px;position:relative;}
.privacy-policy .details .col > div:hover{color: #2b57a1;}
.privacy-policy .details .col > div:before {position: absolute; content: "";height: 45px; width: 45px;left: 0px; top: 0px;border-radius: 100%;border: 1px solid #2b57a1;transition: all 0.2s ease-out 0s;background: transparent url("/tpl/img/ico-pricacypolicy.png") no-repeat scroll left top;}
.privacy-policy .details .col > div:hover:before {background-color: #2b57a1;background-position: left -45px;}
.privacy-policy .details .col > div span{line-height:15px;display: inline-block;margin-top: 5px;}
.privacy-policy .details .money-back:before {background-position: left -90px !important;}
.privacy-policy .details .money-back:hover:before {background-position: left -135px !important;}
.privacy-policy .details .order-247:before {background-position: left -180px !important;}
.privacy-policy .details .order-247:hover:before {background-position: left -225px !important;}
.privacy-policy .details .special-event:before {background-position: left -270px !important;;}
.privacy-policy .details .special-event:hover:before {background-position: left -315px !important;}
.privacy-policy .details .gift:before {background-position: left -360px !important;;}
.privacy-policy .details .gift:hover:before {background-position: left -405px !important;}

.box-newsletter{border-top:5px solid #a71d1c;background: #888 url("/tpl/img/bgnewsletter.jpg") center top;color:#fff;padding:80px 0px;}
.box-newsletter h3{color:#fff;text-align:center;text-transform:uppercase;}
.box-newsletter .payoff{text-align:center;margin-bottom:80px;font-size:20px;}
.box-newsletter a{color:#fff;}
.box-newsletter input[type="text"]{background-color:transparent;border:3px solid #fff;color:#fff;line-height:25px;padding:0px 30px;height:70px;}
.box-newsletter input[type="text"].error{border-color:#ff0000 !important;}
.box-newsletter .btn-primary{border-radius:0px;position:absolute;top:10px;right:10px;background-color:#A71D1C;border:1px solid #A71D1C;}
.box-newsletter .btn-primary:hover{background-color:#000;border:1px solid #000;}
.box-newsletter .form-group{position:relative;}



.powered {background-color:transparent;color:#666;font-size:12px;padding:13px 0px;}
.powered a{color:#2b57a1;}

#cookie { position: absolute; top:0px;display: none;width:100%;}
#cookie .cookie-bg {background-color:#000000;width:100%; position: relative }
#cookie .txt {color:#fff;padding:20px 10px; }
#cookie .txt a{color:#fff;cursor:pointer;text-decoration:underline;font-weight:normal;}
#cookie .chiudi {margin:0 !important; text-decoration:none !important; padding:0px !important; color:#fff !important; border: none !important;}

.tornasu{display:block;background:rgba(0,0,0,0.5)}
.tornasu a {color:#fff;bottom: 0;display: block;position: fixed;right: 10px;width: 45px;color:#fff;}
.tornasu a:hover { background-color:  #000 }

.ui-dialog .ui-dialog-titlebar {background: #2b57a1;color: white;font-size:13px;}
.ui-dialog .ui-dialog-content { background-color: white; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0px 0 0 0; background-image: none; margin: 0 0 0 0; padding: .3em 1em .5em .4em; }
.ui-widget-content { background-color: white; }
.ui-widget-overlay {background: black;opacity: 0.8;filter: alpha(opacity = 80);position: fixed;top: 0;left: 0;}
.ui-dialog .ui-widget-overlay {background: black;opacity: 0.6;filter: alpha(opacity = 60);position: absolute;top: 0;left: 0;}
.ui-dialog .ui-dialog-buttonpane button{}


.form-control { border-radius: 0px;cursor: pointer;}
.customsize { width:30%}
.form-group { margin-bottom: 8px;}
.form-inline { padding-left:20px;}

fieldset { padding: 1em; border:1px solid #777; background-color: transparent; padding:10px 50px 20px 50px; margin:0px;}

legend{ border:0px; padding:10px 10px;margin:0px;color:#000000;font-size: 16px;}


.box-ordine .txt { text-align:left; padding:10px 0px; margin:0px;font-size: 15px;}
.box-ordine .importo { text-align:right; margin:0px; padding:5px 10px; color:#333;font-size: 15px;}
.box-ordine .note { text-align:right;margin:0px; padding:10px 0px; }
.box-ordine .note_tot { text-align:right;padding:10px 0px 0px 0px; margin:0px;}
.box-ordine .tot { font-weight:bold; font-size:18px;  text-align:right; color:#3E9C2A; padding:10px; margin:0px;}

#ordine-jq .ui-state-active, #ordine-jq .ui-widget-content, #ordine-jq .ui-state-active { border: 1px solid #aaaaaa; background: #000000 !important /*url(/img/arrow.png) no-repeat left*/; font-weight: bold !important; color: #fff !important; text-indent:0px;color:#fff !important; }
#box-testo .ui-state-default, #box-testo .ui-widget-content .ui-state-default { font-size:12px; }
#box-testo .txt { color:#000; padding:0px 0px 20px 0px; margin:0px;}
#u_recensioni { color:#000; padding:20px; margin:0px;}


.user h1 { font-size:30px; text-align: left; margin-bottom:20px;}
.user a { color: #333; text-decoration:none; }
.user a:hover { color: #2956a1; text-decoration:underline; }
.user .news { padding:10px;}
.user .stato {font-weight: bold; font-size: 16px; color:#3E9C2A; padding:0px 0px 10px 0px}
.user .stato .desc {font-weight: bold; font-size: 16px; color:#333;}
.user .top {font-weight: bold; font-size: 16px; padding:0px 0px 10px 0px}
.user .news .contenuto { position:relative; padding:10px; margin:0px;}
.user .news .titoli { font-weight: normal; font-size: 13px;  color:#f2f2f2; margin:0px; padding:0px;}
.user .news .titoli a { color: #A51933; text-decoration:none; font-weight: bold; font-size: 14px; }
.user .news .titoli a:hover { color: #A51933; text-decoration:underline; font-weight: bold; font-size: 14px; }
.user .news .txt { font-weight: bold; font-size: 13px; color:#333;padding-bottom:5px; }

.btn_cc {
    background-color: #ffd523;
    border: 2px solid #CDCDCD;
    color: black;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 10px;
}

.gallery {margin-top:0px;margin-bottom:40px;}
.gallery .thumb img {width:100%;}

#nl_popup{ z-index: 99;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -304px;
    margin-top: -204px;
    width: 650px;
    height: 360px;
    border: solid 1px #000000;
    z-index: 10000 !important;
    background-color: #eff0f1; }

#nl_popup_container{ margin:40px 40px 0px 40px;}

#nl_popup .chiudi{ font-size:14px; color:#fff; font-weight:bold; position:absolute; right:3%; top:3%;  cursor:pointer;}

#nl_popup_form  > div{position:absolute;right:20px;bottom:80px;max-width: 290px;
width: 100%;}
#nl_popup_form h1 {color:#ccdc00 !important;font-weight: 600;margin:0px;padding:0px;font-size:20px;text-transform:uppercase;line-height:18px;}
#nl_popup_form .testo {font-size:13px;font-weight: normal;margin:10px 0px 0px;text-align:center;}
#nl_popup_form .error {margin:0px !important;color:red;}
#nl_popup_form{width: 100%;max-width: 500px;height:600px;margin: 0px auto;position: relative;color:#fff;}
#nl_popup_form .mfp-close{color:#fff;margin:0px !important;}
#nl_popup_form input{color:#000; }

.buttonnl_popup {
  color: #000;
  font-weight: bold;
  background-color: #b7d12a;
  font-size: 13px;
  font-style: normal;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  border:0px;
  text-transform: uppercase;;
  margin: 5px 0px;
}

.buttonnl_popup:hover {
 background-color: #333;
 /*padding: 0 17px;*/
 cursor: pointer;
   color: #fff;
}
.newsletter_txt_note { display: none; }



@media only screen and (max-width:420px){
  .pagination > li > a, .pagination > li > span {padding: 6px 6px;font-size:12px;}
  .cart .table tr td{display:block;}
  .cart .media-left{display:block;}
  .box-newsletter h3{font-size:40px !important;}
  .home-tabs .btn-default {font-size: 14px !important;}
}

@media (max-width: 641px) {
 .top-info{display:none;}
}

@media only screen and (max-width:700px){
  .cart .table .text-center{text-align:right !important;}
  .cart .table .tot , .cart .table .spese , .cart .table .risparmio{text-align:left !important;}
  .cart .btn-success{margin-top:20px;}
  .box-newsletter h3{font-size:60px;}
  .footer .logo {text-align: center}
  .footer .info {text-align: center}
}

@media only screen and (min-width:768px){

body {
  /* Margin bottom by footer height */
  margin-bottom: 180px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px;
  background-color: #f5f5f5;
}

  .slidebox .carousel-caption {bottom:80px}
  .navbar-collapse {padding-right: 0px !important;padding-left: 0px !important;}
  .box-newsletter h3{font-size:80px;}
  .footer ul{padding:0px;min-height:110px;}
  .megamenu .navbar{border:0px;border-bottom:1px solid #7f4b98 !important;height: 80px;}
  .megamenu .nav > li{padding:21px 0px 21px 15px;}
  .megamenu .nav > li + li{padding-left:10px;}
  .megamenu .nav > li > a{font-weight:300;font-size: 14px;padding: 8px 15px;border-radius: 22px;position: relative;transition: all 0.2s ease-out 0s;color: #FFF;border: 1px solid transparent;}
  .megamenu .nav > li > a:hover{background-color: rgba(255, 255, 255, 0.1);border-color: rgba(255, 255, 255, 0.3);color:#fff;}
  .megamenu .nav > .active > a, .megamenu .nav > .active > a:focus,.megamenu .nav > .active > a:hover{background-color: rgba(255, 255, 255, 0.1);border-color: rgba(255, 255, 255, 0.3);color:#fff;}
  /* hover e icone per menu */
  .megamenu .dropdown:hover > .dropdown-menu {display: block;}
  .megamenu .dropdown-submenu > a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
  .megamenu .dropdown-menu > .active > a, .megamenu .dropdown-menu > .active > a:focus, .megamenu .dropdown-menu > .active > a:hover{background-color:#f5f5f5;color:#262626;}
  .privacy-policy .details .col{width:33.333333%;}
}

@media only screen and (max-width: 768px) {
  .box-top{text-align:center;}
  .slidebox .carousel-caption {bottom:10px}
  .box-top .text-right{text-align:center !important;}
  .testa .logo{text-align:left;}
   .testa .ajax-cart{text-align:center !important;}
  .brand .title{margin-bottom:30px;font-size:15px;}
  .products .item.row-group-item .thumb{padding-right:0px;}
  .footer h4{padding-top:20px;}
  .powered{text-align:center !important;}
  .top-info .media{margin-bottom:10px;}
  .testa .madeitaly{display:none;}
  .megamenu .navbar-default{border-width:0px !important;}
  .megamenu .nav .dropdown-menu {position: relative;;float: none;min-width: none;border-radius: 0px;border-width:0px !important;background-color:#fff !important;}
  .megamenu .nav > li > a{font-size: 15px !important;padding-top: 5px;padding-bottom: 5px;z-index:1;}
  .megamenu .nav > li > a:hover ,.megamenu .nav > li > a:focus{color:#fff !important;}
  .megamenu .nav > li > ul > li a {font-size: 15px !important;}
  .megamenu .dropdown-submenu > .dropdown-menu{left:0px !important;}
  .megamenu .dropdown .show-child , .megamenu .dropdown-submenu .show-child{position:absolute;top:0px;right:0px;color:#fff;cursor:pointer;z-index:2;font-size:22px;padding:4px 10px 4px 20px;}
  .megamenu .dropdown-submenu .show-child , .megamenu .dropdown-submenu .show-child ,  .megamenu .open .show-child{color:#666 !important;}
  .megamenu .dropdown-submenu .open > a, .megamenu .dropdown-submenu .open > a:focus, .dropdown-submenu .megamenu .open > a:hover{background-color:transparent !important;}
  .privacy-policy .details .col{float:none !important;width:100%;}
}

@media only screen and (max-width: 800px) {
  .cat-box {display: none;}

  /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 55%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

 	#no-more-tables td.spese {
		/* Behave  like a "row" */
		padding: 5% !important;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

  .cart .table tr:nth-of-type(2n+1) {
    background: #eee none repeat scroll 0 0;
  }
  .cart .img {max-width:100% !important;}
  .cart .elimina {
    text-align: right !important;
  }
  .cart .titolo {
    font-size:20px;
    padding:5px 0px
  }

}

@media only screen and (min-width: 992px) {
  .megamenu .nav > li > a{font-size: 16px !important;padding: 8px 20px  !important;}
}

@media only screen and (min-width: 1000px) {
  .brand .title{font-size:20px;}
}

@media (min-width:769px) and (max-width:1000px) {

}

@media only screen and (min-width: 1200px) {
  .brand .title{font-size:15px;}
  .privacy-policy .details .col{width:20%;}
}
