.minicart-wrapper {
  right: 0;
}
header.page-header .block.block-search .block.block-content form#search_mini_form .field.search .control {
  display: flex;
  flex-direction: row;
}
header.page-header .block.block-search .block.block-content form#search_mini_form .field.search .control input#search {
  height: 45px;
  order: 2;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
header.page-header .block.block-search .block.block-content form#search_mini_form .field.search .control select#searchCategory {
  width: 162px;
  background-color: #f3f3f3;
  border-radius: 5px 0 0 5px;
  height: 45px;
  border-right: 1px solid #ccc;
}
header.page-header .block.block-search .block.block-content form#search_mini_form .field.search .control select#searchCategory {
  font-size: 15px;
  padding-left: 30px;
}
header.page-header .block.block-search .block.block-content form#search_mini_form .field.search .control input::placeholder {
  font-size: 12px;
  padding-left: 10px;
}
header.page-header .block-search {
  float: left;
  max-width: 750px;
  width: 85%;
  margin-top: 42px;
  margin-left: 77px;
}
header.page-header block-search .action.search[disabled] {
  opacity: 1;
}
header.page-header .actions button.action.search {
  height: 45px;
  width: 78px;
  background: #e11c16 !important;
  margin-right: -10px;
  border-radius: 0 5px 5px 0;
  opacity: 1;
}
header.page-header .block-search .action.search:before {
  color: #fff;
}
header.page-header .minicart-wrapper {
  margin-top: 40px;
}
.page-header .logo {
  padding-left: 10px !important;
  margin-top: 10px;
  margin-bottom: 0;
}
.dropdown {
  margin-left: 20px;
}
.dropdown button#dropdownMenuButton {
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 15px 45px;
  background: #e11c16;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}
.dropdown .dropdown-toggle::after {
  font-size: 20px;
  position: absolute;
  right: 13px;
  top: 23px;
}
.dropdown a.dropdown-item {
  font-size: 13px;
}
.sections.nav-sections {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 9px;
}
button#dropdownMenuButton {
  padding-left: 40px;
  position: relative;
}
button#dropdownMenuButton:before {
  position: absolute;
  content: '\e609';
  font-family: 'luma-icons';
  left: 14px;
  font-size: 22px;
  top: 8px;
}
nav.navigation ul {
  text-align: left;
}
nav.navigation ul li a.level-top {
  line-height: 24px !important;
  font-size: 13px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-width: 0px !important;
}
.footer.content ul li {
  padding: 3px 0;
}
.dropdown.show .dropdown-menu.show {
  display: block;
  width: 100%;
}
.third-banner-content img {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
.logo img {
  max-height: inherit;
  width: 85%;
}
div#navbar {
  background: #fff;
  padding-top: 30px;
}
.catalog-product-view .page-title-wrapper.product h1.page-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .minicart-wrapper {
    right: 24px !important;
  }
}
.minicart-wrapper span.counter.qty {
  position: absolute;
  top: -12px;
  right: -6px;
  width: 25px;
  height: 25px !important;
  border-radius: 20px !important;
}
.minicart-wrapper a.action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
