@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans SC"), url("/fonts/NotoSansSC-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: local("Noto Sans SC"), url("/fonts/NotoSansSC-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  src: local("Monoton"), url("/fonts/Monoton/Monoton-Regular.ttf") format("woff");
}
@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;
}
:root {
  --webstore-font-family: "Google Sans Flex", "Noto Sans SC", "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;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

a {
  color: #D8372C;
}

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

.container-fluid {
  max-width: 1920px;
}

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

.btn,
button {
  font-weight: 700;
}

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

#cart_sidebar {
  margin: 14px;
  border-radius: 15px;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #cart_sidebar {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}
#cart_sidebar .offcanvas-title {
  font-weight: 700;
}
#cart_sidebar .dot {
  color: #ed1b26;
}
#cart_sidebar .cart_wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 130px;
}
#cart_sidebar .cart_wrapper input[type=checkbox] {
  display: none;
}
#cart_sidebar .cart_wrapper .cart_detail {
  height: 100%;
  padding: 0 15px 15px 15px;
}
#cart_sidebar .cart_wrapper .cart_detail #cart_overlay_header {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 8px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items {
  overflow-y: auto;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item {
  border-top: 1px solid #ddd;
  display: flex;
  padding: 15px 0;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper {
  flex: 1;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .not_enough_inventory,
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .purchase_limit_exceeded {
  color: red;
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .title {
  line-height: 20px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .title a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .quantity_group {
  display: block;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .quantity_group .quantity_box {
  border: 1px solid #D8372C;
  display: flex;
  height: 38px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .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;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .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;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .quantity_group .remove_button {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .price_box {
  display: flex;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .price_box .current_price {
  color: #D8372C;
}
#cart_sidebar .cart_wrapper .cart_detail #header_cart_items .cart_item .item_detail_wrapper .item_detail .price_box .compare_at_price {
  margin-left: 10px;
  text-decoration: line-through;
}
#cart_sidebar .cart-summary .estimated_delivery_date {
  background-color: #228B8B;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px;
  line-height: 20px;
  border-radius: 20px;
}
#cart_sidebar .cart-summary .primary {
  display: flex;
  font-size: 14px;
  font-weight: 600;
}
#cart_sidebar .cart-summary .primary .cart_amount_group {
  margin-left: auto;
  font-weight: 700;
}
#cart_sidebar .cart-summary .secondary {
  display: flex;
  line-height: 28px;
}
#cart_sidebar .cart-summary .secondary .overlay_cart_saved_group {
  font-size: 12px;
  color: #D8372C;
  display: none;
  font-weight: 600;
}
#cart_sidebar .cart-summary .secondary .tax_note {
  font-size: 10px;
  font-weight: 500;
  margin-left: auto;
}
#cart_sidebar .cart-summary .action {
  display: flex;
  margin-top: 10px;
}
#cart_sidebar .cart-summary .action .space {
  flex-basis: 15px;
}
#cart_sidebar .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;
}
#cart_sidebar .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;
}

#menu_sidebar .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
#menu_sidebar .link {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0;
}
#menu_sidebar .link a {
  color: #000;
  text-decoration: none;
}

.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_zh {
  width: 100%;
  z-index: 100;
  position: sticky;
  top: -40px;
}
@media (max-width: 767px) {
  #global_header_zh {
    top: -30px;
  }
}
#global_header_zh .header_bar {
  height: 40px;
  background-color: #D8372C;
  color: #fff;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar {
    height: 30px;
  }
}
#global_header_zh .header_bar .header_bar_wrap {
  display: flex;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar .header_bar_wrap {
    justify-content: center;
  }
}
#global_header_zh .header_bar .header_bar_wrap .link {
  height: 40px;
  display: flex;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  align-items: center;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar .header_bar_wrap .link {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
  }
}
#global_header_zh .header_bar .header_bar_wrap .right_actions {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar .header_bar_wrap .right_actions {
    display: none;
  }
}
#global_header_zh .header_bar .header_bar_wrap .right_actions .link {
  margin-left: 16px;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar .header_bar_wrap .pc {
    display: none;
  }
}
#global_header_zh .header_bar .header_bar_wrap .mobile {
  display: none;
}
@media (max-width: 767px) {
  #global_header_zh .header_bar .header_bar_wrap .mobile {
    display: inline;
  }
}
#global_header_zh .header_main {
  background-color: #F7F2EA;
  position: relative;
  z-index: 99;
}
#global_header_zh .header_main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#global_header_zh .mobile_header {
  display: none;
}
@media (max-width: 767px) {
  #global_header_zh .mobile_header {
    display: block;
  }
}
#global_header_zh .mobile_header .upper {
  display: flex;
  height: 50px;
  align-items: center;
}
#global_header_zh .mobile_header .upper .left_actions,
#global_header_zh .mobile_header .upper .right_actions {
  flex: 1;
  padding: 0 8px;
}
#global_header_zh .mobile_header .upper .left_actions {
  position: relative;
  height: 50px;
}
#global_header_zh .mobile_header .upper .left_actions .action_button {
  position: absolute;
  top: 5px;
}
#global_header_zh .mobile_header .upper .center {
  display: flex;
  justify-content: center;
}
#global_header_zh .mobile_header .upper .logo_wrap {
  height: 42px;
  padding-left: 12px;
}
#global_header_zh .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_zh .mobile_header .upper #mobile_menu_close_button {
  display: none;
}
#global_header_zh .mobile_header .upper .right_actions {
  display: flex;
  justify-content: flex-end;
}
#global_header_zh .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_zh .mobile_header #mobile_head_search_group {
  padding: 0 12px 12px;
}
#global_header_zh .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_zh .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_zh .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_zh .header_wrap {
  display: flex;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap {
    height: 60px;
  }
}
#global_header_zh .header_wrap #main-logo {
  display: flex;
  flex-shrink: 0;
  padding-top: 7px;
}
#global_header_zh .header_wrap #main-logo svg {
  width: 76px;
  height: 62px;
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap #main-logo {
    height: 47px;
  }
  #global_header_zh .header_wrap #main-logo svg {
    height: 40px;
  }
}
#global_header_zh .header_wrap #head-search-group {
  flex: 1;
  flex-shrink: 1;
  padding-top: 20px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap #head-search-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #global_header_zh .header_wrap #head-search-group form {
    flex: 1;
  }
}
#global_header_zh .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_zh .header_wrap #head-search-group #global_search_visual_bar {
    height: 38px;
  }
}
#global_header_zh .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_zh .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_zh .header_wrap #head-search-group #global_search_visual_bar #global_search_visual_q_field::-moz-placeholder {
    color: transparent !important;
  }
  #global_header_zh .header_wrap #head-search-group #global_search_visual_bar #global_search_visual_q_field:-ms-input-placeholder {
    color: transparent !important;
  }
  #global_header_zh .header_wrap #head-search-group #global_search_visual_bar #global_search_visual_q_field::placeholder {
    color: transparent !important;
  }
}
#global_header_zh .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_zh .header_wrap #head-search-group #global_search_visual_bar #global_search_submit_button {
    width: 30px;
    margin-right: 6px;
  }
}
#global_header_zh .header_wrap .user_actions {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  font-family: var(--webstore-font-family);
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap .user_actions {
    margin-top: 0;
  }
}
#global_header_zh .header_wrap .user_actions a {
  text-decoration: none;
  color: #000;
}
#global_header_zh .header_wrap .user_actions .user {
  float: left;
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap .user_actions svg {
    width: 24px;
    height: 24px;
  }
}
#global_header_zh .header_wrap .user_actions .shopping_cart {
  color: #000;
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  #global_header_zh .header_wrap .user_actions .shopping_cart {
    height: 70px;
    padding: 0;
    line-height: 70px;
    text-align: center;
  }
}
#global_header_zh .header_wrap .user_actions .shopping_cart .text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
#global_header_zh .header_wrap .user_actions .shopping_cart .session-cart-items-count {
  background-color: #D8372C;
  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_zh .header_wrap .user_actions .shopping_cart .session-cart-items-count {
    border-radius: 15px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    top: 12px;
    left: 14px;
  }
}
#global_header_zh .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_zh .header_wrap .user_actions .user_button .upper_text {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
#global_header_zh .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_zh .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_zh .featured_menu {
  background-color: #fffcfc;
  border-bottom: 1px solid #ddd;
  height: 41px;
}
@media (max-width: 767px) {
  #global_header_zh .featured_menu {
    display: none;
  }
}
#global_header_zh .featured_menu a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-right: 16px;
}
#global_header_zh .webstore_category_bar {
  background-color: #fffcfc;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #global_header_zh .webstore_category_bar {
    display: none;
  }
}
#global_header_zh .webstore_category_bar .container {
  overflow: visible;
}
#global_header_zh .webstore_category_bar .inner_wrap {
  position: relative;
  height: 40px;
}
#global_header_zh .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_zh .webstore_category_bar .inner_wrap .webstore_category_item.active {
  color: #D8372C;
}
#global_header_zh .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_zh .webstore_category_bar .inner_wrap .webstore_category_overlay.open {
  display: block;
}
#global_header_zh .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper {
  display: flex;
}
#global_header_zh .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper .category_column {
  flex: 1;
}
#global_header_zh .webstore_category_bar .inner_wrap .category_column a {
  color: #000;
  text-decoration: none;
}
#global_header_zh .webstore_category_bar .inner_wrap .category_column a:hover {
  color: #D8372C;
}
#global_header_zh .webstore_category_bar .inner_wrap .category_column .title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
#global_header_zh .webstore_category_bar .inner_wrap .category_column .link:first-child {
  margin-top: 20px;
}
#global_header_zh .webstore_category_bar .inner_wrap .category_row {
  display: flex;
}

#mobile_menu_overlay {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  top: 60px;
  padding-top: 10px;
}
#mobile_menu_overlay .caret_svg {
  position: absolute;
  top: -10px;
  right: 16px;
}
#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 .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_header_zh_mobile {
  background-color: #D8372C;
  display: none;
  height: 140px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile {
    display: none;
    height: 60px;
  }
}
#global_header_zh_mobile .container-fluid {
  padding: 0 30px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .container-fluid {
    padding: 0;
  }
}
#global_header_zh_mobile .header-wrap {
  display: flex;
  position: relative;
}
#global_header_zh_mobile .header-wrap #main-logo {
  flex-shrink: 0;
  height: 140px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #main-logo {
    height: 60px;
    padding: 6px 10px;
  }
  #global_header_zh_mobile .header-wrap #main-logo svg {
    width: 56px;
    height: 44px;
  }
}
#global_header_zh_mobile .header-wrap #head-search-group {
  flex: 1;
  flex-shrink: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #head-search-group {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 0;
  }
}
#global_header_zh_mobile .header-wrap #head-search-group #global_search_visual_bar {
  background-color: #fff;
  border-radius: 27px;
  display: block;
  height: 54px;
  text-decoration: none;
  outline: none;
  position: relative;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #head-search-group #global_search_visual_bar {
    border-radius: 18px;
    height: 36px;
  }
}
#global_header_zh_mobile .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: 20px;
  line-height: 54px;
  padding-right: 60px;
  padding-left: 15px;
  width: 100%;
  outline: none;
  z-index: 10;
  position: absolute;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .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_zh_mobile .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_zh_mobile .header-wrap #head-search-group #global_search_visual_bar #global_search_submit_button {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #head-search-group .switch-language {
    display: none;
  }
}
#global_header_zh_mobile .header-wrap #head-search-group .switch-language a {
  color: #f2c94c;
  display: block;
  font-size: 16px;
  float: right;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  outline: none;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu {
  height: 52px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #head-search-group .header-menu {
    display: none;
  }
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu li {
  float: left;
  margin-left: 30px;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu li:first-child {
  margin-left: 0;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  text-decoration: none;
  outline: none;
  padding: 0;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider {
  overflow: none;
  height: 62px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider {
    display: none;
  }
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider .shopping_highlight {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0 15px;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider .shopping_highlight .icon {
  margin-right: 10px;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider .shopping_highlight .icon svg {
  padding-bottom: 5px;
}
#global_header_zh_mobile .header-wrap #head-search-group .header-menu .header_shopping_highlights_slider .shopping_highlight .icon svg path {
  fill: white;
}
#global_header_zh_mobile .header-wrap .mobile-head-actions {
  display: none;
  float: right;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap .mobile-head-actions {
    display: block;
    margin-left: 8px;
  }
}
#global_header_zh_mobile .header-wrap .mobile-head-actions .switch-language {
  float: left;
  width: 50px;
}
#global_header_zh_mobile .header-wrap .mobile-head-actions .switch-language a {
  color: #fff;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#global_header_zh_mobile .header-wrap .mobile-head-actions .action_button {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  display: flex;
  text-decoration: none;
  padding: 0;
  width: 50px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#global_header_zh_mobile .header-wrap .mobile-head-actions .scan-barcode-button {
  color: #fff;
  display: none;
  float: left;
  font-size: 20px;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
}
#global_header_zh_mobile .header-wrap .user-actions {
  flex-shrink: 0;
  font-family: var(--webstore-font-family);
  margin-top: 24px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap .user-actions {
    display: none;
  }
}
#global_header_zh_mobile .header-wrap .user-actions .user {
  float: left;
}
#global_header_zh_mobile .header-wrap .user-actions .shopping-cart {
  float: left;
  height: 54px;
  padding: 2px 5px;
  position: relative;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .header-wrap .user-actions .shopping-cart {
    width: 60px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    text-align: center;
  }
  #global_header_zh_mobile .header-wrap .user-actions .shopping-cart svg {
    height: 30px;
  }
}
#global_header_zh_mobile .header-wrap .user-actions .shopping-cart .session-cart-items-count {
  background-color: #D8372C;
  border-radius: 19px;
  color: #fff;
  display: none;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  min-width: 38px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -12px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .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_zh_mobile .header-wrap .user-actions .user-button {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .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_zh_mobile .webstore_category_bar {
  background-color: #fffcfc;
  border-bottom: 1px solid #ddd;
  height: 40px;
}
@media (max-width: 767px) {
  #global_header_zh_mobile .webstore_category_bar {
    display: none;
  }
}
#global_header_zh_mobile .webstore_category_bar .container {
  overflow: visible;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap {
  position: relative;
  height: 40px;
}
#global_header_zh_mobile .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_zh_mobile .webstore_category_bar .inner_wrap .webstore_category_item.active {
  color: #D8372C;
}
#global_header_zh_mobile .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_zh_mobile .webstore_category_bar .inner_wrap .webstore_category_overlay.open {
  display: block;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper {
  display: flex;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .webstore_category_overlay_wrapper .category_column {
  flex: 1;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .category_column a {
  color: #000;
  text-decoration: none;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .category_column a:hover {
  color: #D8372C;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .category_column .title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}
#global_header_zh_mobile .webstore_category_bar .inner_wrap .category_column .link:first-child {
  margin-top: 20px;
}
#global_header_zh_mobile .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: 16px;
    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;
}
@media (max-width: 767px) {
  #global_search_overlay #global_search_form_preset_suggestions_module {
    padding-left: 50px;
  }
}
#global_search_overlay #global_search_form_preset_suggestions_module .entries {
  display: flex;
  flex-wrap: wrap;
}
#global_search_overlay #global_search_form_preset_suggestions_module .entries .entry {
  background-color: #f6f6f6;
  border-radius: 8px;
  color: #333;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
#global_search_overlay #global_search_form_preset_suggestions_module .entries .entry:hover {
  background-color: #eee;
}
#global_search_overlay #global_search_form_preset_suggestions_module .prompt {
  margin-top: 5px;
}
#global_search_overlay #global_search_form_preset_suggestions_module .prompt .emoji {
  margin-right: 5px;
}
#global_search_overlay #global_search_form_preset_suggestions_module .prompt span {
  color: #D8372C;
}
#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 .pdf_label {
  display: inline-block;
  font-size: 12px;
  background-color: #D8372C;
  border-radius: 4px;
  color: #fff;
  padding: 0 6px;
  margin-left: 10px;
}
#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;
}

#global-footer,
#global_footer_en {
  background-color: #F7F2EA;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  #global-footer,
#global_footer_en {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #global-footer .logos,
#global_footer_en .logos {
    padding: 0 20px;
  }
}
#global-footer .logos img,
#global_footer_en .logos img {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #global-footer .logos img,
#global_footer_en .logos img {
    display: none;
  }
}
@media (max-width: 767px) {
  #global-footer #main-logo-footer-mobile,
#global_footer_en #main-logo-footer-mobile {
    display: block !important;
    width: 56px;
    height: 50px;
  }
  #global-footer #main-logo-footer-mobile svg,
#global_footer_en #main-logo-footer-mobile svg {
    display: block !important;
    width: 100%;
    height: 100%;
  }
}
#global-footer .mobile_folder_trigger,
#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 .mobile_folder_trigger,
#global_footer_en .mobile_folder_trigger {
    display: flex;
  }
}
#global-footer .mobile_folder_trigger .icon,
#global_footer_en .mobile_folder_trigger .icon {
  font-size: 18px;
  margin-left: auto;
}
#global-footer .mobile_folder_trigger .minus,
#global_footer_en .mobile_folder_trigger .minus {
  display: none;
}
#global-footer .mobile_folder_trigger.expanded,
#global_footer_en .mobile_folder_trigger.expanded {
  border-bottom-color: transparent;
}
#global-footer .mobile_folder_trigger.expanded .plus,
#global_footer_en .mobile_folder_trigger.expanded .plus {
  display: none;
}
#global-footer .mobile_folder_trigger.expanded .minus,
#global_footer_en .mobile_folder_trigger.expanded .minus {
  display: inline;
}
@media (max-width: 767px) {
  #global-footer .foldable,
#global_footer_en .foldable {
    display: none;
  }
}
#global-footer .about,
#global_footer_en .about {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #global-footer .about,
#global_footer_en .about {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global-footer .about a,
#global_footer_en .about a {
  color: #000;
}
@media (max-width: 767px) {
  #global-footer .store_location,
#global_footer_en .store_location {
    padding: 0 20px;
    margin-top: 30px;
  }
}
#global-footer .store_location .store_image,
#global_footer_en .store_location .store_image {
  display: inline-block;
  position: relative;
}
#global-footer .store_location .store_image .navigation_button_wrap,
#global_footer_en .store_location .store_image .navigation_button_wrap {
  padding: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
#global-footer .store_location .store_image .navigation_button_wrap a,
#global_footer_en .store_location .store_image .navigation_button_wrap a {
  background-color: #fff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  outline: none;
  padding: 0 10px;
}
#global-footer .store_location .store_image img,
#global_footer_en .store_location .store_image img {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  #global-footer .store_location .store_image img,
#global_footer_en .store_location .store_image img {
    width: 150px;
    height: 150px;
  }
}
#global-footer .store_location .store_name,
#global_footer_en .store_location .store_name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
#global-footer .store_location .store_address,
#global_footer_en .store_location .store_address {
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #global-footer .shop_with_us,
#global_footer_en .shop_with_us {
    padding: 0 20px;
  }
}
#global-footer .shop_with_us h3,
#global_footer_en .shop_with_us h3 {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #global-footer .shop_with_us h3,
#global_footer_en .shop_with_us h3 {
    display: none;
  }
}
#global-footer .shop_with_us .links,
#global_footer_en .shop_with_us .links {
  margin-top: 15px;
}
#global-footer .shop_with_us .links .link,
#global_footer_en .shop_with_us .links .link {
  margin: 5px 0;
}
#global-footer .shop_with_us .links a,
#global_footer_en .shop_with_us .links a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#global-footer .connect,
#global_footer_en .connect {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #global-footer .connect,
#global_footer_en .connect {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global-footer .connect .text,
#global_footer_en .connect .text {
  font-size: 24px;
  font-weight: 700;
}
#global-footer .connect .dot,
#global_footer_en .connect .dot {
  color: #ed1b26;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}
#global-footer .qr_codes,
#global_footer_en .qr_codes {
  margin-top: 15px;
}
#global-footer .qr_codes .qr_code,
#global_footer_en .qr_codes .qr_code {
  display: inline-block;
}
#global-footer .qr_codes .qr_code .label,
#global_footer_en .qr_codes .qr_code .label {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #global-footer .qr_codes .qr_code .label,
#global_footer_en .qr_codes .qr_code .label {
    font-size: 16px;
  }
}
#global-footer .qr_codes .qr_code .label a,
#global_footer_en .qr_codes .qr_code .label a {
  text-decoration: none;
}
#global-footer .additional-info,
#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 .additional-info,
#global_footer_en .additional-info {
    padding: 0 20px;
    margin-top: 20px;
  }
}
#global-footer .additional-info .made_with_love i,
#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;
  flex: 1;
  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-block {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .product-list-block {
    padding: 0 15px;
  }
}
.product-list-block .product-list .product {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: none;
  color: #000;
  display: block;
  padding: 5px;
  text-decoration: none;
  outline: none;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product {
    margin-bottom: 8px;
  }
}
.product-list-block .product-list .product:hover {
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}
.product-list-block .product-list .product a {
  text-decoration: none;
  color: inherit;
}
.product-list-block .product-list .product .product-image {
  position: relative;
}
.product-list-block .product-list .product .product-image img {
  width: 100%;
}
.product-list-block .product-list .product .product-image .real_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list-block .product-list .product .product-info {
  padding: 10px;
}
.product-list-block .product-list .product .product-info .product-title {
  font-family: var(--webstore-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product .product-info .product-title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    min-height: 60px;
  }
}
.product-list-block .product-list .product .product-info .percent_off {
  color: #D8372C;
  font-size: 18px;
  font-weight: 600;
  float: right;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product .product-info .percent_off {
    border-radius: 5px;
    font-size: 10px;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
  }
}
.product-list-block .product-list .product .product-info .product-price {
  color: #D8372C;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product .product-info .product-price {
    font-size: 15px;
  }
}
.product-list-block .product-list .product .product-info .product-price .msrp {
  color: #333;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product .product-info .product-price .msrp {
    font-size: 10px;
    margin-left: 2px;
  }
}
.product-list-block .product-list .product .product-info .out-of-stock {
  color: #f00;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .product-list-block .product-list .product .product-info .out-of-stock {
    font-size: 15px;
  }
}
.product-list-block .product-list .product .product-brand {
  font-size: 12px;
}
.product-list-block .product-list .product .product-action {
  padding: 10px;
}
.product-list-block .product-list .product .product-action .btn {
  font-weight: 500;
}
.product-list-block .product-list .product .add-to-cart-button {
  background-color: transparent;
  color: #D8372C;
  border: 1.5px solid #D8372C;
  width: 100%;
  transition: none;
}
.product-list-block .product-list .product .add-to-cart-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_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;
}

.help_category_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .help_category_bar {
    flex-direction: column;
  }
}

.help_category_link {
  color: black;
  display: block;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.help_category_link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.help_category_link.active {
  background-color: #D8372C;
  color: white;
}

#sales_center {
  background-color: #87D6AC;
  padding: 30px 0;
}
#sales_center h4 {
  font-size: 14px;
  font-weight: 700;
}
#sales_center .value {
  color: #115C41;
  font-size: 28px;
  font-weight: 700;
}
#sales_center .actions {
  margin-top: 16px;
}
#sales_center a {
  color: #115C41;
  font-size: 14px;
  font-weight: 700;
}

#account_index {
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  #account_index .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #account_index .container .order_tabs a {
    font-size: 16px;
    margin-right: 10px;
    padding: 0 10px;
  }
}
#account_index .order_tabs {
  border-bottom: 2px solid #666;
  display: flex;
}
#account_index .order_tabs a {
  color: #0b254b;
  display: flex;
  font-size: 18px;
  padding: 0 15px;
  height: 50px;
  align-items: center;
  margin-right: 15px;
  text-decoration: none;
}
#account_index .order_tabs a.active {
  color: #ed1b26;
}
#account_index .orders {
  margin: 30px auto 0;
  min-height: 300px;
}
#account_index .orders .order {
  background-color: #f2f2f2;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 20px;
}
#account_index .orders .order .order_status {
  float: right;
  text-align: center;
}
#account_index .orders .order .order_items {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
#account_index .orders .order .order_items .order_item {
  display: flex;
  margin-top: 15px;
}
#account_index .orders .order .order_items .order_item:first-child {
  margin-top: 0;
}
#account_index .orders .order .order_items .order_item a {
  color: #000;
  text-decoration: none;
}
#account_index .orders .order .order_items .order_item .item_image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#account_index .orders .order .order_items .order_item .item_image img {
  width: 80px;
  height: 80px;
}
#account_index .orders .order .order_items .order_item .item_info {
  margin-right: 10px;
}
#account_index .orders .order .order_items .order_item .line_item_info {
  text-align: right;
  margin-left: auto;
}
#account_index .orders .order .order_items .order_item .line_item_info .price {
  font-weight: 700;
}
#account_index .orders .order .order_items .order_item .line_item_info .quantity {
  margin-top: 5px;
}
#account_index .orders .order .order_items .package {
  margin-top: 5px;
}
#account_index .orders .order .order_details {
  flex: 1;
}
#account_index .orders .order .order_footer {
  border-top: 1px solid #ddd;
  display: flex;
  margin-top: 15px;
  padding: 15px 0;
}
#account_index .orders .order .order_actions {
  flex-shrink: 1;
  margin-left: auto;
  margin-left: 15px;
}
#account_index .orders .order .order_actions .btn {
  text-decoration: none;
}

#account_pending_checkouts {
  padding-bottom: 30px;
}
#account_pending_checkouts .checkouts {
  margin: 30px auto 0;
  min-height: 300px;
}
#account_pending_checkouts .checkouts .checkout {
  background-color: #f2f2f2;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 20px;
}
#account_pending_checkouts .checkouts .checkout .order_status {
  float: right;
  text-align: center;
}
#account_pending_checkouts .checkouts .checkout .order_items {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 15px;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item {
  display: flex;
  margin-top: 15px;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item:first-child {
  margin-top: 0;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item a {
  color: #000;
  text-decoration: none;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .item_image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .item_image img {
  width: 80px;
  height: 80px;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .item_info {
  margin-right: 10px;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .line_item_info {
  text-align: right;
  margin-left: auto;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .line_item_info .price {
  font-weight: 700;
}
#account_pending_checkouts .checkouts .checkout .order_items .order_item .line_item_info .quantity {
  margin-top: 5px;
}
#account_pending_checkouts .checkouts .checkout .order_items .package {
  margin-top: 5px;
}
#account_pending_checkouts .checkouts .checkout .order_details {
  flex: 1;
}
#account_pending_checkouts .checkouts .checkout .order_footer {
  border-top: 1px solid #ddd;
  display: flex;
  margin-top: 15px;
  padding: 15px 0;
}
#account_pending_checkouts .checkouts .checkout .order_actions {
  flex-shrink: 1;
  margin-left: auto;
  margin-left: 15px;
}
#account_pending_checkouts .checkouts .checkout .order_actions .btn {
  text-decoration: none;
}

#account_change_password {
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  #account_change_password .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#account_change_password h1 {
  margin-bottom: 30px;
}
#account_change_password #change_password_form {
  max-width: 480px;
}
#account_change_password #change_password_form .form-group {
  margin-bottom: 10px;
}
#account_change_password #change_password_form #password_requirements_list {
  color: #aaa;
  font-size: 14px;
  margin-top: 15px;
}
#account_change_password #change_password_form #password_requirements_list li {
  line-height: 22px;
}
#account_change_password #change_password_form #password_requirements_list li.ok {
  color: limegreen;
  font-weight: 700;
}

#account_password_updated {
  padding: 90px 0;
  text-align: center;
  min-height: 400px;
}
#account_password_updated .ok_sign {
  background-color: forestgreen;
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 30px;
}
#account_password_updated .actions {
  margin-top: 60px;
}

.customer_account_head {
  background: linear-gradient(0deg, rgba(255, 236, 227, 0.3), rgba(255, 236, 227, 0.3)), url("/assets/webstore/account_bg_50.png");
  background-size: 25%;
  padding: 30px 0 30px;
}
@media (max-width: 767px) {
  .customer_account_head .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customer_account_head .welcome {
  display: flex;
  margin-top: 15px;
}
.customer_account_head a {
  color: #D8372C;
}
.customer_account_head h1 {
  font-size: 20px;
}
.customer_account_head h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-right: 15px;
}
.customer_account_head .reward_points {
  font-size: 16px;
  margin-top: 15px;
}
.customer_account_head .reward_points h3 {
  font-size: 18px;
}
.customer_account_head .reward_points .points_group {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.customer_account_head .reward_points .points_group .point_balance {
  color: #D8372C;
  font-family: "Monoton", sans-serif;
  font-size: 36px;
  margin-right: 15px;
}
.customer_account_head .reward_points .points_group .point_value {
  color: #969799;
  font-size: 16px;
}
.customer_account_head .reward_points .redeem_text {
  margin-top: 10px;
  font-size: 18px;
}
.customer_account_head .reward_points .customer_level {
  margin-bottom: 15px;
}
.customer_account_head .reward_points .customer_level .level_progress {
  margin-top: 12px;
}
.customer_account_head .reward_points .customer_level .level_progress .progress_bar {
  background-color: #e0e0e0;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}
.customer_account_head .reward_points .customer_level .level_progress .progress_bar .progress_fill {
  background: linear-gradient(90deg, #D8372C, #ffaa77);
  border-radius: 10px;
  height: 100%;
  transition: width 0.3s ease;
}
.customer_account_nav .customer_account_nav_inner {
  height: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .customer_account_nav .customer_account_nav_inner {
    display: block;
    height: auto;
    padding: 0 15px;
  }
}
.customer_account_nav .customer_account_nav_inner a {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: #0b254b;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  text-decoration: none;
  height: 70px;
  align-items: center;
  margin-right: 15px;
  padding: 0 15px;
}
.customer_account_nav .customer_account_nav_inner a.active {
  border-bottom-color: #D8372C;
}

#authentication_sign_in .animated-login-wrapper,
#authentication_create_account .animated-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  #authentication_sign_in .animated-login-wrapper,
#authentication_create_account .animated-login-wrapper {
    display: block;
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 769px) {
  #authentication_sign_in .animated-login-wrapper,
#authentication_create_account .animated-login-wrapper {
    min-height: 800px;
  }
}
#authentication_sign_in .login-left-panel,
#authentication_create_account .login-left-panel {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 40px;
}
@media (max-width: 768px) {
  #authentication_sign_in .login-left-panel,
#authentication_create_account .login-left-panel {
    display: none;
  }
}
#authentication_sign_in .login-left-panel::after,
#authentication_create_account .login-left-panel::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(231, 4, 39, 0.25), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#authentication_sign_in .characters-stage,
#authentication_create_account .characters-stage {
  position: relative;
  width: 360px;
  height: 400px;
  z-index: 2;
  flex-shrink: 0;
}
#authentication_sign_in .character,
#authentication_create_account .character {
  position: absolute;
  transition: transform 0.15s ease-out;
  transform-origin: bottom center;
}
#authentication_sign_in .character-body,
#authentication_create_account .character-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#authentication_sign_in .eye,
#authentication_create_account .eye {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease;
  z-index: 1;
}
#authentication_sign_in .pupil,
#authentication_create_account .pupil {
  background: #2D2D2D;
  border-radius: 50%;
  transition: transform 0.08s ease-out;
}
#authentication_sign_in .character-bottle,
#authentication_create_account .character-bottle {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#authentication_sign_in .character-bottle .bottle-cap,
#authentication_create_account .character-bottle .bottle-cap {
  width: 80px;
  height: 40px;
  background: repeating-linear-gradient(90deg, #2E7D32, #2E7D32 4px, #256B28 4px, #256B28 8px);
  border-radius: 12px 12px 0 0;
  margin: 0 auto;
}
#authentication_sign_in .character-bottle .character-body,
#authentication_create_account .character-bottle .character-body {
  width: 150px;
  height: 300px;
  background: #4CAF50;
  border-radius: 8px 8px 16px 16px;
}
#authentication_sign_in .character-bottle .bottle-label,
#authentication_create_account .character-bottle .bottle-label {
  position: absolute;
  top: 100px;
  left: 15px;
  right: 15px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
}
#authentication_sign_in .character-bottle .eye,
#authentication_create_account .character-bottle .eye {
  width: 26px;
  height: 26px;
  top: 45px;
}
#authentication_sign_in .character-bottle .eye-left,
#authentication_create_account .character-bottle .eye-left {
  left: 35px;
}
#authentication_sign_in .character-bottle .eye-right,
#authentication_create_account .character-bottle .eye-right {
  right: 35px;
}
#authentication_sign_in .character-bottle .pupil,
#authentication_create_account .character-bottle .pupil {
  width: 13px;
  height: 13px;
}
#authentication_sign_in .character-dropper,
#authentication_create_account .character-dropper {
  left: 25%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
#authentication_sign_in .character-dropper .dropper-head,
#authentication_create_account .character-dropper .dropper-head {
  width: 40px;
  height: 40px;
  background: #5D4037;
  border-radius: 50%;
  margin: 0 auto;
}
#authentication_sign_in .character-dropper .dropper-neck,
#authentication_create_account .character-dropper .dropper-neck {
  width: 24px;
  height: 20px;
  background: #5D4037;
  margin: 0 auto;
}
#authentication_sign_in .character-dropper .character-body,
#authentication_create_account .character-dropper .character-body {
  width: 110px;
  height: 240px;
  background: #7B5EA7;
  border-radius: 12px 12px 20px 20px;
}
#authentication_sign_in .character-dropper .eye,
#authentication_create_account .character-dropper .eye {
  width: 22px;
  height: 22px;
  top: 45px;
  background: transparent;
}
#authentication_sign_in .character-dropper .eye-left,
#authentication_create_account .character-dropper .eye-left {
  left: 20px;
}
#authentication_sign_in .character-dropper .eye-right,
#authentication_create_account .character-dropper .eye-right {
  right: 20px;
}
#authentication_sign_in .character-dropper .pupil,
#authentication_create_account .character-dropper .pupil {
  width: 11px;
  height: 11px;
}
#authentication_sign_in .character-tablet,
#authentication_create_account .character-tablet {
  left: 5%;
  bottom: 0;
  z-index: 3;
}
#authentication_sign_in .character-tablet .character-body,
#authentication_create_account .character-tablet .character-body {
  width: 160px;
  height: 160px;
  background: #ffc107;
  border-radius: 50%;
  box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 8px solid #C68A00;
}
#authentication_sign_in .character-tablet .coin-star,
#authentication_create_account .character-tablet .coin-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
#authentication_sign_in .character-tablet .eye,
#authentication_create_account .character-tablet .eye {
  width: 20px;
  height: 20px;
  top: 50px;
}
#authentication_sign_in .character-tablet .eye-left,
#authentication_create_account .character-tablet .eye-left {
  left: 45px;
}
#authentication_sign_in .character-tablet .eye-right,
#authentication_create_account .character-tablet .eye-right {
  right: 45px;
}
#authentication_sign_in .character-tablet .pupil,
#authentication_create_account .character-tablet .pupil {
  width: 10px;
  height: 10px;
}
#authentication_sign_in .character-capsule,
#authentication_create_account .character-capsule {
  right: 0%;
  bottom: 0;
  z-index: 3;
}
#authentication_sign_in .character-capsule .character-body,
#authentication_create_account .character-capsule .character-body {
  width: 110px;
  height: 220px;
  background: linear-gradient(to bottom, #feb061 50%, #fee7ca 50%);
  border-radius: 55px;
}
#authentication_sign_in .character-capsule .eye,
#authentication_create_account .character-capsule .eye {
  width: 18px;
  height: 18px;
  top: 55px;
  background: transparent;
}
#authentication_sign_in .character-capsule .eye-left,
#authentication_create_account .character-capsule .eye-left {
  left: 20px;
}
#authentication_sign_in .character-capsule .eye-right,
#authentication_create_account .character-capsule .eye-right {
  right: 20px;
}
#authentication_sign_in .character-capsule .pupil,
#authentication_create_account .character-capsule .pupil {
  width: 9px;
  height: 9px;
}
#authentication_sign_in .character-capsule .mouth,
#authentication_create_account .character-capsule .mouth {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 16px;
  border: 3px solid #2D2D2D;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-left-radius: 18px 16px;
  border-bottom-right-radius: 18px 16px;
}
#authentication_sign_in .login-right-panel,
#authentication_create_account .login-right-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  #authentication_sign_in .login-right-panel,
#authentication_create_account .login-right-panel {
    display: block;
    padding: 40px 35px;
  }
}
#authentication_sign_in .login-form-inner,
#authentication_create_account .login-form-inner {
  width: 100%;
}
@media (min-width: 769px) {
  #authentication_sign_in .login-form-inner,
#authentication_create_account .login-form-inner {
    max-width: 360px;
  }
}
#authentication_sign_in .login-form-inner .form-header,
#authentication_create_account .login-form-inner .form-header {
  margin-bottom: 30px;
}
#authentication_sign_in .login-form-inner .form-header .mobile-auth-header-badge,
#authentication_create_account .login-form-inner .form-header .mobile-auth-header-badge {
  display: none;
  justify-content: center;
  margin-bottom: 18px;
}
#authentication_sign_in .login-form-inner .form-header .mobile-auth-header-badge svg,
#authentication_create_account .login-form-inner .form-header .mobile-auth-header-badge svg {
  display: block;
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  #authentication_sign_in .login-form-inner .form-header .mobile-auth-header-badge,
#authentication_create_account .login-form-inner .form-header .mobile-auth-header-badge {
    display: flex;
  }
}
#authentication_sign_in .login-form-inner .form-header h1,
#authentication_create_account .login-form-inner .form-header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #authentication_sign_in .login-form-inner .form-header h1,
#authentication_create_account .login-form-inner .form-header h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#authentication_sign_in .login-form-inner .form-header p,
#authentication_create_account .login-form-inner .form-header p {
  font-size: 20px;
  color: #6b7280;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 768px) {
  #authentication_sign_in .login-form-inner .form-header p,
#authentication_create_account .login-form-inner .form-header p {
    font-size: 18px;
    line-height: 24px;
  }
}
#authentication_sign_in .login-form-inner .form-group,
#authentication_create_account .login-form-inner .form-group {
  margin-bottom: 20px;
}
#authentication_sign_in .login-form-inner .form-group label,
#authentication_create_account .login-form-inner .form-group label {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}
#authentication_sign_in .login-form-inner .form-group .input-group .input-group-text,
#authentication_create_account .login-form-inner .form-group .input-group .input-group-text {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-right: none;
  border-radius: 10px 0 0 10px;
  color: #9ca3af;
}
#authentication_sign_in .login-form-inner .form-group input[type=text],
#authentication_sign_in .login-form-inner .form-group input[type=password],
#authentication_create_account .login-form-inner .form-group input[type=text],
#authentication_create_account .login-form-inner .form-group input[type=password] {
  border: 1px solid #d1d5db;
  border-radius: 0 10px 10px 0;
  height: 48px;
  line-height: 46px;
  font-size: 15px;
}
#authentication_sign_in .login-form-inner .form-group input[type=text]:focus,
#authentication_sign_in .login-form-inner .form-group input[type=password]:focus,
#authentication_create_account .login-form-inner .form-group input[type=text]:focus,
#authentication_create_account .login-form-inner .form-group input[type=password]:focus {
  border-color: #e70427;
  box-shadow: 0 0 0 3px rgba(231, 4, 39, 0.1);
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap,
#authentication_create_account .login-form-inner .form-group .password-field-wrap {
  position: relative;
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap .password-field-input,
#authentication_create_account .login-form-inner .form-group .password-field-wrap .password-field-input {
  border-radius: 10px;
  padding-right: 48px;
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap .password-visibility-toggle,
#authentication_create_account .login-form-inner .form-group .password-field-wrap .password-visibility-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:hover,
#authentication_create_account .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:hover {
  color: #1f2937;
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:focus,
#authentication_create_account .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:focus {
  outline: none;
}
#authentication_sign_in .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:focus-visible,
#authentication_create_account .login-form-inner .form-group .password-field-wrap .password-visibility-toggle:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 3px rgba(231, 4, 39, 0.16);
}
#authentication_sign_in .login-form-inner .form-actions,
#authentication_create_account .login-form-inner .form-actions {
  margin-top: 24px;
}
#authentication_sign_in .login-form-inner .form-actions .btn-primary-login,
#authentication_create_account .login-form-inner .form-actions .btn-primary-login {
  background: #1a1a1a;
  border: none;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 48px;
  color: #fff;
  transition: background 0.2s;
}
#authentication_sign_in .login-form-inner .form-actions .btn-primary-login:hover,
#authentication_create_account .login-form-inner .form-actions .btn-primary-login:hover {
  background: #333;
}
#authentication_sign_in .login-form-inner .or_group,
#authentication_create_account .login-form-inner .or_group {
  color: #969799;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}
#authentication_sign_in .login-form-inner .or_group .line_wrap,
#authentication_create_account .login-form-inner .or_group .line_wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
#authentication_sign_in .login-form-inner .or_group .line_wrap .line,
#authentication_create_account .login-form-inner .or_group .line_wrap .line {
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}
#authentication_sign_in .login-form-inner .or_group .or,
#authentication_create_account .login-form-inner .or_group .or {
  margin: 0 15px;
  font-size: 13px;
}
#authentication_sign_in .login-form-inner .oath_group,
#authentication_create_account .login-form-inner .oath_group {
  display: flex;
  justify-content: center;
}
#authentication_sign_in .login-form-inner .tos_group,
#authentication_create_account .login-form-inner .tos_group {
  margin-top: 32px;
  font-size: 13px;
  color: #6b7280;
}
#authentication_sign_in .login-form-inner .tos_group a,
#authentication_create_account .login-form-inner .tos_group a {
  color: #e70427;
  text-decoration: none;
}
#authentication_sign_in .login-form-inner .tos_group a:hover,
#authentication_create_account .login-form-inner .tos_group a:hover {
  text-decoration: underline;
}

#authentication_create_account .login-right-panel {
  align-items: flex-start;
  overflow-y: auto;
  padding: 32px 20px;
}
@media (max-width: 768px) {
  #authentication_create_account .login-right-panel {
    padding: 40px 15px;
    overflow: visible;
  }
}
#authentication_create_account .create-account-form-inner {
  max-width: 420px;
  padding: 8px 0 24px;
}
@media (max-width: 768px) {
  #authentication_create_account .create-account-form-inner {
    padding: 0;
  }
}
#authentication_create_account .create-account-form-inner .form-header h1 {
  text-align: center;
}
#authentication_create_account .create-account-form-inner .form-header p {
  font-size: 18px;
}
#authentication_create_account #create_account_form .form-group {
  margin-bottom: 18px;
}
#authentication_create_account #create_account_form .form-group input[type=text],
#authentication_create_account #create_account_form .form-group input[type=password] {
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: 10px;
  height: 48px;
  line-height: 46px;
}
#authentication_create_account #create_account_form .form-group input[type=text].error,
#authentication_create_account #create_account_form .form-group input[type=password].error {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
#authentication_create_account #create_account_form .form-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#authentication_create_account #create_account_form .form-group label[for=receive_news_and_offers_field] {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
}
#authentication_create_account #create_account_form .form-group .form-text {
  color: #6b7280;
  font-size: 13px;
  margin-top: 8px;
}
#authentication_create_account #create_account_form .password-field-wrap .password-field-input {
  padding-right: 48px;
}
#authentication_create_account #create_account_form .form-actions {
  margin-top: 28px;
}
#authentication_create_account #create_account_form #password_requirements_list {
  color: #9ca3af;
  font-size: 14px;
}
#authentication_create_account #create_account_form #password_requirements_list li {
  line-height: 22px;
}
#authentication_create_account #create_account_form #password_requirements_list li.ok {
  color: limegreen;
  font-weight: 700;
}
#authentication_create_account #create_account_form #email_address_exists_message {
  color: #dc2626;
  display: none;
}

#authentication_forgot_password {
  padding: 60px 0 120px;
}
#authentication_forgot_password .forgot_password_container {
  max-width: 360px;
  margin: 0 auto;
  padding: 60px 15px;
}
#authentication_forgot_password .forgot_password_container .logo {
  text-align: center;
  margin-bottom: 60px;
}
#authentication_forgot_password .forgot_password_container .form-group {
  margin-bottom: 15px;
}
#authentication_forgot_password .forgot_password_container .form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
#authentication_forgot_password .forgot_password_container .form-group input[type=text],
#authentication_forgot_password .forgot_password_container .form-group input[type=password] {
  height: 48px;
  line-height: 46px;
}
#authentication_forgot_password .forgot_password_container .form-actions {
  margin-top: 30px;
}
#authentication_forgot_password .forgot_password_container .form-actions #login_button {
  margin-bottom: 30px;
}
#authentication_forgot_password .forgot_password_container .form-actions .btn {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 52px;
}
#authentication_forgot_password .page_footer {
  color: #999;
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
}

#authentication_reset_password_link_sent {
  padding: 60px 0 120px;
}
#authentication_reset_password_link_sent h1 {
  font-size: 24px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
#authentication_reset_password_link_sent .actions {
  margin-top: 60px;
  text-align: center;
}

#authentication_reset_password_success {
  padding: 60px 0 120px;
}
#authentication_reset_password_success h1 {
  font-size: 24px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
#authentication_reset_password_success .actions {
  margin-top: 60px;
  text-align: center;
}

#authentication_reset_password {
  padding: 60px 0 120px;
}
#authentication_reset_password h1 {
  text-align: center;
}
#authentication_reset_password form {
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
}
#authentication_reset_password form .form-group {
  margin-bottom: 15px;
}
#authentication_reset_password form .label {
  color: #666;
  font-size: 12px;
}
#authentication_reset_password form #password_requirements_list li {
  color: #bbb;
  font-size: 14px;
}
#authentication_reset_password form #password_requirements_list li.ok {
  color: limegreen;
}

#brands_index {
  padding-bottom: 60px;
}
#brands_index .brand_group {
  margin-top: 60px;
}
#brands_index .brand_group h2 {
  font-family: var(--webstore-font-family);
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
#brands_index .brand_group .brand-list {
  margin-top: 30px;
  padding: 0 15px;
}
#brands_index .brand_group .brand-list .brand {
  margin-bottom: 30px;
  text-align: center;
}
#brands_index .brand_group .brand-list .brand a {
  background-color: #f6f6f6;
  display: inline-block;
  transition: transform 0.2s, box-shadow 0.2s;
}
#brands_index .brand_group .brand-list .brand a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

#cart_index {
  min-height: 400px;
  padding-top: 45px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #cart_index {
    padding-top: 30px;
  }
}
#cart_index h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  #cart_index h1 {
    font-size: 20px;
  }
}
#cart_index .cart-item-list {
  margin-top: 45px;
}
@media (max-width: 767px) {
  #cart_index .cart-item-list {
    margin-top: 30px;
  }
}
#cart_index .cart-item {
  background-color: #F7F8FA;
  display: flex;
  padding: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #cart_index .cart-item {
    padding: 15px 0 15px 5px;
  }
}
#cart_index .cart-item .bundle_pricing {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
#cart_index .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 .cart-item .cart-item-checkbox {
    margin-top: 10px;
  }
}
#cart_index .cart-item .cart-item-checkbox .checkbox-checked {
  display: none;
}
#cart_index .cart-item .cart-item-checkbox .checkbox-icon {
  color: #ccc;
  display: block;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
#cart_index .cart-item .cart-item-checkbox.checked .checkbox-checked {
  display: block;
}
#cart_index .cart-item .cart-item-checkbox.checked .checkbox-checked .checkbox-icon {
  color: #D8372C;
}
#cart_index .cart-item .cart-item-checkbox.checked .checkbox-unchecked {
  display: none;
}
#cart_index .cart-item .cart-item-checkbox input[type=checkbox] {
  display: none;
}
#cart_index .cart-item .product-primary-image {
  margin-left: 5px;
}
#cart_index .cart-item .product-primary-image a {
  background-color: #eee;
  display: block;
  outline: none;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-primary-image a {
    width: 60px;
    height: 60px;
  }
}
#cart_index .cart-item .product-primary-image a img {
  width: 100%;
}
#cart_index .cart-item .product-info {
  margin-left: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info {
    margin-left: 10px;
  }
}
#cart_index .cart-item .product-info .product-title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .product-title {
    font-size: 14px;
    padding-right: 15px;
  }
}
#cart_index .cart-item .product-info .product-title a {
  color: #000;
  text-decoration: none;
}
#cart_index .cart-item .product-info .package-size {
  color: #828282;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .package-size {
    margin-top: 5px;
  }
}
#cart_index .cart-item .product-info .cart-item-actions {
  display: flex;
  margin-top: 15px;
}
#cart_index .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 .cart-item .product-info .cart-item-actions .price-box {
    font-size: 16px;
    line-height: 34px;
  }
}
#cart_index .cart-item .product-info .cart-item-actions .quantity-group {
  display: flex;
  margin-left: auto;
}
#cart_index .cart-item .product-info .cart-item-actions .quantity-group .label {
  margin-left: auto;
  display: none;
  line-height: 40px;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .cart-item-actions .quantity-group .label {
    line-height: 34px;
  }
}
#cart_index .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 .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input {
    width: 96px;
    height: 34px;
  }
}
#cart_index .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 .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 .cart-item .product-info .cart-item-actions .quantity-group .cart-item-quantity-input .cart-item-quantity-button:hover {
  background-color: #eee;
}
#cart_index .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 .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 .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 .cart-item .product-info .cart-item-actions .delete-action {
  margin-left: 15px;
  width: 80px;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .cart-item-actions .delete-action {
    margin-left: 0;
  }
}
#cart_index .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 .cart-item .product-info .cart-item-actions .delete-action .delete-button {
    width: 40px;
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
}
#cart_index .cart-item .product-info .cart-item-actions .delete-action .delete-button:hover {
  color: #9b251d;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .cart-item-actions .delete-action .delete-button .delete-text {
    display: none;
  }
}
#cart_index .cart-item .product-info .cart-item-actions .delete-action .delete-button .delete-icon {
  display: none;
}
@media (max-width: 767px) {
  #cart_index .cart-item .product-info .cart-item-actions .delete-action .delete-button .delete-icon {
    display: inline-block;
  }
}
#cart_index .cart-item .product-info .not_enough_inventory,
#cart_index .cart-item .product-info .purchase_limit_exceeded {
  color: red;
  display: none;
  text-align: right;
  margin-right: 95px;
  margin-top: 10px;
}
#cart_index .coupon-tip {
  color: #999;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #cart_index .coupon-tip {
    font-size: 14px;
  }
}
#cart_index .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;
}
#cart_index .empty-cart-button:hover, #cart_index .empty-cart-button:focus {
  background-color: #9b251d;
  color: #fff;
  text-decoration: none;
}

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

#cart-bottom-bar {
  background-color: #fff;
  border-top-color: #eee;
  display: none;
}
#cart-bottom-bar .checkout-error-banner {
  background-color: #ffe6e7;
  border: 1px solid #f2a3a8;
  border-radius: 4px;
  color: #a40012;
  display: none;
  font-size: 12px;
  line-height: 16px;
  margin: 8px 30px;
  padding: 8px 10px;
  text-align: left;
}
@media (max-width: 767px) {
  #cart-bottom-bar .checkout-error-banner {
    margin: 8px 10px 8px 5px;
  }
}
#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-bottom-bar .cart-bottom-bar-inner-wrap {
  display: flex;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap {
    padding-left: 5px;
    padding-right: 10px;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group {
  display: flex;
  padding: 15px 0;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all:hover, #cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all:focus {
  text-decoration: none;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all .checkbox-checked {
  display: none;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all .checkbox-icon {
  color: #ccc;
  display: block;
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  width: 28px;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all.checked .checkbox-checked {
  display: block;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all.checked .checkbox-checked .checkbox-icon {
  color: #D8372C;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .cart-item-checkbox-all.checked .checkbox-unchecked {
  display: none;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .label {
  line-height: 40px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap .checkbox-group .label {
    display: none;
  }
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .cart-subtotal-group {
  margin-left: auto;
  padding-top: 9px;
  text-align: right;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .cart-subtotal-group .cart-subtotal {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap .cart-subtotal-group .cart-subtotal {
    font-size: 18px;
  }
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .cart-subtotal-group .subtotal-footnote {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap .cart-subtotal-group .subtotal-footnote {
    font-size: 12px;
  }
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group {
  padding-top: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group #checkout-button {
  background-color: #D8372C;
  border: 0 none;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  outline: none;
  padding: 0;
  width: 160px;
  text-align: center;
}
#cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group #checkout-button.disabled, #cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group #checkout-button:disabled {
  background-color: #f2a3a8;
  cursor: not-allowed;
  pointer-events: auto;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #cart-bottom-bar .cart-bottom-bar-inner-wrap .checkout-group #checkout-button {
    width: 100%;
    font-size: 16px;
  }
}

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

#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;
}

#checkout_pay_link {
  background-color: #f8f8f8;
}
#checkout_pay_link .container {
  max-width: 750px;
  padding: 30px 15px 30px;
  margin: 0 auto;
}
#checkout_pay_link .checkout_section {
  margin-top: 30px;
}
#checkout_pay_link .checkout_section input[type=radio] {
  cursor: pointer;
}
#checkout_pay_link .checkout_section .checkout_section_header {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
}
#checkout_pay_link .checkout_section .checkout_section_header .login_action {
  float: right;
  padding-right: 10px;
}
#checkout_pay_link .checkout_section .checkout_section_header .login_action a {
  text-decoration: none;
  margin-left: 5px;
}
#checkout_pay_link .checkout_section .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_pay_link .checkout_section .payment_methods {
    display: block;
  }
}
#checkout_pay_link .checkout_section .payment_methods.error {
  border-color: red;
}
#checkout_pay_link .checkout_section .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_pay_link .checkout_section .payment_methods .payment_method {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
  }
  #checkout_pay_link .checkout_section .payment_methods .payment_method:first-child {
    border-top: 0 none;
  }
}
#checkout_pay_link .checkout_section .payment_methods .payment_method label {
  cursor: pointer;
  display: flex;
  flex: 1;
  padding-left: 10px;
  align-items: center;
}
#checkout_pay_link .checkout_section .payment_methods .payment_method label svg {
  margin-right: 10px;
}
#checkout_pay_link .checkout_section .line_items {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 5px 10px;
}
#checkout_pay_link .checkout_section .line_items.error {
  border-color: red;
}
#checkout_pay_link .checkout_section .line_items .line_item {
  border-top: 1px solid #eee;
}
#checkout_pay_link .checkout_section .line_items .line_item:first-child {
  border-top: 0 none;
}
#checkout_pay_link .checkout_section .line_items .line_item .purchase_limit_exceeded {
  color: red;
  display: none;
  text-align: right;
  margin-bottom: 10px;
}
#checkout_pay_link .checkout_section .line_items .line_item .shipping_region_error {
  color: red;
  margin-left: 15px;
  margin-bottom: 10px;
}
#checkout_pay_link .checkout_section .line_items .line_item .line_item_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
#checkout_pay_link .checkout_section .line_items .line_item .right_info {
  flex-shrink: 0;
  margin-left: 30px;
}

#checkout_body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #fff;
  /* Mobile: Fix payment button at bottom of page */
}
#checkout_body .header_container {
  max-width: 1160px;
  padding: 38px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #checkout_body .header_container {
    padding: 38px 15px;
  }
}
#checkout_body .header_container .logo {
  z-index: 10;
}
#checkout_body .footer-links a {
  text-decoration: underline;
  color: #228B8B;
}
#checkout_body #contact_section a {
  color: #228B8B;
  text-decoration: underline;
}
#checkout_body #contact_section a:hover {
  text-decoration: none;
}
#checkout_body #stripe-payment-container .stripe-security-note {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 10px;
}
#checkout_body .checkout_header .logo {
  text-align: center;
}
#checkout_body .checkout_header .navigation {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
}
#checkout_body .checkout_header .navigation a {
  text-decoration: none;
}
#checkout_body .checkout_header .navigation .cart_link {
  color: #D8372C;
}
#checkout_body .checkout_header .navigation .current {
  color: #000;
}
#checkout_body .checkout_header .navigation .next {
  color: #898989;
}
#checkout_body #promo_discount_group {
  display: none;
}
#checkout_body #order_promo_code .input_inner,
#checkout_body #order_promo_code_mobile_top .input_inner {
  flex: 1;
  position: relative;
}
#checkout_body #order_promo_code .input_inner .clear_button,
#checkout_body #order_promo_code_mobile_top .input_inner .clear_button {
  cursor: pointer;
  position: absolute;
  display: none;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}
#checkout_body #order_promo_code .input_inner .clear_button .circle,
#checkout_body #order_promo_code_mobile_top .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_body #order_promo_code .promotion_code_message,
#checkout_body #order_promo_code_mobile_top .promotion_code_message {
  display: none;
}
#checkout_body #order_promo_code .text-success,
#checkout_body #order_promo_code_mobile_top .text-success {
  color: #9ad880;
}
#checkout_body #order_promo_code .smoothie_coupon,
#checkout_body #order_promo_code_mobile_top .smoothie_coupon {
  margin-top: 10px;
}
#checkout_body #order_promo_code .smoothie_coupon strong,
#checkout_body #order_promo_code_mobile_top .smoothie_coupon strong {
  color: #D8372C;
}
#checkout_body #checkout_login_block .alert, #checkout_body #checkout_login_mobile_slot .alert {
  color: #000;
  align-items: center;
  font-size: 14px;
  border-radius: 8px;
}
#checkout_body #checkout_login_block .alert i, #checkout_body #checkout_login_mobile_slot .alert i {
  margin-right: 10px;
}
#checkout_body #checkout_login_block .alert a, #checkout_body #checkout_login_mobile_slot .alert a {
  color: #707070;
  text-decoration: underline;
}
#checkout_body #checkout_login_block .alert a:hover, #checkout_body #checkout_login_mobile_slot .alert a:hover {
  text-decoration: none;
}
#checkout_body .checkout_header .store_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout_body .checkout_header .store_info .store_logo {
  margin-right: 15px;
}
#checkout_body .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_body .mobile-only-summary {
  background-color: #f5f5f5;
}
#checkout_body .mobile-only-summary .order_summary_toggle {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
#checkout_body .mobile-only-summary .order_summary_toggle i {
  transition: transform 0.2s ease;
}
#checkout_body .mobile-only-summary .order_summary_toggle #order_summary_total {
  font-weight: 600;
  font-size: 19px;
}
#checkout_body .mobile-only-summary .order_summary_toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
#checkout_body .checkout-left-panel {
  border-right: 1px solid #dee2e6;
}
#checkout_body .checkout-left-panel .content {
  padding: 38px;
  max-width: 580px;
  margin-left: auto;
}
@media (max-width: 767px) {
  #checkout_body .checkout-left-panel {
    border-right: 0 none;
  }
  #checkout_body .checkout-left-panel .content {
    padding: 15px;
  }
}
#checkout_body .checkout-right-panel {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#checkout_body .checkout-right-panel .content {
  padding: 38px;
  max-width: 580px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: 100vh;
}
@media (max-width: 767px) {
  #checkout_body .checkout-right-panel {
    background-color: #fff;
  }
  #checkout_body .checkout-right-panel .content {
    background-color: #f5f5f5;
    width: 100%;
    padding: 15px;
    max-height: none;
    border-bottom: 1px solid #dee2e6;
  }
}
#checkout_body .checkout-right-panel #order_details {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
#checkout_body .checkout-right-panel #order_details .checkout_section_content {
  flex: 1;
  min-height: 0;
}
#checkout_body .checkout-right-panel #order_details .scroll_for_more_items {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: #6a6a6a;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  opacity: 0;
}
#checkout_body .checkout-right-panel #order_details .scroll_for_more_items:not(.fade-out) {
  animation: fadeInFromBottom 0.3s ease forwards;
}
#checkout_body .checkout-right-panel #order_details .scroll_for_more_items.fade-out {
  animation: fadeOutToBottom 0.3s ease forwards;
}
#checkout_body .checkout-right-panel #order_details .scroll_for_more_items:hover {
  opacity: 0.9;
}
@keyframes fadeInFromBottom {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes fadeOutToBottom {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
  }
}
#checkout_body .checkout-right-panel #order_total {
  flex-shrink: 0;
}
#checkout_body #checkout_form {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
#checkout_body .warning_section.error {
  border: 2px solid red;
}
#checkout_body .warning_section .us_warning_box,
#checkout_body .warning_section .special_order_warning_box,
#checkout_body .warning_section .taiwan_warning_box,
#checkout_body .warning_section .customs_warning_box {
  background-color: #FFF4F4;
  color: #7E0427;
  border: none;
  border-radius: 8px;
  padding: 20px;
}
#checkout_body .warning_section .us_warning_box .warning_text,
#checkout_body .warning_section .special_order_warning_box .warning_text,
#checkout_body .warning_section .taiwan_warning_box .warning_text,
#checkout_body .warning_section .customs_warning_box .warning_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#checkout_body .warning_section .us_warning_box .warning_text a,
#checkout_body .warning_section .special_order_warning_box .warning_text a,
#checkout_body .warning_section .taiwan_warning_box .warning_text a,
#checkout_body .warning_section .customs_warning_box .warning_text a {
  color: #7E0427;
  text-decoration: underline;
}
#checkout_body .warning_section .us_warning_box .warning_text a:hover,
#checkout_body .warning_section .special_order_warning_box .warning_text a:hover,
#checkout_body .warning_section .taiwan_warning_box .warning_text a:hover,
#checkout_body .warning_section .customs_warning_box .warning_text a:hover {
  text-decoration: none;
}
#checkout_body .warning_section .us_warning_box .warning_checkboxes .checkbox_item,
#checkout_body .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item,
#checkout_body .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item,
#checkout_body .warning_section .customs_warning_box .warning_checkboxes .checkbox_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
#checkout_body .warning_section .us_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_body .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_body .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item:last-child,
#checkout_body .warning_section .customs_warning_box .warning_checkboxes .checkbox_item:last-child {
  margin-bottom: 0;
}
#checkout_body .warning_section .us_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_body .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_body .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item input[type=checkbox],
#checkout_body .warning_section .customs_warning_box .warning_checkboxes .checkbox_item input[type=checkbox] {
  margin-right: 10px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
#checkout_body .warning_section .us_warning_box .warning_checkboxes .checkbox_item label,
#checkout_body .warning_section .special_order_warning_box .warning_checkboxes .checkbox_item label,
#checkout_body .warning_section .taiwan_warning_box .warning_checkboxes .checkbox_item label,
#checkout_body .warning_section .customs_warning_box .warning_checkboxes .checkbox_item label {
  color: #d32f2f;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}
#checkout_body #apply_promotion_code_button,
#checkout_body #apply_promotion_code_button_mobile_top {
  background-color: #ededed;
  border: 1px solid #ddd;
  color: #999;
  font-size: 14px;
  width: 100px;
  border-radius: 8px;
}
#checkout_body .promotion_code_input_group.has-value #apply_promotion_code_button {
  background-color: #000;
  color: #fff;
}
#checkout_body #order_promo_code_mobile_top .promotion_code_input_group.has-value #apply_promotion_code_button_mobile_top {
  background-color: #000;
  color: #fff;
}
#checkout_body #add_note_link {
  margin-top: 30px;
}
#checkout_body #add_note_link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #228B8B;
}
#checkout_body #add_note_link a svg,
#checkout_body #add_note_link a img {
  margin-right: 5px;
}
#checkout_body #shipping_section .checkout_section_header {
  height: auto;
  line-height: 24px;
  padding: 8px 0;
}
#checkout_body .shipping_and_return_notice a {
  color: #969799;
  display: flex;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
}
#checkout_body .shipping_and_return_notice a svg,
#checkout_body .shipping_and_return_notice a img {
  margin-right: 5px;
}
#checkout_body .checkout_section {
  margin-top: 30px;
}
#checkout_body .checkout_section input[type=radio] {
  cursor: pointer;
  accent-color: #228B8B;
}
#checkout_body .checkout_section .checkout_section_header {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
}
#checkout_body .checkout_section .checkout_section_header .login_action {
  float: right;
  padding-right: 10px;
}
#checkout_body .checkout_section .checkout_section_header .login_action a {
  text-decoration: none;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #checkout_body .checkout_section .checkout_section_header {
    height: auto;
    padding-bottom: 10px;
    line-height: 20px;
  }
}
#checkout_body .login_link {
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}
#checkout_body .login_link a {
  text-decoration: none;
}
#checkout_body .receives_newsletter_group {
  margin-top: 5px;
}
#checkout_body .receives_newsletter_group label {
  color: #6c757d;
  font-size: 14px;
}
#checkout_body #reserve_pickup_time .checkout_section_header {
  display: flex;
}
@media (max-width: 767px) {
  #checkout_body #reserve_pickup_time .checkout_section_header {
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
}
#checkout_body #reserve_pickup_time .pickup_time_slot_title {
  margin-left: auto;
}
#checkout_body #reserve_pickup_time .pickup_time_slot_title .pickup_time_slot_title_time {
  display: none;
  margin-right: 10px;
}
#checkout_body #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_body #reserve_pickup_time .pickup_time_slots.error {
  border-color: red;
}
#checkout_body #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_body #reserve_pickup_time .pickup_time_slots #pickup_time_slots_overlay .notice {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#checkout_body #reserve_pickup_time .pickup_time_slots .pickup_time_slot {
  padding: 5px;
}
#checkout_body #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_body #reserve_pickup_time .pickup_time_slots .pickup_time_slot.disabled .inner {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #dadada;
  cursor: not-allowed;
}
#checkout_body #reserve_pickup_time .pickup_time_slots .pickup_time_slot.selected .inner {
  background-color: #D8372C;
  border-color: transparent;
  color: #fff;
}
#checkout_body .fulfillment_methods {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px 10px;
}
#checkout_body .fulfillment_methods.error {
  border-color: red;
}
#checkout_body .fulfillment_methods .fulfillment_method {
  border-top: 1px solid #eee;
  color: #323333;
  cursor: pointer;
  display: flex;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
#checkout_body .fulfillment_methods .fulfillment_method .hover_link {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
#checkout_body .fulfillment_methods .fulfillment_method:first-child {
  border-top: 0 none;
}
#checkout_body .fulfillment_methods .fulfillment_method .fulfillment_method_radio_group {
  display: flex;
  height: 20px;
  align-items: center;
}
#checkout_body .fulfillment_methods .fulfillment_method .fulfillment_method_content {
  flex: 1;
  line-height: 20px;
  margin-left: 10px;
}
#checkout_body .fulfillment_methods .fulfillment_method .fulfillment_method_content label {
  cursor: pointer;
  font-size: 16px;
}
#checkout_body .fulfillment_methods .fulfillment_method .fulfillment_method_content .fulfillment_method_note {
  color: #888;
  font-size: 14px;
  padding-left: 29px;
}
#checkout_body .fulfillment_methods .fulfillment_method .fulfillment_method_content .pickup_address {
  font-size: 14px;
  margin-top: 15px;
}
#checkout_body .fulfillment_methods .fulfillment_method .icon {
  color: #999;
  height: 20px;
  line-height: 20px;
}
#checkout_body .fulfillment_methods .fulfillment_method .selected_address {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 29px;
}
#checkout_body .fulfillment_methods .fulfillment_method .selected_address .location_name,
#checkout_body .fulfillment_methods .fulfillment_method .selected_address .contact_name {
  color: #000;
  font-weight: 600;
}
#checkout_body .form-control {
  border-color: #eee;
  border-width: 1px;
  height: 38px;
  border-radius: 8px;
}
#checkout_body .form-control.error {
  border-color: red;
}
#checkout_body .reward_number {
  font-weight: 700;
}
#checkout_body .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_body .payment_methods {
    display: block;
  }
}
#checkout_body .payment_methods.error {
  border-color: red;
}
#checkout_body .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_body .payment_methods .payment_method {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
  }
  #checkout_body .payment_methods .payment_method:first-child {
    border-top: 0 none;
  }
}
#checkout_body .payment_methods .payment_method label {
  cursor: pointer;
  display: flex;
  flex: 1;
  padding-left: 10px;
  align-items: center;
}
#checkout_body .payment_methods .payment_method label svg,
#checkout_body .payment_methods .payment_method label img {
  margin-right: 10px;
}
#checkout_body #payment_methods_accordion {
  font-size: 14px;
  /* Hide accordion arrow since we have radio buttons */
  /* Customize accordion-item border radius - first and last items */
}
#checkout_body #payment_methods_accordion .accordion-button::after {
  display: none !important;
}
#checkout_body #payment_methods_accordion .accordion-body {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0431372549);
  border: 1px solid #eee;
}
#checkout_body #payment_methods_accordion .accordion-item .accordion-button {
  height: 50px;
  line-height: 50px;
}
#checkout_body #payment_methods_accordion .accordion-item .accordion-button label svg,
#checkout_body #payment_methods_accordion .accordion-item .accordion-button label img {
  height: 21px;
  width: auto;
}
#checkout_body #payment_methods_accordion .accordion-item:first-child {
  border-radius: 8px 8px 0 0;
}
#checkout_body #payment_methods_accordion .accordion-item:last-child {
  border-radius: 0 0 8px 8px;
}
#checkout_body #payment_methods_accordion .accordion-item:first-child:last-child {
  border-radius: 8px;
}
#checkout_body #payment_methods_accordion .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}
#checkout_body #payment_methods_accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 8px 8px 0 0;
}
#checkout_body #payment_methods_accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 0 8px 8px;
}
#checkout_body #payment_methods_accordion .accordion-item:last-of-type .accordion-body {
  border-radius: 0 0 8px 8px;
}
#checkout_body .shipping_quantity_error {
  padding: 10px 15px;
}
#checkout_body .line_items {
  border: none;
  font-size: 14px;
}
#checkout_body .line_items.error {
  border-color: red;
}
#checkout_body .line_items .line_item .purchase_limit_exceeded {
  color: red;
  display: none;
  text-align: right;
  margin-bottom: 10px;
}
#checkout_body .line_items .line_item .shipping_region_error {
  color: red;
  margin-left: 15px;
  margin-bottom: 10px;
}
#checkout_body .line_items .line_item .line_item_inner {
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
}
#checkout_body .line_items .line_item .line_item_inner .item_image img {
  border-radius: 8px;
  border: 1px solid #eee;
}
#checkout_body .line_items .line_item .line_item_inner .item_image .item_quantity_badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  #checkout_body .line_items .line_item .line_item_inner {
    padding-right: 0;
  }
}
#checkout_body .line_items .line_item .left_info {
  flex: 1;
}
#checkout_body .line_items .line_item .right_info {
  flex-shrink: 0;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #checkout_body .line_items .line_item .right_info {
    margin-left: 8px;
  }
}
#checkout_body .line_items .line_item.total .left_info, #checkout_body .line_items .line_item.total .right_info {
  font-weight: 600;
  font-size: 19px;
}
#checkout_body #order_customer_notes {
  display: none;
}
#checkout_body #webstore_checkout_redeemed_reward_points {
  width: 150px;
}
#checkout_body #redeemed_value_group {
  margin-top: 5px;
  font-size: 14px;
}
#checkout_body #order_redeemed_reward_points .line_item,
#checkout_body #order_redeemed_reward_points_mobile_top .line_item {
  display: flex;
}
#checkout_body #order_redeemed_reward_points .line_item .right_info,
#checkout_body #order_redeemed_reward_points_mobile_top .line_item .right_info {
  margin-left: auto;
  flex-shrink: 0;
}
#checkout_body #order_redeemed_reward_points #checkout_redeemed_reward_points_value,
#checkout_body #order_redeemed_reward_points #checkout_redeemed_reward_points_value_mobile_top,
#checkout_body #order_redeemed_reward_points_mobile_top #checkout_redeemed_reward_points_value,
#checkout_body #order_redeemed_reward_points_mobile_top #checkout_redeemed_reward_points_value_mobile_top {
  font-weight: 700;
  font-size: 19px;
  color: #228B8B;
}
#checkout_body .redeemed_reward_points_input_group #redeemed_reward_points_options,
#checkout_body .redeemed_reward_points_input_group #redeemed_reward_points_options_mobile_top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 767px) {
  #checkout_body .redeemed_reward_points_input_group #redeemed_reward_points_options,
#checkout_body .redeemed_reward_points_input_group #redeemed_reward_points_options_mobile_top {
    gap: 6px;
  }
}
#checkout_body .redeemed_reward_points_input_group .redeem_option_button {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #323333;
  border-radius: 8px;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 8px;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  #checkout_body .redeemed_reward_points_input_group .redeem_option_button {
    height: 40px;
    font-size: 12px;
    padding: 0 4px;
  }
}
#checkout_body .redeemed_reward_points_input_group .redeem_option_button:hover {
  border-color: #000;
}
#checkout_body .redeemed_reward_points_input_group .redeem_option_button.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#checkout_body .promotion_code_input_group {
  display: flex;
  margin-top: 5px;
}
#checkout_body .promotion_code_input_group button {
  border: 1px solid #ddd;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 10px;
}
#checkout_body .conversion_rate {
  text-align: right;
  margin-top: 15px;
}
#checkout_body .form-actions {
  text-align: center;
  margin-top: 60px;
}
#checkout_body #pay_checkout_button {
  border: 0 none;
  background-color: #000;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  #checkout_body {
    /* Add padding to bottom of content to prevent overlap */
  }
  #checkout_body #checkout-payment {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    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);
    padding: 15px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
  }
  #checkout_body #checkout-payment .checkout_bottom_bar_inner_wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  #checkout_body #checkout-payment .pay_checkout_group {
    width: 100%;
  }
  #checkout_body #checkout-payment #pay_checkout_button {
    width: 100%;
  }
  #checkout_body .checkout-right-panel .content {
    padding-bottom: 100px;
  }
}
#checkout_body.checkout_completed_page .completed_home_link {
  color: #228B8B;
  font-size: 14px;
  text-decoration: underline;
}
#checkout_body.checkout_completed_page .checkout-left-panel .content {
  padding-bottom: 50px;
}
#checkout_body.checkout_completed_page .completed-card {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}
#checkout_body.checkout_completed_page .completed-card .checkout_section_header {
  height: auto;
  line-height: 1.4;
  margin-bottom: 14px;
}
#checkout_body.checkout_completed_page .completed-header-card {
  margin-top: 0;
}
#checkout_body.checkout_completed_page .completed-header-card .checkout_section_content {
  padding: 24px;
}
#checkout_body.checkout_completed_page .completed-header-card .completed-order-label {
  color: #6f7278;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#checkout_body.checkout_completed_page .completed-header-card .completed-order-number {
  color: #323333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
#checkout_body.checkout_completed_page .completed-header-card .completed-thank-you {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
#checkout_body.checkout_completed_page .completed-map-card .checkout_section_content,
#checkout_body.checkout_completed_page .completed-order-details-card .checkout_section_content {
  padding: 24px;
}
#checkout_body.checkout_completed_page .completed-map-frame {
  overflow: hidden;
}
#checkout_body.checkout_completed_page .completed-map-frame iframe {
  border: 0;
  display: block;
  height: 300px;
  width: 100%;
}
#checkout_body.checkout_completed_page .completed-map-unavailable {
  align-items: center;
  background-color: #f5f5f5;
  border: 1px dashed #d6d6d6;
  border-radius: 8px;
  color: #6f7278;
  display: flex;
  height: 180px;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
#checkout_body.checkout_completed_page .completed-map-address {
  color: #464646;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
}
#checkout_body.checkout_completed_page .completed-detail-address-block,
#checkout_body.checkout_completed_page .completed-detail-payment-block {
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#checkout_body.checkout_completed_page .completed-detail-title {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#checkout_body.checkout_completed_page .completed-help-text {
  color: #6f7278;
  font-size: 13px;
  margin-top: 16px;
  text-align: right;
}
#checkout_body.checkout_completed_page .completed-help-text a {
  color: #228B8B;
  text-decoration: underline;
}
#checkout_body.checkout_completed_page .completed-line-items-table-wrap {
  overflow-x: auto;
}
#checkout_body.checkout_completed_page .completed-line-items-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
#checkout_body.checkout_completed_page .completed-line-items-table th,
#checkout_body.checkout_completed_page .completed-line-items-table td {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#checkout_body.checkout_completed_page .completed-line-items-table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
#checkout_body.checkout_completed_page .completed-line-items-table .completed-total-paid-label {
  color: #D8372C;
  font-weight: 600;
}
@media (max-width: 767px) {
  #checkout_body.checkout_completed_page .checkout-left-panel .content {
    padding-bottom: 18px;
  }
  #checkout_body.checkout_completed_page .completed-card .checkout_section_content {
    padding: 18px;
  }
  #checkout_body.checkout_completed_page .completed-header-card .completed-thank-you {
    font-size: 16px;
  }
  #checkout_body.checkout_completed_page .completed-map-frame iframe {
    height: 240px;
  }
}

#home_index {
  background-color: #fff;
}
#home_index .home_banner .swiper-container {
  height: auto;
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a {
  color: #000;
  display: flex;
  margin: 0 auto;
  text-decoration: none;
  height: 100%;
}
#home_index .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 .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner {
  padding: 0 15px 0 30px;
}
#home_index .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 .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_1 {
    font-size: 18px;
  }
}
#home_index .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 .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_2 {
    font-size: 22px;
  }
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
    font-size: 16px;
  }
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text .text_1 {
  font-weight: 600;
}
#home_index .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 .home_banner .swiper-container .swiper-wrapper .swiper-slide a .content .inner .action {
    font-size: 18px;
    margin-top: 20px;
  }
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
  flex: 12;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1230px) {
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 8;
  }
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 4;
  }
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
    width: 2000px;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
  }
  #home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap img {
    width: auto;
    height: 100%;
  }
}
#home_index .home_banner .swiper-container .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
}
@media (max-width: 767px) {
  #home_index .home_banner .swiper-container .swiper-pagination {
    bottom: 3px;
  }
}
#home_index .home_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e70427;
}
#home_index .home_banner .swiper-container .swiper-button-prev {
  color: transparent;
  left: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index .home_banner .swiper-container .swiper-button-prev {
    display: none;
  }
}
#home_index .home_banner .swiper-container .swiper-button-next {
  color: transparent;
  right: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index .home_banner .swiper-container .swiper-button-next {
    display: none;
  }
}
#home_index .hero-banner-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #home_index .hero-banner-wrapper {
    height: 360px;
  }
}
#home_index .hero-banner-wrapper .banner-bg {
  background-color: #F7F2EA;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#home_index .hero-banner-wrapper .banner-bg .leaf {
  position: absolute;
  animation: floatLeaf 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.1s ease-out;
}
#home_index .hero-banner-wrapper .hero-banner-text {
  position: absolute;
  z-index: 10;
  max-width: 1920px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#home_index .hero-banner-wrapper .hero-banner-text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #home_index .hero-banner-wrapper .hero-banner-text h1 {
    font-size: 16px;
    font-weight: 600;
  }
}
#home_index .hero-banner-wrapper .hero-banner-text .brand-logos {
  width: -moz-fit-content;
  width: fit-content;
}
#home_index .hero-banner-wrapper .hero-banner-text .brand-logos img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
#home_index .hero-banner-wrapper .hero-banner-text .swiper-logo {
  width: 150px;
  height: 75px;
}
@media (max-width: 767px) {
  #home_index .hero-banner-wrapper .hero-banner-text .swiper-logo {
    width: 80px;
    height: 40px;
  }
}
#home_index .hero-banner-wrapper .hero-banner-text .swiper-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper {
  overflow: hidden;
  position: relative;
  /* Navigation arrows */
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .swiper-slide {
  height: auto;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: -moz-fit-content;
  height: fit-content;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-image-container {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-image-container {
    height: 180px;
  }
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-image-container .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-image-container .banner-image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-image-container .banner-image-link:hover .banner-image {
  transform: scale(1.05);
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-text-content {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-text-content .banner-text {
  width: 100%;
  text-align: right;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-text-content .banner-text .banner-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  height: 2.4em;
  /* Exactly 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-text-content .banner-text a {
  color: inherit;
  text-decoration: none;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-card .banner-text-content .banner-text a:hover {
  text-decoration: underline;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper:hover .banner-nav-next, #home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper:hover .banner-nav-prev {
  opacity: 1;
  visibility: visible;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-next,
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-prev {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-next:hover,
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-prev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-next::after,
#home_index .hero-banner-wrapper .hero-banner-text .banner-images-swiper .banner-nav-prev::after {
  font-size: 16px;
  font-weight: 700;
}
#home_index .card_wrappers {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #home_index .card_wrappers {
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0 6px;
  }
}
#home_index .card_wrappers .card_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  #home_index .card_wrappers .card_wrapper {
    margin-top: 8px;
  }
}
#home_index .card_wrappers .card_wrapper .content {
  background-color: #fff4f4;
  color: #000;
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
  text-decoration: none;
  outline: none;
  padding: 16px;
}
#home_index .card_wrappers .card_wrapper .content > svg {
  flex-shrink: 2;
  width: 120px;
}
@media (max-width: 991px) {
  #home_index .card_wrappers .card_wrapper .content > svg {
    width: 50px;
  }
}
#home_index .card_wrappers .card_wrapper .content .sub_content {
  flex: 1;
  margin-left: 16px;
}
#home_index .card_wrappers .card_wrapper .content .sub_content a {
  color: #000;
}
#home_index .card_wrappers .card_wrapper .content .sub_content .title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #home_index .card_wrappers .card_wrapper .content .sub_content .title {
    font-size: 20px;
  }
}
#home_index .card_wrappers .card_wrapper .content .sub_content .inner {
  display: flex;
  margin-top: 8px;
}
#home_index .card_wrappers .card_wrapper .content .sub_content .inner .text {
  flex: 1;
  height: 60px;
  line-height: 30px;
  padding-right: 16px;
}
@media (max-width: 991px) {
  #home_index .card_wrappers .card_wrapper .content .sub_content .inner .text {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
  }
}
#home_index .card_wrappers .card_wrapper .content .sub_content .inner svg {
  flex-shrink: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  #home_index .card_wrappers .card_wrapper .content .sub_content .inner svg {
    margin-top: 0px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  #home_index .home_slider {
    margin-top: 0;
  }
}
#home_index .home_slider .swiper-container {
  height: auto;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a {
  color: #000;
  display: flex;
  margin: 0 auto;
  text-decoration: none;
  height: 100%;
}
#home_index .home_slider .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 .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner {
  padding: 0 15px 0 30px;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_1 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_1 {
    font-size: 18px;
  }
}
#home_index .home_slider .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 .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .header_2 {
    font-size: 22px;
  }
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text {
    font-size: 16px;
  }
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .text .text_1 {
  font-weight: 600;
}
#home_index .home_slider .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 .home_slider .swiper-container .swiper-wrapper .swiper-slide a .content .inner .action {
    font-size: 18px;
    margin-top: 20px;
  }
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image {
  display: flex;
  flex: 12;
  overflow: hidden;
  position: relative;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap img {
  width: auto;
  height: 100%;
}
@media (max-width: 1230px) {
  #home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 8;
  }
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image {
    flex: 4;
  }
  #home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image .image_wrap {
    height: 90%;
    top: 5%;
  }
}
#home_index .home_slider .swiper-container .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-pagination {
    bottom: 3px;
  }
}
#home_index .home_slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e70427;
}
#home_index .home_slider .swiper-container .swiper-button-prev {
  color: transparent;
  left: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-button-prev {
    display: none;
  }
}
#home_index .home_slider .swiper-container .swiper-button-next {
  color: transparent;
  right: 0;
  top: 22px;
  width: 60px;
  height: 100%;
}
@media (max-width: 767px) {
  #home_index .home_slider .swiper-container .swiper-button-next {
    display: none;
  }
}
#home_index .featured-products {
  background-color: #F7F8FA;
  padding: 30px 0;
}
@keyframes view-more-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 55, 44, 0.35);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(216, 55, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(216, 55, 44, 0);
  }
}
@keyframes view-more-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
#home_index .featured-products .view-more-button {
  color: #fff;
  background-color: #D8372C;
  border: 1.5px solid #D8372C;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  padding: 12px 32px;
  margin: 0 auto 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s, border-color 0.2s;
  animation: view-more-pulse 2s ease-out infinite;
}
#home_index .featured-products .view-more-button:hover {
  background-color: #b02a21;
  border-color: #b02a21;
  animation: none;
}
#home_index .featured-products .view-more-button:hover i {
  animation: view-more-bounce 0.6s ease infinite;
}
#home_index .featured-products .view-more-button i {
  margin-left: 8px;
  font-size: 12px;
}
#home_index .featured-products .all-loaded-text {
  color: #aaa;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 20px;
}
#home_index .featured-products .nav-pills {
  border-bottom: none;
}
#home_index .featured-products .nav-pills .nav-link {
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  margin: 0 0.5rem;
  color: #000;
  font-weight: 600;
}
#home_index .featured-products .nav-pills .nav-link.active {
  background-color: #D8372C;
  color: #fff;
}
#home_index .featured-products .nav-pills .nav-link.active .dot-indicator::after {
  background-color: #fff;
}
#home_index .featured-products .dot-indicator {
  position: relative;
}
#home_index .featured-products .dot-indicator::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -6px;
  width: 4px;
  height: 4px;
  background-color: #D8372C;
  border-radius: 50%;
}
#home_index .market_banner {
  margin-top: 30px;
}
#home_index .market_banner .mobile {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  #home_index .market_banner {
    margin-top: 0;
  }
  #home_index .market_banner .desktop {
    display: none;
  }
  #home_index .market_banner .mobile {
    display: inline;
  }
}
#home_index .smoothie_menu_link {
  background-color: #f2f3f5;
  display: flex;
  margin-top: 30px;
  text-decoration: none;
}
@media (max-width: 1000px) {
  #home_index .smoothie_menu_link {
    background-color: #fff;
    display: block;
    margin-top: 0;
  }
}
#home_index .smoothie_menu_link .image {
  flex-shrink: 0;
  max-height: 128px;
}
#home_index .smoothie_menu_link .image img {
  display: block;
  max-height: 128px;
  max-width: 100%;
}
#home_index .smoothie_menu_link .info {
  flex: 1;
  flex-shrink: 1;
}
#home_index .smoothie_menu_link .info .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #home_index .smoothie_menu_link .info .text {
    font-size: 14px;
  }
}
#home_index .smoothie_menu_link .info .link_groups {
  display: flex;
}
#home_index .smoothie_menu_link .info .link_groups .link_group.webstore {
  flex: 2;
}
#home_index .smoothie_menu_link .info .link_groups .link_group.webstore .header {
  background-color: #ff8761;
}
#home_index .smoothie_menu_link .info .link_groups .link_group.platforms {
  flex: 6;
}
#home_index .smoothie_menu_link .info .link_groups .link_group.platforms .header {
  background-color: #88c941;
}
#home_index .smoothie_menu_link .info .link_groups .link_group .header {
  color: #fff;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #home_index .smoothie_menu_link .info .link_groups .link_group .header {
    font-size: 12px;
  }
}
#home_index .smoothie_menu_link .info .link_groups .link_group .links {
  display: flex;
  height: 68px;
  justify-content: space-evenly;
}
#home_index .smoothie_menu_link .info .link_groups .link_group .links a {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #home_index .smoothie_menu_link .info .link_groups .link_group .links a svg {
    max-width: 80%;
  }
}
#home_index .home_links {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index .home_links {
    background-color: #F7F8FA;
    margin-top: 0;
    padding: 10px 15px 0;
  }
}
#home_index .home_links .home_link {
  background-color: #d6eeb1;
  display: flex;
  text-decoration: none;
}
@media (max-width: 767px) {
  #home_index .home_links .home_link {
    display: block;
  }
}
#home_index .home_links .home_link .image {
  background-color: #eee;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
}
@media (max-width: 767px) {
  #home_index .home_links .home_link .image {
    width: 100%;
    height: auto;
  }
}
#home_index .home_links .home_link .image img {
  display: block;
  width: 128px;
  height: 128px;
}
@media (max-width: 767px) {
  #home_index .home_links .home_link .image img {
    width: 100%;
    height: auto;
  }
}
#home_index .home_links .home_link .info {
  flex: 1;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  #home_index .home_links .home_link .info {
    height: 101px;
  }
}
#home_index .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 .home_links .home_link .info .title {
    font-size: 16px;
  }
}
#home_index .home_links .home_link .info svg {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  #home_index .home_links .home_link .info svg {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #home_index .shopping-highlights-container {
    border-bottom: 10px solid #f2f3f5;
  }
}
#home_index .shopping-highlights-container .shopping-highlights {
  display: none;
  margin-top: 20px;
  justify-content: center;
  font-family: var(--webstore-font-family);
  font-size: 18px;
}
@media (max-width: 767px) {
  #home_index .shopping-highlights-container .shopping-highlights {
    justify-content: initial;
    display: flex;
    font-size: 16px;
    margin-top: 0;
  }
}
#home_index .shopping-highlights-container .shopping-highlights .shopping-highlight {
  flex-shrink: initial;
  padding: 0 20px;
  width: auto;
}
@media (max-width: 767px) {
  #home_index .shopping-highlights-container .shopping-highlights .shopping-highlight {
    flex-shrink: 0;
    line-height: 40px;
    height: 40px;
    justify-items: center;
    text-align: center;
    padding: 0;
  }
}
#home_index .shopping-highlights-container .shopping-highlights .shopping-highlight .icon {
  display: inline-block;
}
@media (max-width: 767px) {
  #home_index .shopping-highlights-container .shopping-highlights .shopping-highlight svg {
    width: 20px;
    height: 20px;
  }
}
#home_index .shopping-highlights-container .shopping-highlights .shopping-highlight .label {
  display: inline-block;
  line-height: 40px;
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #home_index .shopping-highlights-container .shopping-highlights .shopping-highlight .label {
    font-size: 14px;
  }
}
#home_index .shopping-highlights-container .shopping-highlights-swiper-button-prev {
  color: rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  width: 40px;
}
#home_index .shopping-highlights-container .shopping-highlights-swiper-button-prev::after {
  font-size: 16px;
}
#home_index .shopping-highlights-container .shopping-highlights-swiper-button-next {
  color: rgba(0, 0, 0, 0.15);
  display: none;
  right: 0;
  width: 40px;
}
#home_index .shopping-highlights-container .shopping-highlights-swiper-button-next::after {
  font-size: 16px;
}
#home_index .home-menu {
  display: flex;
  margin-top: 45px;
  padding: 0 10px 10px;
}
@media (max-width: 767px) {
  #home_index .home-menu {
    border-top: 10px solid #f2f3f5;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
#home_index .home-menu .home-menu-item {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #home_index .home-menu .home-menu-item {
    padding: 0;
  }
}
#home_index .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 .home-menu .home-menu-item a {
    padding: 0;
    height: auto;
  }
}
#home_index .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 .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 .home-menu .home-menu-item a .icon {
  position: absolute;
  left: 20px;
  top: 0;
}
@media (max-width: 640px) {
  #home_index .home-menu .home-menu-item a .icon {
    position: relative;
    left: 0;
  }
}
#home_index .home-menu .home-menu-item a .icon svg {
  width: 52px;
  height: 52px;
}
@media (max-width: 767px) {
  #home_index .home-menu .home-menu-item a .icon svg {
    width: 40px;
    height: 40px;
  }
}
#home_index .home-menu .home-menu-item a .icon img {
  height: 52px;
}
@media (max-width: 767px) {
  #home_index .home-menu .home-menu-item a .icon img {
    height: 40px;
  }
}
#home_index .home-categories {
  padding: 0 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index .home-categories {
    margin-top: 0;
    padding: 4px 16px;
  }
}
#home_index .home-categories .category {
  background-color: orangered;
  position: relative;
}
#home_index .home-categories .category a, #home_index .home-categories .category > div {
  color: #000;
  display: block;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
#home_index .home-categories .category a img, #home_index .home-categories .category > div img {
  width: 100%;
}
#home_index .home-categories .category a .category-head, #home_index .home-categories .category > div .category-head {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
}
@media (max-width: 767px) {
  #home_index .home-categories .category a .category-head, #home_index .home-categories .category > div .category-head {
    padding: 15px;
  }
}
#home_index .home-categories .category a .category-head h3, #home_index .home-categories .category > div .category-head h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #home_index .home-categories .category a .category-head h3, #home_index .home-categories .category > div .category-head h3 {
    font-size: 20px;
  }
}
#home_index .home-categories .category a .category-head .buy-button, #home_index .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 .home-categories .category a .category-head .buy-button, #home_index .home-categories .category > div .category-head .buy-button {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 10px;
  }
}
#home_index .home-categories .category a .text-content-wrapper, #home_index .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 .home-categories .category a .text-content-wrapper .text-content, #home_index .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 .home-categories .category a .text-content-wrapper .text-content, #home_index .home-categories .category > div .text-content-wrapper .text-content {
    font-size: 20px;
  }
}
#home_index .featured_articles .view-more-button {
  margin-top: 30px;
}
#home_index .featured_articles .article {
  display: flex;
  margin: 40px 0;
}
#home_index .featured_articles .article .image {
  background-color: #eee;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
#home_index .featured_articles .article .image a {
  display: block;
}
#home_index .featured_articles .article .image a img {
  max-width: 100%;
}
#home_index .featured_articles .article .article_info_body {
  margin-left: 20px;
}
#home_index .featured_articles .article .article_info_body .title {
  height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_index .featured_articles .article .article_info_body .title a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
#home_index .featured_articles .article .article_info_body .author {
  display: flex;
  font-weight: 600;
}
#home_index .featured_articles .article .article_info_body .author .author_image {
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
#home_index .featured_articles .article .article_info_body .author .meta_text {
  line-height: 24px;
  padding-top: 12px;
}
#home_index .featured_articles .article .article_info_body .author .meta_text .author_name {
  font-size: 18px;
}
#home_index .featured_articles .article .article_info_body .author .meta_text .author_name a {
  color: #2B7FC9;
}
#home_index .keep_shopping_en {
  padding: 15px 0 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index .keep_shopping_en {
    margin-top: 0;
    padding: 15px 0 0 0;
  }
}
#home_index .keep_shopping_en h2 {
  font-size: 32px;
  font-weight: 600;
  margin-left: 8px;
}
#home_index .keep_shopping_en h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .keep_shopping_en h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #home_index .keep_shopping_en .product-list-block {
    margin-top: 15px;
  }
}
#home_index .featured_brands_en {
  background-color: #F7F8FA;
  padding: 30px 0;
}
@media (max-width: 767px) {
  #home_index .featured_brands_en {
    padding: 20px 0;
  }
}
#home_index .featured_brands_en h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .featured_brands_en h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .featured_brands_en h2 {
    font-size: 20px;
  }
}
#home_index .featured_brands_en .brand-list {
  margin-top: 30px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #home_index .featured_brands_en .brand-list {
    margin-top: 15px;
  }
}
#home_index .featured_brands_en .brand-list .brand {
  text-align: center;
}
#home_index .featured_brands_en .brand-list .brand a {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}
#home_index .featured_brands_en .brand-list .brand a img {
  filter: grayscale(100%);
  width: 100%;
  height: auto;
}
#home_index .trending-now,
#home_index .featured_articles {
  padding: 60px 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home_index .trending-now,
#home_index .featured_articles {
    margin-top: 0;
    padding: 30px 0 0 0;
  }
}
#home_index .trending-now h2,
#home_index .featured_articles h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .trending-now h2 .dot,
#home_index .featured_articles h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .trending-now h2,
#home_index .featured_articles h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #home_index .trending-now .product-list-block,
#home_index .featured_articles .product-list-block {
    margin-top: 30px;
  }
}
#home_index .trending-now .view-more-button,
#home_index .featured_articles .view-more-button {
  color: #D8372C;
  background-color: transparent;
  border: 1.5px solid #D8372C;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  padding: 12px 32px;
  margin: 0 auto 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
#home_index .trending-now .view-more-button:hover,
#home_index .featured_articles .view-more-button:hover {
  background-color: #D8372C;
  color: #fff;
}
#home_index .trending-now .view-more-button i,
#home_index .featured_articles .view-more-button i {
  margin-left: 8px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #home_index .trending-now .view-more-button,
#home_index .featured_articles .view-more-button {
    font-size: 14px;
    padding: 10px 24px;
  }
}
#home_index .new-arrivals {
  background-color: #F7F8FA;
  padding: 60px 0;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #home_index .new-arrivals {
    margin-top: 0;
    padding: 30px 0 0 0;
  }
}
#home_index .new-arrivals h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .new-arrivals h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .new-arrivals h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #home_index .new-arrivals .product-list-block {
    margin-top: 30px;
  }
}
#home_index .new-arrivals .view-more-button {
  color: #D8372C;
  background-color: transparent;
  border: 1.5px solid #D8372C;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  padding: 12px 32px;
  margin: 0 auto 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
#home_index .new-arrivals .view-more-button:hover {
  background-color: #D8372C;
  color: #fff;
}
#home_index .new-arrivals .view-more-button i {
  margin-left: 8px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #home_index .new-arrivals .view-more-button {
    font-size: 14px;
    padding: 10px 24px;
  }
}
#home_index .why-lifeplus {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #home_index .why-lifeplus {
    padding: 45px 0;
  }
}
#home_index .why-lifeplus h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .why-lifeplus h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .why-lifeplus h2 {
    font-size: 20px;
  }
}
#home_index .why-lifeplus .store-features .store-feature {
  padding: 0 15px;
  text-align: center;
  margin: 60px auto 0;
  max-width: 500px;
}
#home_index .why-lifeplus .store-features .store-feature img {
  height: 180px;
  margin-bottom: 30px;
}
#home_index .why-lifeplus .store-features .store-feature h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #home_index .why-lifeplus .store-features .store-feature h3 {
    font-size: 18px;
  }
}
#home_index .why-lifeplus .store-features .store-feature p {
  font-size: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  #home_index .why-lifeplus .store-features .store-feature p {
    font-size: 16px;
  }
}
#home_index .why-lifeplus .store-features .store-feature .feature-note {
  font-size: 14px;
}
#home_index .why-lifeplus .footnote {
  color: #666;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}
#home_index .featured-brands {
  background-color: #F7F8FA;
  padding: 60px 0;
}
#home_index .featured-brands h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .featured-brands h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .featured-brands h2 {
    font-size: 20px;
  }
}
#home_index .featured-brands .brand-list {
  margin-top: 60px;
  padding: 0 15px;
}
#home_index .featured-brands .brand-list .brand {
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  #home_index .featured-brands .brand-list .brand {
    margin-bottom: 24px;
  }
}
#home_index .featured-brands .brand-list .brand a {
  display: inline-block;
  margin: 0 auto;
}
#home_index .about-lifeplus {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #home_index .about-lifeplus {
    padding: 45px 0;
  }
}
#home_index .about-lifeplus h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .about-lifeplus h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .about-lifeplus h2 {
    font-size: 20px;
  }
}
#home_index .about-lifeplus .map_wrapper {
  height: 400px;
  background-size: auto 400px;
  position: relative;
  margin-top: 5px;
}
#home_index .about-lifeplus .map_wrapper .navigation-button-wrap {
  padding: 15px;
  text-align: right;
}
#home_index .about-lifeplus .map_wrapper .navigation-button-wrap a {
  background-color: #fff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  outline: none;
  padding: 0 15px;
}
#home_index .about-lifeplus .store-info {
  font-family: var(--webstore-font-family);
  font-size: 18px;
  margin: 15px 0 30px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #home_index .about-lifeplus .store-info {
    font-size: 16px;
  }
}
#home_index .about-lifeplus .store-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
#home_index .about-lifeplus .store-info h2 .dot {
  color: #ed1b26;
}
@media (max-width: 767px) {
  #home_index .about-lifeplus .store-info h2 {
    font-size: 20px;
  }
}
#home_index .about-lifeplus .store-info h3 {
  font-family: var(--webstore-font-family);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
#home_index .about-lifeplus .store-info .store-location,
#home_index .about-lifeplus .store-info .store-hours,
#home_index .about-lifeplus .store-info .store-phone-number {
  margin-top: 20px;
}
#home_index .about-lifeplus .store-info .store-phone-number a {
  color: #000;
}

#orders_index {
  background-color: #fff;
  padding: 30px 0 60px;
  min-height: 400px;
}
#orders_index .page_header h1 {
  font-size: 18px;
  text-align: center;
}
#orders_index .order_tabs {
  display: flex;
  margin: 30px auto 0;
  max-width: 480px;
}
#orders_index .order_tabs a {
  color: #333;
  display: block;
  flex: 1;
  text-align: center;
  text-decoration: none;
}
#orders_index .order_tabs a.active {
  color: #D8372C;
  font-weight: 700;
}

#orders_show {
  background-color: #fff;
  padding: 30px 0 60px;
}
#orders_show .page_header h1 {
  font-size: 24px;
  text-align: center;
}
#orders_show .order_status {
  text-align: center;
}
#orders_show .order_wrapper {
  max-width: 480px;
  margin: 0 auto;
}
#orders_show .order_summary {
  font-size: 14px;
  margin-top: 30px;
}
#orders_show .order_items {
  margin-top: 30px;
}
#orders_show .order_items h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#orders_show .order_items .order_item {
  margin-bottom: 15px;
}

.pages_common {
  padding: 30px 0 60px;
}
.pages_common .page_content {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}
.pages_common .page_content img {
  max-width: 100%;
}

#product_categories_index {
  min-height: 400px;
  padding-bottom: 60px;
}
#product_categories_index .category-list {
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #product_categories_index .category-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#product_categories_index .category-list .subcategory {
  color: #000;
  display: block;
  padding: 0 15px;
  margin-bottom: 30px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#product_categories_index .category-list .subcategory .subcategory-image img {
  width: 100%;
}
#product_categories_index .category-list .subcategory .subcategory-name {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  #product_categories_index .category-list .subcategory .subcategory-name {
    font-size: 14px;
  }
}
#product_categories_index .category {
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #product_categories_index .category {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#product_categories_index .category .category-name {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #product_categories_index .category .category-name {
    font-size: 20px;
  }
}
#product_categories_index .category .subcategories .subcategory {
  color: #000;
  display: block;
  padding: 0 15px;
  margin-bottom: 30px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#product_categories_index .category .subcategories .subcategory .subcategory-image img {
  width: 100%;
}
#product_categories_index .category .subcategories .subcategory .subcategory-name {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  #product_categories_index .category .subcategories .subcategory .subcategory-name {
    font-size: 14px;
  }
}

#product_category_goods .search-results {
  background-color: #F7F8FA;
  padding: 30px 0 60px;
  min-height: 400px;
}
@media (max-width: 767px) {
  #product_category_goods .search-results {
    padding: 15px 0 30px;
  }
}
#product_category_goods .search-results .search-toolbar {
  display: flex;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar {
    display: block;
  }
}
#product_category_goods .search-results .search-toolbar .products-count {
  font-weight: 600;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar .products-count {
    margin-bottom: 15px;
    text-align: center;
  }
}
#product_category_goods .search-results .search-toolbar .sorting-options {
  margin-left: auto;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar .sorting-options {
    margin-left: 0;
    text-align: center;
  }
}
#product_category_goods .search-results .search-toolbar .sorting-options .sort-label {
  display: none;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar .sorting-options .sort-label {
    display: inline-block;
  }
}
#product_category_goods .search-results .search-toolbar .sorting-options a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar .sorting-options a {
    margin: 0 10px;
  }
}
#product_category_goods .search-results .search-toolbar .sorting-options a.active {
  color: #D8372C;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .search-toolbar .sorting-options a .sort-by {
    display: none;
  }
}
#product_category_goods .search-results .product-list-block {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #product_category_goods .search-results .product-list-block {
    margin-top: 15px;
  }
}
#product_category_goods .search-results .view-more-button {
  color: #D8372C;
  display: block;
  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) {
  #product_category_goods .search-results .view-more-button {
    font-size: 20px;
  }
}

.product-image-zoom-result {
  position: fixed;
  top: 0;
  border: 1px solid #333;
  background-color: #fff;
  background-repeat: no-repeat;
  display: none;
  z-index: 99999;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .product-image-zoom-result {
    display: none !important;
  }
}

.product-image-zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
.product-image-zoom-container .product-image-zoom {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-image-zoom-container .product-image-zoom-lens {
  position: absolute;
  background-image: radial-gradient(circle at center, rgba(179, 203, 244, 0.4588235294) 1px, transparent 0);
  background-size: 2px 2px;
  /* Controls the spacing between dots */
  background-repeat: repeat;
  /* Default, can be omitted */
  display: none;
  pointer-events: none;
  z-index: 20;
}
@media (max-width: 991px) {
  .product-image-zoom-container {
    cursor: default;
  }
}

#products_show_zh .container {
  max-width: 1440px;
}
@media (max-width: 767px) {
  #products_show_zh {
    background-color: #F7F8FA;
  }
}
#products_show_zh .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_zh .login_to_see_price_button {
    min-width: auto;
    width: 100%;
  }
}
#products_show_zh .not_enough_inventory,
#products_show_zh .purchase_limit_exceeded {
  color: red;
  display: none;
  margin-top: 10px;
}
#products_show_zh .product-head {
  margin-top: 30px;
}
#products_show_zh .product-head .product-description-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #products_show_zh .product-head {
    margin-top: 0;
  }
}
#products_show_zh .product-head .product-images-container {
  position: relative;
  overflow: visible;
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-slide img {
  max-width: 100%;
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .product-image-zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .product-image-zoom-container .product-image-zoom {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  #products_show_zh .product-head .product-images-container .primary-images-swiper .product-image-zoom-container {
    cursor: default;
  }
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e70427;
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-button-prev,
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-button-next {
  color: #ccc;
}
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-button-prev:hover,
#products_show_zh .product-head .product-images-container .primary-images-swiper .swiper-button-next:hover {
  color: #000;
}
#products_show_zh .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_zh .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_zh .product-head .product-images-container .flash-sale-banner .sale-info {
    font-size: 22px;
  }
}
#products_show_zh .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_zh .product-head .product-images-container .flash-sale-banner .time-left {
    font-size: 16px;
    padding: 10px 15px 10px 0;
  }
}
#products_show_zh .product-head .product-sticky-group {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (max-width: 991px) {
  #products_show_zh .product-head .product-sticky-group {
    padding: 15px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #products_show_zh .product-head .product-head-info {
    padding: 0;
  }
}
#products_show_zh .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_zh .product-head .product-head-info .product-title {
    font-size: 18px;
    line-height: 27px;
  }
}
#products_show_zh .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_zh .product-head .product-head-info .product_info_group {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
}
#products_show_zh .product-head .product-head-info .product_info_group .label {
  font-weight: 600;
}
#products_show_zh .product-head .product-head-info .product_info_group .value {
  color: #898989;
}
#products_show_zh .product-head .product-head-info .product_info_group .expiry_date {
  display: flex;
}
#products_show_zh .product-head .product-head-info .product_info_group .expiry_date .label,
#products_show_zh .product-head .product-head-info .product_info_group .expiry_date .value {
  display: flex;
  align-items: center;
}
#products_show_zh .product-head .product-head-info .product_info_group .expiry_date svg {
  margin-right: 5px;
}
#products_show_zh .product-head .product-head-info .product_info_group .expiry_date .value {
  margin-left: 5px;
}
#products_show_zh .product-head .product-head-info .product_info_group .non_returnable {
  position: relative;
  margin-top: 5px;
}
#products_show_zh .product-head .product-head-info .product_info_group .non_returnable .label {
  float: left;
  line-height: 20px;
}
#products_show_zh .product-head .product-head-info .product_info_group .non_returnable svg {
  margin-right: 5px;
}
#products_show_zh .product-head .product-head-info .product_info_group .non_returnable .value {
  color: #000;
  font-weight: 600;
  margin-left: 25px;
}
#products_show_zh .product-head .product-head-info .product_info_group .non_returnable .value a {
  color: #000;
}
#products_show_zh .product-head .product-head-info .product_info_group .exclude_from_promotion {
  font-weight: 600;
}
#products_show_zh .product-head .product-head-info .purchase_limit {
  color: #D8372C;
  font-size: 14px;
  font-weight: 600;
}
#products_show_zh .product-head .product-head-info .shipping-info {
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .product-head-info .shipping-info {
    font-size: 14px;
    margin-top: 5px;
  }
}
#products_show_zh .product-head .product-head-info .shipping-info .product-availability {
  color: #D8372C;
}
#products_show_zh .product-head .product-head-info .shipping-info a {
  color: #898989;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#products_show_zh .product-head .product-head-info .price-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#products_show_zh .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_zh .product-head .product-head-info .price-badges .price-badge.badge-clearance {
  background-color: #9EA517;
}
#products_show_zh .product-head .product-head-info .price-badges .price-badge.badge-sale {
  background-color: #D8372C;
}
#products_show_zh .product-head .product-head-info .price-badges .price-badge.badge-coupon {
  background-color: #064163;
}
#products_show_zh .product-head .product-head-info .price-badges .price-badge.badge-points {
  background-color: #2CB0E6;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .product-head-info .price-badges .price-badge {
    font-size: 12px;
    padding: 2px 6px;
  }
}
#products_show_zh .product-head .product-head-info .price_box {
  display: flex;
  align-items: center;
}
#products_show_zh .product-head .product-head-info .price_box .regular-price {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .product-head-info .price_box .regular-price {
    font-size: 14px;
    font-weight: 600;
  }
}
#products_show_zh .product-head .product-head-info .price_box .sale-price {
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 5px;
}
#products_show_zh .product-head .product-head-info .price_box .sale-price.on_sale {
  color: #D8372C;
}
#products_show_zh .product-head .product-head-info .price_box .sale-price.on_clearance {
  color: #9EA517;
}
#products_show_zh .product-head .product-head-info .price_box .current-price {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
#products_show_zh .product-head .product-head-info .price_box .current-price.on_sale {
  text-decoration: line-through;
}
#products_show_zh .product-head .product-head-info .tax-info {
  color: #898989;
  font-size: 18px;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .product-head-info .tax-info {
    font-size: 14px;
  }
}
#products_show_zh .product-head .product-head-info .cny_conversion {
  color: #898989;
  font-size: 12px;
}
#products_show_zh .product-head .product-head-info .cny_conversion .emphasis {
  color: #D8372C;
}
#products_show_zh .product-head .product-head-info .commission {
  color: #898989;
  font-size: 14px;
  margin-bottom: 5px;
}
#products_show_zh .product-head .product-head-info .commission .emphasis {
  color: #D8372C;
}
#products_show_zh .product-head .product-note {
  font-size: 12px;
}
#products_show_zh .product-head .purchase-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .purchase-box {
    display: none;
  }
}
#products_show_zh .product-head .purchase-box .quantity-group {
  display: flex;
}
#products_show_zh .product-head .purchase-box .quantity-group .label {
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#products_show_zh .product-head .purchase-box .quantity-group .product-head-quantity-input {
  border: 1px solid #D8372C;
  display: flex;
  margin-left: 30px;
}
#products_show_zh .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_zh .product-head .purchase-box .quantity-group .product-head-quantity-input .product-head-quantity-button:hover {
  background-color: #eee;
}
#products_show_zh .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_zh .product-head .purchase-box .purchase-actions {
  display: flex;
  margin-top: 15px;
}
#products_show_zh .product-head .purchase-box .purchase-actions .purchase-action {
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#products_show_zh .product-head .purchase-box .purchase-actions #product-head-atc-button {
  background-color: #D8372C;
  transition: none;
}
#products_show_zh .product-head .purchase-box .purchase-actions #product-head-atc-button:hover {
  background-color: #b02a21;
}
#products_show_zh .product-head .purchase-box .purchase-actions #product-head-buy-now-button {
  background-color: #ed1b26;
}
#products_show_zh .product-head .out-of-stock-notice {
  color: red;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #products_show_zh .product-head .out-of-stock-notice {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  #products_show_zh .product-head .out-of-stock-group {
    display: none;
  }
}
#products_show_zh .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_zh .product-head .points-promotions .promotion .promotion_description {
  color: #828282;
  display: inline-block;
  font-size: 14px;
}
#products_show_zh .product-head .points-promotions .promotion .promotion_description .value {
  color: #2CB0E6;
  font-weight: 800;
}
#products_show_zh .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_zh .product-head .promotions .promotion .promotion_description {
    font-size: 14px;
  }
}
#products_show_zh .product-head .promotions .promotion .promotion_description .value {
  color: #064163;
  font-weight: 800;
}
#products_show_zh .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_zh .product-head .promotions .promotion .get-coupon-link {
    font-size: 14px;
    margin-left: 15px;
  }
}
#products_show_zh .product-head .promotions .promotion_detail_link {
  color: #000;
  margin-left: 20px;
}
#products_show_zh .brand-group {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #products_show_zh .brand-group {
    background-color: #fff;
  }
}
#products_show_zh .brand-group .brand-logo a {
  background-color: #f6f6f6;
  display: inline-block;
}
#products_show_zh .brand-group .brand-products-count {
  font-size: 18px;
  font-weight: 600;
  line-height: 64px;
  margin-left: auto;
}
@media (max-width: 767px) {
  #products_show_zh .brand-group .brand-products-count {
    font-size: 14px;
  }
}
#products_show_zh .brand-group .brand-products-count a {
  color: #000;
}
@media (max-width: 767px) {
  #products_show_zh .brand-group .brand-products-count a {
    text-decoration: none;
  }
}
#products_show_zh .brand-group .brand-products-count a i {
  color: #aaa;
  display: none;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #products_show_zh .brand-group .brand-products-count a i {
    display: inline;
  }
}
#products_show_zh .brand-group .brand-link {
  color: #D8372C;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
#products_show_zh .brand-group .brand-link:hover {
  text-decoration: underline;
}
#products_show_zh .brand-group .brand-link i {
  font-size: 14px;
  margin-left: 6px;
}
#products_show_zh .availability_info h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
#products_show_zh .availability_info .availability_row {
  margin-bottom: 20px;
}
#products_show_zh .availability_info .availability_row .content {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
#products_show_zh .availability_info .availability_row .text-muted {
  color: #828282 !important;
}
#products_show_zh .availability_info .availability_row .icon {
  flex-shrink: 0;
  margin-right: 10px;
}
#products_show_zh .availability_info .availability_row .info .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
#products_show_zh .availability_info .availability_row .info .content {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
#products_show_zh .availability_info .availability_row .info .free {
  color: #2D5F4E;
}
#products_show_zh .availability_info .estimated_shipping_date {
  margin-bottom: 10px;
}
#products_show_zh .availability_info .order_within .number {
  color: #2D5F4E;
  font-weight: 700;
}
#products_show_zh .availability_info .order_within_sep {
  font-size: 16px;
}
#products_show_zh .availability_info .regions {
  margin-bottom: 10px;
}
#products_show_zh .availability_info .regions .region {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #products_show_zh .availability_info .regions .region {
    margin-right: 10px;
  }
}
#products_show_zh .availability_info .regions .region .icon {
  flex-shrink: 0;
}
#products_show_zh .availability_info .regions .region .name {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #products_show_zh .availability_info .regions .region .name {
    font-size: 10px;
  }
}
#products_show_zh .availability_info .regions .region .shipping_fee {
  color: #2D5F4E;
  font-weight: 700;
  margin-left: 5px;
}
#products_show_zh .availability_info .shipping_policy {
  margin-top: 15px;
}
#products_show_zh .availability_info a {
  color: #D8372C;
  font-weight: 700;
}
#products_show_zh .special-shipping-notice {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_show_zh .special-shipping-notice {
    margin-top: 15px;
  }
}
#products_show_zh .special-shipping-notice img {
  width: 100%;
}
#products_show_zh #protected_content {
  position: relative;
}
#products_show_zh #protected_content .fg {
  background-image: url("/assets/webstore/watermark.png");
  background-size: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
#products_show_zh .product-section {
  margin-top: 45px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #products_show_zh .product-section {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
  }
}
#products_show_zh .product-section .product-section-content {
  line-height: 32px;
}
@media (max-width: 767px) {
  #products_show_zh .product-section .product-section-content {
    font-size: 15px;
    line-height: 27px;
    background-color: #fff;
    padding: 15px;
  }
}
#products_show_zh .product-section p {
  margin-bottom: 0;
}
#products_show_zh .product-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #products_show_zh .product-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
#products_show_zh .product-section .expand_triggers {
  display: none;
  font-size: 18px;
  font-weight: 700;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #products_show_zh .product-section .expand_triggers {
    display: block;
  }
}
#products_show_zh .product-section .expand_triggers button {
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #D8372C;
  position: relative;
  z-index: 10;
}
#products_show_zh .product-section .expand_triggers button.plus {
  display: none;
}
#products_show_zh .disclaimer,
#products_show_zh .cautions {
  border-bottom: 2px solid #fff;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #products_show_zh .disclaimer,
#products_show_zh .cautions {
    margin-top: 20px;
  }
}
#products_show_zh .disclaimer h2,
#products_show_zh .cautions h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
}
#products_show_zh .disclaimer img,
#products_show_zh .cautions img {
  max-width: 100%;
}
#products_show_zh .product-info {
  font-weight: 400;
  line-height: 28px;
}
#products_show_zh .product-info .label {
  font-weight: 600;
}
#products_show_zh .product-info .value {
  color: #828282;
  font-weight: 400;
}
#products_show_zh .product-description .special_order_notice {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#products_show_zh .product-description .special_order_notice svg {
  flex-shrink: 0;
  margin-right: 15px;
}
#products_show_zh .product-description .special_order_notice .text {
  color: #D8372C;
  font-weight: 600;
}
#products_show_zh .product-questions .product-question-entry h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #products_show_zh .product-questions .product-question-entry h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
#products_show_zh .product-questions .product-question-disclaimer {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.6;
}
#products_show_zh .ingredients .ingredient_uom {
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
#products_show_zh .ingredients .ingredients-content {
  margin-bottom: 10px;
}
#products_show_zh .ingredients .ingredients-content .ingredient_list {
  border-top: 3px solid #888;
  border-bottom: 2px solid #888;
}
#products_show_zh .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_zh .ingredients .ingredients-content .ingredient_list .ingredient_list_item {
    font-size: 15px;
    line-height: 27px;
  }
}
#products_show_zh .ingredients .ingredients-content .ingredient_list .ingredient_list_item:first-child {
  border-top: 0 none;
}
#products_show_zh .ingredients .ingredients-content .ingredient_list .ingredient_list_item .amount {
  margin-left: auto;
  flex-shrink: 0;
}
#products_show_zh .ingredients .other_ingredients {
  line-height: 32px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #products_show_zh .ingredients .other_ingredients {
    font-size: 15px;
    line-height: 27px;
  }
}
#products_show_zh .product-description .product-description-content img {
  max-width: 100%;
  height: auto;
}
#products_show_zh .disclaimer {
  margin-top: 45px;
}
@media (max-width: 767px) {
  #products_show_zh .disclaimer {
    margin-top: 20px;
  }
}
#products_show_zh .disclaimer img {
  max-width: 100%;
}
#products_show_zh .related-products {
  background-color: #F7F8FA;
  padding: 45px 0 30px;
}
@media (max-width: 767px) {
  #products_show_zh .related-products {
    padding: 10px 0;
  }
}
#products_show_zh .related-products .product-list-block {
  padding: 0;
}
@media (max-width: 767px) {
  #products_show_zh .related-products .product-list-block {
    margin-top: 0;
    padding: 0 16px;
  }
}
#products_show_zh .related-products .product-list-block .product-list .product {
  padding: 10px;
}
@media (max-width: 767px) {
  #products_show_zh .related-products .product-list-block .product-list .product {
    margin-bottom: 0;
  }
}
#products_show_zh .related-products .product-list-block .product-list .product .product-info {
  padding-left: 0;
  padding-right: 0;
}

#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 .brand_header {
  padding-top: 36px;
}
#products_index .brand_header img {
  height: 138px;
}
@media (max-width: 767px) {
  #products_index .brand_header img {
    height: 70px;
    margin-left: 5px;
    margin-top: 16px;
  }
}
#products_index .brand_header .lp {
  float: right;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: 36px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  #products_index .brand_header .lp {
    margin-right: 10px;
  }
}
#products_index .brand_header .row2 {
  height: 50px;
}
@media (max-width: 767px) {
  #products_index .brand_header .row2 {
    height: 30px;
  }
}
#products_index .brand_header .row2 h1 {
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  padding-left: 180px;
}
@media (max-width: 767px) {
  #products_index .brand_header .row2 h1 {
    font-size: 16px;
    line-height: 30px;
    padding-left: 100px;
  }
}
#products_index .brand_header .brand_description {
  line-height: 24px;
  padding: 10px 0 10px 180px;
}
@media (max-width: 767px) {
  #products_index .brand_header .brand_description {
    padding: 10px 16px;
  }
}
#products_index .pdf_container {
  background-color: #F7F8FA;
  padding: 20px;
}
#products_index .pdf_container .pdf_thumbnail {
  display: flex;
  padding: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #products_index .pdf_container .pdf_thumbnail {
    justify-content: center;
  }
}
#products_index .pdf_container .pdf_thumbnail img {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  width: 100%;
}
#products_index .pdf_container .pdf_info {
  padding: 20px;
}
@media (max-width: 767px) {
  #products_index .pdf_container .pdf_info {
    padding: 0;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
#products_index .pdf_container .pdf_info .header {
  display: flex;
  align-items: center;
}
#products_index .pdf_container .pdf_info .header h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 5px;
}
#products_index .pdf_container .pdf_info .pdf_name h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
#products_index .pdf_container .pdf_info .download {
  margin-top: 30px;
}
#products_index .pdf_container .pdf_info .download a {
  background-color: #D8372C;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  padding: 0;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#products_index .pdf_container .pdf_info .pdf_updated_at {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
#products_index .pdf_container .pdf_info .disclaimer {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 0 30px;
}
#products_index .pdf_container .recommended_items {
  padding: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items {
    padding: 0;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
#products_index .pdf_container .recommended_items .header {
  display: flex;
  align-items: center;
}
#products_index .pdf_container .recommended_items .header h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 5px;
}
#products_index .pdf_container .recommended_items .recommended_item_list {
  display: flex;
  flex-direction: column;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 20px;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info {
  display: flex;
  gap: 20px;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .image_wrap {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .image_wrap {
    width: 80px;
    height: 80px;
  }
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .image_wrap img {
  max-width: 100%;
  max-height: 100%;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .title {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .title {
    font-size: 16px;
  }
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box {
  align-items: center;
  display: flex;
  margin-top: auto;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box {
    flex-direction: column;
    align-items: start;
  }
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box .price_box {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box .price_box {
    margin-top: 5px;
  }
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box .price_box .price_label {
  color: #898989;
  font-weight: 700;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box .price_box .current_price {
  color: #D8372C;
  font-weight: 700;
  font-size: 24px;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box a {
  background-color: #D8372C;
  color: white;
  font-weight: 700;
  border-radius: 15px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  width: 110px;
  margin-left: auto;
  text-decoration: none;
}
@media (max-width: 767px) {
  #products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .product_info .product_detail .action_box a {
    margin-left: 0;
    margin-top: 10px;
  }
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .reason_box {
  background-color: #F7F8FA;
  border-radius: 15px;
  display: flex;
  padding: 15px;
  margin-top: 20px;
  gap: 15px;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .reason_box .badge {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .reason_box .badge .label {
  color: black;
  font-weight: 700;
  margin-top: 5px;
}
#products_index .pdf_container .recommended_items .recommended_item_list .recommended_item .reason_box .reason {
  flex-grow: 1;
  font-weight: 600;
  color: #5d5d5d;
}
#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;
  }
}

#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;
}

.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: 20px;
  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: background-color 0.2s;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_action .product_list_atc_button:hover {
  background-color: #D8372C;
  color: #fff;
}
.product_list_row_container .product_list_row .product_list .product_list_item .product_action .product_list_atc_button:hover {
  background-color: #b02a21;
}

#promotions_show {
  padding-top: 30px;
  padding-bottom: 60px;
}
#promotions_show .promotion_wrapper {
  display: flex;
  justify-content: center;
}
#promotions_show .promotion_wrapper .promotion {
  background-color: #D8372C;
  border: 1px solid #D8372C;
  border-radius: 25px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  margin: 0 30px;
  min-height: 200px;
}
@media (max-width: 767px) {
  #promotions_show .promotion_wrapper .promotion {
    max-width: 320px;
  }
}
#promotions_show .promotion_wrapper .promotion .logo {
  margin-top: 10px;
  text-align: center;
}
#promotions_show .promotion_wrapper .promotion h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 20px 25px;
  text-align: center;
}
@media (max-width: 767px) {
  #promotions_show .promotion_wrapper .promotion h1 {
    text-align: left;
  }
}
#promotions_show .promotion_wrapper .promotion .expiry_date {
  color: #fff;
  margin: 0 20px 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
#promotions_show .promotion_wrapper .promotion .promotion_action_box {
  background-color: #fff;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  padding: 20px;
  min-height: 100px;
}
#promotions_show .promotion_wrapper .promotion .promotion_action_box .promotion_notes {
  font-size: 12px;
  font-weight: 600;
}
#promotions_show .promotion_wrapper .promotion .promotion_action_box .promotion_notes ol {
  padding-left: 15px;
}
#promotions_show .promotion_wrapper .promotion .promotion_action_box .promotion_action {
  display: flex;
  justify-content: center;
}
#promotions_show .promotion_wrapper .promotion .promotion_action_box .promotion_action #get_promotion_button {
  background-color: #D8372C;
  border-radius: 15px;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  width: 230px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}
#promotions_show .related-products {
  background-color: #F7F8FA;
  margin-top: 30px;
  padding-top: 45px;
  padding-bottom: 60px;
}
#promotions_show .related-products .section-head {
  display: flex;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
#promotions_show .related-products .section-head h2 {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 10px;
}
#promotions_show .related-products .section-head .line {
  background-color: #bbb;
  flex: 1;
  height: 1px;
}
#promotions_lists {
  padding-top: 30px;
  padding-bottom: 60px;
}

#customer_promotion_codes_index {
  padding-top: 30px;
  padding-bottom: 60px;
  min-height: 400px;
}
#customer_promotion_codes_index .active_promotion_codes {
  margin-bottom: 15px;
}
@media (max-width: 767px) and (max-width: 767px) {
  #customer_promotion_codes_index .active_promotion_codes {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  #customer_promotion_codes_index .inactive_promotion_codes {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#customer_promotion_codes_index .inactive_promotion_codes h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #customer_promotion_codes_index .inactive_promotion_codes h2 {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.promotion_code {
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .promotion_code {
    margin-bottom: 16px;
  }
}
.promotion_code.active {
  background-color: #D8372C;
}
.promotion_code.active .promotion_value {
  background-color: #fb7077;
}
.promotion_code.inactive {
  background-color: #bdbdbd;
}
.promotion_code.inactive .promotion_value {
  background-color: #828282;
}
.promotion_code .promotion_code_icon {
  float: right;
  margin-top: 5px;
}
.promotion_code .promotion_value {
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
}
.promotion_code .promotion_name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 5px;
  line-height: 24px;
  min-height: 48px;
}
.promotion_code .promotion_name_code_wrapper {
  margin-bottom: 15px;
  text-align: center;
}
.promotion_code .promotion_name_code_wrapper .promotion_name_code {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-family: monospace;
  padding: 5px 10px;
}
.promotion_code .details_link {
  float: right;
  line-height: 24px;
}
.promotion_code .details_link a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.promotion_code .expiry_date {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.promotion_code .actions {
  margin-top: 15px;
}
.promotion_code .actions a {
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.customer_promotion_code_details_modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0 none;
}
.customer_promotion_code_details_modal .modal-dialog .modal-content .modal-header button {
  box-shadow: none;
  outline: none;
}
.customer_promotion_code_details_modal .modal-dialog .modal-content .modal-body {
  min-height: 200px;
}
.customer_promotion_code_details_modal .promotion_barcode_wrapper {
  text-align: center;
  margin-bottom: 20px;
}

#reward_points_records_index {
  padding: 30px 0 60px;
}

#customer_addresses_index {
  padding: 30px 15px 60px;
}
#customer_addresses_index .addresses_actions a {
  margin-right: 15px;
}
#customer_addresses_index .customer_address {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
#customer_addresses_index .customer_address .shipping_region {
  background-color: #eee;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 10px;
}
#customer_addresses_index .customer_address .address_actions {
  float: right;
}
#customer_addresses_index .customer_address .address_actions a {
  color: #888;
  display: inline-block;
  text-decoration: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
#customer_addresses_index .customer_address .address_content {
  margin-right: 60px;
}

#customer_addresses_create,
#customer_addresses_edit {
  background-color: #fff;
  padding: 30px 15px 60px;
}

#customer_address_form {
  max-width: 480px;
  margin: 0 auto 30px;
}
#customer_address_form .error {
  border-color: red;
}
#customer_address_form #bc_city_select {
  margin-bottom: 10px;
}
#customer_address_form .region_specific {
  display: none;
}
#customer_address_form .phone_number_group {
  margin-bottom: 10px;
  position: relative;
}
#customer_address_form .phone_number_group .call_code_group {
  float: left;
  width: 100px;
}
#customer_address_form .phone_number_group .call_code_group #calling_code_placeholder {
  height: 38px;
}
#customer_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;
}
#customer_address_form .phone_number_group .number_group {
  margin-left: 110px;
}
#customer_address_form .id_card_image_wrap {
  border: 1px solid #f2f3f5;
  width: 202px;
  height: 202px;
  position: relative;
}
#customer_address_form .id_card_image_wrap.error {
  border-color: red;
}
#customer_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;
}
#customer_address_form .id_card_image_wrap .id_card_image_preview {
  display: flex;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
}
#customer_address_form .id_card_image_wrap .id_card_image_preview img {
  max-width: 100%;
  max-height: 100%;
}
#customer_address_form .id_card_image_wrap .id_card_image_upload_button {
  background-color: #f2f3f5;
  display: none;
}
#customer_address_form .id_card_image_wrap .id_card_image_upload_button .spinner {
  color: #999;
  display: none;
}
#customer_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;
}
#customer_address_form .id_card_image_wrap .id_card_image_file_field {
  display: none;
}
#customer_address_form .form-group {
  margin-bottom: 15px;
}
#customer_address_form .form-group label {
  font-weight: 600;
  margin-bottom: 5px;
}
#customer_address_form .form-actions {
  margin-top: 30px;
  text-align: center;
}
#customer_address_form .form-actions .btn {
  display: inline-block;
  font-size: 18px;
  height: 50px;
  padding: 0;
  text-align: center;
  width: 320px;
}
#customer_address_form .china_specific {
  display: none;
}

#marketing_unsubscribe {
  padding: 60px 0;
  text-align: center;
}
#marketing_unsubscribe .inner {
  text-align: center;
  padding: 0 15px;
}
#marketing_unsubscribe .image_wrap {
  text-align: center;
}
#marketing_unsubscribe h2 {
  margin-top: 60px;
}
#marketing_unsubscribe .actions {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#marketing_unsubscribe .actions .btn {
  border: 0 none;
  border-radius: 0;
  font-size: 20px;
  width: 200px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  margin: 0 15px;
  outline: none;
  box-shadow: none;
}
#marketing_unsubscribe #unsubscribe_button {
  background-color: #969799;
}
#marketing_unsubscribe #cancel_button {
  background-color: #D8372C;
}

#marketing_hellohk {
  padding-top: 50px;
  padding-bottom: 60px;
}
#marketing_hellohk h1 {
  text-align: center;
  margin-bottom: 40px;
}
#marketing_hellohk .store_image {
  text-align: right;
}
@media (max-width: 767px) {
  #marketing_hellohk .store_image {
    text-align: center;
  }
}
#marketing_hellohk .store_image img {
  max-width: 300px;
}
#marketing_hellohk .store_description {
  padding: 20px;
}
@media (max-width: 767px) {
  #marketing_hellohk .store_description {
    text-align: center;
  }
}
#marketing_hellohk .page_action {
  margin: 60px 0;
  text-align: center;
}
#marketing_hellohk .page_action .btn {
  background-color: #D8372C;
  border-radius: 25px;
  border: 0 none;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
#marketing_hellohk .google_rating {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#marketing_hellohk .google_rating .rating_box {
  box-shadow: -8px -4px 32px rgba(0, 0, 0, 0.08), 40px 28px 80px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 30px;
  max-width: 450px;
}
#marketing_hellohk .google_rating .rating_box a {
  border-top: 6px solid #34A853;
  display: flex;
  padding: 20px 25px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#marketing_hellohk .google_rating .rating_box a .google_logo {
  flex-shrink: 0;
}
#marketing_hellohk .google_rating .rating_box a .summary .title {
  color: #6A6A6A;
  font-size: 20px;
  font-weight: 600;
}
#marketing_hellohk .google_rating .rating_box a .summary .ratings {
  display: flex;
  align-items: center;
}
#marketing_hellohk .google_rating .rating_box a .summary .ratings .score {
  color: #FEA500;
  font-weight: 700;
  display: flex;
  font-size: 40px;
}
#marketing_hellohk .google_rating .rating_box a .summary .ratings .stars {
  display: flex;
  margin-left: 15px;
}
#marketing_hellohk .google_rating .rating_box a .summary .ratings .stars svg {
  max-height: 40px;
}
#marketing_hellohk .google_rating .rating_box a .summary .cta {
  color: #868686;
  font-size: 18px;
}
#marketing_hellohk .google_rating svg {
  max-width: 80%;
}
#marketing_hellohk .reviews {
  margin-top: 60px;
}
#marketing_hellohk .reviews .inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
#marketing_hellohk .reviews .inner .user {
  margin-top: 20px;
}

#spin_wheels_index {
  padding: 60px 0;
}
@media (max-width: 767px) {
  #spin_wheels_index {
    padding-top: 0;
  }
}
#spin_wheels_index .header_image {
  margin-bottom: 30px;
}
#spin_wheels_index .header_image img {
  max-width: 100%;
}
#spin_wheels_index .play_area {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
#spin_wheels_index .play_area .head {
  margin-top: 15px;
  position: relative;
}
#spin_wheels_index .play_area .head img {
  max-width: 100%;
}
#spin_wheels_index .play_area .head .cat {
  height: 140px;
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 10;
}
#spin_wheels_index .play_area .head .cat img {
  height: 140px;
}
#spin_wheels_index .play_area .head .head_bar {
  background-color: #ed1b26;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 0;
}
#spin_wheels_index .play_area .head .head_bar .content {
  color: #fff67e;
  font-size: 24px;
  margin-left: 140px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  #spin_wheels_index .play_area .head .head_bar .content {
    font-size: 18px;
  }
}
#spin_wheels_index .play_area .note-text {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
}
#spin_wheels_index .play_area .customer_email_address {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
#spin_wheels_index .play_area .user_input_group {
  margin-top: 30px;
  position: relative;
}
#spin_wheels_index .play_area .user_input_group .icon {
  position: absolute;
  width: 56px;
  left: 0;
  top: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#spin_wheels_index .play_area .user_input_group #email_address {
  border-radius: 0;
  font-size: 20px;
  padding-left: 56px;
}
#spin_wheels_index .play_area .user_input_group #email_address.error {
  border-color: red;
}
#spin_wheels_index .play_area .user_input_group ::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
#spin_wheels_index .play_area .user_input_group ::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
#spin_wheels_index .play_area .user_input_group :-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
#spin_wheels_index .play_area .user_input_group :-moz-placeholder {
  color: #999;
  font-size: 16px;
}
#spin_wheels_index .play_area .user_action {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#spin_wheels_index .play_area .user_action #spin_button {
  background-color: #D8372C;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 300px;
  max-width: 360px;
  padding: 0;
}

#spin_wheels_play {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  #spin_wheels_play {
    padding-top: 0;
  }
}
#spin_wheels_play .header_image {
  margin-bottom: 30px;
}
#spin_wheels_play .header_image img {
  max-width: 100%;
}
#spin_wheels_play .play_area {
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
#spin_wheels_play .user_info {
  padding: 0 15px;
}
#spin_wheels_play .user_info .customer_email_address {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#spin_wheels_play .result {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
}
#spin_wheels_play .result .prize {
  color: #D8372C;
}
#spin_wheels_play .no_chances_remaining {
  color: #f66;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
}
#spin_wheels_play .chances {
  margin-top: 60px;
  padding: 0 15px;
}
#spin_wheels_play .chances_remaining {
  color: #969799;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 15px;
}
#spin_wheels_play #spin_wheel_form {
  display: flex;
  text-align: center;
  padding: 0 15px;
  justify-content: center;
}
#spin_wheels_play #spin_wheel_form button {
  max-width: 280px;
  background-color: #D8372C;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 300px;
  padding: 0;
  outline: none;
  box-shadow: none;
}
#spin_wheels_play #spin_wheel_form button.disabled {
  background-color: #969799;
}
#spin_wheels_play .wheel_result_group {
  display: none;
  padding: 0 15px;
}
#spin_wheels_play .referral_group {
  margin-top: 60px;
  padding: 0 15px;
}
#spin_wheels_play .referral_group p {
  font-weight: 700;
}
#spin_wheels_play .referral_group .referrer_link_group {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#spin_wheels_play .referral_group .referrer_link_group #wheel_referrer_link {
  border-radius: 0;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  text-align: center;
  outline: none;
  box-shadow: none;
}
#spin_wheels_play .referral_group .referrer_link_action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#spin_wheels_play .referral_group .referrer_link_action .btn {
  max-width: 280px;
  background-color: #88c941;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 300px;
  padding: 0;
  outline: none;
  box-shadow: none;
}
#spin_wheels_play .bottom_links {
  display: flex;
  margin-top: 45px;
  padding: 0 15px;
}
#spin_wheels_play .bottom_links a {
  color: #979799;
  text-decoration: none;
}
#spin_wheels_play .bottom_links a svg {
  width: 24px;
  height: 24px;
}
#spin_wheels_play .bottom_links #wheel_rules_link {
  margin-left: auto;
}
#spin_wheels_play .referrals {
  display: none;
  margin-top: 30px;
  padding: 0 15px;
}
#spin_wheels_play .referrals h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#spin_wheels_play .referrals .notice {
  margin-top: 15px;
}
#spin_wheels_play .guest_sign_in_note {
  margin-top: 45px;
  text-align: center;
  padding: 0 15px;
}

#spin_wheel_area {
  display: flex;
  justify-content: center;
  padding: 45px 30px;
}

#spin_wheel {
  background-color: #eee;
  border-radius: 50%;
  padding: 10px;
  position: relative;
}
#spin_wheel #spin_wheel_board {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#spin_wheel #spin_wheel_board .segment {
  width: 28%;
  height: 50%;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
  transform: translateX(-50%);
  transform-origin: bottom;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
  color: #fff;
  left: 36%;
}
#spin_wheel #spin_wheel_board .segment .text {
  font-size: 14px;
  transform: rotate(-90deg);
  padding-left: 30px;
}
#spin_wheel #spin_wheel_board .segment:nth-child(1) {
  left: 50%;
}
#spin_wheel #spin_wheel_board .segment:nth-child(2) {
  transform: rotate(30deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(3) {
  transform: rotate(60deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(4) {
  transform: rotate(90deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(5) {
  transform: rotate(120deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(6) {
  transform: rotate(150deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(7) {
  transform: rotate(180deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(8) {
  transform: rotate(210deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(9) {
  transform: rotate(240deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(10) {
  transform: rotate(270deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(11) {
  transform: rotate(300deg);
}
#spin_wheel #spin_wheel_board .segment:nth-child(12) {
  transform: rotate(330deg);
}
#spin_wheel #spin_wheel_board .segment.blue {
  background-color: #1792e8;
}
#spin_wheel #spin_wheel_board .segment.red {
  background-color: #ba4d4d;
}
#spin_wheel #spin_wheel_board .segment.green {
  background-color: #14c187;
}
#spin_wheel #spin_wheel_board .segment.orange {
  background-color: #fb7802;
}
#spin_wheel .trim {
  border-radius: 50%;
  border: 12px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#spin_wheel .pointer_wrap {
  display: flex;
  position: absolute;
  z-index: 200;
  justify-content: center;
  top: -30px;
  left: 0;
  width: 100%;
}
#spin_wheel .pointer_wrap svg {
  width: 40px;
}
#spin_wheel .pointer {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 20px;
  border-color: #ed1b26 transparent transparent transparent;
}
#spin_wheel .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #ddd;
  text-transform: uppercase;
  border: 18px solid #fff;
  color: #a2a2a2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
}

#spin_wheels_rules {
  padding: 60px;
}
#spin_wheels_rules h3 {
  margin-top: 30px;
}

#spin_wheels_banner {
  position: fixed;
  top: 60%;
  z-index: 99999;
}
#spin_wheels_banner a {
  display: block;
  text-decoration: none;
}
#spin_wheels_banner .inner {
  position: relative;
}
#spin_wheels_banner .inner.mobile svg {
  width: 85px;
  height: 160px;
}
#spin_wheels_banner .banner {
  background-color: #87CAAE;
  display: flex;
  height: 103px;
  align-items: center;
  padding: 0 60px 0 15px;
}
#spin_wheels_banner .banner .text {
  color: #fff67e;
  font-size: 24px;
  font-weight: 500;
  flex-shrink: 0;
  margin-right: 10px;
}
#spin_wheels_banner .cat {
  position: absolute;
  right: -50px;
  bottom: 0;
}

#articles_index {
  padding-bottom: 60px;
}
#articles_index .header {
  padding: 60px 0 40px;
  text-align: center;
}

#articles_show {
  padding-bottom: 45px;
}
#articles_show article {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 15px;
}
#articles_show article h1 {
  font-size: 28px;
}
#articles_show article .meta {
  display: flex;
  font-weight: 600;
  margin-top: 30px;
}
#articles_show article .meta .author_image {
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
#articles_show article .meta .meta_text {
  line-height: 24px;
  padding-top: 12px;
}
#articles_show article .meta .meta_text .author_name {
  font-size: 18px;
}
#articles_show article .meta .meta_text .author_name a {
  color: #2B7FC9;
}
#articles_show article .content {
  margin-top: 20px;
}
#articles_show article .content img {
  max-width: 100%;
  height: auto;
}
#articles_show .product_showcase {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding-left: 101px;
  position: relative;
  height: 98px;
}
#articles_show .product_showcase .product_image {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 0;
  top: 0;
}
#articles_show .product_showcase .product_content {
  padding-right: 10px;
  padding-top: 2px;
}
#articles_show .product_showcase .product_link {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#articles_show .product_showcase .product_link a {
  color: #2B7FC9;
  font-size: 12px;
  text-decoration: none;
}
#articles_show .product_showcase .product_title {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#articles_show .product_showcase .product_title a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}
#articles_show .product_showcase .product_description {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#articles_show .article_disclaimer {
  font-size: 14px;
  max-width: 700px;
  margin: 60px auto;
}

.article_list {
  max-width: 800px;
  margin: 0 auto;
}
.article_list .article .article_info {
  display: flex;
  margin: 40px 0;
}
.article_list .article .article_info .image {
  background-color: #eee;
  flex-shrink: 0;
  width: 158px;
  height: 158px;
}
.article_list .article .article_info .article_info_body {
  margin-left: 20px;
}
.article_list .article .article_info .article_info_body .title {
  height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.article_list .article .article_info .article_info_body .title a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}
.article_list .article .article_info .article_info_body .author {
  display: flex;
  font-weight: 600;
}
.article_list .article .article_info .article_info_body .author .author_image {
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.article_list .article .article_info .article_info_body .author .meta_text {
  line-height: 24px;
  padding-top: 12px;
}
.article_list .article .article_info .article_info_body .author .meta_text .author_name {
  font-size: 18px;
}
.article_list .article .article_info .article_info_body .author .meta_text .author_name a {
  color: #2B7FC9;
}
.article_list .article .separator {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0 20px;
}

.articles_navigation {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  max-width: 800px;
  margin: 30px auto;
}
.articles_navigation > div {
  flex: 1;
}
.articles_navigation a {
  color: #969799;
  display: inline-block;
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  padding: 0 10px;
}
.articles_navigation .articles_link {
  text-align: center;
  padding-bottom: 5px;
}
.articles_navigation .prev_article_link svg {
  margin-right: 10px;
}
.articles_navigation .next_article_link {
  text-align: right;
}
.articles_navigation .next_article_link svg {
  margin-left: 10px;
}

#authors_show {
  padding-bottom: 60px;
}
#authors_show .header {
  padding: 60px 0 40px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#authors_show .header .avatar {
  background-color: #eee;
  height: 218px;
  width: 218px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
#authors_show .header .role {
  text-decoration: underline;
  margin-top: 30px;
}
#authors_show .header h1 {
  font-size: 28px;
  margin-top: 15px;
}
#authors_show .header .bio {
  margin-top: 60px;
  text-align: left;
}
#authors_show .articles_header {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  margin-top: 30px;
}
#authors_show .articles_header h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 30px;
}
#authors_show .articles_header .line {
  flex: 1;
  border-top: 1px solid #ccc;
}
