@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Light.eot");
  src: local("Acrom Light"), local("Acrom-Light"), url("../fonts/Acrom-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Light.woff2") format("woff2"), url("../../fonts/Acrom-Light.woff") format("woff"), url("../../fonts/Acrom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Thin.eot");
  src: local("Acrom Thin"), local("Acrom-Thin"), url("../fonts/Acrom-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Thin.woff2") format("woff2"), url("../fonts/Acrom-Thin.woff") format("woff"), url("../fonts/Acrom-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Bold.eot");
  src: local("Acrom Bold"), local("Acrom-Bold"), url("../fonts/Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Bold.woff2") format("woff2"), url("../fonts/Acrom-Bold.woff") format("woff"), url("../fonts/Acrom-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Regular.eot");
  src: local("Acrom"), local("Acrom-Regular"), url("../fonts/Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Regular.woff2") format("woff2"), url("../fonts/Acrom-Regular.woff") format("woff"), url("../fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-ExtraBold.eot");
  src: local("Acrom ExtraBold"), local("Acrom-ExtraBold"), url("../fonts/Acrom-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-ExtraBold.woff2") format("woff2"), url("../fonts/Acrom-ExtraBold.woff") format("woff"), url("../fonts/Acrom-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url("../fonts/Acrom-Medium.eot");
  src: local("Acrom Medium"), local("Acrom-Medium"), url("../fonts/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Medium.woff2") format("woff2"), url("../fonts/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

section {
  padding: 0 20px;
}

footer {
  padding: 64px 20px 30px;
  border-top: 1px solid #E2E3E6;
}
footer .wrapper .footer_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .wrapper .footer_content .logo {
  text-decoration: none;
  display: block;
  max-width: 230px;
  width: 100%;
  height: auto;
  margin-right: 70px;
}
footer .wrapper .footer_content .logo svg {
  display: block;
  max-width: 230px;
  width: 100%;
  height: auto;
}
footer .wrapper .footer_content .footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
}
footer .wrapper .footer_content .footer_menu .footer_menu_items {
  margin-left: 30px;
}
footer .wrapper .footer_content .footer_menu .footer_menu_items .footer_menu_item {
  display: block;
  text-decoration: none;
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #1E1E1E;
  margin-bottom: 7px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer .wrapper .footer_content .footer_menu .footer_menu_items .footer_menu_item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 1;
  text-decoration: underline;
}
footer .wrapper .footer_content .footer_menu .footer_menu_items .footer_menu_item:last-of-type {
  margin-bottom: 0;
}
footer .wrapper .footer_content .footer_menu .footer_menu_items:first-of-type {
  margin-left: 0;
}
footer .wrapper .footer_content .footer_menu_hid {
  display: none;
}
footer .wrapper .footer_content .footer_send {
  display: none;
}
@media (max-width: 1250px) {
  footer .wrapper .footer_content .logo {
    max-width: 180px;
    margin-right: 80px;
  }
}
@media (max-width: 975px) {
  footer .wrapper .footer_content .logo {
    max-width: 160px;
    margin-right: 100px;
  }
  footer .wrapper .footer_content .footer_menu .footer_menu_items {
    margin-left: 20px;
  }
  footer .wrapper .footer_content .footer_menu .footer_menu_items:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 920px) {
  footer .wrapper .footer_content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .wrapper .footer_content .logo {
    margin-bottom: 40px;
  }
  footer .wrapper .footer_content .footer_menu {
    display: none;
  }
  footer .wrapper .footer_content .footer_menu_hid {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items {
    margin-left: 30px;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items .footer_menu_hid_item {
    display: block;
    text-decoration: none;
    font-family: "Acrom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #1E1E1E;
    margin-bottom: 7px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items .footer_menu_hid_item:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
    text-decoration: underline;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items .footer_menu_hid_item:last-of-type {
    margin-bottom: 0;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items .footer_menu_hid_item:first-of-type {
    opacity: 1;
    font-weight: 500;
    margin-bottom: 12px;
  }
  footer .wrapper .footer_content .footer_menu_hid .footer_menu_hid_items:first-of-type {
    margin-left: 0;
  }
  footer .wrapper .footer_content .footer_send {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
  footer .wrapper .footer_content .footer_send .footer_send_title {
    display: block;
    font-family: "Acrom", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #1E1E1E;
    margin-bottom: 10px;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #A9AEB2;
    margin-bottom: 10px;
    width: 100%;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content svg {
    display: block;
    margin-right: 5px;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content .send_sub {
    width: 100%;
    max-width: 420px;
    font-family: "Acrom", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #1E1E1E;
    height: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    appearance: none;
    border-radius: 0;
    caret-color: #1E1E1E;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content .send_sub::placeholder {
    color: #1E1E1E;
    opacity: 0.4;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content .send_sub:hover,
  footer .wrapper .footer_content .footer_send .footer_send_content .send_sub:focus,
  footer .wrapper .footer_content .footer_send .footer_send_content .send_sub:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
  footer .wrapper .footer_content .footer_send .footer_send_content .send_footer_send {
    cursor: pointer;
    min-width: 24px;
    width: 24px;
    height: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .wrapper .footer_content .footer_send .footer_send_span {
    margin-left: 5px;
    font-family: "Acrom", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #1E1E1E;
    opacity: 0.5;
  }
}
footer .wrapper .footer_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
footer .wrapper .footer_bottom span {
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1E1E1E;
  opacity: 0.5;
}
footer .wrapper .footer_bottom .footer_bottom_links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .wrapper .footer_bottom .footer_bottom_links .footer_bottom_link {
  text-decoration: none;
  font-family: "Acrom", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1E1E1E;
  margin-left: 27px;
  display: block;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer .wrapper .footer_bottom .footer_bottom_links .footer_bottom_link:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 1;
  text-decoration: underline;
}
footer .wrapper .footer_bottom .footer_bottom_links .footer_bottom_link:first-of-type {
  margin-left: 0;
}
@media (max-width: 920px) {
  footer .wrapper .footer_bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
  }
  footer .wrapper .footer_bottom span {
    display: block;
    order: 2;
  }
  footer .wrapper .footer_bottom .footer_bottom_links {
    -webkit-justify-content: unset;
    justify-content: unset;
    order: 1;
    margin-bottom: 10px;
  }
  footer .wrapper .footer_bottom .footer_bottom_links .footer_bottom_link {
    opacity: 1;
  }
}
@media (max-width: 920px) {
  footer {
    padding-bottom: 94px;
  }
}

.menu_mobile {
  display: none;
}
@media (max-width: 920px) {
  .menu_mobile {
    display: block;
    height: 64px;
    position: fixed;
    padding: 8px 36px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: white;
    z-index: 5;
    box-shadow: inset 0 1px 0 0 #E2E3E6;
    width: 100%;
  }
  .menu_mobile .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu_mobile .wrapper .menu_mobile_item {
    text-decoration: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu_mobile .wrapper .menu_mobile_item svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .menu_mobile .wrapper .menu_mobile_item span {
    display: block;
    font-family: "Acrom", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #1E1E1E;
  }
  .menu_mobile .wrapper .cart_contents {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 95px;
    width: 100%;
  }
  .menu_mobile .wrapper .cart_contents svg {
    display: block;
    width: 100%;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu_mobile .wrapper .cart_contents .amount {
    text-align: right;
    width: 40%;
    display: block;
    font-family: "Acrom", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #1E1E1E;
    padding-right: 7px;
    box-sizing: border-box;
  }
  .menu_mobile .wrapper .cart_contents .count {
    width: 60%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    height: 20px;
    min-width: 28px;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #B73337;
  }
  .menu_mobile .wrapper .cart_contents .count span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Acrom", sans-serif;
    color: #FFFFFF;
  }
}

.category_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 11;
}
.category_popup .category_popup_items {
  display: none;
  width: 100%;
  padding: 30px 16px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.category_popup .category_popup_items .category_popup_item_top {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 25px;
}
.category_popup .category_popup_items .category_popup_item_top .category_popup_items_title {
  font-family: "Acrom", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #1E1E1E;
}
.category_popup .category_popup_items .category_popup_item_top .category_popup_items_close {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
.category_popup .category_popup_items .category_popup_item {
  text-decoration: none;
  padding: 8px 0;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.category_popup .category_popup_items .category_popup_item .discount {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 34px;
  margin-right: 7px;
}
.category_popup .category_popup_items .category_popup_item span {
  display: block;
  font-family: "Acrom", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1E1E1E;
}
.category_popup .category_popup_items .category_popup_item .next {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 34px;
  margin-left: auto;
}
.category_popup .category_popup_items_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category_popup .sub_category_popup_items {
  display: none;
  width: 100%;
  padding: 30px 16px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.category_popup .sub_category_popup_items .sub_category_popup_item_top {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 25px;
}
.category_popup .sub_category_popup_items .sub_category_popup_item_top .before {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 7px;
}
.category_popup .sub_category_popup_items .sub_category_popup_item_top .before svg {
  display: block;
  transform: rotate(180deg);
}
.category_popup .sub_category_popup_items .sub_category_popup_item_top .category_popup_items_title {
  font-family: "Acrom", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #1E1E1E;
}
.category_popup .sub_category_popup_items .sub_category_popup_item {
  text-decoration: none;
  padding: 8px 0;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.category_popup .sub_category_popup_items .sub_category_popup_item .discount {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 34px;
  margin-right: 7px;
}
.category_popup .sub_category_popup_items .sub_category_popup_item span {
  display: block;
  font-family: "Acrom", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1E1E1E;
}
.category_popup .sub_category_popup_items .sub_category_popup_item .next {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 34px;
  margin-left: auto;
}
.category_popup .sub_category_popup_items_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category_popup_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.otgs-development-site-front-end, .wpml-ls-statics-footer {
  display: none !important;
}

/*# sourceMappingURL=footer.css.map */
