[name="supplier-service"] {
  padding: 1px;
}
[name="supplier-service"] iframe {
  background-color: white;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 1px #5f5e5e;
  height: 740px;
  width: 100%;
}
[name="supplier-service"] .button-panel {
  height: 40px;
  display: flex;
  align-items: center;
}
[name="supplier-service"] .button-panel a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

map-viewer {
  width: calc(100% - 2px);
  margin: 10px 1px;
  position: relative;
  height: calc(100% - 200px);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 1px black;
}

product-display {
  width: 100%;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  height: 306px;
  flex-direction: column;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  font-size: 12px;
}
product-display .image {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
product-display .image img {
  max-width: 100px;
  max-height: 100px;
}
product-display .item-id {
  font-size: 11px;
  font-weight: bold;
  flex: 0 0 15px;
  margin-top: auto;
}
product-display .price {
  flex: 0 0 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
product-display .price > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
product-display .price span {
  font-size: 10px;
  display: block;
  font-weight: bold;
}
product-display .item-no {
  flex: 1 1 145px;
}
product-display .description {
  flex: 0 0 80px;
  font-size: 11px;
}
product-display .description b {
  font-size: 12px;
}
product-display accessory-stock {
  flex: 0 0 15px;
}
product-display .buy {
  display: flex;
  align-items: center;
  width: 100%;
}
product-display .buy quantiy-dropdown {
  align-self: flex-start;
}
product-display .buy select {
  height: 24px;
  margin-top: 1px;
}
product-display .buy buy-button {
  margin-left: auto;
  align-self: flex-end;
  height: 25px;
  width: 90px;
}
product-display zoomable-image {
  border: none !important;
}

._2y7OS25S46NHWvJYrk_p_f {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin: 4px 0;
  min-height: 30px;
  overflow: hidden;
  width: 100%;
  font-family: sans-serif;
}

order-control {
  font-family: Arial;
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px;
  max-height: 50px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
order-control[open] {
  max-height: 1000px;
  transition: max-height 0.5s ease-in-out;
}
order-control .children-2 .order-line > div {
  min-height: 160px;
}
order-control .children-3 .order-line > div {
  min-height: 65px;
}
order-control .order-head {
  display: flex;
  flex-direction: column;
}
order-control .order-head .order-text {
  height: 44px;
  min-height: 44px;
  background: var(--gradient);
  color: white;
  align-items: center;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 2px;
  cursor: pointer;
}
order-control .order-head .order-text span {
  font-weight: bold;
  font-size: 15px;
}
order-control .order-head .order-text .description {
  flex: 0;
  margin-right: 10px;
}
order-control .order-head .order-text button {
  flex: 0 0 90px;
  margin-left: auto;
  cursor: pointer;
  padding: 4px;
  border-radius: 3px;
  border: none;
  font-size: 12px;
}
order-control .order-head > div {
  width: 100%;
  display: flex;
}
order-control .order-head .delivery-message {
  background-color: #eee;
  padding: 12px 6px;
  margin-bottom: 2px;
  font-size: 14px;
}
order-control .order-detail {
  display: flex;
}
order-control .order-detail .order-lines {
  flex: 1;
}
order-control .order-detail .order-total {
  background-color: #eee;
  display: flex;
  flex-direction: column;
  flex: 0 0 150px;
  margin-left: 2px;
  padding: 12px;
}
order-control .order-detail .order-total .total-excluding-vat,
order-control .order-detail .order-total .vat,
order-control .order-detail .order-total .total-including-vat {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
order-control .order-detail .order-total .total-including-vat {
  font-weight: bold;
}
order-control .order-detail .order-total .total-including-vat money-amount {
  font-size: 16px;
}
order-control .order-detail .order-total h2 {
  color: #121212;
  font-size: 18px;
  margin-block-start: 0;
  width: 100%;
  text-align: center;
}
order-control .order-detail .order-total button {
  align-items: center;
  background: var(--highlight-gradient);
  border-radius: 3px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
order-control .order-detail .order-total button svg {
  width: 15px;
  height: 28px;
  margin-right: 7px;
}
order-control header {
  background-color: #d0d0d0;
  font-weight: bold;
}
order-control header > * {
  padding: 4px;
}
order-control header .price,
order-control header .total {
  text-align: center;
}
order-control .order-line:nth-child(even) {
  background-color: #eee;
}
order-control .order-line:nth-child(odd) {
  background-color: #f9f9f9;
}
order-control .order-line .description {
  font-size: 14px;
}
order-control .order-line .price,
order-control .order-line .total {
  text-align: right;
  border-left: 1px solid #d8d8d8;
}
order-control .order-line .count {
  padding-left: 6px;
}
order-control .order-line,
order-control header {
  display: flex;
  font-size: 12px;
}
order-control .order-line > *,
order-control header > * {
  padding: 4px;
}
order-control .order-line .count,
order-control header .count {
  flex: 0 0 40px;
}
order-control .order-line .count div:after,
order-control header .count div:after {
  content: "×";
  margin-left: 2px;
  color: #888888;
}
order-control .order-line .item-id,
order-control header .item-id {
  flex: 0 0 50px;
}
order-control .order-line .image,
order-control header .image {
  flex: 0 0 150px;
}
order-control .order-line .image img,
order-control header .image img {
  max-width: 120px;
  max-height: 120px;
}
order-control .order-line .description,
order-control header .description {
  flex: 1 1 300px;
  color: #444;
  font-weight: 700;
}
order-control .order-line .description div,
order-control header .description div {
  font-weight: 400;
  margin-top: 3px;
  font-size: 12px;
}
order-control .order-line .price,
order-control header .price {
  flex: 0 0 58px;
}
order-control .order-line .total,
order-control header .total {
  flex: 0 0 58px;
}

._1RJ_a_SWHrZg4-O8wI-Es8 {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  position: relative;
  width: 100%;
  z-index: 1;
}
._1RJ_a_SWHrZg4-O8wI-Es8 h1 {
  width: 100%;
  text-align: center;
}
._1RJ_a_SWHrZg4-O8wI-Es8 input {
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
._1RJ_a_SWHrZg4-O8wI-Es8 > div {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 4px 0;
  height: 42px;
  overflow: hidden;
}
._1RJ_a_SWHrZg4-O8wI-Es8 > div button {
  align-items: center;
  background: var(--gradient);
  color: White;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 0 20px;
}

._29D0csI-CMAQsp3zlFWZjR {
  align-items: flex-end;
  border-radius: 4px;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 33px;
  justify-content: center;
  width: 200px;
  width: 100%;
  margin-top: 10px;
}
._29D0csI-CMAQsp3zlFWZjR svg {
  height: 23px;
  width: auto;
  margin-right: 8px;
}

my-stock-introduction {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: Roboto, sans-serif;
}
my-stock-introduction .panel {
  background-color: white;
  border-radius: 6px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.19);
  min-height: 280px;
  max-height: 100%;
  max-width: 100%;
  width: 600px;
  padding: 0 20px 20px 20px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
my-stock-introduction .panel [name=buttons] {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 10px;
}
my-stock-introduction .panel [name=buttons] a {
  text-decoration: none !important;
  background: none !important;
}
my-stock-introduction .panel [name=buttons] button.primary,
my-stock-introduction .panel [name=buttons] button.secondary {
  align-items: center;
  background: var(--gradient);
  border-radius: 5px;
  border: none;
  color: White;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 34px;
  justify-content: center;
  margin: 5px;
  padding: 0 16px;
  text-decoration: none;
}
my-stock-introduction .panel [name=buttons] button.secondary {
  background: none;
  color: black;
}

zoomable-image {
  display: block;
  border: 1px solid #ccc;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 3px;
}
zoomable-image[allow-zoom] {
  cursor: zoom-in;
}
div.zoomed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: zoom-out;
}
div.zoomed img {
  transform: scale(0.01);
  transition: all 0.3s;
  max-height: 100%;
  max-width: 100%;
}
div.zoomed[open] {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}
div.zoomed[open] img {
  transform: scale(1);
}

accessory-stock {
  font-size: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
accessory-stock img {
  width: 16px;
  height: 11px;
  margin-right: 5px;
}

product-collection {
  width: 100%;
  flex-direction: column;
  display: flex;
}
product-collection > section {
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 10px;
  transition: max-height 0.5s ease-n;
  max-height: 4000px;
  background: white;
}
product-collection > section:last-of-type {
  margin-bottom: 10px;
}
product-collection > section[collapsed] {
  max-height: 30px;
  transition: max-height 0.5s ease-out;
}
product-collection > section > header {
  background: var(--gradient);
  color: white;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  text-indent: 10px;
  font-size: 12px;
  cursor: pointer;
}
product-collection > section > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(163px, 1fr));
}

accessories-picker {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 3px;
  background: white;
  margin-top: 10px;
}
accessories-picker label,
accessories-picker button {
  margin: 20px 0 20px 20px;
}
accessories-picker label:last-of-type,
accessories-picker button:last-of-type {
  margin-right: 20px;
}
accessories-picker label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
}
accessories-picker label > * {
  margin-top: 5px;
}
accessories-picker input,
accessories-picker select,
accessories-picker button {
  font-size: 15px;
  padding: 3px 6px;
  height: 29px;
}
accessories-picker .divider {
  background: #bababa;
  width: 1px;
  height: 65px;
}
accessories-picker button {
  align-items: center;
  background: var(--gradient);
  border-radius: 5px;
  color: White;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  text-decoration: none;
  padding: 0 30px;
  height: 28px;
  align-self: flex-end;
  white-space: nowrap;
}
accessories-picker .filter {
  display: flex;
  align-items: center;
}
accessories-picker > header {
  background: var(--gradient);
  color: white;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  text-indent: 10px;
  font-size: 12px;
}
accessories-picker > div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: stretch;
}
accessories-picker .tpms {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex: 1 0;
}
accessories-picker .tpms input[type="text"] {
  background-image: url(/img/RegistrationPlateDecor.png);
  background-repeat: no-repeat;
  border: 2px solid red;
  border-radius: 5px;
  height: 28px;
  margin-top: 1px;
  text-indent: 20px;
  width: 100%;
  font-size: 18px;
  font-family: sans-serif;
  max-width: 138px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}

wait-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}
wait-spinner > div {
  width: 290px;
  height: 100px;
  background: white;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-family: sans-serif;
  border: 1px solid #999999;
  box-shadow: 0 0 13px -1px #37373766;
}
wait-spinner > div > img {
  margin-right: 10px;
}

:root {
  --eurowheels-color: #a61e1e;
  --primary-background: linear-gradient(to bottom, #767676 0%, #474747 50%, #2d2d2d 100%);
  --primary-background-hover: linear-gradient(to bottom, #d51c05 0%, #b8160a 50%, #860d02 100%);
  --seconday-background: linear-gradient(to bottom, #fbbe52 0%, #ec982f 50%, #cb6707 100%);
  --seconday-background-hover: linear-gradient(to bottom, #f3d08d 0%, #f4a448 50%, #cb6707 100%);
}
prompt-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: brightness(60%);
}
prompt-dialog > div {
  width: 100%;
  height: fit-content;
  max-width: 450px;
  background-color: white;
  color: black;
  border-radius: 4px;
  overflow: hidden;
}
prompt-dialog > div header {
  background: var(--primary-background);
  color: white;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
prompt-dialog > div .question {
  padding: 15px;
}
prompt-dialog > div .buttons {
  padding: 0 15px 15px;
  display: flex;
}
prompt-dialog > div .buttons button {
  background: var(--primary-background);
  color: White;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 26px;
  cursor: pointer;
  vertical-align: top;
  border-radius: 4px;
  margin-left: 10px;
  border: none;
  flex: 0 0 130px;
}
prompt-dialog > div .buttons button:first-of-type {
  margin-left: auto;
}
prompt-dialog > div .buttons button:hover {
  background: var(--primary-background-hover);
}
prompt-dialog > div .buttons button[primary] {
  background: var(--seconday-background);
  color: black;
}
prompt-dialog > div .buttons button[primary]:hover {
  background: var(--seconday-background-hover);
}

tpms-buy-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000045;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
tpms-buy-dialog * {
  box-sizing: border-box;
}
tpms-buy-dialog [name=frame] {
  width: 100%;
  max-width: 470px;
  background-color: white;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
tpms-buy-dialog [name=frame] header {
  background: var(--primary-background);
  color: white;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
tpms-buy-dialog [name=frame] header,
tpms-buy-dialog [name=frame] div {
  text-align: center;
  width: 100%;
}
tpms-buy-dialog [name=frame] [name=type-panel] > label,
tpms-buy-dialog [name=frame] [name=buy-panel] > label,
tpms-buy-dialog [name=frame] [name=color-panel] > label {
  font-weight: bold;
  margin-bottom: 3px;
}
tpms-buy-dialog [name=frame] [name=buy-panel],
tpms-buy-dialog [name=frame] [name=color-panel] {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease;
  margin-top: 10px;
  align-items: center;
}
tpms-buy-dialog [name=frame] [name=buy-panel][show],
tpms-buy-dialog [name=frame] [name=color-panel][show] {
  max-height: 100px;
}
tpms-buy-dialog [name=frame] [name=buy-panel] {
  margin: 10px 0 20px;
}
tpms-buy-dialog [name=frame] div {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
tpms-buy-dialog [name=frame] div .field {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 3px 0;
}
tpms-buy-dialog [name=frame] div .field label {
  margin-left: 3px;
}
tpms-buy-dialog [name=frame] div button {
  cursor: pointer;
  text-transform: uppercase;
  height: 38px;
  width: 160px;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  background: var(--primary-background);
}
tpms-buy-dialog [name=frame] div button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
tpms-buy-dialog [name=frame] div button:hover {
  background: var(--primary-background-hover);
}
tpms-buy-dialog [name=frame] div button[primary] {
  background: var(--seconday-background);
  color: black;
}
tpms-buy-dialog [name=frame] div button[primary]:hover {
  background: var(--seconday-background-hover);
}

[name="order-and-delivery"] {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
[name="order-and-delivery"] * {
  box-sizing: border-box;
}
[name="order-and-delivery"] input {
  padding: 2px 4px;
}
[name="order-and-delivery"] .divDeliveryOption {
  width: 100%;
}
[name="order-and-delivery"] .divDeliveryOption .delivery-option-desc {
  width: calc(100% - 33px);
}
[name="order-and-delivery"] [name="title-bar"] {
  width: 100%;
}
[name="order-and-delivery"] [name="address-part"] {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}
[name="order-and-delivery"] [name="address-part"] [name="delivery-address"] {
  width: 266px;
  height: 252px;
}
[name="order-and-delivery"] [name="address-part"] [name="delivery-address"] td {
  padding: 2px;
}
[name="order-and-delivery"] [name="address-part"] [name="delivery-address"] input[type=text] {
  width: 190px;
}
[name="order-and-delivery"] [name="address-part"] [name="billing-address"] {
  width: 215px;
  height: 124px;
}
[name="order-and-delivery"] [name="address-part"] [name="delivery-date"] {
  width: 215px;
  height: 125px;
  line-height: 1.35;
}
[name="order-and-delivery"] [name="address-part"] .ba_line,
[name="order-and-delivery"] [name="address-part"] .ba_extra {
  padding: 1px;
}
[name="order-and-delivery"] [name="address-part"] .step2-references .inner {
  margin-left: 5px;
}
[name="order-and-delivery"] [name="address-part"] .step2-references .inner input {
  width: 370px;
}
[name="order-and-delivery"] [name="delivery"] {
  width: 50%;
  margin: 0;
  padding: 0 3px;
}
[name="order-and-delivery"] [name="delivery"] > * {
  width: 100%;
}
[name="order-and-delivery"] [name="delivery"] .BasketStep {
  margin: 0 0 3px;
}
[name="order-and-delivery"] [name="delivery"] [name=delivery-type] {
  height: 334px;
  overflow-y: auto;
  overflow-x: hidden;
}
[name="order-and-delivery"] [disabled] h3 {
  opacity: 0.5;
}
[name="order-and-delivery"] [name=delivery-remark] {
  padding: 7px;
  line-height: 1.3;
}
button.top {
  position: absolute;
  right: 4px;
  height: 20px;
  border: none;
  font-size: 12px;
  background: var(--primary-background);
  color: white;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 64px;
}
button.top:hover {
  background: var(--primary-background-hover);
}
button.top:disabled {
  display: none;
}
button.top svg {
  height: 20px;
}

delivery-delay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: brightness(60%);
}
delivery-delay > div {
  width: 100%;
  height: fit-content;
  max-width: 450px;
  background-color: white;
  color: black;
  border-radius: 4px;
  overflow: hidden;
}
delivery-delay > div h1 {
  background: var(--primary-background);
  color: white;
  height: 40px;
  font-size: 15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
delivery-delay > div input[type=text] {
  text-align: center;
  width: 80px;
}
delivery-delay > div p {
  padding: 5px 15px;
}
delivery-delay > div label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
delivery-delay > div .buttons {
  padding: 0 15px 15px;
  display: flex;
  margin-top: 20px;
}
delivery-delay > div .buttons button {
  background: var(--primary-background);
  color: White;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 26px;
  cursor: pointer;
  vertical-align: top;
  border-radius: 4px;
  margin-left: 10px;
  border: none;
  flex: 0 0 130px;
}
delivery-delay > div .buttons button:disabled {
  opacity: 0.5;
  cursor: default;
}
delivery-delay > div .buttons button:first-of-type {
  margin-left: auto;
}
delivery-delay > div .buttons button:hover {
  background: var(--primary-background-hover);
}
delivery-delay > div .buttons button[primary] {
  background: var(--seconday-background);
  color: black;
}
delivery-delay > div .buttons button[primary]:hover {
  background: var(--seconday-background-hover);
}

user-comment {
  display: none;
}
user-comment[enabled] {
  background: #e3e3e3;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 5px;
  margin-left: 160px;
  margin-top: 5px;
  max-width: calc(100% - 160px);
  padding: 5px 10px;
  width: fit-content;
}
user-comment[comment] > [name="buttons"] {
  margin: 0 0 0 7px;
}
user-comment > [name="buttons"] {
  display: flex;
  width: 100%;
  flex: 0;
  margin: 0;
}
user-comment > [name="buttons"] button {
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}
user-comment > [name="buttons"] button[name=add] svg {
  margin-right: 5px;
}
user-comment > [name="buttons"] button svg {
  width: 14px;
}

user-comment-editor {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 16px 0px #ccc;
  color: black;
  display: flex;
  flex-direction: column;
  height: 86px;
  max-height: 100vh;
  max-width: 100%;
  position: absolute;
  width: 350px;
  z-index: 999;
  margin-top: 25px;
}
user-comment-editor[busy] {
  pointer-events: none;
  filter: brightness(0.8);
}
user-comment-editor::after {
  border-color: transparent transparent white white;
  border-style: solid;
  border-width: 5px;
  box-shadow: -8px 8px 16px 0px #ccc;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 10%;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(135deg);
  width: 0;
}
user-comment-editor header {
  height: 40px;
  font-size: 15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
user-comment-editor input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
}
user-comment-editor input[type="text"]:focus {
  outline: none;
}
user-comment-editor p {
  padding: 5px 15px;
}
user-comment-editor label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
user-comment-editor [name="buttons"] {
  display: flex;
  margin-top: auto;
  background: var(--primary-background);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  flex: 0 0 36px;
}
user-comment-editor [name="buttons"] button {
  background: none;
  color: White;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 100%;
  cursor: pointer;
  vertical-align: top;
  border-radius: 0;
  border: none;
  flex: 0 0 80px;
  fill: white;
  display: flex;
  justify-content: center;
  border-left: 1px solid #383838;
  align-items: center;
}
user-comment-editor [name="buttons"] button:disabled {
  opacity: 0.5;
  cursor: default;
}
user-comment-editor [name="buttons"] button:first-of-type {
  margin-left: auto;
}
user-comment-editor [name="buttons"] button:hover {
  background: var(--primary-background-hover);
}
user-comment-editor [name="buttons"] button[primary] {
  background: var(--seconday-background);
  color: black;
}
user-comment-editor [name="buttons"] button[primary]:hover {
  background: var(--seconday-background-hover);
}

shipping-carrier {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 0 5px 0;
  transition: max-height 0.6s;
  max-height: 29px;
}
shipping-carrier [name=hide] {
  display: none;
}
shipping-carrier [name=expand] {
  display: flex;
}
shipping-carrier[open] {
  max-height: 600px;
}
shipping-carrier[open] [name=expand] {
  display: none;
}
shipping-carrier[open] [name=hide] {
  display: flex;
}
shipping-carrier [name=overview] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 0 6px;
  flex: 0 0 28px;
}
shipping-carrier [name=overview] > div {
  display: flex;
}
shipping-carrier [name=overview] > div svg {
  width: 14px;
  margin-right: 3px;
}
shipping-carrier [name=overview] button {
  border: none;
  font-size: 12px;
  background: #e3e3e3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 64px;
  height: 20px;
}
shipping-carrier [name=overview] button svg {
  height: 20px;
}
shipping-carrier [name=options] {
  display: flex;
  flex-direction: column;
  flex: 0 0 0px;
  width: 100%;
  padding: 0 5px 0 5px;
}
shipping-carrier [name=options] label {
  align-items: center;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 6px 0;
  width: 100%;
  cursor: pointer;
}
shipping-carrier [name=options] label[checked] {
  background-color: #dfdfdf;
}
shipping-carrier [name=options] label input {
  margin: 7px;
}
shipping-carrier [name=options] label > div div:first-of-type {
  font-weight: bold;
}

._1F5tc6HTxp3PcKVRFSoPiv {
  height: auto;
  position: absolute;
  top: 50px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
._1F5tc6HTxp3PcKVRFSoPiv label {
  padding: 4px 0 8px;
  color: white;
  font-size: 14px;
}

basket-viewer {
  background-color: black;
  overflow: hidden;
  width: 300px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  basket-viewer {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
}
basket-viewer button {
  width: 100%;
  background-color: var(--eurowheels-color);
  color: white;
  font-size: 12px;
  border-radius: 2px;
  border: none;
  margin-top: 6px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
basket-viewer button:hover {
  transform: scale(1.1);
}
basket-viewer .set {
  padding: 5px 0;
  background-color: hsl(0, 0%, 67%);
}
basket-viewer .item {
  display: flex;
  color: white;
  padding: 7px 10px;
}
basket-viewer .item > div:first-of-type {
  flex: 0 0 30px;
}
basket-viewer hr {
  width: 100%;
  border-color: hsl(0, 0%, 67%);
}
basket-viewer .shipping {
  color: white;
  padding: 5px;
}
basket-viewer .price {
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
}
basket-viewer .price > div:last-of-type {
  text-align: right;
}
.accept-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0 0px;
}
.accept-panel button {
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 25px !important;
  margin-left: 10px;
  min-width: 133px;
  background: var(--seconday-background);
  color: black;
}

basket-summary {
  background-color: white;
  overflow: hidden;
  width: 100%;
  z-index: 3;
  display: block;
  line-height: 10px;
  font-family: sans-serif;
}
basket-summary .loader {
  display: flex;
  align-items: center;
  font-size: 15px;
}
basket-summary .loader img {
  margin-right: 8px;
}
basket-summary header {
  font-weight: 400;
  color: black;
}
@media screen and (max-width: 800px) {
  basket-summary {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
}
basket-summary .set {
  padding: 5px 0;
}
basket-summary [name=item-view] {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
basket-summary .item {
  display: flex;
  color: hsl(0, 0%, 40%);
  padding: 7px 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
basket-summary .item > div:first-of-type {
  flex: 0 0 30px;
}
basket-summary .item span {
  width: 40px;
}
basket-summary .item[new][item-id] {
  color: black;
  font-weight: 600 !important;
}
basket-summary hr {
  width: 100%;
  border-color: hsl(0, 0%, 67%);
}
basket-summary .shipping {
  color: black;
  padding: 5px;
}
basket-summary .price {
  box-sizing: border-box;
  color: black;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
}
basket-summary .price > div:last-of-type {
  text-align: right;
}

quick-order {
  background-color: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  font-family: sans-serif;
  margin: 0 10px 12px !important;
  padding: 10px 20px 20px;
  width: calc(100% - 22px);
}
quick-order header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
quick-order header div {
  font-weight: 600;
  font-size: 13px;
  padding: 0 0 10px;
  color: #6b6b6b;
  line-height: 1.8;
}
quick-order header div:last-of-type {
  font-weight: 400;
  font-size: 12px;
}
quick-order > div {
  display: flex;
  align-items: flex-end;
}
quick-order > div > * + * {
  margin-left: 10px;
}
quick-order > div > * {
  flex: 1;
}
quick-order > div label {
  display: flex;
  flex-direction: column;
  color: #6d6d6d;
}
quick-order > div input {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin-top: 5px;
  border-radius: 3px;
}
quick-order > div input[error] {
  border-color: red;
}
quick-order > div button {
  max-width: 133px;
  height: 25px;
  border-radius: 4px !important;
  font-size: 12px;
  border: none !important;
  cursor: pointer;
}
quick-order > div button:disabled {
  opacity: 0.5;
  cursor: default;
}

basket-upsale {
  background-color: #f3f3f3;
  border-radius: 4px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  font-family: sans-serif;
  margin: 0 10px 12px !important;
  padding: 10px 20px 20px;
  width: calc(100% - 22px);
}
basket-upsale[busy] {
  pointer-events: none;
  opacity: 0.6;
}
basket-upsale[hidden] {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
}
basket-upsale header {
  display: flex;
  justify-content: space-between;
}
basket-upsale header div {
  font-weight: 600;
  font-size: 13px;
  padding: 0 0 10px;
  color: #6b6b6b;
  line-height: 1.8;
}
basket-upsale header div:last-of-type {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
basket-upsale button {
  background: var(--primary-background);
  border-radius: 4px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 25px !important;
  margin-left: 10px;
  min-width: 133px;
}
basket-upsale button:hover {
  background: var(--primary-background-hover);
}
basket-upsale > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 13px;
  font-size: 13px;
}
basket-upsale > div:first-of-type {
  background: linear-gradient(90deg, #ffffffab, transparent);
  padding: 0 0 0 6px;
}
basket-upsale > div:first-of-type .price {
  margin-left: auto;
}
basket-upsale .tip {
  font-weight: 400;
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 20px;
  line-height: 18px;
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('/dist/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/dist/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/dist/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('/dist/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/dist/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('/dist/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/dist/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/dist/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/dist/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/dist/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/dist/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/dist/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/dist/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('/dist/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/dist/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}

impersonate-selector {
  background-color: black;
  z-index: 2;
  margin-top: -10px;
}
@media screen and (max-width: 800px) {
  impersonate-selector {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
}
impersonate-selector > div {
  padding: 10px 10px 0 10px;
}
impersonate-selector input {
  border-radius: 2px;
  border: none;
  padding: 4px;
  width: 400px;
  max-width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
impersonate-selector ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: white;
  text-align: left;
  font-size: 14px;
}
impersonate-selector ul li {
  display: flex;
  padding: 3px 10px;
  background-color: black;
}
impersonate-selector ul li[blocked] {
  background-color: #3F0000;
  color: #BF9393;
}
impersonate-selector ul li div:first-of-type {
  flex: 0 0 60%;
}
impersonate-selector ul li[selected] {
  transform: scale(1.1);
  transition: all 0.3s;
}

one-click-order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
one-click-order > div {
  width: 320px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
one-click-order > div header {
  background: var(--gradient);
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  position: relative;
}
one-click-order > div header button {
  position: absolute;
  top: 12px;
  right: 10px;
  background: none;
  border: none;
  opacity: 0.7;
  cursor: pointer;
}
one-click-order > div header button svg {
  width: 15px;
  height: 15px;
  fill: white;
}
one-click-order > div header button:hover {
  opacity: 1;
}
one-click-order > div label {
  color: black;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 3px;
}
one-click-order > div input {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 14px;
}
one-click-order > div form > div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: white;
}
one-click-order > div form > button {
  width: 100%;
  padding: 10px;
  background-color: var(--eurowheels-color);
  color: white;
  font-size: 14px;
  border: none;
  margin-top: 10px;
}
one-click-order > div form > button:hover {
  transform: scale(1.1);
}

:root {
  --eurowheels-color: #a61e1e;
  --gradient: linear-gradient(to bottom, #767676 0%, #474747 50%, #2d2d2d 100%);
  --highlight-gradient: linear-gradient(to bottom, hsl(37, 97%, 74%) 0%, hsl(30, 84%, 58%) 100%);
}
html[responsive] {
  display: flex;
  justify-content: center;
  height: 100%;
}
html[responsive] * {
  box-sizing: border-box;
}
html[responsive] body {
  background: url(/img/gray-jean.png);
  max-width: 980px;
  width: 100%;
  height: 99%;
}
html:not([logged-in]) .sif08a {
  visibility: hidden;
}
html:not([logged-in]) .stockinfo {
  visibility: hidden;
}
html:not([logged-in]) .saTop .sa03 {
  visibility: hidden;
}
.reveal-modal img {
  max-width: 100%;
  max-height: 100%;
}

quantity-dropdown {
  width: 46px;
}
quantity-dropdown select {
  width: 100%;
  text-align-last: center;
}
quantity-dropdown[disabled] {
  display: none;
}

product-control {
  width: 100%;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #bababa;
}
product-control .image {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
product-control .image img {
  max-height: 36px;
}
product-control .item-id,
product-control .price {
  flex: 1 1 70px;
}
product-control .price {
  text-align: right;
  padding-right: 10px;
}
product-control .item-no {
  flex: 1 1 145px;
}
product-control .description {
  flex: 1 1 383px;
}
product-control .local-stock {
  flex: 1 1 54px;
}
product-control .buy {
  display: flex;
  align-items: center;
}
product-control .buy buy-button {
  height: 25px;
  margin: 0 10px;
}

product-list {
  display: flex;
  flex-direction: column;
}

quick-search {
  background-color: black;
  margin-left: calc(-175px) !important;
  margin-top: 0;
  z-index: 10;
  position: absolute;
}
quick-search > div {
  padding: 10px 10px 0 10px;
}
quick-search input {
  border-radius: 2px;
  border: none;
  padding: 4px;
  width: 400px;
  max-width: 100%;
  margin: 10px 0;
  background-color: white;
  font-size: 14px;
}

site-bar {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
}
site-bar [name="frame"] {
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  min-height: 30px;
  justify-content: stretch;
  width: 100%;
}
site-bar button {
  align-items: center;
  background: var(--gradient);
  border-radius: 5px;
  color: White;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  margin: 2px;
  text-decoration: none;
}
site-bar [name="light-paper"] {
  flex: 1;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 10px;
  transition: all 0.7s;
}
site-bar [name="light-paper"] a {
  color: black;
}

site-footer {
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  align-items: center;
}
site-footer a {
  color: black;
}
site-footer [name="frame"] {
  align-items: center;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  min-height: 30px;
  justify-content: stretch;
  width: 100%;
}
site-footer [name="frame"] [name="footer-text"] {
  flex: 1 1;
  text-align: center;
  padding: 10px;
}
site-footer [name="frame"] [name="choose-language"] {
  align-items: center;
  display: flex;
  flex: 0 0 184px;
  justify-content: space-around;
  padding-right: 6px;
}
site-footer [name="frame"] [name="choose-language"] img {
  width: 32px;
  height: 18px;
}
site-footer [name="frame"] [name="choose-language"] input {
  width: 18px;
  height: 16px;
}

site-header {
  --menu-width: 200px;
}
site-header nav {
  align-items: center;
  background: var(--gradient);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  min-height: 50px;
  max-width: 980px;
}
site-header nav svg {
  opacity: 0.9;
}
site-header nav > * {
  flex: 1;
}
site-header nav > * > button,
site-header nav [name="impersonate"],
site-header nav [name="home-link"] {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex: 0 0 45px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
site-header nav > * > button:hover svg,
site-header nav [name="impersonate"]:hover svg,
site-header nav [name="home-link"]:hover svg {
  opacity: 1;
  transform: scale(1.3);
  transition: all 0.3s;
}
site-header nav .menu-item,
site-header nav .menu-item a {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  order: 4;
  display: flex;
  align-items: center;
  position: relative;
}
site-header nav .menu-item svg.dash,
site-header nav .menu-item a svg.dash {
  width: 100%;
  fill: #ffcc05;
  filter: drop-shadow(2px 2px 0px #000);
  margin-left: -5px;
}
site-header nav .menu-item svg.id-4270,
site-header nav .menu-item a svg.id-4270 {
  fill: #00c3fd;
}
site-header nav .menu-item:hover svg.dash,
site-header nav .menu-item a:hover svg.dash {
  display: none;
}
@media screen and (max-width: 800px) {
  site-header nav .menu-item,
  site-header nav .menu-item a {
    padding: 0;
    font-size: 11px;
  }
}
site-header nav .menu-item[active] > a,
site-header nav .menu-item a[active] > a {
  border: 1px solid white;
}
site-header nav .menu-item a,
site-header nav .menu-item a a {
  display: block;
  cursor: pointer;
  padding: 6px 9px;
  transition: all 0.2s;
}
site-header nav .menu-item a[open],
site-header nav .menu-item a a[open] {
  overflow: visible !important;
}
site-header nav .menu-item .sub-sub-menu,
site-header nav .menu-item a .sub-sub-menu,
site-header nav .menu-item .sub-sub-sub-menu,
site-header nav .menu-item a .sub-sub-sub-menu,
site-header nav .menu-item .sub-sub-sub-sub-menu,
site-header nav .menu-item a .sub-sub-sub-sub-menu {
  flex: 0 0 auto;
  max-height: 0;
  position: absolute;
  margin-top: -24px;
  margin-left: 205px;
}
site-header nav .menu-item .sub-menu,
site-header nav .menu-item a .sub-menu,
site-header nav .menu-item > div,
site-header nav .menu-item a > div,
site-header nav .menu-item .sub-sub-menu > div,
site-header nav .menu-item a .sub-sub-menu > div,
site-header nav .menu-item .sub-sub-sub-menu > div,
site-header nav .menu-item a .sub-sub-sub-menu > div,
site-header nav .menu-item .sub-sub-sub-sub-menu > div,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div {
  background: var(--gradient);
  border-radius: 3px;
  align-self: flex-start;
  flex-direction: column;
  left: 0;
  margin-left: calc(((var(--menu-width) / 4) * -1) - 30px);
  margin-top: 35px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s;
  white-space: nowrap;
  width: var(--menu-width);
  z-index: 3;
  display: flex;
  width: 220px;
}
site-header nav .menu-item .sub-menu[open],
site-header nav .menu-item a .sub-menu[open],
site-header nav .menu-item > div[open],
site-header nav .menu-item a > div[open],
site-header nav .menu-item .sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-menu > div[open],
site-header nav .menu-item .sub-sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-sub-menu > div[open],
site-header nav .menu-item .sub-sub-sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-sub-sub-menu > div[open] {
  overflow: visible;
}
site-header nav .menu-item .sub-menu[open] > div,
site-header nav .menu-item a .sub-menu[open] > div,
site-header nav .menu-item > div[open] > div,
site-header nav .menu-item a > div[open] > div,
site-header nav .menu-item .sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-menu > div[open] > div,
site-header nav .menu-item .sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item .sub-sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div[open] > div {
  display: initial;
}
site-header nav .menu-item .sub-menu a,
site-header nav .menu-item a .sub-menu a,
site-header nav .menu-item > div a,
site-header nav .menu-item a > div a,
site-header nav .menu-item .sub-sub-menu > div a,
site-header nav .menu-item a .sub-sub-menu > div a,
site-header nav .menu-item .sub-sub-sub-menu > div a,
site-header nav .menu-item a .sub-sub-sub-menu > div a,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a {
  overflow: hidden;
}
site-header nav .menu-item .sub-menu a > div,
site-header nav .menu-item a .sub-menu a > div,
site-header nav .menu-item > div a > div,
site-header nav .menu-item a > div a > div,
site-header nav .menu-item .sub-sub-menu > div a > div,
site-header nav .menu-item a .sub-sub-menu > div a > div,
site-header nav .menu-item .sub-sub-sub-menu > div a > div,
site-header nav .menu-item a .sub-sub-sub-menu > div a > div,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a > div,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a > div {
  display: none;
}
site-header nav .menu-item .sub-menu a:first-of-type,
site-header nav .menu-item a .sub-menu a:first-of-type,
site-header nav .menu-item > div a:first-of-type,
site-header nav .menu-item a > div a:first-of-type,
site-header nav .menu-item .sub-sub-menu > div a:first-of-type,
site-header nav .menu-item a .sub-sub-menu > div a:first-of-type,
site-header nav .menu-item .sub-sub-sub-menu > div a:first-of-type,
site-header nav .menu-item a .sub-sub-sub-menu > div a:first-of-type,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a:first-of-type,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a:first-of-type {
  margin-top: 5px;
}
site-header nav .menu-item .sub-menu a:last-of-type,
site-header nav .menu-item a .sub-menu a:last-of-type,
site-header nav .menu-item > div a:last-of-type,
site-header nav .menu-item a > div a:last-of-type,
site-header nav .menu-item .sub-sub-menu > div a:last-of-type,
site-header nav .menu-item a .sub-sub-menu > div a:last-of-type,
site-header nav .menu-item .sub-sub-sub-menu > div a:last-of-type,
site-header nav .menu-item a .sub-sub-sub-menu > div a:last-of-type,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a:last-of-type,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a:last-of-type {
  margin-bottom: 5px;
}
site-header nav .menu-item .sub-menu a:hover,
site-header nav .menu-item a .sub-menu a:hover,
site-header nav .menu-item > div a:hover,
site-header nav .menu-item a > div a:hover,
site-header nav .menu-item .sub-sub-menu > div a:hover,
site-header nav .menu-item a .sub-sub-menu > div a:hover,
site-header nav .menu-item .sub-sub-sub-menu > div a:hover,
site-header nav .menu-item a .sub-sub-sub-menu > div a:hover,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a:hover,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a:hover {
  background-color: var(--eurowheels-color);
  transform: scale(1.06);
  overflow: visible;
}
site-header nav .menu-item .sub-menu a:hover > div,
site-header nav .menu-item a .sub-menu a:hover > div,
site-header nav .menu-item > div a:hover > div,
site-header nav .menu-item a > div a:hover > div,
site-header nav .menu-item .sub-sub-menu > div a:hover > div,
site-header nav .menu-item a .sub-sub-menu > div a:hover > div,
site-header nav .menu-item .sub-sub-sub-menu > div a:hover > div,
site-header nav .menu-item a .sub-sub-sub-menu > div a:hover > div,
site-header nav .menu-item .sub-sub-sub-sub-menu > div a:hover > div,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div a:hover > div {
  display: initial;
}
site-header nav .menu-item .sub-menu[open],
site-header nav .menu-item a .sub-menu[open],
site-header nav .menu-item > div[open],
site-header nav .menu-item a > div[open],
site-header nav .menu-item .sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-menu > div[open],
site-header nav .menu-item .sub-sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-sub-menu > div[open],
site-header nav .menu-item .sub-sub-sub-sub-menu > div[open],
site-header nav .menu-item a .sub-sub-sub-sub-menu > div[open] {
  overflow: visible !important;
  display: block !important;
}
site-header nav .menu-item .sub-menu[open] .sub-sub-menu,
site-header nav .menu-item a .sub-menu[open] .sub-sub-menu,
site-header nav .menu-item > div[open] .sub-sub-menu,
site-header nav .menu-item a > div[open] .sub-sub-menu,
site-header nav .menu-item .sub-sub-menu > div[open] .sub-sub-menu,
site-header nav .menu-item a .sub-sub-menu > div[open] .sub-sub-menu,
site-header nav .menu-item .sub-sub-sub-menu > div[open] .sub-sub-menu,
site-header nav .menu-item a .sub-sub-sub-menu > div[open] .sub-sub-menu,
site-header nav .menu-item .sub-sub-sub-sub-menu > div[open] .sub-sub-menu,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div[open] .sub-sub-menu {
  max-height: 1024px !important;
}
site-header nav .menu-item .sub-menu[open] > div,
site-header nav .menu-item a .sub-menu[open] > div,
site-header nav .menu-item > div[open] > div,
site-header nav .menu-item a > div[open] > div,
site-header nav .menu-item .sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-menu > div[open] > div,
site-header nav .menu-item .sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item .sub-sub-sub-sub-menu > div[open] > div,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div[open] > div {
  display: block !important;
}
site-header nav .menu-item .sub-menu .close,
site-header nav .menu-item a .sub-menu .close,
site-header nav .menu-item > div .close,
site-header nav .menu-item a > div .close,
site-header nav .menu-item .sub-sub-menu > div .close,
site-header nav .menu-item a .sub-sub-menu > div .close,
site-header nav .menu-item .sub-sub-sub-menu > div .close,
site-header nav .menu-item a .sub-sub-sub-menu > div .close,
site-header nav .menu-item .sub-sub-sub-sub-menu > div .close,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div .close {
  position: absolute;
  display: none;
  padding: 20px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: none;
  border: none;
}
site-header nav .menu-item .sub-menu .close svg,
site-header nav .menu-item a .sub-menu .close svg,
site-header nav .menu-item > div .close svg,
site-header nav .menu-item a > div .close svg,
site-header nav .menu-item .sub-sub-menu > div .close svg,
site-header nav .menu-item a .sub-sub-menu > div .close svg,
site-header nav .menu-item .sub-sub-sub-menu > div .close svg,
site-header nav .menu-item a .sub-sub-sub-menu > div .close svg,
site-header nav .menu-item .sub-sub-sub-sub-menu > div .close svg,
site-header nav .menu-item a .sub-sub-sub-sub-menu > div .close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (max-width: 800px) {
  site-header nav .menu-item .sub-menu .close,
  site-header nav .menu-item a .sub-menu .close,
  site-header nav .menu-item > div .close,
  site-header nav .menu-item a > div .close,
  site-header nav .menu-item .sub-sub-menu > div .close,
  site-header nav .menu-item a .sub-sub-menu > div .close,
  site-header nav .menu-item .sub-sub-sub-menu > div .close,
  site-header nav .menu-item a .sub-sub-sub-menu > div .close,
  site-header nav .menu-item .sub-sub-sub-sub-menu > div .close,
  site-header nav .menu-item a .sub-sub-sub-sub-menu > div .close {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  site-header nav .menu-item .sub-menu,
  site-header nav .menu-item a .sub-menu,
  site-header nav .menu-item > div,
  site-header nav .menu-item a > div,
  site-header nav .menu-item .sub-sub-menu > div,
  site-header nav .menu-item a .sub-sub-menu > div,
  site-header nav .menu-item .sub-sub-sub-menu > div,
  site-header nav .menu-item a .sub-sub-sub-menu > div,
  site-header nav .menu-item .sub-sub-sub-sub-menu > div,
  site-header nav .menu-item a .sub-sub-sub-sub-menu > div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
  site-header nav .menu-item .sub-menu a,
  site-header nav .menu-item a .sub-menu a,
  site-header nav .menu-item > div a,
  site-header nav .menu-item a > div a,
  site-header nav .menu-item .sub-sub-menu > div a,
  site-header nav .menu-item a .sub-sub-menu > div a,
  site-header nav .menu-item .sub-sub-sub-menu > div a,
  site-header nav .menu-item a .sub-sub-sub-menu > div a,
  site-header nav .menu-item .sub-sub-sub-sub-menu > div a,
  site-header nav .menu-item a .sub-sub-sub-sub-menu > div a {
    padding: 12px;
  }
}
site-header nav .menu-item:hover > a,
site-header nav .menu-item a:hover > a {
  transform: scale(1.3);
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  site-header nav .menu-item[open] .sub-menu,
  site-header nav .menu-item a[open] .sub-menu {
    max-height: 1024px;
  }
}
site-header nav .menu-item[open] > .sub-menu,
site-header nav .menu-item a[open] > .sub-menu,
site-header nav .menu-item[open] > .sub-sub-menu,
site-header nav .menu-item a[open] > .sub-sub-menu,
site-header nav .menu-item[open] > .sub-sub-sub-menu,
site-header nav .menu-item a[open] > .sub-sub-sub-menu,
site-header nav .menu-item[open] > .sub-sub-sub-sub-menu,
site-header nav .menu-item a[open] > .sub-sub-sub-sub-menu {
  max-height: 1024px;
}
@media screen and (max-width: 800px) {
  site-header nav .menu-item[open] > .sub-menu,
  site-header nav .menu-item a[open] > .sub-menu,
  site-header nav .menu-item[open] > .sub-sub-menu,
  site-header nav .menu-item a[open] > .sub-sub-menu,
  site-header nav .menu-item[open] > .sub-sub-sub-menu,
  site-header nav .menu-item a[open] > .sub-sub-sub-menu,
  site-header nav .menu-item[open] > .sub-sub-sub-sub-menu,
  site-header nav .menu-item a[open] > .sub-sub-sub-sub-menu {
    max-height: 100%;
  }
}
site-header nav [name="logo"] {
  flex: 0 0 160px;
  padding: 4px 8px;
  order: 1;
}
site-header nav [name="logo"] svg {
  height: 40px;
}
@media screen and (max-width: 600px) {
  site-header nav [name="logo"] {
    flex: 0 0 45px;
    overflow: hidden;
  }
  site-header nav [name="logo"] svg {
    height: 36px;
    margin-top: 3px;
  }
}
site-header nav [name=menu-panel] {
  order: 3;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  site-header nav [name=menu-panel] {
    order: 10;
    flex: 0 0 100%;
  }
}
site-header nav [name=button-panel] {
  display: flex;
  flex: 0 190px;
  justify-content: space-evenly;
  order: 5;
}
site-header nav [name=button-panel] button {
  height: 45px;
}
@media screen and (max-width: 800px) {
  site-header nav [name=button-panel] {
    margin-left: auto;
    order: 3;
  }
}
site-header nav [name=button-panel] [name="impersonation"] {
  position: relative;
}
site-header nav [name=button-panel] [name="impersonation"] svg {
  width: 23px;
}
site-header nav [name=button-panel] [name="contact"] svg {
  width: 27px;
}
site-header nav [name=button-panel] [name="basket"] {
  padding-right: 10px;
  position: relative;
}
site-header nav [name=button-panel] [name="basket"] svg {
  height: 26px;
}
site-header nav [name=button-panel] [name="basket"] .count {
  background-color: var(--eurowheels-color);
  border-radius: 14px;
  color: white;
  display: flex;
  font-family: -apple-system-apple-system, BlinkMacSystemFont, 'Open sans', sans-serif;
  font-size: 10px;
  line-height: 10px;
  left: 21px;
  top: 7px;
  padding: 4px 6px;
  position: absolute;
  width: auto;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
site-header nav [name=button-panel] [name="basket"] .count:empty {
  opacity: 0;
}
site-header nav [name=button-panel] [name="tyre-calculator"] svg {
  height: 27px;
}
site-header nav [name="home-link"] {
  flex: 0 0 44px;
  order: 2;
}
site-header nav [name="home-link"] svg {
  height: 22px;
}
.oe-logo {
  float: left;
  height: 47px;
  vertical-align: middle;
  line-height: 47px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin: 0 0 0 20px;
}
.ewTopMenu svg {
  position: absolute;
  width: 62px;
  fill: #00c3fd;
  filter: drop-shadow(2px 2px 0px #000);
  top: 30px;
  left: 6px;
}
.ewTopMenu[data-id="4269"] svg {
  fill: #ffcc05;
}
.ewTopMenu:hover svg {
  display: none;
}

notification-editor {
  margin: 20px 0 0 10px;
}

order-notification {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 28px;
  justify-content: flex-start;
  overflow: hidden;
  transition: height 0.6s;
}
order-notification [name=hide] {
  display: none;
}
order-notification [name=expand] {
  display: flex;
}
order-notification[open] {
  height: 128px;
}
order-notification[open] [name=expand] {
  display: none;
}
order-notification[open] [name=hide] {
  display: flex;
}
order-notification [name=note] {
  flex: 0 0 21px;
}
order-notification [name=overview] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 0 6px;
  flex: 0 0 28px;
}
order-notification [name=overview] > div {
  display: flex;
}
order-notification [name=overview] > div svg {
  width: 14px;
  margin-right: 3px;
}
order-notification [name=overview] button {
  border: none;
  font-size: 12px;
  background: #e3e3e3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 64px;
  height: 20px;
}
order-notification [name=overview] button:disabled {
  color: black;
  background: #e3e3e3;
}
order-notification [name=overview] button svg {
  height: 20px;
}
order-notification [name=options] {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 0px;
}
order-notification [name=options] fieldset {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
  border: none;
  padding: 0 0px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  height: 28px;
}
order-notification [name=options] fieldset label {
  flex: 0 0 104px;
  display: flex;
  align-items: center;
  float: left;
}
order-notification [name=options] fieldset label input {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
order-notification [name=options] fieldset label + label {
  margin-left: -5px;
}
order-notification [name=options] fieldset input[type=text] {
  flex: 1;
}

energy-label {
  position: relative;
}
energy-label a {
  text-decoration: none;
}
energy-label > * {
  float: right;
  height: 100%;
  width: 165px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
energy-label > * > * {
  margin: 0 2px;
}
energy-label .reveal {
  opacity: 0;
  width: 300px;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 200px;
  margin-left: 460px;
  transition: opacity 0.4s;
  background-color: white;
  border-radius: 3px;
  z-index: 1000;
  pointer-events: none;
}
energy-label .reveal img {
  width: 100%;
}
energy-label .reveal img:first-of-type {
  border-top: 2px solid #0f98d7;
  border-bottom: 2px solid #0f98d7;
}
energy-label .reveal .alt-image {
  position: absolute;
  z-index: -1;
}
energy-label:hover .reveal {
  opacity: 1;
  pointer-events: all;
}
energy-label .snowgrip,
energy-label .icegrip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 15px;
  font-size: 10px;
  margin-right: 4px;
  margin-bottom: -6px;
}
energy-label .snowgrip svg,
energy-label .icegrip svg {
  height: 24px;
  margin-bottom: 4px;
}
energy-label .euLabelLarge {
  position: absolute;
  z-index: 999999;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  width: 200px;
  height: 300px;
  overflow: hidden;
}
energy-label .euClassification {
  overflow: hidden;
  float: left;
  width: 98px;
  margin: 0 0 0 2px;
  font-size: 12px;
  color: #2a2a2a;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
energy-label .fuel {
  float: left;
  width: 14px;
  height: 17px;
  margin: 0 0 0 0;
  padding: 29px 0 0 12px;
  background-image: url(/dist/6cd7254b3eb7099211c90171adebb435.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 11px;
  line-height: 15px;
}
energy-label .wet {
  float: left;
  width: 14px;
  height: 17px;
  margin: 0 0 0 0;
  padding: 29px 0 0 12px;
  background-image: url(/dist/6cd7254b3eb7099211c90171adebb435.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
  font-size: 11px;
  line-height: 15px;
}
energy-label .noise {
  float: left;
  width: 44px;
  height: 46px;
  margin: 0 0 0 0;
  background-image: url(/dist/6cd7254b3eb7099211c90171adebb435.png);
  background-repeat: no-repeat;
}
energy-label .noise .number {
  float: left;
  width: 18px;
  text-align: right;
  margin: 29px 0 0 9px;
  font-size: 11px;
  line-height: 15px;
}
energy-label .noise .db {
  float: left;
  font-size: 10px;
  margin: 31px 0 0 1px;
}
energy-label .noise1 {
  background-position: -102px 0;
}
energy-label .noise2 {
  background-position: -102px -50px;
}
energy-label .noise3 {
  background-position: -102px -100px;
}

tyre-added {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
tyre-added * {
  box-sizing: border-box;
}
tyre-added > section {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #585858;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 50px 0px #0000007a;
  max-height: 100%;
  max-width: 100%;
  padding: 2px;
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
tyre-added > section > header {
  background: var(--gradient);
  height: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  width: 100%;
}
tyre-added > section > header h3 {
  font-size: 13px;
  font-weight: bold;
  padding: 0 14px;
  color: white;
  font-family: sans-serif;
}
tyre-added > section > header button {
  background: hsla(0, 0%, 0%, 0.3);
  border-radius: 3px;
  border: 1px inset hsla(0, 0%, 0%, 0.48);
  color: hsla(0, 0%, 100%, 0.78);
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 14px;
  margin: 0 3px;
  width: 36px;
}
tyre-added > section > header button:hover {
  color: white;
}
tyre-added > section > div {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
tyre-added > section > div > * {
  width: 100%;
  margin: 10px 0 0 !important;
}
tyre-added > section > div .buttons {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  box-sizing: border-box;
}
tyre-added > section > div .buttons button {
  background: var(--primary-background);
  border-radius: 4px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 25px !important;
  margin-left: 10px;
  min-width: 133px;
}
tyre-added > section > div .buttons button:hover {
  background: var(--primary-background-hover);
}
tyre-added > section > div .buttons button[type=submit] {
  background: var(--seconday-background);
  color: black;
}
tyre-added > section > div .buttons button[type=submit]:hover {
  background: var(--seconday-background-hover);
}

tyre-display {
  display: flex;
  width: 458px;
  float: left;
  padding-left: 2px;
  margin-top: -5px;
  padding-bottom: 5px;
}
tyre-display .details {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4px;
}
tyre-display .details > div:last-of-type {
  margin-top: auto;
  font-size: 10px;
}
tyre-display energy-label {
  flex: 0 0 100px;
  width: 130px;
  align-self: flex-end;
}
tyre-display energy-label .reveal {
  margin-left: 90px !important;
}
tyre-display .overview {
  margin-left: auto;
  flex: 0 0 70px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
tyre-display .overview > div:first-of-type {
  font-size: 11px;
  font-weight: bold;
}
tyre-display .overview .badges:first-of-type {
  font-size: 10px;
  margin-bottom: 5px;
}
tyre-display .overview .badges > div {
  border-radius: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #d8d8d8 0%, #acacac 100%);
  height: 17px;
  font-size: 11px;
  width: 60px;
  margin-top: 4px;
}
tyre-display[offer] .overview .badges div[name="offer"] {
  display: flex;
}
tyre-display[bestseller] .overview .badges div[name="bestseller"] {
  display: flex;
}
tyre-display[news] .overview .badges div[name="news"] {
  display: flex;
}

[item-type="Accessory"] .si_size {
  opacity: 0;
}
[item-type="Accessory"] * {
  cursor: default !important;
}
[item-type="Accessory"] buy-button {
  height: 25px;
  display: block;
}
[item-type="Accessory"] buy-button button {
  cursor: pointer !important;
}
buy-button button {
  background: var(--seconday-background);
  border-radius: 4px;
  border: none;
  color: black;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
buy-button button:hover {
  background: var(--seconday-background-hover);
}
buy-button button:disabled {
  opacity: 0.5;
}

buy-tpms-button button {
  background-image: url(/img/ewBtns3.png?2012-12-11);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 129px;
  color: White;
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  vertical-align: top;
  border: none;
  font-size: 12px;
}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

video-player {
  display: flex;
  justify-content: center;
  align-items: center;
}
video-player .video-js {
  display: flex;
  justify-content: center;
  align-items: center;
}

image-ad {
  width: 483px;
  overflow: hidden;
  display: block;
  border: 6px solid black;
  padding: 2px;
  border-radius: 11px;
  height: 346px;
  position: relative;
  box-sizing: border-box;
}
image-ad img {
  width: 100%;
  height: auto;
}
image-ad a {
  display: block;
  height: 100%;
  width: 100%;
}
image-ad div {
  position: absolute;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 2px;
  transition: opacity 2s ease;
}
image-ad button {
  position: absolute;
  top: 50%;
  background: none !important;
  border: none !important;
  cursor: pointer;
  transition: none;
  display: none;
  height: 50px;
  margin-top: -25px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}
image-ad button:hover {
  transform: scale(1.2);
}
image-ad button svg {
  width: 60px;
  height: 60px;
  fill: white;
  filter: drop-shadow(0px 0px 40px black) drop-shadow(0px 0px 40px black) drop-shadow(0px 0px 40px black);
}
image-ad button:first-of-type {
  left: 20px;
}
image-ad button:last-of-type {
  right: 20px;
}
image-ad:hover button {
  display: flex;
}
.image-ad-frame {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 0;
}

.divSearchCriteriaOuter .expanded {
  height: 250px !important;
}
.divSearchCriteriaOuter .search-criteria-header {
  display: flex;
}
.divSearchCriteriaOuter .search-criteria-header > div:first-of-type {
  margin-top: 2px;
  flex: 0;
}
.divSearchCriteriaOuter select#criteriaManufacturer {
  margin-top: 5px;
}
.divSearchCriteriaOuter header {
  margin: 6px;
  font-size: 11px;
  font-weight: bold;
}
.tyre-tech-details {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
}
.tyre-tech-details a {
  color: #000;
  text-decoration: none;
  padding-left: 6px;
}
.tyre-tech-details a:hover {
  text-decoration: underline;
}
.badge {
  position: absolute;
}

track-and-trace .comment {
  font-size: 12px;
  color: #666;
  margin-left: 50px;
  float: left;
}
track-and-trace .field {
  margin-bottom: 6px;
}
track-and-trace .field .field-value svg {
  float: left;
  animation: spin 2s linear infinite;
  margin-right: 2px;
}
track-and-trace .field .field-value span {
  float: left;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

large-image-button {
  cursor: pointer;
}

large-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex
;
  justify-content: center;
  align-items: center;
  background: #000000c4;
  z-index: 100001;
}
large-image > div {
  width: 520px;
  background: #eee url(/img/modal-gloss.png) no-repeat -200px -80px;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  animation: flyInFromTop 0.6s ease-out;
}
@keyframes flyInFromTop {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/*# sourceMappingURL=site-f8a22012324e0fd78c35.css.map*/