/* #####################################################################################################
   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 */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- 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 +++*/

.searchContainer {
  position: relative;
}
.searchContainer:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  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: 17.5px;
  line-height: 17.5px;
}
@media only screen and (min-width: 768px) {
  .searchContainer:before {
    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.hasSubmitButton:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.5px;
  margin: auto;
  content: "\f054";
  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: "\f054";
    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;
}
hr {
  border: 0 none;
  border-bottom: 1px solid #dedede;
  height: 1px;
  margin: 20px 0;
}
dl {
  line-height: 24px;
}
.container {
  max-width: 1280px;
  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: 3%;
    padding-right: 3%;
  }
}
.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;
}
@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 {
  max-width: 93%;
  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.otensien.nl//images/default/loader.gif) no-repeat center center;
}
.errorTxt {
  color: #e6575a;
  padding: 5px 5px 5px 25px;
  background: #ffdedd url(https://www.otensien.nl//images/default/message.error.png) no-repeat 5px center;
  background-size: 17px;
  border: 1px solid #e6575a;
  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: #454545;
  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: #454545;
  border: 1px solid #c4c4c4;
}
.address img {
  height: 51px;
  float: right;
  margin-right: 10px;
}
.address:before,
.address: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;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.address:before {
  width: 14px;
  height: 14px;
  border: 1px solid #b8b8b8;
}
.address:after {
  left: 13px;
}
.address:hover:after,
.address.active:after {
  width: 10px;
  height: 10px;
  background: black;
}
.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: 14px;
  line-height: 30px;
  margin: 15px 0;
}
#breadcrumbs a {
  color: #454545;
}
#breadcrumbs a:hover {
  color: black;
}
@media only screen and (min-width: 1024px) {
  #detailNav {
    float: right;
    margin: 15px 0;
    font-size: 14px;
  }
}
/* 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.otensien.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -140px no-repeat;
}
html.svg .documentList .documentListItem.docx a:before {
  background: url(https://www.otensien.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.otensien.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -62px no-repeat;
}
html.svg .documentList .documentListItem.pdf a:before {
  background: url(https://www.otensien.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.otensien.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -10px no-repeat;
}
html.svg .documentList .documentListItem.xlsx a:before {
  background: url(https://www.otensien.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.otensien.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.otensien.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.otensien.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -88px no-repeat;
}
html.svg .documentList .documentListItem.pptx a:before {
  background: url(https://www.otensien.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: #0175bb;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #0175bb;
  /* Firefox */
  color: white;
}
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

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

#cols {
  min-height: 200px;
  z-index: 100;
  position: relative;
}
#content {
  position: relative;
  padding: 0;
  z-index: 90;
  min-height: 300px;
}
.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;
    min-height: 400px;
  }
  #cols #content {
    min-height: 600px;
  }
  .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: 12px;
  }
  #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: 18.828125%;
    margin-right: 1.171875%;
  }
  #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: #454545;
  }
  #sidecol #localNav ul li a,
  #sidecol #archiveNav ul li a {
    color: #454545;
    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: Tahoma, Geneva, sans-serif;
  font-size: 14px;
}
/*---{ 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-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.product-carousel .productList .owl-prev {
  left: 0;
  right: auto;
}
.product-carousel .productList .owl-prev:before {
  position: static;
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  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: 0;
  left: auto;
}
.product-carousel .productList .owl-next:before {
  position: static;
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 52px;
  line-height: 52px;
  text-indent: 4px;
}
.bttn-primary-link {
  border: 2px solid;
  color: black;
  border-radius: 4px;
  padding: 10px 37px;
}
.owl-nav {
  opacity: 0.7 !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-prev:before,
.owl-next:before {
  text-align: center;
}
.owl-prev {
  left: 0;
  right: auto;
}
.owl-prev:before {
  position: static;
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: -4px;
  color: black;
}
.owl-next {
  right: 0;
  left: auto;
}
.owl-next:before {
  position: static;
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 4px;
  color: black;
}
.productConfigItem#productAmount {
  border-bottom: solid 1px #e6e6e6;
}
.productConfigItem {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #e6e6e6;
  position: relative;
}
#productAmount {
  margin-bottom: 20px;
  display: none;
}
.backToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: black;
  color: white;
  bottom: -40px;
  right: 5px;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px #dedede;
  -moz-box-shadow: 0 0 3px #dedede;
  box-shadow: 0 0 3px #dedede;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.backToTop.show {
  bottom: 5px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.backToTop:active {
  background-color: black;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.backToTop:before {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.tabs-body {
  text-align: left !important;
}
.tabs-body p::before {
  content: '•';
  /* Adds a bullet point */
  font-size: 24px;
  /* Adjust the size if necessary */
  margin-right: 10px;
  /* Space between the bullet and text */
  color: black;
  /* Bullet color */
  vertical-align: middle;
  /* Align bullet with the middle of the text */

}
.productset .centerImg img {
  width: 100% !important;
  height: 100% !important;
}
.itemList.cart .offerText {
  justify-content: left !important;
}
.testing-amount-holder {
  height: 16px;
  width: 16px;
}
.shoppingbag-amount-holder {
  background-color: transparent;
  position: absolute;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .shoppingbag-amount-holder {
    right: 20px;
    background-color: white;
  }
}
.shoppingbag-amount-holder #ShoppingCartCount {
  background-color: white !important;
  color: black !important;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .shoppingbag-amount-holder #ShoppingCartCount {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    line-height: normal;
    font-size: 10px;
  }
}
