.payment_loading_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}
@keyframes turn_logo_animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/font/Inter-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("/font/NotoSansJP-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}
.ja * {
  font-family: "NotoSansJP-Regular", sans-serif;
  word-break: break-all;
  font-weight: lighter;
}
.payment_loading_wrapper > div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url("/images/innorix_autoronix/costomi-symbol-v2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 15px;
  animation: turn_logo_animation 1s linear infinite;
}
.slideReady {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}

.slideUp {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  height: 100%;
  width: 100%;
}

.main-section h1,
.main-section h3 {
  color: #959aa3;
  line-height: 60px;
}

.main-section h1 {
  margin-top: 10px;
}

.main-section {
  margin-top: 0px;
  padding-bottom: 20px;
}
h1 {
  margin-bottom: 30px;
  font-weight: 400;
}

.margin-b-60 {
  margin-bottom: 60px;
}
.t-16pt {
  font-size: 16pt;
}
.mobileHide {
}
.pcHide {
  display: none !important;
}
* {
  /* font-family: "Inter-Regular", sans-serif; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: keep-all;
}
.ja * {
  font-family: "NotoSansJP-Regular", sans-serif;
  word-break: break-all;
  font-weight: lighter;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

table th {
  padding: 0 15px 15px 0;
  vertical-align: bottom;
}
.manage_order_table.order_list tr {
  display: flex;
  flex-direction: row;
  height: 19px;
  margin: 20px 0;
}
.manage_order_table.order_list tr td {
  font-size: 16px;
  line-height: 19px;
}
table td {
  padding: 10px 15px 10px 0;
  vertical-align: top;
}

button {
  background-color: black;
  color: white;
  padding: 10px 35px;
  outline: none;
  border: none;
  cursor: pointer;
  /* min-width: 140px; */
  border: 1px solid black;
  font-size: 16px;
}

th {
  font-size: 16px;
  color: #959aa3;
  font-weight: 400;
  height: 50px;
}

a {
  color: inherit;
  text-decoration: none;
  -ms-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}

.main-section {
  /* width: 1060px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
  padding: 160px 0;
  height: auto;
  min-height: 918px;
}
.main-section {
  margin-top: 0px;
  padding-bottom: 20px;
}
.heroSection {
  position: relative;
}

.heroSection h1 {
  font-size: 35pt;
  font-weight: bold;
  color: black !important;
}

.heroSection h2 {
  margin-top: 10px;
  font-size: 22pt;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

.heroSection .learnMorePart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}

.heroSection .leftPart .img {
  background-image: url(/images/innorix_autoronix/basket.png);
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroSection .rightPart .img {
  background-image: url(/images/innorix_autoronix/img/p98-3.png);
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroSection .rightImage {
  background-image: url(/images/innorix_autoronix/p18-1.png);
  width: 200px;
  height: 282px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}

.categoryPart {
  cursor: pointer;
  position: relative;
}

.categoryArrow {
  width: 8px;
  height: 8px;
  border: solid black;
  border-width: 0 0 2px 2px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 10px;
  margin-bottom: 3px;
}

.header-section-black .categoryArrow {
  border-color: white;
}
.heroSection.cloudFactory .rightImage {
  /* position: relative; */
  /* background-image: url(/images/innorix_autoronix/img/p98-1.png); */
  width: 280px;
  height: 230px;
  overflow: hidden;
}
.top_bar {
  width: 100%;
  height: 30px;
  background-image: url("/images/innorix_autoronix/bar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bottom_belt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 18px;
  background-image: url(/images/innorix_autoronix/belt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 100;
}
.first_anchor {
  width: 69px;
  height: 40px;
  background-image: url(/images/innorix_autoronix/head.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -1px;
  left: 40px;
  z-index: 80;
}
.second_anchor {
  width: 69px;
  height: 40px;
  background-image: url(/images/innorix_autoronix/head.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -1px;
  right: 40px;
  z-index: 80;
}
.box_container {
  width: 460px;
  height: auto;
  position: absolute;
  bottom: 15px;
  right: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.box_container > div {
  width: 71px;
  height: 54px;
  background-image: url(/images/innorix_autoronix/box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 50;
}
.left_press_bar {
  width: 19px;
  height: 110px;
  background-image: url(/images/innorix_autoronix/arm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 64px;
  top: -50px;
  z-index: 20;
}
.right_press_bar {
  width: 19px;
  height: 110px;
  background-image: url(/images/innorix_autoronix/arm.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 64px;
  top: -50px;
  z-index: 20;
}
.tongs_gear {
  width: 40px;
  height: 40px;
  background-image: url(/images/innorix_autoronix/gear.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -11px;
  top: 90px;
  z-index: 20;
}
.left_tongs_leg {
  width: 32px;
  height: 52px;
  background-image: url(/images/innorix_autoronix/wing_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -36px;
  top: 101px;
  z-index: 13;
  transition: all 0.3s ease;
}
.right_tongs_leg {
  width: 32px;
  height: 52px;
  background-image: url(/images/innorix_autoronix/wing_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -36px;
  top: 101px;
  z-index: 13;
  transition: all 0.3s ease;
}
.box_container > div .left_lid {
  width: 23px;
  height: 27px;
  background-image: url(/images/innorix_autoronix/box_wing.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -22px;
  left: -20px;
  z-index: 13;
  transform-origin: 100% 100%;
}
.active_lid_transition {
  transition: all 0.3s ease;
}
.box_container > div .right_lid {
  width: 23px;
  height: 27px;
  background-image: url(/images/innorix_autoronix/box_wing2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -22px;
  right: -20px;
  z-index: 13;
  transform-origin: 0 100%;
}
.product_box {
  width: 62px;
  height: 44px;
  background-image: url(/images/innorix_autoronix/product.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 138px;
  right: -22px;
  z-index: 13;
}
.heroSection.cloudFactory .leftPart .img {
  background-image: url(/images/innorix_autoronix/img/p98-2.png);
}

.heroSection.cloudFactory .trackPart {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
}
.heroSection.cloudFactory .trackPart .inputWrapper {
  display: inline-block;
}

.heroSection.cloudFactory .trackPart input {
  height: 53px;
  width: 240px;
  padding: 0 10px;
}

.heroSection.cloudFactory .trackPart .blueBtn {
  margin-left: 10px;
  height: 46px !important;
}

.heroSection.cloudFactory .blueBtn {
  padding: 10px 25px;
  height: 46px !important;
}

.heroSection.cloudFactory input::-webkit-input-placeholder {
  color: var(--light-grey-color);
  font-size: 16pt;
  letter-spacing: 3px;
}

.heroSection.cloudFactory input:-ms-input-placeholder {
  color: var(--light-grey-color);
  font-size: 16pt;
  letter-spacing: 3px;
}

.heroSection.cloudFactory input::-ms-input-placeholder {
  color: var(--light-grey-color);
  font-size: 16pt;
  letter-spacing: 3px;
}

.heroSection.cloudFactory input::placeholder {
  color: var(--light-grey-color);
  font-size: 16pt;
  letter-spacing: 3px;
}

.heroSection.cloudFactory input {
  font-size: 16pt;
  padding-bottom: 3px !important;
  letter-spacing: 3px;
}

section {
  margin-bottom: 200px;
}
.factory_block_unknown_user {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.bottom_btn_menu_wrapper_mobile {
  display: none;
}
.bottom_btn_menu_wrapper_for_no_price_camera {
  width: 100%;
  height: 74px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #f2f2f2;
  border: 1px solid #c6c6c6;
  padding: 10px;
  z-index: 112;
  box-shadow: 0px -5px 10px rgb(0 0 0 / 15%);
  display: none;
}
.bottom_btn_menu_wrapper {
  width: 100%;
  height: 66px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: var(--bright-blue-color);
  /* border: 1px solid #C6C6C6; */
  /* padding: 10px 0px 0px; */
  z-index: 102;
  /* box-shadow: 0px -5px 10px rgb(0 0 0 / 15%); */
  display: flex;
  /* display: none; */
}

.bottom_btn_menu_common{
  border-radius: 15px;
  border: 1px solid var(--white-color);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: var(--white-color);
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-self: center;
  background: transparent;
}

.bottom_btn_menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* gap: 219px; */
  width: 100%;
  margin: 0px auto;
  height: auto;
  flex: none;
  order: 3;
  flex-grow: 0;
  z-index: 3;
  padding: 18px 30px;
}
.bottom_btn_menu > .left_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px;
  gap: 20px;
  /* width: 444.11px; */
  height: 29px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}
.bottom_btn_menu > .left_part > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 5px;
  width: auto;
  height: 19px;
  cursor: pointer;
}
.bottom_btn_menu > .left_part > div > div {
  width: 17px;
  height: 19px;
  background-image: url("/images/innorix_costomi/costomi_iconset.svg");
  background-size: 84px;
  background-repeat: no-repeat;
  background-position: center;
}
.bottom_btn_menu > .left_part > div:nth-child(3) {
  color: var(--dark-black-color);
}
.bottom_btn_menu > .left_part > div:nth-child(3):hover {
  color: #0496fe;
}
.bottom_btn_menu > .left_part > div:nth-child(1):hover {
  color: #0496fe;
}
.bottom_btn_menu > .left_part > div:nth-child(6):hover {
  color: #0496fe;
}
.bottom_btn_menu > .left_part > div:nth-child(3) > div {
  background-position: -23px 0px;
}
.bottom_btn_menu > .left_part > div:nth-child(1) > div {
  background-position: -43px 0px;
}
.bottom_btn_menu > .left_part > div:nth-child(6) > div {
  background-position: -65px -1px;
}
.bottom_btn_menu > .left_part > div:nth-child(3):hover > div {
  background-position-y: -21px;
}
.bottom_btn_menu > .left_part > div:nth-child(1):hover > div {
  background-position-y: -21px;
}
.bottom_btn_menu > .left_part > div:nth-child(6):hover > div {
  background-position-y: -22px;
}
.bottom_btn_menu > .left_part > .shipping_country_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 115;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: default;
}
/* .bottom_btn_menu > .left_part > .shipping_country {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    position: absolute;
    bottom: 50px;
    left: 132px;
    z-index: 130;
    width: 375px;
    height: 249.65px;
    background: var(--white-color);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .bottom_btn_menu > .left_part > .shipping_country > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 100%;
    height: auto;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div > input {
    margin: 12px 0px 6px;
    padding: 0px 10px;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 10px;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    overflow: overlay;
    height: 110px;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:first-child {
    font-size: 18px;
    color: var(--dark-black-color);
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:first-child > div {
    width: 15px;
    height: 33.65px;
    background-image: url('/images/innorix_autoronix/ship_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:first-child > .close_shipping_country {
    width: 15px;
    height: 33.65px;
    background-image: url('/images/innorix_autoronix/close.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
  } */
.bottom_btn_menu > .left_part > .shipping_country {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: 132px;
  z-index: 130;
  width: 580px;
  height: auto;
  background: var(--white-color);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.bottom_btn_menu > .left_part > .shipping_country > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 5px;
  width: 100%;
  height: auto;
  background: none;
}
.bottom_btn_menu > .left_part > .shipping_country > div:first-child {
  font-size: 18px;
  color: var(--dark-black-color);
  margin-bottom: 20px;
}
.bottom_btn_menu > .left_part > .shipping_country > div:first-child > div {
  width: 15px;
  height: 33.65px;
  background-image: url("/images/innorix_autoronix/ship_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bottom_btn_menu
  > .left_part
  > .shipping_country
  > div:first-child
  > .close_shipping_country {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.bottom_btn_menu
  > .left_part
  > .shipping_country
  > .shipping_country_inner_wrapper {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  border-top: 1px solid #a6a6a6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.bottom_btn_menu
  > .left_part
  > .shipping_country
  > .shipping_country_inner_wrapper
  > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bottom_btn_menu
  > .left_part
  > .shipping_country
  > .shipping_country_inner_wrapper
  > div
  > .info_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.bottom_btn_menu
  > .left_part
  > .shipping_country
  > .shipping_country_inner_wrapper
  > div
  > .info_price {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: var(--dark-black-color);
}
.bottom_btn_menu > .left_part > .specification_mini_layer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: -2px;
  z-index: 130;
  width: 580px;
  height: auto;
  background: var(--white-color);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  gap: 0px;
}
.bottom_btn_menu > .left_part > .specification_mini_layer,
.bottom_btn_menu > .left_part > .shipping_country,
.bottom_btn_menu > .right_part .quantity_input_btn {
  display: none;
}
.bottom_btn_menu > .left_part > .specification_mini_layer > div {
  background: none;
}
.bottom_btn_menu
  > .left_part
  > .specification_mini_layer
  > .specification_mini_layer_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bottom_btn_menu
  > .left_part
  > .specification_mini_layer
  > .specification_mini_layer_title
  > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--dark-black-color);
}
.bottom_btn_menu
  > .left_part
  > .specification_mini_layer
  > .specification_mini_layer_title
  > .specification_mini_layer_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.line_object {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.gray_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.specification_mini_layer_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 540px !important;
  height: auto !important;
}
.specification_mini_layer_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 540px !important;
  height: auto !important;
  margin-top: 20px;
}
.specification_mini_layer_top_info_preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
}
.specification_mini_layer_top_info_preview > p:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-black-color);
}
.specification_mini_layer_top_info_preview > p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #a6a6a6;
}
.specification_download_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  background-color: #000000;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000;
}
.specification_download_btn > span {
  display: flex;
  width: 17px;
  height: 19px;
  background-image: url("/images/innorix_costomi/costomi_iconset.svg");
  background-size: 84px;
  background-repeat: no-repeat;
  background-position: -43px -42px;
}
.specification_download_btn:hover {
  color: var(--dark-black-color);
  background-color: var(--white-color);
}
.specification_download_btn:hover > span {
  background-position-y: 0px !important;
}
.specification_mini_layer_drop_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 5px;
  width: 540px;
  height: 78px;
  background: var(--white-color);
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}
.specification_mini_layer_drop_box > p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
}
.specification_mini_layer_drop_box > p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a6a6a6;
}
.preview_img_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.remove_now_content {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.specification_mini_layer_text_area > textarea {
  appearance: none;
  width: 100%;
  height: 100%;
  resize: none;
  border: 0px !important;
  outline: 0px !important;
  margin: 0px !important;
  background-color: transparent;
  color: var(--dark-black-color);
  padding-top: 20px;
}
.specification_mini_layer_text_area > p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
  position: absolute;
  top: 10px;
  left: 10px;
}
.preview_mini_layer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: calc(100% + 20px);
  width: 380px !important;
  height: 509px !important;
  background: var(--white-color) !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.preview_mini_layer_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.preview_mini_layer_title > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--dark-black-color);
}
.preview_mini_layer_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.content_img {
  width: 100%;
  height: 422px;
  border: 1px solid #a6a6a6;
  overflow-y: auto;
}
.content_img > img {
  width: 100%;
}
.bottom_btn_menu > .left_part > .custom_logo_mini_layer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: 132px;
  z-index: 130;
  width: 580px;
  height: auto;
  background: var(--white-color);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  gap: 0px;
}
.custom_logo_mini_layer_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.custom_logo_mini_layer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 130;
  width: 580px;
  height: auto;
  background: var(--white-color);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  gap: 0px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}
.bottom_btn_menu > .left_part > .custom_logo_mini_layer > div {
  background: none;
}
.custom_logo_mini_layer > .custom_logo_mini_layer_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.custom_logo_mini_layer > .custom_logo_mini_layer_title > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--dark-black-color);
}
.custom_logo_mini_layer
  > .custom_logo_mini_layer_title
  > .custom_logo_mini_layer_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.bottom_btn_menu
  > .left_part
  > .custom_logo_mini_layer
  > .custom_logo_mini_layer_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bottom_btn_menu
  > .left_part
  > .custom_logo_mini_layer
  > .custom_logo_mini_layer_title
  > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--dark-black-color);
}
.bottom_btn_menu
  > .left_part
  > .custom_logo_mini_layer
  > .custom_logo_mini_layer_title
  > .custom_logo_mini_layer_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.line_object {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
}
.gray_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.custom_logo_mini_layer_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 540px !important;
  height: auto !important;
}
.custom_logo_mini_layer_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  width: 540px !important;
  height: auto !important;
  margin-top: 20px;
}
.custom_logo_mini_layer_top_info_preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
}
.custom_logo_mini_layer_top_info_preview > p:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-black-color);
}
.custom_logo_mini_layer_top_info_preview > p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #a6a6a6;
}
.custom_logo_download_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
  background-color: #000000;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000;
}
.custom_logo_download_btn > span {
  display: flex;
  width: 17px;
  height: 19px;
  background-image: url("/images/innorix_costomi/costomi_iconset.svg");
  background-size: 84px;
  background-repeat: no-repeat;
  background-position: -43px -42px;
}
.custom_logo_download_btn:hover {
  color: var(--dark-black-color);
  background-color: var(--white-color);
}
.custom_logo_download_btn:hover > span {
  background-position-y: 0px !important;
}
.custom_logo_mini_layer_drop_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  gap: 5px;
  width: 540px;
  height: 78px;
  background: var(--white-color);
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}
.custom_logo_mini_layer_drop_box > p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
}
.custom_logo_mini_layer_drop_box > p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a6a6a6;
}
.fin_custom_logo_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 15px;
  width: 80px !important;
  height: 30px !important;
  background-color: #000000 !important;
  border: 1px solid #000;
  color: var(--white-color);
  margin-top: 20px;
}
.fin_custom_logo_btn:hover {
  background-color: var(--white-color) !important;
  color: var(--dark-black-color);
}
.bottom_btn_menu > .right_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  gap: 30px;
  width: auto;
  height: auto;
  flex: none;
  flex-grow: 0;
  position: relative;
}
.bottom_btn_menu > .mid_right_part {
  display: none;
}
.bottom_btn_menu > .right_part.hide .add_to_cart_btn,
.bottom_btn_menu > .right_part.hide .request_price_btn {
  display: none;
}
.bottom_btn_menu > .right_part > .first_right_part {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 12px;
  width: auto;
  height: auto;
  /* flex: none;
    order: 0;
    flex-grow: 0; */
  color: var(--white-color);
}
.bottom_btn_menu > .right_part > .first_right_part > .old_text {
  font-size: 18px;
  line-height: 27px;
  color: var(--white-color);
  position: relative;
}
.bottom_btn_menu > .right_part > .first_right_part > .old_text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  margin-top: 0px;
  width: 106%;
  height: 0px;
  /* transform: rotate(-135deg); */
  border-top: 1px solid var(--white-color);
}
.bottom_btn_menu > .right_part > .first_right_part > .old_text::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  transform: rotate(-135deg);
  border-left: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}
.bottom_btn_menu > .right_part > .first_right_part > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0px;
  gap: 3px;
  width: auto;
  height: auto;
  font-size: 18px;
}
.bottom_btn_menu > .right_part > .first_right_part > div > p:first-child {
  font-size: 18px;
  color: var(--white-color);
  line-height: 27px;
  padding-left: 8px;
}
.bottom_btn_menu > .right_part > .mid_right_part {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 0px;
  width: auto;
  height: auto;
  column-gap: 12px;
  /* flex: none;
    order: 1;
    flex-grow: 0; */
}

.bottom_btn_menu > .right_part > .mid_right_part .remove_quantity_btn {
  display: flex;
}
.bottom_btn_menu > .right_part > .mid_right_part .quantity_input {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 0 12px;
  height: 30px;
  border-radius: 20px;
  column-gap: 12px;
  align-items: center;
  max-width: 150px;
}
.bottom_btn_menu > .right_part > .mid_right_part .quantity_input button {
  background: none;
  width: fit-content;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  width: 16px;
  height: 16px;
  justify-content: center;
}
.bottom_btn_menu > .right_part > .mid_right_part .quantity_input button img {
  width: 12px;
  height: auto;
  object-fit: cover;
}

.bottom_btn_menu
  > .right_part
  > .mid_right_part
  .quantity_input
  button:hover:active {
  background-color: var(--bright-blue-color);
  border-radius: 50%;
}

.bottom_btn_menu > .right_part > .mid_right_part .quantity_input button:hover {
  background-color: #eeeeee;
  border-radius: 50%;
}
.bottom_btn_menu
  > .right_part
  > .mid_right_part
  .quantity_input
  button:hover
  img {
  filter: unset;
}
.bottom_btn_menu
  > .right_part
  > .mid_right_part
  .quantity_input
  button:active
  img {
  filter: brightness(0) invert(1);
}

/* .bottom_btn_menu > .right_part > .mid_right_part .quantity_input button.plus_button{
    padding-right: 12px;
  } */
.bottom_btn_menu > .right_part > .mid_right_part .quantity_input input {
  border: none;
  background: none;
  padding: 0;
  max-width: 70px;
  text-align: center;
  font-size: 22px;
  color: #666;
}
.bottom_btn_menu > .right_part > .mid_right_part > .description_text {
  font-size: 18px;
  line-height: 27px;
  color: var(--white-color);
}
.bottom_btn_menu > .right_part > .mid_right_part > input {
  width: 70px !important;
  height: 30px !important;
  padding: 0px 8px 4px !important;
  background-color: var(--white-color) !important;
  color: #666 !important;
  text-align: right !important;
  font-size: 22px;
  cursor: pointer;
  border: none;
  min-width: 130px;
}
.quantity_input_btn {
  position: absolute;
  bottom: 42px;
  left: -410px;
  z-index: 115;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  width: 480px;
  height: auto;
  background: var(--white-color);
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.quantity_input_btn_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.quantity_input_btn_title > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--dark-black-color);
}
.quantity_input_btn_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.quantity_input_btn_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.quantity_input_btn_wrapper input[type="range"] {
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 10px !important;
  background: #a6a6a6;
  border-radius: 5px;
}
.quantity_input_btn_wrapper input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 30px;
  background: var(--white-color);
  border: 1px solid #a6a6a6;
  border-radius: 5px;
}
.range_value {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.range_value > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a6a6a6;
}
.total_margin_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.detail_margin_area {
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid #a6a6a6;
}
.detail_margin_area > .total_margin_inner_wrapper {
  margin-bottom: 5px;
}
.detail_margin_area > .total_margin_inner_wrapper:nth-child(2),
.detail_margin_area > .total_margin_inner_wrapper:nth-child(4) {
  margin-bottom: 20px;
}
.detail_margin_area > .total_margin_inner_wrapper:nth-child(5) {
  margin-bottom: 0px;
}
.total_margin_area {
  position: relative;
  width: 100%;
  display: flex;
  padding: 10px 0px;
  border-top: 1px solid #a6a6a6;
}
.total_margin_inner_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.total_margin_inner_wrapper > div:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.total_margin_inner_wrapper > div:last-child {
  width: 220px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
}
.total_margin_inner_wrapper > div:last-child > p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
}
.total_margin_inner_wrapper > div:last-child > .highlight_margin_text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 3px 10px;
  width: fit-content;
  height: 23px;
  background: #0496fe;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--white-color);
  margin-top: 5px;
}
.total_margin_inner_wrapper > div:last-child > .highlight_margin_text > span {
  margin-right: 4px;
}
.open_detail_margin_area {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #0496fe;
  cursor: pointer;
}
.quantity_input_btn_okay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 80px !important;
  height: 30px !important;
  background-color: #000000 !important;
  border: 1px solid #000;
  color: var(--white-color);
  cursor: pointer;
}
.quantity_input_btn_okay:hover {
  background-color: var(--white-color) !important;
  color: var(--dark-black-color);
}
.bottom_btn_menu > .right_part > .last_right_part {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 5px;
  width: 130px;
  height: auto;
  /* flex: none;
    order: 2;
    flex-grow: 0; */
}
.bottom_btn_menu > .right_part > .last_right_part > .add_cart_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  width: max-content;
  height: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid var(--white-color);
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.bottom_btn_menu > .right_part > .last_right_part > .add_cart_btn2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  width: 130px;
  height: 30px;
  background: var(--white-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid #000;
  transition: all 0.3s ease;
  position: relative;
}
.bottom_btn_menu
  > .right_part
  > .last_right_part
  > .add_cart_btn2
  > .circle_loading {
  width: 20px;
  height: 20px;
}
.bottom_btn_menu > .right_part > .last_right_part > .add_cart_btn:hover {
  background: #3ea1ff;
}
.bottom_btn_menu > .right_part > .last_right_part > .add_cart_btn:hover:active {
  background: #006bcf;
}
.bottom_btn_menu > .right_part > .last_right_part > .request_cart_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  width: max-content;
  height: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border: 1px solid var(--white-color);
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 20px;
}
.bottom_btn_menu > .right_part > .last_right_part > .request_cart_btn:hover {
  border: 1px solid #000;
  background: var(--white-color);
  color: var(--dark-black-color);
}
.bottom_gray_text {
  position: absolute;
  top: 30px;
  right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.bottom_gray_text > div {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a6a6a6;
  text-align: right;
}
.bottom_gray_text > div:nth-child(2) {
  width: 70px;
  text-align: right;
}
.bottom_gray_text > div:nth-child(3) {
  width: 130px;
}
.added_cart_wrapper {
  width: 100%;
  height: 75px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 10px 0px 0px;
  z-index: 85;
}
.added_cart_text_wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1060px;
  height: 100%;
  position: relative;
  left: 50%;
  top: 0px;
  z-index: -38;
  transform: translateX(-50%);
}
.added_cart_notification {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  gap: 12px;
  position: absolute;
  bottom: -100px;
  right: 0px;
  width: max-content;
  height: max-content;
  background: #0496fe;
  border: 1px solid #0095ff;
  box-shadow: 0px 5px 10px rgba(75, 75, 75, 0.25);
  border-radius: 5px;
}
.added_cart_notification .added_cart_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white-color);
}
.added_cart_notification .added_cart_btn {
  min-width: 100px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  color: var(--bright-blue-color);
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  margin-left: auto;
  border-radius: 32px;
  border: 1px solid var(--bright-blue-color);
}
.request_cart_layer_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 115;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.request_cart_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 115;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 20px;
  width: 500px;
  border-radius: 20px;
  height: auto;
  /* margin-top: -173.5px;
    margin-left: -300px; */
  background: var(--white-color);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
.request_cart_layer_title_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 22px;
}
.request_cart_layer_close {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/close_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.request_cart_layer_box1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  height: 61px;
}
.request_cart_layer_box1 > p {
  font-size: 18px;
}
.request_cart_layer_box1 > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 12px;
  width: fit-content;
  height: auto;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
.request_cart_layer_box1 > div > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  margin-top: 12px;
  width: 270px;
  height: 19px;
}
.request_cart_layer_box1 > div > div:second-child {
  margin-top: 12px;
}
.request_cart_layer_box1 > div > div > p:first-child {
  color: #a6a6a6;
  width: 120px;
}
.request_cart_layer_box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  height: auto;
  width: 100%;
}
.request_cart_layer_box2 > p {
  font-size: 18px;
}
.request_cart_layer_box2 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  gap: 12px;
  overflow-y: auto;
  width: 100%;
}
.request_cart_layer_box2 > div > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 100%;
  /* min-height: 19px; */
  height: auto;
}
.request_cart_layer_box2 > div > div > p:first-child {
  color: #a6a6a6;
  width: 120px;
  min-width: fit-content;
}
.request_cart_layer_box3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  width: fit-content;
  color: #666666;
  /* height: 100px; */
  font-size: 18px;
  /* margin: 20px 0px; */
}
.request_cart_layer_box3 > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 540px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  flex-wrap: nowrap !important;
  gap: 10px;
  overflow-y: auto;
  margin-top: 30px;
}
.request_cart_layer_box3 > div > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  width: 50%;
  /* min-height: 19px; */
  height: auto;
}
.request_cart_layer_box3 > div > div > p:first-child {
  color: #a6a6a6;
  width: fit-content;
}
.request_cart_layer_request_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  width: fit-content;
  height: auto;
  background: var(--bright-blue-color);
  border: 1px solid var(--bright-blue-color);
  color: #e1e1e1;
  cursor: pointer;
  width: 120px;
  height: 40px;
  border-radius: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.request_cart_layer_request_btn2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  width: 70px;
  height: auto;
  background: var(--bright-blue-color);
  border: 1px solid var(--bright-blue-color);
  color: #e1e1e1;
  cursor: pointer;
  width: 120px;
  height: 40px;
  border-radius: 32px;
  cursor: pointer;
}

.request_cart_layer_request_btn:hover,
.request_cart_layer_request_btn2:hover {
  background: var(--white-color);
  color: var(--bright-blue-color);
}

.small_text {
  font-size: 14px;
  color: #a6a6a6;
}
.hide_dumy {
  opacity: 0 !important;
  cursor: default !important;
}

.deactive {
  color: #a6a6a6 !important;
}
.deactive > div {
  background-position-y: -43px !important;
}
.deactive:hover > div {
  background-position-y: -43px !important;
}
.costomi_slide_section {
  width: 100%;
  height: auto;
  margin-bottom: 100px !important;
}
.costomi_slide_wrapper {
  position: relative;
  width: 1060px;
  height: 400px;
  overflow: hidden;
}
.costomi_slide_box {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.costomi_slide_content {
  width: 1060px;
  height: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #e7474f;
  color: var(--white-color);
}
.costomi_slide_content:nth-child(2) {
  background-color: #00b8ec;
}
.costomi_slide_content:nth-child(3) {
  background-color: #02ca6b;
}
.costomi_slide_content:nth-child(4) {
  background-color: #6761b7;
}
.costomi_slide_content > div {
  width: 860px;
  height: 100%;
  margin: 0px auto;
}
.costomi_slide_content > div > .first_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0px 0px;
  gap: 30px;
  width: 412px;
  height: auto;
}
.costomi_slide_content > div > .second_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0px 0px 0px;
  gap: 10px;

  width: auto;
  height: 200px;
}
.costomi_slide_content > div > .second_flex > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: auto;
  height: 189px;
}
.costomi_slide_content > div > .second_flex > div:first-child p:first-child {
  width: 205px;
  font-size: 120px;
  line-height: 109px;
  font-weight: 400;
  font-size: 100px;
  line-height: 121px;
  text-align: right;
  color: var(--white-color);
  /* visibility: hidden; */
}
.costomi_slide_content > div > .second_flex > div:first-child p:last-child {
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: var(--white-color);
  /* visibility: hidden; */
  text-align: right;
}
.costomi_slide_content:first-child > div,
.costomi_slide_content:last-child > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
}
.costomi_slide_content:nth-child(2) > div,
.costomi_slide_content:nth-child(3) > div,
.costomi_slide_content:nth-child(4) > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
}
.costomi_slide_content_first_title_1 {
  font-size: 56px;
  line-height: 50px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.costomi_slide_content_first_text_1 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
.costomi_slide_content_first_box {
  padding: 15px 20px;
  width: 450px;
  height: 59px;
  border: 2px dashed var(--white-color);
  text-align: center;
  font-size: 24px;
  line-height: 21px;
}
.costomi_slide_content_title {
  width: 412px;
  height: auto;
  min-height: 102px;
  font-weight: 400;
  font-size: 42px;
  line-height: 51px;
  color: var(--white-color);
}
.costomi_slide_image_1 {
  background-image: url("/images/innorix_autoronix/product_img/category_dome.png");
  background-size: 182.99px 180px;
  background-position: 45px 0px;
  background-repeat: no-repeat;
  width: 230px;
  height: 200px;
}
.costomi_slide_image_2 {
  background-image: url("/images/innorix_autoronix/product_img/category_bullet.png");
  background-size: 220px 144.52px;
  background-position: 10px 0px;
  background-repeat: no-repeat;
  width: 230px;
  height: 200px;
}
.costomi_slide_image_3 {
  background-image: url("/images/innorix_autoronix/product_img/package_ptz_4.png");
  background-size: 200px 215.17px;
  background-position: 44px -9px;
  background-repeat: no-repeat;
  width: 230px;
  height: 212px;
}
.costomi_slide_image_4 {
  background-image: url("/images/innorix_autoronix/product_img/category_military.png");
  background-size: 220px 127.6px;
  background-position: 10px 20px;
  background-repeat: no-repeat;
  width: 230px;
  height: 212px;
}

.costomi_slide_move_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;
  /* background-color: #000; */
  cursor: pointer;
}
.costomi_slide_move_right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  /* background-color: #000; */
  cursor: pointer;
}
.costomi_slide_move_left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 59.13px;
  background-image: url("/images/innorix_autoronix/slide_arrow_left.png");
  transform: translate(-50%, -50%);
}
.costomi_slide_move_right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 59.13px;
  background-image: url("/images/innorix_autoronix/slide_arrow_right.png");
  transform: translate(-50%, -50%);
}

.costomi_slide_move_slide_btn {
  position: absolute;
  bottom: 40px;
  right: 100px;
  width: auto;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.costomi_slide_move_slide_btn > div {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.costomi_slide_move_slide_btn > .active {
  background: rgba(255, 255, 255, 1);
}
.categories_section {
  margin-bottom: 100px !important;
}
.high_resolution_section {
  margin-bottom: 100px !important;
}
.title_box_categories_section {
  width: 100%;
  height: 42px;
  /* font-family: 'Inter';
    font-style: normal;
    font-weight: 400; */
  font-size: 35px;
  line-height: 42px;
  color: var(--dark-black-color);
  margin-bottom: 20px;
}
.flex_box_categories_section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.flex_box_categories_section_content {
  /* width: 340px; */
  width: 520px;
  height: 340px;
  /* border: 1px solid #A6A6A6; */
  /* margin-bottom: 20px; */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dee1e6;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.flex_box_categories_section_content:hover {
  border: 1px solid #a6a6a6;
}
.flex_box_categories_section_content:hover > .image_box {
  transform: scale(1.1);
}
.flex_box_categories_section_content > .image_box {
  width: 170px;
  height: 170px;
  /* border: 1px solid #A6A6A6; */
  margin-bottom: 44px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.flex_box_categories_section_content > .image_box > img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex_box_categories_section_content > .text_box {
  font-size: 22px;
  text-align: center;
}

.package_section {
  margin-bottom: 100px !important;
}
.title_box_package_section {
  width: 100%;
  height: 42px;
  /* font-family: 'Inter';
    font-style: normal; */
  /* font-weight: 400; */
  font-size: 35px;
  line-height: 42px;
  color: var(--dark-black-color);
  margin-bottom: 20px;
}

.filter_box_package_section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 39px;
  margin-bottom: 20px;
}
.filter_box_package_section > div {
  padding: 10px 20px;
  width: fit-content;
  height: 39px;
  background-color: #a6a6a6;
  border-radius: 20px;
  color: var(--white-color);
  line-height: 17px;
  cursor: pointer !important;
  transition: all 0.3s ease;
}
.filter_box_package_section > div:hover {
  background-color: #747474;
  color: var(--white-color);
}
.filter_box_package_section > .active_btn {
  padding: 10px 20px;
  width: fit-content;
  height: 39px;
  background-color: #005ed0;
  border-radius: 20px;
  color: var(--white-color);
  line-height: 17px;
}
.filter_box_package_section > .active_btn:hover {
  padding: 10px 20px;
  width: fit-content;
  height: 39px;
  background-color: #005ed0;
  border-radius: 20px;
  color: var(--white-color);
  line-height: 17px;
}

.process_section::-webkit-scrollbar {
  display: none;
}
.flex_box_package_section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.flex_box_package_section_content {
  width: 340px;
  height: 423px;
  /* border: 1px solid transparent; */
  /* margin-bottom: 20px; */
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .flex_box_package_section_content .image_box { */
/* border: 1px solid transparent; */
/* margin-bottom: 20px; */
/* transition: all 0.3s ease; */
/* } */
/* .flex_box_package_section_content:hover {
    outline: 1px solid #A6A6A6;
  } */

.flex_box_package_section_content:hover > .image_box > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.flex_box_package_section_content > .image_box {
  width: 100%;
  height: 340px;
  border-radius: 16px;
  background-color: var(--white-color);
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.flex_box_package_section_content > .image_box > img {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.text_box > span {
  color: #a6a6a6;
  font-size: 16px;
}
.text_box > .now_price {
  color: var(--dark-black-color);
}
.text_box > .old_price,
.cart_content_sub_total_part > .old_price {
  /* text-decoration: line-through; */
  font-size: 14px;
  position: relative;
}
.text_box > .old_price::before,
.cart_content_sub_total_part > .old_price::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  margin-top: 0px;
  width: 112%;
  height: 0px;
  /* transform: rotate(-135deg); */
  border-top: 1px solid #a6a6a6;
}
.text_box > .old_price::after,
.cart_content_sub_total_part > .old_price::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  transform: rotate(-135deg);
  border-left: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.top_banner_section {
  width: 100%;
  height: 400px;
  background-color: var(--light-black-color);
  margin-top: 170px;
  margin-bottom: 50px;
}
.top_banner_section > div {
  width: 1120px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0px auto;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent, #000);
}
.top_banner_section > div > .inner_gradiant {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent, #000);
}
.top_banner_section > div > .inner_gradiant > p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: auto;
  margin: 0px auto;
  font-weight: 700;
  font-size: 35px;
  color: var(--white-color);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product_page_section {
  width: 1060px;
  margin: 0px auto 100px;
}
.product_title_box {
  width: 100%;
  height: 42px;
  /* font-family: 'Inter';
    font-style: normal; */
  /* font-weight: 400; */
  font-size: 28px;
  line-height: normal;
  color: var(--dark-black-color);
  margin-bottom: 20px;
}
.pn_code_box {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.flex_box_product {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 720px;
  flex-wrap: wrap;
}
.flex_box_product2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin-top: 20px;
}
.flex_box_product3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 400px;
  flex-wrap: wrap;
}
.flex_box_product4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  width: 100%;
  height: 500px;
  flex-wrap: wrap;
}

.flex_box_product div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product div > .image_box {
  transition: all 0.3s ease;
}
.flex_box_product2 > div > .image_box {
  transition: all 0.3s ease;
}
.flex_box_product3 > div > .image_box {
  transition: all 0.3s ease;
}
.flex_box_product4 > div > .image_box {
  transition: all 0.3s ease;
}
.flex_box_product div:hover {
  border: 1px solid #0496fe !important;
}
.flex_box_product2 > div:hover {
  border: 1px solid #0496fe !important;
}
.flex_box_product3 > div:hover {
  border: 1px solid #0496fe !important;
}
.flex_box_product4 > div:hover {
  border: 1px solid #0496fe !important;
}
.flex_box_product div:hover > .image_box {
  transform: scale(1.1);
}
.flex_box_product2 > div:hover > .image_box {
  transform: scale(1.1);
}
.flex_box_product3 > div:hover > .image_box {
  transform: scale(1.1);
}
.flex_box_product4 > div:hover > .image_box {
  transform: scale(1.1);
}
.flex_box_product div:first-child,
.flex_box_product div:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 280px;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product div:nth-child(2),
.flex_box_product div:nth-child(3) {
  width: 520px;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product2 > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product2 > div:first-child {
  width: 420px;
  height: 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product2 > div:last-child {
  width: 620px;
  height: 350px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product3 > div {
  width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}

.flex_box_product4 > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
}
.flex_box_product4 > div:first-child,
.flex_box_product4 > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 240px;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product4 > div:nth-child(3) {
  width: 600px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product4_revers > div:nth-child(1) {
  width: 600px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product4_revers > div:nth-child(2),
.flex_box_product4_revers > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 240px;
  border: 1px solid #a6a6a6;
  padding: 20px;
  cursor: pointer;
}
.flex_box_product div > .image_box {
  width: 157.34px;
  height: 150px;
  padding: 30px;
  margin-right: 45.83px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
}
.flex_box_product div:nth-child(2) > .image_box,
.flex_box_product div:nth-child(3) > .image_box {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
}
.flex_box_product2 > div > .image_box {
  width: 120px;
  height: 118.4px;
  padding: 30px;
  margin-right: 29.5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
}
.flex_box_product3 > div > .image_box {
  width: 172.33px;
  height: 150px;
  padding: 30px;
  margin-bottom: 36.5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
}
.flex_box_product4 > div > .image_box {
  width: 120px;
  height: 118.4px;
  padding: 30px;
  margin-right: 29.5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
}
.flex_box_product4 > div:last-child > .image_box {
  width: 100%;
  height: 260px;
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
}
.flex_box_product4_revers > div:first-child > .image_box {
  width: 100%;
  height: 260px;
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
}
.flex_box_product4_revers > div:last-child > .image_box {
  margin-bottom: 0px;
  width: 120px;
  height: 118.4px;
  padding: 30px;
  margin-right: 29.5px;
  position: relative;
}
.flex_box_product2 > div:last-child > .image_box {
  width: 320px;
  height: 220px;
  margin-bottom: 30px;
}
.spac_text_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.resolution_text_wrap p:last-child {
  color: #a6a6a6;
}
.resolution_text_wrap p:last-child span {
  color: var(--dark-black-color);
}
.spac_text_box > div > p:first-child {
  height: 30px;
}
.spac_text_box div:first-child {
  color: #a6a6a6;
  margin-right: 20px;
}
.spac_text_box div:last-child {
  width: 124px;
}
.spac_text_box div:last-child > p:first-child {
  font-size: 22px;
}
.full_width_spec > .spac_text_box div:last-child {
  width: 350px;
}
.detail_page_section {
  width: 1300px;
  height: auto;
  margin: 0px auto;
  margin-top: 130px;
  padding-top: 50px;
}
.product_detail_flex_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product_detail_flex_box_spac_part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 600px;
  gap: 6px;
}
.product_detail_flex_box_spac_part > div:last-child {
  margin-top: 6px;
}
.product_detail_flex_box_image_part {
  width: 450px;
  height: 450px;
  min-width: 450px;
  margin: 0 auto;
  position: relative;
  margin-top: 0px;
}
.product_detail_flex_box_image_part > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.display_none {
  display: none !important;
}

.detail_page_section .product_bottom {
  display: grid;
  grid-template-columns: 700px 1fr;
}

.detail_page_section .product_bottom div .open_customlogo_btn {
  width: fit-content;
  margin: 0px auto;
  display: flex;
  height: 30px;
  padding: 0px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--bright-blue-color);
  border: 1px solid var(--bright-blue-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.detail_page_section .product_bottom div .open_customlogo_btn:hover {
  background: var(--white-color);
  color: var(--bright-blue-color);
  transition: all 0.3s ease;
}

.product_detail_flex_box_image_part > .open_customlogo_btn:hover {
  background: var(--white-color);
  color: var(--dark-black-color);
}
.custom_logo_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  width: 450px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.custom_logo_wrapper_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.custom_logo_wrapper_header p {
  color: var(--dark-black-color);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}
.custom_logo_wrapper_header div {
  width: 18px;
  height: 18px;
  background-image: url(/images/innorix_autoronix/close.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.custom_logo_wrapper_text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #666;
  line-height: normal;
}
.custom_logo_wrapper_text > p {
  color: var(--light-black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.custom_logo_wrapper_image_area {
  display: flex;
  width: 100%;
  height: 250px;
  padding: 50px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px dashed #5865f2;
}
.custom_logo_wrapper_image_area > p {
  color: #5865f2;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.custom_logo_wrapper_image_area > p:last-child {
  color: #8a8a8a;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.custom_logo_wrapper_image_area_added {
  display: flex;
  width: 100%;
  height: 250px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px dashed var(--bright-blue-color);
}
.custom_logo_wrapper_image_area_added > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 188px;
  object-fit: contain;
}
.custom_logo_wrapper_image_area_added_file_info {
  width: 100%;
  height: auto;
  display: flex;
  height: 30px;
  padding: 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background-color: #e1e1e1;
}
.custom_logo_wrapper_image_area_added_file_info > p {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.custom_logo_wrapper_image_area_added_file_info
  > .custom_logo_wrapper_image_area_added_file_info_title {
  color: var(--light-black-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom_logo_wrapper_image_area_added_file_info div {
  width: 10px;
  height: 10px;
  background-image: url("/images/innorix_autoronix/close.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}
.custom_logo_wrapper_btn_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.cancel_logo_btn {
  display: flex;
  width: 80px;
  height: 30px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.apply_logo_btn {
  display: flex;
  width: 120px;
  height: 40px;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  /* border: 1px solid #000; */
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply_logo_btn.disabled {
  background-color: #8a8a8a;
}
.cancel_logo_btn:hover {
  background-color: var(--white-color);
  color: #d1d1d1;
}
.apply_logo_btn:hover {
  /* background-color: var(--white-color);
    color: var(--dark-black-color); */
}
.product_detail_flex_box_image_part_mobile {
  display: none !important;
}
.product_detail_flex_box_image_part > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: none;
}
.product_detail_flex_box_title_spac_part {
  color: var(--dark-black-color);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.product_detail_flex_box_title_spac_part > .pn_special_tag_wrapper {
  display: flex;
  width: fit-content;
  padding-left: 12px;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid var(--bright-blue-color);
  color: var(--bright-blue-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.product_detail_flex_box_title_spac_part > .pn_special_tag_wrapper > p {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: var(--bright-blue-color);
}
.product_detail_flex_box_title_spac_part > .pn_special_tag_wrapper > p > span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.product_detail_flex_box_title_spac_part > .pn_arrivals_tag_wrapper {
  display: flex;
  width: fit-content;
  padding-left: 12px;
  align-items: center;
  gap: 12px;
  border-radius: 15px;
  border: 1px solid var(--bright-blue-color);
  color: var(--bright-blue-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.product_detail_flex_box_title_spac_part > .pn_arrivals_tag_wrapper > p {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 15px;
  background: var(--bright-blue-color);
}
.product_detail_flex_box_title_spac_part > .pn_arrivals_tag_wrapper > p > span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.product_detail_flex_box_spac_part > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 31px;
}
/* .product_detail_flex_box_spac_part > div:first-child {
    font-size: 16px;
    color: #A6A6A6;
    margin-right: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: auto;
    min-width: 100px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
  } */
/* .product_detail_flex_box_spac_part > div:last-child {
    font-size: 16px;
    color: var(--dark-black-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 00px;
    width: 300px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
  } */
.product_detail_flex_box_spac_part > div > div {
  width: calc(300px + 10px);
  min-height: 22px;
  padding-left: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
}
.product_list_og_price {
  /* text-decoration-line: line-through; */
}
.original_price.unit_price::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: 0px;
  width: 27%;
  height: 0px;
  /* transform: rotate(-135deg); */
  border-top: 1px solid var(--bright-blue-color);
}
.original_price.unit_price::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  transform: rotate(-135deg);
  border-left: 1px solid var(--bright-blue-color);
  border-bottom: 1px solid var(--bright-blue-color);
}
.product_list_price {
  /* color: var(--bright-blue-color);
    font-size: 32px;
    font-weight: 600; */
  line-height: normal;
  margin-left: 8px;
}

.product_special_offer_list_price {
  color: #e7474f;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-left: 8px;
}
.product_list_og_price.unit_price {
  font-size: 22px;
  color: #8a8a8a;
  font-family: Arial, Helvetica, sans-serif;
}
.product_special_offer_list_price.unit_price {
  color: black;
  font-size: 22px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.product_detail_flex_box_spac_part > div > div:first-child {
  width: 220px;
  color: #8a8a8a;
  padding-left: 0px !important;
  font-size: 22px;
}
/* .value_updated {
    position: relative;
  } */
.value_updated::after {
  content: "Updated";
  font-size: 14px;
  width: 62px;
  text-align: center;
  border-radius: 20px;
  background-color: #1b89ff;
  color: var(--white-color);
  padding: 0px 10px 3px;
  position: absolute;
  top: 50%;
  right: -96px;
  height: 20px;
  line-height: 22px;
  display: block;
  transform: translateY(-50%);
}
.value_text {
  position: relative;
  width: 100%;
  font-size: 22px;
}
.value_updated2::after {
  content: "Updated";
  font-size: 12px;
  /* width: 55px; */
  text-align: center;
  border-radius: 10px;
  background-color: #1b89ff;
  color: var(--white-color);
  padding: 2px 8px;
  /* position: absolute;
    top: 50%;
    right: -80px; */
  /* height: 15px; */
  /* line-height: 17px; */
  display: inline;
  /* transform: translateY(-50%); */
  margin-left: 10px;
}
.product_detail_select_box_wrapper {
  position: relative;
  /* z-index: 1; */
  padding: 0px !important;
}
.product_detail_select_box_wrapper_active {
  position: relative;
  /* z-index: 1; */
  padding: 0px !important;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.product_detail_select_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 2px 10px;
  width: 100%;
  height: 24px;
  /* border: 1px solid #A6A6A6; */
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
  position: relative;
  /* top: 50%;
    transform: translateY(-50%); */
}
/* arrow for dropdown  */
.product_detail_select_box > span {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-70%) rotate(-45deg);
  transition: all 0.3s ease;

  display: none;
}
.product_detail_select_box.active > span {
  transform: translateY(-30%) rotate(135deg) !important;
}
.product_detail_select_box_option_box {
  position: absolute;
  top: 23px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* gap: 10px; */
  /* padding: 2px 10px 2px 10px; */
  width: 100%;
  height: auto;
  border: 1px solid #a6a6a6;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
  background-color: var(--white-color);
  opacity: 0;
}
.product_detail_select_box_option {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: auto;
  padding: 5px 10px;
}
.product_detail_select_box_option:hover {
  background-color: #dee1e6;
}
.product_detail_select_box_option_title {
  width: 100%;
  margin-right: auto;
  font-size: 22px;
}
.product_detail_select_box_option > div:last-child {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.product_detail_select_box_wrapper2 {
  position: relative;
  /* z-index: 1; */
  padding: 0px !important;
}
.product_detail_select_box_wrapper_active2 {
  position: relative;
  z-index: 1;
  padding: 0px !important;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.product_detail_select_box2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 2px 10px;
  width: calc(100% + 10px);
  height: auto;
  border: 1px solid #a6a6a6;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
  margin-left: -10px;
}
.value_text2 {
  position: relative;
  font-size: 22px;
}
.product_detail_select_box2 > span {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-70%) rotate(-45deg);
  transition: all 0.3s ease;
}
.product_detail_select_box2.active > span {
  transform: translateY(-30%) rotate(135deg) !important;
}

.product_detail_select_box_option_box2 {
  position: absolute;
  top: calc(100% - 1px);
  left: -10px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  /* padding: 2px 10px 2px 10px; */
  width: calc(100% + 10px);
  height: auto;
  border: 1px solid #a6a6a6;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
  background-color: var(--white-color);
  opacity: 0;
}
.product_detail_select_box_option2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  height: auto;
  padding: 5px 10px;
}
.product_detail_select_box_option2:hover {
  background-color: #dee1e6;
}
.product_detail_select_box_option_title2 {
  width: fit-content;
  font-size: 22px;
}
.product_detail_select_box_option2 > div:last-child {
  margin-left: auto;
}
.fxval > .product_detail_select_box {
  border: 0px solid #a6a6a6;
  cursor: default;
}
.fxval > .product_detail_select_box > span {
  display: none;
}
.fxval > .product_detail_select_box2 {
  border: 0px solid #a6a6a6;
  cursor: default;
}
.fxval > .product_detail_select_box2 > span {
  display: none;
}

.product_select_flex_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.product_select_flex_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.product_select_flex_box > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  /* gap: 20px; */
  width: 200px;
  height: 230.92px;
  border: 1px solid #a6a6a6;
  flex: none;
  order: 2;
  flex-grow: 0;
  cursor: pointer;
}
.product_select_flex_box > div > div:nth-child(2) {
  margin-top: 20px;
  font-size: 16px;
}
.product_select_flex_box > div > div:nth-child() {
  margin-top: 20px;
  font-size: 16px;
}
.product_select_flex_box > div > div > img {
  height: 142.92px;
}
.detail_page_spac_section {
  width: 1136px;
  margin: 0px auto;
  color: #a6a6a6;
  margin-bottom: 150px;
  /* overflow: hidden; */
}
.detail_page_spac_title_wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.detail_page_spac_title_wrapper
  .product_detail_flex_box_title_spac_detail_part {
  width: 20%;
  margin: 0;
}
.detail_page_spac_title_wrapper .specification_download_btn {
  border-radius: 15px;
  padding: 10px 20px;
  max-height: 30px;
  background: var(--bright-blue-color);
  border-color: var(--bright-blue-color);
}
.detail_page_spac_title_wrapper .specification_download_btn:hover {
  color: var(--bright-blue-color);
  background-color: var(--white-color);
}

.detail_page_spac_title_wrapper .specification_download_btn > span {
  filter: invert(60%) brightness(300%);
}

.detail_page_spac_title_wrapper .specification_download_btn:hover span {
  filter: invert(40%) sepia(100%) saturate(500%) hue-rotate(180deg)
    brightness(90%);
}

.product_detail_flex_box_title_spac_detail_part {
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.product_detail_flex_box_title_spac_detail_part.hide {
  display: none;
}

.detail_page_spac_section table {
  border-top: 1px solid #a6a6a6;
}
.row_specification_title {
  display: none;
}
.detail_page_spac_section table .line {
  border-top: 1px solid #a6a6a6;
}
.detail_page_spac_section table tr td {
  font-size: 22px;
  padding: 5px 0px;
  height: auto;
  /* padding-top: 20px; */
  height: auto;
  /* line-height: 18px; */
  vertical-align: baseline;
}
.detail_page_spac_section table tr:nth-child(2) > td {
  padding-top: 20px;
}
.detail_page_spac_section table tr:last-child > td {
  padding-bottom: 20px;
}
.detail_page_spac_section table tr td:first-child {
  width: 250px;
  font-size: 28px;
}
.detail_page_spac_section table tr td:nth-child(2) {
  width: 20%;
}
.detail_page_spac_section table tr td:last-child {
  width: 60%;
  color: var(--dark-black-color);
  padding-left: 10px;
  word-break: break-all;
}

.top_banner_section .loadingAnisAll:before {
  background-color: var(--light-black-color) !important;
}
.top_banner_section > div > .loadingAnisAll:after {
  background-color: #666666 !important;
}

.process_img_box {
  position: relative;
  width: 100%;
  height: 164.29px;
  /* margin: 65px auto 0px; */
  overflow: hidden;
}
.process_img_box .press_line {
  width: 100%;
  height: 20px;
  background-image: url("/images/innorix_autoronix/head_bar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.process_img_box1 {
  background-image: url("/images/innorix_autoronix/factory.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.process_img_box2 {
  background-image: url("/images/innorix_autoronix/custom(2).png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.process_img_box3 {
  background-image: url("/images/innorix_autoronix/produce.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.process_img_box4 {
  background-image: url("/images/innorix_autoronix/scan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.process_img_box5 {
  background-image: url("/images/innorix_autoronix/package.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.process_img_box6 {
  background-image: url("/images/innorix_autoronix/shipping (2).png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.left_hends {
  position: absolute;
  top: 18px;
  left: 17px;
  height: 80px;
  width: 80px;
}
.left_hends > div:first-child {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 52px;
  width: 80px;
  margin-left: -40px;
  background-image: url("/images/innorix_autoronix/arm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.left_hends > div:nth-child(2) {
  position: absolute;
  top: 35px;
  left: 50%;
  height: 24px;
  width: 24px;
  z-index: 1;
  margin-left: -12px;
  background-image: url("/images/innorix_autoronix/gear.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.left_hends > div:nth-child(3) {
  position: absolute;
  top: 41px;
  left: 4px;
  height: 40px;
  width: 40px;
  background-image: url("/images/innorix_autoronix/wing_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.left_hends > div:last-child {
  position: absolute;
  top: 41px;
  right: 4px;
  height: 40px;
  width: 40px;
  background-image: url("/images/innorix_autoronix/wing_left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.right_hends {
  position: absolute;
  top: 18px;
  right: 19px;
  height: 80px;
  width: 80px;
}
.right_hends > div:first-child {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 52px;
  width: 80px;
  margin-left: -40px;
  background-image: url("/images/innorix_autoronix/arm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.right_hends > div:nth-child(2) {
  position: absolute;
  top: 35px;
  left: 50%;
  height: 24px;
  width: 24px;
  z-index: 1;
  margin-left: -12px;
  background-image: url("/images/innorix_autoronix/gear.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.right_hends > div:nth-child(3) {
  position: absolute;
  top: 41px;
  left: 4px;
  height: 40px;
  width: 40px;
  background-image: url("/images/innorix_autoronix/wing_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.right_hends > div:last-child {
  position: absolute;
  top: 41px;
  right: 4px;
  height: 40px;
  width: 40px;
  background-image: url("/images/innorix_autoronix/wing_left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.box_contaner {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 60px;
}
.process_box_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 84px;
}
.process_box_wrapper > div:first-child {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-image: url("/images/innorix_autoronix/box_wing.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.process_box_wrapper > div:nth-child(2) {
  position: absolute;
  top: 5px;
  right: 0px;
  height: 20px;
  width: 20px;
  /* margin-left: -26px; */
  background-image: url("/images/innorix_autoronix/box_wing2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.process_box_wrapper > div:last-child {
  position: absolute;
  bottom: -1px;
  left: 50%;
  height: 40px;
  width: 52px;
  margin-left: -26px;
  background-image: url("/images/innorix_autoronix/box.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.process_img_box .belt_line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 18px;
  background-image: url("/images/innorix_autoronix/belt.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cart_section {
  max-width: 1300px;
  margin: 0px auto;
  padding-top: 140px;
  height: auto;
  min-height: calc(100vh - 519px);
  padding-bottom: 100px;
}
.title_cart_section {
  height: 42px;
  font-size: 28px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
}
.cart_total_count_title {
  padding: 10px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background: #0496fe;
  font-size: 35px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
}
.order_total_count_title {
  padding: 10px;
  gap: 10px;
  width: auto;
  height: 40px;
  background: #0496fe;
  font-size: 35px;
  line-height: 20px;
  color: var(--white-color);
}
.order_number_title {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #a6a6a6;
}
.remove_cart_content {
  font-size: 16px;
  color: #acacac;
  width: fit-content;
  position: relative;
  top: 0px;
  right: 0px;
  margin-left: auto;
  margin-bottom: 10px;
  cursor: pointer;
  padding-left: 10px;
}
.cart_list_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 50px;
}
.cart_content_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #8a8a8a;
}
.cart_content_wrapper:last-child {
  /* border-bottom: 1px solid #A6A6A6; */
}
/* .remove_content_btn {
    font-size: 18px;
    color: #ACACAC;
    width: fit-content;
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .remove_content_btn::before {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    background-image: url('/images/innorix_autoronix/delete_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  } */
.remove_content_btn {
  width: 20px;
  height: 20px;
  background-image: url("/images/innorix_autoronix/delete_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 20px;
}
.remove_cart_content {
  height: 27px;
  display: flex;
  align-items: center;
}
.remove_cart_content::before {
  width: 18px;
  height: 20px;
  display: inline;
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  background-image: url("/images/innorix_autoronix/delete_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cart_content_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0px;
  /* gap: 41px; */
}
.cart_content_img_part,
.cart_content_model_number_part,
.cart_content_basic_price_part,
.cart_content_custom_option_part,
.cart_content_unit_price_part,
.cart_content_quantity_part,
.cart_content_sub_total_part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cart_content_img_part {
  width: 120px;
  height: 102px;
  background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.cart_content_model_number_part {
  width: 148px;
  margin-left: 10px;
  margin-right: 30px;
}
.cart_content_basic_price_part {
  width: 83px;
  align-items: flex-end;
}
.cart_content_custom_option_part {
  min-width: 355px;
  max-width: 355px;
}
.cart_content_unit_price_part {
  width: 74px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 40px;
}
.cart_content_quantity_part {
  width: 65px;
  /* align-items: flex-end; */
  margin-right: 40px;
}

.cart_content_quantity_part > div > input {
  text-align: right;
  padding: 0px 5px;
  height: 33px !important;
  font-size: 18px;
  margin-top: -6px;
  border: 1px solid black;
  border-radius: 0px;
}
.cart_content_sub_total_part {
  width: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.cart_content_sub_total_part .product_cart_subtotal {
  width: 100%;
  text-align: end;
}
.product_can_to_order {
  position: absolute;
  right: 0px;
  top: 63px;
  padding: 2px 10px;
  width: 164px;
  height: 21px;
  background: #0cac40;
  border-radius: 15px;
  color: var(--white-color);
  display: none;
  line-height: 16px;
}
.product_cant_to_order {
  position: absolute;
  right: 0px;
  top: 63px;
  padding: 5px 10px;
  gap: 5px;
  width: 268px;
  height: 44px;
  background: #ff0000;
  border-radius: 10px;
  color: var(--white-color);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  display: none;
  line-height: 16px;
}
.go_to_capacity {
  cursor: pointer;
}
.product_cant_to_order > div {
  box-sizing: border-box;
  position: relative;
  width: 15px;
  height: 15px;
  /* border: 2px solid var(--white-color); */
  border-radius: 100%;
  background-image: url("/images/innorix_autoronix/cannot_notifi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cart_content_img_part > div:first-child,
.cart_content_model_number_part > div:first-child,
.cart_content_basic_price_part > div:first-child,
.cart_content_custom_option_part > div:first-child,
.cart_content_unit_price_part > div:first-child,
.cart_content_quantity_part > div:first-child,
.cart_content_sub_total_part > div:first-child {
  color: #a6a6a6;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart_content_custom_option_part_inner_flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 64px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cart_content_custom_option_part_inner_flex > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 5px;
}
.cart_content_custom_option_part_inner_flex > div > div:first-child {
  width: auto;
  text-align: left !important;
}
.cart_content_custom_option_part_inner_flex > div > div:last-child {
  width: auto;
  text-align: right;
}
/* .cart_content_custom_option_part_inner_flex > div:last-child {
    width: 100px;
    align-items: flex-end;
  } */
.open_options_more {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #0496fe;
  cursor: pointer;
}
.price_bottom_part {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
}
.price_bottom_part > div {
  font-size: 22px;
}
.price_bottom_part > div:last-child {
  text-align: right;
  width: 188px;
}
.custom_label_btn {
  display: flex;
  column-gap: 5px;
}

.custom_label_btn .check_box {
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  border-radius: 2px;
}
.custom_label_btn .text {
  font-size: 16px;
  line-height: normal;
  text-align: start;
}
.order_btn_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
  margin-top: 10px;
}
.order_btn_wrapper > .order_btn {
  margin-left: 0px;
}
.order_btn_wrapper > .order_btn2 {
  margin-left: 30px;
}
.open_custom_layer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark-black-color);
  margin-top: 10px;
}
.open_custom_layer > input[type="checkbox"] {
  appearance: none;
  box-sizing: border-box;
  width: 15px;
  height: 15px !important;
  background: var(--white-color);
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
}
.open_custom_layer > input[type="checkbox"]:checked {
  appearance: none;
  box-sizing: border-box;
  width: 15px;
  height: 15px !important;
  background: #1b89ff;
  border: 1px solid #1b89ff;
  position: relative;
}
.open_custom_layer > input[type="checkbox"]::after {
  position: absolute;
  top: 40%;
  left: 50%;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.for_loading_payment_page {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.for_loading_payment_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
  width: 500px;
  height: auto;
  background: var(--white-color);
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.factory_capacity_section_div {
  position: relative;
  overflow: hidden;
  width: 266px;
  height: 220px;
  /* border: 1px solid #A6A6A6; */
  /* margin: 280px auto 0px; */
  background-color: var(--white-color);
}
.factory_capacity_section_div_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  /* border: 1px solid #A6A6A6; */
  /* margin: 280px auto 0px; */
  background-color: var(--white-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.loading_animation_gif {
  position: relative;
  width: 266px;
  height: 220px;
  overflow: hidden;
  background-image: url("/images/innorix_autoronix/factory.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
.loading_animation_gif:nth-child(2) {
  background-image: url("/images/innorix_autoronix/custom_order.gif");
}
.loading_animation_gif:nth-child(3) {
  background-image: url("/images/innorix_autoronix/produce.gif");
}
.order_loading_text_content_wrapper {
  width: fit-content;
  height: auto;
  margin: 0px auto;
}
.order_loading_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--dark-black-color);
  display: none;
  margin-top: 30px;
  height: 54px;
}
.order_text_fir {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--dark-black-color);
  display: block;
}
.order_loading_bar_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 16px;
  width: auto;
  height: auto;
  margin: 20px auto;
}
.order_loading_bar_wrapper > p {
  width: 60px;
  height: 100%;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: right;
  color: var(--dark-black-color);
}
.order_loading_bar {
  width: 264px;
  height: 5px;
  border: 1px solid #a6a6a6;
}
.order_loading_bar > div {
  width: 0%;
  height: 100%;
  background-color: #0496fe;
}
.last_location_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  /* display: none; */
}
.last_location_box > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--dark-black-color);
}
.last_location_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  width: 126px;
  height: 42px;
  background: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.order_btn {
  padding: 10px 20px;
  line-height: 19px;
  text-align: center;
  width: 120px;
  height: 40px;
  background: var(--bright-blue-color);
  border: 1px solid var(--bright-blue-color);
  color: #e1e1e1;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 18px;
  /* margin-top: 10px; */
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 32px;
}
.order_btn2 {
  padding: 10px 15px;
  width: 79px;
  height: 42px;
  line-height: 19px;
  text-align: center;
  background: var(--white-color);
  border: 1px solid #000;
  color: var(--white-color);
  flex: none;
  order: 0;
  flex-grow: 0;
  font-size: 18px;
  margin-top: 10px;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.order_btn:hover {
  background: var(--white-color);
  border: 1px solid #000;
  color: var(--dark-black-color);
}
.manage_order_table {
  width: 100%;
  height: auto;
}
.manage_order_table.order_list {
  min-width: 1300px;
}
.manage_order_table > thead {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #a6a6a6;
}
.manage_order_table > thead th {
  height: auto;
  text-align: left;
  padding: 0px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
}
.manage_order_table > tbody {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #a6a6a6;
}
.manage_order_table > tbody td {
  height: auto;
  text-align: left;
  padding: 0px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--dark-black-color);
}
.manage_order_table > tbody tr td {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.manage_order_table > tbody tr .remove_col img {
  height: 20px;
  width: 18px;
}

.manage_order_table > tbody tr td .grey-text {
  font-size: 16px;
  line-height: 20px;
  justify-content: end;
  color: #8a8a8a;
}
/* .manage_order_table.order_detail > tbody tr td.sub_total .grey-text{
    padding-right: 8px;
  } */

.manage_order_table > tbody tr td.sub_total {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  padding-right: 20px;
  min-width: fit-content;
  width: fit-content;
}

.manage_order_table > tbody tr td.quantity div {
  display: flex;
  justify-content: end;
}
.manage_order_table > tbody tr td.quantity div p {
  /* border: 1px solid #000; */
  padding: 0 5px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  top: -6px;
  width: 65px;
}
.manage_order_table > tbody tr td.cart_content_img_part {
  min-height: 115px;
}

.manage_order_table > thead th:nth-child(1),
.manage_order_table > tbody td:nth-child(1) {
  text-align: left;

  width: 160px;
  min-width: 160px;
}
.manage_order_table.order_list > thead th:nth-child(1),
.manage_order_table.order_list > tbody td:nth-child(1) {
  text-align: left;
  width: 200px;
  max-width: 200px;
}
.manage_order_table > thead th:nth-child(2),
.manage_order_table > tbody td:nth-child(2) {
  text-align: left;
  min-width: 133px;
  margin-right: 30px;
}
.manage_order_table.manage_payment > thead th:nth-child(2),
.manage_order_table.manage_payment > tbody td:nth-child(2) {
  min-width: 470px;
}
.manage_order_table.manage_payment > thead th:nth-child(2) {
  width: 500px;
}

.manage_order_table.order_list > thead th:nth-child(2),
.manage_order_table.order_list > tbody td:nth-child(2) {
  width: 300px;
  max-width: 300px;
}
.manage_order_table > thead th:nth-child(3),
.manage_order_table > tbody td:nth-child(3) {
  text-align: right;
  width: 178px;
  min-width: 178px;
  margin-right: 30px;
}

.manage_order_table.manage_payment > thead th:nth-child(3),
.manage_order_table.manage_payment > tbody td:nth-child(3) {
  min-width: 0;
}
.manage_order_table > thead th:nth-child(4),
.manage_order_table > tbody td:nth-child(4) {
  text-align: left;
  width: 148px;
  min-width: 148px;
}
.manage_order_table > tbody td:nth-child(4) {
  cursor: pointer;
}

.manage_order_table > tbody td:nth-child(4).document {
  display: flex;
  flex-direction: row;
}

.manage_order_table > thead th:nth-child(5),
.manage_order_table > tbody td:nth-child(5) {
  text-align: left;
}
.manage_order_table.order_list > thead th:nth-child(5),
.manage_order_table.order_list > tbody td:nth-child(5) {
  min-width: 160px;
}
.manage_order_table.order_detail > thead th:nth-child(5),
.manage_order_table.order_detail > tbody td:nth-child(5) {
  width: fit-content;
  padding-right: 40px;
}
.manage_order_table > thead th:nth-child(6),
.manage_order_table > tbody td:nth-child(6) {
  text-align: left;
  width: 100%;
  min-width: 230px;
}
.manage_order_table.order_list > thead th:nth-child(6),
.manage_order_table.order_list > tbody td:nth-child(6) {
  width: fit-content;
}
.manage_order_tab_number,
.manage_order_tab_document,
.order_link,
.manage_order_tab_status,
.manage_order_tab_infomation {
  text-decoration: underline;
  cursor: pointer;
}
.manage_order_tab_infomation {
  text-decoration: none;
}

.manage_order_tab_document {
  height: 20px;
  display: flex;
  align-items: center;
}
.manage_order_tab_document_img {
  display: block;
  margin-top: 2px;
  margin-right: 5px;
  width: 17px;
  height: 19px;
  background-image: url("/images/innorix_autoronix/download2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

.syetem_server_alert_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  width: 450px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.syetem_server_alert_title {
  color: var(--light-black-color);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}
.syetem_server_alert_text {
  color: var(--light-black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.syetem_server_alert_btn {
  display: flex;
  width: 80px;
  height: 30px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #006aba;
  background-color: #006aba;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.syetem_server_alert_btn:hover {
  background-color: var(--white-color);
  color: #006aba;
}
.shipping_wrapper_title {
  font-size: 22px;
  margin-bottom: 20px;
}
.after_shipping_wrapper,
.before_shipping_wrapper {
  width: 100%;
}
.shipping_wrapper_flex_box_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shipping_wrapper_flex_box_folding_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shipping_wrapper_flex_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
.shipping_wrapper_flex_box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #a6a6a6;
  width: 100%;
  padding: 10px 0px;
}
.shipping_wrapper_flex_box > div:first-child {
  font-size: 16px;
  color: #a6a6a6;
}
.shipping_wrapper_flex_box > div > p {
  width: fit-content;
  height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
.shipping_wrapper_flex_box > div > p.quotation_text {
  width: fit-content;
  min-width: 414px;
  height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: var(--dark-black-color);
}
.shipping_wrapper_flex_box > div > p > span {
  position: relative;
  cursor: pointer;
  padding: 10px 0px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.open_folding_btn {
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  margin-left: 8px;
  position: relative;
  transform-origin: center;
}
.open_folding_btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-left: 2px solid var(--bright-blue-color);
  border-bottom: 2px solid var(--bright-blue-color);
  transform: rotate(-45deg);
}
.open_folding_btn.active {
  transform: rotate(180deg);
}
.shipping_wrapper_flex_box > div > p > span:first-child {
  color: #a6a6a6;
}
.shipping_wrapper_flex_box > div > p > span.order_document {
  color: var(--bright-blue-color);
  text-decoration: underline;
}
.shipping_wrapper_flex_box > div > p > span.request_text {
  position: relative;
  color: #a6a6a6;
  text-decoration: underline;
}
.shipping_wrapper_flex_box > div > p > span.request_text_waiting::after {
  content: "Waiting";
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
}
.shipping_wrapper_flex_box > div > p > .download::before {
  content: "";
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("/images/innorix_autoronix/donwload.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.buyer_information_wrapper,
.consignee_information_wrapper {
  width: 550px;
}

.infomation_wrapper_title {
  font-size: 22px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 25px;
}
.infomation_wrapper_title > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 5px;
  width: 197px;
  height: 17px;
  font-size: 14px;
  color: #a6a6a6;
  cursor: pointer;
}
.infomation_wrapper_title > label > input[type="checkbox"] {
  appearance: none;
  box-sizing: border-box;
  width: 15px;
  height: 15px !important;
  background: var(--white-color);
  border: 1px solid #a6a6a6;
  position: relative;
  cursor: pointer;
}
.infomation_wrapper_title > label > input[type="checkbox"]:checked {
  appearance: none;
  box-sizing: border-box;
  width: 15px;
  height: 15px !important;
  background: #1b89ff;
  border: 1px solid #1b89ff;
  position: relative;
}
.infomation_wrapper_title > label > input[type="checkbox"]::after {
  position: absolute;
  top: 40%;
  left: 50%;
  content: "";
  width: 8px;
  height: 4px;
  border-left: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.back_list_btn {
  position: relative;
  width: fit-content;
  /* padding: 10px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 16px;
  color: var(--dark-black-color);
}
.back_list_btn > span {
  width: 10px;
  height: 10px;
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.back_list_btn::after {
  position: absolute;
  top: 21px;
  left: 0px;
  content: "";
  width: 0px;
  border-top: 1px solid #000;
  background-color: #000;
  transition: all 0.3s ease;
}
.back_list_btn:hover::after {
  width: 100%;
}

.popup_notify_confirm {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all linear 0.3s;
}

.popup_notify_confirm.active {
  opacity: 1;
  visibility: visible;
  transition: all linear 0.3s;
}

.popup_notify_confirm .popup_notify_confirm_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.popup_notify_confirm .popup_notify_confirm_title span {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.popup_notify_confirm .popup_notify_confirm_title img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  cursor: pointer;
}

.popup_notify_confirm p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.popup_notify_confirm_btn {
  max-width: 120px;
  min-width: 120px;
  border-radius: 32px;
  min-height: 40px;
  background: var(--bright-blue-color);
  font-size: 16px;
  border: 0;
}

.popup_notify_confirm_wrapper {
  min-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup_notify_confirm_content.success{
  max-height: 21px;
  transition: all linear 0.3s;
}

.popup_notify_confirm_content{
  max-height: 107px;
  transition: all linear 0.3s;
  height: 110px;
}
  
.popup_notify_confirm_content > p{
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: var(--dark-black-color);
}

.popup_notify_confirm_content > span{
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
}


.popup_notify_confirm_content .content_table{
  margin-top: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #A6A6A6;
  border-top: 1px solid #A6A6A6;
  display: flex;
  flex-direction: column;
  gap: 12px;

} 

.popup_notify_confirm_content .content_table > div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
} 

.popup_notify_confirm_content .content_table > div > p{
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: var(--dark-black-color);
} 

.popup_notify_confirm_content .content_table > div > span{
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
  min-width: 100px;
} 


@media all and (max-width: 1300px) {
  .cart_section {
    margin: 0 30px;
  }
  .mobileHide {
    display: none !important;
  }
  .pcHide {
  }
  * {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
  }
  .ja * {
    font-family: "NotoSansJP-Regular", sans-serif;
    word-break: break-all;
    font-weight: lighter;
  }
  .factory_block_unknown_user {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .bottom_btn_menu > .left_part > .shipping_country_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 115;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: default;
  }
  .bottom_btn_menu > .left_part > .shipping_country {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    position: absolute;
    bottom: 240px;
    left: 15px;
    width: 375px;
    height: 249.65px;
    background: var(--white-color);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .bottom_btn_menu > .left_part > .shipping_country > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 100%;
    height: auto;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div > input {
    margin: 12px 0px 6px;
    padding: 0px 10px;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 10px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    overflow: overlay;
    height: 110px;
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:first-child {
    font-size: 18px;
    color: var(--dark-black-color);
  }
  .bottom_btn_menu > .left_part > .shipping_country > div:first-child > div {
    width: 15px;
    height: 33.65px;
    background-image: url("/images/innorix_autoronix/ship_blue.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bottom_btn_menu
    > .left_part
    > .shipping_country
    > div:first-child
    > .close_shipping_country {
    width: 15px;
    height: 33.65px;
    background-image: url("/images/innorix_autoronix/close.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
  }
  .bottom_btn_menu_wrapper {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #f2f2f2;
    border: 1px solid #c6c6c6;
    padding: 10px;
  }
  .bottom_btn_menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* gap: 219px; */
    width: 100%;
    margin: 0px auto;
    height: auto;
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
  }
  .bottom_btn_menu > .left_part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 0px;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  .bottom_btn_menu > .left_part > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 144px;
    height: 19px;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  .bottom_btn_menu > .left_part > div:nth-child(3) {
    color: var(--dark-black-color);
  }
  .bottom_btn_menu > .right_part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  .bottom_btn_menu > .right_part.hide {
    display: none;
  }
  .bottom_btn_menu > .right_part > .first_right_part {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 235px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #a6a6a6;
  }
  .bottom_btn_menu > .right_part > .first_right_part > .old_text {
    font-size: 22px;
    line-height: 27px;
    color: #a6a6a6;
    padding: 6px 0px 0px;
  }
  .bottom_btn_menu > .right_part > .first_right_part > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0px 0px;
    gap: 5px;
    width: 139px;
    height: 66px;
  }
  .bottom_btn_menu > .right_part > .first_right_part > div > p:first-child {
    font-size: 35px;
    color: var(--dark-black-color);
    line-height: 27px;
  }
  .bottom_btn_menu > .right_part > .mid_right_part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
    width: 65px;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .bottom_btn_menu > .right_part > .mid_right_part > input {
    width: 65px !important;
    height: 42px !important;
    padding: 0px 0px 4px !important;
    background-color: var(--white-color) !important;
    color: #000 !important;
    text-align: center !important;
    font-size: 28px;
  }
  .bottom_btn_menu > .right_part > .last_right_part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
    width: 152px;
    height: auto;
    flex: none;
    order: 2;
    flex-grow: 0;
  }
  .bottom_btn_menu > .right_part > .last_right_part > .add_cart_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: 152px;
    height: 42px;
    background: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: var(--white-color);
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .small_text {
    font-size: 14px;
    color: #a6a6a6;
  }
  .hide_dumy {
    opacity: 0 !important;
    cursor: default !important;
  }

  .categories_section {
    margin-bottom: 100px !important;
    padding: 0px 10px;
  }
  .high_resolution_section {
    margin-bottom: 100px !important;
    padding: 0px 10px;
  }
  .title_box_categories_section {
    width: 100%;
    height: 42px;
    /* font-family: 'Inter';
    font-style: normal;
    font-weight: 400; */
    font-size: 35px;
    line-height: 42px;
    color: var(--dark-black-color);
    margin-bottom: 20px;
  }
  .flex_box_categories_section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
  .flex_box_categories_section_content {
    width: 46%;
    height: 165px;
    border: 1px solid #a6a6a6;
    /* margin-bottom: 20px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .flex_box_categories_section_content > .image_box {
    width: 100px;
    height: 100px;
    /* border: 1px solid #A6A6A6; */
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
  }
  .flex_box_categories_section_content > .image_box > img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flex_box_categories_section_content > .text_box {
    font-size: 18px;
    text-align: center;
  }

  .package_section {
    margin-bottom: 100px !important;
  }
  .title_box_package_section {
    width: 100%;
    height: 42px;
    /* font-family: 'Inter';
    font-style: normal; */
    /* font-weight: 400; */
    font-size: 35px;
    line-height: 42px;
    color: var(--dark-black-color);
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .filter_box_package_section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    flex-wrap: wrap;
    padding: 0px 10px;
  }
  .filter_box_package_section > div {
    padding: 10px 20px;
    width: fit-content;
    height: 39px;
    background-color: #a6a6a6;
    border-radius: 20px;
    color: var(--white-color);
    line-height: 17px;
    cursor: pointer !important;
  }
  .filter_box_package_section > .active_btn {
    padding: 10px 20px;
    width: fit-content;
    height: 39px;
    background-color: #005ed0;
    border-radius: 20px;
    color: var(--white-color);
    line-height: 17px;
  }

  .flex_box_package_section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px 10px;
  }
  .flex_box_package_section_content {
    width: 46%;
    height: auto;
    /* border: 1px solid #A6A6A6; */
    /* margin-bottom: 20px; */
  }
  .flex_box_package_section_content > .image_box {
    width: 100%;
    height: 165px;
    /* border: 1px solid #A6A6A6; */
    background-color: #dee1e6;
    border: 1px solid #dee1e6;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  .flex_box_package_section_content > .image_box > img {
    width: 80% !important;
    max-width: 110px;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text_box > span {
    color: #a6a6a6;
    font-size: 16px;
  }
  .text_box > .now_price {
    color: var(--dark-black-color);
  }
  .text_box > .old_price {
    text-decoration: line-through;
    font-size: 14px;
  }

  .top_banner_section {
    width: 100%;
    height: 190px;
    background-color: #777777;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .top_banner_section > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin: 0px auto;
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent, #000);
  }
  .top_banner_section > div > .inner_gradiant {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent, #000);
  }
  .top_banner_section > div > .inner_gradiant > p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto;
    margin: 0px auto;
    font-weight: 700;
    font-size: 25px;
    color: var(--white-color);
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  }
  .product_page_section {
    width: 100%;
    margin: 0px auto 50px;
    padding: 0px 10px;
  }
  .product_title_box {
    width: 100%;
    height: 42px;
    /* font-family: 'Inter';
    font-style: normal; */
    /* font-weight: 400; */
    font-size: 28px;
    line-height: normal;
    color: var(--dark-black-color);
    margin-bottom: 20px;
  }
  .flex_box_product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%;
    height: auto !important;
    flex-wrap: wrap;
  }
  .flex_box_product2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .flex_box_product div {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #a6a6a6;
    padding: 20px;
    cursor: pointer;
    width: 100% !important;
    height: 165px !important;
  }
  .flex_box_product .only_mobile_flex_product {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    border: 1px solid #a6a6a6;
    padding: 20px;
    cursor: pointer;
    width: 100% !important;
    height: 279px !important;
  }
  .flex_box_product2 > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #a6a6a6;
    padding: 20px;
    cursor: pointer;
    width: 100% !important;
    height: 165px !important;
  }
  .flex_box_product2 > .only_mobile_flex_product {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    border: 1px solid #a6a6a6;
    padding: 20px;
    cursor: pointer;
    width: 100% !important;
    height: 279px !important;
  }
  .flex_box_product div > .image_box {
    width: 20% !important;
    height: 100% !important;
    padding: 30px !important;
    position: relative !important;
    margin-right: 30px !important;
  }
  .flex_box_product2 > div > .image_box {
    width: 20% !important;
    height: 100% !important;
    padding: 30px !important;
    position: relative !important;
    margin-right: 30px !important;
  }
  .flex_box_product div > .image_box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
  }
  .flex_box_product2 > div > .image_box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
  }
  .flex_box_product .only_mobile_flex_product > .image_box {
    width: 100% !important;
    height: 100% !important;
    padding: 30px !important;
    position: relative !important;
    margin-right: 0px !important;
    margin-bottom: 30px !important;
  }
  .flex_box_product2 > .only_mobile_flex_product > .image_box {
    width: 100% !important;
    height: 100% !important;
    padding: 30px !important;
    position: relative !important;
    margin-right: 0px !important;
    margin-bottom: 30px !important;
  }
  .flex_box_product .only_mobile_flex_product > .image_box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
  }
  .flex_box_product2 > .only_mobile_flex_product > .image_box > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
  }
  .spac_text_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .spac_text_box div > p:first-child {
    color: #a6a6a6;
    margin-right: 20px;
  }
  /* .spac_text_box div:last-child{
    width: 124px;
  }
  .spac_text_box div:first-child > p:nth-child(5), 
  .spac_text_box div:first-child > p:last-child {
    display: none !important;
  }
  .spac_text_box div:last-child > p:nth-child(5), 
  .spac_text_box div:last-child > p:last-child {
    display: none !important;
  }
  .spac_text_box div:last-child > p:first-child{
    font-size: 22px;
  } */

  .detail_page_section {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 15px;
    margin-top: 170px;
    padding-top: 50px;
  }
  .product_detail_flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .product_detail_flex_box > div {
    width: 100%;
  }
  .product_detail_flex_box_spac_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .product_detail_flex_box_spac_part > div:first-child {
    margin-right: 60px;
  }
  .product_detail_flex_box_image_part {
    width: 100%;
    height: 240px;
    margin-right: 80px;
    position: relative;
    margin-top: 67px;
    display: none !important;
  }
  .product_detail_flex_box_image_part_mobile {
    width: 100%;
    height: 240px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product_detail_flex_box_image_part > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .product_detail_flex_box_image_part_mobile > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  .product_detail_flex_box_title_spac_part {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .product_detail_flex_box_spac_part > div:first-child {
    font-size: 16px;
    color: #a6a6a6;
  }
  .product_detail_flex_box_spac_part > div:last-child {
    font-size: 16px;
    color: var(--dark-black-color);
  }
  .product_select_flex_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .product_select_flex_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .product_select_flex_box > div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    /* gap: 20px; */
    width: 110px;
    height: 153px;
    border: 1px solid #a6a6a6;
    flex: none;
    order: 2;
    flex-grow: 0;
    cursor: pointer;
  }
  .product_select_flex_box > div > div:nth-child(2) {
    margin-top: 0px;
    font-size: 16px;
  }
  /* .product_select_flex_box > div > div:nth-child() {
    margin-top: 20px;
    font-size: 16px;
  } */
  .product_select_flex_box > div > div > img {
    height: 90px;
  }
  .detail_page_spac_section {
    width: 100%;
    margin: 0px auto;
    color: #a6a6a6;
    margin-bottom: 250px;
    padding: 0px 15px;
  }
  .product_detail_flex_box_title_spac_detail_part {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .detail_page_spac_section table {
    border-top: 1px solid #ececec;
  }
  .detail_page_spac_section table tr {
    /* border-top: 1px solid #ECECEC; */
  }
  .detail_page_spac_section table tr td {
    /* border-top: 1px solid #ECECEC; */
    font-size: 14px;
    word-break: break-all;
  }
  .detail_page_spac_section table tr td:first-child {
    width: 18%;
    display: none;
  }
  .detail_page_spac_section table tr td:nth-child(2) {
    width: 30%;
  }
  .detail_page_spac_title_wrapper
    .product_detail_flex_box_title_spac_detail_part {
    width: 45%;
  }
  .detail_page_spac_section table tr td:last-child {
    width: 40%;
    color: var(--dark-black-color);
  }

  .row_specification_title > td {
    /* display: none; */
    font-size: 20px !important;
  }
  .bottom_btn_menu > .right_part > .last_right_part > .request_cart_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    width: fit-content;
    height: 42px;
    background: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: var(--white-color);
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #000;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .bottom_btn_menu > .right_part > .last_right_part > .request_cart_btn:hover {
    border: 1px solid #000;
    background: var(--white-color);
    color: var(--dark-black-color);
  }
  .request_cart_layer_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 115;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .request_cart_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 115;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
    width: 100%;
    height: auto;
    /* margin-top: -173.5px;
    margin-left: -300px; */
    background: var(--white-color);
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease;
  }
  .request_cart_layer_title_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    font-size: 22px;
  }
  .request_cart_layer_close {
    width: 30px;
    height: 30px;
    background-image: url("/images/innorix_costomi/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .request_cart_layer_box1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 100%;
    height: 61px;
  }
  .request_cart_layer_box1 > p {
    font-size: 18px;
  }
  .request_cart_layer_box1 > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #a6a6a6;
  }
  .request_cart_layer_box1 > div > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 270px;
    height: 19px;
  }
  .request_cart_layer_box1 > div > div > p:first-child {
    color: #a6a6a6;
  }
  .request_cart_layer_box2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 100%;
    height: auto;
  }
  .request_cart_layer_box2 > p {
    font-size: 18px;
  }
  .request_cart_layer_box2 > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: 146px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    gap: 10px;
    overflow-y: auto;
  }
  .request_cart_layer_box2 > div > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 100%;
    height: auto;
  }
  .request_cart_layer_box2 > div > div > p:first-child {
    color: #a6a6a6;
    width: 140px;
    min-width: 140px;
  }
  .request_cart_layer_box3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 10px;
    width: 540px;
    /* height: 100px; */
    font-size: 18px;
    margin: 20px 0px;
  }
  .request_cart_layer_request_btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: fit-content;
    height: auto;
    cursor: pointer;
  }
  .request_cart_layer_request_btn2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 70px;
    height: auto;
    cursor: pointer;
  }
  .detail_page_section {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 50px;
    padding-top: 50px;
  }
  .product_detail_flex_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .product_detail_flex_box_spac_part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 5px;
  }
  .product_detail_flex_box_image_part {
    width: 450px;
    height: 450px;
    min-width: 450px;
    margin-right: 80px;
    margin-left: 50px;
    position: relative;
    margin-top: 0px;
  }
  .product_detail_flex_box_image_part > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .product_detail_flex_box_image_part_mobile {
    /* display: none !important; */
  }
  .product_detail_flex_box_image_part > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: none;
  }
  .product_detail_flex_box_title_spac_part {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .product_detail_flex_box_spac_part > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  /* .product_detail_flex_box_spac_part > div:first-child {
    font-size: 16px;
    color: #A6A6A6;
    margin-right: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: auto;
    min-width: 100px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
  } */
  /* .product_detail_flex_box_spac_part > div:last-child {
    font-size: 16px;
    color: var(--dark-black-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 00px;
    width: 300px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
  } */
  .product_detail_flex_box_spac_part > div > div {
    width: calc(300px + 10px);
    min-height: 24px;
    padding-left: 10px;
    position: relative;
  }
  .product_detail_flex_box_spac_part > div > div:first-child {
    width: 160px;
    color: #a6a6a6;
    padding-left: 0px !important;
  }
  /* .value_updated {
    position: relative;
  } */
  .value_updated::after {
    content: "Updated";
    font-size: 14px;
    width: 62px;
    text-align: center;
    border-radius: 20px;
    background-color: #1b89ff;
    color: var(--white-color);
    padding: 0px 10px 3px;
    position: absolute;
    top: 50%;
    right: -90px;
    height: 20px;
    line-height: 22px;
    display: block;
    transform: translateY(-50%);
  }
  .value_text {
    position: relative;
  }
  .value_updated2::after {
    content: "Updated";
    font-size: 14px;
    width: 55px;
    text-align: center;
    border-radius: 10px;
    background-color: #1b89ff;
    color: var(--white-color);
    padding: 0px 8px 3px;
    position: absolute;
    top: 50%;
    right: -80px;
    height: 15px;
    line-height: 17px;
    display: block;
    transform: translateY(-50%);
  }
  .product_detail_select_box_wrapper {
    position: relative;
    /* z-index: 1; */
    padding: 0px !important;
  }
  .product_detail_select_box_wrapper_active {
    position: relative;
    /* z-index: 1; */
    padding: 0px !important;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  }
  .product_detail_select_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2px 10px 2px 10px;
    width: 100%;
    height: 24px;
    border: 1px solid #a6a6a6;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
  }
  .product_detail_select_box > span {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-70%) rotate(-45deg);
    transition: all 0.3s ease;
  }
  .product_detail_select_box.active > span {
    transform: translateY(-30%) rotate(135deg) !important;
  }
  .product_detail_select_box_option_box {
    position: absolute;
    top: 23px;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* gap: 10px; */
    /* padding: 2px 10px 2px 10px; */
    width: 100%;
    height: auto;
    border: 1px solid #a6a6a6;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
    background-color: var(--white-color);
    opacity: 0;
  }
  .product_detail_select_box_option {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 100%;
    height: auto;
    padding: 5px 10px;
  }
  .product_detail_select_box_option:hover {
    background-color: #dee1e6;
  }
  .product_detail_select_box_option_title {
    width: 100%;
    margin-right: auto;
  }
  .product_detail_select_box_option > div:last-child {
    width: 50px;
    min-width: 50px;
    margin-right: auto;
    text-align: right;
  }
  .cart_section {
    width: 100%;
    margin: 100px auto 100px;
    padding-top: 50px;
    height: auto;
    min-height: calc(100vh - 760px);
    padding: 0px 15px;
  }
  .title_cart_section {
    height: 42px;
    font-size: 35px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
  }
  .mobile_column {
    height: auto;
    font-size: 35px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0px;
  }
  .cart_total_count_title {
    padding: 10px;
    gap: 10px;
    width: auto;
    height: 40px;
    background: #0496fe;
    font-size: 35px;
    line-height: 17px;
    font-weight: 700;
    color: var(--white-color);
  }
  .order_number_title {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    color: #a6a6a6;
  }
  .remove_cart_content {
    font-size: 18px;
    color: #acacac;
    width: fit-content;
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .cart_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    overflow: auto;
  }
  .cart_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 1px solid #a6a6a6;
  }
  .cart_content_wrapper:last-child {
    /* border-bottom: 1px solid #A6A6A6; */
  }
  .remove_content_btn {
    font-size: 18px;
    color: #acacac;
    width: fit-content;
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: auto;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .remove_content_btn::before {
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    background-image: url("/images/innorix_autoronix/delete_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .remove_cart_content::before {
    width: 18px;
    height: 20px;
    content: "";
    position: absolute;
    top: 3px;
    left: -20px;
    background-image: url("/images/innorix_autoronix/delete_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cart_content_box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    padding-left: 120px;
    gap: 15px 0px;
  }
  .cart_content_img_part,
  .cart_content_model_number_part,
  .cart_content_basic_price_part,
  .cart_content_custom_option_part,
  .cart_content_unit_price_part,
  .cart_content_quantity_part,
  .cart_content_sub_total_part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cart_content_img_part {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 102px;
    background-image: url("https://innorix.com:1337/innorixContent/ipcam/Smallv1/INX-DD3429.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
  }
  .cart_content_model_number_part {
    width: 138px;
  }
  .cart_content_basic_price_part {
    width: 83px;
    align-items: flex-end;
  }
  .cart_content_custom_option_part {
    min-width: 220px;
    max-width: 245px;
    /* margin-left: 120px; */
  }
  .cart_content_unit_price_part {
    width: 74px;
    align-items: flex-start;
  }
  .cart_content_quantity_part {
    width: 65px;
    align-items: flex-end;
    margin-left: auto;
  }
  .cart_content_quantity_part > div > input {
    text-align: right;
    padding: 0px 5px;
    height: 33px !important;
    font-size: 18px;
    margin-top: -6px;
  }
  .cart_content_sub_total_part {
    width: 111px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    margin-left: auto;
  }
  .product_can_to_order {
    position: relative;
    right: 0px;
    top: 0px;
    padding: 2px 10px;
    width: 164px;
    height: 21px;
    background: #0cac40;
    border-radius: 15px;
    color: var(--white-color);
    display: none;
    line-height: 16px;
    margin-top: 10px;
  }
  .product_cant_to_order {
    position: absolute;
    right: 0px;
    top: 63px;
    padding: 5px 10px;
    gap: 5px;
    width: 268px;
    height: 44px;
    background: #ff0000;
    border-radius: 10px;
    color: var(--white-color);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    line-height: 16px;
  }
  .go_to_capacity {
    cursor: pointer;
  }
  .product_cant_to_order > div {
    box-sizing: border-box;
    position: relative;
    width: 15px;
    height: 15px;
    /* border: 2px solid var(--white-color); */
    border-radius: 100%;
    background-image: url("/images/innorix_autoronix/cannot_notifi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cart_content_img_part > div:first-child,
  .cart_content_model_number_part > div:first-child,
  .cart_content_basic_price_part > div:first-child,
  .cart_content_custom_option_part > div:first-child,
  .cart_content_unit_price_part > div:first-child,
  .cart_content_quantity_part > div:first-child,
  .cart_content_sub_total_part > div:first-child {
    color: #a6a6a6;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cart_content_custom_option_part_inner_flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cart_content_custom_option_part_inner_flex > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
  }
  .cart_content_custom_option_part_inner_flex > div > div:first-child {
    width: 120px;
  }
  .cart_content_custom_option_part_inner_flex > div > div:last-child {
    width: 120px;
    text-align: right;
  }
  /* .cart_content_custom_option_part_inner_flex > div:last-child {
    width: 100px;
    align-items: flex-end;
  } */
  .price_bottom_part {
    width: 100%;
    height: 67px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
  }
  .price_bottom_part > div {
    font-size: 22px;
  }
  .price_bottom_part > div:last-child {
    text-align: right;
    width: 188px;
  }
  .order_btn {
    padding: 10px 15px;
    width: 79px;
    height: 42px;
    line-height: 19px;
    text-align: center;
    background: var(--bright-blue-color);
    border: 1px solid var(--bright-blue-color);
    color: var(--white-color);
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 18px;
    margin-top: 10px;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  .order_btn2 {
    padding: 10px 15px;
    width: 79px;
    height: 42px;
    line-height: 19px;
    text-align: center;
    background: var(--white-color);
    border: 1px solid #000;
    color: var(--white-color);
    flex: none;
    order: 0;
    flex-grow: 0;
    font-size: 18px;
    margin-top: 10px;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  .order_btn:hover {
    background: var(--white-color);
    border: 1px solid #000;
    color: var(--dark-black-color);
  }
  .manage_order_table {
    width: 100%;
    height: auto;
  }
  .manage_order_table > thead {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #a6a6a6;
  }
  .manage_order_table > thead th {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #a6a6a6;
  }
  .manage_order_table > tbody {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #a6a6a6;
  }
  .manage_order_table > tbody td {
    height: auto;
    text-align: left;
    padding: 0px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-black-color);
  }
  .manage_order_table > tbody tr:first-child td {
    padding-top: 20px;
  }
  .manage_order_table.order_list > tbody tr:first-child td {
    padding-top: 0px;
  }

  .manage_order_table > thead th:nth-child(1),
  .manage_order_table > tbody td:nth-child(1) {
    text-align: left;
    padding-right: 18px;
    width: 114px;
    min-width: 114px;
  }
  .manage_order_table > thead th:nth-child(2),
  .manage_order_table > tbody td:nth-child(2) {
    text-align: left;
    padding-right: 18px;
    width: 150px;
    min-width: 150px;
  }
  .manage_order_table > thead th:nth-child(3),
  .manage_order_table > tbody td:nth-child(3) {
    text-align: right;
    padding-right: 18px;
    width: 104px;
    min-width: 104px;
  }
  .manage_order_table > thead th:nth-child(4),
  .manage_order_table > tbody td:nth-child(4) {
    text-align: left;
    padding-right: 18px;
    width: 148px;
    min-width: 148px;
  }
  .manage_order_table > tbody td:nth-child(4) {
    cursor: pointer;
  }
  .manage_order_table > thead th:nth-child(5),
  .manage_order_table > tbody td:nth-child(5) {
    text-align: left;
    padding-right: 18px;
    width: 157px;
    min-width: 157px;
  }
  .manage_order_table > thead th:nth-child(6),
  .manage_order_table > tbody td:nth-child(6) {
    text-align: left;
    width: 180px;
    min-width: 180px;
    display: none;
  }
  .manage_order_tab_number,
  .manage_order_tab_document,
  .order_link,
  .manage_order_tab_status,
  .manage_order_tab_infomation {
    text-decoration: underline;
    cursor: pointer;
  }
  .manage_order_tab_document {
    height: 19px;
  }
  .manage_order_tab_document_img {
    display: block;
    margin-top: 2px;
    margin-right: 5px;
    width: 17px;
    height: 19px;
    background-image: url("/images/innorix_autoronix/download2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
  }

  .shipping_wrapper_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .after_shipping_wrapper,
  .before_shipping_wrapper {
    width: 100%;
  }
  .shipping_wrapper_flex_box_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .shipping_wrapper_flex_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .shipping_wrapper_flex_box > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #a6a6a6;
    width: 100%;
    padding: 10px 0px;
  }
  .shipping_wrapper_flex_box > div:first-child {
    font-size: 16px;
    color: #a6a6a6;
  }
  .shipping_wrapper_flex_box > div > p {
    width: 100%;
  }
  .shipping_wrapper_flex_box > div > p > span {
    position: relative;
    cursor: pointer;
  }
  .shipping_wrapper_flex_box > div > p > .download::before {
    content: "";
    position: relative;
    top: 5px;
    left: 0px;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("/images/innorix_autoronix/donwload.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .buyer_information_wrapper,
  .consignee_information_wrapper {
    width: 510px;
  }

  .infomation_wrapper_title {
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 25px;
  }
  .infomation_wrapper_title > label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 197px;
    height: 17px;
    font-size: 14px;
    color: #a6a6a6;
    cursor: pointer;
  }
  .infomation_wrapper_title > label > input[type="checkbox"] {
    appearance: none;
    box-sizing: border-box;
    width: 15px;
    height: 15px !important;
    background: var(--white-color);
    border: 1px solid #a6a6a6;
    position: relative;
    cursor: pointer;
  }
  .infomation_wrapper_title > label > input[type="checkbox"]:checked {
    appearance: none;
    box-sizing: border-box;
    width: 15px;
    height: 15px !important;
    background: #1b89ff;
    border: 1px solid #1b89ff;
    position: relative;
  }
  .infomation_wrapper_title > label > input[type="checkbox"]::after {
    position: absolute;
    top: 40%;
    left: 50%;
    content: "";
    width: 8px;
    height: 4px;
    border-left: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .costomi_slide_section {
    width: 100%;
    height: auto;
    margin-bottom: 100px !important;
    display: none !important;
  }
  .costomi_slide_wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .costomi_slide_box {
    width: 500%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .costomi_slide_content {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #6761b7;
    color: var(--white-color);
    overflow: hidden;
    padding-bottom: 40px;
  }
  .costomi_slide_content:nth-child(2) {
    background-color: #e7474f;
  }
  .costomi_slide_content:nth-child(3) {
    background-color: #00b8ec;
  }
  .costomi_slide_content:nth-child(4) {
    background-color: #02ca6b;
  }
  .costomi_slide_content > div {
    width: 100%;
    height: 100%;
    margin: 0px auto;
  }
  .costomi_slide_content > div > .first_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0px 0px;
    gap: 30px;
    width: 100%;
    height: auto;
  }
  .costomi_slide_content > div > .second_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 0px 0px;
    gap: 10px;
    width: 100% !important;
    height: 200px;
  }
  .costomi_slide_content > div > .second_flex > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: auto;
    height: 189px;
  }
  .costomi_slide_content > div > .second_flex > div:first-child p:first-child {
    font-size: 80px !important;
    height: 116px;
    line-height: 109px;
    visibility: hidden;
  }
  .costomi_slide_content > div > .second_flex > div:first-child p:last-child {
    width: auto;
    font-size: 18px;
    line-height: 22px;
    margin-top: 11px;
    visibility: hidden;
  }
  .costomi_slide_content:first-child > div,
  .costomi_slide_content:last-child > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
  }
  .costomi_slide_content:nth-child(2) > div,
  .costomi_slide_content:nth-child(3) > div,
  .costomi_slide_content:nth-child(4) > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 100px;
    padding: 0px 15px;
  }
  .costomi_slide_content_first_title_1 {
    font-size: 56px;
    line-height: 50px;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
  }
  .costomi_slide_content_first_text_1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .costomi_slide_content_first_box {
    padding: 15px 20px;
    width: 100%;
    height: 59px;
    border: 2px dashed var(--white-color);
    text-align: center;
    font-size: 20px;
    line-height: 21px;
  }
  .costomi_slide_content_title {
    width: 350px;
    font-size: 42px;
    line-height: 51px;
    /* margin-bottom: 33px; */
  }
  .costomi_slide_image_1 {
    background-image: url("/images/innorix_autoronix/product_img/category_dome.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    min-width: 150px;
    height: 177.06px;
  }
  .costomi_slide_image_2 {
    background-image: url("/images/innorix_autoronix/product_img/category_bullet.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 220px;
    height: 144.52px;
  }
  .costomi_slide_image_3 {
    background-image: url("/images/innorix_autoronix/product_img/package_ptz_4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 193.31px;
    height: 210px;
  }

  .costomi_slide_move_left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100%;
    /* background-color: #000; */
    cursor: pointer;
    display: none;
  }
  .costomi_slide_move_right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100%;
    /* background-color: #000; */
    cursor: pointer;
    display: none;
  }
  .costomi_slide_move_left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 59.13px;
    background-image: url("/images/innorix_autoronix/slide_arrow_left.png");
    transform: translate(-50%, -50%);
  }
  .costomi_slide_move_right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 59.13px;
    background-image: url("/images/innorix_autoronix/slide_arrow_right.png");
    transform: translate(-50%, -50%);
  }

  .costomi_slide_move_slide_btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: auto;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-50%);
    gap: 10px;
  }
  .costomi_slide_move_slide_btn > div {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .costomi_slide_move_slide_btn > .active {
    background: rgba(255, 255, 255, 1);
  }

  .back_list_btn {
    position: relative;
    width: fit-content;
    /* padding: 10px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    font-size: 16px;
    color: #1b89ff;
  }
  .back_list_btn > span {
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #1b89ff;
    border-left: 1px solid #1b89ff;
    transform: rotate(-45deg);
  }
  .back_list_btn::after {
    position: absolute;
    top: 21px;
    left: 0px;
    content: "";
    width: 0px;
    height: 2px;
    background-color: #1b89ff;
    transition: all 0.3s ease;
  }
  .back_list_btn:hover::after {
    width: 100%;
  }
}
.impossible_add_cart > span {
  display: inline-block;
  box-sizing: border-box;
  /* margin-top: 0px; */
  margin-bottom: -2px;
  position: relative;
  width: 15px;
  height: 15px;
  /* border: 2px solid var(--white-color); */
  border-radius: 100%;
  background-image: url(/images/innorix_autoronix/cannot_notifi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
