.breadcrumb {
    padding: 29px 2px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 4px;
}
.product-details-social{
  list-style: none;
  margin-top: 3em;
  margin-bottom: 2em;
}
.img-title{
  margin-bottom: 1em;
}
.product-details-social > li >a >.fa{
  color: #000;
}
.about-us-page-area{
    margin-bottom: 3em
}
a{
  color:#333;
}
.form-check{
  padding: 1em;
}
.possition-thumbs-product{
  padding-top: 2em;
  padding-bottom: 2em;
}
/* DM Styles */
.dm-image-padding {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: fill;
    height: 110px;
    margin: 1em;
}
.dm-image-padding-pelates {
    object-fit: fill;
    height: 110px;
    margin: 1em;
}
.dm-xromatologio {
    min-height: 260px;
    max-height: 260px;
    width: 100%;
    object-fit: contain;
}
@media(max-width: 768px) {
    .dm-contact-info {
        padding-top: 0px !important;
    }
    .dm-contact-info-div {
        float: left;
        width: 100%;
    }
}
@media(max-width: 600px) {
  .copy-right-dm{
    text-align: center;
  }
  .payment-list{
      text-align: center;
  }
  #footer{
    text-align: center;
  }
  .fav-contacts{
    position: absolute;
    margin-left: -6em;
  }
  .fav-map-marker{
    position: absolute;
    margin-left: -8em;
  }
    .btn-mobile {
        margin-top: -79px;
    }
}
@media(min-width: 600px) {
  .copy-right-dm{
    padding-top: 18px;
  }
}
.product-name {
    height: 31px;
}
.products-code{
 margin-bottom: 43px;
}
.cat-img{
    object-fit: contain;
    height: 310px;
}
.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}