@charset "UTF-8";
/* CSS Document */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../../../ajax/libs/jqueryui/1.12.1/themes/smoothness/images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

.ui-front {
  z-index: 1000;
}

.ui-widget {
  z-index: 1000 !important;
}

.ui-dialog {
  z-index: 1001;
}

.ui-widget.ui-widget-content {
  border: solid 10px #ccc;
  border-color: rgba(204, 204, 204, 0.7);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ui-widget-overlay {
  background: none;
  background-color: #fff;
  opacity: 0.6;
  filter: Alpha(Opacity=60);
  height: 100% !important;
  position: fixed;
  top: 0px;
  left: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin: -10px 0 0 0 !important;
}

div.ui-dialog.no_title .ui-dialog-titlebar {
  z-index: 1;
  background: none;
  border: none;
}

div.ui-dialog.no_title .ui-dialog-content {
  position: relative;
  top: -20px;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  margin-top: -20px !important;
  right: 0;
  outline: none;
}

/* Country selector in cart page */
.ui-dialog.selector {
  padding: 0;
}
.ui-dialog.selector .ui-dialog-titlebar {
  background: #f2f2f2;
  border: none;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px #e2e2e2;
  border-radius: 0;
}
.ui-dialog.selector .ui-dialog-content {
  padding: 0;
}

/* reset5 © 2011 opensource.736cs.com MIT */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit],
input[type=button],
button {
  margin: 0 !important;
  padding: 0 !important;
}

input,
select,
a img {
  vertical-align: middle;
}

/*
ShopperBoard Colour Code
Gold: #e8aa8e
Gold (hover): #f7b79b
Gold (active): #d99c81
Black (hover): #333
White (disabled): #999
*/
/* Color Code */
/* Keep Footer at Bottom */
html,
body {
  height: 100%;
}

* {
  outline-color: #e8aa8e;
}

#c {
  /* container wrapper */
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* For IE6, need to add height:100% */
}

#b {
  z-index: 990;
  flex-grow: 1;
  /* height of footer + padding */
}

#f {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/* Height and padding of header, body and footer */
#h {
  height: 84px;
  line-height: 44px;
}

#b {
  padding: 10px 0px;
  padding-top: 94px;
  /* height of header + padding of 10px */
  padding-bottom: 64px;
  /* height of footer + padding of 30px */
}

#f {
  height: 34px;
}

#f .b {
  padding: 5px 10px;
  line-height: 24px;
}

/* Added up total height is 34px */
/* Make header and footer fixed to position */
#h {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

/* for older browser that not support position:fixed */
#h {
  position: fixed;
  z-index: 999;
}

#f {
  position: fixed;
  z-index: 997;
}

/* Centralized fixed-width wrapper (if any). Note: We make use of full width for admin dashboard (i.e. width:auto) */
#h,
#b,
#f {
  text-align: center;
}

/* make wrapper to center for older browser */
#h .wr,
#b .wr,
#f .b {
  width: 960px;
  margin: 0px auto;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#h .wr:after,
#b .wr:after,
#f .wr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
  overflow: hidden;
}

/* Generic HTML Elements */
html,
input,
select,
button {
  font-family: "Questrial", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

html,
body {
  line-height: 1.5;
}

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

a:hover {
  color: #333;
  text-decoration: underline;
}

pre {
  text-align: left;
}

/* Place Holder */
::-webkit-input-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
}

input.empty,
textarea.empty,
a.input.empty {
  color: #999 !important;
}

/* --- Theme of Header and Elements --- */
#h {
  border-bottom: solid 1px #ddd;
  background: #fff;
}

#h a {
  color: #000;
}

#h a.logo {
  display: block;
  line-height: 44px;
  font-size: 24px;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

#h a.logo {
  text-indent: -9999px;
  background: url(../../img/shopperboard.v3.png) center center no-repeat;
  width: 200px;
  position: relative;
  top: 0px;
  left: 15px;
}

/* Header Menu */
#h ul.link li,
#h ul.link a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*vertical-align:middle;*/
  padding: 0px;
  font-weight: bold;
}

#h ul.link a {
  padding: 0px 15px;
  text-decoration: none;
}

#h ul.link a:hover {
  background: #eee;
}

#h ul.link li {
  position: relative;
}

#h ul.link div.dropdown {
  position: absolute;
  border: solid 1px #ccc;
  line-height: normal;
  white-space: nowrap;
  padding: 10px;
  right: 0px;
  top: 43px;
  display: none;
  background: #fff;
  font-weight: normal;
  z-index: 1;
}

#h ul.link li:hover div.dropdown,
#h ul.link div.dropdown.open {
  display: block;
}

div.arrow-down,
a.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
}

#h ul.link div.arrow-down {
  position: absolute;
  right: 15px;
  top: 20px;
}

#h ul.link a.more {
  padding-right: 27px;
}

#h ul.link a.more.profile {
  padding-right: 15px;
}

#h ul.link a.more.profile img {
  width: 30px;
  height: 30px;
}

div.arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  bottom: 0px;
  right: 25px;
  display: none;
}

#h ul.link li:hover div.arrow-up {
  display: block;
}

#h ul.link a.notification {
  background: #b2b2b2;
  color: #fff;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  margin-left: -5px;
}

#h ul.link a.notification:hover,
#h ul.link a.shopping-bag:hover {
  background: #bbb;
}

#h ul.link a.notification.on {
  background: #f00;
}

#h ul.link a.notification.on:hover {
  background: #f63;
}

#h ul.link a.shopping-bag {
  background: #b2b2b2;
  color: #fff;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  margin-right: -5px;
  position: relative;
  overflow: visible;
}
#h ul.link a.shopping-bag span.bag-count {
  position: absolute;
  background: #000;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  bottom: -3px;
  right: -3px;
  font-size: 11px;
}

#h ul.link a.shopping-bag > img {
  width: 24px;
}

#h ul.nav {
  margin: -10px;
}

#h ul.nav li {
  display: block;
  padding: 0px;
}

#h ul.nav li a {
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}

#h ul.nav li.div {
  border-top: solid 1px #ddd;
}

/* Header Search Bar */
#h ul.link.top {
  text-align: right;
}

#h ul.link.top li {
  text-align: left;
}

#h ul.link li.search {
  float: left;
  margin-left: 40px;
}

#h ul.link li.search input[type=text] {
  background: #f2f2f2;
  border: solid 1px #eee;
  padding: 0px 5px;
  height: 24px;
  line-height: 24px;
  width: 310px;
}

#h ul.link li.search input[type=submit] {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: relative;
  left: -25px;
  background: url(../../img/icon/search.png) center center no-repeat;
  border: none;
  cursor: pointer;
}

/* Header Browse Bar */
#h ul.link.browse {
  float: none;
  clear: both;
  line-height: 40px;
}

#h ul.link.browse a {
  padding-right: 15px;
  font-size: 16px;
}

#h ul.link.browse div.dropdown {
  right: auto;
  left: 0px;
  top: 40px;
  width: auto;
}

#h ul.link.browse div.dropdown a {
  font-size: 14px;
}

#h ul.link.browse div.arrow-up {
  right: auto;
  left: 25px;
}

#h ul.link.browse div.products {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 10px;
}

#h ul.link.browse div.products a {
  display: block;
  line-height: 2em;
  font-weight: normal;
}

#h ul.link.browse div.products a:first-child {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
  font-size: 15px;
  border-bottom: solid 1px #e2e2e2;
}

#h ul.link.browse li.download_our_free_app {
  float: right;
  margin-right: 15px;
}

#h ul.link.browse li.download_our_free_app a.download_btn {
  display: block;
  padding: 0px 10px;
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  border-bottom: solid 10px #fff;
}

#h ul.link.browse li.download_our_free_app a.download_btn:hover {
  background: #333;
}

#h ul.link.browse li.download_our_free_app div.dropdown {
  text-align: center;
  width: 175px;
  padding: 15px 0px;
}

#h ul.link.browse li.download_our_free_app div.dropdown h3 {
  font-size: 8.5pt;
  margin-bottom: 5px;
  padding: 0;
}

#h ul.link.browse li.download_our_free_app div.dropdown a.ios {
  display: inline-block;
  width: 80px;
  height: 32px;
  padding: 0;
  background: url(../../img/about/apple-app-store-1.png) center 3px no-repeat;
  text-indent: -9999px;
  background-size: 80px 26px;
}

#h ul.link.browse li.download_our_free_app div.dropdown a.android {
  display: inline-block;
  width: 80px;
  height: 32px;
  padding: 0;
  background: url(../../img/about/google-play-1.png) center 3px no-repeat;
  text-indent: -9999px;
  background-size: 80px 26px;
}

#h ul.link.browse li.download_our_free_app div.arrow-up {
  left: 80px;
}

/* --- Theme of Footer --- */
#f {
  background: #000;
  color: #fff;
}

#f a {
  color: #fff;
  text-decoration: none;
}

#f a:hover {
  text-decoration: underline;
}

#f div.l {
  float: left;
}

#f div.r {
  float: right;
}

#f a {
  margin: 0px 0.5em;
}

#f div.l a.as_featured {
  color: #999;
  margin-right: 100px;
}

#f div.l a.as_featured:hover {
  text-decoration: none;
}

#f a.sm {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*vertical-align:middle;*/
  text-indent: -99999px;
  width: 24px;
  background: url(../../img/sm-24-3.0.0.png) 0px 0px no-repeat;
  margin: 0px 10px;
}

#f a.sm.fb {
  background-position: 0px 0px;
}

#f a.sm.tw {
  background-position: 0px -24px;
}

#f a.sm.tumblr {
  background-position: 0px -48px;
}

#f a.sm.instagram {
  background-position: 0px -72px;
}

/* Upload Button */
div.uploader {
  width: 200px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5em;
}

/* file input wrapper */
div.uploader input[type=file] {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 48px;
  width: auto !important;
}

div.uploader .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
}

div.uploader .progress .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25%;
  height: 100%;
  background: #e8aa8e;
}

div.uploader .progress .text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
}

div.uploader .progress a.cancel {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

div.uploader .progress a.cancel:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* Login / Signup Form */
div.ferror,
div.fnote {
  color: #f00;
  font-size: 13px;
  padding: 0px 0px 0px 20px;
  background: url(../../img/icon/no.gif) left center no-repeat;
  line-height: 1.5em;
}

div.fnote {
  color: #000;
  background-image: url(../../img/icon/ok.png);
}

label div.error,
label div.note,
label div.attn {
  font-size: 12px;
  font-weight: normal;
  margin-left: 1em;
  padding: 0px 0px 0px 20px;
  color: #f00;
  background: url(../../img/icon/no.gif) left center no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

label div.note {
  background-image: url(../../img/icon/ok.png);
  color: #000;
}

label div.attn {
  background-image: url(../../img/icon/exclamation.png);
  color: #000;
}

label div.attn a {
  text-decoration: none;
  color: #6633FF;
}

label div.attn a:hover {
  text-decoration: underline;
}

.cform,
#b .cform {
  text-align: center;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
}

.cform h1 {
  font-size: 28px;
  margin: 1em auto;
  line-height: 1.2em;
}

.ui-dialog .cform h1 {
  margin-top: 0.5em;
  font-size: 26px;
}

.cform a.badge img {
  width: 140px;
  margin-bottom: 1em;
}

.cform a.badge.appstore img {
  height: auto;
}

.cform a.badge.googleplay img {
  height: auto;
}

a.button,
.cform input.button,
form.activity input[type=submit],
form.edm input[type=submit] {
  display: block;
  width: 240px;
  padding: 9px 0px !important;
  margin: 15px auto !important;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

a.button.big,
input.button.big {
  width: 320px;
  padding: 15px 0px !important;
  font-size: 24px;
}

a.button.big.onboard {
  margin-top: 1.5em !important;
}

a.button.big.welcome {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 120px;
  font-size: 14px;
  z-index: 2;
  padding: 13px 0 !important;
}

a.button.big.continue {
  position: fixed;
  bottom: 50px;
  border: solid 1px #fff;
  left: 50%;
  margin-left: -161px !important;
}

.cform form.submitting input.button {
  color: #ddd;
}

a.button:hover,
.cform input.button:hover {
  background: #333;
}

a.button:active,
.cform input.button:active {
  background: #000;
}

a.button.disabled {
  color: #999;
  background-color: #000;
  cursor: default;
}

a.button.fb {
  color: #fff;
  background-color: #34609e !important;
  text-transform: none;
}

a.button.fb:hover {
  background-color: #446cac !important;
}

a.button.fb:active {
  background-color: #265491 !important;
}

a.button.tw {
  color: #fff;
  background-color: #00aced;
  text-transform: none;
}

a.button.tw:hover {
  background-color: #2bb8fb;
}

a.button.tw:active {
  background-color: #00a2e4;
}

a.button.sb {
  color: #fff;
  background-color: #000;
  text-transform: none;
}

a.button.sb:hover {
  background-color: #333;
}

a.button.sb:active {
  background-color: #000;
}

.cform input[type=text],
.cform input[type=number],
.cform input[type=password],
.cform textarea,
.cform select,
.cform a.input.select {
  display: block;
  border: solid 1px #eee;
  background-color: #eee;
  padding: 9px;
  width: 220px;
  margin: 10px auto;
  font-size: 13px;
  color: #000;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
}

.cform select {
  width: 240px;
  /*line-height:36px;*/
}

.cform textarea {
  height: 4em;
  resize: vertical;
}

.cform input:first-child {
  margin-top: 15px;
}

.cform input.button {
  margin-top: 10px !important;
}

.cform div.note {
  font-size: 12px;
  line-height: 1.5em;
}

.cform div.error {
  color: #f00;
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  width: 210px;
  background: url(../../img/icon/no.gif) left center no-repeat;
  margin: 0px auto;
  line-height: 16px;
  margin-top: -46px;
  position: relative;
  left: 250px;
  text-align: left;
  white-space: nowrap;
}

.cform div.ferror,
.cform div.fnote {
  color: #f00;
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  /*width:210px;*/
  background: url(../../img/icon/no.gif) left center no-repeat;
  /*margin:0px auto;*/
  line-height: 1.5em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.cform div.fnote {
  color: #000;
  background-image: url(../../img/icon/ok.png);
}

div.fb_info {
  width: 230px;
  padding: 5px;
  margin: 10px auto;
  text-align: left;
  color: #d8dfea;
  background-color: #34609e;
  line-height: 1.2em;
}

div.fb_info.tw {
  background-color: #00aced;
  color: #fff;
}

div.fb_info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

div.fb_info img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

div.fb_info div {
  padding: 5px 0px;
}

div.fb_info div a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

div.fb_info a:hover {
  text-decoration: underline;
}

img.captcha {
  width: 200px;
  height: 70px;
  border: solid 5px #eee;
  border-left: solid 20px #eee;
  border-right: solid 20px #eee;
  display: block;
  margin-bottom: 0.5em;
}

.cform img.captcha {
  margin: 10px auto;
}

div.captcha {
  margin-bottom: 0.5em;
}

/* Two columns layout */
#b div.wr.two-col {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.wr.two-col div.c1 {
  float: left;
  width: 200px;
}

div.wr.two-col div.c2 {
  margin-left: 240px;
}

div.wr.two-col div.c1.nav a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 2em;
  text-align: right;
}

div.wr.two-col div.c1.nav a.active {
  font-weight: bold;
  color: #000;
}

div.wr.two-col div.c1.nav a:hover {
  color: #666;
}

div.wr.two-col div.c2 h1 {
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* Legal and Docs and Contact Form */
div.wr.two-col div.c2 {
  font-size: 13px;
  line-height: 1.5em;
}

div.wr.two-col div.c2 ol li h2,
div.wr.two-col div.c2 ol li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
}

div.wr.two-col div.c2 ol li h2,
div.wr.two-col div.c2 ol li h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

div.wr.two-col div.c2 ol li p,
div.wr.two-col div.c2 p {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  margin-top: 1.5em;
}

div.wr.two-col div.c2 p.tip {
  border: solid 1px #ccc;
  padding: 10px;
}

div.wr.two-col div.c2 p.tip span.tip {
  font-weight: bold;
  font-style: italic;
}

div.wr.two-col div.c2 ol li h3,
div.wr.two-col div.c2 ol li ol li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}

div.wr.two-col div.c2 ol li ol li {
  list-style: upper-alpha;
}

div.wr.two-col div.c2 ol li {
  margin-left: 2em;
}

div.form label {
  display: block;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
}

div.form label.checkbox {
  font-weight: normal;
  font-size: 13px;
  margin: 0.2em auto;
  padding-left: 17px;
  text-indent: -17px;
  text-align: left;
}

body#product-edit div.form label.checkbox {
  width: 150px;
  margin-left: 0px;
}

div.form input,
div.form textarea,
div.form select,
div.input,
a.input {
  display: block;
  background-color: #fff;
  border: solid 1px #ccc;
  resize: none;
  padding: 7px !important;
  width: 600px;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

div.form label.checkbox input {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
}

div.form input.readonly,
div.input.readonly,
a.input.readonly {
  border: dashed 1px #ccc;
}

div.input .faded {
  color: #999;
  font-style: italic;
}

div.form textarea {
  height: 20em;
  resize: vertical;
}

div.form input.button,
div.uploader div.button,
div.form a.button {
  width: 200px;
  margin-top: 1.5em !important;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px !important;
  text-align: center;
  text-transform: uppercase;
}

div.form input[type=radio] {
  padding: 5px !important;
  border: none;
}

div.uploader input[type=file] {
  padding: 0px !important;
  height: 36px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

div.uploader {
  width: 200px;
}

div.uploader div.button {
  padding: 8px 0px !important;
}

div.uploader input[type=file],
div.uploader div.button {
  margin: 0px !important;
}

div.form input.button:hover,
div.uploader:hover div.button {
  background-color: #333;
}

div.form input.button:active {
  background-color: #000;
}

div.form input[type=password] {
  width: 300px;
}

div.form div.ftip {
  margin-bottom: 1em;
}

div.form div.tip {
  margin-left: 8px;
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
  margin-bottom: -0.5em;
}

div.form div.count {
  width: 600px;
  text-align: right;
  color: #999;
  font-size: 12px;
  margin-bottom: -1em;
  line-height: 1.5em;
}

/* Landing Page (index.php) and About ShopperBoard page */
#b.index {
  padding-top: 84px;
  padding-left: 0px;
  padding-right: 0px;
}

#b.index div.banner {
  height: 458px;
  background: #ceccc0 url(../../img/banner-bg.png) center center repeat-x;
}

#b.index div.banner .l {
  float: left;
  margin-left: 30px;
}

#b.index div.banner .r {
  float: right;
}

#b.index div.banner div.wr {
  height: 100%;
}

#b.index div.banner img.handphone {
  position: absolute;
  bottom: 0px;
  width: 374px;
  height: 450px;
}

#b.index div.banner a.play {
  text-indent: -9999px;
  display: block;
  margin: 30px 0px 15px 0px;
  width: 526px;
  height: 350px;
  background: url(../../img/play.png) 0px 0px no-repeat;
}

#b.index div.banner a.play:hover {
  background-position: 0px -350px;
}

#b.index div.banner h1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-shadow: -1px 2px 1px #777;
  filter: Shadow(Color=#777777, Direction=210, Strength=2);
  position: absolute;
  bottom: 1.5em;
  right: 80px;
  text-transform: capitalize;
}

#b.index div.banner a.badge {
  position: absolute;
  left: 420px;
}

#b.index div.banner a.badge.appstore {
  top: 130px;
}

#b.index div.banner a.badge.appstore img {
  width: 180px;
  height: 62px;
}

#b.index div.banner a.badge.googleplay {
  top: 220px;
}

#b.index div.banner a.badge.googleplay img {
  width: 180px;
  height: 63px;
}

#b.index div.cform {
  margin: 90px 70px auto auto;
  font-weight: bold;
}

#b.index div.cform span.or {
  color: #fff;
  text-shadow: -1px 2px 1px #777;
  filter: Shadow(Color=#777777, Direction=210, Strength=2);
}

#b.index .cform input[type=text],
#b.index .cform input[type=password] {
  background-color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}

#b.index .cform a.button,
#b.index .cform input.button {
  font-weight: bold;
}

#b.index > .wr > h2 {
  text-align: center;
  margin: 1em auto 0.5em auto;
  font-size: 30px;
  font-weight: bold;
}

#b.index div.gallery {
  margin-top: 6px;
}

#b.index div.gallery img {
  float: right;
  margin: 6px;
  width: 180px;
  height: 270px;
}

#b.about p {
  line-height: 1.3em;
  font-size: 18px;
  margin: 1em auto;
}

#b.about img {
  vertical-align: middle;
}

#b.about a.play {
  position: absolute;
  display: block;
  width: 322px;
  height: 214px;
  text-indent: -9999px;
  top: 50px;
  left: 199px;
  background: url(../../../thumb/static/img/play_w-322.png) 0px 0px no-repeat;
}

#b.about a.play:hover {
  background-position: 0px -214px;
}

/* Complex Form */
div.form.complex fieldset {
  /*border-top:solid 1px #ccc;*/
  padding: 0px;
}

div.form.complex legend {
  float: left;
  width: 160px;
  font-size: 18px;
  padding: 20px 20px 20px 5px;
  border-top: solid 1px #ccc;
}

div.form.complex .controls {
  display: block;
  margin-left: 185px;
  padding: 20px 5px;
  border-top: solid 1px #ccc;
}

div.form.complex .controls .photo {
  width: 200px;
  height: 200px;
}

div.form.complex .controls label:first-child {
  margin-top: 0px !important;
}

div.form.complex .controls input,
div.form.complex .controls textarea,
div.form.complex .controls a.input {
  display: block;
  width: 480px;
  margin-bottom: 0.5em;
}

div.form.complex .controls textarea {
  height: 10em;
}

div.form.complex .controls select {
  display: block;
  width: auto;
  margin-bottom: 0.5em;
}

div.form.complex .controls select[multiple] {
  height: 8.5em;
}

div.form.complex .controls input.date {
  width: 240px;
}

div.form.complex .controls input[type=radio],
div.form.complex .controls input[type=checkbox] {
  display: inline;
  width: auto;
  vertical-align: baseline;
}

div.form.complex .controls input.button {
  width: 200px;
}

div.form.complex .controls a.button {
  width: 184px;
}

/* Because of padding model difference */
div.form.complex a.button {
  margin: 0px auto 0px 0px !important;
}

div.form.complex div.fb_info {
  margin: 0px auto 0.5em 0px;
}

div.form.complex div.count {
  width: 480px;
  margin-bottom: -1.5em;
}

div.form.complex div.ftip p {
  margin-top: 0px;
  margin-bottom: 0.8em;
}

div.form.complex form > div.ferror,
div.form.complex form > div.fnote {
  margin-bottom: 0.8em;
}

div.form.complex .controls div.checkboxes input[type=checkbox] {
  margin-bottom: 0px;
}

/* Invite Friends List */
div.friends {
  margin-bottom: 2em;
}

div.friend {
  width: 480px;
  margin: -1px auto 0px auto;
  padding: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

div.friend:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

div.friend img.photo {
  width: 80px;
  height: 80px;
  float: left;
}

div.friend div.info {
  margin-left: 15px;
  margin-top: 10px;
  text-align: left;
  float: left;
}

div.friend div.info a {
  text-decoration: none;
}

div.friend span.username {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}

div.friend div.action {
  float: right;
}

div.friend div.action input.button {
  width: 120px;
  margin-top: 10px !important;
}

div.friend div.action input.button.following {
  color: #000;
  background-color: #f2f2f2;
}

div.friend div.action input.button.following:hover {
  color: #000;
  background-color: #eee;
}

/* Ajax Validation for Signup Form */
div.validation,
div.validation.error {
  height: 36px;
  line-height: 36px;
  margin-left: 0px;
  margin-top: -46px;
  position: relative;
  left: 250px;
  width: 20px;
  padding: 0px;
  padding-left: 20px;
  font-size: 13px;
}

div.validation.loading {
  background: url(../../img/icon/loading.gif) left center no-repeat;
}

div.validation.error {
  background: url(../../img/icon/no.gif) left center no-repeat;
}

div.validation.ok {
  background: url(../../img/icon/ok.png) left center no-repeat;
}

div.validation span.message {
  display: none;
  padding: 10px;
  line-height: 1.2em;
  border: solid 1px #ddd;
  background: #fff;
  position: absolute;
  max-width: 20em;
  font-weight: normal;
  top: -1px;
  left: 20px;
  white-space: normal;
}

div.validation:hover span.message {
  display: block;
}

div.validation.error span.message {
  color: #f00;
}

div#psignup div.validation,
div#psignup div.validation.error {
  left: 350px;
}

div.cform form#signup div.validation {
  width: 220px;
  left: 250px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

div.cform form#signup div.validation span.message {
  display: inline;
  border: none;
  padding: 0px;
  line-height: 36px;
  white-space: nowrap;
}

div.cform p.message {
  font-size: 15px;
  line-height: 1.25em;
  margin: 0px auto 1.5em auto;
  max-width: 280px;
  background: #f2f2f2;
  padding: 10px;
}

/* Carousel */
div.carousel {
  width: 240px;
  height: 240px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  border: solid 1px #ddd;
}

div.carousel div.pos {
  width: 60000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.carousel div.pos div.wrapper {
  width: 240px;
  height: 240px;
  float: left;
  overflow: hidden;
  position: relative;
  line-height: 240px;
  text-align: center;
}

div.carousel div.pos div.wrapper img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 100%;
}

div.carousel div.pos div.wrapper div.info {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: url(../../img/rgba-ddd70.png) center center repeat;
  font-weight: normal;
  font-size: 11px;
  line-height: 2em;
}

div.carousel a.prev,
div.carousel a.next {
  display: block;
  position: absolute;
  top: 96px;
  width: 16px;
  height: 48px;
  text-indent: -9999px;
}

div.carousel a.prev {
  left: 3px;
  background: url(../../img/arrow-left.png) center center no-repeat;
}

div.carousel a.next {
  right: 3px;
  background: url(../../img/arrow-right.png) center center no-repeat;
}

div.carousel a.prev.disabled,
div.carousel a.next.disabled {
  display: none;
}

div.thumbnails {
  position: relative;
  text-align: center;
  margin: 5px auto 0;
  width: 640px;
}

div.thumbnails ul {
  padding: 0;
  margin: -3px 0px;
}

div.thumbnails li {
  border: thin solid #eee;
  display: inline-block;
  margin: 3px;
  padding: 0;
}

div.thumbnails li.active {
  border: thin solid #999;
}

div.thumbnails li a {
  cursor: pointer;
}

div.thumbnails img {
  width: 60px;
  height: 90px;
}

/* Product Description */
ul.tab-widget::-webkit-scrollbar {
  display: none;
}

ul.tab-widget {
  white-space: nowrap;
  overflow: scroll;
  margin-top: 2em;
  list-style-type: none;
  background: #f2f2f2;
  color: #000;
}
ul.tab-widget > li {
  display: inline-block;
  border-bottom: solid 4px #f2f2f2;
  padding: 4px 15px 0 15px;
  line-height: 38px;
  cursor: pointer;
}
ul.tab-widget > li:hover {
  background: #f8f8f8;
  border-color: #f8f8f8;
}
ul.tab-widget > li.active {
  border-bottom: solid 4px #000;
}

ul.tab-widget:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

div.tab-wrapper {
  border: solid 1px #f2f2f2;
  border-top: none;
  padding: 15px;
}
div.tab-wrapper div.tab-content {
  display: none;
}
div.tab-wrapper div.tab-content.active {
  display: block;
}
div.tab-wrapper div.tab-content {
  line-height: 1.3;
  overflow-x: scroll;
}
div.tab-wrapper div.tab-content p,
div.tab-wrapper div.tab-content ul,
div.tab-wrapper div.tab-content ol {
  margin: 1.3em 0;
}
div.tab-wrapper div.tab-content p:first-child,
div.tab-wrapper div.tab-content ul:first-child,
div.tab-wrapper div.tab-content ol:first-child {
  margin-top: 0;
}
div.tab-wrapper div.tab-content ul,
div.tab-wrapper div.tab-content ol {
  padding-left: 1.5em;
}
div.tab-wrapper div.tab-content table {
  width: 100%;
}
div.tab-wrapper div.tab-content table,
div.tab-wrapper div.tab-content tr,
div.tab-wrapper div.tab-content th,
div.tab-wrapper div.tab-content td {
  border-collapse: collapse;
}
div.tab-wrapper div.tab-content tr {
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
div.tab-wrapper div.tab-content th,
div.tab-wrapper div.tab-content td {
  padding: 6px 3px;
}
div.tab-wrapper div.tab-content img {
  max-width: 100%;
}

/* Dropdown Input with Add New Option */
div.dropdown {
  position: relative;
  width: 240px;
  margin: 0px auto;
}

div.dropdown a.arrow-down,
div.dropdown > input:first-child {
  cursor: pointer;
}

div.dropdown a.arrow-down {
  position: absolute;
  top: 17px;
  right: 15px;
}

div.dropdown div.drop {
  border: solid 1px #ddd;
  background: #fff;
  position: absolute;
  display: none;
  z-index: 2;
  padding: 0px;
  width: 238px;
  top: 100%;
}

div.dropdown.open div.drop {
  display: block;
}

div.dropdown ul.selection {
  list-style: none;
  max-height: 204px;
  overflow: auto;
}

div.dropdown ul.selection a.item {
  display: block;
  color: #000;
  padding: 10px;
  text-decoration: none;
}

div.dropdown ul.selection a.item:hover {
  background: #f2f2f2;
  text-decoration: none;
}

div.dropdown input[name=add] {
  width: 170px;
  margin: 5px 0px 5px auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

div.dropdown a.add {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 24px;
}

div.dropdown a.add:hover {
  background: #333;
}

div.dropdown a.add:active {
  background: #000;
}

/* Board Page */
#c.board {
  background: #f2f2f2;
}

div.section {
  background: #fff;
  padding: 20px;
  margin: 1em auto 2em auto;
}

div.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

div.section.summary {
  position: relative;
}

div.section.summary img.photo {
  float: left;
  margin-bottom: 1em;
  width: 60px;
  height: 60px;
}

div.section.summary h1 {
  font-size: 28px;
  margin: 0px 100px 0px 80px;
}

div.section.summary h1 a {
  color: #000;
  text-decoration: none;
}

div.section.summary h1 a:hover {
  text-decoration: underline;
}

div.section.summary a.claim,
div.section.summary div.admin {
  display: block;
  margin: 5px 100px 0px 80px;
}

div.section.summary h2 {
  font-size: 20px;
  margin: 0.5em 100px 0px 80px;
}

div.section.summary h2 a {
  text-decoration: none;
}

div.section.summary h2 a:hover {
  text-decoration: underline;
}

div.section.summary div.action {
  position: absolute;
  top: 20px;
  right: 20px;
}

div.section.summary div.action form {
  display: inline;
}

div.section.summary div.action a.stat,
div.section.summary div.action input.button,
div.section.summary div.action a.button {
  border: none;
  cursor: pointer;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 10px !important;
  text-transform: uppercase;
  margin: 0px 0px 0px 5px !important;
  text-decoration: none;
}

div.section.summary div.action a.stat {
  background: #f2f2f2;
  color: #000;
  font-size: 12px;
}

div.section.summary div.action a.stat span.count {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 0.2em;
}

div.section.summary div.action a.stat:hover {
  text-decoration: none;
  background: #eee;
}

div.section.summary div.action input.button,
div.section.summary div.action a.button {
  color: #fff;
  background-color: #000;
  line-height: 54px;
  padding: 0px 20px !important;
  height: 54px;
  font-weight: normal;
  font-size: 13px;
}

div.section.summary div.action input.button:hover,
div.section.summary div.action a.button:hover {
  background-color: #000;
  text-decoration: none;
}

div.section.summary div.action input.button:active,
div.section.summary div.action a.button:active {
  background-color: #000;
}

div.section.summary div.action input.button.following {
  color: #000;
  background-color: #f2f2f2;
}

div.section.summary div.action input.button.following:hover {
  color: #000;
  background-color: #eee;
}

div.section.summary div.action form.submitting input {
  color: #ddd !important;
}

div.section.summary div.description {
  clear: left;
  margin-top: 1em;
  line-height: 1.5em;
}

div.section.summary div.status {
  clear: left;
  font-size: 12px;
  margin-top: 1em;
  color: #aaa;
}

div.section.summary.user img.photo {
  width: 200px;
  height: 200px;
  margin: -20px 20px -20px -20px;
}

div.section.summary.user h1,
div.section.summary.user h2 {
  margin-left: 200px;
}

div.section.summary.user div.description {
  /*float:left;*/
  clear: none;
  margin-left: 200px;
}

div.section.summary.user div.status {
  /*float:left;*/
  clear: none;
  margin-left: 200px;
}

div.section.summary.user h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}

div.section.summary.user div.sm {
  margin-right: 200px;
  margin-top: 0.5em;
}

div.section.summary.user div.sm a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url(../../img/sm-24i-3.0.0.png) 0px 0px no-repeat;
  margin-right: 5px;
}

div.section.summary.user div.sm a.tw {
  background-position: 0px -24px;
}

div.section.summary.product img.photo {
  width: 160px;
  height: 240px;
  margin: -10px 20px -10px -10px;
}

div.section.summary.product h1 {
  font-weight: bold;
}

div.section.summary.product h2 {
  color: #999;
}

div.section.summary.hashtag h1 {
  line-height: 54px;
  font-size: 28px;
  margin-left: 10px;
}

div.gallery {
  text-align: center;
}

div.gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

div.gallery div.item {
  /*display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; vertical-align:middle;*/
  /*margin:10px 8px;*/
  width: 210px;
  height: 315px;
  position: relative;
  float: left;
  margin: 10px;
}

div.gallery div.item img.photo {
  width: 210px;
  height: 315px;
}

div.gallery div.item div.info {
  position: absolute;
  bottom: 0px;
  padding: 8px;
  color: #fff;
  background: url(../../img/rgba-00060.png) left top repeat;
  text-align: left;
  line-height: 1.3em;
  display: none;
  width: 194px;
}

div.gallery div.item:hover div.info {
  display: block;
}

div.gallery div.item a {
  color: #fff;
}

div.gallery div.item div.info h3,
div.gallery div.item div.info h4,
div.gallery div.item div.info h5 {
  font-weight: normal;
}

div.gallery div.item div.info h4,
div.gallery div.item div.info h5 {
  font-size: 12px;
}

div.gallery div.item div.info h3 a {
  text-decoration: none;
}

div.gallery div.item a.button {
  position: absolute;
  width: 80px;
  margin: 0px !important;
  padding: 10px 5px !important;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.95;
  filter: alpha(opacity=95);
  display: none;
}

div.gallery div.item:hover a.button {
  display: block;
}

div.gallery div.item a.button span.info {
  display: block;
  text-transform: lowercase;
  font-size: 12px;
  margin-top: 0.5em;
  font-weight: normal;
}

div.gallery div.item a.button.save {
  top: 10px;
  right: 10px;
  left: 10px;
  width: auto;
}
div.gallery div.item a.button.save span.info {
  display: inline-block;
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: solid 1px #999;
}

div.gallery div.loading,
div.preview div.loading {
  display: none;
  clear: both;
  text-indent: -9999px;
  background: url(../../img/loading.gif) center bottom no-repeat;
  height: 30px;
  margin-bottom: 10px;
}

div.gallery.loading div.loading,
div.preview.loading div.loading {
  display: block;
}

div.gallery div.item input.icon.delete {
  display: none;
  border: none;
  position: absolute;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: none;
  background: url(../../img/icon/trash.png) center center no-repeat;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.gallery div.item:hover input.icon.delete {
  display: block;
}

div.gallery div.item input.icon.delete:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.gallery div.item a.icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

div.gallery div.item:hover a.icon {
  display: block;
}

div.gallery div.item a.icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.gallery div.item a.icon.edit {
  background-image: url(../../img/icon/pencil-white.png);
}

div.gallery div.item div.info h5 small.usual_price {
  text-decoration: line-through;
  color: #ccc;
}

div.gallery div.item img.icon-buy {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

div.gallery div.date {
  clear: both;
  line-height: 2em;
  font-size: 12px;
  color: #999;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1em;
  position: relative;
  top: -0.5em;
}

div.gallery div.date span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 1.1em;
  background: #fff;
  padding: 0px 8px;
}

div.gallery.burpple div.item {
  margin: 5px;
  width: 295px;
  height: auto;
  background-color: #eee;
}

div.gallery.burpple div.item a {
  color: #000;
  display: block;
}

div.gallery.burpple div.item a:hover {
  text-decoration: none;
}

div.gallery.burpple div.item img {
  vertical-align: middle;
  width: 295px;
  height: 295px;
}

div.gallery.burpple div.item h3 {
  font-size: 14pt;
  line-height: 1.3em;
  padding: 10px;
  background: #fff;
  text-decoration: none;
}

div.gallery.burpple div.item a {
  text-decoration: none;
}

body#blog div.gallery.burpple div.item h3 {
  height: 2.6em;
}

/* More button in store new in page */
div.gallery a.more {
  display: inline-block;
  padding: 0px 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}

iframe.iframed {
  padding: 0px !important;
  width: 100% !important;
  background: url(../../img/loading-circle.gif) center center no-repeat !important;
  border: none;
  overflow: none;
}

body.iframed {
  margin-top: -20px;
}

#b.iframed {
  padding-bottom: 0px;
}

div[contentEditable] {
  display: inline-block;
  padding-right: 20px;
  background: url(../../img/icon/pencil.png) right center no-repeat;
}

div[contentEditable]:hover,
div[contentEditable]:focus {
  background-color: #f2f2f2;
  outline: dashed 1px #ddd;
}

div[contentEditable].saving {
  color: #999;
}

ul.tab {
  list-style: none;
  margin-bottom: -1em;
  position: relative;
}

ul.tab:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

ul.tab li {
  float: left;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #fff;
  font-size: 12px;
  width: 96px;
  border-right: solid 1px #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.tab li span.count {
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 0.2em;
}

ul.tab li a {
  display: block;
  padding: 15px 20px;
  margin: -15px -20px;
  background: #eee;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.tab li a:hover {
  text-decoration: none;
  background: #e2e2e2;
}

ul.tab li a.active {
  background: #fff;
}

/* Sub Tab */
ul.sub-tab {
  list-style: none;
  clear: both;
  background: #fff;
  padding: 20px 30px 0px 30px;
  margin-bottom: -30px;
}

ul.sub-tab:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
  overflow: hidden;
}

ul.sub-tab li {
  float: left;
  margin: 0em 1em 1em 0em;
}

ul.sub-tab li a {
  text-decoration: none;
  background: #ccc;
  color: #fff;
  padding: 0px 12px;
  border-radius: 5px;
  line-height: 2em;
  display: block;
}

ul.sub-tab li.active a {
  background: #000;
}

/* Preview Board / User */
div.preview {
  text-align: center;
  margin-right: -18px;
}

div.preview div.item {
  text-align: left;
  position: relative;
  background: #f2f2f2;
  width: 430px;
  padding: 10px;
  margin-right: 18px;
  margin-bottom: 18px;
  /*display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; vertical-align:top;*/
  float: left;
}

div.preview div.item.featured {
  /* background-color: #ffde6e; */
}

div.preview div.item img.avatar {
  width: 45px;
  height: 45px;
  float: left;
}

div.preview div.item h2,
div.preview div.item h3 {
  margin-left: 55px;
}

div.preview div.item a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

div.preview.tags div.item h2,
div.preview.tags div.item h3 {
  margin-left: 0px;
}

div.preview div.item h2 {
  font-size: 18px;
  margin-top: 4px;
  overflow: hidden;
}

div.preview div.item h3 {
  font-weight: normal;
  margin-top: 0.3em;
  font-size: 13px;
  line-height: 14px;
}

div.preview div.item h3.featured {
  margin-top: 0.5em;
  font-size: 9pt;
}

div.preview div.item h3 span.featured_icon {
  line-height: 18px;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0px 8px;
  color: #fff;
  display: inline-block;
  background-color: #e8aa8e;
  border-radius: 3px;
  font-size: 10px;
  vertical-align: middle;
}

div.preview div.item h3 a {
  display: inline-block;
  vertical-align: middle;
}

div.preview div.item .button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 10px !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #000000;
}

div.preview div.item .button:hover {
  background-color: #000;
}

div.preview div.item .button:active {
  background-color: #000000;
}

div.preview div.item .button.following,
div.preview div.item .button.delete {
  background-color: #aaa;
}

div.preview div.item .button.following:hover,
div.preview div.item .button.delete:hover {
  background-color: #bbb;
}

div.preview div.item form.submitting .button {
  color: #ddd !important;
}

div.preview div.saves {
  clear: left;
  margin-right: -10px;
  height: 214px;
}

div.preview div.saves a {
  display: inline-block;
  position: relative;
}

div.preview div.saves img {
  width: 136px;
  height: 204px;
  margin: 10px 10px 0px 0px;
}

div.preview div.saves img.icon-buy {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  margin: 0px;
}

div.preview:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

div.preview div.item h3.seller:after {
  content: "Buy";
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px;
  margin: -3px 0 -3px 6px;
  background: #e8aa8e;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
}

/* 2-Column Layout */
#b div.col1 {
  float: left;
  width: 640px;
}

#b div.col2 {
  float: right;
  width: 300px;
}

div.col1 div.carousel div.pos div.wrapper img {
  width: auto;
  height: auto;
  max-width: 640px;
  max-height: 640px;
}

div.col1 div.carousel div.pos div.wrapper {
  height: auto;
  line-height: normal;
  width: 640px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

div.col1 div.carousel div.pos {
  position: relative;
}

div.col1 div.carousel {
  width: 640px;
  height: auto;
  border: none;
  background: #f2f2f2;
}

div.col1 div.carousel a.next,
div.col1 div.carousel a.prev {
  top: 50%;
  margin-top: -24px;
}

div.col1 div.carousel i.discount_icon_carousel {
  position: absolute;
  top: 0;
  right: 0px;
  width: 13%;
  height: 78px;
  background-image: url("../../img/flag-red.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  color: #fff;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  padding-top: 0.3em;
}

div.product h1 {
  font-size: 24px;
  margin: 0.5em auto;
  font-weight: normal;
  line-height: 1.2em;
}

div.product h2 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 1em;
}

div.product div.comment {
  margin-top: 1em;
  border-top: solid 1px #ddd;
  padding: 5px 0px;
}

div.comment img.avatar {
  width: 45px;
  height: 45px;
}

div.comment div.item {
  padding: 5px 0px;
}

div.comment div.item img.avatar {
  float: left;
  margin-right: 10px;
}

div.comment div.item a.username {
  font-size: 14px;
}

div.comment div.item p {
  margin: 0em auto 0.5em 55px;
  word-break: break-word;
}

div.comment div.item div.info {
  margin-left: 55px;
  font-size: 11px;
  color: #999;
}

div.comment a.more {
  display: block;
  padding: 10px 0px;
  margin-top: -5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #ddd;
}

div.comment a.more.loading {
  background: url(../../img/loading.gif) center center no-repeat;
  color: #ccc;
  text-decoration: none;
}

div.comment div.new {
  padding: 5px 0px;
  position: relative;
}

div.comment div.new textarea {
  height: 35px;
  width: 470px;
  margin: 0px 1px;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
  border: none;
  background: #f2f2f2;
  padding: 5px;
  vertical-align: top;
  overflow: auto;
  font-size: 12px;
}

div.comment div.new .button {
  border: none;
  padding: 0px 30px !important;
  line-height: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  vertical-align: top;
  cursor: pointer;
}

div.comment div.new .button:hover {
  background: #333;
}

div.comment div.new .button:active {
  background: #000;
}

div.comment div.new form.submitting .button {
  color: #999;
  background: #000;
}

div.comment div.mention {
  position: absolute;
  border: solid 1px #ddd;
  bottom: 51px;
  left: 50px;
  width: 478px;
  background: #fff;
  display: none;
  text-align: left;
  z-index: 1;
  max-height: 275px;
  overflow: auto;
}

div.comment div.mention div.loading {
  height: 40px;
  background: url(../../img/loading.gif) center center no-repeat;
}

div.comment div.mention a.item {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000;
  position: relative;
}

div.comment div.mention a.item:hover {
  background: #f2f2f2;
}

div.comment div.mention a.item.fb:after {
  content: "";
  display: block;
  zoom: 1;
  width: 24px;
  height: 24px;
  background: url(../../img/sm-24i-3.0.0.png) 0px 0px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
}

div.comment div.mention a.item img.avatar {
  margin-right: 5px;
}

div.comment div.mention div.error {
  margin: 10px auto;
  padding: 10px;
  border: solid 1px #f00;
  color: #f00;
  background: #fcc;
  position: static;
}

#b.save div.comment {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#b.save div.comment div.mention {
  bottom: 82px;
  left: -30px;
  width: 300px;
}

/* Pop-Up Comment / Tag */
div.comment.pop {
  text-align: center;
}

div.comment.pop h1 {
  font-size: 18px;
  margin: 0.5em auto 1em auto;
}

div.comment.pop textarea {
  display: block;
  width: 300px;
  height: 4em;
  margin-bottom: 1em;
}

div.comment.pop div.mention {
  left: 0px;
  bottom: 142px;
  width: 348px;
  z-index: 1;
}

div.recommendation img {
  width: 150px;
  height: 225px;
  margin-right: -4px;
}

/* Column 2 in Product Page */
div.col2 .button {
  padding: 0px !important;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 0px 10px 20px 0px !important;
  overflow: visible;
  position: relative;
}

div.col2 .button:hover:after {
  border-left: 10px solid #333;
}

div.col2 .button:active:after {
  border-left: 10px solid #000;
}

div.col2 .button.save {
  background: #000;
  width: 125px;
  display: inline-block;
  margin: 0 !important;
  text-transform: none;
}

div.col2 .button.save:hover {
  background: #333;
}

div.col2 .button.save:active {
  background: #000;
}

div.col2 .button.save:after {
  border-left: 10px solid #000;
}

div.col2 .button.save:hover:after {
  border-left: 10px solid #333;
}

div.col2 .button.save:active:after {
  border-left: 10px solid #000;
}

div.col2 .stat {
  padding: 0px;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  background: #f2f2f2;
  margin-left: 150px;
  margin-bottom: 20px;
}

/* Save and Buy buttons on Product page */
div.col2 .buy_save_box {
  margin-bottom: 20px;
}

div.col2 .buy {
  width: 280px;
  padding: 0px 10px !important;
  margin: 0px !important;
  margin-bottom: 20px !important;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.col2 .buy.disabled,
div.col2 .buy.oos,
div.col2 .buy.na {
  background: #ccc;
  color: #eee;
  cursor: default;
}

div.col2 .buy_save_box div {
  display: inline-block;
  text-align: center;
  background-color: #eee;
  margin-left: 5px;
}

div.col2 .saves_stats {
  width: 85px;
  height: 45px;
  line-height: 45px;
}

div.col2 .price_stats {
  width: 80px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #999;
  position: relative;
}

div.col2 .buy span.buy_span {
  background-size: 20px;
  background-image: url("../../../thumb/static/img/buy_button_icon.png");
  background-repeat: no-repeat;
  padding-left: 30px;
}

div.col2 .save span {
  background-size: 20px;
  background-image: url("../../../thumb/static/img/save_button_icon.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
}

div.col2 .usual_price {
  position: absolute;
  top: -8px;
  right: 10px;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: normal;
}

div.col2 .current_price {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #000;
}

div.col2 .buy_save_box div.options,
div.action .buy_save_box div.options {
  background-color: #FFF;
  width: 100%;
}

div.col2 .buy_save_box a.loading {
  background-color: #eee;
  color: #000;
}
div.col2 .buy_save_box a.loading :hover {
  background-color: #eee;
  color: #000;
}

.buy_save_box div.options > p {
  text-align: left;
  text-transform: capitalize;
}
.buy_save_box div.options ul.option {
  padding: 0px;
  list-style: none;
  margin: 20px 0px;
  float: left;
  display: inline-block;
  width: 100%;
}
.buy_save_box div.options ul.option > li {
  float: left;
  line-height: 32px;
  padding: 0px 20px;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: solid 1px #ddd;
}
.buy_save_box div.options ul.option > li:last-child {
  margin-right: 0px;
}
.buy_save_box div.options ul.option > li:hover {
  cursor: pointer;
}
.buy_save_box div.options ul.option > li.selected {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
.buy_save_box div.options ul.option > li.oos {
  color: #e2e2e2;
}

/* Product page */
body#product div#success-cart-overlay > h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.2em;
}
body#product div#success-cart-overlay > a {
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border: solid 1px #ddd;
  text-decoration: none;
  outline: none;
}
body#product div#success-cart-overlay > a :hover {
  background: #f2f2f2;
}
body#product div#success-cart-overlay > a :active {
  background: #fff;
}

/* Notification Page */
body#notification h1 {
  font-size: 24px;
  margin: 0.5em auto;
}

body#notification div.col1 {
  width: 650px;
}

body#notification div.col1 div.section {
  line-height: 1.3em;
  padding: 0px;
}

body#notification div.notifications {
  padding: 0px;
}

body#notification div.notification {
  border-bottom: solid 1px #e2e2e2;
  margin: 0px auto;
  padding: 10px;
  position: relative;
}

body#notification div.notification a.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

body#notification div.notification:first-child {
  border-top: solid 1px #e2e2e2;
}

body#notification div.notification {
  background: #f2f2f2;
}

body#notification div.notification.new {
  background: #eee;
}

body#notification div.notification.clicked {
  background: #fff;
}

body#notification div.notification:hover {
  background: #eee;
  cursor: pointer;
}

body#notification div.notification img.avatar {
  width: 45px;
  height: 45px;
  float: left;
}

body#notification div.notification > h2 {
  font-weight: normal;
  margin: 0px auto 0.5em 55px;
  font-size: 14px;
  line-height: 1.3em;
}

body#notification div.notification > h3 {
  font-weight: normal;
  margin-left: 55px;
  font-size: 12px;
  color: #aaa;
}

body#notification div.notifications div.loading {
  padding: 10px;
  text-align: center;
  background: url(../../img/loading.gif) center center no-repeat;
  text-indent: -99999px;
  display: none;
}

body#notification div.notifications.loading div.loading {
  display: block;
}

/* Suggestion (Top Stores and People) */
div.suggest h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

div.suggest h2 a {
  font-size: 12px;
  font-weight: normal;
  margin-left: 1em;
}

div.suggest div.item {
  margin: 1.5em auto;
}

div.suggest img.avatar {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.suggest h3 {
  margin-bottom: 0.5em;
}

div.suggest h3 a {
  text-decoration: none;
}

div.suggest div.products {
  clear: left;
}

div.suggest input.button {
  border: none;
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  font-size: 10px;
  float: none;
  width: auto;
  padding: 0px 10px !important;
  height: 2em;
  line-height: 2em;
  font-weight: normal;
}

div.suggest form.submitting input.button {
  color: #999;
}

div.suggest input.button:hover {
  background: #333;
}

div.suggest input.button:active {
  background: #000;
}

div.suggest input.button.following {
  color: #000;
  background-color: #f2f2f2;
}

div.suggest input.button.following:hover {
  color: #000;
  background-color: #eee;
}

div.suggest img.product {
  width: 80px;
  height: 80px;
  margin-right: 3px;
}

div.gallery div.item i.discount_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 20%;
  background-image: url("../../img/flag-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2%;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
}

/* Sold out, not available, backorder and preorder indicator */
div.not-available,
div.sold-out,
div.backorder,
div.preorder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 2em;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  text-align: center;
}

div.carousel div.not-available,
div.carousel div.sold-out,
div.carousel div.backorder,
div.carousel div.preorder {
  font-size: 16px;
  line-height: 3em;
}

/* Top Pages */
#c.top {
  background: #f2f2f2;
}

#c.top h1 {
  font-size: 28px;
  text-align: center;
  margin: 1em auto;
}

#c.top ul.tab li {
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}

#c.top #b > .wr > h2 {
  text-align: center;
  font-size: 18px;
  position: relative;
  top: -1em;
  margin-bottom: 1.5em;
}

fieldset.multi-select {
  border: solid 1px #eee;
  width: 220px;
  padding: 9px;
  margin: 10px auto;
  text-align: left;
}

fieldset.multi-select input[type=checkbox] {
  display: none;
}

fieldset.multi-select a.item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*vertical-align:middle;*/
  width: 90px;
  padding: 10px 8px;
  background: #f2f2f2;
  margin: 3px 1px;
  color: #aaa;
  text-align: center;
  text-decoration: none;
}

fieldset.multi-select a.item.checked {
  color: #fff;
  background: #000;
}

/* Search Page */
#c.search {
  background: #f2f2f2;
}

#c.search #b div.wr > h1 {
  margin: 1em 0px;
  font-size: 24px;
}

/* Browse Filter */
div.section ul.filter {
  display: block;
  line-height: 40px;
  margin-bottom: 1em;
}

div.section ul.filter li,
div.section ul.filter a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*vertical-align:middle;*/
  padding: 0px;
  font-weight: bold;
}

div.section ul.filter li.right {
  float: right;
}

div.section ul.filter a {
  padding: 0px 20px;
  text-decoration: none;
  color: #000;
}

div.section ul.filter a:hover {
  background: #eee;
}

div.section ul.filter li.category {
  margin-right: 10px;
}

div.section ul.filter li.category a {
  color: #fff;
  background: #e2e2e2;
  text-transform: uppercase;
}

div.section ul.filter li.category div.arrow-down {
  border-top: 4px solid #fff;
}

div.section ul.filter li.category:hover a,
div.section ul.filter li.category.active a {
  background: #000;
}

div.section ul.filter li {
  position: relative;
}

div.section ul.filter div.dropdown {
  position: absolute;
  z-index: 10;
  border: solid 1px #ccc;
  line-height: normal;
  white-space: nowrap;
  padding: 10px;
  width: auto;
  left: 0px;
  top: 40px;
  display: none;
  background: #fff;
  font-weight: normal;
}

div.section ul.filter li:hover div.dropdown,
div.section ul.filter div.dropdown.open {
  display: block;
}

div.section ul.filter div.arrow-down {
  position: absolute;
  right: 15px;
  top: 18px;
}

div.section ul.filter a.more {
  padding-right: 27px;
}

div.section ul.filter a.more.profile {
  padding-right: 15px;
}

div.section ul.filter a.more.profile img {
  width: 30px;
  height: 30px;
}

div.section ul.filter div.arrow-up {
  right: auto;
  left: 25px;
}

div.section ul.filter li:hover div.arrow-up {
  display: block;
}

div.section ul.filter a.notification {
  background: #b2b2b2;
  color: #fff;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  margin-left: -5px;
}

div.section ul.filter a.notification:hover {
  background: #bbb;
}

div.section ul.filter a.notification.on {
  background: #e8aa8e;
}

div.section ul.filter a.notification.on:hover {
  background: #f7b79b;
}

div.section ul.filter div.products {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 10px;
}

div.section ul.filter li.category div.products a {
  display: block;
  line-height: 2em;
  font-weight: normal;
  background: none;
  color: #000;
  text-transform: none;
}

div.section ul.filter li.category div.products a:first-child {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
  font-size: 15px;
  border-bottom: solid 1px #e2e2e2;
}

div.section ul.filter li.category div.products a:hover {
  background: #eee;
}

div.section ul.filter ul.nav {
  margin: -10px;
}

div.section ul.filter ul.nav li {
  display: block;
  padding: 0px;
}

div.section ul.filter ul.nav li a {
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}

div.section ul.filter ul.nav li.div {
  border-top: solid 1px #ddd;
}

div.section ul.filter .price input {
  border: solid 1px #eee;
  background-color: #eee;
  padding: 5px !important;
  width: 100px;
  font-size: 13px;
  color: #000;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
}

div.section ul.filter .price input.button {
  width: auto;
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
  padding: 5px 10px !important;
  cursor: pointer;
}

div.section ul.filter .price input.button:hover {
  background-color: #333;
}

div.section ul.filter .price input.button:active {
  background-color: #000;
}

/* More Settings Page */
body#more div#b {
  background: #f2f2f2;
}

body#more div#b .wr {
  width: 100%;
  padding: 0px;
}

ul.settings {
  display: block;
  margin: 0px 0px 20px 0px;
  list-style: none;
  background: #fff;
  font-size: 16px;
}

ul.settings li {
  border: solid 1px #ddd;
  margin-top: -1px;
}

ul.settings a {
  display: block;
  padding: 15px;
  color: #000;
  text-decoration: none;
}

ul.settings a:hover {
  background: #fcfcfc;
}

/* Used in Store Verify Page */
ul.requirement {
  margin-top: 1em;
}

ul.requirement li {
  list-style: none;
  padding: 5px 0px 5px 25px;
  line-height: 1.3em;
}

ul.requirement li.true {
  background: url(../../img/icon/ok.png) left center no-repeat;
}

ul.requirement li.false {
  background: url(../../img/icon/no.gif) left center no-repeat;
}

/* Popup Filter */
#filter {
  display: none;
  z-index: 10;
  position: fixed;
  top: 76px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border: solid 1px #ddd;
  background: #fff;
  overflow-y: scroll;
  padding-top: 50px;
}

#filter div.category {
  display: none;
  z-index: 11;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: solid 1px #ddd;
  background: #fff;
  overflow-y: scroll;
  text-align: left;
}

#filter a.button {
  width: 133px;
  margin: 4px 3px !important;
  color: #fff;
  background: #e2e2e2;
  text-transform: uppercase;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#filter a.button.active,
#filter a.button:active {
  background: #000;
}

#filter div.products a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 2em;
  padding: 0px 20px;
}

#filter div.products a:first-child {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

#filter a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  background: url(../../img/icon48/cross.png) center center no-repeat;
  background-size: 24px 24px;
}

/* Icon Button */
a.icon {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*vertical-align:middle;*/
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

a.icon.view {
  background: url(../../img/icon/view.gif) center center no-repeat;
}

a.icon.delete {
  background: url(../../img/icon/delete.gif) center center no-repeat;
}

a.icon.edit {
  background: url(../../img/icon/edit.gif) center center no-repeat;
}

a.icon.first {
  background: url(../../img/icon/first.png) center center no-repeat;
}

a.icon.prev {
  background: url(../../img/icon/prev.png) center center no-repeat;
}

a.icon.next {
  background: url(../../img/icon/next.png) center center no-repeat;
}

a.icon.last {
  background: url(../../img/icon/last.png) center center no-repeat;
}

a.icon.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: default;
}

/* Table Records */
table.records {
  min-width: 600px;
}

table.records,
table.records tr,
table.records td,
table.records th {
  border-collapse: collapse;
}

table.records {
  border: solid 1px #ddd;
}

table.records td,
table.records th {
  border: solid 1px #ddd;
  padding: 3px 6px;
  position: relative;
}

table.records tr.odd {
  background-color: #8ceeff;
}

table.records tr.deleting {
  background-color: #ffcccc;
}

table.records td div.full {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: none;
  background-color: #fff;
  padding: 3px 6px;
  width: 600px;
  z-index: 100;
  border: solid 1px #ddd;
}

table.records td:hover div.full {
  display: block;
}

table.records tr.paging td {
  text-align: center;
}

table.records tr.paging input.page {
  width: 2em;
  text-align: center;
  vertical-align: baseline;
  font-size: 12px;
}

table.records tr.paging span.info {
  margin: 0px 5px;
}

table.records tr.summary td {
  text-align: center;
}

/* Sortable */
table.records th.sortable {
  padding-right: 25px;
  background: url(../../img/icon/sortable.gif) right center no-repeat;
  cursor: pointer;
}

table.records th.sortable:hover {
  color: #66b;
}

table.records th.sortable.asc {
  background-image: url(../../img/icon/asc.gif);
}

table.records th.sortable.desc {
  background-image: url(../../img/icon/desc.gif);
}

/* List of checkboxes - use in country selection of shipping zone */
div.checkboxes {
  padding-bottom: 1.5em;
  height: 9em;
  overflow: scroll;
  border: solid 1px #ddd;
}

div.checkboxes label {
  margin: 0px;
  line-height: 1.5em;
  font-weight: normal;
  width: 165px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

div.checkboxes label:hover {
  overflow: visible;
}

div.checkboxes label:hover span {
  background: #fff;
  border: dotted 1px #aaa;
  padding: 0px 4px;
  position: relative;
  left: -5px;
}

div.checkboxes label.col0 {
  z-index: 3;
}

div.checkboxes label.col1 {
  z-index: 2;
  margin-left: 170px;
}

div.checkboxes label.col2 {
  z-index: 1;
  margin-left: 340px;
}

div.checkboxes label.col1.top {
  margin-top: -123em;
}

div.checkboxes label.col2.top {
  margin-top: -121.5em;
}

div.checkboxes label.disabled {
  color: #aaa;
}

/* Mobile Landing Page CSS */
body#mobile div#container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

body#mobile h1#logo {
  background-image: url("../../img/mobile/shopperboard.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 104px;
  margin: 40px 0px 20px;
  /* Hide the text */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body#mobile div#container ul.content {
  margin: 0;
  padding: 0;
  font-family: "Questrial", Century Gothic, Arial, Helvetica, sans-serif;
}

body#mobile div#container ul.content li {
  position: relative;
  list-style: none;
  background-position: center center;
  background-size: 640px;
  background-repeat: no-repeat;
  height: 325px;
}

body#mobile div#container ul.content li div.content_text_box {
  position: absolute;
  width: 390px;
  text-align: center;
  top: 30%;
  left: 50%;
  margin-left: -75px;
}

body#mobile div#container ul.content li div.content_text_box.windowshop {
  top: 20%;
  left: 50%;
  margin-left: -310px;
}

body#mobile div#container ul.content li h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 20px;
}

body#mobile div#container ul.content li a {
  font-size: 24px;
  color: #000;
}

body#mobile div#container ul.content li a:active {
  text-decoration: none;
}

body#mobile #get_app_buttons {
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  min-height: 250px;
}

body#mobile #get_app_buttons a {
  text-decoration: none;
}

body#mobile #get_app_buttons a.get_on_app_store img {
  width: 220px;
  height: 73px;
  position: absolute;
  right: 50%;
  margin-right: 20px;
}

body#mobile #get_app_buttons a.get_on_play_store img {
  width: 220px;
  height: 73px;
  position: absolute;
  left: 50%;
  margin-left: 20px;
}

#product div.related {
  background-color: #f2f2f2;
  padding: 40px 0px;
  margin-top: 50px;
  margin-bottom: -50px;
}

div.related h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1.5em;
  line-height: 1.3em;
}

div.related ul.tab li {
  font-weight: bold;
  font-size: 13px;
  line-height: 2em;
  width: 120px;
  text-align: center;
}

/* Usage: disabled.tpl */
div.app-buttons {
  margin-top: 2em;
}

div.app-buttons img {
  margin: 0px 10px;
}

/* Usage: email-notification.tpl, push-notification.tpl */
h1 form {
  float: right;
}

body.settings h1 {
  border-bottom: solid 1px #e2e2e2;
  padding-right: 10px;
}

body.settings h2 {
  font-size: 16px;
  background: #e2e2e2;
  padding: 5px 10px;
  margin-bottom: -1px;
}

ul.toggles {
  list-style: none;
}

ul.toggles li {
  position: relative;
  line-height: 20px;
  padding: 10px 100px 10px 10px;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: -1px;
}

ul.toggles li form {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

ul.toggles li a {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  width: 80px;
  text-align: center;
  color: #fff;
  background: #000;
  text-decoration: none;
}

ul.toggles li a[disabled] {
  background-color: #ccc;
  cursor: default;
  pointer-events: none;
}

input[type=submit][value=On] {
  border: none;
  border-right: solid 40px #e2e2e2;
  width: 80px;
  height: 24px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

input[type=submit][value=Off] {
  border: none;
  border-left: solid 40px #e2e2e2;
  width: 80px;
  height: 24px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

input[type=submit][disabled] {
  background: #ccc;
  cursor: default;
}

form.submitting input[type=submit][value=On],
form.submitting input[type=submit][value=Off] {
  color: #ddd;
}

ul.toggles li.l2 {
  padding: 0px;
}

ul.toggles li.l2 ul {
  list-style: none;
  margin-top: -1px;
}

ul.toggles li.l2 ul li {
  padding-left: 30px;
}

/* Store Activities */
form.activity,
form.edm {
  overflow: hidden;
  text-align: left;
  border: solid 1px #ddd;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

form.activity label,
form.edm label {
  display: block;
  margin-bottom: 0.8em;
}

form.activity label span,
form.edm label span {
  display: block;
  float: left;
  width: 160px;
  text-align: right;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1.3em;
}

form.activity label textarea {
  border: solid 1px #ccc;
  width: 600px;
  height: 3.9em;
  line-height: 1.3em;
}

form.activity label input[type=url],
form.edm label input[type=text] {
  width: 600px;
}

form.activity label input[type=submit],
form.edm label input[type=submit] {
  float: left;
  margin: 0px !important;
  width: 200px;
}

form.activity div.errors {
  border: solid 1px #f00;
  padding: 10px;
  margin-bottom: 1em;
  margin-left: 170px;
  background: #fdd;
  color: #f00;
}

div.activity img.image {
  width: 150px;
  height: auto;
  float: left;
}

div.activity {
  border: solid 10px #f2f2f2;
  padding: 5px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}

div.activity div.info {
  margin-left: 150px;
  padding: 10px;
}

div.activity h3 {
  margin-bottom: 1em;
}

div.activity div.message {
  margin-bottom: 1em;
  line-height: 1.25em;
}

div.activity div.time {
  color: #aaa;
}

div.activity a.fill {
  position: absolute;
  text-decoration: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

div.activity div.admin {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

form.activity a.cancel,
form.edm a.cancel {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 10px;
}

div.activity div.admin a {
  display: block;
  padding: 5px;
  float: left;
}

form.activity.loading label input[type=submit],
form.edm.loading label input[type=submit] {
  color: #999;
}

div.activity.processing div.admin a {
  color: #999;
}

/* Store Activity Page */
div.store-activity {
  overflow: hidden;
  border: solid 1px #ddd;
  margin-top: 1em;
}

div.store-activity img.main {
  width: 600px;
  height: 600px;
  float: left;
}

div.store-activity div.info {
  margin-left: 600px;
  padding: 20px;
}

div.store-activity div.store-info {
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
}

div.store-activity div.info div.store-info a.store-logo img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

div.store-activity div.time {
  margin-top: 1em;
  color: #aaa;
  margin-bottom: 2em;
}

/* Store Analytics Page */
div#store-analytics div.chart {
  display: inline-block;
  width: 100%;
  min-height: 300px;
}

div#store-analytics div#chartDailyProductViews {
  margin-top: 40px;
}

div#store-analytics div.custom-title {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
  margin-top: 30px;
}

div#store-analytics div.section-title {
  cursor: default;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto;
  font-size: 16px;
  color: #757575;
}

div#store-analytics div.section-sub-title {
  cursor: default;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto;
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 7px;
}

div#store-analytics td.td-vertical-middle {
  vertical-align: middle;
}

div#store-analytics .google-visualization-table-table th,
div#store-analytics .google-visualization-table-table tr td {
  padding: 7px 5px;
  line-height: 1.5em;
}

div#store-analytics td.google-visualization-table-type-number {
  text-align: center;
}

/* Deal Pages */
body.deal {
  margin: 0px;
  line-height: 1.3em;
  padding: 0px;
  background: #f2f2f2;
}

body.deal div.wrapper {
  margin: 0px;
}

body.deal img.main-image {
  width: 100%;
  display: block;
}

body.deal div.main-image {
  position: relative;
}

body.deal div.main-image h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 20px;
  color: #fff;
  line-height: 1.3em;
  text-shadow: 2px 2px 4px #000;
}

body.deal div.section {
  padding: 15px;
  margin: 0px;
  margin-bottom: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
}

body.deal div.section.first {
  border-top: none;
}

body.deal div.wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0px auto;
  padding-bottom: 60px;
}

body.deal div.section img {
  display: block;
  width: 100%;
}

body.deal h1 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

body.deal p.info {
  margin-bottom: 0px;
}

body.deal p.price {
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin-bottom: 0px;
}

body.deal p.price span.usual-price {
  text-decoration: line-through;
  color: #aaa;
  margin-right: 0.5em;
}

body.deal h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

body.deal div.section ul,
body.deal div.section ol {
  padding-left: 2em;
}

body.deal h3 {
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: bold;
}

body.deal p {
  margin-bottom: 0.8em;
}

body.deal div.buy {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: solid 1px #ddd;
  z-index: 2;
}

body.deal a.button,
body.deal input[type=button] {
  margin: 6px auto !important;
  width: 300px;
  border-radius: 2px;
  font-size: 15px;
}

body.deal div.navi {
  background: #000;
  color: #fff;
  line-height: 48px;
  font-size: 15px;
}

body.deal div.navi a.back {
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background: url(../../img/icon96/ic_action_back.png) center center no-repeat;
  background-size: 24px;
}

body.deal div.navi p {
  text-align: center;
  margin: 0px;
}

body.deal ul.options {
  list-style: none;
  padding: 0px;
}

body.deal ul.options li {
  background: #fff;
  padding: 15px;
  border-bottom: solid 1px #ddd;
  position: relative;
}

body.deal ul.options h2 {
  font-size: 15px;
  line-height: 1.3em;
}

body.deal ul.options p {
  font-size: 12px;
  margin: 0px;
}

body.deal ul.options p.price {
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

body.deal ul.options li a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

body.deal ul.options li:hover {
  background: #f9f9f9;
}

@media screen and (max-width: 360px) {
  body.deal div.section {
    padding: 10px;
  }

  body.deal p.price {
    bottom: 10px;
    right: 10px;
  }
}
ul.collection-view {
  list-style: none;
}

ul.collection-view li {
  line-height: 48px;
  font-size: 15px;
  background: #fff;
  padding: 0px 15px;
  border-bottom: solid 1px #ddd;
  position: relative;
}

ul.collection-view li.more {
  padding-right: 40px;
}

ul.collection-view li.header {
  background: none;
  line-height: 40px;
  padding-top: 8px;
  font-weight: bold;
}

ul.collection-view li span.right {
  float: right;
  margin: 0px;
}

ul.collection-view li.more:after {
  content: "";
  width: 16px;
  height: 100%;
  background: url(../../img/icon96/ic_more.png) center center no-repeat;
  background-size: 8px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
}

ul.collection-view li.selected:after {
  content: "";
  width: 24px;
  height: 100%;
  background: url(../../img/icon96/ic_tick.png) center center no-repeat;
  background-size: 24px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
}

ul.collection-view li.more a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

ul.collection-view li input,
ul.collection-view li select,
ul.collection-view div {
  font-size: 15px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  line-height: 48px;
  margin: 0px -15px;
  outline: none;
  display: block;
}

ul.collection-view li.cursor:hover {
  cursor: pointer;
}

body.deal div.section.message {
  text-align: center;
  font-size: 15px;
  line-height: 1.3em;
}

body.deal div.section.message h2 {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

body.deal div.buy p.secure {
  text-align: center;
  font-size: 10px;
  margin-bottom: 4px;
  margin-top: -4px;
}

body.deal div.buy p.secure img {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}

body.loading:after {
  content: "";
  display: block;
  position: fixed;
  background: url(../../img/loading-circle.gif) center center no-repeat rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 1000;
}

div.ui-dialog.loading:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/loading-circle.gif) center center no-repeat rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}

body#unsubscribe b.type {
  font-size: 15px;
  line-height: 1.3em;
}

body#store-track div.section.track h2 {
  font-size: 20px;
  line-height: 1.25em;
  margin-top: 1.25em;
}

body#store-track div.section.track h2:first-child {
  margin-top: 0;
}

body#store-track div.section.track {
  font-size: 15px;
  line-height: 1.25em;
}

body#store-track div.section.track p {
  margin-top: 1.25em;
}

body#store-track div.section.track pre {
  margin-top: 1.25em;
  border: solid 1px #e2e2e2;
  font-size: 13px;
  line-height: 1.25em;
  padding: 10px;
}

body#store-track div.section.track table,
body#store-track div.section.track tr,
body#store-track div.section.track th,
body#store-track div.section.track td {
  border: solid 1px #e2e2e2;
  border-collapse: collapse;
}

body#store-track div.section.track th,
body#store-track div.section.track td {
  padding: 10px;
}

table.simple th,
table.simple td {
  padding: 15px;
}

table.simple tr {
  border-top: solid 1px #eee;
}

table.simple thead tr {
  border-top: none;
}

table.simple th {
  font-weight: bold;
}

table.simple {
  width: 100%;
}

table.simple th.currency,
table.simple td.currency {
  text-align: right;
}

table.simple a {
  text-decoration: none;
  color: #0078bd;
}

table.simple a:hover {
  text-decoration: underline;
}

form.filter {
  text-align: right;
  margin-bottom: 1em;
}
form.filter select {
  -webkit-appearance: none;
  line-height: 38px;
  vertical-align: middle;
  margin: 0;
  border: solid 1px #ddd;
  padding: 0 39px 0 15px;
  border-radius: 2px;
  background: #fff url(../../img/ic_drop-2x.png) center right 8px no-repeat;
  background-size: 24px;
  cursor: pointer;
}
form.filter select:hover {
  background-color: #f2f2f2;
}
form.filter label {
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
form.filter label span {
  vertical-align: middle;
  margin-right: 10px;
}

/* Save page */
form#save img {
  width: 240px;
  height: 360px;
}

div#return-policy {
  line-height: 1.3;
  font-size: 14px;
}
div#return-policy li {
  font-size: 14px;
  font-weight: normal;
}
div#return-policy > h2 {
  font-size: 18px;
  margin: 1.3em 0;
}
div#return-policy > ol > li {
  margin: 1.8em 0 1.8em 1.5em;
  padding-left: 0.5em;
}
div#return-policy > ol > li > ul {
  margin-top: 0.65em;
}
div#return-policy > ol > li > table th,
div#return-policy > ol > li > table td {
  border: solid 1px #eee;
  padding: 10px;
}
div#return-policy li b.question {
  display: block;
  margin-bottom: 1.3em;
  font-weight: bold;
}

/* Shopping Cart page */
body.cart div.cart {
  background: #FFF;
}
body.cart div.cart ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body.cart div.cart ul.collections > li:first-child {
  border-top: solid 1px #e2e2e2;
}
body.cart div.cart ul.collections > li {
  border-bottom: solid 1px #e2e2e2;
  padding: 0px 15px;
}
body.cart div.cart ul.collections > li.shop {
  background: #f2f2f2;
  line-height: 32px;
}
body.cart div.cart ul.collections > li.product {
  padding: 15px;
  overflow: hidden;
  position: relative;
}
body.cart div.cart ul.collections > li.product img.product {
  width: 80px;
  height: auto;
  float: left;
}
body.cart div.cart ul.collections > li.shipping {
  line-height: 1.3em;
  padding-top: 14px;
  padding-bottom: 14px;
}
body.cart div.cart ul.collections > li.email {
  line-height: 48px;
}
body.cart div.cart ul.collections > li.email a {
  float: right;
  color: #0078bd;
}
body.cart div.cart ul.collections > li.selector {
  line-height: 1.3em;
  padding-top: 14px;
  padding-bottom: 14px;
}
body.cart div.cart ul.collections > li.selector div.label {
  margin-right: 80px;
  background: url(../../img/icon/ic_details.png) right center no-repeat;
  background-size: auto 12px;
  padding-right: 16px;
}
body.cart div.cart ul.collections > li.selector div.subtotal {
  line-height: 1em;
  margin-top: -0.5em;
  top: 50%;
}
body.cart div.cart ul.collections > li.selector:hover {
  cursor: pointer;
}
body.cart div.cart ul.collections > li.promo-code {
  line-height: 48px;
}
body.cart div.cart ul.collections > li.promo-code span {
  display: block;
  float: right;
}
body.cart div.cart ul.collections > li.promo-code a.remove-promo {
  color: #0078bd;
  display: inline-block;
  margin-left: 15px;
}
body.cart div.cart ul.collections > li.shipping span {
  display: block;
  float: right;
}
body.cart div.cart ul.collections > li.summary {
  padding: 15px;
}
body.cart div.cart ul.collections > li.summary ul li {
  padding: 5px 0px;
}
body.cart div.cart ul.collections > li.summary ul li span {
  display: block;
  float: right;
}
body.cart div.cart ul.collections > li.total {
  font-weight: bold;
  line-height: 48px;
}
body.cart div.cart ul.collections > li.total span {
  display: block;
  float: right;
}
body.cart div.cart ul.collections div.details {
  margin-left: 90px;
}
body.cart div.cart ul.collections h2 {
  font-size: 15px;
  margin: 0px;
  margin-right: 32px;
  line-height: 1.3;
}
body.cart div.cart ul.collections h2.inventory-status-3:before,
body.cart div.cart ul.collections h2.inventory-status-4:before {
  content: "Backorder";
  display: inline-block;
  padding: 2px 4px;
  margin: -3px 5px -2px 0px;
  background: #bbb;
  color: #fff;
  font-weight: normal;
  border-radius: 2px;
  font-size: 13px;
  vertical-align: middle;
}
body.cart div.cart ul.collections h2.inventory-status-4:before {
  content: "Preorder";
}
body.cart div.cart ul.collections a {
  text-decoration: none;
}
body.cart div.cart ul.options {
  margin-top: 10px;
  text-transform: capitalize;
}
body.cart div.cart div.quantity {
  line-height: 24px;
  margin-top: 10px;
  overflow: auto;
}
body.cart div.cart div.quantity a.minus,
body.cart div.cart div.quantity a.plus {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  border: solid 1px #ddd;
  border-radius: 2px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
}
body.cart div.cart div.quantity a.disable {
  color: #e2e2e2;
}
body.cart div.cart div.quantity a:hover {
  cursor: pointer;
}
body.cart div.cart div.quantity span.count {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
}
body.cart div.cart div.subtotal {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
body.cart div.cart div.subtotal span.usual-price {
  color: #ccc;
  text-decoration: line-through;
  margin-right: 10px;
}
body.cart div.cart div.address h2 {
  font-size: 18px;
  margin-bottom: 1em;
}
body.cart div.cart ul.collections button.delete {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../../img/icon/ic_delete_12dp.png) center center no-repeat;
  background-size: 12px;
  border: none;
  cursor: pointer;
  outline: none;
}
body.cart div.cart a.cta,
body.cart div.cart div.cta-placeholder {
  height: 78px;
}
body.cart div.cart a.cta {
  height: 48px;
  line-height: 48px;
  background: #000;
  color: #fff;
  text-align: center;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  max-width: 280px;
}
body.cart div.cart a.cta:hover {
  cursor: pointer;
}
body.cart div.cart p.secure {
  text-align: center;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
}
body.cart div.cart p.secure img {
  width: 8px;
  height: 8px;
  margin-right: 4px;
}
body.cart div.cart div.scrollable-view a.cta {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 15px;
}
body.cart div.cart ul.collections li {
  position: relative;
}
body.cart div.cart ul.collections li.more {
  line-height: 48px;
  background: url(../../img/icon/ic_details.png) right 15px center no-repeat;
  background-size: 7px 12px;
}
body.cart div.cart ul.collections li.more:hover {
  cursor: pointer;
}
body.cart div.cart ul.collections input[type=text],
body.cart div.cart ul.collections input[type=email] {
  border: none;
  padding: 0px 15px;
  margin: 0px -15px;
  width: 100%;
  line-height: 48px;
}
body.cart div.cart ul.collections input[type=text]::placeholder,
body.cart div.cart ul.collections input[type=email]::placeholder {
  color: #aaa;
}
body.cart div.cart ul.collections input[type=text]:focus,
body.cart div.cart ul.collections input[type=email]:focus {
  outline: solid 1px #64d18a;
  outline-offset: -1px;
}
body.cart div.cart ul.collections li div.address {
  line-height: 1.3em;
  padding: 15px 15px 15px 0;
}
body.cart div.cart ul.collections li div.address p {
  margin-top: 0.5em;
  margin-bottom: 0;
}
body.cart div.cart ul.collections li div.address p:first-child {
  margin: 0;
}
body.cart div.cart ul.collections > li.selected:after {
  content: " ";
  width: 24px;
  height: 24px;
  background: url(../../img/icon/ic_tick.png) center center no-repeat;
  background-size: 24px;
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
}
body.cart div.cart div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
body.cart div.cart ul.select-view li {
  padding: 15px;
  border-top: solid 1px #ddd;
}
body.cart div.cart ul.select-view li.title {
  font-weight: bold;
  border-bottom: solid 2px #000;
  border-top: none;
}
body.cart div.cart ul.select-view li.first {
  border-top: none;
}
body.cart div.cart ul.select-view li.selected {
  background: url(../../img/icon/ic_tick.png) right 15px center no-repeat;
  background-size: 24px;
}
body.cart div.cart ul.select-view li span {
  float: right;
  margin-right: 48px;
}
body.cart div.cart div.interstitial div.title {
  font-weight: bold;
  padding: 15px;
  border-top: solid 1px #e2e2e2;
}
body.cart div.cart div.interstitial div.message {
  padding: 0px 15px 15px 15px;
}
body.cart div.cart div.interstitial a.button {
  margin: 0px 15px;
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
}
body.cart div.cart div.interstitial a.learn-more {
  text-align: center;
  display: block;
  line-height: 1.25em;
  color: #000;
  margin: 10px;
}
body.cart div.cart div.empty-ui {
  text-align: center;
  margin: 70px auto;
}
body.cart div.cart .wr#add-address,
body.cart div.cart .wr#add-payment {
  max-width: 480px;
  width: auto;
}
body.cart div.cart a.button,
body.cart div.cart form input.button {
  margin: 15px auto !important;
  width: 240px;
  height: 48px;
  line-height: 48px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0px !important;
  display: block;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
}
body.cart div.cart a.button.cancel {
  background: #fff;
  color: #000;
  line-height: 46px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
body.cart div.cart div.buttons-group {
  text-align: center;
  padding-left: 20px;
  padding-right: 5px;
}
body.cart div.cart div.buttons-group a.button,
body.cart div.cart div.buttons-group input.button {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  max-width: 200px;
}
body.cart div.cart div.buttons-group a.button:first-child {
  margin-left: -15px !important;
  margin-right: 15px !important;
}
body.cart div.cart form ul li > select {
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 452px;
  line-height: 48px;
  margin-left: 5px;
  border-radius: 0px;
  padding: 0px 15px;
  margin: 0px -10px;
}
body.cart div.cart form ul li > div#card-element {
  padding: 0px 15px;
  margin: 0px -15px;
}
body.cart div.cart form ul.collections li .fields-valid {
  border: 1px solid #64d18a;
}
body.cart div.cart form ul.collections li .fields-invalid {
  outline: solid 1px #ed574a !important;
  outline-offset: -1px;
}
body.cart div.cart p.note,
body.cart div.cart p.error {
  padding: 14px;
  margin-bottom: 1.5em;
}
body.cart div.cart p.note {
  color: #000;
  background-color: #f2f2f2;
  border: solid 1px #ddd;
}
body.cart div.cart p.error {
  color: #ff0000;
  background-color: #fff2f2;
  border: solid 1px #fcc;
}
body.cart div.cart ul#confirm-order li:first-child div h2 {
  text-align: center;
}
body.cart div.cart ul#confirm-order li#payment a,
body.cart div.cart ul#confirm-order li#shipping a {
  display: block;
}

body.cart div.dialog-overlay > h2 {
  text-align: center;
  margin-bottom: 20px;
}
body.cart div.dialog-overlay > a {
  display: block;
  margin: 0px auto;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border: solid 1px #ddd;
  text-decoration: none;
  outline: none;
}
body.cart div.dialog-overlay > ul {
  width: 100%;
  max-height: 360px;
  overflow-y: scroll;
  list-style: none;
}
body.cart div.dialog-overlay > ul li {
  display: block;
  position: relative;
  padding: 15px 48px 15px 15px;
  margin: 0px;
  border-bottom: solid 1px #ddd;
  text-decoration: none;
  text-align: left;
}
body.cart div.dialog-overlay > ul li:last-child {
  border-bottom: none;
}
body.cart div.dialog-overlay > ul li.selected:after {
  content: " ";
  width: 24px;
  height: 100%;
  background: url(../../img/icon/ic_tick.png) center center no-repeat;
  background-size: 24px;
  position: absolute;
  right: 15px;
  top: 0px;
}
body.cart div.dialog-overlay > ul li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
body.cart div.dialog-overlay > ul li.section-header {
  background: #f2f2f2;
}
body.cart div.dialog-overlay > ul li.more {
  padding: 0px 15px;
  line-height: 48px;
  background: url(../../img/icon/ic_details.png) right 10px center no-repeat;
  background-size: 7px 12px;
}
body.cart div.dialog-overlay > ul li.more:hover {
  background-color: #f2f2f2;
}
body.cart div.dialog-overlay > ul li.more a {
  display: block;
  text-decoration: none;
}
body.cart div.dialog-overlay > ul li a.delete {
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  position: absolute;
  background: url(../../img/icon/ic_delete_12dp.png) center center no-repeat;
  background-size: 12px 12px;
}
body.cart div.dialog-overlay > ul li.selected a.delete {
  display: none;
}
body.cart div.dialog-overlay > ul#shipping-methods > li.selected:after {
  right: 10px;
}
body.cart div.dialog-overlay > ul#shipping-methods > li span {
  display: inline-block;
  margin-right: 10px;
}
body.cart div.dialog-overlay > ul#shipping-methods > li span:first-child {
  width: 160px;
}
body.cart div.dialog-overlay > ul#shipping-methods > li span:nth-child(2) {
  width: 64px;
  text-align: right;
}
body.cart div.dialog-overlay > ul#payment-methods-country > li.selected:after {
  right: 15px;
}
body.cart div.dialog-overlay > ul.dialog-options li.address p {
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 1.25em;
  padding-left: 0px;
  padding-right: 0px;
}
body.cart div.dialog-overlay > ul.dialog-options li.selected:after {
  right: 15px;
  bottom: 15px;
}
body.cart div.shipping-method-selector li span.shipping_fee {
  float: right;
}
body.cart ul.cart div.error {
  color: #f00;
  margin-top: 1em;
}
body.cart ul.cart div.error form {
  display: inline;
}
body.cart ul.cart div.error button {
  border: none;
  padding: 0px 10px !important;
  margin-left: 0.5em !important;
  height: 28px;
  line-height: 28px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
body.cart ul.cart div.error button:hover {
  background: #404040;
}
body.cart div#b {
  background: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
}
body.cart div#b h1 {
  font-size: 24px;
}
body.cart div#b div.wr {
  max-width: 600px;
  border: solid 1px #ddd;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  position: relative;
}
body.cart div#b div.wr.loading:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/loading-circle.gif) center center no-repeat rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
body.cart div#c {
  background: #f2f2f2;
}

/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0px 0px 5px;
  font-size: 15px;
  border-radius: 4px;
  position: relative;
  pointer-events: all !important;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #fff;
  text-decoration: underline;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/* Orders page */
body#orders {
  background: #f2f2f2;
}
body#orders h1 {
  text-align: center;
  font-size: 20px;
  margin: 1em auto;
}
body#orders #b .wr {
  max-width: 600px;
  font-size: 15px;
  width: auto;
}
body#orders .empty-ui {
  text-align: center;
  color: #b2b2b2;
}
body#orders .empty-ui img {
  width: 192px;
  height: 192px;
  display: block;
  margin: 0 auto;
}
body#orders div.order {
  background: #fff;
  border: solid 1px #ddd;
  padding: 15px;
  margin-top: -1px;
  position: relative;
}
body#orders div.order table {
  width: 100%;
}
body#orders div.order table th,
body#orders div.order table td {
  padding: 5px 10px;
}
body#orders div.order table th {
  padding-right: 15px;
  white-space: nowrap;
  color: #aaa;
  font-weight: normal;
  width: 1px;
}
body#orders div.order a.overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body#orders div.order:hover {
  background: #f8f8f8;
}
body#orders div.more {
  text-indent: -99999px;
  height: 80px;
  background: url(../../img/loading-circle.gif) center center no-repeat;
}

@media only screen and (max-width: 600px) {
  body#orders div.order {
    border-left: none;
    border-right: none;
  }
  body#orders #b {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* New layout - header & footer */
#f {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  height: unset;
}

#sub-footer .link a {
  display: block;
  line-height: 1.5em;
  margin: 0;
  color: #999;
}

#sub-footer .f {
  line-height: 24px;
}

#sub-footer {
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #fffbef;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

#sub-footer h4 {
  margin-bottom: 15px;
}

#sub-footer .des {
  margin-bottom: 30px;
}

#f .b {
  width: 1140px;
}

#sub-footer img.app-store,
#sub-footer .google-play {
  max-width: 40%;
}

#sub-footer .logo {
  max-width: 75%;
  margin-bottom: 100px;
}

#f a.sm {
  margin: 0 20px 0 0;
}

#f a.sm {
  background-image: url(../../img/sm-24-4.0.0.png);
}

#f a.sm.fb {
  margin-right: 10px;
}

#h {
  height: 114px;
  line-height: 52px;
}

#h .wr {
  padding: 15px 10px;
}

#h .wr .app-play {
  position: absolute;
  float: left;
}

#h .wr .app-play img {
  margin-left: 15px;
}

#h .wr .app-play img {
  width: 120px;
  height: auto;
}

#h a.logo {
  background-image: url(../../img/shopperboard.v4.dark.png);
  background-size: contain;
  left: 50%;
  margin-left: -100px;
}

#h ul.link a.more.profile img {
  width: 25px;
  height: 25px;
}

#h ul.link a.notification,
#h ul.link a.shopping-bag {
  background: unset;
  position: relative;
}

#h ul.link a.notification:hover,
#h ul.link a.shopping-bag:hover {
  background: unset;
}

#h ul.link a.notification > img {
  width: 23px;
}

#h ul.link a.shopping-bag span.bag-count {
  position: absolute;
  background: #000;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  bottom: -3px;
  right: -3px;
  font-size: 11px;
}

#h ul.link a.shopping-bag span.bag-count.hide {
  display: none;
}

#h ul.link a.notification span.notification-count {
  position: absolute;
  background: #000;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  bottom: -3px;
  right: -2px;
  font-size: 11px;
}

#h ul.browse li.search {
  float: right;
}

#h ul.browse li.search input[type=text] {
  background: unset;
  border: solid 1px #dfdfdf;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  width: 250px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 9px;
}

#h ul.browse li.search input[type=text]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 170, 142, 0.7);
}

#h ul.browse li.search input[type=text]::-webkit-input-placeholder,
#h ul.browse li.search input[type=text]::-moz-input-placeholder,
#h ul.browse li.search input[type=text]::-ms-input-placeholder {
  color: #3d3b3c;
}

#h ul.browse li.search input[type=submit] {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: relative;
  left: 30px;
  background: url(../../img/icon/search_v2.png) center center no-repeat;
  border: 0;
  cursor: pointer;
  background-size: contain;
}

#h ul.browse li.search input[type=submit].camera {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: relative;
  left: -30px;
  background: url(../../img/icon/camera.png) center center no-repeat;
  border: 0;
  cursor: pointer;
  background-size: contain;
}

#b.index {
  padding-top: 114px;
}

#b {
  padding-top: 124px;
}

#b.index div.banner a.badge.appstore img,
#b.index div.banner a.badge.googleplay img {
  height: auto;
}

#b.index div.banner a.badge.googleplay {
  top: 210px;
}

.top-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-wrap .left {
  flex-basis: 25%;
  box-sizing: border-box;
}

.top-wrap .right {
  flex-basis: 75%;
  box-sizing: border-box;
  padding-left: 70px;
}

.top-wrap .right .link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.top-wrap .right .footer_column {
  padding: 15px;
  max-width: 260px;
}

#f a.sm.tw {
  margin-right: 0;
}

#h .wr {
  width: 1140px;
}

#h ul.link.browse div.arrow-up {
  left: 0;
  right: 0;
}

div.arrow-up {
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  border-bottom: 3px solid #000;
}

#h ul.link a:hover {
  background-color: #fafafa;
}

#h ul.link.browse {
  line-height: 47px;
}

#h ul.link.browse div.dropdown {
  top: 47px;
}

.flag-icon {
  border: 1px solid #eee;
}

.flag {
  font-size: 18px;
  vertical-align: middle;
}

#h ul.link div.dropdown.country .button:hover {
  background: #333;
}

#h ul.link div.dropdown.country .button {
  width: 200px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  display: block;
}

#h ul.link div.dropdown.country .flag-wrap {
  padding: 15px 0;
}

#h ul.link div.dropdown.country .flag {
  font-size: 24px;
}

#h ul.link div.dropdown.country {
  white-space: normal;
  text-align: center;
  top: 13px;
  right: 35px;
}

#h ul.link div.dropdown.country .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
}

#h ul.link a.more {
  padding-right: 10px;
}

#h ul.link div.arrow-down {
  right: 3px;
  top: 23px;
}

#h ul.link a.shopping-bag span.bag-count,
#h ul.link a.notification span.notification-count {
  z-index: 99;
}

button#loadmore {
  margin: 2em auto 1em !important;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 25px !important;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  clear: both;
}

button#loadmore:hover {
  background: #333;
}