/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.custom-checkbox:not(.custom-control) label sup {
    color: #D8232A;
    font-size: 13px;
    margin-left: 3px;
}
@media only screen and (min-width: 1200px) {
.ets_mm_megamenu_content .container {
    max-width: 1400px;
    width: 100%;
    text-align: center;
  }
}
.mm_menu_content_title {
  float: left;
  padding: 0 10px !important;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #search_widget {
    min-width: 100%;
  }
}
#field-menu-icon{display:none;}
#search_widget form input {
  width: 100%;
  padding: 20px 20px 20px 10px;
  outline: none;
  background-color: #f1f1f1;
  border: none;
  border-radius: 5px;
}
@media(max-width:767px){
.mm_columns_li img{max-width:20%;}
.ets_mm_block_content ul li:not(.item_has_img) {
  clear: both;
  max-width: 100%;
  position: relative;
  float: left;
  margin: 10px 0;
}
}