/* FONTS =================================================== */
@font-face {
    font-family: 'Rosario SemiBold';
    src: url('../fonts/rosario-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Rosario Regular';
    src: url('../fonts/rosario-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Hind Bold';
    src: url('../fonts/hind-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Hind Regular';
    src: url('../fonts/hind-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('../fonts/roboto-condensed-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* GENERAL ================================================= */
html {
/*
    position: relative;
    min-height: 100%;
*/
    font-size: 100%;          /* base font size for REM */
}
body {
    width: 100%;
    color: #666666;
    font-size: 1.0rem;        /* 16px on most browsers */
    font-weight: 400;
    font-family: 'Hind Regular', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

/* override some bootstrap defaults */
h1 { font-size: 2.00rem; }
h2 { font-size: 1.70rem; }
h3 { font-size: 1.40rem; }
h4 { font-size: 1.10rem; }
h5 { font-size: 0.875rem; }
h6 { font-size: 0.75rem; }
a,
a:hover,
a:active,
a:visited {
    color: #88774f; /* 57544e */
}
/* FIXME active blue
a:active {
    background: #ff0000 !important;
}
*/
a.warning {
    text-decoration: underline;
}
i.warning {
    color: #faa732;
}
span.warning {
    margin-left: 5px;
    vertical-align: super;
}
legend { 
    font-size: 1.25rem;
    padding: 7px 0px
}
label {
    font-size: 1.0rem;
    font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 0.875rem;
}

/* fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}
div.required .control-label {
    font-size: 1.10em;
}
div.required .control-label:before {
    content: '* ';
    color: #ff0000;
    font-size: 1.10em;
    font-weight: bold;
}
.nav-tabs {
    margin-bottom: 15px;
}


/* BASIC HTML ============================================== */

hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1.5em 0;
    border: 0;
    border-top: 1px solid #cccccc; 
}
hr.menubar {
    margin: 0;
}
hr.section {
    margin: 60px 0 40px 0;
}
hr.footer{
    margin: 0;
    border-top: 1px solid #666666; 
}
h2.heading,
h3.heading {
    font-family: 'Rosario Regular', sans-serif;
    text-align: center;
}
h2.heading {
    font-size: 3.0rem;
    text-transform: uppercase;
}
h3.heading {
    font-weight: bold;
}
p.inline {
    text-align: center;
}
ul.inline {
    margin: 0;
    padding: 0;
}
ul.inline li {
    float: left;
    margin: 0 1.0em;
}

/* WIDGETS ================================================= */

/* dropdown menus */
.dropdown,
.dropdown-toggle,
.dropdown-menu a:hover,
.dropdown-menu a:active,
.dropdown-menu li:hover,
.dropdown-menu li:active {
    background: none !important;
}

/* breadcrumb */
.breadcrumb {
    padding: 5px;
    border: none;
    background: none;
}
.breadcrumb i {
    font-size: 1.10rem;
}
.breadcrumb > li > a {
    text-decoration: none;
}

/* pagination */
.pagination {
    margin: 0;
}
.pagination a {
    color: #57544e !important;
}
.pagination li.active span {
    background: #37342e;
}

/* alert */
/*
.alert {
    padding: 8px 14px 8px 14px;
}
*/

/* buttons */
.buttons {
    margin: 1.00em 0;
}
.btn-readmore {
    margin-top: 3.0em;
    float: right;
}

/* modals */
.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.modal-body {
    text-align: justify;
}

/* PAGE ELEMENTS =========================================== */

/* header */
header {
    margin-bottom: 20px;
}

/* top navbar */
#top {
    min-height: 40px;
    margin: 0 0 20px 0;
    padding: 4px 0 3px 0;
    background-color: #000000;
    font-size: 0.95rem;
}
#top .container {
    padding: 0 10px;
}

/* top navbar : search */
#search {
    width: 75%;
}
#search .input-lg,
#search .btn {
    height: 36px;
    color: #ffffff;
    border-color: #999999;
    background-color: #57544e; /* #57544e #6c6962 #7c7971 #98885a */
}
#search .input-lg {
    padding: 0 10px;
}
#search .btn {
    font-size: 0.875rem;
    border-left: 0;
}

/* top navbar : localization */
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

/* top navbar : user account */
#top .nav ul {
    margin-top: 6px !important;
}
#top .nav li,
#top .nav a {
    color: #aaaaaa;
    text-decoration: none;
}
#top .nav li:hover,
#top .nav a:hover {
    color: #ffffff;
}
#top .nav .dropdown-menu li,
#top .nav .dropdown-menu a {
    color: #444444;
}
#top .nav .dropdown-menu li:hover,
#top .nav .dropdown-menu a:hover {
    color: #8eb35a;         /* #96c121 */
}

/* page header : contact, cart, signin */
#cart, #contact, #signin {
    padding-top: 30px;
}
#cart, #contact {
    font-size: 1.0rem !important;
}
#cart span.label, #contact span.label {
    color: #000000;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
}
#contact i.fa {
    margin: 6px 0 0 10px;
}
#cart i.fa, #signin i.fa {
    margin: 6px 10px 0 0;
}
#cart, #signin {
    text-align: right;
}
#cart a, #signin a {
    text-decoration: none;
}
#cart-total {
    text-transform: none;
}
#cart button {
    padding: 0;
    color: #000000 !important;
}

/* page header : logo */
#logo {
    margin: 0 0 10px 0;
}
#logo img {
    width:  70%;
    height: 70%;
}
#logo img, #logo h1 {
    margin: 0 auto;
}

/* menu */
#menu {
    margin: 10px auto;
    min-height: 40px;
}
#menu .navbar,
#menu .navbar-nav {
    float: none;
    display: inline-block;
}
#menu .navbar,
#menu .navbar-collapse {
    text-align: center;
}
#menu .nav > li > a {
    color: #444444;
    letter-spacing: 1px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: 'Rosario SemiBold';
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    color: #8eb35a;            /* #8eb35a #b5aa92 #88774f #96c121 */
    background: none !important;  
}
#menu .btn-navbar {
    float: right;
    color: #ffffff;
    font-size: 1.0rem;
    font-stretch: expanded;
    background-color: #8eb35a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #a4c27a;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 0.875rem;
}
#menu .dropdown-inner li a:hover {
    color: #8eb35a;
    text-decoration: none;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #dddddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 0.875rem;
}
#menu .see-all:hover,
#menu .see-all:focus {
    color: #8eb35a;
    text-decoration: none;
    
}

/* content */
#content {
    min-height: 600px;
}

/* content : banner */
#banner {
    padding: 0;
    margin: -2px 0 60px 0;
    font-family: 'Rosario Regular', sans-serif;
}
#banner #welcome {
    min-height: 415px;
    background-image: url("../image/basaburuko-saskia-basterrak.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
#banner #welcome h2,
#banner #welcome h3,
#banner #welcome .header {
    color: #ffffff;
    text-align: center; 
    font-family: 'Rosario SemiBold', sans-serif;
}
#banner #welcome h2 {
    font-size: 3.00rem;
}
#banner #welcome .header {
    padding: 70px 0 0 0;
    font-size: 1.0rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#banner #actions {
    min-height: 235px;
    background-color: #f2f1ef; /* #edebe5 */
    text-align: center;
}
#banner #actions h3 {
    margin: 40px 0 20px 0;
    color: #000000;
    font-weight: 400;
}
#banner .btn {
    width: 200px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}

/* content : pages */
.page-heading-a, .page-heading-b {
    padding: 20px 0;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
/*
.page-heading-a {
    background-image: url("../image/basaburuko-saskia-apaindura_415x140-1.png");
}
.page-heading-b {
    background-image: url("../image/basaburuko-saskia-apaindura_415x140-2.png");
}
*/
.page-columns {
    text-align: center;
    margin-bottom: 40px;
}
.page-columns .shifted {
    margin-top: 20px;
}

/* products : categories */
#product-category h2 {
    margin-top: 40px;
    padding-top: 0;
}
#product-category img.category {
    border: 0;
}

/* products : products */
#product-product li h2 {
    color: #8eb35a;
    font-weight: 600;
}
.product-thumb {
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}
.product-thumb h4 {
    text-align: center;
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 210px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.product-thumb .image img {
    margin: 0 auto;
}
.product-thumb .price {
    color: #8eb35a;
    font-weight: 600;
    text-align: center !important;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999999;
    font-size: 0.75rem;
    display: block;
}
.product-thumb .manufacturer {
    text-align: center;
}
.product-thumb .product-labels  li {
    min-width: 70px;
    min-height: 70px;
}
.product-thumb .product-labels .ab {
    background: no-repeat url("/image/catalog/basaburu/logo-ab_70x70.png");
}
.product-thumb .product-labels .aop {
    background: no-repeat url("/image/catalog/basaburu/logo-aop_70x70.png");
}
.product-thumb .product-labels .idoki {
    background: no-repeat url("/image/catalog/basaburu/logo-idoki_70x70.png");
}
.product-thumb .product-labels .kintoa {
    background: no-repeat url("/image/catalog/basaburu/logo-kintoa_70x70.png");
}
.product-thumb .product-labels .ossau_iraty {
    background: no-repeat url("/image/catalog/basaburu/logo-ossau-iraty-fermier_70x70.png");
}
.product-thumb .product-labels .cerise_itxassou {
    background: no-repeat url("/image/catalog/basaburu/logo-cerise-itxassou_70x70.png");
}
.product-thumb .product-labels .piment_espelette {
    background: no-repeat url("/image/catalog/basaburu/logo-piment-espelette_70x70.png");
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/* list group */
.list-group a, 
.list-group a.active {
    color: #888888;
    padding: 8px 12px;
}
.list-group a:hover,
.list-group a.active,
.list-group a.active:hover {
    background: #eeeeee;
}
.list-group a:hover,
.list-group a.active:hover {
    color: #444444;
}
.list-group a.list-group-item {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

/* content : text columns */
.col-text {
    padding: 20px;
    text-align: justify;
}
.col-text img {
    width: 95%;
}
.img-box-left,
.img-box-right {
    position: relative;
    display: inline-block;
}
.img-box-left::before,
.img-box-right::before {
    position: absolute;
    width: 95%;
    height: 100%;
    border: 5px solid #edebe5;  /* #8eb35a #cfd57c #f4f1e3 */
    content: '';
    z-index: -1;
    margin-bottom: 30px;
}
.img-box-left::before {
    top: -30px;
    left: -30px;
}
.img-box-right::before {
    top: 30px;
    left: 30px;
}

/* bottom banner */
#bottom {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 200px;
    background-color: #f2f1ef; /* #edebe5 */
}
#bottom img {
    margin: 10px 0;
}
#bottom .briefly {
    padding: 80px 80px 20px 80px;
    text-align: justify;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 0.875rem;
    font-family: 'Hind Medium';
    min-height: 345px;
    background-image: url("../image/basaburuko-bazterrak-ilun_1200x390.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
#bottom .brands {
    text-align: center;
}
#bottom .brands img {
    margin: 10px 10px 60px 10px;
}
.brands img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.brands img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

/* */
.page-body {
    padding-bottom: 100px;
}

/* footer */
footer {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.60rem;
    color: #aaaaaa;
    background-color: #37342e;
}
footer .img-thumbnail {
    padding: 0;
    border: none;
}
footer h5 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.0rem;
}
footer a,
footer a:active,
footer a:visited {
    color: #aaaaaa;
}
footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* specific pages */
#farmers .collapse {
    margin-top: 60px;
}

/* information */
#information-information {
    margin: 0 auto;
    max-width: 900px;
    color: #000000;
    font-size: 1.0rem;
}

/* carousel */
/*
.carousel-caption {
    color: #FFFFFF;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
*/

/* product : thumb */
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
    float: left;
    border: none;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: 'Roboto Condensed Regular';
    width: 60%;
/*
    color: #888;
    font-weight: bold;
*/
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #dddddd;
}
.product-thumb .button-group button:hover {
    color: #444444;
    background-color: #dddddd;
    text-decoration: none;
    cursor: pointer;
}

/* products : rating */
/*
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
*/


/* RESPONSIVE ============================================== */

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
      width: 100%;
    }
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
      min-width: 100%;
    }
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block;
    }
}
@media (max-width: 767px) {
    #menu {
      border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
      display: block;
    }
    #menu div.dropdown-menu {
      margin-left: 0 !important;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
      display: block;
    }
    #menu .dropdown-inner a {
      width: 100%;
      color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff;
    }
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
      border-left: none;
    }
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
      width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
      width: 33.33%;
    }
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
      clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
      clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
      clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
      width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
      width: 100%;
    }
}

/* ==== O P E N C A R T   S T U F F ==== */

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #444444;
}

#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 0.85em;
    line-height: 1.30em;
    color: #ffffff;
}
#cart.open > .btn {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    color: #666;
}
#cart.open > .btn:hover {
    color: #444444;
}
#cart .dropdown-menu {
    background: #eeeeee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* FIXME */
input-group input {
    border-radius: 2px;
}
.input-group input,
.input-group select,
.input-group .popover,
.input-group .dropdown-menu {
    font-size: 0.85em;
}
.btn-group > .btn,
.btn-group > .popover,
.btn-group > .dropdown-menu,
.input-group-btn > .btn {
    font-size: 12px;
}
.input-group-btn {
    padding: 0 5px 10px 0;
}
.btn {
    padding: 8px 12px;
    font-size: 1.0rem;
    border-radius: 2px;
    text-transform: uppercase;
}
.btn-xs {
    font-size: 0.75rem;
}
.btn-sm {
    font-size: 0.875rem;
}
.btn-md {
    font-size: 1.0rem;
}
.btn-lg {
    font-size: 1.10rem;
}
.btn-xl {
    font-size: 1.20rem;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-primary {
    background-color: #8eb35a !important;
}
.btn-primary:hover {
    background-color: #a4c27a !important;
}
.btn-primary:active, .btn-primary.active {
    background-color: #759a41 !important;
} 
.btn-primary.disabled, .btn-primary[disabled] {
    background-color: a8cd74 !important;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-secondary {
    background-color: #6c6962 !important;
}
.btn-secondary:hover {
    background-color: #928f8a !important;
}
.btn-secondary:active,
.btn-secondary.active {
    background-color: #5f5c57 !important;
}
.btn-secondary.disabled,
.btn-secondary[disabled] {
    background-color: #c5c2bd !important;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-danger {
    background-color: #da4f49 !important;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-warning {
    background-color: #faa732;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-success {
    background-color: #5bb75b;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    border: 0;
}
.btn-info {
    background-color: #df5c39;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    border: 0;
    color: #ffffff !important;
}
.btn-inverse {
    background-color: #363636;
}
.btn-link {
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0);
    color: #8eb35a; 
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
/* FIXME why this? not in default stylesheet */
.btn-block {
    margin: 0.5em 0;
}

/* fixed product layouts used in left and right columns */
/*
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
*/

/* fixed mobile cart quantity input */
/*
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
*/
