body {
    font-size: 16px;
}
/*breadcrumbs*/
main {
    padding-top: 0;
}
.breadcrumb {
    padding: 20px 12px;
    margin: 0;
    background: #354532;
    border: none;
    border-radius: 0;
}
.breadcrumb a {
    color: #ffffff;
}
.breadcrumb a:hover {
    color: #42653E;
}
.breadcrumb li + li:before {
    font-size: .95em;
}
.breadcrumb-h1 h1 {
    border: none;
    border-radius: 0;
    background: #42653E;
    color: #FFFFFF;
    padding: 10px 15px;
}
.breadcrumb-h1 h1:after {
    display: none;
}
.breadcrumb>li {
    color: white;
}
/*menu*/
.menu2 .menu__level-1-li:hover {
    background: #42653E;
}
.menu__level-1-a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
}

#category-module .menu-module__ul {
    border-radius: 0;
}
#column-left #category-module {
    margin-top: -25px;
}
/*
#category-module .menu-module__ul {
    background: none;
}
#category-module .menu-module__a {
    color: #333333;
}*/


.product-page-tabs.nav-tabs {
    border-radius: 0;
}

/*tables in description of product*/
#product .tab-content table {
    min-width: 680px;
    width: 100%!important;
}
#product .tab-content table p {
    margin: 10px 0;
}
.table-hover > tbody > tr {
    transition: color 0.3s, background-color 0.3s;
}
.table-hover > tbody > tr:hover {
    background-color: #42653e;
    color: white;
}
#product .tab-content table > tbody > tr > td {
    width: 300px!important;
}
#product .tab-content table > tbody > tr:not(:first-child) > td:first-child {
    font-weight: bold;
}
#product .tab-content table > tbody > tr:first-child > td {
    text-transform: uppercase;
}
.product-download__icon {
    color: #42653e;
}
.product-page-tabs .uni-badge {
    color: white;
}

.product-page .qty-indicator {
    display: none;!important;
}