﻿
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */


/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1.0012px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1.0012px solid #c0c0c0;
  margin: 0 1.9988px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  /* font-family: inherit; */
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal; font-family:"Arial";
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}


ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -1.9988px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  /* color: #FF4500; */
  text-decoration: none;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

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

/* ============================================ *
 * Typography
 * ============================================ */
.h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #FF4500;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28.0013px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Arial";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.h3 {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  font-family: "Arial";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;

}

.h4 {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.h5 {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
    font-size: 13.0013px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

.h6 {
  margin: 0;
  margin-bottom: 4.9988px;
  color: #636363;
    font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13.0013px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #df280a;
}

.availability-only {
  color: #df280a;
  margin-bottom: 10.0012px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size:19.9988px;
  color: #333;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform:capitalize;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 19.9988px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10.0012px 0 0;
  margin-bottom: 4.9988px;
  /*border-top: 1.0012px solid #cccccc;*/
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #FF4500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block-account .block-title strong {
  text-transform: capitalize;                                    
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {

  margin-bottom: 7.0012px;
}

.block-content {
  margin-top: 4.9988px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10.0012px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10.0012px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 4.9988px;
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7.0012px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #FF4500;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #FF4500;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7.0012px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #FF4500; border-radius:3px;
  display: inline-block;
  padding: 7.0012px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 16.0013px;
  font-weight: normal;
  font-family: "gilroy", Arial, Helvetica, sans-serif;
  line-height:28.0013px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 4.9988px;
}

.button2 {
  border: 0;
  padding: 0 4.9988px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #FF4500;
  font-family: 'Jost','gilroy', Arial, Helvetica, Verdana;
}
.button2 span:hover,
.button2 span span:hover {
  color:#F70B88;
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  display: none;
  line-height: 34.0012px;
  margin: 0px 10.0012px 4.9988px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
  max-width:100%;
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set p.required {
  margin: 0;
  margin-left: 10.0012px;
  line-height: 33px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  background-size: 100.0012px 1000.0012px;
  text-indent: -9999px;
}
.dtlbox-review .ratings-table .rating-box {
  margin-left: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image:url(../images/icon_sprite@2x.png);
    background-size: 100.0012px 1000.0012px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: -4.9988px 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 13.9988px;
  /* font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif; */
  text-transform: capitalize;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #FF4500;
}

.breadcrumbs strong {
  color: #545454;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7.0012px;
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width:40.0012px;
  height: 19.9988px;
  border: 1.0012px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position:4.0012px -1308px;
  border: none;
  vertical-align: top; background-size:inherit!important;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4.0012px solid transparent;
  border-bottom: 4.0012px solid transparent;
  border-right: 4.0012px solid #FF4500;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.9988px;
  margin-top: -4.0012px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4.0012px solid transparent;
  border-bottom: 4.0012px solid transparent;
  border-right: 4.0012px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 19.9988px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670.0013px;
  max-height: 124.9988px;
  margin-bottom: 10.0012px;
  padding: 10.0012px;
  border: 1.0012px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10.0012px;
  font-size: 13.0013px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.checkout-onepage-success  .main-container{
    max-width: 1200px;
    padding: 0;
}
.checkout-onepage-success .col-main{
  width: 100%;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}


.col-left {
  float: left;
  width: 20%;
  padding-left: 0;
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 22%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 78%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 19.9988px;
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 10.9987px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10.9987px;
  min-height: 40.0012px;
  padding-top: 14.5012px;
  padding-bottom: 14.5012px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #FF4500;
  text-align: center;
  margin: 10.0012px;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #f30;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10.0012px;
}

.messages li li {
  position: relative;
  margin-bottom: 4.9988px;
  padding: 7.0012px 10.0012px 7.0012px 19.9988px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 4.9988px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 4.9988px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 4.9988px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}
.messages .error-msg ul li:not(:last-child),
.messages .success-msg ul li:not(:last-child) {
  display: none;
}
@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 19.9988px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 19.9988px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 19.9988px;
}

.payment-methods dt {
  padding: 4.9988px 0;
}

.payment-methods dd {
  padding-top: 10.0012px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 4.9988px 15px 15px;
  padding: 15px;
  border: 1.0012px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10.0012px solid transparent;
  border-left: 10.0012px solid transparent;
  border-bottom: 10.0012px solid #cccccc;
  border-top: none;
  top: -10.9987px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10.0012px solid transparent;
  border-left: 10.0012px solid transparent;
  border-bottom: 10.0012px solid #f4f4f4;
  border-top: none;
  top: -10.0012px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10.0012px;
  margin-top: 4.9988px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 4.9988px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7.0012px 0;
 color:#f60;
}
/* .price-box .old-price{ float:right;  margin-left:10.0012px;} */
.price-box p {
  margin-bottom: 0;
}
.price-notice {
  color: #a0a0a0;
}
.price-box .price {
  color:#FF4500;
  font-weight: 500;
}
.price {
 color:#FF4500; font-size:16.0013px;
}
.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
  font-family: "Arial";
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #FF4500;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.product-details .price-box .price {
  font-weight: 500;
  font-size: 19.9988px !important;
}
.block-related .product-details .price-box .old-price .price {
  font-size: 19.9988px !important;
  margin: 0 10.0012px;
}
.price-box .special-price {
  color: #FF4500;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4.0012px 7.9987px;
  background: #FBF4DE;
  border: 1.0012px solid #E2D4C7;
  margin-top: 7.0012px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  margin-top: 3px;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 4.9988px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16.0013px;
  line-height: 16.0013px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 199.9988px;
  padding: 7.9987px;
  border: 1.0012px solid #FF4500;
  background-color: #F6F6F6;
  top: 21px;
  left: -100.0012px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  border-bottom: 7.0012px solid #FF4500;
  border-top: none;
  left: 97.0012px;
  top: -7.0012px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7.9987px;
}

.truncated .show .item-options {
  display: block;
}

.cart-option-root{
	position: relative;
  box-sizing: border-box;
  display: flex;
	justify-content: space-between;
  width: 460px;
  padding: 4px 12px;
  border-radius: 15px;
  background-color: rgba(253, 234, 220, 1);
  font-size: 12px;
	font-weight: 400;
  color: rgba(36, 36, 36, 1);
  margin-top: 12px;
  cursor: pointer;
}
.cart-option-root dd[data-val]{
   margin-right: 5px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   word-break: normal;
   overflow-wrap: break-word;
   text-align: left;
}
/**
购物车页 结账页 商品规格选择弹窗 start
**/
.cart-add-bonus-modal {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
}
#add-bonus-carts .abs-buynow {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #0b0b0b;
  color: #fff;
}
/**
购物车页 结账页 商品规格选择弹窗 end
**/
/*
.global-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10000;
}
.global-toast.loading .global-toast-loading{
    display: block;
}
.global-toast-loading{
  display:none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
}
.global-toast.msg{
  width: 150px;
  min-height: 100px;
}
.global-toast.msg .global-toast-msg{
  display: flex;
}
.global-toast-msg{
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 12px;
  color: #fff;
}*/
.cart-product-countdown{
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 260px;
  font-weight: 600;
}
.cart-product-countdown-title{
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.cart-product-countdown-box{
  display: flex;
  align-items: center;
}
.cart-product-countdown-item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #000;
  color: #fff; 
  font-size: 14px;

}
.cart-product-countdown-box .dot{
    font-size: 14px;
    color: #000;
    margin: 0 5px;
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 19.9988px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7.0012px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1.0012px solid #ededed;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7.0012px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 4.9988px 0;
}
.ratings .rating-box {
  width: 64.9988px;
  height: 13.0013px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13.0013px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 4.9988px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
  word-wrap: break-word;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13.0013px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10.0012px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10.0012px;
  margin-bottom: 15px;
/*  border-bottom: 1.0012px solid #cccccc;
  border-top: 1.0012px solid #cccccc;
  background: #f4f4f4;*/
  padding: 4.9988px 0px 0px 0px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10.0012px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10.0012px;
}

.toolbar,
.pager {
  /* font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif; */
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 4.9988px;
}
.sorter label {
  float: left;
  margin-right: 4.9988px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 4.9988px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4.0012px -541.9987px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46.0012px -541.9987px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4.0012px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46.0012px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 4.9988px;
  background-position: 7.9987px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 10.9987px -517.0013px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517.0013px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
    font-family: "Arial";
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 4.9988px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 4.9988px;
}

/*.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}*/
.pages strong {
  display: none;
}

.pages li {
  float: left;
}
.pages li{
  height: 32px;
  width: 32px;
  margin-right: 18px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  color: #000;
}
.pages li:last-child{
  margin-right: 0;
}
.pages .current{
  background: #000;
  color: #fff;
}

.pages .next,
.pages .previous {
  position: relative;
}
.pages .next:hover,
.pages .previous:hover {
  color: #777777;
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  border-top: 7.0012px solid #FF4500;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 4.9988px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  border-top: 7.0012px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 4.9988px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  border-bottom: 7.0012px solid #FF4500;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 4.9988px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  border-bottom: 7.0012px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 4.9988px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 4.9988px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
  text-transform: capitalize;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 49.9987px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7.0012px;
}
.fieldset p.required {
  margin-bottom: 4.9988px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}


form .legend {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform:capitalize;
  margin-bottom: 15px;
  padding-bottom: 7.0012px;
  border-bottom: 1.0012px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */

/* .input-box:after {
  content: '';
  display: table;
  clear: both;
} */

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 4.9988px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-weight: 600;
}

/*label.required:after,*/

span.required em {
  display: none;
}
label.required em{
  color: red;
  font-weight: normal;
    font-family: "Arial";
  font-size: 13.9988px;
  text-align: center;
  padding-right:3px;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 13.9988px;
}

select + select {
  margin-left: 4.9988px;
}

select[multiple] {
  width: 270px;
  border: 1.0012px solid #ddd;
  font-size: 15px;
  padding: 4.9988px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 4.9988px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1.0012px solid #ddd;
  background: #FFFFFF;
  font-size: 15px;
  padding:10.0012px 9px 7.9987px; 
  height:36px;
}
.input-text:focus {
  border: 1.0012px solid #FF4500;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=text],
input[type=number] {
  /* height: 30px; */
  /* padding: 0 7.9987px;
  width: 364.9987px; */
  max-width: 100%;
  font-family: 'Jost','gilroy',Arial, Helvetica, Verdana;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568.0012px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16.0013px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1.0012px;
  display: inline-block;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 4.9988px 0 0;
  color: #df280a;
  font-size: 13.0013px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10.0012px;
}
.form-list select {
  margin-top: 4.0012px;
  width: 364.9987px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 73.9988px;
}
.form-list .field,
.form-list .wide,
.form-list .control,
.form-list .fields {
  margin-bottom: 10.0012px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: 40.0012px;
  margin-top: 10.0012px;
  margin-left: 15px;
}
.product-options ul.options-list input.radio {
  margin-right: 0px;
  margin-top: 12px;
  margin-left: 0px;
}
.form-list .control label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 4.9988px 10.0012px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250.0012px;
  float: none;
  padding: 6px 10.0012px 6px 19.9988px;
}
.product-options ul.options-list label  {
  padding: 6px 10.0012px 6px 7.9987px;
}
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10.0012px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250.0012px;
  max-width: 100%;
}

.form-list .controlNaNpxember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10.0012px;
}
.form-list .control label {
  float: none;
  padding-left: 4.0012px;
  padding-top: 7.9987px;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}
.form-list .control .validation-passed  {
  margin-right: 0 !important;
}
form .form-instructions {
  font-style: italic;
  font-family: Arial;
  font-size: 13.0013px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10.0012px;
  vertical-align: top;
}
.data-table .product-cart-remove{
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.data-table .product-cart-remove .btn-remove {
  width: 24px;
  height: 24px;
  background: none;
  display: block;
  text-indent: 0;
}
.data-table .product-cart-remove svg {
  font-size: 24px;
}
.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  /* font-family: "Arial"; */
  /*line-height: 1.4;*/
  white-space: nowrap;
}
#my-orders-table thead th,
#my-orders-table tbody td {
  white-space: nowrap;
}
.data-table thead th,
.data-table tbody td {
  border-bottom: 1.0012px solid #ddd;
  text-align: center;
}

.data-table tfoot tr {
  background: #f4f4f4;
}


.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1.0012px solid #ddd;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13.0013px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4.0012px 19.9988px 4.0012px 0;
}

.info-table td {
  padding: 4.0012px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1.0012px solid #ddd;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1.0012px solid #ddd;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */

.wrapper {
  min-width: 319.9988px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
  }

  .page-header-container {
    position: relative;
  }
  .page-header-container .search-position{
    position: absolute;
    right: 0px;
    bottom: 10.0012px;      
  }
}
.header-language-container,
.page-header {
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10.0012px;
  background-color: #FF4500;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10.0012px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 65%;
  min-width: 100.0012px;
  text-align: center;
}
.logo img {
  max-width: 100%;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}

.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 771px) {
  .logo {
    max-width:199.9988px;

  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1.0012px solid #EDEDED;
  border-bottom: 1.0012px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 43.9988px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}
@media only screen and (min-width: 499.9987px) {
  .skip-link {
    width: 25%;
  }
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 499.9987px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 499.9987px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46.0012px 4.0012px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4.0012px 4.0012px;
}
@media only screen and (min-width: 499.9987px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1.0012px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 49.9987px; font-size:16.0013px;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a { line-height:40.0012px;
}

.nav-primary li.level1 a:hover{ background:#eaeaea}
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}
@media only screen and (min-width: 771px) {
  .nav-primary a.level0 {
    padding: 0 25.0012px 0 0;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #FF4500;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #fff; border-top:1.9988px solid #fe1b9c;
    position: absolute;
    left: 0;
    top: 49.9987px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250.0012px;

    display: none;
	 line-height:40.0012px;
	 box-shadow: 0 0 10.0012px #ccc; border-left:1.0012px solid #ddd; border-right:1.0012px solid #ddd; border-bottom:1.0012px solid #ddd;
    /* Hide until displayed. */
  }
  .nav-primary li.level0 ul li{line-height:40.0012px;}
.nav-primary li.level0 ul li a{padding-left: 10.0012px;
    padding-right: 10.0012px;font-size:13.9988px}
  .nav-primary li.level1 ul {
    left: 247.9988px;
    top: 0px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 49.9987px;
    top: 19.9988px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4.0012px solid transparent;
    border-bottom: 4.0012px solid transparent;
    border-left: 4.0012px solid #cccccc;
    border-right: none;
    right: 4.9988px;
    top: 50%;
    margin-top: -3px;
  }
}
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46.0012px -145.9988px;
}
.skip-search .icon {
    background-position: -46.0012px -145.9988px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 19.9988px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55.0012px;
    right: 0;
    width: 25%;
    height: 49.9987px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40.0012px;
  /*padding-right: 40.0012px;*/
  padding-left: 30px;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40.0012px;
  height: 40.0012px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4.0012px -145.9988px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13.0013px;
  margin-left: -13.0013px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46.0012px -43.9988px;
}
.skip-account .icon {
  background-position: 4.0012px -43.9988px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10.0012px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1.0012px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40.0012px;
    right: 115.0012px;
    width: 199.9988px;
  }

  #header-account a {
    display: block;
    padding: 4.9988px 10.0012px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #FF4500;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 4.9988px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 4.9988px 10.0012px;
  line-height: 22.9987px;
  text-align: center;
}

#header-account a:hover {
  color: #FF4500;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -49.9987px -94.9988px;
}
.skip-cart .icon {
  background-position: 0px -94.9988px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    width: auto;
    padding: 0 10.0012px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1.0012px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40.0012px;
    right: 0;
    width: 319.9988px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22.0012px;
  height: 22.0012px;
  /*background: rgba(51, 153, 204, 0.9);*/
  background: #FF4500;
  color: #FFFFFF;
  font-size: 10.9987px;
  line-height: 22.0012px;
  text-align: center;
    font-family: "Arial";
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #FF4500;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 13.9988px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #FF4500;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 19.9988px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 4.9988px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1.0012px solid #cccccc;
  font-size: 13.0013px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10.0012px 15px 15px;
  border-top: 1.0012px solid #cccccc;
  font-size: 13.0013px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  color:#333333 
}
.footer .block-title,
.footer address {
  color: #000;
}
.footer .links {
  float: left;
  width: 20%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  padding: 4.0012px 0;
  font-size: 10.9987px;
}
.footer .links a {
  /*color: #636363;*/
  color: #000;
}
.footer .links a:hover {
  /*color: #FF4500;*/
  color: #FF4500;
  text-decoration: none;
}
.footer .block-subscribe {
  float: right;
  width: 319.9988px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(../images/social_icons.png);
  background-repeat: no-repeat;
  width: 13.0013px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7.0012px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 49.9987px 124.9988px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 0px;
  height: 13.0013px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25.0012px 0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13.0013px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25.0012px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49.0012px;
  height: 13.0013px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25.0012px -49.0012px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -73.9988px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25.0012px -73.9988px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13.0013px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25.0012px -99px;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.footer .block-subscribe .block-content {
  padding-top: 7.0012px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 16.9987px;
  float: left;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10.0012px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1.0012px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 10.9987px;
  margin-top: 30px;
  /*padding: 30px 0;*/
  padding: 10.0012px 0;
}
@media only screen and (max-width: 1198.9987px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  background-color: #fff7f1;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}
.scrolled .new-video-relative{
  position: static !important;
}
.scrolled .buy1get1free{
  width: 160px;
}
.category-list-no-h2{
  text-align: center;
  font-size: 28.0013px;
  color: #000;
  font-weight: bold;
  margin-top: 40.0012px;
}
.category-list-no-h3{
  text-align: center;
  font-size: 16.0013px;
  font-weight: normal;
  margin-top: 19.9988px;
}
.category-list-no-links{
  margin-top: 19.9988px;
  display: flex;
  justify-content: center;
}
.category-list-no-links-a{
  display:block;
  font-size: 16.0013px;
  font-weight: 500;
  display: flex;
  height: 40.0012px;
  padding: 0 19.9988px;
  align-items: center;
  justify-content: center;
  border: 1.0012px solid #ccc;
  border-radius: 4.0012px;
  margin-right: 19.9988px;
}
.category-list-no-links-a:last-child{
  margin-right: 0;
}
/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-size: 13.0013px;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #FF4500;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: capitalize;
  margin-bottom: 4.9988px;
  font-size: 13.9988px;
  /* font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif; */
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(36, 36, 36, 1);
}
.products-grid .product-name{
    height: 44px;
    overflow: hidden; text-align:left
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 19.9988px;
  text-align: center;
  cursor: pointer;
}

.products-grid > li .sale{
    position: absolute;
    background: #ff4500;
    color: #fff;
    font-size: 13.0013px;
    text-align: center;
    right: 0;
    line-height: 24px;
}
.discount-text {
  padding: 0 3px;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.products-grid .product-image video {
  border-radius: 16px;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  /*padding-bottom: 94.9988px;*/
}
.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13.0013px;
  margin: 0 0 4.9988px; float:left;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
    margin-bottom: 8px;
    position: relative;
    border-radius: 16px;
}
.buy-and-get {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff4500;
    width: 100%;
    color: #fff;
    padding: 4.9988px 0;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 19.9988px;
  margin-bottom: 19.9988px;
}
.products-list > li {
  padding-bottom: 19.9988px;
  margin-bottom: 19.9988px;
  border-bottom: 1.0012px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 19.9988px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7.0012px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4.0012px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7.0012px 0;
}
.products-list .product-shop .desc {
  margin-top: 7.0012px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279.0012px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 19.9988px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width:100.0012px;
}
.mini-products-list .product-image img{width:100.0012px; height:100.0012px;}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
height:40.0012px; line-height:19.9988px; overflow:hidden;
}
.mini-products-list li {
  margin-bottom: 10.0012px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 4.9988px 10.0012px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 4.9988px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
  width: 100%;
  max-width: 100%;
  padding-bottom: 32px;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7.0012px 10.0012px 7.0012px 24px;
  border-width: 1.0012px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4.0012px solid transparent;
  border-left: 4.0012px solid transparent;
  border-top: 4.0012px solid #FF4500;
  border-bottom: none;
  left: 10.0012px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  /* font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif; */
  font-size: 13.0013px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 7.0012px 10.0012px 7.0012px 24px;
  border-width: 1.0012px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;width:15%;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4.0012px solid transparent;
  border-left: 4.0012px solid transparent;
  border-top: 4.0012px solid #FF4500;
  border-bottom: none;
  left: 10.0012px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10.0012px;
  margin: 0;
  border-width: 0 1.0012px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1.0012px 1.0012px 1.0012px;
}

.block-layered-nav dl dd {
  margin-bottom: 10.0012px;
  margin-top: 10.0012px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 4.9988px 15px;
  display: inline-block ;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #000;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10.0012px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
.currently{ overflow:hidden; background:#f8f8f8; border:1.0012px solid #eee; padding:10.0012px 10.0012px 40.0012px;}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10.0012px;
  color: #222;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; background:#f8f8f8;
  text-transform: capitalize;
}
.block-layered-nav .currently ol {
  padding-left: 10.0012px;
  margin-bottom: 10.0012px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 4.9988px;border: 1.0012px solid #ddd;
padding:3px 4.9988px; border-radius:3px; background:#fff;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right; position:relative;
  margin-bottom: 7.0012px;
}
.block-layered-nav .actions a{background:#666; border-radius:3px;width:79.9988px;height:24px;line-height:24px; color:#fff!important;text-align:center;}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.catalog-product-view .main-container{
    width: 100%;
    max-width: 100%;
    padding:0;
    margin: 28px auto 0 auto;
}
.catalog-product-view .breadcrumbs{
    margin: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.catalog-product-view .breadcrumbs a{
  font-size: 14px;
  color: #999;
}
.catalog-product-view .breadcrumbs strong{
  color: #000;
}
.catalog-product-view .col-main{
  margin-top: 32px;
  width: 100%;
}
.product-view {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.product-view .product-essential{
  box-sizing: border-box;
  width: 100%;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
#product_addtocart_form{
    box-sizing: border-box;
    width: 496px;
    margin-left: 88px;
    float:right
}
.product-essential .product-view_mediabox{
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 584px);
  position: sticky;
  top: 130px;
  z-index:100;
  float: left;
}
@media screen and (max-width: 1100px) {
  #product_addtocart_form{
      margin-left: 10px;
  }
  .product-essential .product-view_mediabox{
    width: calc(100% - 506px);
  }
}
.product-image-thumbswiper{
    flex: 0 0 auto;
    width: 76px;
    margin-right: 12px;
}
.product-image-thumb-slide .thumb-link{
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 1px;
  border-radius: 8px;
  overflow: hidden;
}
.product-image-thumb-slide .thumb-link._active{
  border: 1px solid #000;
}
.product-image-thumb-slide .thumb-link img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.product-view_mainimgbox{
    flex: 0 0 auto;
    position: relative;
    width: calc(100% - 88px);
}
.product-view_mainimgswiper{
  border-radius: 8px;
}
/* .product-view_mainimgslide .gallery-image,
.product-view_mainimgslide video{
    
} */
.product-image-mainimgswitch{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: rgba(255,255,255,0.8);
  z-index: 1;
  color: #000;
}
.product-image-mainimgswitch.disable{
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
.product-image-mainimgswitch._pre{
  left:16px;
}
.product-image-mainimgswitch._next{
  right:16px;
}
.product-view_mainimg_num{
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 12px;
  background-color: rgba(11, 11, 11, 0.5);
  font-size: 14px;
  color: #fff;
  border-radius: 18px;
  z-index: 1;
  user-select: none;
}
.product-view_addtowish{
  position: absolute;
  top: 76px;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: rgba(11, 11, 11, 0.5);
  border-radius: 23px;
  font-size: 24px;
  z-index: 1;
}
.product-view_addtowish[data-status="1"] ._unadd,
.product-view_addtowish[data-status="2"] ._unadd,
.product-view_addtowish[data-status="3"] ._hasadd{
  display:block;
}
.product-view_addtowish[data-status="3"] ._unadd,
.product-view_addtowish[data-status="2"] ._hasadd,
.product-view_addtowish[data-status="1"] ._hasadd{
  display:none;
}
.product-view_share{
  position: absolute;
  top: 138px;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: rgba(11, 11, 11, 0.5);
  border-radius: 23px;
  font-size: 24px;
  z-index: 1;
}


.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 7.9987px;
  margin-right: 10.0012px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #FF4500;
  margin-bottom: 10.0012px;
  border: 0;
}
.product-view .product-shop {
  width: 54%;
  float: left; padding-left:40.0012px;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 4.9988px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .price-info {
  float: right;
  /*padding-left: 15px;*/
  text-align: right;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10.0012px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10.0012px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 7.9987px;
}
.product-view .product-shop .availability {
  font-size: 16.0013px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #FF4500;
  font-size: 19.9988px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16.0013px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16.0013px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16.0013px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 19.9988px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width:51%;
  float: right;
  clear: right;
}





.product-view .product-shop,
.product-collateral,
.product-view .block-related{
  margin-bottom: 10.0012px;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  margin-top: 10.0012px;
  padding-bottom: 3px;
  margin-bottom: 10.0012px;
  border-bottom: 1.0012px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40.0012px;
}
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10.0012px;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40.0012px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  /*float: left;*/
  height: 40.0012px;
}
.product-view .add-to-cart-buttons {
  float: left;
  width: 100%; margin-top:10.0012px;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  /*text-align: center;*/
  text-align: left;  
  display: inline-block;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: inline-block;
  width: 169.9988px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: inline-block;
  margin-bottom: 10.0012px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40.0012px;
  line-height: 40.0012px;
  font-size: 16.0013px;
  padding: 0px 30px;
  float: left;
  min-width: 160.0012px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}
.product-view .add-to-cart-buttons .paypal-logo{
  position: absolute;
  left: 0px;
  bottom: 3px;
}
.product-view .add-to-cart-buttons .paybottom .paypal-logo{
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 3px;
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 1.9988px 7.0012px 1.9988px 0px;
  margin-left: 7.0012px;
  border-right: 1.0012px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7.0012px 7.0012px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 25.9988px;
  height: 25.9988px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250.0012px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322.0013px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -424.9987px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}
.collateral-tabs dd {
  display: none;
}
.collateral-tabs dd:last-child {
  display: block;
}
.box-collateral {
  clear: both;
}
/* #product-attribute-specs-table a {
  color: #000;
  font-weight: 400;
} */
 @media only screen and (min-width: 800px) {
  /*.product-collateral .toggle-tabs {
    display: block; border-bottom:1.0012px solid #ddd;
    position: relative;
    margin:15px;
    background-color: #fff;
  } */
  /* .product-collateral .toggle-tabs li {
    text-align: left;
    padding: 0 19.9988px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 16.0013px;
    cursor: pointer;  margin-right:4.9988px; border-top-left-radius:3px;border-top-right-radius:3px;

  } */
  /* .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0px;
    height: 40.0012px;
    line-height: 40.0012px;
    cursor: pointer;
    font-size: 16.0013px;
    position: relative;
  } */
  /* .product-collateral .toggle-tabs li.last{
    border-right: none;
  } */

  /* .product-collateral .toggle-tabs li.current {
    background: #FF4500;

  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FF4500;
    z-index: 5;
  } */
  /* .product-collateral .toggle-tabs li.current span,.product-collateral .toggle-tabs li.current:hover span{
        color: #fff;
  } */
  /* .product-collateral .toggle-tabs li:hover span {
    color: #FF4500;
  } */
  /* .product-collateral .toggle-tabs li:first-child {
     text-align: left;
    padding: 0 19.9988px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 16.0013px;
    cursor: pointer;
  } */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    padding-top: 0px;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* #product-attribute-specs-table {
  border: 1.0012px solid #ddd;
}
#product-attribute-specs-table th {
  width: 20%;
  border-right: 1.0012px solid #ddd;
  border-bottom: 1.0012px solid #ddd;
} */

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1.0012px silver;
  width: 100%;
  padding: 10.0012px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
.grouped-items-table .name-wrapper {
  color: #FF4500;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7.0012px;
}
.grouped-items-table .qty-label {
  margin-left: 7.0012px;
}
.grouped-items-table td {
  padding: 4.0012px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  position: relative; 
}

.product-options dd .qty-holder {
  display: block;
  padding: 10.0012px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 1.9988px;
}



.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 4.9988px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}



.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 1.9988px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 4.9988px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7.0012px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 4.9988px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 10.9987px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10.0012px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1198.9987px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 4.9988px;
    margin-bottom: 10.0012px;
    border-bottom: 1.0012px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 1.9988px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  float: right;
  margin: 0 0 10.0012px;
  padding: 0;
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7.0012px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7.0012px;
}
.block-related .product {
  margin-left: 19.9988px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}

.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin-top:30px;
}
/* .block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16.0013px;
  padding-right: 4.9988px;
  padding-left: 4.9988px;
} */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 19.9988px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10.0012px 10.0012px 0;
  padding: 10.0012px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10.0012px;
  font-weight: bold;
  text-align: left;
  padding: 1.9988px 4.9988px;
}

.map-popup {
  background: #FFFFFF;
  border: 4.9988px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10.0012px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10.0012px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 7.9987px 10.0012px;
  margin-right: 40.0012px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 13.9988px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 19.9988px;
  line-height: 31.9987px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1.0012px solid #ededed;
  padding: 10.0012px;
  margin: 0 10.0012px;
  overflow: hidden;
  text-align: left;
}
.map-popup .map-popup-checkout {
  padding: 10.0012px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 1.9988px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 4.9988px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10.0012px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10.0012px 0;
  margin: 0 10.0012px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1.0012px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
  .customer_account_plus{
  box-sizing: border-box;
  width: 608px;
  margin: 35px auto 0 auto;
  padding: 12px;

  background: linear-gradient(108.25deg, #A35E22 0%, #592F0B 100%);
  border-radius: 4px;
}
.customer_account_plus_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer_account_plus_title{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #FDEADC;
  font-size: 13px;
  font-weight: 600;
}
.customer_account_plus_title .icon{
  font-size: 16px;
  margin-left: 4px;
}
.customer_account_plus_left{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.customer_account_plus_tips{
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #FF6929;
}
/**plus***/
.cart-page_plusbox{
	box-sizing: border-box;
	width: 100%;
	margin-top: 16px;
	padding-bottom: 16px;
  border: 1px solid rgba(240, 240, 240, 1);
}
.checkout_plus_container{
	position: relative;
    box-sizing: border-box;
	width: 100%;

	border-radius: 4px;
	overflow: hidden;

	padding: 12px;
	color: #FDEADC;
  background: linear-gradient(108.25deg, #A35E22 0%, #592F0B 100%);
}
.checkout_plus_container_header{
	display: flex;
  justify-content: space-between;
    align-items: center;
	font-size: 13px;
	font-weight: 500;
  color: rgba(253, 234, 220, 1);
}
.checkout_plus_container_header .icon{
	font-size: 16px;
	margin-left: 3px;
  color: rgba(253, 234, 220, 1);
}
.checkout_plus_title{
	/* display: flex;
	align-items: center; */
    font-size: 12px;
	font-weight: 700;
	line-height: 25px;
}
.checkout_plus_discounttips{
	color: rgba(255, 105, 41, 1);


}
.checkout_plus_limitdate{
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
}
.checkout_plus_price{
	display: flex;
	align-items: center;
  justify-content: space-between;
	margin-top: 8px;
	font-size: 12px;
  width: 290px;
}
.checkout_plus_price ._nowprice{
	font-weight: 700;
  color: rgba(253, 234, 220, 1);
}
.checkout_plus_price ._lineprice{
	font-weight: 400;
	margin-left: 7px;
	color: rgba(172, 172, 172, 1);
	text-decoration: line-through;
}
.checkout_plus_switchbtn{
	position: absolute;
	right: 12px;
	bottom: 13px;
	box-sizing: border-box;
	width: 36px;
	height: 22px;
    /* padding: .0533rem; */
	background-color: #c2c2c2;
	border-radius: 12px;
}
.checkout_plus_switchbtn ._dot{
	position: absolute;
	top: 50%;
	right: calc(100% - 2px);
	transform: translateY(-50%) translateX(100%);
    width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	transition-property: all;
	transition-duration: 100ms;
  box-shadow: 0px 2px 4px  #3B2E02;
}
.checkout_plus_switchbtn.active{
	background-color: #FDEADC;
}
.checkout_plus_switchbtn.active ._dot{
	
	right: calc(2px);
	transform: translateY(-50%) translateX(0%);
}

.checkout_plus_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.checkout_plus_topleft{
	display: flex;
    align-items: center;
	font-size: 13px;
	font-weight: 600;
}
.checkout_plus_topleft .icon{
	font-size: 16px;
	margin-left: 4px;
}
.checkout_plus_topright{
	font-size: 12px;
	font-weight: 500;
}
.checkout_plus_usesave{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.checkout_plus_usesave ._save{
	font-weight: 600;
	color: #fdeadc;
}
.plus_qa_dialog{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  box-sizing: border-box;
  width: 578px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 242, 1) 100%);
  border-radius: 12px;
  padding: 24px;
  display: none;
}
.plus_qa_header{
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.plus_qa_close{
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 0;
}
.plus_qa_p{
  margin-top: 16px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.plus_qa_p:first-child{
  margin-top: 24px;
}




.cart .button {
  white-space: normal;
}
#rewardpoints_box .span5 .pull-right{float:none!important;}


.cart-table {
  margin-bottom: 19.9988px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}


.display-both-prices .crosssell {
  padding-left: 10.0012px;
}


.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1.0012px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10.0012px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 4.9988px 4.9988px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.paypal-or{display:none;}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: none;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 4.9988px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70.0012px;
  }
}

.cart-table h2 {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  /* font-family: "Arial"; */
}
.cart-table h2 a {
  color: #000;
}
.cart-table h2.product-name{
  width:559px;
  text-align: left;
}
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table .product-cart-info {
  margin-left: 16px;
}
.cart-table tr {
  border-bottom: 1.0012px solid #ddd;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 4.9988px;
  text-transform: uppercase;
  font-family: "Arial";
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  width: 135px;
  height: auto;
  position: relative;
}
.cart-table .product-cart-image .product-image {
  border: none;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  display: block;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  /*font-family: Arial;*/
  font-family:"Arial";
  font-style:normal;
  font-size: 12px;
  margin: 4.9988px 0 12px;
}
.cart-table .button2 span{
    text-transform: capitalize;
    color:#FF4500;
}
.cart-links li a{
    color: #FB7E10;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FF4500;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -10.9987px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #FF4500;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 4.9988px;
  min-width: 64.9988px;
  font-size: 13.0013px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width:45px;
  text-align: center;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 4.9988px;
}
.cart-table .item-options dt{
    font-style: normal;
    font-weight: 500;
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4.9988px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1.0012px solid #ddd;
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 4.9988px 2% 10.0012px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4.0012px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4.0012px;
}
.shipping .form-list label {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 13.0013px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10.0012px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10.0012px;
}
.shipping .sp-methods label {
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  min-width: 100.0012px;
}
.shipping .sp-methods label span {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1.0012px solid #cccccc;
  background-color: #ececec;
  min-width: 220.0012px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}


  .firecheckout_checkbox_control label .icon {
    flex: 0 0 auto;
    font-size: 20px;
    margin-right: 10px;
}
.firecheckout_checkbox_control input.checkbox:checked + label .icon-unchecked, .firecheckout_checkbox_control input.checkbox + label .icon-checked {
    display: none;
}
.firecheckout_checkbox_control input.checkbox:checked + label .icon-checked, .firecheckout_checkbox_control input.checkbox + label .icon-unchecked {
    display: block;
}
.firecheckout_checkbox_control label {
  display: flex;
}
.firecheckout-index-index .firecheckout_checkbox_control label {
  justify-content: start;
}
#checkout-review-table .a-right{
  text-transform: capitalize;
}
.firecheckout-index-index .cart-itemoption-con {
  padding: 5px 0;
}
.firecheckout-index-index span.mw_rewardpoints {
  text-wrap: nowrap;
}



.discount-form:after {
  content: '';
  display: table;
  clear: both;
}

#rewardpoints_box{padding:15px; background:#f2f2f2;}
#discount-coupon-form h2 {
  display: none;
}
#discount-coupon-form label {
  /* font-family: "Arial"; */
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10.0012px;
}
#discount-coupon-form label{font-size:16.9987px; margin:0 0 4.9988px; color:#222;display:block; font-weight:bold;}
#discount-coupon-form .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text {
  border-radius: 0;
  /* margin: 1.9988px 0 0 0; */
  width: 364.9987px;
}
#discount-coupon-form .button-wrapper button{height:36px; line-height:36px; padding:0 10.0012px; color:#fff; background:#333;}
#discount-coupon-form .button-wrapper button span{color:#fff;}
.discount-form div.input-box{
  clear: both;
  float: left;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #FF4500;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 979.9987px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 19.9988px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 364.9987px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1.0012px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1.0012px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40.0012px;
  height: 40.0012px;
  padding: 0px 10.0012px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 25.9988px;
  height: 25.9988px;
  text-align: center;
  color: #FFFFFF;
  line-height: 25.9988px;
  background-color: #FF4500;
  display: block;
  position: absolute;
  top: 50%;
  left: 10.0012px;
  margin-top: -13.0013px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #FF4500;
}

.opc .section .step-title h2 {
  font-size: 16.0013px;
  font-weight: 400;
  line-height: 40.0012px;
  height: 40.0012px;
  float: left;
  margin: 0px 4.0012px 0px 45px;
}

.opc .section .step {
  padding: 19.9988px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
.opc select {
  max-width: 364.9987px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10.0012px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  margin-left: 4.9988px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 19.9988px;
  display: inline-block;
  padding: 4.9988px 4.9988px 4.9988px 0;
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 4.9988px;
}
#opc-payment .note {
  padding: 10.0012px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 7.9987px;
}
.sp-methods dt {
  margin: 13.0013px 0 4.9988px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 4.9988px;
}
.sp-methods dd li {
  margin: 4.9988px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10.0012px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 19.9988px;
}
.sp-methods .form-list li {
  margin: 0 0 7.9987px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10.0012px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130.0012px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 4.9988px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 4.9988px 10.0012px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1.0012px solid #cccccc;
  padding-left: 19.9988px;
}
.block-progress .block-content {
  font-size: 13.0013px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10.0012px;
  font-family: Arial;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Arial;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13.0013px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13.0013px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    background: #FF6929;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10.0012px;
}
#review-buttons-container .f-left {
  float: right;
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}
#checkout-step-review .centinel > p {
  margin-bottom: 10.0012px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400.0013px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10.0012px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 4.9988px;
}
.gift-message-form .gift-item {
  padding-bottom: 10.0012px;
  margin-bottom: 10.0012px;
  border-bottom: solid 1.0012px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 199.9988px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 199.9988px;
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  /* text-align: center; */
}
.checkout-onepage-success .buttons-set {
  margin: 10.0012px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 13.9988px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1.0012px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 1.9988px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1.0012px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 0px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  /*line-height: 25.0012px;*/
  margin-right: 1.9988px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #FF4500;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1.0012px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 4.9988px 0 0;
  padding: 1.0012px 4.9988px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1.0012px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10.0012px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #FF4500;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 4.9988px;
  background: #df280a;
  padding: 1.9988px 4.9988px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view-container{max-width:1000.0012px;margin:15px auto;font-size:16.9987px;font-weight:500;color:#000;}
.product-view-container  .na-title {text-align:left;line-height:28.0013px;}
.product-view-container  .na-title .text-bold{font-size:18px;font-weight:bold;padding-right:4.9988px;padding-left:10.0012px;}
.product-view-container  .na-title .selling-point{color:#FF4500;}
.product-view-container  .second-text{padding-left:120px;display:block;}
.product-view-container .three-text{padding-left:82.9987px;display:block;}
.product-view .product-options .swatch-attr {
  float: none;
  /*display: block;*/
  display: inline-block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
  word-wrap: break-word;
  color: #636363;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #FF4500;
  padding-left: 4.9988px;
}

.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -79.9988px -361.9987px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115.0012px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set a{border:none;}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0; background:#FF4500; color:#fff; padding:4.9988px 15px;text-decoration: none;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 19.9988px;
  margin: 10.0012px 0 19.9988px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 19.9988px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 19.9988px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 19.9988px;
    border-left: 1.0012px solid #ededed;
  }
}
@media only screen and (min-width: 769.9987px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1.0012px solid #ededed;
  }
}
.customer-account-create .scaffold-form label:first-child {
  width: 139.9988px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Arial;
  font-size: 13.0013px;
  color: #a0a0a0;
}

NaNpxember-me-box a.hide {
  display: none;
}
NaNpxember-me-box .link-tip {
  font-size: 13.0013px;
  padding-left: 10.0012px;
}

NaNpxember-me-popup {
  display: none;
  border: 1.0012px solid #cccccc;
  padding: 10.0012px;
  position: relative;
}
NaNpxember-me-popup.show {
  display: block;
}
NaNpxember-me-popup p {
  /*  font-family: "Arial";*/
  font-family: "Arial";
}
NaNpxember-me-popup NaNpxember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10.0012px;
  font-size: 12px;
}
NaNpxember-me-popup NaNpxember-me-popup-close-button {
  display: none;
}

.customer-account-create .fieldset {
  margin-left: 30px;
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 454.9988px;
}

.customer-account-forgotpassword .fieldset{
  margin-left: 30px;
  max-width: 400.0013px;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 13.9988px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 4.9988px;
}
body.customer-account .data-table td a {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  text-transform: uppercase;
  font-style: normal;
  font-size: 13.0013px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10.0012px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10.0012px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10.0012px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10.0012px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40.0012px;
  float: left;
  margin-right: 10.0012px;
}
.form-list .customer-dob .dob-year {
  width: 79.9988px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1.0012px solid #cccccc;
  padding-bottom: 7.0012px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  text-transform: capitalize;
}
.dashboard h2,.dashboard h3,.dashboard h4{
    text-transform: capitalize !important;
    font-weight:500 !important;
}
.dashboard .box-head a {
  padding: 10.0012px;
}
.dashboard .box-title a,
.dashboard .box-head a ,.dashboard .box-content a{
  text-transform: capitalize;
  font-size: 12px;
  color: #F5390D;
}
.dashboard .box-title a:hover,
.dashboard .box-head a:hover,.dashboard .box-content a:hover{
  color: #FF4500;
}
.dashboard .box-account {
  padding-bottom: 40.0012px;
  border-bottom: 1.0012px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family:"Arial";
  /*font-style: italic;*/
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10.0012px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 13.9988px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6013px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10.0012px 0;
  border-top: 1.0012px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -19.9988px;
  float: left;
  line-height: 1.4;
  font-size: 13.0013px;
}
.dashboard .box-reviews li .details {
  margin-left: 19.9988px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 13.0013px;
  margin-right: 4.9988px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-family: Arial;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10.0012px; font-family:"Arial";
}
/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10.0012px;
  border-bottom: 1.0012px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 19.9988px;
}
.order-info li {
  margin: 0 0 0 19.9988px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40.0012px;
  margin-top: 19.9988px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40.0012px;
  border-bottom: 1.0012px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10.0012px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 13.9988px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: Arial;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Arial;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10.0012px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10.0012px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 19.9988px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10.0012px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10.0012px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}
.order-additional {
  margin: 40.0012px 0;
}

.order-gift-message dd {
  margin-top: 10.0012px;
}

@media only screen and (max-width: 1198.9987px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 19.9988px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1.0012px solid #ededed;
  padding-top: 10.0012px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
/* ============================================ *
 * PayPal
 * ============================================ */
.paypal-review-order .info-set {
  margin-bottom: 10.0012px;
  padding-bottom: 10.0012px;
  border-bottom: 1.0012px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10.0012px;
}
.top-container .bml-ad {
  margin-top: 7.0012px;
  margin-bottom: 7.0012px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4.0012px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {

  padding: 10.0012px 0 4.9988px;
}
#customer-reviews .review-heading h2{    float: left;
    width: 100%;
    text-align: center;
    display: block;font-size: 28.0013px; color:#333}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 10.0012px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #FF4500;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  /* font-family: "Arial"; */
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #FF4500;
}
#customer-reviews .fieldset {
  padding-top: 25.0012px;
  width: 469.9988px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1.0012px solid #cccccc;
  font-family: "Arial";
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 4.9988px;
  text-transform: uppercase;
  margin-bottom: 10.0012px;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label p{
    line-height: 19.9988px;
}
#customer-reviews .fieldset .form-list label {
  font-size: 13.9988px;
  font-weight: normal;
  text-transform:capitalize;
  width: 150px;
  float: left;
  line-height: 40.0012px;
}
#customer-reviews .fieldset .form-list div.input-box {
    width: 319.9988px;
    float: left;
    padding-left: 10.0012px;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1.0012px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none; 
  height:79.9988px!important;
  font-family: 'Jost','gilroy', Arial, Helvetica, sans-serif;
}
#customer-reviews .fieldset .form-list input {
  border: 1.0012px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="file"]{border:none; /*background:url(../images/scwj_03.png) no-repeat center;*/ height:30px; line-height:30px;
    border: 0;width:216px;float:left; border-radius:3px;}
#customer-reviews .fieldset .form-list .box-img{margin-left:150px;}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 469.9988px;
}
#customer-reviews .buttons-set button.button{
    float: left;
    background: #DDDDDD;
    border-radius:3px;
    color:#000;
}
#customer-reviews .buttons-set button.button:hover{
    background:#FF4500;
    color:#fff;
}

#customer-reviews dl {
  font-size: 14px; 
  overflow:hidden;
  font-weight: normal;
  margin-top:24px; 
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
}
#customer-reviews dl dt a{ color:#FF4500; padding-top:4.0012px;}
#customer-reviews dl dd {
   font-size: 14px;
   margin-top: 12px;
}
#customer-reviews .rev-virtue{display:block; color:#FF4500;padding:4.9988px 0;}
#customer-reviews dl dd .ratings-table {
  font-size: 12px;
  width: 100%;
}
.ratings-table th{ display:none}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd .review-meta { width:100%;
  color: #999;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";  
  font-size: 10.0012px;
  font-weight: normal;
  text-transform:capitalize; display:block; overflow:hidden
}
#customer-reviews dl dd .review-images {
  float:left;
}
#customer-reviews dl dd .review-radiuo{float:left; padding:10.0012px 0;}
#customer-reviews dl dd .review-radiuo a,#customer-reviews dl dd .review-images a{display:block; position:relative; width:120px;height: 160px; float:left;border-radius: 8px;overflow: hidden;margin-right: 16px;}
#customer-reviews dl dd .review-images img ,#customer-reviews dl dd .review-radiuo img{
  display: inline-block;
  width:100%;
  height: 100%;
  object-fit: cover;
  /* background-color: #FFF; */
}
#customer-reviews dl dd .review-radiuo i{display:block; position:absolute;width:63px;height:33px;margin:0 auto;background:url(../images/rewradiuo_03.png) no-repeat;top:40%;left:0;right:0; z-index:999;}
#customer-reviews dl dd .review-radiuo img{position:absolute; z-index:1;}
#customer-reviews dl dd .rev-detail{overflow:hidden; clear:both;position: relative;}
.rev-detail-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 22px;
  margin-bottom: 16px;
}
.show-more-button{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #e9aa89;
  border: 0;
  z-index: 9;
  cursor: pointer;
}
.show-more-rotate-180 {
  transform: rotate(180deg);
}
.review-summary-table {
  border-bottom: 1.0012px solid #cccccc;
  margin: 0 0 10.0012px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7.0012px 10.0012px 7.9987px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 10.9987px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -598.9987px;
  width: 13.0013px;
  height: 13.9988px;
  margin-left: 4.9988px;
  position: relative;
  top: 1.9988px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10.0012px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13.0013px;
  overflow: hidden;
  text-indent: -9999px;
  width: 64.9988px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13.0013px;
  text-indent: -9999px;
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10.0012px 0;
  border: 1.0012px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  /*border: 10.0012px solid #FFFFFF;*/
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 24px;
  height: 43.9988px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 10.0012px;
  height: 10.0012px;
  left: 50%;
  top: 50%;
  margin-left: -7.9987px;
  margin-top: -7.9987px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  /*background-color: #FF4500;*/
  background-color: #FF4500;
}
.slideshow-pager span.cycle-pager-active:before {
  /*background-color: #297aa3;*/
  background-color: #FF4500;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 79.9988px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 7.9987px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10.0012px;
}
.slideshow-prev:hover:before {
  /*border-color: transparent #FF4500 transparent transparent;*/
  border-color: transparent #FF4500 transparent transparent;
}

.slideshow-next {
  right: 7.9987px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10.0012px;
}
.slideshow-next:hover:before {
  /*border-color: transparent transparent transparent #FF4500;*/
  border-color: transparent transparent transparent #FF4500;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1.0012px solid #ddd;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16.0013px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #222; font-size:13.9988px; text-transform:capitalize;
}
#wishlist-table .wishlist-sku {
  font-size: 10.9987px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  margin: 4.9988px 0;
}
#wishlist-table textarea {
  border: 1.0012px solid #ddd;
  width: 100%;
  height: 45px;
  font-size: 10.9987px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1.0012px solid #FF4500;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 4.9988px;
}
#wishlist-table .item-manage .button {
  font-size: 10.9987px;
  padding: 3px 4.9988px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 112.9988px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10.0012px;
  padding: 3px 4.9988px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10.0012px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart NaNpxove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 19.9988px;
}
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal; background:#ff4500; color:#fff; font-size:13.9988px;
}
#wishlist-table .price-box {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #636363;
}
#wishlist-table .giftregisty-add {
  margin-top: 4.9988px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #FF4500;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #FF4500;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1198.9987px) {
  #wishlist-table.clean-table td {
    padding-left: 10.0012px;
    padding-right: 10.0012px;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 4.9988px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 4.9988px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7.0012px;
  padding-right: 7.0012px;
  border-right: 1.0012px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10.0012px;
}
.header-minicart .empty {
  padding: 10.0012px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 10.0012px;
  font-weight: bold;
  line-height: 1.4;
  padding: 4.9988px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40.0012px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -7.9987px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10.0012px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 7.9987px 4.9988px 7.9987px 10.9987px;
  border-bottom: 1.0012px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #FF4500;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10.0012px;
}
.header-minicart .info-wrapper td {
  color: #FF4500;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4.0012px;
  padding-right: 4.0012px;
  margin-right: 1.9988px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #FF4500;
}
.header-minicart .minicart-actions {
  padding: 10.0012px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145.0012px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13.0013px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -webkit-border-radius: 1.9988px;
  -moz-border-radius: 1.9988px;
  -ms-border-radius: 1.9988px;
  -o-border-radius: 1.9988px;
  border-radius: 1.9988px;
  background-color: #FFFFFF;
  border: 1.0012px solid #FF4500;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1.0012px solid #f4f4f4;
  color: #FF4500;
  cursor: pointer;
  font-size: 12px;
  padding: 4.0012px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #FF4500;
}
.search-autocomplete ul li.selected {
  background-color: #FF4500;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7.0012px solid transparent;
  border-left: 7.0012px solid transparent;
  /*border-bottom: 7.0012px solid #FF4500;*/
  border-top: none;
  left: 50%;
  top: -7.0012px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1.0012px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1.0012px solid #ededed;
  padding: 1.9988px 4.9988px;
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1.0012px solid #cccccc;
  font-size: 16.0013px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  margin-top: 19.9988px;
  padding-bottom: 10.0012px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  font-size: 16.0013px; text-transform:capitalize;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
}
.product-review .product-details h3{font-size:16.0013px; text-transform:capitalize;}
.product-review .ratings-table {
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
}
.product-review .ratings-table th {
  padding-right: 10.0012px; color:#999;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10.0012px;
  text-transform: uppercase;
}
.product-review .ratings-description{overflow:hidden;}
.product-review .ratings-description dt {
  font-size: 13.9988px; 
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  margin-top: 10.0012px;
  text-transform:capitalize;
}
.product-review .ratings-description dd {
  color: #737373;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial"; padding:10.0012px 0;
  font-size: 13.0013px;text-transform:capitalize;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126.0013px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Arial;
  font-size: 13.9988px;
  /*font-style: italic;*/
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10.0012px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  /*  font-family: "Arial";*/
  /* font-family: "Arial"; */
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10.0012px;
  color: #636363;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 13.9988px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7.0012px 10.0012px 7.0012px 24px;
  border-width: 1.0012px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4.0012px solid transparent;
  border-left: 4.0012px solid transparent;
  border-top: 4.0012px solid #FF4500;
  border-bottom: none;
  left: 10.0012px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#accordion > dl > dd {
  padding: 10.0012px;
  margin: 0;
  border-width: 0 1.0012px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1.0012px 1.0012px 1.0012px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10.0012px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 19.9988px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 19.9988px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40.0012px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 4.9988px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4.0012px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5012px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5012px;
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 4.9988px;
  margin-bottom: 10.0012px;
}

#addTagForm .form-add {
  margin-top: 10.0012px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1.0012px solid #cccccc;
  float: left;
  margin-bottom: 10.0012px;
  padding: 4.9988px 1% 10.0012px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10.0012px;
}

.tags-list > li {
  float: left;
  margin-right: 10.0012px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 4.9988px;
}

.captcha-image {
  display: inline;
  max-width: 100%;
  position: relative;
}

.captcha-image .captcha-img {
  border: 1.0012px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 1.9988px;
  right: 1.9988px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4.0012px;
  top: 4.0012px;
}

.captcha-img {
  border: 19.9988px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10.0012px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 4.9988px;
  width: 100%;
}
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7.0012px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400.0013px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 19.9988px;
  margin-bottom: 7.0012px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7.0012px;
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7.0012px;
  margin-bottom: 7.0012px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.4987px;
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40.0012px;
  margin-right: 25.0012px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100.0012px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1198.9987px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769.9987px) {
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25.0012px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 7.9987px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1.0012px solid #cccccc;
  border-right: 1.0012px solid #cccccc;
  margin-bottom: 10.0012px;
  /*font-family: "Arial", "Helvetica Neue", Verdana, Arial, sans-serif;*/
  font-family: "Arial";
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 1.9988px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 16.9987px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10.0012px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16.0013px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5554.9987px;
  display: block;
  width: 22.0012px;
  height: 22.0012px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 19.9988px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 4.9988px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10.0012px;
  margin-bottom: 25.0012px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1.0012px solid #cccccc;
  padding: 10.0012px;
  font-size: 13.9988px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1.0012px solid #cccccc;
  padding: 10.0012px;
  font-size: 13.9988px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25.0012px;
  padding-left: 10.0012px;
  margin-top: 10.0012px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
/*********************Home style************************/
.footercontent{
    background-color: #EAEAEA;
}
.footer .links .find-us{
     width: 70%;
}
.footer .links .find-us li{
    float: left;
    margin:0 4.9988px 4.9988px 0;
    width: 25.9988px;
    height: 25.9988px;
/*    background: #000;*/
    color: #fff;
    line-height: 19.9988px;
    text-align: center;
    border-radius: 50%;
    font-size: 16.0013px;
}
.footer .links .find-us li a{
    color: #EAEAEA;
}
.footer .links .find-us li a:hover{
    color:  #FF4500;
}
.header-top{
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-top .top-left{
    float: left;
}
.header-top .top-right{
    float: right;
}
.header-top .top-right img{
    display: inline-block;
}
.header-top .top-right #search_mini_form{
    display: inline-block;
}
.header-top .top-right #search{
    height: 30px;
    background-color: #eaeaea;
}
@media only screen and (min-width: 769.0012px) {
    .account-cart-wrapper, .header-language-container label,#header-nav{
        display: none;
    }
    #header-search{
        display: none;
    }
    .page-header-container {
        width: 100%;
    }
    .page-header-container .header-logo{
        width: 50%;
        margin-left: 34%;
    }
    .page-header-container .header-reg{
        float: right;
        /*width: 30%;*/
        text-align: right;
    }
    #header{
        position: relative;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        
    }

    .home-about .adout-img img{
        float: left;
        padding-right: 1.9988px;
    }
    .page-header-container .header-des{
      color: #545454;
      font-size: 16.0013px;
    }
}
.header-language-container{
    position: relative;
}
/*.form-language .select-language span.flag {
    background: url("../images/small-flags.png") no-repeat;
    background-position: -33px -165px;
    height: 16.0013px;
    width: 16.0013px;
    position: absolute;
    left: 4.0012px;
    top: 7.0012px;
}*/
.form-language .select-language span.English {
    /*background-position: -33px -165px;*/
    background: url(../images/currency_bg.png) no-repeat;
    height: 18px;
    position: absolute;
    width: 25.0012px;
    left: 0px;
    top: 1.9988px;
}

.form-language .select-language span.Spanish {
    background: url("../images/es.png") no-repeat;
    background-size: 16.0013px;
    position: absolute;
    height: 16.0013px;
    width: 16.0013px;
    left: 4.0012px;
    top: 4.9988px;
}
.form-language .select-language .xct-arrow ,.currency .currency_down_arrow{
    border-left: 4.0012px solid transparent;
    border-right: 4.0012px solid transparent;
    border-top: 4.0012px solid #333333;
    content: "";
    width: 0;
    vertical-align: top;
    float: right;
    margin-top: 7.9987px;
    margin-right:1.9988px;
}
.form-language .dropdown-menu {
    border-top: none;
    top: 22.0012px;
    width: 100.0012px;
}
.header-language-container .form-language .moreLanguageList li span {
    /*background: url("../images/small-flags.png") no-repeat;*/
    height: 16.0013px;
    width: 16.0013px;
    display: block;
    float: left;
    margin-right: 3px;
    margin-left: 10.0012px;
    margin-top: 4.9988px;
}
.header-language-container .form-language .moreLanguageList li span.English {
    background: url(../images/en.png) no-repeat;
    background-size: 16.0013px; 
}
.header-language-container .form-language .moreLanguageList li span.Spanish {
    background: url("../images/es.png") no-repeat;
    background-size: 16.0013px;   
}
.header-language-container .form-language .moreLanguageList li a {
    text-decoration: none;
    text-indent: 10.0012px;
    line-height: 25.0012px;
}
/*.currency-switcher a span.EUR {
    background: url("../images/currency_bg.png") no-repeat;
    background-position: 0 -54px;
    height: 18px;
    position: absolute;
    width: 25.0012px;
    left:-4.0012px;
    top: 1.9988px;
}
.currency-switcher a span.USD {
    background: url("../images/currency_bg.png") no-repeat;
    height: 18px;
    position: absolute;
    width: 25.0012px;
   left:-4.0012px;
    top: 1.9988px;
}*/
.currency_menu a.EUR {
    background-position: 0 -54px;
}
.currency_menu a.USD {
    background-position: 0 0;
}
.currency-switcher .currency a {
    padding-right: 10.0012px;
}
.currency_menu a {
    color: #666;
    background: url(../images/currency_bg.jpg) no-repeat;
    display: block;
    font-size: 10.9987px;
    height: 18px;
    line-height: 18px;
    text-indent: 30px;
    width: 124.9988px;
    margin-left: 7.9987px;
    text-decoration: none;
}
 .dropdown-menu {
    background: #fff;
    border: 1.0012px solid #eeeeee;
    border-top: none;
    position: absolute;
    z-index: 100;
    left: 0px;
    z-index: 250;
}
.currency-switcher .dropdown-menu {
     background: #fff;
    border: 1.0012px solid #eeeeee;
    border-top: none;
    position: absolute;
    z-index: 100;
    left: 103.0012px;
    top: 19.9988px;
    z-index: 250;
    min-width: 100.0012px;
}
.page-header-container .store-language-container{
    float: left;
    line-height: 21px;
}
.store-language-container .form-language,.store-language-container .currency-switcher{
    display: inline-block;
    width: 100.0012px;
    padding-left: 19.9988px;
    border: 1.9988px solid #EAEAEA;
}
.store-language-container .currency-switcher{
    width: 90px;
}
.header-reg .link{
    text-transform: uppercase;
}
.header-reg a{
    padding:4.9988px;
    color:#000;
    text-decoration: none;
}
.header-reg a:hover{
    color:#FF4500;
    text-decoration: none;
}
.header-reg .cart{
  position: relative; float:right; margin-left:30px;
}
.header-reg .cartimg{
  display: inline-block;
  position: absolute;
  right: 13.9988px;
  top: -1.0012px;
}
.header-reg .cart-link{
  position: absolute;
  /*top: 0px;*/
  right: -4.0012px;
}
.header-reg .account{
  margin-right: 30px; font-size:10.0012px;color:#ccc;
}
.header-reg .account a{color:#666;font-size:13.9988px;}
.header-reg .contact-us img{
  display: inline-block;
  padding-left: 10.0012px;
}
.adout-title{
    position: relative;
    text-align: center;
    clear: both;
    
}
h2.title {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.title span {
    padding: 0 19.9988px;
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
}
.short{
    text-transform: uppercase;
}
.home-about .adout-img img:last-child{
    padding-right: 0px;
}
.home-about .about-description{
    padding-top: 19.9988px;
    clear: both;
}
.home-about .about-description p{
    margin-bottom:0px;
}
.home-variety{
    margin-top: 0px;
}
.home-variety .video-gallery ul li{
    background-color: #EAEAEA;
    list-style: none;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-left:0px;
    margin-right: 10.0012px;
}
.home-variety .video-gallery{
  height: 243px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.home-variety .video-gallery ul {
    width: 999999px;
    margin-left: 7%;
}
.home-variety .related-slider-left {
    width: 7%;
    background-image: url("../images/left.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    /* left: 7%; */
    /* top: 0; */
    z-index: 9;
}
.home-variety .related-slider-right {
    width: 5%;
    background-image: url("../images/right.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.home-variety .video-gallery ul li:hover{
    background-color: #0060AD;
    color: #fff;
}
.home-variety .video-gallery ul li a:hover{
    color: #fff;
}
.home-variety .video-gallery .short-title{
    display: inline-block;
    height: 37.0012px;
    line-height: 37.0012px;
}
.home-hotpro .category-products ul li{
    list-style: none;
    margin-left: 0px;
    width: 22%;
    margin-right: 3%;
}
.home-link table{
  width: 30%;
  margin: 19.9988px 35%;
}
.home-link table tr{
  height: 30px;
}
.home-link table a{
  text-decoration: underline;
}
.home-hotpro .product-name{
    text-transform: capitalize;
}
.home-hotpro .product-image{
    border:none;
}
.home-hotpro .more{
    text-align: center;
    font-style: italic;
    margin-bottom: 40.0012px;
}
.home-hotpro .morelink{   
    border:1.0012px solid #000;
    font-size: 16.0013px;
    padding: 4.9988px 30px;
}
.pricebox{
    /*color: #FF4500;*/
  color:#FF4500;
  font-size: 16.0013px;
  font-weight: bold;
  line-height: 30px;
}
.header_bottom {position: relative;width:100%;}
.header_bottom .nav_navlist {width:99.6%; display:block;}
.header_bottom .header_b_box {background:#FF4500;}
.header_bottom .header_b_box .nav_header {width:100%; position:relative;}
.header_bottom .header_b_box .nav_header span {color: #fff;text-transform: uppercase; text-shadow: none; font-size: 18px;font-family: Lato;padding-top: 18px;line-height:49.9987px;padding-left:15px;}
.header_bottom .header_b_box .nav_header .nav_button { background:none;height:49.9987px;width:49.9987px; font-size:19.9988px; position:absolute; z-index:99; right:4.9988px; top:0px; border:none; outline:none; cursor:pointer;}
.header_bottom .nav_navlist > li { display:inline-block; position:relative;}
.header_bottom .nav_navlist > li > a {padding: 15px 0px; display: block;text-transform: uppercase;color: #525252;font-size: 13.9988px;}
.header_bottom .nav_navlist > li > a > span {padding:10.0012px 18px;}
.header_bottom .nav_navlist > li:first-child a span { border-left:none;}
.header_bottom .nav_navlist  li a:hover {color:#FF4500;}
.header_bottom .nav_navlist > li  i  {position:absolute; right:4.9988px; top:4.9988px;padding:10.0012px;}
.header_bottom .nav_navlist > li .navlist_menu {display:none; position:absolute; top:100%; padding:0 15px;left:0px; z-index:9999;box-shadow: 0 1.9988px 3px rgba(0,0,0,0.3); background:#fff;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.header_bottom .nav_navlist > li .navlist_menu .sub_child {
    display:none;
   overflow: hidden;
    position: absolute;
    top: 0px;
    left: 220.0012px;
    /*min-height: 220.0012px;*/
    z-index: 9999;
    border: 1.0012px solid #ccc;
    border-radius: 4.9988px;
    background: #fff;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_bottom .nav_navlist > li .navlist_menu .navlist_menuimg {float:right;}
.header_bottom .nav_navlist > li .navlist_menu h3 {line-height:30px;font-size: 13.9988px;text-transform:uppercase;}
.header_bottom .nav_navlist > li .navlist_menu li {line-height:25.0012px;}

@media screen and (max-width: 1200px){
    .header_bottom .nav_navlist > li > a > span {padding:10.0012px 19.9988px;}
}
@media screen and (min-width: 991.9987px){

.header_bottom {background:#fff;border-top: 1.0012px solid #ececef;border-bottom: 1.0012px solid #ececef;}
.header_bottom .nav_button { display:none;}
.header_bottom .header_b_box {background:none;}
.header_bottom .nav_navlist > li i { display:none;}
.header_bottom .header_b_box .nav_header { display:none;}
.nav_fixed {position:fixed; left:0; top:0; z-index:999;box-shadow: 0 0 4.9988px 0 rgba(0,0,0,0.2);background:#fff;}
.header_bottom .nav_navlist > li .navlist_menu .row .nav_col {width:220.0012px;}
.nav_navlist .row{
  float: left;
}
}
/****************end***************/

/**********About Page *************/
.about-title h1{
    text-transform: capitalize;
    font-size: 19.9988px;
    font-weight: bold;
    color: #343537;
    padding-bottom: 10.0012px;
    border-bottom: 1.0012px solid #CECECE !important;
}
.about-img{
    float: left;
    padding-right: 19.9988px;
}
.about-contact{
    float: left;
    background-color: #FF007F;
    padding: 4.9988px 13.0013px;
    border-radius: 7.0012px;
    bottom: 0;
    margin-top: 54px;
}
.about-contact span{
    color:#fff;
    display: inline-block;
}
.about_leftmenu div{
    margin: 10.0012px 0;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 10.0012px;
}
.information{
    margin: 49.9987px 0;
}
.information .table img{
    max-width: 10.0012px;
    display: inline-block;
}
.information .table tr td:first-child{
    padding: 15px;
}
.information .table tr td:last-child{
    padding-left: 10.0012px;
}
.about .page-title h1{
    text-transform: capitalize;
    font-size: 19.9988px;
    color: #343537;
    padding-bottom: 10.0012px;
    border-bottom: 1.0012px solid #CECECE !important;
}
#contactForm p.required{
    display: none;
}
.about #contactForm{
    padding-left: 0px;
}
.about .fieldset .field{
     padding: 4.9988px 0;
}
.about .fieldset ul li{
    list-style: none;
    margin-left: 0px;
    padding: 4.9988px 0;
}
.about .fieldset ul li:first-child{
     padding: 0px 0;
}
.about .fieldset label{
    float: left;
    width: 15%;
    text-align: right;
    font-weight:500;
    margin-right: 10.0012px;
}
.about .input-box{
    padding-top: 0px;
}
.form-list select{
    margin-top: 0px;
    height:37.9988px;
    color: #878787;
}
.about .buttons-set{
    text-align: left;
    margin-left: 15.5%;
    border-top:none;
    padding-top: 0px;
}
.about .buttons-set button.button{
    float: left;
    max-width:135px;
    border-radius: 4.9988px;
    text-transform: capitalize;
    font-size: 16.0013px;
}
/****************end**************/
/************List & View Page*************/
.category-title{
    display: none;
}
.category-description{
    padding: 4.9988px;
}
.category-description p{
    margin: 4.9988px 0;
} 
.toolbar-top{
  position: relative;
}
.toolbar-top .ads{
    display: inline-block;
    position: absolute;
    width: 88%;
    top: -7.9987px;
    left: 0px;
}
.toolbar-top .ads img{
  width: 100%;
}

.toolbar-top .toolbar{
    border-bottom: 1.0012px solid #ddd; 
    padding-bottom:6px;
    display: none;
}
.toolbar-bottom .pages{
    clear: both;
    margin-left:30%;
}
.toolbar-bottom .pages li{
    padding: 0px 6px;
}
.toolbar-bottom .pages li:first-child{
    width: 105px;
}
.category-products .saveing span{
    padding-top: 7.9987px;
    display: block;
}
.category-products .saveing{
    color: #fff;
    font-size: 13.9988px;
    text-align: right;
    border:1.0012px solid #C3C3C1;
    width:49.9987px;
    height:49.9987px;
    border-radius:100% 0 0 0;
    background:#E72082;
    position: absolute;
    right: 0px;
    bottom: 103.9988px;
}
.category-products .off{
    background: #FFA544;
    color: #fff;
    font-size: 13.9988px;
    padding: 3px;
    border-radius: 4.9988px;
}
/*******************end********************/
/**************Why Us Page**************/
.whyus h2{
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
  color:#000!important;
}
.whyus-top{
  max-width:1000.0012px;
  margin: 19.9988px auto;
  text-align: center;
}
.whyus-top ul li{
  width: 22%;
  list-style: none;
  float: left;
}
.whyus-top ul li img{
  display: inline-block;
}
.shortdes h3{
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 10.0012px;
  color: #000;
}
.whyus-content img{
  display: inline-block;
  margin-bottom: 10.0012px;
}
.whyus-content .whyus-title{
  color: #000;
  font-weight: 500;
  margin: 19.9988px 0;
  font-size: 16.0013px;
}
/************end*************/
/*************contact us Page*****************/
.contactus{
    text-align: center;
}
.contactus h1,.contactus h3,.contactus strong{
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.contactus span.lon{
    display: inline-block;    
}
.contactus div,.contactfrom{
    max-width: 1000.0012px;
    margin: 0px auto;
}
.contactus .content p{
    margin: 0 13% 10.0012px;
}
.contactus .contact-findus{
    border: 1.0012px solid #ddd;
    margin: 25.0012px auto;
}
.contactus .chat span{
    display: inline-block;
    margin-left: 20%;
}
.contactus .chat span:first-child{
    display: inline-block;
    margin-left: 0;
}
.contactfrom #contactForm{
    padding-left: 0;
    padding-top: 30px;
}
.contactfrom .page-title{
    display: none;
}
.contactfrom ul li.left{
    float: left;
    width: 50%;
}
.contactfrom ul li.right{
    float: right;
}
.contactfrom input,.contactfrom select{
    width:469.9988px;
}
.contactfrom textarea{
    max-width: 499.9987px;
}
.contactfrom .buttons-set{
    float: left;
    text-align: left;
    margin-left: 0px;
    border-top: none;
}
.contactfrom .buttons-set button.button{
    margin-left: 9px;
    border-radius: 4.9988px;
    max-width:130.0012px;
}
.contactfrom label{
    font-weight:500;
}
.contactfrom .warning{
    color:#FB660C;
    font-size: 12px;
}
/************end*************/
/************Product View Page***************/
/**详情页主图分类**/
.productview-imgtagroot{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 4px;
    border-radius: 18px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1111;
}
.productview-imgtagitem{
    flex:0 0 auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    height: 28px;
    padding: 0 8px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    transition-property: all;
    transition-duration: 0.3s;
    text-transform: capitalize;
}
.productview-imgtagitem.active{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}


.product-view .product-collateral,.product-view .product-inquiry{
    max-width: 1200px;
    margin: 0 auto;
}
.product-view .tab-content img{
    max-width: 100%;
}
.product-view .tab-content table tr{
    line-height: 30px;
}
.product-view .product-shop .product-name .h1,.product-view .product-img-box .product-name h1{
    text-transform: capitalize;
    color: #222;
   font-size: 18px;
    line-height: 19.9988px;
    font-family: Arial;
}


.product-view .add-to-cart{
    border-bottom: none;
}
.product-view p.required{
    display: none;
}
.select-weaches{
    width: 100%;
}
.product-view .product-options .select-weaches .clearfix{
  width: 83%;
}
.product-view .product-options .select-weaches{
    background-color: #f6f6f6;
    margin: 10.0012px 0;
    padding: 4.9988px 0 0 3px;
}
.product-view .product-options .swatch-attr .select-label{
    display: none;
}
.product-view .product-options .leftlabel{
    width: 17%;
    float: left;
    color:#B6B6B6;
}
.swatch-label{
    background: #fff;
    border-radius: 0px;
}
ul{
margin:0;
padding:0;
}

.product-view .add-to-cart
{    background: #eeeeee;
    border-radius: 3px;
    width: 100%;
    float: left;
    padding: 24px 19.9988px 24px 19.9988px;
    margin-top: 19.9988px;}
.product-view .add-to-cart label {
    line-height: 25.0012px;
    color: #636363;
    font-family: "Arial";
    font-weight: normal;
}
.product-view .add-to-cart .qty-wrapper{
    display: inline-flex;
}
.product-view .add-to-cart .qty-wrapper .qty{
    height: 25.0012px;
    width: 4.7em;
    border-radius: 0px;
}
.product-view .add-to-cart .qty-wrapper .qtybtn{
    display: inline-block;
    background: #F5F5F5;
    border:1.0012px solid #ccc;
    width: 33px;
    text-align: center;
    height: 25.0012px;
}
.product-view .add-to-cart .qty-wrapper .reduceQty{
    border-right: none;
}
.product-view .add-to-cart .qty-wrapper .addQty{
    border-left: none;
}
.product-view .product-shop .price-info .price-box{
/*    background: url('../images/usd.png') no-repeat;
    padding-left: 40.0012px;*/
    float: none;
    min-height: 34.9988px;
    z-index: 999;
    line-height: 40.0012px;
    display: inline-block;
}
.product-view .price-info .tot{
    line-height: 55.0012px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.product-view .product-shop{
    position: relative;
}
.add-to-box .price-box{
    display: inline-block; margin:0; padding-left:4.9988px;
}
.add-to-box .price-box .price{
    font-weight: 500;
    font-size: 19.9988px; 
}
.product-view .product-shop .price-info{
    float: none;
    margin-bottom: 0px;
    text-align: left;
}
.product-view .product-shop .price-info .usdimg{
    display: inline-block;
}
.product-view .add-to-cart .mixinquiry{
    height: 37.9988px;
    line-height: 37.9988px;
    background: #FF6600;
    border: 1.0012px solid #FF6600;
    border-radius: 3px;
    width: 80%;
	max-width: 351px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10.0012px;
}
.product-view .add-to-cart-buttons .button{
    min-height:34.9988px;
    line-height: 34.9988px;
    width: 40%;
    padding:0px;
    font-size:13.9988px;
    margin-right: 25.0012px;
    margin-top: 10.0012px;
    margin-bottom: 19.9988px;
}
.product-view .paybottom{
    clear: both;
    position: relative;
    max-width: 160.0012px;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or{
    display:none;
    position: absolute;
    top: 10.0012px;
    left: -45px;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button{
    position: absolute;
    left: 0px;
    top: 3px;
	width:160.0012px;
}
.product-view .paybottom .proinquiry{
    /*margin: 19.9988px;*/
    clear: both;
    background: #FF6600;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 186px;
    top: 4.9988px;
}
.product-view .off{
    clear: both;
    background: #FFA544;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 13.9988px;
    padding: 3px;
    border-radius: 4.9988px;
}
.off a{
    color: #fff;
}
@media only screen and (max-width: 1215px) {
  .product-collateral .toggle-tabs li > span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1189.9987px) {
  .product-collateral .toggle-tabs li > span {
    padding: 0 19.9988px;
  }
}
/************end*************/
/*reviews for add image*/
.add-image {
  background-color: #FF4500;
  color: #FFF;
  border:1.9988px solid #FF4500;
  margin-left: 10.0012px;
  float: left;
  text-decoration: none!important;
}
.add-image:link,.add-image:active,.add-image:visited,.add-image:hover {
  color: #FFF;
}
.btn-mini {
  display:inline-block;
  background-color:#dedede;
  padding:0 12px;
  border-radius:3px;
  cursor: pointer;height:36px; line-height:36px;
  text-decoration: none!important; margin:4.9988px 0 0;
  color: #C00;
}

.box-img div{
    line-height: 30px;
    width: 100% !important;
    float: none !important;
    margin-bottom: 3px;
}
.input-box-image .input-box input{
    display: inline;
}
.form-list .required{
    display: block;
}
#postComment .fieldset .input-box{
  margin-bottom: 15px;
}
#postComment .fieldset .input-box textarea{
  height: 150px !important;
}
.product-tabs-content .comment-container, .tab-content .comment-container{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1.0012px solid #e6e6e6;
}
.product-tabs-content .comment-container .avatar-image, .tab-content .comment-container .avatar-image{
    float: left;
    margin: 0 10.0012px 0 0;
}
.product-tabs-content .comment-container .meta, .tab-content .comment-container .meta{
    margin: 4.9988px;
}
.product-tabs-content .comment-container .ratings-list, .tab-content .comment-container .ratings-list{
    float: right;
}
.product-tabs-content .comment-container .ratings-list .label, .tab-content .comment-container .ratings-list .label{
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    text-align: left;
    line-height: 19.9988px;
}
.rating-box{
    display: inline-block;
}
/*--------回到顶部--------*/
#back-top {background: #232323;bottom: 85.0012px; display: none; height: 40.0012px; position: fixed; text-align: center; color: #fff; right: 12px; width: 40.0012px; line-height: 40.0012px; z-index: 9999; cursor: pointer; border: 1.0012px solid #fff;}
#back-top:hover {background:#FF4500;}
/*.back-to-top {
    z-index: 8000;
}
.back-to-top {
    top: 232.0012px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    text-align: center;
    width: 79.9988px;
    z-index: 10000;
    background-color: #E4E4E4;
}
.back-to-top img {
    display: inline;
    vertical-align: middle;
}
.back-to-top span.arrow-up {
    position: absolute;
    top: -19.0013px;
    -webkit-animation: bounce .4s ease-in-out infinite alternate;
    animation:bounce .4s ease-in-out infinite alternate;
}*/
/*****
列表页新的筛选器 start
****/
.productlist_attributefilter{
  flex: 0 0 auto;
  width: 296px;
  margin-right: 24px;
}
.productlist_attributefilter_list{
  box-sizing: border-box;
  width: 100%;
}
.productlist_attributefilter_group{
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 16px 0;
  margin-top: 16px;
  border-bottom: 1px solid #F7EBE6;
}
.productlist_attributefilter_group:first-child{
  margin-top: 0;
}
.productlist_attributefilter_grouplabel{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.productlist_attributefilter_grouplabel .icon-arrow{
  font-size: 24px;
  transition-property: all;
  transition-duration: 300ms;
  transform: rotate(0deg);
}
.productlist_attributefilter_group.open .productlist_attributefilter_grouplabel .icon-arrow{
  transform: rotate(-180deg);
}
.productlist_attributefilter_group.open .productlist_attributefilter_grouplist{
  display:block;
}
.productlist_attributefilter_grouplist{
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 16px;
  display: none;
}
.productlist_attributefilter_grouplist ol,
.productlist_attributefilter_grouplist ol li{
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.productlist_attributefilter_itemalink{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
}
.productlist_attributefilter_itemstatus{
  display: flex;
  align-items: center;
}
.productlist_attributefilter_itemstatus .icon{
  font-size: 24px;
  margin-right: 10px;
}
.productlist_attributefilter_itemstatus[data-status="check"] .icon-check,
.productlist_attributefilter_itemstatus[data-status="uncheck"] .icon-uncheck{
    display: block;
}
.productlist_attributefilter_itemstatus[data-status="check"] .icon-uncheck,
.productlist_attributefilter_itemstatus[data-status="uncheck"] .icon-check{
  display: none;
}

.productlist_attributefilter_selectedbox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productlist_attributefilter_selectedlist{ 
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.productlist_attributefilter_selectedlist li{
  border-radius: 24px;
  border: 1px solid #E2995B;
  padding: 0 12px;
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
}
.productlist_attributefilter_selectedlist li:last-child{
  margin-right:0;
}
.productlist_attributefilter_selectedremove{
  flex: 0 0 auto;
  font-size: 24px;
  margin-left: 8px;
  cursor: pointer;
}
.productlist_attributefilter_selectedbox .clear_all{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
/****
列表页新的筛选器 end
****/



/*----------------列表页 筛选---------------*/
.filter_view .block-content{
    margin-top: 0px;
}
@media only screen and (min-width: 771px){
    .filter_view .block-layered-nav .block-content > dl > dt{
        border: none;
        background-color: #fff;
        text-transform: capitalize;
        padding: 4.9988px 15px;
        float: left;
    }
    .filter_view .block-layered-nav .block-content > dl > dd{
        padding:0px;
        border: none;
        width:85%;
        margin-left: 15%;
    }
    .filter_view ol li{
        float: left;
    }
    .filter_view .configurable-swatch-list{
        clear: none;
        margin-left: 0px;
    }
    .filter_view #narrow-by-list dd .configurable-swatch-list li{
        width: 14%;
    }
    .filter_view #narrow-by-list dd .swatch-label{
        background: #fff;
        border: none;
        padding: 0px;
        color: #636363;
    }
    .filter_view a{
        color: #636363;
    }
    .filter_view #narrow-by-list dd .swatch-label:hover,.filter_view ol li a:hover{
        color: #FF4500;
    }
    
}
.swatches-split-label,
.product-view .product-options dt label{
    font-size: 16px;
    font-weight: 500;
}
/* .product-view .product-options dt label.required::after{
  content: '*';
} */
.product-view .product-options dl{
    clear: both;
    width: 100%;
}
.swatches-split-label,
.product-view .product-options dt {
    margin-top: 24px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0;
}
.product-view .product-options dd {
    width: 100%;
    margin-top: 12px;
}
.product-view .product-options dd .input-box {
  width: 100%;
}
.swatches-container .swatch-img { 
  border:1px solid #eee; 
}
.swatches-container .swatch-img.current { 
  border:2px solid #ff4500; 
}
.swatches-container .color-swatch-options { 
  display: inline-block; 
}
.swatches-container .color-swatch-options .swatch-optionname { 
  font-size: 12px; 
  color: #000; 
  text-align: center; 
  padding-right: 8px; 
  line-height: 16px; 
  margin-top: -8px; 
}
.product-view-options-group._is_split .product-view-options-group-label,
.product-view-options-group._is_split .product-view-options-group-list{
  position: absolute;
  top: -9999px;
}
.swatches-split-group{
  box-sizing: border-box;
  width: 100%;
}
.swatches-split-group::after{
  content: '';
    display: table;
    clear: both;
}

.swatches-split-item._disable{
  color: #acacac;
  background-image:linear-gradient(to bottom right,transparent,transparent calc(50% - 1px),#acacac 50%,#acacac 0,transparent calc(50% + 1px));
}
.swatches-split-list,
.product-view .product-options .swatches-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
}
.swatches-split-list{
  margin-top: 12px;
}
.swatches-split-item,
.product-view .product-options .swatches-container a.swatch-span {

    background: #fff;

    padding: 12px 24px;
    text-align: center;

    cursor:pointer;
    border: 1px solid #E2995B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-radius: 24px;
}
.swatches-split-item[label-css="1"]{
  /* width: 133px; */
  position: relative;
}
.swatches-split-item[label-css="1"] .label-div{
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #660e00;
    top: -5px;
    height: 12px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(255, 248, 242, 1);
    line-height: 12px;
    display: flex;
    align-items: center;
}
.swatches-split-item.current,
.product-view .product-options .swatches-container a.current{
  background: #FDEADC;
  font-weight: 500;
  border: 1px solid #FF4500;
}

.star_score a{height: 24px;  display: block;  text-indent: -999em;  position: absolute;  left: 0;}
.star_score a.clibg {  background: url('/skin/frontend/hecongtwo/pc/images/star-fill.png'); background-size: 24px;}
.ratings .left>div{float: left;margin-bottom: 10.0012px; height: 13.9988px;}
.p-v-box {
  display: none;
  border: 1.0012px solid #ccc;
  padding: 10.0012px;
  margin-bottom: 10.0012px;
}
.p-v-box {
  display: none;
  border: 1.0012px solid #ccc;
  padding: 10.0012px;
  margin-bottom: 10.0012px;
}
.ratingcode{font-weight: bold;  width: 64.9988px; display: inline-block;margin-bottom: 10.0012px;}
.ratingscore{display: inline-block;}
.star_score {background: url('https://www.wigginshair.com/media/wysiwyg/wap/202503271338.png');background-size: 24px;height: 24px;  position: relative;float: left;}
.help_left .help_content{
    text-transform: capitalize;
}
.help_left .help_content li{
    padding-bottom:10.0012px;
}
.help_left .help_content li span{
    color: #B21239;
    padding-right: 4.9988px;
}
#product_video {
    width: 100%;
    height: 100%;
}
#product_video .backbg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
}
#product_video .cent {
    margin: auto;
    position: fixed;
    z-index: 9999;
    padding: 19.9988px;
    background: #fff;
}
#product_video .cent .closevideo {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 22.0012px;
    height: 22.0012px;
    background: url("../images/fancyboxvideo.png") no-repeat;
    cursor: pointer;
}
.home-about .main-content{
  width: 100%;
  display: inline-block;
}
.home-about .main-content img{
  width: 100%;
}
.home-about .main-content .adout-left-img{
  width: 20%;
  float: left;
  margin-right: 19.9988px;
}
.home-about .main-content .about-des{
  width: 85%;
  margin:10.0012px auto;
}
.home-about .about-des .des-title{
  font-size: 18px;
  color: #000;

}
.home-about .about-des .leftlogo{
  width: 30%;
  float: left;
}
.home-about .main-content .adout-right-img{
  width: 20%;
  float: right;
}
.contact-main.show {
    background: #626262 none repeat scroll 0 0;
    border-radius: 0 0 0 4.0012px;
    position: fixed;
    right: 0;
    top: 163.9988px;
    width: 79.9988px;
    z-index: 999;
}
.livechart {
    background: #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
}
.livechart a {
    display: block;
}
.livechart .shopping-cart{
  width: 28.9988px;
  background: url(../images/cartri.png) no-repeat;
  height: 28.9988px;
  display: inline-block;
}
.btn .cartcount {
    position: relative;
    top: -7.9987px;
}
.cartcount {
    display: inline-block;
    min-width: 10.0012px;
    padding: 3px 7.0012px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10.0012px;
}
.menu-ads{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 19.9988px;
}
.menu-ads ul{
  width: 100%;
}
.menu-ads ul li{
  width: 32%;
  list-style: none;
  float: left;
  margin-left: 15px;
}
.menu-ads ul li img{
  width: 100%;
}
.menu-ads ul li:first-child{
  margin-left: 0px;
}
/*2017-01-16 产品图片上添加加入购物车等*/
@media only screen and (min-width: 769.9987px) {
.payment-methods dt{
  height: 60px;
}
.shipping-method-step .shipment-methods dd{
  height: 34.9988px;
}

}
.products-grid > li:hover .actions{display:block;}
.products-grid .actions a:hover i{ color:#ff4500;}
.products-grid .actions a .icon-shoucang{font-size:19.9988px; position:relative; top:1.9988px;}
.products-grid .actions a .icon-gouwu{font-size:22.9987px;}

.products-grid .actions a{
 line-height: 33px;
 padding-right: 10.0012px;
 font-size: 16.0013px;
}
.products-grid .actions a.link-compare{display:none;}
#payment_form_paypal_express{
  display: none;
}
.top-heading{ overflow:hidden;}
.top-heading h1{margin:0;}
/*2017-01-18 购物车添加加减按钮*/
.cart-table .product-cart-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 32px;
    border: 1px solid rgba(226, 153, 91, 1);
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 30px;
}
.cart-table .product-cart-actions .qty.input-text{
  width: 41px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(36, 36, 36, 1);
  padding: 0;
  border: none;
  background-color: transparent;
  height: 32px;
}
.cart-table .product-cart-actions button {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border: none;
  background-color: transparent;
}
.cart-table .cart-links {
    text-align: center;
    margin-top: 10.0012px;
}
.cart-table .product-cart-actions .cart-links{overflow:hidden;clear:both; margin-top:40.0012px; position:relative;left:-15px;}
.cart-table .product-cart-actions .btn-update{
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
/* .cart-table .product-cart-actions .btn-update {
  position: absolute;
  top: -1.9988px;
  left: 165px;
} */

/*刘丹利*/
.legend{font-size:16.0013px; color:#444;text-transform: capitalize;}
.legend a{color:#3da8f3;}
.box-title h3{font-size:16.0013px; color:#444; font-weight:normal;text-transform: capitalize;}
.box-title h3 a{ color:#3da8f3;}
.sub-title{font-size: 18px;color: #4691db;text-transform: capitalize;}
.box-content{overflow:hidden;}
.box-content address{ border:1.0012px solid #ccc; padding:10.0012px 19.9988px; line-height:24px; border-radius:6px;}
.separator{display:inline-block; font-size:16.0013px;}
.data-table{ margin:15px 0;}
.required-entry{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1.0012px solid #d9dbdc;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;height:36px;
    padding: 10.0012px 9px 7.9987px;
    text-indent: .0112px;
   }

.account-login{border: 1.0012px solid #c9c9c9; box-shadow: 1.9988px 1.9988px 3px #ccc;width:880.0013px;margin: 79.9988px auto;padding: 19.9988px 60px 79.9988px;overflow: hidden;}
.account-login .page-title h1{text-align:center; font-size:24px; border-bottom:1.0012px solid #eee; padding:19.9988px 0;text-transform: capitalize;}
.account-login .page-title h1{text-align:center; font-size:24px; border-bottom:1.0012px solid #eee; padding:19.9988px 0;text-transform: capitalize;}
.new-users h2{ font-size:1.5em; color:#333; text-transform: capitalize;}
.registered-users h2{font-size:1.5em;color:#333; text-transform: capitalize;}
.header-reg .contact-us{ display:none;}
.block-account,.block-cart{ padding:10.0012px 15px;}
.block-cart{ border:1.0012px solid #ddd; margin-top:15px;}
.block-cart .block-title{ margin:0; font-size:13.9988px; line-height:1; text-align:center;}
.block-cart .block-title strong{ font-size:13.9988px; color:#333;}
/*wgh*/

.categories-col{ border:1.0012px solid #ddd; border-top:0; margin-bottom:10.0012px;}
.featuredleft{ border:1.0012px solid #ddd;}
/*用户中心*/
.block-account{ border:1.0012px solid #E6E4E4; background:#f8f8f8;}
.box-content{ line-height:30px;}
.block-content{ margin-top:0;}
.block-content .summary .amount a{ color:#FF4500;}
.block-content .block-subtitle{ padding:7.9987px 4.9988px; 
    font-weight: bold;
    background: #eee;
    margin-top: 10.0012px;}
.block-content .actions{ width:100%;}
.block-content .subtotal .price{color:#FF4500;}
.block-content .actions button.button{ width:100%; background:#FF4500; color:#fff; padding:1.9988px 15px;}
.block-content .actions button.button:hover{ background:#FF4500; color:#fff;}
.block-account li{ height:31.9987px; line-height:31.9987px; margin:0; border-radius:3px; padding-left:10.0012px;}
.block-account li.current{ border:1.0012px solid #ddd; background:#fff;}
.block-title{ font-size:19.9988px; height:40.0012px; line-height:40.0012px;}
.block-title strong{ font-size:18px; color:#666;}
.form-list .control label{ background:#fff;}
.my-account .addresses-list h2{ text-transform:capitalize; font-size:18px;}
.addresses-primary h3{ font-size:16.0013px; color:#333;}
.my-account .addresses-list .item{box-shadow: 1.0012px 3px 4.0012px 0px #E6E6E6;
    border: 1.0012px solid #eee;
    background: #f9f9f9;padding:10.0012px;}
.my-account .addresses-list .item a{ color:#FF4500; font-family:"Arial"}
.pages{overflow:hidden;}
.pages li{float:left;}
#mw_rewardpoints_coupon{overflow:hidden;}
#mw_rewardpoints_coupon .couplft{float:left; overflow:hidden; margin-top:10.0012px;}
#mw_rewardpoints_coupon .couplft label{display:block; overflow:hidden; margin-bottom:10.0012px;}
#mw_rewardpoints_coupon .couprit{float:left;margin:37.9988px 0 0; overflow:hidden;height:37.9988px;}
/* 产品详情描述 */
.sizeTitle {
  text-align: center;
  position: relative;
}
.sizeTitle img {
margin: 10.0012px 0;
}
.sizeText {
font-size: 19.9988px;
text-align: center;
color: #2b2b2b;
position: absolute;
left: 0;
right: 0;
bottom: 45px;
}
.averagesize {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 25.0012px auto 4.9988px;
  border-top: 1.0012px solid #000;
  border-left: 1.0012px solid #000;
  color: #000000;
}
.averagesize .averagesli {
  width: 27%;
  text-align: center;
  border-right: 1.0012px solid #000;
  border-bottom: 1.0012px solid #000;
  position: relative;
}
.averagesize .averagesli:first-child {
  width: 19%;
}
.average_tits {
  font-size: 27px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 100%;
  transform: translateY(-50%);
}
.average_imgs {
  padding-top: 15px;
}
.averages_tit {
  font-size: 19.0013px;
  padding: 10.0012px 0;
  border-bottom: 1.0012px solid #000;
}
.averages_size {
  font-size: 19.9988px;
  padding: 10.0012px 0;
}
.sizeImg {
text-align: center;
padding: 30px 0;
}
.sizeNotice {
padding: 30px;
font-size: 22.9987px;
line-height: 34.9988px;
padding-bottom: 0;
padding-left: 10%;
}
.sizeNotice p {
margin: 0;
}
.looseDeepWaveTitle {
text-align: center;
}

.sizeTitle h2 {
font-size: 40.0012px;
text-align: center;
text-transform: uppercase;
margin: 0;
display: block !important;
color: #000;
}

.looseDeepWaveBox {
margin: 30px 0;
padding: 30px;
background-color: #f7f7f7;
}

.looseDeepWaveBox h2 {
display: inline !important;
color: #000;
font-size: 40.0012px;
text-align: center;
margin: 0;
text-transform: uppercase;
border-bottom: 1.9988px solid #000;
}

.looseDeepWaveBox h2 span {
color: #ff4200;
border-bottom: 1.9988px solid #ff4200;
}

.looseDeepWaveList ul {
padding-top: 19.9988px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-left:49.9987px;
margin-bottom: 0;
}

.looseDeepWaveList ul li {
text-align: left;
width: 50%;
margin: 7.9987px 0;
padding-left: 100.0012px;
box-sizing: border-box;
}

.looseDeepWaveList ul li:nth-child(even) {
padding-left: 75px;
}

.looseDeepWaveList ul li span {
color: #000;
font-size: 25.0012px;
}

.looseDeepWaveImg {
padding-top: 30px;
text-align: center;
width: 90%;
margin: 0 auto;
}
.sizeBox {
padding-top: 30px;
}
.sizetTable table {
width: 100%;
}
.sizetTable thead th {
font-size: 21px;
text-align: center;
font-weight: 600;
color: #000;
}
.sizetTable tbody tr td {
color: #000;
font-size: 22.9987px;
padding: 10.0012px 60px;
background-color: #fff3d7;
border: 1.0012px solid #fff;
text-align: center;
}
.sizetTable tbody tr td:nth-child(1) {
padding-left: 5%;
}
.nursing {
  padding: 19.9988px 0;
}

.nursingTitle,
.chooseTitle {
  text-align: center;
}

.nursing h3,
.chooseTitle h3 {
  font-size: 40.0012px;
  padding: 0;
  margin: 0;
  color:#000;
}

.combBox {
  padding-top: 30px;
}

.combTitleBox span {
  display: inline-block;
}

.combTitleNum {
  color: #fff;
  float: left;
  font-size: 22.0012px;
  padding: 4.9988px 12px;
  font-weight: 600;
  background-color: #ff4200;
  border-bottom-left-radius: 10.0012px;
}

.combTitle {
  color: #fff;
  background-color: #000;
  font-size: 22.0012px;
  font-weight: 600;
  padding: 4.9988px 10.0012px;
  padding-right: 30px;
  border-top-right-radius: 30px;
}

.combBor {
  width: 45%;
  margin-left: -4.9988px;
  vertical-align: bottom;
  border-bottom: 1.9988px solid #ccc;
}

.combText {
  color:#000;
  margin: 19.9988px 0;
  padding: 15px;
  padding-right: 19.9988px;
  line-height: 34.9988px;
  font-size: 19.9988px;
  background-color: #f6f6f6;
}

.combText p {
 color:#000;
  margin: 15px 0;
  display: flex;
}

.combText span {
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ff4200;
  border-radius: 50%;
  margin-right: 19.9988px;
  vertical-align: top;
  margin-top: 7.0012px;
  margin-left: 4.9988px;
}

.chooseImg {
  padding-top: 49.9987px;
  text-align: center;
}
.customerShowBox {
  padding: 49.9987px 0;
  padding-bottom: 0px;
}
.customerShowTitle {
  text-align: center;
}
.customerShowTitle h3 {
  color: #000;
  margin: 0;
  font-size: 28.0013px;
  font-weight: 600;
}
.customerShowText {
  color: #000;
  padding: 15px 0;
  font-size: 19.9988px;
  font-weight: 600;
}
.customerShowList ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.customerShowList ul li {
  margin-left: 0;
}
.customerShowBtn {
  text-align: center;
  margin: 10.0012px 0;
}
.customerShowBtn span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #fc4300;
  padding: 4.9988px 10.0012px;
}
.reviewsBox {
  text-align: center;
  padding-bottom: 49.9987px;
}
.Dwigs_hilibox{text-align: center;margin: 34.9988px auto 10.0012px;max-width: 1159.9987px;padding: 0 2%;box-sizing: border-box;}
.Dwigs_btit{text-transform: uppercase;font-size: 40.0012px;font-weight: bold;display: flex;justify-content: center;}
.Dwigs_btit em{border-bottom: 3px solid #000;color: #000000;font-style: normal; padding-right: 4.9988px;}
.Dwigs_btit i{color: #ff4200;border-bottom: 3px solid #ff4200;font-style: normal;padding-left: 4.9988px;}
.Dwigs_hilibcon{display: flex;justify-content: space-between;background-color: #f6f6f6;padding: 40.0012px 15px 25.0012px;box-sizing: border-box;margin-top: 40.0012px;}
.Dwigs_hilibc_lli{font-size: 22.9987px;color: #000000;font-weight: bold;text-align: left;padding: 25.0012px 0 4.9988px;}
.Dwigs_hilibc_lli b{color:#fff;background-color: #ff4200;border-radius: 50%;width: 30px;height: 30px;text-align: center;display: inline-block;line-height: 30px;font-size: 22.0012px;margin-right: 10.0012px;}
/*产品详情评价*/
#customer-reviews dl dt .dj{ line-height:22.0012px; color:#666; margin-bottom:10.0012px; float:left;}
#customer-reviews dl dt .dj span{ margin-right:10.0012px; margin-bottom:7.9987px; color:#FF4500; font-size:16.0013px;}
#customer-reviews dl dt .dk{margin-left:0px;width:100%;}
#customer-reviews dl dt .dk span.ding em{ font-style:normal; color:#333; padding:0 4.9988px;}
#customer-reviews dl dt .dk span.ding{ display:none; background-image:url(../images/plbg.jpg); background-repeat:no-repeat; padding-left:25.0012px;  height:19.9988px;}
#customer-reviews dl dt .dj{ display:none}
#customer-reviews dl dt .dj span.hufu a{ background-position:0 -40.0012px;}
#customer-reviews dl dt .dj span.hufu a:hover{ background-position:0 -60px;}
#customer-reviews dl dt .dj .tximg {
    width: 60px;
    height: 60px;
    float: left;
    margin: 7.9987px 19.9988px 0 0;
}
.comment-head {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#customer-reviews dl dt .dj .tximg {width:60px;height:60px;}
.gw_firecheckout_points{padding:10.0012px;}
.gw_firecheckout_points span.mw_rewardpoints{font-weight:bold;padding:0 4.9988px;}
.gw_firecheckout_points #mw_use_max_points{padding:6px 19.9988px 7.9987px; background:#FF4500; border-radius:3px;margin:15px 0 0; border:none;color:#fff;}
/*购物车步骤*/
.shopcart_nav {    background-color:#f0f0f0;    line-height: 30px;    font-size: 13.0013px;    color: #333;    text-align: center;    padding: 7.9987px 0; margin-bottom:49.9987px;}
.shopcart_nav i.iconfont { background:#ddd;    margin: 4.0012px 10.0012px;    width: 27px;    height: 1.0012px;    display: inline-block;    overflow: hidden;}
.shopcart_nav .col_666, .shopcart_nav .col_ff0 {    color: #333;    font-size: 16.0013px;    font-weight: bold;}
.liu_wishlist{height:40.0012px; line-height:40.0012px; text-align:center;}
.liu_wishlist .icon{font-size:16.0013px; margin-right:4.9988px;}
#form-validate{overflow:hidden;}
#form-validate .fieldset{float:left;width:46%; padding:0 2%;}
.liu_pro_imgbox{width:199.9988px; margin-right:15px;}
.data-table tbody td .redQtyone{    width: 30px;
    height: 36px;
    background: #eee;
    display: block;
    float: left;
    text-align: center;
    font-size: 16.0013px;
    font-weight: bold;
    line-height: 36px;
    border: 1.0012px solid #ddd; border-right:none;}
.data-table tbody td .addQtyone{    width: 30px;
    height: 36px;
    background: #eee;
    display: block;
    float: left;
    text-align: center;
    font-size: 16.0013px;
    font-weight: bold;
    line-height: 36px;
    border: 1.0012px solid #ddd; border-left:none;}
.data-table tbody td input[type=text].qty{float:left;border-radius:0;}
/*详情页关联产品*/
#block-related{overflow:hidden; margin:25.0012px 0;}
#block-related li{float:left;width:23%;padding:0 1%;clear: inherit; margin:0!important;}
#block-related .product{margin:0;}
#block-related li:after{display:none;}
.final-price{display:block; font-size:16.0013px; overflow:hidden; margin-top:45px; clear:both; text-align:center;}
.add-to-cart-alt{width:139.9988px;}
.bml_button{display:none;}
/**产品详情页评论模块*/
/* .pinglun{ background:#f2f2f2; margin:19.9988px 0;} */
/* .plunbox{ padding:30px 10px 0; } */
.pbmid{ overflow:hidden; width:auto!important;}
.pbmid li{ margin-bottom:10.0012px; height:19.9988px;}
.rating-box{ overflow:hidden; background:url(../images/starky.png) repeat-x; width:75px; height:19.9988px; float:left; position:relative;}
.rating{ overflow:hidden; width:84px; background:url(../images/starsy.png) repeat-x; position:absolute; top:0; left:0; height:19.9988px;}
.scroll-box{ float:left; overflow:hidden;height: 15px;width: 70.9988px;margin-right: 4.0012px; background:url(../images/scroll_bar_off.jpg) no-repeat; position:relative; margin:1.9988px 12px;}
.scroll-rating{ float:left; max-width:67.9988px; height:13.0013px; background:url(../images/scroll_bar_on.jpg) no-repeat; position:absolute; left:1.0012px; top:1.0012px;}

.rating-percent{ float:left; height:19.9988px; line-height:19.9988px;}
.starlist li h3{ font-size:18px!important; font-weight:normal; height:30px; line-height:30px;}
.starlist li{height:auto; display: flex; flex-wrap: wrap; }
.starlist li p{ display:block;}
.pbrit button{ height:40.0012px; border-radius:3px; line-height:40.0012px;  padding:0 30px; margin:4.9988px 0; background:#ff8261; color:#fff; border:none;}
.pbrit button span.review-sp{ display:inline-table; background:url(../images/shuru.png) no-repeat left center;width:30px;height:30px; background-size:30px; float:left; margin:4.9988px;}
.like-tit{ width:100%; height:49.9987px; line-height:49.9987px; text-align:center; font-size:25.9988px; font-weight:normal; color:#333; font-family:"courier_newregular"; text-transform:uppercase;}
.like-tit i{ height:1.0012px; width:79.9988px; background:#333; margin:0 auto 10.0012px; display:block;}
.starlist li i b {
  background: url(../images/starsy.png) repeat-x;
  display: inline-block;
  width: 75px;
  height: 16.0013px;
}
.pblft {
  overflow: hidden;
  width: 240px;
  padding-right: 30px;
}
.f-left {
  float: left;
}
.pbmid {
  overflow: hidden;
}

.pbmid {
  margin-top: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  overflow: hidden;
  width: 300px;
  /* padding-right: 30px;
  padding-left: 60px;
  border-left: 1.0012px solid #ddd; */
}
.review-nologged a {
  color:#ff8261;
}
/* 倒计时css */
.timeBox {
  width: 400.0013px;
  color: #fff;
  padding-top: 12px;
  overflow: hidden;
  margin: 0 auto;
}
.countDownTitle {
  text-align: center;
  font-size: 25.0012px;
  font-weight: 600;
  color: #fd0154;
  padding-bottom: 10.0012px;
}

.countDownBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.daysBox,
.hoursBox,
.minutesBox,
.secondsBox {
  text-align: center;
  width: 64.0012px;
  height: 75px;
  border-radius: 12px;
  box-sizing: border-box;
  background: linear-gradient(45deg, #c471ed, #f64f59);
}

.daysNum,
.hoursNum,
.minutesNum,
.secondsNum {
  font-size: 34.9988px;
}

.days,
.hours,
.minutes,
.seconds {
  font-size: 13.9988px;
  font-style: italic;
  display: inline-block;
}

.division {
  color: #000;
  font-size: 34.9988px;
}
#payment-method .sp-methods dt.payment-methods-item[data-methodcode="applepay"]{
  display: none;
}
.p_method_label_applepay_logo{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.p_method_label_applepay_logo .applepay-logo-img{
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 36px !important;
  margin-right: 8px;
}

.payments-title {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 19.9988px;
}
.paymentsBox .payments-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1264px;
  margin: 48px auto 0 auto;
}
.paymentsBox .payments-img img {
  height: 32px;
}
.paymentsBox .payments-img img:last-child{
  margin-right: 0;
}
.paymentsBox_line{
  width: 1px;
  height: 24px;
  background: rgba(255, 223, 196, 1);
  margin: 0 56px;
}
.register_link {
  background-color: #f6f6f6;
  margin: 10.0012px 0 0;
  padding: 10.0012px;
  height: 39px;
  line-height: initial;
  box-sizing: border-box;
  border-radius: 8px;
}

.register_btn {
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 1.9988px 12px;
  border-radius: 10.0012px;
  background-color: #4b4b4b;
}
/* 详情页售罄 */
.soldOutBox {
  padding: 19.9988px;
  text-align: center;
}
.soldOutTitle {
  margin: 10.0012px 0;
}
.soldOutTitle h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.soldOutText {
  color:#666;
  font-size: 16.0013px;
  margin: 10.0012px 0;
}
.soldOutBtn span {
  margin-top: 10.0012px;
  display: inline-block;
  color: #fff;
  width: 360px;
  height: 40.0012px;
  line-height: 40.0012px;
  font-weight: 600;
  font-size: 19.9988px;
  text-transform: uppercase;
  border-radius: 10.0012px;
  background-color: #ff4103;
}
/* Bonus Buy隐藏 */
#checkout-review-table .bb-title ,#checkout-review-table .bbi-wrapper {
  display: none;
}
/* footer 底部 */
.pro1 li .li-item .sale{background:#ff4500;}

.top-lft{margin-left:115.0012px;}
.logo {
 max-width: 346.9987px;
}
.account-login .success-msg li span a{color:red;}
.account-create .messages .error-msg li span a{color:red;}
.wg-email-subscribe h2 { font-size:36px; }
.wg-email-subscribe h6 { font-size:13.9988px;font-weight:normal;margin:19.9988px 0 49.9987px 0;}
.wg-email-subscribe form {display: flex;justify-content: center;align-items: center;}
.wg-email-subscribe .subscribe-email { border:1.0012px solid #000;height:45px;line-height:45px;width:439.9987px;display:inline-block;border-radius: 6px 0 0 6px;text-align: center;font-size: 13.9988px; }
.wg-email-subscribe .subscribe-submit { width:156px;height:45px;background:#FF3600;line-height:45px;color:#000;display:inline-block;font-weight: 600;text-transform: capitalize;font-size: 16.0013px;border-radius: 0px 6px 6px 0px;border: 1.0012px solid #ff3600;font-family: 'Jost' ,'gilroy', Arial, Helvetica, Verdana; }
/* 详情页faq页内css迁移  */
.question {
  width: 400px;
  height: fit-content;
  padding-top: 56px;
}

.question button,
.question_window-con button{
  outline: none;
  border: none;
  cursor: pointer;
}

.question-title {
  display: block !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
  padding-bottom: 14px;
}

.question-search {
  display: block;
  width: 100%;
  margin: 16px auto;
  box-sizing: border-box;
  position: relative;
}

.question-search_input {
  width: 100%;
  height: 40px;
  padding: 9px 4px 9px 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(255, 231, 209, 1);
  box-sizing: border-box;
  font-size: 14px;
  text-transform: capitalize;
}

.question-search_submit {
  width: 65px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 8px;
  background: #000;
  position: absolute;
  top: 3px;
  right: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.question-container {
  box-sizing: border-box;
  max-height: 600px;
  overflow-y: auto;
}

.question-list {
  width: 100%;
  /* max-height: 201px; */
  border-radius: 8px;
  background: rgba(253, 234, 220, 1);
  padding: 16px 0px;
  box-sizing: border-box;
  margin-bottom: 17px;
  overflow-y: auto;
}

.question-list_item-q {
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px !important;
  line-height: 24px;
  padding-bottom: 16px;
  margin-left: 0 !important;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.question-list_item{
  margin-top: 16px;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.question-list_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(226, 153, 91, 1);
}

.question-ask {
  padding: 0;
  width: 100%;
  display: block;
  margin: 7px auto 0 !important;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  transition: all .3s linear;
}
.question-ask:focus{
  background-color:#ff4500;
}
.question-list_info{
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  width: calc(100% - 32px);
}
.question-list-content{
  padding: 0 12px 0 44px;
  margin: 10px auto 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.question-list_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 44px;
}
.question-list_more .haszhan{
  color: orangered;
}
.question-list_moreBtn {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}

.question-list_zans {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.question-list_zans img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.question-list_zans .qa-zan-count {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.question-cover {
  display: none;
  position: fixed;
  z-index: 180;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
}
.question-empty {
  margin-bottom: 30px;
  color: #0b0b0b;
  text-align: center;
  font-size: 13.9988px;
  line-height: 19.9988px;
  font-weight: 600;
  opacity: .3;
}
.question_window-con {
  display: none;
  width: 520.0013px;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  z-index: 180;
}

.question_window-con_tit {
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  font-weight: 700;
  position: relative;
}

.question_window-con_close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 4.9988px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19.9988px;
  text-align: center;
  cursor: pointer;
}

.question-item {
  padding-left: 30px;
  padding-right: 30px;
  max-height: 360px;
  overflow-y: auto;
  box-sizing: border-box;
}

 .window-con_form {
  padding: 19.9988px 88.0012px;
}

.question_window-con .form-list_item {
  position: relative;
  margin-bottom: 25.9988px;
}

.askQuestion-con_text {
  width: 100%;
  height: 172.9988px;
  background: transparent;
  border: 1.0012px solid #0b0b0b;
  border-width: 1.9988px;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  font-size: 13.9988px;
  line-height: 19.9988px;
  border-radius: 3px;
  font-weight: 600;
}

.askQuestion-con_btn {
  margin-bottom: 10.0012px;
  width: 100%;
  font-size: 16.0013px;
  font-weight: 700;
  height: 46.0012px;
  line-height: 46.0012px;
  background: #0b0b0b;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  border-radius: 1.9988px;
  cursor: pointer;
}

.question_window-con_tit .question-list_icon {
  margin-right: 4.0012px;
}

#window-question--detail .question_window-con_tit {
  padding: 16.0013px 30px;
  box-sizing: border-box;
  line-height: 36px;
}
.askEmailBox {
  margin-bottom: 10.0012px;
}

.askEmailBox label,
.askQuestion-con label {
  font-size: 15px;
  display: block;
  margin-bottom: 4.9988px;
}

.askEmailBox label em,
.askQuestion-con label em {
  color: red;
}

.askEmailBox .askEmail {
  width: 100%;
  height: 34.9988px;
  line-height: 34.9988px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1.9988px solid #0b0b0b;
}
#amfaqConfirmButtons button {
  background-color: #0b0b0b;
}
#amfaq-question {
  min-height: 100.0012px;
}
.amfaq-ask-link {
  display: none;
}
.firecheckout-set .input-box {
  position: relative;
}
/* 心愿单样式 */
#wishlist-table tbody tr td:first-child {
  width: 135px;
}
#wishlist-table .product-name a {
  font-size: 15px;
  margin-bottom: 10.0012px;
}
#wishlist-table .description  .inner {
  font-size: 12px;
  -webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#wishlist-table .final-price {
  margin: 0;
}
#wishlist-table textarea,
#wishlist-table .redQtyone,
#wishlist-table .validate-not-negative-number,
#wishlist-table .addQtyone,
#wishlist-table .link-edit {
  display: none;
}
/* vip生日页样式 */
.birthdayMonth,
.noBirthdayBox {
    position: relative;
}

.noBirthdayBox,
.notArrived {
    display: block;
}

.BirthdayTitle {
    font-size: 24px;
    font-weight: 600;
    top: 29%;
}

.BirthdayText {
    text-align: center;
    font-size: 19.0013px;
    top: 38%;
    line-height: 1.9;
}

.BirthdayText p {
    margin: 0;
    font-weight: 600;
    color: #e94727;
}

.BirthdayBtn {
    top: 68%;
}

.BirthdayBtn a {
    line-height: 70.0012px;
}

.BirthdayBtn span {
    line-height: 1.5;
    padding-top: 10.0012px;
}

.BirthdayBtn a,
.BirthdayBtn span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 259.9987px;
    height: 70.0012px;
    border-radius: 40.0012px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #673888;
}

.birthdayMonthTitle {
    font-size: 24px;
    text-align: center;
    width: 100%;
    top: 50%;
    font-weight: 600;
}

.birthdayMonthText {
    top: 55%;
    width: 64%;
    font-size: 16.0013px;
    text-align: center;
    line-height: 1.9;
}

.birthdayMonthCode {
    color: #e94727;
    font-size: 19.9988px;
    font-weight: 600;
    padding: 10.0012px 0;
}
/* vip获取优惠券页面 */
.exclusiveBox,
.exchangeBox,
.pointsListBox {
  padding: 19.9988px;
  border-radius: 19.9988px;
  background-color: #fff;
  box-sizing: border-box;
}
.exclusiveBox {
  width: 48%;
  position: relative;
}
.exchangeBox {
  width: 100%;
}
.exclusiveLevel {
  position: absolute;
  top: 10.0012px;
  left: 19.9988px;
  font-size: 13.9988px;
  display: inline-block;
  padding: 4.9988px 7.9987px;
  border-radius: 7.9987px;
  color: #fde1bd;
  margin-right: 4.9988px;
  background-image: linear-gradient(to right, #65646b, #363538);
}

.exclusiveBoxTitle {
  text-align: center;
  position: relative;
  font-size: 16.9987px;
  font-weight: 600;
}

.exclusiveBoxTime {
  font-weight: normal;
  margin-top: 4.0012px;
  font-size: 13.9988px;
  color: #fb6a69;
}

.vipCouponList {
  padding: 10.0012px;
}

.vipCouponItem {
  text-align: center;
  width: 130.0012px;
  height: 130.0012px;
  margin-bottom: 15px;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648015992.png') no-repeat;
  background-size: 100%, 100%;
}

.vipCouponItem.greyCart {
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648089314.png') no-repeat;
  background-size: 100%, 100%;
}

.vipCouponHighLevel {
  width: 373.0012px;
  height: 78px;
  margin: 10.0012px auto;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648015993.png') no-repeat;
  background-size: 100%, 100%;
}

.vipCouponHighLevel.greyCart {
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648192370.png') no-repeat;
  background-size: 100%, 100%;
}

.vipCouponItemDollar {
  color: #f64a1d;
  font-size: 34.9988px;
  font-weight: 600;
  padding-top: 1.9988px;
}

.vipCouponItemPoints {
  color: #f64a1d;
  font-size: 15px;
  width: 100%;
}

.vipCouponItemOver {
  color: #fff;
  font-size: 15px;
  width: 100%;
  padding-top: 4.9988px;
}

.vipCouponItemBtn {
  color: #fb6a69;
  font-size: 15px;
  width: 100%;
}

.vipCouponItemBtn span {
  font-weight: 600;
  padding: 0 25.0012px;
  border-radius: 15px;
  background-color: #fff;
}
.vipCouponItemBtn span.toUse {
  color: #000;
}
.vipCouponItemBtn span.toUse a{
  color: #000;
}
.vipCouponItemBtn span a {
  color: #fb6a69;
}
.exclusiveBox .greyCart {
  color: #666 !important;
}

.vipCouponHighLevelCode {
  padding-left: 19.9988px;
  color: #f64a1d;
  font-weight: 600;
  font-size: 19.0013px;
}

.vipCouponHighLevelBtn {
  color: #fb6a69;
  margin-right: 7.0012px;
}

.vipCouponHighLevelBtn span {
  background: #fff;
  padding: 4.0012px 16.0013px;
  font-size: 16.9987px;
  font-weight: 600;
  border-radius: 10.0012px;
  min-width: 87px;
  display: inline-block;
  text-align: center;
}

.vipCouponMask,
.exchangeMask,
.vipCouponPopup,
.exchangePopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vipCouponMask,
.exchangeMask {
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #000;
  opacity: .5;
}
.vipCouponPopup,
.exchangePopup {
  z-index: 10;
}
.vipCouponPopup {
  width: 604.0013px;
  height: 208.9988px;
}
.vipCouponClose {
  cursor: pointer;
  position: absolute;
  top: 7.9987px;
  right: 15px;
  color: #000;
  font-size: 18px;
}

.vipCouponPopupTitle {
  position: absolute;
  top: 32%;
  left: 32%;
  font-size: 16.0013px;
}

.vipCouponPopupTitle .vipCouponPopupCode {
  font-weight: 600;
  border: none;
  padding: 0;
  max-width: 70px;
  text-align: center;
}

.vipCouponPopupCopy {
  cursor: pointer;
  color: #fff;
  background: #000;
  padding: 1.9988px 8px;
  border-radius: 4.9988px;
}

.vipCouponPopupText {
  position: absolute;
  top: 50%;
  left: 32%;
  font-size: 16.0013px;
}

.vipCouponPopupBtn {
  text-align: center;
  position: absolute;
  bottom: 11%;
  left: 46%;
}

.vipCouponPopupBtn a {
  color: #fff;
  font-size: 13.9988px;
  font-weight: 600;
  display: inline-block;
  background-color: #f2423a;
  padding: 3px 15px;
  border-radius: 7.9987px;
}
/* vip main  */
.vipInfo {
  width: 100%;
  background-color: #fff;
  padding: 34.9988px 79.9988px;
  border-radius: 19.9988px;
  box-sizing: border-box;
}

.vipPointBox {
  flex-direction: column;
  text-align: center;
}
.vipPointsTitle{
  font-size:16.0013px;
}
.vipPoints {
  height: 45px;
  margin-top: 4.9988px;
  font-size: 34.9988px;
  font-weight: 600;
  position: relative;
}

.vipPoints span {
  position: absolute;
  bottom: -7.0012px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.vipTips1 {
  font-size: 16.0013px;
  color: #bd893c;
  text-transform: uppercase;
}

.vipTips2 {
  font-size: 16.0013px;
  padding-top: 1.9988px;
  color: #a92742;
}

.vipTips3 {
  font-size: 16.0013px;
  padding-top: 1.9988px;
  color: #7213c9;
}

.vipTips4 {
  font-size: 16.0013px;
  padding-top: 1.9988px;
  color: #ac7529;
}

.vipPointsLink span {
  font-size: 15px;
  font-weight: 600;
  padding: 4.0012px 15px;
  border-radius: 10.0012px;
  border: 1.0012px solid #000;
}

.vopPointProgress {
  margin-top: 30px;
}

.progressBgc {
  width: 100%;
  height: 15px;
  border-radius: 19.9988px;
  background-color: #e7e7e7;
}
.progressBgc div {
  animation: jindutiao 1s ease-in-out;
}
.progress1 {
  position: relative;
  height: 100%;
  border-radius: 19.9988px;
  background: linear-gradient(to right, #fbe5b5, #eebd59);
}

.progress2 {
  position: relative;
  height: 100%;
  border-radius: 19.9988px;
  background: linear-gradient(to right, #fbb5bc, #ee596a);
}

.progress3 {
  position: relative;
  height: 100%;
  border-radius: 19.9988px;
  background-color: #e3b1ff;
  background: linear-gradient(to right, #fbb5bc, #b948ff);
}

.progress4 {
  position: relative;
  height: 100%;
  border-radius: 19.9988px;
  background-color: #eebd5a;
  background: linear-gradient(to right, #abb3d9, #21243b);
}

.vipJoin {
  width: 93%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  margin-bottom:19.9988px;
  border-bottom-left-radius: 19.9988px;
  border-bottom-right-radius: 19.9988px;
  background-color: #fff;
  box-shadow: 0px 4.9988px 10.0012px 0px rgb(0 0 0 / 10%) inset;
}
.vipJoin img {
  vertical-align: text-bottom;
}
.vipJoin span {
  font-size: 19.9988px;
  font-weight: 600;
  margin-left: 19.9988px;
}

.vipAccount,
.vipPrivileges {
  padding: 19.9988px 0;
}

.vipPrivileges {
  padding-top: 0;
}

.vipPrivilegesTitle {
  text-align: center;
  font-size: 25.0012px;
  font-weight: 600;
  text-transform: uppercase;
}

.vipAccountItem,
.vipPrivilegesItem {
  width: 31%;
  padding: 19.9988px 0;
  border-radius: 19.9988px;
  background-color: #fff;
  margin: 0 auto;
  transition: .3s;
  box-sizing: border-box;
}

.vipPrivilegesItem {
  padding: 30px 46.9988px;
  padding-bottom: 10.0012px;
}

.vipAccountImg,
.vipAccountText {
  text-align: center;
}

.vipAccountText {
  font-size:16.0013px;
  margin-top: 19.9988px;
  font-weight: 600;
  text-transform: uppercase;
}

.vipAccountItem:hover,
.vipPrivilegesItem:hover {
  box-shadow: 0px 4.0012px 10.0012px 1.0012px rgb(0 0 0 / 10%);
}

.vipPrivilegesList {
  padding-top: 19.9988px;
}

.vipPrivilegesTextBox {
  text-align: center;
}

.vipPrivilegesTitles {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.vipPrivilegesText {
  font-size: 16.9987px;
  text-transform: uppercase;
}

.vipPrivilegesBtn {
  width: 100%;
  padding-top: 19.9988px;
}

.vipPrivilegesBtn span {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 4.9988px 0;
  border-radius: 19.9988px;
  text-align: center;
  display: inline-block;
  background-color: #f6a707;
}
.vipUnlock {
  padding: 19.9988px 0;
  margin-top:19.9988px;
  text-align: center;
  border-radius: 19.9988px;
  justify-content: center;
  background-color: #fff;
  text-transform: uppercase;
}

.vipUnlockTitle,
.vipUnlockText span {
  font-weight: 600;
}

.vipUnlock div {
  font-size: 19.9988px;
  margin-right: 19.9988px;
}
/* vip获取积分页 */
.getPointsItem {
  width: 48%;
  padding: 19.9988px;
  height: 90px;
  background: #fff;
  border-radius: 19.9988px;
  box-sizing: border-box;
  margin-bottom: 19.9988px;
}

.getPointsItem:last-child {
  text-align: center;
  line-height: 1.7;
}

.getPointsItem:last-child span {
  font-weight: 600;
  text-decoration: underline;
}

.getIcon img {
  width: 30px;
}

.getTextBox {
  padding-left: 19.9988px;
}

.getTitle {
  font-size: 16.0013px;
  font-weight: 600;
}

.getText {
  color: #666;
  font-size: 15px;
  padding-top: 4.9988px;
}

.getBtn a,
.getPointsItem:last-child a {
  font-size: 16.0013px;
  color: #fff;
  padding: 3px 19.9988px;
  border-radius: 7.9987px;
  background-color: #000;
}
/* vip我的优惠券页 */
.vipCouponBox {
  width: 48%;
  padding: 19.9988px;
  background: #fff;
  border-radius: 19.9988px;
  box-sizing: border-box;
  margin-bottom: 19.9988px;
}

.vipCouponTitle {
  font-size: 16.0013px;
  font-weight: 600;
  padding-bottom: 19.9988px;
  text-align: center;
  text-transform: uppercase;
}

.unclaimedContent {
  display: block;
  padding: 49.9987px 0;
  text-align: center;
}

.unclaimedIcon img {
  width: 49.9987px;
}

.unclaimedText {
  color: #999;
  padding-top: 19.9988px;
  font-size: 16.0013px;
  text-align: center;
  line-height: 1.5;
}

.unclaimedBtn {
  padding: 19.9988px 0;
}

.unclaimedBtn a {
  color: #fff;
  padding: 4.9988px 45px;
  font-size: 16.0013px;
  border-radius: 7.9987px;
  text-transform: uppercase;
  background-color: #000;
}
.receivedContent  {
  max-height: 480px;
  overflow-y: auto;
}
.receivedItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 420px;
  height: 82.0012px;
  margin: 0 auto;
  padding: 0 19.9988px;
  margin-bottom: 15px;
  position: relative;
  color: #fd5d17;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648263332.png') no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
.receivedItem.black_five{
  color: #fff;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/zhuanti/202411121516.png') no-repeat;
  background-size: 100% 100%;
}
.receivedItem.used {
  color: #999;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648263333.png') no-repeat;
  background-size: 100%;
}
.receivedItem.black_five.expired{
  background: url('https://cdn.wigginshair.com/media/wysiwyg/zhuanti/202411121518.png') no-repeat;
  background-size: 100% 100%;
}
.receivedItem.black_five.used{
  background: url('https://cdn.wigginshair.com/media/wysiwyg/zhuanti/202411121519.png') no-repeat;
  background-size: 100% 100%;
}
.receivedItem.expired {
  color: #999;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1650676506.png') no-repeat;
  background-size: 100%;
}
.receivedContent._couponcontent .receivedItem.expired,
.receivedContent._couponcontent .receivedItem.used{
  display:none;
}

.receivedItem.black_five.used .receivedOver,
.receivedItem.black_five.expired .receivedOver,
.receivedItem.used .receivedOver,
.receivedItem.expired .receivedOver{
  background-color: #cecece;
}

.receivedItem.used .receivedCodeBox,
.receivedItem.expired .receivedCodeBox{
  flex: 1;
  margin-left: -26%;
}

.receivedPriceBox,
.receivedCodeBox {
  text-align: center;
}

.receivedPriceBox {
  margin-top: -9px;
}

.receivedPrice {
  font-size: 28.0013px;
  font-weight: 600;
}
.receivedItem.black_five .receivedOver{
  background-color: #350000;
}
.receivedOver {
  font-size: 13.0013px;
  background: #fad9ce;
  padding: 1.0012px 7.9987px;
  border-radius: 15px;
  margin-top: 1.9988px;
}

.receivedCode {
  font-size: 18px;
  font-weight: 600;
}

.receivedText {
  margin-top: 3px;
  font-size: 12px;
}
.receivedItem.black_five .receivedBtn span{
  color: #fff;
  border: 1.0012px solid #fff;
}
.receivedBtn span {
  color: #fd5d17;
  font-size: 13.0013px;
  padding: 1.9988px 7.9987px;
  font-weight: 600;
  border-radius: 4.9988px;
  border: 1.0012px solid #fd5d17;
}

.receivedTime {
  margin-top: 6px;
  font-size: 12px;
}
.giftCard .receivedTime {
  margin-top: 3px;
}
.giftCard .receivedBtn span {
  padding: 4.0012px 7.9987px;
}
.receivedTitle .receivedCode{
  font-size: 16.0013px;
  padding-left: 5%;
  width: 250.0012px;
  text-align: center;
}
/* vip侧边栏 */
.abs {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.flex {
  display: flex;
}

.flex_sa {
  justify-content: space-around;
}

.flex_sb {
  justify-content: space-between;
}

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

.flex_align_c {
  align-items: center;
}

.flex_se {
  justify-content: space-evenly;
}

.flex_wrap {
  flex-wrap: wrap;
}

.vipCard1 {
  width: 100%;
  height: 160.9988px;
  padding: 30px 31.9987px;
  box-sizing: border-box;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1649381911.png') no-repeat;
  background-size: 100%, 100%;
  border-radius: 25.0012px;

}

.vipCard2 {
  width: 100%;
  height: 160.9988px;
  padding: 30px 31.9987px;
  box-sizing: border-box;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1649381921.png') no-repeat;
  background-size: 100%, 100%;
  border-radius: 25.0012px;

}

.vipCard3 {
  width: 100%;
  height: 160.9988px;
  padding: 30px 31.9987px;
  box-sizing: border-box;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1649381925.png') no-repeat;
  background-size: 100%, 100%;
  border-radius: 25.0012px;

}

.vipCard4 {
  width: 100%;
  height: 160.9988px;
  padding: 30px 31.9987px;
  box-sizing: border-box;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1649381931.png') no-repeat;
  background-size: 100%, 100%;
  border-radius: 25.0012px;

}

.vipCard .vipTitle {
  font-size: 31.9987px;
  font-weight: 600;
}

.vipTitle4{
  color:#fff;
}

.vipLevel {
  padding-top: 27px;
  padding-left: 24px;
}

.shadow {
  box-shadow: 0px 4.0012px 10.0012px 1.0012px rgb(0 0 0 / 10%);
}

.vipLevelText1 {
  font-size: 15px;
  color: #ac7529;
  font-weight: 600;
  font-style: italic;
}

.vipLevelText2 {
  font-size: 15px;
  color: #ac2944;
  font-weight: 600;
  font-style: italic;
}

.vipLevelText3 {
  font-size: 15px;
  color: #6f10c5;
  font-weight: 600;
  font-style: italic;
}

.vipLevelText4 {
  font-size: 15px;
  color: #1f243b;
  font-weight: 600;
  font-style: italic;
}

.vipRoute {
  flex-direction: column;
  width: 100%;
  padding: 19.9988px;
  margin-top: 40.0012px;
  border-radius: 19.9988px;
  background-color: #fff;
  box-sizing: border-box;
}

.vipRoute li {
  width: 100%;
}

.vipRoute li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10.0012px 0;
  margin-bottom: 10.0012px;
  border-radius: 10.0012px;
  font-size: 19.9988px;
  transition: .3s;
}

.vipRoute li a.active {
  color: #fff;
  background-color: #000;
}

.vipRoute li a:hover {
  color: #000;
  background-color: #ededed;
}

.vipQuit {
  text-align: center;
  font-size: 19.9988px;
  font-weight: 600;
  cursor: pointer;
  padding-top:19.9988px;
}

.vipcrumbs {
  font-size: 18px;
  margin: 30px 0;
  text-align: center;
  display: flex;
}

.vipcrumbsReturn {
  cursor: pointer;
}

.vipcrumbsReturn svg {
  margin-right: 4.9988px;
  vertical-align: middle;
}

.vipcrumbsTitle {
  flex: 1;
  text-transform: uppercase;
  font-weight: 600;

}

.page-loader {
  display: none;
  z-index: 999;
  width: 100.0012px;
  height: 100.0012px;
  background: #000;
  opacity: .5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loadingAlert {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -19.9988px 0 0 -19.9988px;
  width: 40.0012px;
  height: 40.0012px;
  border: 1.9988px solid;
  border-color: #fff #fff transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: loadingAlert 1s linear infinite;
}

@keyframes loadingAlert {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
/* vip 我的积分页 */
.goMorePoints a {
  font-size: 15px;
  text-decoration: underline;
  color: #ff3d09;
}

.arrow-box {
  display: inline;
  width: 10.0012px;
  height: 10.0012px;
  position: relative;
  margin-left: 4.9988px;
  vertical-align: middle;
}

.arrow-rights {
  width: 10.0012px;
  height: 10.0012px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-arrow1,
.right-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 4.9988px transparent dashed;
  border-right: 4.9988px transparent dashed;
  border-bottom: 4.9988px transparent dashed;
  border-left: 4.9988px #ff3d09 solid;
}

.right-arrow1 {
  left: 1.0012px;
  border-left: 7.9987px #ff3d09 solid;
}

.right-arrow2 {
  border-left: 7.9987px #ff3d09 solid;
}

.myPointsBox {
  padding: 19.9988px 0;
}

.pointsItem {
  width: 25%;
  padding: 19.9988px;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  border-radius: 19.9988px;
  box-sizing: border-box;
}

.pointsItem .right-arrow2 {
  border-left: 7.9987px #fff solid;
}

.pointsItem .right-arrow1,
.pointsItem .right-arrow2 {
  border-top: 7.0012px transparent dashed;
  border-right: 7.0012px transparent dashed;
  border-bottom: 7.0012px transparent dashed;
  border-left: 7.0012px #fff solid;
  transform: scale(1.2);
}

.pointsItem .arrow-box {
  margin-left: 19.9988px;
}

.pointsItem .arrow-rights {
  top: -4.9988px;
}

.pointsItem:last-child {
  background-color: #ff3d09;
}

.pointsItem:last-child a {
  line-height: 2;
  justify-content: center;
}

.totalPointsTitle,
.AvailablePointsTitle {
  color: #898989;
  font-size: 16.9987px;
}

.totalPoint,
.AvailablePoint {
  font-size: 34.9988px;
  font-weight: 600;
}

.AvailablePoint {
  color: #ff3d09;
}

.goPointGift {
  color: #fff;
  font-size: 16.9987px;
  font-weight: 600;
  text-transform: uppercase;
}

.pointsListBox {
  margin-top: 19.9988px;
}

.pointsTab {
  cursor: pointer;
  margin: 0 7.0012px;
  font-size: 16.0013px;
  padding: 1.9988px 25.0012px;
  color: #999;
  border: 1.0012px solid #999;
  border-radius: 19.9988px;
  min-width: 34.9988px;
  display: inline-block;
  text-align: center;
}

.pointsTab.active {
  color: #fff;
  background-color: #000;
  border: #000;
}

.pointsList {
  margin-top: 19.9988px;
  width: 100%;
  border-collapse: collapse;
}

.pointsList thead {
  background-color: #f4f4f4;
}

.pointsList thead td {
  font-size: 18px;
}

.pointsList tr {
  margin: 4.9988px 0;
  border-bottom: 1.0012px solid #f4f4f4;
}

.pointsList td {
  width: 25%;
  text-align: center;
  display: inline-block;
  padding: 10.0012px 0px;
  font-size: 16.0013px;
  position: relative;
  box-sizing: border-box;
}

.pointsList td::after {
  content: '';
  display: inline-block;
  width: 1.5px;
  height: 19.9988px;
  background-color: #c6c3c3;
  position: absolute;
  top: 30%;
  right: 0;
}

.pointsList td:last-child::after {
  display: none;
}

.pointsList .pointsTd {
  color: #ff3600;
}

.pointsList .pointsTd.deduct {
  color: #358c51;
}

.getBox,
.usedBox {
  display: none;
}

.loadMore {
  display: none;
  font-size: 15px;
  padding-top: 19.9988px;
  background: #fff;
  text-align: center;
}

.loadMore.active {
  display: block;
}
/* vip 积分列表页面 */
.exchangeBoxTitle {
  font-size: 16.0013px;
  text-align: center;
}

.exchangeVipLevel {
  font-size: 16.0013px;
  display: inline-block;
  padding: 4.9988px 7.9987px;
  border-radius: 7.9987px;
  color: #fde1bd;
  background-image: linear-gradient(to right, #65646b, #363538);
}

.exchangeTitle {
  font-weight: 600;
  margin: 0 10.0012px;
}

.exchangeBoxTime {
  font-size: 18px;
}

.exchangeList {
  padding: 20px 0 0 30px;
}

.exchangeItem {
  flex-direction: row;
  text-align: center;
  width: 16%;
  margin: 17px;
  margin-top: 0px;
  height: 165px;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1647932352.png') no-repeat;
  background-size: 100% 100%;
}
.exchangeItem.grey{
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648002497.png') no-repeat;
  background-size: 100% 100%;
}
.exchangeItemDollar {
  color: #fff;
  font-size: 49.9987px;
  font-weight: 600;
  padding-top: 25.0012px;
}

.exchangeItemPoints {
  color: #fff;
  font-size: 15px;
  width: 100%;
}
.exchangeItemPoints_top .exchangeItemPoints{
  margin-top: -7px;
}
.exchangeItemPoints_top .exchangeItemBtn{
  padding-top: 5px;
}
.exchangeItemPoints_top .exchangeItemDollar{
  padding-top: 20px;
}
.vipweek_text{
  color: #fff;
  margin-top: 5px;
}
.exchangeItemPoints img,
.exchangeGiftPoints img {
  width: 19.9988px;
  vertical-align: bottom;
}

.exchangeItemBtn {
  color: #fb6a69;
  font-size: 14px;
  padding-top: 10.0012px;
  width: 100%;
}

.exchangeGiftBtn a {
  color: #fb6a69;
}

.exchangeItemBtn span,
.exchangeGiftBtn span {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.9988px 7.9987px;
  border-radius: 15px;
  background-color: #fff;
}

.GiftBtn1 {
  background-color: #fff;
}

.exchangeBox .greyCart {
  color: #fff !important;
  background-color: #666 !important;
}
.exchangeGiftList {
  flex-basis: 100%;
}

.exchangeGiftItem1 {
  width: 345px;
  height: 96px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10.0012px;
  margin-bottom: 25.0012px;
  border-radius: 15px;
  box-sizing: border-box;
  border: 1.0012px solid #fde1bd;
  background-image: linear-gradient(#fc6a6a, #f66f46);
}

.exchangeGiftItem2 {
  position: relative;
  text-align: center;
  width: 345px;
  margin: 0 auto;
  padding: 10.0012px;
  margin-bottom: 19.9988px;
  border-radius: 15px;
  box-sizing: border-box;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/1648198195.png') no-repeat;
}

.exchangeGiftIcon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4.9988px;
  background-color: #fde1bd;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 13.0013px;
}

.exchangeGiftIcon img {
  width: 22.9987px;
}

.exchangeGiftTitle {
  width: 80%;
  height: 40.0012px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.exchangeGiftFlex {
  padding: 10.0012px 0;
}

.exchangeGiftPoints {
  color: #fff;
  font-size: 13.9988px;
}

.exchangeGiftBtn {
  font-size: 13.9988px;
}

.exchangePopupBox {
  text-align: center;
  background-color: #fff;
  border-radius: 73.0012px;
}

.exchangePopupTitle {
  padding-top: 15px;
  color: #ff1309;
  font-size: 22.0012px;
  font-weight: 600;
  text-transform: uppercase;
}

.exchangePopupText {
  padding-bottom: 15px;
}

.exchangePopupText p {
  margin: 10.0012px 0;
  font-size: 16.0013px;
}

.exchangePopupImg {
  margin: 0 auto;
  position: relative;
}

.exchangePopupImg span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.exchangeClose {
  position: absolute;
  top: 16.9987px;
  right: 31.9987px;
  color: #fff;
  cursor: pointer;
  font-size: 25.0012px;
}

/* 调查问卷 */
    /* 问卷样式 */
    .vipCheckTitle {
      margin-bottom: 30px;
      text-align: center;
      font-size: 19.9988px;
  }
  .vipCheckItem {
      padding: 19.9988px;
      margin-bottom: 19.9988px;
      box-sizing: border-box;
      border-radius: 19.9988px;
      background-color: #fff;
  }
  .vipCheckItemTitle {
      font-size: 19.9988px;
  }
  .vipCheckInputList {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
  }
  .vipCheckInputItem {
      width: 35%;
      padding: 10.0012px;
  }
  .vipCheckInputItem  label {
      font-size: 19.9988px;
      font-weight: normal;
  }
  .vipCheckItemTitle span {
      color: red;
  }
  #vip-questionnaire input[type="radio"]+label::before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 16.0013px;
      height: 16.0013px;
      border-radius: 50%;
      border: 1.0012px solid #999;
      box-sizing: border-box;
      margin-top: 4.0012px;
      margin-right: 4.9988px;
  }
  #vip-questionnaire input[type="radio"]:checked+label::before{
      background-color: #FF3600;
      background-clip: content-box;
      border: 1.0012px solid #FF3600;
      box-sizing: border-box;
      padding: 4px;
  }
  #vip-questionnaire input[type="radio"] {
      position: absolute;
      clip: rect(0,0,0,0);
  }
  .channel_Other-input {
      display: none;
      width: 940.0013px;
      margin: 19.9988px 10.0012px;
      box-sizing: border-box;
  }
  .channel_Other-input input {
      width: 100%;
      height: 40.0012px;
      line-height: 40.0012px;
      border-radius: 4.9988px;
      border: 1.0012px solid #707070;
      
  }
  #channel_Other:checked ~ .channel_Other-input {
      display: block;
  }
  .vipCheckList textarea{
      font-size: 16.0013px;
      width: 95%;
      max-width: 100%;
      margin: 10.0012px;
      padding: 15px !important;
      resize: none;
      height: 100.0012px !important;
      border-radius: 4.9988px;
      border: 1.0012px solid #707070;
  }
  #attempts_changes {
      height: 139.9988px;
  }
  
  .vipCheckRequiredTips {
      color: red;
      font-size: 15px;
  }
  .vip-questionnaire_btn {
      padding: 19.9988px 0;
      text-align: center;
  }
  .vip-questionnaire_btn span{
      cursor: pointer;
      display: inline-block;
      color: #fff;
      font-size: 19.9988px;
      width: 499.9987px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      text-transform: uppercase;
      background-color: #000;
  }
  .questionnaireBox{
      display: none;
  }
/* 调查问卷 end  */
/* vip 优惠券&礼品卡 */
  .goPageLink {
    text-align: center;
    padding-top: 10.0012px;
  }
  .goPageLink a {
    display: inline-block;
    width: 65%;
    padding: 3px 10.0012px;
    border: 1.9988px solid #000;
    border-radius: 6px;
  }
  .goPageLink-text {
    font-size: 18px;
    text-transform: uppercase;
  }
  .goPageLink-icon {
    float: right;
  }
/* vip 优惠券&礼品卡 end*/
.buy1get1free {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.products-grid .buy1get1free{
  z-index: auto;
}
/*// 列表页产品价格*/

.list-price-box {
  color: #a0a0a0;
    font-size: 16px;
    margin: 0 0 5px;
    float: left;
}
.list-price-info .lpb-price {
  color: rgba(140, 23, 0, 1);
  display: inline-block;
  margin-right: 8px;
  font-weight: 500;
}
.list-price-info .lpb-oldprice {
  display: inline-block;
  text-decoration: line-through;
}
/* 结算页stripe */
/* 结算页stripe end*/
/* 商品详情弹窗 start */
.review-headings .review-header-group {            
  box-sizing: border-box;            
  width: 100%;           
   margin-top: 20px;    
  }
  .review-headings {        
  box-sizing: border-box;        
  width: 100%;        
  height:188px;        
  padding: 20px 0 20px 20px;        
  background-color: #f8f8f8;        
  border-radius: 4px;  
  }
  .review-headings .review-total-num {        
  box-sizing: border-box;        
  width: 100%;        
  display: flex;        
  justify-content: space-between;        
  align-items: center;    }    /* .review-total-num-rate {        width: 135px;        height: 22px;    } */    
  .review-star-box {        
  width: 100%;        
  height: 100%;   
  }    
  .review-img-scrollbox {       
  position: relative;        
  width: 100%;    }    
  .review-img-scrollbox-inner {       
  position: relative;        
  box-sizing: border-box;       
   width: 100%;    }    
  .review-img-scale {        
  position: absolute;        
  font-size: 20px;        
  bottom: 0;        
  right: 0;        
  line-height: normal;        
  width: 26px;        
  height: 26px;        
  display: flex;        
  justify-content: center;        
  align-items: center;        
  background-color: rgba(0, 0, 0, 0.6);    }    
  .review-scroll-slide {        
    position: relative;        
    width: 106px;        
    height: 106px;    
  }        
  .review-scroll-img {        
    display: block;        
    width: 100%;        
    height: 100%;        
    object-fit: scale-down;    
  }    /* 弹窗样式 */    
  .review-model-inner {        
    position: absolute;        
    width: 700px;        
    height: 495px;        
    top: 50%;        
    left: 50%;        
    transform: translate3d(-50%, -50%, 0);    
  }    
.review-model-root {        
    position: relative;       
    width: 100%;       
    height: 100%;       
    border-radius: 4px;       
    transition-property: opacity;        
    transition-duration: 500ms;    
    }    
.review-model-swiper-next {        
    right: 0;        
    transform: translate3d(200%, -50%, 0);    
      }    
.review-model-swiper-next, .review-model-swiper-pre {        
  position: absolute;        
  top: 50%;        
  width: 30px;        
  height: 50px;        
  text-align: center;        
  line-height: 50px;        
  background-color: rgba(0, 0, 0, 0.8);       
  color: #ffffff;        
  font-size: 25px;    
    }    
.review-model-container {        
    height: 100%;        
    width: 100%;        
    background-color: #ffffff;    
      }    
.review-model-container-slide {        
  display: flex;        
  background: #ffffff;        /* padding: 20px; */   
    }    
.review-model-details, .review-model-img {       
position: relative;        
flex: 0 0 auto;       
box-sizing: border-box;        
width: 50%;        
height: 100%;        
padding-left:15px;    }    
.review-model-img img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.review-model-details {
padding: 40px 30px 30px;
}
/* .review-model-details, .review-model-img {
position: relative;
flex: 0 0 auto;
box-sizing: border-box;
width: 50%;
height: 100%;
} */
.review-details-info {
width: 100%;
display: flex;
}
.review-user-img {
flex: 0 0 auto;
width: 50px;
height: 50px;
border-radius: 25px;
overflow: hidden;
}
.review-user-img img {
display: block;
width: 100%;
height: auto;
}
.review-other {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
border-bottom: 1px solid #F2F2F2;
padding-bottom: 20px;
/* margin-left: 10px; */
}
.review-user-info {
box-sizing: border-box;
width: 100%;
display: flex;
}
.review-user-name {
font-size: 14px;
font-weight: bold;
}
.review-user-star {
margin-left: 30px;
flex: 0 0 auto;
width: 80px;
height: 16px;
}
.review-date {
display: flex;
justify-content: space-between;
margin-top:12px;
}
.review-details-text {
font-size: 13px;
line-height: 1.8em;
margin-top: 20px;
}
.review-model {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.review-thumb .icon-thumbup {
width: 1.5em;
height: 1.5em;
margin-right: 5px;
}
.review-model-swiper-pre {
left: 0;
transform: translate3d(-200%, -50%, 0);
}
.review-model-close {
position: absolute;
padding: 10px;
top: 0px;
right: 0px;
font-size: 24px;
line-height: 0;
z-index: 1;
}
/* 商品详情弹窗 end */
/* 产品下方优惠券样式 */
.add_coupons{
  border:1px dashed #ffc7a0;
  overflow:hidden;
  clear:both;
  padding-right:10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.add_coupons .zy-coupons1{
  padding:25px 30px 25px 15px;
}
.coupons-color{
  color:#ff4700
}
.coupons-line{
  padding:5px 0 5px 15px;
  font-size:18px;
}
.zy-couponstext_box{

  flex: 0 0 auto;
  margin-right: 10px;
  align-self: flex-start;
}
.zy-couponstext{
  border: 1px #000 dashed;
  padding: 5px;
}
.zy-couponstext span{
  background-color: #ff4500;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
}
.zy-coupons_list{
  line-height: 30px;
  flex: 1 1 auto;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* 产品下方优惠券样式 end*/
/* 积分兑换礼品 */
.point-topbanner{
  padding: 24px 39px 24px 20px;
  background: url('https://cdn.wigginshair.com/media/wysiwyg/vip/202312071358.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-img{
  width: 121px;
}
.topbanner-left{
  display: flex;
  align-items: center;
}
.pointlist-del{
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #000;
  border-radius: 6px;
  cursor: pointer;
}
.gift-select{
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-option{
  width: 221px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #F8F8F8;
  border-radius: 6px;
}
.gift-option:nth-child(1){
  margin-right: 20px;
}
.gift-select .gift-pichon{
  background-color: #000;
  background-image: url(https://cdn.wigginshair.com/media/wysiwyg/vip/202312071601.png);
  background-repeat: no-repeat;
  background-position: 180px 13px;
  background-size: 20px;
  color: #fff;
  text-align: left;
  padding-left: 25px;
}
.pointgifts{
  display: block;
  width: 24%;
  margin-left: 1.33%;
  margin-bottom: 20px;
}
.pointgifts:nth-child(1),
.pointgifts:nth-child(5){
  margin-left: 0;
}
.tablist{
  display: none;
  margin: 20px 0;
}
.pointgifts-information{
  padding: 10px 5px;
  background-color: #F8F8F8;
}
.pointgifts-title{
  font-size: 14px;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;	
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.pointgifts-price{
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}
.original-price{
  color:#999999;
  font-size: 14px;
  text-decoration: line-through;
  text-align: center;
}
.conversion-btn{
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}


.overlay-toast-root p{
  color: #fff !important;
}
.product-view-other{
  box-sizing: border-box;
  width: 1200px;
  margin: 90px auto 150px auto;
}
.product-view-other-title{
  text-align: center;
  font-size: 24px;
}
.product-view-other-category{
  text-align: center;
}
.product-view-other-category-group{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.product-view-other-category-item{
  padding:  10px 20px;
  background-color: #F8F8F8;
  color: #000;
  font-size: 18px;
}
.product-view-other-category-item:nth-child(2){
  margin: 0 20px;
}
.product-view-other-category-item:nth-child(3){
	margin-right: 20px;
  }
.product-view-other-category-group .active{
background-color: #000;
color: #fff;
}
.swiper-container-horizontal > .swiper-pagination-progress{
bottom: 0px;
width: 200px;
left: 50%;
margin-left: -100px;
top: unset;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
  background: #000;
}
.mwiggs_hotpos_infonew{
  background: #F8F8F8;
  text-align: center;
  padding: 20px 2px;
}
.new-arrival-swiper{
padding: 30px 10px 0;
}
.hotSaleBtn{
  text-align: center;
  padding-top: 0;
}
.hotSaleLink a{
  margin-top: 15px;
  display: block;
}
.mwiggs_hotpos_itit{
  color: #000000;
  padding: 0 3px;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.mwiggs_hotpos_iprice{
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto;
}
.mwiggs_hotpos_iprice span {
	font-weight: lighter;
	font-size: 16px;
	color: #6c6c6c;
	text-decoration: line-through;
	padding-left: 5px;
}
.swiper-padding{
  padding-bottom: 50px;
}
.fcp-col-product-r .cart-price{
  font-size: 16px;
  color: #ff4500;
  font-weight: 600;
}
.fcp-col-product-r .cart-price span{
  font-size: 16px;
}
.firecheckout-point{
  display: none;
}
/* 积分兑换礼品 end*/
.compare-price {
  color: #a0a0a0;
  font-size: 13px;
  text-decoration: line-through;
}
.fcp-col-subtotal .cart-price {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.fcp-cart-percent-box {
	position: absolute;
	top: 0;
	left: 0;
}
.fcp-cart-percent {
  display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 20px;
	padding: 0 4px;
	border-radius: 8px 0 8px 0;
	background: rgba(102, 14, 0, 1);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.fcp-cart-percent .icon{
	font-size: 16px;
	color: #fff;
}

.question-model,
.questionAsk-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.question-model-inner,
.questionAsk-model-inner {
    position: absolute;
    width: 480px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 16px;
    background-color: rgba(255, 248, 242, 1);
}
.question-model-close,
.questionAsk-model-close {
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 0;
    z-index: 1;
    cursor: pointer;
}
.question-model-root,
.questionAsk-model-root {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.question-model-container,
.questionAsk-model-container {
    height: 100%;
    width: 100%;
    
    padding: 16px;
    box-sizing: border-box;
}
.question-model-title,
.questionAsk-model-title  {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
}
.question-model_icon {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.question-emailBox,
.questionAsk-emailBox{
    margin-bottom: 10px;
}
.question-emailBox label, 
.question-answerBox label,
.questionAsk-emailBox label, 
.questionAsk-textarea label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.question-emailBox label em, 
.question-answerBox label em,
.questionAsk-emailBox label em, 
.questionAsk-textarea label em{
  color:red;
}
.question-emailBox .question-email,
.questionAsk-emailBox .questionAsk-email {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #0b0b0b;
}

.question-answerBox,
.questionAsk-textarea{
  position: relative;
}
.question-answer,
.questionAsk-textarea textarea{
    width: 100%;
    height: 124px !important;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 1px solid rgba(255, 231, 209, 1);
    display: block;
    padding: 16px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
}
.questionAsk-textarea textarea {
  min-height: 100px;
}
.question-form_btn,
.questionAsk-form_btn {
    margin: 24px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    border: 0;
}
.question-detail_answer-content {
  width: 100%;
  box-sizing: border-box;
  max-height: 300px;
  overflow-y: auto;
}
.question-detail_answer {
  width: 100%;
  margin-bottom:16px;
  border-radius: 8px;
  background: rgba(253, 234, 220, 1);
}
.question-detail_answer .question-detail_name {
  font-size: 14px;
  font-weight: 500;
}
.question-detail_answer .question-detail_review {
  padding-left: 32px;
  box-sizing: border-box;
  width: 100%;
  max-height: 66px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 8px 0 12px;
}
.question-detail_time {
  color:#707070;
  font-size: 13px;
}
.question-detail_more {
  display: flex;
  justify-content: end;
}
.question-detail_zans {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.question-detail_zans img{
  width: 24px;
  margin-right: 4px;
}
.question-search_tips {
  display: none;
  color: red;
  margin-top: 5px;
  font-size: 13px;
}
mark {
  background: #ff9632;
  color: black;
}
/* 加购成功弹窗样式 */
.wishlist-tips {
  width: 45%;
  color: #000;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: fixed;
  left: 50%;
  top: 100%;
  margin: auto;
  text-align: left;
  padding: 50px 60px;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: .8s;
  border-radius: 6px;
  box-shadow: 0px 8px 20px #ddd;
  box-sizing: border-box;
  z-index: -1;
}
.wishlist-tips-active {
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.wishlist-curt {
  color: #ff4500 !important;
}

.wishlist-tipstit {
  background: #fff url(https://www.wigginshair.com/media/wysiwyg/wap/1639379408.png) no-repeat left center;
  padding-left: 65px;
}
.wishlist-tipstit b a{
  color: #072be3;
}
/* 加购成功弹窗样式 end */
/* length-guid */
.product-length-guid {
  position: absolute;
  top: 0px;
  right: 13px;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.product-length-guid .icon {
  font-size: 20px;
  margin-left: 3px;
}
.product-length-guid-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10001;
}
.product-length-guid-desc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 600px;
}
.product-length-guid-desc div{
  overflow: auto;
  height: 900px;
  width: 100%;
}
.product-length-guid-desc .icon{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
}
.form-list .control label{
  color: #000;
}
/* length-guid end */
.express-info {
  display: flex;
  align-items: center;
  border: 1px solid rgba(34, 36, 38, 0.15);
  margin: 20px 0 10px 0;
}
.ex-info-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 4px;
  font-size: 14px;
  box-sizing: border-box;
  align-self: stretch;
}
.ex-info-item .svg__icon {
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  color: #000;
  font-size: 18px;
}
.ex-info-item-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.ex-info-item-date {
  font-size: 14px;
}
.ex-info-one,
.ex-info-two {
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  position: relative;
}
.ex-info-one::after,
.ex-info-two::after {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  top: 50%;
  right: 0;
  border: medium none;
  background-color: #fff;
  width: 1.14285714em;
  height: 1.14285714em;
  border-style: solid;
  border-color: rgba(34, 36, 38, 0.15);
  border-width: 0 1px 1px 0;
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
}
/* 注册页电话选项 */
.register-w .customer-number_select{
  border: 1px solid #767676;
  border-right: 0;
  height: 38px;
}
.show-select-text{
  position: absolute;
}
.register-w .customer-number_select #phone_code{
  opacity: 0;
}
.show-select-text {
  color: #767676;
  position: absolute;
  top: 55%;
  left: 18%;
  transform: translate(0, -50%);
}
/* 注册页电话选项 end */
.bonus-buy__container {
  position: relative;
}
.bonus-buy__title {
  font-size: 16px;
  font-weight: 600;
}

.bonus-buy__wrapper {
  margin-top: 20px;
}
.bonus-buy__item {
  position: relative;
  cursor: pointer;
}
.bonus-buy__product-title {
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  margin: 10px 0;
}

.bonus-buy__price {
  display: flex;
  gap: 8px;
  padding: 0 10px;
  align-items: center;
}

.bonus-buy__price--sale {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.bonus-buy__price--old {
  text-decoration: line-through;
  font-size: 14px;
  color: #b2b2b2;
}
.bonus-buy__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
}
.bonus-buy__wrapper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #c5c5c5;
}
.bonus-buy__wrapper-pagination .swiper-pagination-progressbar,.bbi-wrapper .swiper-pagination-progressbar{
  background-color: #707070;
  height: 2px;
}
#firecheckout-form .col3-fire-set .bonus-buy__container {
  padding-bottom: 30px;
}
/* list link-wishlist */
.actions .link-wishlist{
  cursor: pointer;
}
/* list link-wishlist end*/
/* 购物车样式改版 start */
.checkout-cart-index  .main-container {
  max-width: 1200px;
  padding: 0;
}
.checkout-cart-index .cart{
  box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.checkout-cart-index .cart-contain-left {
  flex: 0 0 auto;
  width: 761px;
  padding-left: 17px;
  box-sizing: border-box;
}
.checkout-cart-index .cart-bottom {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 390px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 24px 16px;
  position: sticky;
  top: 162px;
}
.checkout-cart-index  .display-single-price:after {
  content: unset;
  display: table;
  clear: both;
}

.checkout-cart-index .highly-recommend {
  border-bottom:unset;
}
.checkout-cart-index .shopcart_nav-two{
  display: none;
}
.checkout-cart-index .shopcart_nav{
  display: none;
}
.checkout-cart-index .cart_num{
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
}
/* 购物车样式改版 end */
/**购物车金额明细部分**/
.cart-totals-wrapper{
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.checkoutcart-totals-header{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}

.checkoutcart-totals-header-grandtotal{
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #8C1700;
}
.checkoutcart-totals-header-left{
   flex: 0 0 auto;
   display: flex;
   align-items: center;
   user-select: none;
}

.checkoutcart-totals-header-left .icon-toggle{
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition-property: all;
    transition-duration: 200ms;
}
.cart-totals-wrapper[data-status="close"] .icon-toggle{
    transform: rotate(0deg);
}
.cart-totals-wrapper[data-status="open"] .icon-toggle{
  transform: rotate(-180deg);
}
.checkoutcart-totals-header-label{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.checkoutcart-totals-header-label .icon-headerplus{
    width: 51px;
    height: 21px;
    margin-right: 4px;
}
.checkoutcart-totals-body{
  box-sizing: border-box;
  width: 100%;
}
#shopping-cart-totals-contaner {
  display: none;
}
.checkoutcart-totals-note{
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-align: center;
    padding-top: 4px;
}

#shopping-cart-totals-table{
  width: 100%;
  padding-bottom: 6px;
}
#shopping-cart-totals-table td{
  padding: 6px 0;
  font-size: 14px;
  color:#000;
  line-height: 20px;
}
#shopping-cart-totals-table tr td:first-child{
  text-align: left;
}
.firecheckout-money-item .price {
  font-size: 14px;
  color: #000;
}
.firecheckout-money-item[data-label="card"] .price,
.firecheckout-money-item[data-label="discount"] .price,
.firecheckout-money-item[data-label="member"] .price,
.firecheckout-money-item[data-label="redeempoint"] .price{
    font-weight: 500;
    color: #FF6929;
}
/* .firecheckout-money-item.shipping[data-price="0"] .price{
  display:none;
} */
.checkout-cart-index .firecheckout-money-item[data-label="shipping"]{
  display:none;
}
#shopping-cart-totals-table tfoot .__grandtotal{
  display: none;
}

.checkoutcart_endwrapper{
  box-sizing: border-box;
  width: 100%;
}
 .checkout_cart_checkbtngroup{
	box-sizing: border-box;
	width: 100%;
}
.checkout_cart_checkbtngroup .btn-proceed-checkout{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 105, 41, 1);
  border:none;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 16px 0;
  font-family: Jost,gilroy,Arial,Helvetica,sans-serif;
}
.checkout_cart_checkbtngroup ._label{
  margin: 24px 0 16px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: none;
}
.checkout_cart_checkpaypal{
	display: block;
	position: relative;
  width: 100%;
  height: 48px;
  border-radius: 16px;
  background: #FFC43A;
}
.checkout_cart_checkpaypal img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	width:75px;
	height: 24px;
}

/****购物车页，结账页优惠券部分 start****/
#checkout-coupon-discount-load{
	box-sizing: border-box;
	width: 100%;
	padding: 16px 12px 16px 12px;
	border-bottom: 1px solid #F7EBE6;
  background-color: #FFF8F2;
}
.cart-forms{
	box-sizing: border-box;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #D9D9D9;
}
#coupon-discount{
	box-sizing: border-box;
	width: 100%;
}
.firecheckout-coupon-box-title{
  position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.firecheckout-coupon-box-title ._title{
	font-size: 17px;
	font-weight: 500;
}
.newcouponbox-titleright{
	display: none;
}
.newcouponbox-togglearrow{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.newcouponbox-togglearrow .icon-coupontoggle{
  display: block;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: 200ms;
}
#coupon-discount[data-status="open"] .icon-coupontoggle {
    transform: rotate(-180deg);
}
#coupon-discount[data-status="close"] .icon-coupontoggle {
   transform: rotate(0deg);
}
.newcouponbox-form{
	box-sizing: border-box;
	width: 100%;
	margin-top: 16px;
}

.newcoupon-contentroot{
	box-sizing: border-box;
	width: 100%;
}
.newcoupon-contentitem{
	box-sizing: border-box;
	width: 100%;
	background-color: #FDEADC;
	border-radius: 8px;
	color: #660E00;
}
.newcoupon-contentitem-main{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 40px;
  font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #660E00;
}
/* .newcoupon-contentitem-main ._code{
	text-decoration: underline;
} */
.newcoupon-contentitem_mark{
	position: absolute;
	left: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
}
.newcoupon-contentitem-check{
  position: absolute;
	top: 8px;
	right: 12px;
	width: 24px;
	height: 24px;
}
.newcoupon-contentitem-check .icon{
	display: block;
	width: 100%;
	height: 100%;
}
.newcoupon-contentitem-check[data-status="check"] .icon-check,
.newcoupon-contentitem-check[data-status="uncheck"] .icon-uncheck{
	display: block;
}
.newcoupon-contentitem-check[data-status="check"] .icon-uncheck,
.newcoupon-contentitem-check[data-status="uncheck"] .icon-check{
	display: none;
}
.newcoupon-contentitem p{
	box-sizing: border-box;
    font-size: 13px;
	line-height: 21px;
	padding-left: 40px;
	padding-right: 33px;
}
.newcoupon-inputbox{
	box-sizing: border-box;
	width: 100%;
}
.newcoupon-input-wrapper{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
.newcoupon-input-wrapper #coupon-code,
.newcoupon-input-wrapper .newcoupon-input{
	float: none;
	display: block;
	box-sizing: border-box;
	width: 350px;
	height: 38px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 0 12px;
	line-height: normal;
	color: #000;
	font-size: 14px;
  box-shadow: none;
}
.newcoupon-input-wrapper .newcoupon-setbtn{
	position: absolute;
	top:0;
	right: 0;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 93px;
	height: 38px;
	border-radius: 8px;
	background: #FF6929;
    font-size: 14px;
	line-height: normal;
}
.newcoupon-setbtn[data-status="disable"] {
	background: #999;
}
.newcoupon-msgbox .success_msg{
	font-size: 12px;
	color: #660E00;
	margin-top: 4px;
	display: inline-block;
}
.newcoupon-msgbox .error_msg{
	font-size: 12px;
	color: #ff6929;
	margin-top: 4px;
	display: inline-block;
}
.newcoupon-msgbox .messages{
	margin:0;
	padding:0;
}
.newcoupon-msgbox .messages .error-msg li,
.newcoupon-msgbox .messages .success-msg li{
    border:none;
	background: none;
    margin: 4px 0 0 0;
	padding:0;
	color: #660E00;
}
.newcoupon-msgbox .messages .error-msg li span{
	color: #ff6929;
}
.newcoupon-msgbox .messages .error-msg li:before,
.newcoupon-msgbox .messages .success-msg li:before{
	display: none;
}

.newcoupon-freegift-notes{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #660E00;
  display: none;
}
.newcoupon-freegift-notes svg{
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

.checkout-cart-index .firecheckout-money-item[data-label="amcheckoutfees"]{
	position: absolute;
	top:0;
	left: -10000px;
}
/****购物车页，结账页优惠券部分 end****/

.notification {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 229px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid black;
  color: #000;
  border-radius: 3px;
  padding-left: 14px;
  position: absolute;
  left: -20%;
  top: -33px;
}
.notification img {
  width: 18px;
  height: 18px;
}
.notification::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 37%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
/* 评论区新增提示 */
.review-tip-box{
	display: flex;
	justify-content: flex-end;
}
.review-free-tip{
	width: 325px;
  border-radius: 0px 2px 2px 2px;
	background: url('https://cdn.wigginshair.com/media/wysiwyg/icon/202412091430.png') no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	padding-top: 11px;
	text-align: center;
	box-sizing: border-box;
}
.review-free-tip span{
	line-height: 22.0001px;
}
.review-free-tip-redtext{
	color: rgba(255, 69, 0, 1);
}
.review-nologined{
  display: none;
}
.review-nologined p{
  justify-content: end;
  text-align: right;
  width: 100%;
  display: flex;
  font-size: 16px;
}
.review-nologined a {
  color: #ff8261;
  margin: 0 3px;
}
/* 评论区新增提示 end */
/* 详情评论区改版 */
.product-collateral{
  padding: 40px 0 0 0;
  width: calc(100% - 450px);
}
.review-box-newset{
  width: 100%;
  margin-top: 80px;
  background: rgba(255, 247, 241, 1);
}
.newset-review-content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product-collateral .toggle-tabs{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
  box-sizing: border-box;
}
.product-collateral .toggle-tabs li{
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  cursor: pointer;
  position: relative;
  height: 100%;
}
.product-collateral .toggle-tabs li.current{
  color: #000;
}
.product-collateral .toggle-tabs li.current .line{
  width: 100%;
  height: 3px;
  background: rgba(140, 23, 0, 1);
  position: absolute;
  bottom: 0;
}
.product-collateral-starbox {
  padding: 24px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
}
.product-collateral-star {
  display: flex;
  align-items: center;
}
.product-collateral-star .product-collateral-score {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(168, 88, 67, 1);
  margin-right: 8px;
}
.product-collateral-writereview {
  width: 111px;
  height: 34px;
  border-radius: 8px;
  background: rgba(226, 153, 91, 1);
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.reviewsMore-new {
  width: 160px;
}
.reviewsMore-new .starImg {
  background: url('/skin/frontend/hecongtwo/pc/images/star-fill.png') repeat-x;
  background-size: 32px;
  display: inline-block;
  height: 32px;
}
.review{
  margin-top: 0;
}
.product-collateral-25review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
  position: relative;
  box-sizing: border-box;
}
.scree-review {
  display: flex;
  align-items: center;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
}
.scree-review-select {
  margin-right: 12px;
  text-transform: capitalize;
}
.scree-review .icon{
  font-size: 12px;
}
.select-review-box {
  width: 138px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  overflow: hidden;
  position: absolute;
  bottom: -142px;
  right: 0;
  z-index: 11;
  display: none;
}
.select-review-box .active {
  background: rgba(253, 234, 220, 1);
}
.select-review-box div {
  width: 100%;
  height: 48px;
  font-size: 14px;
  padding-left: 16px;
  line-height: 48px;
  text-transform: capitalize;
  cursor: pointer;
}
.comment-head-top{
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.comment-head .icon {
  width: 24px;
  height: 24px;
  color: #e2995b;
}
.comment-head-top .pl-name{
  margin: 0 12px;
  color: rgba(226, 153, 91, 1);
  text-transform: capitalize;
}
.pl-verified {
  border-radius: 4px;
  background: #e2995b;
  width: 55px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.review-box-newset .pages{
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}
.review-box-newset .pages ol{
  display: flex;
  align-items: center;
}
/***************************************/
.productview_recommend_part{
  width: 100%;
  background-color: rgba(255, 247, 241, 1);
  margin: 0 auto; 
}
.productview_recommend_container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0 80px;
}
.productview_recommend_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productview_recommend_header ._title{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.productview_recommend_switch{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
  font-size: 18px;
  color: #000;
}
.productview_recommend_switch .icon{
  cursor: pointer;
  user-select: none;
}
.productview_recommend_switch .swiper-button-disabled{
    color: rgba(153, 153, 153, 1);
}
.productview_recommend_swiper{
  margin-top: 24px;
}
.productview_recommend_items{
  box-sizing: border-box;
  width: 100%;
}
.productview_recommend_item_a{
  display: block;
}
.productview_recommend_item_img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.productview_recommend_item_name{
  font-size: 14px;
  color: rgba(36, 36, 36, 1);
  font-weight: 400;
  line-height: 22px;
  margin: 12px auto 0 auto;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* word-break: break-all; */
  -webkit-box-orient: vertical;
}
.productview_recommend_item_pricart{
    position: relative;
    margin-top: 8px;
}
.productview_recommend_item_pricart._nosketchy{
    margin-bottom: 4px;
}
.productview_recommend_item_pricebox{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.productview_recommend_item_pricebox ._nowprice{
  color: #8C1700;
}
.productview_recommend_item_pricebox ._oldprice{
  color: #b3b3b3;
  text-decoration: line-through;
  margin-left: 8px;
}
.productview_recommend_item_tag{
  box-sizing: border-box;
  width: 100%;
  margin-top: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.productview_recommend_item_tag span{   
    display: inline-block;
    width: auto;
    height: 24px;
    border-radius: 20px;
    background: #FFEADE;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: #8C1700;
    
}
.productview_recommend_item_addcart{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 32px;
  border-radius: 20px;
  border: 1.5px solid #8C1700;
  font-size: 24px;
  color: #8C1700;
}


.dtlbox-reviewbox .ratings-table .new-rating-box{
  width: 72px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dtlbox-reviewbox .ratings-table .new-rating-box .rating{
  background: url('https://www.wigginshair.com/media/wysiwyg/icon/202504241140.png') no-repeat;
  background-size: 100%;
  position: static;
  height: 100%;
}
.dtlbox-reviewbox .review-zan img{
  width: 16px;
  margin-right: 4px;
}
.dtlbox-reviewbox .review-zan.hasZan img.no_zan,
.dtlbox-reviewbox .review-zan img.active_zan{
    display:none;
}
.dtlbox-reviewbox .review-zan.hasZan img.active_zan,
.dtlbox-reviewbox .review-zan img.no_zan{
  display: block;
}
.dtlbox-reviewbox .review-zan{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 47px;
  cursor: pointer;
  color: rgba(153, 153, 153, 1);
}
#form_review_comment{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.form-add-inner {
  position: absolute;
  width: 480px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 248, 242, 1);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 16px 16px 24px;
  box-sizing: border-box;
}
.form-add-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(247, 235, 230, 1);
  margin-bottom: 16px;
}
.form-add-toptitle{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.form-add-top .icon-close{
  font-size: 16px;
  cursor: pointer;
}
.form-add-message{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 16px auto;
}
#form_review_comment .form-add-message .required-entry{
  width: 216px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 231, 209, 1);
  padding-left: 16px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 500;
}
#form_review_comment .form-add-message .required-entry::placeholder {
  font-weight: 400;
}
.ratingcode-xing-box{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 233px;
  justify-content: space-between;
}
.ratingcode-xing-box .ratingcode{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  width: auto;
  margin-bottom: 0;
}
.ratingcode-xing-box .ratingscore{
  display: flex;
  align-items: center;
  width: 153px;
}
.ratingcode-xing-box .ratingscore .star_score{
  margin-right: 12px;
}
.ratingcode-xing-box .ratingscore .fenshu{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.form-add-inner .inline-label-xing{
  padding-left: 16px;
  box-sizing: border-box;
}
.review-content .required-entry-texterea{
  width: 100%;
  height: 124px;
  border-radius: 8px;
  border: 1px solid rgba(255, 231, 209, 1);
  background: rgba(255, 255, 255, 1);
  padding: 16px;
  box-sizing: border-box;
}
.review-content .input-box{
  position: relative;
}
.review-content .writequestion-charCount,
.question-form-inner .writeanswer-charCount,
.writequestionAsk-charCount{
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.add-review-form-uploadsection,
.newadd-review-form-uploadsection {
	box-sizing: border-box;
	width: 100%;
	margin-top: 16px;
}
.webuploader-container,
.newwebuploader-container {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.webuploader-pick,
.newwebuploader-pick {
  flex: 0 0 auto;
  position: relative;
  width: 120px;
  height: 160px;
  background-color: #ffffff;
  margin-right: 16px;
	border-radius: 8px;
	margin-bottom: 24px;
}
.webuploader-no-pick img,
.newwebuploader-no-pick img{
	width: 36px;
	height: 36px;
}
.webuploader-no-pick,
.newwebuploader-no-pick{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px dashed rgba(255, 231, 209, 1);
    border-radius: 8px;
}
.webuploader-has-pick,
.newwebuploader-has-pick {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.webuploader-pick .webuploader-element-invisible,
.newwebuploader-pick .newwebuploader-element-invisible {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.webuploader-no-pick span,
.newwebuploader-no-pick span{
    font-size: 12px;
    color: #0b0b0b;
    margin-top: 10px;
    text-align: center;
}
.webuploader-has-pick .uploadimg-remove,
.newwebuploader-has-pick .newuploadimg-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  z-index: 2;
	border-radius: 8px;
  background-color: rgba(0, 0, 0, .5);
}
.webuploader-pick[data-pick="has"] .webuploader-has-pick,
.newwebuploader-pick[data-pick="has"] .newwebuploader-has-pick{
    display: block;
}
.webuploader-pick[data-pick="no"] .webuploader-no-pick,
.newwebuploader-pick[data-pick="no"] .newwebuploader-no-pick {
	display: flex;
}
.webuploader-has-pick-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#customer-reviews .addreview-button{
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  border: 0;
}
.question-detail-q,
.question-detail_customer{
  display: flex;
  align-items: center;
}
.question-qaicon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: rgba(226, 153, 91, 1);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
}
.question-detail-q{
  padding: 16px 0 16px 12px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.question-detail_customer-box{
  padding: 16px 16px 16px 12px;
  box-sizing: border-box;
}
/* 详情评论区改版 end */
/* pc新列表页 */
.productlist-pageroot {
  background-color: #fff7f1;
}
.catalog-category-view .main-container {
  max-width:100%;
  padding: 0;
  background-color: #fff7f1;
}
.catalog-category-view .category-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 0;
}
.catalog-category-view .img-video {
  height: auto;
  background-color: #fff7f1;
}
.catalog-category-view .breadcrumbs {
  display: none;
}
.catalog-category-view .list_breadcrumbs {
  font-size: 14px;
  padding-bottom: 25px;
  background-color: #fff7f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  height: 70px;
}
.catalog-category-view .list_breadcrumbs .one a {
  color: rgba(153, 153, 153, 1);
  text-transform: capitalize;
}
.catalog-category-view .list_breadcrumbs .two {
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
}
.catalog-category-view .list_breadcrumbs .separator {
  margin: 0 12px;
}
.productlist-categoryname {
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
}
.productlist-filtershopby>.separation {
  width: 2px;
  height: 24px;
  background-color: #000;
  margin: 0 12px;
}
.productlist-filtershopby{
  position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    border-top: 1px solid rgba(247, 235, 230, 1);
    border-bottom: 1px solid rgba(247, 235, 230, 1);
    display: flex;
    align-items: center;
    z-index: 1;
    font-size: 16px;
    padding: 0 80px;
}
.productlist-sortby{
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.filter_view_stateandclear {
  display: flex;
  align-items: center;
}
.productlist-filtershopby .productlist-totalitems {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
}
.filter_view_stateandclear .currently {
  background-color: transparent;
  padding: 0;
  border: none;
}
.filter_view_stateandclear .currently ol,
.filter_view_stateandclear .currently ol li{
  display: flex;
  align-items: center;
}
.filter_view_stateandclear .currently ol li{
  display: flex;
  align-items: center;
  margin-left: 12px;
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border-radius: 24px;
  border: 1px solid rgba(226, 153, 91, 1);
}
.filter_view_stateandclear .currently ol li .value {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
}
.filter_view_stateandclear .currently ol li .btn-remove {
  border: none;
  width: 24px;
  height: 24px;
}
.filter_view_stateandclear .actions a {
  text-decoration: underline;
  margin-left: 24px;
}
.productlist-sortby .sort-by {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.productlist-sortby .sort-by>span{
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.productlist-sortby .sort-select {
  position: absolute;
  right: 0;
  top: 32px;
  width: 390px;
  border-radius: 12px;
  padding: 0;
  height: auto;
  border: none;
  box-shadow: 0px 2px 4px;
  display: none;
}
.productlist-sortby .sort-select a {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  display: block;

}
.productlist-sortby .sort-select a:first-child {
  border-radius: 12px 12px 0 0;
}
.productlist-sortby .sort-select a:last-child {
  border-radius: 0 0 12px 12px ;
}
.productlist-sortby .sort-select .active {
background-color: rgba(253, 234, 220, 1);
}
.productlist-pageroot-body{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  padding: 0 80px 40px 80px; 
  margin-top: 24px;
}
#narrow-by-list {
  width: 296px;
  margin-right: 24px;
}
.filter_view .block-layered-nav .block-content>dl>dd {
  width: 100%;
  margin: 0;
}
#narrow-by-list .filter_button_box {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(247, 235, 230, 1);
  margin-bottom: 17px;
}
#narrow-by-list dd ol li:last-child {
  padding-bottom: 17px;
}
#narrow-by-list dt  .rotate{
  transform: rotate(-180deg);
}
.productlist-sortby .sort-by  .rotate{
  transform: rotate(-180deg);
}
#narrow-by-list .filter_button_box dd {
  display: none;
}
.productlist-pageroot-body .products-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.productlist-pageroot-body .products-grid li{
  margin-bottom: 24px;
  border-radius: 16px;
}
@media screen and (min-width: 1360px) {
  .productlist-pageroot-body .products-grid li{
    width: calc(25% - 18px);
    margin-right: 24px;
  }
  .productlist-pageroot-body .products-grid li:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1360px) {
  .productlist-pageroot-body .products-grid li{
    width: calc(33.33333% - 16px);
    margin-right: 24px;
  }
  .productlist-pageroot-body .products-grid li:nth-child(3n){
    margin-right:0;
  }
}
@media screen and (max-width: 960px) {
  .productlist-pageroot-body .products-grid li{
    width:calc(50% - 12px);
    margin-right: 24px;
  }
  .productlist-pageroot-body .products-grid li:nth-child(2n){
    margin-right:0;
  }
}
.productlist-pageroot-body .category-products {
  width: 100%;
}
.productlist-pageroot-body .category-products .pages {
  justify-content: end;
}
.productlist-pageroot-body .category-products .pages ol li{
  width: 32px;
  height: 32px;
  color: #000;
  border-radius: 50%;
  margin-left: 28px;
  margin-right: 0;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border: none;
}
.productlist-pageroot-body .category-products .pages ol li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: none;
}
.productlist-pageroot-body .category-products .pages ol li a svg {
  margin-top: 4px;
}
.productlist-pageroot-body .category-products .pages ol li.current{
  background-color: #000;
  color: #fff;
}
.productlist-pageroot-body .star {
 background: url(../images/star2.png) no-repeat scroll 0 0; 
 height: 16px;
 background-size: 100% 100%;
}
.productlist-pageroot-body .products-grid .item .reviews .sales {
  padding: 0 8px;
  background-color: rgba(255, 234, 222, 1);
  height: 24px;
  line-height: 24px;
  color: rgba(140, 23, 0, 1);
  font-weight: 500;
  font-size: 13px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.productlist-pageroot-body .products-grid .item .reviews .sales ._tagitem{
  color: rgba(140, 23, 0, 1);
  font-size: 13px;
  line-height: 24px;
}
.productlist-pageroot-body .products-grid .item .reviews>div em{
  font-weight: 400;
  font-size: 14px;
  color: rgba(168, 88, 67, 1);
}
.productlist-pageroot-body .products-grid .actions a {
  padding: 0;
}
.productlist-pageroot-body .products-grid .actions a svg{
  transform: translateY(-15px);
}
.productlist-pageroot-body .item.last .reviews {
  height: 24px;
}
.productlist-pageroot-body .products-grid>li .sale {
  top: 0;
  left: 0;
  right: auto;
  border-radius: 16px 0 16px 0;
  padding: 0 4px 0 7px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(102, 14, 0, 1);
  display: flex;
  align-items: center;
  height: 28px;
}
/* pc列表页改版end */
/* home改版 */

/**瀑布流容器**/
.product-waterfall-listroot{
  box-sizing: border-box;
  width: 100%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-waterfall-columnwarpper{
  flex: 0 0 auto;
  width: 342px;
}
.product-waterfall-column{
  width: 100%;
}
.product-waterfall-column .productlist-item{
width: 100%;
}

.cms-home .product-waterfall-columnwarpper{
  width: 23.75%;
}

/**新版通用产品样式**/
.commonproduct-item{
display: block;
width: 100%;
}
.commonproduct-item-imgbox{
position: relative;
display: block;
width: 100%;
border-radius: 16px;
overflow: hidden;
}
.commonproduct-item-img{
display: block;
width: 100%;
height: auto;
}
.commonproduct-item-percent{
position: absolute;
top: 0;
left:0;
display: flex;
align-items: center;
justify-content: center;
width: max-content;
height: 28px;
padding: 0 4px;
border-radius: 16px 0 16px 0;
background: rgba(102, 14, 0, 1);
color: #fff;
font-size: 14px;
font-weight: 500;
}
.commonproduct-item-percent img{
  width: 24px;
}
.commonproduct-item-percent .icon{
font-size: 16.0001px;
color: #F0DEBF;
margin-right: 1.9999px;
}
.commonproduct-item-info{
box-sizing: border-box;
width: 100%;
padding: 12px 4px 0;
}
.home-recommend-item {
  margin-top: 32px;
}
.commonproduct-item-title{
font-size: 14px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 22px;
word-break: normal;
overflow-wrap: break-word;
font-weight: 400;
}
.commonproduct-item-pricart{
box-sizing: border-box;
margin-top: 12px;
}
.commonproduct-item-pricebox{
flex: 0 0 auto;
display: flex;
align-items: center;
flex-wrap: wrap;
line-height: 26px;
}
.commonproduct-item-pricebox ._nowprice{
  color: rgba(140, 23, 0, 1);
  font-size: 18px;
  font-weight: 500;
}
.commonproduct-item-pricebox ._lineprice{
font-size: 18px;
color: rgba(179, 179, 179, 1);
margin-left: 8px;
text-decoration: line-through;
}
.commonproduct-item-addcart{
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 48px;
height: 32px;
border-radius: 20px;
border: 1px solid #8C1700;
font-size: 24px;
color: #8C1700;
cursor: pointer;
}
.commonproduct-item-review{
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
margin-top: 12px;
font-size: 14px;
color: rgba(140, 23, 0, 1);
border-radius: 20px;
background: rgba(255, 240, 232, 1);
padding: 0 8px;
width: 118px;
}
.commonproduct-item-review img{
width: 80px;
height: 16px;
margin-right: 8px;
}
.commonproduct-item-tag{
text-align: left;
font-size: 13px;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
-webkit-line-clamp: 1;
vertical-align: baseline;
line-height: 21px;
color: rgba(140, 23, 0, 1);
margin-top: 12px;
}
.commonproduct-item-tag ._tagitem{
text-align: center;
border-radius: 100px;
padding: 2px 8px;
display: inline-block;
font-weight: 500;
background-color: rgba(255, 234, 222, 1);
}
.home-recommend-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-recommend-title span{
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.home-recommend-title img{
  width: 32px;
}
.home-viewall-box {
  display: block;
  text-align: center;
  margin: 46px auto 0;
  padding-bottom: 94px;
  
}
.home-viewall{
  color: #660e00;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  width: 368px;
  height: 52px;
  line-height: 52px;
  display: block;
  margin: 0 auto;
}
.newhome-aboutus{
  width: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
  margin-top: 32px;
}
.home-inspira{
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF2E8;
  background-color: #fff;
	padding: 48px 0;
}
.home-inspira-title{
	font-size: 36px;
	font-weight: 400;
  max-width: 1504px;
  margin: 0 auto;
  text-align: left;
  padding: 0 32px;
}
.home-inspira-body{
    box-sizing: border-box;
    width: 100%;
    margin: 32px 0 0 auto;
    padding: 0 0 0 32px;
}
.home-inspira-content{
	box-sizing: border-box;
	width: 100%;
	margin-top: 16.0001px;
}
.home-inspira-slide{
	width: 294px;
}
.home-inspira-slide-img{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.home-inspira-slide-img img{
	display: block;
	width: 100%;
	height: auto;
}
.home-inspira-slide-body{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 90px;
	border-radius: 16px;
	border: 1px solid #FFC494;
  padding: 12px;
  margin-top: 16px;
}
.home-inspira-slide.swiper-slide-active .home-inspira-slide-body{
	background: #FFDFC4;
	border: 1px solid #FFDFC4;
}
.home-inspira-slide-title{
  font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: normal;
	overflow-wrap: break-word;
}
.home-inspira-slide-addcart{
	flex: 0 0 auto;
  display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 32px;
	border-radius: 20px;
	border: 1px solid #660E00;
  font-size: 24px;
  margin-left: 20px;
	color: #660E00;
  cursor: pointer;
}
/* 首页 home-pre-styled板块 */
.home-pre-styled{
         background: rgba(255, 242, 232, 1);
         padding: 32px 0;
}
.home-pre-styled-title{
    width: 100%;
    max-width: 1504px;
    padding: 0 32px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(0, 0, 0, 1);
}
.home-pre-styled-timerswitch{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1504px;
  padding: 0 32px;
  margin: 24px auto 0 auto;
}
.home-pre-styled-content{
    box-sizing: border-box;
    width: 100%;
    margin: 24px 0 0 auto;
    padding: 0 0 0 32px;
}
@media  screen and (min-width: 1504px) {
  .home-pre-styled-content{
      width: calc(50% + 752px);
  }
}
       .home-pre-styled .timer-start.timer-startop {
            width: 194px;
            height: 34px;
            opacity: 1;
            border-radius: 8px;
            background: rgba(140, 23, 0, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 26px;
            color: #fff;
        }
      .home-pre-styled   .timer-start.timer-startop span{
            height:26px;
         }
        .home-pre-styled .timer-start .ladeing{
            margin:0 4px;
         }
.home-pre-styled-switchbox{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.home-pre-styled-time {
    flex: 0 0 auto;
}
       .home-pre-styled .home-recommend-item {
            margin-top: 0px;
        }
       .home-pre-styled  .commonproduct-item {
            display: block;
            width: 100%;
            padding: 12px;
            padding-bottom: 16px;
            background: #fff;
            border-radius: 16px;
        }
      .home-pre-styled  .clearance-hot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 22px;
            margin: 8px 0 10px;
        }
       .home-pre-styled .max-hotbox {
            width: calc(100% - 71px);
            height: 8px;
            background: rgba(255, 186, 161, 1);
            border-radius: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-right: 13px;
        }
       .home-pre-styled .small-hotbox {
            display: inline-block;
            width: 20%;
            height: 100%;
            position: relative;
            border-radius: 20px;
            background: rgba(255, 69, 0, 1);
        }
       .home-pre-styled .small-hotbox svg,
       .home-pre-styled .flash_icon {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
        }
.home-pre-swiper-button-next, .home-pre-swiper-button-prev {
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    border-radius:32px;
    background:#000;
}
.home-pre-swiper-button-prev {
  margin-right: 20px;
}
/* footer */
.newfoot-top{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.newfoot-top .fotter-mainicon img{
  width: 390px;
}
.newfoot-top .header-switch span.c{
  border-radius: 50%;
  overflow: hidden;
}
.footers_search_icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 4px;
}
.footers_search_text {
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.footers_search_icon img {
  display: none;
  width: 100%;
  height: 100%;
}
.footers_search_icon[data-status=check] ._check, 
.footers_search_icon[data-status=uncheck] ._uncheck {
  display: block;
}
.footers_search_icon img {
  display: none;
  width: 100%;
  height: 100%;
}
.footers_search_input{
  margin-bottom: 12px;
}
.footers_search_input input[type=text],
.footers_search_box .footers_search_btn{
  width: 345px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  border: 0;
  font-size: 14px;
  font-weight: 400;
}
.footers_search_box .footers_search_btn{
  background: rgba(255, 105, 41, 1);
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}
.footers_search_tips{
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.footerSocial {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -16px;
  width: 222px;
}
.footerSocial img {
  width: 24px;
}
.footlist li p a:hover{
  color: #fff;
}
/**货币切换**/
.websit-header-switch{
  flex: 0 0 auto;
}
.websit-currency{
   position: relative;
   box-sizing: border-box;
   cursor: pointer;
}
.websit-currency-current{
   box-sizing: border-box;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.websit-currency-country{
   flex: 0 0 auto;
   width: 24px;
   height: 24px;
}
.websit-currency-country .icon{
   display: block;
   width: 100%;
   height: 100%;
}
.websit-currency-country[data-code="USD"] .icon-USD,
.websit-currency-country[data-code="GBP"] .icon-GBP,
.websit-currency-country[data-code="AUD"] .icon-AUD,
.websit-currency-country[data-code="EUR"] .icon-EUR,
.websit-currency-country[data-code="CAD"] .icon-CAD,
.websit-currency-country[data-code="ZAR"] .icon-ZAR{
   display: block;
}
.websit-currency-code{
   font-size: 16px;
   margin: 0 12px 0 16px;
   
}
.websit-currency-current .websit-currency-code{
  color: #fff;
  display: none;
}
.websit-currency-arrow{
   flex: 0 0 auto;
   width: 24px;
   height: 24px;
   display: none;
}
.websit-currency-arrow .icon{
   display: block;
   width: 100%;
   height: 100%;
   
}
.websit-currency-current .websit-currency-arrow .icon{
  color: #fff;
}
.websit-currency-select{
   position: absolute;
   bottom:0px;
   left:0;
   width: 140px;
   transform: translateY(100%);
   z-index: 10;
   background-color: #fff;
   box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
   border-radius: 4px;
   display: none;
   z-index: 999;
}
.websit-currency-select.active{
   display: block;
}
.websit-currency-select-item{
   display: flex;
   align-items: center;
   padding: 5px 0 5px 10px;
}
.foot .websit-currency-current .websit-currency-code{
  display: block;
}
.foot .websit-currency-current .websit-currency-arrow{
  display: block;
}
/* footer */
.search-popup-swiper-button-next, .search-popup-swiper-button-prev,.success-bottom-swiper-button-next, .success-bottom-swiper-button-prev {
  position: absolute;
  top: -53px;
  right: 10px;
  width: 32px;
  height: 32px;
  /* background-color: #fff; */
  /* border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2); */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.search-popup-swiper-button-prev,.success-bottom-swiper-button-prev {
  right: 62px;
  background-image: url(../images/search-popup-prev.png);
}
.search-popup-swiper-button-next,.success-bottom-swiper-button-next {
  background-image: url(../images/search-popup-next.png);
}
.pc_home_menu-back {
  background: rgba(0, 0, 0, .5);
  height: calc(100vh - 111px);
  left: 0;
  position: absolute;
  top: 111px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 5;
  transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden;
}
.pc_home_menu-back.active {
  display:block !important;
  opacity: 1;
  visibility: visible;
}
/* 搜索弹窗start */
.top-header-search-popup.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}
.top-header-search-popup {
  position: fixed;
  top: 111px;
  left: 0;
  z-index: 99;
  /* padding-top:24px; */
  transform: translateY(200px);
  width: 100%;
  max-height: calc(100vh - 123px);
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.top-header-search-popup-content {
  width: 1440px;
  height: 100%;
  margin: auto;
  padding-bottom: 48px;
}
.top-header-search {
  position: relative;
  width: 1200px;
  height: 56px;
  background: #fff;
  margin: auto;
  z-index: 2;
}
.top-header-search-form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  /* border: 1px solid rgba(0, 0, 0, 1); */
  display:flex;
  justify-content: space-between;
  align-items: center;
}
/* .top-header-search-button svg{
  width: 24px;
  fill: #fff;
} */
.top-header-search-button  img{
  width: 24px;
}
.top-header-search-button {
  position: absolute;
  left: 20px;
  top: 50%;
  border: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.top-header-search-input {
  display: block;
  text-align: left;
  width: 1082px !important;
  height: 100% !important;
  font-size: 14px;
  color: #0b0b0b;
  border: none;
  border-radius: 4px;
  background: #f2f2f2;
  text-indent: 54px;
  border-radius: 8px;
}
.top-header-search-text {
  /* position: absolute; */
  /* right: 20px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 86px;
  height: 56px;
  opacity: 1;
  border-radius: 8px;
  background: #000;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
  text-align: center;
}
.search-tag {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.search-popup-product .name, .search-tag .name,.success-bottom-products  .name{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.search-tag ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.search-tag ul li a {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  height: 38px;
  opacity: 1;
  border-radius: 24px;
  background: #f2f2f2;
}
.search-popup-product {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.search-popup-product .swiper-container,.success-bottom-product-swiper.swiper-container{
  overflow: unset;
}
.search-popup-product-content {
  display: flex;
}
.search-popup-product-card {
  margin-right: 24px;
  width: 282px;
  /* padding: 12px;
  border-radius: 12px; */
  box-sizing: border-box;
  /* border: 1px solid #e1e1e1; */
}

.header-new_search .none_icon {
  width: 24px;
  /* height: 24px; */
  cursor: pointer;
  display: none;
}
.header-new_search .icon{
  fill: #fff;
  font-size: 24px;
}
.search-popup-product-name {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
.search-popup-priceadd {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-popup-price {
  display: flex;
  align-items: center;
}
.search-popup_nowprice {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(140, 23, 0, 1);
}
.search-popup_lineprice {
  font-size: 18px;
  color: rgba(179, 179, 179, 1);
  margin-left: 5px;
  font-weight: 400;
  text-decoration: line-through;
}
.search-popup-addcart {
  flex: 0 0 auto;
  width:48px;
  cursor: pointer;
}
.top-header-searrchwordsbox {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  padding: 5px 0;
}
.top-header-suggestwords {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
}
.search-popup-product-img img{
  border-radius:16px;
}
.top-header-suggestwords ul {
  box-sizing: border-box;
  width: 100%;
}
.top-header-suggestwords  li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.search_input_cssbox{
  position: relative;
  height: 100%;
}
.search-popup-back-color {
  width: 100%;
  height: 100vh;
  top: 176px;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  display: none;
  background: rgb(0, 0, 0);
  transition: 0.5s ease-in-out;
}
/* 搜索弹窗end */
.home-catalog-nav-outer {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 65px;
  position: relative;
  /* padding: 0 48px; */
  box-sizing: border-box;
}
.home-catalog-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.home-catalog-nav-a {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  /* margin-right: 50px; */
  position: relative;
}
.home-catalog-nav-a-bottom{
  position: absolute;
  bottom: 0;
}
.home-catalog-nav-a:last-child {
  margin-right: 0;
}
.home-catalog-nav-a img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.home-catalog-nav-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: auto;
  width: 100%;
  line-height: 43px;
  background: linear-gradient(to bottom, transparent, #000000d6);
  border-radius: 20px;
  color: #fff;
}
.new_home-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 1440px; */
  margin: 48px auto 0;
}
.new_home-title h2{
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}
.home-title-viewmore svg {
  font-size: 32px;
}
.home-title h2 {
  font-size: 36px;
  font-weight: 400;
}
.home_super_long{
  width: 100%;
  border-radius:16px;
}
.home_super_long_outer{
  display: block;
  width: 100%;
}
.home-beseler-list.home-beseler-list-css {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between;
  align-items: center; */
}
.home-beseler-list-css .home-recommend-item{
  width: calc(25% - 18px);
  margin-right: 24px;
}
.home-beseler-list-css .home-recommend-item:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .home-beseler-list-css .home-recommend-item{
    width: calc(33.3333% - 16px);
    margin-right: 24px;
  }
  .home-beseler-list-css .home-recommend-item:nth-child(3n){
    margin-right: 0;
  }
  .home-beseler-list-css .home-recommend-item:nth-child(4n){
    margin-right: 24px;
  }
}
.home-viewmore {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  text-decoration-line: underline;
  color: rgba(102, 14, 0, 1);
  margin: 32px auto;
  cursor: pointer;
  width: 368px;
  height: 52px;
}

.home-selfreact-box{
  box-sizing: border-box;
  width: 100%;
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 32px;
}

.home-smallbanner{
	box-sizing: border-box;
	width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
	margin: 48px auto 0 auto;
}
.home-smallbanner-link{
  flex:0 0 auto;
	display: block;
  width: 48.8889%;
}
.home-smallbanner-link img{
	display: block;
	width: 100%;
	border-radius: 16px;
}

.home-occasions{
  box-sizing: border-box;
  width: 100%;
  margin-top: 48px;
  
}
.home-occasions-title{
  box-sizing: border-box;
  max-width: 1504px;
  margin: 0 auto;
  font-size: 36px;
  padding: 0 32px;
}
.home-occasions-body{
  box-sizing: border-box;
  width: 100%;
  padding-left: 32px;
  margin-top: 32px;
}
.home-occasions-slide{
  width: 12.9767%;
  margin-right: 32px;
}
@media screen and (max-width: 1280px) {
  .home-occasions-slide{
    width: 20%;
    margin-right: 32px;
  }
}
.home-occasions-item{
  box-sizing: border-box;
  width: 100%;
}
.home-occasions-itemlink,
.home-occasions-itemlink img{
  display: block;
  width: 100%;
  border-radius: 16px;
}
.home-occasions-iteminfo{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px  rgba(255, 237, 222, 1);
}
.home-occasions-itemtag{
  width: 100%;
  display: flex;
  align-items: center;
}
.home-occasions-itemtag span{
  flex: 0 0 auto;
  height: 26px;
  border-radius: 20px;
  background: rgba(255, 245, 237, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  font-size: 18px;
  font-weight: 500;
  color: #0b0b0b;
}
.home-occasions-slide.swiper-slide-active .home-occasions-itemtag span{
  color: #fff;
  background-color: #660E00;
}
.home-occasions-itemtxt{
  font-size: 16px;
  font-weight: 400;
}
.home-occasions-itemadd{
  box-sizing: border-box;
  position: absolute;
  top: 33px;
  right: 11px;
  width: 48px;
  padding: 4px 0;
  border: 1px solid #660E00;
  border-radius: 16px;
}
.home-occasions-itemadd svg{
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.home-occasions-swiperpager{
  position: relative;
  width: 120px;
  height: 5px;
  margin-top: 30px;
  margin-left: calc(50% - 16px);
  background-color: #e5e5e5;
  border-radius: 20px;
  transform: translateX(-50%);
}
.home-occasions-swiperpager .swiper-pagination-progressbar{
  background-color: #660E00;
  border-radius: 20px;
}

.home-pre-styled .home-viewmore{
  margin: 32px auto 0;
}
.home-catalog-nav-slide{
  width: 204px;
}
.home-catalog-nav > .swiper-pagination-bullets{
bottom:20px;
}
.home-catalog-nav{
  padding:0 0 65px;
}
.home-catalog-nav .swiper-pagination-bullet{
  width: 5px;
  height:5px;
}
.home-catalog-nav .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(102, 14, 0, 1);
  width: 24px;
  border-radius: 20px;
}
/* home 改版end */

/**home banner plus**/
.home_bannerplus_dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	box-sizing: border-box;
	width: 480px;
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/home/202507121128.png');
	background-size: 100% auto;
    padding: 40px 32px 16px 32px;
	border-radius: 12px;
	display:none;
}
.home_bannerplus_dialog_close{
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 24px;
	line-height: 0;
}
.home_bannerplus_dialog_title{
	font-size: 24px;
	font-weight: 700;
	color: #660E00;
	text-align: center;
}
.home_bannerplus_dialog_tips{
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	display:none;
}
.home_bannerplus_dialog_tips span{
	color: #FF6929;
	font-size: 18px;
}
.home_bannerplus_dialog_body{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-top: 16px;
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 40px 0 16px 16px;
	
}
.home_bannerplus_dialog_body._notplus{
	padding-top: 16px;
}
.home_bannerplus_dialog_body._notplus .home_bannerplus_dialog_bodyborner{
	display: none;
}
.home_bannerplus_dialog_bodyborner{
    position: absolute;
	top: 0;
	left:0;
	display: flex;
	align-items: center;
	border-radius: 12px 0 12px 0;
	background-color: #8C1700;
	height: 24px;
	padding: 0 5px;
	font-size: 12px;
	color: #ffffff;
}
.home_bannerplus_dialog_bodyborner .icon{
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.home_bannerplus_dialog_list{
   width: 100%;
	overflow-x: scroll;
}
.home_bannerplus_dialog_list::-webkit-scrollbar{
  height: 4px;
}
.home_bannerplus_dialog_list::-webkit-scrollbar-thumb{
  background-color: #999;
  border-radius: 10px;
}
.home_bannerplus_dialog_listscroll{
	display: flex;
}
.home_bannerplus_dialog_listscroll._onlyone{
    justify-content: center;
}
.home_bannerplus_dialog_listscroll._onlyone .home_bannerplus_dialog_item{
	margin-right: 16px;
}
.home_bannerplus_dialog_item{
	flex: 0 0 auto;
	width: 156px;
	margin-right: 10px;
}
.home_bannerplus_dialog_item img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.home_bannerplus_dialog_btn{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 416px;
	height: 48px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 1);
    color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 24px auto 0 auto;
}
.home_bannerplus_dialog_bottomtext{
	font-size: 12px;
	margin-top: 16px;
	text-align: center;
}


.home_recopluspro_dialogroot{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left:100%;
  opacity: 0;
  /* left: 0; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	/* display: none; */
	z-index: 1000;
}
.home_recopluspro_dialog{
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left:50%;
  transform: translate3d(-50%,-50%,0);
	width: 50%;
  min-width: 700px;
	/* height: 100%; */
	background-color: #ffffff;
  border-radius: 16px;
	overflow: hidden; 
}
.home_recopluspro_dialogclose{
	position: absolute;
	top: 11px;
	right: 16px;
	font-size: 24px;
	line-height: 0;
	z-index: 1;
}
.home_recopluspro_swiper{
	box-sizing: border-box;
	width: 100%;
}
.home_recopluspro_swiper_scroll{
	box-sizing: border-box;
  width: 100%;
	/* height: 100%; */
	display: flex;
	transform: translateX(0);
	transition-property: all;
	transition-duration: 300ms;
}
.home_recopluspro_slide{
	flex: 0 0 auto;
	position: relative;
	box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
	width: 100%;
  /* min-height: ; */
	padding: 5% 6.67%;
}
.home_recopluspro_itemtop{
  flex: 0 0 auto;
  position: relative;
	box-sizing: border-box;
	width:48.31%;
}
.home_recopluspro_itemimg{
  position: relative;
	width: 100%;
}
.home_recopluspro_itemimg::before {
  content: "";
  display: block;
  padding-top: 133.33%;
}
.home_recopluspro_itemimg img{
  position: absolute;
  top:0;
  left:0;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.home_recopluspro_itemtop ._promotion_stack{
  position: absolute;
  top:0;
  right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 24px;
	background-color: #8C1700;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 0 8px 0 8px;
	margin: 0 0 0 auto;
}
.home_recopluspro_itemtop ._promotion_stack .svg{
	width: 12px;
	height: 12px;
}
.home_recopluspro_itemoption{
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
	box-sizing: border-box;
	width: 48.79%;
  height: 100%;
  min-height: 391px;
  /* max-height: 536px; */
  overflow: hidden;
}
.home_recopluspro_itemsalebox{
  flex: 0 0 auto;
	box-sizing: border-box;
	width: 100%;
  background-image: url('https://cdn.wigginshair.com/media/wysiwyg/home/202507101526.png');
	background-position: right 0 center;
	background-size: 61.57% auto;
  background-repeat: no-repeat;
  padding-bottom: 8px;
   border-bottom: 1px solid #F7EBE6;
}
.home_recopluspro_itemtitle{
	font-size: 16px;
	font-weight: 400;
}
.home_recopluspro_itempromotion{
	position: relative;
}
.home_recopluspro_itempromotion ._promotion_title{
  display: flex;
  align-items: center;
  font-weight: 500;
	margin-top: 4px;
}
.home_recopluspro_itempromotion ._promotion_vip{

  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  background: #FCD2CA;
  margin-left: 4px;
  padding: 0 8px;

}
.home_recopluspro_itempromotion ._promotion_plusfee{
	font-size: 20px;
	font-weight: 500;
	color: #FF6929;
  margin-top: 4px;
}
.home_recopluspro_itempromotion ._promotion_bottom{
	width: 100;
	display: flex;
	align-items: center;
  margin-top: 8px;
}
.home_recopluspro_itempromotion ._promotion_bottom ._prohot{
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	z-index: 1;
}
.home_recopluspro_itempromotion ._promotion_bottom ._prohot img{
	display: block;
	width: 100%;
	height: 100%;
}
.home_recopluspro_itempromotion ._promotion_bottom ._protxt{
    flex: 0 0 auto;
	box-sizing: border-box;
	padding-left: 15px;
	margin-left: -10px;
  padding-right: 8px;
	/* width: 192px; */
	/* height: 9.0667vw; */
	border-radius: 0px 11px 11px 0px;
	background: #FCD2CA;
    font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.home_recopluspro_bottom{
  position: absolute;
	bottom: 0;
	left: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  padding-top: 16px;
}
.home_recopluspro_buynow,
.home_recopluspro_addcart{
	box-sizing: border-box;
	width: 48%;
	height: 48px;
	border-radius: 16px;
	background: #FF6929;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
  cursor: pointer;
}
.home_recopluspro_addcart{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.home_recopluspro_itemoptionbox{
  flex: 1 1 auto;
	box-sizing: border-box;
	width: 100%;
  /* max-height: 300px; */
  margin-top: 20px;
  padding-bottom: 60px;
  overflow-y: scroll;
}
.home_recopluspro_itemoptionbox .swatches-split-label{
  margin-top: 0;
}
.home_recopluspro_itemoptionbox::-webkit-scrollbar{
  width: 4px;
}
.home_recopluspro_itemoptionbox::-webkit-scrollbar-thumb{
  background-color: #999;
  border-radius: 2px;
}
.home_recopluspro_itemprice{
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
}
.home_recopluspro_itemprice ._nowprice{
  color: #8C1700;
}
.home_recopluspro_itemprice ._lineprice{
  color: #acacac;
  text-decoration: line-through;
  margin-left: 8px;
}
.home_recopluspro_swiper_pre,
.home_recopluspro_swiper_next{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	color: #fff;
	z-index: 1;
}
.home_recopluspro_swiper_pre._disable,
.home_recopluspro_swiper_next._disable{
    background-color: rgba(0, 0, 0, 0.2);
}
.home_recopluspro_swiper_pre{
	left: 16px;
}
.home_recopluspro_swiper_next{
	right: 16px;
}
.home_recopluspro_optiongroup{
	box-sizing: border-box;
	width: 100%;
	margin-top: 24px;
}
.home_recopluspro_optiongroup:first-child{
	margin-top:0;
}
.home_recopluspro_optiongroup._is_split{
	position: relative;
}
.home_recopluspro_optiongroup._is_split .home_recopluspro_optiongroup_label,
.home_recopluspro_optiongroup._is_split .home_recopluspro_optiongroup_value{
	position: absolute;
	left: -9999px;
}

.home_recopluspro_optiongroup_label {
	font-size: 16px;
	font-weight: 500;
}
.home_recopluspro_optiongroup_value {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/* display: flex;
	flex-wrap: wrap; */
	font-size: 0;
}
.home_recopluspro_optiongroup_vl {
    /* flex: 0 0 auto; */
	display: inline-block;
	justify-content: center;
	align-items: center;
	/* min-width: 26.6667vw; */
	/* height: 8.5333vw; */
	padding: 0 24px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid rgba(226, 153, 91, 1);
	margin-top: 12px;
	margin-right: 12px;
	text-align: center;
	border-radius: 23px;
	color: #000;
}
.home_recopluspro_optiongroup_vl.current {
    background-color: rgba(253, 234, 220, 1);
    color: #000;
	border: 1px solid rgba(255, 69, 0, 1);
  font-weight: 500;
}
.home_recopluspro_optiongroup_vi {
	position: absolute;
	visibility: hidden;
}
/* plus弹窗 */
.plus_checkoutcart_dialog{
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 434px;
  border-radius: 12px;
  background-color: #fff;
  padding: 38px 0 32px 0;
  display: none;
  z-index: 11;
}
.plus_checkoutcart_close{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  line-height: 0;
}
.plus_checkoutcart_title{
   text-align: center;
   font-size: 24px;
   font-weight: 600;
   line-height: 32px;
}
.plus_checkoutcart_plusdes{
  box-sizing: border-box;
  padding: 12px 43px 12px 39px;
  width: 466px;
  margin: 12px 0 0 -16px;
  background: linear-gradient(108.25deg, rgba(163, 94, 34, 1) 0%, rgba(89, 47, 11, 1) 100%);
  border-radius: 12px;
  overflow: hidden;
}
.plus_checkoutcart_plustitle{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
}
.plus_checkoutcart_plustxt{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
}
.plus_checkoutcart_plustxt span {
  color: rgba(255, 105, 41, 1);
}
.plus_checkoutcart_plustxt::before{
  content: '·';
  font-size: 26px;
}
.plus_checkoutcart_countdown{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(140, 23, 0, 1);
  width: 170px;
  height: 32px;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
    color: #fff;
}

.plus_checkoutcart_products{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 16px;
}
.plus_checkoutcart_products[data-scroll="true"]{
  padding-left: 24px;
  padding-right: 8px;
}
.plus_checkoutcart_products[data-scroll="true"]::after{
  content:'';
  position: absolute;
  width: 8px;
  height: 144px;
  top:0;
  right:0;
  background-color: #fff;
}
.plus_checkoutcart_products[data-scroll="true"]::before{
  content:'';
  position: absolute;
  width: 24px;
  height: 144px;
  top:0;
  left:0;
  background-color: #fff;
}
.plus_checkoutcart_products[data-scroll="true"] .plus_checkoutcart_list{
  justify-content: flex-start;
}
.plus_checkoutcart_list{
  display: flex;
  justify-content: center;
}
.plus_checkoutcart_itemimg{
    flex: 0 0 auto;
    width: 108px;
    max-height: 144px;
    margin-right: 12px;
}
.plus_checkoutcart_itemimg:last-child{
  margin-right: 0;
}
.plus_checkoutcart_itemimg img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.plus_checkoutcart_totalbox{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  margin-top: 12px;
}
.plus_checkoutcart_totallabel{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.plus_checkoutcart_totalmoney{
  color: rgba(140, 23, 0, 1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.plus_checkoutcart_totalmoney .price {
  color: rgba(140, 23, 0, 1);
}
.plus_checkoutcart_totaltips{
  box-sizing: border-box;
  text-align: right;
  font-size: 12px;
  color: rgba(140, 23, 0, 1);
  font-weight: 500;
  margin-top: 4px;
  padding-right: 24px;
}
.plus_checkoutcart_btn{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 386px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 12px auto 0 auto;
  border-radius: 12px;
  background: #000000;
  border: 1px solid #000000;
  cursor: pointer;
}
/* plus弹窗结束 */



/*vipweek dialog*/
.vipweeek-dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 295px;
	height: 343px;
	z-index: 1;
	display: none;
}
.vipweek-dialog-close{
	position: absolute;
	top: 33px;
	right: 0;
	box-sizing: border-box;
	padding: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
  cursor: pointer;
}
.vipweek-dialog-content-img .twenty-nine {
	display: none;
}
.vipweek_popup_countdown {
	position: absolute;
	text-align: center;
	bottom: -95px;
	left: 0;
	width: 100%;
}
.vipweek_popup_countdown .title {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
}
.vipweek_popup_countdown ul {
	width: 138px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: auto;
}
  .vipweek_popup_countdown .hourtime,
  .vipweek_popup_countdown .minutetime,
  .vipweek_popup_countdown .secondtime {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #fff;
	color: #fff;
  }

  .vipweek_popup_countdown .fontstyle {
    font-size: 30px;
    font-weight: 500;
    margin: 0 6px;
	color: #fff;
  }
.vipweek-dialog-close svg{
	display: block;
	width: 100%;
	height: 100%;
}
.vipweek-dialog-top{
	position: relative;
	box-sizing: border-box;
    width: 100%;
	height: 261px;
	padding-top: 81px;
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/202509160836-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.vipweek-dialog-toptitle{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.vipweek-dialog-toptxt{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-top: 4px;
}
.vipweek-dialog-topcoupon{
	position: relative;
    box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 262px;
	padding: 4px 12px;
	margin: 8px auto 0 auto;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(245, 154, 140, 0.8) 0%, rgba(255, 135, 92, 0.8) 100%);
}
.vipweek-dialog-topcoupon ._star_top{
	position: absolute;
	top: 9px;
	left: 18px;
	width: 23px;
	height: 23px;
}
.vipweek-dialog-topcoupon ._star_bottom{
	position: absolute;
	bottom: 9px;
	left: 18px;
	width: 23px;
	height: 23px;
}
.vipweek-dialog-topcoupon_left{
	font-size: 16px;
	font-weight: 700;
	color: #6B0E00;
}
.vipweek-dialog-topcoupon_right{
    box-sizing: border-box;
	width: 191px;
	height: 90px;
	border-radius: 10px;
	background: rgba( 255, 255, 255, .5 );
}
.vipweek-dialog-topcoupon_right ._coupon_limit{
    display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 20px;
	border-radius: 60px;
	background: linear-gradient(90deg, #FFFFFF 0%, #ffcdba 100%);
    font-size: 13px;
	font-weight: 700;
	color: #6B0E00;
	margin: 0 auto;
}
.vipweek-dialog-topcoupon_right ._coupon_discount{
    display: flex;
	justify-content: center;
	color: #6B0E00;
	text-shadow: 1px 1px 0 #fff, 
             -1px 1px 0 #fff, 
             1px -1px 0 #fff, 
             -1px -1px 0 #fff;
	/** 文本1 */
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1;

}
.vipweek-dialog-topcoupon_right ._coupon_off{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
}
.vipweek-dialog-topcoupon_right ._coupon_off span{
	text-shadow: 1px 1px 0 #fff, 
             -1px 1px 0 #fff, 
             1px -1px 0 #fff, 
             -1px -1px 0 #fff;
	/** 文本1 */
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.vipweek-star-topleft{
    position: absolute;
	top: 77px;
	left: 48px;
	width: 31px;
	height: 31px;
}
.vipweek-star-topright{
	position: absolute;
	top: 91px;
	right: 0;
	width: 47px;
	height: 47px;
}
.vipweek-dialog-bottom{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 113px;
	padding-top: 12px;
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/202509160836-2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.vipweek-star-bottomleft{
    position: absolute;
	top:0;
	left:0;
	width: 47px;
	height: 47px;
}
.vipweek-star-bottomright{
	position: absolute;
	bottom: 21px;
	right:0;
	width: 35px;
	height: 35px;
}
.vipweek_coupon_code{
    position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, -50%,0);
	padding: 5px 12px;
	opacity: 1;
	border-radius: 60px;
	background: linear-gradient(90deg, #FFFFFF 0%, #FFCDBA 99.54%);
    font-size: 14px;
	font-weight: 500;
}
.vipweek-dialog-bottommain{
    box-sizing: border-box;
	width: 262px;
	height: 66px;
	padding-top: 12px;
	border-radius: 12px;
	margin: 0 auto;
	background: linear-gradient(90deg, rgba(255, 184, 142, 0.5) 0%, rgba(234, 87, 83, 0.5) 100%);
}
.vipweek-dialog-bottomtxt{
    font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;
}
.vipweek-dialog-bottombtn{
    box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 40px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 1);
    font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 12px auto 0 auto;
  cursor: pointer;
}
.vipweek-dialog-blackbtn {
    position: absolute;
    width: 180px;
    height: 40px;
    cursor: pointer;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
}
/*vipweek dialog*/
/* 首页改版 */
.new-commonproduct-item-left{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-trends-box{
  background: #fff;
}
.new_home-title-new{
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
}
.new_home-title-new h2{
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}
.top-trends-box-content{
  max-width: 1504px;
  padding: 0 32px;
  margin: 0 auto;
}
.halloween_box{
  width: 100%;
  margin-top: 64px;
  background: rgba(255, 242, 232, 1);
  padding: 48px 30px;
}
.halloween_box_title{
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  box-sizing: border-box;
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 32px;
}
.halloween_box_swiper{
	margin: 31px 0 16px;
}
.halloween_box_slide{
	width: 366px;
	height: 488px;
}
.halloween_box_slide img{
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}
.halloween_box_bottom_swiper_box{
  width: 304px;
  margin: 0 auto;
}
.halloween_box_bottom_swiper .swiper-slide {
	opacity: 0; 
	transition: opacity 3s ease;
}
.halloween_box_bottom_swiper .swiper-slide-active {
	opacity: 1; 
}
.halloween_box_bottom_swiper .swiper-slide{
  opacity: 0 !important;
}
.halloween_box_bottom_swiper .swiper-slide-active{
  opacity: 1 !important;
}
.halloween_box_bottom_box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.halloween_box_bottom_title{
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
  overflow-wrap: break-word;
}
.halloween_box_bottom_pricebox {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 12px 0 16px;
}
.halloween_box_bottom_add {
  width: 302px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #8c1700;
  color: #8c1700;
  font-size: 16px;
  font-weight: 600;
}
.halloween_box_more {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 46px auto 0;
  color: #660e00;
  text-decoration: underline;
}
.halloween_box_bottom_nowprice {
  color: #8c1700;
}
.halloween_box_bottom_oldprice {
  color: #b3b3b3;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 8px;
}
/* 首页改版 end */
/* 购物车商品改版 */
#shopping-cart-table {
  margin: 0 0 80px 0;
}
.cart_num {
  font-size: 34px;
  font-weight: 400;

}
.cart_product_item {
  display: flex;
  margin-top: 24px;
  position: relative;
}
.cart_product_price_num_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cart_product_price_box .cart-price .price {
  font-size: 16px;
  font-weight: 600;
  color: rgba(140, 23, 0, 1);
}
.cart_product_price_box .cart-discount-price .price {
  font-size: 16px;
  font-weight: 400;
  color: rgba(179, 179, 179, 1);
  margin-left: 4px;
  text-decoration: line-through;
}
.cart_product_item .product-cart-image .cover_box,
.media-box .cover_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  left: 0;
  top: 0;
  border-radius: 8px;
}
.cart_product_item .product-cart-image .cover_box>div,
.media-box .cover_box>div {
  position: absolute;
  width: 66px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0,0,0,.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
}
.expired.cart_product_item .cart-option-root {
  color: rgba(255, 77, 79, 1);
}
.cart_product_item.stockout {
  display: none;
}

/*购物车赠品部分*/
.cartfreegift_part {
	box-sizing: border-box;
	width: 100%;
	margin: 24px auto;
	border-radius: 8px;
	background: #FDEADC;
	border: 1px solid #660E00;
	padding: 16px;
}
.cartfreegift_part_title{
	font-size: 17px;
	font-weight: 500;
}
.cartfreegift_part_list{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin-top: 12px;
	overflow-x: scroll;
}
.cartfreegift_part_list::-webkit-scrollbar{
    height: 4px;
}
.cartfreegift_part_list::-webkit-scrollbar-track{
    background-color: transparent;
}
.cartfreegift_part_list::-webkit-scrollbar-thumb{
    background: rgba(102, 102, 102, 0.3);
    border-radius: 25px;
}

.cartfreegift_item{
    flex: 0 0 auto;
	width: 135px;
  margin-right: 10px;
}
.cartfreegift_item_img{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.cartfreegift_item_img img{
	display: block;
	width: 100%;
	height: auto;
}
.cartfreegift_item_img span{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 27px;
	background: linear-gradient(180deg, #FFC800 0%, #FF5100 100%);
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.cartfreegift_item_price{
	margin-top: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #8C1700;
}

/* 购物车失效产品 */
.expired-items-container {
  display: none;
  margin: 40px 0;
}
.expired-items-container .expired-item {
  padding: 16px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(102, 14, 0, 1);
}
.expired-items-container .expired-item .title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 12px;
}
.expired-items-container .expired-item .media-box {
  display: flex;
  align-items: flex-end;
}
.expired-items-container .expired-item .main-img {
  width: 135px;
  height: 180px;
  border-radius: 8px;
  display: block;
}
.expired-items-container .expired-item .related-list .list_title{
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  line-height: 18px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expired-items-container .expired-item .related-list .list_title svg{
  width: 24px;
  height: 24px;
}
.expired-items-container .expired-item .related-list .list_img {
  width: 553px;
  overflow-x: scroll;
  white-space: nowrap;
}
.expired-items-container .expired-item .related-list .list_img::-webkit-scrollbar {
  display: none;
}
.expired-items-container .expired-item .related-list .list_img img{
  width: 102px;
  margin-right: 12px;
  border-radius: 8px;
  height: auto;
}
.expired-items-container .expired-item .delete-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  background-color: transparent;
}
/* 购物车失效产品结束 */
.bonus-buy-items .hr-items .product_img {
  border-radius: 16px;
}
.bonus_buy_bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bbi-wrapper .swiper-button-prev-bonus-buy {
  width: 32px;
  height: 32px;
  top: -52px;
  right: 52px;
  left: auto;
  background-image: url(https://cdn.wigginshair.com/media/wysiwyg/wap/1760578895.png);
  background-size: 100% 100%;
  margin: 0;
}
.bbi-wrapper .swiper-button-next-bonus-buy {
  width: 32px;
  height: 32px;
  top: -52px;
  right: 0;
  background-image: url(https://cdn.wigginshair.com/media/wysiwyg/wap/1760578530.png);
  background-size: 100% 100%;
  margin: 0;
}
/* 购物车改版结束 */
.listpage_itembanner{
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.listpage_itembanner_img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.listpage_itembanner_save{
  position: absolute;
  top: 38.34%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #6A1B0A;
  font-weight: 600
}
.listpage_itembanner_save ._extra{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
.listpage_itembanner_save ._num{
    font-size: 88px;
    line-height: 1;
}
.listpage_itembanner_save ._txt{
    font-size: 58px;
    line-height: 1;
}
/* 下单成功页改版start */
.checkout_sucess {
    box-sizing: border-box;
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 24px auto 48px;
    border-radius: 12px;
    background: rgba(255, 248, 242, 1);
}
.checkout_sucess_left {
    flex: 0 0 auto;
    width: 656px;
}

.checkout_sucess_congratspart {
    box-sizing: border-box;
    width: 100%;
    /* background-color: #fff;
    border-radius: 12px; */
    padding: 32px 24px 24px 24px;
}
.checkout_sucess_congrats_icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.checkout_sucess_congrats_icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.checkout_sucess_congrats_title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
}
.checkout_sucess_congrats_title ._orderid {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.checkout_sucess_congrats_title ._orderid span {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 28px;
    border-radius: 4px;
    background: rgba(253, 234, 220, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: center;
    color: #0B0B0B;
}
.checkout_sucess_congrats_des {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0b0b0b;
    margin-top: 16px;
    text-align: start;
    color: #0B0B0B;
    text-indent: 1em;
}
.checkout_sucess_congrats_des p{
    margin-top: 32px;
}
.checkout_sucess_href_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
}
.checkout_sucess_href_btn a{
    text-align: center;
    width: 300px;
    height: 45px;
    opacity: 1;
    border-radius: 16px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.checkout_sucess_href_btn .checkout_sucess_congrats_toshop {
    font-size: 16px;
    font-weight: 700;
    border: 0px ;
    background: #FF6929;
    color: #fff;
}
.checkout_sucess_faq {
    box-sizing: border-box;
    margin: 24px auto 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 358px;
    height: 56px;
    border-radius: 8px;
    background: #FDEADC;
    padding: 0 12px;
}
.checkout_sucess_faq_title {
    font-size: 16px;
    font-weight: 500;
}
.checkout_sucess_faq_chat {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}
.checkout_sucess_faq_chat svg {
    display: block;
    width: 24px;
    height: 24px;
}
.checkout_success_info {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
}
.checkout_success_info_title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 26px;
}
.checkout_sucess_productlist {
    box-sizing: border-box;
    width: 100%;
}
.checkout_sucess_product:first-child {
    margin-top: 0;
}
.checkout_sucess_product {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.checkout_sucess_product_left {
    flex: 0 0 auto;
    width: 135px;
}
.checkout_sucess_product_left img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.checkout_sucess_product_right {
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 281px;
}
.checkout_sucess_product_pricenum {
    display: flex;
    justify-content: space-between;
}
.checkout_sucess_product_name {
    font-size: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    word-break: normal;
    overflow-wrap: break-word;
    font-weight: 500;
}
.checkout_sucess_product_option {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.checkout_sucess_product_price {
    font-size: 14px;
    font-weight: 600;
}
.checkout_sucess_product_num {
    font-size: 14px;
    font-weight: 600;
}
.success-bottom-products{
  overflow: hidden;
}
/* 下单成功页改版end */
/* 购物车页登录提示start */
.cart_login_tip {
    width: 761px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(102, 14, 0, 1);
    position: relative;
    padding: 0 16px;
    border-radius: 4px;
    background: rgba(250, 240, 232, 1);
    cursor: pointer;
}
.cart_login_tip-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_login_tip::before {
  content: ""; 
  display: block; /* 或 block/flex */
  width: 2px;
  height: 26px;
  opacity: 1;
  border-radius: 12px;
  background: rgba(102, 14, 0, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cart_login_tip span {
	/* font-weight: 500;
  text-decoration: underline; */
  color: rgba(102, 14, 0, 1);
}
.cart_login_tip_img{
    width: 24px;
    margin-right: 8px;
}
.cart_login_tip .cart-login-help{
    position: relative;
    display: flex;
    margin-left: 8px;
}
.cart-login-help-text{
   position: absolute;
    background: url(https://cdn.wigginshair.com/media/wysiwyg/wap/1766988391.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 294px;
    height: 156px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    z-index: 100;
    right: -14px;
    top: 24px;
    padding: 19px 12px 12px 8px;
    text-align: start;
    color: #fff;
    cursor: default;
    display: none;
}
.cart-login-help-text p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
/* 购物车页登录提示end */
.login_coupon_num {
	width: 22px;
	height: auto;
	position: absolute;
	bottom: 2px;
	right: -11px;
}
/* orders  begin*/
.order_list_box {
  box-sizing: border-box;
  padding-right: 220px;
}
.order_list_box .page-title h1 {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 24px;
}
.account-neworders-tab {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(247, 235, 230, 1);
}
.account-neworders-tab ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}

.account-neworders-tab ul::-webkit-scrollbar {
  display: none;
}

.account-neworders-tab ul li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 14px 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: rgba(153, 153, 153, 1);
  cursor: pointer;
}

.account-neworders-tab ul li.neworders-tabcur {
  border-bottom: 3px solid rgba(140, 23, 0, 1);
  color: #000;
}
.account-neworders-box {
  background: rgba(255, 248, 242, 1);
  margin-top: 16px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 16px;
}

.account-neworders-cinfo {
  box-sizing: border-box;
  width: 100%;
  display: none;
}

.account-neworders-cinfo.show {
  display: block;
}

.account-neworders-con .account-neworders-cli {
  box-sizing: border-box;
  width: 100%;
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
}


.account-neworders-cli .neworders-cli-type {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
.account-neworders-cli .neworders-cli-type::before{
  content: '';
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 3px;
}
.account-neworders-cli .neworders-cli-numbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 235, 230, 1);
  font-size: 0;
  line-height: 21px;
}

.account-neworders-cli .neworders-cli-numbox span {
  font-size: 13px;
  font-weight: 400;
  color: rgba(127, 127, 127, 1);
}

.neworders-cli-probox {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;

}
.account-neworders-cli .neworders-cli-probox:last-of-type {
  border-bottom: 1px solid rgba(247, 235, 230, 1);
}

.account-neworders-con .account-neworders-cli .neworders-cli-probox .neworders-cli-proimg {
  width: 135px;
  /* height: 2.2933rem; */
  overflow: hidden;
}

.neworders-cli-probox .neworders-cli-proimg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.neworders-cli-probox .neworders-cli-title {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.neworders-cli-product-option{
  font-size: 12px;
  color: rgba(36, 36, 36, 1);
  line-height: 21px;
  font-weight: 400;
  margin-top: 34px;
  padding: 4px 12px;
	background-color: rgba(253, 234, 220, 1);
	border-radius: 15px;
}
.neworders-cli-probox .neworders-cli-proright {
  padding-left: 16px;
  flex: 1;
  box-sizing: border-box;
}

.neworders-cli-edit .icon {
  font-size: .5333rem;
}

.neworders-cli-probox .neworders-cli-rbotm {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 70px;
}

.neworders-cli-probox .neworders-cli-rbotm .neworders-cli-price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}
.neworders-cli-probox .neworders-cli-rbotm .neworders-cli-price span {
  color: #000;
}

.neworders-cli-probox .neworders-cli-rbotm .neworders-cli-price i {
  font-style: normal;
  margin-left: 5px;
}


.neworders-cli-discountprice,
.neworders-cli-totalprice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 16px;
}
.neworders-cli-totalprice b {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: rgba(140, 23, 0, 1);
}

.neworders-cli-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}
.neworders-cli-processing .neworders-cli-links {
	justify-content: end;
}

.neworders-cli-links a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  text-transform: capitalize;
  line-height: 48px;
}
.neworders-cli-links .cli-trackorder {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 345px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 16px;
  position: relative;
}
.neworders-cli-links .cli-trackorder #YQNum {
    width: 0;
    border: none;
    padding: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.neworders-cli-paymentreview .neworders-cli-links .cli-links-paynow {
	font-size: 13px;
}
.neworders-cli-paymentreview .neworders-cli-links .cli-links-paynow a {
	flex: 0 0 auto;
  	box-sizing: border-box;
  	width: 84px;
  	height: 41px;
  	line-height: 41px;
  	text-align: center;
  	border: 1px solid #000;
  	border-radius: 16px;
	position: static;
	padding-top: 0;
	box-shadow: none;
	background-image: none;
}
.neworders-cli-links .cli-links-vieworder {
flex: 0 0 auto;
  box-sizing: border-box;
  width: 345px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(255, 105, 41, 1);
  border-radius: 16px;
  margin-left: 16px;
}
.neworders-cli-links .cli-links-vieworder a {
color: #fff;
text-decoration: none;
}
.neworders-cli-links .cli-links-paynow {
	position: relative;
	font-size: 18px;
  cursor: pointer;
}
.neworders-cli-closed .neworders-cli-links .cli-links-paynow a,
.neworders-cli-canceled .neworders-cli-links .cli-links-paynow a {
  display: block;
  width: 345px;
  height: 48px;
  line-height: 48px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  position: static;
  padding-top: 0;
  box-shadow: none;
  background-image: none;
}
.neworders-cli-links .cli-links-paynow a {
	position: absolute;
	bottom: -41px;
	left: -28px;
	width: 84px;
	height: 41px;
	box-sizing: border-box;
	padding-top: 14px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0px 1px 1px  rgba(0, 0, 0, 0.25);
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1768550937.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 21px;
	display: none;
  text-decoration: none;
}
.neworders-cli-links .cli-trackorder a{
  text-decoration: none;
}
.order_view_header {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  width: 800px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  margin-bottom: 14px;
}
.order_view_header svg {
  font-size: 24px;
  position: absolute;
  top: 18px;
  left: 12px;
}
.vipAside {
  background-color: #f3f3f3;
}
.sales-order-view .wrapper {
  background-color: #fff;
}
.sales-order-view .wrapper .col-main {
  padding-left: 60px;
  background-color: #fff;
  width: 860px;
  margin: 0;
  box-sizing: border-box;
}
.sales-order-view .main {
  background-color: #fff;
}
.sales-order-view .main-container {
  width: 1214px;;
}
.order-details .order_status {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	display: flex;
	align-items: center;
}
.order-details .order_status[data-status="Complete"] {
	color: rgba(107, 0, 0, 1);
}
.order-details .order_status[data-status="processing"] {
	color: rgba(73, 107, 0, 1);
}
.order-details .order_status::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 6px;
	background-color: #000;
}
.order-details .order_status[data-status="Complete"]::before {
	background-color: rgba(107, 0, 0, 1);
}
.order-details .order_status[data-status="processing"]::before {
	background-color: rgba(73, 107, 0, 1);
}
.order-details .order_number_time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	color: rgba(127, 127, 127, 1);
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(247, 235, 230, 1);
	margin-top: 12px;
}
.order_table_box {
  padding: 24px 24px 16px 24px;
  background-color: rgba(255, 248, 242, 1);
  border-radius: 16px;
}
.view-order_table {
	border-spacing: 0;
  margin: 0;
}
.order-details .view-order_table tbody {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(247, 235, 230, 1);
	display: block;
  margin-top: 15px;
}
.order-details .view-order_table tbody tr.product_item {
  display: block;
}
.order-details .view-order_table tbody tr.product_item td {
  border: none;
}
.order-details .view-order_table tbody tr.product_item .product_item_box {
	display: flex;
}
.order-details .view-order_table  td {
	display: block;
	padding: 0;
}
.order-details .view-order_table tbody tr.product_item .order_product_img {
	padding:0;
	padding-right: 16px;
	width: 135px;
  box-sizing: content-box;
}
.order-details .view-order_table tbody tr.product_item .order_product_img img {
	width: 135px;
	border-radius: 8px;
	display: block;
}
.order-details .view-order_table tbody tr.product_item .order_product_right {
	flex: 1;
	position: relative;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_name {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_option {
  font-size: 12px;
  color: rgba(36, 36, 36, 1);
  line-height: 21px;
  font-weight: 400;
  margin-top: 34px;
  padding: 4px 12px;
	background-color: rgba(253, 234, 220, 1);
	border-radius: 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  max-width: 460px;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_price_num {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 70px;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_price_num .x {
	margin: 0 5px;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_share {
	position: absolute;
	right: 0;
	bottom: 0;
}
.order-details .view-order_table tbody tr.product_item .order_product_right .order_product_share svg {
	font-size: 24px;
	vertical-align: middle;
}
.order-details .order_view_total {
	background-color: #fff;
	position: relative;
	margin-top: 24px;
	display: block;
	border-radius: 16px;
	padding: 24px 16px;
	margin-bottom: 24px;
  border: 1px solid rgba(217, 217, 217, 1);
}
.order-details .order_view_total .title {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 24px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
  margin-bottom: 16px;
}
.order-details .order_view_total>div:not(:empty) {
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.order-details .order_view_total>div[data-code='grand_total'] {
  padding-top: 16px;
	border-top: 1px solid rgba(240, 240, 240, 1);
	padding-bottom: 0;
}
.order-details .order_view_total>div[data-code='grand_total'] .price {
  color: #000;
}
.view-order .order-info-box {
	padding: 24px 16px;
  box-sizing: border-box;
  border: 1px solid rgba(217, 217, 217, 1);
  margin: 0;
  margin-bottom: 24px;
  border-radius: 12px;
}
.order-info-box .billing_address {
  padding: 0;
	padding-top: 24px;
}
.my-account .order-info-box  .box-title h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 0;
}
.order-info-box .shipping_address,
.order-info-box .billing_address {
  display: block;
  width: 100%;
  float: none;
}
.order-info-box .shipping_address .box-content,
.order-info-box .billing_address .box-content {
	margin: 0;
  font-family: Jost,gilroy,Arial,Helvetica,sans-serif;
  float: none;
}
.order-info-box .shipping_address .box-title,
.order-info-box .billing_address .box-title {
  width: 100%;
  float: none;
}
.order-info-box .shipping_address .shipping_address_box,
.order-info-box .billing_address .billing_address_box {
	box-sizing: border-box;
	height: 93px;
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1768974415.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 12px 0; 
}
.order-info-box .billing_address .billing_address_box {
	background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1768975020.png');
}
.order-info-box .shipping_address_box .top,
.order-info-box .billing_address_box .top {
  margin: 0;
	margin-left: 16px;
}
.order-info-box .shipping_address_box .top,
.order-info-box .shipping_address_box .bottom,
.order-info-box .billing_address_box .top,
.order-info-box .billing_address_box .bottom {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
  line-height: 21px;
}
.order-info-box .shipping_address_box .top span,
.order-info-box .billing_address_box .top span {
	margin: 0 12px 0 9px;
}
.order-info-box .shipping_address_box .bottom,
.order-info-box .billing_address_box .bottom {
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(247, 235, 230, 1);
}
.order-info-box .shipping_address_box .bottom svg,
.order-info-box .billing_address_box .bottom svg {
	margin-right: 8px;
	margin-left: 16px;
	font-size: 24px;
}
.order-info-box .express {
  width: 100%;
  float: none;
}
.order-info-box .express .box-title,
.order-info-box .box-payment .box-title {
  float: none;
  width: 100%;
  padding: 0;
} 
.order-info-box .express .box-content {
	margin-top: 12px;
	margin-bottom: 24px;
	border: 1px solid rgba(255, 69, 0, 1);
	border-radius: 8px;
	background-color: rgba(253, 234, 220, 1);
	box-sizing: border-box;
	padding: 16px;
	font-size: 14px;
	font-weight: 500;
  float: none;
  font-family: Jost,gilroy,Arial,Helvetica,sans-serif;
}
.order-info-box .payment-box {
  float: none;  
  width: 100%;
  padding: 0;
}
.order-info-box .box-payment .box-content {
	border: 1px solid rgba(255, 69, 0, 1);
	border-radius: 8px;
	background-color: rgba(253, 234, 220, 1);
	box-sizing: border-box;
	padding: 16px;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
  float: none;
  font-family: Jost,gilroy,Arial,Helvetica,sans-serif;
}
.order_view_bottom_button {
	padding-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.complete_track_button {
  position: relative;
}
.complete_track_button a {
	display: block;
	width: 392px;
	height: 50px;
	line-height: 52px;
	border: 1px solid rgba(11, 11, 11, 1);
	border-radius: 16px;
	color: rgba(11, 11, 11, 1);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.complete_track_button #YQNum {
    width: 0;
    border: none;
    padding: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.complete_reorder_button {
	margin-left: 16px;
	width: 392px;
	height: 52px;
	line-height: 52px;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: rgba(255, 105, 41, 1);
}
.closed_reorder_button {
	width: 448px;
	height: 52px;
	line-height: 52px;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255, 105, 41, 1);
}
.account-neworders-bottom {
  margin-top: 30px;
}
.account-neworders-bottom .pager-no-toolbar {
  float: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
.account-neworders-bottom .pager-no-toolbar .pages ol {
  display: flex;
  align-items: center;
}
.account-neworders-bottom .pager-no-toolbar .pages li{
  float: none;
}
.account-neworders-bottom .pager-no-toolbar .pages li svg {
  vertical-align: middle;
}
.account-neworders-bottom .pager-no-toolbar .count-container {
  float: none;
}
.account-neworders-bottom .pager-no-toolbar .count-container .limiter>label {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.account-neworders-bottom .pager-no-toolbar .count-container .limiter select {
  border: 1.5px solid rgba(0, 0, 0, 1);
  border-radius: 2px;
  width: 45px;
  height: 28px;
  font-size: 16px;
}
/* orders  end*/
/* 积分不足提示弹窗 */
.noenough_point_pop{
  width: 325px;
  height: 186px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 242, 1) 100%);
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 48px 16px 24px 15px;
  box-sizing: border-box;
  display: none;
}
.noenough_point_popbox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noenough_point_text{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
}
.noenough_point_btn{
  width: 100%;
  height: 46px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}
.noenough_point_close{
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.img_top_right_text {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 58px;
  height: 48px;
  background-image: url('https://cdn.wigginshair.com/media/wysiwyg/wap/1770084282.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 16px 0px 16px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.before_name_text {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 6px;
  background: rgba(140, 23, 0, 1);
  line-height: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 16px;
  margin-right: 4px;
}
.partner_popup {
  width: 295px;
  height: 316px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}
.partner_popup_content_img  img{
  width: 295px;
  height: 316px;
}
.partner_popup_blackbtn {
  position: absolute;
  width: 180px;
  height: 40px;
  bottom: 12px;
  left: 58px;
}
.partner_popup_close {
  position: absolute;
  top: 0;
  right: 0;
}



.saleorder_trackresult_dialog{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}
.saleorder_trackresult_dialog_body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	box-sizing: border-box;
	width: 480px;
	padding: 72px 16px 24px 16px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 242, 1) 100%);
}
.saleorder_trackresult_dialog_body::after{
	content:'';
	display: block;
	position: absolute;
	left: 16px;
	top: 56px;
	width: 448px;
	height: 2px;
	background-color: rgba(247, 235, 230, 1);;
}
.saleorder_trackresult_dialog_tracknum{
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	/* max-width: 66.6667vw; */
}
.saleorder_trackresult_dialog_close{
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
}
.saleorder_trackresult_dialog_close svg{
	display: block;
	width: 100%;
	height: 100%;
}
.saleorder_trackresult_dialog_scroll{
	box-sizing: border-box;
	width: 100%;
	height: 316px;
	overflow-y: auto;
}
.saleorder_trackresult_list{
    box-sizing: border-box;
    width: 100%;
}
.saleorder_trackresult_list::-webkit-scrollbar {
    width: 2px; 
}
.saleorder_trackresult_list::-webkit-scrollbar-track {
    background-color: rgba(245, 245, 245, 1);
}
.saleorder_trackresult_list::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 10px;
}
.saleorder_trackresult_list_item{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 16px 14px;
}
.saleorder_trackresult_list_item:before{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 2px;
    height: 100%;
    background: rgba(204, 204, 204, 1);
}
.saleorder_trackresult_list_item:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid rgba(127, 127, 127, 1);
}
.saleorder_trackresult_list_item:first-child:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #000;
    border: 1px solid rgba(0, 0, 0, 1);
}
.saleorder_trackresult_list_item:last-child:before{
    display:none;
}
.saleorder_trackresult_list_item:first-child p._detail{
    color: #000;
}
.saleorder_trackresult_list_item:first-child p._address{
    color: #000;
}
.saleorder_trackresult_list_item:first-child p._time{
    color: rgba(102, 102, 102, 1);
}
.saleorder_trackresult_list_item p._detail{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    color: rgba(166, 166, 166, 1);
}
.saleorder_trackresult_list_item p._address{
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 0 0;
    color: rgba(166, 166, 166, 1);
}
.saleorder_trackresult_list_item p._time{
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 0 0;
    color: rgba(166, 166, 166, 1);
}
.saleorder_trackalert{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 111;
}
.saleorder_trackalert_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    height: 144px;
    padding: 0 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 242, 1) 100%);
}
.saleorder_trackalert_content p._note{
    margin:0;
    text-align:center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.saleorder_trackalert_content p._note i{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.saleorder_trackalert_close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
}
.saleorder_trackalert_close svg{
    display: block;
    width: 100%;
    height: 100%;
}