@import "https://use.typekit.net/ndp1qdf.css";

/* src/sass/user.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#body.page-Checkout {
  background-color: transparent;
}
.page-Checkout .page {
  background-color: rgba(170, 170, 170, 0.2);
}
.page-Checkout .checkout-wrapper .section-wrapper {
  background-color: #fff;
}
.page-Product .product-wrapper .product .product-info .details .addToCart.addToCart-fixed {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  position: static !important;
}
.page .fw-button {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  border-radius: 2px;
  color: #fff;
}
.page .fw-button:focus,
.page .fw-button:active,
.page .fw-button:hover {
  background-color: #fff;
  border: 2px solid #AE8E30;
  color: #AE8E30;
}
.page .fw-button-link:focus,
.page .fw-button-link:active,
.page .fw-button-link:hover {
  color: #AE8E30;
}
.page .fw-button-outline {
  background-color: #fff;
  border: 2px solid #AE8E30;
  color: #AE8E30;
}
.page .fw-button-outline:focus,
.page .fw-button-outline:active,
.page .fw-button-outline:hover {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
.page .fw-button-success {
  background-color: #049b72;
  border: 0;
  color: #fff;
}
.page .fw-button-success:hover {
  background-color: #03694d;
  border: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .comboBoxDataContainer {
    max-width: none !important;
    width: auto !important;
  }
}
.comboBoxDataContainer .comboBoxData {
  max-width: none;
}
.comboBoxDataContainer .comboBoxData .row {
  background-color: #fff;
  color: #2d2d2d;
}
.comboBoxDataContainer .comboBoxData .row:hover {
  background-color: #AE8E30;
  color: #fff;
}
.comboBoxDataContainer .comboBoxData .row.selected {
  background-color: #AE8E30;
  color: #fff;
}
.comboBoxDataContainer .comboBoxData .row.selected:hover {
  background-color: #AE8E30;
  color: #fff;
}
#fancybox-wrap #fancybox-outer {
  border-radius: 2px;
}
@media (min-width: 550px) {
  #fancybox-wrap #fancybox-outer #fancybox-content #MainContent_questiontext label {
    min-height: 100px;
  }
}
#fancybox-wrap #fancybox-outer #fancybox-content #MainContent_questiontext textarea {
  min-height: 100px;
}
#fancybox-wrap #fancybox-outer #fancybox-close {
  background-color: #2d2d2d;
  border-radius: 100%;
}
#fancybox-wrap #fancybox-outer #fancybox-close:hover {
  background-color: rgba(45, 45, 45, 0.55);
}
#fancybox-wrap #fancybox-outer #fancybox-close:hover i {
  color: #fff;
}
#fancybox-wrap #fancybox-outer #fancybox-close i {
  color: #fff;
  left: 0;
  top: 0;
}
#fancybox-wrap #fancybox-outer #fancybox-close i::before {
  margin: 0;
}
#Footer {
  background-color: #fff;
  color: #2d2d2d;
}
#Footer h1,
#Footer h2,
#Footer h3,
#Footer h4,
#Footer h5 {
  color: #2d2d2d;
}
#Footer a {
  color: #2d2d2d;
}
#Footer a:focus,
#Footer a:active,
#Footer a:hover {
  color: #AE8E30;
}
#body .form-group .row.comboBox input {
  flex-basis: auto;
}
#body .form-group .row.comboBox .comboBoxButton {
  width: auto;
}
@media (min-width: 550px) {
  #body .form-group .row.extraMessage label {
    min-height: 100px;
  }
}
#body .form-group .row.extraMessage .textBox {
  min-height: 100px;
}
#PagerBottom {
  display: flex;
  justify-content: center;
}
#PagerBottom .pager {
  margin: 20px 0;
  position: static;
}
@media (min-width: 768px) {
  #PagerBottom .pager {
    margin: 40px 0;
  }
}
#PagerBottom .pager .pager_inner {
  box-shadow: none;
}
#PagerBottom .pager .pager_inner .back #FirstButton:hover i {
  color: #AE8E30;
}
#PagerBottom .pager .pager_inner .back #PreviousButton:hover i {
  color: #AE8E30;
}
#PagerBottom .pager .pager_inner .forward #NextButton:hover i {
  color: #AE8E30;
}
#PagerBottom .pager .pager_inner .forward #LastButton:hover i {
  color: #AE8E30;
}
.table {
  border-color: rgba(172, 142, 54, 0.35);
}
.table .header {
  border-color: rgba(172, 142, 54, 0.35);
}
.table .header .cell {
  font-family: eurostile, sans-serif;
}
.table .header .cell span {
  font-family: eurostile, sans-serif;
}
.table .header a:hover {
  color: #AE8E30 !important;
}
.table .row {
  border-color: rgba(172, 142, 54, 0.35);
}
.table .row .ArtBtn a {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
.table .row .ArtBtn a:hover {
  background-color: #fff;
  color: #AE8E30;
}
.zoomContainer {
  display: none !important;
}
@media (min-width: 550px) {
  .page-ProdGroup #ViewWrapper .groupview-wrapper .item {
    flex-basis: 50%;
    height: 200px;
    max-width: 50%;
    overflow: hidden;
    padding: 0 12.5px 25px;
  }
}
@media (min-width: 768px) {
  .page-ProdGroup #ViewWrapper .groupview-wrapper .item {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 550px) {
  .page-ProdGroup #ViewWrapper .groupview-wrapper .item a {
    height: 200px;
    padding-bottom: 0 !important;
  }
}
.page-Prodlist iframe {
  min-height: 700px;
  width: 100%;
}
.page-Prodlist #ProdListHeader {
  align-items: flex-start;
  flex-direction: column;
}
.page-Prodlist #ProdListHeader .list_info {
  position: static;
  order: 1;
  margin: 0;
  text-align: left;
  max-width: none;
}
.page-Prodlist #ProdListHeader .list_info ul {
  font-size: 13px;
}
.page-Prodlist #ProdListHeader .prodlist-header-image-wrapper {
  order: 2;
}
.page-Prodlist #ProdListHeader .prodlist-header-image-wrapper:after {
  display: none;
}
.page-Prodlist #ProdListHeader .prodlist-header-image-wrapper img {
  object-fit: contain;
  max-height: 300px;
  width: auto;
}
.page-Product .product-code {
  color: #636363;
}
.page-Start #StartView iframe {
  border: 0;
  min-height: 700px;
  width: 100%;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .description-wrapper .title {
  height: 55px;
  text-align: center;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .description-wrapper .cross-code {
  display: none;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .description-wrapper .info {
  display: none;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .buy-wrapper .price-wrapper .price .label {
  display: none;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .buy-wrapper .fw-button {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
#CrossSection #cross #crossSelling .cross-item .inner .info-wrapper .buy-wrapper .fw-button:hover {
  background-color: #fff;
  color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterToggle {
  display: none;
}
#FilterWrapper #Filters #filter1 #SortToggle {
  display: none;
}
#FilterWrapper #Filters #filter1 #FilterContent {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper {
  box-shadow: none;
  display: block;
  position: static;
  pointer-events: all;
  visibility: visible;
  transform: none;
  opacity: 1;
  width: 100%;
}
@media (max-width: 768px) {
  #FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper {
    padding-bottom: 0;
  }
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterInner {
  padding: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterSearchContent {
  border: 0;
  max-width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterSearchContent {
    z-index: unset;
  }
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper .filter-group-title {
  margin-top: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper .filter-group {
  flex-direction: row;
  gap: 30px;
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterButtons {
  max-width: 200px;
  padding: 10px 0 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterSearch,
#FilterWrapper #Filters #filter1 #FilterContent #FilterContentWrapper #FilterHits {
  border: 0;
  padding: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings {
  box-shadow: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: static;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  width: 100%;
  z-index: unset;
}
@media (max-width: 768px) {
  #FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings {
    transform: unset;
  }
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings > div {
  border: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #F_D12814 {
  margin-right: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #NoOfRows #RowOptions {
  padding-bottom: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #NoOfRows #RowOptions a {
  margin-bottom: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger {
  gap: 10px;
  padding: 0;
  order: 3;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger .viewchanger-label {
  display: none;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a {
  background-color: #fff;
  border: 2px solid #AE8E30;
}
@media (max-width: 767px) {
  #FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a {
    border: 0;
  }
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a i {
  color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a:hover {
  background-color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a:hover i {
  color: #fff;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a.fw-button-active {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a.fw-button-active i {
  color: #fff;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a.fw-button-active:hover {
  background-color: #fff;
  color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #ViewChanger a.fw-button-active:hover i {
  color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortContentTitle {
  padding: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions {
  padding: 0;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions a {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions a {
    margin-right: 0;
  }
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions .current {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions .current i {
  color: #fff;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions .current:hover {
  background-color: #fff;
  color: #AE8E30;
}
#FilterWrapper #Filters #filter1 #FilterContent #SortAndPageSettings #Sort #SortOptionsWrapper #SortOptions .current:hover i {
  color: #AE8E30;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerText .custom-footer-logo {
  margin-bottom: 10px;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerText p {
  display: none;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .custom-contact {
  display: flex;
  flex-wrap: wrap;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .custom-contact .text {
  margin-bottom: 5px;
  width: 100%;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .custom-contact .header {
  font-weight: bold;
  margin-bottom: 20px;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .companyName {
  display: none;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .companyEmail {
  display: none;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .companyPhoneNo {
  display: none;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .companyAddress {
  display: none;
}
#Footer.footer-wrapper .footer-inner .footer-companyinfo .footerInfo .companyVAT {
  display: none;
}
@media (min-width: 1201px) {
  #Header #HeaderContainer.header-stick {
    padding-left: 350px;
  }
}
@media (min-width: 1201px) {
  #Header #HeaderContainer #HeaderInner #OpenMenuContent #OpenMenu {
    display: none;
  }
}
#Header #HeaderContainer #HeaderInner #OpenMenuContent #OpenMenu #OpenMenuIcon {
  color: #AE8E30;
}
#Header #HeaderContainer #HeaderInner #OpenCartContent #OpenCartWrapper #OpenCartIcon {
  color: #AE8E30;
}
#MainSearch #Search #SearchTxt input::placeholder {
  color: #AE8E30;
}
@media (min-width: 1201px) {
  #body #Page {
    padding-left: 350px;
  }
}
@media (min-width: 1201px) {
  #body #Page #Menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
}
@media (min-width: 1201px) {
  #body #Page #Menu #MenuContent #CloseMenu {
    display: none;
  }
}
#body #Page #Menu #MenuContent .offcanvas-title {
  color: #AE8E30;
}
#body #Page #Menu #MenuContent #MenuToolbarTabs .menu-toolbar-tab:first-child {
  border: solid 3px #AE8E30;
}
#body #Page #Menu #MenuContent #MenuToolbarTabs .menu-toolbar-tab:first-child #UserTabToggle {
  color: #AE8E30;
}
#body #Page #Menu #MenuContent #MenuToolbarTabs .menu-toolbar-tab:first-child:hover #UserTabToggle {
  background-color: #AE8E30;
  color: #fff;
}
#body #Page #Menu #MenuContent #MenuToolbarTabs .menu-toolbar-tab i {
  display: none;
}
#body #Page #Menu #MenuContent #MenuToolbarTabs .menu-toolbar-tab #UserTabToggle {
  align-items: center;
  display: flex;
  justify-content: center;
}
#PagerBottom #PagerWrapper {
  padding: 10px;
  width: 100%;
}
#PagerBottom #PagerWrapper .back {
  display: flex;
  flex-wrap: nowrap;
}
#PagerBottom #PagerWrapper .back a {
  margin: 0 5px;
  min-width: 35px;
}
#PagerBottom #PagerWrapper .forward {
  display: flex;
  flex-wrap: nowrap;
}
#PagerBottom #PagerWrapper .forward a {
  margin: 0 5px;
  min-width: 35px;
}
#ProductList .view .productContainer {
  background-color: #fff;
  padding: 10px 13px;
}
#ProductList .view .productContainer .inner {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#ProductList .view .productContainer .inner .image-wrapper {
  width: 100%;
}
#ProductList .view .productContainer .inner .image-wrapper .image-inner .attribute-image {
  max-width: 50%;
}
#ProductList .view .productContainer .inner .info-wrapper {
  width: 100%;
}
#ProductList .view .productContainer .inner .info-wrapper .description-wrapper .product-name {
  height: 55px;
  text-align: center;
}
#ProductList .view .productContainer .inner .info-wrapper .description-wrapper .product-code {
  display: none;
}
#ProductList .view .productContainer .inner .info-wrapper .description-wrapper .info {
  display: none;
}
#ProductList .view .productContainer .inner .info-wrapper .buy-wrapper .buy-inner .price-wrapper .price .label {
  display: none;
}
#ProductList .view .productContainer .inner .info-wrapper .buy-wrapper .buy-inner .quantity .fw-input-group-button a {
  background-color: #AE8E30;
  border: 2px solid #AE8E30;
  color: #fff;
}
#ProductList .view .productContainer .inner .info-wrapper .buy-wrapper .buy-inner .quantity .fw-input-group-button a:hover {
  background-color: #fff;
  color: #AE8E30;
}
html,
body {
  background-color: #fff;
  color: #2d2d2d;
  font-family: eurostile, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
h1 {
  color: #2d2d2d;
  font-size: 2.3em;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.3em;
  }
}
h2 {
  color: #2d2d2d;
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  color: #2d2d2d;
  font-size: 1.35em;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.35em;
  }
}
h4 {
  color: #2d2d2d;
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.2em;
  }
}
h5 {
  color: #2d2d2d;
  font-size: 14px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}
p {
  color: #2d2d2d;
  font-size: 13px;
}
@media (min-width: 1024px) {
  p {
    font-size: 13px;
  }
}
a {
  color: #2d2d2d;
}
a:focus,
a:active,
a:hover {
  color: #AE8E30;
}
div,
footer,
nav,
menu,
header,
li,
span,
p,
.paragraph,
hr {
  border-color: rgba(172, 142, 54, 0.35);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*# sourceMappingURL=user.css.map */
