@font-face {
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: local("Google Sans Flex"), url("/fonts/GoogleSansFlex/GoogleSansFlex-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Google Sans Flex";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: local("Google Sans Flex"), url("/fonts/GoogleSansFlex/GoogleSansFlex-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  src: local("Monoton"), url("/fonts/Monoton/Monoton-Regular.ttf") format("woff");
}
:root {
  --webstore-font-family: "Google Sans Flex", "Google Sans", "Helvetica Neue", Arial, sans-serif;
  --webstore-accent-color: #D8372C;
  --webstore-text-muted-color: #969799;
  --webstore-text-subtle-color: #828282;
  --webstore-border-color: #ddd;
  --webstore-border-light-color: #eee;
  --webstore-surface-subtle-color: #f2f3f5;
  --webstore-danger-color: #ed1b26;
  --webstore-error-color: #FF5454;
  --webstore-info-color: #228B8B;
  --webstore-badge-in-store-color: #2D5F4E;
  --webstore-badge-special-offer-color: #D8372C;
  --webstore-badge-clearance-color: #2E4057;
}

body {
  background-color: #F7F8FA;
  font-family: var(--webstore-font-family);
  min-width: 320px;
}

.container {
  max-width: 1170px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.debug {
  color: rgba(128, 0, 128, 0.5);
  font-family: monospace;
  font-size: 12px;
  font-weight: 700;
}

#main-content-wrapper {
  background-color: #fff;
}

.global-notice {
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
  .global-notice {
    background-color: #fefceb;
    font-size: 16px;
  }
}
.global-notice .global-notice-wrapper {
  position: relative;
}
.global-notice .global-notice-wrapper .global-notice-close-button {
  border: 0 none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .global-notice .global-notice-wrapper .global-notice-close-button {
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .global-notice .global-notice-wrapper .global-notice-close-button svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .global-notice .global-notice-wrapper .global-notice-close-button svg path {
    fill: #D8372C;
  }
}
.global-notice a {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 46px;
  padding-left: 46px;
}
@media (max-width: 767px) {
  .global-notice a {
    color: #D8372C;
    display: flex;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    padding-left: 15px;
  }
}
.global-notice a .notice-icon {
  display: none;
  line-height: 34px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .global-notice a .notice-icon {
    display: inline-block;
  }
}
.global-notice a .notice-title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#global_header_en {
  width: 100%;
  z-index: 100;
  position: sticky;
  top: -40px;
}
@media (max-width: 767px) {
  #global_header_en {
    top: -30px;
  }
}
#global_header_en .container-fluid {
  padding: 0 30px;
}
@media (max-width: 767px) {
  #global_header_en .container-fluid {
    padding: 0;
  }
}
#global_header_en .header_bar {
  height: 40px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  #global_header_en .header_bar {
    height: 30px;
  }
}
#global_header_en .header_bar .header_bar_wrap {
  display: flex;
}
@media (max-width: 767px) {
  #global_header_en .header_bar .header_bar_wrap {
    justify-content: center;
  }
}
#global_header_en .header_bar .header_bar_wrap .link {
  height: 40px;
  display: flex;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 767px) {
  #global_header_en .header_bar .header_bar_wrap .link {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}
#global_header_en .header_bar .header_bar_wrap .right_actions {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  #global_header_en .header_bar .header_bar_wrap .right_actions {
    display: none;
  }
}
#global_header_en .header_bar .header_bar_wrap .right_actions .link {
  margin-left: 16px;
}
@media (max-width: 767px) {
  #global_header_en .header_bar .header_bar_wrap .pc {
    display: none;
  }
}
#global_header_en .header_bar .header_bar_wrap .mobile {
  display: none;
}
@media (max-width: 767px) {
  #global_header_en .header_bar .header_bar_wrap .mobile {
    display: inline;
  }
}
#global_header_en .header_main {
  background-color: #F7F2EA;
  position: relative;
  z-index: 99;
}
#global_header_en .header_main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#global_header_en .mobile_header {
  display: none;
}
@media (max-width: 767px) {
  #global_header_en .mobile_header {
    display: block;
  }
}
#global_header_en .mobile_header .upper {
  display: flex;
  height: 50px;
  align-items: center;
}
#global_header_en .mobile_header .upper .left_actions,
#global_header_en .mobile_header .upper .right_actions {
  flex: 1;
  padding: 0 8px;
}
#global_header_en .mobile_header .upper .left_actions {
  position: relative;
  height: 50px;
}
#global_header_en .mobile_header .upper .left_actions .action_button {
  position: absolute;
  top: 5px;
}
#global_header_en .mobile_header .upper .center {
  display: flex;
  justify-content: center;
}
#global_header_en .mobile_header .upper .logo_wrap {
  height: 42px;
  padding-left: 12px;
}
#global_header_en .mobile_header .upper .action_button {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  display: flex;
  text-decoration: none;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#global_header_en .mobile_header .upper #mobile_menu_close_button {
  display: none;
}
#global_header_en .mobile_header .upper .right_actions {
  display: flex;
  justify-content: flex-end;
}
#global_header_en .mobile_header .upper .shopping_cart .session-cart-items-count {
  background-color: #830F00;
  border-radius: 19px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 24px;
}
#global_header_en .mobile_header #mobile_head_search_group {
  padding: 0 12px 12px;
}
#global_header_en .mobile_header #mobile_head_search_group #mobile_global_search_visual_bar {
  background-color: #fff;
  border-radius: 15px;
  display: block;
  height: 30px;
  text-decoration: none;
  outline: none;
  position: relative;
  margin: 0 auto;
}
#global_header_en .mobile_header #mobile_head_search_group #mobile_global_search_visual_bar #mobile_global_search_visual_q_field {
  background-color: transparent;
  border: 0 none;
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 30px;
  padding-right: 40px;
  padding-left: 10px;
  width: 100%;
  outline: none;
  z-index: 10;
  position: absolute;
}
#global_header_en .mobile_header #mobile_head_search_group #mobile_global_search_visual_bar #mobile_global_search_submit_button {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
#global_header_en .header_wrap {
  display: flex;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap {
    display: none;
  }
}
#global_header_en .header_wrap #main-logo {
  display: flex;
  flex-shrink: 0;
  padding-top: 7px;
}
#global_header_en .header_wrap #main-logo svg {
  width: 76px;
  height: 62px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap #main-logo {
    height: 70px;
    padding: 8px 15px;
  }
  #global_header_en .header_wrap #main-logo svg {
    width: 56px;
    height: 50px;
  }
}
#global_header_en .header_wrap #head-search-group {
  flex: 1;
  flex-shrink: 1;
  padding-top: 20px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap #head-search-group {
    margin-left: 0;
    margin-right: 0;
    padding-top: 17px;
    padding-left: 0;
  }
}
#global_header_en .header_wrap #head-search-group #global_search_visual_bar {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  height: 40px;
  text-decoration: none;
  outline: none;
  position: relative;
  max-width: 568px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap #head-search-group #global_search_visual_bar {
    border-radius: 4px;
    height: 36px;
  }
}
#global_header_en .header_wrap #head-search-group #global_search_visual_bar #global_search_visual_q_field {
  background-color: transparent;
  border: 0 none;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding-right: 60px;
  padding-left: 15px;
  width: 100%;
  outline: none;
  z-index: 10;
  position: absolute;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap #head-search-group #global_search_visual_bar #global_search_visual_q_field {
    font-size: 16px;
    line-height: 36px;
    margin-right: 10px;
    padding-right: 40px;
  }
}
#global_header_en .header_wrap #head-search-group #global_search_visual_bar #global_search_submit_button {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap #head-search-group #global_search_visual_bar #global_search_submit_button {
    width: 40px;
  }
}
#global_header_en .header_wrap .user_actions {
  display: flex;
  align-items: center;
  height: 60px;
  flex-shrink: 0;
  font-family: var(--webstore-font-family);
  margin-top: 10px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap .user_actions {
    display: none;
  }
}
#global_header_en .header_wrap .user_actions .user {
  float: left;
}
#global_header_en .header_wrap .user_actions .shopping_cart {
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap .user_actions .shopping_cart {
    width: 60px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    text-align: center;
  }
  #global_header_en .header_wrap .user_actions .shopping_cart svg {
    height: 30px;
  }
}
#global_header_en .header_wrap .user_actions .shopping_cart .text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
#global_header_en .header_wrap .user_actions .shopping_cart .session-cart-items-count {
  background-color: #830F00;
  border-radius: 19px;
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 24px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap .user_actions .shopping_cart .session-cart-items-count {
    border-radius: 15px;
    font-size: 16px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    top: 12px;
    right: 5px;
  }
}
#global_header_en .header_wrap .user_actions .user_button {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  align-items: center;
  height: 60px;
  min-width: 120px;
  margin: 0 12px;
  text-decoration: none;
  padding-top: 10px;
}
#global_header_en .header_wrap .user_actions .user_button .upper_text {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
#global_header_en .header_wrap .user_actions .user_button .lower_text {
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #global_header_en .header_wrap .user_actions .user_button {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    width: 60px;
    padding: 0;
    margin-right: 0;
    text-align: center;
  }
}
#global_header_en .featured_menu {
  background-color: #fffcfc;
  border-bottom: 1px solid #ddd;
  height: 41px;
}
@media (max-width: 767px) {
  #global_header_en .featured_menu {
    display: none;
  }
}
#global_header_en .featured_menu a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 16px;
}
#global_header_en .webstore_category_bar {
  background-color: #fffcfc;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #global_header_en .webstore_category_bar {
    display: none;
  }
}
#global_header_en .webstore_category_bar .container {
  overflow: visible;
}
#global_header_en .webstore_category_bar .inner_wrap {
  position: relative;
  height: 40px;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_item {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 16px;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_item.active {
  color: #e70427;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_overlay {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: none;
  min-height: 300px;
  margin-top: 1px;
  position: absolute;
  width: 100%;
  z-index: 900;
  padding: 10px 30px 30px;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_overlay.open {
  display: block;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper {
  display: flex;
}
#global_header_en .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper .category_column {
  flex: 1;
}
#global_header_en .webstore_category_bar .inner_wrap .category_column a {
  color: #000;
  text-decoration: none;
}
#global_header_en .webstore_category_bar .inner_wrap .category_column a:hover {
  color: #e70427;
}
#global_header_en .webstore_category_bar .inner_wrap .category_column .title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
#global_header_en .webstore_category_bar .inner_wrap .category_column .link:first-child {
  margin-top: 20px;
}
#global_header_en .webstore_category_bar .inner_wrap .category_row {
  display: flex;
}

#global_search_overlay {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  top: 0;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}
#global_search_overlay #global_header_search_form {
  display: flex;
  height: 54px;
  text-decoration: none;
  outline: none;
  position: relative;
}
@media (max-width: 767px) {
  #global_search_overlay #global_header_search_form {
    border-radius: 4px;
    height: 36px;
  }
}
#global_search_overlay #global_header_search_form #global_search_form_q_field {
  background-color: #f5f5f5;
  border: 0 none;
  border-radius: 8px;
  color: #000;
  display: block;
  flex: 1;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 54px;
  margin: 0 10px;
  padding: 0 10px;
  outline: none;
}
@media (max-width: 767px) {
  #global_search_overlay #global_header_search_form #global_search_form_q_field {
    border-radius: 4px;
    font-size: 20px;
    line-height: 36px;
  }
}
#global_search_overlay #global_header_search_form .form_button {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  height: 100%;
  width: 60px;
}
@media (max-width: 767px) {
  #global_search_overlay #global_header_search_form .form_button {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #global_search_overlay #global_header_search_form .form_button svg {
    height: 28px;
  }
}
#global_search_overlay #global_header_search_form #global_search_form_suggestion_module {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0px 10px 13px -7px #ccc, 5px 5px 5px 5px rgba(0, 0, 0, 0);
  width: 100%;
  position: absolute;
  top: 54px;
  z-index: 100;
}
#global_search_overlay #global_search_form_preset_suggestions_module {
  padding: 15px 15px 15px 70px;
}
#global_search_overlay #global_search_form_preset_suggestions_module .entry {
  background-color: #f6f6f6;
  border-radius: 8px;
  color: #333;
  float: left;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
#global_search_overlay #global_search_form_preset_suggestions_module .entry:hover {
  background-color: #eee;
}
#global_search_overlay #global_search_form_suggestion_results {
  padding: 8px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #global_search_overlay #global_search_form_suggestion_results {
    padding: 8px 0;
  }
}
#global_search_overlay #global_search_form_suggestion_results .result {
  color: #000;
  display: flex;
  text-decoration: none;
  height: 50px;
  padding: 5px 10px;
  overflow: hidden;
  align-items: center;
}
#global_search_overlay #global_search_form_suggestion_results .result:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media (max-width: 767px) {
  #global_search_overlay #global_search_form_suggestion_results .result:hover {
    border-radius: 4px;
  }
}
#global_search_overlay #global_search_form_suggestion_results .result .image {
  border-radius: 5px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#global_search_overlay #global_search_form_suggestion_results .result .image img {
  width: 100%;
}
#global_search_overlay #global_search_form_suggestion_results .result .image i {
  color: #ccc;
}
#global_search_overlay #global_search_form_suggestion_results .result .content {
  padding-left: 10px;
}
#global_search_overlay #global_search_form_suggestion_results .result .title {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#global_search_overlay #global_search_form_suggestion_results .result .meta {
  display: flex;
  height: 14px;
}
#global_search_overlay #global_search_form_suggestion_results .result .meta .label {
  color: #aaa;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  margin-right: 10px;
}

#mobile_menu_overlay {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 80px);
  z-index: 100000;
  top: 50px;
  padding-top: 10px;
}
#mobile_menu_overlay .caret_svg {
  position: absolute;
  top: -10px;
  left: 18px;
}
#mobile_menu_overlay .menu_item {
  position: relative;
  margin: 10px 0;
}
#mobile_menu_overlay .menu_item a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  padding: 0 16px;
}
#mobile_menu_overlay .menu_item svg {
  position: absolute;
  right: 10px;
  top: 1px;
}
#mobile_menu_overlay hr {
  background-color: #999;
  margin: 20px 15px;
}
#mobile_menu_overlay .mobile_menu_category_overlay {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 910;
  overflow-y: auto;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper .back_button {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  padding: 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper .category_column {
  margin-bottom: 20px;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper .title {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 16px;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper .title a {
  padding-left: 0;
}
#mobile_menu_overlay .mobile_menu_category_overlay .mobile_webstore_category_overlay_wrapper a {
  color: #000;
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 16px;
}

#header_cart_overlay_container {
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  #header_cart_overlay_container {
    height: 100%;
  }
}

#header_cart_overlay {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  width: 470px;
  z-index: 100000;
  top: -12px;
  right: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #header_cart_overlay {
    border-radius: 0;
    box-shadow: none;
    top: -42px;
    width: 100vw;
    right: auto;
    height: calc(100vh - 50px);
  }
}
#header_cart_overlay .caret_svg {
  position: absolute;
  top: -10px;
  right: 62px;
}
@media (max-width: 767px) {
  #header_cart_overlay .caret_svg {
    right: 18px;
  }
}
#header_cart_overlay .cart_wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  #header_cart_overlay .cart_wrapper {
    height: auto;
  }
}
#header_cart_overlay .cart_wrapper input[type=checkbox] {
  display: none;
}
#header_cart_overlay .cart_wrapper .cart_detail {
  height: 100%;
  padding: 0 15px 15px 15px;
}
#header_cart_overlay .cart_wrapper .cart_detail #cart_overlay_header {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 8px;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items {
  max-height: 400px;
  overflow-y: auto;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item {
  border-top: 1px solid #ddd;
  display: flex;
  padding: 15px 0;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .image {
  flex-shrink: 0;
  width: 80px;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper {
  flex: 1;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail {
    display: block;
  }
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .title {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .title a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .left_box {
  flex: 1;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .left_box .bundle_pricing {
  color: red;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .right_box {
  flex-shrink: 0;
  margin-left: auto;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .price_box {
  display: flex;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .price_box .current_price {
  color: #D8372C;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .price_box .compare_at_price {
  margin-left: 10px;
  text-decoration: line-through;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group {
  display: block;
}
@media (max-width: 767px) {
  #header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group {
    display: flex;
    margin-top: 10px;
  }
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group .quantity_box {
  border: 1px solid #D8372C;
  display: flex;
  height: 38px;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group .quantity_box .btn {
  display: block;
  font-size: 20px;
  font-weight: 700;
  width: 38px;
  height: 36px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group .quantity_box input {
  background-color: transparent;
  border: 0 none;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  text-align: center;
}
#header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group .remove_button {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #header_cart_overlay .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail .quantity_group .remove_button {
    display: inline-block;
    margin-left: 8px;
    margin-top: 0;
  }
}
#header_cart_overlay .cart_wrapper .not_enough_inventory,
#header_cart_overlay .cart_wrapper .purchase_limit_exceeded {
  color: red;
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
}
#header_cart_overlay .cart_wrapper .cart_summary {
  border-top: 1px solid #ddd;
  height: 130px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header_cart_overlay .cart_wrapper .cart_summary .primary {
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
#header_cart_overlay .cart_wrapper .cart_summary .primary .cart_amount_group {
  margin-left: auto;
  font-weight: 700;
}
#header_cart_overlay .cart_wrapper .cart_summary .secondary {
  display: flex;
  line-height: 28px;
}
#header_cart_overlay .cart_wrapper .cart_summary .secondary .overlay_cart_saved_group {
  font-size: 12px;
  color: #D8372C;
  display: none;
  font-weight: 600;
}
#header_cart_overlay .cart_wrapper .cart_summary .secondary .tax_note {
  font-size: 10px;
  font-weight: 500;
  margin-left: auto;
}
#header_cart_overlay .cart_wrapper .cart_summary .action {
  display: flex;
  margin-top: 10px;
}
#header_cart_overlay .cart_wrapper .cart_summary .action #view_cart_button {
  background-color: #fff;
  border-color: #D8372C;
  border-radius: 20px;
  color: #D8372C;
  flex: 1;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
#header_cart_overlay .cart_wrapper .cart_summary .action .space {
  flex-basis: 15px;
}
#header_cart_overlay .cart_wrapper .cart_summary .action #over_cart_checkout_button {
  background-color: #D8372C;
  border-radius: 20px;
  color: #fff;
  flex: 1;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0;
}

#global_footer_en {
  background-color: #F7F2EA;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  #global_footer_en {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #global_footer_en .logos {
    padding: 0 20px;
  }
}
#global_footer_en .logos img {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #global_footer_en .logos img {
    display: none;
  }
}
#global_footer_en .mobile_folder_trigger {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: 40px;
  align-items: center;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #global_footer_en .mobile_folder_trigger {
    display: flex;
  }
}
#global_footer_en .mobile_folder_trigger .icon {
  font-size: 18px;
  margin-left: auto;
}
#global_footer_en .mobile_folder_trigger .minus {
  display: none;
}
#global_footer_en .mobile_folder_trigger.expanded {
  border-bottom-color: transparent;
}
#global_footer_en .mobile_folder_trigger.expanded .plus {
  display: none;
}
#global_footer_en .mobile_folder_trigger.expanded .minus {
  display: inline;
}
@media (max-width: 767px) {
  #global_footer_en .foldable {
    display: none;
  }
}
#global_footer_en .about {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #global_footer_en .about {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global_footer_en .about a {
  color: #000;
}
@media (max-width: 767px) {
  #global_footer_en .shop_with_us {
    padding: 0 20px;
  }
}
#global_footer_en .shop_with_us h3 {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #global_footer_en .shop_with_us h3 {
    display: none;
  }
}
#global_footer_en .shop_with_us .links {
  margin-top: 15px;
}
#global_footer_en .shop_with_us .links .link {
  margin: 5px 0;
}
#global_footer_en .shop_with_us .links a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#global_footer_en .connect {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #global_footer_en .connect {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global_footer_en .connect .text {
  font-size: 24px;
  font-weight: 700;
}
#global_footer_en .connect .dot {
  color: #ed1b26;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}
#global_footer_en .additional-info {
  font-size: 12px;
  font-weight: 700;
  background-color: #F7F2EA;
  line-height: 30px;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  #global_footer_en .additional-info {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global_footer_en .additional-info .made_with_love i {
  color: red;
}

#global-bottom-navigation {
  background-color: #fff;
  border-top: 1px solid #eee;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#global-bottom-navigation .global-bottom-navigation-tabs {
  display: flex;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab {
  box-shadow: none;
  font-family: var(--webstore-font-family);
  display: block;
  width: 25%;
  text-decoration: none;
  outline: none;
  text-align: center;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab.active svg path {
  fill: #D8372C;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab.active .global-bottom-navigation-label {
  color: #D8372C;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab .global-bottom-navigation-icon {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-top: 2px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab .global-bottom-navigation-icon .session-cart-items-count {
  background-color: #D8372C;
  color: #fff;
  display: block;
  font-family: var(--webstore-font-family);
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  top: 3px;
  right: -8px;
}
#global-bottom-navigation .global-bottom-navigation-tabs .global-bottom-navigation-tab .global-bottom-navigation-label {
  color: #989898;
  font-size: 10px;
  line-height: 16px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-nav {
  font-family: var(--webstore-font-family);
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .breadcrumb-nav {
    display: none;
  }
}
.breadcrumb-nav .breadcrumb {
  height: 24px;
  line-height: 24px;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item {
  color: #000;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a {
  color: #000;
  text-decoration: none;
}

.product_list_row_container .container {
  overflow: visible;
}
.product_list_row_container .product_list_row {
  height: 440px;
  position: relative;
}
.product_list_row_container .product_list_row .pager_arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 153px;
  left: 0;
  z-index: 10;
}
.product_list_row_container .product_list_row .pager_arrow button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #D8372C;
  color: #D8372C;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.product_list_row_container .product_list_row .pager_arrow button:hover {
  background-color: #D8372C;
  color: #fff;
}
.product_list_row_container .product_list_row .pager_arrow.left_arrow {
  display: none;
}
.product_list_row_container .product_list_row .pager_arrow.left_arrow button {
  border-radius: 0 10px 10px 0;
}
.product_list_row_container .product_list_row .pager_arrow.right_arrow {
  left: auto;
  right: 0;
}
.product_list_row_container .product_list_row .pager_arrow.right_arrow button {
  border-radius: 10px 0 0 10px;
}
.product_list_row_container .product_list_row .product_list_row_inner {
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product_list_row_container .product_list_row .product_list_row_inner::-webkit-scrollbar {
  height: 8px;
}
.product_list_row_container .product_list_row .product_list_row_inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.product_list_row_container .product_list_row .product_list_row_inner::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.product_list_row_container .product_list_row .product_list_row_inner:hover::-webkit-scrollbar-thumb {
  background: #ddd;
}
.product_list_row_container .product_list_row .product_list {
  display: flex;
  flex-wrap: nowrap;
}
.product_list_row_container .product_list_row .product_list .product_list_item {
  background-color: #fff;
  width: 220px;
  margin-right: 14px;
}
.product_list_row_container .product_list_row .product_list .product_list_item:last-child {
  margin-right: 0;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_image {
  width: 220px;
  height: 220px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_image img {
  width: 100%;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info {
  padding: 15px 15px 0 15px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .percent_off {
  color: #D8372C;
  font-size: 12px;
  font-weight: 700;
  float: right;
  height: 30px;
  line-height: 30px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .product_price {
  color: #D8372C;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .product_price .msrp {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .out-of-stock {
  color: #f00;
  font-size: 16px;
  line-height: 30px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .product_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .product_title a {
  color: #000;
  text-decoration: none;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .brand {
  margin-top: 5px;
  font-size: 12px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_info .brand a {
  color: #000;
  text-decoration: none;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_action {
  padding: 10px 15px 15px 15px;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_action .product_list_atc_button {
  background-color: transparent;
  border: 1.5px solid #D8372C;
  border-radius: 15px;
  color: #D8372C;
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0;
  transition: none;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_action .product_list_atc_button:hover {
  background-color: #D8372C;
  color: #fff;
}

.jq-toast-wrap {
  display: inline-block;
  width: auto;
}
.jq-toast-wrap .jq-toast-single {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: var(--webstore-font-family);
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
}

.btn.btn-theme {
  background-color: #D8372C;
  color: #fff;
}

.back-to-top-group {
  width: 100%;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .back-to-top-group {
    display: none;
  }
}
.back-to-top-group .container {
  position: relative;
  overflow: visible;
}
.back-to-top-group .container .back-to-top-button {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  color: #000;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  right: -65px;
  bottom: 0;
  position: absolute;
  text-decoration: none;
}

.common_back_button {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
}

.pagination_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination_wrapper .pagination .page-item .page-link {
  border: 0 none;
}
.pagination_wrapper .pagination .page-item a {
  color: #222;
}
.pagination_wrapper .pagination .page-item.active .page-link {
  background-color: #D8372C;
  border-color: #D8372C;
  color: #fff;
}

#wechat_group_modal {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
#wechat_group_modal .modal-dialog .modal-content {
  border: 0 none;
  background-color: transparent;
}
#wechat_group_modal .modal-dialog .modal-content .qr_code {
  color: #fff;
  text-align: center;
}
#wechat_group_modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0 none;
}

.why-lifeplus {
  padding: 60px 0 30px;
}
@media (max-width: 991px) {
  .why-lifeplus {
    padding: 60px 0 30px;
  }
}
.why-lifeplus h2 {
  color: #D8372C;
  margin-bottom: 45px;
}
.why-lifeplus .item {
  display: flex;
  margin-bottom: 30px;
  padding: 0 15px;
}
.why-lifeplus .item .icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.why-lifeplus .item h3 {
  font-size: 18px;
}

.why_lifeplus_en {
  padding: 60px 0 30px;
}
@media (max-width: 991px) {
  .why_lifeplus_en {
    padding: 60px 0 30px;
  }
}
.why_lifeplus_en h2 {
  color: #000;
  font-weight: 700;
  margin-bottom: 45px;
}
.why_lifeplus_en h2 .dot {
  color: #ed1b26;
}
.why_lifeplus_en .item {
  display: flex;
  margin-bottom: 30px;
  padding: 0 15px;
}
.why_lifeplus_en .item .icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.why_lifeplus_en .item h3 {
  font-size: 18px;
  font-weight: 700;
}

.all-loaded-text {
  color: #aaa;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 20px;
}

#home_index_en {
  background-color: #fff;
}
#home_index_en .home_banner .swiper-container {
  height: auto;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a {
  color: #000;
  display: flex;
  margin: 0 auto;
  text-decoration: none;
  height: 100%;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content {
  display: flex;
  flex: 8;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner {
  padding: 0 15px 0 30px;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_1 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_1 {
    font-size: 18px;
  }
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_2 {
    font-size: 22px;
  }
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
    font-size: 16px;
  }
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text .text_1 {
  font-weight: 600;
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .action {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .action {
    font-size: 18px;
    margin-top: 20px;
  }
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
  flex: 12;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1230px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 8;
  }
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 4;
  }
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
    width: 2000px;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
  }
  #home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap img {
    width: auto;
    height: 100%;
  }
}
#home_index_en .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-pagination {
    bottom: 3px;
  }
}
#home_index_en .home_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e70427;
}
#home_index_en .home_banner .swiper-container .swiper-button-prev {
  color: transparent;
  left: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-button-prev {
    display: none;
  }
}
#home_index_en .home_banner .swiper-container .swiper-button-next {
  color: transparent;
  right: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index_en .home_banner .swiper-container .swiper-button-next {
    display: none;
  }
}
#home_index_en .smoothie_section {
  background-color: #fff;
  padding: 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #home_index_en .smoothie_section {
    padding: 15px;
  }
}
#home_index_en .smoothie_section .smoothie_menu_link {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  #home_index_en .smoothie_section .smoothie_menu_link {
    background-color: transparent;
  }
}
#home_index_en .smoothie_section .image {
  flex-shrink: 0;
}
#home_index_en .smoothie_section .image img {
  display: block;
  width: 100%;
}
#home_index_en .smoothie_section .info {
  padding: 30px;
}
@media (max-width: 767px) {
  #home_index_en .smoothie_section .info {
    padding: 15px 0;
  }
}
#home_index_en .smoothie_section .info h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #home_index_en .smoothie_section .info h3 {
    font-size: 20px;
  }
}
#home_index_en .smoothie_section .info h3 a {
  color: #000;
  text-decoration: none;
}
#home_index_en .smoothie_section .info .text {
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #home_index_en .smoothie_section .info .text {
    margin-top: 10px;
  }
}
#home_index_en .smoothie_section .info .text a {
  color: #000;
}
#home_index_en .home_links {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #home_index_en .home_links {
    margin-top: 0;
    padding: 10px 15px 15px;
    margin-bottom: 10px;
  }
}
#home_index_en .home_links .home_link {
  background-color: #d6eeb1;
  display: flex;
  text-decoration: none;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link {
    display: block;
  }
}
#home_index_en .home_links .home_link .image {
  background-color: #eee;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link .image {
    width: 100%;
    height: auto;
  }
}
#home_index_en .home_links .home_link .image img {
  display: block;
  width: 128px;
  height: 128px;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link .image img {
    width: 100%;
    height: auto;
  }
}
#home_index_en .home_links .home_link .info {
  flex: 1;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link .info {
    height: 101px;
  }
}
#home_index_en .home_links .home_link .info .title {
  color: #222;
  font-size: 24px;
  height: 56px;
  line-height: 28px;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link .info .title {
    font-size: 16px;
  }
}
#home_index_en .home_links .home_link .info svg {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  #home_index_en .home_links .home_link .info svg {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
#home_index_en .home-menu {
  display: flex;
  margin-top: 45px;
  padding: 0 10px 10px;
}
@media (max-width: 767px) {
  #home_index_en .home-menu {
    border-top: 10px solid #f2f3f5;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
#home_index_en .home-menu .home-menu-item {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #home_index_en .home-menu .home-menu-item {
    padding: 0;
  }
}
#home_index_en .home-menu .home-menu-item a {
  color: #000;
  display: block;
  height: 52px;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  #home_index_en .home-menu .home-menu-item a {
    padding: 0;
    height: auto;
  }
}
#home_index_en .home-menu .home-menu-item a h3 {
  background-color: #f2f3f5;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--webstore-font-family);
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  padding-left: 50px;
}
@media (max-width: 640px) {
  #home_index_en .home-menu .home-menu-item a h3 {
    background-color: #fff;
    display: block;
    font-size: 12px;
    height: auto;
    padding-left: 0;
    margin-top: 10px;
  }
}
#home_index_en .home-menu .home-menu-item a .icon {
  position: absolute;
  left: 20px;
  top: 0;
}
@media (max-width: 640px) {
  #home_index_en .home-menu .home-menu-item a .icon {
    position: relative;
    left: 0;
  }
}
#home_index_en .home-menu .home-menu-item a .icon svg {
  width: 52px;
  height: 52px;
}
@media (max-width: 767px) {
  #home_index_en .home-menu .home-menu-item a .icon svg {
    width: 40px;
    height: 40px;
  }
}
#home_index_en .home-categories {
  padding: 0 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index_en .home-categories {
    margin-top: 0;
    padding: 4px 16px;
  }
}
#home_index_en .home-categories .category {
  background-color: orangered;
  position: relative;
}
#home_index_en .home-categories .category a, #home_index_en .home-categories .category > div {
  color: #000;
  display: block;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
#home_index_en .home-categories .category a img, #home_index_en .home-categories .category > div img {
  width: 100%;
}
#home_index_en .home-categories .category a .category-head, #home_index_en .home-categories .category > div .category-head {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
}
@media (max-width: 767px) {
  #home_index_en .home-categories .category a .category-head, #home_index_en .home-categories .category > div .category-head {
    padding: 15px;
  }
}
#home_index_en .home-categories .category a .category-head h3, #home_index_en .home-categories .category > div .category-head h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #home_index_en .home-categories .category a .category-head h3, #home_index_en .home-categories .category > div .category-head h3 {
    font-size: 20px;
  }
}
#home_index_en .home-categories .category a .category-head .buy-button, #home_index_en .home-categories .category > div .category-head .buy-button {
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 0 25px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #home_index_en .home-categories .category a .category-head .buy-button, #home_index_en .home-categories .category > div .category-head .buy-button {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 10px;
  }
}
#home_index_en .home-categories .category a .text-content-wrapper, #home_index_en .home-categories .category > div .text-content-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}
#home_index_en .home-categories .category a .text-content-wrapper .text-content, #home_index_en .home-categories .category > div .text-content-wrapper .text-content {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #home_index_en .home-categories .category a .text-content-wrapper .text-content, #home_index_en .home-categories .category > div .text-content-wrapper .text-content {
    font-size: 20px;
  }
}
#home_index_en .keep_shopping_en {
  padding: 15px 0 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index_en .keep_shopping_en {
    margin-top: 0;
    padding: 15px 0 0 0;
  }
}
#home_index_en .keep_shopping_en h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index_en .keep_shopping_en h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index_en .keep_shopping_en h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #home_index_en .keep_shopping_en .product-list-block {
    margin-top: 15px;
  }
}
#home_index_en .top_collections {
  padding: 30px 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index_en .top_collections {
    margin-top: 0;
    padding: 30px 0 0 0;
  }
}
#home_index_en .top_collections h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index_en .top_collections h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index_en .top_collections h2 {
    font-size: 20px;
  }
}
#home_index_en .top_collections .collections {
  margin-top: 30px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  #home_index_en .top_collections .collections {
    margin-top: 15px;
  }
}
#home_index_en .top_collections .collections .collection {
  padding: 0 4px;
}
#home_index_en .top_collections .collections .collection .image {
  background-color: #eee;
  position: relative;
}
#home_index_en .top_collections .collections .collection .image .placeholder_image {
  width: 100%;
}
#home_index_en .top_collections .collections .collection .image .collection_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
}
#home_index_en .top_collections .collections .collection .title {
  margin-top: 5px;
}
#home_index_en .top_collections .collections .collection .title a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#home_index_en .new-arrivals,
#home_index_en .trending-now {
  background-color: #F7F8FA;
  padding: 45px 0;
}
@media (max-width: 767px) {
  #home_index_en .new-arrivals,
#home_index_en .trending-now {
    margin-top: 0;
    padding: 30px 0 0 0;
  }
}
#home_index_en .new-arrivals h2,
#home_index_en .trending-now h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index_en .new-arrivals h2 .dot,
#home_index_en .trending-now h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index_en .new-arrivals h2,
#home_index_en .trending-now h2 {
    font-size: 20px;
  }
}
#home_index_en .featured_brands_en {
  background-color: #F7F8FA;
  padding: 30px 0;
}
@media (max-width: 767px) {
  #home_index_en .featured_brands_en {
    padding: 20px 0;
  }
}
#home_index_en .featured_brands_en h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index_en .featured_brands_en h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index_en .featured_brands_en h2 {
    font-size: 20px;
  }
}
#home_index_en .featured_brands_en .brand-list {
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #home_index_en .featured_brands_en .brand-list {
    margin-top: 15px;
  }
}
#home_index_en .featured_brands_en .brand-list .brand {
  text-align: center;
}
#home_index_en .featured_brands_en .brand-list .brand a {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
#home_index_en .featured_brands_en .brand-list .brand a img {
  filter: grayscale(100%);
  width: 100%;
  height: auto;
}

#mobile_floating_action_bar {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 32px;
  z-index: 100;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(2px) saturate(120%);
  -webkit-backdrop-filter: blur(2px) saturate(120%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  #mobile_floating_action_bar {
    display: block;
  }
}
#mobile_floating_action_bar .btn {
  border: 0 none;
  color: #fff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  outline: none;
  box-shadow: none;
  padding: 0;
  background-color: #D8372C;
  border-radius: 25px;
  font-size: 16px;
  width: 100%;
}
#mobile_floating_action_bar .btn.notify-me {
  background-color: #D8372C;
}

#products_show_en .container {
  max-width: 1440px;
}
@media (max-width: 767px) {
  #products_show_en {
    background-color: #F7F8FA;
  }
}
#products_show_en .login_to_see_price_button {
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
  background-color: #D8372C;
  border-radius: 20px;
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_show_en .login_to_see_price_button {
    min-width: auto;
    width: 100%;
  }
}
#products_show_en .not_enough_inventory,
#products_show_en .purchase_limit_exceeded {
  color: red;
  display: none;
  margin-top: 10px;
}
#products_show_en .product-head {
  margin-top: 30px;
}
#products_show_en .product-head .product-description-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #products_show_en .product-head {
    margin-top: 0;
  }
}
#products_show_en .product-head .product-images-container {
  position: relative;
}
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-slide img {
  max-width: 100%;
}
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e70427;
}
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-button-prev,
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-button-next {
  color: #ccc;
}
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-button-prev:hover,
#products_show_en .product-head .product-images-container .primary-images-swiper .swiper-button-next:hover {
  color: #000;
}
#products_show_en .product-head .product-images-container .flash-sale-banner {
  background-color: #F2F4F5;
  border-radius: 50px;
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 430px;
  bottom: 0;
  left: 0;
  z-index: 90;
}
#products_show_en .product-head .product-images-container .flash-sale-banner .sale-price {
  background-color: #D8372C;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  padding: 10px 25px 10px 25px;
  color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-images-container .flash-sale-banner .sale-price {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
  }
}
#products_show_en .product-head .product-images-container .flash-sale-banner .sale-info {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  width: 190px;
  height: 90px;
  position: absolute;
  bottom: 0;
  padding-top: 17px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-images-container .flash-sale-banner .sale-info {
    font-size: 22px;
  }
}
#products_show_en .product-head .product-images-container .flash-sale-banner .time-left {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  margin-left: auto;
  padding: 10px 25px 10px 0;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-images-container .flash-sale-banner .time-left {
    font-size: 16px;
    padding: 10px 15px 10px 0;
  }
}
#products_show_en .product-head .product-sticky-group {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 991px) {
  #products_show_en .product-head .product-sticky-group {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info {
    padding: 0;
  }
}
#products_show_en .product-head .product-head-info .product-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info .product-title {
    font-size: 18px;
    line-height: 27px;
  }
}
#products_show_en .product-head .product-head-info .brand-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
#products_show_en .product-head .product-head-info .brand-group .brand-link {
  color: #D8372C;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
#products_show_en .product-head .product-head-info .brand-group .brand-link:hover {
  text-decoration: underline;
}
#products_show_en .product-head .product-head-info .brand-group .brand-link i {
  font-size: 14px;
  margin-left: 6px;
}
#products_show_en .product-head .product-head-info .product_info_group {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info .product_info_group {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
}
#products_show_en .product-head .product-head-info .product_info_group .label {
  font-weight: 600;
}
#products_show_en .product-head .product-head-info .product_info_group .value {
  font-weight: 400;
  color: #898989;
}
#products_show_en .product-head .product-head-info .product_info_group .last_7_days_views_count {
  color: #898989;
}
#products_show_en .product-head .product-head-info .product_info_group .expiry_date {
  display: flex;
}
#products_show_en .product-head .product-head-info .product_info_group .expiry_date .label,
#products_show_en .product-head .product-head-info .product_info_group .expiry_date .value {
  display: flex;
  align-items: center;
}
#products_show_en .product-head .product-head-info .product_info_group .expiry_date svg {
  margin-right: 5px;
}
#products_show_en .product-head .product-head-info .product_info_group .expiry_date .value {
  margin-left: 5px;
}
#products_show_en .product-head .product-head-info .product_info_group .non_returnable {
  position: relative;
  margin-top: 5px;
}
#products_show_en .product-head .product-head-info .product_info_group .non_returnable .label {
  float: left;
  line-height: 20px;
}
#products_show_en .product-head .product-head-info .product_info_group .non_returnable svg {
  margin-right: 5px;
}
#products_show_en .product-head .product-head-info .product_info_group .non_returnable .value {
  color: #000;
  font-weight: 600;
  margin-left: 25px;
}
#products_show_en .product-head .product-head-info .product_info_group .non_returnable .value a {
  color: #000;
}
#products_show_en .product-head .product-head-info .product_info_group .exclude_from_promotion {
  font-weight: 600;
}
#products_show_en .product-head .product-head-info .purchase_limit {
  color: #D8372C;
  font-size: 14px;
  font-weight: 600;
}
#products_show_en .product-head .product-head-info .shipping-info {
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info .shipping-info {
    font-size: 14px;
    margin-top: 5px;
  }
}
#products_show_en .product-head .product-head-info .shipping-info .product-availability {
  color: #D8372C;
}
#products_show_en .product-head .product-head-info .shipping-info a {
  color: #898989;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#products_show_en .product-head .product-head-info .price-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#products_show_en .product-head .product-head-info .price-badges .price-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: white;
  white-space: nowrap;
}
#products_show_en .product-head .product-head-info .price-badges .price-badge.badge-clearance {
  background-color: #9EA517;
}
#products_show_en .product-head .product-head-info .price-badges .price-badge.badge-sale {
  background-color: #D8372C;
}
#products_show_en .product-head .product-head-info .price-badges .price-badge.badge-coupon {
  background-color: #064163;
}
#products_show_en .product-head .product-head-info .price-badges .price-badge.badge-points {
  background-color: #2CB0E6;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info .price-badges .price-badge {
    font-size: 12px;
    padding: 2px 6px;
  }
}
#products_show_en .product-head .product-head-info .price_box {
  display: flex;
  align-items: center;
}
#products_show_en .product-head .product-head-info .price_box .regular-price {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .product-head-info .price_box .regular-price {
    font-size: 14px;
    font-weight: 600;
  }
}
#products_show_en .product-head .product-head-info .price_box .sale-price {
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 5px;
}
#products_show_en .product-head .product-head-info .price_box .sale-price.on_sale {
  color: #D8372C;
}
#products_show_en .product-head .product-head-info .price_box .sale-price.on_clearance {
  color: #9EA517;
}
#products_show_en .product-head .product-head-info .price_box .current-price {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
#products_show_en .product-head .product-head-info .price_box .current-price.on_sale {
  text-decoration: line-through;
}
#products_show_en .product-head .product-note {
  font-size: 12px;
}
#products_show_en .product-head .purchase-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .purchase-box {
    margin-top: 15px;
  }
}
#products_show_en .product-head .purchase-box .quantity-group {
  display: flex;
}
#products_show_en .product-head .purchase-box .quantity-group .label {
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#products_show_en .product-head .purchase-box .quantity-group .product-head-quantity-input {
  border: 1px solid #D8372C;
  display: flex;
  margin-left: 15px;
}
#products_show_en .product-head .purchase-box .quantity-group .product-head-quantity-input .product-head-quantity-button {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  display: block;
  font-size: 24px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
  outline: none;
  box-shadow: none;
}
#products_show_en .product-head .purchase-box .quantity-group .product-head-quantity-input .product-head-quantity-button:hover {
  background-color: #eee;
}
#products_show_en .product-head .purchase-box .quantity-group .product-head-quantity-input .product-head-purchasing-quantity {
  border: 0 none;
  border-radius: 0;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  width: 50px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#products_show_en .product-head .purchase-box .purchase-actions {
  display: flex;
  margin-top: 30px;
}
#products_show_en .product-head .purchase-box .purchase-actions .purchase-action {
  border: 0 none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#products_show_en .product-head .purchase-box .purchase-actions #product-head-atc-button {
  background-color: #D8372C;
  border-radius: 20px;
  font-size: 16px;
  width: 100%;
  transition: none;
}
#products_show_en .product-head .purchase-box .purchase-actions #product-head-atc-button:hover {
  background-color: #b02a21;
}
#products_show_en .product-head .purchase-box .purchase-actions #header-notify-me-button {
  background-color: #D8372C;
  border-radius: 20px;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  #products_show_en .product-head .purchase-box .purchase-actions #header-notify-me-button {
    min-width: auto;
    width: 100%;
  }
}
#products_show_en .product-head .out-of-stock-notice {
  color: red;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .out-of-stock-notice {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #products_show_en .product-head .out-of-stock-group {
    display: none;
    padding-bottom: 20px;
  }
}
#products_show_en .product-head .out-of-stock-group #notify-me-button {
  background-color: #ed1b26;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  outline: none;
  box-shadow: none;
  min-width: 210px;
  padding: 0;
  margin-top: 15px;
}
#products_show_en .product-head .points-promotions .promotion .promotion_description {
  font-size: 14px;
  color: #828282;
  display: inline-block;
}
#products_show_en .product-head .points-promotions .promotion .promotion_description .value {
  color: #2CB0E6;
  font-weight: 800;
}
#products_show_en .product-head .promotions .promotion .promotion_description {
  color: #828282;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .promotions .promotion .promotion_description {
    font-size: 14px;
  }
}
#products_show_en .product-head .promotions .promotion .promotion_description .value {
  color: #064163;
  font-weight: 800;
}
#products_show_en .product-head .promotions .promotion .get-coupon-link {
  background-color: #D8372C;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-left: 30px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #products_show_en .product-head .promotions .promotion .get-coupon-link {
    font-size: 14px;
    margin-left: 15px;
  }
}
#products_show_en .product-head .promotions .promotion_detail_link {
  color: #000;
  margin-left: 20px;
}
#products_show_en .availability_info h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
#products_show_en .availability_info .availability_row {
  margin-bottom: 20px;
}
#products_show_en .availability_info .availability_row .content {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
#products_show_en .availability_info .availability_row .text-muted {
  color: #828282 !important;
}
#products_show_en .availability_info .availability_row .icon {
  flex-shrink: 0;
  margin-right: 10px;
}
#products_show_en .availability_info .availability_row .info .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
#products_show_en .availability_info .availability_row .info .content {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
#products_show_en .availability_info .availability_row .info .free {
  color: #2D5F4E;
}
#products_show_en .availability_info .estimated_shipping_date {
  margin-bottom: 10px;
}
#products_show_en .availability_info .order_within .number {
  color: #2D5F4E;
  font-weight: 700;
}
#products_show_en .availability_info .order_within_sep {
  font-size: 16px;
}
#products_show_en .availability_info .regions {
  margin-bottom: 10px;
}
#products_show_en .availability_info .regions .region {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #products_show_en .availability_info .regions .region {
    margin-right: 10px;
  }
}
#products_show_en .availability_info .regions .region .icon {
  flex-shrink: 0;
}
#products_show_en .availability_info .regions .region .name {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #products_show_en .availability_info .regions .region .name {
    font-size: 10px;
  }
}
#products_show_en .availability_info .regions .region .shipping_fee {
  color: #2D5F4E;
  font-weight: 700;
  margin-left: 5px;
}
#products_show_en .availability_info .shipping_policy {
  margin-top: 15px;
}
#products_show_en .availability_info a {
  color: #D8372C;
  font-weight: 700;
}
#products_show_en .special-shipping-notice {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_show_en .special-shipping-notice {
    margin-top: 15px;
  }
}
#products_show_en .special-shipping-notice img {
  width: 100%;
}
#products_show_en #protected_content {
  position: relative;
}
#products_show_en .product-section {
  margin-top: 45px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #products_show_en .product-section {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
  }
}
#products_show_en .product-section .product-section-content {
  line-height: 32px;
}
@media (max-width: 767px) {
  #products_show_en .product-section .product-section-content {
    font-size: 15px;
    line-height: 27px;
    background-color: #fff;
    padding: 15px;
  }
}
#products_show_en .product-section p {
  margin-bottom: 0;
}
#products_show_en .product-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #products_show_en .product-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
#products_show_en .product-info {
  font-weight: 400;
  line-height: 28px;
}
#products_show_en .product-info .label {
  font-weight: 600;
}
#products_show_en .product-info .value {
  color: #828282;
  font-weight: 400;
}
#products_show_en .product-description .special_order_notice {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#products_show_en .product-description .special_order_notice svg {
  flex-shrink: 0;
  margin-right: 15px;
}
#products_show_en .product-description .special_order_notice .text {
  color: #D8372C;
  font-weight: 600;
}
#products_show_en .product-questions .product-question-entry h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #products_show_en .product-questions .product-question-entry h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
#products_show_en .product-questions .product-question-disclaimer {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.6;
}
#products_show_en .ingredients .ingredient_uom {
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
#products_show_en .ingredients .ingredients-content {
  margin-bottom: 10px;
}
#products_show_en .ingredients .ingredients-content .ingredient_list {
  border-top: 3px solid #888;
  border-bottom: 2px solid #888;
}
#products_show_en .ingredients .ingredients-content .ingredient_list .ingredient_list_item {
  border-top: 1px dotted #888;
  display: flex;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #products_show_en .ingredients .ingredients-content .ingredient_list .ingredient_list_item {
    font-size: 15px;
    line-height: 27px;
  }
}
#products_show_en .ingredients .ingredients-content .ingredient_list .ingredient_list_item:first-child {
  border-top: 0 none;
}
#products_show_en .ingredients .ingredients-content .ingredient_list .ingredient_list_item .amount {
  margin-left: auto;
  flex-shrink: 0;
}
#products_show_en .ingredients .other_ingredients {
  line-height: 32px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #products_show_en .ingredients .other_ingredients {
    font-size: 15px;
    line-height: 27px;
  }
}
#products_show_en .product-description .product-description-content img {
  max-width: 100%;
  height: auto;
}
#products_show_en .disclaimer,
#products_show_en .cautions {
  border-bottom: 2px solid #fff;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #products_show_en .disclaimer,
#products_show_en .cautions {
    margin-top: 20px;
  }
}
#products_show_en .disclaimer h2,
#products_show_en .cautions h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
}
#products_show_en .disclaimer img,
#products_show_en .cautions img {
  max-width: 100%;
}
#products_show_en .related-products {
  background-color: #F7F8FA;
  padding: 45px 0 30px;
}
@media (max-width: 767px) {
  #products_show_en .related-products {
    padding: 10px 0;
  }
}
#products_show_en .related-products .product-list-block {
  padding: 0;
}
@media (max-width: 767px) {
  #products_show_en .related-products .product-list-block {
    margin-top: 0;
    padding: 0 16px;
  }
}
#products_show_en .related-products .product-list-block .product-list .product {
  padding: 10px;
}
@media (max-width: 767px) {
  #products_show_en .related-products .product-list-block .product-list .product {
    margin-bottom: 0;
  }
}
#products_show_en .related-products .product-list-block .product-list .product .product-info {
  padding-left: 0;
  padding-right: 0;
}
#products_show_en .expand_triggers {
  display: none;
  font-size: 18px;
  font-weight: 700;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #products_show_en .expand_triggers {
    display: block;
  }
}
#products_show_en .expand_triggers button {
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #D8372C;
}
#products_show_en .expand_triggers button.plus {
  display: none;
}

#product-bottom-bar {
  background-color: #fff;
  border-top: 1px solid #eee;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#product-bottom-bar .icon-button.shopping-cart-link a {
  width: 65px;
}
#product-bottom-bar .icon-button a {
  color: #999;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
}
#product-bottom-bar .icon-button a .icon {
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
#product-bottom-bar .icon-button a .icon .session-cart-items-count {
  background-color: #D8372C;
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 5px;
  right: -5px;
  text-align: center;
}
#product-bottom-bar #product-bottom-bar-notify-me-button {
  background-color: #ed1b26;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  height: 50px;
  flex-basis: 100%;
  outline: none;
  box-shadow: none;
}
#product-bottom-bar .product-purchase-overlay-triggers {
  background-color: purple;
  display: flex;
  height: 50px;
  flex-basis: 100%;
}
#product-bottom-bar .product-purchase-overlay-triggers .product-purchase-overlay-trigger {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  width: 50%;
  outline: none;
  box-shadow: none;
}
#product-bottom-bar .product-purchase-overlay-triggers .product-purchase-overlay-trigger.product-purchase-overlay-atc-trigger {
  background-color: #D8372C;
}
#product-bottom-bar .product-purchase-overlay-triggers .product-purchase-overlay-trigger.product-purchase-overlay-buy-now-trigger {
  background-color: #ed1b26;
}

#product-purchase-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#product-purchase-overlay .not_enough_inventory,
#product-purchase-overlay .purchase_limit_exceeded {
  color: red;
  display: none;
  margin-top: 10px;
  text-align: right;
  margin-right: 15px;
}
#product-purchase-overlay .product-purchase-overlay-background {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#product-purchase-overlay .product-purchase-overlay-panel {
  background-color: #fff;
  padding-bottom: 80px;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
#product-purchase-overlay .product-purchase-overlay-panel .product-primary-image-wrapper .product-primary-image {
  background-color: #fff;
  padding: 2px;
  position: absolute;
  left: 15px;
  top: -54px;
}
#product-purchase-overlay .product-purchase-overlay-panel .product-primary-image-wrapper .product-primary-image img {
  width: 100px;
  height: 100px;
}
#product-purchase-overlay .product-purchase-overlay-panel .product-current-price {
  color: #D8372C;
  font-size: 20px;
  font-weight: 600;
  margin-left: 135px;
  margin-top: 20px;
}
#product-purchase-overlay .product-purchase-overlay-panel .product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 15px 0;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group {
  display: flex;
  padding: 0 15px;
  margin-top: 20px;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group .label {
  margin-left: auto;
  line-height: 42px;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group .product-purchase-overlay-quantity-input {
  border: 1px solid #D8372C;
  display: flex;
  width: 122px;
  margin-left: 15px;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group .product-purchase-overlay-quantity-input .product-purchase-overlay-quantity-button {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  display: block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  outline: none;
  box-shadow: none;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group .product-purchase-overlay-quantity-input .product-purchase-overlay-quantity-button:hover {
  background-color: #eee;
}
#product-purchase-overlay .product-purchase-overlay-panel .quantity-group .product-purchase-overlay-quantity-input .product-purchase-overlay-purchasing-quantity {
  border: 0 none;
  border-radius: 0;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#product-purchase-overlay .product-purchase-overlay-panel .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#product-purchase-overlay .product-purchase-overlay-panel .actions button {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  box-shadow: none;
}
#product-purchase-overlay .product-purchase-overlay-panel .actions #product-purchase-overlay-atc-button {
  background-color: #D8372C;
  transition: none;
}
#product-purchase-overlay .product-purchase-overlay-panel .actions #product-purchase-overlay-atc-button:hover {
  background-color: #b02a21;
}
#product-purchase-overlay .product-purchase-overlay-panel .actions #product-purchase-overlay-buy-now-button {
  background-color: #ed1b26;
}

#notify-me-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0 none;
}
#notify-me-modal .modal-dialog .modal-content .modal-header .btn-close {
  outline: none;
  box-shadow: none;
}
#notify-me-modal .modal-dialog .modal-content .modal-body .product-title {
  font-weight: 600;
  margin-bottom: 15px;
}
#notify-me-modal .modal-dialog .modal-content .modal-body #notify-me-email-field.error {
  border-color: red;
}
#notify-me-modal .modal-dialog .modal-content .modal-body .notify-me-email-error-message {
  color: red;
  display: none;
  font-size: 14px;
  margin-top: 10px;
}
#notify-me-modal .modal-dialog .modal-content .modal-footer {
  border-top: 0 none;
}
#notify-me-modal .modal-dialog .modal-content .modal-footer .submit-button {
  background-color: #ed1b26;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 50px;
  outline: none;
  box-shadow: none;
  width: 100%;
}

#products_index .product-search-results {
  background-color: #F7F8FA;
  padding: 30px 0 60px;
  min-height: 400px;
}
@media (max-width: 767px) {
  #products_index .product-search-results {
    padding: 15px 0 30px;
  }
}
#products_index .product-search-results .search-toolbar {
  display: flex;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar {
    display: block;
  }
}
#products_index .product-search-results .search-toolbar .products-count {
  font-weight: 600;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar .products-count {
    margin-bottom: 15px;
    text-align: center;
  }
}
#products_index .product-search-results .search-toolbar .sorting-options {
  margin-left: auto;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar .sorting-options {
    margin-left: 0;
    text-align: center;
  }
}
#products_index .product-search-results .search-toolbar .sorting-options .sort-label {
  display: none;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar .sorting-options .sort-label {
    display: inline-block;
  }
}
#products_index .product-search-results .search-toolbar .sorting-options a {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar .sorting-options a {
    margin: 0 10px;
  }
}
#products_index .product-search-results .search-toolbar .sorting-options a.active {
  color: #D8372C;
}
@media (max-width: 767px) {
  #products_index .product-search-results .search-toolbar .sorting-options a .sort-by {
    display: none;
  }
}
#products_index .product-search-results .search-toolbar .sorting-options a .sort-direction {
  display: none;
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
}
#products_index .product-search-results .search-toolbar .sorting-options a .sort-direction.visible {
  display: inline-flex;
  align-items: center;
}
#products_index .product-search-results .product-list-block {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_index .product-search-results .product-list-block {
    margin-top: 15px;
  }
}
#products_index .product-search-results .view-more-button-group {
  text-align: center;
}
#products_index .product-search-results .view-more-button-group a {
  color: #D8372C;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #products_index .product-search-results .view-more-button-group a {
    font-size: 20px;
  }
}
#products_index .product-search-results .product_list .product_list_item {
  background-color: #fff;
  margin-bottom: 30px;
}
#products_index .product-search-results .product_list .product_list_item:last-child {
  margin-right: 0;
}
#products_index .product-search-results .product_list .product_list_item .product_image {
  width: 100%;
}
#products_index .product-search-results .product_list .product_list_item .product_image img {
  width: 100%;
}
#products_index .product-search-results .product_list .product_list_item .product_info {
  padding: 15px 15px 0 15px;
}
#products_index .product-search-results .product_list .product_list_item .product_info .percent_off {
  color: #D8372C;
  font-size: 12px;
  font-weight: 700;
  float: right;
  height: 30px;
  line-height: 30px;
}
#products_index .product-search-results .product_list .product_list_item .product_info .product_price {
  color: #D8372C;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#products_index .product-search-results .product_list .product_list_item .product_info .product_price .msrp {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
}
#products_index .product-search-results .product_list .product_list_item .product_info .out-of-stock {
  color: #f00;
  font-size: 16px;
  line-height: 30px;
}
#products_index .product-search-results .product_list .product_list_item .product_info .product_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
#products_index .product-search-results .product_list .product_list_item .product_info .product_title a {
  color: #000;
  text-decoration: none;
}
#products_index .product-search-results .product_list .product_list_item .product_info .brand {
  margin-top: 5px;
  font-size: 12px;
}
#products_index .product-search-results .product_list .product_list_item .product_info .brand a {
  color: #000;
  text-decoration: none;
}
#products_index .product-search-results .product_list .product_list_item .product_action {
  padding: 10px 0 15px;
}
#products_index .product-search-results .product_list .product_list_item .product_action .product_list_atc_button {
  background-color: transparent;
  border: 1.5px solid #D8372C;
  border-radius: 15px;
  color: #D8372C;
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0;
  transition: none;
}
#products_index .product-search-results .product_list .product_list_item .product_action .product_list_atc_button:hover {
  background-color: #D8372C;
  color: #fff;
}

#checkout_show_en {
  background-color: #fff;
}
#checkout_show_en .checkout_header .logo {
  text-align: center;
}
#checkout_show_en .checkout_header .navigation {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
}
#checkout_show_en .checkout_header .navigation a {
  text-decoration: none;
}
#checkout_show_en .checkout_header .navigation .cart_link {
  color: #D8372C;
}
#checkout_show_en .checkout_header .navigation .current {
  color: #000;
}
#checkout_show_en .checkout_header .navigation .next {
  color: #898989;
}
#checkout_show_en .container {
  max-width: 750px;
  padding: 30px 15px 30px;
  margin: 0 auto;
}
#checkout_show_en #promo_discount_group {
  display: none;
}
#checkout_show_en #order_promo_code .input_inner {
  flex: 1;
  position: relative;
}
#checkout_show_en #order_promo_code .input_inner .clear_button {
  cursor: pointer;
  position: absolute;
  display: none;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}
#checkout_show_en #order_promo_code .input_inner .clear_button .circle {
  background-color: #e8e8e8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-top: 14px;
  margin-left: 14px;
  align-items: center;
  justify-content: center;
}
#checkout_show_en #order_promo_code .promotion_code_message {
  display: none;
}
#checkout_show_en #order_promo_code .text-success {
  color: #9ad880;
}
#checkout_show_en #order_promo_code .smoothie_coupon {
  margin-top: 10px;
}
#checkout_show_en #order_promo_code .smoothie_coupon strong {
  color: #D8372C;
}
#checkout_show_en .checkout_header .store_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout_show_en .checkout_header .store_info .store_logo {
  margin-right: 15px;
}
#checkout_show_en .checkout_header .store_info .store_name a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#checkout_show_en .checkout-left-panel .content {
  padding: 38px;
  max-width: 580px;
  margin-left: auto;
}
#checkout_show_en .checkout-right-panel .content {
  padding: 38px;
  max-width: 580px;
  margin-right: auto;
}
#checkout_show_en #checkout_form {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
#checkout_show_en .warning_section.error {
  border: 2px solid red;
}
#checkout_show_en .warning_section .us_warning_box,
#checkout_show_en .warning_section .special_order_warning_box,
#checkout_show_en .warning_section .taiwan_warning_box,
#checkout_show_en .warning_section .customs_warning_box {
  background-color: #FFF4F4;
  color: #7E0427;
  border: none;
  border-radius: 8px;
  padding: 20px;
}
#checkout_show_en .warning_section .us_warning_box .warning_text,
#checkout_show_en .warning_section .special_order_warning_box .warning_text,
#checkout_show_en .warning_section .taiwan_warning_box .warning_text,
#checkout_show_en .warning_section .customs_warning_box .warning_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#checkout_show_en .warning_section .us_warning_box .warning_text a,
#checkout_show_en .warning_section .special_order_warning_box .warning_text a,
#checkout_show_en .warning_section .taiwan_warning_box .warning_text a,
#checkout_show_en .warning_section .customs_warning_box .warning_text a {
  color: #7E0427;
  text-decoration: underline;
}
#checkout_show_en .warning_section .us_warning_box .warning_text a:hover,
#checkout_show_en .warning_section .special_order_warning_box .warning_text a:hover,
#checkout_show_en .warning_section .taiwan_warning_box .warning_text a:hover,
#checkout_show_en .warning_section .customs_warning_box .warning_text a:hover {
  text-decoration: none;
}
#checkout_show_en .warning_section .us_warning_box .warning_checkboxes .checkbox_item,
#checkout_show_en .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item,
#checkout_show_en .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item,
#checkout_show_en .warning_section .customs_warning_box .warning_checkboxes .checkbox_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
#checkout_show_en .warning_section .us_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_show_en .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_show_en .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_show_en .warning_section .customs_warning_box .warning_checkboxes .checkbox_item:last-child {
  margin-bottom: 0;
}
#checkout_show_en .warning_section .us_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_show_en .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_show_en .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_show_en .warning_section .customs_warning_box .warning_checkboxes .checkbox_item input[type=checkbox] {
  margin-right: 10px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
#checkout_show_en .warning_section .us_warning_box .warning_checkboxes .checkbox_item label,
#checkout_show_en .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item label,
#checkout_show_en .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item label,
#checkout_show_en .warning_section .customs_warning_box .warning_checkboxes .checkbox_item label {
  color: #d32f2f;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}
#checkout_show_en #apply_promotion_code_button {
  background-color: #D8372C;
  border-color: transparent;
  color: #fff;
  font-size: 16px;
  width: 100px;
}
#checkout_show_en #add_note_link {
  margin-top: 30px;
}
#checkout_show_en #add_note_link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#checkout_show_en #add_note_link a svg {
  margin-right: 5px;
}
#checkout_show_en #shipping_section .checkout_section_header {
  height: auto;
  line-height: 24px;
  padding: 8px 0;
}
#checkout_show_en .shipping_and_return_notice a {
  color: #969799;
  display: flex;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
}
#checkout_show_en .shipping_and_return_notice a svg {
  margin-right: 5px;
}
#checkout_show_en .checkout_section {
  margin-top: 30px;
}
#checkout_show_en .checkout_section input[type=radio] {
  cursor: pointer;
}
#checkout_show_en .checkout_section .checkout_section_header {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
}
#checkout_show_en .checkout_section .checkout_section_header .login_action {
  float: right;
  padding-right: 10px;
}
#checkout_show_en .checkout_section .checkout_section_header .login_action a {
  text-decoration: none;
  margin-left: 5px;
}
#checkout_show_en .login_link {
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}
#checkout_show_en .login_link a {
  text-decoration: none;
}
#checkout_show_en .receives_newsletter_group {
  margin-top: 5px;
}
#checkout_show_en .receives_newsletter_group label {
  color: #6c757d;
  font-size: 14px;
}
#checkout_show_en #reserve_pickup_time .checkout_section_header {
  display: flex;
}
@media (max-width: 767px) {
  #checkout_show_en #reserve_pickup_time .checkout_section_header {
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
}
#checkout_show_en #reserve_pickup_time .pickup_time_slot_title {
  margin-left: auto;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slot_title .pickup_time_slot_title_time {
  display: none;
  margin-right: 10px;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 10px 10px;
  position: relative;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots.error {
  border-color: red;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots #pickup_time_slots_overlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  display: flex;
  flex: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots #pickup_time_slots_overlay .notice {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots .pickup_time_slot {
  padding: 5px;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots .pickup_time_slot .inner {
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  height: 34px;
  line-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots .pickup_time_slot.disabled .inner {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #dadada;
  cursor: not-allowed;
}
#checkout_show_en #reserve_pickup_time .pickup_time_slots .pickup_time_slot.selected .inner {
  background-color: #D8372C;
  border-color: transparent;
  color: #fff;
}
#checkout_show_en .fulfillment_methods {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px 10px;
}
#checkout_show_en .fulfillment_methods.error {
  border-color: red;
}
#checkout_show_en .fulfillment_methods .fulfillment_method {
  border-top: 1px solid #eee;
  color: #323333;
  cursor: pointer;
  display: flex;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .hover_link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
#checkout_show_en .fulfillment_methods .fulfillment_method:first-child {
  border-top: 0 none;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .fulfillment_method_radio_group {
  display: flex;
  height: 20px;
  align-items: center;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .fulfillment_method_content {
  flex: 1;
  line-height: 20px;
  margin-left: 10px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .fulfillment_method_content label {
  cursor: pointer;
  font-size: 16px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .fulfillment_method_content .fulfillment_method_note {
  color: #888;
  font-size: 14px;
  padding-left: 29px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .fulfillment_method_content .pickup_address {
  font-size: 14px;
  margin-top: 15px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .icon {
  color: #999;
  height: 20px;
  line-height: 20px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .selected_address {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 29px;
}
#checkout_show_en .fulfillment_methods .fulfillment_method .selected_address .location_name,
#checkout_show_en .fulfillment_methods .fulfillment_method .selected_address .contact_name {
  color: #000;
  font-weight: 600;
}
#checkout_show_en .form-control {
  border-color: #eee;
  border-width: 1px;
  height: 38px;
}
#checkout_show_en .form-control.error {
  border-color: red;
}
#checkout_show_en .reward_number {
  font-weight: 700;
}
#checkout_show_en .payment_methods {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #checkout_show_en .payment_methods {
    display: block;
  }
}
#checkout_show_en .payment_methods.error {
  border-color: red;
}
#checkout_show_en .payment_methods .payment_method {
  color: #969799;
  display: flex;
  flex: 1;
  font-weight: 400;
  align-items: center;
  padding: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #checkout_show_en .payment_methods .payment_method {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
  }
  #checkout_show_en .payment_methods .payment_method:first-child {
    border-top: 0 none;
  }
}
#checkout_show_en .payment_methods .payment_method label {
  cursor: pointer;
  display: flex;
  flex: 1;
  padding-left: 10px;
  align-items: center;
}
#checkout_show_en .payment_methods .payment_method label svg {
  margin-right: 10px;
}
#checkout_show_en #payment_methods_accordion {
  font-size: 14px;
  /* Hide accordion arrow since we have radio buttons */
  /* Remove border on expanded accordion items */
}
#checkout_show_en #payment_methods_accordion .accordion-button::after {
  display: none !important;
}
#checkout_show_en #payment_methods_accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 0;
}
#checkout_show_en #payment_methods_accordion .accordion-button:not(.collapsed) {
  background-color: rgb(242, 248, 244) !important;
  border: 1px solid #05a76b !important;
}
#checkout_show_en #payment_methods_accordion .accordion-body {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0431372549);
}
#checkout_show_en .shipping_quantity_error {
  padding: 10px 15px;
}
#checkout_show_en .line_items {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px 10px;
}
#checkout_show_en .line_items.error {
  border-color: red;
}
#checkout_show_en .line_items .line_item {
  border-top: 1px solid #eee;
}
#checkout_show_en .line_items .line_item:first-child {
  border-top: 0 none;
}
#checkout_show_en .line_items .line_item .purchase_limit_exceeded {
  color: red;
  display: none;
  text-align: right;
  margin-bottom: 10px;
}
#checkout_show_en .line_items .line_item .shipping_region_error {
  color: red;
  margin-left: 15px;
  margin-bottom: 10px;
}
#checkout_show_en .line_items .line_item .line_item_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
#checkout_show_en .line_items .line_item .right_info {
  flex-shrink: 0;
  margin-left: 30px;
}
#checkout_show_en #order_customer_notes {
  display: none;
}
#checkout_show_en #webstore_checkout_redeemed_reward_points {
  width: 150px;
}
#checkout_show_en #redeemed_value_group {
  margin-top: 5px;
  font-size: 14px;
}
#checkout_show_en #order_redeemed_reward_points .line_item {
  display: flex;
  margin-top: 30px;
  padding: 0 25px;
}
#checkout_show_en #order_redeemed_reward_points .line_item .right_info {
  margin-left: auto;
  flex-shrink: 0;
}
#checkout_show_en .redeemed_reward_points_input_group {
  display: flex;
}
#checkout_show_en .redeemed_reward_points_input_group #max_redeemed_reward_points_button {
  background-color: #D8372C;
  border-color: transparent;
  color: #fff;
  flex-shrink: 0;
  border-radius: 2px;
  font-size: 16px;
  width: 100px;
  margin-left: 10px;
}
#checkout_show_en .redeemed_reward_points_input_group .rangeslider_wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 48px;
  flex: 1;
  padding: 0 15px;
}
#checkout_show_en .redeemed_reward_points_input_group .rangeslider {
  height: 4px;
  margin-top: 21px;
}
#checkout_show_en .redeemed_reward_points_input_group .rangeslider .rangeslider__fill {
  background-color: #D8372C;
  box-shadow: none;
}
#checkout_show_en .redeemed_reward_points_input_group .rangeslider .rangeslider__handle {
  background-color: #fff;
  background-image: none;
  width: 30px;
  height: 30px;
  top: -13px;
}
#checkout_show_en .redeemed_reward_points_input_group .rangeslider .rangeslider__handle::after {
  background-color: #fff;
  background-image: none;
}
#checkout_show_en .promotion_code_input_group {
  display: flex;
  margin-top: 5px;
}
#checkout_show_en .promotion_code_input_group button {
  border: 1px solid #ddd;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 10px;
}
#checkout_show_en .conversion_rate {
  text-align: right;
  padding-right: 21px;
  margin-top: 15px;
}
#checkout_show_en .form-actions {
  text-align: center;
  margin-top: 60px;
}
#checkout_show_en #pay_checkout_button {
  border: 0 none;
  border-radius: 2px;
  display: inline-block;
  font-size: 18px;
  max-width: 360px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  width: 100%;
}

#checkout_select_pickup_location {
  background-color: #fff;
  padding: 30px;
}
#checkout_select_pickup_location .page_content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
#checkout_select_pickup_location .page_content h1 {
  font-size: 28px;
}
#checkout_select_pickup_location .pickup_locations {
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  padding: 5px;
  margin-bottom: 30px;
}
#checkout_select_pickup_location .pickup_locations .pickup_location {
  border-top: 1px solid #d8d8d8;
  color: #323333;
  cursor: pointer;
  display: flex;
  padding: 15px;
  text-decoration: none;
}
#checkout_select_pickup_location .pickup_locations .pickup_location:first-child {
  border-top: 0 none;
}
#checkout_select_pickup_location .pickup_locations .pickup_location .radio_group {
  display: flex;
  height: 20px;
  align-items: center;
}
#checkout_select_pickup_location .pickup_locations .pickup_location .location_content {
  color: #666;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}
#checkout_select_pickup_location .pickup_locations .pickup_location .location_content .location_name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
#checkout_select_pickup_location .pickup_locations .pickup_location .icon {
  color: #999;
  height: 20px;
  line-height: 20px;
}
#checkout_select_pickup_location .form-actions {
  text-align: center;
  margin-top: 60px;
}
#checkout_select_pickup_location #save_checkout_button {
  border: 0 none;
  border-radius: 2px;
  font-size: 18px;
  width: 360px;
  height: 60px;
  padding: 0;
  line-height: 60px;
}

#checkout_select_address {
  background-color: #fff;
  padding: 30px 15px;
}
#checkout_select_address .page_content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
#checkout_select_address .page_content h1 {
  font-size: 28px;
}
#checkout_select_address .customer_addresses {
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  padding: 5px;
  margin-bottom: 30px;
}
#checkout_select_address .customer_addresses .customer_address {
  border-top: 1px solid #d8d8d8;
  color: #323333;
  cursor: pointer;
  display: flex;
  padding: 15px;
  text-decoration: none;
}
#checkout_select_address .customer_addresses .customer_address:first-child {
  border-top: 0 none;
}
#checkout_select_address .customer_addresses .customer_address .radio_group {
  display: flex;
  height: 20px;
  align-items: center;
}
#checkout_select_address .customer_addresses .customer_address .address_content {
  color: #666;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}
#checkout_select_address .customer_addresses .customer_address .address_content .contact_name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
#checkout_select_address .customer_addresses .customer_address .icon {
  color: #999;
  height: 20px;
  line-height: 20px;
}
#checkout_select_address .form-actions {
  text-align: center;
  margin-top: 60px;
}
#checkout_select_address #guest_address_form {
  max-width: 480px;
  margin: 0 auto 30px;
}
#checkout_select_address #guest_address_form .error {
  border-color: red;
}
#checkout_select_address #guest_address_form #bc_city_select {
  margin-bottom: 10px;
}
#checkout_select_address #guest_address_form .region_specific {
  display: none;
}
#checkout_select_address #guest_address_form .phone_number_group {
  margin-bottom: 10px;
  position: relative;
}
#checkout_select_address #guest_address_form .phone_number_group .call_code_group {
  float: left;
  width: 100px;
}
#checkout_select_address #guest_address_form .phone_number_group .call_code_group #calling_code_placeholder {
  height: 38px;
}
#checkout_select_address #guest_address_form .phone_number_group .call_code_group #calling_code_select {
  background-color: orange;
  opacity: 0;
  position: absolute;
  width: 100px;
  top: 0;
  z-index: 10;
}
#checkout_select_address #guest_address_form .phone_number_group .number_group {
  margin-left: 110px;
}
#checkout_select_address #guest_address_form .id_card_image_wrap {
  border: 2px solid #f2f3f5;
  width: 202px;
  height: 202px;
  position: relative;
}
#checkout_select_address #guest_address_form .id_card_image_wrap.error {
  border-color: red;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_delete_button {
  border: 0 none;
  background-color: #fff;
  border-radius: 50%;
  color: #d00;
  display: none;
  font-size: 18px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: -10px;
  right: -10px;
  padding: 0;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_preview {
  display: flex;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_preview img {
  max-width: 100%;
  max-height: 100%;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_upload_button {
  background-color: #f2f3f5;
  display: none;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_upload_button .spinner {
  color: #999;
  display: none;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_upload_button .upload_button_inner {
  width: 200px;
  height: 200px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout_select_address #guest_address_form .id_card_image_wrap .id_card_image_file_field {
  display: none;
}
#checkout_select_address #guest_address_form .form-group {
  margin-bottom: 15px;
}
#checkout_select_address #guest_address_form .form-group label {
  font-weight: 600;
  margin-bottom: 5px;
}
#checkout_select_address #guest_address_form .form-actions {
  margin-top: 30px;
  text-align: center;
}
#checkout_select_address #guest_address_form .form-actions .btn {
  display: inline-block;
  font-size: 18px;
  height: 50px;
  padding: 0;
  text-align: center;
  width: 320px;
}
#checkout_select_address #guest_address_form .china_specific {
  display: none;
}

#checkout_bottom_bar_sticky_stopper {
  margin-top: 60px;
}

#checkout_bottom_bar_en {
  background-color: #fff;
  padding-bottom: 100px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en {
    padding-bottom: 45px;
    margin-top: 20px;
  }
}
#checkout_bottom_bar_en .container {
  max-width: 750px;
  margin: 0 auto;
}
#checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap {
    display: block;
    margin-top: 20px;
  }
}
#checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .order_total_group {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .order_total_group {
    text-align: center;
  }
}
#checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .order_total_group .order_total {
  font-size: 20px;
  font-weight: 700;
}
#checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .pay_checkout_group {
  margin-left: 30px;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .pay_checkout_group {
    margin-left: 0;
    padding: 0 45px;
    margin-top: 15px;
  }
}
#checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .pay_checkout_group #pay_checkout_button {
  background-color: #ed1b26;
  border: 0 none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 60px;
  line-height: 60px;
  box-shadow: none;
  outline: none;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en .checkout_bottom_bar_inner_wrap .pay_checkout_group #pay_checkout_button {
    width: 100%;
  }
}
#checkout_bottom_bar_en .secure_payment {
  font-size: 14px;
  margin-top: 45px;
  text-align: right;
}
@media (max-width: 767px) {
  #checkout_bottom_bar_en .secure_payment {
    margin-top: 30px;
  }
}

#checkout_complete {
  padding-bottom: 90px;
}
#checkout_complete .checkout_success {
  padding-top: 60px;
  text-align: center;
}
#checkout_complete .checkout_success .success_notice {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 60px auto 0;
  max-width: 410px;
  padding: 0 15px;
}
#checkout_complete .checkout_success .page_actions {
  margin-top: 60px;
}
#checkout_complete .checkout_success .page_actions #back_to_home_button {
  border: 0 none;
  display: flex;
  font-size: 18px;
  width: 360px;
  height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

#cart_index_en {
  min-height: 400px;
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #cart_index_en {
    padding-top: 25px;
  }
}
#cart_index_en h1 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #cart_index_en h1 {
    font-size: 20px;
    padding: 0 15px;
  }
}
#cart_index_en h1 .dot {
  color: #ed1b26;
}
#cart_index_en .free_shipping_notice {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #cart_index_en .free_shipping_notice {
    font-size: 12px;
    margin-left: 15px;
  }
}
#cart_index_en .cart-item-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item-list {
    margin-top: 15px;
  }
}
#cart_index_en .cart-item {
  background-color: #F7F8FA;
  display: flex;
  padding: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item {
    background-color: transparent;
    border-top: 1px solid #eee;
    padding: 15px 0;
    margin: 0 15px;
  }
}
#cart_index_en .cart-item .bundle_pricing {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
#cart_index_en .cart-item .cart-item-checkbox {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  margin-top: 40px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .cart-item-checkbox {
    margin-top: 10px;
    display: none;
  }
}
#cart_index_en .cart-item .cart-item-checkbox .checkbox-checked {
  display: none;
}
#cart_index_en .cart-item .cart-item-checkbox .checkbox-icon {
  color: #ccc;
  display: block;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
#cart_index_en .cart-item .cart-item-checkbox.checked .checkbox-checked {
  display: block;
}
#cart_index_en .cart-item .cart-item-checkbox.checked .checkbox-checked .checkbox-icon {
  color: #D8372C;
}
#cart_index_en .cart-item .cart-item-checkbox.checked .checkbox-unchecked {
  display: none;
}
#cart_index_en .cart-item .cart-item-checkbox input[type=checkbox] {
  display: none;
}
#cart_index_en .cart-item .product-primary-image {
  margin-left: 5px;
}
#cart_index_en .cart-item .product-primary-image a {
  background-color: #eee;
  display: block;
  outline: none;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-primary-image a {
    width: 60px;
    height: 60px;
  }
}
#cart_index_en .cart-item .product-primary-image a img {
  width: 100%;
}
#cart_index_en .cart-item .product-info {
  margin-left: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info {
    margin-left: 10px;
  }
}
#cart_index_en .cart-item .product-info .product-title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .product-title {
    font-size: 14px;
    padding-right: 15px;
  }
}
#cart_index_en .cart-item .product-info .product-title a {
  color: #000;
  text-decoration: none;
}
#cart_index_en .cart-item .product-info .package-size {
  color: #828282;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .package-size {
    margin-top: 5px;
    display: none;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions {
    display: block;
    margin-top: 5px;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .price-box {
  color: #D8372C;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .price-box {
    font-size: 16px;
    line-height: 34px;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group {
  display: flex;
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .label {
  margin-left: auto;
  display: none;
  line-height: 40px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .label {
    line-height: 34px;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input {
  border: 1px solid #D8372C;
  display: flex;
  width: 116px;
  height: 40px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input {
    width: 96px;
    height: 34px;
    margin-left: 0;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-quantity-button {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-quantity-button {
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-quantity-button:hover {
  background-color: #eee;
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-purchasing-quantity {
  border: 0 none;
  border-radius: 0;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-purchasing-quantity.error {
  color: red;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-purchasing-quantity {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .action_box {
  display: flex;
  margin-top: 5px;
}
#cart_index_en .cart-item .product-info .cart-item-actions .delete-action {
  margin-left: 15px;
  width: 80px;
}
#cart_index_en .cart-item .product-info .cart-item-actions .delete-action .delete-button {
  background-color: transparent;
  color: #D8372C;
  border: 0 none;
  display: block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #cart_index_en .cart-item .product-info .cart-item-actions .delete-action .delete-button {
    color: #000;
    font-size: 12px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-weight: 400;
  }
}
#cart_index_en .cart-item .product-info .cart-item-actions .delete-action .delete-button:hover {
  background-color: #eee;
}
#cart_index_en .cart-item .product-info .not_enough_inventory,
#cart_index_en .cart-item .product-info .purchase_limit_exceeded {
  color: red;
  display: none;
  text-align: right;
  margin-right: 95px;
  margin-top: 10px;
}
#cart_index_en .checkbox_group {
  display: flex;
  padding: 15px 0;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #cart_index_en .checkbox_group {
    display: none;
  }
}
#cart_index_en .checkbox_group .cart-item-checkbox-all {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all:hover, #cart_index_en .checkbox_group .cart-item-checkbox-all:focus {
  text-decoration: none;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all .checkbox-checked {
  display: none;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all .checkbox-icon {
  color: #ccc;
  display: block;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all.checked .checkbox-checked {
  display: block;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all.checked .checkbox-checked .checkbox-icon {
  color: #D8372C;
}
#cart_index_en .checkbox_group .cart-item-checkbox-all.checked .checkbox-unchecked {
  display: none;
}
#cart_index_en .checkbox_group .label {
  line-height: 40px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #cart_index_en .checkbox_group .label {
    display: none;
  }
}
#cart_index_en .coupon-tip {
  color: #999;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #cart_index_en .coupon-tip {
    font-size: 14px;
  }
}

.empty-cart-button {
  align-items: center;
  background-color: #D8372C;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 12px 24px;
  text-decoration: none;
}
.empty-cart-button:hover, .empty-cart-button:focus {
  background-color: #9b251d;
  color: #fff;
  text-decoration: none;
}

#cart-bottom-bar-sticky-stopper {
  margin-top: 30px;
}

#cart-bottom-bar {
  background-color: #fff;
  border-top-color: #eee;
  display: none;
}
#cart-bottom-bar.sticky {
  border-top: 1px solid #eee;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
#cart-bottom-bar.sticky.mobile {
  background-color: #fbfbfb;
}

.cart_checkout_box {
  padding: 30px 30px 110px;
}
@media (max-width: 767px) {
  .cart_checkout_box {
    padding: 0 15px;
  }
}
.cart_checkout_box .items_count {
  display: none;
}
@media (max-width: 767px) {
  .cart_checkout_box .items_count {
    display: inline;
  }
}
.cart_checkout_box .cart_subtotal_group .cart_subtotal {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .cart_checkout_box .cart_subtotal_group .cart_subtotal {
    display: flex;
    font-size: 14px;
    min-height: auto;
  }
}
.cart_checkout_box .cart_subtotal_group .cart_subtotal .subtotal_label {
  margin-right: 20px;
}
.cart_checkout_box .cart_subtotal_group .subtotal_footnote {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart_checkout_box .cart_subtotal_group .subtotal_footnote {
    font-size: 10px;
    font-weight: 500;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cart_checkout_box .amount_group {
    margin-left: auto;
  }
}
.cart_checkout_box .checkout_group {
  padding-top: 10px;
}
.cart_checkout_box .checkout_group #checkout_button {
  background-color: #D8372C;
  border: 0 none;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  outline: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .cart_checkout_box .checkout_group #checkout_button {
    font-size: 14px;
    width: 100%;
  }
}
.cart_checkout_box .secure_payment {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.cart_checkout_box .payment_partners {
  margin-top: 5px;
  text-align: center;
}
