/* Size */
/* Size End */
/* FontFace */
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto/RobotoCondensed-Light.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto/RobotoCondensed-Medium.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url("../fonts/Roboto/RobotoCondensed-SemiBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 800;
  src: url("../fonts/Roboto/RobotoCondensed-ExtraBold.ttf") format("truetype"), url("../fonts/Roboto/RobotoCondensed-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "sf";
  font-weight: 400;
  src: url("../fonts/SFPro/SF-UI-Display-Regular.otf") format("opentype"), url("../fonts/SFPro/SF-UI-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 500;
  src: url("../fonts/SFPro/SF-UI-Display-Medium.otf") format("opentype"), url("../fonts/SFPro/SF-UI-Display-Medium.otf") format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 600;
  src: url("../fonts/SFPro/SF-UI-Display-Semibold.otf") format("opentype"), url("../fonts/SFPro/SF-UI-Display-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 700;
  src: url("../fonts/SFPro/SF-UI-Display-Bold.otf") format("opentype"), url("../fonts/SFPro/SF-UI-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 800;
  src: url("../fonts/SFPro/SF-UI-Display-Black.otf") format("opentype"), url("../fonts/SFPro/SF-UI-Display-Black.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
/* FontFace End */
/* Size */
/* Size End */
/* Color */
:root {
  --backgroundColor: #f1f3f4;
  --primaryColor: #105AED;
  --primaryHoverColor: rgb(76,131,242);
  --baseColor: #151515;
  --baseColorHover: #111;
  --brandTransparentColor: rgb(76,131,242);
  --brandOrange: #F79256;
  --brandOTColor: rgb(249,173,128);
  --blueColor: #0078f9;
  --greenColor: #24a16e;
  --greenHoverColor: #198052;
  --secondColor: #00B2CA;
  --secondHoverColor: rgb(128,216,228);
  --brandSTColor: rgb(63,198,215);
  --inputBg: #f1f3f4;
  --borderColor: #d7d6d3;
  --borderGrayColor: #e9e9e9;
  --textColor: #555;
  --grayText: #858585;
  --lgrayColor: #f4f5f6;
  --checkradioBg: #f3f5f6;
  --switchBg: #f0f2f3;
  --itemBorder: #f5f3f0;
  --saleColor: #b2b2b2;
  --boxBg: #f5f7ff;
  --grayColor: #e1e6eb;
  --grayColorHover: #d0d7dd;
  --lightGrayColor: #eceff3;
}

/* Color End */
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-size: 14px;
  font-family: "sf";
  color: var(--baseColor);
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-color: #fff;
  background-size: cover;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--baseColor);
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: var(--baseColor);
  text-decoration: none;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400;
  line-height: 1.4;
}
p ~ p {
  margin-top: 20px;
}

button {
  font-family: "sf";
}

/* Other Style */
.clear-fix {
  display: block;
  clear: both;
}

.clear-fix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

*, *:after, *:before {
  box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

.dg {
  display: grid;
  width: 100%;
}

.dt {
  display: table;
}

.dgc {
  align-items: center;
}

.aic {
  align-items: center;
}

.g2 {
  grid-template-columns: 1fr 1fr;
}

.g3 {
  grid-template-columns: repeat(3, 1fr);
}

.g4 {
  grid-template-columns: repeat(4, 1fr);
}

.g5 {
  grid-template-columns: repeat(5, minmax(220px, 1fr));
}

.g6 {
  grid-template-columns: repeat(6, 1fr);
}

.g50_50 {
  grid-template-columns: 50% 50%;
}

.gc1 {
  grid-column: 1/3;
}

.gap1 {
  gap: 10px;
}

.gap1_2 {
  gap: 12px;
}

.gap1_6 {
  gap: 16px;
}

.gap2 {
  gap: 20px;
}

.gap2_4 {
  gap: 20px;
}

.gap3 {
  gap: 30px;
}

.gap4 {
  gap: 40px;
}

.gap5 {
  gap: 50px;
}

.df {
  display: flex;
}

.gap_row2 {
  row-gap: 20px;
}

.gap_col2 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.dfc {
  display: flex;
  align-items: center;
}

.dfs {
  display: flex;
  align-items: flex-start;
}

.dfe {
  display: flex;
  align-items: flex-end;
}

.de {
  align-items: flex-end;
}

.dcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fe {
  justify-content: flex-end;
}

.pr {
  position: relative !important;
}

.pa {
  position: absolute !important;
}

.pa_cc {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w10 {
  width: 100%;
}

.mt1 {
  margin-top: 10px;
}

.mt1_6 {
  margin-top: 16px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.ml1 {
  margin-left: 10px;
}

.ml1_6 {
  margin-left: 16px;
}

.ml2 {
  margin-left: 20px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

/* Main Style */
.container {
  margin: 0 auto;
  width: 1120px;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}

.widget {
  width: 360px;
}

.full_container {
  margin: 0 auto;
  max-width: 1280px;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primaryColor);
}

::selection {
  color: #fff;
  background-color: var(--primaryColor);
}

/* Main Style End */
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pa_bl {
  left: 10px;
  bottom: 10px;
}

.pa_br {
  right: 10px;
  bottom: 10px;
}

.__input,
.__select,
.__textarea {
  position: relative;
  color: var(--baseColor);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "sf";
  font-weight: 500;
  line-height: 40px;
  height: 44px;
  width: 100%;
  padding: 0 14px;
  background: #fff;
  transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--borderColor);
  border-radius: 6px;
  z-index: 0;
}
.__input:hover,
.__select:hover,
.__textarea:hover {
  border-color: #7f8da5;
}
.__input:focus,
.__select:focus,
.__textarea:focus {
  border-color: var(--baseColor);
  box-shadow: 0 0 0 1px var(--baseColor) inset;
}
.__input:not(:-moz-placeholder-shown), .__select:not(:-moz-placeholder-shown), .__textarea:not(:-moz-placeholder-shown) {
  border-color: var(--baseColor);
}
.__input:not(:placeholder-shown),
.__select:not(:placeholder-shown),
.__textarea:not(:placeholder-shown) {
  border-color: var(--baseColor);
}
.__input::-moz-placeholder, .__select::-moz-placeholder, .__textarea::-moz-placeholder {
  color: #acb4c1;
  font-size: 13px;
  font-weight: 400;
}
.__input::placeholder,
.__select::placeholder,
.__textarea::placeholder {
  color: #acb4c1;
  font-size: 13px;
  font-weight: 400;
}
.__input:disabled,
.__select:disabled,
.__textarea:disabled {
  background-color: var(--checkradioBg);
  border-color: var(--grayColor);
}
.__input[type=number],
.__select[type=number],
.__textarea[type=number] {
  -moz-appearance: textfield;
}
.__input::-webkit-outer-spin-button, .__input::-webkit-inner-spin-button,
.__select::-webkit-outer-spin-button,
.__select::-webkit-inner-spin-button,
.__textarea::-webkit-outer-spin-button,
.__textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input_icon {
  position: relative;
}
.input_icon .__input,
.input_icon .__select {
  padding-left: 42px;
}
.input_icon span {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 2;
}

.icon-phone {
  background: url("../images/icon-phone.svg") no-repeat center center;
}

.icon-user {
  background: url("../images/profile/icon-user.svg") no-repeat center center;
}

.icon-phone {
  background: url("../images/icon-phone.svg") no-repeat center center;
}

.icon-password {
  background: url("../images/icon-password.svg") no-repeat center center;
}

.icon-help {
  background: url("../images/profile/icon-help.svg") no-repeat center center;
}

.icon-password {
  background: url("../images/profile/icon-password.svg") no-repeat center center;
}

.icon-address {
  background: url("../images/profile/icon-address.svg") no-repeat center center;
}

.icon-parcel {
  background: url("../images/profile/icon-parcel.svg") no-repeat center center;
}

.icon-favourite {
  background: url("../images/profile/icon-favourite.svg") no-repeat center center;
}

.icon-order {
  background: url("../images/profile/icon-order.svg") no-repeat center center;
}

.icon-logout {
  background: url("../images/profile/icon-logout.svg") no-repeat center center;
}

.col2to1 {
  grid-column: 1/3;
}

select, .__select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  background-position: right 12px center;
  background-size: 10px 10px;
  outline: 0;
}

.__textarea {
  height: auto;
  min-height: 6rem;
  max-height: 12rem;
  resize: vertical;
}

textarea::-moz-placeholder {
  color: #acb4c1;
}

textarea::placeholder {
  color: #acb4c1;
}

.__input_s {
  height: 38px;
  padding: 0 10px;
}

.__input_m {
  height: 40px;
  padding: 0 12px;
}

.__input_l {
  height: 48px;
  padding: 0 14px;
}

.__input::-moz-placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input::placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input_rest:hover {
  border-color: #7f8da5;
}

.__input_rest:focus {
  border-color: var(--baseColor);
  box-shadow: 0 0 0 1px var(--baseColor) inset;
}

.__in_error {
  border-color: #d0021b;
}

.notice {
  padding: 10px 14px;
  margin: 16px 0;
  background-color: var(--grayColor);
  border-radius: 8px;
}
.notice.green {
  color: #0f5f55;
  background-color: #bef8ed;
}

.register_grid {
  grid-template-columns: 48px 48px 1fr;
}

.register_item {
  position: relative;
}
.register_item .reg_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-weight: 500;
  background-color: var(--inputBg);
  border-radius: 8px;
  cursor: pointer;
}

.register_words {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 9;
}
.register_words.show {
  display: block;
}
.register_words .reg_words_grid {
  background-color: #fff;
  padding: 15px;
  gap: 3px;
  grid-template-columns: repeat(6, 1fr);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.register_words .reg_words_grid div {
  color: #aaa;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  background-color: var(--switchBg);
  transition: all 0.1s;
  border-radius: 8px;
  cursor: pointer;
}
.register_words .reg_words_grid div.active, .register_words .reg_words_grid div:hover {
  color: var(--baseColorHover);
  background-color: #4de0f5;
}

.form_item {
  display: grid;
  margin-bottom: 20px;
}

.form_item_line {
  display: grid;
  margin: 24px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 16, 34, 0.1);
}

.__label {
  display: flex;
  color: #495460;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 20px;
  margin-bottom: 6px;
}

.label ~ .label {
  margin-top: 10px;
}
.label .sbemt_count {
  color: #b1b7bf;
}

.label, .label-text {
  color: var(--textColor);
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.label a, .label-text a {
  font-size: 13px;
  text-decoration: underline;
  margin-left: 10px;
}

.dtb {
  display: table;
}

.__text_desc {
  margin-top: 8px;
}
.__text_desc p {
  color: var(--primaryColor);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #495460;
}
.__text_desc p ~ p {
  margin-top: 8px;
}
.__text_desc .__error {
  color: #d0021b;
  font-weight: 500;
}

.input_col {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 10px;
}
.input_col ~ .input_col {
  margin-top: 10px;
}

.add_rem {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--lightGrayColor);
  border-radius: 8px;
  cursor: pointer;
}
.add_rem .add {
  position: relative;
  height: 2px;
  width: 18px;
  background-color: #7f8da5;
}
.add_rem .add::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 18px;
  width: 2px;
  background-color: #7f8da5;
  transform: translate(-50%, -50%);
}
.add_rem .remove {
  height: 2px;
  width: 18px;
  background-color: #7f8da5;
}

/* Button Style */
.__btn {
  position: relative;
  color: var(--baseColor);
  font-size: 13px !important;
  font-family: "sf";
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 8px 18px;
  background-color: transparent;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  border: none;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 2;
}

.__btn_l {
  height: 48px;
  border-radius: 8px;
}

.__btn_m {
  height: 40px;
  border-radius: 6px;
}

.__btn_s {
  height: 38px;
  border-radius: 6px;
}

.__btn_htrans {
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.__default {
  color: var(--baseColor);
  background-color: var(--backgroundColor);
  border: none;
}
.__default:hover {
  background-color: var(--lgrayColor) !important;
}
.__default .__deactivated {
  opacity: 0.6;
}

.__other {
  justify-content: flex-start;
  padding-left: 12px;
  border: 1px solid var(--saleColor);
}
.__other:hover {
  background-color: var(--backgroundColor);
}
.__other span {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-size: 100% !important;
}
.__other .google {
  background: url("../images/google_logo.svg") no-repeat center center;
}
.__other .facebook {
  background: url("../images/facebook_logo.svg") no-repeat center center;
}

.__primary {
  color: #fff;
  background-color: var(--primaryColor);
}
.__primary:hover {
  background-color: var(--primaryHoverColor);
}

.green_btn {
  color: #fff;
  background-color: var(--greenColor);
}
.green_btn:hover {
  color: #fff;
  background-color: var(--greenHoverColor);
}

.__second_btn {
  color: #fff;
  background-color: var(--secondColor);
}
.__second_btn:hover {
  background-color: var(--secondHoverColor);
}

.btn_clear {
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  padding: 0 8px;
  background-color: var(--grayColor);
  border-radius: 20px;
  cursor: pointer;
  border: none;
}
.btn_clear:hover {
  background-color: var(--grayColorHover);
}

/* Button Style End */
/* Other */
.checkbox-label {
  color: var(--textColor);
  display: flex;
  align-items: center;
  min-height: 22px;
  position: relative;
  padding-left: 30px;
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-label .checkbox,
.checkbox-label .radiobox {
  opacity: 0;
  position: absolute;
}

.checkmark, .radiomark {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--borderColor);
  transform: translateY(-50%);
  border-radius: 2px;
}

.radiomark {
  border-radius: 50%;
}

.checkbox-label:hover .checkbox ~ .checkmark,
.checkbox-label:hover .radiobox ~ .radiomark {
  border-color: var(--secondColor);
}

.checkbox[type=checkbox]:checked + .checkmark {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}

.radiobox[type=radio]:checked + .radiomark {
  background-color: var(--primaryColor);
  border-color: var(--baseColor);
}

.checkbox[type=checkbox]:checked + .checkmark::before,
.checkbox[type=checkbox]:checked + .checkmark::after {
  display: flex;
  position: absolute;
  content: "";
  top: 7px;
  left: 5px;
  width: 9px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.checkbox[type=checkbox]:checked + .checkmark::before {
  top: 8px;
  left: 3px;
  width: 5px;
  transform: rotate(45deg);
}

.radiobox[type=radio]:checked + .radiomark::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.checkbox[type=checkbox]:checked + .checkmark + .label-text,
.radiobox[type=radio]:checked + .radiomark + .label-text {
  color: var(--baseColor);
  font-weight: 500;
}

.checkbox-label:not(.disabled).\:focus .checkbox ~ .checkmark,
.checkbox-label:not(.disabled):focus .checkbox ~ .checkmark {
  opacity: 1;
  z-index: 10;
  outline: 2px dotted var(--baseColor);
  outline-offset: 2px;
}

.__txtu {
  text-transform: uppercase;
}

ol {
  list-style: circle;
}

span[class^=icon-] {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 100% !important;
}
span[class^=icon-].search {
  background: url("../images/icon-search.png") no-repeat center center;
}

.tab_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tab_wrap .tab_item {
  color: var(--grayText);
  display: flex;
  height: 40px;
  padding: 10px 16px;
  border-radius: 6px;
}
.tab_wrap .tab_item.active {
  color: #fff;
  font-weight: 500;
  background-color: var(--secondColor);
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active, .tab-content .tab-pane.show {
  display: block;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.nav-link ~ .nav-link {
  margin-left: 6px;
}

.order_number {
  color: var(--secondColor);
}

.table_wrap {
  position: relative;
  border: 1px solid var(--borderGrayColor);
  overflow-x: auto;
}
.table_wrap::-webkit-scrollbar {
  height: 4px;
  background-color: var(--lgrayColor);
  border-radius: 4px;
}
.table_wrap::-webkit-scrollbar-thumb {
  background-color: var(--borderGrayColor);
  border-radius: 4px;
}
.table_wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--saleColor);
}

.d_main_desc_list .n_table, .d_main_desc_list table {
  margin-bottom: 20px;
}

.d_main_desc_list .n_table, .n_table, .d_main_desc_list table {
  caption-side: bottom;
  border-collapse: collapse;
  border-spacing: 0 2px;
  width: 100%;
}
.d_main_desc_list .n_table colgroup col, .n_table colgroup col, .d_main_desc_list table colgroup col {
  width: auto !important;
}
.d_main_desc_list .n_table th, .d_main_desc_list .n_table td, .n_table th, .n_table td, .d_main_desc_list table th, .d_main_desc_list table td {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding: 8px;
  border-left: 1px solid var(--borderGrayColor);
}
.d_main_desc_list .n_table th:first-child, .d_main_desc_list .n_table td:first-child, .n_table th:first-child, .n_table td:first-child, .d_main_desc_list table th:first-child, .d_main_desc_list table td:first-child {
  border-left: none !important;
}
.d_main_desc_list .n_table td, .n_table td, .d_main_desc_list table td {
  border-top: 1px solid var(--borderGrayColor);
}
.d_main_desc_list .n_table thead, .n_table thead, .d_main_desc_list table thead {
  background-color: var(--itemBorder);
}
.d_main_desc_list .n_table thead tr ~ tr th, .n_table thead tr ~ tr th, .d_main_desc_list table thead tr ~ tr th {
  border-top: 1px solid var(--borderGrayColor);
}
.d_main_desc_list .n_table thead th, .n_table thead th, .d_main_desc_list table thead th {
  color: var(--grayText) !important;
  border-left: 1px solid var(--borderGrayColor);
  vertical-align: bottom;
}
.d_main_desc_list .n_table tbody tr:last-child, .n_table tbody tr:last-child, .d_main_desc_list table tbody tr:last-child {
  border-bottom-left-radius: 6px;
}
.d_main_desc_list .n_table tbody tr:last-child td:first-child, .n_table tbody tr:last-child td:first-child, .d_main_desc_list table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.d_main_desc_list .n_table tbody tr:last-child td:last-child, .n_table tbody tr:last-child td:last-child, .d_main_desc_list table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.d_main_desc_list .n_table tbody td, .n_table tbody td, .d_main_desc_list table tbody td {
  font-weight: 400;
}
.d_main_desc_list .n_table tbody td strong, .d_main_desc_list .n_table tbody td b, .n_table tbody td strong, .n_table tbody td b, .d_main_desc_list table tbody td strong, .d_main_desc_list table tbody td b {
  color: var(--secondColor);
  font-weight: 600;
}
.d_main_desc_list .n_table tbody td b, .n_table tbody td b, .d_main_desc_list table tbody td b {
  color: var(--textColor);
}
.d_main_desc_list .n_table tbody td b a, .n_table tbody td b a, .d_main_desc_list table tbody td b a {
  text-decoration: underline;
}
.d_main_desc_list .n_table tbody td b a:hover, .n_table tbody td b a:hover, .d_main_desc_list table tbody td b a:hover {
  color: var(--blueColor);
}
.d_main_desc_list .n_table .type_i, .n_table .type_i, .d_main_desc_list table .type_i {
  margin: 0;
}
.d_main_desc_list .n_table .table_link, .n_table .table_link, .d_main_desc_list table .table_link {
  color: var(--blueColor);
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  max-width: 200px;
  margin-top: 5px;
  padding: 4px 8px;
  background-color: var(--itemBorder);
  text-overflow: ellipsis;
  border: 1px solid var(--borderColor);
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.d_main_desc_list .n_table .table_link span, .n_table .table_link span, .d_main_desc_list table .table_link span {
  display: inline-flex;
  height: 14px;
  width: 14px;
  margin-right: 4px;
  background: url("../images/link.png") no-repeat center center;
  background-size: 100%;
}
.d_main_desc_list .n_table .table_more, .n_table .table_more, .d_main_desc_list table .table_more {
  display: table;
}
.d_main_desc_list .n_table .table_more:hover > div span, .n_table .table_more:hover > div span, .d_main_desc_list table .table_more:hover > div span {
  margin-left: 6px;
}
.d_main_desc_list .n_table .table_more > div, .n_table .table_more > div, .d_main_desc_list table .table_more > div {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 2px 3px 2px 8px;
  background-color: var(--secondColor);
  border-radius: 12px;
}
.d_main_desc_list .n_table .table_more span, .n_table .table_more span, .d_main_desc_list table .table_more span {
  display: flex;
  height: 18px;
  width: 18px;
  margin-left: 2px;
  background-color: #fff;
  -webkit-mask-image: url("../images/icon-slide-next.svg");
  background-size: 100%;
  transition: all 0.15s;
}

.status {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 14px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.status_success {
  color: var(--greenColor);
  background-color: rgba(36, 161, 110, 0.1450980392);
  border-color: rgba(36, 161, 110, 0.1882352941);
}

.status_primary {
  color: var(--blueColor);
  background-color: rgba(0, 120, 249, 0.1450980392);
  border-color: rgba(0, 120, 249, 0.1450980392);
}

.status_waiting {
  color: var(--primaryColor);
  background-color: rgba(255, 181, 3, 0.1450980392);
  border-color: rgba(255, 181, 3, 0.1450980392);
}

.status_danger {
  color: #e32323;
  background-color: rgba(227, 35, 35, 0.1450980392);
  border-color: rgba(227, 35, 35, 0.1450980392);
}

.table_action a ~ a {
  margin-left: 10px;
}
.table_action a:hover span svg [fill]:not(.permanent):not(g) {
  fill: var(--primaryColor);
}
.table_action span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: var(--lgrayColor);
  border-radius: 6px;
}
.table_action span svg {
  height: 14px;
  width: 14px;
}
.table_action span svg [fill]:not(.permanent):not(g) {
  fill: #b1b7bf;
}

.modal {
  z-index: 1072;
}

.sbemt_modal {
  position: relative;
  pointer-events: all;
}
.sbemt_modal .sbemt_main h2 {
  font-size: 20px;
  padding: 16px;
  border-bottom: 1px solid var(--itemBorder);
}
.sbemt_modal .sbemt_main .box_title {
  text-align: center;
}
.sbemt_modal .sbemt_main .box_title h3 {
  font-size: 30px;
}

.n_pagination {
  display: table;
  margin: 20px auto 0;
}
.n_pagination ul {
  display: flex;
  align-items: center;
}
.n_pagination ul li ~ li {
  margin-left: 5px;
}
.n_pagination ul li span, .n_pagination ul li a, .n_pagination ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  min-width: 30px;
  padding: 8px 10px;
  transition: all 0.15s;
  border-radius: 20px;
}
.n_pagination ul li span {
  color: var(--saleColor);
}
.n_pagination ul li .active {
  color: #fff;
  background-color: var(--secondColor);
}
.n_pagination ul li a:hover {
  background-color: var(--itemBorder);
}

/* Other End */
/* Header Style */
.logo {
  font-family: "Roboto";
  line-height: 1;
  display: flex;
}
.logo .grid_logo {
  align-items: center;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.logo .slogan {
  color: var(--primaryColor);
  text-transform: uppercase;
}
.logo .slogan p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
}
.logo .slogan h2 {
  font-size: 24px;
  font-weight: 600;
}
.logo span {
  display: flex;
  flex: 0 0 50px;
  width: 80px;
  height: 80px;
  background: transparent url("../images/selbe_logo.svg") no-repeat center center;
  background-size: contain;
}

.header_wrap {
  position: relative;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
  transition: all 0.2s ease;
  z-index: 109;
}
.header_wrap .header_topbar {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 30px;
  background-color: var(--secondColor);
}
.header_wrap .header_topbar .ht_item ~ .ht_item {
  margin-left: 20px;
}
.header_wrap .header_main {
  padding: 12px 0;
}
.header_wrap .header_main .header_lm {
  flex-grow: 1;
}

.other_info {
  color: var(--baseColor);
}
.other_info .oi_item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
}
.other_info .oi_item span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_info .oi_item p {
  color: #7f8da5;
}
.other_info .oi_item i {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}
.other_info .oi_item ~ .oi_item {
  margin-left: 30px;
}

.right_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.right_item p {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right_item ~ .right_item {
  margin-left: 24px;
}
.right_item span {
  height: 28px;
}
.right_item:hover {
  color: var(--primaryColor);
}
.right_item:hover .dropdown_wrap {
  top: 100%;
  left: 50%;
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.right_item span img {
  height: 28px;
  width: 28px;
}

.lang_wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.lang_wrap a {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
}

.header_right_wrap {
  display: flex;
  align-items: center;
}
.header_right_wrap .head_quickly {
  margin-right: 40px;
}
.header_right_wrap .head_quickly .text_btn {
  color: #fff;
  background-color: var(--baseColorHover);
  transition: all 0.2s;
  border-radius: 24px;
}
.header_right_wrap .head_quickly .text_btn:hover {
  background-color: var(--baseColor);
  box-shadow: 2px 2px 0 var(--primaryColor);
}

/* Header Style End */
/* Body Style */
.visible {
  overflow: hidden;
}

.overflow_element {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 88;
}

.body_wrap {
  background-color: var(--backgroundColor);
}

.is_home {
  overflow: hidden;
}

.main_content {
  padding: 30px 0;
}

.main_grid {
  grid-template-columns: 1fr 280px;
}

.main_content_wrap {
  font-family: "sf";
}
.main_content_wrap em {
  color: var(--textColor);
  font-style: normal;
}

.mc_header_img {
  margin-bottom: 5px;
  overflow: hidden;
}

.about_header {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 50px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: var(--secondColor);
}
.about_header .mc_title {
  font-size: 40px;
  margin: 0 !important;
}
.about_header::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--brandOrange);
}

.mc_title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
}
.mc_title::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 3px;
  background-color: var(--brandOrange);
}

.mc_desc {
  font-size: 16px;
}
.mc_desc ul, .mc_desc ol {
  margin: 20px 0 20px 30px;
}
.mc_desc ul li ~ li, .mc_desc ol li ~ li {
  margin-top: 10px;
}
.mc_desc h3 {
  margin: 30px 0 10px;
}
.mc_desc .img_block {
  margin: 10px 0 20px;
}
.mc_desc .table_content {
  font-size: 14px;
}

.contact_item {
  padding: 20px;
  background-color: var(--backgroundColor);
}
.contact_item h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.contact_item a {
  color: var(--primaryColor);
}

.table_content {
  width: 100%;
  letter-spacing: 0;
  border-spacing: 0;
  border-collapse: separate !important;
  border: 1px solid var(--borderColor);
  border-radius: 6px;
  overflow: hidden;
}
.table_content .required_text {
  display: block;
  white-space: break-spaces;
}
.table_content button {
  border-radius: 2px;
}
.table_content .__btn {
  color: #fff !important;
  height: 28px !important;
}
.table_content thead {
  background-color: var(--backgroundColor);
}
.table_content thead tr th {
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  box-sizing: border-box;
}
.table_content thead tr th:last-child {
  border: non;
}
.table_content thead input, .table_content thead select {
  width: 100%;
  background-color: #fff;
  border-color: var(--borderColor);
}
.table_content thead .nas {
  width: 70px;
}
.table_content thead tr, .table_content tbody tr {
  padding: 0;
}
.table_content thead tr th, .table_content thead tr td, .table_content tbody tr th, .table_content tbody tr td {
  position: relative;
  text-align: left;
  min-width: 20px;
  padding: 8px 10px;
  border-left: 1px solid var(--borderColor);
}
.table_content thead tr th:first-child, .table_content thead tr td:first-child, .table_content tbody tr th:first-child, .table_content tbody tr td:first-child {
  border-left: none;
}
.table_content tbody tr:first-child td {
  border-color: var(--borderColor);
}
.table_content tbody tr:hover {
  background-color: #f6f8f9;
}
.table_content tbody tr td {
  display: table-cell;
  max-width: 300px;
  border-top: 1px solid #e7eaef;
  vertical-align: top;
}
.table_content tbody tr td a {
  color: var(--baseColor);
}
.table_content .__btn {
  width: -moz-max-content;
  width: max-content;
}

.section_container {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

.img_block {
  position: relative;
  height: 100%;
}
.img_block img {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.section {
  display: block;
  padding-top: 50px;
}

.section_line {
  padding: 50px 0;
}

.title {
  display: table;
  position: relative;
  font-family: "sf";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  min-height: 38px;
  line-height: 38px;
  padding-bottom: 10px;
  margin: 0 auto 30px;
}
.title::before, .title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 80%;
  background-color: var(--brandOrange);
  transform: translateX(-50%);
}
.title .back_btn {
  margin: 0;
}

.sub_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.see_more {
  display: flex;
}
.see_more a {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.see_more a:hover span {
  transform: translateX(3px);
}
.see_more span {
  position: relative;
  display: flex;
  place-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin-left: 8px;
  background-color: var(--primaryColor);
  transition: all 0.15s;
  border-radius: 50%;
}
.see_more span::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  background: url("../images/icon-slide-next.svg") no-repeat center center;
  background-size: contain;
}

.slide_wrap {
  position: relative;
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
  background-color: var(--backgroundColor);
}
.slide_wrap .slide_item {
  opacity: 0.3;
}
.slide_wrap .swiper-slide-visible {
  opacity: 1;
}
.slide_wrap .img_block {
  height: 100%;
}

.swiper-container {
  height: 500px;
}

.our_home_info {
  font-family: "sf";
}
.our_home_info .ohi_item {
  position: relative;
  padding: 30px;
  background: var(--backgroundColor);
  border-bottom: 3px solid var(--secondHoverColor);
  transition: all 0.2s;
}
.our_home_info .ohi_item::before, .our_home_info .ohi_item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 30%;
  background-color: var(--brandOrange);
  transition: all 0.3s;
}
.our_home_info .ohi_item::after {
  height: 30%;
  width: 2px;
}
.our_home_info .ohi_item:hover {
  background: linear-gradient(to bottom, var(--backgroundColor), #fff);
}
.our_home_info .ohi_item:hover::before {
  left: 70%;
}
.our_home_info .ohi_item:hover::after {
  top: 70%;
}
.our_home_info .ohi_item .ohi_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  margin-bottom: 16px;
  background-color: var(--primaryColor);
  border-radius: 50%;
}
.our_home_info .ohi_item .ohi_icon span {
  height: 32px;
  width: 32px;
}
.our_home_info .ohi_item h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.our_home_info .ohi_item a {
  color: var(--secondColor);
  display: table;
  margin-top: 20px;
  transition: all 0.2s;
}
.our_home_info .ohi_item a:hover {
  text-decoration: underline;
}

.news_info .news_item {
  position: relative;
}
.news_info .news_item:hover .news_img::before {
  height: 50%;
}
.news_info .news_item:hover .news_img img {
  transform: scale(1.02);
}
.news_info .news_item:hover .news_desc h3 {
  color: var(--primaryColor);
}
.news_info .news_item .news_img {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.news_info .news_item .news_img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(16, 90, 237, 0.5019607843), transparent);
  transition: all 0.15s;
  z-index: 3;
}
.news_info .news_item .news_img img {
  transition: all 0.3s;
}
.news_info .news_item .news_desc {
  margin-top: 10px;
}
.news_info .news_item .news_desc h3 {
  font-size: 17px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info .news_item .news_desc em {
  color: var(--grayText);
  display: flex;
  font-style: normal;
  margin: 6px 0;
}
.news_info .news_item .news_desc p {
  color: var(--textColor);
}

/* Product Style */
.box_item_list {
  position: relative;
  padding: 24px;
  max-width: 100vw;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--itemBorder);
  border-radius: 12px;
}

.product_items, .itemlist {
  position: relative;
}

.row2 {
  height: 672px;
}

.oveflow_hidden {
  position: static !important;
  overflow: hidden;
  list-style: none;
  width: 100%;
  padding: 0;
}

.simple_item, .pitem {
  max-width: 206px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--itemBorder);
  border-radius: 6px;
}
.simple_item:hover .simple_item_img .img_block img, .pitem:hover .simple_item_img .img_block img {
  transform: scale(1.05);
}

.sale_list .simple_item_desc h3 {
  color: var(--secondColor);
}

.top_badge {
  top: 10px;
  right: 10px;
  font-size: 13px;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 4px;
  z-index: 2;
}

.discount {
  color: #fff;
  background-color: var(--secondColor);
}

.wishlist .btn_heart span {
  background: url("../images/icon-favourite-active.svg") no-repeat center center;
  transform: scale(1.2);
}

.btn_heart {
  display: flex;
  padding: 6px;
  background-color: var(--grayColor);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  z-index: 3;
}
.btn_heart span {
  height: 18px;
  width: 18px;
  background: url("../images/icon-favourite.svg") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s;
}
.btn_heart:hover span {
  background: url("../images/icon-favourite-active.svg") no-repeat center center;
  transform: scale(1.2);
}

.pitem {
  position: relative;
  align-items: stretch;
  max-width: 230px;
}

.simple_item_img {
  position: relative;
  top: 0;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.simple_item_img .img_block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.simple_item_img .img_block img {
  transition: all 0.15s;
}

.simple_item_desc {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
}
.simple_item_desc h3 {
  font-weight: 600;
}
.simple_item_desc h4 {
  font-weight: 400;
}
.simple_item_desc .stars {
  margin-top: 10px;
}
.simple_item_desc .stars.review {
  height: 14px;
  width: 88px;
}
.simple_item_desc .stars .fill.review {
  height: 14px;
}
.simple_item_desc .stars.review {
  background: -13 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 18px 0 url("data:image/svg+xml;charset=utf-17,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 36px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 54px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 72px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat;
}
.simple_item_desc .stars.review {
  background: 0 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 18px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 36px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 54px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat, 72px 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23e5e7e9' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E") no-repeat;
}
.simple_item_desc .fill.review {
  background: 4 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 18px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 36px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 54px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 72px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat;
  height: 18px;
  width: 0;
}
.simple_item_desc .fill.review {
  background: 0 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 18px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 36px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 54px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat, 72px 0 url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid" viewBox="0 0 15 15"%3E%3Cpath class="st0" fill="%23ff5843" d="M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z"/%3E%3C/svg%3E') no-repeat;
}

.item_price {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.item_price span {
  margin-left: 3px;
}
.item_price .old_price {
  position: relative;
  color: var(--saleColor);
  font-size: 13px;
  margin-left: 5px;
}
.item_price .old_price::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  height: 1px;
  width: calc(100% + 4px);
  background-color: var(--saleColor);
  transform: rotate(-5deg);
}

.column_big {
  overflow: hidden;
}

.column_small {
  height: 250px;
}
.column_small .simple_item {
  max-width: 100%;
}
.column_small .simple_item a {
  display: flex;
  max-width: 100%;
}
.column_small .simple_item .simple_item_img {
  height: 100px;
  width: 100px;
  min-width: 100px;
  padding: 0;
  border-radius: 5px 0 0 5px;
}

.time {
  display: flex;
  align-items: center;
  color: #a1a1a1;
  font: normal 500 13px abox;
}
.time span {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background: url("../images/icon-time.svg") no-repeat center center;
  background-size: 100%;
}
.time div {
  color: #EC3B3B;
  margin-left: 5px;
}

.header_menu {
  position: relative;
  background-color: var(--primaryColor);
}

.cat_menu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  min-width: 44px;
  padding: 0 4px;
  margin-right: 16px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.cat_menu_btn:hover span:first-child, .cat_menu_btn:hover span:last-child {
  top: 7.5px;
  left: 14.5px;
  margin-top: 0;
  width: 10px;
  transition: top 0.4s ease 0.4s, left 0.1s ease 0.4s, transform 0.3s ease 0.4s, width 0.1s ease 0.4s, margin-top 0.1s ease 0.1s;
  transform: rotate3d(0, 0, 2, 45deg);
}
.cat_menu_btn:hover span:last-child {
  top: 15px;
  transform: rotate3d(0, 0, 2, -45deg);
}
.cat_menu_btn div {
  position: relative;
  height: 24px;
  width: 24px;
}
.cat_menu_btn span {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 2px;
  width: 24px;
  background-color: var(--baseColor);
  transition: all 0.15s;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.cat_menu_btn span:first-child {
  margin-top: -6px;
}
.cat_menu_btn span:last-child {
  margin-top: 6px;
}

.menu_wrap {
  font-family: "Roboto";
}
.menu_wrap li {
  position: relative;
}
.menu_wrap li a {
  position: relative;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  padding: 12px 16px;
  transition: all 0.15s;
}
.menu_wrap li a:hover {
  color: var(--secondColor);
}
.menu_wrap li a.active, .menu_wrap li a.active:hover {
  color: #fff;
  background-color: var(--primaryHoverColor);
}
.menu_wrap li a.active::before, .menu_wrap li a.active:hover::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--brandOrange);
}
.menu_wrap li.is_sub > a {
  padding-right: 26px;
}
.menu_wrap li.is_sub > a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 7px;
  height: 10px;
  width: 10px;
  background-color: #fff;
  -webkit-mask-image: url("../images/drop-arrow.svg");
  mask-image: url("../images/drop-arrow.svg");
  background-size: 100%;
  transform: translateY(-50%);
  transition: all 0.15s;
}
.menu_wrap li.is_sub .sub_menu, .menu_wrap li.is_sub .sub_sub_menu {
  position: absolute;
  top: 100%;
  left: -10000px;
  width: 280px;
  margin-top: 10px;
  background-color: #fff;
  flex-direction: column;
  box-shadow: 0 5px 25px -5px rgba(10, 10, 10, 0.3);
  transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, transform 0.2s ease-in;
  transform: translateY(10px);
  border-radius: 0 0 5px 5px;
  opacity: 0;
  z-index: 99;
}
.menu_wrap li.is_sub .sub_menu li::after, .menu_wrap li.is_sub .sub_sub_menu li::after {
  display: none;
}
.menu_wrap li.is_sub .sub_menu li ~ li, .menu_wrap li.is_sub .sub_sub_menu li ~ li {
  border: none !important;
}
.menu_wrap li.is_sub .sub_menu li a, .menu_wrap li.is_sub .sub_sub_menu li a {
  color: var(--textColor);
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  padding: 10px 16px;
  border: none;
}
.menu_wrap li.is_sub .sub_menu li a.active, .menu_wrap li.is_sub .sub_sub_menu li a.active {
  color: var(--primaryColor);
  background-color: transparent;
}
.menu_wrap li.is_sub .sub_menu li a.active::before, .menu_wrap li.is_sub .sub_sub_menu li a.active::before {
  top: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: 2px;
  background-color: var(--secondColor);
}
.menu_wrap li.is_sub .sub_menu li:hover > a, .menu_wrap li.is_sub .sub_sub_menu li:hover > a {
  color: var(--primaryColor);
  background-color: var(--backgroundColor);
}
.menu_wrap li.is_sub .sub_menu li ~ li, .menu_wrap li.is_sub .sub_sub_menu li ~ li {
  margin: 0;
}
.menu_wrap li.is_sub .sub_menu li.is_sub_sub > a, .menu_wrap li.is_sub .sub_sub_menu li.is_sub_sub > a {
  position: relative;
  padding-right: 20px;
}
.menu_wrap li.is_sub .sub_menu li.is_sub_sub > a::after, .menu_wrap li.is_sub .sub_sub_menu li.is_sub_sub > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  background-size: 100%;
  transform: rotate(-90deg) translateY(-50%);
}
.menu_wrap li.is_sub .sub_menu li.is_sub_sub:hover .sub_sub_menu, .menu_wrap li.is_sub .sub_sub_menu li.is_sub_sub:hover .sub_sub_menu {
  top: 0;
  left: 100%;
  margin: 0;
  transform: translate(0);
  opacity: 1;
}
.menu_wrap li.is_sub:hover > a {
  color: var(--secondColor);
}
.menu_wrap li.is_sub:hover > a::after {
  background-color: var(--secondColor);
  transform: scaleY(-1) translateY(50%);
}
.menu_wrap li.is_sub:hover .sub_menu {
  left: 0;
  margin: 0;
  transform: translate(0);
  opacity: 1;
}

.menu_slide {
  position: relative;
  width: 100%;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 3;
}
.swiper-pagination .swiper-pagination-bullet {
  display: flex;
  height: 8px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet ~ .swiper-pagination-bullet {
  margin-left: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.sbemt_slide_btn {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.15s;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.sbemt_slide_btn:hover {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}
.sbemt_slide_btn::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("../images/icon-slide-prev.svg");
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 100% !important;
}

.swiper-button-next {
  left: auto;
  right: 40px;
}
.swiper-button-next::before {
  background-image: url("../images/icon-slide-next.svg");
}

.overflow_element {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 88;
}

.banner_slide {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.visible_list .pitem {
  opacity: 0.15;
}
.visible_list .swiper-slide-visible {
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  margin-right: 12px;
  background-color: transparent;
  transition: all 0.1s ease-in;
  border: 1px solid var(--grayColor);
  border-radius: 50%;
}
.back_btn:hover {
  background-color: var(--lightGrayColor);
}
.back_btn span {
  display: flex;
  height: 24px;
  width: 24px;
  margin: 0 !important;
  padding: 0 !important;
  background: url("../images/icon-slide-prev.svg") no-repeat center center;
  background-size: 100%;
}

.blog_section {
  margin: 50px auto 0;
  padding: 50px 0;
  background-color: var(--primaryColor);
}

.blog_item {
  background-color: #fff;
  border-radius: 10px;
}
.blog_item:hover .blog_item_img .img_block img {
  transform: scale(1.05);
}
.blog_item .blog_item_img {
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.blog_item .blog_item_img .img_block img {
  transition: all 0.15s;
}
.blog_item .blog_item_desc {
  padding: 12px;
}
.blog_item .blog_item_desc h3 {
  font-weight: 500;
  line-height: 1.2;
}
.blog_item .blog_item_desc em {
  color: var(--textColor);
  display: flex;
  font-style: normal;
  margin-top: 10px;
}

.n_breadcrumb {
  display: flex;
  width: 100%;
  padding: 20px 0 0;
}
.n_breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n_breadcrumb ul li a {
  font-size: 13px;
  display: flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.n_breadcrumb ul li a:hover {
  color: var(--secondColor);
}
.n_breadcrumb ul li a::after {
  color: var(--baseColor);
  content: "/";
  margin: 0 8px;
  width: 8px;
}
.n_breadcrumb ul li p {
  color: var(--grayText);
  font-size: 13px;
}
.n_breadcrumb ul li p img {
  display: flex;
  height: 20px;
  width: 20px;
  padding: 2px;
  border: 1px solid #ced8e3;
  border-radius: 4px;
  overflow: hidden;
}

.mobile_header, .mobile_white_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  height: 60px;
  padding: 4px 14px;
  visibility: hidden;
  border-bottom: 1px solid #e9e9e9;
  opacity: 0;
  z-index: 101;
}
.mobile_header .dcsb, .mobile_white_header .dcsb {
  flex-grow: 1;
}
.mobile_header .dcsb p, .mobile_white_header .dcsb p {
  color: #fff;
  font-weight: 500;
}
.mobile_header .logo span, .mobile_white_header .logo span {
  height: 32px;
  width: 96px;
}
.mobile_header .create_btn, .mobile_white_header .create_btn {
  height: 34px;
}

.mobile_header {
  background-color: #fff;
}
.mobile_header .mobile_right, .mobile_header .mobile_head_left {
  display: flex;
  align-items: center;
}
.mobile_header .dfc {
  width: 100%;
}
.mobile_header .mobile_search {
  margin: 4px;
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  flex-grow: 1;
}
.mobile_header .mobile_search form button {
  height: 30px;
}
.mobile_header .mobile_search .search_input {
  height: 38px;
}
.mobile_header .mobile_head_desc {
  color: #fff;
  line-height: 1.2;
}
.mobile_header .mobile_head_desc h5 {
  font-size: 14px;
  font-weight: 500;
}
.mobile_header .mobile_head_desc b {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.7;
}

.mobile_white_header {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(18, 27, 46, 0.1);
}
.mobile_white_header h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.mobile_slider {
  display: none;
}

.static_content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.static_head {
  max-width: 700px;
  margin: 0 auto 30px;
}
.static_head h1 {
  font-size: 30px;
  font-weight: 600;
}
.static_head em {
  display: table;
  color: var(--textColor);
  font-style: normal;
  margin: 10px 0 0;
}

.static_title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.static_main .img_block {
  margin-bottom: 20px;
}
.static_main .static_text {
  max-width: 700px;
  margin: 0 auto;
}
.static_main .static_text .img_block {
  margin-top: 10px;
}
.static_main .static_text p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
}

.sbemt_collapse .sbemt_collapse_item .collapse_header {
  position: relative;
  cursor: pointer;
}
.sbemt_collapse .sbemt_collapse_item .collapse_header h3 {
  font-size: 15px;
  font-weight: 600;
}
.sbemt_collapse .sbemt_collapse_item .collapse_header span {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
}
.sbemt_collapse .sbemt_collapse_item .collapse_header span::before, .sbemt_collapse .sbemt_collapse_item .collapse_header span::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  width: 14px;
  background-color: var(--baseColor);
  transition: all 0.2s;
  transform: translateY(-50%);
}
.sbemt_collapse .sbemt_collapse_item .collapse_header span::after {
  transform: translateY(-50%) rotate(90deg);
}
.sbemt_collapse .sbemt_collapse_item .collapse_header.open span::after {
  transform: translateY(-50%) rotate(0deg);
}
.sbemt_collapse .sbemt_collapse_item ~ .sbemt_collapse_item {
  margin-top: 16px;
}
.sbemt_collapse .sbemt_collapse_item .collapse_content {
  display: none;
  padding: 16px;
  padding-top: 0;
}
.sbemt_collapse .sbemt_collapse_item .collapse_content ol, .sbemt_collapse .sbemt_collapse_item .collapse_content ul {
  margin-left: 20px;
}
.sbemt_collapse .sbemt_collapse_item .collapse_content ol li ~ li, .sbemt_collapse .sbemt_collapse_item .collapse_content ul li ~ li {
  padding-top: 10px;
}
.sbemt_collapse .sbemt_collapse_item .collapse_content ol strong, .sbemt_collapse .sbemt_collapse_item .collapse_content ul strong {
  font-weight: 500;
}
.sbemt_collapse .sbemt_collapse_item .collapse_content p ~ p {
  padding-top: 10px;
}

/* Single Style End */
.backto_top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  height: 48px;
  width: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px -3px rgba(18, 27, 46, 0.3);
  transform: translateY(10px);
  transition: all 0.3s;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  z-index: 9;
}
.backto_top::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  background: url("../images/icon-slide-next.svg") no-repeat center center;
  filter: invert(255%) sepia(255%) saturate(255%) hue-rotate(87deg) brightness(119%) contrast(119%);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.backto_top.show {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}

.btn_icon {
  padding-left: 7px;
}
.btn_icon span {
  display: inline-flex;
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
.btn_icon span.pdf {
  background: url("/images/pdf-file.png") no-repeat center center;
  background-size: 100%;
}

.icon_set {
  display: flex;
  height: 20px;
  width: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact {
  background-image: url("../images/icon_contact.svg");
}

.timetable {
  background-image: url("../images/icon_timetable.svg");
}

.box_bg {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.page_404 {
  text-align: center;
  margin: 70px auto;
}
.page_404 h1 {
  font-size: 100px;
}
.page_404 h5 {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.page_404 a {
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.mobile_menu_wrap {
  position: relative;
}

.mobile_footer {
  position: relative;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}

/* Cart Style */
.cart_wrap .quantity .quantity_bl {
  grid-template-columns: 36px 40px 36px;
}
.cart_wrap .quantity .quantity_bl input {
  width: 40px;
}
.cart_wrap .quantity .quantity_bl button {
  height: 36px;
  width: 36px;
  margin: 0 auto;
}

.box_title {
  padding: 10px 16px;
  border-bottom: 1px solid var(--itemBorder);
}
.box_title h3 {
  font-size: 18px;
  font-weight: 600;
  min-height: 26px;
}
.box_title h3 .back_btn {
  height: 26px;
  width: 26px;
  min-width: 26px;
}
.box_title h3 .back_btn span {
  height: 20px;
  width: 20px;
}

.checkout_step {
  position: relative;
  width: 80%;
  margin: 24px auto 0;
  grid-template-columns: repeat(4, 1fr);
}
.checkout_step::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 50%;
  height: 6px;
  width: 76%;
  background-color: var(--grayColor);
  transform: translateX(-50%);
  border-radius: 20px;
  z-index: 0;
}
.checkout_step .step_item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.checkout_step .step_item:not(active):first-child {
  border-radius: 20px;
}
.checkout_step .step_item:not(active)::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout_step .step_item ~ .step_item.active::before {
  left: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout_step .step_item:last-child::before {
  width: 50% !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.checkout_step .step_item::before {
  display: none;
  position: absolute;
  content: "";
  top: 8px;
  left: 50%;
  height: 6px;
  width: 50%;
  background-color: var(--secondColor);
  border-radius: 20px;
}
.checkout_step .step_item.active::before {
  display: block;
}
.checkout_step .step_item.active span {
  background: var(--secondColor) url("../images/step_active.svg") no-repeat center center;
  background-size: 18px;
}
.checkout_step .step_item.active p, .checkout_step .step_item.active i {
  color: var(--baseColor);
  font-weight: 500;
}
.checkout_step .step_item span {
  display: flex;
  position: relative;
  height: 22px;
  width: 22px;
  background-color: var(--grayColor);
  border-radius: 50%;
}
.checkout_step .step_item p, .checkout_step .step_item i {
  color: var(--textColor);
  font-size: 13px;
  margin-top: 10px;
}
.checkout_step .step_item i {
  display: none;
  font-style: normal;
}

.parcel_item .checkout_step {
  grid-template-columns: repeat(5, 1fr);
}
.parcel_item .checkout_step::before {
  width: 81%;
}
.parcel_item .checkout_step .step_item.active span {
  background-color: var(--greenColor);
}
.parcel_item .checkout_step .step_item::before {
  background-color: var(--greenColor);
}

.box_step {
  width: 100%;
}

.item_remove {
  margin-left: 20px;
}
.item_remove button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  padding: 0;
  background-color: var(--grayColor);
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.item_remove button:hover {
  background-color: var(--secondColor);
}
.item_remove button span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background: url("../images/remove.png") no-repeat center center;
  background-size: 100%;
}

.cart_box_wrap .cart_box_item {
  position: relative;
}
.cart_box_wrap .cart_box_item .card_i_top {
  display: flex;
}
.cart_box_wrap .cart_box_item .cart_box_group {
  padding-left: 12px;
  padding-right: 20px;
}
.cart_box_wrap .cart_box_item .cart_box_group .cart_box_desc a {
  font-size: 16px;
  font-weight: 600;
}
.cart_box_wrap .cart_box_item .cart_box_img {
  height: 64px;
  width: 64px;
  border-radius: 4px;
  overflow: hidden;
}
.cart_box_wrap .cart_box_item .cart_box_quantity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.cart_box_wrap .cart_box_item .cart_box_other .cart_box_price span {
  font-size: 16px;
  font-weight: 500;
}
.cart_box_wrap .cart_box_item .cart_box_other .cart_sale_title {
  color: var(--textColor);
}
.cart_box_wrap .cart_box_item .cart_box_other .cart_sale_title span {
  color: var(--secondColor);
  font-size: 12px;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: rgba(255, 88, 67, 0.1254901961);
  border-radius: 12px;
}
.cart_box_wrap .cart_box_item .cart_box_other .cart_sale_price {
  font-weight: 500;
}
.cart_box_wrap .cart_box_item .cart_item-quantity {
  margin-left: 20px;
}

.type_i {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}

.type_label {
  font-size: 13px;
  display: block;
  align-items: center;
  padding: 3px 7px;
  background-color: var(--itemBorder);
  border-radius: 20px;
}
.type_label p {
  display: inline-table;
  color: var(--secondColor);
  font-weight: 500;
  margin-left: 4px;
}
.type_label ~ .type_label {
  margin-left: 4px;
}

.page_content ~ .page_content {
  margin-top: 24px;
}

.box_content {
  padding: 16px;
}

.box_content_item h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 16px;
}
.box_content_item ~ .box_content_item {
  margin-top: 30px;
}

.box_item {
  padding: 10px 14px;
  border: 1px solid var(--borderGrayColor);
  border-radius: 8px;
}
.box_item p {
  color: var(--textColor);
  margin-bottom: 3px;
}
.box_item b {
  font-size: 16px;
  font-weight: 500;
}

.cart_grid {
  grid-template-columns: 1fr 390px;
  gap: 16px;
}

.basket_pl_head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--borderColor);
}

.cart_prod_item {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  width: 100%;
}
.cart_prod_item ~ .cart_prod_item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--borderColor);
}
.cart_prod_item label {
  display: flex;
  align-items: center;
  color: var(--textColor);
}
.cart_prod_item label .img_block {
  margin-right: 8px;
}
.cart_prod_item label span {
  margin-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cart_prod_item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_prod_item > div h4 {
  font-weight: 500;
  margin: 0;
}

.list_img {
  height: 44px;
  width: 44px;
  min-width: 44px;
  border-radius: 4px;
  overflow: hidden;
}

.basket_delivery_main > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket_delivery_main > div label {
  color: var(--textColor);
}
.basket_delivery_main > div ~ div {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px dashed var(--borderColor);
}
.basket_delivery_main h4 {
  font-weight: 500;
}

.basket_pl_bottom {
  font-weight: 500;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid var(--borderColor);
}
.basket_pl_bottom .total h2 {
  font-weight: 600;
}

.cart_coupon {
  padding: 10px;
  margin: 16px 0;
  background-color: var(--itemBorder);
  border-radius: 10px;
}
.cart_coupon h3 {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 5px;
}
.cart_coupon .coupon_list {
  margin-top: 10px;
}
.cart_coupon .coupon_list .coupon_item label {
  color: var(--grayText);
  font-size: 12px;
}
.cart_coupon .coupon_list .coupon_item h4 {
  font-weight: 500;
}

.coupon_remove {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid var(--saleColor);
  border-radius: 50%;
  cursor: pointer;
}
.coupon_remove span {
  position: relative;
}
.coupon_remove span::before, .coupon_remove span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 1px;
  width: 10px;
  background-color: var(--saleColor);
  transform: translate(-50%, -50%) rotate(45deg);
}
.coupon_remove span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cart_footer {
  align-items: center;
}

.cart_notice {
  font-size: 12px;
  padding: 10px;
  margin-top: 16px;
  background-color: rgba(255, 88, 67, 0.1254901961);
  border-radius: 10px;
}
.cart_notice p a {
  color: var(--secondColor);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart_notice p span {
  color: var(--secondColor);
  font-weight: 500;
}

.form_group {
  display: flex;
  align-items: center;
}
.form_group input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form_group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.shippay_wrap .box_title {
  border: none;
}

.delivery_item ~ .delivery_item {
  padding-top: 40px;
}
.delivery_item h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.delivery_item .tab_wrap {
  margin: 0;
}

.delivery_type {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.delivery_option {
  display: flex;
  flex-wrap: wrap;
}
.delivery_option .option_item .dt_option {
  padding-left: 10px !important;
}
.delivery_option .option_item .dt_option > div {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.delivery_option .option_item .shipping_type {
  padding: 10px 15px;
}
.delivery_option .option_item ~ .option_item {
  margin-left: 16px;
}

.drop {
  flex-direction: column;
}

.shipping_type, .check_type {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: var(--itemBorder);
  border-radius: 6px;
  cursor: pointer;
}
.shipping_type .check, .check_type .check {
  margin-right: 10px;
}
.shipping_type .delivery_img,
.shipping_type .shipping_img, .check_type .delivery_img,
.check_type .shipping_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  min-width: 44px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.shipping_type .delivery_img img,
.shipping_type .shipping_img img, .check_type .delivery_img img,
.check_type .shipping_img img {
  height: 40px;
  width: 40px;
}
.shipping_type .label_text, .shipping_type .shippay_item_content, .check_type .label_text, .check_type .shippay_item_content {
  font-weight: 600;
}
.shipping_type .label_text span, .shipping_type .shippay_item_content span, .check_type .label_text span, .check_type .shippay_item_content span {
  color: var(--secondColor);
}
.shipping_type p, .check_type p {
  color: var(--textColor);
  font-size: 12px;
  margin-top: 3px;
}
.shipping_type > span, .check_type > span {
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #c7d2db;
  border-radius: 50%;
}
.shipping_type > span::before, .check_type > span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: transparent;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.15s ease-in;
  border-radius: 50%;
}
.shipping_type > .check, .check_type > .check {
  border-radius: 4px;
}
.shipping_type > .check::before, .shipping_type > .check::after, .check_type > .check::before, .check_type > .check::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 3px;
  height: 2px;
  width: 6px;
  transform: rotate(45deg);
  transition: all 0.15s ease-in;
  border-radius: 2px;
}
.shipping_type > .check::after, .check_type > .check::after {
  top: 8px;
  left: 6px;
  width: 10px;
  transform: rotate(-45deg);
}

.address_item {
  display: flex;
  justify-content: space-between;
  cursor: default;
}
.address_item .icon {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.address_item .icon img {
  height: 100%;
}

.pay_option {
  flex-direction: column;
}
.pay_option .check {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  border-radius: 50%;
}
.pay_option .delivery_img {
  margin-bottom: 5px;
}
.pay_option p {
  margin-top: 5px;
  padding: 4px 7px;
  background-color: #fff;
  border-radius: 4px;
}

.hidden_input, #deliveryNewAddress {
  display: none;
}

#deliveryNewAddress {
  margin-top: 40px;
}

input[type=radio]:checked + .shipping_type,
input[type=checkbox]:checked + .shipping_type,
input[type=checkbox]:checked + .check_type {
  background-color: #fff;
  box-shadow: 0 0 0 2px var(--secondColor) inset;
  border-color: var(--secondColor);
}
input[type=radio]:checked + .shipping_type.pay_option p,
input[type=checkbox]:checked + .shipping_type.pay_option p,
input[type=checkbox]:checked + .check_type.pay_option p {
  background-color: var(--itemBorder);
}
input[type=radio]:checked + .shipping_type .shipping_img,
input[type=checkbox]:checked + .shipping_type .shipping_img,
input[type=checkbox]:checked + .check_type .shipping_img {
  background-color: var(--secondColor);
}
input[type=radio]:checked + .shipping_type .delivery_img,
input[type=checkbox]:checked + .shipping_type .delivery_img,
input[type=checkbox]:checked + .check_type .delivery_img {
  background-color: var(--backgroundColor);
}
input[type=radio]:checked + .shipping_type > span,
input[type=checkbox]:checked + .shipping_type > span,
input[type=checkbox]:checked + .check_type > span {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}
input[type=radio]:checked + .shipping_type > span::before,
input[type=checkbox]:checked + .shipping_type > span::before,
input[type=checkbox]:checked + .check_type > span::before {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio]:checked + .shipping_type > .check::before, input[type=radio]:checked + .shipping_type > .check::after,
input[type=checkbox]:checked + .shipping_type > .check::before,
input[type=checkbox]:checked + .shipping_type > .check::after,
input[type=checkbox]:checked + .check_type > .check::before,
input[type=checkbox]:checked + .check_type > .check::after {
  background-color: #fff;
  transform: rotate(45deg);
}
input[type=radio]:checked + .shipping_type > .check::after,
input[type=checkbox]:checked + .shipping_type > .check::after,
input[type=checkbox]:checked + .check_type > .check::after {
  transform: rotate(-45deg);
}

.shippay_content, .shippay_address {
  margin-top: 16px;
}

.col_v2 {
  grid-column: 1/3;
}

.col_v3 {
  grid-column: 1/4;
}

.warn input[type=checkbox]:checked + .check_type {
  font-weight: 500;
  background-color: #fff;
}
.warn .check_type {
  line-height: 1.2;
  padding: 8px 30px 8px 10px;
}
.warn .check_type > span {
  position: absolute;
  content: "";
  left: auto;
  right: 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 50%;
  border: transparent;
}
.warn .check_type > span::before {
  top: 10px;
  left: 4px;
}
.warn .check_type > span::after {
  top: 9px;
  left: 7px;
}
.warn .check_type p {
  font-size: 13px;
}

.list_item_list .list_item_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.list_item_list .list_item_head .img_block {
  height: 64px;
  width: 64px;
  padding: 14px;
  background-color: var(--itemBorder);
  border-radius: 50%;
}
.list_item_list .list_item_head h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
}
.list_item_list .list_account_item label {
  color: var(--textColor);
}
.list_item_list .list_account_item p {
  font-weight: 600;
}
.list_item_list .list_account_item ~ .list_account_item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed var(--borderColor);
}
.list_item_list .list_account_item .account_copy {
  height: 40px;
  width: 40px;
  transition: all 0.15s;
  border-radius: 8px;
  cursor: pointer;
}
.list_item_list .list_account_item .account_copy span {
  display: flex;
  height: 24px;
  width: 24px;
  background: url("../images/icon-copy.svg") no-repeat center center;
  background-size: 100%;
}
.list_item_list .list_account_item .account_copy:hover {
  background-color: #fff;
}

#pickupContent {
  display: none;
}

.pickup_item {
  display: block;
  position: relative;
}
.pickup_item .img_block {
  height: 220px;
  overflow: hidden;
}
.pickup_item h3 {
  font-weight: 500;
  margin: 10px 0;
}
.pickup_item p {
  color: var(--textColor);
  font-size: 13px;
}

.success_wrap, .checkout_success {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}

.success_main {
  text-align: center;
}
.success_main .img_block {
  height: 130px;
  width: 130px;
  margin: 40px auto 20px;
}
.success_main h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.success_main p {
  color: var(--textColor);
  margin-bottom: 20px;
}

.payment_notice_wrap {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 18px 10px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
}
.payment_notice_wrap span {
  height: 32px;
  width: 32px;
  margin-right: 10px;
  background: #24a16e url("../images/step_active.svg") no-repeat center center;
  background-size: 80%;
  border-radius: 50%;
}
.payment_notice_wrap a {
  color: var(--secondColor);
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.payment_success {
  background-color: rgba(36, 161, 110, 0.1254901961);
  border-color: #24a16e;
}

.success_bottom {
  padding: 10px;
}

.checkout_success h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}
.checkout_success h4 ~ h4 {
  margin-top: 30px;
}
.checkout_success .box_title {
  position: relative;
  display: grid;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  border: none;
}
.checkout_success .box_title .img_block {
  height: 64px;
  width: 64px;
  margin: 0 auto 10px;
}
.checkout_success .box_title h3 {
  font-size: 24px;
}
.checkout_success .cart_footer {
  border-top: 1px solid var(--itemBorder);
}

.sbemt_qr {
  width: 180px;
}

.delivery_label {
  display: flex;
}
.delivery_label i {
  margin-left: 10px;
}

.sbemt_tooltip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-style: normal;
  height: 20px;
  width: 20px;
  border: 1px solid var(--borderColor);
  border-radius: 50%;
  cursor: pointer;
}
.sbemt_tooltip:hover span {
  visibility: visible;
  opacity: 1;
}
.sbemt_tooltip span {
  position: absolute;
  font-size: 12px;
  bottom: 30px;
  padding: 12px;
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid var(--itemBorder);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.15s;
  visibility: hidden;
  z-index: 9;
  opacity: 1;
}

.cart_order {
  font-size: 13px;
  margin-top: 20px;
  padding: 16px;
  background-color: var(--backgroundColor);
  border: 1px solid var(--itemBorder);
  border-radius: 6px;
}
.cart_order h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart_order ul {
  color: var(--textColor);
  list-style-type: circle;
  margin-top: 10px;
  margin-left: 20px;
}
.cart_order ul li ~ li {
  margin-top: 10px;
}

/* Cart Style End */
/* Sign Style */
.sign_wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
}

.signup_confirm input {
  font-size: 20px;
  text-align: center;
  padding: 0;
}

.confirm_code_text {
  color: var(--grayText);
  margin-top: 10px;
}

.__forgot {
  text-decoration: underline;
}
.__forgot:hover {
  color: var(--secondColor);
}

.or_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 0 16px;
}
.or_wrap span {
  display: table;
  font-size: 12px;
  padding: 3px 8px;
  background-color: var(--itemBorder);
  border-radius: 20px;
}

.reset_content {
  text-align: center;
  margin: 40px auto 0;
}
.reset_content h3 {
  font-size: 30px;
  font-weight: 300;
}

.reset_btn {
  margin-bottom: 5px;
}

.reset_code {
  display: table;
  padding: 6px 12px;
  margin: 10px auto 0;
  background-color: var(--itemBorder);
  border-radius: 6px;
  cursor: pointer;
}
.reset_code:hover {
  background-color: var(--lightGrayColor);
}

/* Sign Style End */
/* Modal Style */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
.modal .modal-dialog {
  position: relative;
  transform: none;
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.face {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 480px;
    margin: 1.75rem auto;
  }
}
/* Modal Style End */
/* Profile Style */
.sidebar_content {
  position: sticky;
  top: 30px;
}
.sidebar_content .sidebar_head {
  padding: 10px 0;
  border-bottom: 2px solid var(--brandOrange);
}
.sidebar_content .sidebar_head h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.sidebar_content .sidebar_head h2 span {
  display: table;
  text-transform: uppercase;
}
.sidebar_content .sidebar_head p {
  color: var(--grayText);
  margin-top: 5px;
}
.sidebar_content .sidebar_main {
  min-height: 300px;
  max-height: 400px;
  padding: 16px 0;
  border-bottom: 1px solid var(--secondColor);
  overflow-y: auto;
}
.sidebar_content .sidebar_main li:hover a {
  color: var(--primaryColor);
}
.sidebar_content .sidebar_main li a {
  color: var(--baseColor);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sidebar_content .sidebar_main li p {
  color: var(--textColor);
}
.sidebar_content .sidebar_main li ~ li {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed var(--borderColor);
}

.phone_change_content {
  max-width: 300px;
  margin: 0 auto;
}

.phone_confirm {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
}

.phone_change {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  display: inline-flex;
  flex-direction: column;
  padding: 8px 14px;
  margin-bottom: 16px;
  background-color: var(--baseColorHover);
  border-radius: 8px;
}
.phone_change:hover {
  color: #fff;
  background-color: var(--baseColor);
}
.phone_change p {
  font-weight: 500;
}
.phone_change em {
  font-style: normal;
  opacity: 0.7;
}

.status_box {
  display: flex;
  align-items: center;
}
.status_box .status_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  margin-right: 12px;
  background-color: var(--itemBorder);
  border-radius: 50%;
}
.status_box .status_icon .img_block {
  height: 24px;
  width: 24px;
}
.status_box label {
  color: var(--grayText);
  font-size: 13px;
}
.status_box h2 {
  line-height: 1;
  font-weight: 500;
}

.help_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  transition: all 0.15s;
}
.help_list li a:hover {
  background-color: var(--backgroundColor);
}
.help_list li a span {
  height: 18px;
  width: 18px;
  background: url("../images/icon-slide-prev.svg") no-repeat center center;
  transform: scale(-1);
}
.help_list li ~ li {
  margin-top: 10px;
}

/* Profile Style End */
/* Footer Style */
.footer_wrap {
  font-family: "sf";
}
.footer_wrap .footer_top {
  position: relative;
  height: 95px;
  margin-bottom: 3px;
  background-color: #fff;
  border-bottom: 3px solid rgb(56, 134, 217);
}
.footer_wrap .footer_top::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3px;
  height: 95px;
  width: 81px;
  background-color: #fff;
  background-image: url("/images/logo-symbol.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.footer_wrap .footer_top span, .footer_wrap .footer_top span::before, .footer_wrap .footer_top span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 21px;
  height: 3px;
  width: 100%;
}
.footer_wrap .footer_top span::before {
  top: 0;
  background-color: var(--brandOrange);
}
.footer_wrap .footer_top span::after {
  top: 6px;
  background-color: rgb(251, 209, 162);
}
.footer_wrap .footer_top span:last-child::before {
  top: 12px;
  background-color: rgb(125, 207, 182);
}
.footer_wrap .footer_top span:last-child::after {
  top: 18px;
  background-color: rgb(2, 179, 202);
}
.footer_wrap .footer_middle {
  display: grid;
  padding: 40px 0;
  background-color: var(--primaryHoverColor);
}
.footer_wrap .footer_middle h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer_wrap .footer_middle ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.footer_wrap .footer_middle ul li a, .footer_wrap .footer_middle ul li p {
  color: #e7effe;
}
.footer_wrap .footer_middle ul li a span, .footer_wrap .footer_middle ul li p span {
  margin-right: 5px;
}
.footer_wrap .footer_middle ul li .icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
  background-position: center;
}
.footer_wrap .footer_middle ul li .icon-footer-phone {
  background: url("../images/icon-footer-phone.svg") no-repeat center center;
  background-size: 100%;
}
.footer_wrap .footer_middle ul li .icon-footer-email {
  background: url("../images/icon-footer-email.svg") no-repeat center center;
  background-size: 100%;
}
.footer_wrap .footer_middle ul li .icon-footer-date {
  background: url("../images/icon-footer-date.svg") no-repeat center center;
  background-size: 100%;
}
.footer_wrap .footer_middle ul li .icon-footer-location {
  background: url("../images/icon-footer-location.svg") no-repeat center center;
  background-size: 100%;
}
.footer_wrap .footer_middle ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_wrap .footer_middle .social_list {
  display: flex;
}
.footer_wrap .footer_middle .social_list a {
  display: flex;
  height: 18px;
  width: 18px;
}
.footer_wrap .footer_middle .social_list a svg {
  height: 18px;
  width: 18px;
}
.footer_wrap .footer_middle .social_list a ~ a {
  margin-left: 24px;
}
.footer_wrap .footer_middle .app-download {
  margin-top: 40px;
}
.footer_wrap .footer_bottom {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
  background-color: var(--primaryHoverColor);
  border-top: 1px solid #6394f8;
}

/* Footer Style End */
/* Responsive Style */
@media (max-width: 1151px) {
  .container {
    padding: 0 16px;
    width: 100%;
  }
  .main_grid.gap4, .our_home_info, .gap2 {
    gap: 16px;
  }
}
@media (max-width: 1121px) {
  .menu_small {
    position: relative;
    display: flex;
    height: 44px;
    width: 44px;
    margin-left: 16px;
    cursor: pointer;
    overflow: hidden;
  }
  .menu_small.open span {
    left: 5px;
    width: 24px;
  }
  .menu_small.open span:first-child {
    transform: translateX(-60px);
    opacity: 0;
  }
  .menu_small.open span:nth-child(2) {
    transform: translate(6px, 8px) rotate(135deg);
  }
  .menu_small.open span:nth-child(3) {
    width: 24px;
    transform: translate(-9px, -7px) rotate(-135deg);
  }
  .menu_small span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 26px;
    height: 2px;
    opacity: 1;
    background-color: var(--primaryColor);
    transform: rotate(0deg) translate(-50%, 0);
    transition: 0.3s ease-in-out;
  }
  .menu_small span:nth-child(3) {
    width: 20px;
    transform: translateX(calc(-50% - 2px));
  }
  .menu_small span:nth-child(2) {
    top: 15px;
  }
  .menu_small span:last-child {
    left: 21px;
    top: 29px;
  }
  .mobile_wrap {
    position: fixed;
    top: 135px;
    right: 0;
    bottom: 0;
    width: 90vw;
    max-width: 340px;
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.7, 1, 0.3, 0.1);
    transform: translateX(200%);
    z-index: 101;
  }
  .mobile_wrap.open {
    right: 0;
    transform: translateX(0);
  }
  .mobile_wrap .m_block > ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 16px;
    height: calc(100vh - 135px);
    overflow-y: auto;
  }
  .mobile_wrap ul li {
    width: 100%;
    border-top: 1px solid #e5e5e9;
  }
  .mobile_wrap ul li:first-child {
    border-top: none;
  }
  .mobile_wrap ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 44px;
    padding: 0;
  }
  .mobile_wrap ul li a.active {
    color: var(--primaryColor);
    font-weight: 500;
  }
  .mobile_wrap .sub_menu, .mobile_wrap .sub_sub_menu {
    padding-left: 10px;
    border-top: 1px solid #e5e5e9;
  }
  .visible_page {
    overflow: hidden;
  }
  .visited {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    z-index: 7;
  }
}
@media (max-width: 991px) {
  html {
    background-color: var(--backgroundColor);
    overflow-x: hidden;
  }
  .header_right_wrap .head_quickly {
    margin: 0;
  }
  .header_right_wrap .head_quickly .text_btn {
    height: 36px;
  }
  .body_wrap {
    padding-top: 20px;
  }
  .section {
    padding-top: 30px;
  }
  .box_item_list {
    padding: 12px;
  }
  .main_wrap {
    margin: 0;
  }
  .main_wrap .slide_wrap {
    left: -20px;
    margin: 0 0 20px;
    width: 100vw;
    border-radius: 0;
  }
  .transparent_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    transition: all 0.3s;
    z-index: 900;
    opacity: 0;
  }
  .g2, .g3, .main_grid {
    grid-template-columns: 1fr;
  }
  .page_list_grid, .g4, .g5 {
    grid-template-columns: 1fr 1fr !important;
  }
  .gap2, .gap1_6 {
    gap: 12px;
  }
  .visible {
    overflow: hidden;
  }
  .visible .transparent_bg {
    display: flex;
    opacity: 1;
  }
  .transparent_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    transition: all 0.3s;
    z-index: 901;
    opacity: 0;
  }
  .body_wrap {
    padding-top: 60px;
  }
}
@media (max-width: 840px) {
  .slogan {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_wrap .header_topbar {
    height: auto;
    padding: 5px 0;
  }
  .header_wrap .header_topbar .dfc {
    align-items: flex-start;
    flex-direction: column;
  }
  .header_wrap .header_topbar .ht_item ~ .ht_item {
    margin-top: 3px;
    margin-left: 0;
  }
  .header_wrap .header_main {
    padding: 10px 0;
  }
  .logo span {
    height: 56px;
    width: 56px;
  }
  .mobile_wrap {
    top: 126px;
  }
  .mobile_wrap .m_block > ul {
    height: calc(100vh - 126px);
  }
  .other_info {
    align-items: flex-start;
    flex-direction: column;
  }
  .other_info .oi_item > div {
    display: flex;
    align-items: center;
  }
  .other_info .oi_item > div i {
    font-size: 16px;
    margin-left: 5px;
  }
  .other_info .oi_item ~ .oi_item {
    margin-top: 5px;
    margin-left: 0;
  }
  .container, .section_container {
    width: 100vw;
    padding: 0 12px;
  }
  .main_content {
    padding: 16px 0;
  }
  .mc_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section_line {
    padding: 30px 0;
  }
  .about_header {
    padding: 20px;
  }
  .about_header .mc_title {
    font-size: 24px;
  }
  .sidebar_wrap {
    display: none;
  }
  .gap2_4 {
    gap: 10px;
  }
  .col_v2, .col_v3 {
    grid-column: 1;
  }
  .footer_wrap .g4 {
    grid-template-columns: 1fr !important;
  }
  .footer_wrap .footer_bottom .dcsb {
    flex-direction: column;
  }
}
@media (max-width: 521px) {
  .other_info .oi_item > div p {
    display: none;
  }
  .news_info {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}
/* Responsive Style End *//*# sourceMappingURL=style.css.map */