/*.container-fluid > .main {
	margin-top: -20px;
}*/

.upload-area.upload-area-170 {
	width: 170px;
}

@media screen and (min-width: 769px) {
	.sticky-menu {
		position: initial;
		top: initial;
	}
}

.h1, h1  {
	font-size: 32px;
}

.wiges-search-input-wrapper > input, .wiges-order-by-wrapper > select {
	margin-bottom: 0;
}

wiges-filter-header-wrapper > div {
	margin-top: -20px;
}

/*Not the best fix, please sass*/
.btn-warning, .btn-warning:hover,.btn-warning:active, .btn-warning:focus {
	color: #000;
}

.btn-default:active {
	background: #3c3c3c;
}

.btn-default:focus {
	background: #7c7c7c;
}
.variant-images {
	padding-left: 10px;
	padding-right: 10px;
}

.variant-images > div {
	padding: 0px;
}

.shopping-cart .item {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	background: white;
	padding: 10px 45px 10px 10px;
	border: 0;
}

.shopping-cart .item .item-remove {
	top: 10px;
	right: 10px;
}

gung-cart-save-button > button.btn {
	width: 100%;
	margin-bottom: 0px;
}

.login-box {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	background: white;
	padding: 20px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #a5a5a5;
	color: #fff;
}

body {
	background: #e6e7e9;
}

.main-navigation {
	background-color: #58585a;
}

input.input-sm {
	padding: 10px;
	height: 36px;
	border-radius: 0px;
    box-shadow: none;
}

.lang-switcher {
	margin-top: 5px;
}

.badge-green { 
	background-color:#D6E0A3;  
	color:black;  
  } 
   
.badge-yellow { 
	background-color:#EDCA80;  
	color:black;  
} 

.badge-red { 
	background-color:#ea4141;  
	color:white;  
} 

.table a.badge {
    width: 100%;
	font-size: 14px;
	border-radius: 4px;
}

.table a.badge:hover {
	color: black;
}

.featured-image {
	background-image: url(../images/footer.jpg);
	opacity: 0.5;
}

h1, h4 {
	color: black;
	text-transform: uppercase;
}

gung-products-matrix-input-component .matrix-table .count-input {
	width: 100%;
}

.shop-item-title .item-name {
	min-height: 2.4em;
	text-transform: uppercase;
}

.item-description {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media screen and (min-width: 1650px) {
	.item-description {
		max-width: 280px;
	}
}
.shop-item .shop-item-details .shop-item-price {
	   display: block;
	   height: 1.5em;
	   width: 100%;
}

.shop-item .shop-item-details .shop-item-title {
	display: block;
	height: 2.5em;
	width: 100%;
}

.shop-item .shop-item-details .shop-item-price {
	font-weight: bold; 
	text-align: left;
}
.main-navigation>.menu li>a:hover {
	color: #fedd32;
}

.shop-item .shop-item-details {
	padding-top: 0px;
}

.shop-item gung-products-input-dynamic .btn {
	margin: 0px;
	height: 26px;
	line-height: 24px;
	text-align: center;
}

.product-list-item {
	padding-left: 5px;
	padding-right: 5px;
}

.shop-item {
	padding: 10px;
	border: none;
    border-radius: 2px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

gung-products-list-filter gung-item-list>div:nth-child(2) {
	margin-left: -10px;
	margin-right: -10px;
}
.widget {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

.wiges-panel {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

gung-panel .panel {
	border: 0;
	background-color: white;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
	padding-right: 12px;
}

.panel-group, .widget, .search-box {
	margin-bottom: 10px;
}

gung-item-list .row div[data-ng-repeat]:first-child gung-panel .panel, gung-item-list .row div[data-ng-repeat]:last-child gung-panel .panel {
	border-top: none;
}

.shop-label {
	top: 0px;
	left: 0px;
	border-radius: 0px;
	padding: 0px;
	padding-right: 10px;
}
.image-description {
	position:absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	background-color: #4675c1;
	color: white;
	border: 2px solid #31538c;
	border-radius: 7px;
}


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

.wiges-order-by-wrapper:after {
	content: '\f078';
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 30px;
    vertical-align: middle;
    height: 100%;
    font-size: 0.8em;
    font-family: FontAwesome;
}

.wiges-search-input-wrapper:after {
	content: '\f002';
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 30px;
    vertical-align: middle;
    height: 100%;
    font-size: 0.8em;
    font-family: FontAwesome;
}

.wiges-search-input-wrapper, .wiges-order-by-wrapper {
	float: right;
	width: 100%;
	padding: 10px 0px;
	
}

.wiges-search-input-wrapper input, .wiges-filter-hits-wrapper > span, .wiges-order-by-wrapper select {
	height: 32px;
	border-radius: 16px;
	border: 0;
	display: inline-table;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
}

.wiges-order-by {
	-webkit-appearance: initial!important;
    -moz-appearance: initial!important;
    -o-appearance: initial!important;
    appearance: initial!important;
}

.wiges-filter-hits-wrapper{
	text-align: right;
	width: auto;
	padding: 10px 0px;
	position: absolute;
	right: 20px;


}

.wiges-filter-hits{
	padding: 0 10px;
	padding-top: 6px;
	background-color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;

	
}

.categories-list {
	display: none;
}
.featured-image {
	background-image: url(../images/footer.jpg);
	opacity: 0.5;
}

.site-logo img {
	max-width: 120px;
}

.navbar {
	background-color: #58585a;
}

.btn-default {
	background-color: #343435;
}

.main-navigation>.menu li>a {
	color: #fff;
}

.mobile-menu-toggle > i {
	color: #fff;	
}
.mobile-menu-toggle .active > i {
	color: #fff;	
}
.main-navigation>.menu li>a, .toolbar .inner>a.mobile-menu-toggle {
	color: #fff;
}
.main-navigation>.menu li>a:hover, .toolbar .inner>a.mobile-menu-toggle:hover {
	color: #fedd32;
}

.toolbar .inner .cart-btn>a {
	color: #fff;
}
.toolbar .inner>.cart-btn .count {
	background-color: #fedd32;
	color: #58585a;
}

.toolbar .inner .cart-dropdown {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
}

.main-navigation>.menu>li .sub-menu {
	background-color: #515151;
}

.footer .column {
	background-color: #58585a;
}

.social-bar a {
	color: #fff;
}

/*COMPLEMENTING COLOR SCHEME*/

/*Buttons*/
.btn-primary:hover {
	color: #fff;
	background-color: #517046;
	border-color: #517046;
}

.btn-primary:focus {
	color: #fff;
	background-color: #517046;
	border-color: #517046;
}

.btn-primary:active {
	color: #fff;
	background-color: #517046;
	border-color: #517046;
}

.btn-primary:active:focus {
	color: #fff;
	background-color: #517046;
	border-color: #517046;
}

.btn-primary.disabled, .btn-primary[disabled], 
fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, .btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, 
.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	color: #484848;
	border: none;
}

/*List view switcher*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color: #5F8453;
	text-decoration: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #606060;
    background: 0 0;
    border: none;
    cursor: default;
    border-bottom: 2px solid #5F8453;
}

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

/*Tab border*/
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom: 2px solid #5F8453;
}

/*Active filter*/
.widget.widget-categories .active {
    border-left: 2px solid #fedd32;
}

/*Warning text backgrounds*/
.alert-success {
    color: #606060;
    background-color: #919191;
    border-color: #919191;
}

.alert-info {
    color: #303030;
    background-color: #919191;
    border-color: #919191;
}

/* FOOTER */
.footer {
	display: block;
	background-color: #58585a;
	color: rgb(255, 255, 255);
	padding: 28px;
}

.footer .row {
    display: flex;
    justify-content: center;
}

.footer ul {
	text-align: center;
	list-style: none;
	padding-left: 0;
}

.footer a {
	color: inherit;
	text-decoration-line: none;
}

/* END FOOTER */

generic-overview-filter .search-box {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
}

generic-overview-filter .search-box input{
	border: none;
	border-radius: 0;
}


.amount span {
	text-transform: initial;
}

.breadcrumbs span.clickable:hover {
	color: rgba(0,0,0,.9);
}



/* RIBBON FOR PRODUCT CARDS */

.ribbon {
	position: absolute;	
	left: -10px;
	top: 35px;
	padding: 0px 10px;
	color: white;
	min-width: 50%;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 3px;
}

.ribbon::before {
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	border-bottom: 10px solid transparent;
	border-right: 10px solid #002745;
}

.ribbon-small {
	left: -5px;
	min-width: 10%;
	max-width: 20%;
}

.ribbon-bottom::before {
	bottom: 28px;
	border-bottom: none;
	border-top: 10px solid transparent;
}

.ribbon-outlet {
	background-color: #EF6648;
}

.ribbon-outlet::before {
	border-right-color: #a0280e;
}

.ribbon-preorder {
	background-color: #2ecc71;
}

.ribbon-preorder::before {
	border-right-color: #27ae60;
}

.ribbon-news {
	background-color: #fbc531;
}

.ribbon-news::before {
	border-right-color: #e1b12c;
}

/* RIBBON ENDS HERE */


/* Center the items in the table vertically. Wierd spacing in product input matrix
	otherwise.
*/
.table > tbody > tr > td {
	vertical-align: middle;
}