/**
 * Global Colors Definition
 * The idea there is defining and fixing all global colors used on the website, without context
 * If you have to use #CC9D49 to your style sheet, use @orange
 * You have to change a previous color set to @darkGray1 to something else doesn't exist, do not change the static color definition
 * please create a dedicated color variable with a contextual name, like: @menuAnchorOrange for example
 *
 * Last but not least: you have to use directly white or black without referencing it to a variable. Do not use hexa code or rgb code for
 * these two colors
 */
/**
 * Static colors definitions
 */
/**
 * Variable colors definitions
 */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
/**
 * fontSizer - convert a font size in em by using the body font-size as a "yardstick"
 * magic number "16" is the browserFontSize in pixels. This is habitually the default font size
 *
 * @param  {px} fontSize: wanted font size in px
 * @return {em} returns the wanted font size in em
 */
/**
 * placeHolderCustomizer - change properties of the placeholder.
 * This mixin shall be applied on the input element it should fit
 * @source : http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css#answer-2610741
 */
.a11yOutline {
  outline: 3px solid #3A869D;
  z-index: 2;
}
.filter-caps,
.filter-bar,
.filter-colors,
.filter-slider {
  text-align: center;
  background: #1D1B1B;
  position: relative;
}
.filter-header {
  position: relative;
  font-size: 75%;
  font-weight: bold;
  height: 19px;
  line-height: 19px;
  padding: 5px 11px;
  background: url("/_ui/img/ProductBrowserBlock/tabs.png") no-repeat scroll right -83px transparent;
  text-transform: uppercase;
}
button.as-link.reset-filters {
  background: url("/_ui/img/ProductBrowserBlock/cross-btn.png") no-repeat scroll 0 7px transparent;
  color: white;
  padding: 0 0 0 12px;
  position: absolute;
  right: 10px;
  text-transform: none;
  top: 30px;
  line-height: 19px;
  font-size: 0.75em;
}
.filter-bar,
.dropdown-filter,
.filter-caps,
.filter-colors,
.filter-slider {
  background: none repeat scroll 0 0 #1D1B1B;
}
.filter-bar fieldset,
.dropdown-filter fieldset,
.filter-caps fieldset,
.filter-colors fieldset,
.filter-slider fieldset {
  border-bottom: 1px solid black;
  padding-bottom: 7px;
}
.filter-bar legend,
.dropdown-filter legend,
.filter-caps legend,
.filter-colors legend,
.filter-slider legend {
  font-size: 75%;
  font-weight: bold;
  padding: 6px 11px;
  text-align: left;
  text-transform: uppercase;
}
.dropdown-filter .filter-dropdown-wrapper {
  margin: 3px 0 7px -3px;
  padding-left: 10px;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-trigger {
  background: url("/_ui/img/FormElements/select-header-bg-list.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 91.7%;
  font-weight: 400;
  height: 28px;
  line-height: 26px;
  margin-left: 2px;
  padding-right: 28px;
  position: relative;
  text-align: left;
  text-indent: 14px;
  width: 274px;
  z-index: 1;
}
.custom-dropdown .custom-dropdown-trigger .ui-icon-triangle-1-s {
  position: absolute;
  background: url("/_ui/img/FormElements/toggle-icon-3-list.png") no-repeat scroll right 0 transparent;
  height: 28px;
  top: 0;
  right: 0;
  width: 28px;
}
.custom-dropdown .custom-dropdown-trigger.dialogOpened .ui-icon-triangle-1-s {
  background-position: right -28px;
}
.custom-dropdown .custom-dropdown-dialog {
  position: absolute;
  margin: 0;
  padding: 0;
}
.a11y-navigation .custom-dropdown .custom-dropdown-dialog :focus,
.a11y-navigation .custom-dropdown .custom-dropdown-dialog .ui-state-focus {
  outline: 3px solid #3A869D;
  z-index: 2;
}
.custom-dropdown .custom-dropdown-dialog .ui-dialog-titlebar {
  display: none;
}
.custom-dropdown .custom-dropdown-dialog ul {
  background: url("/_ui/img/FormElements/dropdown-bg-off.png") repeat-y scroll 0 0 transparent;
  width: 274px;
}
.custom-dropdown .custom-dropdown-dialog li {
  background: url("/_ui/img/FormElements/select-list-bg-list.png") no-repeat scroll 0 -3px transparent;
  border: medium none;
  list-style: none outside none;
  color: #2A2C2C;
  cursor: pointer;
  height: 22px !important;
  line-height: 22px;
  font-weight: 400;
  font-size: 0.91666667em;
}
.custom-dropdown .custom-dropdown-dialog li label {
  cursor: pointer;
  color: #CCCCCC;
  font-size: 91.7%;
  height: 20px;
  padding-left: 20px;
  display: block;
}
.custom-dropdown .custom-dropdown-dialog li.first {
  background: url("/_ui/img/FormElements/select-list-bg-list.png") no-repeat scroll 0 top transparent;
  height: 25px;
}
.custom-dropdown .custom-dropdown-dialog li.last {
  background: url("/_ui/img/FormElements/select-list-bg-list.png") no-repeat scroll 0 bottom transparent;
  height: 25px;
}
.custom-dropdown .custom-dropdown-dialog li.hover {
  background: url("/_ui/img/FormElements/select-list-bg-list-on.png") no-repeat scroll 0 -3px transparent;
}
.custom-dropdown .custom-dropdown-dialog li.hover label {
  color: white;
}
.custom-dropdown .custom-dropdown-dialog li.hover.first {
  background: url("/_ui/img/FormElements/select-list-bg-list-on.png") no-repeat scroll 0 top transparent;
}
.custom-dropdown .custom-dropdown-dialog li.hover.last {
  background: url("/_ui/img/FormElements/select-list-bg-list-on.png") no-repeat scroll 0 bottom transparent;
}
.custom-dropdown .custom-dropdown-dialog li.disabled label {
  cursor: default;
  color: #333333;
}
.filter-caps .btn-filter {
  cursor: pointer;
  font-size: 66.7%;
  height: 13px;
  padding-top: 14px;
  width: 20px;
  background: url("/_ui/img/ProductBrowserBlock/caps-filter.png") no-repeat 50% top;
  display: inline-block;
  line-height: normal;
  overflow: visible;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 1px;
}
.filter-caps .btn-filter.not-selected {
  background-position: center -35px;
  background-color: transparent;
}
.filter-caps .btn-filter.not-selected:hover {
  background-position: center top;
  background-color: #696969;
}
.filter-caps .btn-filter.disabled {
  background-position: center -35px !important;
  background-color: transparent !important;
  color: #AAA;
  cursor: default;
}
.filter-caps .fresh .btn-filter {
  background-position: 50% top;
}
.vertuo .filter-caps .btn-filter {
  background-image: url("/_ui/img/ProductBrowserBlock/vertuo-caps-filter.png");
}
.filter-bar .btn-filter {
  color: black;
  cursor: pointer;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 75%;
  font-weight: 700;
  line-height: 27px;
  padding: 0 6px;
  position: relative;
  display: inline-block;
  height: 27px;
  background: url("/_ui/img/ProductBrowserBlock/cafe-btn-filter.png") repeat-x left 0;
  vertical-align: middle;
  margin-right: 1px;
  margin-left: 0;
  overflow: visible;
}
.filter-bar .btn-filter.full-width-elem-2 {
  width: 41%;
}
.filter-bar .btn-filter.full-width-elem-3 {
  width: 26%;
}
.filter-bar .btn-filter span.text {
  display: inline-block;
  line-height: 22px;
}
.filter-bar .btn-filter.technology span.text {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  padding: 0;
  text-indent: -9999px;
  width: 111px;
}
.filter-bar .btn-filter.selected,
.filter-bar .btn-filter:hover {
  background-position: center -54px;
  color: #AAA;
}
.filter-bar .btn-filter.selected .border-l,
.filter-bar .btn-filter:hover .border-l,
.filter-bar .btn-filter.selected .border-r,
.filter-bar .btn-filter:hover .border-r {
  background-position: center -81px;
}
.filter-bar .btn-filter.disabled,
.filter-bar .btn-filter.disabled:hover {
  color: #AAA;
  background-position: 0 0;
  cursor: default;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
}
.filter-bar .btn-filter.disabled .border-l,
.filter-bar .btn-filter.disabled:hover .border-l,
.filter-bar .btn-filter.disabled .border-r,
.filter-bar .btn-filter.disabled:hover .border-r {
  background-position: 0 -27px;
}
.filter-bar .btn-filter.first {
  border-top-left-radius: .25em;
  border-bottom-left-radius: .25em;
}
.filter-bar .btn-filter.last {
  border-top-right-radius: .25em;
  border-bottom-right-radius: .25em;
}
.filter-bar .btn-filter.cupsize.full-width-elem-4 {
  width: 41%;
  margin: 0 2px 2px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.filter-bar .btn-filter.cupsize.full-width-elem-more {
  margin-bottom: 2px;
  width: 26%;
}
.filter-bar.filter-aromatic {
  text-align: left;
  padding-left: 10px;
}
.filter-bar.filter-aromatic legend {
  padding: 6px 0;
}
.filter-bar.filter-aromatic .btn-filter {
  text-align: center;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-2 {
  width: 42.5%;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-3,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more {
  width: 27%;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-4 {
  width: 42.5%;
  margin-bottom: 1px;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-4.elem-order-1 {
  border-top-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-4.elem-order-2 {
  border-top-right-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-4.elem-order-3 {
  border-bottom-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-4.elem-order-4 {
  border-bottom-right-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5 {
  margin-bottom: 1px;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5.elem-order-1 {
  border-top-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5.elem-order-3 {
  border-top-right-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5.elem-order-4 {
  width: 42.75%;
  border-bottom-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-5.elem-order-5 {
  width: 42.75%;
  border-bottom-right-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more {
  margin-bottom: 1px;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6.elem-order-1,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more.elem-order-1 {
  border-top-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6.elem-order-3,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more.elem-order-3 {
  border-top-right-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6.filter-elem-multi-first,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more.filter-elem-multi-first {
  border-bottom-left-radius: .25em;
}
.filter-bar.filter-aromatic .btn-filter.full-width-elem-6.filter-elem-multi-last,
.filter-bar.filter-aromatic .btn-filter.full-width-elem-more.filter-elem-multi-last {
  border-bottom-right-radius: .25em;
}
.filter-bar.filter-no-icon .btn-filter {
  padding-left: 0;
  font-size: 83.3%;
}
.filter-bar.filter-no-icon .btn-filter span.ui-button-text {
  padding-left: 0;
  background: none;
}
.filter-bar.cupsizes span.text {
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 0 -72px;
}
.filter-bar.cupsizes label:hover span.text,
.filter-bar.cupsizes label.selected span.text,
.filter-bar.cupsizes label.disabled span.text {
  background-position: 0 -12px;
}
.filter-slider {
  text-align: center;
}
.filter-slider .pricerange-wrapper-inner,
.filter-slider .pricerange-min,
.filter-slider .pricerange-max {
  display: table-cell;
  white-space: nowrap;
}
.filter-slider .pricerange-min {
  font-size: 75%;
  padding: 0 9px;
  width: 15%;
  text-align: right;
}
.filter-slider .pricerange-max {
  font-size: 75%;
  padding: 0 9px;
  width: 15%;
  text-align: left;
}
.filter-slider .pricerange-container {
  margin-bottom: 5px;
  margin-top: 23px;
  display: table;
  width: 100%;
}
.filter-slider .pricerange-container .pricerange-wrapper {
  display: table-row;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner {
  width: 70%;
  background: url("/_ui/img/ProductBrowserBlock/price-slider-bg.gif") repeat-x center 3px;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange {
  position: relative;
  border: 1px solid #313131;
  height: 9px;
  margin: 0;
  overflow: inherit;
  top: 2px;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange .ui-slider-range {
  position: absolute;
  background: #5f5f5f;
  background: rgba(95, 95, 95, 0.5);
  height: 5px;
  margin-top: 2px;
  border: none;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange .ui-slider-handle {
  height: 7px;
  top: 1px;
  width: 11px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange .ui-slider-handle .ui-button-text {
  bottom: 9px;
  left: -7px;
  position: absolute;
  background: url("/_ui/img/ProductBrowserBlock/price-slider-bg-tag.png") no-repeat center top;
  font-size: 66.7%;
  line-height: 1.5em;
  color: #313138;
  width: 27px;
  height: 16px;
  cursor: hand;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange .ui-slider-handle.left {
  background: url("/_ui/img/ProductBrowserBlock/price-slider-handle-left.gif") no-repeat center center;
  margin-left: -6px;
}
.filter-slider .pricerange-container .pricerange-wrapper .pricerange-wrapper-inner .pricerange .ui-slider-handle.right {
  background: url("/_ui/img/ProductBrowserBlock/price-slider-handle-right.gif") no-repeat center center;
  margin-left: -6px;
}
.filter-colors .title {
  margin-bottom: 14px;
}
.filter-colors .machine-color-lists {
  padding: 0 6px;
}
.filter-colors .btn-filter {
  display: inline-block;
  font-size: 66.7%;
  text-align: center;
  cursor: pointer;
  line-height: normal;
  margin-right: .1em;
  overflow: visible;
  position: relative;
  vertical-align: middle;
}
.filter-colors .btn-filter.disabled {
  cursor: default;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
}
.filter-colors .btn-filter.display-none {
  display: none;
}
.filter-colors .outer-circle {
  margin: 1px;
  padding: 1px 0;
  border: 2px transparent solid;
}
.filter-colors .outer-circle:hover,
.filter-colors .outer-circle.selected,
.filter-colors .outer-circle.active {
  border: 2px #444 solid;
}
.filter-colors .outer-circle .inner-disc {
  margin: 0 1px;
  border: 2px solid #DDD;
}
.active .outer-circle {
  border: 2px #444 solid;
}
.coffee-line-tab {
  position: relative;
  z-index: 10;
  margin-top: 10px;
}
.coffee-line-tab ul {
  display: table;
  margin-bottom: -2px;
  padding: 0;
}
.coffee-line-tab ul li {
  border: medium none;
  display: table-cell;
  list-style: none outside none;
  width: 133px;
}
.coffee-line-tab .container-tooltip {
  border: none;
  background: transparent;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  position: absolute;
  padding: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
}
.product-page {
  margin: 0;
}
.products-list {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  margin: 0 0 20px 0;
  position: relative;
  width: 292px;
}
.products-list .product-list-wrapper {
  background: url("/_ui/img/ProductBrowserBlock/products-list-bg.png") repeat-x scroll 0 0 #dcdfe4;
}
.products-list .product-list-title {
  background: url("/_ui/img/ProductBrowserBlock/prod-list-title.png") repeat-x scroll left top black;
  height: 27px;
  position: relative;
  width: 292px;
}
.products-list .product-list-title .reset {
  position: absolute;
  right: 10px;
  top: 0;
  color: #888888;
  line-height: 27px;
  font-weight: 400;
  font-size: 0.75em;
}
.products-list .product-list-title .reset .icon {
  background: url("/_ui/img/ProductBrowserBlock/icon-close.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 5px;
}
.products-list .product-list-title .section-title {
  height: auto;
  line-height: 27px;
  padding: 0 10px;
  text-align: left;
  width: 272px;
}
.products-list .prod-sort {
  background-color: black;
  position: relative;
}
.products-list .product-filter {
  background-color: #1D1B1B;
  border-bottom: 1px solid #060505;
  border-top: 1px solid #292727;
  color: white;
  height: 62px;
  padding: 0 10px;
  position: relative;
  width: auto;
  z-index: 10;
}
.products-list .product-filter p {
  margin: 0;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 400;
  font-size: 0.75em;
}
.products-list .products-group {
  border-bottom: 1px solid #BBBBBB;
}
.products-list .products-group .product-item {
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 91.7%;
  font-weight: 400;
  height: 71px;
  line-height: 14px;
  cursor: pointer;
  border-bottom: 1px solid #BBBBBB;
  border-top: 1px solid white;
  position: relative;
  text-transform: uppercase;
  width: auto;
  color: #2A2C2C;
  background: url("/_ui/img/ProductBrowserBlock/products-list-bg.png") repeat-x scroll 0 71px transparent;
}
.products-list .products-group .product-item .vcenter {
  height: 71px;
  width: 292px;
}
.products-list .products-group .product-item .title {
  width: 92px;
  font-size: 109.1%;
  font-weight: 700;
  height: 71px;
  display: inline-block;
}
.products-list .products-group .product-item .title a {
  line-height: 14px;
  font-size: 91.7%;
  display: inline-block;
}
.products-list .products-group .product-item img.thumb {
  margin-top: 5px;
}
.products-list .products-group .product-item .price {
  display: inline-block;
  text-align: right;
  width: 85px;
  margin: 0 10px 0 0;
  padding-top: 22px;
}
.products-list .products-group .product-item .price.double-prices {
  width: 95px;
  padding: 14px 0 0;
}
.products-list .products-group .product-item .price strong,
.products-list .products-group .product-item .price small {
  display: block;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  line-height: 14px;
  text-align: right;
  font-size: 90%;
}
.products-list .products-group .product-item .price strong .primary-price-suffix,
.products-list .products-group .product-item .price small .primary-price-suffix {
  font-size: 80%;
}
.products-list .products-group .product-item .price strong {
  font-weight: 700;
  font-size: 109.1%;
  margin-top: 7px;
}
.products-list .products-group .product-item .price small {
  font-size: 66.6%;
  color: #929394;
  font-weight: 400;
}
.products-list .products-group .product-item .price small span {
  color: #929394;
}
.products-list .products-group .product-item.selected .capsule .title .intensity .number {
  color: white;
}
.products-list .products-group .product-item .capsule .title {
  padding-top: 18px;
  height: 53px;
}
.products-list .products-group .product-item .capsule .title .intensity {
  bottom: 14px;
  margin: 1px 0 0;
  position: absolute;
}
.products-list .products-group .product-item .capsule .title .intensity .number {
  color: black;
}
.products-list .products-group .product-item .accessory .title {
  line-height: 71px;
}
.products-list .products-group .product-item .accessory .title a {
  margin-top: -1px;
  vertical-align: middle;
}
.products-list .products-group .product-item .machine .title {
  height: 45px;
  padding-top: 20px;
  width: 120px;
}
.products-list .products-group .product-item .machine .colors {
  display: block;
}
.products-list .products-group .product-item .machine .colors .outer-circle {
  margin: 0;
  padding: 0;
  margin-left: 2px;
  border: 1px #AFAFAF solid;
}
.products-list .products-group .product-item .machine .colors .outer-circle .inner-disc {
  height: 7px;
  width: 7px;
  border: 1px solid white;
}
.products-list .products-group .product-item .machine .colors .milk {
  margin-left: 2px;
}
.products-list .products-group .product-item .machine .price {
  padding-top: 0;
  width: 100px;
}
.products-list .products-group .product-item .machine .price.double-prices {
  padding-top: 10px;
}
.products-list .products-group .product-item .machine .price .from {
  display: block;
  font-size: 80%;
  padding-left: 4px;
  text-transform: none;
}
.products-list .products-group .product-item:hover {
  background: url("/_ui/img/ProductBrowserBlock/product-list-hover.png") repeat-x scroll 0 -142px transparent;
}
.products-list .products-group .product-item.selected {
  background: url("/_ui/img/ProductBrowserBlock/product-list-hover.png") repeat-x scroll 0 0 transparent;
}
.products-list .products-group .product-item.selected .from {
  color: white;
}
.products-list .products-group .product-item.selected a {
  color: white;
}
.products-list .products-group .product-item.selected span {
  color: white;
}
.products-list .products-group .product-item.last {
  border-bottom: none;
}
.products-list .products-group .product-item:active {
  background-color: #1F1F1F;
}
.products-list .products-group .product-item .thumb {
  margin: 0;
}
.products-list .products-group .product-item a {
  color: #2A2C2C;
  text-decoration: none;
}
.products-list .products-group .product-item.custom-bg {
  color: white;
}
.products-list .products-group .product-item.custom-bg a,
.products-list .products-group .product-item.custom-bg strong,
.products-list .products-group .product-item.custom-bg small {
  color: white !important;
}
.products-list .products-group .product-item.custom-bg a span,
.products-list .products-group .product-item.custom-bg strong span,
.products-list .products-group .product-item.custom-bg small span {
  color: white !important;
}
.products-list .pagination {
  position: absolute;
  right: 10px;
  z-index: 1;
}
.products-list .pagination .prev,
.products-list .pagination .next {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid transparent;
  font-family: tahoma;
  font-size: 116.7%;
  font-weight: normal;
  margin-bottom: 2px;
}
.products-list .pagination .prev span.ui-button-text,
.products-list .pagination .next span.ui-button-text {
  color: white;
}
.products-list .pagination .prev.disabled span.ui-button-text,
.products-list .pagination .next.disabled span.ui-button-text {
  color: #666666;
}
.products-list .pagination .pager-items {
  display: inline-block;
  margin: 0 5px;
}
.products-list .pagination span {
  color: #666666;
}
.products-list .pagination ul {
  border-bottom: medium none;
  border-top: medium none;
}
.products-list .pagination ul li {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 100%;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.products-list .pagination ul li a {
  display: block;
  color: #666666;
  font-weight: 700;
  padding: 0 1px;
  text-decoration: none;
  line-height: 21px;
}
.products-list .pagination ul li a:hover {
  color: white;
}
.products-list .pagination ul li.ui-state-hover a,
.products-list .pagination ul li.ui-state-active a {
  color: white;
}
.products-list .pagination ul li.active a {
  color: white;
}
.products-list li img {
  margin: 0 10px;
  vertical-align: middle;
}
.products-list li em {
  color: #614C28;
}
.page-header {
  height: 377px;
  position: relative;
  width: 684px;
}
.page-header .collection {
  left: 0;
  position: absolute;
  top: 20px;
}
.page-header .visuals {
  height: 377px;
  position: relative;
  width: 684px;
}
.page-header .visuals img {
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  max-width: 684px;
}
.page-header .visuals span img {
  top: 20px;
}
.page-header .machine-slider .color-selector {
  bottom: 20px;
  height: 34px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.page-header .machine-slider .color-selector .slider-nav {
  display: inline-block;
  height: 32px;
  width: 32px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 10px;
}
.page-header .machine-slider .color-selector .slider-nav:hover {
  border: 2px solid #7f7f7f;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.page-header .machine-slider .color-selector .slider-nav .slider-arrow {
  background: url("/_ui/img/sprite.png") no-repeat scroll 12px 11px #7f7f7f;
  background: url("/_ui/img/sprite.png") no-repeat scroll 12px 11px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 0;
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: bottom;
  color: white;
  text-decoration: none;
  font-size: 1.66666667em;
}
.page-header .machine-slider .color-selector .slider-nav .slider-arrow.next {
  background-position: 12px -39px;
}
.page-header .machine-slider .color-selector .color-nav {
  background-color: #7f7f7f;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: inline-block;
  height: 25px;
  padding: 7px 12px 0 12px;
  position: relative;
  vertical-align: top;
  margin-top: 2px;
}
.page-header .machine-slider .color-selector .color-nav .color-item {
  float: left;
}
.page-header .machine-slider .color-selector .color-nav .color-item .machine-color {
  height: 18px;
  position: relative;
  width: 18px;
}
.page-header .machine-slider .color-selector .color-nav .color-item .machine-color:hover .outer-circle {
  border: 2px #444 solid;
}
.page-header .machine-slider .color-selector .color-nav .color-item .machine-color .color .outer-circle {
  padding: 2px;
}
.page-header .machine-slider .color-selector .color-nav .color-item .machine-color .color .inner-disc-small {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid white;
}
.page-header .product-detail-trigger {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.page-header .product-detail-trigger .slider-btn {
  position: relative;
  display: block;
  float: left;
  height: 33px;
  width: 33px;
  background: none;
  border: none;
  z-index: 3;
}
.page-header .product-detail-trigger .slider-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
}
.page-header .product-detail-trigger .slider-btn.play-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -97px 7px transparent;
}
.page-header .product-detail-trigger .slider-btn.play-btn:hover:before {
  background-position: -97px -43px;
}
.page-header .product-detail-trigger .slider-btn.threedee-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -145px 7px transparent;
}
.page-header .product-detail-trigger .slider-btn.threedee-btn:hover:before {
  background-position: -145px -43px;
}
.page-header .product-detail-trigger .slider-btn.zoom-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -47px 7px transparent;
}
.page-header .product-detail-trigger .slider-btn.zoom-btn:hover:before {
  background-position: -47px -43px;
}
.product-detail-wrapper {
  display: none;
}
.product-detail-wrapper .product-detail-pane-trigger-wrapper {
  height: 60px;
  position: relative;
}
.product-detail-wrapper .product-detail-pane-trigger-wrapper .inner {
  position: absolute;
  right: 65px;
  height: 42px;
  width: auto;
}
.product-detail-wrapper .product-detail-pane-wrapper,
.product-detail-wrapper .product-detail-pane-wrapper .video-ctn {
  position: relative;
}
.product-detail-wrapper .product-detail-pane,
.product-detail-wrapper .video-ctn {
  position: relative;
}
.product-detail-wrapper .play-btn,
.product-detail-wrapper .threedee-btn,
.product-detail-wrapper .zoom-btn {
  float: left;
  display: block;
  height: 33px;
  position: relative;
  top: 12px;
  width: 33px;
  z-index: 3;
}
.product-detail-wrapper .play-btn:before,
.product-detail-wrapper .threedee-btn:before,
.product-detail-wrapper .zoom-btn:before {
  content: "";
  display: block;
  height: 33px;
  position: absolute;
  width: 33px;
  top: 0;
  left: 0;
}
.product-detail-wrapper .play-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -97px 7px transparent;
}
.product-detail-wrapper .play-btn:hover:before {
  background-position: -97px -43px;
}
.product-detail-wrapper .threedee-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -145px 7px transparent;
}
.product-detail-wrapper .threedee-btn:hover:before {
  background-position: -145px -43px;
}
.product-detail-wrapper .zoom-btn:before {
  background: url("/_ui/img/sprite.png") no-repeat scroll -47px 7px transparent;
}
.product-detail-wrapper .zoom-btn:hover:before {
  background-position: -47px -43px;
}
.ui-dialog.product-detail-dialog-open.dark {
  background: none repeat scroll 0 0 #7f7f7f;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  padding: 10px;
  z-index: 10200;
}
.ui-dialog.product-detail-dialog-open.dark .ui-dialog-titlebar {
  background: none repeat scroll 0 0 transparent;
  position: absolute;
  right: 39px;
  top: 20px;
  z-index: 10;
}
.ui-dialog.product-detail-dialog-open.dark .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: url("/_ui/img/notification-close.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 19px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 19px;
}
.ui-dialog.product-detail-dialog-open.dark .ui-dialog-content {
  background: none repeat scroll 0 0 black;
}
.ui-dialog.product-detail-dialog-open.dark .play-ctn {
  border: 1px solid #1A1A1A;
  height: 383px;
  margin: 0 auto;
  position: relative;
  width: 682px;
}
.ui-dialog.product-detail-dialog-open.dark .play-ctn .mejs-controls div.mejs-time-rail {
  width: 542px;
}
.product-title {
  background: url("/_ui/img/ProductBrowserBlock/product-title-bg.png") repeat-x scroll 0 0 #CDCDCD;
  height: 58px;
  padding-left: 20px;
  padding-right: 11px;
  width: auto;
}
.product-title:focus {
  outline: none;
}
.product-title .thumb {
  margin-right: 10px;
  margin-top: 8px;
}
.product-title .center-vertically {
  height: 58px;
  line-height: 58px;
}
.product-title .center-vertically .to-center {
  display: inline-block;
  vertical-align: middle;
}
.product-title .title {
  margin: 0;
  text-transform: uppercase;
  width: 235px;
  padding-right: 10px;
  font-size: 166.7%;
  color: #010000;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.product-title .title span {
  line-height: 20px;
  width: 260px;
}
.product-title .color {
  padding: 0 10px 0 0;
  margin-top: 18px;
}
.product-title .color .inner-disc {
  width: 18px;
  height: 18px;
  border-color: white;
  box-shadow: 0 2px 0 0 #808080;
}
.product-title .add-to-cart,
.product-title .add-to-cart-disabled,
.product-title .add-quantity-to-cart {
  margin-top: 13px;
}
.product-title .add-to-cart.max-reached,
.product-title .add-to-cart-disabled.max-reached,
.product-title .add-quantity-to-cart.max-reached {
  padding-left: 42px;
  padding-right: 0;
}
.product-title .btn-container .add-to-cart,
.product-title .btn-container .add-to-cart-disabled,
.product-title .btn-container .add-quantity-to-cart {
  margin-top: 0;
}
.product-title .btn-container.add-to-cart-container {
  margin-top: 12px;
}
.product-title .price {
  color: #121212;
  margin: 0 11px 0 0;
  text-align: right;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 83.3%;
}
.product-title .price .tax-info {
  padding-left: 10px;
}
.product-title .price strong {
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 200%;
  font-weight: 700;
  display: block;
  line-height: 20px;
}
.product-title .price strong .tax-info {
  font-size: 50%;
  line-height: 10px;
}
.product-title .price small {
  color: #888;
  display: block;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 700;
  line-height: 20px;
}
.product-title .btn.two-parts .left-part {
  font-size: 125%;
}
.product-title .btn.two-parts .label {
  font-size: 1em;
}
.product-info {
  color: white;
  color: rgba(255, 255, 255, 0.8);
  height: auto;
  width: 684px;
}
.product-info .products-list {
  background-color: #1C1C1C;
  background-image: none;
  padding-top: 1px;
  height: auto;
  width: 272px;
}
.product-info .products-list a {
  text-decoration: none;
  color: #CCCCCC;
}
.product-info .products-list .center-vertically {
  height: 44px;
  line-height: 44px;
}
.product-info .products-list .center-vertically .to-center {
  display: inline-block;
  vertical-align: middle;
}
.product-info .products-list ul {
  border-bottom: 1px solid #191919;
  border-top: 1px solid #242424;
  padding: 0;
}
.product-info .products-list ul li {
  border-bottom: 1px solid #242424;
  border-top: 1px solid #191919;
  color: #CCCCCC;
  height: 46px;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 91.7%;
  font-weight: 400;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.product-info .products-list ul li .image {
  line-height: normal;
}
.product-info .products-list ul li .product-name {
  line-height: 12px;
}
.product-info .products-list ul li .product-name.with-add-to-bag {
  width: 90px;
}
.product-info .products-list ul li .block {
  display: block;
}
.product-info .products-list ul li .inner-disc {
  float: left;
  width: 20px;
  margin-top: 15px;
}
.product-info .products-list ul li em {
  color: #D4A11E;
  margin-right: 10px;
  font-style: normal;
  font-size: 100%;
  font-weight: 700;
  white-space: nowrap;
}
.product-info .products-list ul li a {
  color: #CCCCCC;
}
.product-info .products-list ul li .add-to-cart {
  margin-top: 9px;
}
.product-info .products-list ul li .add-to-cart.green {
  color: white;
}
.product-info .products-list ul li .add-to-cart.green:hover {
  background-position: 0 -24px;
}
.product-info .products-list .with-padding li {
  padding-left: 10px;
}
.product-info .products-list .section-title {
  background: url("/_ui/img/ProductBrowserBlock/prod-list-title-grey.png") repeat-x scroll 0 0 #494949;
  border-bottom: 1px solid #1A1A1A;
  border-top: 1px solid #757575;
  height: auto;
  padding: 0 10px;
  margin: 0;
  text-align: left;
  width: 252px;
  font-size: 91.7%;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 26px;
  color: white;
}
.product-info .products-list .section-title .container-tooltip {
  display: inline-block;
  float: right;
  height: 26px;
  line-height: 26px;
  right: -3px;
  /* stylelint-disable */
  vertical-align: middle;
  /* stylelint-enable */
}
.product-info .products-list .intensity {
  line-height: 14px;
}
.product-info .products-list .intensity .section-body {
  padding: 10px;
}
.product-info .products-list .intensity .number {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 1.25em;
}
.product-info .products-list .intensity .dot {
  background-image: none;
  background-color: #5E5E5E;
  height: 5px;
  margin-right: 3px;
  width: 5px;
}
.product-info .products-list .intensity .dot.active {
  background-color: white;
}
.product-info .products-list .color-variants .inner-disc {
  margin-right: 5px;
  margin-bottom: -2px;
  height: 8px;
  width: 8px;
  border: 2px solid white;
}
.product-info .products-list .color-variants a {
  width: 100%;
  display: table-row;
}
.product-info .products-list .color-variants a span {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.product-info .products-list .color-variants a .product-thumb {
  /* the width must be less or equal to the thumbnail width plus its margins (42 + 5 + 10 = 57)*/
  width: 57px;
}
.product-info .products-list .color-variants a .product-price {
  text-align: right;
  padding-left: 3px;
}
.product-info .products-list .color-variants a .product-color {
  width: 17px;
  padding-top: 17px;
}
.product-info .products-list .thumb {
  margin: 0 5px 0 10px;
}
.product-info .products-list .cupsizes-wrapper {
  background: url("/_ui/img/ProductBrowserBlock/conso-bg.png") no-repeat scroll 0 0 #131313;
}
.product-info .products-list .cupsizes:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .products-list .cupsizes.items-2 {
  background: url("/_ui/img/ProductBrowserBlock/panel-cupsize-2.png") no-repeat scroll 0 0 transparent;
}
.product-info .products-list .cupsizes.items-2 li {
  width: 135px;
  background: none;
}
.product-info .products-list .cupsizes li {
  border: medium none;
  float: left;
  height: 81px;
  background: url("/_ui/img/ProductBrowserBlock/panel-cupsize.png") no-repeat scroll right 0 transparent;
  width: auto;
}
.product-info .products-list .cupsizes li.last {
  background: none;
}
.product-info .products-list .cupsizes li .mode {
  color: #929394;
  display: block;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-size: 81.81%;
  font-weight: 400;
  height: 81px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  width: 67px;
}
.product-info .products-list .cupsizes li .mode .icon {
  height: 55px;
  margin: 0 auto;
  width: 52px;
  background: no-repeat scroll 0 6px transparent;
}
.product-info .products-list .cupsizes li .mode .volume {
  display: inline-block;
  font-size: 88.9%;
  padding-top: 5px;
}
.product-info .products-list .cupsizes li.active .mode .volume {
  background-position: 0 -56px;
}
.product-info .products-list .cupsizes li.separator {
  width: 1px;
  background-color: #383838;
  height: 50px;
  margin-top: 15px;
}
.product-info .products-list .cupsizes li .separator {
  width: 1px;
  background-color: #383838;
  height: 50px;
  margin-top: 15px;
}
.product-info .products-list .prod-list-footer {
  background: none repeat scroll 0 0 #1C1C1C;
}
.product-info .products-list .prod-list-footer .more {
  margin: 0;
  padding: 15px 10px;
}
.product-info .products-list .same-profile {
  background: url("/_ui/img/ProductBrowserBlock/same-profile-bg-original.jpg") repeat-y scroll 0 0 #1A1A1A;
}
.product-info .products-list .same-profile li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 67px;
  height: 60px;
  border: none;
}
.product-info .products-list .same-profile li img {
  margin: 0;
  padding: 0;
}
.product-info .products-list .same-profile li .tooltip {
  display: none;
  position: absolute;
  top: -21px;
  left: 25px;
  min-height: 31px;
  padding: 0 0 0 15px;
  z-index: 10;
  background: url("/_ui/img/ProductBrowserBlock/tooltip-left.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 400;
  line-height: 25px;
  font-size: 0.75em;
}
.product-info .products-list .same-profile li .tooltip .border {
  background: url("/_ui/img/ProductBrowserBlock/tooltip-left.png") no-repeat scroll right top transparent;
  height: 31px;
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
}
.product-info .products-list .same-profile li .tooltip.right {
  background: url("/_ui/img/ProductBrowserBlock/tooltip-right.png") no-repeat scroll right top transparent;
  padding: 0 15px 0 0;
  left: auto;
  right: 36px;
}
.product-info .products-list .same-profile li .tooltip.right .border {
  background: url("/_ui/img/ProductBrowserBlock/tooltip-right.png") no-repeat scroll 0 0 transparent;
  left: -15px;
  right: auto;
}
.product-info .products-list .same-profile li a {
  position: relative;
  text-align: center;
  display: block;
  height: 60px;
  width: 65px;
}
.product-info .products-list .same-profile li a:hover .tooltip {
  display: block;
}
.product-info .products-list .compatibility {
  background: url("/_ui/img/ProductBrowserBlock/conso-bg.png") no-repeat scroll 0 0 #131313;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
}
.product-info .products-list .compatibility .separator {
  padding: 0 4px;
}
.product-info .products-list .related-products em {
  font-size: 100%;
  font-weight: 700;
  font-style: normal;
}
.product-info .products-list .prod-suggest {
  display: inline-block;
  height: auto;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #242424;
  border-top: 1px solid #191919;
}
.product-info .products-list .prod-suggest:hover {
  background-color: #151515;
}
.product-info .products-list .prod-suggest:active {
  background-color: #1F1F1F;
}
.product-info .products-list .prod-suggest a.prod-suggest-link {
  display: block;
  overflow: auto;
}
.product-info .products-list .prod-suggest .suggestion-img {
  padding: 10px 0;
  text-align: center;
  height: auto;
  width: 115px;
}
.product-info .products-list .prod-suggest .suggestion-info {
  width: 120px;
}
.product-info .products-list .prod-suggest .suggestion-info p {
  font-size: 91.7%;
  margin: 0;
}
.product-info .products-list .prod-suggest .suggestion-info p.light {
  color: #929394;
}
.product-info .products-list .prod-suggest .suggestion-info .suggestion-info-title {
  font-size: 91.7%;
  width: 120px;
  font-weight: bold;
  margin: 10px 0 0;
}
.product-info .products-list .prod-suggest .suggestion-info .suggestion-info-description {
  width: 120px;
}
.product-info .products-list .prod-suggest .suggestion-price {
  margin-top: 24px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 1px;
}
.product-info .products-list .prod-suggest .suggestion-price.tax-label .add-to-cart {
  margin-right: 0;
  margin-top: 3px;
}
.product-info .products-list .prod-suggest .suggestion-price .price {
  margin-top: 4px;
  color: #D4A11E;
  display: block;
  font-size: 100%;
  font-weight: 700;
  line-height: 16px;
  margin-right: 10px;
  text-align: right;
}
.product-info .products-list .prod-suggest .suggestion-price .price small {
  color: #929394;
  display: block;
  font-size: 66.7%;
  font-weight: 400;
  line-height: 12px;
}
.vertuo .same-profile {
  background: url("/_ui/img/ProductBrowserBlock/same-profile-bg-vertuo.jpg") repeat-y scroll 0 0 #1A1A1A !important;
}
.product-page .product-description {
  background: black url("/_ui/img/ProductBrowserBlock/product-desc-bg.jpg") -290px 0 no-repeat;
  padding-bottom: 20px;
  height: auto;
  width: 352px;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 19px;
  font-weight: 400;
  font-size: 1em;
}
.product-page .product-description h2,
.product-page .product-description h3,
.product-page .product-description .btn-simple {
  color: #D4A11E;
  margin: 35px 0 0 0;
  line-height: 18px;
  font-weight: bold;
  font-size: 1.25em;
}
.product-page .product-description .pdp-description-title {
  margin: 35px 0 0 0;
  color: #D4A11E;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  font-size: 1.25em;
}
.product-page .product-description .pdp-description-big-title {
  margin: 35px 0 0 0;
  color: #D4A11E;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  font-size: 1.25em;
}
.product-page .product-description p {
  height: auto;
}
.product-page .product-description ul {
  list-style: disc inside none;
  margin: 1em 0;
  padding: 0;
}
.product-page .product-description .phoneticname {
  margin: 21px 0;
  line-height: 16px;
  font-weight: bold;
  font-size: 1.16666667em;
}
.product-page .product-description .manual-link {
  background: url("/_ui/img/user_manual_icon.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  line-height: 21px;
  padding: 0 0 0 36px;
  color: white;
  color: #CCCCCC;
  font-weight: bold;
}
.product-page .product-description .product-browser-eco-tax {
  margin-top: 19px;
  color: #CCCCCC;
  text-transform: uppercase;
  font-size: 0.91666667em;
}
.product-page .product-description .product-browser-eco-tax a {
  color: #CCCCCC;
  text-decoration: none;
}
.product-page .product-description .btn-simple {
  margin-top: 30px;
  text-transform: uppercase;
}
.product-page .product-description .info-box {
  margin-left: -40px;
  margin-top: 30px;
}
.product-page .product-info .products-list .packaging-info {
  margin: 0;
  padding: 7px 10px;
}
.product-page .product-info .list-color {
  margin: 0 5px 0 0;
}
.product-page .product-info .caracteristics {
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
}
.product-page .product-info .caracteristics li {
  border: none;
  display: inline-block;
  line-height: 30px;
  margin: 5px 0;
  height: 30px;
  width: 30px;
}
.product-page .product-info .caracteristics img {
  margin: 0;
}
.product-page .product-info .prod-list-footer {
  margin-bottom: 20px;
}
.product-page .product-info .prod-list-footer .more {
  margin: 0;
  background: black;
}
.readmore {
  margin-bottom: 20px;
}
.product-slider {
  border-top: 1px dotted #1A1A1A;
  margin-bottom: 20px;
  width: 684px;
}
.product-slider h2 {
  margin: 20px 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.16666667em;
}
.product-slider .tabs {
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.product-slider .tabs:before,
.product-slider .tabs:after {
  display: table;
  content: "";
  zoom: 1;
}
.product-slider .tabs:after {
  clear: both;
}
.product-slider .tabs li {
  background: black;
  border: 1px solid #1A1A1A;
  text-align: center;
  float: left;
  height: 26px;
  width: 135px;
  line-height: 26px;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.product-slider .tabs li.active,
.product-slider .tabs li:hover {
  background-color: #1A1A1A;
}
.product-slider .tabs li a {
  color: #C1C1C1;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.product-slider .tabs li a img {
  display: block;
}
.product-slider .tabs li.ui-state-active,
.product-slider .tabs li.ui-state-hover,
.product-slider .tabs li.ui-state-focus {
  background-color: #1A1A1A;
}
.product-slider .slider {
  height: 472px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 684px;
}
.product-slider .slider .video-wrapper {
  border-bottom: 1px solid #1A1A1A;
  height: 383px;
  position: relative;
}
.product-slider .slider .video-wrapper iframe,
.product-slider .slider .video-wrapper video {
  border: none;
}
.product-slider .slider .slider-nav-thumb {
  bottom: 0;
  height: 48px;
  margin: 20px 0;
  position: absolute;
  width: 100%;
}
.product-slider .slider .slider-nav-thumb button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  display: inline-block;
  padding-top: 7px;
  vertical-align: top;
}
.product-slider .slider .slider-nav-thumb button span {
  background: url("/_ui/img/Elements/prod-slider-nav.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 34px;
  left: 0;
  width: 34px;
}
.product-slider .slider .slider-nav-thumb button.next span {
  background-position: 0 -34px;
}
.product-slider .slider .slider-nav-thumb li {
  border: 1px solid #1A1A1A;
  display: inline-block;
  font-size: 100%;
  height: 38px;
  margin-left: 1px;
  margin-right: 1px;
  width: 68px;
}
.product-slider .slider .slider-nav-thumb li.ui-state-active,
.product-slider .slider .slider-nav-thumb li.ui-state-hover,
.product-slider .slider .slider-nav-thumb li.ui-state-focus {
  border: 1px solid white;
}
.product-slider .slider .sliderProduct-wrapper {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.product-slider .slider .player-icon {
  position: relative;
}
.product-slider .slider .player-icon:after {
  background: url("/_ui/img/sprite.png") no-repeat scroll -50px -100px transparent;
  position: absolute;
  content: '';
  top: 3px;
  left: 18px;
  width: 32px;
  z-index: 2;
  height: 32px;
}
.product-slider .mejs-controls div.mejs-time-rail {
  width: 546px;
}
.product-page .sharing {
  border-top: 1px dotted #292929;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 1em;
}
.product-page .sharing .links {
  padding: 0 10px;
  float: left;
}
.product-page .sharing .links .icon-arrow {
  background: url("/_ui/img/ProductBrowserBlock/share-arrow.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 4px;
  height: 7px;
}
.product-page .sharing a {
  color: transparent;
  margin: 0 5px;
  display: inline-block;
}
.product-page .sharing a .social-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
}
.product-page .sharing a .social-icon:hover {
  background-position: 0 -21px;
}
.product-page .sharing a .social-facebook {
  background: url("/_ui/img/ProductBrowserBlock/icon-facebook.png") no-repeat scroll 0 0 transparent;
}
.product-page .sharing a .social-twitter {
  background: url("/_ui/img/ProductBrowserBlock/icon-twitter.png") no-repeat scroll 0 0 transparent;
}
.product-page .sharing a .social-gplus {
  background: url("/_ui/img/ProductBrowserBlock/icon-gplus.png") no-repeat scroll 0 0 transparent;
}
.product-page .sharing a .social-pinterest {
  background: url("/_ui/img/ProductBrowserBlock/icon-pinterest.png") no-repeat scroll 0 0 transparent;
}
.product-page .sharing .social-buttons {
  margin-top: 4px;
  margin-left: 14px;
}
.product-page .filter {
  margin-bottom: 5px;
  position: relative;
}
.product-page .filter.empty {
  margin-bottom: 2px;
}
.a11y-navigation .product-page .filter .focused-filter {
  outline: 3px solid #3A869D;
  z-index: 2;
}
.media-selector {
  top: 25px;
  right: 0;
  width: 85px;
  height: 275px;
  position: absolute;
  text-align: center;
}
.media-selector .slider-pdp-media {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin: 10px 0;
}
.media-selector .slider-pdp-media.lt-six {
  display: table-cell;
  vertical-align: middle;
}
.media-selector .slider-pdp-media ul {
  position: relative;
}
.media-selector .slider-pdp-media ul li {
  border: 1px solid #414141;
}
.media-selector .slider-pdp-media ul li.active {
  border-color: white;
}
.media-selector .slider-pdp-media ul li img {
  cursor: pointer;
}
.media-selector .slider-nav {
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url("/_ui/img/sprite.png") no-repeat scroll 0 0 transparent;
}
.media-selector .slider-nav.prev {
  background-position: -189px 0;
}
.media-selector .slider-nav.next {
  background-position: -189px -14px;
}
.media-selector .slider-nav.inactive {
  visibility: hidden;
}
#nes_content h2.dp-cafe-title {
  font-size: 1.5em !important;
}
#nes_content .dp-cafe-text {
  font-size: 1em !important;
}
#nes_content .dp-cafe-price {
  font-size: 0.83333333em !important;
}
#nes_content .dp-cafe-value {
  font-size: 1em !important;
}
#nes_content .dp-cafe-arome {
  font-size: 1.16666667em !important;
}
#nes_content .dp-cafe-link {
  font-size: 1em !important;
}
