/* Minification failed. Returning unminified contents.
(722,10): run-time error CSS1036: Expected expression, 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 {
  margin-left: 30px;
  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: flex-end;
  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;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 220px;
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: auto;
    }

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}

    .jcarousel-control-prev:focus,
    .jcarousel-control-next:focus {
        box-shadow: inherit;
    }

.jcarousel-control-prev {
    left: 7px;
}

.jcarousel-control-next {
    right: 7px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

    .jcarousel-pagination a,
    .jcarousel-pagination button {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 12px;
        width: 12px;
        line-height: 10px;
        border-radius: 6px;
        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
        border: 1px solid #584f49;
        padding: 0;
        cursor: pointer;
    }

        .jcarousel-pagination a.active,
        .jcarousel-pagination button.active {
            background: #88837E;
            color: #fff;
            opacity: 1;
            border: 1px solid #88837E;
        }

.product-main {
  margin: 15px 0 60px 0;
}
.product-left {
  width: 600px;
}
.product-right {
  width: calc(100% - 600px);
  padding-left: 100px;
}
.product-name {
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1;
}
.product-id {
  color: #999;
}
.product-color-list {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.product-color-list-item {
  width: 82px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}
.product-color-list-item::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px 5px 0 0;
}
.product-color-list-item figure {
  position: relative;
}
.product-color-list-item figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px 5px 0 0;
}
.product-color-list-item img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.product-color-list-item .color-name-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
.product-color-list-item .color-name {
  font-size: 12px;
  padding: 0 5px;
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
}
.product-color-list-item.selected {
  border-color: #000;
}
.product-color-list-item.selected:hover {
  cursor: pointer;
}
.product-color-list-item.selected:hover::after {
  display: block;
}
.product-color-list-item:hover {
  cursor: pointer;
}
.product-color-list-item:hover::after {
  display: block;
}
.all-options {
  background-color: #f7f7f7;
  border-color: #ddd;
  width: 82px;
  height: 117px;
  padding: 0;
}
.all-options:focus,
.all-options:focus-visible {
  outline: none;
  background-color: #f7f7f7;
  border-color: #ddd;
}
.all-options:hover {
  background-color: #e4e4e4;
  border-color: #ddd;
  outline: none;
}
.price-table {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}
.price-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.price-table td.price-table-title {
  text-align: left;
}
.price-table td.selected {
  background-color: #f3fdf4;
  color: #000;
  font-weight: 600;
}
.price-table .price-row-save {
  color: #41a928;
}
.price-table-box {
  width: auto;
  overflow-x: auto;
}
.price-total {
  font-size: 16px;
  margin-top: 15px;
}
.price-total-item {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.price-total-item:last-child {
  font-size: 26px;
  border: 0;
}
.price-total .hp-input {
  width: 100px;
  margin: 0 5px;
}
.price-total .hp-select {
  width: auto;
  margin: 0 5px;
}
.price-total-unit {
  font-size: 12px;
  color: #999;
}
.price-total-subtext {
  font-size: 12px;
  color: #999;
}
.price-total-value {
  color: #e11921;
  font-weight: 600;
}
.price-total-savings {
  font-size: 14px;
}
.price-total-discount {
  color: red;
  font-size: 18px;
}
.product-edd {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 22px;
}
.product-edd b {
  color: #3ea3f3;
}
.btn-box {
  display: grid;
  gap: 15px;
  grid-template-columns: 3fr;
}
.btn-box.two-items {
  grid-template-columns: 6fr 4fr;
}
.btn-box.three-items {
  grid-template-columns: 4fr 3fr 3fr;
}
.btn-box .btn {
  height: 60px;
  line-height: 1.1;
  margin: 0;
}
.btn-box .btn span {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.btn-box .start-order {
  height: 60px;
}
.product-card {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product-card + .product-card {
  margin-top: 30px;
}
.product-card-header {
  padding: 15px;
  background-color: #f5f5f5;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}
.product-card-body {
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.product-card-body li {
  padding: 0 0 10px 0;
}
.product-section-title {
  margin: 60px 0 30px 0;
  font-size: 22px;
}
.product-img {
  position: relative;
}
.product-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #e11921;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 0 10px;
}
.product-left-btns .btn {
  width: calc(50% - 5px);
}
.review-card {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #ddd;
}
.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-dislike {
  transform: rotate(180deg);
  margin-left: 5px;
}
.review-card .review-helpful {
  color: #999;
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
}
.review-card .review-helpful-text {
  padding-top: 8px;
}
.review-card .review-title {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0;
}
.review-card .review-star {
  margin-top: 15px;
}
.thumb-image-list {
  flex-wrap: wrap;
  gap: 10px;
}
.thumb-image-list-item {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.thumb-image-list-item.selected,
.thumb-image-list-item:hover {
  border-color: #000;
  cursor: pointer;
}
.thumb-image-box {
  width: 100px;
  max-height: 500px;
  overflow-y: auto;
  padding: 15px 0;
  margin: 30px 0;
  flex: 0 0 100px;
}
.zoom-image__main {
  width: 500px;
  height: 500px;
}
.review-mobile {
  display: none;
}
.product-selection {
  margin-top: 15px;
}
.selection-title {
  color: #999;
}
.jcarousel-product-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
}
.jcarousel-product-item img {
  margin: 0 auto;
  display: block;
}
.jcarousel-product-id {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}
.jcarousel-product-name {
  height: 45px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  margin: 5px 0 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.jcarousel-product-price {
  font-size: 22px;
  color: #258635;
}
.jcarousel-product-qty {
  color: #999;
}
.jcarousel-related .jcarousel {
  padding: 15px 0;
  margin: 0 -10px;
}
.jcarousel-related .jcarousel-control-prev,
.jcarousel-related .jcarousel-control-next {
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-top: -30px;
  padding: 0;
}
.jcarousel-related .jcarousel-control-prev {
  left: 0;
}
.jcarousel-related .jcarousel-control-prev svg {
  transform: rotate(180deg);
}
.jcarousel-related .jcarousel-pagination {
  bottom: 0;
}
.coupon-tag {
  background: #f90;
  border-radius: 3px 0 0 3px;
  padding: 3px 8px 5px 8px;
  color: #000;
  font-size: 14px;
  margin: 0 10px 0 0;
  position: relative;
}
.coupon-tag:before,
.coupon-tag:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  border-style: dashed;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom: 6px solid #3F6998;
  border-top-width: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom-width: 10px;
  border-bottom: 10px solid #ff9900;
}
.coupon-tag:before {
  transform: rotate(180deg);
  top: 0;
}
.price-total-savings {
  color: #067d62;
  padding: 5px 0;
}
.price-total-savings input {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.price-total-discount {
  color: #CC0C39;
  font-size: 18px;
  font-weight: 300;
  padding: 0 10px 0 0;
}
.price-total-sub-reg {
  font-size: 22px;
  font-weight: 600;
}
.top-banner {
  max-width: 1200px;
  width: 60%;
  background: #2E97FA;
  font-size: 20px;
  display: block;
  padding: 10px 10px;
  color: white;
  text-align: center;
  margin: 0px auto;
}
.top-banner:hover {
  color: #fff;
}
@media (max-width: 1400px) {
  .product-left {
    width: 500px;
  }
  .product-right {
    width: calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .product-left {
    width: 400px;
  }
  .product-right {
    width: calc(100% - 400px);
  }
  .product-color-list-item {
    width: 100px;
  }
  .all-options {
    width: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .btn-box {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 992px) {
  .product-main {
    display: block;
  }
  .product-left,
  .product-right {
    width: 100%;
    padding: 0;
  }
  .product-right {
    margin-top: 60px;
  }
  .review-section {
    display: none;
  }
}
@media (max-width: 768px) {
  .price-total,
  .price-total-savings,
  .price-total-discount {
    font-size: 14px;
  }
  .product-name,
  .price-total-item:last-child {
    font-size: 22px;
  }
  .product-edd {
    font-size: 18px;
  }
  .product-color-list,
  .price-table {
    margin-top: 30px;
  }
  .product-color-list {
    gap: 5px;
  }
  .product-color-list-item {
    width: 80px;
  }
  .all-options {
    width: 80px;
  }
  .product-color-list-item .color-name {
    font-size: 10px;
  }
  .review-mobile {
    display: block;
  }
  .btn-box {
    grid-template-columns: 1fr !important;
  }
  .zoom-image__main {
    height: auto;
  }
}
@media (max-width: 576px) {
  .product-left-btns .btn {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .thumb-image-list-item {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .thumb-image-box {
    height: auto;
    padding: 5px 0;
    margin: 10px 0;
  }
  .jcarousel-product-item {
    padding: 10px;
    margin: 5px;
  }
}
