@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Ubuntu', sans-serif!important;
  background-color: #FFF;
  color: #3e474b;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
.content ul {
  list-style: none outside none;
}
font {
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  line-height: 25px;
}
button:focus,
button:hover,
button:active,
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
}
label {
  color: #3e474b;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
a {
  cursor: pointer;
  outline: none;
}
a img {
  border: none;
  width: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #323232;
}
b,
strong {
  color: #353d41;
  font-weight: 600;
}
table {
  background-color: #FFFFFF;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 65%;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #fafbfc;
  cursor: pointer;
}
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #FFFFFF;
}
.pagination .links {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ebeef2;
}
.pagination .links a,
.pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 20px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  color: #aa8255;
}
.pagination .links a:active,
.pagination .links b:active {
  color: #323232;
}
.pagination .links b {
  color: #323232;
  margin-left: 10px;
}
.pagination .results {
  float: right;
  color: #333;
}
.main-column .pagination .results {
  padding-top: 5px;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons.no-padding {
  padding: 0;
  border: 0;
}
.htabs {
  position: relative;
}
.htabs .nav > li > a:hover,
.htabs .nav > li > a:focus {
  background-color: transparent;
}
.htabs a {
  float: left;
  font-size: 17px;
  font-family: ;
  color: #0B8C64;
}
.htabs a.selected {
  color: #0B8C64;
}
.links {
  margin: 0;
  padding: 0;
}
.links li a {
  margin: 0 5px;
}
#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.carousel-controls {
  position: absolute;
  right: 0;
  top: -29px;
  width: 50px;
  height: 30px;
  z-index: 12;
}
.product-label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  width: 44px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  right: 0;
  z-index: 2;
}
.product-label:before {
  border-left: 11px solid rgba(0,0,0,0);
  border-right: 11px solid rgba(0,0,0,0);
  bottom: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
}
.product-label.product-label-new {
  left: 0px;
  border-right: 46px solid transparent;
  border-top: 46px solid #4ACFD4;
}
.product-label.product-label-new span {
  left: 5px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.product-label.product-label-special {
  background: #71bf44;
  width: 60px;
  height: 50px;
  padding: 8px;
}

.product-label.product-label-special span{
	font-size: 12px;
}

.product-label.product-label-special:before {
  border-bottom: 7px solid #71bf44;
  left: -3px;
}
.tooltip-inner {
  border-radius: 3px;
}
.padding {
  padding: 20px;
}
.no-padding {
  padding: 0;
}
.required {
  color: #FF0000;
  font-weight: normal;
  font-size: 13px;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 20px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success {
  background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
  margin-top: 5px;
}
.welcome {
  /*margin-right: 23%;*/
  color:#000;
  text-align: right;
}
.welcome a {
  color: #000!important;
  text-decoration: underline;
}
h1,
.h1 {
  font-size: 24px;
  line-height: 46.5px;
}
h1 small,
.h1 small {
  font-size: 21px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 19px;
  line-height: 31px;
}
h3 small,
.h3 small {
  font-size: 19px;
}
h4,
.h4 {
  line-height: 31px;
}
h5,
.h5 {
  font-size: 13px;
  line-height: 31px;
}
h5 small,
.h5 small {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 31px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #353d41;
  text-transform: ;
  font-size: 16px;
}

#content h1 {
  font-size: 36px;
  font-weight: 600;
  color: #0B8C64;
  margin-top: -5px;
  text-transform: none;
  line-height: 38px;
  font-family: 'Ubuntu', sans-serif;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #93999d;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.tabs-group input[type="text"],
.tabs-group input[type="password"] {
  height: 33px;
  padding: 5px;
}
input,
button,
select,
textarea {
  padding: 5px;
  border: 1px solid #ebeef2;
  color: #93999d;
  outline: none;
}
input:hover,
input:focus,
button:hover,
button:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none !important;
}
select {
  padding: 4px;
  cursor: pointer;
  color:#0B8C64;
}
input[type="image"] {
  border: 0;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal {
  text-transform: inherit;
  padding: 4px;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus {
  background-color: #FFFFFF;
  color: #93999d;
  border-color: #dcdcdc;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:active .fa,
.btn-group .btn.dropdown-toggle.btn-theme-normal:focus .fa {
  color: #93999d;
}
.btn {
  text-transform: uppercase;
}
.btn.btn-theme-default {
  text-align: center;
  background-color: #384044;
  color: #FFFFFF !important;
  padding: 4px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-theme-default.btn-small {
  padding: 0 5px 2px;
  text-transform: capitalize;
}
.btn.btn-danger {
  margin: 10px;
  border-color: transparent;
}
.btn.btn-theme-normal {
  background-color: transparent;
  color: #93999d;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-theme-normal .fa {
  color: #93999d;
}
.btn.btn-theme-normal:hover,
.btn.btn-theme-normal:focus {
  color: #323232;
  border-color: #323232;
}
.btn.btn-theme-normal:hover .fa,
.btn.btn-theme-normal:focus .fa {
  color: #323232;
}
.btn.btn-shopping-cart {
  padding: 5px 10px;
  background: #323232;
  color: #FFFFFF;
  text-transform: capitalize;
  font-family: 'Ubuntu', sans-serif;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-shopping-cart .fa {
  line-height: 21px;
  margin-right: 5px;
}
.btn.btn-shopping-cart > * {
  float: left;
}
.btn.blue {
  background-color: #323232;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.btn.blue span + span {
  border: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-family: "Alegreya", serif;
}
.btn.blue .fa {
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  background-color: #ff3813;
}
.btn.blue:hover,
.btn.blue:focus {
  background-color: #323232;
  color: #FFFFFF;
}
.btn.blue:hover .fa,
.btn.blue:focus .fa {
  background-color: #487692;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0B8C64;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
  transition: all 0.6s cubic-bezier(0.05,0.06,0.05,0.95);
}
.control-label {
  padding-top: 7px;
  color: #3e474b;
  font-size: 14px;
  font-weight: normal;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 958px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../image/pattern/pattern18.png");
}
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
body.layout-boxed-md #topbar .support .left {
  display: none;
}
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
body.layout-boxed-md #powered {
  padding: 25px 0;
}
body.layout-boxed-md .verticalmenu {
  margin-top: 1px;
}
body.layout-boxed-md .verticalmenu > li > a {
  padding-left: 0;
  padding-right: 0;
}
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
body.layout-boxed-md .custom p {
  margin-bottom: 10px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1188px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: url("../image/pattern/pattern16.png");
}
body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
  position: relative;
  -webkit-box-shadow: 5px 0 5px -5px #353d41;
  box-shadow: 5px 0 5px -5px #353d41;
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #353d41;
}
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: #000000;
  width: 105%;
  height: 2px;
}
#header {
  -webkit-box-shadow: 0 0 2px 0 #121212;
  box-shadow: 0 0 2px 0 #121212;
}
#topbar {
    color: #000;
    font-size: 12px;
    background: #FFF;
    padding-top: 20px;
    min-height: 56px;
}
#topbar b,
#topbar strong {
  color: #000;
}
#topbar .links li:hover {
  color: #323232;
}
#topbar .links li.last,
#topbar .links li:last-child {
  border-right: 0;
}
#topbar .links a .fa {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
#topbar .links a:hover {
  color: #000;
}
#topbar .fa {
 -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  font-family: FontAwesome;
  /*font-size: 11px;
  vertical-align: top;
  margin-top: -2px;*/
}
#topbar .login a {
  margin: 0;
  color: #323232;
}
#header-bottom {
  min-height: 47px;
  background: #323232;
}
#header-main {
  /* background-image: url("https://www.madeinmasseria.shop/catalog/view/theme/pav_styleshop/image/paper.jpg"); */
  /* min-height: 95px; */
  /* padding-bottom: 10px; */
  color: #323232;
}
#header-main .container {
  position: relative;
}
.menu-principale #header-main a:hover {
  /*color: #FFF !important;
  background-color: #0B8C64 !important;*/
}
#header-main .btn {
  color: #FFFFFF;
}
#header-main .btn:hover {
  color: #FFFFFF;
}
#header-main .header-wrap {
  min-height: 94px;
  margin: 0;
}
#header-main .shopping-cart {
 /* margin-top: 20px;*/
 padding: 0px;
}
#header-main .inner {
  text-align: left;
  margin-top: 28px;
  padding: 0;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#header-main #logo {
  padding: 18px 32px 14px 0;
}
#header-main #logo-theme {
  padding: 18px 32px 14px 0;
}
#header-main #logo-theme a {
  background: url('../image/logo-madeinmasseria.svg') no-repeat;
  display: block;
  width: 233px;
  height: 63px;
}
#header-main #logo-theme a span {
  display: none;
}
#header-main .customer-service {
  width: 55%;
}
#search .fa {
  color: #FFF;
  cursor: pointer;
}
/* #search .fa:hover {
  color: #f05423;
} */
#header .show-mobile {
  text-align: right;
}
#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  position: relative;
  cursor: pointer;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle a {
  color: #FFF;
}
#header .show-mobile .quickaccess-toggle .fa {
  font-size: 14px;
}
#header .show-mobile .quickaccess-toggle:hover a,
#header .show-mobile .quickaccess-toggle:focus a,
#header .show-mobile .quickaccess-toggle:active a {
  color: #FFFFFF;
}
#header .show-mobile .inner-toggle {
  display: none;
  padding: 10px;
  background-color: #394044;
  text-align: left;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 8px solid rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  min-width: 200px;
}
#header ul,
#header ol {
  list-style: none;
}

#content {
  min-height: 300px;
  margin-bottom: 25px;
}
#footer {
  /*background: #202020;*/
  color: #949595;
  font-weight: 400;
  /* background-image: url("https://www.madeinmasseria.shop/catalog/view/theme/pav_styleshop/image/footer-bg.jpg"); */
  /* border-top: #28292d 4px solid; */
  /*margin-top: 60px;*/
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  color: #323232;
  font-size: 12px;
  text-transform: uppercase;
}
#footer a:hover {
  color: #323232;
}
#footer ul,
#footer ol {
  list-style: none;
}
#footer .box-heading {
  background: transparent;
  border: none;
  font-size: 15px;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: left !important;
}
#footer .box-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#footer .footer-top .custom {
  padding: 30px 0 20px;
}
#footer .footer-center {
  border-bottom: 1px solid #2b2b2b;
  padding: 30px 0 10px;
}
#footer .footer-center .container {
  border-top: 1px solid #2b2b2b;
  padding-top: 30px;
}
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.column li {
  margin-bottom: 0px;
  line-height: 30px;
}
#powered {
  padding: 10px 0;
  background: #0B8C64;
}
#powered .copyright {
  text-align: center;
  line-height: 35px;
  color: white;
}
#powered a {
  color: #323232;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.wrapper,
.search {
  padding: 10px;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ebeef2;
}
.box-outer {
  margin: 0;
}
.box {
  margin-bottom: 20px;
}
.box .box-heading {
  color: #323232;
  position: relative;
  line-height: normal;
  /* text-transform: uppercase; */
  font-family: 'Ubuntu', sans-serif;
  padding: 10px 15px;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.box .box-heading.icon .fa {
  display: none;
}
.box .box-content {
  /*background: #FFFFFF;*/
  /*border: 1px solid #ebeef2;*/
  border-right: none;
 /* margin-top: 10px;*/
}
.box .box-content .product-grid {
  border: 0;
  padding: 0;
}
.box.highlighted .box-heading {
  background-color: #323232;
  letter-spacing: normal;
}
/* .box.orange span.title {
  background-color: #323232;
  color:#0B8C64;
  font-size:25px;
  font-weight:500;
} */
.box.dark .box-heading {
  background-color: #323232;
}
.box.green .box-heading {
  background-color: #323232;
}
.box.maroon .box-heading {
  background-color: #323232;
}
.box.blue .box-heading {
  background-color: #323232;
}
.box.gray .box-heading {
  background-color: #323232;
}
.box.pink .box-heading {
  background-color: #323232;
}
.box.red .box-heading {
  background-color: #353d41;
}
.box.white .box-heading {
  /*background-color: #FFFFFF;*/
  color: #0B8C64 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
	    MARGIN-TOP: -30px !important;
}
.box.white .box-heading .shapes.right {
  border-left-color: #ebeef2;
}
.box.white .box-heading .line {
  background-color: #ebeef2;
}
.box .nav-tabs {
  font-size: 13px;
  border-bottom: 1px solid #ebeef2;
}
.box .nav-tabs a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.box.box-product .box-content {
  padding-top: 0;
  padding-bottom: 0;
}
.quick-setting {
  font-size: 14px;
}
.quick-setting .language {
  margin-bottom: 10px;
}
.quick-setting label {
  color: #828282;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}
.quick-setting .langs-wrapper li {
  cursor: pointer;
}
.quick-setting .langs-wrapper li:hover {
  color: #323232;
}
.quick-setting .langs-wrapper li img {
  padding-right: 5px;
}
.quick-setting .box-currency a {
  border: 1px solid #ebeef2;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-setting .box-currency label {
  padding-bottom: 10px;
}
.store a b {
  font-weight: 300;
}
.btn-dropdown {
  background: #394044;
  border: 1px solid #454D50;
  text-transform: capitalize;
  padding: 3px 6px;
}
.btn-dropdown .caret {
  border-color: #323232 transparent;
}
.btn-dropdown:hover {
  color: #000000;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #000000;
}
.btn-group.open .dropdown-menu {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-group .dropdown-menu {
  border: 0;
  z-index: 99999;
  display: block;
  top: 120%;
  color: #93999d;
  background-color: #394044;
  padding: 10px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
.btn-group .dropdown-menu a {
  color: #93999d;
}
.btn-group .list-item {
  line-height: 22px;
  text-transform: capitalize;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #FFFFFF;
}
.btn-group .item-symbol {
  margin-right: 5px;
  margin-top: -1px;
}
#header #cart {
  position: relative;
}
#header #cart h4 {
  color: ;
}
#header #cart .content {
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  right: 17px;
  left: auto;
  padding: 10px;
  min-height: 100px;
  height: 100px;
  height: auto !important;
  background: #FFFFFF;
  border: 1px solid #ebeef2;
  z-index: 100;
  min-width: 350px;
  visibility: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-duration: 0.4s, 0.6s, 0.6s;
  transition-duration: 0.4s, 0.6s, 0.6s;
  -webkit-transition-property: opacity, transform, max-height;
  transition-property: opacity, transform, max-height;
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
}
/* #header #cart .heading {
  padding-left: 30px;
  z-index: 99;
  position: absolute;
}
#header #cart .heading:before,
#header #cart .heading:after {
  content: " ";
  display: table;
}
#header #cart .heading:after {
  clear: both;
} */
#header #cart .heading .cart-inner {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* #header #cart .heading a {
  margin-top: 1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
} */
.cerca-carrello{
  display: flex;
  align-items: center;
}
#header #cart .media .icon-cart {
  width: 30px;
  height: 30px;
  background: url(../image/icon-cart.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 10px;
}

#header #cart .media h4 {
  display: none!important;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 8px;
  color: #000;
  font-size: 12px;
  text-transform: inherit;
}
/* #header #cart .media a {
  padding-left: 15px;
  color: #9B9D9E !important;
} */
#header #cart.active .content {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #ebeef2;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  padding: 0;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}
#search {
position: relative;
    right: 0;
    top: 0;
}
#search:hover .input-search {
  background: #FFFFFF;
}
#search .button-search {
  color: #96999B;
  background-color: transparent;
  border: none;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
}
#search .input-search {
  border: none;
  padding: 4px 25px 5px 10px;
  background-color: #e6e6e6 !important;
  width: 279px;
  height: 50px;
  background-color:#FFF;
  margin-bottom: 30px;
}
#search .input-search:hover,
#search .input-search:focus {
  outline: none;
}
.blog .form-control .form-control {
  color: #FFFFFF;
}
.btn-top {
  margin-right: 5px;
}
.btn-top .form-control {
background-color: #0B8C64;
/*border: 1px solid #FFF;*/
height: 24px;
line-height: 10px;
color: #cecece;
}
.btn-top .form-control:hover,
.btn-top .form-control:active,
.btn-top .form-control:focus {
  color: #FFFFFF;
}
.box-product {
  margin: 0;
}
.pavcol-lg-5 {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
.pavcol-lg-5.last,
.pavcol-lg-5:last-child {
  border: 0;
}
.product-cols {
	/*border-right: 1px solid #ebeef2;*/
}
.product-cols.last,
.product-cols:last-child {
  border-right: none;
}
.product-list + .pagination {
  border-top: 0;
}
.product-list {
  background-color: #FFFFFF;
  overflow: hidden;
}
.product-list .product-label.product-label-special {
  left: 0;
}
.product-block {
  position: relative;
  padding: 10px 0;
  margin: 0;
}
.product-block a:hover {
  color: #323232;
}
.product-block .price {
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-block .action:before,
.product-block .action:after {
  content: " ";
  display: table;
}
.product-block .action:after {
  clear: both;
}
.product-block .action > * {
	    text-align: center;
    margin-top: 10px;
  /*float: left;*/
  /*display: none;*/
}
.product-block .action .button-group > div {
  float: left;
}
.product-block .description {
  display: none;
}
.product-block .product-icon {
  margin-left: 5px;
  padding-left: 3px;
  cursor: pointer;
  color: #353d41;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ebeef2;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.product-block .product-icon:hover {
  background-color: #323232;
  color: #FFFFFF;
  border-color: transparent;
}
.product-block .product-icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.product-block .shopping-cart {
  border: 1px solid #323232;
  background: #323232;
  color: #FFFFFF;
}
.product-block .rating,
.product-block .norating {
  margin: 12px 0;
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
  padding: 3px 0 5px;
  display:none;
}
.product-block .name {
  text-transform: none;
  margin: 0;
  min-height: 22px;
  height: 36px;
  height: auto !important;
  line-height: 18px;
}
.product-block .name a {
  color: #3e474b;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold !important;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  /*font-weight: 400;*/
}
.product-block .name a:hover {
  color: #323232;
}
.product-block .image {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  /*margin-bottom: 10px;*/
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-block .image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  display: table;
}
.product-block .product-meta:after {
  clear: both;
}
.product-block .product-zoom,
.product-block .pav-colorbox {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
  background-color: #323232;
  color: #FFFFFF;
}
.product-block .product-zoom {
  z-index: 10;
  color: #FFFFFF;
  background-color: #353d41;
  line-height: 30px;
  right: 50%;
  text-align: center;
}
.product-block .pav-colorbox {
  left: 50%;
  background-color: #353d41;
  padding: 5px 7px;
  z-index: 9999;
  display: block;
}
.product-block .pav-colorbox span {
  display: none;
}
.product-block .pav-colorbox .fa {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price {
  color: #323232;
  font-size: 22px;
  font-weight: 600;
  text-align:center;
}
.price .price-old,
.price .price-tax {
  color: #aab2bd;
  text-decoration: line-through;
  font-size: 14px;
}

.price-old {
font-size: 18px !important;
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
color: #5b6367!important;
font-weight: bold;
}

.filter .box-content {
  padding: 0 10px;
}
#button-filter {
  margin-bottom: 20px;
  margin-top: 10px;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
ul.box-filter > li {
  border: 0;
  background-color: transparent;
}
ul.box-filter > li span {
  color: #323232;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
ul.box-filter > li > ul {
  padding-bottom: 0;
}
ul.box-filter > li > ul > li {
  padding: 4px 0;
  border-bottom: 1px dotted #adb9ca;
}
ul.box-filter > li > ul > li:before,
ul.box-filter > li > ul > li:after {
  content: " ";
  display: table;
}
ul.box-filter > li > ul > li:after {
  clear: both;
}
ul.box-filter > li > ul > li > * {
  margin: 0;
}
ul.box-filter > li > ul > li label {
  font-weight: normal;
  color: #8c8c8c;
  margin-left: 5px;
  font-size: 15px;
}
ul.box-filter > li > ul ul li.last {
  border: 0;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
  display: none;
}
.box.pav-custom .box-content {
  border: none;
}
ul.contact-us li:hover i {
  color: #ff5a3c;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #323232;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 13px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #323232;
}
.sidebar .box .box-heading {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
 /* -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-top: 3px solid #323232;
  border-left: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  background: #FFFFFF;*/
  text-align:left !important;
  background-color: #323232;
  padding: 13px 15px;
  color: #cbcad0;
}
.sidebar .box.nopadding .box-heading {
  padding: 10px 15px;
}
.sidebar .box.nopadding .box-heading span.title {
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
      font-size: 18px;
    border: none;
    text-transform: uppercase;
    padding: 13px 15px;
    font-weight: bold;
    color: #cbcad0;
}
.sidebar .box.nopadding .box-content {
  margin: 0;
}
.sidebar .box .box-content {
  /*border: 1px solid #ebeef2;*/
  border-bottom: none;
}
.sidebar .box .box-content a b {
  color: #353d41;
}
.sidebar .box .box-content a b:hover {
  color: #323232;
}
.sidebar .box .box-content .carousel-inner {
  overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
  display: none;
}
.sidebar .box .rating,
.sidebar .box .norating {
  border: none;
  padding: 0;
  margin: 5px 0;
}
.sidebar .box.highlighted .box-heading {
  background-color: #323232;
}
.sidebar .box.white {
  border: 1px solid #ebeef2;
}
.sidebar .box.white .box-heading {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #ebeef2;
}
.sidebar .box.white .box-content {
  border: 0;
  margin: 0;
  padding: 0 19px;
}
.sidebar .box.black .box-heading {
  border: 0;
  background-color: #353d41;
}
.sidebar .heighlight .box-heading {
  background-color: #323232;
  border: 1px solid #323232;
}
.sidebar .heighlight .box-content {
  background-color: #FFFFFF;
  border: 2px solid #323232;
  padding: 0;
}
.sidebar .heighlight li {
  border-bottom: 1px solid #e0e0e0;
}
.sidebar .product-grid [class*="col-"],
.sidebar .product-grid [class^="col-"],
.sidebar .pavblog-latest [class*="col-"],
.sidebar .pavblog-latest [class^="col-"] {
  width: 100%;
}
.sidebar .banner {
  padding: 0;
  background-color: transparent;
}
.sidebar .box-category li .fa {
  font-size: 8px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 12px;
  height: 12px;
}
.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul > li,
.sidebar ol > li {
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: 1px solid #ebeef2;
}
.sidebar ul > li a,
.sidebar ol > li a {
  color: #353d41;
  font-size: 14px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10px 15px;
  /*text-transform: capitalize;*/
}
.sidebar ul > li a:hover,
.sidebar ol > li a:hover {
  color: #323232;
}
.sidebar ul > li a.active,
.sidebar ol > li a.active {
  color: #323232;
}
.sidebar ul > li > ul > li > a,
.sidebar ol > li > ul > li > a {
  padding-left: 40px;
}
.sidebar ul > li .head a,
.sidebar ol > li .head a {
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
}
.sidebar ul .haschild,
.sidebar ol .haschild {
  position: relative;
}
.sidebar ul li.last,
.sidebar ol li.last {
  border-bottom: 0;
}
.sidebar .box-filter > li {
  border: 0;
}
.sidebar .carousel-inner .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid {
  margin: 0;
  padding: 0;
}
.sidebar .product-grid .row {
  padding: 0;
}
.sidebar .product-grid .row.last .last .product-block {
  padding-top: 20px;
  border-bottom: 0;
}
.sidebar .product-grid .left {
  border: 0;
}
.sidebar .product-grid [class*="col-"]:first-child .product-block,
.sidebar .product-grid [class^="col-"]:first-child .product-block {
  padding-top: 0;
}
.sidebar .product-grid [class*="col-"]:last-child .product-block,
.sidebar .product-grid [class^="col-"]:last-child .product-block {
  padding-bottom: 0;
}
.sidebar .product-block {
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ebeef2;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block:hover .image img {
  opacity: 1;
}
.sidebar .product-block .image {
  overflow: inherit;
  float: left;
  width: 40%;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .image:hover .img {
  padding-left: 0;
}
.sidebar .product-block .image .hover-image {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label,
.sidebar .product-block .pav-colorbox,
.sidebar .product-block .product-zoom {
  display: none;
}
.sidebar .product-block .name {
  min-height: 25px;
  height: 25px;
  height: auto !important;
}
.sidebar .product-block .price {
  margin-bottom: 0;
}
.sidebar .product-block .left {
  border-bottom: 0;
}
.sidebar .product-block .image.swap img {
  width: 100%;
}
.sidebar .product-list {
  background-color: #FFFFFF;
}
.sidebar .product-list .product-block {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .product-list .product-block:hover .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.sidebar .product-meta {
  padding: 0;
  min-height: 20px;
  width: 60%;
  float: left;
  height: 20px;
  height: auto !important;
}
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
  height: 20px;
  height: auto !important;
}
.sidebar .blog-title {
  font-weight: bold;
  text-transform: none;
  line-height: normal;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 5px 0;
}
.sidebar .blog-title a {
  color: #000000;
}
.sidebar .blog-title a:hover {
  color: #323232;
}
.sidebar .description {
  line-height: 18px;
  border-left: 1px solid #ebeef2;
border-right: 1px solid #ebeef2;
background: #deccb6;
padding: 5px 15px 0;
}
.sidebar .blog-body {
  position: relative;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ebeef2;
}
.sidebar .blog-body:before,
.sidebar .blog-body:after {
  content: " ";
  display: table;
}
.sidebar .blog-body:after {
  clear: both;
}
.sidebar .blog-body .create-date {
  width: 17%;
  height: auto;
}
.sidebar .blog-body .create-info {
  width: 83%;
  height: auto;
  min-height: 90px;
  height: 90px;
  height: auto !important;
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
  margin-top: -21px;
}
.sidebar .blog-body .create-info .inner {
  padding: 12px 15px 15px;
}
.sidebar .blog-body .created {
  background-color: #323232;
  color: #FFFFFF;
  font-size: 13px;
  font-family: ;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  text-align: center;
  margin-top: 1px;
}
.sidebar .blog-body .created span {
  display: block;
}
.sidebar .blog-body .created .day {
  font-size: 21px;
}
.sidebar .blog-body .created .month {
  font-family: 'Ubuntu', sans-serif;
}
.sidebar .blog-body .created hr {
  margin: 2px 0;
}
.sidebar .blog-body .buttons-wrap {
  display: none;
}
.sidebar [class^="col-"]:last-child .blog-body {
  border: 0;
}
.sidebar .product-items .product-cols {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.sidebar .product-items .product-cols.last .product-block {
  margin-bottom: 20px;
}
.sidebar .product-items .product-cols:last-child .product-block {
  border-bottom: 0;
  padding-bottom: 0;
}
.pavcarousel {
  /*border: 1px solid #ebeef2;*/
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pavcarousel .carousel-controls {
  display: none;
}
/* .pavcarousel .box-heading {
  color: #384044;
  font-size: 26px;
  padding: 6% 0 0;
  text-align: center;
  display: none;
} */
.pavcarousel .item-inner {
  border-left: none;
  border-bottom: none;
}
.pavcarousel .col-lg-2-2 {
  float: left;
  width: 25%;
  padding: 0;
}
/* .pavcarousel .carousel-inner {
  width: 100%;
  margin-bottom: -1px;
  text-align: center;
  background-color:#F9F8F7;
} */
.pavcarousel img:hover {
 /* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}
.blog-wrapper .blog-item {
  position: relative;
}
.blog-wrapper .blog-item .description {
  overflow: hidden;
  max-height: 60px;
  margin-top:-20px;
}
.blog-wrapper .blog-title {
  font-size: 20px;
  line-height: 30px !important;
}
.blog-wrapper .blog-title a {
  color: #000000;
}
.blog-wrapper .blog-title a:hover {
  color: #323232;
}
.blog-wrapper .blog-header .created {
  background-color: #323232;
  border: 3px solid rgba(255,255,255,0.6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.blog-wrapper .t-color {
  color: #323232;
}
.blog-wrapper ul li,
.blog-wrapper ol li {
  list-style-position: inside;
}
.blog-wrapper .blog-tags a {
  color: #323232;
}
.nopadding .box-heading {
  padding: 0;
}
.nopadding .box-content {
  margin-top: 1px;
  -webkit-border-radius: 0 2px 4px;
  -moz-border-radius: 0 2px 4px;
  -ms-border-radius: 0 2px 4px;
  -o-border-radius: 0 2px 4px;
  border-radius: 0 2px 4px;
  /*border-top: 2px solid #323232;*/
}
.box-wapper.blue {
  border-color: #323232;
}
.box-wapper.blue .box-heading span {
  background-color: #323232;
}
.box-wapper.cyan {
  border-color: #323232;
}
.box-wapper.cyan .box-heading span {
  background-color: #323232;
}
.box-wapper.green {
  border-color: #323232;
}
.box-wapper.green .box-heading span {
  background-color: #323232;
}
.main-column .productcarousel .btn-shopping-cart span {
  padding-left: 6px;
  padding-right: 6px;
}
.h-tabs {
  position: relative;
}
.newsletter_block .input-group {
  /*border-left: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;*/
  /*background: #deccb6;*/
  /*padding: 5px 15px 10px;
  /*margin-top: -10px;*/
  /*margin-top: 2%;*/
  /*margin-bottom: 15px;*/
}

/*.newsletter_block .input-group {
  padding: 12px 0;
}*/

.newsletter_block .btn-primary {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  height: 36px;
  font-family: 'Ubuntu', sans-serif;
  border: none;
  background: #044D36;
}
.newsletter_block .form-control {
  /*background: #363636;*/
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #949595;
  height: 36px;
  border: none;
  width: 90%;
  margin-left: 5%;
}
.product-related {
  position: relative;
}
.product-related .box-heading span {
  color: #323232;
}
.product-related .carousel-controls {
  top: 11px;
  right: 10px;
}
.tooltip-inner {
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.quick-link button {
  margin: 0 10px;
}
#pav-mainnav {
    background: none !important;
  /*margin-left: 50% !important;
    mgargin-right: 50% !important;*/
}
.success,
.warning,
.attention,
.information {
  margin-top: 0px;
}
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
  margin-bottom: 19px;
}
.category-info h1 {
  margin: 10px 0 0;
  font-weight: 600;
}
.refine-search {
  border-top: 1px solid #ebeef2;
}
.refine-search ul,
.refine-search ol {
  list-style: none;
}
.refine-search ul li,
.refine-search ol li {
  padding: 5px 0;
  margin: 0 8px;
  line-height: normal;
  position: relative;
  float: left;
}
.refine-search ul li:before,
.refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #323232;
}
.refine-search .box-heading {
  color: #353d41;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: capitalize;
  border-bottom: 1px solid #ebeef2;
}
.refine-search .box-content {
  margin: 0;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.category-list {
  border: 0;
  margin: 0;
}
.category-list ul {
 float: left;
  margin-right: 4px;
/*margin-left: 10px;*/
margin-top: 14px;
}
.category-list ul li a {
  font-size: 15px;
  padding-left: 0px !important;
}
.category-list ul li a:hover {
  color: #323232;
}
.manufacturer-heading {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: #000000;
  background-color: #f5f5f5;
}
.manufacturer-list {
  border: 0;
  padding: 5px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  padding: 12px 10px 2px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  color: #353d41;
  font-weight: 600;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.product-filter .sort,
.product-filter .limit {
  float: left;
}
.product-filter .sort select,
.product-filter .limit select {
  color: #323232;
}
.product-filter .sort {
  margin: 0 10px;
}
.product-filter .display {
  float: left;
}
.product-filter .display span {
  margin-right: 5px;
  padding-top: 5px;
}
.product-filter .display a {
  background: url('../image/icon-grid-list.png') no-repeat 0 0 scroll;
  width: 31px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ebeef2;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 8px 8px;
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
  background-position: 8px -29px;
}
.product-filter .display a.list {
  background-position: -31px 8px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
  background-position: -31px -29px;
}
.product-filter .display a.active .fa,
.product-filter .display a:hover .fa {
  color: #FFFFFF;
}
.product-filter .display i {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.product-filter .product-compare {
  float: right;
}
.product-list .col-fullwidth {
  width: 100%;
  float: none;
  margin: 0;
}
.product-list .product-cols {
  border-right: none;
  border-bottom: 1px solid #ebeef2;
}
.product-list .product-items {
  border: none;
}
.product-list .product-block {
  overflow: hidden;
  padding: 20px 10px;
}
.product-list .product-block:hover .wishlist a,
.product-list .product-block:hover .compare a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.product-list .product-block .product-icon {
  background: #353d41;
  color: #FFFFFF;
  border: none;
}
.product-list .product-block .product-icon:hover {
  background: #323232;
}
.product-list .product-meta {
  padding: 0;
  overflow: hidden;
  min-height: inherit;
}
.product-list .rating,
.product-list .norating {
  margin: 0;
}
.product-list .description {
  display: block;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 18px;
  margin-bottom: 0;
  text-align: center;
}
.product-list .image img {
  padding: 0;
  border: 0;
}
.product-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list .action {
  margin-top: 15px;
}
.product-list .action .wishlist .fa-heart {
  margin-right: 0;
}
.product-list .action .wishlist,
.product-list .action .compare {
  margin: 0;
  padding: 0;
}
.product-list .action .wishlist a,
.product-list .action .compare a {
  margin: 0 10px;
  width: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  padding: 0 10px;
  visibility: visible;
}
.product-list .action .wishlist span,
.product-list .action .compare span {
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
}
.product-grid {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}
.product-grid .products-block {
  border-bottom: 1px solid #ebeef2;
}
.product-grid.last {
  border: 0;
}
.product-grid .description,
.product-grid .price-tax {
  display: none;
}
.products-block {
  overflow: hidden;
  border-top: 1px solid #ebeef2;
  margin: 5px 0;
}
.product-meta {
  padding-top: 15px;
  text-align:center;
 /* padding: 5px;
  background-color: #efefef;*/
}
.product-items {
 /* border-bottom: 1px solid #ebeef2;*/
  margin: 0;
}
.product-items.last,
.product-items:last-child {
  border-bottom: 0;
}
.product-info {
  border: 1px solid #ebeef2;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-info .product-label {
  top: 10px;
  right: 10px;
}
.product-info .image-container {
  padding-right: 0;
}
.product-info .carousel {
  padding: 30px 0 0;
  min-height: 415px;
}
.product-info .carousel-control {
  font-size: 15px;
  color: #75716c;
  text-align: center;
  width: 96%;
  padding-top: 2px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-info .carousel-control.right .fa,
.product-info .carousel-control.left .fa {
  font-weight: normal;
  margin-top: -2px;
}
.product-info .carousel-control.right {
  top: auto;
  right: 5px;
}
.product-info .carousel-control.left {
  left: -2px;
}
.product-info .carousel-inner {
  margin: -3px;
  clear: both;
  overflow: hidden;
}
.product-info .carousel-inner .item {
  text-align: center;
}
.product-info .carousel-inner a {
  display: inline-block;
  margin: 2px 0;
}
.product-info .carousel-inner a:last-child {
  margin: 0;
}
.product-info .carousel-inner a img {
  border: 1px solid #ebeef2;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  margin-top: 0;
}
.product-info ul,
.product-info ol {
  list-style: none;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
 /* border: 1px solid #ebeef2;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.product-info .share {
  padding: 20px 0;
}
.product-info .share:before,
.product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  padding: 10px 0;
  color: #3e474b;
  font-size: 13px;
}
.product-info .price .text-price {
  /*display: none;*/
  font-size:13px;
  font-weight: bold;
  color: #3e474b;
}
.product-info .price .price-gruop,
.product-info .price .price-old {
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #323232;
  font-weight: 400;
}
.product-info .price .other-price {
  margin-top: 5px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 5px;
}
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .description {
  border: 0;
  margin-bottom: 5px;
  padding-top: 20px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
  color: #3E474B;
  font-weight: bold;
}
.product-info .description .fa {
  color: #FFFFFF;
  background-color: #323232;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 3px 5px 0 0;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .options h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
.product-info .options b {
  font-size: 13px;
  font-weight: bold;
  color: #3e474b;
}
.product-info .options input[type="file"] {
  background-color: transparent;
  color: #93999d;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-info .options input[type="file"] .fa {
  color: #93999d;
}
.product-info .options input[type="file"]:hover {
  color: #323232;
}
.product-info .options input[type="file"]:hover .fa {
  color: #323232;
}
.product-info .review {
  border-top: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
  padding: 10px;
  display: none;
}
.product-info .review a {
  color: #aab2bd;
  text-transform: capitalize;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
/* .product-info .product-extra {
  padding: 10px 0;
} */
/* .product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
} */
.product-info .product-extra .quantity-adder {
  margin: 0;
}
.product-info .product-extra .quantity-adder input {
  border: 1px solid #ebeef2;
}
.product-info .product-extra .cart {
  display: flex;
  flex: 1;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #ebeef2;
  border-bottom: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 15px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #ff3813;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #ff3813;
}
.product-info .product-extra .quantity-number input {
  min-width: 57px;
  width: 57px;
  width: auto !important;
  height: 32px;
  text-align: center;
}
.product-info .product-extra .product-icon {
  margin-left: 5px;
  cursor: pointer;
  color: #353d41;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ebeef2;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.product-info .product-extra .product-icon:hover {
  background-color: #323232;
  color: #FFFFFF;
  border-color: transparent;
}
.heighlight {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-top: 2px solid #323232;
  border-left: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  background: #FFFFFF;
}
.buttons {
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}
.tabs-group {
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-content {
  padding: 20px;
  text-align: justify;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: white;
  font-size: 14px;
  font-weight: 400;
  background: #0B8C64 !important;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-left: 0;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 16%;
}
.checkout .radio {
  margin-bottom: 10px;
}
.checkout .buttons {
  border: 1px solid #ebeef2;
  padding: 10px;
  margin: 0;
}
.checkout .cart-total {
  border-top: 1px solid #ebeef2;
}
.checkout .cart-total table {
  float: right;
}
.checkout .cart-total td {
  text-align: right;
  padding: 5px;
}
.checkout .cart-total td >b {
  font-weight: bold;
}
.checkout .cart-module {
  padding: 10px 5px;
}
.checkout .cart-module #button-quote {
  margin-top: 10px;
}
.wishlist-info table tr td,
.cart-info table tr td {
  text-align: center;
  vertical-align: middle;
}
.wishlist-info table tr td img,
.wishlist-info table tr td input,
.cart-info table tr td img,
.cart-info table tr td input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.table-bordered > thead > tr > td {
  color: #353d41;
  font-size: 15px;
  font-weight: bold;
  background: #fafafa;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
#content .content {
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.order-list .list-content {
  margin-bottom: 10px;
}
.order-detail {
  background: #ebeef2;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 10px;
}
.return-opened textarea {
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 20px;
}
.checkout-heading {
  background: #fbfbfb;
  border: 1px solid #ebeef2;
  padding: 8px;
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.sitemap-info {
  margin-bottom: 30px;
}
.sitemap-info ul > li {
  line-height: 1.928571429;
  font-weight: bold;
  list-style: disc inside none;
}
.sitemap-info ul > li > ul {
  margin-left: 20px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}
.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  color: #ff3813;
  margin: 100px 0 10px 0;
}
.page-not-found span {
  margin-right: 10px;
}
.contact-location {
  margin-bottom: 10px;
}
.contact-location img {
  max-width: none;
}
.contact-content {
  padding: 20px;
  border-top: 1px solid #ebeef2;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml {
  border: 0;
  padding: 0;
  margin-top: 20px;
}
.contact-content .contact-customhtml .content {
  min-height: 338px;
}
.contact-content .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #a2a2a2;
  font-size: 19px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact-content .fa:hover {
  background-color: #323232;
}
.verticalmenu h1,
.verticalmenu h2,
.verticalmenu h3,
.verticalmenu h4,
.verticalmenu h5,
.verticalmenu h6,
.pav-megamenu h1,
.pav-megamenu h2,
.pav-megamenu h3,
.pav-megamenu h4,
.pav-megamenu h5,
.pav-megamenu h6 {
  text-transform: uppercase;
  line-height: 20px;
  margin: 10px 0;
  color: #384044;
}
.pav-megamenu .megamenu {
  position: relative;
  padding-top: 15px;
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none;
  margin-top: 28px;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret {
  border: 0;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: -10px;
  top: -1px;
  color: #353d41;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before,
.pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
  color: #fff;
}
.pav-megamenu .navbar-nav > li > a {
  padding: 15px 24px;
  text-transform: uppercase;
  /* font-weight: 600; */
  /*border-right: 1px solid #ebeef2;*/
  color: #252525;
  background-color: transparent;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  font-size: 18px;
}
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a:active {
  color: #332f2c;
  border-color: #332f2c !important;
}
.pav-megamenu .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 3px;
}
.pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
.pav-megamenu .navbar-nav > li:hover > a:before {
  /*background-color: #323232;
  height: 3px;
  width: 100%;*/
}
.pav-megamenu .navbar-inverse {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pav-megamenu .navbar-collapse {
  padding: 0;
}
.pav-megamenu .dropdown-menu {
  top: 100%;
  left: -9999px;
  height: auto;
  border: 0;
  min-width: 200px;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.pav-megamenu .dropdown-menu li {
  line-height: 30px;
}
.pav-megamenu .dropdown-menu li a {
  color: #75716C;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0,0,0,0);
  line-height: 28px;
  padding: 0 0 0 15px;
}
.pav-megamenu .dropdown-menu li a .caret {
  position: absolute;
  top: 15px;
  right: 0;
}
.navbar{
  min-height: unset!important;
}
.pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #323232;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
  color: #323232;
}
.pav-megamenu .dropdown-menu .fa {
  margin-left: 0;
  color: #75716C;
}
.pav-megamenu .dropdown-menu .menu-title .fa {
  display: none;
}
.pav-megamenu .dropdown-menu ul li.parent {
  position: relative;
}
.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.pav-megamenu .dropdown-menu ul li.parent:hover > .dropdown-menu {
  left: 100%;
  display: block;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.pav-megamenu .dropdown:hover > a {
  color: #323232;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #323232;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  color: #384044;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: -115%;
  left: auto;
  top: 0;
}
.pav-megamenu .dropdown-submenu b.fa {
  margin-left: 3px;
}
.pav-megamenu p {
  font-size: 13px;
  line-height: 20px;
}
.pav-megamenu .fa {
  margin-left: 3px;
  color: #000000;
}
.pav-megamenu ul,
.pav-megamenu ol {
  list-style: none;
}
.pav-megamenu .pavo-widget .fa {
  margin-right: 0;
}
.pav-megamenu .product-block .w-product {
  margin-right: 28px;
}
.pav-megamenu .product-block .image {
  text-align: left;
}
.pav-megamenu .product-block .product-meta {
  min-height: inherit;
  text-align: left;
}
.pav-megamenu .product-block .name {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
.pav-megamenu .product-block .name a {
  color: #353d41;
}
.pav-megamenu .product-block .name a:hover {
  color: #323232;
}
.pav-megamenu .product-block .product-icon {
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #FFFFFF;
}
.pav-megamenu .product-block .product-icon:hover {
  color: #000000;
}
.pav-megamenu .product-block .cart .product-icon {
  border: 1px solid #ebeef2;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-family: "Alegreya", serif;
}
.pav-megamenu .product-block .cart .product-icon:hover {
  color: #323232;
}
.pav-megamenu .product-block .rating {
  padding-top: 3px;
}
.pav-megamenu .product-block .action {
  margin-top: 5px;
}
.pav-megamenu .product-block .pav-colorbox {
  display: none !important;
}
.pav-megamenu .product-block:last-child .w-product {
  margin: 0;
}
.pav-megamenu .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hidden-heading-title .menu-title {
  display: none;
}
#column-right #pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: auto;
  right: 100%;
}
#column-right #pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
  left: -5px;
  right: 0;
}
#pav-verticalmenu .box-heading {
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  padding: 13px 15px;
  font-weight: normal;
  color: #cbcad0;
}
#pav-verticalmenu .box-heading .fa {
  font-size: 16px;
  padding-right: 10px;
}
#pav-verticalmenu .box-content {
  background: none;
  padding: 0;
  min-height: 250px !important;
  position: static;
  /*height: 200px !important;*/
}
#pav-verticalmenu .box-content .navbar-default {
  position: static;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background: none;
}
#pav-verticalmenu .box-content .navbar-default .navbar-header {
  float: none;
  width: 100%;
}
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
  padding: 0;
  max-width: auto;
  min-height: 260px;
}
#pav-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
#pav-verticalmenu .navbar-nav > li {
  width: 96%;
  /*height: auto;*/
  height:37.8px;
  position: static;
  border-bottom: 1px solid #ebeef2;
}
#pav-verticalmenu .navbar-nav > li > a {
  display: block;
  color: #3e474b;
  padding: 10px;
}
#pav-verticalmenu .navbar-nav > li > a:before {
  color: #AAB2BD;
  content: "\f00c";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  padding: 0 5px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-desc {
  display: none;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -5px 0;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #999999;
}
#pav-verticalmenu .navbar-nav > li.last {
  border: none;
}
#pav-verticalmenu .navbar-nav > li.last a,
#pav-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
#pav-verticalmenu .navbar-nav > li:hover a:before {
  color: #323232;
}
#pav-verticalmenu .navbar-nav > li:hover > a {
  color: #323232;
}
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
  background-position: left bottom !important;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
  border-left-color: #323232;
}
/*#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);}*/

#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
top: -40px;
opacity: 1;
filter: alpha(opacity=100);
position: relative;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #323232;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.13);
}
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
  position: absolute;
  content: "";
  right: -5px;
  top: 0;
  width: 0;
  height: 100%;
  border: 5px solid #FFFFFF;
  z-index: 9999;
}
#pav-verticalmenu .pav-colorbox {
  display: none !important;
}
#pav-verticalmenu .dropdown-menu {
  left: -9999px;
  top: -9999px;
  right: auto;
  border: 0;
  display: block;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 215px;
  padding: 15px;
  background: #FFFFFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  color: #75716C;
  background-color: #F9F8F7;
}
#pav-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  list-style: none;
}
#pav-verticalmenu .dropdown-menu ul li a {
  color: #75716C;
  padding: 2px 0;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0,0,0,0);
  padding: 0 0 0 15px;
}
#pav-verticalmenu .dropdown-menu ul li a .caret {
  position: absolute;
  top: 17px;
  right: 0;
}
#pav-verticalmenu .dropdown-menu ul li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #323232;
}
#pav-verticalmenu .dropdown-menu ul li a:hover .fa {
  color: #323232;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video {
  width: 100%;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
  margin-bottom: 10px;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: #000000;
}
#pav-verticalmenu .dropdown-menu .action {
  display: none;
}
#pav-verticalmenu .widget-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #EBEEF2;
}
#pav-verticalmenu .w-product {
  padding: 5px;
}
#pav-verticalmenu .w-product .image {
  float: none;
}
#pav-verticalmenu .product-block {
  width: 33.3333%;
  height: auto;
  padding: 0;
  background: none transparent;
  border: 0;
}
#pav-verticalmenu .product-block .name {
  min-height: 32px;
  height: 32px;
  height: auto !important;
  padding: 0;
  margin: 0;
}
#pav-verticalmenu .product-block .name a {
  color: #75716C;
  padding: 0;
}
#pav-verticalmenu .product-block .name a:hover {
  color: #323232;
}
#pav-verticalmenu .product-block .image a {
  padding: 0;
}
#pav-verticalmenu .product-block .product-meta {
  min-height: inherit;
  width: auto;
}
#pav-verticalmenu .product-block .rating,
#pav-verticalmenu .product-block .norating {
  margin: 15px 0;
  border-top: 1px solid #f2f3f4;
  border-bottom: 1px solid #f2f3f4;
  padding: 3px 0 6px;
}
.megamenu .aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.megamenu  .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu .aligned-fullwidth {
  position: inherit !important;
}
.megamenu  .aligned-fullwidth .dropdown-menu {
  width: 100% !important;
  left: 0;
}
#mainmenutop .navbar-toggle {
  float: left;
}
.offcanvas-menu-open #menu-offcanvas .menu-offcanvas-inner {
  display: block;
}
#menu-offcanvas .menu-offcanvas-inner {
  background-color: #323232;
  display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 10px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
  list-style: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
  font-size: 14px;
}
#menu-offcanvas .product-block .image {
  text-align: left;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-container {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul.megamenu  > li > a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px rgba(0,0,0,0.2);
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.button-close-menu {
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
}
.button-close-menu .fa {
  font-size: 16px;
}
@media (max-width: 768px) {
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
			#filterpro .option_box{
	/*width: 31% !important; edit */
}

  #mainmenutop .navbar-nav {
    display: none;
  }
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-sidebars-buttons {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
  display: none; /*Roberto*/
}
#menu-offcanvas .pavo-widget .widget-inner iframe {
  width: 250px !important;
}
ul.list li {
  line-height: 30px;
}
ul.list li a {
  color: #75716C;
  background: url('../image/icon-menu.png') no-repeat scroll 0 7px rgba(0,0,0,0);
  line-height: 26px;
  padding: 0 0 0 15px;
}
ul.list li a:hover {
  background-color: transparent;
  background-position: 0 -37px;
  color: #323232;
}
ul.list li a:hover .fa {
  color: #323232;
}
ul.social li {
  min-height: 45px;
  cursor: pointer;
}
ul.social li span {
  border: 2px solid #B6B6B6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #B6B6B6;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-right: 5px;
  padding-left: 4px;
  text-align: center;
}
ul.social li:hover {
  color: #323232;
}
ul.social li:hover a,
ul.social li:hover span {
  color: #323232 !important;
  border-color: #323232;
}
.img-ft img {
  margin-top: 12px;
}
.link-more {
  color: darker(#323232,10%);
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
  color: #ff2b04;
}
.link-more .icon-read-more-2 {
  font-size: 12px;
  color: #ff3813;
}
.link-more:hover {
  color: #ff2b04;
}
.copyright {
  text-align: left;
}
.copyright a {
  color: #ff2b04;
}
.pagination .links a:hover {
  color: #323232;
}
#back-top {
  margin: 0px;
  position: relative;
  text-align: center;
}
#back-top a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
  border: 1px solid #ebeef2;
  background-color: #FFFFFF;
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
#back-top a:hover {
  border-color: #ff5a3c;
  background-color: #ff5a3c;
}
#back-top a:hover i {
  color: #FFFFFF;
}
.megamenu .navbar-toggle {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.megamenu .navbar-toggle .fa {
  color: #323232;
  margin: 0;
}
.megamenu .navbar-toggle:hover,
.megamenu .navbar-toggle:focus,
.megamenu .navbar-toggle:active {
  background-color: #323232;
  border-color: transparent;
}
.megamenu .navbar-toggle:hover .fa,
.megamenu .navbar-toggle:focus .fa,
.megamenu .navbar-toggle:active .fa {
  color: #FFFFFF;
}
.shapes {
  background-color: transparent;
  position: absolute;
  top: 50%;
  width: 0px;
  height: 0px;
}
.shapes.left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #f5f5f5;
  right: 0;
  margin: -4px 0;
}
.shapes.bottom {
  border-top: 7px solid #FFFFFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  top: 8px;
  right: 0;
  margin: 0 auto;
}
.shapes.round {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /*background-color: #79a3bd;*/
  border: #323232;
  top: 25%;
  right: 10px;
}
#breadcrumb .breadcrumb li a {
  position: relative;
}
#breadcrumb .breadcrumb li a:hover {
  color: #323232;
}
#breadcrumb .breadcrumb li a span {
  color: #353d41;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
}
#breadcrumb .breadcrumb li:hover {
  color: #ff4d2d;
}
#breadcrumb .breadcrumb li:hover span:before {
  background: #ff4d2d;
}
#breadcrumb .breadcrumb li.last a span {
  color: #323232;
}
#breadcrumb .breadcrumb li.last a:hover {
  color: #323232;
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.carousel-control {
  cursor: pointer;
  height: auto;
  text-align: center;
  background-image: none;
  font-size: inherit;
  background-color: #FFFFFF;
  color: #384044;
  border: 1px solid #ebeef2;
  width: 23px;
  height: 23px;
  -webkit-text-shadow: none;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #323232;
}
.carousel-control:hover .fa,
.carousel-control:focus .fa {
  color: #323232;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0%),color-stop(rgba(0,0,0,0) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  line-height: 22px;
  /*width: 50px;
    height: 50px;*/

}
.carousel-control.left {
  top: 0;
}
.carousel-control .fa {
  display: block;
  color: #AAB2BD;
  font-weight: bold;
  line-height: 21px;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #323232;
}
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 15px;
  color: #FFFFFF;
  width: 30px;
  height: 31px;
  line-height: 30px;
  vertical-align: top;
  background: #ff3813;
}
.custom-block {
  margin: 0px 15px 0px -15px;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #ebeef2;
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
}
.custom-block .box-heading:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #cccccc;
  border-color: rgba(204,204,204,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  width: 0;
  height: 0;
  border-top-color: #ebeef2;
  border-width: 7px;
  margin-left: -7px;
  left: 50%;
}
.custom-block .box-heading:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #ffffff;
  border-color: rgba(255,255,255,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  width: 0;
  height: 0;
  border-top-color: #FFFFFF;
  border-width: 6px;
  margin-left: -6px;
  left: 50%;
  z-index: 1;
}
.custom-block .box-heading > span {
  font-weight: normal;
  border: 0;
  padding: 0;
}
.custom-block .box-content {
  padding-top: 20px;
}
.bold_green_text {
  color: #323232;
}
.media-body h3,
.media-body h4 {
  font-family: 'Ubuntu', sans-serif;
  color: #353d41;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.support:before,
.support:after {
  content: " ";
  display: table;
}
.support:after {
  clear: both;
}
.support .box-services {
  color: #9B9D9E;
  display: inline-block;
  font-size: 14px;
  min-height: 50px;
  min-width: 200px;
  cursor: pointer;
}
.support .box-services:hover span {
  border: 1px solid #323232;
}
.support .box-services:hover span i {
  color: #323232;
}
.support .box-services:hover .media-body h3 {
  color: #323232;
}
.support .box-services span {
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  position: relative;
  text-align: center;
  padding-left: 2px;
  -webkit-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  z-index: 1;
}
.support .box-services span i {
  color: #5D686E;
  font-size: 15px;
}
.support .box-services .media-body {
  padding-left: 10px;
}
.support .box-services .media-body h3 {
  line-height: 20px;
  margin: 0;
}
.support .box-services .media-body small {
  font-size: 14px;
}
.scrollup {
  background: #323232;
  bottom: 82px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999;
  font-size: 12px !important;
}
.scrollup .fa {
  display: block;
}
@media (max-width: 767px) {
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
  .in-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
  }
}
.error,
.alert-danger,
.alert-success {
  border: medium none;
  margin: 0;
  padding: 5px;
}
.hide-bar {
  display: none;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}
@font-face {
  font-family: 'museo300';
  src: url('../fonts/museo300-regular-webfont.eot');
  src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {

  .product-cols {
    width: 25%;
  }
/*  		#filterpro .option_box{
	width: 31% !important;
} edit
*/

}
@media (max-width: 1199px) {
	#filterpro .option_box {
    /*width: 30% !important; edit */
	min-width:inherit<
	}

	#search .input-search{
	width: 221px;
}
			#filterpro .option_box{
	/*width: 31% !important; edit */
}

  .product-info .carousel {
    min-height: 0;
    padding: 0;
  }
  .product-info .carousel .carousel-control {
    width: 23px;
  }
  .product-info .carousel .carousel-control.left {
    bottom: 10px;
    left: 0;
    top: auto;
  }
  .product-info .carousel .carousel-control.right {
    bottom: 10px;
    right: 0;
    top: auto;
  }
  .product-info .carousel .carousel-inner a {
    margin: 0 -2px 5px 5px;
  }
  .tab-content.pull-left {
    width: 100%;
  }
  .valid {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .pavcol-lg-5 {
    width: 20%;
  }
  .pav-categoryproducts .tab-content {
    width: 75.5%;
  }
/*  		#filterpro .option_box{
	width: 31% !important;
} edit */

}
@media (min-width: 992px) and (max-width: 1199px) {
		#filterpro .option_box{
	    width: 31.8% !important; /*edit*/
}
  .support .box-services {
    min-width: 181px;
  }
  .support .box-services .media-body small {
    font-size: 13px;
  }
  .product-block .product-icon {
    margin: 5px 5px 0 0;
  }
  .product-grid .product-block .product-icon,
  .product-related .product-block .product-icon {
    margin: 0 0 0 5px;
  }
  #pav-verticalmenu .navbar-nav > li > a .caret {
    right: 0;
  }
  .product-info .carousel-inner a {
    margin-right: 5px;
  }
  .offcanvas-menu {
    display: none;
  }
  #powered {
    padding: 20px 0;
  }
  .effect:hover .overlay {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .checkout .cart-total {
    border-top: none;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
	#filterpro .option_box{
	/*width: 100% !important; edit */
}
	#mainmenutop .navbar-toggle {
    float: left;
    background-color: #394044;

}
.megamenu .navbar-toggle .fa {
    color: #fff;

}
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .box.productcarousel {
    margin-top: 30px;
  }
  .pav-megamenu .navbar-default {
    background-color: transparent;
  }
  #search .input-search {
    min-width: 244px;
  }
  .img-responsive {
    display: block !important;
  }
  .product-block .product-icon {
    margin-left: 3px;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  .sidebar .product-block .image {
    width: 15%;
  }
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }



}
@media (max-width: 767px) {
	#filterpro .option_box{
	width: 100% !important;
}
	.paypal .pull-right{
		float: left !important;
	}

	#menu-offcanvas .dropdown .dropdown-menu{
		background-color: #e6e6e6 !important;
	}
	.main-column .productcarousel .btn-shopping-cart span{
		font-size:11px;
	}
	#mainmenutop .navbar-toggle {
    
}

	#header .show-mobile > div{
		    display: table;
    margin-left: 300px;
    margin-top: -40px;
	}
	.voci-header{
		margin-bottom: 10px;
	}

	#header-main #logo-theme a{
	float: left;
	}
  .zoomContainer,
  .pav-colorbox,
  .product-zoom {
    display: none !important;
  }
  .pav-megamenu .navbar-default {
    background-color: transparent;
	margin-top: -5px;
  }
  #header-main .inner {
    text-align: center;
  }
  #header-main .inner > * {
    display: block;
  }
  #pav-mainnav {
    background: none !important;
	/*margin-left: 50% !important;
    mgargin-right: 50% !important;*/
  }
  #search {
    /*right: 15px;
    top: 106px;*/
    z-index: 3;
  }
  .megamenu .navbar-toggle {
    background: #0B8C64;
    border: 1px solid #0B8C64;
  }
  .megamenu .navbar-toggle .fa {
    color: #FFF;
    line-height: 40px;
  }
  .btn-top {
    margin-bottom: 10px;
  }
  .product-cols {
    border-right: none;
    /* border-bottom: 1px solid #ebeef2; */
  }
  .img-responsive {
    display:block !important;
  }
  .box-module-pavreassurances .column {
    border-right: none;
    border-bottom: 1px solid #ebeef2;
  }
  #footer .footer-center .box .box-heading {
    padding: 20px 0;
  }
  .tabs-group .htabs {
    min-height: 0;
  }
  .product-extra .action {
    margin-top: 10px;
  }
  .product-list .action .wishlist span,
  .product-list .action .compare span {
    display: none;
  }
  .product-block .wishlist a,
  .product-block .compare a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    visibility: visible !important;
  }
  .product-info .image a {
    pointer-events: none;
    cursor: default;
  }
  embed {
    width: 100%;
  }
  .wishlist-info td,
  .wishlist-info th,
  table.history-list td,
  table.history-list th,
  table.order-info td,
  table.order-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  .wishlist-info tr td:before,
  table.history-list tr td:before,
  table.order-info tr td:before,
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  .wishlist-info tr td,
  table.order-info tr td,
  table.history-list tr td,
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  table.history-list thead,
  table.order-info thead,
  .wishlist-info thead,
  table.pav-shop-cart thead {
    display: none;
  }
}
@media (max-width: 480px) {
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
  #search .input-search {
    min-width: 0;
  }
  .product-list .image {
    float: none;
  }
  .product-info .carousel-inner a {
    margin-right: 0;
  }
  .product-extra .cart {
    clear: both;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .newsletter_block .box-heading {
    width: 100%;
  }
  .newsletter_block .input-group {
    clear: both;
    width: 100%;
    /*padding-top: 20px;*/
  }
  #filterpro .option_box{
	width: 100% !important;
}
}
@media (max-width: 360px) {
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
  embed {
    display: none !important;
  }
  .nav-tabs {
    border: 1px solid #ebeef2;
  }
  .nav-tabs > li {
    border-bottom: 1px solid #E9E9E9;
    float: none !important;
    margin-bottom: 0;
  }
  .nav-tabs > li .active > a,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: none !important;
  }
  .social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  .btn.btn-theme-default {
    padding: 4px 12px;
  }
  #filterpro .option_box{
	width: 100% !important;
}
}
.product-block .img {
  -webkit-transition: left .7s cubic-bezier(.75,0,.175,1);
  transition: left .7s cubic-bezier(.75,0,.175,1);
}
.product-block .pav-colorbox,
.product-block .product-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block .pav-colorbox {
  margin: -10px 0 0 -60px;
}
.product-block .product-zoom {
  margin: -10px -70px 0 0;
}
.product-block .wishlist a,
.product-block .compare a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block:hover .product-zoom,
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block:hover .product-zoom {
  margin: -10px -35px 0 0;
}
.product-block:hover .pav-colorbox {
  margin: -10px 0 0 -30px;
}
.product-block:hover .wishlist a,
.product-block:hover .compare a {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect {
  position: relative;
}
.overlay {
  background: none repeat scroll 0 0 rgba(227,242,253,0.2);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  width: 0;
}
.effect:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}

/*CAROSELLO*/
.pavcarousel .carousel-control.left{
	z-index:100 !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	opacity: 0.8;
	margin-top: 120px;
	margin-left: 0px;
	font-size: 40px;
    padding-top: 10px;
	height:50px;
	width: 50px;
}

.pavcarousel .carousel-control.right{
	z-index:100 !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	margin-top: 120px;
	font-size: 40px;
    padding-top: 10px;
	opacity: 0.8;
	height:50px;
	width: 50px;
}

.item-inner img{
	width: 95%;
	/*margin-bottom: 20px;*/
    /*padding: 10px;*/
}

.item-inner a img{

}

/*HEADER*/
.voci-header {
margin-bottom: 10px;
}

.voci-header a {
	color: #2C3E50;
}

#header-main #logo-theme a{
  float: left;
  }

.voci-header a:hover {
	color: #2C3E50;
	text-decoration:underline;
}

#pav-verticalmenu .dropdown-menu .level1{
	height:200px !important;
}

.welcome{
  text-align: right;
}

.href-accedi-mobile {
    float: none !important;
}

/* BANNER HOME */

.banner-home{
	width: 23.60%;
	height: auto;
	float: left;
	margin-left: 1.75%;
}



.facebook-home{
	float: left;
	width: 23.60%;
}

.box.pav-custom .modulo-home{
	background-color:#F5F5F5 !important;
}

@media (max-width: 1200px) {

.banner-home{
	display:none;

}



.facebook-home{
	display: none;
}

.modulo-home{
	display:none !important;
}
}

.descrizione-footer{
	width: 200px !important;
}

/*PAGINA PRODOTTO*/

#meta_description{
	width: 100% !important;
	text-align: justify !important;
}

#anchor {
color: #0B8C64;
font-weight: bold;
margin-bottom: 15px;
margin-top: 8px;
}

#tab-description h1 {
	font-weight:bold;
	font-size: 22px;
	margin-top:-5px;
	color: #0B8C64;
}

#tab-description h2, .descrizione-categoria-cst h2 {
	font-weight: 600;
	font-size: 28px;
	margin-top:-3px;
	color: #0B8C64;
}

#tab-description a{
	color: #0B8C64;
	text-decoration: underline;
}

#tab-description li{
	margin-left: 15px;
}

#tab-description h3, .descrizione-categoria-cst h3 {
 font-weight: 600;
 font-size: 22px;
}

.refine-search ul li:before, .refine-search ol li:before{
	display: none !important;
}

.category-list ul li a {
font-size: 15px;
padding-left: 18px;
text-transform: uppercase;
font-weight: bold;
}

.refine-search ul li, .refine-search ol li {
padding: 0px 0px 15px 0px;
margin: 0 15px 0 0;
line-height: normal;
position: relative;
float: left;
/*width: 31.1%; edit */
}

.refine-search .box-heading {
color: #353d41;
font-weight: bold;
background: #FFFFFF;
text-transform: capitalize;
border-bottom: 1px solid #ebeef2;
display: none;
}

#filterpro_box .box-heading{
	color: #2e3a47;
	text-align: left !important;
}

#filterpro_box .box-heading:after{
	display: none;
}

#filterpro_box .box-heading:before{
	display: none;
}

#filterpro_box .price_limit{
	color: #323232 !important;
	background-color: #f2f2f2 !important;
}

#filterpro .ui-widget-header {
background: none repeat scroll 0 0 #0B8C64 !important;
}

#filterpro .option_box {
    border: 1px solid #0B8C64 !important;
    border-radius: 0px !important;
    background-color: #f2f2f2;
}

#filterpro .price_slider {
padding: 9px !important;
}

.wrapper li{
	margin-left: 20px;
}

.manufacturer-info {
background-color: #FFF;
padding: 25px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.manufacturer-info h2{
	font-weight: bold;
font-size: 20px;
margin-top: -3px;
color: #323232;
}

.manufacturer-info h3{
	font-weight: bold;
}

.manufacturer-info li{
margin-left: 15px;
}
.mobile_view{
        display: none !important;
    }
/*Phone Tablet*/
@media only screen and (max-width:320px){
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
	.paypal{
    float: left !important;
	/*margin-top: 20px !important;*/
}
    .no_mobile{
        display: none;
		margin-left: 0px !important;
    }
	.mobile_view{
        display: inline !important;
    }
	#filterpro .option_box{
	width: 100% !important;
}
}
@media only screen and (min-width:321px) and (max-width:768px){


	.pavcol-lg-3 {
    width: 100% !important;
}
	.refine-search ul li, .refine-search ol li {
		width: 100%;
	}
	#filterpro{
		float: left !important;
	}
	#filterpro_box .clear_filter{
		    margin-left: 20px;
			float: left !important;
			    color: #888888 !important;
	}
	#filterpro_box .box-heading {
    color: #2e3a47;
    float: left;
    float: left;
    font-size: 15px !important;
}
	#footer .col-lg-20 {
    width: 100% !important;
}
    .no_mobile{
        display: inline;
    }
	.mobile_view{
        display: inline !important;
    }
	.paypal{
    float: left !important;
	/*margin-top: 20px !important;*/
}
/*#filterpro .option_box{
	width: 100% !important;
}edit*/
}

/* #pav-slideshow{
	margin-bottom: -30px;
} */
.usp-hp{
  padding: 50px 0px;
  border-bottom: 1px solid lightgray;
}
.usp-box{
  max-width: 299px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.usp-title h3{
  line-height: 27px;
  font-size: 24px;
  color: #0B8C64;
  font-weight: 600;
}
.usp-desc h4{
  font-size: 15px;
  line-height: 25px;
}
.pavcol-lg-3 {
   width: 33.33333%;
 }

 pavcol-lg-5 {
   width: 20% !important;
 }

 mentre .pavcol-lg-5 {
 float: left !important;
 padding-left: 9px !important;
 padding-right: 9px !important;
 position: relative !important;
}

#header #cart {
    /*position: absolute !important;
    margin-top: -150px !important;
    margin-left: -175px !important;
    z-index: 9999 !important;*/
}

.pull-left{
	/*display:none !important;*/
}

.buttons-wrap{
	display:none !important;
}

/* .img-responsive {
    height: auto !important;
    width: 100% !important;
} */

/*.blog-body .image img{
	width: 100% !important;
	height: auto !important;
}*/

/*BOTTONE ACQUISTA*/

.wishlist{
	display: none !important;
}

.compare{
	display: none !important;
}

.btn.btn-shopping-cart{
	width: 100% !important;
	background: #0B8C64 !important;
	text-transform: uppercase !important;
	    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.btn.btn-shopping-cart > * {
    float: none !important;
}

.category-description h2{
	font-family: "Source Sans Pro", sans-serif !important;
}

.product-info .price .price-gruop, .product-info .price {
    font-size: 35px !important;
    text-transform: uppercase;
    color: #0B8C64 !important;
    font-weight: 600 !important;
    text-align: left !important;
    font-family: "Source Sans Pro", sans-serif !important;
}

.product-info .price .price-gruop, .product-info .price .price-old {
}

.heighlight {
	border-top: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif !important;
}

hr {
	border-top: none !important;
}

.box .box-heading{
	text-align: center !important;
}

.btn.btn-theme-default{
	background-color: #0B8C64 !important;
}

.panel-body {
    padding: 0 !important;
}

/*FILTRI*/
.attribute_box .option_box{
	display: none !important;
}

/*FOOTER*/

#footer .col-lg-20{
	width: 25% ;
}

#footer .box-content li{
	line-height: 40px;
}

/*PRE FOOTER*/

.blog-item {
    padding: 0px 10px 0 10px !important;
    float: left !important;
	min-height: 80px;
}

.blog-title, #blog-info .blog-title{
	/*margin-left: 45px !important;*/
    line-height: 20px !important;
}

.blog-item .image.pull-left{
	margin-right:5px !important;
}

.home_blog h2{
	text-align:left !important;
	margin-left: -15px !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    border-bottom: #7B8086 1px solid !important;
    color: #7B8086 !important;
}
.latest_blog .description{
	min-height:405px !important;
}
/*VARIE*/
#pav-verticalmenu .navbar-nav > li.parent:hover > a:after{
	border:5px solid #F9F8F7 !important;
}

#filterpro .option_box{
	/*min-width: 275px !important;*/
	height: 90px !important;
}

#filterpro table {
    margin-bottom: 5px !important;
    float: left !important;
    margin-top: 10px !important;
	margin-left: 28px !important;
	background-color: inherit !important;
}

#filterpro .collapsible {
    margin-top: -5px !important;
}

#filterpro select {
    width: 256px !important;
}

/*PAGINA ACCOUNT*/

.voce-account{
line-height: 30px !important;
font-size: 16px !important;
border-bottom: 1px solid #D6D6D6;
}

.form-account{
	width: 100%;
	height: 40px;
}

/*@media (max-width: 400px) {
	.product-cols{
		width: 100% !important;
	}
}*/

@media only screen and (max-width: 320px) {
.no_mobile{
    display: inherit !important;
    margin-left: 0px!important;
    width: 300px;
}

}

.cart-info table tr td img{
	width: auto !important;
}

.img-captcha-ok{
	width:20% !important;
}

/*MODIFICHE 28-06-16*/

.by_manufacturer{
	font-size:12px;
	font-weight:400;
	font-style:italic;
	text-transform:capitalize;
}

.name_manufacturer{
	font-weight:500;
	font-size: 11px
}

.order-content img{
	width:auto;
}

#blog-info .blog-title {
   line-height: 32px !important;
}

.clearfix a {
   color: #0B8C64;
}

/*MODIFICHE 30/06/2016*/

.newsletter_titolo{
	background-color: #323232 !important;
	color: #fff !important;
}

/*MODIFICHE 06/07/2016*/

.blog-bottom{
	display:none;
}

.blog-meta .author {
	display: none;
}

.blog-meta .publishin {
	display: none;
}
.blog-meta .hits{
	display: none;
}
.blog-meta .comment_count{
	display: none;
}

/*MODIFICHE 11/07/2016*/

/* .pavcarousel .carousel-inner{
	text-align: left !important;
} */

/* .pavcarousel .carousel-inner .action{
	margin-top: 20px !important;
} */

/*MODIFICHE 12/07/2016*/

.produttori-name a{
	font-weight: bold;
    text-transform: uppercase;
}

.blog-titolo{
	background-image: url("https://www.madeinmasseria.shop/image/data/banner/banner-footer-blog.jpg");
    height: 135px;
    width: 100%;
    background-size: cover;
}

/*MODIFICHE 30/08/2016*/
#footer .box .box-heading::before{
	display: none;
}

#footer .box .box-heading::after{
	display: none;
}
.sidebar .box .box-heading::before{
	display: none;
}

.sidebar .box .box-heading::after{
	display: none;
}
/*.box .box-heading::before{
	content: "";
    background: #0B8C64;
    width: 20%;
    position: relative;
    display: inline-block;
    height: 2px;
	margin-bottom: 6px;
}

.box .box-heading::after{
	content: "";
    background: #0B8C64;
    width: 20%;
    position: relative;
    display: inline-block;
    height: 2px;
	margin-bottom: 6px;
}*/

.nopadding .box-heading span {
	line-height: 50px !important;
}

.newsletter_titolo{
	display: none;
}

.blog_titolo{
	display: inline !important;
	background-color: #323232!important;
    color: #fff!important;
}

.box .box-heading span{
	color: #cbcad0;
    /*font-size: 25px;*/
    font-weight: bold;
}

#footer span{
	color: #0B8C64;
    font-size: 25px;
    font-weight: 500;
}

/*BLOG h1 - h2 - h3*/

.blog-content h2{
	font-size: 22px;
}

.blog-content h3{
	font-size: 18px;
}

/*Roberto*/
.titolo-categoria {
    font-size: 30px;
    font-weight: 600;
    color: #0B8C64;
    margin-top: -5px;
    text-transform: none;
    line-height: 28px;
    font-family: "Source Sans Pro",sans-serif;
}

@media (max-width: 767px) {
	.bannercontainer{
		display:none;
	}
}
.richiesto {
  color: black !important;
  float: right !important;
}

.richiesto-cf {
  color: black !important;
  float: right !important;
}

@media (width: 2560px) {
  .richiesto {
    padding-right: 500px;
  }
  .richiesto-cf {
    padding-right: 470px;
  }
}

@media (width: 1440px) {
  .richiesto {
    padding-right: 505px;
  }
  .richiesto-cf {
    padding-right: 470px;
  }
}

@media (width: 1366px) {
  .richiesto {
    padding-right: 505px;
  }
  .richiesto-cf {
    padding-right: 470px;
  }
}

@media (width: 1024px) {
  .richiesto {
    padding-right: 390px;
  }
  .richiesto-cf {
    padding-right: 355px;
  }
}

@media (width: 768px) {
  .richiesto {
    padding-right: 280px;
  }
  .richiesto-cf {
    padding-right: 250px;
  }
}

@media (width:425px) {
  .richiesto {
    padding-right: 330px;
  }
  .richiesto-cf {
    padding-right: 290px;
  }
}

@media (width: 375px) {
  .richiesto {
    padding-right: 280px;
  }
  .richiesto-cf {
    padding-right: 240px;
  }
}

@media (width: 320px) {
  .richiesto {
    padding-right: 220px;
  }
  .richiesto-cf {
    padding-right: 190px;
  }
}

/*------------RESTYLING------------*/

/*HEADER*/

.btn-registrati{
  display: inline-block;
}

.btn-registrati a{
  color: #FFF !important;
  text-decoration: none;
  background-color: #0B8C64;
  color: #fff;
  padding: 5px;
}

.btn-registrati a:hover{
  background-color: #528237;
}

.welcome .fa{
  margin-right: 2px;
}

.testo_benvenuto{
  color: #0B8C64;
  font-weight: 600;
  text-transform: uppercase;
}

.testo_benvenuto span{
  color: #0B8C64;
}

/* .cerca-carrello{
  margin: 10px 0 0 0;
} */

.cart-inner #cart-total{
    color: #272727;
    /* font-weight: 600; */
    font-size: 12px;
}
.cart-inner #cart-total .total-euro{
    font-weight: 700;
}

#search .btn-default{
    border-radius: 0;
    background-color: #0B8C64;
    border-color:#0B8C64;
}

#search .btn-default:hover{
    background-color: #111;
}

.cerca-header .input-cerca, .cerca-header .btn-cerca{
  height: 37px;
}

.menu-principale a:hover {
  color: #FFF !important;
  background-color: #0B8C64 !important;
}

.menu-principale .dropdown-submenu li a:hover{
  color:#323232 !important;
  background-color: transparent !important;
}

.menu-principale .dropdown-menu li a:hover{
  color:#0B8C64 !important;
  background-color: transparent !important;
}

@media (max-width: 1200px){
  .pav-megamenu .navbar-nav > li a{
    font-size: 15px;
  }

  /* #header #cart .heading {
    width: 200px;
} */

#header-main #logo-theme a{
     background: url('../image/logo-madeinmasseria-1024.svg') no-repeat;
    display: block;
    width: 185px;
    height: 50px;
    margin-top: 10px;
    margin-left: -10px;
}

/* #header #cart .heading {
    padding-top: 5px;
} */

#header #cart .media .icon-cart{
    top: 3px;
}

.pav-megamenu .navbar-nav > li.first > a{
  padding-left: 0;
}

#header #cart .media h4{
  line-height: 0;
}
}

@media (min-width: 768px){
 .nascondi-desktop{
  display: none;
 }
}

@media (max-width: 768px){
 .nascondi-desktop{
  display: inline-table;
 }

.cerca-mobile{
  padding-top: 15px;
}

#header-main #logo-theme {
    padding: 0;
}

.pav-megamenu .navbar{
  margin-top: 0;
}

.pav-megamenu .megamenu{
  padding-top: 0;
}
/* 
#header #cart .heading {
    padding-top: 10px;
} */

#header #cart .media a {
    padding-left: 5px;
}

#header #cart .heading{
  width: auto;
}
/* #header-main #logo {
  margin-top: 20px;
  padding: 0px;
} */
}
.header-mobile .row{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-mobile .icon-cart{
    border-radius: 50%;
    background: #0B8C64 url(../image/icon-cart-mobile.png) no-repeat center !important;
}


.header-mobile .megamenu .navbar-toggle{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border-radius: 4px;
    border: none;
}

.header-mobile .pav-megamenu{
  padding-top: 0;
}

.header-mobile .cart-top .heading.media{
  float: right;
  padding: 0;
}

.header-mobile #cart .heading{
  position: relative !important;
}

/* .header-mobile .cart-top{
  padding-top: 15px;
  padding-right: 5px;
} */

.header-mobile #header-main{
  min-height: auto !important;
}

.header-mobile .cart-inner #cart-total, .header-mobile .cart-inner #cart-total2{
  font-weight: bold;
  font-size: 9px;
  color: #f66d6d;
  z-index: 999;
  background-color: #ff470f;
  padding: 0 4px;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 25.5px;
}

@media (max-width: 425px){
.header-mobile #header-main #logo-theme a{
    margin-left: -25px !important;
}
}

@media (max-width: 320px){
.header-mobile #header-main #logo-theme a{
    margin-left: -40px !important;
}
}

@media (max-width: 991px) and (min-width: 767px){
  .pav-megamenu .megamenu{
        padding-top: 0;
  }

/* .cerca-carrello {
    margin: 0;
} */
#header-main #logo-theme {
    padding: 0;
}
.pav-megamenu .navbar{
  margin-top: 0;
}
#header #cart .heading {
    width: auto;
}

#search{
  top: 10px;
}

.navbar-toggle{
  margin-top: 18px;
}
}

@media (max-width: 991px){
/*  #pav-slideshow {
    margin-top: 70px;
} edit */

/* .header-mobile #header-main {
    width: 100%;
    position: fixed;
    background: white;
    top: 0;
    bottom: auto;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow:    0px 1px 6px 0px rgba(50, 50, 50, 0.38);
    box-shadow:         0px 1px 6px 0px rgba(50, 50, 50, 0.38);
} */
.header-mobile{
  margin-bottom: 20px;
}
}


/*MODIFICHE PATRIZIA*/


.fai-la-spesa{
  color:#0B8C64;
}
.frasi-sotto-menu{
  margin-top: 15px;
  font-size: 15px;
}

.frasi-sotto-menu span{
 font-weight: bold; 
}

.frasi-mobile{
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
}



/*FINE MODIFICHE PATRIZIA*/

/*HOMEPAGE*/

.page-home .box .box-heading {
    color: #272727;
    padding: 20px 0px;
}
.page-home .box.orange span.title {
  font-size: 28px;
}

/*MENU CATEGORIE*/

.menu-categorie-verticale .box-heading{
    font-family: 'Source Sans Pro', sans-serif !important;
    text-align: left !important;
    margin-top: 0 !important;
}

/*PRODOTTI*/

.product-meta-new .name a{
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: none;
    text-align: left;
}

.product-meta-new .name{
    text-align: left;
    min-height: 35px;
}

.product-meta-new .by_manufacturer{
    font-size: 11px;
    text-transform: none;
    font-style: normal;
}

.product-meta-new .name_manufacturer{
    font-size: 11px;
    text-transform: none;
    font-style: normal;
    color: #0B8C64;
    text-decoration: underline;
    font-weight: 600;
}

.product-meta-new .price{
  text-align: left;
  margin-top: 0px;
}

.product-meta-new .cart{
  margin-top: 15px;
}

.product-meta-new .btn.btn-shopping-cart{
  background-color: #71bf44 !important;
  display: none; 
}

.product-meta-new .btn.btn-shopping-cart span{
  font-weight: 600;
}

.product-meta-new .fa-shopping-cart:before{
  content: "\f291";
}

.product-block-new{
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 20px;
}
.product-block-new img{
  border-radius: 10px;
}


.produttori-hp-new .btn.btn-shopping-cart{
  width: auto !important;
  background-color: #71bf44 !important;
}

.produttori-hp-new .name{
  margin-bottom: 0;
}


@media (max-width: 425px){
  /* .product-block-new{
    min-height: 370px;
  } */

  .product-block-new .name{
    height: 65px !important;
  } 
}

/* @media (max-width: 991px){
  .prodotti-piu-visti-home, .piu-acquistati-carousel, .ultimi-arrivi-carousel, .produttori-hp-new, .diventa-produttore-carousel{
    display: none;
  }
} */



/*BANNER HOMEPAGE*/

.dal-produttore .titolo, .diventa-produttore .titolo{
  font-family: 'Amatic SC', cursive;
  font-size: 48px;
  font-weight: 600;
  margin-top: 5px;
}

.sei-rivenditore .titolo{
  font-family: 'Amatic SC', cursive;
  font-size: 48px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
}

.sei-rivenditore .testo{
  color: #fff;
}

.dal-produttore .row, .sei-rivenditore .row, .diventa-produttore .row{
  padding-bottom: 15px;
}

.btn-chisiamo, .btn-contattaci, .btn-diventa-produttore{
  border-radius: 0;
  background-color:#0B8C64;
  margin-top: 25px;
}

.btn-chisiamo:hover, .btn-contattaci:hover, .btn-diventa-produttore:hover{
  background-color:#0B8C64;
}

.btn-chisiamo a:hover, .btn-contattaci a:hover, .btn-diventa-produttore a:hover{
  background-color:#0B8C64;
}

.btn-chisiamo a, .btn-contattaci a, .btn-diventa-produttore a{
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 0 20px;
}

.dal-produttore .testo, .sei-rivenditore .testo, .diventa-produttore .testo{
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    text-align: justify;
    font-weight: 500;
}

.dal-produttore, .diventa-produttore{
  background-image: url("../image/paper.jpg");
  color: #323232;
  padding: 25px 0;
}

.sei-rivenditore{
  background-image: url("../image/bg-nero.jpg");
  color: #323232;
  padding: 25px 0;
}

.dal-produttore p, .sei-rivenditore p, .diventa-produttore p{
  margin: 25px;
}
.dal-produttore span, .sei-rivenditore span{
  color:#0B8C64;
}

@media (max-width: 992px){

  .btn-chisiamo, .btn-contattaci, .btn-diventa-produttore{
    float: none !important;
  }

  .dal-produttore div, .sei-rivenditore div, .diventa-produttore div{
    padding: 10px 0;
  }

  .dal-produttore .row, .sei-rivenditore .row, .diventa-produttore .row{
    padding: 0;
  }

  .dal-produttore, .sei-rivenditore, .diventa-produttore{
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 425px){

  .dal-produttore div, .sei-rivenditore div, .diventa-produttore div {
    padding: 5px 0;
  }

  .sei-rivenditore .titolo, .dal-produttore .titolo, .diventa-produttore .titolo{
    line-height: 45px;
    font-size: 38px;
  }

  .btn-contattaci, .btn-chisiamo, .btn-contattaci, .btn-diventa-produttore{
    margin:0;
  }

  .sei-rivenditore .immagine img{
    width: 40px;
  }

  .diventa-produttore .immagine img{
    width: 60px;
  }

    .dal-produttore .immagine img{
    width: 250px;
  }

  .dal-produttore .container, .sei-rivenditore .container, .diventa-produttore .container {
    padding: 5px 0;
  }
}

@media (max-width: 470px){
  .sei-rivenditore .titolo, .dal-produttore .titolo, .diventa-produttore .titolo{
    padding: 5px 15px;
  }
}

.banner-categorie-mobile{
  text-align: center;
}

.banner-categorie-mobile img{
  padding: 5px 0;
}

.btn-scopri-categorie-mobile{
  background: #0B8C64;
  border-color: #0B8C64;
  border-radius: 30px;
  font-size: 20px;
  margin-top: 20px;
}

.btn-scopri-categorie-mobile a{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.btn-scopri-categorie-mobile a:before{
  content: "\f02c";
    font-family: FontAwesome;
    display: inline-block;
    width: auto;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 1px 8px;
}

/*MODULO NEWSLETTER HOME*/

.iscriviti-newsletter{
  /* background-image: url("../image/bg-nero.jpg"); */
  background: #0B8C64;
  color: white;
}

.titolo-newsletter{
  /* font-family: 'Amatic SC', cursive; */
  font-size: 20px;
  font-weight: 400;
  /* margin: 25px 0 !important; */
}

.icona-newsletter{
  padding: 32px 0;
}

.iscriviti-newsletter .newsletter_block {
    overflow: inherit;
    margin: 0;
}

.form-iscrizione-newsletter{
  padding: 23px 0;
}

.form-iscrizione-newsletter .form-control{
  margin:0; 
  height: 45px;
  border-radius: 15px!important;
  width: 100%;
}

.form-iscrizione-newsletter .button_mini{
    height: 45px;
    border-radius: 13px;
    font-size: 16px;
    padding: 0 25px;
    margin-left: 10px;
    /* font-weight: 600; */
}
.iscriviti-newsletter .container{
  display: flex;
  align-items: center;
}

@media (max-width: 992px){
  .iscriviti-newsletter{
    text-align: center;
  }

  .form-iscrizione-newsletter .input-group{
    display: inline-table;
  }

  .icona-newsletter{
    text-align: right;
  }

  .titolo-newsletter{
    text-align: left;
  }
}
@media (max-width: 992px) and (min-width: 767px){

  .titolo-icona-newsletter{
    margin-left: 25px;
  }
}

@media (max-width: 767px){
  .titolo-newsletter{
    font-size: 22px;
    /* line-height: 50px; */
    text-align: center;
    margin: 15px auto !important;
  }

  .form-iscrizione-newsletter {
    padding: 0 20px;
}
}

/*BLOCCHI USP*/

.usp-blocks{
  margin-top: 35px;
  border-bottom: 1px solid lightgray;
}

.usp-blocks .titolo{
  /* font-family: 'Amatic SC', cursive; */
  font-size: 22px;
  font-weight: 600;
  color: #262628;
  letter-spacing: -2px; /*MODIFICA PER FIREFOX*/
}

.usp-blocks .titolo span{
  color: #0B8C64 !important;
  /* font-size: 14px !important;
  font-weight: 700 !important; */
}

.usp-blocks .descrizione{
    color: #262628;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.usp-single{
  /* padding-bottom: 35px; */
  border-right: 1px solid lightgray;
  margin-bottom: 30px;
  /* min-height: 91px; */
}
.usp-single:last-of-type {
  border: none;
}


/*FOOTER*/

/* .page-home .footer-top .box .box-heading{
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-top: 20px;
} */

.page-home .footer-top .box .box-heading span{
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

/* #footer .footer-top .custom {
    padding: 0;
} */

/* #footer .footer-top .custom li:before{
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    width: 1.1em;
    font-weight: 600;
} */

#footer .footer-top .custom li{
    line-height: 27px;
    color: #262628;
}

.col-01-footer li:before{
  display: none !important;
}

/* .col-02-footer .box-heading{
  margin-left: 12px;
} */

@media (max-width: 992px){
.container .usp-blocks{
    background-color: #f4f4f4;
  }

.usp-blocks{
  padding: 25px 15px;
  margin-top: 0;
}

.usp-blocks .testo{
  margin-bottom: 25px;
}

#footer .footer-top .custom {
    padding: 0 15px;
}
}

/*MENU MOBILE*/

.home-menu-mobile, .contatti-menu-mobile, .produttori-menu-mobile{
  background-color: #ececec;
  color: #323232 !important;
  font-weight: 600 !important;
  list-style-type: none;
} 


.home-menu-mobile a, .contatti-menu-mobile a, .produttori-menu-mobile a{
  color: #323232 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.accedi-mobile{
  background-color: #0B8C64;
  color: #FFF !important;
  font-weight: 600 !important;
  list-style-type: none;
}

.accedi-mobile a{
  background-color: #0B8C64;
  color: #FFF !important;
  font-weight: 600 !important;
  list-style-type: none;

}

.home-menu-mobile:before{
    content: "\f015";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.7em;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 14px 8px 0 14px;
} 

.contatti-menu-mobile:before{
    content: "\f0e0";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.7em;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 14px 8px 0 14px;
}

.produttori-menu-mobile:before{
    content: "\f0c0";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.7em;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 14px 8px 0 14px;
}

.accedi-mobile:before{
    content: "\f085";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.7em;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 0 8px 0 0;
}



/*----------MODIFICA CLASSI (DA VERIFICARE)------------*/
@media (max-width: 992px){
#content {
    min-height: auto;
    margin-bottom: 0;
}
}

@media (max-width: 992px) and (min-width: 769px){
  .navbar-collapse.collapse {
    display: none !important;
}
}

@media (max-width: 767px){
  .hidden-xs{
    display: none !important;
  }
}


/*----------FINE TUNING-----------*/

.page-category .product-meta-new .cart .fa-shopping-cart:before{
 
}

.page-category .product-meta-new .btn.btn-shopping-cart{
  padding: 0;
}

.page-category .productcarousel .btn-shopping-cart span{
  padding: 0;
}

/*.page-category .product-meta-new .name a{
    min-height: 62px;
  }
*/
.page-category .product-meta-new .fix-min-height{
    height: 0px !important;
  }

@media (max-width: 425px){
  .product-meta-new .name a{
    min-height: 85px;
  }

  .product-meta-new .fix-min-height{
    height: 0px !important;
  }

  .paypal p{
    margin: 20px 0 10px;
  }
}

.fix-min-height{

}

/*-----MENU MOBILE-----*/

.offcanvas-menu {
    position: fixed;
    overflow: inherit;
}

/*-----ACCESSO MOBILE-----*/

.accedi-menu-mobile{
    color: #fff;
    padding: 10px;
    background-color: #0B8C64;
}
.offcanvas-menu ul.megamenu > li > a:first-of-type{
  box-shadow: none!important;
}
.href-accedi-mobile{
    float: right;
    padding: 0 !important;
    color: #fff !important;
    text-transform: initial !important;
    width: 75%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 600;
    text-decoration: underline;
}

.href-logout-mobile{
  padding: 5px 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* .href-logout-mobile:before{
  content: "\f08b";
    font-family: FontAwesome;
    display: inline-block;
    width: 0.7em;
    font-weight: 600;
    float: left;
    list-style-type: none;
    margin: 0 8px 0 0;
} */

.accedi-menu-mobile b{
  display: none !important;
}

/*-----AVVISI HEADER MOBILE-----*/

@media (max-width: 768px){
.success, .warning, .attention, .information {
    margin-top: 85px;
}

#pav-slideshow {
    margin-top: 0;
}

#breadcrumb{
  margin-top: 80px;
}
}

/*------TRUSTPILOT------*/

.star-rating.star-4 .star-1{
      background-color: #b14343 !important;
  }

/*
giorni di spedizione
*/

.giorni-spedizione{
  display: inline-block;
  /* padding-top: 30px; */
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.titolo-giorni-spedizione{
  font-weight: 500;
  color: #706F6F;
  font-size: 18px;
  /* text-transform: uppercase; */
}

.spedizione-si, .spedizione-no{
  float: left;
  padding: 5px 10px 0 0;
}

.spedizione-si:before{
  content: '\f111';
  font-family: 'FontAwesome';
  top: -1px;
  color: #0B8C64;
}

.spedizione-no:before{
  content: '\f111';
  font-family: 'FontAwesome';
  top: -1px;
  color: #b5b5b5;
}

/*------------------------*/
/*-----RESTYLING 2018----*/

/*header*/

#search .form-control{
  border-radius: 10px 0 0 10px;
  
  height: 30px;
  font-size: 12px;
}

#search .btn-default{
  border-radius: 0 10px 10px 0;
  height: 30px;
}
#search .btn-lg{
  padding: 0px 10px!important;
}

#header #cart .media .icon-cart{
  top: 0;
}

.pav-megamenu .megamenu{
  padding-top: 0;
}

.menu-full-width{
  background-color: #0B8C64;
  height: 30px;
}

.pav-megamenu .navbar{
  margin-top: 0;
}
.header-flex{
  display: flex;
  align-items: center;
}
.pav-megamenu .navbar-nav > li > a{
  padding: 0px 10px;
 color: #000;
 font-size: 14px;
 /* font-weight: 300; */
 /* border-left: 1px solid #b76b68; */
}
/* 
.pav-megamenu .navbar-nav > li.first > a:hover, .pav-megamenu .navbar-nav > li > a:hover{
  font-weight: 300;
  border-color: transparent !important;
} */

#header-main #logo-theme {
    padding: 0;
}

#header-main #logo-theme a{
  width: 190px;
  margin-top: 7px !important;
}

/* .cerca-carrello {
    margin: 15px 0 0 0;
    display: inline-block;
} */

#header #cart .media h4{
  line-height: 0;
}

#topbar{
  padding-top: 5px;
  min-height: 0;
  border-bottom: 1px solid lightgray;
}

.voci-header {
    margin-bottom: 6px;
}

.btn-registrati a{
  padding: 7px 5px;
}

/* mega menu*/

.pav-megamenu .dropdown-menu{
  min-width: 750px;
}

.pav-megamenu .level2{
  min-width: 120px;
}

.pav-megamenu .dropdown-menu li a{
  background: none;
  font-size: 16px !important;
  padding: 0 0 0 5px;
}

.pav-megamenu .dropdown-menu li a:before{
  content: '\f105';
  font-family: 'FontAwesome';
  color: #75716C;
  float: left;
  font-weight: 500;
}

/*.bannercontainer.banner-fullwidth {
    margin-top: 85px !important;
}*/

.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before{
  color: #FFF !important;
}

#search .btn-lg{
  line-height: 1.1;
}

@media (max-width: 1024px){
  .menu-full-width{
    margin-top: 5px;
  }
}

.cerca-mobile{
  padding: 0 15px 15px;
}

.container-header-mobile{
  display: inline-block;
  padding-bottom: 7px;
}

@media (max-width: 991px){
  .stickyheader #header-main {
    height: 120px;
    background: white;
}
}

@media (max-width: 425px){
.menu-principale{
  margin-top: 10px;
}
#header-main #logo {
  /* margin-top: 20px; */
  padding: 0px!important;
}
#header-main .shopping-cart{
  margin-top: 0px;
}


.container-header-mobile{
  padding-bottom: 0;
  margin-top: 10px;
}
}

/*STICKY HEADER*/

.stickyheader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background-color: #FFF;
  /* height: 60px; */
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -moz-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -webkit-transition: all 0.2s ease 0s; */
  -moz-transition: all 0.2s ease 0s;
  /*display: none !important;*/
}

.header-normale{
  z-index: 185;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s; */
  -moz-transition: all 0.2s ease 0s;
}

.stickyheader #topbar{
  display: none;
}

.stickyheader #header-main #logo-theme a {
    width: 180px;
    margin-top: 5px !important;
    height: 55px;
}

/* .stickyheader .cerca-carrello {
  margin: 10px 0 0 0;
} */

.stickyheader #header-main{
  /* min-height: 90px; */
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -moz-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -webkit-transition: all 0.2s ease 0s;
}

.stickyheader .menu-full-width{
  -webkit-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -moz-box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  box-shadow: 0px 1px 6px 0px rgba(50,50,50,0.38);
  -webkit-transition: all 0.2s ease 0s;
}

/*frasi sotto menu mobile*/

@media (max-width: 991px){

  .frasi-sotto-menu{
 display: none;
  }

.page-home .frasi-sotto-menu{
  margin-top: 75px;
  display: inherit !important; 
  }
}

/*
footer
*/

.firma-footer{
  margin-right: 35px;
  display: inline-block;
  float: right;
}

#powered a {
    color: #ffffff;
}

#powered a:hover {
    color: #ececec;
}

@media (max-width: 425px){
  .copyright{
    text-align: center !important;
    margin-bottom: 15px;
  }

  #powered{
    padding: 15px 0;
  }

  .paypal{
   margin-top: 8px;
   text-align: right;
 }
}


/*
sezione produttori
*/


/* #manufacturers-hp .action{
  margin-top: 5px !important;
} */

/*
categorie
*/



#breadcrumb .breadcrumb li a span {
    color: #0B8C64;
    display: inline-block;
    zoom: 1;
    text-transform: none;
}

#breadcrumb .breadcrumb li.last a span {
    color: #0B8C64;
}

.breadcrumb > li + li:before{
  padding: 0;
}

.product-meta-new .price{
  padding: 0;
  font-size: 16px;
}

.page-category .product-cols {
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
}

.descrizione-categoria-cst{
  padding: 30px 10px;
  background-color: #FFF;
}

.leggi-tutto-btn{
  display: inherit;
  background: transparent;
  border: 1px solid #0B8C64;
  color: #0B8C64;
  text-transform: uppercase;
  margin-top: 30px;
}

.leggi-meno-btn{
  display: inherit;
  background: transparent;
  border: 1px solid #0B8C64;
  color: #0B8C64;
  text-transform: uppercase;
}

/*.titolo-categoria{
  font-family: 'Amatic SC', cursive;
  color: #262628;
}*/

.miniature-categorie{
  margin: 0 !important;
  padding: 5px 0 5px 10px !important;
}

.pav-pagination .results{
  display: none !important;
}

.category-list ul{
  margin-left: -10px !important;
}

.miniature-categorie .img-responsive{
  display: inline-block !important;
}

@media (max-width: 768px){
  .miniature-categorie{
    width: 50% !important;
  }
}

@media (max-width: 425px){
  #breadcrumb {
    margin-top: 40px;
  }

  .miniature-categorie{
    width: 100% !important;
  }

  .miniature-categorie a:nth-child(2){
  display: none;
}
}

/*filtri*/

.filterpro{
  display: inline-block;
  background: #FFF;
  width: 100%;
}

#filterpro .option_box{
  min-width: auto !important;
  margin: 5px 7px;
}

/*ATTENZIONE*/


  #filterpro .col-md-4{
    width: 32% !important;
  }

@media (max-width: 1024px){
    #filterpro .col-md-4{
    width: 31.8% !important;
  }
}


@media (max-width: 768px){
  #filterpro .col-md-4, #filterpro .col-sm-6{
    width: 48% !important;
 }
}

@media (max-width: 587px){
  #filterpro .col-md-4, #filterpro .col-sm-6{
    width: 98% !important;
 }
}

/*-----------*/

.product-filter{
  padding: 15px;
}

#filterpro_box .box-heading {
    text-align: left !important;
    background: #fff;
    margin: 0;
    padding: 15px 10px 5px;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100%;
}

#filterpro_box .clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #71bf44 !important;
}

@media (max-width: 425px){
  .product-filter{
    display: none;
  }
}

.apri-in-mobile, .chiudi-in-mobile2{
  background-color: #0B8C64;
  color: #FFF;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.chiudi-in-mobile2{
  margin-bottom: 0;
}

.apri-in-mobile:after{
    content: '\f107';
    font-family: 'FontAwesome';
    color: #FFF;
    float: right;
    font-weight: 600;
}


.chiudi-in-mobile2:after{
    content: '\f106';
    font-family: 'FontAwesome';
    color: #FFF;
    float: right;
    font-weight: 600;
}

.btn.btn-compare{
  background-color: #f2f2f2 !important;
  color: #0B8C64 !important;
}

#filterpro .option_box {
    border: 1px solid #d6d6d6 !important;
    border-radius: 0px !important;
    background-color: #f2f2f2;
}

@media (max-width: 768px){
  #filterpro select {
    width: 326px !important;
}
}

@media (max-width: 425px){

#filterpro select {
    width: 100% !important;
}
}

/*
sidebar
*/

.sidebar .box .box-heading, .sidebar .box.nopadding .box-heading{
  padding: 15px 0 5px;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  color: #0B8C64;
}

.box .box-heading span {
    color: #272727;
}

.nuova-lista-categorie ul.list li a{
    background: none;
    padding-left: 0 !important;
    font-weight: 500;
    font-size: 15px;
}

.nuova-lista-categorie .box-category li .fa{
  top: 0 !important; 
}

.nuova-lista-categorie .haschild ul{
  margin-bottom: 15px;
}

.nuova-lista-categorie .haschild ul li{
  line-height: 20px;
  font-weight: 400 !important;
  padding-left: 10px;
}

/*
select
*/

select {
  color: #0B8C64;
}

/*
pagina prodotto
*/

.product-view h1{
  /* font-family: 'Amatic SC', cursive !important; */
  color: #262628 !important;
  font-size: 54px !important;
  display: inline-block;
  line-height: 54px !important;
  /* text-transform: uppercase !important; */
}
.product-view hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee!important;
}
.product-info .carousel{
  min-height: auto;
  padding: 0;
}

.product-info .carousel-control.left {
    left: -2px;
    width: 20px;
    top: 30px;
}

.product-info .carousel-control.right{
  width: 20px;
  top: 30px;
}

.product-info .carousel-inner .item {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.product-info .options {
    margin-bottom: 5px;
    margin-top: 30px;
}

.product-info .price .text-price {
  font-size: 16px;
  font-weight: 400;
  color: #3e474b;
  display: none;
}

.optionChoice{
  width: 50%;
  border-radius: 8px;
  padding: 7px;
  border: 1px solid #bfbfbf;
}

.product-info .options b {
  font-size: 14px;
  font-weight: 500;
  color: #706F6F;
}

.product-info .carousel-inner a {
    display: table-cell;
}

@media (max-width: 991px){
  .optionChoice{
  width: 100%;
}
}

.product-info .price .price-gruop, .product-info .price {
  font-size: 42px !important;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 700 !important;
  text-align: left !important;
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 40px;
  padding: 0px;
}

.product-view .description p{
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.product-quan-add {
  display: flex;
  margin-top: 40px;
  /* align-items: center; */
}
.product-view #meta_description {
  margin: 25px 0px;
}
.product-view #meta_description a {
  color: #0B8C64;
    text-decoration: underline;
}

/* .product-info .product-extra {
  display: inline-block;
  padding: 15px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin: 15px 0;
} */

/* .product-info .product-extra .cart {
    margin-left: 10px;
    width: auto;
} */
.product-cart{
  display: flex;
    flex-wrap: wrap;
}
/* .product-extra{
  display: flex;
    flex-wrap: wrap;
} */
.product-info .product-extra .btn.btn-shopping-cart{
  height: 46px;
  border-radius: 3px !important;
  float: none !important;
  font-size: 16px;
  font-weight: 700;
  /* width: 190px !important; */
  flex: 1;
}

.product-info .product-extra .action{
  display: inline-block;
}

.product-info .product-extra .quantity-number input{
  height: 46px;
}

.product-info .product-extra .add-action{
  height: 23px;
}

.product-info .product-extra .add-action{
  line-height: 23px;
}

.page-product .tabs-group .htabs .clearfix a.selected{
  color: #FFF !important;
  background-color: #0B8C64;
  /* margin-right: 20px; */
}

.page-product .tabs-group .htabs .clearfix a{
  color: #0B8C64 !important;
  border: 2px solid #0B8C64;
  text-transform: uppercase;
}

.page-product .tabs-group{
  background: transparent;
}

.page-product .tabs-group .heighlight{
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.page-product .tabs-group .tab-content{
  border: 1px solid #d9d9d9;
}

.product-info .product-extra .product-icon{
  border: none;
  color: #706F6F;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  margin: 10px 7px 0 0;
  font-size: 12px;
}

.product-extra .lista-desideri, .product-extra .confronta-prodotti{
  font-family: 'Ubuntu', sans-serif;
  text-decoration: underline;
}

.product-info .carousel-inner a img{
  border: 1px solid #ffffff;
}

.product-info .share {
    display: none;
}


@media (max-width: 425px){
  .product-view{
    padding-top: 30px;
  }

  .product-extra .cart {
    clear: none;
    margin-top: 0;
    margin-left: 15px !important;
  }
  .product-extra .action {
    margin-top: 0;
  }

}

@media (max-width: 375px){
  .product-info .product-extra .btn.btn-shopping-cart{
    width: auto !important;
  }

  .product-meta-new .cart{
    padding: 0;
  }
}

/*
prodotti correlati
*/

.product-related .product-block {
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background-color: #fff;
}

.product-related .box-heading{
  font-size: 28px!important;
  padding: 20px 0px!important;
}

.titolo-mobile {
    font-size: 33px;
    line-height: 36px;
    font-weight: 600;
    padding: 0 15px 15px;
}

/*carrello*/

.page-checkout-cart .price{
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.page-checkout-cart .total{
  font-size: 16px;
  font-weight: 600;
}

.page-checkout-cart .titoli-cart{
  padding-bottom: 15px;
  font-weight: 600;
}

.page-checkout-cart .name{
  font-size: 16px;
  font-weight: 600;
}

.aggiorna-prodotto{
  padding: 0px 5px 0 5px;
}

.rimuovi-prodotto img{
  margin-top: -7px;
}

.banner-carrello img{
  width: 100%;
}

.accordion-carrello .table-hover, .accordion-carrello .highlight:hover, table.radio tr.highlight:hover td{
 background-color: transparent !important;
}

.accordion-carrello .highlight td{
  background: transparent;
}

.accordion-carrello .highlight td:hover{
  background: transparent;
}

.accordion-carrello .table-hover .panel-collapse{
 background-color: transparent !important;
 padding: 15px 0;
 font-size: 16px;
}

.titolo-sconto{
  font-size: 22px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
}

.accordion-bottone{
  background: #262628;
  color: #FFF;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0;
}

.accordion-bottone:hover{
  background: #0B8C64;
}

.accordion-carrello table.radio tr td:first-child {
  width: auto;
  padding: 15px 0 !important;
}

.accordion-carrello table{
  background: transparent;
}

.page-checkout-cart .buttons{
  background-color: transparent !important;
}

.highlight td{
  padding: 0 !important;
}

.page-checkout-cart #total{
  font-size: 22px;
  background: transparent;
  margin-bottom: 15px;
}

.page-checkout-cart #total tr{
  border-bottom: 1px solid #ececec;
}

.btn-acquista-carrello{
  background: #71bf44;
  color: #FFF !important;
  font-size: 26px;
  padding: 7px 30px;
  font-weight: 600;
  width: 100%;
  height: 60px;
  line-height: 45px;
}

.padding-top-15{
  padding-top: 15px;
}

.display-inline-block{
  display: inline-block;
}

.container-continua-acquisti{
  margin-top: 0;
}

.banner-carrello{
  padding: 15px;
  border: 4px solid #d0d0d0;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.selezione-input select, .selezione-input input{
  width: 100%;
}

.titolo-banner-coupon{
  font-weight: 600;
  font-size: 22px;
}

.colore-evidenziato{
  font-weight: 600;
}

.dicitura-coupon{
  font-weight: 600;
  color: #0B8C64;
}

.btn-acquista-carrello:hover{
  background-color: #0B8C64;
}

.btn-continua-acquisti{
  background: #ececec;
  color: #666 !important;
}

.accordion-bottone .fa{
float: right;
}

.alert-carrello{
  padding: 15px;
  margin-bottom: 15px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.alert-carrello .btn-theme-default {
    background-color: #468847 !important;
}

@media (max-width: 425px){
  .page-checkout-cart .image img{
    width: 100% !important;
  }

  .pull-right-mobile {
    float: right !important;
  }
  .text-left-mobile{
    text-align: left !important;
  }

  .totale-voce, .prezzo-voce, .modello-voce{
    float: left;
    margin-right: 7px;
  }

  .page-checkout-cart .model, .page-checkout-cart .quantita-bottoni{
    padding: 9px;
  }

  .no-padding-mobile{
    padding: 0;
  }

  /* .page-checkout-cart #columns{
    margin-top: 150px;
  } */

  .page-checkout-cart h1{
    font-size: 26px !important;
  }

  .success, .warning, .attention, .information{
    margin-top: 0;
  }

  .alert-carrello .btn-theme-default {
    background-color: #468847 !important;
    float: left !important;
    margin-top: 15px;
  }

  .container-continua-acquisti .pull-right, .btn-continua-acquisti{
  width: 100%;
  }


}

/*checkout*/

.page-checkout-checkout .large-field{
  width: 100%;
}

.form-group-cst{
  display: inline-block;
  padding: 7px 0;
  position: relative;
  width: 100%;
  font-size: 14px;
}

.checkout-heading{
  text-transform: uppercase;
  font-size: 16px;
}

.form-group-cst .required{
  font-size: 12px;
}

.form-group-cst select{
  padding: 5px 0;
}

.page-checkout-checkout .confirm-button{
  background-color: #71bf44 !important;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0;
}

.page-checkout-checkout .btn-verde-mim{
  background-color: #71bf44 !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}

.page-checkout-checkout .btn-rosa-mim{
  background-color: #0B8C64 !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
}

.min-height-80{
  min-height: 80px;
}

.checkout .buttons{
  border: none;
}

.checkout-content{
  font-size: 16px;
}

@media (max-width: 768px){
  .min-height-80{
    min-height: inherit;
  }

  .page-checkout-checkout .btn-verde-mim, .page-checkout-checkout .btn-rosa-mim{
    width: 100%;
    padding: 7px 0;
  }
}

.metodo-consegna-cst{
  display: inline-block;
  font-size: 16px;
}

.page-checkout-checkout .checkout-product .price{
  font-size: 16px;
}

.page-checkout-checkout #confirm .btn-theme-default{
 background-color: #71bf44 !important;
 font-size: 24px;
 font-weight: 600;
 border-radius: 0;
 padding: 15px 30px;
}

@media (max-width: 425px){
  .page-checkout-checkout #confirm .btn-theme-default, .btn-verde-mim{
    width: 100%;
  }

  .page-checkout-checkout .right{
    float: none;
  }

  /* .page-checkout-checkout .checkout{
    margin-top: 120px;
  } */
}

/*
blog
*/

@media (max-width: 768px){
.offcanvas-siderbars {
    position: relative;
    /* margin-top: 150px; */
}
}

.blog-wrapper .blog-header .created {
  background-color: #323232;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 0;
  position: unset;
  display: inline-block;
  float: none;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  color: #71bf44 !important;
}

.blog-header span.day {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 0;
  display: block;
  text-align: left;
  float: left;
  margin-right: 5px;
}

.blog-header span {
  font-size: 16px !important;
}

.blog-item {
  padding: 0px 10px 30px 10px !important;
  float: left !important;
  min-height: 80px;
  /* display: contents; */
  display: block;
}

.btn.btn-theme-default {
  background-color: #71bf44 !important;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 16px;
}

.btn-more-link {
    margin: 10px 0 60px 0 !important;
}


#column-right ul > li a, #column-right ol > li a{
  padding: 7px 0;
  font-size: 16px;
}

#column-right ul > li a:before, #column-right ol > li a:before{
  color: #AAB2BD;
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  padding: 0 5px;
}

.blog-content img, #blog-info .description img{
  width: 100% !important;
  height: auto !important;
}

#blog-info .blog-title {
    line-height: 38px !important;
}

#blog-info .clearfix a {
    color: #73b143;
    text-decoration: underline;
}

#blog-info .description, #blog-info, .blog-content {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.blog-content h2 {
  font-size: 28px;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 22px;
  font-weight: 600;
}

#blog-info .blog-title{
  line-height: 32px !important;
  font-weight: 600 !important;
  margin: 15px 0 30px !important;
}

@media (max-width: 425px){
  .blog-wrapper .blog-item .description {
    overflow: hidden;
    max-height: 80px;
    margin-top: -20px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }

  .blog-wrapper .blog-title a {
    color: #000000;
    font-weight: 600;
  }

  .blog-content, #blog-info .description{
    text-align: justify;
  }

  .blog-title{
    font-size: 26px !important;
  }
}

.alert a, .success a{
  text-decoration: underline;
  font-weight: 600;
}

.page-home .carousel-controls, .produttori-hp-new .carousel-controls{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.page-home .productcarousel .carousel-control, .produttori-hp-new .carousel-control {
  z-index: 10;
  width: 41px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B8C64;
  border-color: #0B8C64;
  color: white;
  border-radius: 7px;
  font-size: 25px;
}

.page-home .productcarousel .carousel-control .fa, .produttori-hp-new .carousel-control .fa {
  color: white;
}
.product-label-esaurito{
  background: #C00000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
.scopri-tutti{
  display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #0B8C64;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
}
.parallax-hp{
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 725px;
  background-color: #252525;
}
.parallax-hp-1{
  background-image: url(../image/parallax1.png);
}
.parallax-hp-2{
  background-image: url(../image/parallax2.png);
}
.parallax-hp-3{
  background-image: url(../image/parallax3.png);
}
.main-box-parallax{
  background-color: white;
  border-radius: 40px;
  padding: 50px;
}
.title-parallax-hp{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.desc-parallax-hp{
  font-size: 17px;
  margin-bottom: 30px;
}
.action-parallax-hp{
  float: right;
  background: #0B8C64;
  border-color: #0B8C64;
  border-radius: 30px;
  font-size: 20px;
}
.produttori-hp-new .item-inner{
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  margin-bottom: 10px;
  padding: 20px;
}

.produttori-hp-new .item-inner img{
  border-radius: 50%;
  width: fit-content;
}

.produttori-hp-new .name a{
  font-weight: 600;
}
.produttori-hp-new .produttori-name{
  margin-bottom: 10px;
}
.produttori-hp-new .box .box-content{
  border-bottom: 1px solid lightgray;
  padding-bottom: 30px;
}


.descrizione-produttore {
	font-size: 12px;
  margin-bottom: 15px;
}

.produttori-hp-new .btn-brand-hp {
  background: #0B8C64;
  border-color: #0B8C64;
  border-radius: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.produttori-hp-new .btn-brand-hp span{
  color: #fff!important;
  margin-left: 5px;
}
.col-01-footer a{
  text-transform: none!important;
}
.col-01-footer .box-heading{
  display: none;
}
.col-01-footer img{
  padding: 20px 0px 40px;
}
.social-links li{
  background: #0B8C64;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.social-links li a{
  color:white!important;
}
.slider-text h1{
  color: white;
    font-size: 55px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 15px;
}
.slider-text h2{
  color: white;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 40px;
}
.slotholder{
  filter: brightness(0.5);
}
.slider-text a{
  background: #0B8C64;
    border-color: #0B8C64;
    border-radius: 30px;
    font-size: 18px;
    color: white!important;
    padding: 10px 10px;
}
.page-home .blog-item img{
  border: 1px solid lightgrey;
  border-radius: 10px;
}
/* .page-home .blog-body{
  display: flex;
  align-items: center;
} */
.blog-title a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.page-home .blog-title{
  margin: 0px;
  margin-bottom: 20px;
}
.blog-link{
  margin-top: 20px;
    color: #0B8C64;
    text-decoration: underline;
    font-size: 15px;
}
.page-home .latest_blog{
  padding: 50px 0px 30px;
}
.flex-center{
  display: flex;
  align-items: center;
}
.product-view .brand{
  font-size: 19px;
    font-weight: 400;
    color: #706F6F;
}
.product-view .brand a{
  color: #0B8C64;
  text-decoration: underline;
}
.codice-prodotto{
  font-size: 19px;
  color: #706F6F;
}
.codice-prodotto b{
  color: #706F6F;
}
.page-product .tabs-group .tab-content {
  padding: 20px 0px;
  border: 0;
}
.page-product .tabs-group .htabs .clearfix a:first-of-type {
  margin-right: 20px;
}
.product-info > .row{
  display: flex;
}
.fixed-img{
  position: fixed;
  /* top: 0; */
  max-width: 550px;
}
.page-category .btn.btn-theme-default, .page-category .leggi-tutto-btn, .page-category .leggi-meno-btn{
  background-color: #F2F2F2 !important;
    font-weight: 500;
    border: 1px solid #0B8C64;
    color: #0B8C64;
}
@media (min-width: 1000px){
  .page-home .productcarousel .carousel-control.left, .produttori-hp-new .carousel-control.left {
    left: -40px;
  }
  .page-home .productcarousel .carousel-control.right, .produttori-hp-new .carousel-control.right {
    right: -40px;
  }
}

@media (max-width: 992px){
  #zoorate_homepage div, #zoorate_homepage div, #zoorate_homepage div {
    padding: 0px!important;
  }
  
.socialweb-logo{
  float: none!important;
}
.iscriviti-newsletter .container {
  flex-direction: column;
}
.form-iscrizione-newsletter .input-group {
  display: block;
}
.form-iscrizione-newsletter .form-control{
  margin-bottom: 20px;
}
.form-iscrizione-newsletter .button_mini{
  width: 100%;
  margin: 0px;
}
.usp-icon img {
  max-width: 80px;
}
.titolo-newsletter i{
  display: none!important;
}
.usp-hp .row{
  margin: 0px;
}
.usp-title h3 {
  line-height: 17px;
  font-size: 10px;
}
  .product-block-new .action, .product-block-new .right {
    display: none;
  } 
  .title-parallax-hp {
    font-size: 24px;
    
}
.desc-parallax-hp {
  font-size: 12px;
}
.action-parallax-hp{
  font-size: 14px;
}
.main-box-parallax {
  background-color: white;
  border-radius: 40px;
  padding: 25px;
}
/* .product-detail{
  margin-top: 130px;
} */
.product-info > .row{
  display: block;
}
.fixed-img{
  position: initial;
  /* top: 0; */
  max-width: unset;
}
.product-quan-add{
  flex-wrap: wrap;
    flex-direction: column;
}
.product-quan-add .price{
  margin-bottom: 20px;
}
.product-quan-add .product-extra{
  width: 100%;
}
.giorni-spedizione{
  flex-wrap: wrap;
}
.titolo-giorni-spedizione{
  width: 100%;
}
}