@CHARSET "UTF-8";
body {
    font-family: "Work Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #e6e7e9;
    min-height: calc(100vh - 80px);
    position: relative;
    padding-bottom: 200px;
}

.uppercase {
    text-transform: uppercase;
}

.h1, h1 {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

a, a:focus, a:hover {
    color: #ffd702;
}
a {
    color: #ffd702;
    text-decoration: none;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
   padding-top: 1px;
   padding-bottom: 1px;
}

.shop-item{
    background-color: #FFFFFF;
}

div .item {
    border-bottom-color: black;
}

.shopping-cart-item {
    border-bottom-color: black;
}


.shop-item>.shop-item-hover {
	border: 0px solid black;
	max-height: 200px;
    overflow: hidden;
    font-size: 10px;
    padding: 5px;
    margin-top: 20px;
}
.tooltip-inner {
    max-width: 400px;
}
.block {
	width: 100% !important;
}

/* Background color for application */
section.container-fluid {
	background-color: #e6e7e9;
}

/* Light background for custom pages */

section.container-fluid>div>div.bg-light {
    background-color: white;
    border-style: solid;
    border-width: 1px;
}


.site-logo {
	float: left;
}

.site-logo img {
	width: 100%;
	max-width: 225px;
}

header>nav {
	position: relative;
}

header>div.container-fluid>.toolbar {
	float: right;
	position: relative;
}
.page-wrapper>.container-fluid{
    margin-top:  90px;
}

.featured-image {
	display: none;
}

.gung-tools {
	position: relative;
	top: initial;
	right: initial;
}

.gung-image-brand {
	display: none;
}

.gung-image-brand-png {
	display: block;
}

.btn-link {
	color: #2D3F5D;
}

.form-group {
	margin-bottom: 5px;
}

.panel-group .panel.panel-default {
	margin-top: 10px;
}

.thumbnail {
	border: none;
}

.thumbnail .caption h4 {
	height: 2em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;
}

.virtual-form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 5px 5px;
	font-size: 13px;
	line-height: 1.5;
	margin: 0px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

footer {
	border-top: 1px solid #000000;
	text-align: center;
	height: 250px;
    line-height: 50px;
    background-color: #ffd702;  
    color: #000000;
    padding-top: 30px;
    padding-bottom: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
footer a {
    color: #000000;
}
footer a:hover{
    color: #444444;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	cursor: default;
}

.tab-content {
	margin-top: 20px;
}

.sortorder:after {
	content: '\25b2';
}

.sortorder.reverse:after {
	content: '\25bc';
}

::-webkit-scrollbar {
	width: 0.5em;
	height: 1em
}

::-webkit-scrollbar-button {
	background: #ccc;
	height: 0.5em
}

::-webkit-scrollbar-track-piece {
	background: #FFF
}

::-webkit-scrollbar-thumb {
	background: #eee
}


.btn-primary{
	color: #fff;
	background-color: #7e7e7e;
	/* border-color: #696969; */
}
.btn-primary:hover, .open>.dropdown-toggle.btn-primary{
	background-color: #696969;
	border-color: #3f3f3f;
}

.btn-primary:active{
	background-color:#3f3f3f;	
}
.btn-primary:focus, .btn-primary.focus {
	background-color: #696969;
	border-color: #3f3f3f;

    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(42, 42, 42, 0.5);
}

.btn-primary:disabled{
    color: #000000
}

.search-box-wrapper {
    outline-color: rgba(0, 0, 0, 1);
    background-color: white;
}

.filter-top {
    background-color: #ffd800;
    border-bottom-color: 1px solid rgba(0, 0, 0, 1);
    margin-top: -38px;
}

.filter-top-products {
    margin-top: 80px;
}

.filter-status>:first-child {
    color: rgba(0, 0, 0, 1);
}

.filter-top .chip {
    outline-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    background-color: white;
}

.filter-btn {
    color: rgba(0, 0, 0, 1);
    outline-color: rgba(0, 0, 0, 1);
}

.navbar.navbar-sticky {
    border-bottom: 1px solid;
}

.btn-default {
    color: #fff;
    background-color: #7e7e7e;
}

.btn-success {
    background-color: #ffd800;
}

.btn-sm {
    height: 36px;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 4px;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px!important;
}
.no-margin-button {
    margin: 0px;
}
.count-input input {
    border: 2px solid #7e7e7e;
    border-radius: 4px;
    background: 0 0;
    background-image: initial;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.incr-btn {
    color: black;
}


.toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
    background-color:#606060;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.toolbar:hover .inner>.cart-btn .count, .toolbar .inner>a .count {
    background-color:#999;

}
.toolbar .inner .cart-btn>a>i, .toolbar .inner>a>i{
    padding-right: 6px;
    font-size: 34px;

}

gung-cookie-accept {
    position: absolute;
    bottom: 0px;
    z-index: 1001;
    width: 100%;
    display: block;
    text-align: center;
	background-color: white;
    color: black;
}

.cookie-accept-holder {
    border-top: 1px solid black;
}

.cookie-accept-text {
    font-size: 14px;
}

/* TOP BAR */
header .top-bar {
    background-color: #333333;
    color: white;
    font-size: 70%;
    letter-spacing: 2px;
    line-height: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -20px;
    height: 20px;
    width: 100%;
}

header .top-bar .line {
    background-color: #ffd702;
    position: absolute;
    top: 0px;
    height: 2px;
    margin: auto;
    width: 100%;
}

header .top-bar a {
	color:white;
	text-transform: none;
	text-decoration: none;
}

header {
    margin-top: 20px;
}

@media screen and (min-width: 1071px) {
    header .top-bar {
        font-size: 90%;
        height: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1070px) {
    .main-navigation {
        top: 100px;
    }
}
 



.form-horizontal .control-label.text-left{
    text-align: left;
}

.product-matrix-text{
    font-size: 14px;
}

/* Below only needed when gray background.*/
.no-margin{
    margin: 0;
}

.widget{
    background-color:#FFFFFF;
}

.order-summary-box{
    background-color: #FFFFFF;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #e6e7e9;
    border: 1px solid #FFFFFF;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-color: #e6e7e9;
    border-bottom-width: 2px;
    cursor: default;
}

gung-panel .panel {
    box-shadow: none;
    border-bottom: 1px solid #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    margin-bottom: 5px;
}


.nav-tabs>li>a {
    color: #000000;
}

.main-navigation>.menu li>a{
    color: #000000;
    font-weight: 500;
}


/* Nav pils */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #555555;
}

.nav-pills>li>a {
    color: #000000;
}


.link-contactpage{
    color: #000000;
    font-weight: bold;
}
.link-contactpage:hover{
    color: #555555;
}



.shop-label {
	top: 0px;
	left: 0px;
	border-radius: 0px;
	padding: 0px;
	padding-right: 10px;
}
.shop-label.variant-label {
	top: initial;
	left: initial;
	bottom: 0px;
	right: 0px;
	border-radius: 0px;
	padding: 0px;
	padding-left: 10px;
	text-transform: lowercase;
}

.shop-item {
    padding: 10px;
}

.shop-item .shop-item-details {
    display: block;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title {
    display: block;
    margin-bottom: 0px;
}

.item-description {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-card-title{
    font-size: 20px;
    padding-bottom: 4px;
}

.product-list-filter-panels{
    padding-top: 148px;
}

.nav-pills{
    padding-top: 80px;
}

generic-overview-filter .tab-content{
    padding-top: 0px;
}


.shop-item-button{
    width: 80%;
}

.context-menu{
    top: 100px;
}


.panel{
    background-color: #ffffff;
}

.padding-checkout-card{
    padding-left: 15px;
}

.cart-amount{
    display: inline-block;
}

.toolbar-right{
    min-width: 200px;
    max-width: 250px;
    width: auto;
    right: 0px;
}

.toolbar .inner>.cart-btn {
    display: inline-block;
}

.amount{
    font-size: 18px;
    padding: 0px;
    line-height: 1;
}

.cart-amount .excl-vat {
    font-size: 12px;
    line-height: 80%;
    text-transform: lowercase;
} 

.cart-amount > div {
    padding: 26px 0px;
}

.toolbar .inner {
    display: block;
}

@media (min-width: 1300px){
    .toolbar{
        max-width: 350px;
    }
}

.thumbnail.gung-item-selected {
    border: 1px solid;
}

table.matrix-table td, table.matrix-table th {
    min-width: initial;
    padding: 5px 2px!important;
}

table.matrix-table th {
    font-size: 90%;
}

.shopping-cart .item .item-price {
    font-size: 16px;
}

.modal-dialog.modal-matrix-size {
    max-width: 1024px;
}

.nav.nav-pills>li>a {
    padding: 0px 5px;
}

.gung-tools {
    margin: 0px;
}

.gung-tools button {
    margin: 0px;
}

.widget>ul>li >a {
    color: black;
}

.text-darker {
    color: black;
    font-weight: 500;
}

.text-darker-bold {
    color: black;
    font-weight: 600;
}

table.text-darker>tbody>tr>td>label, table.text-darker>tfoot>tr>th>label {
    color: black;
    font-weight: 500;
}

div.text-darker>span, div.text-darker>small{
    color: black;
    font-weight: 500;
}

h3.text-darker>a, h3.text-darker>a>small {
    color: black;
    font-weight: 500;
}

ul.nav-tabs>li>a>uib-tab-heading {
    color: black;
    font-weight: 500;
}

/* Target showing-label at product screen */

span.text-darker>span {
    color: black;
    font-weight: 500;
}

/* Target item price in checkout cart editor */
div.item-details>div.text-darker>div>span.item-price {
    color: black;
    font-weight: 500;
}

/* Target labels at start screen*/
.text-darker>div>label{
    color: black;
    font-weight: 500;
}

h3 small {
    color: #000000;
}

h3 {
    font-weight: 400;
}

/* Target tabs at start screen*/
.text-darker>div>div>.nav-tabs>li>a>uib-tab-heading {
    color: black;
    font-weight: 500;
}

.form-control, .form-control.placeholder, label, select option {
    color: #000000;
}

.btn.disabled, .btn[disabled], .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
    background-color: inherit;
    cursor: not-allowed;
    border-color: inherit;
}

/*
.btn.disabled, .btn[disabled], .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
    background-color: #c0c0c0!important;
    cursor: not-allowed;
    border-color: #000000;
}
*/

/* So it is visible against the gray background. */
.btn-default:focus{
    background-color: #7e7e7e;
}


/* Hide the spinner in number inputs. */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Border color more gray in table. */
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    border-bottom: 2px solid #D3D3D3 !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-top: 2px solid #D3D3D3;
}
.modal-footer{
    border-top: 2px solid #D3D3D3;
} 

/* Table hover color */
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th{
    background-color: #E8E8E8;
}

/* Make borders of input fields more clear. */
.form-control{
    border: 2px solid #d3d3d3;
}

/* Color of the bottom border in cart items gray. */
.shopping-cart .item {
    border-bottom: 2px solid #BEBEBE;
}

/* Border of the remove from cart button gray. */
.shopping-cart .item .item-remove {
    border: 2px solid #BEBEBE;
}
.shopping-cart .item .item-remove:hover {
    border: 2px solid #3f3f3f;
}

/* Border of the input mathing the other border colors instead of being black. */
.shopping-cart .item .count-input input {
    border: 2px solid #BEBEBE;
}
.modal-body {
    border: 0px;
}
