.page-header.type22 .minicart-wrapper .action-subtotal {
    display: none!important;
}
.page-header .block-search .block-content .control input[type="text"] {
    max-width: 70%!important;
}
.autocomplete-suggestions {
    top: 50px;
}
.page-header.type22 .custom-product-link {
    width: auto;
}
.page-header.type22 .custom-product-link .custom-link {
    display: block;
    text-align: right;
    width: auto;
    font-weight: 500;
}
.burke-custom-product-list {
    display:flex;
}
.custom-vertical-divider {
    width: 2px;
    height: 50px;
    background-color: #999;
    display: inline-block;
}
.catalog-product-view
.product-info-main
.custom-name-wrapper
input[type="text"] {
  width: 250px;
  padding: 2px;
  background: #d9d9d9;
  border: none !important;
  color: #1b1b1b;
  border-radius: unset;
}
.catalog-product-view
.product-info-main
.custom-name-wrapper
input[type="text"]::placeholder {
    color: #2b2b2b;
}