.modal .modal-dialog .modal-content .modal-body a {
    display: none;
}

.user-logged-in.checkout .tws-checkout-shortcuts--customer-type { 
	display: none;
}

/* --- TOP BAR --- */
.bountiful--top-bar {
    background: #F0F0F0;
}
.bountiful--top-bar .slot--top-bar-audience-selector,
.slot--sidebar-audience-selector {
    display: none;
}
/* --- HEADER --- */
@media(min-width:1100px) {
.bountiful--header .bountiful--header-wrapper {
    padding: 10px 30px;
}
.slot--header-cart .tws-mini-cart--header-cart-img::before {
    display: none;
}
  )
  
.bountiful--header {
    box-shadow: none;
} 
.slot--header-horizontal-menu {
    background: #745215;
	  border-top: none;
    padding: 1px 0px;
}
.slot--header-horizontal-menu .navbar {
    border-top: 2px solid #a57841;
    border-bottom: 2px solid #a57841;
    margin-top: 4px;
    margin-bottom: 4px;
  } 
  .slot--header-search .tws-article-search--no-label {
    color: #745215;
}
  .slot--header-search input.form-control {
    border-radius: 0;
  }
.slot--header-horizontal-menu .navbar-nav > li a,
.slot--header-horizontal-menu .navbar-nav > li a:hover {
    color: #fff;
	  padding: 12px 15px;
}

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    font-size: 12px;
    font-weight: 600;
}

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after {
    display: none;
}
 .tws-article-list--list .tws-article-list--price .tws-api--price-current {
    color: #9d0000;
}

/* --- ARTICLE PAGE --- */

  
  .slot--article-description {
    border: none;
    padding: 0px 0 40px 0px;
}
  .slot--article-introduction,
  .slot--article-description .tws-article-description--heading {
  	display: none;
  }
  .slot--article-description .tws-article-description--article-number {
    text-align: left;
}
  
.article .slot--article-price .tws-api--price-current {
    color: #9d0000;
}
  
  @media(min-width:768px) {
  .article .slot--article-quantity {
    float: left;
		}  
  .bountiful--buy-button-group .buy-button-wrapper {
    max-width: 200px;
    display: inline-block;
    position: relative;
    bottom: 10px;
}
  }
  .bountiful--buy-button-group .slot--article-buy-button .btn::after {
    display: none;
}
  .article .bountiful--buy-button-group .slot--article-buy-button .btn {
    font-size: 0px;
}
  
  .article .bountiful--buy-button-group .slot--article-buy-button .btn::before {
    content:"Lägg i varukorgen";
		font-size: 12px;  
    font-weight: 600;
    line-height: 40px;
    text-transform: initial;
  }
  
  
  /* --- FOOTER --- */
  .bountiful--footer {
    padding: 0px 0 15px 0;
  }
.bountiful--footer .row {
    display: none;
}
  .bountiful--footer .slot--brand-logos {
    margin: 0px 0 0 0;
  }
  
  
  
/* --- CHECKOUT --- */

  
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-company,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-firstName,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-lastName,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-address, 
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-address2,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-postcode,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-town,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-country,
.user-logged-in.business .tws-checkout--invoice-address-form .tws-checkout--field-id-email
  {
  		 pointer-events: none !important;
  }
  
  
  
.user-logged-in .tws-checkout--custom-form .tws-checkout--field-id-155293 
    {
  		 pointer-events: none !important;
  }

.tws-checkout-shortcuts--customer-type.tws-checkout-shortcuts--customer-type-business {
    display: none;
}
  
.tws-checkout--field-control[readonly]{
  background-color: #eee;
  opacity: 1;
}
  .slot--article-share {
    display: none;
}
/*--HIDE ORDER HISTORY IN WEBSITE--*/
 li#tws-tabs--tab-orderhistorik,
  .tws-order-history {
    display: none;
}
.bountiful--my-pages .slot--my-pages-tabs .tws-tabs ul.nav-tabs {
    display: none;
}