html {
  display: flex;
}

body {
  background-color: #FFFFFF;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;

}

.c-footer {
  flex-shrink: 0;
}

.c-header {
  display: flex;
  font-size: 16px;
  padding: 20px 20px 0;
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.c-header__logo {
  flex: 1 0 auto;
}
.c-header__burgermenu {
  display: none;
}
.c-header__logo .c-figure__image {
  max-width: 175px;
}
.o-page {
  font-size: 16px;
  background-color: #FFFFFF;
  font-family:"Graphik-Regular", Arial, Helvetica, sans-serif;
  flex-grow: 1;
}
.c-title {
  font-family:"Graphik-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.c-title--h1 {
  font-size: 32px;
  margin: 0;
}
.c-title--h2 {
  font-size: 40px;
}
.c-subtitle {
  font-size: 18px 
}
.c-text--italic {
  font-style: italic;
}

.u-col--center {
  margin: 0 auto;
  float: none 
}
.c-input {
  width: 100%;
  color: #393939;
  background: none;
  border: none;
  -webkit-box-shadow: inset 0px -1px 0px 0px #929292;
-moz-box-shadow: inset 0px -1px 0px 0px #929292;
box-shadow: inset 0px -1px 0px 0px #929292;
  padding: .5rem 0rem 2rem;
  height: 34px;
  transition: border 300ms ease;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.c-input::placeholder {
  color: #929292;
}
.c-input:focus {
  outline: none;
  box-shadow: 0px -2px 0px #000 inset;
}
.c-input:-internal-autofill-selected {
  background-color: none !important;
}

.c-input.c-input--checkbox {
  width: 30px;
  flex: 0 0 21px;
  height: 20px;
  background-color: #fff;
  box-shadow: none;
  position: relative;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.o-label-wrapper {
  flex: 1;
}

.c-input--date {
  text-transform: uppercase;
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: right 0px;
  background-size: 20px 22px;
  position: relative;
}
.c-input--date::-webkit-inner-spin-button {
  display: block;
}
.c-input--date::-webkit-calendar-picker-indicator {
  background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.c-input--date:hover::-webkit-calendar-picker-indicator {
  background-color: transparent;
}

.c-input--checkbox:focus {
  box-shadow: none;
}

.c-input--checkbox:before {
  content: ' ';
  width: 20px;
  border-radius: 4px;
  height: 20px;
  border: 1px solid #D2D1CE;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.c-input--checkbox:checked:before {
  background-color: #fff;
  background-image: url('../images/stick.svg');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center center;
}

.c-label {
  font-weight: 400;
  font-family:"Graphik-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.c-button {
  border-radius: 50px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  color: #808080;
  cursor: pointer;
}
.c-button:hover {
  text-decoration: none;
  color: #808080;
}
.c-button--primary {
  background-color:#FFD537 
}
.c-button--secondary {
  background-color: #393939;
  color: #fff;
}
.c-button--secondary:hover {
  color: #fff;
}
.c-button--outline {
  border: 1px solid #393939;
  background: none;
}
.c-button--bold {
  font-weight: 600;
  font-family:"Graphik-Semibold", Arial, Helvetica, sans-serif;
}

.o-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.o-checkbox-wrapper .c-message {
  flex: 1 0 100%;
}

.u-mb--50 {
  margin-bottom: 50px;
}
.u-mb--30 {
  margin-bottom: 30px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.c-link {
  text-decoration: underline;
  color: #393939;
}
.c-link:hover {
  color: #393939;
}
.c-link:focus {
  color: #393939;
}

.c-footer {
  width: 100%;
  font-size: 16px;
}
.c-footer__nav {
  background-color: #EEEBE1;
}
.c-footer .c-nav {
  align-items: center;
  justify-content: flex-start;
}
.c-footer .c-link {
  padding: 18px 20px;
  text-decoration: none;
}

.c-footer__copyright {
  padding: 24px 0;
}

.c-footer .c-nav__link:first-child .c-link {
  padding-left: 0;
}
.c-button--delete {
  border-color: #E23939;
  color: #E23939;
}
.u-p-60 {
  padding: 60px;
}
.u-pt-40 {
  padding-top: 40px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-70 {
  padding-top: 70px;
}

.u-pb--40 {
  padding-bottom: 40px;
}

.u-pb--20 {
  padding-bottom: 20px;
}

.u-pb--70 {
  padding-bottom: 70px;
}
.u-borderbottom--1 {
  border-bottom: 1px solid #ccc;
}

.c-header--main {
  padding: 0 20px;
  background-color: #F8F7F3;
  border-bottom: 1px solid #D2D1CE;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 11;
}
.c-header--main .c-header__logo {
  flex: 0 0 auto;
}
.c-nav {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-nav__link {
  display: flex;
}
.c-header--main .c-link {
  padding: 30px 20px;
  text-decoration: none;
}
.c-header--main .c-link:hover {
  background-color: #FFFFFF;
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
}
.c-link--active {
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
}
.c-button--circle {
  width: 40px;
  border-radius: 9999px;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 0;
}

.is-hidden {
  display: none;
}

.c-header__basket {
  margin: 0 12px;
}

.c-title--big {
  font-size: 86px;
  text-transform: uppercase;
}

.c-title--iconright {
  display: flex;
  justify-content: space-between;
}

.c-title--iconright .c-icon svg {
  width: 24px;
  height: 24px;
}

.c-greeting {
  text-align: center;
}

.c-greeting__btn {
  display: flex;
  justify-content: center;
}

.c-greeting__btn .c-button {
  margin: 0 10px;
}

.u-uppercase {
  text-transform: uppercase;
  letter-spacing: .1px;
}

.u-shadow {
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.10);
}

.c-button--wicon .c-icon {
  margin-right: 5px;
}

.c-table th {
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  vertical-align: bottom;
  border: 0;
  padding: 0 8px 25px;
  font-size: 14px;
}

.o-page--orders .c-th--sticky {
  background-color: #F8F7F3;
  padding-top: 10px;
  box-shadow: inset 0px -2px 0px -1px #ddd;
  will-change: transform;
  transition: none;
}

.o-page--orders .c-td--sticky {
  padding-left: 0;
  will-change: transform;
}

.o-page--orders .c-th--sticky:first-child {
  padding-left: 0;
  position: relative;
  z-index: 10;
}

.o-page--orders .c-td--ordercity {
  width: 10%;
}

.o-page--orders .c-td--quality {
  white-space: nowrap;
}

.o-page--orders .c-td--depot {
  width: 15%;
  padding-right: 20px;
  white-space: nowrap;
}

.o-page--orders .c-td--ponumber {
  padding-right: 0;
}

.js-responsive-table thead {
  position: relative;
  transition: none;
  display: table-header-group;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
}

.c-table--headers th {
  font-size: 20px;
  padding: 8px 0 12px;
  border-bottom: 2px solid #E1E1E1;
}

.c-table {
  width: 100%;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.c-table td {
  padding: 20px 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.c-table .first td {
  border-top: none;
}

.c-table--headers {
  top: 150px;
  background-color: #F8F7F3;
  z-index: 10;
  position: sticky;
  margin-bottom: 0;
  max-width: 1140px!important;
}

.o-bgwrap--brown {
  background: #EEEBE1;
}

.o-bgwrap--crude {
  background-color: #F8F7F3;
}

.c-text--bold {
  font-family: "Graphik-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.o-page--basket {
  width: 50%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
}

.o-page--neworder {
  width: 50%;
  padding: 20px 0;
  margin: 0 auto;
}

.o-page--neworder .c-label {
  font-weight: 600;
  font-size: 16px;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
}

.o-page--notify .c-card-body__actions {
  justify-content: space-between;
}

.c-definition--half {
  flex: 1 0 50%;
}

.c-definition--full {
  flex: 1 0 100%;
}

.definition_term .c-text {
    font-size: 16px;
    font-weight: 400;
    font-family: "Graphik-Regular", Arial, Helvetica, sans-serif;
    color: #ccc;
}

.c-definition__description .c-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
}

.c-definition__description .c-text--small {
  font-size: 16px;
  color: #000 ;
  font-weight: 400;
  font-family: "Graphik-Regular", Arial, Helvetica, sans-serif;
} 

.c-card {
  border: 1px solid #E4E0D3;
  border-radius: 4px;
}

.c-card--horizontal {
  border: none;
}

.c-card--horizontal .c-card-body {
  flex-flow: column;
}

.c-card--horizontal .c-card-body__content  {
  flex: 1 0 auto;
}

.c-card--horizontal .c-card-body__content .c-title {
  flex: 1 0 100%;
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-size: 32px;
}

.c-card--horizontal .c-card-body__picture {
  margin: 0 auto;
  background: none;
  border: none;
  flex: 1 0 auto;
  height: 100%;
}

.c-card--horizontal .c-figure {
  text-align: center;
}

.c-card--horizontal .c-card__body {
  padding-top: 20px;
}

.c-card--horizontal .c-card-body__picture .c-figure__image {
  width: 60%;
}

.c-card--cancel .c-nselector {
  flex-grow: 1;
  justify-content: flex-end;
}


.c-card__header {
  background-color: #EEEBE1;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 15px;
  border-bottom: 1px solid #E4E0D3;
}

.c-card-body__actions {
  display: flex;
}

.c-card__body {
  padding: 35px 15px 30px;
}

.c-card-body {
  display: flex;
  flex-wrap: wrap;
}

.c-title--h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
}

.c-title--cityname {
  font-size: 21px;
}

.c-card-body__picture {
  flex: 0 0 180px;
  height: 150px;
  margin-right: 30px;
  background-color: #FFF;
  border: 1px solid #D2D1CE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-card-body__content {
  flex: 1 0 50%;
  display: flex;
  flex-wrap: wrap;
}

.c-card-body__content .c-title {
  flex: 0 0 50%;
}

.c-card-body__content .c-text--price {
  flex: 0 0 50%;
  text-align: right
}

.c-text--totalamount {
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding-left: 18px;
}

.c-card-body__content .o-input-wrapper {
  flex: 1 0 100%;
}

.o-input--half {
  display: flex;
  align-items: center;
}

.o-input--half label {
  margin-right: 15px;
  flex: 0 0 155px;
  white-space: nowrap;
}

.c-card-body__number .c-nselector {
  margin-right: 0;
  flex: 0 0 auto;
}

.c-card-body__date .o-input--half input {
  flex: 1 0 0px;
}

.c-nselector {
  display: flex;
}

.c-text--price {
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.c-icon--fleft {
  float: left;
  margin-right: 10px;
}

.c-header--basket {
  top: 0;
  background: #F8F7F3;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 0 30px;
  margin: 0 15px;
}

.c-header--basket .c-title {
  margin: 0;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.u-sticky--top60 {
  top: 60px;
  position: sticky;
  z-index: 1;
}

.u-sticky--bottom {
  position: sticky;
  bottom: 0;
}

.c-footer--basket {
  display: flex;
  padding: 22px 60px;
  background: #F8F7F3;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  justify-content: space-between;
  align-items: center;
}

.c-figure--circle {
  border-radius: 9999px;
  overflow: hidden;
}

.c-header__cta .c-figure--circle {
  width: 30px;
  height: 30px;
  border: 1px solid #ECB000;
  margin-right: 5px;
}

.c-header__cta .c-figure__image {
  width: 100%;
}

.c-button--wpicture {
  padding-left: 7px;
}

.c-nselector {
  flex: 0 0 125px;
  margin-right: 1.5vw;
}

.c-nselector__button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}

.c-nselector__counter {
  width: 20px;
  margin: 0 1vw;
}

.c-nselector__counter .c-input {
  padding: 0;
  text-align: center
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.c-input--error {
  box-shadow: inset 0px -1px 0px 0px #E23939;
}

.c-message--error {
  margin-top: 10px;
  color: #E23939;
}

.c-footer__totals {
  display: flex;
  align-items: center;
}

.c-text--totalproducts {
  font-size: 24px;
  font-weight: 600;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  padding-right: 18px;
  border-right: 1px solid #D8D8D8;
}

.c-text--totalproducts span {
  color: #777777;
}

.c-td--button {
  position: relative;
  text-align: center;
}

.c-td--price {
  width: 18%;
  min-width: 18%;
}

.c-button__icon {
  display: none;
}
.u-float--left {
  float: left;
}
.u-float--right {
  float: right;
}

.c-dropdown {
  position: relative;
}

.c-dropdown--open .c-dropdown__items {
  display: flex;
  position: absolute;
  right: 0;
  width: 200px;
  margin-top: 10px;
}

.c-dropdown--open .c-icon {
  transform: rotate(180deg);
}

.c-dropdown__header {
  display: flex;
  align-items: center;
}

.c-dropdown__header .c-button {
  margin-right: 5px;
}

.c-dropdown__items {
  display: none;
  flex-flow: column;
  background-color: #F8F7F3;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 8px rgba(0,0,0,.1);
  border-radius: 4px;
}

.c-dropdown__items .c-link {
  padding: 15px;
}

._ie11-tdwidthcity {
  min-width: 194px;
}

.o-flex--spacebetween {
  display: flex;
  justify-content: space-between;
}

.c-td--sticky { 
  background: #F8F7F3;
  transition: none;
  transform: translateX(0px);
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}

.o-page--login {
  display: flex;
  height: 100vh;
}

.o-page--halfimage .c-figure {
  height: 100vh;
  overflow: hidden;
  background-image: url('../images/UltimakerLogin.png');
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-size: cover;
}

.o-page--halfimage .c-figure img {
  position: relative;
  right: 50%;
  height: 100%;
}

.o-page--half {
  width: 50vw;
  height: 100vh;
  position: relative;
}

.c-header__actions {
  display: flex;
  align-items: center;
}

.c-header__actions .c-text {
  font-size: 14px;
  margin: 0;
}

.c-header__actions .c-button {
  margin-left: 10px;
}

.c-login {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-table--stock thead{
  display: none;
}
@media (min-width: 1720px) {
  .o-page.o-page--basket {
    width: 90vw;
  }

  .o-page--team {

  }

  .u-flex--xl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .u-flex--xl .o-wrap {
    flex: 0 0 49%;
  }

  .o-page--neworder {
    width: 35%;
  }
}

@media (max-width: 1199px) {

  .c-table--headers {
    max-width: 940px!important;
  }

  .c-td--depot {
    min-width: 250px;
  }

  ._ie11-tdwidthcity {
    min-width: 194px;
  }

  .o-page--half {
    width: 60vw;
  }

  .o-page--half.o-page--halfimage {
    width: 40vw;
  }
  
}


@media (min-width: 1024px) {
  .o-page--basket {
      width: 65vw;
  }

  .u-hidden--lg {
    display: none;
  }

  .c-td--button .c-button {
    display: none;
}
.c-td--button:hover {
    background: #FFFFFF;
    vertical-align: middle;
}

.c-td--button:hover .c-button {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.c-td--button:hover .c-td__text {
    display: none;
}
.c-table .c-td--city {
  width: 15%;
  padding-left: 0;
}
.c-table--mobileheaders {
  display: none;
}
.o-page--stock .c-subtitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.c-filters {
  padding: 0 20px;
}
.o-filters--sticky {
  position: sticky;
  top: 83px;
  height: 67px;
  background-color: #EEEBE1;
  z-index: 10;
}
.c-input--search {
  box-shadow: none;
  padding: 0;
  min-width: 155px;
  font-family:"Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.c-input--search:focus::placeholder {
  color: transparent;
}

.c-input--search::placeholder {
  color: #393939;
  font-family:"Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
}

@media (max-width: 1200px) {
  .u-table--responsive {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .u-table--responsive td {
    white-space: nowrap;
  }



  .c-td--sticky:after, .c-th--sticky:first-child:after {
    content: ' ';
    width: 5px;
    height: 100%;
    position: absolute;
    box-shadow: 7px 0 10px 0 rgba(0,0,0,.07);
    right: 0;
    top: 0;
    background-color: #F8F7F3;
  }

  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  
  .c-td--sonumber, .c-th--depot {
    padding-left: 10px;
  }
}


@media (max-width: 1023px) {
  .o-page--basket {
    width: 100vw;
}

.c-header__actions {
  display: none;
}

.o-page--neworder {
  width: 75%;
  padding: 20px 0;
}

.c-header {
  padding: 10px 20px;
  min-height: 61px;
}

.c-header--main .c-header__logo {
  flex: 1 0 auto;
  text-align: center;
}

.c-header--main .c-header__logo .c-figure {
  width: 45px;
  margin: 0 auto;
  transform: translateX(100%);
  overflow: hidden;
  display: block;
}

.c-header__burgermenu {
  display: flex;
  flex: 0 0 auto;
}

.c-table--headers {
  display: none;
}

.c-table--mobileheaders {
  display: flex;
  position: sticky;
  top: 101px;
  background-color: #F8F7F3;
  z-index: 1;
  padding: 20px 0;
  margin: 0;
}



.c-table--mobileheaders dt {
  font-size: 18px;
}

.c-th--stock {
  flex: 1 0 auto;
}

.c-th--quantity {
  flex: 0 0 15%;
}

.c-th--price {
  flex: 0 0 100px;
  visibility: hidden;
}

.c-header .c-nav {
  height: 100vh;
  width: 50vw;
  position: absolute;
  flex-flow: column;
  left: 0;
  top: 0;
  background-color: #F8F7F3;
  transform: translateX(-50vw);
  justify-content: flex-start;
  align-items: flex-start;
  will-change: transform;
  z-index: 3;
}

.c-header .c-nav.c-nav--open {
  transform: translateX(0);
}

.c-table--stock .c-td--city {
width: 15%;
padding-left: 0;
}

  .c-title--big {
      font-size: 10vw;
  }

  .c-greeting__btn {
      flex-flow: column;
      align-items: center;
  }
  .c-greeting__btn .c-button {
      margin: 10px 0;
  }

  .c-table--stock .c-td {
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
    padding: 20px 0px;
  }
  .o-page--stock .c-table .first td {
    border-top: 1px solid #ddd;
  }
  .o-page--stock .c-table .first .c-td--city, .o-page--stock .c-table .first .c-td--depot {
    border: none;
  }

  .c-table--stock .c-th {
    display: none;
  }
  .c-table--stock .c-td[data-th]:before {
    content: attr(data-th);
    font-weight: bold;
    flex: 1 0 auto;
    padding-right: 15px;
    display: block;
  }
  .c-table--stock .c-td--city {
    width: 100%;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    word-break: break-word;
    line-height: 1;
    margin-bottom: 5px;
  }
  .c-table--stock .c-td--depot {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .c-table--stock .dataRow {
    margin-bottom: 30px;
    display: block;
  }
  .c-td--button .c-button {
    display: block;
  }
  .c-td--price .c-td__text {
    flex: 0 0 15%;
  }
  .c-td--city {
    font-size: 28px;
    font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  }
  .c-table--stock .dataRow {
    margin-bottom: 40px;
  }
  .c-footer .c-nav {
    flex-flow: column;
    
  }
  .c-footer .c-link {
    padding-left: 0;
  }
  .c-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 0;
  }
  .u-table--responsive {
    display: block;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .u-table--responsive td {
    white-space: nowrap;
  }

  .c-td--sticky {
    background-color: #F8F7F3;
    position: relative;
  }
  .c-td--sticky:after {
    content: ' ';
    width: 5px;
    height: 100%;
    position: absolute;
    box-shadow: 7px 0 10px 0 rgba(0,0,0,.07);
    right: 0;
    top: 0;
    background-color: #F8F7F3;
  }
  .c-table--stock .c-button {
    width: 100px;
  }
  .c-button--chat {
    width: 40px;
    border-radius: 9999px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .o-page--stock .c-subtitle {
    margin-bottom: 20px;
  }

  .c-header__cta .c-button__text {
    display: none;
  }

  .c-header__cta .c-button__icon {
    display: flex;
  }

  .c-filters {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: #EEEBE1;
    width: 40vw;
    height: 100vh;
    flex-flow: column;
    transform: translateX(40vw);
  }
  .c-filters.c-filters--open {
    transform: translateX(0);
  }
  .c-filters .c-filters__title {
    background-color: #F8F7F3;
    text-align: center;
    justify-content: center;
    padding: 20px;
  }

  .c-filters .c-filters__title .c-title {
    font-weight: 600;
    font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
    flex: 1 0 auto;
  }

  .c-filters .c-filters__items {
    flex-flow: column;
    border-right: none;
  }

  .c-filters__items .c-filter {
    border-bottom: 1px solid #D2D1CE;
  }
  .u-sticky--mobile {
    position: sticky;
    top: 61px;
    z-index: 1;
  }
  .u-hidden--md {
    display: none;
  }
}

@media (max-width: 720px){
  .c-card__header {
    flex-flow: column
}

.c-login {
  width: 90%;
}

.o-page--half {
  width: 100vw;
}

.o-page--halfimage {
  display: none;
}

.u-hidden--sm {
  display: none;
}

.o-page--neworder {
  width: 100%;
  padding: 20px 24px;
}

.c-card-body__picture {
    flex: 1 0 100%;
    padding: 20px;
    height: auto;
    margin: 0 0 30px;
}

.c-card-body__picture .c-figure {
    width: 100%;
}
.c-nselector {
    flex: 1 0 auto;
}
.c-nselector__counter {
    margin: 0 15px;
}
.c-footer--basket {
    padding: 20px;
    flex-flow: column;
}
.c-footer__totals {
    margin-bottom: 20px;
}
.c-filters {
  width: 100vw;
  transform: translateX(100vw)
}

.c-filters.c-filters--open {
  transform: translateX(0)
}
.c-card-body__actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-card-body__actions .c-nselector {
  margin-bottom: 20px;
}

.c-button--circlesm {
  width: 40px;
  border-radius: 9999px;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 0;
}

.c-button--circlesm .c-icon {
  margin: 0;
}

.c-title--sm {
  font-size: 32px;
}

}

@media (max-width: 600px){ 
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .c-header--basket {
    padding: 10px 0;
  }

  .o-page--notify .c-card-body__actions {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .o-page--notify .c-card-body__actions .c-button--primary {
    margin-bottom: 25px;
  }

  .o-page--atc .c-card-body__actions{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .o-page--atc .c-card-body__actions .c-nselector {
    flex: 1 0 100%;
    justify-content: flex-start;
  }

  .o-input--half {
    flex-direction: column;
    align-items: flex-start;
  }

  .o-input--half label {
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
  .o-page--neworder {
    padding: 20px 9px;
  }

  .o-page--halfimage {
    display: none;
  }
  .o-page--basket .u-p-60 {
    padding: 24px;
  }
}

@media (max-width: 400px) {
  .o-page.o-page--team {
    padding: 30px 20px;
    margin: 0;
  }
  
  .o-page--team .c-portrait {
    flex: 0 0 100%;
  }

  .c-portrait img {
    width: 100%;
  }
}

.c-filters {
  display: flex;
  border-bottom: 1px solid #D2D1CE;
}

.c-filters__title {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-right: 1px solid #D2D1CE;
}

.c-filters .c-filters__search {
  padding: 20px 0 20px 20px;
  align-items: center;
  display: flex;
  flex: 0 0 300px;
}

.c-filters__search .c-icon {
  height: 16px;
  margin-right: 10px;
}

.c-filters__title .c-title {
  font-size: 14px;
  font-family: "Graphik-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.c-filters__items {
  display: flex;
  flex: 1 0 auto;
}

.c-filters .c-filter {
  padding: 10px 20px;
  border-right: 1px solid #D2D1CE;
}

.c-select {
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Graphik-Semibold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/caret.svg');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right center;
  width: 100%;
  padding-right: 20px;
}

.c-select::-ms-expand {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
 /* 1 */
  -webkit-text-size-adjust: 100%;
 /* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** * Render the `main` element consistently in IE. */
main {
  display: block;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */
}
/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  text-decoration: underline dotted;
 /* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
 /* 1 */
  font-size: 1em;
 /* 2 */
}
/** * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
 /* 1 */
  font-size: 100%;
 /* 1 */
  line-height: 1.15;
 /* 1 */
  margin: 0;
 /* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button, input {
 /* 1 */
  overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button, select {
 /* 1 */
  text-transform: none;
}
/** * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/** * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */
}
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}
/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */
  outline-offset: -2px;
 /* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
 /* 1 */
  font: inherit;
 /* 2 */
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}
/* * Add the correct display in all browsers. */
summary {
  display: list-item;
}
/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
  display: none;
}
/** * Add the correct display in IE 10. */
[hidden] {
  display: none;
}
