/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Tabs */

#tabs .inside-wrap ul {
    list-style-type: disc;
    padding-left: 14px;
}

#tabs input {
    visibility: hidden;
}

#tabs label {
    cursor: pointer;
    display: block;
    float: left;
    
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
}

#tabs input:hover + label .label-inside {
    background: #eee;
    color: #666;
}

#tabs input:checked + label {
    position: relative;
    z-index: 6;
}

#tabs input:checked + label .label-inside {
    background: #710001;
    color: #FFF;
    
}

#tabs #content {
    position: relative;
    width: 100%;
    z-index: 5;
    clear: both;
}

#tabs #content > div {
    opacity: 0;
    position: absolute;
    z-index: -100;
   
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;

}

#tabs input#tab-1:checked ~ #content #content-1,
#tabs input#tab-2:checked ~ #content #content-2,
#tabs input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

#tabs input.visible {
  visibility: visible !important;
}

/* Image Gallery */

#item-images {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#item-images input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#item-images label {
    cursor: pointer;
    display: block;
    float: left;
    border: 1px solid #eee;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
}

#item-images label .inside {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

#item-images label .inside img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#item-images input:hover + label {
    background: #eee;
    color: #666;
}

#item-images input:checked + label {
/*    background: #f1f1f1;
    color: #444;*/
    position: relative;
    z-index: 6;

}

#item-images #image-big {
    position: relative;
    width: 100%;
    z-index: 5;
    clear: both;
}

#item-images #image-big div {
    opacity: 0;
    position: absolute;
    z-index: -100;
   
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;

}

#item-images input#preview-image-1:checked ~ #image-big #image-1,
#item-images input#preview-image-2:checked ~ #image-big #image-2,
#item-images input#preview-image-3:checked ~ #image-big #image-3,
#item-images input#preview-image-4:checked ~ #image-big #image-4,
#item-images input#preview-image-5:checked ~ #image-big #image-5,
#item-images input#preview-image-6:checked ~ #image-big #image-6,
#item-images input#preview-image-7:checked ~ #image-big #image-7,
#item-images input#preview-image-8:checked ~ #image-big #image-8,
#item-images input#preview-image-9:checked ~ #image-big #image-9,
#item-images input#preview-image-10:checked ~ #image-big #image-10,
#item-images input#preview-image-11:checked ~ #image-big #image-11,
#item-images input#preview-image-12:checked ~ #image-big #image-12 {
    opacity: 1;
    z-index: 100;
}

#item-images input.visible {
  visibility: visible !important;
}

/* custom styles */

/* global */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list-unstyled {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.block {
    display: block;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1208px;
    margin-left: auto;
    margin-right: auto;
}

.container > .inside {
    padding-left: 1em;
    padding-right: 1em;
}

p + p,
p + ul,
ul + p,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 1em;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

b,
strong {
    font-weight: 700;
}

i {
    font-style: italic;
}

.page-wrapper + div {
    display: none !important;
}

.list-unstyled {
    list-style-type: none !important;
    padding: 0 !important;
}

/* Meta Header */

.header-meta {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #eee;
    width: 100%;
    float: left;
}

.company-logo {
    position: relative;
    margin-bottom: 5px;
}

.company-logo img {
    max-width: 150px;
}

.company-logo span {
    position: absolute;
    top: 50%;
    right: 15px;
    left: 160px;
    color: #710001;
    font-weight: 700;
    font-size: 16px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: -3px;
}

.company-contact ul {
    overflow: hidden;
}

.company-contact li {
    float: left;
    font-size: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    clear: both;
}

.company-contact li + li {
    margin-top: 5px;
}

.company-contact .fax {
    display: none;
}

.company-contact .phone:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/phone.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.company-contact .mail:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/mail.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.header-meta .container > .inside {
    position: relative;
}

@media screen and (min-width: 500px) {
    
    .company-contact li + li {
        margin-top: 0;
    }
    
    .company-contact li {
        clear: none;
    }
    
    .company-contact li + li {
        margin-left: 10px;
    }
    
}

@media screen and (min-width: 475px) {

    .company-contact .fax {
        display: block;
    }
    
    .company-contact .fax:before {
        content: '';
        background-image: url('https://www.gls-products.com/layout/ebay/fax.svg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    
}

@media screen and (min-width: 760px) {
    
    .company-logo {
        float: left;
        margin-bottom: 0;
        width: 100%;
    }
    
    .company-contact {
        position: absolute;
        right: 15px;
        top: 0;
        padding-top: 14px;
    }
    
}

@media screen and (min-width: 830px) {
    
    .header-meta {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    
    .company-logo img {
        max-width: 200px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    
    .company-logo span {
        left: 220px;
    }
    
    .company-contact {
        padding-top: 10px;
    }
}

@media screen and (min-width: 930px) {
    
    .company-contact .phone:before,
    .company-contact .fax:before, 
    .company-contact .mail:before {
        width: 32px;
        height: 32px;
    }
    
    .company-contact li {
        padding-left: 40px;
        line-height: 32px;
        font-size: 14px;
    }
    
    .company-contact {
        padding-top: 5px;
    }
}

@media screen and (min-width: 875px) {
    
    .company-contact li + li {
        margin-left: 20px;
    }
    
}

@media screen and (min-width: 980px) {
    
    .company-logo span {
        font-size: 24px;
    }
    
}

@media screen and (min-width: 1130px) {
    
    .company-logo img {
        max-width: 300px;
        margin-top: -15px;
        margin-bottom: -15px;
    }
    
    .company-logo span {
        font-size: 30px;
        left: 330px;
    }
    
    .company-contact {
        padding-top: 15px;
    }
    
}

/* Header Navigation */

.header-navigation {
    display: none;
}

@media screen and (min-width: 768px) {
    
    .header-navigation {
        display: block;
        background: #710001;
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        overflow: visible;
    }
    
    .header-navigation  a {
        padding: 10px 8px;
        display: block;
        text-decoration: none;
    }
    
    .header-navigation .list-unstyled > li > a {
        color: #FFF;
        text-transform: uppercase;
    }
    
    .header-navigation .children {
        position: absolute;
        top: 37px;
        background: #fff;
        display: none;
        border: 1px solid #000;
        width: 230px;
    }
    
    .header-navigation .children a {
        color: #000;
    }
    
    .header-navigation .children a:hover,
    .header-navigation .children a:focus,
    .header-navigation .children a:active {
        text-decoration: underline;
    }
    
    .header-navigation .list-unstyled > li:hover > a,
    .header-navigation .list-unstyled > li:focus > a,
    .header-navigation .list-unstyled > li:active > a {
        background: #000;
    }
    
    .header-navigation .list-unstyled > li:hover > .children,
    .header-navigation .list-unstyled > li:focus > .children,
    .header-navigation .list-unstyled > li:active > .children {
        background: #fff;
        display: block;
    }
    
    .header-navigation ul {
        margin-right: -8px;
    }

    .header-navigation ul {
        float: right;
    }
    
    .header-navigation .list-unstyled > li {
        float: left;
        position: relative;
    }
    
    .header-navigation .container > .inside {
        float: left;
        width: 100%;
    }
    
    .header-navigation .list-unstyled > li + li:before {
        content: '';
        display: block;
        border-left: 1px solid #FFF;
        height: 12px;
        top: 13px;
        left: 0;
        position: absolute;
    }
    
    
    
}

@media screen and (min-width: 875px) {
    
    .header-navigation a {
        padding: 10px 15px;
    }
    
    .header-navigation ul {
        margin-right: -14px;
    }
    
}

@media screen and (min-width: 1100px) {
    
    .header-navigation a {
        padding: 10px 20px;
    }
    
}

/* Body */

.page-body {
    clear: both;
}

/* Title */

.page-body-title {
    padding: 2em 0 1em;
    font-weight: 700;
}

.page-body-title h1 {
    padding-bottom: 1em;
    border-bottom: 5px solid #710001;
    font-size: 16px;
}

@media screen and (min-width: 1100px) {
    .page-body-title {
        padding-top: 4em;
    }
}

/* Short Description */

.body-short-description {
    padding-bottom: 1em;
}

/* Item */

.body-item {
    padding: 1em 0;
}

#item-images {
    padding-top: 102%;
}

#item-images label {
    width: 15%;
    margin-left: 2%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

#item-images label:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s linear;
    z-index: 100;
}

#item-images label:after {
    content: '';
    display: block;
    background-image: url('https://www.gls-products.com/layout/ebay/loupe.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    transition: all 0.2s linear;
    z-index: 150;
}

#item-images label:hover:before,
#item-images label:hover:after {
    opacity: 1;
}

#item-images #preview-image-1 + label,
#item-images #preview-image-7 + label,
#item-images #preview-image-13 + label {
    margin-left: 0;
}

#item-images #image-big {
    padding-top: 100%;
    min-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#item-images #image-big img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 90%;
}

#item-images #image-big div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#image-big .image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

#image-big > div > img {
    position: absolute;
    top: 0;
    left: 0;
}

/* Item Overview */

.item-overview {
    padding: 1em 0;
}

.producer-logo {
    padding: 1em 0;
}

.producer-logo img {
    max-width: 160px;
    max-height: 60px;
}

.var1 {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
}

.producer-logo + .var1 {
    margin-top: 0;
    padding-top: 0;
}

.item-table {
    margin: 0 0 1em 0;  
    padding-left: 30px;
    background: #eee;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    position: relative;
}

.item-intro + .item-table {
    margin-top: 0;
}

.item-table table {
    width: 100%;
}

.item-table:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/info.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.item-table td {
    padding: 3px 5px;
    border: 1px solid #eee;
    background: #fff;
}

.item-table td {
    border-right: 0;
}

.item-table td + td {
    border-left: 0;
    border-right: 1px solid #eee;
}

.item-table .measure .measure-1,
.item-table .measure .measure-2 {
    display: inline-block;
}

.item-table .measure .measure-1 + .measure-1,
.item-table .measure .measure-2 + .measure-2 {
    margin-left: 3px;
}

.item-table .measure .measure-1 + .measure-1:before,
.item-table .measure .measure-2 + .measure-2:before {
    content: '/';
    display: inline-block;
    margin-right: 3px;
}

@media screen and (min-width: 500px) {
    
    .page-body-title h1 {
        font-size: 18px;
    }
    
}

@media screen and (min-width: 725px) {
    
    .page-body-title h1 {
        font-size: 24px;
    }
    
}

@media screen and (min-width: 760px) {
    
    .item-image-stage {
        width: 50%;
        float: left;
        padding-right: 1em;
    }

    .item-overview {
        float: left;
        width: 50%;
        padding-left: 1em;
        padding-top: 0;
    }

    .body-item {
        overflow: hidden;
    }
    
}

@media screen and (min-width: 900px) {
        
    #item-images #image-big {
        padding-top: 60%;
    }

    #item-images {
        padding-top: 62%;
    }

}

@media screen and (min-width: 950px) {
    
    .item-image-stage {
        padding-right: 1em;
    }
    
    .item-overview {
        padding-left: 1em;
    }
}

@media screen and (min-width: 1100px) {
    
    .item-image-stage {
        padding-right: 2em;
    }
    
    .item-overview {
        padding-left: 2em;
    }
}

@media screen and (min-width: 370px) {
    
    .buyitnow-price-label {
        float: left;
    }
    
    .rrp-exists .buyitnow-price-label {
        margin-top: 37px;
    }
    
    .buyitnow-price {
        float: right;
    }
    
}

.item-price {
    overflow: hidden;
}

.buyitnow-hint {
    clear: both;
    display: block;
    padding-top: 10px;
}

.buyitnow-price-label {
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    background: #eee;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 15px;
}

.auction {
    padding-left: 30px;
    position: relative;
    background: #eee;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    line-height: 30px;
}

.buyitnow-price-label:before,
.auction:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/euro.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.buyitnow-price-label span,
.auction > span {
    display: block;
    background: #FFF;
    padding-left: 5px;
    font-weight: 700;
    height: 30px;
}

.auction > span > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    height: auto;
}

.buyitnow-price {
    overflow: hidden;
    margin-top: 0;
}

.buyitnow-price span {
    display: block;
}

.buyitnow-price .rrp {
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    margin-bottom: 3px;
    text-decoration: line-through;
}

.buyitnow-price .price {
    padding: 3px 15px 6px;
    background: #710001;
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

.buyitnow-price .vat-hint {
    font-size: 10px;
    display: block;
    text-align: right;
    font-weight: 400;
}

.item-price {
    padding: 1em 0 2em;
}

.item-extra {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

@media screen and (min-width: 920px) {
    
    .buyitnow-price-label {
        margin-top: 0;
    }
    
    .buyitnow-hint {
        margin-top: 30px;
        clear: left;
        max-width: 234px;
    }
    
    .rrp-exists .buyitnow-price-label {
        margin-top: 27px;
    }
    
    .buyitnow-price .rrp {
        font-size: 18px;
    }
    
    .buyitnow-price .price {
        font-size: 50px;
    }
    
}

@media screen and (min-width: 1100px) {
    .buyitnow-hint {
        max-width: 50%;
    }
}

/* Tabs */

#tabs {
    position: relative;
}

#tabs input {
    position: absolute;
    top: 0;
    left: 0;
}

#tabs label {
    margin-left: 5px;
}

#tabs .label-inside {
    display: block;
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    height: 50px;
    background: #eee;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

#tabs .label-tab-1 {
    margin-left: 0;
}

#tabs label span + span {
    display: none;
}

#tabs label .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#tabs label .icon svg {
    fill: #000;
    display: inline-block;
    margin-top: 9px;
    width: 30px;
    height: 34px;
    transition: all 0.1s linear;
}

#tabs .label-tab-1 .icon svg,
#tabs .label-tab-2 .icon svg {
    width: 20px;
}

#tabs input:checked + label .icon svg {
    fill: #fff;
}

#tabs #content {
    height: 40em;
}

#tabs #content > div {
    width: 100%;
}

#tabs #content .inside {
    border: 1px solid #eee;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40em;
    overflow-y: scroll;
}

#tabs #content .inside-wrap {
     padding: 1em;
}

.body-item-details {
    margin-bottom: 3em;
}

@media screen and (min-width: 430px) {
    
    #tabs #content,
    #tabs #content .inside {
        height: 30em;
    }
    
}

@media screen and (min-width: 630px) {
    
    #tabs #content,
    #tabs #content .inside {
        height: 22em;
    }
    
}

@media screen and (min-width: 650px) {
    
    #tabs {
        margin-left: -0.5em;
    }
    
    #tabs label {
        width: 33.33333%;
        padding-left: 0.5em;
        margin-left: 0;
    }
    
    #tabs label .icon {
        width: 50px;
    }
    
    #tabs #content {
        padding-left: 0.5em;
        width: auto;
        padding-right: 0.5em;
    }
    
    #tabs #content > div {
        width: auto;
        left: 0.5em;
        right: 0;
    }
    
    #tabs label span + span {
        display: block;
    }
    
}

@media screen and (min-width: 760px) {
    
    .body-item {
        padding-top: 2em;
    }
    
    .body-item-details {
        margin-top: 2em;
        margin-bottom: 3em;
    }
    
    #tabs #content .inside-wrap {
        padding: 2em;
   }
    
}

@media screen and (min-width: 950px) {

    .body-item-details {
        margin-top: 3em;
        margin-bottom: 4em;
    }
}

@media screen and (min-width: 1100px) {
    
    .body-item {
        padding-top: 3em;
    }
    
}

/* USP's */

.body-shop-usp .image-wrap {
    position: relative;
    padding-top: 50%;
    display: block;
    overflow: hidden;
}

.body-shop-usp .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.body-shop-usp .image-container {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #710001;
}

.body-shop-usp .figcaption {
    background-color: #710001;
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    font-weight: 700;
    min-height: 80px;
    position: relative;
}

.body-shop-usp .figcaption p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.body-shop-usp .figcaption .big {
    font-size: 18px;
}

.body-shop-usp .figcaption .smaller {
    font-size: 10px;
font-weight: normal;
}

.body-shop-usp li + li {
    margin-top: 1em;
}

@media screen and (min-width: 370px) {
    .body-shop-usp .figcaption .smaller {
        font-size: 12px;
    }
}

@media screen and (min-width: 700px) {
    
    .body-shop-usp li + li {
        margin-top: 0;
    }
    
    .body-shop-usp ul {
        overflow: hidden;
        margin-left: -1em;
    }

    .body-shop-usp li {
        width: 33.3333333%;
        padding-left: 1em;
        float: left;
    }
    
    .body-shop-usp .figcaption {
        min-height: 100px;
    }
    
}

@media screen and (min-width: 1100px) {
    .body-shop-usp .figcaption {
        min-height: 80px;
    }
}

/* Footer */

.page-footer {
    margin-top: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
    background: #710001;
    color: #FFF;
}

.page-footer h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
}

.footer-item-1 ul,
.footer-item-2 ul {
   margin-bottom: 1.5em;
   overflow: hidden;
   margin-left: -0.5em;
}

.footer-item-1 li,
.footer-item-2 li {
    float: left;
    width: 33.333333%;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

.footer-contact {
    margin-top: 2em;
}

.footer-contact li {
    position: relative;
    padding-left: 40px;
    line-height: 32px;
}

.footer-contact li.phone span {
    display: block;
    line-height: 1.3;
}

.footer-contact li + li {
    margin-top: 0.5em;
}

.footer-contact .phone:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/phone.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-contact .mail:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/mail.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-contact .fax:before {
    content: '';
    background-image: url('https://www.gls-products.com/layout/ebay/fax.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 350px) {
    .footer-item-1 li,
    .footer-item-2 li {
        width: 20%;
    }
}

@media screen and (min-width: 630px) {
    
    .page-footer .container > .inside {
        overflow: hidden;
    }
    
    .footer-item-1 {
        width: 50%;
        float: left;
        padding-right: 1em;
    }
    
    .footer-item-2,
    .footer-item-3 {
        float: right;
        width: 50%;
        padding-left: 1em;
    }

    .footer-contact {
        margin-bottom: 1.5em;
    }
    
}

@media screen and (min-width: 800px) {
    
    .footer-item-1 li,
    .footer-item-2 li {
        width: 20%;
    }
    
    .page-footer {
        padding-top: 2em;
        padding-bottom: 1.5em;
    }
}

@media screen and (min-width: 930px) {
    
    .footer-item-1,
    .footer-item-2, 
    .footer-item-3 {
        float: left;
        width: 33.333333%;
    }
    
    .footer-item-2 {
        padding-bottom: 1em;
    }
    
    .footer-item-3 {
        margin-top: 32px;
    }
    
    .footer-contact li + li {
        margin-top: 10px;
    }
    
    .page-footer h3 {
        margin-bottom: 2em;
    }
    
    .page-footer {
        padding-top: 1.5em;
    }
    
    .footer-item-1 ul, 
    .footer-item-2 ul,
    .page-footer h3 {
        margin-bottom: 1em;
    }
    
}

/* Copyright */

.page-footer-copyright {
    background: #000;
    color: #FFF;
    padding: 0.5em 0;
}

.copyright-company {
    font-weight: 700;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.ecomsilio-logo {
    text-indent: -300px;
    overflow: hidden;
    display: block;
    background: url('https://www.gls-products.com/layout/ebay/logo-ecomsilio.svg');
    background-repeat: no-repeat;
    width: 116px;
    height: 17px;
    float: left;
    margin-left: 5px;
    margin-top: 0;
}

.ebay-design {
    float: left;
}

.copyright-development {
    float: right;
    width: 100%;
}

.page-footer-copyright .container > .inside {
    overflow: hidden;
}

.copyright-images {
    font-size: 10px;
    margin-top: 20px;
    clear: both;
}

@media screen and (min-width: 450px) {
    
    .page-footer-copyright {
        padding: 1em 0;
    }
    
    .copyright-company {
        width: auto;
        margin-bottom: 0;
    }
    
    .copyright-development {
        width: auto;
        margin-top: 0;
    }
    
}

.ebay-short-description {
  display: none;
}