.bcpo-image-parent {
  width:100px!important;
}

label.bcpo-front-image-label{
  height:100px!important;
}

.selector-wrapper.bcpo-simple {
	 margin-top: -10px !important;
}
 .webwinkelkeurPopup {
	 margin-bottom: 10px;
}
 .live-search.live-search--focused.allow-scroll-while-locked.live-search--takeover {
	 top: auto;
}
 .selector-wrapper.bcpo-default[data-unique="1"] {
	 margin-top: -10px !important;
}
 .surface-pick-up {
	 display: none;
}
 button.button-primary.cart-title-button.mdc-ripple-surface.mdc-ripple-upgraded {
	 display: none;
}
 .cart-title-total--large {
	 display: none;
}
 .single-option-selector, #bcpo .selector-wrapper > div > select {
	 min-width: 100% !important;
}
 
.spr-container, div#shopify-product-reviews{
  border: none!important;
  box-shadow: none!important;
}

.spr-badge-caption{
  vertical-align: middle;
}

.spr-badge .spr-badge-caption{
  font-size: var(--font-size-button-medium);
}

.spr-badge .spr-badge-starrating .spr-icon{
  font-size: var(--font-size-button-medium);
}

.product-title-up{
  text-align:center;
  margin: 1rem 1rem;
}

.product-pricing{
  margin-bottom: 1rem;
  font-size: var(--font-size-heading-1);
  font-family: Futura, sans-serif;
  font-weight: 700;
  margin-top: 0px;
}

{% if request.page_type == product or request.page_type == collection %}
.euro-teken-valuta{
  display:none;
}
{% endif %}
  
.product-form--atc{
  background-color: #f0f0f0;
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0 1px 4px #8080801c;
}

.betaalmethodes-container{
  height: 54px;
  width: 54px;
  display: inline-block;
  position: relative;
}

.betaalmethodes-image{
  height: 80%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
}

.betaalmethodes-titel{
  font-size: 16px;
  margin: 0px;
  margin-top: 10px;
}

.betaalmethodes{
  padding-bottom: 0.75rem;
}

.levertijden{
  font-size: 16px;
  margin: 1rem 0rem;
}

{% if request.page_type == cart %}
.bcpo-property {
  padding: 2px 0px;
  line-height: 1.5;
  font-size: 14px!important;
}
.cart-item--product-options{
  font-size: 14px;
  padding: 2px 0px;
}
.cart-item--option-name, .cart-item--product-options{
  font-weight:normal;
  color: #262626;
}
.cart-subtotal .money{
  font-family: Futura,sans-serif;
  font-weight: 700;
}
{% endif %}

.cart-summary{
  background-color: #f0f0f0;
  padding: 1rem;
  box-shadow: 0 1px 4px #8080801c;
}

.cart-final-total{
  border-top:none;
  padding-top: 0px;
}

.cart-subtotal{
  font-family: Futura,sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}

.cart-title-total--small{
  display:none;
}

.custom-tab-content a{
  color: #0e6600;
  text-decoration: none;
  overflow-wrap: break-word;
}

figure.table {
  margin: 1em 0px;
}

/* Style the main container */
.custom-tab-main{
  border: 1px solid rgba(128,128,128,.16);
  box-shadow: 0 1px 4px #8080801c;
  margin-top: 25px;
}

/* Style the tab */
.custom-tab {
  overflow: hidden;
  border: 1px solid rgba(128,128,128,.16);
  border-bottom: 2px solid rgba(128,128,128,.16);
  background-color: white;
  color: white;
}

/* Style the buttons that are used to open the tab content */
.custom-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 24px;
  transition: 0.3s;
  font-size: 16px;
  color: #262626;
}

/* Change background color of buttons on hover */
.custom-tab button:hover {
  background-color: #f0f0f0;
}

/* Create an active/current tablink class */
.custom-tab button.active {
  background-color: #262626;
  color:white;
}

/* Style the tab content */
.custom-tab-content {
  display: none;
  padding: 6px 24px;
  border: 1px solid rgba(128,128,128,.16);
  border-top: none;
}

/* Style the tab content value*/
.custom-tab-content p, .custom-tab-content ul, .custom-tab-content figure {
  font-size: 1rem;
}

.custom-tab-content td, .custom-tab-content th{
  padding: 10px 2em 10px 10px;
}

.custom-tab-content th, .custom-tab-content td {
  border: 1px solid #e7e7e7;
}

.price__current.price__current--on-sale.money, .price__current.money{
  color: #262626;
  font-size: 24px;
}

.product-form--atc>div>div>.price__compare-at.visible{
  display: inline-block!important;
  font-size: 24px;
}

.custom-tab-content tr:nth-child(odd) th, .custom-tab-content tr:nth-child(odd) td {
    background: #f9f9f9;
}

.custom-tab-content table{
  border-collapse: collapse;
}
.navmenu-meganav-wrapper{
  justify-content: space-between;
}

.site-mobile-nav .navmenu-meganav-standard__image-container{
  display:none;
}

.productitem--info>div.price.productitem__price>div.price__current>span.money{
  font-size: var(--font-size-body)!important;
}

a.spr-summary-actions-newreview{
  color:white!important;
}

.product__price .price__compare-at.visible~.price__current{
  color:#262626!important;
}

/* Quantity selector wrapper */
.quantity-selector__wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

/* Buttons (minus & plus) */
.quantity-selector__button {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}

.quantity-selector__button:hover {
  background: #eee;
}

/* Make sure icons are visible */
.quantity-selector__button svg {
  width: 12px;
  height: 12px;
  display: block;
  pointer-events: none;
}

/* Input (the number) */
.quantity-selector__input {
  width: 45px!important;
  height: 34px;
  text-align: center;
  font-size: 15px;
  border: none;
  outline: none;
  background: #fff;
}

.cart-item {
  position: relative;
}

.cart-item__remove {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-item__remove-link svg {
  width: 10px;
  height: 10px;
}
