/* #####################################################################################################
   This stylesheet describes standard components, which stay the same when scaling (colors, looks etc)
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/*
@import this file directly into your existing Less files to use these mixins
*/
/* Set everything to box-sizing model: Border-box */

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  html,
  body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  html {
    overflow: auto;
  }
}
.printBtn {
  color: white;
  text-decoration: underline;
}
/*+++ Default styles and classes +++*/

body#responsiveMaster {
  padding-top: 152px;
}
@media only screen and (min-width: 1024px) {
  body#responsiveMaster {
    padding-top: 165px;
  }
}
body#responsiveMaster.shrunk #topNav {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  transition: 0.5s;
}
body#responsiveMaster.shrunk #searchNav #searchDropdown {
  top: 53px;
}
.searchContainer {
  position: relative;
}
.searchContainer.hasSubmitButton:after {
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 7.5px;
  margin: auto;
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .searchContainer.hasSubmitButton:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.searchContainer input[type="search"] {
  padding-left: 30px;
}
/* Animated search function */

.searching-container {
  position: relative;
}
.searching-container input {
  position: relative;
  z-index: 2;
  /* Ensure input is above the typing text */
  pointer-events: auto;
  /* Allow interaction with input */
  background: transparent;
  /* Ensures the background is transparent, so the typing text shows through */
  border: none;
  /* Remove border if you want to make it seamless */

}
.searching-container input:focus {
  z-index: 3;
  /* Ensure the input is above the typing text when focused */

}
.searching-container input:focus .typing {
  z-index: -1;
  /* Move the text behind the input */
  animation: none;
  /* Stop animation */

}
.searching-container input::placeholder {
  color: #888888;
  /* You can adjust this color if needed */
  opacity: 1;
  /* Ensure the placeholder is visible */

}
.searching-container .typing {
  margin: 0;
  left: 10px;
  position: absolute;
  top: 5px;
  font-size: 16px;
  font-style: italic;
  color: grey;
  letter-spacing: 0;
  font-weight: 200;
  animation: typing 5s steps(50, end) 1, blinking/* Typing the text infinitely */ 1s steps(1, end) infinite;
  /* Keeps the cursor blinking */
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  /* Ensure it's behind the input field */
  pointer-events: none;
  /* Allow interaction with input even when typing animation is active */
  padding-right: 3px;
}
/* Typing animation (types the text) */

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* End Animated search function */

hr {
  border: 0 none;
  border-bottom: 1px solid #dedede;
  height: 1px;
  margin: 20px 0;
}
dl {
  line-height: 24px;
}
.container {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1023px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
img.portrait,
img.landscape {
  max-width: 100%;
  max-height: 100%;
}
img:not(.banner__image).portrait,
img:not(.banner__image).landscape {
  width: auto;
  height: auto;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.clearAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.emptyText {
  padding: 20px;
  text-align: center;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .horizontal-scroll {
    overflow-x: auto;
    max-width: 100%;
  }
  .horizontal-scroll td,
  .horizontal-scroll th {
    min-width: 120px;
  }
}
.hidden,
#content .hidden {
  display: none !important;
}
body.contentPage #content img,
body.detailPage #content img {
  max-width: 100%;
  height: auto;
}
.centerImg {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  line-height: 100%;
  width: inherit;
}
.centerImg:hover {
  text-decoration: none;
}
.centerImg span {
  display: none;
}
.verticalAlign img {
  display: inline-block;
  vertical-align: middle;
}
.verticalAlign:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
  height: 100%;
}
.loadingIcon {
  background: transparent url(https://www.expresso.nl//images/default/loader.gif) no-repeat center center;
}
.errorTxt {
  color: #ff4637;
  padding: 5px 5px 5px 25px;
  background: #ffdedd url(https://www.expresso.nl//images/default/message.error.png) no-repeat 5px center;
  background-size: 17px;
  border: 1px solid #ff4637;
  display: block;
  margin: 0 0 1.5%;
}
.blockBg {
  background-color: white;
}
.address {
  border: 1px solid #dedede;
  padding: 10px 10px 10px 40px;
  margin: 0;
  position: relative;
  display: block;
  color: black;
  overflow: hidden;
}
.address + .address {
  margin-top: 15px;
}
.address .selectAddress {
  display: none;
}
.address .title,
.address .businessHours caption {
  font-weight: bold;
}
.address:hover {
  text-decoration: none;
  color: black;
  border: 1px solid #c4c4c4;
}
.address img {
  height: 51px;
  float: right;
  margin-right: 10px;
}
.address:before,
.address.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.address:before {
  width: 14px;
  height: 14px;
  border: 1px solid #dedede;
}
.address:not(.active):hover:before {
  border-color: #eedcca;
}
.address.active:after {
  width: 8px;
  height: 8px;
  background: #eedcca;
  left: 14px;
}
.address.active,
.address.checkedAddress {
  border: 1px solid #c4c4c4;
  background-color: #fbfbfb;
}
.address.active .businessHours,
.address.checkedAddress .businessHours {
  display: block;
}
.address .businessHours {
  margin-top: 15px;
  display: none;
}
.address .businessHours caption {
  text-align: left;
}
#overlayBlack {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
#breadcrumbs {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #breadcrumbs {
    margin: 15px 0;
  }
}
#breadcrumbs a {
  color: black;
}
#breadcrumbs a:hover {
  color: black;
}
#detailNav {
  min-height: 30px;
  margin-left: 10px;
  font-size: 12px;
}
#detailNav a {
  color: white;
  min-width: 108px;
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  #detailNav a {
    min-width: initial;
    font-size: inherit;
  }
}
#detailNav a:hover {
  color: white;
  opacity: .8;
}
#detailNav a.bttn.link:not(.lookbutton) {
  border: 1px solid black;
  color: black;
  background: white;
}
/* Table en panel stijling */

table {
  width: 100%;
  border-collapse: collapse;
}
table thead th {
  font-weight: 700;
}
table.borders tr {
  border-top: 1px solid #dedede;
}
table.borders tr:first-child {
  border: 0 none;
}
table tr th {
  padding: 0 5px 0 0;
  line-height: 20px;
}
table tr td {
  padding: 0;
  line-height: 20px;
}
table tr td + td {
  padding-left: 5px;
}
table.high tr th,
table.high tr td {
  padding: 5px;
  line-height: 30px;
}
table.striped thead tr {
  background: #f7f7f7;
}
table.striped tbody tr:nth-child(odd) {
  background: white;
}
table.striped tbody tr:nth-child(even) {
  background: #fbfbfb;
}
/* Documentlists */

.documentList .documentListItem {
  line-height: 24px;
}
.documentList .documentListItem.docx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://www.expresso.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -140px no-repeat;
}
html.svg .documentList .documentListItem.docx a:before {
  background: url(https://www.expresso.nl//images/modules/documentIcons/word.svg) no-repeat center center;
  background-size: 16px 16px;
}
.documentList .documentListItem.pdf a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://www.expresso.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -62px no-repeat;
}
html.svg .documentList .documentListItem.pdf a:before {
  background: url(https://www.expresso.nl//images/modules/documentIcons/pdf.svg) no-repeat center center;
}
.documentList .documentListItem.xlsx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://www.expresso.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -10px no-repeat;
}
html.svg .documentList .documentListItem.xlsx a:before {
  background: url(https://www.expresso.nl//images/modules/documentIcons/excel.svg) no-repeat center center;
}
.documentList .documentListItem.gif a:before,
.documentList .documentListItem.jpg a:before,
.documentList .documentListItem.png a:before,
.documentList .documentListItem.jpeg a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://www.expresso.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -36px no-repeat;
}
html.svg .documentList .documentListItem.gif a:before,
html.svg .documentList .documentListItem.jpg a:before,
html.svg .documentList .documentListItem.png a:before,
html.svg .documentList .documentListItem.jpeg a:before {
  background: url(https://www.expresso.nl//images/modules/documentIcons/image.svg) no-repeat center center;
}
.documentList .documentListItem.pptx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://www.expresso.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -88px no-repeat;
}
html.svg .documentList .documentListItem.pptx a:before {
  background: url(https://www.expresso.nl//images/modules/documentIcons/powerpoint.svg) no-repeat center center;
}
.documentList .documentListItem > a {
  padding-left: 35px;
  position: relative;
}
.documentList .documentListItem > a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 2px;
  width: 16px !important;
  height: 15px !important;
}
.documentList .documentListItem:nth-child(odd) {
  background: #ebebeb;
}
.documentList .documentListItem .documentListFileSize {
  float: right;
  padding-right: 10px;
}
/* normal panel styling */

.panel {
  width: 100%;
  padding: 0 0 5%;
  margin: 0 0 5%;
  border-bottom: 1px solid #dedede;
}
.panel table {
  width: 100%;
}
.panel.noBorder {
  border: 0 none;
}
.singlePanel {
  width: 100%;
  border: 0 none;
  float: none;
  padding: 0;
}
.panel.noMargin {
  margin: 0;
  padding: 0;
  border: 0 none;
}
/* panel exceptions */

.noMargin,
.business,
.full .business,
.full .noMargin {
  margin: 0 0 5%;
  padding: 0;
}
.noPadding,
.full .noPadding {
  padding: 0;
}
.noBorder,
.full .noBorder {
  border: 0 none;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  /* normal panel styling */
  
  .panel {
    width: 50%;
    padding: 0 2% 0 0;
    margin: 0;
    float: left;
    border-bottom: 0 none;
    border-right: 1px solid #dedede;
  }
  .panel table {
    width: 100%;
  }
  .panel.noMargin {
    margin: 0;
    padding: 0 0 0 1.9%;
    border: 0 none;
  }
  .adressPanels {
    width: 50%;
    float: left;
  }
  .adressPanels .panel {
    width: 98%;
  }
  .noMargin,
  .business,
  .full .business,
  .full .noMargin {
    border-left: 1px solid #dedede;
    border-right: 0 none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 1.9%;
  }
}
::selection {
  background: #adbbb1;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #adbbb1;
  /* Firefox */
  color: white;
}
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

html,
body,
body > form {
  background-color: white;
  position: relative;
  min-height: 100%;
}
/* Standaard kolommen */

#cols {
  z-index: 100;
  position: relative;
}
#content {
  position: relative;
  padding: 0;
  z-index: 90;
}
.full #cols #sidecol {
  display: none;
}
.full #cols #content {
  float: none;
  border: 0 none;
}
#sidecol {
  /*display: none;*/
  clear: both;
}
#usp {
  margin: 0;
  float: left;
}
#usp li {
  width: 100%;
  height: 40px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
  overflow: hidden;
}
#usp li:before {
  color: #dedede;
  margin-right: 5px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
/*end #usp*/

@media only screen and (max-width: 767px) {
  #content a.back {
    display: none;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  #overlayBlack {
    display: none;
  }
  #cols {
    z-index: 90;
    position: relative;
  }
  .ConfigList {
    overflow: hidden;
  }
  #usp {
    overflow: auto;
  }
  #usp li {
    width: auto;
    line-height: 40px;
    height: 40px;
    float: left;
  }
  #usp li + li {
    margin-left: 15px;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {
  #usp {
    font-size: 10px;
  }
  #cols {
    width: auto;
    float: none;
    clear: both;
  }
  .socialWrap .newsletterWrap {
    width: 79%;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterTitle {
    font-size: 20px;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterWrapper .row {
    width: 300px;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterWrapper .row input {
    width: 300px;
  }
  .socialWrap .socialIconsWrap {
    width: 19%;
  }
  .socialWrap .socialIconsWrap ul {
    text-align: right;
  }
  #sidecol {
    display: block;
    float: left;
    width: 19.050632911%;
    margin-right: 0.949367089%;
  }
  #sidecol #localNav,
  #sidecol #archiveNav {
    margin-bottom: 15px;
  }
  #sidecol #localNav ul li a:hover,
  #sidecol #archiveNav ul li a:hover,
  #sidecol #localNav ul li.active > a,
  #sidecol #archiveNav ul li.active > a {
    color: #adbbb1;
  }
  #sidecol #localNav ul li a,
  #sidecol #archiveNav ul li a {
    color: black;
    display: block;
  }
  #sidecol #localNav .ul-1 .li-1 > a,
  #sidecol #archiveNav .ul-1 .li-1 > a {
    line-height: 20px;
    padding: 5px 1%;
  }
  #sidecol #localNav .ul-2,
  #sidecol #archiveNav .ul-2 {
    margin: 0 0 10px 15px;
  }
  #sidecol .h3 {
    padding: 0 0 3%;
    margin: 0 0 3%;
  }
  #sidecol ul {
    margin: 0;
    list-style: none;
  }
  #content {
    margin: 0;
    width: 80%;
    float: right;
    padding: 0 0 15px;
  }
  .full #cols #content {
    width: auto;
    margin: 0;
  }
  .full #sidecol {
    display: none;
  }
  .full #content {
    float: none;
  }
}
@media only screen and (min-width: 1280px) {
  .socialWrap .newsletterWrap {
    width: 69%;
  }
  .socialWrap .socialIconsWrap {
    width: 29%;
  }
}
/*---{ Triangulair arrow icon }---------------------------------------------------------*/

.arrow:after,
.arrow:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.arrow:after {
  border-width: 13px;
  top: 2px;
  left: 1px;
  border-bottom-color: white;
}
.arrow:before {
  border-width: 14px;
  border-bottom-color: #dddddd;
}
/*---{ maps styles }---------------------------------------------------------*/

#responsiveMaster .gm-style .gm-style-iw,
#responsiveMaster .gm-style .gm-style-iw a,
#responsiveMaster .gm-style .gm-style-iw span,
#responsiveMaster .gm-style .gm-style-iw label,
#responsiveMaster .gm-style .gm-style-iw div {
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
}
#responsiveMaster .gm-style .gm-ui-hover-effect {
  min-width: 0;
}
#responsiveMaster .gm-style .gm-ui-hover-effect:after {
  display: none;
}
/*---{ product carousels }---------------------------------------------------------*/

.product-carousel .productList {
  position: relative;
}
.product-carousel .productList .owl-prev,
.product-carousel .productList .owl-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-carousel .productList .owl-prev:before,
.product-carousel .productList .owl-next:before {
  text-align: center;
  color: black;
}
.product-carousel .productList .owl-prev {
  left: 15px;
  right: auto;
}
.product-carousel .productList .owl-prev:before {
  position: static;
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 27px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 52px;
  line-height: 52px;
  text-indent: -4px;
}
.product-carousel .productList .owl-next {
  right: 15px;
  left: auto;
}
.product-carousel .productList .owl-next:before {
  position: static;
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 27px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 52px;
  line-height: 52px;
  text-indent: 4px;
}
body.productOverview .productList:not(.slick-slider) {
  display: flex;
  flex-flow: row wrap;
}
#stockNotification {
  display: flex;
  flex-flow: column;
}
#stockNotification input {
  margin-bottom: 5px;
}
body.productSetDetail #detailNav {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  body.productSetDetail #detailNav {
    margin-left: initial;
  }
}
body.productSetDetail #detailNav a {
  margin: 2px 5px;
  color: black;
  border: none;
  padding: 0px;
  display: flex;
  min-width: unset;
}
@media only screen and (min-width: 768px) {
  body.productSetDetail #detailNav a {
    padding: 10px;
  }
}
body.productSetDetail #detailNav a.arrow-right {
  flex-flow: row-reverse;
}
body.productSetDetail #detailNav a.arrow-right:before {
  margin: 0px 0px 0px 15px;
}
body.productSetDetail #detailNav a:before,
body.productSetDetail #detailNav a:after {
  border: none;
  background: initial;
}
.salelabelWrapper {
  color: #d21c26;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.salelabelWrapper .discountLabel {
  font-weight: 800;
  font-size: 18px;
  line-height: 16px;
}
.productDetail div:not(.salelabelWrapper) .discountLabel {
  position: absolute;
  top: 14px !important;
  left: 14px !important;
}
@media only screen and (min-width: 768px) {
  .productDetail div:not(.salelabelWrapper) .discountLabel {
    top: 20px !important;
    left: 22px !important;
  }
}
table.products tbody tr td.discountInfoSpan,
table.products tbody tr td.shipmentInfoSpan {
  background: #f2f2f2;
  padding-right: 8px;
  text-align: right;
}
table.products tbody tr td.discountInfoSpan {
  color: #adbbb1;
  height: 30px;
  padding-right: 8px;
  text-align: right;
  margin-top: 15px;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
table.products tbody tr td.shipmentInfoSpan {
  background: white;
}
.labels,
#labelsRefresher {
  position: relative;
  z-index: 2;
}
#lnkLogOut {
  display: none;
}
.retina .paymentOptionAdditionalInfo label {
  display: block !important;
  font-size: 14px !important;
}
body.videoPage .banner .banner__link {
  display: none !important;
}
body.videoPage .banner .banner__link.videoPageLink {
  display: block !important;
}
