.header .menu-dropdown {
  justify-content: space-between;
}
.header .menu-dropdown > div {
  display: flex;
  align-items: center;
}
.header .menu-dropdown > div > a {
  padding-left: 0 !important;
}
.product-filter .filter-title img {
  width: 100% !important;
}
.product-view .product-cover .product__description img {
  width: 100%;
  height: auto !important;
}
@media (max-width: 991.99px){
  .filter-title .div-iframe-pdf{
    padding: 0;
    display: block;
    position: relative;
    padding-top: 58%;
    width: 235px;
    height: 250px;
  }
  .filter-title .iframe-pdf{
      display: block;
      width: 250px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
}
@media (max-width: 1200px) {
  .menu-dropdown ul li a {
    padding: 1em 1.25em 0.8em 1.24em;
 }
}
@media (min-width: 992px){
  .filter-title .div-iframe-pdf{
    display: block;
    position: relative;
    padding-top: 100%;
    width: 235px;
    height: 302px;
  }
  .filter-title .iframe-pdf{
      display: block;
      width: 250px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
}