/* Minification failed. Returning unminified contents.
(721,10): run-time error CSS1036: Expected expression, found '#'
(1376,2329): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,4931): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,5043): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1376,5090): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1376,5141): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1376,5262): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(1376,5292): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1376,5536): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1376,6087): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,6201): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,7691): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1376,7721): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1376,8953): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1376,8983): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1376,9629): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,9688): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,10819): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1376,10848): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1376,10946): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1376,11005): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.4;
  font-size: 14px;
}
body {
  margin: 0;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
b,
strong {
  font-family: 'OpenSans Bold', OpenSans, Helvetica, Arial, sans-serif;
}
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
[role=button],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
embed,
iframe,
img,
svg {
  display: inline-block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none!important;
}
input {
  appearance: none;
}
input:focus,
input:focus-visible,
select:focus,
select:focus-visible {
  border-color: #FF7E00;
  outline: none;
}
.pd15 {
  padding: 15px;
}
a {
  color: #02458b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e47911;
  text-decoration: none;
}
a:focus:not(:focus-visible) {
  outline: 2px solid transparent;
}
a:focus-visible {
  outline-color: #e47911;
}
[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px 0 0;
}
[type='checkbox']:checked {
  background-color: #FF7E00;
  border-color: #FF7E00;
  background-image: url(/nimage/icon-check.svg);
}
[type='radio'] {
  border-radius: 15px;
  position: relative;
}
[type='radio']:checked {
  background-color: #fff;
  border-color: #FF7E00;
  background-image: url(/nimage/icon-check.svg);
}
[type='radio']:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #FF7E00;
  position: absolute;
  top: 2px;
  left: 2px;
}
.pac-container {
  z-index: 20000 !important;
}
@font-face {
  font-family: Poppins;
  src: url('/nimage/Poppins-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('/nimage/Poppins-Bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  /*   src: url('/nimage/OpenSans-Regular.ttf');*/
  src: url('/nimage/OpenSans-Medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans Bold';
  src: url('/nimage/OpenSans-Bold.ttf');
  font-display: swap;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-y-center {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.hidden {
  display: none;
}
.pd {
  padding: 15px;
}
.pd-sm {
  padding: 5px;
}
.pd-sm-x {
  padding: 0 5px;
}
.pd-sm-y {
  padding: 5px 0;
}
.pd-t {
  padding-top: 15px;
}
.pd-sm-t {
  padding-top: 5px;
}
.pd-lg-t {
  padding-top: 30px;
}
.pd-sm-b {
  padding-bottom: 5px;
}
.mg-l {
  margin-left: 15px;
}
.mg-sm-l {
  margin-left: 5px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-note {
  color: #999;
  padding-top: 5px;
  font-weight: 300;
}
.text-mini {
  font-size: 12px;
}
.highlight {
  color: #258635;
}
.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
}
.btn + .btn {
  margin-left: 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #000;
}
.btn-default:hover,
.btn-default:focus {
  color: #333;
  background-color: #ddd;
  border-color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #FF7E00;
  border-color: #ffc000;
  background: linear-gradient(#FF7E00, #FFC000);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #FF7E00;
  border-color: #FF7E00;
}
.btn-link {
  color: #02458b;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e47911;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover svg,
.btn-link:focus svg {
  fill: #e47911;
}
.btn-lg {
  padding: .6rem 1.2rem;
  font-size: 22px;
  border-radius: 10px;
  /*font-weight: 600;*/
}
.btn-disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
.hp-input {
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0 8px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.hp-input + .hp-input {
  margin-top: 15px;
}
.hp-input-group {
  border: 1px solid #ddd;
  display: flex;
  height: 37px;
  border-radius: 5px;
  position: relative;
}
.hp-input-group .hp-input {
  height: 100%;
  border: 0;
  border-radius: 5px 0 0 5px;
}
.hp-input-group .btn {
  height: 100%;
  width: 35px;
  border-radius: 0 calc(4px) calc(4px) 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hp-input-group svg {
  fill: #fff;
  flex: 0 0 15px;
}
.hp-input-group .hp-input-prepend {
  height: 100%;
  width: 35px;
  flex: 0 0 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*.hp-error {
    outline: 0;
    box-shadow: 0 0 0 1px @color-danger;
    -moz-box-shadow: 0 0 0 1px @color-danger;
    -webkit-box-shadow: 0 0 0 1px @color-danger;
    border: 1px solid @color-danger !important;
}*/
.hp-select {
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0 8px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.hp-select + .hp-select {
  margin-left: 15px;
}
.hp-checkbox,
.hp-radio {
  display: flex;
}
.hp-checkbox input,
.hp-radio input {
  flex: 0 0 14px;
  margin-top: 3px;
}
.hp-checkbox:hover,
.hp-radio:hover {
  cursor: pointer;
}
.hp-checkbox:hover input,
.hp-radio:hover input {
  border-color: #FF7E00;
}
.hp-textarea {
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
}
.hp-textarea:focus,
.hp-textarea:focus-visible {
  border-color: #FF7E00;
  outline: none;
}
.hp-upload-list li {
  padding-top: 5px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: #999;
  content: "/";
}
.breadcrumb-item.active {
  color: #999;
}
.panel-collapse {
  position: relative;
}
.panel-collapse:before,
.panel-collapse:after {
  position: absolute;
  top: 50%;
  right: 15px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.panel-collapse:before {
  width: 12px;
  height: 2px;
}
.panel-collapse:after {
  width: 2px;
  height: 12px;
  right: 25px;
  display: none;
}
.panel-collapse.collapsed::after {
  display: block;
}
.hp-tag {
  background-color: #999;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}
.hp-tag-close {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  background: url("/nimage/icon-close.svg");
}
.hp-tag-close:hover {
  background: url("/nimage/icon-close-white.svg");
}
.pagination {
  margin: 30px 0;
}
.pagination .pager {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pager:first-child svg {
  transform: rotate(180deg);
}
.pagination .pager .page-link {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  color: #000;
  padding: 0 5px;
}
.pagination .pager .page-link.active {
  background-color: #eee;
  font-weight: 600;
}
.pagination .pager .page-link.active:hover {
  color: #000;
}
.pagination .pager .page-link:hover {
  color: #e47911;
}
.pagination .pager .page-link:hover svg {
  fill: #e47911;
}
.hp-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff;
}
.hp-scrollbar::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
.hp-scrollbar::-webkit-scrollbar-thumb {
  background: #fff;
}
.hp-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.hp-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}
.hp-alert {
  border: 1px solid #ebf5ff;
  border-radius: 5px;
  padding: 15px;
}
.hp-alert-info {
  border-color: #ebf5ff;
  background-color: #ebf5ff;
}
.n-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  z-index: 99999;
  overflow-y: auto;
}
.n-overlay-wrapper {
  position: relative !important;
}
.n-overlay span {
  font-size: 15px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .pagination .pager .page-link {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
button::-moz-focus-inner{ border:0; padding:0; margin:0; }

.easyDialog_wrapper{ color:#444; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow:0 0 25px rgba(0,0,0,0.4); -moz-box-shadow:0 0 25px rgba(0,0,0,0.4); box-shadow:0 0 10px rgba(0,0,0,0.4); display:none; /*font-family:"Microsoft yahei", Arial; */}

.easyDialog_wrapper .easyDialog_content{ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background:#fff; border:1px solid #e5e5e5; }

.easyDialog_wrapper .easyDialog_title{margin-top: 0px;margin-bottom: 0px;height:35px; line-height:35px; overflow:hidden; color:#666; padding:0 10px; font-size:14px; border-bottom:1px solid #e5e5e5; background:#f7f7f7; border-radius:4px 4px 0 0; }

.easyDialog_wrapper .close_btn{ font-family:arial; font-size:28px; _font-size:22px; font-weight:500; color:#999; text-decoration:none; float:right; }

.easyDialog_wrapper .close_btn:hover{ color:#333; }

.easyDialog_wrapper .easyDialog_text{ padding:25px 10px; font-size:13px; line-height:22px; }
.easyDialog_wrapper .easyDialog_text2 {
        padding: 0;
        line-height: normal;
        font-size: medium;
    }

.easyDialog_wrapper .easyDialog_footer{ padding:0 10px; *zoom:1; }

.easyDialog_wrapper .easyDialog_footer:after{ content:''; display:block; height:0; overflow:hidden; visibility:hidden; clear:both; }

.easyDialog_wrapper .btn_highlight,
.easyDialog_wrapper .btn_normal{ border:1px solid; border-radius:2px; cursor:pointer; font-family:"Microsoft yahei", Arial; float:right; font-size:12px; padding:0 12px; height:24px; line-height:24px; margin-bottom:10px; }

.easyDialog_wrapper .btn_highlight:hover{ background:#4787ed; background:-webkit-gradient(linear,center bottom,center top,from(#4787ed),to(#4d90fe)); background:-moz-linear-gradient(90deg, #4787ed, #4d90fe); border-color:#3079ed; color:#fff; }
.easyDialog_wrapper .btn_highlight{ background:#c3c3c3; background:-webkit-gradient(linear,center bottom,center top,from(#c3c3c3),to(#c3c3c3)); background:-moz-linear-gradient(90deg, #c3c3c3, #c3c3c3); border-color:#c3c3c3; color:#fff; }

.easyDialog_wrapper .btn_normal{ margin-left:10px; border-color:#c3c3c3; background:#ececec; color:#333; background:-webkit-gradient(linear,center bottom,center top,from(#ececec),to(#f4f4f4)); background:-moz-linear-gradient(90deg,#ececec,#f4f4f4); }
.header-logo {
  margin-right: 30px;
  display: inline-flex;
  width: 210px;
  height: 50px;
  flex: 0 0 210px;
  border: 1px solid transparent;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.header-logo:hover {
  border-color: #ddd;
}
.header-logo img {
  width: 200px;
  height: 40px;
}
.header-search {
  width: 665px;
}
.header-search .hp-input-group {
  width: 100%;
  height: 45px;
  border-color: #FF7E00;
}
.header-search .hp-input-group .btn {
  width: 43px;
}
.header-search .hp-input-group svg {
  flex: 0 0 20px;
}
.header-search .hp-input-group .hp-input {
  padding: 0 15px;
}
.header-search .hp-input-group .hp-input:focus-visible {
  box-shadow: 0 0 5px #FF7E00;
}
.header-coupon {
  padding: 10px;
  margin-right: 30px;
}
.header-help-links {
  position: relative;
}
.header-help-links li {
  padding: 0 15px 0 0;
}
.header-help-links li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 5px;
}
.header-help-links li a:hover {
  background: #f5f5f5;
  color: #000;
}
.header-help-links li .header-dropdown-menu {
  display: block;
  top: 40px;
  right: 15px;
  left: auto;
  background: #f5f5f5;
  border: 0;
  box-shadow: 0 10px 10px #666;
}
.header-help-links li .header-dropdown-menu dl dt {
  text-align: center;
  height: 30px;
  font-size: 18px;
}
.header-help-links li .header-dropdown-menu dl dd {
  padding: 5px 15px;
  text-align: center;
}
.header-help-links li .header-dropdown-menu dl dd a {
  height: auto;
  color: #666;
}
.header-help-links li .header-dropdown-menu dl dd a:hover {
  color: ##e47911;
}
.header-help-links li .header-dropdown-menu .header-menu-column {
  width: 205px;
}
.header-help-links li .header-dropdown-menu .header-menu-column.has-border {
  border-right: 1px solid #ddd;
  width: 235px;
  padding-right: 30px;
}
.header-help-links svg {
  margin-right: 5px;
}
.header-help-links:last-child a:hover svg {
  transform: rotate(180deg);
}
.header-help-links:last-child a.active {
  background: #f5f5f5;
}
.header-help-links:last-child a.active svg {
  transform: rotate(180deg);
}
.header-help-links:last-child svg {
  margin: 0 0 0 10px;
}
.header-bar .container {
  justify-content: center;
  padding: 0;
}
.header-main {
  background-color: #f5f5f5;
  padding: 5px 0;
}
.header-main .container {
  padding: 0 15px;
  align-items: center;
}
.header-user {
  margin-left: auto;
}
.header-user-item {
  margin-left: 30px;
  position: relative;
}
.header-user-item:hover .header-user-dropdown {
  display: block;
}
.header-user-link {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.header-user-link:hover {
  border-color: #ddd;
}
.header-user-btn {
  display: none;
}
.header-user svg {
  fill: #FF7E00;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.header-menu {
  height: 50px;
  background-color: #ede4db;
}
.header-menu-item {
  position: relative;
  flex-grow: 1;
}
.header-menu-content {
  gap: 15px;
}
.header-menu-list {
  position: relative;
}
.header-menu-link {
  color: #333;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-bottom: 0;
}
.header-menu-link:hover {
  color: #333;
  border-color: #ddd;
}
.header-menu-link.hovered {
  background-color: #fff;
  color: #333;
}
.header-menu-btn {
  display: none;
}
.header-dropdown-menu {
  position: absolute;
  z-index: 1;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
  padding: 35px 45px;
  left: 0;
  display: none;
  z-index: 100;
}
.header-dropdown-menu.active {
  display: block;
}
.header-dropdown-menu.open-right {
  left: auto;
  right: 0;
}
.header-dropdown-menu dl {
  margin-bottom: 15px;
}
.header-dropdown-menu dl dt {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.header-dropdown-menu dl dd {
  padding: 5px 0 5px 15px;
}
.header-dropdown-menu dl dd a {
  color: #8a8a8a;
  font-size: 13px;
}
.header-dropdown-menu dl a {
  color: #333;
}
.header-dropdown-menu dl a:hover {
  color: #e47911;
}
.header-menu-column {
  width: 150px;
}
.header-user-dropdown {
  position: absolute;
  left: 8px;
  width: 300px;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 30px;
  background-color: #fff;
  margin-left: -150px;
  margin-top: 8px;
  display: none;
  box-shadow: 0 0 5px #ddd;
  z-index: 3;
  transition: all 100ms;
}
.header-user-dropdown .dropdown-arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}
.header-user-dropdown .dropdown-arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
}
.navbar-toggle,
.header-menu-close {
  display: none;
}
@media (max-width: 1600px) {
  .header-user-item {
    margin-left: 15px;
  }
}
.header-cart {
  position: relative;
}
.header-cart span {
  position: absolute;
  top: -3px;
  right: 0;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  background: #f00;
  line-height: 1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .header-user-text {
    font-size: 14px;
  }
  .header-menu-link {
    font-size: 12px;
  }
  .header-search {
    width: calc(100% - 710px);
  }
}
@media (max-width: 1400px) {
  .header-menu-link {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .header-search {
    width: calc(100% - 540px);
  }
  .header-user-text {
    display: none;
  }
  .header-user-link {
    height: 40px;
  }
  .header-user-link svg {
    margin: 0;
  }
  .header-menu-link {
    line-height: 1.2;
  }
  .header-user-item:first-child .header-user-text {
    display: inline;
  }
  .header-help-links li .header-dropdown-menu {
    padding: 15px;
    right: 0;
    width: 100vw;
  }
  .header-help-links svg {
    display: none;
  }
  .header-help-links:last-child svg {
    display: block;
  }
  .header-user-dropdown {
    margin-left: -213px;
  }
  .header-user-dropdown .dropdown-arrow::before {
    left: 71%;
  }
}
@media (max-width: 992px) {
  .header-main {
    padding: 15px 0;
    position: relative;
  }
  .header-main .container {
    flex-wrap: wrap;
  }
  .header-user {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .header-user-item {
    margin-left: 15px;
  }
  .header-user-btn {
    display: block;
    border: 0;
  }
  .header-user .account-link {
    display: none;
  }
  .header-search {
    width: 100%;
    margin-top: 15px;
  }
  .header-search .hp-input-group {
    width: 100%;
  }
  .header-logo {
    width: 158px;
    height: 40px;
    flex: 0 0 158px;
  }
  .header-logo img {
    width: 148px;
    height: 30px;
  }
  .header-bar {
    display: none;
  }
  .header-user-dropdown {
    margin-left: -227px;
  }
  .header-user-dropdown .dropdown-arrow::before {
    left: 76%;
  }
  .navbar-toggle {
    display: block;
    margin-right: 5px;
    cursor: pointer;
  }
  .header-menu-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    cursor: pointer;
  }
  .header-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 3;
  }
  .header-menu-list {
    display: block;
    margin-top: 45px;
  }
  .header-menu-link {
    display: none;
  }
  .header-menu-btn {
    position: relative;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
  }
  .header-menu-btn:before,
  .header-menu-btn:after {
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
  }
  .header-menu-btn:before {
    width: 12px;
    height: 2px;
  }
  .header-menu-btn:after {
    width: 2px;
    height: 12px;
    right: 25px;
  }
  .header-menu-btn.active:after {
    display: none;
  }
  .header-menu-item {
    background-color: #ede4db;
    margin: 15px 0;
  }
  .header-menu-item:hover .header-menu-link {
    color: #333;
    background-color: transparent;
  }
  .header-menu-item:hover .header-dropdown-menu {
    display: none;
  }
  .header-menu-item .header-dropdown-menu {
    position: static;
    width: 100%;
    padding: 15px;
  }
  .header-menu-item .header-dropdown-menu .header-menu-content {
    display: block;
  }
  .header-menu-item .header-dropdown-menu .header-menu-column {
    width: 100%;
  }
  .header-menu-item .header-dropdown-menu dl dt {
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (max-width: 576px) {
  .header-user-item {
    margin-left: 5px;
  }
  .header-user svg {
    width: 20px;
    height: 20px;
  }
  .header-user-item:first-child .header-user-text {
    display: none;
  }
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
  width: 30px;
  height: 30px;
}
.footer-main {
  background-color: #f5f5f5;
  padding: 30px 0 0 0;
  margin-top: 100px;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.footer-main .container dt {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
}
.footer-main .container dd {
  padding: 5px 0;
}
.footer-main .container dd a {
  color: #999;
}
.footer-main .container dd a:hover {
  color: #e47911;
}
.footer-rights {
  background-color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 12px;
}
.footer-rights a {
  display: inline-block;
}
.footer-guaranteed {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  margin-top: 15px;
}
.footer-guaranteed img {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .footer-main .container {
    flex-wrap: wrap;
  }
  .footer-main .container dl {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer-main .container dl {
    width: 100%;
  }
}
.n-head {
    z-index: 999;
    width: 700px;
    min-height: 400px;
    background: #fff;
    position: absolute !important;
    color: #333;
    font-size: 15px;
    left: 0;
    border-radius: 8px;
    border: 1px solid #ECF1FE;
    box-shadow: 0px 3px 10px 5px #ccc;
}

    .n-head .n-complete {
        z-index: 302;
        overflow: hidden;
        font-size: 15px;
        display: inline-table;
        padding: 15px 0;
        width: 321px;
        margin: 0;
        border-right: 5px solid #ECF1FE;
    }

        .n-head .n-complete li {
            display: block;
            color: #000;
            text-transform: lowercase;
            padding: 0 15px 0 5px;
            line-height: 18px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            border-right: 1px solid transparent;
            text-decoration: none;
            font-size: 15px;
            cursor: pointer;
        }
            .n-head .n-complete li a {
                color: #000;
            }
            .n-head .n-complete li b {
                font-weight: 700;
                color: #FF7E00;
            }

            .n-head .n-complete li.ui-focus {
                background: #ECF1FE;
            }
    .n-head .detailright {
        background: #fff;
        float: right;
        border-radius: 8px;
    }
.n-head .suggestion-title {
    font-size: 14px;
    font-weight: 700;
    display: inline-table;
    position: relative;
    top: 0;
    margin: 0 7px 0 23px;
    text-transform: uppercase;
}
    .n-head .suggestion-title div {
        margin: 10px 0;
        width: 127px;
        position: relative;
        color: #404040;
    }

    .n-head .detailright .suggestproducts {
        padding-left: 10px;
        margin-left: 6px;
        padding-top: 5px;
        background-color: #ECF1FE;
        width: 378px;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 8px 8px 0;
    }
        .n-head .detailright .suggestproducts ul {
            overflow: hidden;
            margin-bottom: 0px;
            position: relative;
            top: 0;
            padding-right: 15px;
        }
    .n-head h2 {
        padding-top: 16px;
        font-size: 14px;
        font-weight: 700;
        margin: 0px;
        text-transform: uppercase;
        color: #404040;
    }
    .n-head .detailright .suggestproducts ul li {
        float: left;
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
        background: #fff;
        border-radius: 5px;
        padding: 10px;
    }

        .n-head .detailright .suggestproducts ul li a {
            text-decoration: none;
            color: #000;
            display: flex;
        }

            .n-head .detailright .suggestproducts ul li a:hover {
                text-decoration: underline;
            }

        .n-head .detailright .suggestproducts ul li img {
            width: 80px;
            height: 80px;
            flex: 0 0 80px;
        }

        .n-head .detailright .suggestproducts ul li span {
            padding: 3px 15px;
            display: block;
            height: 78px;
            overflow: hidden;
        }

.s_val {
    padding: 5px 15px;
    float: left;
}
.s_val_right {
    text-align: right;
    color: #aaa;
    padding: 5px 0;
    font-size:14px;
}
.s_val_right .t-con {
    color:white;
}
    .s_val_right .t-con2 {
        color: #eee;
    }
.sugg-nav-arrow {
    border-color: transparent transparent #ECF1FE;
    border-style: solid;
    border-width: 0 15px 15px;
    font-size: 0;
    height: 0;
    left: 10px;
    line-height: 0;
    position: absolute;
    top: -15px;
    width: 0;
    z-index: 1000;
}
.sugg-nav-arrow-inner {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
    font-size: 0;
    height: 0;
    left: -15px;
    line-height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.jcarousel-homepage-banner .jcarousel li {
  height: 350px;
  z-index: 1;
}
.jcarousel-homepage-banner .jcarousel li.active {
  z-index: 2;
}
.jcarousel-homepage-banner .jcarousel li .item {
  position: absolute;
  left: -200%;
  right: -200%;
  z-index: 2;
}
.jcarousel-homepage-banner .jcarousel li .item img,
.jcarousel-homepage-banner .jcarousel li .item embed,
.jcarousel-homepage-banner .jcarousel li .item svg {
  margin: 0 auto;
  width: 2000px;
  height: 350px;
  display: block;
}
.jcarousel-homepage-banner .jcarousel-control-prev,
.jcarousel-homepage-banner .jcarousel-control-next {
  background-color: transparent;
  z-index: 2;
  width: 100px;
  height: 100%;
  text-align: center;
  top: 0;
  margin: 0;
  opacity: .3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.jcarousel-homepage-banner .jcarousel-control-prev:hover,
.jcarousel-homepage-banner .jcarousel-control-next:hover {
  opacity: 1;
}
.jcarousel-homepage-banner .jcarousel-control-prev svg,
.jcarousel-homepage-banner .jcarousel-control-next svg {
  width: 20px;
  height: 100%;
}
.jcarousel-homepage-banner .jcarousel-control-next {
  transform: rotate(180deg);
}
.jcarousel-homepage-banner .jcarousel-pagination {
  bottom: 5px;
  z-index: 2;
}
.home-title {
  font-size: 22px;
  padding: 60px 0 30px 0;
}
.home-categories {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 15px;
  text-align: center;
}
.home-categories-item {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 15px;
}
.home-categories-name {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}
.home-subcategories {
  display: flex;
  flex-wrap: wrap;
}
.home-subcategories-item {
  display: block;
  width: 50%;
  margin-top: 15px;
  color: #333;
}
.home-subcategories-item:hover {
  color: #e47911;
}
.home-subcategories-item figure {
  background: #d5e5f2;
  border-radius: 50%;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.home-subcategories-name {
  display: block;
  padding: 15px 0;
}
.home-industries li {
  max-width: 485px;
}
.home-industries li:hover {
  box-shadow: 0 0 10px #999;
}
@media (max-width: 1500px) {
  .home-industries {
    gap: 15px;
  }
}
@media (max-width: 1200px) {
  .home-categories {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 992px) {
  .jcarousel-homepage-banner .jcarousel li {
    height: 35vw;
    min-height: auto;
  }
  .jcarousel-homepage-banner .jcarousel li .item {
    text-align: center;
    margin-left: -500%;
    margin-right: -500%;
  }
  .jcarousel-homepage-banner .jcarousel li .item img,
  .jcarousel-homepage-banner .jcarousel li .item embed,
  .jcarousel-homepage-banner .jcarousel li .item svg {
    margin: 0 auto;
    width: auto;
    height: 35vw;
    display: block;
  }
  .jcarousel-homepage-banner .jcarousel-control-prev,
  .jcarousel-homepage-banner .jcarousel-control-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-categories {
    grid-template-columns: auto auto;
  }
  .home-title {
    padding: 30px 0 15px 0;
  }
}
@media (max-width: 640px) {
  .home-categories {
    grid-template-columns: auto;
  }
  .home-industries {
    display: block;
  }
  .home-industries li {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home-categories {
    grid-template-columns: auto;
  }
}
.homepageSwiper {
  position: relative;
}
.homepageSwiper .swiper-slide {
  /*    width: calc(100vw - 17px) !important;*/
  /*  transition-duration: 2000ms !important;*/
}
.homepageSwiper .swiper-slide .item {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.homepageSwiper .swiper-slide .item a {
  position: absolute;
  left: 50%;
  width: 2000px;
  height: 350px;
  margin-left: -1000px;
}
.homepageSwiper .swiper-slide .item.order-process a {
  left: 0;
  margin: 0;
}
.homepageSwiper .swiper-slide .item a embed {
  pointer-events: none;
}
.homepageSwiper .swiper-pagination {
  bottom: 0;
}
.homepageSwiper .swiper-button-next:focus-visible,
.homepageSwiper .swiper-button-prev:focus-visible {
  outline: none;
}
.homepageSwiper .swiper-slide-next {
  opacity: 0 !important;
}
.homepageSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  opacity: 1;
  background: #ccc;
}
.homepageSwiper .swiper-button-next,
.homepageSwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.homepageSwiper .swiper-button-next:hover,
.homepageSwiper .swiper-button-prev:hover {
  background: #fff;
}
.homepageSwiper .swiper-button-next:after,
.homepageSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #FF7E00;
}
.homepageSwiper .swiper-pagination-bullet-active {
  background: #FF7E00;
}
@media (max-width: 768px) {
  .homepageSwiper .swiper-slide {
    width: 100vw !important;
  }
  .homepageSwiper .swiper-slide .item,
  .homepageSwiper .swiper-slide .item a embed {
    height: 200px;
  }
}
.homepage-banner-md,
.homepage-banner-sm {
  display: none;
}
@media (max-width: 1400px) {
  .homepage-banner-lg {
    display: none;
  }
  .homepage-banner-md {
    display: block;
  }
}
@media (max-width: 767px) {
  .homepage-banner-md {
    display: none;
  }
  .homepage-banner-sm {
    display: block;
  }
}
.home-top {
  display: flex;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.home-top__left {
  width: calc(80% - 5px);
  flex: 0 0 calc(80% - 5px);
}
.homepageSwiper {
  overflow: hidden;
}
.homepageSwiper .swiper-slide .item a {
  /*  margin-left: -58%;*/
  margin-left: -1000px;
}
.home-top__right {
  width: calc(20% - 5px);
  flex: 0 0 calc(20% - 5px);
  background-color: #f5f5f5;
  margin: 0 0 0 10px;
  padding: 10px;
}
.home-top__right-title {
  font-weight: 600;
  font-size: 26px;
  padding: 0;
  color: #FF7E00;
}
.home-top__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0 0;
}
.home-top__item {
  width: calc(33.33% - 7px);
  display: block;
  border: 0;
  position: relative;
  height: auto;
  overflow: hidden;
}
.home-top__item::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.home-top__items img {
  width: 100%;
  height: auto;
}
.home-top__tag {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 0;
  background: #FF7E00;
  color: #fff;
  padding: 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
}
.home-top__item-save {
  width: 90px;
  height: 90px;
  font-size: 26px;
  border-radius: 50%;
  color: #fff;
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}
.home-top__item-save strong {
  font-size: 16px;
  display: block;
}
.home-top__item-save b {
  font-size: 26px;
}
.home-top__item-save em {
  font-size: 35px;
  font-style: normal;
  font-family: 'OpenSans Bold', OpenSans, Helvetica, Arial, sans-serif;
}
.home-top__item-save i {
  font-size: 16px;
  font-style: normal;
  font-family: 'OpenSans Bold', OpenSans, Helvetica, Arial, sans-serif;
  position: relative;
  top: -12px;
  left: -6px;
}
.home-top__item-save sup {
  font-size: 14px;
}
.home-top__right ul {
  list-style-type: none;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #ddd;
  /*font-size: 22px;*/
}
.home-top__right ul li a {
  padding: 10px 0;
  display: block;
  line-height: 1.2;
  font-size: 14px;
}
.home-top__right ul li a svg {
  margin: -5px 0 0 0;
  width: 25px;
  height: 25px;
}
.home-top__right ul li a span {
  padding: 0 5px 0 0;
}
.home-top__review {
  padding: 0;
  font-size: 14px;
}
.home-top__review-inner {
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 15px 0 0 0;
  background-color: #fff;
}
.review-card {
  padding: 15px;
  border-radius: 15px;
}
.review-card .review-user {
  font-weight: 600;
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
  color: #005c90;
  line-height: 1;
}
.review-card .review-identifi {
  color: #258635;
}
.review-card .review-date {
  color: #999;
  font-size: 12px;
  float: right;
}
.review-card .review-helpful-text {
  padding-top: 8px;
}
.review-card .review-title {
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0;
}
.review-card .review-star {
  margin-top: 5px;
}
.review-card .review-star img {
  width: 15px;
  height: 15px;
}
.home-top__item-info {
  position: absolute;
  top: 30px;
  left: 15px;
  padding: 0 15px 0 0;
  text-align: left;
  z-index: 99;
  text-shadow: 0 0 5px #000;
}
.home-top__item-name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  text-shadow: 0 0 5px #000;
}
.home-top__item-qty {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 0 0;
  display: inline-block;
  text-shadow: none;
  padding: .5em .7em;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
}
.home-top__item-qty em {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .home-top__item-name {
    font-size: 19px;
  }
  .home-top__item-qty {
    font-size: 15px;
  }
  .home-top__item-save {
    width: 75px;
    height: 75px;
    font-size: 22px;
  }
  .home-top__item-save b {
    font-size: 22px;
  }
  .home-top__item-save em {
    font-size: 30px;
  }
  .home-top__item-save i {
    font-size: 14px;
    left: -4px;
  }
  .home-top__item-save strong {
    font-size: 13px;
  }
  .home-top__item-save sup {
    font-size: 11px;
  }
  .home-top__right ul li a,
  .home-top__review,
  .review-card .review-title {
    font-size: 14px;
    padding: 5px 0;
  }
  .home-top__right ul li a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1400px) {
  .home-top__left {
    width: calc(78% - 5px);
    flex: 0 0 calc(78% - 5px);
  }
  .home-top__right {
    width: calc(22% - 5px);
    flex: 0 0 calc(22% - 5px);
  }
  .home-top__item-info {
    left: 10px;
  }
  .home-top__item-name {
    font-size: 15px;
  }
  .home-top__item-qty {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  .home-top__item-save {
    width: 60px;
    height: 60px;
    font-size: 18px;
    left: 10px;
    bottom: 10px;
  }
  .home-top__item-save strong {
    font-size: 16px;
  }
  .home-top__item-save b {
    font-size: 18px;
  }
  .home-top__item-save em {
    font-size: 24px;
  }
  .home-top__item-save i {
    font-size: 12px;
    top: -8px;
  }
  .home-top__item-save sup {
    font-size: 9px;
  }
  .home-top__right ul li a,
  .home-top__review,
  .review-card .review-title {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .home-top__right-title {
    font-size: 18px;
  }
  .home-top__right ul {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
  }
  .home-top__review-inner {
    margin: 10px 0 0 0;
  }
  .review-card {
    padding: 10px;
  }
  .home-top__item-name {
    font-size: 15px;
  }
  .home-top__item-qty {
    font-size: 12px;
  }
  .home-top__right ul li a,
  .home-top__review,
  .review-card .review-title {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .home-top {
    display: block;
  }
  .home-top__left,
  .home-top__right {
    width: 100%;
  }
  .home-top__right {
    margin: 10px 0 0 0;
  }
  .home-top__items {
    display: block;
  }
  .home-top__item {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
