@font-face {
  font-family: 'Source Sans';
  src: url('https://cdn.abicart.com/shop/ws17/156917/files/fonts/Source_Sans_regular.woff') format('woff'),
    url('https://cdn.abicart.com/shop/ws17/156917/files/fonts/Source_Sans_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

font-face {
  font-family: 'Source Sans';
  src: url('https://cdn.abicart.com/shop/ws17/156917/files/fonts/Source_Sans_bold.woff') format('woff'),
    url('https://cdn.abicart.com/shop/ws17/156917/files/fonts/Source_Sans_bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'Source Sans', sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

/*--Checkout logo--*/
.tws-checkout--payment-method-375407 .tws-checkout--payment-method-logo{
  width: 300px !important;
  height: auto;
}

.tws-checkout--payment-method-375411 .tws-checkout--payment-method-logo{
  width: 140px !important;
  height: auto;
}

.tws-checkout--payment-method-375409 .tws-checkout--payment-method-logo{
  width: 140px !important;
  height: auto;
}


.tws-article-name h1 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}

.bountiful--body {
		background-image: url('https://cdn.abicart.com/shop/ws17/156917/files/bkg_body_v1.png'); 
    background-repeat: repeat;            
    background-size: auto;                
    background-position: top left;    
} 


.bountiful--header {
  box-shadow: none;
}

.slot--header-horizontal-menu .navbar-nav > li a {
  color: #666 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slot--header-horizontal-menu .navbar-nav > li a:hover,
.slot--header-horizontal-menu .navbar-nav > li a:focus {
  color: #0a9046 !important;
  background: transparent;
}

.introduction a:hover {
	  color: #0a9046 !important;
}
  
/* --- BUY BUTTON --- */

@media(min-width:768px)  {
 
.slot--article-quantity .tws-article-quantity--input-wrapper {
    max-width: 160px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    max-width: 200px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }
  
