.header.content {
  background-color: #161616;
}
.header.content .page-header {
  border-bottom: none;
}
.header.content .logo {
  display: none;
}
.header.content .panel.wrapper {
  background-color: #161616;
  border-bottom: unset;
}
.header.content .panel.wrapper .header-custom-block {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block {
    display: flow-root;
  }
}
.header.content .panel.wrapper .header-custom-block > div {
  width: 33.33%;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block > div {
    width: 70px;
  }
}
.header.content .panel.wrapper .header-custom-block #switcher-language {
  float: unset;
  order: unset;
  font-size: 18px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-left {
  order: 1;
}
.header.content .panel.wrapper .header-custom-block .header-custom-middle {
  order: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-middle {
    display: none;
  }
}
.header.content .panel.wrapper .header-custom-block .header-custom-right {
  order: 3;
  display: inline-flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-right {
    float: right;
    border-right: 1px solid;
  }
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper {
  margin-left: 0;
  order: 3;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper {
    border-right: 1px solid #fff;
  }
  .header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper .counter.qty {
    display: none;
  }
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper .action.showcart:before {
  color: #FFF;
  vertical-align: unset;
  overflow: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper .action.showcart:hover:before {
  color: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .minicart-wrapper.active .block-minicart {
  display: block !important;
}
@media (min-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search {
    margin-left: 70%;
  }
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search {
  padding-left: 0;
  order: 0;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search {
  display: none;
  position: fixed;
  top: 30%;
  width: 50%;
  left: 25%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search input {
  width: 100%;
  text-align: left;
  color: #fff;
  height: auto;
  padding: 20px;
  background-color: #262626;
  font-size: 16px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search .search-custom-close {
  opacity: 0;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search .control:before,
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search .search-custom-close {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 0;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .field.search .bg-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #1A1818;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .actions button {
  opacity: 0;
  right: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search #search_mini_form .actions button:before {
  color: #FFF;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-header-top-search .block-search:hover button:before {
  color: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links {
  order: 2;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links {
    display: none;
  }
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links > ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 10px 30px;
  margin: 0;
  width: 250px;
  font-size: 16px;
  right: 10px;
  top: 90px;
  background-color: #262626;
  text-align: center;
  z-index: 99;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links > ul > li {
  border: 1px solid #F1C400;
  padding: 8px;
  border-radius: 5px;
  margin: 15px 0;
  cursor: pointer;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links > ul > li:hover {
  background-color: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links > ul > li:hover a {
  color: #161616;
  text-decoration: none;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .header-custom-right-header-links > ul > li a {
  color: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  width: 25%;
  min-width: unset;
  margin-top: 0;
  border: none;
  background-color: #030303;
  font-size: 16px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtitle {
  display: block;
  font-size: 18px;
  font-family: Prachason;
  text-align: center;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items {
  display: inline-flex;
  font-size: 18px;
  width: 100%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items p,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items span,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items div,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items a,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items label,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items input,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items select,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items textarea {
  font-family: "Agency FB" !important;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items a {
  color: #fff;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items a:hover {
  text-decoration: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-name {
  width: 60%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty {
  width: 40%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty .details-qty {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty .details-qty > span {
  position: relative;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty .details-qty #minicart-del-qty {
  left: 20px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty .details-qty #minicart-plus-qty {
  right: 20px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .custom-minicart-items .custom-items-product-qty .details-qty .item-qty {
  width: 90%;
  font-size: 18px;
  height: 36px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .product-item-pricing {
  margin-top: 20px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .product-item-pricing .price {
  font-size: 16px;
  font-family: "Agency FB";
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .product.actions .primary {
  display: none;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details .product.options {
  font-family: "Agency FB";
  margin-top: 10px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .product-item .product-item-details dl {
  margin-bottom: 0;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal {
  display: inline-flex;
  width: 100%;
  text-align: left;
  margin-left: unset;
  margin-right: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal > div,
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal > span {
  width: 50%;
  min-width: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal .label:after {
  content: unset;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal .amount.price-container {
  float: right;
  text-align: right;
  font-size: 18px;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .subtotal .amount.price-container .price {
  font-family: "Agency FB";
  color: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .minicart-items-wrapper {
  margin: 20px 0;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-items-in-cart {
  font-size: 18px;
  font-family: Prachason;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-items-in-cart .items-total {
  width: 70%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-minicart-actions {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-minicart-actions .actions {
  width: 50%;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-minicart-actions .actions > div .action.viewcart {
  color: #000;
  padding: 3px 47px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #fff;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-minicart-actions .actions > div #top-cart-btn-checkout {
  background-color: #F1C400;
  color: #000;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  font-family: "Prachason";
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .block-minicart .custom-minicart-actions .actions > div.primary {
  text-align: right;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right .custom-button-header:hover svg .a {
  fill: #F1C400;
}
.header.content .panel.wrapper .header-custom-block .header-custom-right > div {
  width: 10%;
}
@media (max-width: 768px) {
  .header.content .panel.wrapper .header-custom-block .header-custom-right > div {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .header.content .action.nav-toggle {
    float: right;
    position: static;
    margin-top: 6px;
  }
  .header.content .action.nav-toggle:before {
    color: #fff;
  }
  .header.content .logo {
    display: block;
    margin: 0;
  }
}
.sales-order-view .order-links strong {
  background-color: #161616;
}
.sales-order-view .order-details-items tfoot {
  background-color: #161616;
}
.sales-order-view .order-details-items tfoot td {
  background-color: #161616;
}
