.widget.mgs-brand .brand-items .image {
  overflow: hidden;
}
.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 {
  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;
  margin-bottom: 50px;
  font-size: 14px;
}
.shop-by-brand .brand-page-list .owl-item {
  padding: 0 15px;
}
.shop-by-brand .brand-page-list .owl-item .item img {
  width: auto;
  max-width: 100%;
}
.characters-filter {
  display: table;
  margin: 15px auto 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;
  font-weight: 500;
}
.characters-filter li:last-child {
  margin-right: 0;
}
.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: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
}
.characters-filter li.active a {
  background-color: #56cfe1;
  border-color: #56cfe1;
  color: #fff;
}
.search_brand_form {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #878787;
  padding: 2px;
}
.search_brand_form form {
  display: table;
  position: relative;
}
.search_brand_form form .form-group,
.search_brand_form form .actions {
  display: table-cell;
}
.search_brand_form form .form-group input[type="text"] {
  height: 39px;
  border: none;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
}
.search_brand_form form .actions {
  white-space: nowrap;
  width: 1%;
}
.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;
  overflow: hidden;
}
.brand-page-list .item .brand-name {
  text-align: center;
  padding: 12px 0 0px;
  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;
}
.brand-page-list .item .brand-name h4.brand-title {
  font-size: 18px;
  color: #2a2a2a;
}
.brand-page-list .item .brand-name h4.brand-title a {
  color: #2a2a2a;
}
.brand-page-list .item .brand-name h4.brand-title a:hover {
  color: #56cfe1;
}
.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);
}
.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;
}
/*
Template Name : Ethan - Storelocator extension style

-------- Table Of Contents ---------
-------- 1-  CREATE VARIABLES
-------- 2-  STORE LIST
-------- 3-  DETAIL STORE
-------- 4-  RESPONSIVE STORE LOCATOR

-------- End Table Of Contents ----
*/
.store-list-container .search-form {
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  padding: 16px 20px 20px;
}
.store-list-container .search-form .block-title .title {
  font-weight: 500;
  color: #222;
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
.store-list-container .search-form .btn {
  min-width: 150px;
}
.store-list-container .store-list {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  padding: 16px 20px 20px;
}
.store-list-container .store-list .block-title .title {
  font-weight: 500;
  color: #222;
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
.store-list-container .store-list > .items {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.store-list-container .store-list > .items .stores li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.store-list-container .store-list > .items .stores li .store-content:after {
  content: "";
  display: table;
  clear: both;
}
.store-list-container .store-list > .items .stores li .store-content .store-logo {
  display: block;
  float: left;
  width: 100px;
  padding-top: 9px;
}
.store-list-container .store-list > .items .stores li .store-content .description {
  float: left;
  padding-left: 15px;
  width: calc(100% - 100px);
}
.store-list-container .store-list > .items .stores li .store-content .description h4 a {
  font-weight: 500;
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.store-list-container .store-list > .items .stores li .store-content .description h4 a:hover {
  color: #56cfe1;
}
#store-list-map {
  height: 700px;
  width: 100%;
  border: 1px solid #ccc;
}
.locator-index-view .footer {
  margin-top: 0;
}
.storelocator-details .box-store {
  border: 1px solid #f0f0f0;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  padding: 16px 20px 20px;
}
.storelocator-details .box-store .block-title .title {
  font-weight: 500;
  color: #222;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.storelocator-details .box-store .store-image {
  margin-bottom: 30px;
}
.storelocator-details .box-store table {
  width: 100%;
  margin-bottom: 0;
}
.storelocator-details .box-store table tr td,
.storelocator-details .box-store table tr th {
  border: 1px solid #eee;
  padding: 10px;
}
.storelocator-details .box-store table tr td:first-child {
  color: #2a2a2a;
}
#map-detail {
  height: 450px;
  border: 1px solid #f0f0f0;
}
.map-short-info {
  padding: 3px 0 4px;
}
.map-short-info h3 {
  font-weight: 500;
  color: #222;
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  #store-list-map {
    margin-top: 40px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .box-store-content .portfolio-table tr {
    border: 1px solid #f0f0f0;
    padding: 15px;
    display: block;
  }
  .box-store-content .portfolio-table tr + tr {
    border-top: none;
  }
  .box-store-content .portfolio-table tr td {
    display: block;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #show-all-store .btn {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .store-list-container .search-form .col-xs-6 {
    width: 100%;
  }
}
