.widget.mgs-brand .brand-items img {
  margin: 0 auto;
  max-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.widget.mgs-brand .brand-items:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.widget.mgs-brand .owl-item {
  padding: 0 15px;
}
.widget.mgs-brand .owl-item .brand-items img {
  width: auto !important;
}
.shop-by-brand > .description {
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 14px;
}
.shop-by-brand .block-title {
  margin: 0;
  padding-bottom: 10px;
  line-height: 40px;
}
.shop-by-brand .block-title strong {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
.shop-by-brand .brand-search .fields {
  width: 65%;
  float: left;
}
.shop-by-brand .brand-search .actions {
  float: left;
  margin-left: 12px;
}
.shop-by-brand .brand-search .actions button {
  height: 38px;
}
.characters-filter {
  list-style: none;
  padding: 0;
}
.characters-filter:after {
  content: "";
  display: table;
  clear: both;
}
.characters-filter li {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 36px;
}
.characters-filter li a {
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.characters-filter li a:hover {
  background-color: #1e252b;
  border-color: #1e252b;
  color: #fff;
}
.characters-filter li.view-all {
  width: auto;
  margin: 0;
  line-height: 1;
  height: auto;
}
.characters-filter li.active a {
  background-color: #1e252b;
  border-color: #1e252b;
  color: #fff;
}
.brand-page-list .item {
  margin: 10px 0;
}
.brand-page-list .item img {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  max-width: 100%;
  margin: 0 auto;
}
.brand-page-list .item .image {
  text-align: center;
  border: 1px solid #dae2e6;
  padding: 15px 0;
}
.brand-page-list .item .brand-name {
  border: 1px solid #dae2e6;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-top: none;
  text-align: center;
  padding: 12px 0 9px;
  background-color: #f7f7f7;
}
.brand-page-list .item .brand-name h4.brand-title {
  font-size: 18px;
  margin: 0 0 5px;
}
.brand-page-list .item .brand-name h4.brand-title a {
  color: inherit;
}
.brand-page-list .item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.featured-brands .owl-middle-narrow .owl-carousel {
  padding-left: 70px;
  padding-right: 70px;
}
.featured-brands .owl-middle-narrow .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  align-content: center;
}
.featured-brands .owl-middle-narrow .owl-carousel .owl-stage .owl-item {
  padding-left: 9px;
  padding-right: 9px;
}
.featured-brands .owl-middle-narrow .owl-carousel .owl-stage .owl-item .item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.featured-brands .owl-middle-narrow .owl-carousel .owl-controls {
  margin-top: -20px;
  opacity: 1;
  visibility: visible;
}
.featured-brands .owl-middle-narrow .owl-carousel .owl-controls div[class*=owl-] {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: #3a3a3c;
}
.brand-product-list .category-product-actions .toolbar.toolbar-products {
  width: 100%;
}
.brand-info {
  margin-bottom: 40px;
}
.brand-info > .brand-description {
  border: 1px solid #f0f0f0;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  font-size: 14px;
}
.sidebar .block-brand {
  border: solid 1px #dae2e6;
}
.sidebar .block-brand .block-title {
  padding: 30px 20px 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 0;
}
.sidebar .block-brand .block-content {
  padding: 10px 20px 26px 20px;
}
.sidebar .block-brand .block-content ul {
  list-style: none;
  padding: 0;
}
.sidebar .product-brand .brand-name {
  display: none;
}
.sidebar .product-brand .brand-image {
  display: block;
  max-width: 200px;
  margin: 0 auto 25px;
}
