body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://products.liqui-moly.com/skin/frontend/limo/default/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('https://products.liqui-moly.com/skin/frontend/limo/default/css/data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://products.liqui-moly.com/skin/frontend/limo/default/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://products.liqui-moly.com/skin/frontend/limo/default/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-container .lb-close {
  /*display: block;*/
  position: absolute;
  right: -80px;
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(https://products.liqui-moly.com/skin/frontend/limo/default/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-container .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro.woff") format('woff')}@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro-Bold.woff") format('woff');font-weight:bold}@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro-BoldItalic.woff") format('woff');font-weight:bold;font-style:italic}@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro-Medium.woff") format('woff');font-weight:medium}@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro-MediumItalic.woff") format('woff');font-weight:medium;font-style:italic}@font-face{font-family:"webpro";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/DINWebPro-Italic.woff") format('woff');font-style:italic}tr.summary-total{cursor:pointer}tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;background:url(https://products.liqui-moly.com/skin/frontend/limo/images/bkg_collapse.gif) 0 5px no-repeat;cursor:pointer}tr.show-details .summary-collapse{background-position:0 -52px}tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465}tr.summary-details-first td{border-top:1px solid #d2d8db}tr.summary-details-excluded{font-style:italic}.cart-tax-info{display:block}.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}.cart-tax-total{display:block;padding-right:20px;background:url(https://products.liqui-moly.com/skin/frontend/limo/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer}.cart-tax-info .price,.cart-tax-total .price{display:inline !important;font-weight:normal !important}.cart-tax-total-expanded{background-position:100% -52px}.window-overlay{background:url(https://products.liqui-moly.com/skin/frontend/limo/images/window_overlay.png) repeat;background:rgba(0,0,0,0.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}.remember-me label{float:none;margin:0 6px}.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000}.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}.remember-me-popup .remember-me-popup-head{position:relative}.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(https://products.liqui-moly.com/skin/frontend/limo/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}.remember-me-popup .remember-me-popup-body{padding:10px}.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:bold 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}.cart-msrp-totals{color:#f00;font-size:12px !important;font-weight:bold;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase}.map-cart-sidebar-total{color:#f00;display:block;font-size:10px;font-weight:bold;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}.map-popup-arrow{background:url(https://products.liqui-moly.com/skin/frontend/limo/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px}.map-popup-close{background:url(https://products.liqui-moly.com/skin/frontend/limo/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}.map-popup-checkout{display:inline;float:right;text-align:right}.map-popup-checkout span{display:block;padding-right:30px}.map-popup-checkout .paypal-logo{margin:0 0 5px}.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}.map-popup-price{margin:5px 0 0}.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}.map-popup-only-text{border-top:1px solid #ddd}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul,ol{margin:0;padding:0;list-style:none}a{text-decoration:none;outline:0}a:hover,a:focus,a:active{text-decoration:none !important;opacity:.8}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table,.data-table,.availability-only-details,.cart .totals table{border-collapse:collapse !important}.table td,.table th,.data-table td,.data-table th,.availability-only-details td,.availability-only-details th,.cart .totals table td,.cart .totals table th{background-color:#fff !important}.table-bordered th,.table-bordered td,.data-table th,.data-table td{border:1px solid #ddd !important}li.tile{width:25%}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"webpro",sans-serif;font-size:16px;line-height:1.42857143;color:#333;background-color:#1e1e1e}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#034c91;text-decoration:none}a:hover,a:focus{color:#012546;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.block-banner .block-content img,.category-image img,.product-img-box .product-image-zoom img,.product-img-box .more-views img,.tool-tip-content img,.product-review .product-img-box .product-image,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail,.products-grid .product-image img,.products-list .product-image img,.product-essential .product-img-box img{padding:4px;line-height:1.42857143;background-color:#1e1e1e;border:1px solid #ddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:22px;margin-bottom:22px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.page-popup{padding:30px}header[role="banner"]{margin-left:-15px;margin-right:-15px;margin-top:22px;margin-bottom:22px}header[role="banner"]>.logo{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){header[role="banner"]>.logo{float:left;width:41.66666667%}}header[role="banner"] .quick-access{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){header[role="banner"] .quick-access{float:left;width:58.33333333%}}@media (min-width:480px){header[role="banner"] .form-language{float:left;width:160px}header[role="banner"] .form-language .form-control{width:120px}header[role="banner"] .links{float:right;line-height:33px}}@media (min-width:768px){header[role="banner"] .quick-access{float:right}}.layout{margin-left:-15px;margin-right:-15px}.layout.layout-1-col div[role="main"]{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.layout.layout-1-col div[role="main"]{float:left;width:100%}}.layout.layout-3-cols div[role="main"]{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.layout.layout-3-cols div[role="main"]{float:left;width:50%}}div[role="main"]{position:relative;min-height:1px;padding-left:15px;padding-right:15px;margin-bottom:22px}@media (min-width:768px){div[role="main"]{float:left;width:75%}}aside[role="complementary"]{position:relative;min-height:1px;padding-left:15px;padding-right:15px;display:none;margin-bottom:22px}@media (min-width:768px){aside[role="complementary"]{float:left;width:25%}}@media (min-width:768px){aside[role="complementary"]{display:block}}footer[role="contentinfo"]{margin-bottom:22px}footer[role="contentinfo"]>ul>li,footer[role="contentinfo"] .links li{display:inline}footer[role="contentinfo"]>ul,footer[role="contentinfo"] .links,footer[role="contentinfo"] .bugs,footer[role="contentinfo"] address{margin-bottom:11px}@media (min-width:480px){footer[role="contentinfo"]>ul,footer[role="contentinfo"] .links,footer[role="contentinfo"] .bugs,footer[role="contentinfo"] address{width:50%}footer[role="contentinfo"]>ul,footer[role="contentinfo"] .bugs{float:left}footer[role="contentinfo"] .links,footer[role="contentinfo"] address{float:right;text-align:right}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:#fff}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:22px;margin-bottom:11px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:11px;margin-bottom:11px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:41px}h2,.h2{font-size:34px}h3,.h3{font-size:28px}h4,.h4{font-size:20px}h5,.h5{font-size:16px}h6,.h6{font-size:14px}p{margin:0 0 11px}.lead{margin-bottom:22px;font-size:18px;font-weight:300;line-height:1.4}@media (min-width:480px){.lead{font-size:24px}}small,.small{font-size:87%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#034c91}a.text-primary:hover,a.text-primary:focus{color:#02325f}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#034c91}a.bg-primary:hover,a.bg-primary:focus{background-color:#02325f}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header,.page-title{padding-bottom:10px;margin:44px 0 22px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:11px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:22px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:11px 22px;margin:0 0 22px;font-size:20px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:22px;font-style:normal;line-height:1.42857143}h1,.h1{font-size:60px}h2,.h2{font-size:34px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:16px}h6,.h6{font-size:14px}.page-title{margin-top:0}.page-title .separator{margin:0 3px}.page-title .link-rss{float:right;margin:7px 0 0}.title-buttons{text-align:right}.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left}.subtitle,.sub-title{color:#777}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:480px){.container{width:100%}}@media (min-width:768px){.container{width:100%}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:480px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:768px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.col2-set,.col2-set,.col4-set{margin-left:-15px;margin-right:-15px}.col2-set>.legend{margin-left:15px;margin-right:15px;width:auto}.col2-set .col-1,.col2-set .col-2{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.col2-set .col-1,.col2-set .col-2{float:left;width:50%}}.col2-set .col-narrow{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.col2-set .col-narrow{float:left;width:33.33333333%}}.col2-set .col-wide{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.col2-set .col-wide{float:left;width:66.66666667%}}.col3-set .col-1,.col3-set .col-2,.col3-set .col-3{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.col3-set .col-1,.col3-set .col-2,.col3-set .col-3{float:left;width:33.33333333%}}.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.col4-set .col-1,.col4-set .col-2,.col4-set .col-3,.col4-set .col-4{float:left;width:25%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table,.data-table,.availability-only-details,.cart .totals table{width:100%;max-width:100%;margin-bottom:22px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td,.data-table>thead>tr>th,.data-table>tbody>tr>th,.data-table>tfoot>tr>th,.data-table>thead>tr>td,.data-table>tbody>tr>td,.data-table>tfoot>tr>td,.availability-only-details>thead>tr>th,.availability-only-details>tbody>tr>th,.availability-only-details>tfoot>tr>th,.availability-only-details>thead>tr>td,.availability-only-details>tbody>tr>td,.availability-only-details>tfoot>tr>td,.cart .totals table>thead>tr>th,.cart .totals table>tbody>tr>th,.cart .totals table>tfoot>tr>th,.cart .totals table>thead>tr>td,.cart .totals table>tbody>tr>td,.cart .totals table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th,.data-table>thead>tr>th,.availability-only-details>thead>tr>th,.cart .totals table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td,.data-table>caption+thead>tr:first-child>th,.data-table>colgroup+thead>tr:first-child>th,.data-table>thead:first-child>tr:first-child>th,.data-table>caption+thead>tr:first-child>td,.data-table>colgroup+thead>tr:first-child>td,.data-table>thead:first-child>tr:first-child>td,.availability-only-details>caption+thead>tr:first-child>th,.availability-only-details>colgroup+thead>tr:first-child>th,.availability-only-details>thead:first-child>tr:first-child>th,.availability-only-details>caption+thead>tr:first-child>td,.availability-only-details>colgroup+thead>tr:first-child>td,.availability-only-details>thead:first-child>tr:first-child>td,.cart .totals table>caption+thead>tr:first-child>th,.cart .totals table>colgroup+thead>tr:first-child>th,.cart .totals table>thead:first-child>tr:first-child>th,.cart .totals table>caption+thead>tr:first-child>td,.cart .totals table>colgroup+thead>tr:first-child>td,.cart .totals table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody,.data-table>tbody+tbody,.availability-only-details>tbody+tbody,.cart .totals table>tbody+tbody{border-top:2px solid #ddd}.table .table,.data-table .data-table,.availability-only-details .availability-only-details,.cart .totals table .cart .totals table{background-color:#1e1e1e}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered,.data-table{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td,.data-table>thead>tr>th,.data-table>tbody>tr>th,.data-table>tfoot>tr>th,.data-table>thead>tr>td,.data-table>tbody>tr>td,.data-table>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.data-table>thead>tr>th,.data-table>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th,.data-table>thead>tr>td.active,.data-table>tbody>tr>td.active,.data-table>tfoot>tr>td.active,.data-table>thead>tr>th.active,.data-table>tbody>tr>th.active,.data-table>tfoot>tr>th.active,.data-table>thead>tr.active>td,.data-table>tbody>tr.active>td,.data-table>tfoot>tr.active>td,.data-table>thead>tr.active>th,.data-table>tbody>tr.active>th,.data-table>tfoot>tr.active>th,.availability-only-details>thead>tr>td.active,.availability-only-details>tbody>tr>td.active,.availability-only-details>tfoot>tr>td.active,.availability-only-details>thead>tr>th.active,.availability-only-details>tbody>tr>th.active,.availability-only-details>tfoot>tr>th.active,.availability-only-details>thead>tr.active>td,.availability-only-details>tbody>tr.active>td,.availability-only-details>tfoot>tr.active>td,.availability-only-details>thead>tr.active>th,.availability-only-details>tbody>tr.active>th,.availability-only-details>tfoot>tr.active>th,.cart .totals table>thead>tr>td.active,.cart .totals table>tbody>tr>td.active,.cart .totals table>tfoot>tr>td.active,.cart .totals table>thead>tr>th.active,.cart .totals table>tbody>tr>th.active,.cart .totals table>tfoot>tr>th.active,.cart .totals table>thead>tr.active>td,.cart .totals table>tbody>tr.active>td,.cart .totals table>tfoot>tr.active>td,.cart .totals table>thead>tr.active>th,.cart .totals table>tbody>tr.active>th,.cart .totals table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th,.data-table>thead>tr>td.success,.data-table>tbody>tr>td.success,.data-table>tfoot>tr>td.success,.data-table>thead>tr>th.success,.data-table>tbody>tr>th.success,.data-table>tfoot>tr>th.success,.data-table>thead>tr.success>td,.data-table>tbody>tr.success>td,.data-table>tfoot>tr.success>td,.data-table>thead>tr.success>th,.data-table>tbody>tr.success>th,.data-table>tfoot>tr.success>th,.availability-only-details>thead>tr>td.success,.availability-only-details>tbody>tr>td.success,.availability-only-details>tfoot>tr>td.success,.availability-only-details>thead>tr>th.success,.availability-only-details>tbody>tr>th.success,.availability-only-details>tfoot>tr>th.success,.availability-only-details>thead>tr.success>td,.availability-only-details>tbody>tr.success>td,.availability-only-details>tfoot>tr.success>td,.availability-only-details>thead>tr.success>th,.availability-only-details>tbody>tr.success>th,.availability-only-details>tfoot>tr.success>th,.cart .totals table>thead>tr>td.success,.cart .totals table>tbody>tr>td.success,.cart .totals table>tfoot>tr>td.success,.cart .totals table>thead>tr>th.success,.cart .totals table>tbody>tr>th.success,.cart .totals table>tfoot>tr>th.success,.cart .totals table>thead>tr.success>td,.cart .totals table>tbody>tr.success>td,.cart .totals table>tfoot>tr.success>td,.cart .totals table>thead>tr.success>th,.cart .totals table>tbody>tr.success>th,.cart .totals table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th,.data-table>thead>tr>td.info,.data-table>tbody>tr>td.info,.data-table>tfoot>tr>td.info,.data-table>thead>tr>th.info,.data-table>tbody>tr>th.info,.data-table>tfoot>tr>th.info,.data-table>thead>tr.info>td,.data-table>tbody>tr.info>td,.data-table>tfoot>tr.info>td,.data-table>thead>tr.info>th,.data-table>tbody>tr.info>th,.data-table>tfoot>tr.info>th,.availability-only-details>thead>tr>td.info,.availability-only-details>tbody>tr>td.info,.availability-only-details>tfoot>tr>td.info,.availability-only-details>thead>tr>th.info,.availability-only-details>tbody>tr>th.info,.availability-only-details>tfoot>tr>th.info,.availability-only-details>thead>tr.info>td,.availability-only-details>tbody>tr.info>td,.availability-only-details>tfoot>tr.info>td,.availability-only-details>thead>tr.info>th,.availability-only-details>tbody>tr.info>th,.availability-only-details>tfoot>tr.info>th,.cart .totals table>thead>tr>td.info,.cart .totals table>tbody>tr>td.info,.cart .totals table>tfoot>tr>td.info,.cart .totals table>thead>tr>th.info,.cart .totals table>tbody>tr>th.info,.cart .totals table>tfoot>tr>th.info,.cart .totals table>thead>tr.info>td,.cart .totals table>tbody>tr.info>td,.cart .totals table>tfoot>tr.info>td,.cart .totals table>thead>tr.info>th,.cart .totals table>tbody>tr.info>th,.cart .totals table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th,.data-table>thead>tr>td.warning,.data-table>tbody>tr>td.warning,.data-table>tfoot>tr>td.warning,.data-table>thead>tr>th.warning,.data-table>tbody>tr>th.warning,.data-table>tfoot>tr>th.warning,.data-table>thead>tr.warning>td,.data-table>tbody>tr.warning>td,.data-table>tfoot>tr.warning>td,.data-table>thead>tr.warning>th,.data-table>tbody>tr.warning>th,.data-table>tfoot>tr.warning>th,.availability-only-details>thead>tr>td.warning,.availability-only-details>tbody>tr>td.warning,.availability-only-details>tfoot>tr>td.warning,.availability-only-details>thead>tr>th.warning,.availability-only-details>tbody>tr>th.warning,.availability-only-details>tfoot>tr>th.warning,.availability-only-details>thead>tr.warning>td,.availability-only-details>tbody>tr.warning>td,.availability-only-details>tfoot>tr.warning>td,.availability-only-details>thead>tr.warning>th,.availability-only-details>tbody>tr.warning>th,.availability-only-details>tfoot>tr.warning>th,.cart .totals table>thead>tr>td.warning,.cart .totals table>tbody>tr>td.warning,.cart .totals table>tfoot>tr>td.warning,.cart .totals table>thead>tr>th.warning,.cart .totals table>tbody>tr>th.warning,.cart .totals table>tfoot>tr>th.warning,.cart .totals table>thead>tr.warning>td,.cart .totals table>tbody>tr.warning>td,.cart .totals table>tfoot>tr.warning>td,.cart .totals table>thead>tr.warning>th,.cart .totals table>tbody>tr.warning>th,.cart .totals table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th,.data-table>thead>tr>td.danger,.data-table>tbody>tr>td.danger,.data-table>tfoot>tr>td.danger,.data-table>thead>tr>th.danger,.data-table>tbody>tr>th.danger,.data-table>tfoot>tr>th.danger,.data-table>thead>tr.danger>td,.data-table>tbody>tr.danger>td,.data-table>tfoot>tr.danger>td,.data-table>thead>tr.danger>th,.data-table>tbody>tr.danger>th,.data-table>tfoot>tr.danger>th,.availability-only-details>thead>tr>td.danger,.availability-only-details>tbody>tr>td.danger,.availability-only-details>tfoot>tr>td.danger,.availability-only-details>thead>tr>th.danger,.availability-only-details>tbody>tr>th.danger,.availability-only-details>tfoot>tr>th.danger,.availability-only-details>thead>tr.danger>td,.availability-only-details>tbody>tr.danger>td,.availability-only-details>tfoot>tr.danger>td,.availability-only-details>thead>tr.danger>th,.availability-only-details>tbody>tr.danger>th,.availability-only-details>tfoot>tr.danger>th,.cart .totals table>thead>tr>td.danger,.cart .totals table>tbody>tr>td.danger,.cart .totals table>tfoot>tr>td.danger,.cart .totals table>thead>tr>th.danger,.cart .totals table>tbody>tr>th.danger,.cart .totals table>tfoot>tr>th.danger,.cart .totals table>thead>tr.danger>td,.cart .totals table>tbody>tr.danger>td,.cart .totals table>tfoot>tr.danger>td,.cart .totals table>thead>tr.danger>th,.cart .totals table>tbody>tr.danger>th,.cart .totals table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:479px){.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table,.table-responsive>.data-table,.table-responsive>.availability-only-details,.table-responsive>.cart .totals table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td,.table-responsive>.data-table>thead>tr>th,.table-responsive>.data-table>tbody>tr>th,.table-responsive>.data-table>tfoot>tr>th,.table-responsive>.data-table>thead>tr>td,.table-responsive>.data-table>tbody>tr>td,.table-responsive>.data-table>tfoot>tr>td,.table-responsive>.availability-only-details>thead>tr>th,.table-responsive>.availability-only-details>tbody>tr>th,.table-responsive>.availability-only-details>tfoot>tr>th,.table-responsive>.availability-only-details>thead>tr>td,.table-responsive>.availability-only-details>tbody>tr>td,.table-responsive>.availability-only-details>tfoot>tr>td,.table-responsive>.cart .totals table>thead>tr>th,.table-responsive>.cart .totals table>tbody>tr>th,.table-responsive>.cart .totals table>tfoot>tr>th,.table-responsive>.cart .totals table>thead>tr>td,.table-responsive>.cart .totals table>tbody>tr>td,.table-responsive>.cart .totals table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered,.table-responsive>.data-table{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.data-table>thead>tr>th:first-child,.table-responsive>.data-table>tbody>tr>th:first-child,.table-responsive>.data-table>tfoot>tr>th:first-child,.table-responsive>.data-table>thead>tr>td:first-child,.table-responsive>.data-table>tbody>tr>td:first-child,.table-responsive>.data-table>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.data-table>thead>tr>th:last-child,.table-responsive>.data-table>tbody>tr>th:last-child,.table-responsive>.data-table>tfoot>tr>th:last-child,.table-responsive>.data-table>thead>tr>td:last-child,.table-responsive>.data-table>tbody>tr>td:last-child,.table-responsive>.data-table>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.data-table>tbody>tr:last-child>th,.table-responsive>.data-table>tfoot>tr:last-child>th,.table-responsive>.data-table>tbody>tr:last-child>td,.table-responsive>.data-table>tfoot>tr:last-child>td{border-bottom:0}}.data-table>tbody>tr:nth-child(odd)>td,.data-table>tbody>tr:nth-child(odd)>th{background-color:none}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:16px;line-height:1.42857143;color:#363636}.form-control,input[type=datetime],input[type=date],input[type=number],input[type=url],input[type=text]:not(.search-input),input[type=password],input[type=textarea],select,.input-text:not(.search-input),.form-list textarea,.form-list select,.form-language select,.product-options dd .input-text,.product-options dd select,.product-options dd textarea,.multiple-checkout .data-table select,.my-wishlist textarea{display:block;width:100%;height:36px;padding:6px 12px;font-size:16px;line-height:1.42857143;color:#363636;background-color:#e8e8e8;background-image:none;border:1px solid #e7e7e7;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:rgba(119,74,174,0.4);outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 74, 174, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 74, 174, 0.6)}.form-control::-moz-placeholder{color:#363636;opacity:1}.form-control:-ms-input-placeholder{color:#363636}.form-control::-webkit-input-placeholder{color:#363636}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:36px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:33px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:49px}}.form-group,.form-list li{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:22px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:38px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.cart-table .qty{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}select.input-sm{height:33px;line-height:33px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:33px;line-height:33px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:33px;min-height:36px;padding:6px 10px;font-size:14px;line-height:1.5}.input-lg{height:49px;padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:6px}select.input-lg{height:49px;line-height:49px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:49px;padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:49px;line-height:49px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:49px;min-height:42px;padding:11px 16px;font-size:20px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:45px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:36px;height:36px;line-height:36px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:49px;height:49px;line-height:49px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:33px;height:33px;line-height:33px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:27px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:480px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:29px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:480px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:480px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px;font-size:20px}}@media (min-width:480px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:14px}}p.control input.checkbox,p.control input.radio{margin-right:6px}.input-box input{background:#faffbd}.input-box select:focus{border:1px solid #c0c0c0;outline:none}input[type=datetime],input[type=date],input[type=number],input[type=url],input[type=text]:not(.search-input),input[type=password],input[type=textarea],select,.input-text:not(.search-input){height:auto !important;padding:11px 12px;box-shadow:none;border-radius:0 !important}input[type=datetime]:focus,input[type=date]:focus,input[type=number]:focus,input[type=url]:focus,input[type=text]:not(.search-input):focus,input[type=password]:focus,input[type=textarea]:focus,select:focus,.input-text:not(.search-input):focus{border:1px solid #c0c0c0;outline:none}#footer footer form .input-text{border:none}.form-list label{position:relative}.form-list label.required em{float:right;font-style:normal;color:#a94442;position:absolute;top:0;right:-8px}.form-list li.control label{float:none;display:block}.form-list li.control input.radio,.form-list li.control input.checkbox{margin-right:6px;display:inline;float:left;margin-top:2px}.form-list li.control .input-box{clear:none;display:inline;width:auto}.form-list .field{float:left;padding-right:15px;padding-left:15px}.form-list .field.wide{padding-right:0;padding-left:0}@media (max-width:767px){.form-list .field{padding:0;margin-bottom:10px}}.form-list .field:first-child,.form-list .field:first-of-type{padding-left:0}.form-list .field:last-child{padding-right:0}.form-list select[multiple],.form-list textarea{height:auto}.form-list li.additional-row{border-top:1px solid #e5e5e5;margin-top:10px;padding-top:7px}.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}.form-list .input-range input.input-text,.form-list .input-range span{display:inline-block}.form-list .input-range input.input-text{width:40%}.form-list-narrow li{margin-bottom:0}.form-list-narrow li .input-box{margin-bottom:6px}.form-list-narrow li.wide .input-box{width:260px}.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}.form-list-narrow li.wide select{width:260px}.form-list .customer-name-prefix-middlename .name-prefix,.form-list .customer-name-prefix-middlename .name-middlename{width:16%}.form-list .customer-name-prefix-middlename .name-firstname,.form-list .customer-name-prefix-middlename .name-lastname{width:34%}.form-list .customer-name-prefix-suffix .name-prefix,.form-list .customer-name-prefix-suffix .name-suffix{width:16%}.form-list .customer-name-prefix-suffix .name-firstname,.form-list .customer-name-prefix-suffix .name-lastname{width:34%}.form-list .customer-name-prefix-middlename-suffix .name-prefix,.form-list .customer-name-prefix-middlename-suffix .name-middlename,.form-list .customer-name-prefix-middlename-suffix .name-suffix{width:12%}.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:32%}.form-list .customer-name-middlename .name-middlename{width:16%}.form-list .customer-name-middlename-suffix .name-middlename,.form-list .customer-name-middlename-suffix .name-suffix{width:16%}.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname{width:34%}.form-list .customer-name-suffix .name-suffix{width:16%}.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-year{float:left;padding-right:15px;padding-left:15px}.form-list .customer-dob .dob-day:first-child,.form-list .customer-dob .dob-month:first-child,.form-list .customer-dob .dob-year:first-child{padding-left:0}.form-list .customer-dob .dob-day+.dob-month+.dob-year,.form-list .customer-dob .dob-month+.dob-day+.dob-year,.form-list .customer-dob .dob-year+.dob-day+.dob-month,.form-list .customer-dob .dob-year+.dob-month+.dob-day{padding-right:0}.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:30%}.form-list .customer-dob .dob-year{width:40%}.legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;font-weight:normal;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.buttons-set{margin:2em 0 0;padding:8px 0 0;border-top:1px solid #e5e5e5;line-height:36px;text-align:right}.buttons-set .btn{margin-left:12px;margin-top:12px}@media (max-width:479px){.buttons-set .btn{margin-left:0;width:100%}}.buttons-set p.required{margin:0 0 10px}.buttons-set .back-link{float:left;margin:0}.buttons-set button.button{float:right;margin-left:5px}@media (max-width:479px){.buttons-set button.button{margin-bottom:5px}}.buttons-set-order{margin:10px 0 0}.buttons-set-order .please-wait{padding:12px 7px 0 0}.validation-advice{clear:both;color:#a94442}.validation-failed{border-color:#a94442 !important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.validation-failed:focus{border-color:#843534 !important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483 !important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483 !important}p.required{text-align:right;color:#a94442}.v-fix{float:left}.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}.form-control:focus{-webkit-box-shadow:none;box-shadow:none}.label-margin-left{margin-left:20px}.btn,.button,.my-wishlist .link-edit{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:12px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default,.button,.my-wishlist .link-edit{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary,.btn-cart,.btn-checkout,.my-wishlist .btn-add{color:#fff;background-color:#034c91;border-color:#023f78}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#02325f;border-color:#000}.btn-primary:hover{color:#fff;background-color:#02325f;border-color:#011f3c}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#02325f;border-color:#011f3c}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#011f3c;border-color:#000}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#034c91;border-color:#023f78}.btn-primary .badge{color:#034c91;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#034c91;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#012546;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:6px}.btn-sm,.block .actions button.button,.cart-table .button,#multiship-addresses-table tfoot .button{padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:14px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn,.button,.button,.my-wishlist .link-edit{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn:after,.button:after{font-family:'FontAwesome';font-size:1em;content:'\f105';padding-left:10px}.btn:hover,.button:hover{background:#dc261a !important;color:#fff}.blue-btn{background:#034c91 !important;width:100%;color:#fff !important;padding-top:13px;text-align:center;text-transform:uppercase;height:44px;font-size:18px !important}.blue-btn:hover{background:#d9261c !important;opacity:1 !important}.blue-btn::after{font-family:'FontAwesome';content:'\f105';padding-left:10px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:16px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#034c91}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:14px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.dropdown-menu{padding:0;margin:0;text-align:left;background-color:#fff;border:none;border-radius:0;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0);background-clip:padding-box}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:49px;padding:10px 16px;font-size:20px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:49px;line-height:49px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:33px;line-height:33px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:16px;font-weight:normal;line-height:1;color:#363636;text-align:center;background-color:#eee;border:1px solid #e7e7e7;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:14px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:20px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.input-group-addon label{margin-bottom:0;font-weight:normal}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#034c91}.nav .nav-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#1e1e1e;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:480px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:480px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#1e1e1e}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#034c91}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:480px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:480px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#1e1e1e}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:22px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:14px 15px;font-size:20px;line-height:22px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:22px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:22px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:14px;padding-bottom:14px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:7px;margin-bottom:7px}@media (min-width:480px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:7px;margin-bottom:7px}.navbar-btn.btn-sm{margin-top:8.5px;margin-bottom:8.5px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:14px;margin-bottom:14px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left;float:left !important}.navbar-right{float:right;float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}@media (min-width:768px){.navbar-main .navbar-brand{display:none}}.breadcrumb{padding:8px 15px;margin-bottom:22px;list-style:none;background-color:#f5f5f5;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.breadcrumb strong{font-weight:normal;color:#777}.pagination,.pager .pages ol{display:inline-block;padding-left:0;margin:22px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#034c91;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:3;color:#012546;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#034c91;border-color:#034c91;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:20px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:14px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager,.sorter{line-height:35px !important}.pager{height:auto;padding:4px 0;background:rgba(30,30,30,0.95)}.pager .input-sm{display:inline-block;padding:5px;font-size:16px;border:0;height:36px;background:#2f2f2f}.pager .input-sm.selectBox-dropdown{margin-top:2px;min-width:70px;padding:0;background-color:#fff}.pager .input-sm.selectBox-dropdown .selectBox-label{padding-top:12px}.pager .input-sm.selectBox-dropdown .selectBox-arrow:before{top:4px}.pager .amount{margin-bottom:0;text-align:left;height:42px;line-height:42px}.pager .limiter{line-height:42px}.pager .limiter label{margin-bottom:0}.pager .limiter select{width:60px}.pager .pages{text-align:center}.pager .pages>strong{margin-right:6px}.pager .pages ol{margin:0;display:inline-block}.pager .pages li{display:inline-block;margin:0 1px;width:36px;height:36px;line-height:36px;background-color:#fff !important;border:1px solid #ccc !important;border-color:#fff !important;color:#034c91}@media (max-width:479px){.pager .pages li.previous-button,.pager .pages li.next-button{display:none}}.pager .pages li a{display:block}.pager .pages li.current{background-color:#dc261a !important;color:#fff !important;border-color:#fff !important}.sorter{border-top:1px solid #e5e5e5;line-height:42px}.sorter .view-mode{margin:0}.sorter .sort-by{line-height:42px;margin-left:15px}.sorter .sort-by label{margin-bottom:0}.sorter .sort-by select{display:inline}@media (max-width:767px){.sorter .sort-by select{width:170px}}.alert,.error-msg,.success-msg,.note-msg,.notice-msg,.warning-msg,.global-site-notice,.block-cart .subtotal{padding:15px;margin-bottom:22px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success,.success-msg{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info,.note-msg,.notice-msg,.block-cart .subtotal{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning,.warning-msg,.global-site-notice{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger,.error-msg{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.success{color:#3c763d}.error{color:#a94442}.notice{color:#31708f}.messages>li{margin-bottom:10px}.global-site-notice p{margin:0}.list-group{margin-bottom:20px;padding-left:0}.list-group-item,.form-search .search-autocomplete li,.checkout-progress li{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#034c91;border-color:#034c91}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#64b2fc}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel,.product-view .product-shop,.product-view .box-collateral,.cart .crosssell,.cart .discount,.cart .shipping,.box-account,.addresses-list li.item,.order-info-box,.gift-message,.order-about{margin-bottom:22px;background-color:#fff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading,.block-account .block-title,.product-view .product-shop .product-name,.product-view .box-collateral>h2,.cart .crosssell>h2,.cart .discount>h2,.cart .shipping>h2,.box-account .box-head,.addresses-list li.item h3{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title,.block .block-title strong,.block-account .block-title strong,.product-view .product-shop .product-name h1,.cart .crosssell>h2,.cart .discount>h2,.cart .shipping>h2,.box-account .box-head h2{margin-top:0;margin-bottom:0;font-size:18px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table,.panel>.data-table,.panel>.table-responsive>.data-table,.panel>.panel-collapse>.data-table,.panel>.availability-only-details,.panel>.table-responsive>.availability-only-details,.panel>.panel-collapse>.availability-only-details,.panel>.cart .totals table,.panel>.table-responsive>.cart .totals table,.panel>.panel-collapse>.cart .totals table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption,.panel>.data-table caption,.panel>.table-responsive>.data-table caption,.panel>.panel-collapse>.data-table caption,.panel>.availability-only-details caption,.panel>.table-responsive>.availability-only-details caption,.panel>.panel-collapse>.availability-only-details caption,.panel>.cart .totals table caption,.panel>.table-responsive>.cart .totals table caption,.panel>.panel-collapse>.cart .totals table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.data-table:first-child,.panel>.table-responsive:first-child>.data-table:first-child,.panel>.availability-only-details:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child,.panel>.cart .totals table:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.data-table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.data-table:first-child>thead:first-child>tr:first-child,.panel>.data-table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.data-table:first-child>tbody:first-child>tr:first-child,.panel>.availability-only-details:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>thead:first-child>tr:first-child,.panel>.availability-only-details:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>tbody:first-child>tr:first-child,.panel>.cart .totals table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>thead:first-child>tr:first-child,.panel>.cart .totals table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:-1;border-top-right-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.data-table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.data-table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.data-table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.data-table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.data-table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.data-table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.data-table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.data-table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.availability-only-details:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>thead:first-child>tr:first-child td:first-child,.panel>.availability-only-details:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.availability-only-details:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>thead:first-child>tr:first-child th:first-child,.panel>.availability-only-details:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.cart .totals table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.cart .totals table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.cart .totals table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.cart .totals table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.data-table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.data-table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.data-table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.data-table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.data-table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.data-table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.data-table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.data-table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.availability-only-details:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>thead:first-child>tr:first-child td:last-child,.panel>.availability-only-details:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.availability-only-details:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>thead:first-child>tr:first-child th:last-child,.panel>.availability-only-details:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.availability-only-details:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.cart .totals table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.cart .totals table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.cart .totals table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.cart .totals table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.cart .totals table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child,.panel>.data-table:last-child,.panel>.table-responsive:last-child>.data-table:last-child,.panel>.availability-only-details:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child,.panel>.cart .totals table:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.data-table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tbody:last-child>tr:last-child,.panel>.data-table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tfoot:last-child>tr:last-child,.panel>.availability-only-details:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tbody:last-child>tr:last-child,.panel>.availability-only-details:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tfoot:last-child>tr:last-child,.panel>.cart .totals table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tbody:last-child>tr:last-child,.panel>.cart .totals table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.data-table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.data-table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.data-table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.data-table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.data-table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.data-table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.data-table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.data-table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.availability-only-details:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.availability-only-details:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.availability-only-details:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.availability-only-details:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.cart .totals table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.cart .totals table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.cart .totals table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.cart .totals table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.data-table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.data-table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.data-table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.data-table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.data-table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.availability-only-details:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.availability-only-details:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.availability-only-details:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.availability-only-details:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.availability-only-details:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.cart .totals table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.cart .totals table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.cart .totals table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.cart .totals table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.cart .totals table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body,.panel>.panel-body+.data-table,.panel>.data-table+.panel-body,.panel>.panel-body+.availability-only-details,.panel>.availability-only-details+.panel-body,.panel>.panel-body+.cart .totals table,.panel>.cart .totals table+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td,.panel>.data-table>tbody:first-child>tr:first-child th,.panel>.data-table>tbody:first-child>tr:first-child td,.panel>.availability-only-details>tbody:first-child>tr:first-child th,.panel>.availability-only-details>tbody:first-child>tr:first-child td,.panel>.cart .totals table>tbody:first-child>tr:first-child th,.panel>.cart .totals table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered,.panel>.data-table,.panel>.table-responsive>.data-table{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.data-table>thead>tr>th:first-child,.panel>.table-responsive>.data-table>thead>tr>th:first-child,.panel>.data-table>tbody>tr>th:first-child,.panel>.table-responsive>.data-table>tbody>tr>th:first-child,.panel>.data-table>tfoot>tr>th:first-child,.panel>.table-responsive>.data-table>tfoot>tr>th:first-child,.panel>.data-table>thead>tr>td:first-child,.panel>.table-responsive>.data-table>thead>tr>td:first-child,.panel>.data-table>tbody>tr>td:first-child,.panel>.table-responsive>.data-table>tbody>tr>td:first-child,.panel>.data-table>tfoot>tr>td:first-child,.panel>.table-responsive>.data-table>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.data-table>thead>tr>th:last-child,.panel>.table-responsive>.data-table>thead>tr>th:last-child,.panel>.data-table>tbody>tr>th:last-child,.panel>.table-responsive>.data-table>tbody>tr>th:last-child,.panel>.data-table>tfoot>tr>th:last-child,.panel>.table-responsive>.data-table>tfoot>tr>th:last-child,.panel>.data-table>thead>tr>td:last-child,.panel>.table-responsive>.data-table>thead>tr>td:last-child,.panel>.data-table>tbody>tr>td:last-child,.panel>.table-responsive>.data-table>tbody>tr>td:last-child,.panel>.data-table>tfoot>tr>td:last-child,.panel>.table-responsive>.data-table>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.data-table>thead>tr:first-child>td,.panel>.table-responsive>.data-table>thead>tr:first-child>td,.panel>.data-table>tbody>tr:first-child>td,.panel>.table-responsive>.data-table>tbody>tr:first-child>td,.panel>.data-table>thead>tr:first-child>th,.panel>.table-responsive>.data-table>thead>tr:first-child>th,.panel>.data-table>tbody>tr:first-child>th,.panel>.table-responsive>.data-table>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.data-table>tbody>tr:last-child>td,.panel>.table-responsive>.data-table>tbody>tr:last-child>td,.panel>.data-table>tfoot>tr:last-child>td,.panel>.table-responsive>.data-table>tfoot>tr:last-child>td,.panel>.data-table>tbody>tr:last-child>th,.panel>.table-responsive>.data-table>tbody>tr:last-child>th,.panel>.data-table>tfoot>tr:last-child>th,.panel>.table-responsive>.data-table>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:22px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary,.block-account{border-color:#034c91}.panel-primary>.panel-heading{color:#fff;background-color:#034c91;border-color:#034c91}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#034c91}.panel-primary>.panel-heading .badge{color:#034c91;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#034c91}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.panel-title>span:before{display:inline-block;content:'\f0d7';font-family:FontAwesome;margin-right:6px}.panel-title>span.collapsed:before{content:'\f0da'}@media (max-width:767px){.panel table.data-table tr th{font-size:14px}}@media (max-width:479px){.panel table.data-table tr th{font-size:12px}}@media (max-width:767px){.panel table.data-table tr td{font-size:14px;word-break:break-word}}@media (max-width:479px){.panel table.data-table tr td{font-size:12px;word-break:break-word}}.panel table.data-table tr td ul.technical-properties{list-style:disc;padding-left:15px;margin-bottom:0}.well,.advanced-search-summary,.product-options,.cart .totals,.checkout-agreements .agreement-content,.multiple-checkout .box,.checkout-multishipping-shipping .box-sp-methods{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm,.advanced-search-summary,.product-options,.multiple-checkout .box,.checkout-multishipping-shipping .box-sp-methods{padding:9px;border-radius:3px}.close{float:right;font-size:24px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}@font-face{font-family:'Glyphicons Halflings';src:url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.eot');src:url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://products.liqui-moly.com/skin/frontend/limo/default/less/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}.std ul,.std ol{padding-left:40px;margin-bottom:11px}.std ul{list-style:disc outside}.std ol{list-style:decimal outside}.links li{display:inline}.links li:first-child{padding-left:0}.links li:last-child{padding-right:0}.link-cart,.link-wishlist,.link-reorder,.link-compare,.link-print{font-weight:bold}.btn-remove,.btn-previous,.btn-remove2,.btn-edit{display:inline-block;font-size:0}.btn-remove:hover,.btn-previous:hover,.btn-remove2:hover,.btn-edit:hover,.btn-remove:focus,.btn-previous:focus,.btn-remove2:focus,.btn-edit:focus{text-decoration:none}.btn-remove:after,.btn-previous:after,.btn-remove2:after,.btn-edit:after{font-size:16px;font-weight:bold;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn-edit:after{content:"\f040"}.btn-remove:after,.btn-remove2:after{content:"\f00d"}.cards-list dt{margin:5px 0 0}.cards-list .offset{padding:2px 0 2px 20px}.separator{margin:0 3px}.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;text-indent:-999em;overflow:hidden}.logo{margin-top:0 !important}.logo h1{margin:0}.logo a{display:inline-block;width:100%;margin:0}.logo img{margin-top:22px;width:100%;max-width:115px}@media (max-width:767px){.logo img{min-width:115px;margin-top:0}}.form-language{margin-bottom:11px}.form-language label{display:none}.form-search{margin-bottom:11px;position:relative}.form-search .search-autocomplete{z-index:1000}.form-search .search-autocomplete li{cursor:pointer}.form-search .search-autocomplete li .amount{float:right}.form-search .search-autocomplete li.first{border-top-right-radius:0;border-top-left-radius:0}.form-search .search-autocomplete li:hover,.form-search .search-autocomplete li:focus{text-decoration:none;background-color:#f5f5f5}.form-search .search-autocomplete li.selected,.form-search .search-autocomplete li.selected:hover,.form-search .search-autocomplete li.selected:focus{z-index:2;color:#fff;background-color:#034c91;border-color:#034c91}.advanced-search .form-list .input-range{line-height:36px}.advanced-search .form-list .input-range small{float:right}.advanced-search-summary ul{margin-bottom:0;padding-left:15px;padding-right:15px}.advanced-search-summary strong{color:#034c91}.advanced-search-summary p{clear:both;padding:11px 15px 0;margin-bottom:0;font-weight:bold}@media (min-width:480px){.advanced-search-summary ul{float:left;width:50%}}.fa-lg{vertical-align:inherit}.jsElasic{width:100%}p.required{color:#dc261a !important;font-size:12px !important;margin-bottom:5px !important}label.required:after,span.required:after,label.required em{color:#dc261a !important;font-size:12px !important}button{outline:none !important}button:focus{outline:none !important}button:active{outline:none !important;background:#fff}button:hover{outline:none !important}a.btn{line-height:25px}a:active,a:focus,a:hover{outline:0}.btn,.button,.my-wishlist .link-edit{min-width:110px;background:#034c91;border-radius:0 !important;border:none !important;text-transform:uppercase;padding:8px 15px;color:#fff}.btn span{font-size:12px !important}.btn:hover{background:#dc261a !important;color:#fff}.btn.btn-red{background:#dc261a}.btn.btn-red:hover{background:#034c91;color:#fff}.btn.btn-grey{background:#353435 !important}.btn.btn-grey:hover{background:#dc261a !important;color:#fff}.internalLink{color:#fff;font-style:normal;text-transform:none;font-size:16px;border:none;background:none !important}.internalLink:before{font-family:'FontAwesome';color:#dc261a;font-size:.75em;content:'\f054';vertical-align:0;padding-right:4px}.internalLink.back:before{content:'\f053'}.internalLink:hover{color:#aaa;opacity:.8}.internalLink.dark{color:#000 !important}.internalLink.blue:before{color:#034c91}.internalLink.back-link:before{content:'\f053'}.internalLink.empty:before{font-size:1em;content:'\f1f8'}.internalLink.update:before{font-size:1em;content:'\f021'}.internalLink.remove:before{content:'\f00d'}.btn-red{background:#dc261a !important}.btn-red:hover{background:#034c91 !important;color:#fff}.input-box input{background:#e8e8e8}.input-box input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.input-box.dark select,.input-box.dark input{background:#2f2f2f;border:none}.clear{margin:0;padding:0;height:0;width:0;clear:both}.fullwidth{width:100%;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.global-site-notice.demo-notice{border:2px solid #f00;color:#f00;text-align:center;font-weight:bold;font-size:16px;padding:2px}.global-site-notice.demo-notice p{margin:0}ul.messages{margin:0 0 10px 0;list-style:none;padding:0}ul.messages>li{border:none;margin:0;color:#1e1e1e;background:#fff}ul.messages>li.error-msg ul li:before{content:'\f071 ';width:0;height:0;font-family:"FontAwesome";padding-right:10px;color:#dc261a}ul.messages>li.success-msg ul li:before{content:'\f00c ';width:0;height:0;font-family:"FontAwesome";padding-right:10px;color:#11b400}ul.messages>li.warning-msg ul li:before{content:'\f071 ';width:0;height:0;font-family:"FontAwesome";padding-right:10px;color:#fbba00}ul.messages>li.note-msg ul li:before{content:'\f129 ';width:0;height:0;font-family:"FontAwesome";padding-right:10px;color:#fbba00}.block{border:none;margin-top:40px}.block .block-title{line-height:1.2em;font-size:42px;font-weight:bold;margin-bottom:30px;border-color:none;background-color:none;color:#fff;padding:10px 0 0}.block .block-title span{padding-top:10px;font-size:30px;font-weight:300;display:block}.block .block-title strong{font-weight:500}.block .block-subtitle{margin:0 15px 11px;padding:10px 0;border-bottom:1px solid #ddd}.block .block-content li.item{padding:10px 15px}.block .btn-remove,.block .btn-edit{float:right;margin:1px 0 2px 5px}.block .actions{padding:6px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;text-align:right;line-height:33px;margin-right:40px}.block .actions:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.block .actions a{float:left}.block .actions button.button{float:right}.block .empty{margin:0;padding:15px}.block li.odd{background-color:#f9f9f9}.category-content-spot{clear:both}.block-usp .usp-items{background:#fff;display:block;color:#1e1e1e;font-size:16px;line-height:24px;text-align:center;list-style:none;padding:0}.block-usp .usp-items li{display:inline-block;padding:40px;width:33%;margin:0;text-align:center}@media (max-width:479px){.block-usp .usp-items li{width:100%;padding:30px}}.block-usp .usp-items li img{display:block;margin:0 auto 10px}.block-usp .usp-items li .usp-title{font-weight:bold;font-size:21px}.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-viewed,.block-compared,.block-related,.block-tags,.block-login{font-size:14px}.mini-products-list .product-image{float:left}.mini-products-list .product-details{margin-left:60px}.block-cart .mini-products-list .product-details .product-name,.block-cart .mini-products-list .product-details .nobr small{word-wrap:break-word}.block-cart .mini-products-list .product-details .nobr{white-space:normal !important}.block-account .block-title{border-color:#034c91;background-color:#034c91;color:#fff}.block-account .block-title strong{font-weight:500}.block-account .block-content{padding:15px}.block-account .block-content ul{margin-bottom:0}.block-account .block-content li a{display:block;border-bottom:1px solid #ddd;padding:5px 0}.block-account .block-content li.last a{border-bottom:0}.block-account .block-content li.current{padding:5px 0;border-bottom:1px solid #ddd}.block-account .block-content li.current.last{border-bottom:0}.block-layered-nav{background:rgba(30,30,30,0.8);padding:30px;margin-bottom:20px}.block-layered-nav dl{margin:0}.block-layered-nav dt{padding:7px 15px;font-weight:bold;text-transform:uppercase}.block-layered-nav dd{padding:0 15px 0 20px;margin-bottom:11px}.block-layered-nav dd.last{background:none}.block-layered-nav .currently li{position:relative;padding:5px 15px}.block-layered-nav .currently .label{font-weight:bold;text-transform:uppercase}.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove{position:absolute;right:0;top:2px;margin:0}.block-layered-nav .currently .btn-previous{right:17px}.block-layered-nav .actions{text-align:right}.block-layered-nav .actions .actions a{float:none}.block-layered-nav .actions{border-top:none;border-bottom:1px solid #dadada}.block-layered-nav .currently{color:#fff}.block-layered-nav .currently .block-subtitle{display:none}.block-layered-nav .currently ol{padding-left:0;padding-right:40px;margin-bottom:18px}.block-layered-nav .currently ol li{margin-bottom:6px}.block-layered-nav .currently .btn-remove{background:url('https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/icon_close.png') no-repeat center center;width:17px;height:15px;border:none}.block-layered-nav .currently .btn-remove:after{display:none}.block-layered-nav .olys-filter-title{color:#fff;text-transform:uppercase;font-size:18px}.block-layered-nav .olys-filter{color:#aaa}.block-layered-nav .olys-remove-all{float:right}.block-layered-nav .olys-remove-all a{color:#fff}.block-layered-nav #narrow-by-list .filter-item{display:inline-block;vertical-align:top;padding-top:15px}.block-layered-nav #narrow-by-list .filter-item li a{color:#aaa}.block-layered-nav #narrow-by-list .filter-item .filter-title{color:#fff;text-transform:uppercase;font-size:18px}.block-layered-nav #narrow-by-list .filter-item .jsApprovals{margin-right:40px}.block-layered-nav #narrow-by-list .filter-item .jsFilter{margin-right:40px}.block-layered-nav #narrow-by-list .filter-item .jsFilter select{color:#aaa;height:44px;width:100%}.block-layered-nav #narrow-by-list .filter-item .olys-filter-frontend{margin-right:40px}.block-layered-nav #narrow-by-list .filter-item .olys-filter-frontend select{color:#aaa;height:44px;width:100%}body.retina .block-layered-nav #narrow-by-list .filter-item .jsFilter select,body.ipad .block-layered-nav #narrow-by-list .filter-item .jsFilter select,body.iphone .block-layered-nav #narrow-by-list .filter-item .jsFilter select{color:#000}.block-cart .summary{padding:10px 15px}.block-cart .amount a{font-weight:bold}.block-cart .subtotal{padding:4px;margin-bottom:0;text-align:center}.block-cart .subtotal .price{font-weight:bold}.block-cart .actions{border-bottom:1px solid #ddd}.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right}.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0}.block-wishlist .actions{text-align:right}.block-wishlist .actions a{float:none}.block-related input.checkbox{float:left}.block-related .product{margin-left:20px}.compare-table .btn-remove{float:right;background-image:url(https://products.liqui-moly.com/skin/frontend/limo/images/btn_remove2.gif);width:72px;height:15px}.compare-table tr.add-to-row td{background:#fffada;text-align:center}.compare-table tr.first td{text-align:center}.compare-table tr.first td .product-name{font-size:14px;font-weight:bold;margin:0 0 5px;color:#203548}.compare-table tr.first td .product-name a{color:#203548}.compare-table tr.first td .ratings{width:69px;margin:0 auto}.compare-table tr.first td p,.compare-table tr.add-to-row td p{margin:0}.block-poll label{color:#777;font-weight:bold}.block-poll input.radio{float:left;margin:1px -18px 0 0}.block-poll .label{display:block;margin-left:18px}.block-poll li{padding:10px 15px}.block-poll label{margin-bottom:0}.block-poll .actions{margin:5px 0 0}.block-poll .answer{font-weight:bold}.block-poll .votes{float:right;margin-left:10px}.block-tags .block-content .tags-list{padding:15px !important;margin-bottom:0 !important;font-size:14px}.block-tags .actions{text-align:right}.block-tags .actions a{float:none}.block-subscribe .block-content{padding:15px 15px 0}.block-subscribe .actions{margin:15px -15px 0}.block-subscribe .actions button.button{float:none}.block-reorder input.checkbox{float:left;margin:2px -20px 0 0}.block-reorder .product-name{margin-left:20px}.block-reorder .validation-advice{margin:3px 9px 7px}.block-banner{border:0;background-color:transparent}.block-banner .block-content{padding:0;background-color:transparent;text-align:center}.block-login .block-content{padding:15px 15px 0}.block-login .actions{margin:15px -15px 0}.paypal-logo{display:block;margin:10px 0;text-align:center}.paypal-logo a{float:none}body{background:linear-gradient(to right, #434343 0, #7d7d7d 100%);color:#fff}@media (max-width:767px){#header-wrapper{background:#1e1e1e;height:auto}}#header-wrapper #page-wallpaper{position:absolute;top:52px;left:0;right:0;bottom:0;background:linear-gradient(to right, #434343 0, #7d7d7d 100%);background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/wallpaper/Fond_Shop_2.jpg);background-position:bottom center;background-repeat:no-repeat;background-size:cover,contain;z-index:-1}@media print{#header-wrapper #page-wallpaper:not(.slider){background:transparent !important}}#header-wrapper #page-slider{position:absolute;top:52px;left:0;right:0;bottom:0;background-position:bottom center;background-repeat:no-repeat;background-size:cover,contain;z-index:-1}#header-wrapper .header-special-links{position:absolute;top:130px;right:0;z-index:1040}@media (max-width:767px){#header-wrapper .header-special-links{top:52px !important}}#header-wrapper .header-special-links #oil-consultant,#header-wrapper .header-special-links #storelocator{right:0;color:#fff;font-size:16px;padding:10px 10px 4px 20px;font-weight:bold;text-transform:uppercase;cursor:pointer;display:block}@media (max-width:767px){#header-wrapper .header-special-links #oil-consultant,#header-wrapper .header-special-links #storelocator{font-size:12px}}@media (min-width:1200px){#header-wrapper .header-special-links #oil-consultant,#header-wrapper .header-special-links #storelocator{font-size:22px;padding:10px 20px 4px 30px}}#header-wrapper .header-special-links #oil-consultant{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icon_oelwegweiser.png);background-repeat:round;margin-bottom:10px}#header-wrapper .header-special-links #storelocator{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icon_storelocator.png);background-repeat:round}.limo_b2b_b2c #simpleSlider .slider_slide a,.limo_b2b #simpleSlider .slider_slide a{font-weight:normal !important;font-size:18px !important}.limo_b2b_b2c .white-button,.limo_b2b .white-button{background:transparent !important;border:1px solid #fff}.limo_b2b_b2c .dark-button,.limo_b2b .dark-button{background:transparent !important;border:1px solid #333;color:#333 !important}.limo_b2b_b2c .dark-button:hover,.limo_b2b .dark-button:hover{background:#00458f !important;color:#fff !important;opacity:1}.limo_b2b_b2c .white-button:hover,.limo_b2b .white-button:hover{background:#fff !important;color:#00458f !important;opacity:1}.limo_b2b_b2c header#header .header-background,.limo_b2b header#header .header-background{background:#2b2b2b}@media (max-width:768px){.limo_b2b_b2c #header-wrapper,.limo_b2b #header-wrapper{background:#2b2b2b}}.limo_b2b_b2c .burger-menu,.limo_b2b .burger-menu{text-align:left !important;font-size:30px;padding-left:1px !important}@media (max-width:1200px){.limo_b2b_b2c .header-links a span,.limo_b2b .header-links a span{display:none}}.limo_b2b_b2c .form-language,.limo_b2b .form-language{margin-left:2px !important}@media (max-width:1200px){.limo_b2b_b2c .form-language,.limo_b2b .form-language{margin-left:-13px !important}}@media (max-width:768px){.limo_b2b_b2c .form-language,.limo_b2b .form-language{float:right !important}}.limo_b2b_b2c .mmsElastic-input.form-control::placeholder,.limo_b2b .mmsElastic-input.form-control::placeholder{color:#4d4d4d;font-weight:normal;opacity:1}@media (max-width:768px){.limo_b2b_b2c .main-header-nav-small-content,.limo_b2b .main-header-nav-small-content{background:#2d2d2d !important}}@media (max-width:768px){.limo_b2b_b2c #category-menu-sm-xs,.limo_b2b #category-menu-sm-xs,.limo_b2b_b2c #myaccount-menu-sm-xs,.limo_b2b #myaccount-menu-sm-xs{background:#fff}}@media (max-width:768px){.limo_b2b_b2c .navbar-form,.limo_b2b .navbar-form{box-shadow:none !important}}.limo_b2b_b2c .mmsElastic-input.form-control,.limo_b2b .mmsElastic-input.form-control{background-color:#2b2b2b;background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/search-icon.svg);background-repeat:no-repeat;background-position:left 5px center;border:1px solid #4d4d4d;color:#fff;padding-left:30px;height:35px !important;padding-top:15px}@media (max-width:768px){.limo_b2b_b2c .mmsElastic-input.form-control,.limo_b2b .mmsElastic-input.form-control{background-image:none;padding-left:10px}}.limo_b2b_b2c .jsElasic,.limo_b2b .jsElasic{padding-left:17px}.limo_b2b_b2c .navbar-form .form-group,.limo_b2b .navbar-form .form-group{width:100%}.limo_b2b_b2c .mmsElastic-input.form-control:focus,.limo_b2b .mmsElastic-input.form-control:focus{border:1px solid #4d4d4d !important}.limo_b2b_b2c header#header .store-account .quick-access .my-account .account-switch #header-account-links,.limo_b2b header#header .store-account .quick-access .my-account .account-switch #header-account-links{top:35px;background:#2b2b2b;left:-180px !important}.limo_b2b_b2c .user-icon,.limo_b2b .user-icon{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/user-icon.svg);width:18px;height:17px;margin-top:17px;margin-left:20px;background-repeat:no-repeat}.limo_b2b_b2c .cart-icon,.limo_b2b .cart-icon{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/cart-icon.svg);width:20px;height:20px;margin-top:17px;margin-right:10px;background-repeat:no-repeat}.limo_b2b_b2c .bqs,.limo_b2b .bqs{position:absolute;right:120px;top:15px;color:#fff;background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/bqs-icon.svg);padding-left:30px !important;background-position:left;background-repeat:no-repeat;background-size:25px;height:19px;line-height:15px;padding-top:5px !important;padding-bottom:20px !important;padding-right:0 !important}@media (max-width:1200px){.limo_b2b_b2c .bqs,.limo_b2b .bqs{right:100px;top:13px}}.limo_b2b_b2c .oww,.limo_b2b .oww{position:absolute;right:270px;top:15px;color:#fff;background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/oww-icon.svg);padding-left:30px;background-position:left;background-repeat:no-repeat;background-size:25px;height:19px;line-height:15px;padding-top:5px;padding-bottom:15px;padding-right:20px}@media (max-width:1200px){.limo_b2b_b2c .oww,.limo_b2b .oww{right:130px}}.limo_b2b_b2c .header-cart .figures,.limo_b2b .header-cart .figures{position:absolute;top:0;right:0}.limo_b2b_b2c .header-cart .figures span,.limo_b2b .header-cart .figures span{font-size:15px !important}.limo_b2b_b2c #header-wrapper .header-special-links,.limo_b2b #header-wrapper .header-special-links{display:none}.limo_b2b_b2c header#header .header-menu .navbar-main .menu-nav-item,.limo_b2b header#header .header-menu .navbar-main .menu-nav-item{font-size:18px !important}.limo_b2b_b2c header#header .header-menu .navbar-main .menu-nav-item span:hover,.limo_b2b header#header .header-menu .navbar-main .menu-nav-item span:hover{opacity:1 !important;border-bottom:1px solid #e3001b !important}.limo_b2b_b2c #dropdown-nav::after,.limo_b2b #dropdown-nav::after{font-family:'webfont';content:'\f100'}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box{background:#fff;margin-top:23px}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a{color:#333;opacity:1 !important;font-weight:lighter !important}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:hover,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:hover{border-bottom:1px solid #e3001b;transition:border .3s,width .3s;padding-left:0;padding-right:0;margin-left:17px}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box h2,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box h2{color:#333}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:before,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:before{display:none}.limo_b2b_b2c header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box::before,.limo_b2b header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box::before{display:none}.limo_b2b_b2c .logo img,.limo_b2b .logo img{margin-top:8px;width:100%;max-width:115px}@media (max-width:768px){.limo_b2b_b2c .logo img,.limo_b2b .logo img{margin-top:14px}}.limo_b2b_b2c .navbar,.limo_b2b .navbar{margin-bottom:8px}.limo_b2b_b2c .menu.menu-sm-xs,.limo_b2b .menu.menu-sm-xs{margin-top:15px}.limo_b2b_b2c header#header .header-menu,.limo_b2b header#header .header-menu{margin-top:35px}@media (max-width:768px){.limo_b2b_b2c header#header .header-menu,.limo_b2b header#header .header-menu{margin-top:0}}.limo_b2b_b2c.cms-index-index #page-slider,.limo_b2b.cms-index-index #page-slider{margin-top:90px;border-top:1px solid #eee}@media (max-width:768px){.limo_b2b_b2c.cms-index-index #page-slider,.limo_b2b.cms-index-index #page-slider{margin-top:-25px}}.limo_b2b_b2c.cms-index-index header#header .header-menu .navbar-main .menu-nav-item,.limo_b2b.cms-index-index header#header .header-menu .navbar-main .menu-nav-item{color:#1e1e1e}.limo_b2b_b2c.cms-index-index .navbar,.limo_b2b.cms-index-index .navbar{margin-bottom:124px}.limo_b2b .product-cart-packageunit input.jsPackageUnit{margin-top:-12px !important;width:70px}.limo_b2b .header-cart .figures{position:absolute;top:-10px !important;left:22px !important;right:0 !important}.limo_b2b .header-cart .figures span{font-size:13px !important}.limo_b2b .header-cart a span{display:block !important}.slider-button{padding:12px 40px !important}.slider-title{margin-top:150px}.slider-title.dark{color:#383838 !important}#simpleSlider .stageslider-nav-buttons .stageslider-nav-button>i.fa{color:#eee !important}#simpleSlider .stageslider-nav-block .stageslider-nav.active{background-color:#dc261a !important}#simpleSlider .stageslider-nav-block .stageslider-nav{background:#eee !important}header#header{margin:0;padding:0;border:none}@media (max-width:767px){header#header{height:auto}}header#header .copyright{display:none}header#header .header-background{background:#1e1e1e}header#header div.container.nav-header{position:relative;margin-bottom:25px}@media (max-width:767px){header#header div.container.nav-header{margin-bottom:0}header#header div.container.nav-header a.logo{display:inline-block;margin:0}}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list{padding-left:15px;padding-right:15px;margin-bottom:0;line-height:45px;vertical-align:middle}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li{padding-left:0;padding-right:0;text-align:center}@media (max-width:479px){header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li{text-align:center}}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li a{padding-left:0;padding-right:0;font-size:16px;line-height:16px;font-weight:bold;color:#fff;line-height:45px;vertical-align:middle}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li a i{display:inline-block;margin-right:5px;font-size:25px}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li a span{display:none}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li a .figures .count{color:#dc261a}header#header div.container.nav-header .toggle-group .main-header-nav-small .menu-sm-xs ul.main-menu-list li.first a span{display:inline;vertical-align:initial}header#header div.container.nav-header .toggle-group .main-header-nav-small-content{position:absolute;z-index:999;background:#fff;width:100%}header#header div.container.nav-header .toggle-group .main-header-nav-small-content>.nav{padding-top:15px;padding-bottom:15px}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search{padding:20px}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search .form-search{margin:0;padding:0}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search .form-search .input-group input{border:none;box-shadow:none;font-size:14px;height:30px}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search .form-search .input-group .input-group-btn button{min-width:0;background:none !important}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search .form-search .input-group .input-group-btn button i{color:#000;font-size:1em}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.search .form-search .input-group .input-group-btn button span{display:none}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu{margin:0}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu .menu-hover-box{display:none}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu li{float:left;width:100%;display:inline-block}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu li a{font-size:13px;font-styxle:normal;text-align:left;color:#000;padding:0 15px 0 25px;line-height:30px}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu li a:before{position:relative;display:inline-block;font-family:"FontAwesome";font-size:.75em !important;color:#dc261a !important;vertical-align:middle;padding-right:4px;content:'\f054';font-size:1em;vertical-align:0}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.menu li a:hover{background:none}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.cart .minicart-container .minicart-message{margin:0;padding:10px;text-align:center;color:#000}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.cart .minicart-container .minicart-wrapper p.empty{color:#aaa;font-size:16px;margin:0;text-align:center}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount .header-account-toggle{display:none}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount #header-account-links{display:inline-block}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount #header-account-links ul{margin:0}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount #header-account-links ul li{float:left;width:100%;display:inline-block}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount #header-account-links ul li a{font-size:13px;line-height:30px;font-styxle:normal;text-align:left;color:#000;padding:0 15px 0 25px}header#header div.container.nav-header .toggle-group .main-header-nav-small-content .nav.myaccount #header-account-links ul li a:before{position:relative;display:inline-block;font-family:"FontAwesome";font-size:.75em !important;color:#dc261a !important;vertical-align:middle;padding-right:4px;content:'\f054';font-size:1em;vertical-align:0}header#header .header-menu{padding-left:0;padding-right:0;margin-top:46px}@media (max-width:767px){header#header .header-menu{margin-top:15px}}header#header .header-menu .navbar-main{background:none;border:none}header#header .header-menu .navbar-main .dropdown{display:inline-block}header#header .header-menu .navbar-main .dropdown.bs-prototype-override{display:inline-block !important}header#header .header-menu .navbar-main .dropdown:hover>ul.dropdown-menu,header#header .header-menu .navbar-main .dropdown:focus>ul.dropdown-menu{display:block}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu{border:none;padding:none;background:none;z-index:20}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box{position:relative;margin-top:25px;padding:20px 10px 30px;background:rgba(30,30,30,0.95);padding-right:320px}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box{position:absolute;right:30px;top:20px;display:none;width:270px;height:250px;background:rgba(0,0,0,0);z-index:20}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box.hover{display:block}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box .cat-image{height:118px;text-align:center}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box .cat-image .cat-image-icon{max-height:118px;margin:0 auto}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box h2{margin:20px 0 0 0;font-weight:bold;text-transform:inherit;font-size:24px}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box p.cat-text{font-size:16px;color:#fff;margin:0;font-size:normal}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box .menu-hover-box .cat-links{text-align:right}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box:before{content:'';position:absolute;left:35px;width:20px;height:20px;background:rgba(30,30,30,0.95);top:-10px;transform:rotate(45deg)}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li,header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box div.cat-links{height:33px;margin:0;padding:0;width:100%}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a,header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box div.cat-links a{font-size:18px;font-weight:bold;opacity:.5;color:#fff;display:inline-flex;white-space:nowrap;padding:0 17px}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:before,header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box div.cat-links a:before{position:relative;display:inline-block;font-family:'FontAwesome';color:#dc261a;padding-right:4px;content:'\f054';vertical-align:0;font-weight:normal;font-size:14px}header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box li a:hover,header#header .header-menu .navbar-main .dropdown ul.dropdown-menu .submenu-box div.cat-links a:hover{opacity:1}header#header .header-menu .navbar-main .menu-nav-item{font-size:21px;font-weight:bold;color:#fff;padding:0 17px;text-transform:none;line-height:30px;opacity:1}header#header .header-menu .navbar-main .menu-nav-item span{padding-bottom:5px}header#header .header-menu .navbar-main .menu-nav-item span:hover{opacity:.8;border-bottom:3px solid #dc261a}header#header .container{padding-left:0;padding-right:0}@media (max-width:1199px){header#header .store-header{padding:0 15px}}header#header .store-telephone{padding-left:0;padding-right:0}header#header .form-language{display:inline-block;width:auto;float:none;height:52px;line-height:52px;margin:0}header#header .form-language a{color:#aaa;font-size:14px;line-height:24px}header#header .form-language a.phone{padding-right:10px}header#header .form-language a.phone i{padding-right:3px}header#header .form-language a.selected span.flag{opacity:1}header#header .form-language a span.flag{opacity:.5;display:inline-block;width:24px;height:24px;background:#1e1e1e;content:'';margin-right:5px}header#header .form-language a.at span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/at.png)}header#header .form-language a.ch span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ch.png)}header#header .form-language a.cz span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/cz.png)}header#header .form-language a.de span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/de.png)}header#header .form-language a.ae span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ar.png)}header#header .form-language a.dk span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/dk.png)}header#header .form-language a.en span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/en.png)}header#header .form-language a.es span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/es.png)}header#header .form-language a.fi span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/fi.png)}header#header .form-language a.fr span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/fr.png)}header#header .form-language a.gr span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/gr.png)}header#header .form-language a.el span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/el.png)}header#header .form-language a.it span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/it.png)}header#header .form-language a.jp span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/jp.png)}header#header .form-language a.kr span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/kr.png)}header#header .form-language a.nl span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/nl.png)}header#header .form-language a.no span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/no.png)}header#header .form-language a.nz span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/nz.png)}header#header .form-language a.pl span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/pl.png)}header#header .form-language a.pt span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/pt.png)}header#header .form-language a.ro span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ro.png)}header#header .form-language a.se span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/se.png)}header#header .form-language a.sv span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/sv.png)}header#header .form-language a.tr span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/tr.png)}header#header .form-language a.us span.flag{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/us.png)}header#header .store-account{padding-left:0;padding-right:0}header#header .store-account .quick-access{padding-left:0;padding-right:0;float:right;height:52px;width:100%}header#header .store-account .quick-access a i{padding-right:3px}header#header .store-account .quick-access .header-cart{position:relative;display:inline-block;float:right;line-height:52px;height:52px}header#header .store-account .quick-access .header-cart a,header#header .store-account .quick-access .header-cart i,header#header .store-account .quick-access .header-cart span{font-size:14px;color:#aaa}@media (max-width:900px){header#header .store-account .quick-access .header-cart a,header#header .store-account .quick-access .header-cart i,header#header .store-account .quick-access .header-cart span{font-size:24px}}@media (max-width:900px){header#header .store-account .quick-access .header-cart a span.label,header#header .store-account .quick-access .header-cart i span.label,header#header .store-account .quick-access .header-cart span span.label{display:none}}header#header .store-account .quick-access .header-cart a.btn.checkout-button{font-size:12px}header#header .store-account .quick-access .header-cart a i{vertical-align:-5%}header#header .store-account .quick-access .header-cart .label{padding-right:5px}header#header .store-account .quick-access .header-cart .figures .count{color:#dc261a;font-weight:bold}header#header .store-account .quick-access .header-cart #header-cart-content{position:absolute;top:52px;right:0;width:320px;background:#eee;padding:15px;z-index:1033}header#header .store-account .quick-access .header-cart #header-cart-content .minicart-container .minicart-message{margin:0;padding:10px;text-align:center;color:#000}header#header .store-account .quick-access .header-cart #header-cart-content .minicart-container .minicart-block-header{padding-left:0;padding-right:0;position:relative}header#header .store-account .quick-access .header-cart #header-cart-content .minicart-container .minicart-block-header a.close{font-weight:normal;font-style:normal;opacity:1;text-shadow:none;text-align:center;font-size:30px;width:30px;position:absolute;top:0;right:0;display:block;color:#636363;z-index:2}header#header .store-account .quick-access .header-cart #header-cart-content .minicart-container .minicart-wrapper .empty{font-size:14px;color:#aaa;text-align:center;margin:0}header#header .store-account .quick-access .my-account{float:right;display:inline-block}header#header .store-account .quick-access .my-account .account-switch{height:52px;line-height:52px;margin-right:12px;position:relative}header#header .store-account .quick-access .my-account .account-switch a,header#header .store-account .quick-access .my-account .account-switch span,header#header .store-account .quick-access .my-account .account-switch li{color:#aaa;font-size:14px}@media (max-width:900px){header#header .store-account .quick-access .my-account .account-switch a,header#header .store-account .quick-access .my-account .account-switch span,header#header .store-account .quick-access .my-account .account-switch li{font-size:24px}}@media (max-width:900px){header#header .store-account .quick-access .my-account .account-switch a span.label,header#header .store-account .quick-access .my-account .account-switch span span.label,header#header .store-account .quick-access .my-account .account-switch li span.label{display:none}}header#header .store-account .quick-access .my-account .account-switch #header-account-links{position:absolute;top:52px;left:0;width:219px;background:#1e1e1e;z-index:1033}header#header .store-account .quick-access .my-account .account-switch #header-account-links ul li{display:inline-block;width:100%}header#header .store-account .quick-access .my-account .account-switch #header-account-links ul li a{font-size:13px;padding:5px 10px}header#header .store-account .quick-access .my-account .account-switch #header-account-links ul li a:before{color:#dc261a;padding-right:4px;display:inline-block;font-family:'FontAwesome';content:'\f054'}header#header .store-account .quick-access .search_mini_form{display:inline-block;float:right;width:100%;line-height:52px;height:52px;margin-left:15px}header#header .store-account .quick-access .search_mini_form input.mmsElastic-input{height:auto !important;line-height:30px;padding-top:4px;padding-bottom:4px;font-size:14px;border:medium none;outline:medium none}header#header .store-account .quick-access .search_mini_form input.mmsElastic-input::-ms-clear{display:none !important}header#header .store-account .quick-access .search_mini_form .form-search{width:100%;height:52px;line-height:52px;margin:0;display:inline-block}header#header .store-account .quick-access .search_mini_form .form-search .input-group{width:100%;height:30px;display:inline-block;border:none;position:relative;vertical-align:middle}header#header .store-account .quick-access .search_mini_form .form-search .input-group input.ass_search_input{height:32px;line-height:30px;padding-top:0;padding-bottom:0;font-size:14px;border:medium none;outline:medium none}header#header .store-account .quick-access .search_mini_form .form-search .input-group input.ass_search_input::-ms-clear{display:none !important}header#header .store-account .quick-access .search_mini_form .form-search .input-group input.tt-hint{height:32px;font-size:14px}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn{height:30px;width:24px;line-height:30px;right:3px;top:0;position:absolute}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button{height:30px;padding:0;border:none;color:#131313 !important;background:none !important;width:30px !important;min-width:30px}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button:before{display:none !important}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button .fa-lg{font-size:1em !important}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button i{position:absolute;right:0;top:0;width:30px;height:30px;line-height:30px}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button span{display:none}header#header .store-account .quick-access .search_mini_form .form-search .input-group .input-group-btn button:hover i{color:#dc261a}#header-cart-content .minicart-container .minicart-message,#cart-menu-sm-xs .minicart-container .minicart-message{margin:0;padding:10px;text-align:center;color:#000}#header-cart-content .minicart-container #minicart-success-message,#cart-menu-sm-xs .minicart-container #minicart-success-message{color:#11b400 !important}#header-cart-content .minicart-container #minicart-error-message,#cart-menu-sm-xs .minicart-container #minicart-error-message{color:#dc261a !important}#header-cart-content .minicart-container .minicart-wrapper p.empty,#cart-menu-sm-xs .minicart-container .minicart-wrapper p.empty{color:#aaa;font-size:16px;margin:0;text-align:center}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar{padding:10px;margin:0}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item{padding:8px 5px 8px 11px;margin-bottom:10px;clear:both;border-bottom:1px solid #ccc}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item a.product-image,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item a.product-image{padding:15px;float:left;min-width:70px}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item.last,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item.last{margin-bottom:0}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details{position:relative;margin-left:60px;margin:0;padding:0}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name{padding:0;margin-bottom:.5em}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name a,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name a,#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name a span,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-name a span{font-size:18px;font-style:normal;font-weight:bold;text-transform:uppercase;line-height:1.3em;color:#1e1e1e}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper{margin-bottom:.5em}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr{font-weight:normal;font-style:normal;font-size:14px;line-height:21px}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr th,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr th{color:#222;padding-right:10px;text-align:left}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr td,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr td,#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr td span,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr td span{color:#000}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td input,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td input{width:48px;height:30px;display:inline-block}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td button,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td button{min-width:auto;display:none;float:none;opacity:1}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td button.visible,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .info-wrapper tr.qty-wrapper td button.visible{display:inline-block !important}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-actions,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-actions{display:inline-block;width:100%;padding-left:90px;line-height:20px}#header-cart-content .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-actions a,#cart-menu-sm-xs .minicart-container .minicart-wrapper div ul#cart-sidebar li.item .product-details .product-actions a{font-size:14px;line-height:20px;padding:2px 5px 2px 0}#header-cart-content .minicart-container .minicart-wrapper .block-content,#cart-menu-sm-xs .minicart-container .minicart-wrapper .block-content{line-height:12px}#header-cart-content .minicart-container .minicart-wrapper .block-content .subtotal,#cart-menu-sm-xs .minicart-container .minicart-wrapper .block-content .subtotal{line-height:auto;text-align:right;padding:10px}#header-cart-content .minicart-container .minicart-wrapper .block-content .subtotal .label,#cart-menu-sm-xs .minicart-container .minicart-wrapper .block-content .subtotal .label{display:none}#header-cart-content .minicart-container .minicart-wrapper .block-content .subtotal .price,#cart-menu-sm-xs .minicart-container .minicart-wrapper .block-content .subtotal .price{font-size:21px;text-align:right;font-weight:bold;color:#222}#header-cart-content .minicart-container .minicart-wrapper .minicart-actions,#cart-menu-sm-xs .minicart-container .minicart-wrapper .minicart-actions{padding:10px}#header-cart-content .minicart-container .minicart-wrapper .minicart-actions .checkout-types,#cart-menu-sm-xs .minicart-container .minicart-wrapper .minicart-actions .checkout-types{line-height:10px;margin:0}#header-cart-content .minicart-container .minicart-wrapper .minicart-actions .checkout-types li,#cart-menu-sm-xs .minicart-container .minicart-wrapper .minicart-actions .checkout-types li{width:100%;display:inline-block}#header-cart-content .minicart-container .minicart-wrapper .minicart-actions .checkout-types li a.btn,#cart-menu-sm-xs .minicart-container .minicart-wrapper .minicart-actions .checkout-types li a.btn{width:100%;opacity:1;color:#fff}#header-cart-content .minicart-container .minicart-wrapper .minicart-actions a.cart-link,#cart-menu-sm-xs .minicart-container .minicart-wrapper .minicart-actions a.cart-link{line-height:1em;display:inherit;margin-top:10px}ul.breadcrumb{background:none}ul.breadcrumb li{color:#aaa}ul.breadcrumb li.home{color:#034c91}ul.breadcrumb li strong{color:#dc261a}.main-footer .block-title{text-align:center}.footer-subscribe{margin-bottom:60px}.footer-subscribe .actions{text-align:center;padding:0}.footer-subscribe .block-description{margin-bottom:10px !important}.footer-subscribe .block-subscribe{margin-top:0 !important}.socialmedia-list{margin-top:20px}.socialmedia-link{display:inline-block}.socialmedia-link a{display:inline-block;width:35px;height:35px;margin-right:5px;background-position:center;background-size:100%}.socialmedia-link a.instagram{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/instagram.svg)}.socialmedia-link a.facebook{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/facebook.svg)}.socialmedia-link a.youtube{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/youtube.svg)}.socialmedia-link a.rss{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/feed.svg)}.socialmedia-link a.linkedin{background-image:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icons/linkedin.svg)}#footer.fullwidth{background:#1e1e1e}#footer.fullwidth footer[role="contentinfo"]{margin:0;min-height:310px;padding-top:30px}#footer.fullwidth footer[role="contentinfo"] .main-footer{padding:40px}@media (max-width:480px){#footer.fullwidth footer[role="contentinfo"] .footer-social{margin-bottom:30px}}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-icons,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-icons{border-top:1px solid #2c2c2c;padding-top:30px}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-icons i,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-icons i{margin-right:10px}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-title,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-title{color:#aaa;font-size:12px;text-transform:uppercase;padding:3px 0;border:none;margin-bottom:15px}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-title span,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-title span{display:block;font-size:20px;font-weight:bold;color:#fff}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-description,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-description{font-size:13px;margin-bottom:45px;text-transform:none;padding:0;color:#aaa}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe{border:none;background:none}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe .block-content,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe .block-content{padding:0}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe .block-title,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe .block-title{display:none}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .form-subscribe-header,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .form-subscribe-header{display:none}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .input-box,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .input-box{padding:0;width:100%}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .input-box input,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .input-box input{background:#2f2f2f !important;color:#fff}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .input-box .validation-advice,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .input-box .validation-advice{padding-top:5px}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .actions,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .actions{border:none;background:none;margin:0}#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .actions button,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .actions button{padding:10px;margin-top:15px;width:237px}@media (max-width:768px){#footer.fullwidth footer[role="contentinfo"] .footer-subscribe .block-subscribe form .actions button,#footer.fullwidth footer[role="contentinfo"] .footer-social .block-subscribe form .actions button{width:100%}}#sub-footer.fullwidth{background:#131313;position:absolute}#sub-footer.fullwidth footer[role="link-footer"]{padding:35px 40px 30px}#sub-footer.fullwidth footer[role="link-footer"] ul{display:inline-block}#sub-footer.fullwidth footer[role="link-footer"] ul:after{clear:both}#sub-footer.fullwidth footer[role="link-footer"] ul li{float:left;margin-right:5px}#sub-footer.fullwidth footer[role="link-footer"] ul li a{font-size:13px;color:#aaa}#sub-footer.fullwidth footer[role="link-footer"] ul li:after{content:'|';padding-left:5px;font-size:13px;color:#aaa}#sub-footer.fullwidth footer[role="link-footer"] ul li:last-child:after{content:''}#sub-footer.fullwidth footer[role="link-footer"] #header-account-links{display:block !important}#sub-footer.fullwidth footer[role="link-footer"] .header-account-toggle{display:none}#sub-footer.fullwidth footer[role="link-footer"] .copyright span{font-size:13px;color:#aaa}@media (max-width:1199px){body.retina .toolbar .pager .input-sm{color:#2f2f2f;background:#fff}}body.catalog-category-view #header-wrapper #page-wallpaper,body.catalogsearch-result-index #header-wrapper #page-wallpaper{background:linear-gradient(to right, #434343 0, #7d7d7d 100%);background-image:url('https://products.liqui-moly.com/skin/frontend/limo/default/images/wallpaper/Fond_Shop_2.jpg') !important;background-position:top center;background-size:cover,contain;background-repeat:no-repeat}@media print{body.catalog-category-view #header-wrapper #page-wallpaper,body.catalogsearch-result-index #header-wrapper #page-wallpaper{background:transparent !important}}body.catalog-category-view ul.breadcrumb,body.catalogsearch-result-index ul.breadcrumb{display:none}body.catalog-category-view div[role=main],body.catalogsearch-result-index div[role=main]{padding-top:45px}body.catalog-category-view div[role=main] .category-title,body.catalogsearch-result-index div[role=main] .category-title{border:none;margin:0;padding:0}body.catalog-category-view div[role=main] .category-title h1,body.catalogsearch-result-index div[role=main] .category-title h1{font-size:60px;font-weight:bold;color:#fff;border:none}@media (max-width:479px){body.catalog-category-view div[role=main] .category-title h1,body.catalogsearch-result-index div[role=main] .category-title h1{font-size:48px}}body.catalog-category-view div[role=main] .category-products .toolbar,body.catalogsearch-result-index div[role=main] .category-products .toolbar{margin-bottom:40px}body.catalog-category-view div[role=main] .category-products .toolbar .pager,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager{border:none;background:rgba(30,30,30,0.95);position:relative}body.catalog-category-view div[role=main] .category-products .toolbar .pager .amount,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .amount{font-size:16px;font-weight:bold;height:42px;line-height:42px;text-align:left}body.catalog-category-view div[role=main] .category-products .toolbar .pager .pages,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .pages{height:42px;line-height:42px}body.catalog-category-view div[role=main] .category-products .toolbar .pager .pages strong,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .pages strong{font-weight:normal}@media (max-width:1199px){body.catalog-category-view div[role=main] .category-products .toolbar .pager .pages strong,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .pages strong{display:none}}body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter{border:none}body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter .limiter select.input-sm,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter .limiter select.input-sm{width:55px}body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter .sort-by select,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter .sort-by select{width:180px}@media (max-width:767px){body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter .sort-by select,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter .sort-by select{width:60px}}body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter label,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter label{font-weight:normal;font-size:16px;padding-right:5px}@media (max-width:1199px){body.catalog-category-view div[role=main] .category-products .toolbar .pager .sorter label,body.catalogsearch-result-index div[role=main] .category-products .toolbar .pager .sorter label{display:none}}.category-products h2,.box-up-sell h2{font-size:34px !important;line-height:44px !important;margin:22px 0 40px 0 !important;border:none !important;color:#fff !important;background:none !important}@media (max-width:479px){.category-products h2,.box-up-sell h2{padding-right:60px}}.category-products .jcarousel-wrapper,.box-up-sell .jcarousel-wrapper{position:relative}.category-products .jcarousel-wrapper div.jcarousel,.box-up-sell .jcarousel-wrapper div.jcarousel{margin-left:-15px;padding-left:15px}.category-products .jcarousel-wrapper .jcarousel-control,.box-up-sell .jcarousel-wrapper .jcarousel-control{position:absolute;top:-30px;right:0}.category-products .jcarousel-wrapper .jcarousel-control a,.box-up-sell .jcarousel-wrapper .jcarousel-control a{position:relative;display:inline-block;font-family:"FontAwesome";vertical-align:middle;padding-right:4px;font-size:88px;line-height:88px;margin-top:-88px;color:rgba(0,0,0,0)}.category-products .jcarousel-wrapper .jcarousel-control a:before,.box-up-sell .jcarousel-wrapper .jcarousel-control a:before{color:#fff}@media (max-width:479px){.category-products .jcarousel-wrapper .jcarousel-control,.box-up-sell .jcarousel-wrapper .jcarousel-control{top:-45px}.category-products .jcarousel-wrapper .jcarousel-control a,.box-up-sell .jcarousel-wrapper .jcarousel-control a{font-size:60px;line-height:60px;margin-top:-60px;width:36px}}.category-products .jcarousel-wrapper .jcarousel-control .jcarousel-prev:before,.box-up-sell .jcarousel-wrapper .jcarousel-control .jcarousel-prev:before{content:'\f105'}.category-products .jcarousel-wrapper .jcarousel-control .jcarousel-next:before,.box-up-sell .jcarousel-wrapper .jcarousel-control .jcarousel-next:before{content:'\f104'}.category-products .jcarousel-wrapper .jcarousel-control:after,.box-up-sell .jcarousel-wrapper .jcarousel-control:after{clean:both}.category-products ul,.box-up-sell ul{list-style:none;padding-left:0}.category-products .product-tiles .tile,.box-up-sell .product-tiles .tile{margin-bottom:20px;background:transparent}.category-products .product-tiles .tile form .product-badges,.box-up-sell .product-tiles .tile form .product-badges{position:absolute;left:-40px;top:20px;z-index:10}.category-products .product-tiles .tile form .product-badges div span,.box-up-sell .product-tiles .tile form .product-badges div span{display:inline-block;width:75px;height:60px;font-size:22px;color:#fff;text-indent:-10000px}.category-products .product-tiles .tile form .product-badges div span.top,.box-up-sell .product-tiles .tile form .product-badges div span.top{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icon_top_small.png) no-repeat}.category-products .product-tiles .tile form .product-badges div span.reviews,.box-up-sell .product-tiles .tile form .product-badges div span.reviews{font-size:16px;text-indent:-6px;text-align:center;padding-top:12px;color:#034c91;font-weight:bold;background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/icon_feedbackSmall.png) no-repeat}.category-products .product-tiles .tile .product-top,.box-up-sell .product-tiles .tile .product-top{background:#fff;margin:0;padding:10px 25px 5px;overflow:visible !important}.category-products .product-tiles .tile .product-top div.product-image,.box-up-sell .product-tiles .tile .product-top div.product-image{position:relative;margin:0}.category-products .product-tiles .tile .product-top div.product-image a,.box-up-sell .product-tiles .tile .product-top div.product-image a{background-color:#fff;overflow:hidden;display:inline-block;height:100%;width:100%;text-align:center}.category-products .product-tiles .tile .product-top div.product-image a:hover,.box-up-sell .product-tiles .tile .product-top div.product-image a:hover{opacity:1}.category-products .product-tiles .tile .product-top div.product-image a img,.box-up-sell .product-tiles .tile .product-top div.product-image a img{padding:0;border:none;background:transparent;width:100%;height:auto}.category-products .product-tiles .tile .product-top h3.product-name,.box-up-sell .product-tiles .tile .product-top h3.product-name{height:46px;font-weight:bold;margin-bottom:5px}.category-products .product-tiles .tile .product-top h3.product-name a,.box-up-sell .product-tiles .tile .product-top h3.product-name a{font-size:18px;font-weight:bold;line-height:1.2em;color:#1e1e1e;word-break:break-word}.category-products .product-tiles .tile .product-top .price-row,.box-up-sell .product-tiles .tile .product-top .price-row{padding-bottom:6px}.category-products .product-tiles .tile .product-top .price-row span.price-prefix,.box-up-sell .product-tiles .tile .product-top .price-row span.price-prefix{font-size:18px;font-weight:bold;color:#034c91;white-space:normal;display:block}.category-products .product-tiles .tile .product-top .price-row .price-box,.box-up-sell .product-tiles .tile .product-top .price-row .price-box{margin-top:26px}.category-products .product-tiles .tile .product-top .price-row .price-box span.price-prefix,.box-up-sell .product-tiles .tile .product-top .price-row .price-box span.price-prefix{font-size:28px;font-weight:bold}.category-products .product-tiles .tile .product-top .price-row .price-box .product-tier-price,.box-up-sell .product-tiles .tile .product-top .price-row .price-box .product-tier-price{margin-bottom:0}.category-products .product-tiles .tile .product-top .price-row span.price-prefix+.price-box,.box-up-sell .product-tiles .tile .product-top .price-row span.price-prefix+.price-box{margin-top:0}.category-products .product-tiles .tile .product-top .price-box,.box-up-sell .product-tiles .tile .product-top .price-box{position:relative;margin-top:18px;margin-right:6px;display:inline-block}.category-products .product-tiles .tile .product-top .price-box span.price-label,.box-up-sell .product-tiles .tile .product-top .price-box span.price-label{color:#000;font-size:12px}.category-products .product-tiles .tile .product-top .price-box .price,.box-up-sell .product-tiles .tile .product-top .price-box .price{font-size:22px;font-weight:bold;line-height:30px;text-transform:uppercase;color:#034c91;white-space:normal}.category-products .product-tiles .tile .product-top .price-box .baseprice-box,.box-up-sell .product-tiles .tile .product-top .price-box .baseprice-box{display:none}.category-products .product-tiles .tile .product-top .price-box .old-price,.box-up-sell .product-tiles .tile .product-top .price-box .old-price{display:none;position:absolute;top:-18px;height:18px;line-height:18px}.category-products .product-tiles .tile .product-top .price-box .old-price .price,.box-up-sell .product-tiles .tile .product-top .price-box .old-price .price{font-size:12px;color:#aaa}.category-products .product-tiles .tile .product-top .price-box .old-price .price-label,.box-up-sell .product-tiles .tile .product-top .price-box .old-price .price-label{display:none}.category-products .product-tiles .tile .product-top .price-box .special-price .price-label,.box-up-sell .product-tiles .tile .product-top .price-box .special-price .price-label{display:none}.category-products .product-tiles .tile .product-top span.baseprice,.box-up-sell .product-tiles .tile .product-top span.baseprice{font-size:12px;color:#aaa}.category-products .product-tiles .tile .product-top .product-info .tax-details,.box-up-sell .product-tiles .tile .product-top .product-info .tax-details{color:#000;font-size:12px;display:inline-block;width:100%}.category-products .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details,.box-up-sell .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details{color:#000;font-size:12px}.category-products .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details .internalLink,.box-up-sell .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details .internalLink{color:#034c91 !important;font-size:12px}.category-products .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details .internalLink:before,.box-up-sell .product-tiles .tile .product-top .product-info .tax-details .shipping-cost-details .internalLink:before{display:none}.category-products .product-tiles .tile .product-top .product-info .delivery-time,.box-up-sell .product-tiles .tile .product-top .product-info .delivery-time{display:none}.category-products .product-tiles .tile .product-bottom,.box-up-sell .product-tiles .tile .product-bottom{margin-top:10px}.category-products .product-tiles .tile .product-bottom .actions,.box-up-sell .product-tiles .tile .product-bottom .actions{position:relative}.category-products .product-tiles .tile .product-bottom .actions button,.box-up-sell .product-tiles .tile .product-bottom .actions button{width:100%;background:#1e1e1e}.category-products .product-tiles .tile .product-bottom .actions button span,.box-up-sell .product-tiles .tile .product-bottom .actions button span{font-size:12px;font-weight:bold}.category-products .product-tiles .tile .product-bottom .actions button:hover,.box-up-sell .product-tiles .tile .product-bottom .actions button:hover{background:#dc261a}.category-products .product-tiles .tile .product-type-bundle .product-info .price-row .price-box,.box-up-sell .product-tiles .tile .product-type-bundle .product-info .price-row .price-box{width:100%}.category-products .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-from,.box-up-sell .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-from,.category-products .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-to,.box-up-sell .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-to{width:50%;display:block;float:left}.category-products .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-from .price-label,.box-up-sell .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-from .price-label,.category-products .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-to .price-label,.box-up-sell .product-tiles .tile .product-type-bundle .product-info .price-row .price-box .price-to .price-label{display:block;width:100%}.category-products .product-tiles .tile .product-description-badge,.box-up-sell .product-tiles .tile .product-description-badge{cursor:default;position:absolute;left:0;top:15%;z-index:10;width:100%}.category-products .product-tiles .tile .product-description-badge div.recommendation-description,.box-up-sell .product-tiles .tile .product-description-badge div.recommendation-description{padding-left:30px;padding-right:15px;background:rgba(254,174,27,0.88);margin-right:15px}.category-products .product-tiles .tile .product-description-badge div.recommendation-description span,.box-up-sell .product-tiles .tile .product-description-badge div.recommendation-description span{width:75px;height:60px;color:#fff}.category-products .product-tiles .tile .product-description-badge:after,.box-up-sell .product-tiles .tile .product-description-badge:after{content:'';left:0;position:absolute;border-top:15px solid #a26900;border-left:15px solid transparent}.sk-cube-grid{position:absolute;left:0;top:0;width:100%;height:100%}.sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#e6e6e6;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.8s;animation-delay:.8s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}.spinner{width:95%;height:95%;margin:auto auto;background:url('https://products.liqui-moly.com/skin/frontend/limo/default/images/logo.png') center center no-repeat;-webkit-filter:grayscale(100%);opacity:.5;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}body span.flag{display:inline-block;width:24px;height:24px;background:#1e1e1e;content:'';margin-right:5px}body span.flag.at{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/at.png)}body span.flag.ch{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ch.png)}body span.flag.cz{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/cz.png)}body span.flag.de{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/de.png)}body span.flag.ae{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ar.png)}body span.flag.dk{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/dk.png)}body span.flag.en{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/en.png)}body span.flag.es{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/es.png)}body span.flag.fi{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/fi.png)}body span.flag.fr{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/fr.png)}body span.flag.gr{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/gr.png)}body span.flag.it{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/it.png)}body span.flag.jp{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/jp.png)}body span.flag.kr{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/kr.png)}body span.flag.nl{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/nl.png)}body span.flag.no{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/no.png)}body span.flag.nz{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/nz.png)}body span.flag.pl{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/pl.png)}body span.flag.pt{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/pt.png)}body span.flag.ro{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/ro.png)}body span.flag.se{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/se.png)}body span.flag.sv{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/sv.png)}body span.flag.tr{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/tr.png)}body span.flag.us{background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/flags/us.png)}body .container .layout div[role=main] div .page-title{border:none}body .container .layout div[role=main] div h1{text-transform:uppercase;font-size:60px;color:#fff;font-weight:bold;border:none;text-overflow:ellipsis;overflow:hidden;line-height:76px}@media (max-width:767px){body .container .layout div[role=main] div h1{font-size:40px;line-height:50px}}@media (min-width:768px) and (max-width:1199px){body .container .layout div[role=main] div h1{font-size:50px;line-height:66px}}body .container .layout div[role=main] div h2{color:#fff;font-size:18px;font-weight:normal;display:inline-block;margin:0 0 12px 0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;line-height:22px}body .container .layout div[role=main] div h2.cases{display:block !important}body .container .layout div[role=main] div h3{border:none;background:none;color:#fff;font-weight:600;font-size:14px;line-height:18px;margin:0;padding:0 0 10px 0;text-transform:uppercase;float:none;text-overflow:ellipsis;overflow:hidden}body .container .layout div[role=main] div ol li{border:none;background:none;padding:0}body.review-product-list div[role=main]{background:rgba(30,30,30,0.95);padding:15px}body.review-product-list div[role=main] dl dt{font-size:12px;font-weight:normal;color:#aaa}body.review-product-list div[role=main] dl dt a{font-size:22px;font-weight:bold;display:block}body.review-product-list div[role=main] dl dt a:hover{opacity:1;color:#034c91}body.review-product-list div[role=main] dl dd{font-size:14px;font-weight:normal}body.review-product-list div[role=main] dl dd small{font-size:10px;color:#aaa;display:block;text-align:right}body.review-product-list div[role=main] .form-add h2{font-size:24px !important;font-weight:bold !important}body.review-product-list div[role=main] .form-add h3{font-size:18px !important;text-transform:none !important}body.review-product-list div[role=main] .form-add h3 span{color:#dc261a}body.review-product-list div[role=main] .form-add .form-list{margin-top:10px}body.review-product-list div[role=main] .form-add label{font-weight:normal}body.review-product-list div[role=main] .form-add .input-box{border:1px solid #ccc}body.review-product-list div[role=main] .form-add .input-box input[type=text],body.review-product-list div[role=main] .form-add .input-box textarea{border:none}body.review-product-list div[role=main] .form-add .buttons-set{border:none;margin-top:0}body.customer-account-index #header-wrapper #page-wallpaper,body.customer-account-login #header-wrapper #page-wallpaper,body.customer-account-create #header-wrapper #page-wallpaper,body.customer-account-edit #header-wrapper #page-wallpaper,body.customer-address-form #header-wrapper #page-wallpaper,body.customer-address-index #header-wrapper #page-wallpaper,body.contacts-index-index #header-wrapper #page-wallpaper,body.customer-account-forgotpassword #header-wrapper #page-wallpaper,body.ui-mygarage-index-index #header-wrapper #page-wallpaper,body.newsletter-manage-index #header-wrapper #page-wallpaper,body.sales-order-history #header-wrapper #page-wallpaper,body.sales-billing-agreement-index #header-wrapper #page-wallpaper,body.checkout-cart-index #header-wrapper #page-wallpaper,body.checkout-onepage-index #header-wrapper #page-wallpaper,body.catalog-product-view #header-wrapper #page-wallpaper,body.review-product-list #header-wrapper #page-wallpaper,body.onestepcheckout-index-index #header-wrapper #page-wallpaper,body.onestepcheckout-index-success #header-wrapper #page-wallpaper,body.catalog-seo-sitemap-category #header-wrapper #page-wallpaper,body.impexp-ax-sales-documents-index #header-wrapper #page-wallpaper{background-image:url('https://products.liqui-moly.com/skin/frontend/limo/default/images/wallpaper/Fond_Shop_2.jpg'),linear-gradient(to right, #434343 0, #7d7d7d 100%)}body.customer-account-forgotpassword .page-title{border:none}body.customer-account-forgotpassword #form-validate{background:rgba(30,30,30,0.95);padding:15px}body.customer-account-forgotpassword #form-validate h2{border:none;margin:10px 0}body.customer-account-forgotpassword .buttons-set{border:none;margin-top:10px}body.checkout-cart-index #shopping-cart-table{border:none}body.checkout-cart-index #shopping-cart-table .internalLink.update:before,body.checkout-cart-index #shopping-cart-table .internalLink.empty:before{font-size:.75em}body.checkout-cart-index #shopping-cart-table tr th,body.checkout-cart-index #shopping-cart-table tr td,body.checkout-cart-index #shopping-cart-table tr tf{border-left:none;border-right:none;background:none;padding:20px 10px 10px;border-bottom:none}body.checkout-cart-index #shopping-cart-table tr th.product-actions,body.checkout-cart-index #shopping-cart-table tr td.product-actions,body.checkout-cart-index #shopping-cart-table tr tf.product-actions{border-top:none}body.checkout-cart-index #shopping-cart-table tr th.last a.btn-remove:after,body.checkout-cart-index #shopping-cart-table tr td.last a.btn-remove:after,body.checkout-cart-index #shopping-cart-table tr tf.last a.btn-remove:after{font-weight:normal;color:#dc261a}body.checkout-cart-index #shopping-cart-table tr .product-cart-image{width:100px}body.checkout-cart-index #shopping-cart-table tr .product-cart-price,body.checkout-cart-index #shopping-cart-table tr .product-cart-qty{width:120px}body.checkout-cart-index #shopping-cart-table tr .product-cart-price input,body.checkout-cart-index #shopping-cart-table tr .product-cart-qty input{display:inline-block}body.checkout-cart-index #shopping-cart-table tr .product-cart-info{width:45%}body.checkout-cart-index #shopping-cart-table tr .product-cart-info h2{color:#fff;font-size:18px;line-height:1.3em;font-weight:bold;text-transform:uppercase}body.checkout-cart-index #shopping-cart-table tr .product-cart-info h2 a{color:inherit}body.checkout-cart-index #shopping-cart-table tr .product-cart-info .sku{font-size:13px}body.checkout-cart-index #shopping-cart-table tr .product-cart-info .sku .label{font-size:bold}body.checkout-cart-index #shopping-cart-table tfoot tr td,body.checkout-cart-index #shopping-cart-table tfoot tr th,body.checkout-cart-index #shopping-cart-table tfoot tr tf{border-bottom:1px solid #ddd}@media (max-width:767px){body.checkout-cart-index #shopping-cart-table thead{display:none}body.checkout-cart-index #shopping-cart-table tfoot button{float:left !important}body.checkout-cart-index #shopping-cart-table td{padding:10px 0 !important}body.checkout-cart-index #shopping-cart-table .product-actions{border-bottom:1px solid #ddd !important}body.checkout-cart-index #shopping-cart-table .product-actions a{padding-right:7px}body.checkout-cart-index #shopping-cart-table .product-actions .btn-remove:after{content:"";display:none}body.checkout-cart-index #shopping-cart-table .product-cart-image{width:15% !important;float:left;border:none}body.checkout-cart-index #shopping-cart-table .product-cart-image a img{width:100%;height:auto}body.checkout-cart-index #shopping-cart-table .product-cart-info,body.checkout-cart-index #shopping-cart-table .product-cart-price,body.checkout-cart-index #shopping-cart-table .product-cart-qty{width:80% !important;float:right;border:none;text-align:left !important}body.checkout-cart-index #shopping-cart-table .product-cart-price:before,body.checkout-cart-index #shopping-cart-table .product-cart-qty:before{content:attr(data-label) ":";font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding-right:5px;text-transform:uppercase}body.checkout-cart-index #shopping-cart-table .product-cart-edit,body.checkout-cart-index #shopping-cart-table .product-cart-subtotal,body.checkout-cart-index #shopping-cart-table .product-cart-remove{display:none}}body.checkout-cart-index #cart-crossell{margin-top:32px}body.checkout-cart-index .cart-collaterals{background:rgba(30,30,30,0.95);margin:0}body.checkout-cart-index .cart-collaterals .coupon,body.checkout-cart-index .cart-collaterals .totals-wrapper{background:none;border:none;padding:10px}body.checkout-cart-index .cart-collaterals .coupon .discount h2,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount h2{display:inline;background:none;border:none;font-size:12px;font-weight:normal}body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form{display:inline-block;padding-left:0}body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form label,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form label{display:none}body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .input-box,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .input-box,body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .buttons-set,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .buttons-set{margin:0;display:inline-block}body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .input-box input#coupon_code,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .input-box input#coupon_code,body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .buttons-set input#coupon_code,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .buttons-set input#coupon_code{width:190px}body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .input-box,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .input-box{margin-right:10px}@media (max-width:480px){body.checkout-cart-index .cart-collaterals .coupon .discount .discount-form .input-box,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount .discount-form .input-box{margin-right:0}}@media (max-width:768px){body.checkout-cart-index .cart-collaterals .coupon .discount,body.checkout-cart-index .cart-collaterals .totals-wrapper .discount{text-align:right}}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table{width:100%;margin-bottom:20px}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tr.summary-details td,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tr.summary-details td,body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tr.summary-totals td,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tr.summary-totals td{background:none}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tr td,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tr td{height:36px;border:none;font-weight:normal !important;text-transform:uppercase}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tr td:first-child,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tr td:first-child{padding-right:90px}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tfoot td strong,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tfoot td strong{font-size:24px;line-height:36px}body.checkout-cart-index .cart-collaterals .coupon #shopping-cart-totals-table tfoot td strong .price,body.checkout-cart-index .cart-collaterals .totals-wrapper #shopping-cart-totals-table tfoot td strong .price{text-transform:none}body.checkout-cart-index .cart-collaterals .coupon .checkout-types,body.checkout-cart-index .cart-collaterals .totals-wrapper .checkout-types{width:100%}body.checkout-cart-index .cart-collaterals .coupon .checkout-types li,body.checkout-cart-index .cart-collaterals .totals-wrapper .checkout-types li{width:100%;float:none;text-align:right;padding:5px 0 10px}body.checkout-cart-index .cart-collaterals .coupon .checkout-types li a,body.checkout-cart-index .cart-collaterals .totals-wrapper .checkout-types li a,body.checkout-cart-index .cart-collaterals .coupon .checkout-types li button,body.checkout-cart-index .cart-collaterals .totals-wrapper .checkout-types li button,body.checkout-cart-index .cart-collaterals .coupon .checkout-types li input,body.checkout-cart-index .cart-collaterals .totals-wrapper .checkout-types li input{float:none}body.checkout-cart-index .cart-collaterals .coupon div,body.checkout-cart-index .cart-collaterals .totals-wrapper div{background:none;border:none}@media (max-width:479px){body.checkout-cart-index .cart-collaterals td:first-child{padding-right:20px !important}}body.customer-account-create .container .layout .account-create #form-validate{background:#fff;padding:30px 45px}body.customer-account-create .container .layout .account-create #form-validate h2{color:#000}body.customer-account-create .container .layout .account-create #form-validate .fieldset{color:#1e1e1e;margin:0}body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-middlename-suffix a.selectBox-dropdown,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-suffix a.selectBox-dropdown,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-middlename a.selectBox-dropdown,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix a.selectBox-dropdown{width:100% !important}body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-middlename-suffix .field:first-child,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-suffix .field:first-child,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix-middlename .field:first-child,body.customer-account-create .container .layout .account-create #form-validate .customer-name-prefix .field:first-child{padding-left:15px;padding-right:15px}body.customer-address-form .form-list .customer-name-prefix>.name-prefix,body.checkout-multishipping-address-newshipping .form-list .customer-name-prefix>.name-prefix,body.customer-account-edit .form-list .customer-name-prefix>.name-prefix{padding-left:15px}body.customer-account-login .container .layout .account-login #login-form{background:#fff;padding:15px 30px}body.customer-account-login .container .layout .account-login #login-form .col2-set{color:#1e1e1e;margin:0}body.customer-account-login .container .layout .account-login #login-form .col2-set .col-1,body.customer-account-login .container .layout .account-login #login-form .col2-set .col-2{padding:15px;margin-top:20px}body.customer-account-login .container .layout .account-login #login-form .col2-set .col-2{border-left:1px solid #ccc;padding-left:60px;border-top:none}@media (max-width:479px){body.customer-account-login .container .layout .account-login #login-form .col2-set .col-2{padding-left:15px;padding-top:30px;border-left:none;border-top:1px solid #ccc}}body.customer-account-login .container .layout .account-login #login-form .col2-set .content{min-height:0}body.customer-account-login .container .layout .account-login #login-form .col2-set .content h2{color:#1e1e1e;font-size:24px;font-weight:normal;margin-bottom:12px}body.customer-account-login .container .layout .account-login #login-form .col2-set .content p.form-instructions{font-size:13px;font-weight:normal;font-style:italic;line-height:20px}body.customer-account-login .container .layout .account-login #login-form .col2-set .content ul.benefits{list-style:disc;padding-left:30px;margin:10px 0 20px 0}body.customer-account-login .container .layout .account-login #login-form .col2-set .content ul.benefits li{font-size:16px}body.customer-account-login .container .layout .account-login #login-form .col2-set .buttons-set{margin-top:20px;border:none;text-align:left}body.customer-account-login .container .layout .account-login #login-form .col2-set .buttons-set button{float:none}body.customer-address-index .container .layout aside[role="complementary"],body.customer-account-index .container .layout aside[role="complementary"],body.customer-account-edit .container .layout aside[role="complementary"],body.customer-address-form .container .layout aside[role="complementary"],body.sales-order-view .container .layout aside[role="complementary"],body.customer-paymentinformation-index .container .layout aside[role="complementary"],body.newsletter-manage-index .container .layout aside[role="complementary"],body.review-customer-index .container .layout aside[role="complementary"],body.sales-order-history .container .layout aside[role="complementary"],body.sales-recurring-profile-index .container .layout aside[role="complementary"],body.tag-customer-index .container .layout aside[role="complementary"],body.wishlist-index-index .container .layout aside[role="complementary"],body.sales-billing-agreement-index .container .layout aside[role="complementary"],body.ui-mygarage-index-index .container .layout aside[role="complementary"],body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"]{width:30%}@media (max-width:767px){body.customer-address-index .container .layout aside[role="complementary"],body.customer-account-index .container .layout aside[role="complementary"],body.customer-account-edit .container .layout aside[role="complementary"],body.customer-address-form .container .layout aside[role="complementary"],body.sales-order-view .container .layout aside[role="complementary"],body.customer-paymentinformation-index .container .layout aside[role="complementary"],body.newsletter-manage-index .container .layout aside[role="complementary"],body.review-customer-index .container .layout aside[role="complementary"],body.sales-order-history .container .layout aside[role="complementary"],body.sales-recurring-profile-index .container .layout aside[role="complementary"],body.tag-customer-index .container .layout aside[role="complementary"],body.wishlist-index-index .container .layout aside[role="complementary"],body.sales-billing-agreement-index .container .layout aside[role="complementary"],body.ui-mygarage-index-index .container .layout aside[role="complementary"],body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"]{width:100%}}body.customer-address-index .container .layout aside[role="complementary"] .block-title,body.customer-account-index .container .layout aside[role="complementary"] .block-title,body.customer-account-edit .container .layout aside[role="complementary"] .block-title,body.customer-address-form .container .layout aside[role="complementary"] .block-title,body.sales-order-view .container .layout aside[role="complementary"] .block-title,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-title,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-title,body.review-customer-index .container .layout aside[role="complementary"] .block-title,body.sales-order-history .container .layout aside[role="complementary"] .block-title,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-title,body.tag-customer-index .container .layout aside[role="complementary"] .block-title,body.wishlist-index-index .container .layout aside[role="complementary"] .block-title,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-title,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-title,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-title{background:none;border:none;padding:0;margin-bottom:10px}body.customer-address-index .container .layout aside[role="complementary"] .block-title strong,body.customer-account-index .container .layout aside[role="complementary"] .block-title strong,body.customer-account-edit .container .layout aside[role="complementary"] .block-title strong,body.customer-address-form .container .layout aside[role="complementary"] .block-title strong,body.sales-order-view .container .layout aside[role="complementary"] .block-title strong,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-title strong,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-title strong,body.review-customer-index .container .layout aside[role="complementary"] .block-title strong,body.sales-order-history .container .layout aside[role="complementary"] .block-title strong,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-title strong,body.tag-customer-index .container .layout aside[role="complementary"] .block-title strong,body.wishlist-index-index .container .layout aside[role="complementary"] .block-title strong,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-title strong,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-title strong,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-title strong{font-size:24px;line-height:1.4em;font-style:normal;font-weight:normal}body.customer-address-index .container .layout aside[role="complementary"] .block-title strong span,body.customer-account-index .container .layout aside[role="complementary"] .block-title strong span,body.customer-account-edit .container .layout aside[role="complementary"] .block-title strong span,body.customer-address-form .container .layout aside[role="complementary"] .block-title strong span,body.sales-order-view .container .layout aside[role="complementary"] .block-title strong span,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-title strong span,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-title strong span,body.review-customer-index .container .layout aside[role="complementary"] .block-title strong span,body.sales-order-history .container .layout aside[role="complementary"] .block-title strong span,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-title strong span,body.tag-customer-index .container .layout aside[role="complementary"] .block-title strong span,body.wishlist-index-index .container .layout aside[role="complementary"] .block-title strong span,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-title strong span,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-title strong span,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-title strong span{padding:0}body.customer-address-index .container .layout aside[role="complementary"] .block-content,body.customer-account-index .container .layout aside[role="complementary"] .block-content,body.customer-account-edit .container .layout aside[role="complementary"] .block-content,body.customer-address-form .container .layout aside[role="complementary"] .block-content,body.sales-order-view .container .layout aside[role="complementary"] .block-content,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content,body.review-customer-index .container .layout aside[role="complementary"] .block-content,body.sales-order-history .container .layout aside[role="complementary"] .block-content,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content,body.tag-customer-index .container .layout aside[role="complementary"] .block-content,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content{background:rgba(30,30,30,0.95)}body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li{border:none}body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li a,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li a,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li a,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li a,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li a,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li a,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li a,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li a,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li a,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li a,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li a,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li a,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li a,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li a,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li a,body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li strong,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li strong,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li strong,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li strong,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li strong,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li strong,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li strong,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li strong,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li strong,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li strong,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li strong,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li strong,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li strong,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li strong,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li strong{border:none}body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li a.internalLink,body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li strong.internalLink{color:#aaa !important}body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li.current strong,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li.current strong,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li.current strong,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li.current strong,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li.current strong,body.customer-address-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.customer-account-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.customer-account-edit .container .layout aside[role="complementary"] .block-content ul li.current a,body.customer-address-form .container .layout aside[role="complementary"] .block-content ul li.current a,body.sales-order-view .container .layout aside[role="complementary"] .block-content ul li.current a,body.customer-paymentinformation-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.newsletter-manage-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.review-customer-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.sales-order-history .container .layout aside[role="complementary"] .block-content ul li.current a,body.sales-recurring-profile-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.tag-customer-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.wishlist-index-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.sales-billing-agreement-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.ui-mygarage-index-index .container .layout aside[role="complementary"] .block-content ul li.current a,body.impexp-ax-sales-documents-index .container .layout aside[role="complementary"] .block-content ul li.current a{color:#fff !important;font-weight:normal}body.customer-address-index .container .layout div[role=main],body.customer-account-index .container .layout div[role=main],body.customer-account-edit .container .layout div[role=main],body.customer-address-form .container .layout div[role=main],body.sales-order-view .container .layout div[role=main],body.customer-paymentinformation-index .container .layout div[role=main],body.newsletter-manage-index .container .layout div[role=main],body.review-customer-index .container .layout div[role=main],body.sales-order-history .container .layout div[role=main],body.sales-recurring-profile-index .container .layout div[role=main],body.tag-customer-index .container .layout div[role=main],body.wishlist-index-index .container .layout div[role=main],body.sales-billing-agreement-index .container .layout div[role=main],body.ui-mygarage-index-index .container .layout div[role=main],body.impexp-ax-sales-documents-index .container .layout div[role=main]{width:70%;padding-top:20px}@media (max-width:767px){body.customer-address-index .container .layout div[role=main],body.customer-account-index .container .layout div[role=main],body.customer-account-edit .container .layout div[role=main],body.customer-address-form .container .layout div[role=main],body.sales-order-view .container .layout div[role=main],body.customer-paymentinformation-index .container .layout div[role=main],body.newsletter-manage-index .container .layout div[role=main],body.review-customer-index .container .layout div[role=main],body.sales-order-history .container .layout div[role=main],body.sales-recurring-profile-index .container .layout div[role=main],body.tag-customer-index .container .layout div[role=main],body.wishlist-index-index .container .layout div[role=main],body.sales-billing-agreement-index .container .layout div[role=main],body.ui-mygarage-index-index .container .layout div[role=main],body.impexp-ax-sales-documents-index .container .layout div[role=main]{width:100%}}body.customer-address-index .container .layout div[role=main] h2,body.customer-account-index .container .layout div[role=main] h2,body.customer-account-edit .container .layout div[role=main] h2,body.customer-address-form .container .layout div[role=main] h2,body.sales-order-view .container .layout div[role=main] h2,body.customer-paymentinformation-index .container .layout div[role=main] h2,body.newsletter-manage-index .container .layout div[role=main] h2,body.review-customer-index .container .layout div[role=main] h2,body.sales-order-history .container .layout div[role=main] h2,body.sales-recurring-profile-index .container .layout div[role=main] h2,body.tag-customer-index .container .layout div[role=main] h2,body.wishlist-index-index .container .layout div[role=main] h2,body.sales-billing-agreement-index .container .layout div[role=main] h2,body.ui-mygarage-index-index .container .layout div[role=main] h2,body.impexp-ax-sales-documents-index .container .layout div[role=main] h2{color:#fff;font-size:18px;font-weight:normal;display:inline-block;margin-bottom:15px;text-transform:uppercase}body.customer-address-index .container .layout div[role=main] .page-title,body.customer-account-index .container .layout div[role=main] .page-title,body.customer-account-edit .container .layout div[role=main] .page-title,body.customer-address-form .container .layout div[role=main] .page-title,body.sales-order-view .container .layout div[role=main] .page-title,body.customer-paymentinformation-index .container .layout div[role=main] .page-title,body.newsletter-manage-index .container .layout div[role=main] .page-title,body.review-customer-index .container .layout div[role=main] .page-title,body.sales-order-history .container .layout div[role=main] .page-title,body.sales-recurring-profile-index .container .layout div[role=main] .page-title,body.tag-customer-index .container .layout div[role=main] .page-title,body.wishlist-index-index .container .layout div[role=main] .page-title,body.sales-billing-agreement-index .container .layout div[role=main] .page-title,body.ui-mygarage-index-index .container .layout div[role=main] .page-title,body.impexp-ax-sales-documents-index .container .layout div[role=main] .page-title{margin:0;padding:0}body.customer-address-index .container .layout div[role=main] .page-title h1,body.customer-account-index .container .layout div[role=main] .page-title h1,body.customer-account-edit .container .layout div[role=main] .page-title h1,body.customer-address-form .container .layout div[role=main] .page-title h1,body.sales-order-view .container .layout div[role=main] .page-title h1,body.customer-paymentinformation-index .container .layout div[role=main] .page-title h1,body.newsletter-manage-index .container .layout div[role=main] .page-title h1,body.review-customer-index .container .layout div[role=main] .page-title h1,body.sales-order-history .container .layout div[role=main] .page-title h1,body.sales-recurring-profile-index .container .layout div[role=main] .page-title h1,body.tag-customer-index .container .layout div[role=main] .page-title h1,body.wishlist-index-index .container .layout div[role=main] .page-title h1,body.sales-billing-agreement-index .container .layout div[role=main] .page-title h1,body.ui-mygarage-index-index .container .layout div[role=main] .page-title h1,body.impexp-ax-sales-documents-index .container .layout div[role=main] .page-title h1{margin:0 0 15px 0}body.customer-address-index .container .layout div[role=main] p,body.customer-account-index .container .layout div[role=main] p,body.customer-account-edit .container .layout div[role=main] p,body.customer-address-form .container .layout div[role=main] p,body.sales-order-view .container .layout div[role=main] p,body.customer-paymentinformation-index .container .layout div[role=main] p,body.newsletter-manage-index .container .layout div[role=main] p,body.review-customer-index .container .layout div[role=main] p,body.sales-order-history .container .layout div[role=main] p,body.sales-recurring-profile-index .container .layout div[role=main] p,body.tag-customer-index .container .layout div[role=main] p,body.wishlist-index-index .container .layout div[role=main] p,body.sales-billing-agreement-index .container .layout div[role=main] p,body.ui-mygarage-index-index .container .layout div[role=main] p,body.impexp-ax-sales-documents-index .container .layout div[role=main] p{font-size:16px;color:#fff}body.customer-address-index .container .layout div[role=main] p strong,body.customer-account-index .container .layout div[role=main] p strong,body.customer-account-edit .container .layout div[role=main] p strong,body.customer-address-form .container .layout div[role=main] p strong,body.sales-order-view .container .layout div[role=main] p strong,body.customer-paymentinformation-index .container .layout div[role=main] p strong,body.newsletter-manage-index .container .layout div[role=main] p strong,body.review-customer-index .container .layout div[role=main] p strong,body.sales-order-history .container .layout div[role=main] p strong,body.sales-recurring-profile-index .container .layout div[role=main] p strong,body.tag-customer-index .container .layout div[role=main] p strong,body.wishlist-index-index .container .layout div[role=main] p strong,body.sales-billing-agreement-index .container .layout div[role=main] p strong,body.ui-mygarage-index-index .container .layout div[role=main] p strong,body.impexp-ax-sales-documents-index .container .layout div[role=main] p strong{font-size:20px;font-weight:bold}body.customer-address-index .container .layout div[role=main] form .input-box select,body.customer-account-index .container .layout div[role=main] form .input-box select,body.customer-account-edit .container .layout div[role=main] form .input-box select,body.customer-address-form .container .layout div[role=main] form .input-box select,body.sales-order-view .container .layout div[role=main] form .input-box select,body.customer-paymentinformation-index .container .layout div[role=main] form .input-box select,body.newsletter-manage-index .container .layout div[role=main] form .input-box select,body.review-customer-index .container .layout div[role=main] form .input-box select,body.sales-order-history .container .layout div[role=main] form .input-box select,body.sales-recurring-profile-index .container .layout div[role=main] form .input-box select,body.tag-customer-index .container .layout div[role=main] form .input-box select,body.wishlist-index-index .container .layout div[role=main] form .input-box select,body.sales-billing-agreement-index .container .layout div[role=main] form .input-box select,body.ui-mygarage-index-index .container .layout div[role=main] form .input-box select,body.impexp-ax-sales-documents-index .container .layout div[role=main] form .input-box select{border:none}body.customer-address-index .container .layout div[role=main] .box-account,body.customer-account-index .container .layout div[role=main] .box-account,body.customer-account-edit .container .layout div[role=main] .box-account,body.customer-address-form .container .layout div[role=main] .box-account,body.sales-order-view .container .layout div[role=main] .box-account,body.customer-paymentinformation-index .container .layout div[role=main] .box-account,body.newsletter-manage-index .container .layout div[role=main] .box-account,body.review-customer-index .container .layout div[role=main] .box-account,body.sales-order-history .container .layout div[role=main] .box-account,body.sales-recurring-profile-index .container .layout div[role=main] .box-account,body.tag-customer-index .container .layout div[role=main] .box-account,body.wishlist-index-index .container .layout div[role=main] .box-account,body.sales-billing-agreement-index .container .layout div[role=main] .box-account,body.ui-mygarage-index-index .container .layout div[role=main] .box-account,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account{border:none;background:none;padding:15px 0;margin-bottom:10px}body.customer-address-index .container .layout div[role=main] .box-account .internalLink,body.customer-account-index .container .layout div[role=main] .box-account .internalLink,body.customer-account-edit .container .layout div[role=main] .box-account .internalLink,body.customer-address-form .container .layout div[role=main] .box-account .internalLink,body.sales-order-view .container .layout div[role=main] .box-account .internalLink,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .internalLink,body.newsletter-manage-index .container .layout div[role=main] .box-account .internalLink,body.review-customer-index .container .layout div[role=main] .box-account .internalLink,body.sales-order-history .container .layout div[role=main] .box-account .internalLink,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .internalLink,body.tag-customer-index .container .layout div[role=main] .box-account .internalLink,body.wishlist-index-index .container .layout div[role=main] .box-account .internalLink,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .internalLink,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .internalLink,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .internalLink{line-height:19px;font-size:14px}body.customer-address-index .container .layout div[role=main] .box-account .box-head,body.customer-account-index .container .layout div[role=main] .box-account .box-head,body.customer-account-edit .container .layout div[role=main] .box-account .box-head,body.customer-address-form .container .layout div[role=main] .box-account .box-head,body.sales-order-view .container .layout div[role=main] .box-account .box-head,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box-head,body.newsletter-manage-index .container .layout div[role=main] .box-account .box-head,body.review-customer-index .container .layout div[role=main] .box-account .box-head,body.sales-order-history .container .layout div[role=main] .box-account .box-head,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box-head,body.tag-customer-index .container .layout div[role=main] .box-account .box-head,body.wishlist-index-index .container .layout div[role=main] .box-account .box-head,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box-head,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box-head,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box-head{border-color:#fff;background:none;margin:0;padding:0 0 7px 0}body.customer-address-index .container .layout div[role=main] .box-account .box-head h2,body.customer-account-index .container .layout div[role=main] .box-account .box-head h2,body.customer-account-edit .container .layout div[role=main] .box-account .box-head h2,body.customer-address-form .container .layout div[role=main] .box-account .box-head h2,body.sales-order-view .container .layout div[role=main] .box-account .box-head h2,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box-head h2,body.newsletter-manage-index .container .layout div[role=main] .box-account .box-head h2,body.review-customer-index .container .layout div[role=main] .box-account .box-head h2,body.sales-order-history .container .layout div[role=main] .box-account .box-head h2,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box-head h2,body.tag-customer-index .container .layout div[role=main] .box-account .box-head h2,body.wishlist-index-index .container .layout div[role=main] .box-account .box-head h2,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box-head h2,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box-head h2,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box-head h2{display:inline-block;margin-bottom:0}body.customer-address-index .container .layout div[role=main] .box-account .col2-set,body.customer-account-index .container .layout div[role=main] .box-account .col2-set,body.customer-account-edit .container .layout div[role=main] .box-account .col2-set,body.customer-address-form .container .layout div[role=main] .box-account .col2-set,body.sales-order-view .container .layout div[role=main] .box-account .col2-set,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .col2-set,body.newsletter-manage-index .container .layout div[role=main] .box-account .col2-set,body.review-customer-index .container .layout div[role=main] .box-account .col2-set,body.sales-order-history .container .layout div[role=main] .box-account .col2-set,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .col2-set,body.tag-customer-index .container .layout div[role=main] .box-account .col2-set,body.wishlist-index-index .container .layout div[role=main] .box-account .col2-set,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .col2-set,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .col2-set,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .col2-set{padding:0 15px}body.customer-address-index .container .layout div[role=main] .box-account .box,body.customer-account-index .container .layout div[role=main] .box-account .box,body.customer-account-edit .container .layout div[role=main] .box-account .box,body.customer-address-form .container .layout div[role=main] .box-account .box,body.sales-order-view .container .layout div[role=main] .box-account .box,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box,body.newsletter-manage-index .container .layout div[role=main] .box-account .box,body.review-customer-index .container .layout div[role=main] .box-account .box,body.sales-order-history .container .layout div[role=main] .box-account .box,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box,body.tag-customer-index .container .layout div[role=main] .box-account .box,body.wishlist-index-index .container .layout div[role=main] .box-account .box,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box,body.customer-address-index .container .layout div[role=main] .box-account .col-1,body.customer-account-index .container .layout div[role=main] .box-account .col-1,body.customer-account-edit .container .layout div[role=main] .box-account .col-1,body.customer-address-form .container .layout div[role=main] .box-account .col-1,body.sales-order-view .container .layout div[role=main] .box-account .col-1,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .col-1,body.newsletter-manage-index .container .layout div[role=main] .box-account .col-1,body.review-customer-index .container .layout div[role=main] .box-account .col-1,body.sales-order-history .container .layout div[role=main] .box-account .col-1,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .col-1,body.tag-customer-index .container .layout div[role=main] .box-account .col-1,body.wishlist-index-index .container .layout div[role=main] .box-account .col-1,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .col-1,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .col-1,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .col-1,body.customer-address-index .container .layout div[role=main] .box-account .col-2,body.customer-account-index .container .layout div[role=main] .box-account .col-2,body.customer-account-edit .container .layout div[role=main] .box-account .col-2,body.customer-address-form .container .layout div[role=main] .box-account .col-2,body.sales-order-view .container .layout div[role=main] .box-account .col-2,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .col-2,body.newsletter-manage-index .container .layout div[role=main] .box-account .col-2,body.review-customer-index .container .layout div[role=main] .box-account .col-2,body.sales-order-history .container .layout div[role=main] .box-account .col-2,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .col-2,body.tag-customer-index .container .layout div[role=main] .box-account .col-2,body.wishlist-index-index .container .layout div[role=main] .box-account .col-2,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .col-2,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .col-2,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .col-2{padding:20px 12% 0 0}body.customer-address-index .container .layout div[role=main] .box-account .box,body.customer-account-index .container .layout div[role=main] .box-account .box,body.customer-account-edit .container .layout div[role=main] .box-account .box,body.customer-address-form .container .layout div[role=main] .box-account .box,body.sales-order-view .container .layout div[role=main] .box-account .box,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box,body.newsletter-manage-index .container .layout div[role=main] .box-account .box,body.review-customer-index .container .layout div[role=main] .box-account .box,body.sales-order-history .container .layout div[role=main] .box-account .box,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box,body.tag-customer-index .container .layout div[role=main] .box-account .box,body.wishlist-index-index .container .layout div[role=main] .box-account .box,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box{padding-left:0}body.customer-address-index .container .layout div[role=main] .box-account .box .box-title,body.customer-account-index .container .layout div[role=main] .box-account .box .box-title,body.customer-account-edit .container .layout div[role=main] .box-account .box .box-title,body.customer-address-form .container .layout div[role=main] .box-account .box .box-title,body.sales-order-view .container .layout div[role=main] .box-account .box .box-title,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box .box-title,body.newsletter-manage-index .container .layout div[role=main] .box-account .box .box-title,body.review-customer-index .container .layout div[role=main] .box-account .box .box-title,body.sales-order-history .container .layout div[role=main] .box-account .box .box-title,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box .box-title,body.tag-customer-index .container .layout div[role=main] .box-account .box .box-title,body.wishlist-index-index .container .layout div[role=main] .box-account .box .box-title,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box .box-title,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box .box-title,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box .box-title{border:none;margin:0;padding-bottom:10px;text-align:left}body.customer-address-index .container .layout div[role=main] .box-account .box .box-title h3,body.customer-account-index .container .layout div[role=main] .box-account .box .box-title h3,body.customer-account-edit .container .layout div[role=main] .box-account .box .box-title h3,body.customer-address-form .container .layout div[role=main] .box-account .box .box-title h3,body.sales-order-view .container .layout div[role=main] .box-account .box .box-title h3,body.customer-paymentinformation-index .container .layout div[role=main] .box-account .box .box-title h3,body.newsletter-manage-index .container .layout div[role=main] .box-account .box .box-title h3,body.review-customer-index .container .layout div[role=main] .box-account .box .box-title h3,body.sales-order-history .container .layout div[role=main] .box-account .box .box-title h3,body.sales-recurring-profile-index .container .layout div[role=main] .box-account .box .box-title h3,body.tag-customer-index .container .layout div[role=main] .box-account .box .box-title h3,body.wishlist-index-index .container .layout div[role=main] .box-account .box .box-title h3,body.sales-billing-agreement-index .container .layout div[role=main] .box-account .box .box-title h3,body.ui-mygarage-index-index .container .layout div[role=main] .box-account .box .box-title h3,body.impexp-ax-sales-documents-index .container .layout div[role=main] .box-account .box .box-title h3{font-weight:600;font-size:14px;margin:0;padding-bottom:10px;text-transform:uppercase;float:none}body.customer-address-index .container .layout div[role=main] #my-orders-table,body.customer-account-index .container .layout div[role=main] #my-orders-table,body.customer-account-edit .container .layout div[role=main] #my-orders-table,body.customer-address-form .container .layout div[role=main] #my-orders-table,body.sales-order-view .container .layout div[role=main] #my-orders-table,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table,body.review-customer-index .container .layout div[role=main] #my-orders-table,body.sales-order-history .container .layout div[role=main] #my-orders-table,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table,body.tag-customer-index .container .layout div[role=main] #my-orders-table,body.wishlist-index-index .container .layout div[role=main] #my-orders-table,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table{border:none;margin-bottom:0}@media (max-width:767px){body.customer-address-index .container .layout div[role=main] #my-orders-table thead,body.customer-account-index .container .layout div[role=main] #my-orders-table thead,body.customer-account-edit .container .layout div[role=main] #my-orders-table thead,body.customer-address-form .container .layout div[role=main] #my-orders-table thead,body.sales-order-view .container .layout div[role=main] #my-orders-table thead,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table thead,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table thead,body.review-customer-index .container .layout div[role=main] #my-orders-table thead,body.sales-order-history .container .layout div[role=main] #my-orders-table thead,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table thead,body.tag-customer-index .container .layout div[role=main] #my-orders-table thead,body.wishlist-index-index .container .layout div[role=main] #my-orders-table thead,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table thead,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table thead,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table thead{display:none}body.customer-address-index .container .layout div[role=main] #my-orders-table td,body.customer-account-index .container .layout div[role=main] #my-orders-table td,body.customer-account-edit .container .layout div[role=main] #my-orders-table td,body.customer-address-form .container .layout div[role=main] #my-orders-table td,body.sales-order-view .container .layout div[role=main] #my-orders-table td,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table td,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table td,body.review-customer-index .container .layout div[role=main] #my-orders-table td,body.sales-order-history .container .layout div[role=main] #my-orders-table td,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table td,body.tag-customer-index .container .layout div[role=main] #my-orders-table td,body.wishlist-index-index .container .layout div[role=main] #my-orders-table td,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table td,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table td,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table td{border:none}body.customer-address-index .container .layout div[role=main] #my-orders-table td:first-child,body.customer-account-index .container .layout div[role=main] #my-orders-table td:first-child,body.customer-account-edit .container .layout div[role=main] #my-orders-table td:first-child,body.customer-address-form .container .layout div[role=main] #my-orders-table td:first-child,body.sales-order-view .container .layout div[role=main] #my-orders-table td:first-child,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table td:first-child,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table td:first-child,body.review-customer-index .container .layout div[role=main] #my-orders-table td:first-child,body.sales-order-history .container .layout div[role=main] #my-orders-table td:first-child,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table td:first-child,body.tag-customer-index .container .layout div[role=main] #my-orders-table td:first-child,body.wishlist-index-index .container .layout div[role=main] #my-orders-table td:first-child,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table td:first-child,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table td:first-child,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table td:first-child{border-top:1px solid #fff}body.customer-address-index .container .layout div[role=main] #my-orders-table td:last-child,body.customer-account-index .container .layout div[role=main] #my-orders-table td:last-child,body.customer-account-edit .container .layout div[role=main] #my-orders-table td:last-child,body.customer-address-form .container .layout div[role=main] #my-orders-table td:last-child,body.sales-order-view .container .layout div[role=main] #my-orders-table td:last-child,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table td:last-child,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table td:last-child,body.review-customer-index .container .layout div[role=main] #my-orders-table td:last-child,body.sales-order-history .container .layout div[role=main] #my-orders-table td:last-child,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table td:last-child,body.tag-customer-index .container .layout div[role=main] #my-orders-table td:last-child,body.wishlist-index-index .container .layout div[role=main] #my-orders-table td:last-child,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table td:last-child,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table td:last-child,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table td:last-child{border-bottom:1px solid #fff}}body.customer-address-index .container .layout div[role=main] #my-orders-table tr td,body.customer-account-index .container .layout div[role=main] #my-orders-table tr td,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr td,body.customer-address-form .container .layout div[role=main] #my-orders-table tr td,body.sales-order-view .container .layout div[role=main] #my-orders-table tr td,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr td,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr td,body.review-customer-index .container .layout div[role=main] #my-orders-table tr td,body.sales-order-history .container .layout div[role=main] #my-orders-table tr td,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr td,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr td,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr td,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr td,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr td,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr td,body.customer-address-index .container .layout div[role=main] #my-orders-table tr th,body.customer-account-index .container .layout div[role=main] #my-orders-table tr th,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr th,body.customer-address-form .container .layout div[role=main] #my-orders-table tr th,body.sales-order-view .container .layout div[role=main] #my-orders-table tr th,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr th,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr th,body.review-customer-index .container .layout div[role=main] #my-orders-table tr th,body.sales-order-history .container .layout div[role=main] #my-orders-table tr th,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr th,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr th,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr th,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr th,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr th,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr th{background:none;border-left:none;border-right:none}@media (max-width:767px){body.customer-address-index .container .layout div[role=main] #my-orders-table tr td,body.customer-account-index .container .layout div[role=main] #my-orders-table tr td,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr td,body.customer-address-form .container .layout div[role=main] #my-orders-table tr td,body.sales-order-view .container .layout div[role=main] #my-orders-table tr td,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr td,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr td,body.review-customer-index .container .layout div[role=main] #my-orders-table tr td,body.sales-order-history .container .layout div[role=main] #my-orders-table tr td,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr td,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr td,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr td,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr td,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr td,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr td,body.customer-address-index .container .layout div[role=main] #my-orders-table tr th,body.customer-account-index .container .layout div[role=main] #my-orders-table tr th,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr th,body.customer-address-form .container .layout div[role=main] #my-orders-table tr th,body.sales-order-view .container .layout div[role=main] #my-orders-table tr th,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr th,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr th,body.review-customer-index .container .layout div[role=main] #my-orders-table tr th,body.sales-order-history .container .layout div[role=main] #my-orders-table tr th,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr th,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr th,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr th,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr th,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr th,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr th{display:block}body.customer-address-index .container .layout div[role=main] #my-orders-table tr td:before,body.customer-account-index .container .layout div[role=main] #my-orders-table tr td:before,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr td:before,body.customer-address-form .container .layout div[role=main] #my-orders-table tr td:before,body.sales-order-view .container .layout div[role=main] #my-orders-table tr td:before,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr td:before,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr td:before,body.review-customer-index .container .layout div[role=main] #my-orders-table tr td:before,body.sales-order-history .container .layout div[role=main] #my-orders-table tr td:before,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr td:before,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr td:before,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr td:before,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr td:before,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr td:before,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr td:before,body.customer-address-index .container .layout div[role=main] #my-orders-table tr th:before,body.customer-account-index .container .layout div[role=main] #my-orders-table tr th:before,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr th:before,body.customer-address-form .container .layout div[role=main] #my-orders-table tr th:before,body.sales-order-view .container .layout div[role=main] #my-orders-table tr th:before,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr th:before,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr th:before,body.review-customer-index .container .layout div[role=main] #my-orders-table tr th:before,body.sales-order-history .container .layout div[role=main] #my-orders-table tr th:before,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr th:before,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr th:before,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr th:before,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr th:before,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr th:before,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr th:before{content:attr(data-title) ' :'}body.customer-address-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.customer-account-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr td.last:before,body.customer-address-form .container .layout div[role=main] #my-orders-table tr td.last:before,body.sales-order-view .container .layout div[role=main] #my-orders-table tr td.last:before,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.review-customer-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.sales-order-history .container .layout div[role=main] #my-orders-table tr td.last:before,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr td.last:before,body.customer-address-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.customer-account-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr th.last:before,body.customer-address-form .container .layout div[role=main] #my-orders-table tr th.last:before,body.sales-order-view .container .layout div[role=main] #my-orders-table tr th.last:before,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.review-customer-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.sales-order-history .container .layout div[role=main] #my-orders-table tr th.last:before,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr th.last:before,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr th.last:before{content:''}}body.customer-address-index .container .layout div[role=main] #my-orders-table tr.last td,body.customer-account-index .container .layout div[role=main] #my-orders-table tr.last td,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr.last td,body.customer-address-form .container .layout div[role=main] #my-orders-table tr.last td,body.sales-order-view .container .layout div[role=main] #my-orders-table tr.last td,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr.last td,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr.last td,body.review-customer-index .container .layout div[role=main] #my-orders-table tr.last td,body.sales-order-history .container .layout div[role=main] #my-orders-table tr.last td,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr.last td,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr.last td,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr.last td,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr.last td,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr.last td,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr.last td,body.customer-address-index .container .layout div[role=main] #my-orders-table tr.last th,body.customer-account-index .container .layout div[role=main] #my-orders-table tr.last th,body.customer-account-edit .container .layout div[role=main] #my-orders-table tr.last th,body.customer-address-form .container .layout div[role=main] #my-orders-table tr.last th,body.sales-order-view .container .layout div[role=main] #my-orders-table tr.last th,body.customer-paymentinformation-index .container .layout div[role=main] #my-orders-table tr.last th,body.newsletter-manage-index .container .layout div[role=main] #my-orders-table tr.last th,body.review-customer-index .container .layout div[role=main] #my-orders-table tr.last th,body.sales-order-history .container .layout div[role=main] #my-orders-table tr.last th,body.sales-recurring-profile-index .container .layout div[role=main] #my-orders-table tr.last th,body.tag-customer-index .container .layout div[role=main] #my-orders-table tr.last th,body.wishlist-index-index .container .layout div[role=main] #my-orders-table tr.last th,body.sales-billing-agreement-index .container .layout div[role=main] #my-orders-table tr.last th,body.ui-mygarage-index-index .container .layout div[role=main] #my-orders-table tr.last th,body.impexp-ax-sales-documents-index .container .layout div[role=main] #my-orders-table tr.last th{border-bottom:none}body.catalog-product-view .layout div[role=main],body.review-product-list .layout div[role=main]{background:none;padding:0 15px}body.catalog-product-view .layout div[role=main] .box-up-sell,body.review-product-list .layout div[role=main] .box-up-sell{display:inline-block;width:100%;background:none;border:none;padding:20px 0}body.catalog-product-view .layout div[role=main] .box-up-sell h2,body.review-product-list .layout div[role=main] .box-up-sell h2{margin:0 !important;width:80%}body.catalog-product-view .layout div[role=main] .product-view,body.review-product-list .layout div[role=main] .product-view{padding:0;margin:0}body.catalog-product-view .layout div[role=main] .product-view .product-name,body.review-product-list .layout div[role=main] .product-view .product-name{padding:15px 0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral,body.review-product-list .layout div[role=main] .product-view .product-collateral{padding:0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews form#review-form ul.form-list,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews form#review-form ul.form-list{list-style:none;padding-left:0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews h4,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews h4{color:#383838;margin-left:30px;border-bottom:1px solid #eee;text-transform:uppercase}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews{padding:30px;border:none}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews .pager,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews .pager{background:none}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews h2,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews h2{color:#383838}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews .form-add,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews .form-add{padding-top:60px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt,body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd{line-height:1.3}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt{padding-top:25px;padding-bottom:5px;font-size:16px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt .review-written-by,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt .review-written-by{font-weight:normal;color:#034c91 !important}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt .review-title,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt .review-title{font-weight:bold;text-transform:uppercase;color:#000}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt a,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt a{font-weight:bold;display:block}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt a:hover,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dt a:hover{opacity:1;color:#034c91}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd{font-size:16px;font-weight:normal;padding-bottom:25px;border-bottom:1px solid #eee}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd small,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group #additionalReviews .box-reviews dl dd small{font-size:11px;color:#636363;display:block;text-align:left;padding-top:5px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel{border:none;background:#fff;margin-top:20px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel.active .panel-heading,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel.active .panel-heading{background:#fff;color:#222}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading{background:rgba(30,30,30,0.95);color:#fff;border:none;padding:25px 30px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading h4,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading h4{font-size:24px;font-weight:bold;text-transform:uppercase}@media (max-width:767px){body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading h4,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-heading h4{font-size:20px}}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-collapse h3,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-collapse h3{color:#aaa;font-size:16px;padding-bottom:6px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-body,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-body{border:none;padding:0 30px 20px;color:#000}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-body h2,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group .panel .panel-body h2{display:none}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container h5,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container h5,body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container h5,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container h5{color:#666;margin:20px 0 10px 0;text-transform:uppercase;font-size:16px;font-weight:bold}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container h5 .additionalLink,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container h5 .additionalLink,body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container h5 .additionalLink,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container h5 .additionalLink{text-transform:none;font-size:13px;font-weight:normal;padding-left:5px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table{border:0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table td,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table td,body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table th,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table th{border:0;padding:5px 0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table tr.odd,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-variants-container table.blank-table tr.odd{background:#dadada}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table{border:0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table tr.disable,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table tr.disable{color:#dadada}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td{border:0;padding:5px 0}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link{text-align:center}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link a,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link a{padding:0 10px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link a:before,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td.download-link a:before{color:#000;display:inline-block;font-family:FontAwesome;content:'\f019'}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td a.inactive,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td a.inactive{color:#dadada !important}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td a.inactive:before,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-container table.datasheet-table td a.inactive:before{color:#dadada !important}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter .filter-item,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter .filter-item{display:inline-block;vertical-align:top;padding-top:15px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter .filter-item .jsFilter,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter .filter-item .jsFilter{margin-right:40px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter select,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-documents-filter select{display:inline-block;width:200px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional #additionalDescription .product-variants-container table th,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional #additionalDescription .product-variants-container table th,body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional #additionalDescription .product-variants-container table td,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional #additionalDescription .product-variants-container table td{padding-left:5px;padding-right:5px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container ul,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container ul{list-style-type:none}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container{margin-top:20px}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container iframe,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container iframe{width:100%}body.catalog-product-view .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container span,body.review-product-list .layout div[role=main] .product-view .product-collateral .panel-group#productAdditional .product-videos-container div.video-container span{margin:20px 0 10px 0;font-size:14px;font-weight:bold}body.catalog-product-view .layout div[role=main] .product-view .product-essential,body.review-product-list .layout div[role=main] .product-view .product-essential{margin-bottom:20px;padding:0;min-height:530px}@media (max-width:1199px){body.catalog-product-view .layout div[role=main] .product-view .product-essential,body.review-product-list .layout div[role=main] .product-view .product-essential{min-height:480px}}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box{display:flex;align-items:center;justify-content:center;padding-top:100px}@media (max-width:767px){body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box{position:relative;width:100%;padding-right:0;margin-bottom:20px}}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views{background:none;border:none;padding:0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul{margin:0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li{width:initial;padding:0;margin-right:5px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li a img,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li a img{padding:0;background:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li.active,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li.active{position:relative}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li.active:after,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .more-views ul li.active:after{position:absolute;bottom:0;left:0;right:0;height:2px;background:#dc261a}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image{background:#fff;padding:20px 0;text-align:center;margin-bottom:5px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image a{display:inline-block;min-height:495px}@media (max-width:1199px){body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image a{min-height:415px}}@media (max-width:479px){body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image a{min-height:230px}}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image a:hover,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image a:hover{opacity:1}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-img-box .product-image a img,body.review-product-list .layout div[role=main] .product-view .product-essential .product-img-box .product-image a img{padding:0;background:none;border:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop{border:1px solid #eee;margin-bottom:95px;margin-top:95px;-webkit-flex:none;flex:none;color:#363636 !important;padding:30px 30px 0;position:relative;box-shadow:none !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .usage a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .usage a{color:#d9261c}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .usage a:focus,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .usage a:focus,body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .usage a:hover,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .usage a:hover{color:#d9261c;opacity:.8;filter:alpha(opacity=80)}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock{padding:30px 30px 145px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .price-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .price-box{bottom:280px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .tax-details,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .tax-details{bottom:230px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .tax-details.no-shipping-details,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.out-of-stock .tax-details.no-shipping-details{bottom:40px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.showNoCheckout.showNoPrice,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.showNoCheckout.showNoPrice{padding-bottom:40px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.showNoCheckout,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.showNoCheckout{margin-bottom:0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .article-number,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .article-number{margin-bottom:12px;color:#aaa}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop.hasVariants,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop.hasVariants{margin-top:75px}@media (max-width:767px){body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop{width:100%;margin-top:95px}}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .border-wrapper,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .border-wrapper{margin:12px 0 12px 0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .border-wrapper:empty,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .border-wrapper:empty{border-top:none;border-bottom:none;padding:0;margin:12px 0 24px 0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop #product-options-wrapper,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop #product-options-wrapper{background:none;border:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop #product-options-wrapper p.required,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop #product-options-wrapper p.required{display:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-links,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-links{float:none;width:100%;color:#fff}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li{float:left;width:100%;text-align:left}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li .separator,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li .separator,body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-links li a{color:#fff;font-size:14px;font-weight:normal}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .group-desciption-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .group-desciption-box{display:inline-block}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .price-box>.baseprice-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .price-box>.baseprice-box{text-align:right;font-size:12px;display:inline-block;width:100%}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .price-box>.baseprice-box .price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item .price-box>.baseprice-box .price{font-size:inherit}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item input.qty,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-grouped-item input.qty{float:right;width:40%;height:35px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom>.baseprice-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom>.baseprice-box{display:none !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box{position:absolute;bottom:125px;right:0;width:75%;text-align:right;padding-right:30px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .old-price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .old-price{display:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .special-price .price-label,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .special-price .price-label{display:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box>.baseprice-box,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box>.baseprice-box{font-size:12px;display:inline-block;width:100%}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box>.baseprice-box .price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box>.baseprice-box .price{font-size:inherit}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .price{font-size:48px;font-weight:bold}@media (max-width:767px){body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box .price{font-size:36px}}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box ul.product-tier-price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box ul.product-tier-price{margin-bottom:0;margin-left:-175px;font-size:12px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box ul.product-tier-price li .price,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .price-box ul.product-tier-price li .price{font-size:12px !important}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details{text-align:right;padding-right:30px;position:absolute;bottom:90px;right:0;width:75%}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details .shipping-cost-details a.internalLink,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details .shipping-cost-details a.internalLink{display:inline-block;width:100%}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details.no-shipping-details,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .product-options-bottom .tax-details.no-shipping-details{bottom:42px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart{position:relative;bottom:0;left:0;right:0;top:0;margin-top:20px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group{display:inline-block;width:100%;margin-top:20px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group.price-on-demand,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group.price-on-demand{padding:5px 0 10px 5px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group.price-on-demand .heading,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group.price-on-demand .heading{font-size:20px;font-weight:500}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-addon,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-addon{background:none;padding:0;display:block;border:none}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-addon label,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-addon label{max-width:inherit;padding:0 0 10px 0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group input.form-control.qty,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group input.form-control.qty{display:block;width:3em;margin-bottom:65px;text-align:center}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn{position:relative;left:0;right:0;display:inline-block;width:100%}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button{width:100%;line-height:30px;min-height:30px;background:#008000;margin-bottom:25px}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button:hover,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button:hover{background:#009000}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button span,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .add-to-cart .input-group .input-group-btn button span{font-weight:bold}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher{position:absolute;top:-76px;left:0;display:block;height:76px;margin:0}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li{float:left;padding:10px 20px;text-align:left;margin:0;color:#fff;background:rgba(0,0,0,0.2);font-size:18px;line-height:27px;position:relative}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li a,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li a{color:#fff;display:inline-block;width:100%;height:100%;cursor:pointer}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li a:hover,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li a:hover{opacity:1}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li.active,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li.active{background:#dc261a}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li.active:before,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li.active:before{content:'';position:absolute;margin-left:-10px;left:50%;width:20px;height:20px;background:#dc261a;bottom:-10px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}body.catalog-product-view .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li span,body.review-product-list .layout div[role=main] .product-view .product-essential .product-shop .variant-switcher li span{font-size:56px;line-height:1em;font-weight:bold}body.catalog-product-view .layout div[role=main] .product-view .product-essential .box-collateral,body.review-product-list .layout div[role=main] .product-view .product-essential .box-collateral{background:none;border:none;padding:0;margin:0}body.onestepcheckout-index-index .page-title{border:none}body.onestepcheckout-index-index .page-title .onestepcheckout_loginarea{margin-bottom:15px}body.onestepcheckout-index-index .onestepcheckout_block{padding:0;margin-bottom:30px}body.onestepcheckout-index-index .onestepcheckout_block .op_block_title{font-size:18px !important;margin:0 0 20px 0 !important;display:block !important;color:#fff !important;border-bottom:1px solid #fff !important}body.onestepcheckout-index-index .modal_layer{position:fixed;background:#fff;opacity:.8;top:0;left:0;right:0;bottom:0;z-index:9999}body.onestepcheckout-index-index #onestepcheckout_loginbox{border:none;background:rgba(30,30,30,0.95);border-radius:0}body.onestepcheckout-index-index #onestepcheckout_loginbox .op_login_area .close_la{background:none !important}body.onestepcheckout-index-index #onestepcheckout_loginbox #login-form .form_fields input{background:#2f2f2f}body.onestepcheckout-index-index #onestepcheckout_loginbox #login-form .buttons-set button#send2{background-image:none;-webkit-box-shadow:none;box-shadow:none}body.onestepcheckout-index-index #onestepcheckout_orderform .checkout-agreements .agreement-content{color:#000;font-size:11px;height:250px;overflow-y:scroll}@media (max-width:767px){body.onestepcheckout-index-index #onestepcheckout_orderform .checkout-agreements .agreement-content{height:120px}}body.onestepcheckout-index-index #onestepcheckout_orderform #review-buttons-container{margin-bottom:20px}body.onestepcheckout-index-index #onestepcheckout_orderform #review-buttons-container button{background-image:none}@media (max-width:479px){body.onestepcheckout-index-index #onestepcheckout_orderform #review-buttons-container button{width:100%}}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields #shipping-packstationbuttons button{margin-left:0}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields select.dhl-packstation-select{position:inherit;height:auto !important;margin-bottom:6px;padding:6px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields select.dhl-packstation-select~a.dhl-packstation-select{display:none !important}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields #dhl_packstation{margin-bottom:12px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields #dhl_packstation label+span{margin-bottom:12px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields ul.messages li{padding-left:0;border:none !important}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields ul.messages li ul li{color:#a94442 !important}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields ul.messages li ul li:before{display:none}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields ul.messages li ul li span{color:#a94442 !important}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .name-fields{padding:0 10px 0 0;margin-bottom:20px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .shipping-payment{padding:0 0 0 10px;margin-bottom:20px}@media (max-width:767px){body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .name-fields{padding-right:10px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .shipping-payment{padding-left:10px}}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .name-middlename{display:none}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields .short,body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields .full{margin-bottom:15px}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields label{font-weight:normal;display:block;float:none;color:#fff}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields label.required:after{content:'*';color:#dc261a}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields input[type=text],body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields select{height:35px;border:none;border-radius:0;width:100%}@media (max-width:767px){body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields input[type=text],body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields select{width:98%}}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields a.selectBox{width:100% !important}@media (max-width:767px){body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .form_fields a.selectBox{width:98% !important}}body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .options input,body.onestepcheckout-index-index #onestepcheckout_orderform .onestepcheckout_datafields .options label{display:inline;color:#fff}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table{color:#fff}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tr,body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table th,body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table td{background:none !important}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table thead th{color:#fff;font-size:13px;font-weight:normal;text-transform:uppercase;padding:10px 5px;min-width:inherit !important}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td{border-bottom:1px solid #fff;padding:20px 0 20px 20px;font-weight:normal;font-size:16px}@media (max-width:479px){body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td{padding:10px}}@media (max-width:479px){body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td.product-image{padding:10px 0}}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td.product-description{width:70%}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td.spacer{border:none !important}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td h3{font-size:18px;line-height:1.3}@media (max-width:479px){body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tbody td h3{font-size:14px}}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tfoot{background:rgba(30,30,30,0.95)}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tfoot td{border:none}body.onestepcheckout-index-index #checkout-review #checkout-review-table-wrapper .order-products-table tfoot tr.last td{color:#fff;font-weight:bold;font-size:22px !important}@media (max-width:767px){#my-orders-table tbody tr td:before{display:inline-block;width:50%}}#my-orders-table tbody tr td.last:before{display:none}.widget.category-products{margin-top:36px}.printLink{font-size:26px;color:#1f1f1f;padding:12px;border-radius:100%;background-color:#e8e8e8}.mb-15{margin-bottom:15px}.limo_b2b_us .product-view .product-essential .product-shop,.limo_b2b_com .product-view .product-essential .product-shop{padding:30px 30px 190px !important}.limo_b2b_us .product-view .product-essential .product-shop .product-options-bottom .price-box,.limo_b2b_com .product-view .product-essential .product-shop .product-options-bottom .price-box{position:absolute !important;bottom:60px !important;width:75% !important;right:0 !important;text-align:right !important;padding-right:30px !important}.limo_b2b_us .product-view .product-essential .product-shop .product-options-bottom .price-prefix-box,.limo_b2b_com .product-view .product-essential .product-shop .product-options-bottom .price-prefix-box{position:relative !important;top:70px !important;right:0 !important;text-align:right !important;padding-right:15px !important;font-size:28px}.limo_b2b_us .product-view .product-essential .product-shop .price-prefix-box,.limo_b2b_com .product-view .product-essential .product-shop .price-prefix-box{position:relative !important;top:60px !important;right:0 !important;text-align:right !important;padding-right:0 !important;font-size:28px}.limo_b2b_com .product-view .product-essential .product-shop .product-options-bottom{display:none}.limo_b2b_com .category-products .product-tiles .price-row{display:none}.category-description{margin-bottom:11px}.category-products .toolbar{margin-bottom:11px}.category-products h2{margin:10px 0 !important}.category-products .btn{background:#dc261a !important}.category-products .btn:hover{background:#034c91 !important}.catalog-category-view .category-title h1,.catalog-category-view .category-description{color:#363636 !important}.catalog-category-view .selectBox-dropdown,.catalog-category-view .jsFilter select{background:#fff !important}.catalog-category-view .filters h2{font-size:24px !important;margin:0 !important}.catalog-category-view .selectBox-arrow::before{opacity:1 !important}.catalog-category-view .product-top{border:1px solid #eee}.catalog-category-view .product-top:hover{opacity:.7}.catalog-category-view .actions{background:none !important;border-bottom:none !important;padding:0 !important}.catalog-category-view .currently{color:#00529e !important}.catalog-category-view .btn-remove{background:none !important;content:"\f00d";color:#d9261c !important}.catalog-category-view .category-products .approvals{background:#fff !important}.catalog-category-view .btn-remove:after{display:inline !important}.catalog-category-view .actions a{color:#d9261c !important}.catalog-category-view .pager,.catalog-category-view .block-layered-nav{background:#eee !important;color:#383838 !important}.catalog-category-view .btn-red{padding-top:10px}.catalog-category-view .btn-gray{background:#4d4d4d !important}.catalog-category-view .btn-gray:after{font-size:14px}.catalog-category-view .btn-gray:hover{background:#034c91 !important}.catalog-category-view .filter-title{color:#383838 !important}.catalog-category-view .category-products h2 span{color:#383838}.catalog-category-view .product-bottom{margin-top:0 !important}.catalog-category-view .footer-subscribe .btn{margin-left:15px}.products-grid{margin-left:-15px;margin-right:-15px}.products-grid .item{position:relative;float:left;width:33.33333333%;min-height:1px;padding-left:15px;padding-right:15px;min-height:390px;padding-bottom:80px}.products-grid .product-image{display:block;margin-bottom:11px}.products-grid .product-name{min-height:66px}.products-grid .actions{position:absolute;bottom:0}.products-grid .add-to-links .separator{display:none}.products-list li.item{padding:11px 0;border-bottom:1px solid #eee}.products-list li.item:first-child{padding-top:0}.products-list li.item:last-child{padding-bottom:0;border-bottom:0}.products-list .product-image{float:left;width:150px;display:block}.products-list .product-shop{margin-left:160px}.products-list .add-to-links li{display:inline}.products-list .add-to-links .separator{display:inline;margin:0 4px}.product-name{margin:0;font-size:16px;font-weight:500;line-height:22px}p.price-as-configured .price-label{font-weight:normal}p.price-as-configured .full-product-price{color:#fff;font-weight:normal}p.price-as-configured .full-product-price .price{color:#fff}.delivery-notice::before{font-family:'FontAwesome';content:'\f05a';color:#d9261c;padding-right:10px}.delivery-notice{font-style:italic;text-indent:-1.4em;padding:10px 30px;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:30px;background:#fffaf0}.availability{margin:0;padding-top:15px}.availability span{font-weight:bold}.availability.in-stock span{color:#3c763d}.availability.out-of-stock span{color:#a94442}.pricebox-availability.availability.in-stock span{color:#3c763d !important}.availability-only span,.availability-only a{font-weight:bold}.add-to-cart .paypal-logo{margin:0;text-align:right}.add-to-cart .paypal-logo .paypal-or{display:block;margin:5px 60px 5px 0}.add-to-cart .paypal-logo .paypal-logo{margin:0}.add-to-box{text-align:center;padding-left:15px;padding-right:15px}.add-to-box .add-to-cart{margin:0 -15px 11px}.add-to-box .or{float:left}.add-to-box .add-to-links{float:right}.add-to-box .add-to-links li,.add-to-box .add-to-links .separator{float:left}.add-to-box .add-to-links .separator{margin:0 4px}.product-view{margin-left:-15px;margin-right:-15px}.product-view .product-content-spot{padding:12px 0}.product-essential,.product-collateral{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.product-essential,.product-collateral{float:left;width:100%}}body.review-product-list .product-grouped{display:none !important}body .product-type-grouped .product-essential .product-shop{padding-bottom:30px !important}body .product-type-grouped .product-essential .product-shop .product-options-bottom div.add-to-cart{position:absolute;left:0;right:0}body .product-type-grouped .product-essential .product-shop .product-options-bottom div.add-to-cart button.btn-cart{width:100%;line-height:40px;min-height:60px}body .product-type-grouped .product-essential .product-shop .product-options-bottom div.add-to-cart button.btn-cart span{font-size:16px !important;font-weight:bold}body .product-type-grouped .product-essential .availability{color:#fff !important;font-size:13px}body .product-type-grouped .product-essential .product-grouped .product-grouped-item h3{line-height:1.33em}body .product-type-grouped .product-essential .product-grouped .product-grouped-item:first-child{padding-top:0}body .product-type-grouped .product-essential .product-grouped .product-grouped-item:last-child{padding-bottom:0;border-bottom:0}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box{margin-bottom:0}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box span.price{color:#fff;font-weight:bold;font-size:18px}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box .old-price span.price{font-size:14px;font-weight:normal}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box .price-label{display:none !important}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box ul.product-tier-price{background:none !important;border:none !important;padding:0 !important;margin-bottom:0}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .price-box ul.product-tier-price li.tier-price{font-size:10px !important}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .tax-details{font-size:12px !important;font-weight:normal}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .tax-details+ul.tier-prices{display:none !important}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .tax-details a.internalLink{font-size:12px}body .product-type-grouped .product-essential .product-grouped .product-grouped-item .product-grouped-item-qty .qty-label{font-weight:normal;font-size:12px}body .product-type-grouped .product-essential .product-grouped h3{margin:0 0 12px;text-transform:uppercase}body .product-type-grouped .product-essential .product-grouped .std{font-weight:normal;font-size:13px}@media (min-width:480px){body .product-type-grouped .product-essential .product-grouped .product-grouped-item-qty{margin-bottom:10px}body .product-type-grouped .product-essential .product-grouped .input-text.form-control{text-align:right}}@media (max-width:479px){body .product-type-grouped .product-essential .product-grouped .product-grouped-item-qty{margin-top:15px}}body .product-type-grouped .product-essential .product-grouped .product-price{width:100%;padding:0}body .product-type-grouped .product-essential .product-grouped .tax-details{width:100%;display:inline-block;text-align:right}.product-essential .product-shop{min-height:1px;position:relative}.product-essential .product-shop p.no-rating,.product-essential .product-shop p.rating-links{color:#fff;font-size:12px !important;margin-bottom:15px}.product-essential .product-shop p.no-rating a,.product-essential .product-shop p.rating-links a{color:#fff}.product-essential .product-shop p.no-rating a.addReview,.product-essential .product-shop p.rating-links a.addReview{color:#dc261a !important;text-decoration:underline}.product-essential .product-shop p.no-rating a.viewReview,.product-essential .product-shop p.rating-links a.viewReview{color:#034c91 !important}.product-essential fieldset.product-options{padding:0}.product-essential .product-img-box{padding-left:0;padding-right:0}.product-essential .product-img-box .more-views ul{margin-left:-15px;margin-right:-15px}.product-essential .product-img-box .more-views ul li{position:relative;float:left;width:25%;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.product-essential .product-img-box{padding-left:0;padding-right:15px}.product-essential .product-shop{float:right;padding-bottom:30px}}.product-view .product-shop{padding:15px;border-color:#ddd}.product-view .product-shop .product-name{margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;color:#333}.product-view .product-shop .availability,.product-view .product-shop .price-box,.product-view .product-shop .add-to-box,.product-view .product-shop .short-description{margin-bottom:11px}.product-view .product-shop .pricebox-availability{margin-bottom:0;width:100%}.product-view .product-shop .p65warning{display:flex;color:#dc261a}.product-view .product-shop .p65warning a{color:#dc261a}.product-view .product-shop .p65warning .warn-image{width:32px;height:32px}.product-view .product-shop .p65warning .warn-massage-container{margin-left:10px}.product-view .product-shop .p65warning .first{text-transform:uppercase}.product-view .product-shop .hazard-ghs{padding:6px 0;margin-bottom:12px}.product-view .product-shop .hazard-ghs .warning{padding:10px 0;color:#dc261a;font-size:20px}.product-view .product-shop .hazard-ghs .ghs-information{margin-bottom:12px}.product-view .product-shop .hazard-ghs .ghs-information div:before{font-family:'FontAwesome';content:'\f071';color:#dc261a;padding-right:5px}.product-view .product-shop fieldset.product-options dd .price-notice{color:#fff}.product-view .product-shop fieldset.product-options dd .price-notice span.price{color:#fff;font-weight:normal}.product-view .product-shop .add-to-box{padding-left:0;padding-right:0;margin-top:32px}.product-view .product-shop .product-options-bottom .price-box,.product-view .product-shop .product-options-bottom .add-to-cart{padding-left:0;padding-right:0}.product-view .product-shop .product-options-bottom .price-box div.limitation,.product-view .product-shop .product-options-bottom .add-to-cart div.limitation{display:flex}.product-view .product-shop .product-view-container1>.product-options{padding-top:0}.product-view .product-shop .product-options-bottom .add-to-links{padding:12px 0 55px 0}@media (min-width:768px){.product-view .product-shop .product-options-bottom .price-box,.product-view .product-shop .product-options-bottom .add-to-cart{float:none;width:auto}}.product-img-box .product-image-zoom{margin-bottom:11px;width:380px}.product-img-box .more-views{padding-top:11px;border-top:1px solid #eee;position:absolute;bottom:0;left:0;margin-bottom:20px}.product-options{margin-bottom:0;position:relative;min-height:0}.product-options dl{margin:0}.product-options dt{padding-top:10px;font-weight:normal}.product-options dt label{margin-bottom:0;font-weight:bold}.product-options dt label.required em{margin-left:2px;color:#a94442}.product-options dt .qty-disabled{background:none;border:0;padding:3px}.product-options dd .qty-holder{display:block}.product-options dd .qty-holder label{vertical-align:middle}.product-options dd{padding:5px 0 10px 5px}.product-options dd select[multiple],.product-options dd textarea{height:auto}.product-options dl.last dd.last{border-bottom:0;margin-bottom:0}.product-options ul.options-list{margin-bottom:0}.product-options ul.options-list input.radio{float:left;margin-top:3px}.product-options ul.options-list input.checkbox{float:left;margin-top:3px}.product-options ul.options-list .label{display:block;margin-left:18px}.product-options ul.options-list label{font-weight:normal}.product-options ul.validation-failed{padding:0 7px}.product-options p.note{margin:0;font-size:14px}.product-options p.required{position:absolute;right:20px;top:20px}.product-options-bottom{margin-left:-15px;margin-right:-15px}.product-options-bottom .price-box,.product-options-bottom .add-to-cart{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.product-options-bottom .price-box,.product-options-bottom .add-to-cart{float:left;width:50%}}.product-options-bottom .add-to-links{clear:both;text-align:center}.product-options-bottom .add-to-links li{display:inline}.product-options-bottom .price-box{padding-top:11px}.product-options-bottom .price-label{float:left;padding-right:5px}.product-options-bottom .price-tax{float:left}@media (min-width:768px){.product-options-bottom .price-box{padding-top:0}}.product-shop .product-options dt label.required em{margin-left:0;margin-right:2px}.product-shop .product-options-bottom{margin:0}.product-shop .product-options-bottom .price-box{float:none;margin:0 0 5px}.product-shop .product-options-bottom .price-label{float:none;padding-right:0}.product-shop .product-options-bottom .price-tax{float:none}.product-shop .product-options-bottom .add-to-cart-box{clear:both;float:left;padding-top:12px}.product-shop .product-options-bottom .add-to-links{clear:both}.product-view input.jsPackageUnit{width:70px !important;margin-bottom:65px !important}.product-view .grouped-items-table .price-box{margin:0}.product-view .grouped-items-table .qty{width:auto}.product-view .box-collateral{padding:15px;border-color:#ddd;box-shadow:none;-web-box-shadow:none}.product-view .box-collateral>h2{margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;font-size:18px;color:#333}.product-view .box-additional{padding:0}.product-view .box-additional>h2{margin:0}.product-view .box-additional .data-table{border:0;margin-bottom:0}.product-view .box-additional .data-table>tbody>tr>th{border-left:0}.product-view .box-additional .data-table>tbody>tr>td{border-right:0}.product-view .box-additional .data-table>tbody>tr.first>th,.product-view .box-additional .data-table>tbody>tr.first>td{border-top:0}.product-view .box-additional .data-table>tbody>tr.last>th,.product-view .box-additional .data-table>tbody>tr.last>td{border-bottom:0}.product-view .box-up-sell .table-responsive{padding:15px 0}.product-view .box-up-sell .products-grid{margin:0;width:100%}.product-view .box-up-sell .products-grid td{width:25%;padding:0 15px;vertical-align:top}.product-view .box-up-sell .products-grid .product-image,.product-view .box-up-sell .products-grid .price-box{margin-bottom:11px}.product-view .box-up-sell .products-grid .ratings{margin-bottom:0}@media (max-width:479px){.product-view .box-up-sell .products-grid{min-width:500px}.product-view .box-up-sell .products-grid>tbody>tr>th,.product-view .box-up-sell .products-grid>tbody>tr>td{white-space:normal}}.product-view .box-tags{margin:0}.product-view .box-tags .product-tags li{display:inline;white-space:nowrap;margin:0 6px}.product-view .box-tags .note{margin:0;text-align:center}.product-view .box-reviews .form-add h3{margin-top:0;font-size:16px;font-weight:normal}.product-view .box-reviews .form-add h3 span{font-weight:500}.product-view .box-reviews .form-add h4{display:inline-block;position:relative;margin-bottom:5px;font-size:16px;font-weight:bold}.product-view .box-reviews .form-add h4 em{float:right;position:absolute;top:0;right:-8px;color:#a94442}.product-view .box-reviews .form-add td.value{text-align:center}.product-view .box-reviews .form-add td.value .radio{display:inline;margin:0;padding:0;height:22px}@media (max-width:479px){.product-view .box-reviews .form-add form{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.tags-list{margin:0;padding:10px}.tags-list li{display:inline !important;margin:0 3px}.product-grouped>div.product-grouped-item{margin-bottom:30px}.product-grouped>div.product-grouped-item .hide-shippingcosts .tax-details{display:none}.product-grouped>div.product-grouped-item .hide-pricebox .price-box{display:none}.product-grouped>div.product-grouped-item .price-box .price{color:#fff;font-size:18px;font-weight:bold;text-align:right;display:block}.product-view.product-type-grouped .product-essential .product-shop{padding-bottom:30px !important}.limo_b2b_us .tax-details,.limo_b2b_com .tax-details{display:none !important}.limo_b2b_com_fr .product-view .product-essential .product-shop .product-options-bottom{display:block}.limo_b2b_com_fr .category-products .product-tiles .price-row{display:block}.catalog-product-view .row>.column{padding:0 8px}.catalog-product-view .row:after{content:"";display:table;clear:both}.catalog-product-view .column{float:left;width:25%;margin-right:5px}.catalog-product-view .modal{display:none;position:fixed;z-index:9999;padding-top:60px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.8)}.catalog-product-view .modal-content{position:relative;background-color:#fefefe;margin:auto;padding:0;max-width:800px;display:flex;justify-content:center;align-items:center;height:533px}.catalog-product-view #videoModal .modal-content{background-color:transparent}.catalog-product-view #videoModal .modal-close{top:80px;right:-110px}.catalog-product-view .modal-content iframe{border:1px solid #fff;margin-right:15px;width:100%;height:533px}.catalog-product-view .modal-close{position:absolute;right:-60px;top:-40px;width:30px;height:30px;background:url(https://products.liqui-moly.com/skin/frontend/limo/default/images/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.5;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.catalog-product-view .modal-close:hover{color:#fff;opacity:1;cursor:pointer}.catalog-product-view .mySlides{display:none}.catalog-product-view .mySlides img{border:0 !important;background-color:#fff !important;padding:0 !important}.catalog-product-view .fa-video:after{font-family:'FontAwesome';content:'\f03d';width:34px;height:34px;color:#383838;font-size:30px;cursor:pointer}.catalog-product-view .more-views li{width:70px !important;height:70px}.catalog-product-view .videos{border:1px solid #ddd;display:flex;align-items:center;justify-content:center;width:84px !important}.catalog-product-view .next::after{font-family:'FontAwesome';font-size:3em;width:30px;height:30px;content:'\f105'}.catalog-product-view .prev::after{font-family:'FontAwesome';font-size:3em;width:30px;height:30px;content:'\f104'}.catalog-product-view .prev,.catalog-product-view .next{cursor:pointer;position:absolute;top:50%;width:auto;padding:16px;margin-top:-50px;color:#fff;font-weight:bold;font-size:20px;border-radius:0 3px 3px 0;opacity:.5}.catalog-product-view .next{right:-75px;border-radius:3px 0 0 3px}.catalog-product-view .prev{left:-75px}.catalog-product-view .prev:hover,.catalog-product-view .next:hover{color:#fff;opacity:1}.catalog-product-view .numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.catalog-product-view .caption-container{text-align:center;background-color:#000;padding:2px 16px;color:#fff}.catalog-product-view .lb-container .lb-close{right:0 !important;top:-40px !important}.catalog-product-view .modal-thumb.active{opacity:1}.catalog-product-view img.modal-thumb{opacity:.4;cursor:pointer;background-color:#fff !important}.catalog-product-view .product-image img{cursor:pointer}.catalog-product-view .more-views img{background-color:#fff !important;cursor:pointer}.catalog-product-view .more-views ul{display:flex;flex-direction:row;flex-wrap:wrap}.catalog-product-view .more-views li{margin-bottom:5px}.catalog-product-view .active,.catalog-product-view .modal-thumb:hover{opacity:1}.catalog-product-view img.hover-shadow{transition:.3s}.catalog-product-view .hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.catalog-product-view,.review-product-list,.catalog-category-view,.checkout-cart-index{background:#fff !important}.catalog-product-view .menu-nav-item,.review-product-list .menu-nav-item,.catalog-category-view .menu-nav-item,.checkout-cart-index .menu-nav-item{color:#363636 !important}.catalog-product-view .menu-nav-item span,.review-product-list .menu-nav-item span,.catalog-category-view .menu-nav-item span,.checkout-cart-index .menu-nav-item span{padding-bottom:5px}.catalog-product-view .menu-nav-item span:hover,.review-product-list .menu-nav-item span:hover,.catalog-category-view .menu-nav-item span:hover,.checkout-cart-index .menu-nav-item span:hover{opacity:1 !important;border-bottom:4px solid #dc261a !important}.catalog-product-view .page-header,.review-product-list .page-header,.catalog-category-view .page-header{border-bottom:1px solid #eee !important}.catalog-product-view #messages_product_view,.review-product-list #messages_product_view,.catalog-category-view #messages_product_view{position:absolute;top:15px;width:80%}.catalog-product-view .header-special-links,.review-product-list .header-special-links,.catalog-category-view .header-special-links{top:120px !important}.catalog-product-view .success-msg,.review-product-list .success-msg,.catalog-category-view .success-msg{background:#efc;padding:10px 15px}.catalog-product-view .success-msg span::after,.review-product-list .success-msg span::after,.catalog-category-view .success-msg span::after{content:"\f00d";float:right;font-family:FontAwesome;cursor:pointer}.catalog-product-view #page-wallpaper,.review-product-list #page-wallpaper,.catalog-category-view #page-wallpaper{background:#fff !important}.catalog-product-view .product-image img,.review-product-list .product-image img,.catalog-category-view .product-image img{border:none !important;background-color:#fff !important}.catalog-product-view .container.nav-header,.review-product-list .container.nav-header,.catalog-category-view .container.nav-header{margin-bottom:0 !important}.catalog-product-view .product-name h1,.review-product-list .product-name h1,.catalog-category-view .product-name h1{color:#363636 !important;font-size:40px !important;padding-top:30px}.catalog-product-view .internalLink,.review-product-list .internalLink,.catalog-category-view .internalLink{color:#363636 !important}.catalog-product-view .btn-cart,.review-product-list .btn-cart,.catalog-category-view .btn-cart{background:#d9261c !important;margin-bottom:0 !important;padding:15px 0 12px}.catalog-product-view .btn-cart span,.review-product-list .btn-cart span,.catalog-category-view .btn-cart span,.catalog-product-view .btn-cart::after,.review-product-list .btn-cart::after,.catalog-category-view .btn-cart::after{font-size:22px !important}.catalog-product-view .btn-cart::after,.review-product-list .btn-cart::after,.catalog-category-view .btn-cart::after{padding-left:20px !important;font-size:25px !important;font-weight:bold}.catalog-product-view .btn-cart:hover,.review-product-list .btn-cart:hover,.catalog-category-view .btn-cart:hover{background:#034c91 !important}.catalog-product-view .panel-heading,.review-product-list .panel-heading,.catalog-category-view .panel-heading{background:#e8e8e8 !important}.catalog-product-view .panel-title,.review-product-list .panel-title,.catalog-category-view .panel-title{color:#363636 !important}.catalog-product-view .rating-links a,.review-product-list .rating-links a,.catalog-category-view .rating-links a,.catalog-product-view .no-rating a,.review-product-list .no-rating a,.catalog-category-view .no-rating a{color:#363636 !important}.catalog-product-view #review-form h3,.review-product-list #review-form h3,.catalog-category-view #review-form h3{color:#363636 !important;line-height:2}.catalog-product-view #review-form h3 span,.review-product-list #review-form h3 span,.catalog-category-view #review-form h3 span{color:#363636 !important}.catalog-product-view #review-form textarea,.review-product-list #review-form textarea,.catalog-category-view #review-form textarea{box-shadow:none;background:#fff}.catalog-product-view #review-form input,.review-product-list #review-form input,.catalog-category-view #review-form input{background:#fff}.catalog-product-view .panel-title::before,.review-product-list .panel-title::before,.catalog-category-view .panel-title::before{content:"\f107";font-family:FontAwesome;text-align:right;float:right;width:30px;height:30px}.catalog-product-view .panel-title.is-active::before,.review-product-list .panel-title.is-active::before,.catalog-category-view .panel-title.is-active::before{content:"\f106";font-family:FontAwesome}.catalog-product-view .panel,.review-product-list .panel,.catalog-category-view .panel{box-shadow:none !important;margin-top:0 !important;margin-bottom:10px}.catalog-product-view .panel-collapse,.review-product-list .panel-collapse,.catalog-category-view .panel-collapse{border:1px solid #e8e8e8}.catalog-product-view .panel-body,.review-product-list .panel-body,.catalog-category-view .panel-body{padding-top:15px !important}.catalog-product-view .product-essential p,.review-product-list .product-essential p,.catalog-category-view .product-essential p{color:#363636 !important}.catalog-product-view .product-options,.review-product-list .product-options,.catalog-category-view .product-options{box-shadow:none !important}.catalog-product-view .product-options dd,.review-product-list .product-options dd,.catalog-category-view .product-options dd{padding-left:0 !important}.catalog-product-view .qty,.review-product-list .qty,.catalog-category-view .qty{background:#fff !important}.catalog-product-view .jsPackageUnit,.review-product-list .jsPackageUnit,.catalog-category-view .jsPackageUnit{background:#fff !important}.catalog-product-view .product-collateral,.review-product-list .product-collateral,.catalog-category-view .product-collateral{margin-bottom:60px}.catalog-product-view .waste-oil-return,.review-product-list .waste-oil-return,.catalog-category-view .waste-oil-return{margin-bottom:80px}.catalog-product-view .waste-oil-return p,.review-product-list .waste-oil-return p,.catalog-category-view .waste-oil-return p{font-size:19px}.catalog-product-view .waste-oil-return div,.review-product-list .waste-oil-return div,.catalog-category-view .waste-oil-return div{border-top:none !important;border-bottom:1px solid #eee !important;background:#4d4d4d !important;padding:50px 30px 30px 40px !important}.catalog-product-view .block .block-title,.review-product-list .block .block-title,.catalog-category-view .block .block-title{color:#363636 !important;text-align:center;padding:0 100px 0 100px}.catalog-product-view #btnOverlay,.review-product-list #btnOverlay,.catalog-category-view #btnOverlay{margin-left:0 !important}.catalog-product-view #productDocuments .selectBox-dropdown,.review-product-list #productDocuments .selectBox-dropdown,.catalog-category-view #productDocuments .selectBox-dropdown{display:none !important}.catalog-product-view .product-documents-filter select,.review-product-list .product-documents-filter select,.catalog-category-view .product-documents-filter select{display:inline-block !important;position:relative;left:0 !important}@media only screen and (max-width:1199px){.catalog-product-view .header-special-links,.review-product-list .header-special-links,.catalog-category-view .header-special-links{top:70px !important}.limo_b2b_us.catalog-product-view .header-special-links,.limo_b2b_us.review-product-list .header-special-links,.limo_b2b_us.catalog-category-view .header-special-links{top:180px !important}.catalog-product-view #messages_product_view,.review-product-list #messages_product_view{left:0}.catalog-product-view #videoModal .modal-content,.review-product-list #videoModal .modal-content{display:block}.catalog-product-view .modal-content,.review-product-list .modal-content{background-color:transparent;width:600px}.catalog-product-view #videoModal .modal-close,.review-product-list #videoModal .modal-close{right:15px;top:-40px}.catalog-product-view #videoModal .modal-content iframe,.review-product-list #videoModal .modal-content iframe{width:100%;margin-top:10px}}@media only screen and (max-width:900px){.catalog-product-view .product-name h1,.review-product-list .product-name h1{font-size:34px !important}.catalog-product-view .product-shop,.review-product-list .product-shop{margin-bottom:60px !important}.catalog-product-view .more-views li,.review-product-list .more-views li{width:60px !important;height:60px}.catalog-product-view .jsVariantSwitcherToggle span,.review-product-list .jsVariantSwitcherToggle span{font-size:50px !important;line-height:1.19em !important}.catalog-product-view .variant-switcher li,.review-product-list .variant-switcher li{padding:8px 12px !important}}@media only screen and (max-width:768px){.catalog-product-view .product-name h1,.review-product-list .product-name h1{font-size:30px !important}.catalog-product-view .product-img-box,.review-product-list .product-img-box{padding-top:0 !important}.catalog-product-view .block .block-title,.review-product-list .block .block-title{padding:0 !important}.catalog-product-view .product-options dd select:disabled,.review-product-list .product-options dd select:disabled{color:#888 !important}.catalog-product-view .modal-close,.review-product-list .modal-close{right:15px}.catalog-product-view #videoModal .modal-close,.review-product-list #videoModal .modal-close{right:15px;top:-20px}.catalog-product-view #videoModal .modal-content,.review-product-list #videoModal .modal-content{display:block;padding:15px;width:100%}.catalog-product-view .modal-content iframe,.review-product-list .modal-content iframe{margin-top:10px;width:100%}.catalog-product-view .prev,.review-product-list .prev,.catalog-product-view .next,.review-product-list .next{top:40%;margin-top:0}.catalog-product-view .next,.review-product-list .next{right:-50px}.catalog-product-view .prev,.review-product-list .prev{left:-50px}.block-usp .usp-items li{width:100% !important}.limo_b2b_com .form-language .phone{display:none}}@media only screen and (max-width:480px){.catalog-product-view #btnOverlay,.review-product-list #btnOverlay{width:100% !important}.catalog-product-view .btn-cart span,.review-product-list .btn-cart span,.catalog-product-view .btn-cart::before,.review-product-list .btn-cart::before{font-size:18px !important}.catalog-product-view .panel-title,.review-product-list .panel-title{font-size:17px !important}.catalog-product-view .product-img-box,.review-product-list .product-img-box{padding-top:0 0 15px 0}.catalog-product-view .product-name,.review-product-list .product-name{padding-bottom:0 !important}.catalog-product-view .product-name h1,.review-product-list .product-name h1{margin-top:0;margin-bottom:0}.catalog-product-view .product-image,.review-product-list .product-image{width:100%}.catalog-product-view .product-image img,.review-product-list .product-image img{width:100%}.catalog-product-view .success-msg span::after,.review-product-list .success-msg span::after{position:absolute;top:10px;right:10px}.catalog-product-view .more-views li,.review-product-list .more-views li{width:55px !important;height:55px}.catalog-product-view .modal-content,.review-product-list .modal-content{width:300px}.catalog-product-view .modal-close,.review-product-list .modal-close{right:0 !important}.catalog-product-view .video,.review-product-list .video{height:300px !important}.catalog-product-view .video iframe,.review-product-list .video iframe{height:300px}.catalog-product-view .next,.review-product-list .next{right:-42px}.catalog-product-view .prev,.review-product-list .prev{left:-42px}.catalog-product-view .next:after,.review-product-list .next:after,.catalog-product-view .prev:after,.review-product-list .prev:after{font-size:2.5em}.limo_b2b_com .header-special-links{margin-top:65px}.limo_b2b_com .form-language .phone{display:none}.limo_b2b_com .container.nav-header{margin-top:20px}.catalog-category-view .product-image img{width:50% !important}}.price{white-space:nowrap}.price-box .price-label{white-space:nowrap}.price-box .price{font-weight:bold;color:#034c91}.baseprice{color:#000}.regular-price{color:#034c91}.regular-price .price{font-weight:bold;color:#034c91}.old-price{margin:0;color:#777}.old-price .price{color:inherit;font-weight:normal;text-decoration:line-through}.special-price{margin:0}.special-price .price-label{font-weight:bold;color:#034c91}.minimal-price{margin:0}.minimal-price .price-label{font-weight:bold}.minimal-price-link{display:block}.minimal-price-link .price{font-weight:normal}.price-excluding-tax,.price-including-tax{display:block;color:#777}.price-excluding-tax .label,.price-including-tax .label{white-space:nowrap;color:inherit}.configured-price{margin:0}.configured-price .price-label{font-weight:bold}.weee{display:block}.weee .price{font-weight:normal}.price-excl-tax,.price-incl-tax{display:block}.price-excl-tax .label,.price-incl-tax .label{white-space:nowrap;display:block}.price-excl-tax .price,.price-incl-tax .price{display:block}.price-from,.price-to{margin:0}.price-from .price-label,.price-to .price-label{font-weight:bold;white-space:nowrap}.price-notice{color:#333}.price-notice .price{font-weight:bold;color:#333}.price-as-configured{margin:0}.price-as-configured .price-label{font-weight:bold;white-space:nowrap}.price-box-bundle .price-box{margin:0;padding:0}.price-box-bundle .price{color:#333}.tier-prices .benefit{font-weight:bold}.tier-prices .price{font-weight:bold;color:#333}.tier-prices-grouped .price{font-weight:bold}.no-rating{margin:0}.ratings{margin-bottom:11px;font-size:14px}.ratings strong{float:left;margin:1px 3px 0 0}.ratings .rating-links{margin:0}.ratings .rating-links .separator{margin:0 2px}.rating-box{width:69px;height:13px;font-size:0;line-height:0;background:url(https://products.liqui-moly.com/skin/frontend/limo/images/bkg_rating.gif) 0 0 repeat-x;text-indent:-999em;overflow:hidden}.rating-box .rating{float:left;height:13px;background:url(https://products.liqui-moly.com/skin/frontend/limo/images/bkg_rating.gif) 0 100% repeat-x}.ratings .rating-box{float:left;margin-right:3px}.ratings-table th,.ratings-table td{font-size:14px}.ratings-table th{font-weight:bold;padding-right:8px}.cms-home,.cms-index-index{background:#fff !important}.cms-home .widget h2,.cms-index-index .widget h2{color:#1e1e1e !important}.cms-home .jsForm,.cms-index-index .jsForm{border:1px solid #eee}.cms-home .product-top:hover,.cms-index-index .product-top:hover{opacity:.7}.cms-home .block-title,.cms-index-index .block-title{color:#1e1e1e;text-align:center}.cms-home .fullwidth-teaser-container,.cms-index-index .fullwidth-teaser-container{background:#2b2b2b}.cms-home .fullwidth-teaser-container p,.cms-index-index .fullwidth-teaser-container p{color:#fff !important}.cms-home .btn-gray,.cms-index-index .btn-gray{background-color:#4d4d4d !important}.cms-home .jcarousel-next,.cms-index-index .jcarousel-next,.cms-home .jcarousel-prev,.cms-index-index .jcarousel-prev{color:#1e1e1e !important}.cms-home ul.messages,.cms-index-index ul.messages{margin-top:10px}.page-sitemap .links{text-align:right;font-weight:bold}.catalog-seo-sitemap-product .page-sitemap .sitemap{margin-left:-15px;margin-right:-15px}.catalog-seo-sitemap-product .page-sitemap .sitemap li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.catalog-seo-sitemap-product .page-sitemap .sitemap li{float:left;width:50%}}.catalog-seo-sitemap-category .page-sitemap .sitemap{margin-left:-15px;margin-right:-15px}.catalog-seo-sitemap-category .page-sitemap .sitemap li{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:480px){.catalog-seo-sitemap-category .page-sitemap .sitemap li{float:left;width:25%}}@media (min-width:768px){.catalog-seo-sitemap-category .page-sitemap .sitemap li{float:left;width:16.66666667%}}.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0{font-weight:bold;margin-top:11px}.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child{margin-top:0}@media (min-width:768px){.page-sitemap .sitemap li.level-0,.page-sitemap .sitemap li.level-1,.page-sitemap .sitemap li.level-2,.page-sitemap .sitemap li.level-3,.page-sitemap .sitemap li.level-4{width:auto;float:none}.page-sitemap .sitemap li.level-0{padding-left:15px !important}.page-sitemap .sitemap li.level-1{padding-left:35px !important}.page-sitemap .sitemap li.level-2{padding-left:55px !important}.page-sitemap .sitemap li.level-3{padding-left:75px !important}.page-sitemap .sitemap li.level-4{padding-left:95px !important}}.rss-title h1{background:url(https://products.liqui-moly.com/skin/frontend/limo/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}.checkout-cart-index{background:#fff !important}.checkout-cart-index .page-header{border-bottom:1px solid #eee !important}.checkout-cart-index .block-title,.checkout-cart-index #cart-crossell h2,.checkout-cart-index .jcarousel-next,.checkout-cart-index .jcarousel-prev{color:#383838 !important}.checkout-cart-index .cart-empty,.checkout-cart-index .page-title h1{color:#383838 !important}.checkout-cart-index #cart-crossell{margin-top:100px !important}.checkout-cart-index header#header div.container.nav-header{margin-bottom:0 !important}.onestepcheckout-index-index .limit{background:#fff;color:#383838;padding:20px;margin-bottom:40px;margin-top:40px}.onestepcheckout-index-index .over-limit{background:#da251c;color:#fff;padding:20px;margin-top:40px;margin-bottom:40px}.total-ordered{color:#00468e}.order-limit{color:#008000}.cart{color:#383838}.cart .page-title h1,.cart .internalLink,.cart p,.cart .discount h2{color:#383838 !important}.cart .limit{border:1px solid #00529e;padding:30px 0 30px 10px}.cart .over-limit{padding:30px 0 30px 10px;background:#d9261c;color:#fff !important}.cart .product-name{color:#00529e !important}.cart .input-text{background:#fff !important}.cart .cart-collaterals{background:#eee !important}.cart .page-title .checkout-types li{margin:0 0 5px}.cart .page-title .checkout-types li:last-child{margin-bottom:0}.cart .title-buttons .checkout-types{float:right;margin-bottom:0}.cart .checkout-types .paypal-or{margin:0 8px}.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;font-size:14px}.cart>form{margin-bottom:22px}@media (max-width:479px){.cart>form{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.cart-table{margin-bottom:0}.cart-table .qty{width:auto;text-align:center}.cart-table .btn-continue{float:left}.cart .cart-collaterals{margin-left:-15px;margin-right:-15px}.cart .cart-collaterals .col2-set{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width:768px){.cart .cart-collaterals .col2-set{float:left;width:66.66666667%}}@media (min-width:480px){.cart .cart-collaterals .totals{margin-right:15px;float:right;width:33.33333333%}}.cart .crosssell,.cart .discount,.cart .shipping{border-color:#ddd}.cart .crosssell>h2,.cart .discount>h2,.cart .shipping>h2{border-color:#ddd;background-color:#f5f5f5;color:#333;font-weight:500}.cart .crosssell #crosssell-products-list{margin-bottom:0;padding:15px}.cart .crosssell li.item{padding:10px 0;border-bottom:1px solid #eee}.cart .crosssell li.item:first-child{padding-top:0}.cart .crosssell li.item:last-child{padding-bottom:0;border-bottom:0}.cart .crosssell .product-image{float:left}.cart .crosssell .product-details{margin-left:100px}.cart .crosssell .add-to-links .separator{display:none}.cart .crosssell .link-compare{font-weight:normal}@media (max-width:767px){.cart .crosssell{display:none}}.cart .discount .discount-form{padding:15px}.cart .shipping .shipping-form{padding:15px}.cart .totals .checkout-types{margin-bottom:0;text-align:right}.cart .totals .checkout-types li{margin-bottom:5px}.cart .totals .checkout-types li:last-child{margin-bottom:0}.item-options{margin-top:11px}.item-options dd{margin-left:15px}.truncated{position:relative;cursor:help}.truncated .dots{cursor:inherit;color:inherit}.truncated .dots:hover{text-decoration:none}.truncated_full_value{top:22px}.truncated_full_value dl{margin:0}.truncated_full_value dd{margin-left:0}.truncated_full_value dd+dt{border-radius:0;border-top:1px solid #ebebeb}.truncated_full_value.show{display:block}.count-red{color:#d9261c}#cart-menu-sm-xs{background:#eee}#cart-menu-sm-xs .product-image,#cart-menu-sm-xs img{width:auto}#header-cart-content{border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc}.limo_b2c_de #header-cart-content,.my_b2b_de_de #header-cart-content{width:380px !important}.minicart-container li{padding:0 !important}.minicart-container .checkout-button{margin-bottom:20px;background:#d9261c !important;padding-top:9px;height:44px;font-size:18px !important}.minicart-container .checkout-button:hover{background:#034c91 !important}.minicart-container .checkout-button::before{font-size:1em !important}.minicart-container .product-image{padding:0 !important;padding-right:15px !important}.minicart-container .info-wrapper tr{line-height:50px !important}.minicart-container .cart-item-quantity{background:#eee !important;border:1px solid #ccc;padding-left:0 !important;padding-right:0 !important;text-align:center;padding-top:10px}.minicart-container .quantity-button{height:44px !important;padding:0 15px}.minicart-container .quantity-button:after{font-size:14px}.minicart-container .info-wrapper .price{font-size:16px !important}.minicart-container .subtotal .label{display:inline !important;font-size:21px !important;color:#1e1e1e !important}.minicart-container .internalLink.remove::before{font-size:1em}@media only screen and (min-width:768px){.minicart-container .quantity-button{display:inline-block !important}}@media only screen and (max-width:768px){.minicart-container .cart-item-quantity{background:#eee !important;border:none;padding-left:0 !important;text-align:left;pointer-events:none}}.limo_b2b #header-cart-content{width:470px !important}.sp-methods{margin:0 0 8px}.sp-methods dt{padding-top:10px}.sp-methods dt:first-child{padding-top:0}.sp-methods dd{padding:10px 0;border-bottom:1px solid #eee}.sp-methods dd:last-child{padding-bottom:0;border-bottom:0}.sp-methods dd ul{margin-bottom:0}.sp-methods dd li{margin:5px 0}.sp-methods .radio{float:left;margin-top:3px;margin-right:6px}.sp-methods label{margin-bottom:0}.sp-methods .form-list{padding-left:20px}.sp-methods select.month{width:154px;margin-right:10px}.sp-methods select.year{width:96px}.sp-methods input.cvv{width:50px !important}.sp-methods .checkmo-list li{margin:0 0 5px}.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}.sp-methods .checkmo-list address{float:left}.sp-methods .centinel-logos a{margin-right:3px}.sp-methods .centinel-logos img{vertical-align:middle}.sp-methods .release-amounts{margin:.5em 0}.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}.please-wait{float:right;margin-right:10px;font-size:14px;color:#777}.please-wait img{vertical-align:middle;margin-right:10px}.cvv-what-is-this{line-height:36px;font-size:14px;cursor:help;margin-left:10px}.tool-tip{display:block}.tool-tip .btn-close{padding:9px 14px}.tool-tip .btn-close a{float:right;font-size:0;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.tool-tip .btn-close a:after{font-size:16px;font-weight:bold;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d"}.tool-tip .btn-close a:hover,.tool-tip .btn-close a:focus{text-decoration:none;opacity:.5;filter:alpha(opacity=50)}.gift-messages h3{font-size:16px;font-weight:bold}.gift-messages p.control .checkbox{float:left;margin-top:4px;margin-right:6px}.gift-messages p.control label{margin-bottom:0}.gift-messages-form{position:relative}.gift-messages-form label{float:none !important;position:static !important}.gift-messages-form h4{padding-top:11px;border-top:1px solid #eee;font-size:16px;font-weight:bold}.gift-messages-form h4:first-child{padding-top:0;border-top:0}.gift-messages-form p>.checkbox{float:left;margin-top:4px;margin-right:6px}.gift-messages-form p>label{margin-bottom:0}.gift-messages-form .whole-order{margin:0 0 25px}.gift-messages-form .item{margin:0 0 10px;border-bottom:1px solid #eee}.gift-messages-form .item:last-child{border-bottom:0}.gift-messages-form .item .product-img-box{float:left;width:75px}.gift-messages-form .item .product-image{margin:0 0 7px}.gift-messages-form .item .number{margin:0;text-align:center}.gift-messages-form .item .details{margin-left:90px}.gift-messages-form .item .details .product-name{margin:0 0 10px}.gift-message-row .btn-close{float:right;font-size:0;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.gift-message-row .btn-close:after{font-size:16px;font-weight:bold;font-family:FontAwesome;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d"}.gift-message-row .btn-close:hover,.gift-message-row .btn-close:focus{text-decoration:none;opacity:.5;filter:alpha(opacity=50)}.checkout-agreements li{margin-bottom:0 !important}.checkout-agreements li:last-child{margin-bottom:0}.checkout-agreements .agreement-content{margin-bottom:0;overflow:auto;height:264px}.checkout-agreements .agree{margin:0;padding:10px 10px 10px 20px}.checkout-agreements .agree input.checkbox{float:left;margin-left:-20px;margin-top:4px;margin-right:6px}.opc .checkout-agreements{padding:5px 30px}.centinel .authentication{background-color:#fff;border:1px solid #ddd}.centinel .authentication iframe{width:99%;height:400px;background:transparent !important;margin:0 !important;padding:0 !important;border:0 !important}.opc .centinel{padding:10px 30px}.info-set{margin:0 0 25px;padding:20px}.info-set h2{font-size:20px}.info-set h3,.info-set h4{font-size:16px}.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:normal}.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}.info-set .box{margin:0 0 15px}.info-set .data-table .item-options{margin:5px 0 0}.block-progress dl{margin:0}.block-progress dt{font-weight:bold;margin:0 0 6px;padding:7px 15px;background-color:#f5f5f5;border:solid #ddd;border-width:1px 0}.block-progress dt:first-child{border-top:0}.block-progress dd{padding:8px 13px;margin:0 0 6px}.block-progress dt.complete{margin:0}.block-progress p{margin:0}.block-progress .cards-list dt{background:none;border:0 none;color:inherit;font-size:14px;margin:5px 0;padding:0}.block-progress .cards-list dd{border:0 none;margin:0;padding:0}.block-progress .cards-list .info-table th{font-weight:normal}.block-progress address{margin-bottom:0}.block-progress p+table{margin-left:10px}@media (max-width:479px){.block-progress{display:none}}.opc .buttons-set{margin-top:11px}.opc .buttons-set p.required{margin:0;padding:0 0 10px}.opc .buttons-set .back-link small{display:none}.opc .buttons-set .buttons-set.disabled button.button{display:none}.opc .buttons-set .ul{list-style:disc outside;padding-left:18px}.opc{position:relative}.opc .step-title{padding:10px 15px;border:solid #ddd;border-width:0 1px 1px;background-color:#f5f5f5;color:#333}.opc .step-title .number,.opc .step-title h2,.opc .step-title a{line-height:22px}.opc .step-title .number,.opc .step-title h2{float:left}.opc .step-title .number{display:block;background:#fff;padding:0 6px;margin-right:10px}.opc .step-title h2{margin:0;font-size:18px}.opc .step-title a{display:none;float:right}.opc .section:first-child .step-title{border-top-right-radius:0;border-top-left-radius:0;border-top-width:1px}.opc .section:last-child .step-title{border-bottom-right-radius:0;border-bottom-left-radius:0}.opc .section:last-child.active .step-title{border-bottom-right-radius:0;border-bottom-left-radius:0}.opc .section:last-child.active .step{padding-bottom:10px;border-bottom-right-radius:0;border-bottom-left-radius:0}.opc .step{padding:15px;border:solid #ddd;border-width:0 1px 1px}.opc .step .tool-tip{right:30px}.opc .allow .step-title a{display:block}.opc .active .step-title a{display:none}@media (min-width:768px){.checkout-progress li{float:left;width:20%;margin-bottom:0;border-left-width:0;text-align:center}.checkout-progress li:first-child,.checkout-progress li:last-child{border-radius:0}.checkout-progress li:first-child{border-left-width:1px;border-bottom-left-radius:0;border-top-left-radius:0}.checkout-progress li:last-child{border-bottom-right-radius:0;border-top-right-radius:0}}@media (max-width:767px){.multiple-checkout{width:100%;overflow-y:hidden;overflow-x:scroll;padding:15px;border:1px solid #ddd}}.multiple-checkout h2{margin-top:0;font-size:20px}.multiple-checkout h3,.multiple-checkout h4{margin-top:0;font-size:16px}.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:normal}.multiple-checkout .data-table .product-name{line-height:36px}.multiple-checkout .data-table select{width:auto}.multiple-checkout .data-table .item-options{margin-top:11px}.multiple-checkout .gift-messages{margin:15px 0 0}.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}.multiple-checkout .box .box-title h3{margin-top:0}.multiple-checkout .box address{margin-bottom:0}.multiple-checkout .place-order .please-wait{float:right;padding:27px 7px 0 0}.multiple-checkout .place-order .grand-total{text-align:right}.multiple-checkout .place-order .grand-total big{font-size:20px;font-weight:500}.multiple-checkout .place-order .grand-total .price{color:#034c91}#multiship-addresses-table .qty{width:auto;text-align:center}.checkout-multishipping-billing .multiple-checkout{position:relative}.account-login .content{min-height:242px}.captcha-image{position:relative;width:258px}.captcha-note{clear:left;padding-top:5px}.captcha-image .captcha-img{border-radius:0;border:1px solid #e7e7e7;width:100%}.registered-users .captcha-image{margin:0}.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px}.captcha-reload .refreshing{-webkit-animation:captcha-rotate 1.5s infinite linear;-moz-animation:captcha-rotate 1.5s infinite linear;animation:captcha-rotate 1.5s infinite linear}@-webkit-keyframes captcha-rotate{0%{-webkit-transform:rotate(0)}0%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes captcha-rotate{0%{-moz-transform:rotate(0)}0%{-moz-transform:rotate(-360deg)}}@keyframes captcha-rotate{0%{transform:rotate(0)}0%{transform:rotate(-360deg)}}.box-account{padding:15px;border-color:#ddd}.box-account .box-head{margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;color:#333}.box-account .box-head h2{float:left}.box-account .box-head a{float:right}@media (max-width:479px){.box-account{width:100%;overflow-y:hidden;overflow-x:scroll}}.dashboard .box .box-title{padding:0 0 11px;margin:0 0 11px;border-bottom:1px solid #ddd;text-align:right}.dashboard .box .box-title h3,.dashboard .box .box-title h4{margin:0;float:left;font-size:20px}.dashboard .col2-set>.box>.box-title{margin-left:15px;margin-right:15px}.dashboard .box-recent .data-table{margin-bottom:0}.dashboard .box-info p,.dashboard .box-info address{margin:0}.dashboard .box-info .box{margin-bottom:33px}.dashboard .box-reviews ol{margin-bottom:0}.dashboard .box-reviews .number{float:left}.dashboard .box-reviews .details{margin-left:20px}.dashboard .box-reviews li.item{margin-bottom:11px}.dashboard .box-reviews li.item:last-child{margin-bottom:0}.dashboard .box-reviews .ratings{margin-top:5.5px}.dashboard .box-tags .number{float:left}.dashboard .box-tags .details{margin-left:20px}.dashboard .box-tags li.item{margin-bottom:11px}.dashboard .box-tags li.item:last-child{margin-bottom:0}.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}.addresses-list h2{font-size:20px}.addresses-list h3{margin-top:0;font-size:16px}.addresses-list address{margin:0 0 3px}.addresses-list p{margin:0}.addresses-list .link-remove{color:#a94442}.addresses-list .separator{margin:0 3px}.addresses-list li.item{padding:15px;border-color:#ddd}.addresses-list li.item h3{margin:-15px -15px 15px;border-color:#ddd;background-color:#f5f5f5;color:#333}.addresses-list li.empty{background:none;border:0;padding:0}.order-info{margin-bottom:11px;border-bottom:1px solid #eee}.order-info dd{padding-left:10px}.order-info li{display:inline;margin:0 3px}.order-info li:first-child{margin-left:0}.order-info li:last-child{margin-right:0}.order-info .current{font-weight:bold}.order-date{margin-bottom:11px}.order-info-box{margin-left:0;margin-right:0;border-color:#ddd;padding-top:15px;background:none}.order-info-box .box{margin-bottom:15px}.order-info-box h2{margin-top:0;font-size:16px}.order-info-box address{margin-bottom:0}.order-items h2{font-size:20px}.order-items h3{font-size:14px}.order-items .order-links{text-align:right}.order-additional{margin:11px 0}.gift-message{padding:15px;border-color:#ddd}.gift-message dt{padding-left:10px}.gift-message dt strong{display:block;margin-left:-10px}.gift-message dd{margin-top:11px}.gift-message-row .gift-message{padding:0;margin:0;border:0}.order-about{padding:15px;border-color:#ddd}.order-about dd{margin-bottom:11px;padding-left:10px}.order-about dd:last-child{margin-bottom:0}.my-wishlist textarea{height:auto}.my-wishlist .price-box{margin-bottom:5.5px}.my-wishlist .add-to-cart-alt input.input-text{width:3.5em;margin-bottom:5.5px}.my-wishlist .add-to-cart-alt .btn-cart{display:block;margin-bottom:5.5px;width:100%}.my-wishlist p{margin-bottom:0}.my-wishlist .link-edit{width:100%;display:block}.product-review .product-img-box{float:left;width:140px}.product-review .product-img-box .label{font-size:14px}.product-review .product-img-box .ratings .rating-box{display:block;float:none;margin-bottom:5.5px}.product-review .product-details{margin-left:150px}.product-review .product-name{margin-bottom:11px;font-size:20px}.product-review h3{font-size:16px}.product-review .ratings-table{margin:0 0 10px}.product-review dt{margin-bottom:5.5px}.billing-agreements .info-box{margin:11px 0}.billing-agreements .form-list li select{float:left}.billing-agreements .form-list li button.button{float:left;margin-left:10px}.billing-agreements .table-caption{font-weight:bold}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:480px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.carousel-inner>.active.left{float:none !important}#storelocatorCountries .jcarousel-control a:before{color:#fff}.clearfix:before,.clearfix:after,header[role="banner"]:before,header[role="banner"]:after,.layout:before,.layout:after,footer[role="contentinfo"]:before,footer[role="contentinfo"]:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.page-title:before,.page-title:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.col2-set:before,.col2-set:after,.col2-set:before,.col2-set:after,.col4-set:before,.col4-set:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.form-list:before,.form-list:after,.form-list li:before,.form-list li:after,.form-list li.additional-row p:before,.form-list li.additional-row p:after,.buttons-set:before,.buttons-set:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.sorter:before,.sorter:after,.panel-body:before,.panel-body:after,.advanced-search-summary:before,.advanced-search-summary:after,.block .block-content:before,.block .block-content:after,.block .actions:before,.block .actions:after,.block .block-content:before,.block .block-content:after,.products-grid:before,.products-grid:after,.products-list li.item:before,.products-list li.item:after,.add-to-box:before,.add-to-box:after,.product-view:before,.product-view:after,.product-essential .product-img-box .more-views ul:before,.product-essential .product-img-box .more-views ul:after,.product-options-bottom:before,.product-options-bottom:after,.product-options-bottom .price-box:before,.product-options-bottom .price-box:after,.product-view .box-collateral:before,.product-view .box-collateral:after,.catalog-seo-sitemap-product .page-sitemap .sitemap:before,.catalog-seo-sitemap-product .page-sitemap .sitemap:after,.catalog-seo-sitemap-category .page-sitemap .sitemap:before,.catalog-seo-sitemap-category .page-sitemap .sitemap:after,.cart .cart-collaterals:before,.cart .cart-collaterals:after,.tool-tip .btn-close:before,.tool-tip .btn-close:after,.gift-messages-form .item:before,.gift-messages-form .item:after,.gift-message-row dl:before,.gift-message-row dl:after,.opc .step-title:before,.opc .step-title:after,.checkout-progress:before,.checkout-progress:after,.multiple-checkout .place-order:before,.multiple-checkout .place-order:after,.box-account .box-head:before,.box-account .box-head:after,.dashboard .box .box-title:before,.dashboard .box .box-title:after,.dashboard .box-reviews li.item:before,.dashboard .box-reviews li.item:after,.clearer:before,.clearer:after{content:" ";display:table}.clearfix:after,header[role="banner"]:after,.layout:after,footer[role="contentinfo"]:after,.dl-horizontal dd:after,.page-title:after,.container:after,.container-fluid:after,.row:after,.col2-set:after,.col2-set:after,.col4-set:after,.form-horizontal .form-group:after,.form-list:after,.form-list li:after,.form-list li.additional-row p:after,.buttons-set:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.sorter:after,.panel-body:after,.advanced-search-summary:after,.block .block-content:after,.block .actions:after,.block .block-content:after,.products-grid:after,.products-list li.item:after,.add-to-box:after,.product-view:after,.product-essential .product-img-box .more-views ul:after,.product-options-bottom:after,.product-options-bottom .price-box:after,.product-view .box-collateral:after,.catalog-seo-sitemap-product .page-sitemap .sitemap:after,.catalog-seo-sitemap-category .page-sitemap .sitemap:after,.cart .cart-collaterals:after,.tool-tip .btn-close:after,.gift-messages-form .item:after,.gift-message-row dl:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.box-account .box-head:after,.dashboard .box .box-title:after,.dashboard .box-reviews li.item:after,.clearer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide,.logo strong{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.bs-prototype-override{display:block !important}.bs-prototype-override.input-group-btn{display:table-cell !important}.hidden{display:none !important;border:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;width:0 !important;height:0 !important;overflow:hidden !important}.nobr{white-space:nowrap !important}.wrap{white-space:normal !important}.a-left{text-align:left !important}.a-center{text-align:center !important}.a-right{text-align:right !important}.v-top{vertical-align:top}.v-middle{vertical-align:middle}.f-left,.left{float:left !important}.f-right,.right{float:right !important}.f-none{float:none !important}.f-fix{float:left;width:100%}.no-display{display:none}.no-margin{margin:0 !important}.no-padding{padding:0 !important}.no-bg{background:none !important}.fullwidth-teaser-container{background-color:#1e1e1e;padding:30px 0}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:479px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:479px){.visible-xs-block{display:block !important}}@media (max-width:479px){.visible-xs-inline{display:inline !important}}@media (max-width:479px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:480px) and (max-width:767px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:480px) and (max-width:767px){.visible-sm-block{display:block !important}}@media (min-width:480px) and (max-width:767px){.visible-sm-inline{display:inline !important}}@media (min-width:480px) and (max-width:767px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:768px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:768px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:768px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:479px){.hidden-xs{display:none !important}}@media (min-width:480px) and (max-width:767px){.hidden-sm{display:none !important}}@media (min-width:768px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);-moz-box-shadow:0 1px 0 rgba(255,255,255,0.75);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.75);box-shadow:0 1px 0 rgba(255,255,255,0.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing-bottom{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown.selectBox-menuShowing-top{-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;border-top-left-radius:0;border-top-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);box-shadow:0 2px 6px rgba(0,0,0,0.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options.selectBox-options-top{border-bottom:none;margin-top:1px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}.selectBox-options.selectBox-options-bottom{border-top:none;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:transparent}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:bold;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent !important}.selectBox-dropdown{min-width:100px;height:44px;position:relative;line-height:1;text-decoration:none;text-align:left;color:#363636;outline:none;display:inline-block;cursor:pointer;background:#e8e8e8;vertical-align:top;border-radius:0;border:0}.selectBox-dropdown .selectBox-label{padding:16px 10px 12px 15px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:38px;height:38px;border-left:0}.selectBox-dropdown .selectBox-arrow:before{content:"";font-size:28px;color:#2b2b2b}.selectBox-dropdown .selectBox-arrow:before{position:absolute;left:2px;top:8px;opacity:.5;filter:alpha(opacity=50)}.selectBox-dropdown.selectBox-disabled .selectBox-arrow:before{opacity:.5;filter:alpha(opacity=50)}.selectBox-dropdown.selectBox-menuShowing,.selectBox-dropdown:hover,.selectBox-dropdownfocus{-webkit-box-shadow:0 0 3px 0 #aaa;box-shadow:0 0 3px 0 #aaa;color:#363636}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before,.selectBox-dropdown:hover .selectBox-arrow:before,.selectBox-dropdownfocus .selectBox-arrow:before{opacity:1;filter:alpha(opacity=100)}.validationError .selectBox-dropdown .selectBox-arrow:before{color:#e5112a}.selectBox-dropdown-menu{-webkit-box-shadow:0 0 3px 0 #aaa;box-shadow:0 0 3px 0 #aaa;position:absolute;min-height:1em;background:#fff;overflow:auto;max-height:250px;margin-top:5px;-webkit-overflow-scrolling:touch}.selectBox-options,.selectBox-options li,.selectBox-options li a{display:block;cursor:default;list-style:none}.selectBox-options{overflow:auto;background:#e8e8e8;border-radius:0 !important;border:0}.selectBox-options.selectBox-options-top{margin-top:-4px}.selectBox-options.selectBox-options-bottom{margin-top:4px}.selectBox-options li{line-height:1.294;border-bottom:1px solid #dedede}.selectBox-options li:last-child{border-bottom:0}.selectBox-options li a{padding:10px 15px;white-space:nowrap;overflow:hidden;cursor:pointer;color:#363636}.selectBox-options li.selectBox-selected a{color:#2b2b2b}.selectBox-options li.selectBox-hover a{color:#fff;background:#bfbfbf;text-decoration:none}.selectBox-options li.selectBox-disabled a{display:none;color:#888;background-color:transparent;border-bottom:0}.selectBox-inline{overflow:auto;outline:none;min-width:180px;border:solid 1px #e8e8e8;border-radius:4px}.selectBox-inline:hover,.selectBox-inline:focus{border-color:#bfbfbf;box-shadow:0 0 3px 0 #bfbfbf;text-decoration:none}.selectBox-inline:hover .selectBox-arrow:before,.selectBox-inline:focus .selectBox-arrow:before{content:"";font-size:28px;color:#2b2b2b}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options a{background-color:transparent !important}select.selectBox{position:absolute;left:-1000em}@font-face{font-family:"webfont";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.eot");src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.eot?#iefix") format("embedded-opentype"),url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.woff") format("woff"),url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.ttf") format("truetype"),url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.svg#webfont") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"webfont";src:url("https://products.liqui-moly.com/skin/frontend/limo/default/fonts/webfont.svg#webfont") format("svg")}}[data-icon]:before,.iconSearch:before,.iconBars:before,.iconHome:before,a.previousLink:before,a.printLink:before,.fieldLabel .popupModal:before,#headerWr #currentLanguage:before,#pageFunctions #backToTop:before,#mainNav a:before,.resultBar ul.pageBrowser li .pagerNavPrevInactive:before,.resultBar ul.pageBrowser li .pagerNavPrevActive:before,.resultBar ul.pageBrowser li .pagerNavNextInactive:before,.resultBar ul.pageBrowser li .pagerNavNextActive:before,#searchHeaderSuggestion .suggestionList li:before,#searchContentSuggestion .suggestionList li:before,ul.downloadList a:before,.resultList .result.withIcon:before,.mfp-arrow:before,.selectBox-dropdown .selectBox-arrow:before,.selectBox-inline:hover .selectBox-arrow:before,.selectBox-inline:focus .selectBox-arrow:before,.socialSharePrivacyArea .settingsInfo .iconInfo:before,.socialSharePrivacyArea .settingsInfo .iconSettings:before,.tx-mms-social-media li a:before,.collapsable h1 a[data-toggle=collapse]:after,.collapsable h2 a[data-toggle=collapse]:after,.collapsable h3 a[data-toggle=collapse]:after,.collapsable h4 a[data-toggle=collapse]:after,a.internalLinkNewWindow:after,a.externalLink:after,a.internalLink:after,a.arrowDropDown:after,a.downloadGalleryImageLink:after,#headerWr #currentLanguage:after,.stageSlider .slideText a:after,.icon-angle-down:before,.icon-angle-left:before,.icon-angle-right:before,.icon-angle-up:before,.icon-bars:before,.icon-close:before,.icon-download:before,.icon-envelope-o:before,.icon-facebook:before,.icon-file-excel-o:before,.icon-file-image-o:before,.icon-file-o:before,.icon-file-pdf-o:before,.icon-file-powerpoint-o:before,.icon-file-text-o:before,.icon-file-video-o:before,.icon-file-word-o:before,.icon-file-zip-o:before,.icon-gear:before,.icon-globe:before,.icon-google-plus:before,.icon-home:before,.icon-info:before,.icon-instagram:before,.icon-print:before,.icon-rss:before,.icon-rss-square:before,.icon-search:before,.icon-shopping-cart:before,.icon-twitter:before,.icon-wrench:before,.icon-youtube:before{display:inline-block;font-family:"webfont";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icon-angle-down:before{content:"\f100"}.icon-angle-left:before{content:"\f101"}.icon-angle-right:before{content:"\f102"}.icon-angle-up:before{content:"\f116"}.icon-bars:before{content:"\f104"}.icon-close:before{content:"\f106"}.icon-download:before{content:"\f117"}.icon-envelope-o:before{content:"\f118"}.icon-facebook:before{content:"\f119"}.icon-file-excel-o:before{content:"\f11a"}.icon-file-image-o:before{content:"\f11b"}.icon-file-o:before{content:"\f11c"}.icon-file-pdf-o:before{content:"\f109"}.icon-file-powerpoint-o:before{content:"\f11d"}.icon-file-text-o:before{content:"\f10a"}.icon-file-video-o:before{content:"\f11e"}.icon-file-word-o:before{content:"\f11f"}.icon-file-zip-o:before{content:"\f120"}.icon-gear:before{content:"\f121"}.icon-globe:before{content:"\f122"}.icon-google-plus:before{content:"\f123"}.icon-home:before{content:"\f10d"}.icon-info:before{content:"\f124"}.icon-instagram:before{content:"\f125"}.icon-print:before{content:"\f126"}.icon-rss:before{content:"\f127"}.icon-rss-square:before{content:"\f128"}.icon-search:before{content:"\f113"}.icon-shopping-cart:before{content:"\f129"}.icon-twitter:before{content:"\f12a"}.icon-wrench:before{content:"\f12b"}.icon-youtube:before{content:"\f12c"}.tt-dropdown-menu{z-index:9999 !important}.tt-dropdown-menu .tt-dataset-products a:hover,.tt-dropdown-menu .tt-dataset-products a:hover .price-box .price,.tt-dropdown-menu .tt-suggestion.tt-cursor a,.tt-dropdown-menu .tt-suggestion.tt-cursor a .price-box .price-label,.tt-dropdown-menu .tt-suggestion.tt-cursor a .price-box .price{background-color:transparent;color:#034c91}.tt-dropdown-menu .tt-dataset-products{border:1px solid #034c91;border-radius:0}.tt-dropdown-menu .tt-dataset-products:before{border-bottom-color:#034c91}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion.tt-cursor a{background-color:#fff}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion.tt-cursor a .info .name{color:#034c91}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion.tt-cursor a .info .price-box .price{background-color:#fff}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .image{background-color:#fff;width:48px;height:48px;text-align:center}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .image img{width:auto;height:auto;max-height:100%;max-width:100%}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .info{margin-top:0;margin-left:54px;font-size:14px;line-height:18px !important}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .info .name{font-weight:normal;color:#131313}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .info .name .tt-highlight{color:#034c91;font-weight:bold}.tt-dropdown-menu .tt-dataset-products .tt-suggestions .tt-suggestion a .info .price-box .price{color:#131313}#wishlist-table th{text-align:center}#wishlist-table.clean-table{font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;font-size:12px;text-transform:uppercase;width:100%}#wishlist-table.clean-table th{border-bottom:1px solid #c0c0c0}#wishlist-table.clean-table td{padding:15px;vertical-align:top}#wishlist-table.clean-table thead th{font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;font-size:12px;text-transform:uppercase}#wishlist-table .product-name{font-size:16px;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;margin-bottom:0;text-transform:uppercase}#wishlist-table .product-name a{color:#fff}#wishlist-table .wishlist-sku{font-size:11px;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;margin:5px 0}#wishlist-table textarea{border:1px solid #c0c0c0;width:100%;height:45px;font-size:11px;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif}#wishlist-table textarea::-webkit-input-placeholder{text-transform:uppercase}#wishlist-table textarea:-moz-placeholder{text-transform:uppercase}#wishlist-table textarea::-moz-placeholder{text-transform:uppercase}#wishlist-table textarea:-ms-input-placeholder{text-transform:uppercase}#wishlist-table textarea:focus{border:1px solid #39c}#wishlist-table .item-manage{text-align:right;max-width:450px;padding-top:5px}#wishlist-table .item-manage .button{font-size:11px;padding:3px 5px}#wishlist-table .cart-cell{text-align:center}#wishlist-table td.customer-wishlist-item-image{width:113px}#wishlist-table td.customer-wishlist-item-quantity{width:3em}#wishlist-table td.customer-wishlist-item-price{width:120px;text-align:center}#wishlist-table td.customer-wishlist-item-cart{width:150px}#wishlist-table td.customer-wishlist-item-cart .button{font-size:12px;margin-bottom:10px;padding:3px 5px;width:100%}#wishlist-table td.customer-wishlist-item-cart .truncated{margin-bottom:10px}#wishlist-table td.customer-wishlist-item-cart>p{margin-bottom:0}#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item{text-align:center}#wishlist-table td.customer-wishlist-item-cart .btn-remove{vertical-align:top}#wishlist-table td.customer-wishlist-item-remove{width:20px}#wishlist-table td.customer-wishlist-item-remove a:after{color:#fff}#wishlist-table td .button,#wishlist-table td button{white-space:normal}#wishlist-table .price-box{font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;font-size:16px;color:#fff !important}#wishlist-table .price-box .price{color:#fff !important}#wishlist-table .giftregisty-add{margin-top:5px}#wishlist-table .giftregisty-add .change{display:none}#wishlist-table .giftregisty-add li{cursor:pointer;color:#39c;margin-bottom:3px}#wishlist-table .truncated .details{background:none;color:#39c}#wishlist-table td[data-rwd-label]:before{font-weight:600}@media only screen and (max-width:1199px){#wishlist-table.clean-table td{padding-left:10px;padding-right:10px}}@media only screen and (max-width:767px){#wishlist-table.clean-table td{padding-left:5px;padding-right:5px}#wishlist-table.clean-table td textarea{height:100px}#wishlist-table.clean-table td.customer-wishlist-item-cart{width:110px}#wishlist-table .product-name{font-size:13px}}@media only screen and (max-width:767px){#wishlist-table:after{content:'';display:table;clear:both}#wishlist-table .product-name{font-size:16px}#wishlist-table textarea{height:68px;max-width:100%}#wishlist-table .item-manage{max-width:100%}#wishlist-table tr{position:relative}#wishlist-table tr:after{content:'';display:table;clear:both}#wishlist-table td.customer-wishlist-item-image{width:70px}#wishlist-table td.customer-wishlist-item-image img{width:70px;height:70px}#wishlist-table td.customer-wishlist-item-cart p{margin-bottom:0}#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item{margin-right:0;padding-top:4px}#wishlist-table td.customer-wishlist-item-cart{padding-right:15px}}@media only screen and (max-width:767px){#wishlist-table td.customer-wishlist-item-quantity{padding-left:0}#wishlist-table td.customer-wishlist-item-image,#wishlist-table th.customer-wishlist-item-image{display:none}}@media only screen and (max-width:479px){#wishlist-table tr{position:relative}#wishlist-table th.customer-wishlist-item-image{display:block}#wishlist-table td.customer-wishlist-item-image,#wishlist-table td.customer-wishlist-item-info,#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price,#wishlist-table td.customer-wishlist-item-cart{width:100%;padding-left:0;padding-right:0;empty-cells:hide}#wishlist-table td.customer-wishlist-item-image{display:block;overflow:hidden}#wishlist-table td.customer-wishlist-item-image a{float:left}#wishlist-table td.customer-wishlist-item-image a img{width:113px;height:113px}#wishlist-table td.customer-wishlist-item-quantity,#wishlist-table td.customer-wishlist-item-price{text-align:left}#wishlist-table td.customer-wishlist-item-quantity:before,#wishlist-table td.customer-wishlist-item-price:before{float:left;margin-right:15px}#wishlist-table td.customer-wishlist-item-quantity .cart-cell,#wishlist-table td.customer-wishlist-item-price .cart-cell{text-align:left}#wishlist-table td.customer-wishlist-item-quantity .price-box,#wishlist-table td.customer-wishlist-item-price .price-box{margin-top:0}#wishlist-table td.customer-wishlist-item-cart .cart-cell{float:left;width:48%}#wishlist-table td.customer-wishlist-item-cart>p{float:right;width:48%}#wishlist-table td.customer-wishlist-item-remove{position:absolute;top:15px;right:0;display:block;padding:0;height:20px}#wishlist-table.clean-table td.customer-wishlist-item-cart{width:100%}}body.ui-mygarage-index-index .my-account .mygarage-options{margin-top:36px;margin-bottom:0}body.ui-mygarage-index-index .my-account .mygarage-options input{width:100%}@media (min-width:480px){body.ui-mygarage-index-index .my-account .mygarage-options .field:last-child{padding-right:15px}}body.ui-mygarage-index-index .my-account form input.input-text{background-color:#fff !important}#simpleSlider{width:100%;min-height:486px;max-height:486px;height:486px;position:relative}#page-slider{height:100%}#page-slider.slider{max-height:630px;min-height:630px;height:630px}@media (max-width:767px){#page-slider.slider{max-height:350px !important;min-height:350px !important;height:350px !important}}@media (max-width:767px){#simpleSlider{height:321px !important;max-height:321px !important;min-height:321px !important}#page-slider{top:170px !important;height:345px !important}}#simpleSlider .slider_slide{width:100%;height:100%;padding-top:15px}#simpleSlider .slider_slide img{display:none !important}@media (max-width:479px){#simpleSlider .slider_slide h1{font-size:30px}}@media (min-width:480px) and (max-width:767px){#simpleSlider .slider_slide h1{font-size:40px}}#simpleSlider .slider_slide a{display:inline-block;padding:20px;background-color:#dc261a;color:#fff;font-size:14px;font-weight:bold;margin-top:20px}#simpleSlider .slider_slide a:hover{background-color:#034c91}#simpleSlider .stageslider-nav-block{display:flex}#simpleSlider .stageslider-nav-block .stageslider-nav{width:100px;height:5px;background-color:rgba(255,255,255,0.3);margin:0 2px;cursor:pointer}#simpleSlider .stageslider-nav-block .stageslider-nav:hover{background-color:#fff}#simpleSlider .stageslider-nav-block .stageslider-nav.active{background-color:#dc261a}#simpleSlider .stageslider-nav-buttons .stageslider-nav-button{height:60px;width:60px;max-height:60px;text-align:center}#simpleSlider .stageslider-nav-buttons .stageslider-nav-button>i.fa{color:#fff;opacity:.8;line-height:60px;max-height:60px;cursor:pointer;overflow:hidden}#simpleSlider .stageslider-nav-buttons .stageslider-nav-button>i.fa:before{display:block}#simpleSlider .stageslider-nav-buttons .stageslider-nav-button:hover>i.fa{opacity:1}#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{background-color:#fff !important;color:#999 !important;font-weight:normal !important}#v-cookielaw{animation-duration:.8s;-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;-webkit-animation-name:slideUp;animation-name:slideUp}#v-cookielaw.v-bar{padding:5px !important}#v-cookielaw.v-bar.v-bottom{height:100%;background:rgba(0,0,0,0.75)}#v-cookielaw .v-message{padding:40px 30px 20px 30px !important;display:block !important;margin:10% auto 0;width:50%;top:50%;position:relative;text-decoration:none;color:#888;background-color:#fff}#v-cookielaw .v-message a{font-weight:bold;color:#000}#v-cookielaw .v-actions{display:block !important;width:50% !important;margin:0 auto;padding:15px 30px 30px 30px !important;background-color:#fff;text-align:center !important}#v-cookielaw .v-actions a.cookie-law-button{background:#2b2b2b;color:#fff;font-weight:bold;border:0;padding:8px 10px;width:33%;max-width:120px}#v-cookielaw .v-actions a.cookie-law-button:hover{background:#e3001b}#v-cookielaw .v-actions a.cookie-law-button:before{content:""}@media (max-width:480px){#v-cookielaw .v-message,#v-cookielaw .v-actions{float:none !important;width:100% !important}#v-cookielaw .v-message{margin:50% auto 0}#v-cookielaw .v-actions{margin:0 !important}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(66px);-ms-transform:translateY(66px);transform:translateY(66px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.asset-list{background:#fff none repeat scroll 0 0}.asset-list .asset-heading{background:#fff none repeat scroll 0 0;padding:25px 30px}.asset-list .asset-heading h4.title{font-size:24px;font-weight:bold;text-transform:uppercase}.asset-list .asset-heading h4.title span{color:#222}.asset-list .asset-body{border:medium none;padding:0 30px 20px}.asset-list .asset-body .filter-title{color:#000}.asset-list .asset-body h5{color:#666;font-size:16px;font-weight:bold;margin:20px 0 10px;text-transform:uppercase}.asset-list .asset-body .asset-table{border:0 none}.asset-list .asset-body .asset-table tr td{padding:5px 0;border:0}.asset-list .asset-body .asset-table tr td a.download-icon{text-align:center;padding:0 10px}.asset-list .asset-body .asset-table tr td a.download-icon:before{color:#000;display:inline-block;font-family:FontAwesome;content:'\f019'}.asset-list .asset-body .asset-table tr td a.inactive{color:#dadada !important}.asset-list .asset-body .asset-table tr td a.inactive:before{color:#dadada !important}.orlen_b2b .cart-table{background:#fff !important}.orlen_b2b .cart-table tbody{border-top:1px solid #ddd}.orlen_b2b .even{border-bottom:1px solid #ddd}.orlen_b2b .cart-table tfoot{border-bottom:1px solid #ddd}.orlen_b2b #login-form{background:rgba(255,255,255,0.9) !important}.orlen_b2b #login-form input{background-color:#fff}.orlen_b2b .agency-website-input-group{float:left;margin-right:2%;width:28%}.orlen_b2b .agency-website-input-group input.jsPackageUnit{background-color:#fff}.orlen_b2b .product-cart-qty input{background-color:#fff}.orlen_b2b .agency-website-product-bottom .button-row button[type=submit]{width:70% !important;height:44px}@media (max-width:768px){.orlen_b2b h3.product-name a{font-size:.9em !important}.orlen_b2b .product-bottom .btn::before,.orlen_b2b .product-bottom .button::before{content:none}.orlen_b2b .product-bottom .btn span,.orlen_b2b .product-bottom .button span{font-size:.8em !important}}.orlen_b2b .sku-agency{color:#000;display:none}.orlen_b2b .product-pu-info{color:#000;font-size:.75em}.orlen_b2b .agency-website-minicart{width:470px !important}.orlen_b2b .agency-website-minicart #cart-sidebar{padding:0 !important}.orlen_b2b .agency-website-minicart #cart-sidebar .item{padding:8px !important}.orlen_b2b .agency-website-minicart #cart-sidebar .item .quantity-button{height:44px !important;display:inline-block !important}.orlen_b2b .agency-website-minicart input.jsPackageUnit{width:70px}.orlen_b2b .agency-website-cart{background:#fff;border:0}.orlen_b2b .agency-website-cart td{border:none !important;padding:15px !important}.orlen_b2b .product-cart-packageunit{width:200px !important}.orlen_b2b .product-cart-packageunit input{margin-left:12px;width:70px;background-color:#fff}@media (max-width:768px){.orlen_b2b .product-cart-packageunit{width:80% !important;padding:5px !important;float:right}.orlen_b2b .product-cart-packageunit:before{content:attr(data-label) ":";font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding-right:5px;text-transform:uppercase}.orlen_b2b .product-cart-packageunit input{margin:0;display:inline}}.orlen_b2b aside[role="complementary"]{padding-top:20px !important}.orlen_b2b aside[role="complementary"] .block-account{margin-top:32px}.orlen_b2b aside[role="complementary"] .block-account .block-title{margin:0}.orlen_b2b .my-account .dashboard .page-title h1{margin:0 !important}.orlen_b2b .my-account .dashboard .box-account,.orlen_b2b .my-account .dashboard .welcome-msg{background:rgba(30,30,30,0.95) none repeat scroll 0 0 !important;padding:15px !important}.orlen_b2b .btn-cart-fullwidth{width:100%;height:44px;margin-bottom:1em}.orlen_b2b input.jsPackageUnit{width:70px}.orlen_b2b .tax-details.no-shipping-details{bottom:110px !important}.orlen_b2b .tile .validation-passed,.orlen_b2b .product-cart-packageunit .validation-passed,.orlen_b2b .product-view .validation-passed{border:1px solid}.orlen_b2b .tile .input-box,.orlen_b2b .product-cart-packageunit .input-box,.orlen_b2b .product-view .input-box{position:relative !important}.orlen_b2b .tile .validation-advice,.orlen_b2b .product-cart-packageunit .validation-advice,.orlen_b2b .product-view .validation-advice{background:#e63250;color:#fff;font-size:11px;font-weight:bold;line-height:13px;min-height:13px;padding:10px;position:absolute;width:120px;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.5)}.orlen_b2b .tile input.jsPackageUnit{width:100%}.orlen_b2b .tile.inventoryForm input.jsPackageUnit{width:100%}.orlen_b2b .tile .validation-advice{bottom:0}.orlen_b2b .product-view .validation-advice{bottom:65px}.orlen_b2b .product-view input.jsPackageUnit{width:70px;margin-bottom:65px}.orlen_b2b ul{margin-bottom:0}.orlen_b2b .product-cart-qty input.jsPackageUnit{background-color:#fff !important}.orlen_b2b .product-cart-packageunit input.jsPackageUnit{width:70px}.orlen_b2b .inventory_actual_stock_qty{width:50%;float:left;padding-right:5px}.orlen_b2b .inventory_actual_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;font-weight:normal;left:0}.orlen_b2b .inventory_actual_stock_qty input{background:#000 !important;text-align:center;color:#fff !important;border:none !important;float:left;font-weight:bold}.orlen_b2b .inventory_target_stock_qty{width:50%;line-height:100%;right:0;position:absolute;text-align:left;height:100%;padding-left:5px}.orlen_b2b .inventory_target_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;color:#000;font-weight:normal}.orlen_b2b .inventory_target_stock_qty span{color:#000 !important;text-align:center;height:inherit;display:inherit;line-height:44px;position:relative;background:#fff;font-weight:bold}.b2b-agency-inventory-index .sku-agency{display:block !important}@media only screen and (max-width:1199px){.orlen_b2b.catalog-product-view .header-special-links,.orlen_b2b.review-product-list .header-special-links,.orlen_b2b.catalog-category-view .header-special-links{top:140px !important}}.suedramol_b2b .cart-table{background:#fff !important}.suedramol_b2b .cart-table tbody{border-top:1px solid #ddd}.suedramol_b2b .even{border-bottom:1px solid #ddd}.suedramol_b2b .cart-table tfoot{border-bottom:1px solid #ddd}.suedramol_b2b #login-form{background:rgba(255,255,255,0.9) !important}.suedramol_b2b #login-form input{background-color:#fff}.suedramol_b2b .agency-website-input-group{float:left;margin-right:2%;width:28%}.suedramol_b2b .agency-website-input-group input.jsPackageUnit{background-color:#fff}.suedramol_b2b .product-cart-qty input{background-color:#fff}.suedramol_b2b .agency-website-product-bottom .button-row button[type=submit]{width:70% !important;height:44px}@media (max-width:768px){.suedramol_b2b h3.product-name a{font-size:.9em !important}.suedramol_b2b .product-bottom .btn::before,.suedramol_b2b .product-bottom .button::before{content:none}.suedramol_b2b .product-bottom .btn span,.suedramol_b2b .product-bottom .button span{font-size:.8em !important}}.suedramol_b2b .sku-agency{color:#000;display:none}.suedramol_b2b .product-pu-info{color:#000;font-size:.75em}.suedramol_b2b .agency-website-minicart{width:470px !important}.suedramol_b2b .agency-website-minicart #cart-sidebar{padding:0 !important}.suedramol_b2b .agency-website-minicart #cart-sidebar .item{padding:8px !important}.suedramol_b2b .agency-website-minicart #cart-sidebar .item .quantity-button{height:44px !important;display:inline-block !important}.suedramol_b2b .agency-website-minicart input.jsPackageUnit{width:70px}.suedramol_b2b .agency-website-cart{background:#fff;border:0}.suedramol_b2b .agency-website-cart td{border:none !important;padding:15px !important}.suedramol_b2b .product-cart-packageunit{width:200px !important}.suedramol_b2b .product-cart-packageunit input{margin-left:12px;width:70px;background-color:#fff}@media (max-width:768px){.suedramol_b2b .product-cart-packageunit{width:80% !important;padding:5px !important;float:right}.suedramol_b2b .product-cart-packageunit:before{content:attr(data-label) ":";font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding-right:5px;text-transform:uppercase}.suedramol_b2b .product-cart-packageunit input{margin:0;display:inline}}.suedramol_b2b aside[role="complementary"]{padding-top:20px !important}.suedramol_b2b aside[role="complementary"] .block-account{margin-top:32px}.suedramol_b2b aside[role="complementary"] .block-account .block-title{margin:0}.suedramol_b2b .my-account .dashboard .page-title h1{margin:0 !important}.suedramol_b2b .my-account .dashboard .box-account,.suedramol_b2b .my-account .dashboard .welcome-msg{background:rgba(30,30,30,0.95) none repeat scroll 0 0 !important;padding:15px !important}.suedramol_b2b .btn-cart-fullwidth{width:100%;height:44px;margin-bottom:1em}.suedramol_b2b input.jsPackageUnit{width:70px}.suedramol_b2b .tax-details.no-shipping-details{bottom:110px !important}.suedramol_b2b .tile .validation-passed,.suedramol_b2b .product-cart-packageunit .validation-passed,.suedramol_b2b .product-view .validation-passed{border:1px solid}.suedramol_b2b .tile .input-box,.suedramol_b2b .product-cart-packageunit .input-box,.suedramol_b2b .product-view .input-box{position:relative !important}.suedramol_b2b .tile .validation-advice,.suedramol_b2b .product-cart-packageunit .validation-advice,.suedramol_b2b .product-view .validation-advice{background:#e63250;color:#fff;font-size:11px;font-weight:bold;line-height:13px;min-height:13px;padding:10px;position:absolute;width:120px;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.5)}.suedramol_b2b .tile input.jsPackageUnit{width:100%}.suedramol_b2b .tile.inventoryForm input.jsPackageUnit{width:100%}.suedramol_b2b .tile .validation-advice{bottom:0}.suedramol_b2b .product-view .validation-advice{bottom:65px}.suedramol_b2b .product-view input.jsPackageUnit{width:70px;margin-bottom:65px}.suedramol_b2b ul{margin-bottom:0}.suedramol_b2b .product-cart-qty input.jsPackageUnit{background-color:#fff !important}.suedramol_b2b .product-cart-packageunit input.jsPackageUnit{width:70px}.suedramol_b2b .inventory_actual_stock_qty{width:50%;float:left;padding-right:5px}.suedramol_b2b .inventory_actual_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;font-weight:normal;left:0}.suedramol_b2b .inventory_actual_stock_qty input{background:#000 !important;text-align:center;color:#fff !important;border:none !important;float:left;font-weight:bold}.suedramol_b2b .inventory_target_stock_qty{width:50%;line-height:100%;right:0;position:absolute;text-align:left;height:100%;padding-left:5px}.suedramol_b2b .inventory_target_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;color:#000;font-weight:normal}.suedramol_b2b .inventory_target_stock_qty span{color:#000 !important;text-align:center;height:inherit;display:inherit;line-height:44px;position:relative;background:#fff;font-weight:bold}.b2b-agency-inventory-index .sku-agency{display:block !important}@media only screen and (max-width:1199px){.suedramol_b2b.catalog-product-view .header-special-links,.suedramol_b2b.review-product-list .header-special-links,.suedramol_b2b.catalog-category-view .header-special-links{top:140px !important}}.jet_b2b .cart-table,.jet_b2b_at .cart-table{background:#fff !important}.jet_b2b .cart-table tbody,.jet_b2b_at .cart-table tbody{border-top:1px solid #ddd}.jet_b2b .even,.jet_b2b_at .even{border-bottom:1px solid #ddd}.jet_b2b .cart-table tfoot,.jet_b2b_at .cart-table tfoot{border-bottom:1px solid #ddd}.jet_b2b #login-form,.jet_b2b_at #login-form{background:rgba(255,255,255,0.9) !important}.jet_b2b #login-form input,.jet_b2b_at #login-form input{background-color:#fff}.jet_b2b .agency-website-input-group,.jet_b2b_at .agency-website-input-group{float:left;margin-right:2%;width:28%}.jet_b2b .agency-website-input-group input.jsPackageUnit,.jet_b2b_at .agency-website-input-group input.jsPackageUnit{background-color:#fff}.jet_b2b .product-cart-qty input,.jet_b2b_at .product-cart-qty input{background-color:#fff}.jet_b2b .agency-website-product-bottom .button-row button[type=submit],.jet_b2b_at .agency-website-product-bottom .button-row button[type=submit]{width:70% !important;height:44px}@media (max-width:768px){.jet_b2b h3.product-name a,.jet_b2b_at h3.product-name a{font-size:.9em !important}.jet_b2b .product-bottom .btn::before,.jet_b2b_at .product-bottom .btn::before,.jet_b2b .product-bottom .button::before,.jet_b2b_at .product-bottom .button::before{content:none}.jet_b2b .product-bottom .btn span,.jet_b2b_at .product-bottom .btn span,.jet_b2b .product-bottom .button span,.jet_b2b_at .product-bottom .button span{font-size:.8em !important}}.jet_b2b .sku-agency,.jet_b2b_at .sku-agency{color:#000;display:none}.jet_b2b .product-pu-info,.jet_b2b_at .product-pu-info{color:#000;font-size:.75em}.jet_b2b .agency-website-minicart,.jet_b2b_at .agency-website-minicart{width:470px !important}.jet_b2b .agency-website-minicart #cart-sidebar,.jet_b2b_at .agency-website-minicart #cart-sidebar{padding:0 !important}.jet_b2b .agency-website-minicart #cart-sidebar .item,.jet_b2b_at .agency-website-minicart #cart-sidebar .item{padding:8px !important}.jet_b2b .agency-website-minicart #cart-sidebar .item .quantity-button,.jet_b2b_at .agency-website-minicart #cart-sidebar .item .quantity-button{height:44px !important;display:inline-block !important}.jet_b2b .agency-website-minicart input.jsPackageUnit,.jet_b2b_at .agency-website-minicart input.jsPackageUnit{width:70px}.jet_b2b .agency-website-cart,.jet_b2b_at .agency-website-cart{background:#fff;border:0}.jet_b2b .agency-website-cart td,.jet_b2b_at .agency-website-cart td{border:none !important;padding:15px !important}.jet_b2b .product-cart-packageunit,.jet_b2b_at .product-cart-packageunit{width:200px !important}.jet_b2b .product-cart-packageunit input,.jet_b2b_at .product-cart-packageunit input{margin-left:12px;width:70px;background-color:#fff}@media (max-width:768px){.jet_b2b .product-cart-packageunit,.jet_b2b_at .product-cart-packageunit{width:80% !important;padding:5px !important;float:right}.jet_b2b .product-cart-packageunit:before,.jet_b2b_at .product-cart-packageunit:before{content:attr(data-label) ":";font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding-right:5px;text-transform:uppercase}.jet_b2b .product-cart-packageunit input,.jet_b2b_at .product-cart-packageunit input{margin:0;display:inline}}.jet_b2b aside[role="complementary"],.jet_b2b_at aside[role="complementary"]{padding-top:20px !important}.jet_b2b aside[role="complementary"] .block-account,.jet_b2b_at aside[role="complementary"] .block-account{margin-top:32px}.jet_b2b aside[role="complementary"] .block-account .block-title,.jet_b2b_at aside[role="complementary"] .block-account .block-title{margin:0}.jet_b2b .my-account .dashboard .page-title h1,.jet_b2b_at .my-account .dashboard .page-title h1{margin:0 !important}.jet_b2b .my-account .dashboard .box-account,.jet_b2b_at .my-account .dashboard .box-account,.jet_b2b .my-account .dashboard .welcome-msg,.jet_b2b_at .my-account .dashboard .welcome-msg{background:rgba(30,30,30,0.95) none repeat scroll 0 0 !important;padding:15px !important}.jet_b2b .btn-cart-fullwidth,.jet_b2b_at .btn-cart-fullwidth{width:100%;height:44px;margin-bottom:1em}.jet_b2b input.jsPackageUnit,.jet_b2b_at input.jsPackageUnit{width:70px}.jet_b2b .tax-details.no-shipping-details,.jet_b2b_at .tax-details.no-shipping-details{bottom:110px !important}.jet_b2b .tile .validation-passed,.jet_b2b_at .tile .validation-passed,.jet_b2b .product-cart-packageunit .validation-passed,.jet_b2b_at .product-cart-packageunit .validation-passed,.jet_b2b .product-view .validation-passed,.jet_b2b_at .product-view .validation-passed{border:1px solid}.jet_b2b .tile .input-box,.jet_b2b_at .tile .input-box,.jet_b2b .product-cart-packageunit .input-box,.jet_b2b_at .product-cart-packageunit .input-box,.jet_b2b .product-view .input-box,.jet_b2b_at .product-view .input-box{position:relative !important}.jet_b2b .tile .validation-advice,.jet_b2b_at .tile .validation-advice,.jet_b2b .product-cart-packageunit .validation-advice,.jet_b2b_at .product-cart-packageunit .validation-advice,.jet_b2b .product-view .validation-advice,.jet_b2b_at .product-view .validation-advice{background:#e63250;color:#fff;font-size:11px;font-weight:bold;line-height:13px;min-height:13px;padding:10px;position:absolute;width:120px;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.5)}.jet_b2b .tile input.jsPackageUnit,.jet_b2b_at .tile input.jsPackageUnit{width:100%}.jet_b2b .tile.inventoryForm input.jsPackageUnit,.jet_b2b_at .tile.inventoryForm input.jsPackageUnit{width:100%}.jet_b2b .tile .validation-advice,.jet_b2b_at .tile .validation-advice{bottom:0}.jet_b2b .product-view .validation-advice,.jet_b2b_at .product-view .validation-advice{bottom:65px}.jet_b2b .product-view input.jsPackageUnit,.jet_b2b_at .product-view input.jsPackageUnit{width:70px;margin-bottom:65px}.jet_b2b ul,.jet_b2b_at ul{margin-bottom:0}.jet_b2b .product-cart-qty input.jsPackageUnit,.jet_b2b_at .product-cart-qty input.jsPackageUnit{background-color:#fff !important}.jet_b2b .product-cart-packageunit input.jsPackageUnit,.jet_b2b_at .product-cart-packageunit input.jsPackageUnit{width:70px}.jet_b2b .inventory_actual_stock_qty,.jet_b2b_at .inventory_actual_stock_qty{width:50%;float:left;padding-right:5px}.jet_b2b .inventory_actual_stock_qty label,.jet_b2b_at .inventory_actual_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;font-weight:normal;left:0}.jet_b2b .inventory_actual_stock_qty input,.jet_b2b_at .inventory_actual_stock_qty input{background:#000 !important;text-align:center;color:#fff !important;border:none !important;float:left;font-weight:bold}.jet_b2b .inventory_target_stock_qty,.jet_b2b_at .inventory_target_stock_qty{width:50%;line-height:100%;right:0;position:absolute;text-align:left;height:100%;padding-left:5px}.jet_b2b .inventory_target_stock_qty label,.jet_b2b_at .inventory_target_stock_qty label{position:absolute;z-index:10;font-size:12px;padding:5px;color:#000;font-weight:normal}.jet_b2b .inventory_target_stock_qty span,.jet_b2b_at .inventory_target_stock_qty span{color:#000 !important;text-align:center;height:inherit;display:inherit;line-height:44px;position:relative;background:#fff;font-weight:bold}.b2b-agency-inventory-index .sku-agency{display:block !important}@media only screen and (max-width:1199px){.jet_b2b.catalog-product-view .header-special-links,.jet_b2b.review-product-list .header-special-links,.jet_b2b.catalog-category-view .header-special-links{top:140px !important}}@media only screen and (max-width:767px){.jet_b2b header#header .header-menu{margin-top:0}}.jet_b2b .jet-mobile-link{background:#fdb813;border-top:1px solid #0a4593}.jet_b2b .jet-mobile-link a span{color:#0a4593;text-transform:uppercase;font-weight:bold;margin-left:-0.24em}.jet_b2b #category-menu-sm-xs .level0{border-top:1px solid #fff;background:#0a4593;text-transform:uppercase;font-weight:bold}.jet_b2b #category-menu-sm-xs .level0:first-child{border-top:0}.jet_b2b #category-menu-sm-xs .level0 a{color:#fdb813 !important}.jet_b2b header#header div.container.nav-header .toggle-group .main-header-nav-small-content>.nav{padding-top:0;padding-bottom:0}@media (max-width:768px){.limo_b2b .product-cart-packageunit{width:80% !important;float:right}.limo_b2b .product-cart-packageunit:before{content:attr(data-label) ":";font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding-right:5px;text-transform:uppercase}.limo_b2b .product-cart-packageunit input.jsPackageUnit{margin-top:0 !important;width:70px}.limo_b2b #shopping-cart-table td{border:none}}.recommendation-footer{margin-top:40px}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

/*! jQuery UI - v1.11.1 - 2014-09-05
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.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;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.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-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* 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 .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;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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 {
	padding-left: 2em;
}

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.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("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/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-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	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-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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: .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: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .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: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 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: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e3a1a1;
	background: #cc0000 url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d8dcdf;
	background: #eeeeee url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #004276;
	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 {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.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 {
	color: #111111;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #eeeeee;
	background: #ffffff url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png") 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	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: .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("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_cc0000_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_cc0000_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_cc0000_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_cc0000_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_004276_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_dots-small_65_a6a6a6_2x2.png") 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #333333 url("https://products.liqui-moly.com/skin/frontend/base/default/css/jQuery-ui/1.11.1/images/ui-bg_flat_0_333333_40x100.png") 50% 50% repeat-x;
	opacity: .1;
	filter: Alpha(Opacity=10); /* support: IE8 */
	border-radius: 8px;
}

.search-autocomplete ul.wyomind-elasticsearch li.title,
.search-autocomplete ul.wyomind-elasticsearch li.title a {
    padding: 6px;
    background-color: #f4f4f4;
    color: #636363;
    text-transform: uppercase;
}

.search-autocomplete ul.wyomind-elasticsearch {
    background-color: #fff;
    border: 1px solid #d5e4eb;
    border-bottom: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li {
    padding: 0;
    border-bottom: 1px solid #d5e4eb;
}

.search-autocomplete ul.wyomind-elasticsearch li .image {
    float: left;
    margin-right: 6px;
    background-color: #fff;
}

.search-autocomplete ul.wyomind-elasticsearch li a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

.search-autocomplete ul.wyomind-elasticsearch li.selected a {
    text-decoration: none;
    background-color: #ecf3f6;
}

.search-autocomplete ul.wyomind-elasticsearch li .price-box {
    margin: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li a .price-box .minimal-price-link {
    padding: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li .clearer {
    clear: both;
}
.twitter-typeahead {
    width: 100%;
}

input[type=search].tt-hint {
    height: 40px;
    color: #ccc;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.tt-dropdown-menu {
    margin-top: 15px;
    width: 100%;
}

.tt-dataset-products .empty {
    padding: 4px;
}

.tt-dataset-products {
    border: 1px solid #3399cc;
    background: #fff;
    border-radius: 2px;
}

.tt-dataset-products:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 50%;
    top: -7px;
    margin-left: -7px;
}

.tt-dataset-products a {
    padding: 6px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
}

.tt-dataset-products .tt-suggestion:last-child a {
    border-bottom: 0;
}

.tt-dataset-products a:hover,
.tt-dataset-products a:hover .price-box .price,
.tt-suggestion.tt-cursor a,
.tt-suggestion.tt-cursor a .price-box .price-label,
.tt-suggestion.tt-cursor a .price-box .price {
    color: #fff;
    background-color: #3399cc;
    text-decoration: none;
}

.tt-dataset-products a:hover .price-box .old-price .price,
.tt-suggestion.tt-cursor a .price-box .old-price .price {
    text-decoration: line-through;
}

.tt-dataset-products a .image {
    float: left;
}

.tt-dataset-products a .image img {
    width: 50px;
}

.tt-dataset-products a .info {
    margin-left: 56px;
}

.tt-dataset-products a .price-box {
    margin: 0;
}

.tt-dataset-products a .clearer {
    clear: both;
}
.wpwl-form .klarna_title
{
    margin-left: 10px;
}
.wpwl-form .klarna_title a
{
    margin: 0px !important;
}
.wpwl-form .additional
{
    padding-top: 7px;
    padding-bottom: 1px;
}
.wpwl-form .wpwl-button-pay.btn {
    float:right;
}
.wpwl-form input.wpwl-control ,
.wpwl-form select.wpwl-control {
    height: 34px !important;
    border-radius: 4px !important;
    padding:4px !important;
    background-color: #fff;
}

.wpwl-wrapper,
.wpwl-control-brand,
.wpwl-wrapper .wpwl-wrapper-expiry,
.wpwl-control-cardHolder,
.wpwl-control-expiry{
     color:#000 !important;
}

.wpwl-target {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c0c0c0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 70%), linear-gradient(45deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(60deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.2) 80%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 12px;
    box-shadow: 2px 3px 5px 1px #999;
    margin: 10px auto;
    max-width: 440px;
    padding: 16px;
    width: 100%;
    height: 100%;
}
.wpwl-container {
    margin: 0 auto;
    position: relative;
    width: 440px;
}
.vrpayecommerce-checkout-review .agreement-content {
    display: none !important;
}





/**
 *
 * @category   SM
 * @package    SM_BasePrice
 */
.baseprice-box {
    clear: both;
}
