.c-header {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: background-color .5s linear;
}
.c-header .c-header-content .c-header-right #header-minicart {
  position: relative;
  z-index: 999;
}
.c-header .c-header-content .c-header-right #header-minicart > .cart-icon {
  z-index: 99999;
  background: url(/assets/images/common/icon_shopping_bag.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  width: 21px;
  height: 17px;
  margin-left: 20px;
}
.c-header .c-header-content .c-header-right li.stores-link > a {
  background: url(/assets/images/common/icon_place.svg) no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 15px;
  margin-bottom: 2px;
}
.c-header .c-header-content #mobile-search > a {
  background: url(/assets/images/common/icon_search.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.c-header .c-header-content .c-header-search {
  float: right;
}
.c-header .c-header-minicart,
.c-header #c-header-search {
  position: fixed;
  z-index: 99999;
}
.c-header .c-header-minicart .mobile-close,
.c-header #c-header-search .mobile-close {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff url(/assets/images/common/icon_close.svg) no-repeat center center;
  background-size: 16px;
}
.c-header-minicart.is-open .window-layer,
#c-header-search.visible .window-layer {
  opacity: 1;
  pointer-events: all;
  background: #0006;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: fixed;
  transition: all .2s ease-in-out 0s;
  z-index: 52;
}
.c-header-minicart #minicart-popin,
#c-header-search .contents {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100%;
  max-width: 650px;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 52;
  pointer-events: all;
  transform: translate(100%) translateZ(0);
  transition: all .2s ease-in-out 0s;
}
.c-header-minicart.is-open #minicart-popin,
#c-header-search.visible .contents {
  transform: translate(0) translateZ(0);
}
#c-header-search .contents-header {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 34px 60px;
}
#c-header-search .contents-header .title {
  font-size: 22px;
  line-height: 24px;
}
#c-header-search .header_searchToggle_search {
  padding-inline: 60px;
}
#c-header-search input.header_searchToggle_search_input {
  width: 100%;
  margin: 0;
  padding: 12px 50px;
  font-size: 14px;
  line-height: 18px;
  background: transparent url(/assets/images/common/icon_search.svg) no-repeat;
  background-position: 20px center;
  background-size: 16px;
  border-color: #d9d9d9;
  border: 1px solid #dedede;
  height: 48px;
  max-width: 100%;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}
#c-header-search input.header_searchToggle_search_input:focus {
  border-color: #000;
}
#c-header-search input.header_searchToggle_search_input:active,
input[type="search"].header_searchToggle_search_input:active,
input[type="search"].header_searchToggle_search_input:focus {
  box-shadow: none;
}
input[type="search"].header_searchToggle_search_input::-webkit-search-cancel-button {
  display: block;
  -webkit-appearance: searchfield;
  appearance: searchfield;
}
.c-header-minicart .minicart-actions,
#c-header-search .search-footer {
  background: #fff;
  border-top: 1px solid #dedede;
  bottom: 0;
  box-sizing: border-box;
  padding: 25px 60px;
  position: sticky;
}
#c-header-search .header_searchToggle_search_submit {
  width: 100%;
  align-items: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 14px;
  padding: 18px;
  text-align: center;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
}
#c-header-search .header_searchToggle_search_submit:hover,
#c-header-search .header_searchToggle_search_submit:focus,
#c-header-search .header_searchToggle_search_submit:active {
  background: #fff;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
}
#c-header-search .contents-body {
  overflow-y: auto;
  max-height: calc(100vh - 193px);
}
#c-header-search .contents-body .search-contens {
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow-y: auto;
}
#c-header-search .contents-body .result {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.c-header-bottom {
  display: none;
}
.c-header-bottom .open-menu {
  height: 36px;
  line-height: 36px;
  color: #000000;
}
.c-header-bottom .open-menu a {
  color: #000000;
}
.c-header-bottom .open-menu .c-page-base ul li {
  display: inline-block;
}
.c-header-bottom li > a {
  display: block;
  width: 20px;
  height: 20px;
}
.c-header .total-product-cs-quantity {
  position: absolute;
  color: #000;
  background-color: #fad4d6;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
  right: -10px;
  top: -5px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-header-minicart-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 34px 60px;
}
.c-header-minicart .header-minicart {
  border-bottom: 0;
  border-top: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 92px - 111px);
  overflow-y: auto;
}
#cart-sidebar {
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
  padding: 40px 60px;
}
.c-header-minicart .product-minicart-image {
  width: 30%;
}
.c-header-minicart .product-minicart-image img {
  width: 100%;
  height: auto;
}
.c-header-minicart .product-details {
  display: flex;
}
.c-header-minicart .product-infos {
  width: 100%;
  padding: 0 0 0 15px;
}
.c-header-minicart .info-offrate-price {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 7px;
}
.c-header-minicart .info-line-price-area {
  display: flex;
  justify-content: space-between;
  padding: 0 0 7px;
}
.c-header-minicart .info-line-price-area a:hover,
.c-header-minicart .info-line-price-area a:focus {
  text-decoration: none;
}
.c-header-minicart .info-category-name {
  line-height: 20px;
  color: #bababa;
}
.c-header-minicart .info-line-size {
  padding: 0 0 7px;
}
.c-header-minicart .info-size,
.c-header-minicart .info-qty {
  font-size: 11px;
}
.c-header-minicart .minicart-item {
  margin: 25px 0 0;
}
.c-header-minicart .minicart-item:first-child {
  margin: 0;
}
.c-header-minicart .product-name {
  padding: 0 10px 0 0;
}
.c-header-minicart .checkout-button {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 16px;
  padding: 16px;
  text-align: center;
  border-radius: 2px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  margin: 0 0 10px 0;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-header-minicart .checkout-button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-header-minicart .checkout-button:hover,
.c-header-minicart .checkout-button:focus {
  text-decoration: none;
}
.c-header-minicart-title {
  font-size: 22px;
  line-height: 24px;
}
.c-header .c-header-content .c-header-right .mypager > a {
  background: url(/assets/images/common/icon_login.svg) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 17.11px;
}
.c-header .c-header-content .c-header-right {
  position: absolute;
  right: 70px;
  top: 74px;
  height: 20px;
}
.c-header .c-header-content .c-header-right li > a {
  margin-left: 23px;
}
.c-page-base.header-cart ul.utility-nav {
  display: flex;
  align-items: center;
}
.c-header .c-header-content .c-header-right li:first-of-type > a {
  margin-left: 0;
}
.ma-recommend-wrap {
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ma-recommend-wrap .cart-collaterals {
  margin: 0;
  padding: 25px 60px;
}
.ma-recommend-wrap .page-title {
  margin: 0 0 25px;
  text-align: left;
}
.ma-recommend-wrap .page-title h1 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.ma-recommend-wrap .cart-collaterals ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.ma-recommend-wrap .cart-collaterals ul li {
  float: left;
  width: 100%;
}
.ma-recommend-wrap .product-image {
  margin-bottom: 11px;
  display: block;
}
.ma-recommend-wrap .product-name {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
#minicart-popin .minicart-empty {
  text-align: center;
  padding-bottom: 35px;
}
#minicart-popin .minicart-empty .minicart-empty-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.c-header-content .c-header-center,
.c-header-menu {
  background: #fff;
}
.header-minicart .minicart-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.c-header-info * li > a {
  color: #fff;
}
.header_searchToggle_suggestions_wrap {
  padding: 0 60px;
}
.header_searchToggle_suggestions_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.header_searchToggle_suggestions_list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
.header_searchToggle_suggestions_list .text {
  font-size: 14px;
}
.c-header .c-header-content {
  width: 100%;
  height: 120px;
}
.c-header .c-header-content .c-header-center .logo img {
  margin-top: 5px;
}

@media (max-width: 991px) {
  .c-header-content .c-header-bottom #header-minicart > .cart-icon {
    position: relative;
    background: url(/assets/images/common/icon_shopping_bag.svg) no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 17px;
  }
  .c-header .c-header-content .stores-link > a {
    background: url(/assets/images/common/icon_place.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 19px;
  }
  .c-header-minicart .minicart-actions, #c-header-search .search-footer {
    padding: 20px;
  }
  .c-header-minicart .checkout-button {
    height: 52px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 16px 18px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .c-header .c-header-minicart .mobile-close,
  .c-header #c-header-search .mobile-close {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  #c-header-search .contents-header {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 22px 20px;
  }
  #c-header-search .header_searchToggle_search {
    padding-inline: 20px;
  }
  #c-header-search .contents-header .title {
    font-size: 20px;
    line-height: 20px;
  }
  #c-header-search input.header_searchToggle_search_input {
    font-size: 13px;
    line-height: 16px;
    background-size: 16px;
  }
  #c-header-search .search-footer {
    background: #fff;
    border-top: 1px solid #dedede;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
  }
  .c-header-right .search-link.d-none,
  .c-header-right .stores-link.d-none,
  .c-header-right #header-minicart.d-none {
    display: none;
  }
  .c-header-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
  }
  .c-header-bottom .utility-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 25%;
  }
  .c-header-bottom #open-menu {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0;
  }
  .c-header-bottom #open-menu .burger-icon {
    display: block;
    width: 20px;
    height: 11px;
    position: relative;
    background: url(/assets/images/common/hambergermenu.svg) no-repeat center center;
    background-size: contain;
  }
  .c-header .c-header-content #mobile-search > a {
    width: 16px;
    height: 16px;
  }
  .c-header-bottom .header-cart {
    padding: 10px 20px;
  }
  .footer-container {
    margin-bottom: 49px;
  }
  .c-header .c-header-content .c-header-center .logo > a {
    margin: 0 auto;
  }
  .c-header-minicart .header-minicart {
    height: calc(100% - 64px - 93px);
  }
  .c-header-minicart-heading {
    padding: 22px 20px;
  }
  .c-header-minicart-title {
    font-size: 20px;
    line-height: 20px;
  }
  .cart-sidebar {
    padding: 30px 20px 0;
  }
  #cart-sidebar {
    padding: 30px 20px;
  }
  .c-header .c-header-content .c-header-right {
    position: absolute;
    right: 15px;
    top: 62px;
    height: 20px;
    z-index: 1;
  }
  .c-header .c-header-content .c-header-center .logo img {
    margin-top: 0;
  }
  .c-header .c-header-content .c-header-center .logo > a {
    height: 60px;
    width: 118px;
  }
  .c-header-bottom .header-cart {
    padding: 12px 19px 15px;
  }
  .ma-recommend-wrap .cart-collaterals {
    margin: 0;
    padding: 5px 20px 20px;
  }
  .ma-recommend-wrap .page-title {
    margin: 0 0 15px;
  }
  .ma-recommend-wrap .page-title h1 {
    font-size: 16px;
  }
  .ma-recommend-wrap .cart-collaterals ul {
    display: grid;
    gap: 10px;
  }
  .ma-recommend-wrap .page-title {
    margin: 0 0 15px;
  }
  #minicart-popin .minicart-empty .minicart-empty-text {
    font-size: 16px;
  }
  .c-header .c-header-content .c-header-center .logo > a {
    padding: 1em 0;
    background-size: 100% auto;
    min-height: 0;
  }
  .header_searchToggle_suggestions_wrap {
    padding: 0 20px;
  }
  .header_searchToggle_suggestions_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .header_searchToggle_suggestions_list {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr;
  }
  .header_searchToggle_suggestions_list .text {
    font-size: 13px;
  }
  #c-header-search .contents-body {
    overflow-y: auto;
    max-height: calc(100vh - 155px);
  }
  .c-header .total-product-cs-quantity {
    right: -11px;
    top: -8px;
  }

  .c-header-bottom progress {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    display: block;
  }
  .c-header-bottom progress::-webkit-progress-bar {
    background-color: #FCF2F4;
  }
  .c-header-bottom progress::-webkit-progress-value {
    background-color: #EF8CA5;
  } 
  .c-header-bottom progress::-moz-progress-bar {
    background-color: #EF8CA5;
  }
  .c-header-bottom progress::-ms-fill {
    background-color: #EF8CA5;
  }
  .c-header .c-header-content .c-header-right .mypager > a {
    background: url(/assets/images/common/icon_login.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 17.11px;
  }
  .c-header .c-header-content {
    width: 100%;
    height: 60px;
  }
}