.right{
  float: right;
}
.left{
  float: left;
}
.no-list{
  list-style: none;
}
.white{
  color: white;
}
.black{
  color: black;
}
.blue{
  color:#1fc0a0;
}
#blue{
  color:#1fc0a0;
}
.categoryImageMenu{
  width: 80px;
}
#h110{
  height:110px;
}
#h175{
  height: 175px;
}
#h200{
  height: 200px;
}
.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb30{
  margin-bottom: 30px;
}
.open>a {
    outline: 0;
}
.width100{
    width: 100%;
    border-color: #149278;
    border-width: 2px;
}
#frontImage {
  max-height: 240px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.search-img{
  max-height: 100px;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.categoryImage{
    height: 65px;
}
.catalogCategoryImage{
  height: 150px;
}
.fs10{
  font-size: 10px;
}
.selectProducts{
  -webkit-box-shadow: 0 3px 2px #1fc0a0 , 0 0 1px #1fc0a0;
  box-shadow: 0 3px 2px #1fc0a0 , 0 0 1px #1fc0a0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1fc0a0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative; 
  margin-bottom: 10px;
  text-align: center;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.equivalence-image{
  height: 50px;
}
.img-thumbnail{
  height:70px;
}
.padding{
  padding: 1%;
}
.sdb{
  background-color: #1fc0a0;
  border: none;
  color: white;
}
.models-view{
  text-align: center;
  margin-bottom: 15px;
}
.categories-view{
  text-align: center;
}
.manufacturer-image{
  max-height: 50px;
  max-width: 100px;
}
.product-image{
  max-width: 300px;
  max-height: 300px;
}
.orange{
  color: #f58220;
}
#mainCategories{
  padding: 15px;
}
}