.ts-title {
  text-align: center;
  min-height: 40px;
}

.ts-prodotti {
  margin-top: 20px;
}
.ts-mtop30 {
  margin-top: 30px;
}
.ts-prodotti .ts-mtop30 > h2 {
  margin-bottom: 0px !important;
}
.ts-pagination {
  width: 100%;
  background-color: #373735;
  border-radius: 0px;
}

.ts-pagination ul > li > a {
  color: white !important;
}

.ts-pagination ul > li > a.ts-active {
  color: #FDC300 !important;
}

.ts-item {
  padding-top: 10px;
}

.ts-center {
  text-align: center;
}

.ts-prodotti .ts-title h2 {
  margin-bottom: 3px;
  font-size: 18px;
}
.ts-prodotti .ts-title h3 {
  margin-bottom: 3px;
  font-size: 12px;
}
.ts-prodotti .ts-title h4 {
  margin-bottom: 3px;
  font-size: 12px;
  padding-top: 10px;
}

.ts-prodotti .ts-codmag {
  color: #333;
  text-decoration: none;
}
.ts-prodotti .ts-codmag:hover {
  color: #fdc300;
}

.ts-prodotti .ts-prodotto-foot {
  background-color: #fff;
  padding: 3px;
}

.ts-prodotto-foot .ts-box-prz > span{
  font-weight: 700;
  font-size: 18px;
}
.ts-prodotto-foot .ts-box-prz > span.ts-prz-old{
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
.ts-prodotto-foot .ts-box-prz{
  display: inline-block;
  margin-left: 10px;
}
.ts-prodotto-foot .ts-icon {
  color: white !important;
  float: right;
  cursor: pointer !important;
}
.ts-prodotto-foot .ts-icon:hover {
  color: #373735 !important;
}
.ts-prodotto-foot .ts-large-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ts-prodotti .ts-filter {
  background-color: #F2F2F2;
  min-height: 430px;
}
.ts-certif {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ts-certif > h4, .ts-marche > h4 {
  margin-bottom: 10px;
}
.ts-marca{
  width: 100%;
}
.ts-marca > label, .ts-cert > label{
  margin-left: 5px;
}

@media (max-width: 768px) {
  .ts-prodotti div:not(.ts-small-pad) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ts-toolbar select {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
}
.ts-nopad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ts-small-pad {
  padding-right: 5px;
}

.ts-prodotti .ts-image {
  max-width: 100%;
  max-height: 250px;
}
.ts-prodotti .ts-box-image {
  height: 250px;
  cursor: pointer;
}
.ts-prodotti .ts-box-image.ts-open, .ts-title.ts-open {
  cursor: default;
  opacity: .3;
}

.ts-prodotti .ts-vrt {
  display: none;
}
.ts-prodotti .ts-vrt label {
  color: #373735;
}
.ts-prodotti .ts-vrt.ts-open {
  /*display: block;*/
  position: absolute;
  background-color: white;
  width: 90%;
}
.ts-prodotti .ts-vrt.ts-open.ts-vrt-1 {
  top: 225px;
}
.ts-prodotti .ts-vrt.ts-open.ts-vrt-2 {
  top: 160px;
}

.ts-prodotti .ts-vrt-err {
  border: 1px solid red !important;
}

.treeview {
  list-style: none;
  padding-left: 15px !important;
  margin-top: 5px !important;
}
.first-tree {
  padding-left: 0px !important;
}
.ts-categorie .caret {
  position: relative;
  top: 7px;
}

#tree  li a {
  color: #373735 !important;
  text-decoration: none !important;
  font-size: 12px;
  padding: 5px;
}
#tree li  a:hover {
  color: #fdc300 !important;
}

.tsActive {
  background-color: #fdc300;
  border-radius: 5px;
}
#tree  li a.tsActive:hover , .tsActive:hover {
  color: white !important;
}

.img-48h {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 50px;  
}


.modal {
  background-color: transparent !important;
  width: 620px !important;
  margin-left: -300px !important
}
.modal .modal-dialog{
  width: 560px;
}

.modal .modal-content > section {
  padding: 10px;
}
.modal button.close {
    color: #FDC300;
    opacity: 1;
    font-size: 2em;
    outline: none;
    text-align: right;
    width: 100%;
    margin-top: 6px;
}

@media (max-width: 768px) {
  .modal {
    width: 340px !important;
    margin-left: -180px !important
  }
  .modal .modal-dialog{
    width: 320px;
  }
}

.ts-button-yel-grd {
  position: relative;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-color: #fdc300;
  cursor: pointer;
  padding: 5px;
  font-size: 13px;
  display: inline-block;
  text-align: left;
  box-sizing: unset;
}
.ts-button-yel-grd::before {
    content: '';
    position: absolute;
    left: 60%;
    top: 28%;
    width: 300px;
    height: 300px;
    background-color: #373735;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(25deg);
}
.ts-button-yel-grd:hover {
    background-color: #373735;
}
.ts-button-yel-grd:hover > a{
    color: white;
}
.ts-button-yel-grd > a {
  text-decoration: none;
  color: #373735;
}
.ts-button-yel-grd > a:hover {
  color: white;
}
.ts-button-yel-grd + div {
    position: relative;
    right: 26px;
    bottom: 12px;
    color: #373735;
    display: inline-block;
    cursor: pointer;
}
.ts-button-yel-grd + div > a, .ts-button-yel-grd + div > a:hover {
  color: white;
}


.ts-icon-ok {
  font-size: 50px;
  height: 50px !important;
  width: 50px !important;
}
.ts-text-ok {
  font-size: 18px;
}

.tlev-0{
  font-weight: 700;
}

.ts-filter {
  display: none;
  padding-top: 10px;
}
.ts-filter-button {
  color: #fdc300;
  background-color: white;
  border: 1px solid #fdc300;
  padding: 5px;
  min-width: 220px;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.ts-filter-button .ts-icon {
  color: #fdc300;
}
@media (min-width: 992px) {
  .ts-filter-button {
    display: none;
  }
  .ts-filter {
    display: inherit;
  }
}
.ts-open {
  display: inherit;
}
#amount {
  border:0; 
  color:#f6931f; 
  font-weight:bold; 
  cursor: default;
}
.ts-ul-ctrl {
  color: #373735 !important;
  float: right;
  position: relative;
  top: 8px;
}