﻿#contact_us_live_chat_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  height: 30px;
  margin: 5px 5px 5px 0px;
  font-family: 'Krona One', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: 300ms;
  background: #3498db;
  box-shadow: 0px 5px #297bb3, 0px 10px 10px rgba(0, 0, 0, 0.25);
}

#contact_us_live_chat_button:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px transparent, 0px 5px 10px rgba(0, 0, 0, 0.25);
}

#contact_us_live_chat_button:focus {
  outline: none;
}

#contact_us_live_chat_button a {
  color: #fff;
}

html {
  //font-size: 16px;
}

/* reset.css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*common*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}

.box-right h3, .wsmenu > .wsmenu-list > li > a, .nav-menu-fixed a, .footer-title, .warranty b, .quantity strong, .catalogue-title, .guarantee-title, .feature-right h3, .model-title h1 {
  font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #3498db;
}

img {
  max-width: 100%;
}

.border-1px-gray {
  border: 1px solid gray;
}

.bold {
  font-weight: bold;
}

.line-height24 {
  line-height: 24px;
}

.line-height28 {
  line-height: 28px;
}

.line-height30 {
  line-height: 30px;
}


.inline-block {
  display: inline-block;
}

.marginBot15 {
  margin-bottom: 15px;
}

.marginBot30 {
  margin-bottom: 30px;
}

.marginT10 {
  margin-top: 10px;
}

.margin-top-0 {
  margin-top: 0px;
}

.padding10 {
  padding: 10px;
}

.paddingTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paddingTB20 {
  padding: 20px 0;
}

.bgWhitebot20 {
  background: #fff;
  margin-bottom: 20px;
}

.pointer {
  cursor: pointer;
}

.normal {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
}

.opacityfull {
  opacity: 1;
}

.red {
  color: red;
}

.green {
  color: green;
}

.margin-no {
  margin: 0;
}

.box-shadow-1px {
  box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.borderTop {
  border-top: 4px solid #1a1a1a;
}

.keyboard-key {
  border: 3px outset #F3F3F3;
  border-left-color: #DBDBDB;
  border-top-color: #DBDBDB;
  background-color: #F3F3F3;
  padding: 0 2px;
  color: #545454;
}

/*
    index css start
*/
/*header*/
#top {
  width: 100%;
}

.topBar {
  position: relative;
  margin: 0;
  color: #888888;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
}

.topBar-content li {
  margin-right: 16px;
  display: inline-block;
}

.topBar-content li a i {
  color: #3498db;
  font-weight: 600;
}

.topBar-content li .fa {
  margin-right: 5px;
}


.pull-right a {
  color: #444;
}

.pull-right a:hover {
  color: #3498db;
}


.dropdown-menu li {
  width: 100%;
}

.dropdown-menu li a {
  height: 100%;
}

.dropdown-menu li a:hover {
  background-color: #1d6ca1;
  color: #fff;
}

/*logo*/
.logo {
  padding-top: 15px;
  padding-left: 0;
}

.logo-search {
  margin: 20px 0;
}

@media only screen and (max-width: 992px) {
  .logo-search {
    text-align: center;
    padding-top: 0;
  }
}

.search-box {
  padding: 12px 0;
}

.search-box > form {
  display: flex;
}

.cart {
  float: right;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  outline-color: #fff;
}


.cart button {
  position: relative;
  padding: 0 10px;
  background-color: #f6f6f6;
  outline-color: #fff;
  border: 1px solid #3498db;
}

.cart i {
  color: #3498db;
  padding: 0 10px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}

#cart-count {
  color: #3498db;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .cart button {
    padding: 0 5px;
  }

  .cart i {
    padding: 0;
  }

  #cart-count {
    padding: 0;
  }
}

.seach_text {
  color: #999;
  height: 50px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 60%;
  border: 1px solid #3498db;
  border-right-color: #e1e1e1;
  outline-color: #fff;
}

.search-btn {
  vertical-align: middle;
  padding: 0 10px;
  height: 50px;
  width: 50px;
  border: 1px solid #3498db;
  border-left: none;
  background-color: #f6f6f6;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search-btn:hover i {
  transform: scale(1.1);
  transition: all ease-in-out .3s;
}

.search-btn i {
  color: #3498db;
  font-size: 18px;
}

/*.btn:hover i {
    color: #fff;
}*/

.btn-link {
  color: #424242;
}

/*fadedown css  important*/
.sub-menu, .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(-75deg);
}

.wsmenu-list > li:hover > ul.sub-menu, .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/* ================== Desktop Base CSS  ================== */
.wsmenu .cl {
  clear: both;
}

.wsmenu:before, .wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

.wsdownopener, .wsmenu-list > li > a, .wsmenu-list > li > a > .fa, .wsmenu-list > li:hover > a.menuHome > .fa {
  color: #fff;
}

/* ================== Desktop Main Menu CSS ================== */
/*Label None , input*/
.wsdown-menuopner, .wsdownopener, .wsdownopener-sub, .wsdexpander {
  display: none;
}

/*Label None*/
.navBox {
  position: relative;
}

.wsmenu {
  /*color: #fff;*/
  position: relative;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1140px;
}

.wsmenu-list {
  text-align: left;
  width: 100%;
  position: relative;
}

/*Home*/
.wsmenu-list > li > a.active {
  padding: 0 20px;
  /*color: #fff;*/
}

.wsmenu-list > a.active {
  background-color: #1d6ca1;
  /*color: #fff;*/
  border-top: none;
  border-radius: 0 0 0 0;
}

.wsmenu-list > li {
  margin-right: 1px;
  float: left;
  text-align: center;
}

.wsmenu-list > li:nth-child(n+2).active > a i {
  transform: rotate(180deg);
}

@media (min-width: 1000px) {
  .wsmenu-list > li:nth-child(n+2):hover > a i {
    transform: rotate(180deg);
  }
}

.wsmenu-list > li:nth-child(n + 1) > a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  font-weight: 600;
}

.wsmenu-list > li > a .fa {
  display: inline-block;
  line-height: inherit;
  margin-right: 9px;
  vertical-align: top;
}

.wsmenu-list > li > a .fa:first-child {
  margin-right: 3px;
}

.wsmenu-list > li > a .fa.fa-home {
  margin-right: 0;
  font-size: 24px;
  vertical-align: middle;
}

/*help center*/

/*nav*/
.menuBox {
  background-color: #3498db;
  border: none;
}

.menuHome {
  background-color: #424242;
}

.nav-menu-fixed {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-menu-fixed a {
  font-weight: 700;
  padding: 0 15px;
  display: inline-block;
  line-height: 50px;
  color: #fff;
}

.nav-menu-fixed .fa {
  padding-right: 3px;
}

@media (max-width: 992px) {
  .nav-menu-fixed a {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
  }
}

/* ================== Desktop Drop Down Menu CSS ================== */
/*submenu APPLE DELL used*/
.wsmenu-list > li > ul.sub-menu {
  position: absolute;
  z-index: 1000;
  min-width: 230px;
  background-color: #fff;
  border: solid 1px #eeeeee;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.wsmenu-list > li > .sub-menu li .fa, .wsmenu-list > li > .wsmegamenu li .fa {
  text-align: center;
  width: 18px;
  color: #555;
}

.wsmenu-list > li > ul.sub-menu > li {
  position: relative;
  display: block;
}

.wsmenu-list > li > ul.sub-menu > li > a {
  color: #555;
  text-align: left;
  display: block;
  font-size: 15px;
  line-height: 22px;
  padding: 8px 12px;
  letter-spacing: normal;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmegamenu {
  width: 100%;
  left: 0;
  position: absolute;
  color: #555;
  z-index: 1000;
  margin: 0;
  padding: 10px 5px;
  text-align: left;
  font-size: 15px;
  border: solid 1px #eee;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

/*tab 栏*/
.list {
  width: 100%;
  height: 50px;
  position: relative;
}

.list li {
  display: inline-block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin: 0 128px 0 0;
  border: 2px solid #3498db;
  background-color: #fff;
  color: #555;
}

@media (max-width: 1200px) {
  .list li {
    margin: 0 100px 0 0;
  }
}

.list:after {
  content: "";
  width: 80%;
  border: 1px solid #ccc6c6;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  z-index: -1;
  margin: 0 auto;
}

.list li:last-child:after {
  width: 0;
}

.tab {
  width: 100%;
  margin-top: 20px;
}

.tab .main {
  width: 100%;
  float: left;
  display: none;
}

.tab .main.selected {
  display: block;
}

.list > li > .fa.fa-angle-down {
  margin-left: 5px;
}

.list > li:hover > .fa.fa-angle-down {
  color: #fff !important;
}

.bgcolor {
  background-color: #3498db !important;
  color: #fff !important;
  cursor: pointer;
}

.wsmegamenu .link-list li {
  display: block;
  white-space: nowrap;
  text-align: left;
}

.wsmegamenu .link-list li a {
  font-size: 15px;
  line-height: 20px;
  border-right: none;
  text-align: left;
  padding: 8px 0;
  display: block;
  color: #555;
}

.sub-menu > li:hover > a, .wsmegamenu li a:hover, .sub-menu li:hover .fa, .wsmegamenu li a:hover .fa {
  color: #fff !important;
  background: #3498db;
}

/* ================== Desktop Extra CSS ================== */
.wsmenu-click, .wsmenu-click02, .hometext, .wsdownmenu-animated-arrow, .wsdownmenu-text {
  display: none;
}

.wsmenu-list > li > a > .fa.fa-angle-down {
  padding: 0 6px;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  margin-right: 0;
  transition-duration: .3s;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
@media only screen and (max-width: 991px) {
  .wsmenu > ul > li > input:checked + .wsmegamenu, .wsmenu > ul > li > input:checked + ul.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
    top: 0;
  }

  .wsmenu > ul > li > input {
    display: none;
  }

  .wsdownopener {
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 55px;
    text-decoration: none;
    border: none;
    margin: 0;
  }

  .wsdownopener i {
    margin-right: 5px;
  }

  .wsdownopener-sub {
    width: 100%;
    position: absolute;
    z-index: 1000;
    height: 50px;
    background-color: transparent;
    text-decoration: none;
    border: none;
  }

  /* ================== Mobile Main Menu CSS ================== */
  .wsmenu {
    width: 100%;
    padding: 0;
    position: relative;
  }

  .wsmenu-list > li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    position: relative;
    white-space: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu-list > li > a.active {
    padding: 10px 17px;
  }

  .list > li {
    float: left;
    width: 100%;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    text-align: left;
    margin: 0;
    border: none;
  }

  .wsmenu-list > li > a {
    color: #555;
    padding: 10px 17px 10px 17px;
    font-size: 16px;
    text-align: left;
    background-color: transparent;
    line-height: 30px;
    position: static;
    width: 100%;
    display: block;
  }

  .wsmenu-list > li > a > .fa {
    font-size: 16px;
    color: #555;
  }

  .wsmenu-list > li > a .wsarrow:after {
    display: none;
  }

  .wsmenu-list > li > a > .hometext {
    display: inline-block;
  }

  .wsmenu-list > li > a .fa.fa-angle-down {
    float: right;
  }

  /* ================== Mobile Slide Down Links CSS ================== */
  .sub-menu, .wsmegamenu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    box-shadow: none;
  }

  .sub-menu > li > a {
    line-height: 20px;
    font-size: 14px;
    padding: 10px 15px 10px 16px;
  }

  .sub-menu > li span + a {
    padding-right: 30px;
  }

  .sub-menu > li > a > .fa {
    margin-top: 4px;
  }

  .list:after {
    width: 0;
  }

  /* ================== Mobile Mega Menus CSS  ================== */
  .wsmenu-list > li > .wsmegamenu > ul {
    width: 100%;
    font-size: 14px;
  }

  .wsmenu-list > li > .wsmegamenu > ul > li > a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 14px;
    background-color: #fff;
    color: #555;
  }
}

/* ================== Mobile Sub Menu Expander Arrows  ================== */
@media only screen and (min-width: 992px) and (max-width: 1091px) {
  .wsmenu-list > li > a > .fa {
    display: none;
  }

  .hometext {
    display: block;
  }
}


/*breadcrumb*/
#form1 {
  padding: 20px 0;
}

.navigation {
  text-transform: capitalize;
  font-size: 15px;
  padding: 8px 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}


.leftProductSeries li:first-child {
  padding-top: 1px;
}

.leftProductSeries li {
  line-height: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.leftProductSeries li a {
  text-transform: capitalize;
  display: block;
  color: #333;
  padding: 10px 0 10px 15px;
  font-weight: 500;
  background-color: #fff;
}

.leftProductSeries li a:hover {
  color: #fff;
  background-color: #3498db;
}

.breadcrumb {
  margin: 20px 0 10px;
  padding: 10px 10px 10px;
}

.breadcrumb > li.active {
  color: #1d6ca1;
}

.breadcrumb li + li:before {
  content: "/";
}

.breadcrumb li a {
  text-transform: capitalize;
  font-size: 1.5rem;
}

.breadcrumb li a:hover {
  color: #3498db;
}

@media (max-width: 767px) {
  .breadcrumb li a {
    font-size: 13px;
  }

  .breadcrumb li + li:before {
    padding: 0;
  }
}

.main-container {
  padding: 10px 0;
}


/*content*/
#myCarousel {
  position: relative;
  cursor: pointer;
}

.carousel {
  margin-top: 20px;
  border: 0px solid #fff;
  margin-bottom: 20px;
}

#myCarousel a {
  width: 48px;
}

.carousel-control i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 40px;
  background-color: #ccc;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  font-size: 32px;
  opacity: .8;
}

.carousel-control i:hover {
  background-color: #3498db;
}


@media (max-width: 767px) {
  .carousel-control i {
    display: none;
  }
}

/*content*/
.description {
  font-size: 15px;
  line-height: 25px;
  margin: 50px 0 0 0;
  padding: 20px;
  background-color: #F9F9F9;
  border-radius: 5px;
}

.description h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #000;
}

.description p {
  color: #424242;
}

.index-title {
  color: #555;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .index-title {
    font-size: 16px;
    margin: 0 auto;
  }

  .description {
    padding: 20px 0;
    margin: 20px 0;
  }

  .description p {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 10px;
  }
}

.box-wrapper .box-left, .box-right {
  display: table-cell;
  vertical-align: middle;
}

.box-left i {
  font-size: 3.6rem;
  margin-right: 10px;
  line-height: 36px;
}

.box-wrapper a:hover .box-left i {
  transition: all 1s;
  transform: rotateY(360deg);
}

/*main*/
#main-content {
  position: relative;
}

.main-title {
  margin: 20px 0;
}

.main-title h2 {
  font-family: 'Open Sans', sans-serif;
  float: left;
  position: relative;
  padding: 10px 10px 10px 0;
  background-color: #fff;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  z-index: 5;
  text-transform: uppercase;
}

.line {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
  height: 1px;
  display: inline-block;
  margin: -20px 0 40px;
}


@media (max-width: 767px) {
  .product {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .main-title h2 {
    font-size: 16px;
    padding: 0;
    float: none;
    text-align: center;
  }

  .line {
    display: none;
  }
}

.product-item {
  display: block;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #E5E5E5;
}

.product-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  transition: all .3s ease-out 0s;
  border: 2px solid #3498db;
}

@media (max-width: 767px) {
  .product-item {
    padding: 5px;
  }
}

.product-item img {
  max-width: 160px;
  max-height: 160px;
  vertical-align: middle;
}

.product-item h4 {
  margin: 0 5px 3px;
  padding-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

@media (min-width: 767px) {
  .product-img {
    width: 180px;
    height: 180px;
    margin: auto;
    line-height: 180px;
  }
}

.product-price {
  font-size: 16px;
  font-weight: 600;
  color: #f13340;
  padding: 1px 0 5px;
  display: block;
}

/*icon*/
.box-wrapper {
  padding: 20px 0;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #3498db;
  border-radius: 5px;
}

.box-wrapper .box {
  float: left;
  cursor: pointer;
  position: relative;
  padding: 10px 22px;
}

.box-wrapper a:last-child {
  border: none;
}

.box-wrapper a {
  color: #fff;
}

@media (max-width: 767px) {
  .box-wrapper {
    padding: 0;
  }

  .box-wrapper .box {
    border-right: none;
  }
}

.box-left .fa {
  font-size: 32px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}

.box-right h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 6px;
}

.box-right span {
  margin: 0;
}

/*footer*/
.footer-wrapper {
  background-color: #F9F9F9;
  transition: all .3s ease-out 0s;
}

.footer-content {
  padding: 30px 0;
}

.footer-title {
  font-weight: 600;
  font-size: 1.8rem;
  display: inline-block;
  padding-bottom: 10px;
  color: #000000;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
}

/*.footer-title:hover{
    color: #fff;
}*/

.footer-menu li {
  line-height: 30px;
  position: relative;
  padding-left: 3px;
}

.footer-menu li a {
  font-size: 13px;
  transition: all .3s ease-out 0s;
  color: #3498db;
}

.footer-menu li a i {
  margin-right: 5px;
}

.footer-menu li a:hover {
  text-decoration: underline;
  color: #000000;
  font-style: inherit;
  padding-left: 4px;
  transition: all .3s ease-out 0s;
}

.shopping-icon {
  text-align: center;
  padding: 30px 0 5px 0;
  border-top: 2px solid #ddd;
  background: #f9f9f9;
}

.shopping-icon span, .shopping-icon a {
  display: inline-block;
  margin: 0 2px 10px;
  border-radius: 2px;
  vertical-align: middle;
}

.shopping-icon-1, .shopping-icon-2, .shopping-icon-3, .shopping-icon-4, .shopping-icon-5, .shopping-icon-6, .shopping-icon-7, .shopping-icon-8, .shopping-icon-9 {
  background-image: url(../Images/shoppingicon/shipping-pay.png);
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: 236px 200px;
}

.shopping-icon-1 {
  width: 62px;
  height: 40px;
  background-position: -169px -5px;
}

.shopping-icon-2 {
  width: 62px;
  height: 40px;
  background-position: -169px -50px;
}

.shopping-icon-3 {
  width: 64px;
  height: 40px;
  background-position: -5px -65px;
}

.shopping-icon-4 {
  width: 63px;
  height: 40px;
  background-position: -74px -110px;
}

.shopping-icon-5 {
  width: 64px;
  height: 40px;
  background-position: -74px -65px;
}

.shopping-icon-6 {
  width: 64px;
  height: 40px;
  background-position: -5px -110px;
}

.shopping-icon-7 {
  width: 33px;
  height: 40px;
  background-position: -10px -155px;
}

.shopping-icon-8 {
  width: 55px;
  height: 54px;
  background-position: -174px -95px;
}

.shopping-icon-9 {
  width: 159px;
  height: 55px;
  background-position: -10px -5px;
}

.copyright {
  display: block;
  font-size: 13px;
  text-align: center;
  background: #404040;

}

.copyright p {
  font-family: Arial, Helvetica, sans-serif;
}

.copyright a, .copyright a:visited {
  color: #3498db;
}

.copyright a:hover {
  color: #a0daff;
}

.return-to-top {
  display: none;
}

/*
    index css end

*/
/* product css start*/
/*product*/
.title {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
}

.product-wrapper {
  margin-bottom: 30px;
}

.product-image {
  position: sticky;
  top: 10px;
  float: left;
  width: 550px;
  text-align: center;
  margin-right: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px;

  @media (max-width: 767px) {
    position: initial;
  }
}

#product-image:not(:has(img)) {
  display: none !important;
}

.img-wrapper span {
  padding: 8px;
  margin: 0 10px 20px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.5;
  border-radius: 4px;
}

.img-container {
  overflow: hidden;
  line-height: 400px;
}

.discount_banner {
  line-height: 1;
  width: 200px;
  margin: 0px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ff7878;
  padding: 12px;
  font-size: 24px;
  position: relative;
  left: -60px;
  top: 20px;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0.8;
}

@media (max-width: 767px) {
  .discount_banner {
    top: 10px;
    left: -70px;
  }
}

.img-container img {
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .product-image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 16px;
  }

  .product-image {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .img-container {
    line-height: inherit;
    padding: 20px;
  }
}

.img-view {
  display: block;
  font-size: 15px;
  color: #444;
}

.img-view:hover {
  text-decoration: underline;
}

.product-content {
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-content {
    padding: 0;
  }
}

.certification {
  padding: 20px 0;
}

.product-caption {
  font-family: Arial, Helvetica, sans-serif;
  color: #2f8dcd;
  padding: 0 5px 5px 5px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 992px) {
  .product-caption {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
  }
}

.desc {
  line-height: 1.6;
  padding: 5px 0 5px 5px;
  overflow: hidden;
}

.product-specifications {
  padding-bottom: 10px;
}

.price {
  padding: 8px 0;
}

.product-info {
  padding-bottom: 10px;
  overflow: hidden;
}

.product-info li {
  padding-left: 5px;
  line-height: 28px;
}

.product-info li:nth-child(2n) {
  background-color: #f8f8f8;
}

.product-info li i {
  margin-left: 5px;
  color: #3498db;
}

.product-info li span:first-child {
  display: inline-block;
  color: #555;
  font-weight: bold;
  width: 150px;
}

@media (max-width: 767px) {
  .product-info li span:first-child {
    width: auto;
  }
}

.in-stock {
  max-width: 435px;
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.product-content > div > div {
  padding: 5px 0px 5px 0px;
}

.PCart {
  margin: 5px 0px 5px 0px;
}

.PPrice {
  margin-top: 0px;
  padding-left: 5px;
}

.list-price, .new-price {
  line-height: 25px;
}

.list-price b, .new-price b {
  color: #555;
  font-weight: bold;
}

.list-price del {
  margin-left: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e4393c;
}

.new-price span {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #e4393c;
}

.new-price i {
  color: #666;
  font-size: 13px;
}

.rating {
  padding: 5px 0 5px 5px;
}

.rating a {
  color: green;
  text-decoration: underline;
}

/*
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.fa-star:before {
  content: "\f005";
}

.star {
  color: #febd69;
}


.quantity {
  padding-right: 20px;
  display: inline-block;
}

.right-grap {
  margin-right: 8px;
}

.numbox {
  text-align: center;
  overflow: hidden;
}

.numbox span {
  background-color: #fff;
  color: #999;
  border: 1px solid #ddd;
  cursor: pointer;
  float: left;
  width: 42px;
  line-height: 40px;
}

.numbox span.disabled {
  cursor: not-allowed;
  /*border-color: #ececec !important;*/
}

.count-minus:hover, .count-plus:hover {
  background-color: #3498db;
}

.count-minus:hover i, .count-plus:hover i {
  color: #fff;
}

.count-input {
  color: #424242;
  line-height: 40px;
  height: 42px;
  font-size: 16px;
  float: left;
  width: 60px;
  border: 1px solid #ddd;
  margin: 0 3px;
  text-align: center;
}

.addtocart {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  transition: all linear .3s;
  padding: 15px 30px;
  border: none;
  vertical-align: top;
}

.addtocart i {
  margin-right: 5px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .addtocart {
    font-size: 14px;
    padding: 5px 20px;
  }
}

.btn-danger {
  background-color: #E34D50;
  outline-color: #fff;
}

.btn-danger:hover {
  background-color: #df3033;
}

.AskQuestion {
  padding-left: 10px;
}

.AskQuestion i {
  padding-right: 5px;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;

  li {
    text-align: center;
    background-color: #f5f5f5;
    flex-grow: 1;
  }
}

.nav-tabs li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #3498db;
}

.nav-tabs li.active a::after {
  content: "";
  border: 10px solid #3498db;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  left: 45%;
}

.nav-tabs li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  border-right: 1px solid #ddd;
  border-radius: 0;
}

@media (max-width: 767px) {
  .product-tabbar {
    font-size: 14px;
  }

  .nav-tabs li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: none;
    border-bottom: 1px solid #fafbfb;
  }

  .nav-tabs li a {
    padding: 10px 0;
  }
}

.tab-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #3498db;
}

.tab-content > span {
  padding: 10px !important;
}

.proNote {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.proNote b, .proNote span {
  display: block;
}

#product-compatility ul {
  overflow: hidden;
  padding-left: 8px;
}

#product-compatility ul li {
  float: left;
  width: 25%;
  line-height: 35px;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
}

@media (max-width: 767px) {
  #product-compatility ul li {
    width: 33.33333%;
  }
}

@media (max-width: 540px) {
  #product-compatility ul li {
    width: 50%;
  }
}

.tab-title {
  margin: 15px 0;
  padding: 10px 0 10px 15px;
  background-color: #f5f5f5;
  font-weight: bold;
  box-shadow: 1px 2px 3px 1px #ddd;
}

.tab-title H4 {
  font-weight: 500;
}

.tab-title i {
  padding-right: 5px;
  color: #3498db;
}


.warranty {
  padding: 5px 0;
}

.collapsed {
  display: block;
}

.question {
  margin-bottom: 15px;
}

.question strong {
  font-family: Arial, Helvetica, sans-serif;
}

.steps {
  padding: 5px 0 5px 0;
}

.product-text p {
  margin-bottom: 10px;
}

.desc-title {
  text-align: center;
}

.desc-title b {
  font-weight: 600;
  font-size: 18px;
  background-color: #3498db;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  width: 300px;
  border-radius: 4px;
}

.desc-title h3 {
  font-weight: 500;
  font-size: 1.8rem;
  border: 1px solid #3498db;
  margin-top: -20px;
  padding: 30px 0 15px;
  border-radius: 4px;
}


.features b {
  font-size: 16px;
}

.list-box {
  padding-left: 5px;
}

.list-box li {
  list-style: none;
}

.list-box li i {
  font-size: 16px;
  color: #3498db;
  margin-right: 5px;
}

.productpicsbox img {
  display: block;
  margin: 15px auto 0;
}

.section-title {
  margin: 20px 0;
  text-align: center;
}

.section-title span {
  font-size: 18px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 15px;
}

/*footer box*/
.product-box {
  padding-bottom: 30px;
}

.product-news {
  display: block;
  min-height: 282px;
  margin: 0;
  padding: 15px 25px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 5px;
}

.product-description {
  padding-top: 10px;
}

.return-to-top {
  background-color: #3498db;
  opacity: .8;
  position: fixed;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  right: 30px;
  bottom: 120px;
  z-index: 99;
  color: #fff;
  transition: all .2s ease-in-out;
}

.product-news em {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  padding-bottom: 10px;
  color: #777;
  font-style: normal;
}

.product-news b {
  display: block;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
}

.product-news:hover .product_image img {
  transform: scale(1.2);
  transition: all .5s ease;
}

.product_image {
  padding-top: 15px;
  line-height: 160px;
}

.owl-item .product_image img {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 auto;
  width: 160px;
}

/*目录页样式*/
.content {
  margin-top: 0;
  margin-bottom: 50px;
}

.catalogue-title, .guarantee-title {
  margin-bottom: 1px;
  background-color: #3498db;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.catalogue ul li {
  line-height: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.catalogue ul li:first-child {
  padding-top: 1px;
}

.catalogue ul li a {
  display: block;
  padding: 10px 0 10px 15px;
  font-weight: 500;
  background-color: #fff;
}

.catalogue ul li a:hover {
  background-color: #3498db;
  color: #fff;
}

.catalogue ul li a .fa {
  padding-right: 5px;
}

.product-guarantee a {
  display: block;
  padding: 30px 5px 20px 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.feature-left, .feature-right {
  display: table-cell;
  vertical-align: middle;
}

.feature-left i {
  color: #3498db;
  margin-right: 10px;
  font-size: 36px;
  line-height: 36px;
}

.feature-right h3 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
  margin: 0;
}

.feature-right span {
  display: block;
  margin: 0;
  color: #666;
}

.product-guarantee a:hover .feature-left i {
  transition: all 1s;
  transform: rotateY(360deg);
}

.main-wrapper {
  margin-bottom: 20px;
  background-color: #fff;
}

.model-title {
  padding: 20px 0 0 20px;
}

.model-title h1 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.model-img {
  /*margin-top: 10px;*/
  float: left;
  max-width: 170px;
  padding: 0 15px 10px;
}

.model-content {
  line-height: 1.4;
  overflow: hidden;
}

.model-list {
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .model-list {
    padding: 0;
  }
}

.model-list h4 {
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .model-list h4 {
    font-size: 15px;
    padding-top: 0;
  }
}

#dl-search {
  border-width: 1px;
  border-right: 0;
  height: 48px;
}

.input-group-addon {
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  background-color: #3498db;
  border: none;
}

.dlModelList {
  font-size: 0;
  padding: 5px 0;
  margin-top: 10px;
}

.dlModelList dd {
  float: left;
  width: 33.33%;
  padding: 5px;
  font-size: 0;
  vertical-align: top;
}

@media (max-width: 767px) {
  .dlModelList dd {
    width: 50%;
  }
}

.dlModelList dd a {
  display: block;
  background: url(/Images/bullet.png) no-repeat center left;
  padding: 8px 20px;
  word-break: break-word;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #424242;
  line-height: 1.6;
}

.dlModelList dd a:hover {
  color: #fff;
  background: url(/Images/bullet2.png) no-repeat center left;
  background-color: #3498db;
}

.tips {
  margin-left: 10px;
}

.tips a {
  text-decoration: underline;
}

.badge {
  margin-right: 5px;
  background-color: #3498db;
}

.product-technology ul {
  padding-top: 40px;
  overflow: hidden;
  text-align: center;
}


.product-technology li i {
  display: block;
  color: #3498db;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px;
}

.product-technology li span {
  display: block;
  min-height: 50px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-technology li span {
    font-size: 13px;
  }
}

/*product css end*/

/*search css start*/

/*search css end*/
.ul-left-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  background-color: #4285f4;
}

/*help-center css start*/
#maincontett {
  position: relative;
}

.skills-wrap {
  padding-bottom: 20px;
  overflow: hidden;
}

.return-help {
  font-size: 24px;
  padding: 30px 15px;
  font-weight: bold;
  text-decoration: underline;
}

.skills-header h1 {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 10px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 700;
}

.skills-content h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}

.skills-content ul {
  padding-left: 15px;
}

.ul-list-disc {
  list-style: circle;
}

.ul-list-disc h6 {
  display: inline-block;
}

.skills-content li {
  padding-bottom: 5px;
}

.skills-content li .fa {
  margin-right: 5px;
}

.skills-content .alert-info1 {
  margin: 10px 0 10px 15px;
}

/*help center guide*/
.skills-part-guide h5 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: .6em;
}

.skills-part-guide a:hover, .skills-part-guide h6:hover em {
  color: #3498db;
  text-decoration: underline;
}

.skills-part-guide h6 .rotate90 + em {
  color: #424242;
}

.li-img {
  padding: 10px 0px 10px 20px;
}

.skills-part {
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding-top: 20px;
}

.skills-part a:hover {
  color: #3498db;
  text-decoration: underline;
}

/*用于新的保修和退货政策页面*/
.skills-new-policy {
  border-top: 0px;
  margin: 15px 0;
  color: #333;
}

.skills-new-policy > div {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  padding-bottom: 10px;
}

.skills-new-policy div h2 {
  font-weight: 500;
  font-size: 26px;
}

.skills-new-policy div h3 {
  margin: 15px 0 10px;
}

.skills-new-policy div h4 {
  margin: 12px 0 10px;
}

.skills-new-policy div h5 {
  margin: 10px 0 10px;
  font-weight: bold;
}

.skills-new-policy div p {
  margin: 10px 0;
}

.skills-new-policy div ol {
  list-style-type: lower-roman;
  padding: 5px 15px;
}

.skills-new-policy div ul {
  margin: 0px 20px;
  list-style: disc !important;
}

.skills-new-policy div a {
  color: #3498db;
}


.skills-new-policy a:hover {
  color: #3498db;
  text-decoration: underline;
}

.imgBorderWrap {
  border: 1px solid #eee;
  padding: 2px;
  margin: 10px 0;
}

.skillDropdown-menu {
  display: none;
}

.skill-Nav-part {
  padding: 10px 15px 15px;
  font-size: 15px;
}

.skills-part-guide a, .skills-part-guide h6 em, .skill-Nav-part h6, .skill-Nav-part a {
  color: #888;
}

.skill-Nav-part h6.active {
  color: #424242;
}

.skill-Nav-part h6:hover, .skill-Nav-part a:hover {
  color: #3498db;
  text-decoration: underline;
}

.widget-title {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 700;

}

.skills-content .btn {
  height: 40px;
  padding: 8px 20px;
  border: 2px solid transparent;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  background: #3498db;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none;
  outline: none;
  color: #fff;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}

.skills-content .btn:hover {
  background: #0083DB;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none;
  outline: none;
  color: #fff;
}

.skills-content .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none;
  outline: none;
  border-color: #3490de;
}

.skills-content .form-control {
  border: 2px solid #ddd;
  height: 40px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.skills-content textarea.form-control {
  height: auto;
}

.skills-content .form-control option {
  border-color: #3490de;
}

.skills-aside {
  margin-top: 80px;
}

.skills-aside a {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .skills-Nav {
    margin-top: 60px;
  }

  .skills-aside {
    margin-top: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .skills-wrap {
    margin: 0;
    font-size: 1.3rem;
  }

  .skill-Nav-part {
    font-size: 1.3rem;
  }

  .skills-header h1 {
    font-size: 1.7em;
  }

  .skills-content ul {
    padding: 0px;
  }

  .skills-content .alert-info1 {
    margin: 10px 0;
  }

  .li-img {
    padding-left: 0;
  }
}

/******************************************
  skills page css end
******************************************/

/*contact-us css start*/
.contact-info ul li {
  position: relative;
  padding: 0px 5px 0px 60px;
  margin-bottom: 40px;
  border-radius: 4px;
  line-height: 20px;
}

.contact-info li span {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -25px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  color: white;
  background-color: #3498db;
  border-radius: 3px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #3498db;

}

.contact-info li h5 {
  margin-bottom: 6px;
  font-size: 1.2em;
}

.contact-info li p {
  color: #666;
  margin: 0;
  word-wrap: break-word;
}

.contact-info li strong {
  color: #3498db;
  font-weight: bold;
}

.ValCode {
  display: inline-block;
  padding: 10px;
  color: red;
  font-size: 16px;
  word-spacing: 8px;
  letter-spacing: 5px;
  background-image: url(/Images/Verification.jpg);
}

/*contact us css end*/

/*sitemap css start*/
.hColor {
  color: #424242;
}

.site-map {
  margin: 20px 0;
}

.sitemap-content {
  margin-left: 60px;
  margin-top: 15px;
}

.sitemap-content li {
  padding-bottom: 0;
}

.left-border {
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  margin-left: 15px;
}

.left-border a {
  color: #424242;
}

.left-border:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  border-left: 1px solid #ccc;
  height: 100%;
}

.left-border:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #ccc;
  width: 15px;
}

/*sitemap css end*/
/*review css start*/
.SideReview {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  display: block;
  padding: 12px 18px;
  background-color: #3498db;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}

.SideReview:hover {
  color: #f0f524;
}


@media only screen and (max-width: 768px) {
  .SideReview {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/*review css end*/

/*快递信息表*/
#shippingHtml {
  margin-bottom: 20px;
  min-height: 100px;
  background: url(/Images/loading.gif) no-repeat left
}

#shippingHtml.shipping-initialized {
  background: none
}

.shipping-table th {
  width: 25%;
  text-align: center;
  color: #333;
}

.shipping-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}

.shipping-table tr:nth-child(2) td div {
  color: red !important;
}

.ShippingCountry > div {
  color: blue;
  font-weight: bold;
}

.ShippingFee > div {
  color: red;
}

@media screen and (max-width: 767px) {
  .shipping-table {
    border: 0;
    font-size: 1.2rem
  }

  .shipping-table thead {
    display: none
  }

  .shipping-table tr {
    margin-bottom: 20px;
    display: block;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.15);
  }

  .shipping-table tr th {
    text-align: center;
  }

  .shipping-table td {
    width: auto !important;
    display: block;
    margin-top: -1px
  }

  .shipping-table td:nth-child(odd) {
    background: #fbfbfb
  }

  .shipping-table > tbody > tr > td {
    display: flex;
    justify-content: flex-end;
  }

  .shipping-table > tbody > tr > td > div {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shipping-table td:before {
    content: attr(data-label);
    float: left;
    width: 96px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#product-payment > a:hover {
  color: #909090;
}

/*快递信息表end*/

.findbattery-h1 {
  color: #000;
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase
}

.find_form {
  margin-top: 30px;
}

.a_current-color {
  color: red;
}

.a_current-color:hover {
  color: red;
  text-decoration: underline;
}

.a_current-color:focus {
  color: red;
}

.flicker {
  animation: blink 0.5s linear infinite;
  -webkit-animation: blink 0.5s linear infinite;
  -moz-animation: blink 0.5s linear infinite;
  -ms-animation: blink 0.5s linear infinite;
  -o-animation: blink 0.5s linear infinite;
}

.flicker:hover {
  animation: blink12 0.5s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.5;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.5;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.5;
  }
}


/*zoom start*/


.PImgBox > img {
  max-width: 100%;
  display: block;
  padding: 20px;
}


.PImgBox_a {
  text-align: center;
  color: #329fd9;
  padding: 10px 10px 0;
  font-size: 17px;
}

.PImgBox_a > a {
  color: #329fd9;
  font-size: 17px;
}

.PImgBox > span {
  padding: 10px 10px;
  /* margin-top: 10px; */
  background-color: #fcf8e3;
  color: #8a6d3b;
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 4px;
  border: 1px solid #faebcc;
  line-height: 1.2em;
}

.certification {
  text-align: center;
}


.price_img {
  position: absolute;
  left: 13px;
  top: 0;
  z-index: 2;
}

.PImgBox {
  /*margin-top: 20px;
  border: 1px solid #e6e6e6;*/
  border-radius: 5px;
}


.slider-for .zoomImg {
  cursor: crosshair
}

.slider-for [data-zoom] {
  display: block;
  display: table-cell;
  vertical-align: middle
}

.slider-for [data-zoom] img {
  width: 100%;
  /*padding: 0 10px;*/
}

.slider-nav {
  padding: 0 32px 0 28px;
  margin: 10px 0 15px
}

.slider-nav .slick-track {
  margin-left: -2px
}

.slider-nav .slick-slide {
  margin: 1px 3px;
  border: 1px solid #ddd;
  cursor: pointer;
  outline: none
}

.slider-nav .slick-slide .item {
  display: table-cell;
  vertical-align: middle
}

.slider-nav .slick-slide img {
  max-height: 100%;
  width: 100%
}

.slider-nav .slick-current {
  border-color: #ef0404;
  outline: #ef0404 solid 1px
}

.PImgBox .slick-prev {
  left: 0;
}

.PImgBox .slick-next {
  right: 0;
}

.slider-nav .slick-arrow {
  background-color: #fff !important;
  width: 25px;
  height: 25px;
  border: none;
  padding: 0
}

.slider-nav .slick-arrow .fa {
  font-size: 26px
}

.slider-nav .slick-arrow:not(.slick-disabled) {
  color: #323232 !important
}

/*zoom end*/


/*Privacy Policy 2021-12-17*/
#accept-cookies {
  position: fixed;
  z-index: 99;
  width: 450px;
  text-align: left;
  display: none;
  background: rgba(20, 20, 20, 0.8);
  bottom: 15px;
  left: 15px;
  margin-top: 10px;
  padding: 10px 14px;
  backdrop-filter: blur(10px) brightness(110%);
  box-shadow: 2px 2px 10px #303030;
  border-radius: 3px;
}

#accept-cookies .group-action-links {
  text-align: right;
  margin-top: 10px
}

#accept-cookies .group-action-links a:nth-child(3) {
  font-size: 1.5em;
  color: #2bb9fd;
}

#accept-cookies .group-action-links .accept_cookies_link {
  margin-left: 10px
}

#accept-cookies .group-action-links .icon {
  font-size: 1.8rem;
}

#accept-cookies .group-action-links .accept_cookies_link {
  font-weight: 600;
  letter-spacing: .05em
}

#accept-cookies .des {
  line-height: 25px
}

#accept-cookies .notification-cookies {
  line-height: 23px;
  display: inline-block;
  text-transform: uppercase
}

@media (max-width: 479px) {
  #accept-cookies {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
  }

  #accept-cookies .group-action-links {
    text-align: center;
  }
}

#accept-cookies .block-cookies,
#accept-cookies .accept_cookies_link,
#accept-cookies .privacy-link:hover {
  color: #ffffff;
}

#accept-cookies .privacy-link,
#accept-cookies .accept_cookies_link:hover {
  color: #818181;
}

.activeCookiesBox #comm100-button-22 {
  display: none !important;
}

/*======Privacy Policy ================================================*/

.footer-bottom .container {
  width: 100%;
  color: #fff;
}

.also-shopped {
  margin-right: -10px;
  text-align: center;
  margin-bottom: 35px;
}

.also-shopped a {
  display: inline-block;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .also-shopped {
    margin-right: -5px;
  }

  .also-shopped a {
    margin-right: 5px;
  }
}

@media (max-width: 479px) {
  .also-shopped a {
    width: 48%;
    vertical-align: top;
  }
}


/*! jQuery UI - v1.13.1 - 2022-04-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=cupertino&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=30&bgImgOpacityShadow=70&bgTextureShadow=highlight_hard&bgColorShadow=000000&opacityOverlay=80&bgImgOpacityOverlay=90&bgTextureOverlay=diagonals_thick&bgColorOverlay=eeeeee&iconColorError=ffffff&fcError=ffffff&borderColorError=cd0a0a&bgImgOpacityError=15&bgTextureError=flat&bgColorError=cd0a0a&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=f9dd34&bgImgOpacityHighlight=25&bgTextureHighlight=highlight_soft&bgColorHighlight=ffef8f&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=2694e8&bgImgOpacityActive=50&bgTextureActive=glass&bgColorActive=3baae3&iconColorHover=2694e8&fcHover=0070a3&borderColorHover=74b2e2&bgImgOpacityHover=100&bgTextureHover=glass&bgColorHover=e4f1fb&iconColorDefault=3d80b3&fcDefault=2779aa&borderColorDefault=aed0ea&bgImgOpacityDefault=80&bgTextureDefault=glass&bgColorDefault=d7ebf9&iconColorContent=72a7cf&fcContent=362b36&borderColorContent=dddddd&bgImgOpacityContent=100&bgTextureContent=highlight_hard&bgColorContent=f2f5f7&iconColorHeader=72a7cf&fcHeader=222222&borderColorHeader=aed0ea&bgImgOpacityHeader=100&bgTextureHeader=highlight_soft&bgColorHeader=deedf7&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #aed0ea
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
  color: #362b36
}

.ui-widget-content a {
  color: #362b36
}

.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold
}

.ui-widget-header a {
  color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #2779aa;
  text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0070a3
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #0070a3;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #2694e8;
  background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #2694e8;
  background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;
  color: #363636
}

.ui-state-checked {
  border: 1px solid #f9dd34;
  background: #ffef8f
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #fff
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_72a7cf_256x240.png")
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_72a7cf_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_2694e8_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_3d80b3_256x240.png")
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 6px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 6px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 6px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 6px
}

.ui-widget-overlay {
  background: #eee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
  opacity: .8;
  -ms-filter: Alpha(Opacity=80)
}


.ui-autocomplete li {
  padding: 0.2em 1em 0.2em 0.4em;
}

.ul-autocomplete li:hover {
  background: #00bcd4;
}

/*解析后的CSS*/

.CartTips {
  border-radius: 6px;
  padding: 6px 10px;
  color: #8a6d3b;
  background: #fcf8e3
}

.CartTips .close {
  margin-right: 14px;
  font-size: 25px;
  opacity: 1
}

.CartTips .tipsTitle {
  font-weight: 600
}

.CartTips p {
  margin: 0 0 5px;
  line-height: 1.8rem;
}


.new-power {
  padding-bottom: 2em;
  padding-top: 2em;
}

.new-power h3 {
  padding: 10px 12px;
  font-weight: 700;
  color: black;
  margin-bottom: 1em;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f5f5f5;

  i {
    margin-right: 10px;
    color: #3498db;
  }
}

.new-power .new {
  width: 25%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .new-power .new {
    width: 100%;
  }
}

#product-question .collapse {
  display: block !important;
  height: unset !important;
}

/* 控制整个滚动条的宽度 */
::-webkit-scrollbar {
  width: 5px; /* 垂直滚动条的宽度 */
  height: 8px; /* 水平滚动条的高度 */
}

/* 控制滚动条的轨道（背景） */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* 控制滚动条滑块（可滑动部分） */
::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 4px;
}

/* 控制鼠标悬停时滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.wsmegamenu .slide-menu {
  display: flex;
  padding: 7px 10px;

  @media (max-width: 1000px) {
    .category-menu {
      min-width: 100% !important;
      width: 100% !important;
      padding: 0 1.5em;

      li ul {
        display: none;
        line-height: 27px;
        font-size: 14px;
        padding: 0 1em;

        li {
          line-height: 35px;
          border-bottom: 1px solid #E5E5E5;
        }
      }
    }

    .brand-list {
      overflow-y: auto;

      ul li {
        width: 100% !important;
        font-size: 14px;
      }
    }
  }

  .category-menu {
    display: inline-flex;
    flex-direction: column;
    min-width: 250px;
    width: 250px;
    max-height: 610px;
    overflow-y: auto;
    padding-right: 1em;

    > li div {
      padding: 0 .8em;
      cursor: pointer;
      font-weight: bold;
      margin-bottom: 2px;
      line-height: 2.3;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;

      i {
        transition-duration: .3s;
      }

      i.active {
        transform: rotate(180deg);
      }
    }

    @media (min-width: 1000px) {
      li:hover, li.active {
        background-color: #3498db;
        color: white;
      }
    }
  }

  .brand-list {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    margin-left: 1em;
    position: relative;

    @media (max-width: 1000px) {
      display: none;
    }

    > li {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transition-duration: .2s;

      &:first-child {
        position: static;
      }

      &.active {
        opacity: 1;
        pointer-events: initial;
      }
    }

    ul {
      display: flex;
      flex-wrap: wrap;

      li {
        width: 25%;

        a {
          display: block;
          padding: .6em .5em;

          &:hover {
            background-color: #3498db;
            color: white;
          }
        }
      }
    }
  }
}

.new-menu.active {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);

  .wsmenu-list {
    transform: translateX(0);
  }
}

.new-menu {
  @media (max-width: 1000px) {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -999;

    .wsmenu-list {
      height: 100%;
      width: calc(100% - 100px);
      overflow-x: hidden;
      overflow-y: auto;
      background-color: white;
      transform: translateX(-100%);
      transition-duration: .3s;

      .menuHome {
        line-height: 2;
        background-color: white;
        color: white;
      }
    }
  }
}

.skills-header h1 {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: .4em;
  text-transform: capitalize;
  font-weight: bold;
}

.skills-part, .borderTop-dotted-ccc {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.7;
  color: #333;

  h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }

  p {
    margin-bottom: 10px !important;
  }

  li {
    padding-bottom: 5px;
    font-size: 14px;
  }
}

.error {
  font-size: 13px;
  color: red;
  width: 100%;
}

.discount {
  display: block;
  background-color: #ff06;
  text-align: center;
  color: #3c763d;
  padding: 7px 2.5em;
  position: relative;
  font-style: normal;
  font-weight: bold;

  span, i {
    font-weight: bold;
    font-size: 18px;
  }

  .ic-close, button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
}

//less写法
:root {
  --wxc-borderblackcolor: rgba(0, 0, 0, 0.1);
  --wxc-borderradius: 4px;
  --wxc-drakyellow: #ffc439;
  --wxc-lightgray: #fafafc;
  --wxc-black: #333333;
  --wxc-red: #ff0000;
  --wxc-white: #ffffff;
  --wxc-lightblack: rgba(0, 0, 0, 0.5);
}

#review {
  background: var(--wxc-lightgray);
  padding: 20px;
  border-radius: var(--wxc-borderradius);
  border: 1px solid var(--wxc-borderblackcolor);

  .panel-Review {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--wxc-borderblackcolor);

    &:last-child {
      border-bottom: none;
      margin: 0;
      padding: 0;
    }

    .divBuyer {
      font-size: 16px;
      color: var(--wxc-black);
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 6px;

      span {
        font-size: 14px;
      }
    }

    .divRating {
      height: 20px;
      max-width: 100%;
      display: block;
      object-fit: contain;
      margin-bottom: 16px;
    }

    .lbViewText {
      font-size: 14px;
      color: var(--wxc-black);
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .divShare {
      display: flex;
      align-items: center;
      grid-gap: 8px;

      a {
        img {
          width: 18px;
          display: block;
          opacity: 0.5;
          transition: ease-in-out 0.2s;
        }

        &:hover {
          img {
            opacity: 1;
          }
        }
      }
    }

    .divReviewBody {
      margin-top: 20px;
      display: flex;
      align-items: flex-start;
      grid-gap: 10px;

      svg {
        width: 16px;
        min-width: 16px;
        display: block;
      }

      .divReply0 {
        padding-top: 20px;
        font-size: 14px;
        color: var(--wxc-black);
        line-height: 1.7;

        .div-ReDate {
          font-weight: 600;
        }
      }
    }
  }
}

.adapter-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-gap: 20px;

  .adapter {
    display: flex;
    align-items: center;
    padding: 20px;
    background: var(--wxc-lightgray);
    grid-gap: 20px;
    border-radius: var(--wxc-borderradius);
    border: 1px solid var(--wxc-borderblackcolor);
    overflow: hidden;

    img {
      width: 40%;
      max-width: 100%;
      object-fit: contain;
      mix-blend-mode: darken;
      transition: ease-in-out 0.5s;
    }

    div {
      width: calc(100% - 40% - 20px);

      h3 {
        font-size: 16px;
        color: var(--wxc-black);
        padding: 0 0 10px 0;
        font-weight: bold;
      }

      ul {
        list-style-type: none;
        padding-bottom: 20px;

        li {
          line-height: 1.6;

          span {
            font-size: 14px;
            color: var(--wxc-lightblack);

            &:last-child {
              font-weight: 500;
              color: var(--wxc-black);
            }
          }
        }
      }

      button {
        padding: 6px 20px;
        background: var(--wxc-drakyellow);
        color: var(--wxc-black);
        font-size: 16px;
        font-weight: 500;
        border: none;
        border-radius: var(--wxc-borderradius);
        transition: ease-in-out 0.2s;

        &:hover {
          background: var(--wxc-red);
          color: var(--wxc-white);
          box-shadow: 0 0 6px var(--wxc-black);
        }
      }
    }

    &:hover {
      img {
        transform: scale(1.05);
      }
    }
  }
}

.specification-title {
  font-size: 14px;
  margin: 6px 0;
}

.specification {
  display: flex;
  align-items: center;
  grid-gap: 10px;

  li {
    border: 2px solid #dfe2e1;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    cursor: pointer;

    img {
      height: 82px;
      max-width: 100%;
      display: block;
      margin-bottom: 5px;
    }

    > div {
      font-size: 13px;
      width: 100%;
      display: flex;
      justify-content: space-around;
      gap: 10px;
    }

    &.active {
      border-color: #0088cc;

      div {
        color: #0566d2;
      }
    }
  }
}

.powerbank {
  display: flex;
  flex-direction: column;
  align-items: center;

  &:hover {
    color: var(--theme-color);
  }
}

.gvtable {
  thead {
    @media (max-width: 767px) {
      display: none;
    }
  }

  tbody {
    td:nth-child(n+3) {
      white-space: nowrap;
    }

    @media (max-width: 767px) {
      tr {
        display: block;
        margin-bottom: 10px;
        counter-increment: item;
      }

      tr:first-child {
        display: none;
      }

      td {
        display: flex;
        font-size: 12px;

        div {
          width: calc(100% - 175px);
          display: inline-block;
          word-break: break-word;
          white-space: normal;
        }
      }

      td:not(:last-child) {
        border-bottom: var(--border);
      }

      td:before {
        width: 175px;
        font-weight: bold;
      }

      td:nth-child(1):before {
        content: 'Způsoby dopravy ' counter(item);
      }

      td:nth-child(2):before {
        content: 'Doručit do';
      }

      td:nth-child(3):before {
        content: 'Odhadovaná doba doručení';
      }

      td:nth-child(4):before {
        content: 'Cena dopravy';
      }
    }
  }
}

.indexyoutube {
  height: 400px;
  width: 100%;

  .swiper {
    overflow: hidden;
    width: 100%;

    .swiper-slide {
      iframe {
        width: 100%;
        border: none;
        object-fit: contain;
        aspect-ratio: 1.77;
        border-radius: 5px;
      }
    }

    .navbtn {
      margin-top: 30px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      grid-gap: 20px;

      .swiper-button-prev, .swiper-button-next {
        position: initial;
        transform: none;
        height: 22px;

        svg {
          width: 22px;
          height: 22px;

          svg {
            fill: black;
          }
        }
      }

      .swiper-scrollbar {
        width: 300px;
        height: 6px;
        background: #cccccc;
        @media (max-width: 1000px) {
          & {
            width: 200px;
          }
        }

        .swiper-scrollbar-drag {
          cursor: pointer;
          background: #3498db;
        }
      }
    }
  }
}