@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
main figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  width: inherit;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style-type: none;
}
ol li ol,
ul li ul {
  list-style-image: url('/img_glb/common/blank.gif');
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
nav {
  z-index: 300;
}
/* Mixin: Logo Image Position - vertical align middle in inline-block*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.store-icon,
.store-banner-tiles .store-billboard-slide .slick-arrow,
.carousel-slider-container .slick-arrow {
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-size: 400px 400px;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
html {
  font-family: Verdana, Geneva, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.main {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
h1 {
  margin: 0;
  padding: 0;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: 0;
  font-weight: bold;
}
h2,
h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 33.4px;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.lte-ie8 .tooltips.heart,
.lte-ie8 .lazyload,
.lte-ie8 .video-player {
  display: none !important;
}
.lte-ie8 .billboard-item-image .lazyload {
  display: block !important;
}
.lte-ie8 .store-icon.search {
  background-color: #ffffff;
}
.lte-ie8 .span_placeholder {
  padding-top: 5px;
}
.lte-ie8 .video-link {
  border: 1px solid #dddddd;
}
.lte-ie8 .category-header-title.is-activated .store-icon.arrow-up {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-filter: flipv();
  filter: flipv();
}
.lte-ie8 .popup-window,
.lte-ie8 .popup-window {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
  /* Below IE7 supported */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, 0, endColorstr=#88000000, 0);
}
.no-js img.lazyload,
.lte-ie9 img.lazyload,
.no-js img.lazyloading,
.lte-ie9 img.lazyloading,
.no-js img.lazyloaded,
.lte-ie9 img.lazyloaded {
  display: block;
}
.lte-ie9 .tab-content img.lazyload,
.lte-ie9 .tab-content img.lazyloading,
.lte-ie9 .tab-content img.lazyloaded {
  display: block ;
}
.lte-ie9 .tab-banner img.noscript {
  display: none ;
}
.lte-ie8 .tab-banner img.noscript {
  display: block !important;
}
/*--------------- grid ---------------*/
.page-store-in-store .main-content .container {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
.page-store-in-store .main-content .container:before,
.page-store-in-store .main-content .container:after {
  content: '';
  display: table;
}
.page-store-in-store .main-content .container:after {
  clear: both;
}
.store-icon {
  display: inline-block;
}
.store-icon.grade {
  margin-right: 8px;
  width: 16px;
  height: 15px;
  background-position: 0 0;
}
.store-icon.favourite {
  margin-right: 8px;
  position: relative;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 16px;
  background-position: -18px -1px;
}
.store-icon.search {
  position: absolute;
  top: 11px;
  right: 1px;
  height: 36px;
  width: 37px;
  background-position: -38px 9px;
  font-size: 0;
}
.store-icon.arrow-up {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-position: -124px -1px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.store-icon.arrow-right {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-position: -181px -2px;
}
.store-icon.plus-minus {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-position: -144px -2px;
}
.store-icon.checkbox {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-position: -200px -2px;
}
.store-icon.notice {
  position: relative;
  float: left;
  margin: 0 8px;
  height: 24px;
  width: 24px;
  background-position: -240px 1px;
}
.main-content .store-header {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-family: Verdana;
  color: #616161;
}
.main-content .store-header .container {
  padding: 10px 0;
}
.main-content .store-header .logo-wrapper,
.main-content .store-header .seller-info,
.main-content .store-header .search-in-store,
.main-content .store-header .seller-grade,
.main-content .store-header .seller-rating,
.main-content .store-header .seller-add-favourite,
.main-content .store-header .seller-share {
  float: left;
  position: relative;
}
.main-content .store-header .logo-wrapper {
  width: 178px;
  height: 62px;
}
.main-content .store-header .logo-wrapper img.lazyload,
.main-content .store-header .logo-wrapper img.lazyloading {
  background-color: rgba(0, 0, 0, 0.06);
}
.main-content .store-header .logo-wrapper img.lazyloaded {
  background-color: transparent;
}
.main-content .store-header .store-home {
  display: block;
  color: #ffffff;
}
.main-content .store-header .seller-info {
  padding: 16px 0;
}
.main-content .store-header .seller-grade,
.main-content .store-header .seller-rating,
.main-content .store-header .seller-add-favourite {
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.main-content .store-header .seller-share { 
  padding: 0px 20px;

  
  text-align: center;
  border-left: 1px solid #dddddd;
}
.main-content .store-header .seller-rating-level {
  color: #ed1c24;
}
.main-content .store-header .seller-add-favourite {
  text-align: left;
  width: 187px;
  border-right: none;
}
.main-content .store-header .seller-add-favourite .favourite-store {
  color: #616161;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.main-content .store-header .seller-add-favourite .favourite-store:active,
.main-content .store-header .seller-add-favourite .favourite-store:hover {
  color: #4c6ccd;
}
.main-content .store-header .seller-add-favourite .favourite-store .header-text--activated {
  display: none;
}
.main-content .store-header .seller-add-favourite.is-activated .favourite-store {
  color: #e31837;
}
.main-content .store-header .seller-add-favourite.is-activated .favourite-store .header-text--activated {
  display: inline;
}
.main-content .store-header .seller-add-favourite.is-activated .favourite-store .store-icon.favourite {
  background-position: -102px -1px;
}
.main-content .store-header .seller-add-favourite .tooltips.heart {
  display: none;
  position: absolute;
  opacity: 1;
  left: 19px;
  bottom: 3px;
  /* padding: 4px 6px; */
  font-size: 23px;
  line-height: 1;
  /* height: 20px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #E91E63;
}
.main-content .store-header .seller-add-favourite.is-activated .tooltips.heart {
  display: none;
}
.main-content .store-header .search-in-store {
  position: relative;
  float: right;
  padding: 10px 0;
  width: 288px;
}
.main-content .store-header input.search-store-main {
  padding: 0 65px 0 10px;
  border: 1px solid #dddddd;
  width: 288px;
  height: 42px;
  line-height: 2.86;
  color: #888888;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-content .store-header input.search-store-main:active,
.main-content .store-header input.search-store-main:focus {
  color: #000000;
  border: 1px solid #888888;
}
.main-content .store-header .tooltips.notification {
  display: none;
  position: absolute;
  bottom: -17px;
  width: 1180px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-content .store-header .tooltips.notification .notification-text {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.main-content .store-header .tooltips.notification .is-removed-text,
.main-content .store-header .tooltips.notification .is-added-text {
  display: none;
}
.main-content .store-header .tooltips.notification.is-removed .is-removed-text,
.main-content .store-header .tooltips.notification.is-added .is-added-text {
  display: inline-block;
}
.main-content .store-banner-tiles {
  will-change: transform;
}
.main-content.fixed-header {
  padding-top: 83px;
}
.main-content.fixed-header .store-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.02);
}
.main-content.fixed-category .category-listing-container {
  position: fixed;
  top: 95px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 530px;
  background: #ffffff;
}
.seller-notice-wrapper {
  padding: 15px 0px 15px 0;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Roboto', Arial, sans-serif;
}
/*
//-Layout for top 3 tiles banner

.layout-one.store-banner-tiles,
.layout-two.store-banner-tiles,
.layout-three.store-banner-tiles

//-Tiles
.store-banner.tile-one,
.store-banner.tile-two,
.store-banner.tile-three
*/
.store-banner-tiles {
  position: relative;
  *zoom: 1;
}
.store-banner-tiles:before,
.store-banner-tiles:after {
  content: '';
  display: table;
}
.store-banner-tiles:after {
  clear: both;
}
.store-banner-tiles .container {
  padding: 8px 0 0px;
}
.store-banner-tiles .store-billboard-slide,
.store-banner-tiles .store-banner-tiles-wrapper {
  float: left;
  *zoom: 1;
}
.store-banner-tiles .store-billboard-slide:before,
.store-banner-tiles .store-banner-tiles-wrapper:before,
.store-banner-tiles .store-billboard-slide:after,
.store-banner-tiles .store-banner-tiles-wrapper:after {
  content: '';
  display: table;
}
.store-banner-tiles .store-billboard-slide:after,
.store-banner-tiles .store-banner-tiles-wrapper:after {
  clear: both;
}
.store-banner-tiles .store-banner-tiles-wrapper {
  margin-left: 8px;
  width: 388px;
  height: 388px;
}
.store-banner-tiles .store-banner-tiles-wrapper .store-banner {
  float: left;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.06);
}
.store-banner-tiles .store-banner-tiles-wrapper .store-banner a.store-banner-link {
  display: block;
  height: 190px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.store-banner-tiles .store-banner-tiles-wrapper .store-banner a.store-banner-link:hover {
  opacity: 0.85;
}
.store-banner-tiles .store-banner-tiles-wrapper .store-banner img,
.store-banner-tiles .store-banner-tiles-wrapper .store-banner iframe {
  width: 100%;
  height: 100%;
}
.store-banner-tiles .store-banner-tiles-wrapper .store-banner.tile-one {
  margin-bottom: 8px;
  width: 388px;
  height: 190px;
}
.store-banner-tiles.layout-one .store-banner-tiles-wrapper {
  display: none;
}
.store-banner-tiles.layout-two .store-banner.tile-two {
  float: left;
  width: 388px;
  height: 190px;
}
.store-banner-tiles.layout-two .store-banner.tile-three {
  display: none;
}
.store-banner-tiles.layout-three .store-banner.tile-two,
.store-banner-tiles.layout-three .store-banner.tile-three {
  float: left;
  width: 190px;
  height: 190px;
}
.store-banner-tiles.layout-three .store-banner.tile-three {
  margin-left: 8px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.store-banner-tiles .store-billboard-slide {
  position: relative;
  height: 388px;
  background-color: rgba(0, 0, 0, 0.06);
}
.store-banner-tiles .store-billboard-slide .slick-arrow,
.carousel-slider-container .slick-arrow {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  outline: none;
}
.store-banner-tiles .store-billboard-slide .slick-arrow.slick-prev,
.carousel-slider-container .slick-arrow.slick-prev {
  background-position: -3px -266px;
  left: 0;
}
.store-banner-tiles .store-billboard-slide .slick-arrow.slick-next,
.carousel-slider-container .slick-arrow.slick-next {
  background-position: -171px -266px;
  right: 0;
}
.store-banner-tiles .store-billboard-slide .slick-arrow.slick-disabled,
.carousel-slider-container .slick-arrow.slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.store-banner-tiles .store-billboard-slide .slick-arrow:hover.slick-prev:not(.slick-disabled),
.carousel-slider-container .slick-arrow:hover.slick-prev:not(.slick-disabled) {
  background-position: -59px -266px;
}
.store-banner-tiles .store-billboard-slide .slick-arrow:hover.slick-next:not(.slick-disabled),
.carousel-slider-container .slick-arrow:hover.slick-next:not(.slick-disabled) {
  background-position: -115px -266px;
  right: 0;
}
.store-banner-tiles.layout-one .store-billboard-slide,
.store-banner-tiles.layout-one .store-billboard-slide .store-billboard-main {
  width: 1180px;
}
.store-banner-tiles.layout-one .billboard-image {
  width: 1180px;
  height: 388px;
}
.store-banner-tiles.layout-two .store-billboard-slide,
.store-banner-tiles.layout-three .store-billboard-slide {
  width: 784px;
  height: 388px;
}
.store-banner-tiles.layout-two .store-billboard-slide .store-billboard-main,
.store-banner-tiles.layout-three .store-billboard-slide .store-billboard-main {
  position: relative;
  width: 784px;
}
img.billboard-image,
img.billboard-image.lazyload,
img.billboard-image.lazyloading,
img.billboard-image.lazyloaded {
  height: 388px;
}
/*Roboto Font*/
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/regular/Roboto-Regular-webfont.eot');
  src: url('/fonts/roboto/regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/regular/Roboto-Regular-webfont.woff2') format('woff2'), url('/fonts/roboto/regular/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/roboto/regular/Roboto-Regular-webfont.ttf') format('truetype'), url('/fonts/roboto/regular/Roboto-Regular-webfont.svg#robotolight') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/italic/Roboto-Italic-webfont.eot');
  src: url('/fonts/roboto/italic/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/italic/Roboto-Italic-webfont.woff2') format('woff2'), url('/fonts/roboto/italic/Roboto-Italic-webfont.woff') format('woff'), url('/fonts/roboto/italic/Roboto-Italic-webfont.ttf') format('truetype'), url('/fonts/roboto/italic/Roboto-Italic-webfont.svg#robotolight') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/bold/Roboto-Bold-webfont.eot');
  src: url('/fonts/roboto/bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/bold/Roboto-Bold-webfont.woff2') format('woff2'), url('/fonts/roboto/bold/Roboto-Bold-webfont.woff') format('woff'), url('/fonts/roboto/bold/Roboto-Bold-webfont.ttf') format('truetype'), url('/fonts/roboto/bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/*
//-Layout for bottom 3 mini banner

.layout-one.store-banner-mini,
.layout-two.store-banner-mini,
.layout-three.store-banner-mini

//-Tiles
.store-banner.tile-one,
.store-banner.tile-two,
.store-banner.tile-three
*/
.store-banner-mini {
  position: relative;
  *zoom: 1;
}
.store-banner-mini:before,
.store-banner-mini:after {
  content: '';
  display: table;
}
.store-banner-mini:after {
  clear: both;
}
.store-banner-mini .container {
  padding: 8px 0 0px;
}
.store-banner-mini .store-banner-mini-wrapper {
  height: 190px;
}
.store-banner-mini .store-banner-mini-wrapper .store-banner {
  float: left;
  height: 190px;
  overflow: hidden;
  line-height: 185px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.06);
}
.store-banner-mini .store-banner-mini-wrapper .store-banner a.store-banner-link {
  display: block;
  height: 190px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.store-banner-mini .store-banner-mini-wrapper .store-banner a.store-banner-link:hover {
  opacity: 0.85;
}
.store-banner-mini .store-banner-mini-wrapper .store-banner img,
.store-banner-mini .store-banner-mini-wrapper .store-banner iframe {
  width: 100%;
  height: 100%;
}
.store-banner-mini.layout-one .store-banner.tile-one {
  width: 1180px;
}
.store-banner-mini.layout-one .store-banner.tile-two,
.store-banner-mini.layout-one .store-banner.tile-three {
  display: none;
}
.store-banner-mini.layout-two .store-banner.tile-one,
.store-banner-mini.layout-two .store-banner.tile-two {
  width: 586px;
}
.store-banner-mini.layout-two .store-banner.tile-two {
  margin-left: 8px;
}
.store-banner-mini.layout-two .store-banner.tile-three {
  display: none;
}
.store-banner-mini.layout-three .store-banner.tile-one,
.store-banner-mini.layout-three .store-banner.tile-two,
.store-banner-mini.layout-three .store-banner.tile-three {
  width: 388px;
}
.store-banner-mini.layout-three .store-banner.tile-two {
  margin-left: 8px;
  margin-right: 8px;
}
.main-content .store-coupon-wrapper {
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #e31837;
}
.main-content .store-coupon-wrapper .container {
  padding: 20px 0;
  margin: 15px auto 0;
}
.main-content .store-coupon-wrapper .store-coupon-image {
  background-size: 252px 114px;
  background-repeat: no-repeat;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.main-content .store-coupon-wrapper .store-coupon-image.is-red-coupon {
  background-image: url('/img_glb/store-in-store-v2/coupon-red-small.png');
}
.main-content .store-coupon-wrapper .store-coupon-image.is-green-coupon {
  background-image: url('/img_glb/store-in-store-v2/coupon-green-small.png');
}
.main-content .store-coupon-wrapper .store-coupon-image.is-blue-coupon {
  background-image: url('/img_glb/store-in-store-v2/coupon-blue-small.png');
}
.main-content .store-coupon-wrapper .coupon-title {
   margin: 13px auto 8px;
   font-size: 16px;
   line-height: 16px;
   font-family: 'Arial', Helvetica, sans-serif;
   padding-left: 48px;
}
.main-content .store-coupon-wrapper .store-coupon.tile-one,
.main-content .store-coupon-wrapper .store-coupon.tile-two,
.main-content .store-coupon-wrapper .store-coupon.tile-three {
  float: left;
  width: 388px;
  height: 130px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content .store-coupon-wrapper .store-coupon.tile-two {
  margin: 0 8px;
}
.main-content .store-coupon-wrapper .store-coupon.tile-two,
.main-content .store-coupon-wrapper .store-coupon.tile-three {
  padding: 8px;
  background-color: #ffffff;
}
.main-content .store-coupon-wrapper .store-coupon.tile-one {
  padding: 12px 10px 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.main-content .store-coupon-wrapper .store-coupon-header {
  font-size: 60px;
  letter-spacing: -3px;
  color: #ffffff;
}
.main-content .store-coupon-wrapper .header-description {
  display: block;
  line-height: 0.5;
  font-size: 25px;
  letter-spacing: -0.6px;
  font-weight: normal;
}
.main-content .store-coupon-wrapper .store-coupon-tnc {
  position: relative;
  bottom: -8px;
  font-size: 12px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  text-decoration: underline;
  color: #e5e5e5;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-content .store-coupon-wrapper .store-coupon-tnc:hover {
  color: #ffffff;
}
.main-content .store-coupon-wrapper .store-coupon-image,
.main-content .store-coupon-wrapper .store-coupon-download {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content .store-coupon-wrapper .store-coupon-image {
  width: 67.8%;
  height: 114px;
  background-color: rgba(0, 0, 0, 0.06);
}
.main-content .store-coupon-wrapper .store-coupon-image.has-currency .percent,
.main-content .store-coupon-wrapper .store-coupon-image.has-percent .currency {
  display: none;
}
.main-content .store-coupon-wrapper .store-coupon-value {
   margin: -3px 0 8px 0px;
   color: #111111;
   padding-left: 48px;
   padding-right: 0px;
}
.main-content .store-coupon-wrapper .store-coupon-value .currency {
  margin-right: 5px;
  font-size: 33.3px;
  letter-spacing: -1.7px;
}
.main-content .store-coupon-wrapper .store-coupon-value .value,
.main-content .store-coupon-wrapper .store-coupon-value .percent {
  font-size: 50.7px;
  letter-spacing: -2.5px;
}
.main-content .store-coupon-wrapper .store-coupon-value .currency,
.main-content .store-coupon-wrapper .store-coupon-value .value,
.main-content .store-coupon-wrapper .store-coupon-value .percent {
  font-weight: bold;
}
.main-content .store-coupon-wrapper .store-max-discount {
   position: relative;
   font-size: 12.5px;
   letter-spacing: -0.3px;
   text-align: center;
   color: #999999;
   padding-left: 48px;
}
.main-content .store-coupon-wrapper .store-coupon-download {
  margin-left: 8px;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e31837;
}
.main-content .store-coupon-wrapper .store-coupon-download .coupon-link {
  padding: 10px;
  height: 114px;
  display: block;
}
.main-content .store-coupon-wrapper .store-coupon-download .coupon-link:hover .store-icon.coupon-download {
  top: 22px;
}
.main-content .store-coupon-wrapper .store-coupon-download .store-icon.coupon-download {
  display: inline-block;
  position: relative;
  top: 20px;
  width: 24px;
  height: 24px;
  background-position: -73px -1px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-content .store-coupon-wrapper .store-coupon-download .download-text {
  position: relative;
  display: block;
  top: 32px;
  font-size: 14px;
  color: #ffffff;
}
.main-content .store-coupon-wrapper.layout-one .store-coupon.tile-one {
  margin-left: 198px;
}
.main-content .store-coupon-wrapper.layout-one .store-coupon.tile-three {
  display: none;
}
/*-----Terms and Condition | Pop Up Version-----*/
.popup-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  overflow: hidden;
  text-align: left;
}
.custom-popup {
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 555px;
  max-height: 550px;
  overflow: hidden;
  margin: auto;
}
.custom-popup .title {
  position: relative;
}
.custom-popup .title a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3%;
  font-size: 0;
  background: url('/img_glb/common/icon/sp1.png') no-repeat -45px 2px;
  width: 17px;
  height: 17px;
}
.custom-popup .title h3 {
  background: #ea3527;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
}
.custom-popup .terms-content {
  background: #ffffff;
  color: #404040;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-popup .terms-content {
  color: #fff;
  font-size: 12px;
  display: block;
  color: #252525;
}
.custom-popup .terms-content a {
  text-decoration: underline;
  color: #252525;
}
.custom-popup .terms-content h3 {
  font-size: 18px;
}
.custom-popup .terms-content ul {
  margin: 0 0 0 15px;
}
.custom-popup .terms-content ul li {
  list-style: disc;
  line-height: 1.4em;
  font-family: Verdana, Geneva, sans-serif;
}
.custom-popup .terms-content ul.no-deco li {
  list-style: none;
  margin: 0 -15px;
}
.custom-popup .terms-content hr {
  display: block;
  border-bottom: 1px #ccc solid;
  margin: 20px 0;
}
.noscroll {
  overflow: hidden;
}
/*Important - Doesnt Allow Scrolling*/
.store-category-tab {
  background-color: rgba(0, 0, 0, 0.06);
}
.store-category-tab .container {
  padding: 20px 0 40px;
}
.store-category-tab .tab-container {
  *zoom: 1;
}
.store-category-tab .tab-container:before,
.store-category-tab .tab-container:after {
  content: '';
  display: table;
}
.store-category-tab .tab-container:after {
  clear: both;
}
.store-category-tab .tab-header {
  height: 60px;
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #ffffff;
}
.store-category-tab .tab-header-li {
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.store-category-tab .tab-header-item {
  display: block;
  height: 60px;
  line-height: 3.3;
  text-decoration: none;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: none;
  font-size: 18px;
  color: #616161;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.store-category-tab .tab-header-item.active,
.store-category-tab .tab-header-item:hover {
  color: #e31837;
  border-bottom: 4px solid #e31837;
}
.store-category-tab .tab-content {
  padding-top: 15px;
  *zoom: 1;
}
.store-category-tab .tab-content:before,
.store-category-tab .tab-content:after {
  content: '';
  display: table;
}
.store-category-tab .tab-content:after {
  clear: both;
}
.store-category-tab .tab-content-item {
  display: block;
  height: 0;
  overflow: hidden;
}
.store-category-tab .tab-content-item.active {
  display: block;
  height: auto;
  overflow: auto;
}
.store-category-tab .tab-banner {
  margin-bottom: 15px;
  height: 275px;
  display: block;
  text-align: center;
  line-height: 270px;
  background-color: rgba(0, 0, 0, 0.06);
}
.store-category-tab .carousel-slider-container {
  border: 1px solid #dddddd;
}
.store-category-tab .store-category-slide {
  height: 410px;
  width: 1180px;
  background-color: #d8d8d8;
  background-color: rgba(0, 0, 0, 0.06);
}
.store-category-tab.has-1-tabs .tab-header-li {
  width: 1180px;
}
.store-category-tab.has-1-tabs .tab-header-li.tab-two,
.store-category-tab.has-1-tabs .tab-header-li.tab-three,
.store-category-tab.has-1-tabs .tab-header-li.tab-four {
  display: none;
}
.store-category-tab.has-1-tabs .tab-header-li .tab-header-item.active,
.store-category-tab.has-1-tabs .tab-header-li .tab-header-item:hover {
  font-weight: bold;
  color: #666666;
  border-bottom: 4px solid transparent;
}
.store-category-tab.has-2-tabs .tab-header-li {
  width: 590px;
}
.store-category-tab.has-2-tabs .tab-header-li.tab-three,
.store-category-tab.has-2-tabs .tab-header-li.tab-four {
  display: none;
}
.store-category-tab.has-3-tabs .tab-header-li {
  width: 393.333333px;
}
.store-category-tab.has-3-tabs .tab-header-li.tab-four {
  display: none;
}
.store-category-tab.has-4-tabs .tab-header-li {
  width: 295px;
}
.store-category-slide .product-list-item {
  width: 295px;
  height: 410px;
  margin: 0;
  padding: 40px;
  border-right: 1px solid #dddddd;
  background-color: #ffffff;
  outline: none;
}
.store-category-slide .product-list-item .product-list-image {
  height: 214px;
  width: 218px;
}
.store-category-slide .product-list-item .product-list-image img.lazyload,
.store-category-slide .product-list-item .product-list-image img.lazyloading {
  background-color: rgba(0, 0, 0, 0.06);
}
.store-category-slide .product-list-item .product-list-image img.lazyloaded {
  background-color: transparent;
}
.store-category-slide .product-list-item .product-list-image img {
  height: 214px;
  width: 218px;
}
.store-category-slide .product-list-item .product-name {
  height: 56.4px;
  -webkit-line-clamp: 3;
}
.store-category-tab.three-product .store-category-slide,
.store-category-tab.three-product .store-category-slide .product-list-item {
  height: 530px;
}
.store-category-tab.three-product .store-category-slide .product-list-item .product-list-image,
.store-category-tab.three-product .store-category-slide .product-list-item .product-list-image img {
  width: 313px;
  height: 313px;
}
.store-category-tab.five-product .store-category-slide,
.store-category-tab.five-product .store-category-slide .product-list-item {
  height: 355px;
}
.store-category-tab.five-product .store-category-slide .product-list-item {
  padding: 20px;
}
.store-category-tab.five-product .store-category-slide .product-list-item .product-list-image,
.store-category-tab.five-product .store-category-slide .product-list-item .product-list-image img {
  width: 195px;
  height: 195px;
}
.store-product-listing .container {
  padding: 20px 0;
}
.store-product-listing .category-listing-container {
  float: left;
  width: 240px;
  background: #ffffff;
  font-family: 'Roboto', Arial, sans-serif;
}
.store-product-listing .category-listing-container ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.store-product-listing .category-listing-container ::-webkit-scrollbar-thumb {
  background: #e2e2e2;
}
.store-product-listing .category-listing-container ::-webkit-scrollbar-track {
  background: #ffffff;
}
.store-product-listing .category-container {
  max-height: 530px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-face-color: #e2e2e2;
  scrollbar-track-color: #ffffff;
}
.store-product-listing .category-header-title {
  display: block;
  padding: 10px 10px 3px;
  color: #ffffff;
}
.store-product-listing .category-delivery-option h3.category-header {
  padding: 10px;
  color: #888888;
  background-color: #f9f9f9;
}
.category-listing-accordion,
.category-delivery-option {
  width: 220px;
  /*changed from 240px*/
  margin-bottom: 20px;
}
.category-listing-accordion h3.category-header,
.category-delivery-option h3.category-header {
  position: relative;
  margin-bottom: 5px;
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #4c6dce;
}
.category-listing-accordion ul li a,
.category-delivery-option ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.category-listing-accordion ul li a:hover,
.category-delivery-option ul li a:hover,
.category-listing-accordion .category-container li a.main-accordion:hover,
.category-delivery-option .category-container li a.main-accordion:hover,
.category-listing-accordion .category-container li a.main-accordion:hover,
.category-delivery-option .category-container li a.main-accordion:hover {
  color: #4c6dce;
}
.category-listing-accordion .category-container,
.category-delivery-option .category-container {
  list-style: none;
  padding: 0;
  font-size: 13px;
}
.category-listing-accordion .category-container .category-accordion,
.category-delivery-option .category-container .category-accordion {
  position: relative;
  font-size: 14px;
}
.category-listing-accordion .category-container .category-accordion a.main-accordion,
.category-delivery-option .category-container .category-accordion a.main-accordion {
  padding: 8px 10px 4px;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  color: #888888;
  border-bottom: 1px solid #dedede;
}
.category-listing-accordion .category-container .category-accordion .inner {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  display: none;
}
.category-listing-accordion .category-container .category-accordion .inner.show {
  display: block !important;
}
.category-listing-accordion .category-container .category-accordion a.main-accordion {
  color: #000000;
}
.category-listing-accordion .category-container .category-accordion a.main-accordion.is-activated {
  color: #4c6dce;
  border-bottom: 1px solid #ffffff;
}
.category-listing-accordion .category-container .second-nested {
  display: block;
}
.category-listing-accordion .category-container .second-nested a.toggle {
  display: block;
  padding: 4px 0;
}
.category-listing-accordion .category-container .third-nested {
  display: block;
}
.category-listing-accordion .category-container .third-nested a.toggle.is-activated {
  text-decoration: underline;
}
.category-listing-accordion .category-container .inner.show .third-nested {
  display: block;
}
.category-listing-accordion .category-container .inner.show .third-nested a.toggle {
  text-decoration: underline;
}
.category-listing-accordion .category-container .last-nested {
  position: relative;
}
.category-listing-accordion .category-container .last-nested:before {
  content: '-';
  position: absolute;
  width: 5px;
  height: 10px;
  bottom: 40%;
  left: 5px;
}
.category-listing-accordion .category-container .last-nested a {
  padding: 2px 15px;
  line-height: 1.2;
  display: block;
}
.category-header-title.is-activated .store-icon.arrow-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.category-container li a.main-accordion.is-activated {
  color: #4c6dce;
  border-bottom: 1px solid #ffffff;
}
.category-container li a.main-accordion.is-activated .store-icon.plus-minus {
  background-position: -164px 2px;
}
.category-container li a.js-toggle.is-activated {
  color: #888888;
  border-bottom: 1px solid #dedede;
}
.category-container li a.js-toggle.is-activated .store-icon.checkbox {
  background-position: -220px -2px;
}
.ls_prdtype1_wrap .rollover .item_list .column:hover {
  margin: -10px 0 0 -6px;
}
.list_sort .section-header {
  font-family: Roboto, Verdana;
  display: block;
}
.page-store-in-store .store-cm-banner .container {
  padding: 0;
  padding-top: 22px;
}
.list_sort2 {
  width: 236px;
  text-align: left;
  background-color: #efefef;
}
.ls_prdtype2_wrap .tbl_head {
  border-color: #dbdbdb;
  border-top: none;
}
.wrap_category .list_sort {
  border-bottom: 1px solid #dbdbdb;
}
.ls_prdtype1_wrap .coll4.rollover .item_list .column:hover {
  width: 243px;
  height: 400px;
}
.ls_prdtype1_wrap .coll4.rollover .cont {
  width: 200px;
  padding-left: 15px;
}
.list_sort2 .in_search input[type=text] {
  width: 179px;
}
.ls_prdtype .price {
  height: 44px;
}
.list_sort .sort_area .txt {
  margin: -5px 9px 0 0;
}
.ls_prdtype .ranking_area {
  padding-top: 4px;
}
.ls_prdtype .ico_st.grade {
  vertical-align: -1px;
}
.list_sort .sort_area .selectBox.num .selected {
  width: 50px;
}
.wrap_category {
  width: 930px;
  margin-top: 0;
  padding-bottom: 100px;
  padding-top: 0;
  float:right
}
.list_sort .sort_area {
  margin-bottom: 5px;
}
.listGallery {
  position: relative;
  border-bottom: 1px solid #616161;
  margin-bottom: 20px;
}
.listGallery .headingTitle {
  overflow: hidden;
  width: 915px;
  margin-top: 25px;
  padding-bottom: 3px;
  line-height: 16px;
  margin: 30px 0 10px 0;
  color: #111;
  font-size: 15px;
  font-weight: bold;
}
.ls_prdtype1_wrap .coll4.rollover li.item_list {
  width: 232px;
  height: 360px;
}
.list_sort2 .in_search input[type=text],
.list_sort .sort_area .selectBox {
  height: 27px;
  color: #616161;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: verdana, sans-serif;
}
.ls_prdtype2_wrap .tbl_head td {
  vertical-align: middle;
}
.paging_b .btn {
  width: 51px;
}
.selectBox .selectOption {
  line-height: 150%;
}
.ls_prdtype2_wrap .tbl_head td {
  font-size: 13px;
}
.in_search .ico_st {
  float: right;
}
.show {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.ls_prdtype2_wrap .item_list .column {
  height: 160px;
}
.wrap_category .ls_prdtype2_wrap .rollover .item_list .column:hover {
  width: 945px;
  height: 180px;
}
.ls_prdtype2_wrap .row1 .thumb {
  margin-right: 18px;
}
.wrap_category .ls_prdtype2_wrap .row1 .info {
  width: 615px;
}
.wrap_category .rollover .cont {
  width: 950px;
}
.ico_st.grade {
  width: 19px;
  height: 17px;
}
.paging_b .btn {
  margin: 0 1px 0 -3px;
}
.paging_b span a,
.paging_b span strong {
  margin: 0 2px 0 -3px;
}
/** CSS for new PDP design **/
/*---- Seller Rating -----------*/
.seller-rating > span {
  vertical-align: middle;
}
.seller-rating .seller-rating-star-wrapper {
  width: 116px;
  height: 20px;
  display: inline-block;
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-position: -283px -30px;
}
.seller-rating-star-wrapper .seller-rating-star {
  height: 20px;
  display: block;
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-position: -283px -52px;
  overflow: hidden;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-0 {
  width: 0%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-5 {
  width: 10%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-10 {
  width: 20%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-15 {
  width: 30%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-20 {
  width: 40%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-25 {
  width: 51%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-30 {
  width: 60%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-35 {
  width: 71%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-40 {
  width: 80%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-45 {
  width: 91%;
}
.seller-rating-star-wrapper .seller-rating-star.rating-star-50 {
  width: 100%;
}
.seller-rating-info {
  position: relative;
}
.seller-rating-info .icon-info {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-position: -270px 0px;
  vertical-align: middle;
  margin-left: 10px;
}
.seller-rating-info-popup {
  border: 1px solid #ddd;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 18px;
  width: 400px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 11;
  margin-top: 5px;
}
.seller-rating-info:hover .seller-rating-info-popup {
  display: block;
}
.seller-rating-info .seller-rating-info-popup p {
  line-height: 1.3;
  font-size: 13px;
}
/*--------- Common --------------------*/
button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  background: none;
}
/*---------- New Product Listing ----------*/
.store-category-list-wrapper {
  padding-left: 240px;
  font-family: Roboto, verdana;
}
.store-category-list .product-item-list:before {
  display: table;
  clear: both;
  content: '';
}
.product-listing-section-sorting {
  margin-bottom: 20px;
  display: inline-block;
  width: 55%;
  float: right;
  text-align: right;
}
.product-listing-section-sorting:before,
.product-listing-section-sorting:after {
  display: table;
  clear: both;
  content: '';
}


/*--------- Store Slide New Style ----------*/
.store-category-slide .product-name {
  font-family: Roboto, verdana;
}
.store-category-slide .product-price-new {
  font-size: 22px;
  font-family: Roboto, verdana;
}
.store-category-slide .product-price-new .product-price-currency {
  font-weight: 600;
  font-family: Roboto, verdana;
}
.store-category-slide .product-price-old {
  margin-top: 5px;
  display: inline-block;
  font-family: Roboto, verdana;
}
.store-category-slide .product-offer-deal {
  margin-top: 5px;
  display: inline-block;
  font-weight: 600;
  color: #f22a2c;
  font-family: Roboto, verdana;
}
.store-category-slide .product-list-item a:hover .product-price-old {
  text-decoration: line-through !important;
}
.store-category-slide .product-list-item a:hover {
  text-decoration: none !important;
}
.store-category-slide .product-list-item a:hover .product-name {
  text-decoration: underline!important;
}
.is-hidden {
  display: none;
}

/*---------- Product Listing SiS  4 columns --------*/
.product-listing-section-sorting {
  font-family: Roboto, verdana;
}
.page-store-in-store .product-item-list.grid-view.four-column-view .product-item {
  width: 235px;  
  height: 392px;
}

.page-store-in-store .product-item-list.grid-view.four-column-view .product-item-image-wrapper,
.page-store-in-store .product-item-list.grid-view.four-column-view .product-item-image {
  width: 215px;
  height: 215px;
}

.page-store-in-store .product-item-list.grid-view.four-column-view .product-item-seller-placeholder {
  top: 160px;
}

.page-store-in-store .product-item-list.grid-view.four-column-view .product-item-card {
  width: 235px;
  padding: 10px;
  height: 392px;
}

.page-store-in-store .product-item-list.grid-view.four-column-view .product-item-card:hover {
  width: 260px;
  height: 460px !important; 
  margin-left: -10px;
  margin-top: -10px;
  padding: 20px;
}

/*---------- Product Listing SiS  3 columns --------*/

.page-store-in-store .product-item-list.grid-view.three-column-view .product-item {
  width: 313px;  
  height: 480px;
}

.page-store-in-store .product-item-list.grid-view.three-column-view .product-item-image-wrapper,
.page-store-in-store .product-item-list.grid-view.three-column-view .product-item-image {
  width: 293px;
  height: 293px;
}

.page-store-in-store .product-item-list.grid-view.three-column-view .product-item-card {
  width: 313px;
  padding: 10px;
  height: 480px;
}

.page-store-in-store .product-item-list.grid-view.three-column-view .product-item-card:hover {
  width: 333px;
  height: 555px !important; 
  margin-left: -10px;
  margin-top: -10px;
  padding: 20px;
}

/*---------- Product Listing SiS  5 columns --------*/

.page-store-in-store .product-item-list.grid-view.five-column-view .product-item {
  width: 188px;  
  height: 350px;
}

.page-store-in-store .product-item-list.grid-view.five-column-view .product-item-image-wrapper,
.page-store-in-store .product-item-list.grid-view.five-column-view .product-item-image {
  width: 168px;
  height: 168px;
}

.page-store-in-store .product-item-list.grid-view.five-column-view .product-item-card {
  width: 188px;
  padding: 10px;
  height: 350px;
}

.page-store-in-store .product-item-list.grid-view.five-column-view .product-item-card:hover {
  width: 208px;
  height: 425px !important; 
  margin-left: -10px;
  margin-top: -10px;
  padding: 20px;
}

/* ---------------- component pagination--------------*/
.simple-pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  vertical-align: text-top;
}
.simple-pagination li {
  display: inline-block;
}
.simple-pagination .page-link,
.simple-pagination .current {
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0 16px;
  border: 1px solid transparent;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  background-color: #fff;
  color: #757575;
  height: 40px;
}
.simple-pagination .current {
  background-color: #c4c4c4;
  color: #999;
  cursor: default;
}
.simple-pagination .current.prev,
.simple-pagination .current.next {
  background-color: #fff;
}
.simple-pagination .current.prev:before,
.simple-pagination .current.next:before {
  color: #ddd;
}
.simple-pagination .page-link:hover {
  background-color: #dddddd;
}
.simple-pagination .page-link:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #b7b7b7;
  color: #757575;
}
.simple-pagination .prev,
.simple-pagination .next {
  font-family: 'my11street';
  vertical-align: top;
  vertical-align: middle;
  font-size: 0px;
  color: transparent;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
.simple-pagination .prev {
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.simple-pagination .next {
  -webkit-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.simple-pagination .disabled .prev,
.simple-pagination .disabled .next {
  cursor: default;
}
.simple-pagination .prev:before,
.simple-pagination .next:before {
  color: #757575;
  font-size: 14px;
}
.simple-pagination .prev:before {
  content: "\276e";
}
.simple-pagination .next:before {
  content: "\276f";
}

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

.page-store-in-store .cta-clear-input {
    display: none;
    position: absolute;
    right: 45px;
    top: 25px;
    z-index: 9;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: #555;
    background: url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat center;
}
.page-store-in-store .cta-clear-input.show {
  display:block;
}
.page-store-in-store .cta-clear-input.onX, .page-store-in-store .onX , .page-store-in-store .show {
    display: block;
}

/*----- Social Media -----*/

.social-media-list li {
  display: inline-block;
  margin-right: 1px;
  height: 27px;
  vertical-align: bottom;
}
.social-media-list li span {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  line-height: 2.3em;
}
.social-media-list li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  line-height: 0px;
  width: 27px;
  height: 27px;
  display: inline-block;
}
.social-media-list li .social-media-facebook {
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-position: -280px -80px;
}
.social-media-list li .social-media-facebook:hover {
  background-position: -280px -110px;
}
.social-media-list li .social-media-twitter {
  background-image: url('/img_glb/store-in-store-v2/SIS2-sprite.png');
  background-position: -310px -80px;
}
.social-media-list li .social-media-twitter:hover {
  background-position: -310px -110px;
}