/* GUNG */

@import url('https://fonts.googleapis.com/css?family=Raleway');
gung-cookie-accept {
	position: fixed;
	bottom: 0px;
	z-index: 1001;
	width: 100%;
	display: block;
	text-align: center;
	background-color: black;
	color: white;
}

.shop-item.sharp .btn {
	border-radius: 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, .6);
	background-color: transparent;
	color: rgba(255, 255, 255, .8);
	transition: color .2s ease;
	font-size: 14px;
	margin-bottom: 0px;
}

.campaign-products {
	background: #4c87ca;
	;
	padding: 30px 40px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #b1b4b5;
}

.btn.disabled, .btn[disabled], .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
	cursor: not-allowed;
	background-color: #000000!important;
}

a, a:focus, a:hover {
	color: #000000;
}

.popover-inner {
	color: black;
	width: 200px;
}

.popover-content {
	padding-left: 4px 14px;
}

.tab-content {
	padding-top: 5px;
}

.shop-item.sharp>.item-id {
	color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	padding-right: 6px;
	padding-left: 6px;
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFF;
}

.shop-item .shop-thumbnail .item-link {
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.85);
}

.shop-bar {
	display: table;
	width: 80%;
	float: left;
}

/* HOME PAGE */
.form-control, .form-element, .form-group, address {
    margin-bottom: 6px;
}
.home {
	margin-bottom: -72px;
	margin-top: -50px;
}

.home>.row>div {
	padding: 30px 50px;
	color: white;
}

.home .h3, .home h3 {
	text-transform: uppercase;
	color: white;
}

.front-page-header {
	line-height: 1;
	text-transform: uppercase;
	font-size: 4rem;
	color: white;
}

.campaign-row .front-page-header {
	color: black;
}

.gung-black-text, .gung-black-text * {
	color: black!important;
}

.campaign-products .count-input {
	width: initial;
}

@media screen and (min-width: 1200px) {
	.front-page-header {
		font-size: 7rem;
	}
}

.gung-home-page.row {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -48px;
}

.top-image {
	background-image: url(http://www.fortiva.se/wp-content/uploads/2017/11/mall_fortivisten_banner-2-1024x295.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 40vh;
}

.conti-1 {
	background-image: url(http://www.fortiva.se/wp-content/uploads/2017/09/test3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.conti-2 {
	background-image: url(http://www.fortiva.se/wp-content/uploads/2017/09/test2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.shop-item.sharp>.campaign-label {
	color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	padding-right: 6px;
	padding-left: 6px;
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: RED;
	color: #FFF;
	display: block;
	right: 1px;
}

.home .info-row {
	min-height: 35vh;
}

.home .campaign-row {
	min-height: 300px;
}

/* HOME PAGE END */

gung-product-item-text-section p {
	margin: 0px;
}

.gung-text-heading {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
}

.gung-product-property-table>tbody>tr>td {
	border: none;
	padding: 2px 0px;
}

.gung-product-property-table>tbody>tr>td:first-child {
	font-weight: bold;
	font-size: 14px;
}

.gung-count-input-wrapper .count-input {
	width: 100%;
}

gung-products-list-filter gung-products-item-availability p {
	margin: 0px;
	text-align: center;
	color: rgba(255, 255, 255, .9);
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px
}

gung-products-list-filter gung-products-item-availability.black p {
	color: #222;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

header.navbar {
	background-color: white;
}

header {
	background-image: url();
	background-repeat: no-repeat;
	background-size: 100%;
}

.main-navigation>.menu li>a {
	color: #4c87ca;
	font-size: 14px;
	font-weight: 600;
}

.main-navigation.open>.menu li>a {
	color: #4c87ca;
}

.main-navigation>.menu>li .sub-menu>li>a {
	color: #4c87ca;
	font-size: 12px;
}

.toolbar .inner>a, .toolbar .inner .cart-btn>a {
	color: #000000;
}

.lang-switcher .lang-toggle>i {
	color: #000000;
}

.lang-dropdown li {
	white-space: nowrap;
}

.site-logo {
	background-image: url(https://cdn1.gung.io/nitator/_website/logo-blue.png);
	background-repeat: no-repeat;
	background-position-y: center;
	text-indent: -10000px;
	width: 220px;
}

.site-logo img {
	visibility: hidden;
	max-width: 73px;
}

.featured-image {
	display: none;
}

.login .featured-image {
	display: block;
	background-image: url(http://www.fortiva.se/wp-content/uploads/2017/11/mall_fortivisten_banner-2-1024x295.jpg);
	height: 440px;
}

.categories-list .featured-image {
	display: block;
	background-image: url(http://www.fortiva.se/wp-content/uploads/2017/11/mall_fortivisten_banner-2-1024x295.jpg);
	height: 100px;
}

.footer {
	border-top: 1px solid #000000;
	text-align: center;
	height: 250px;
	line-height: 32px;
	background-color: #383739;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 80px;
	position: absolute;
	width: 100%;
}

.footer a {
	text-decoration: none;
	color: unset;
}

.footer a:hover, .footer a:focus {
	color: rgba(255, 255, 255, .6);
}

/* CUSTOM HOME PAGE STYLING */

.btn-primary {
	background-color: rgba(0, 0, 0, 0.75);
}

.btn-primary:hover {
	background-color: rgba(0, 0, 0, 0.65);
}

.btn-primary:active, .btn-primary:focus {
	background-color: rgba(0, 0, 0, 0.58);
}

.btn-default {
	background-color: rgba(0, 0, 0, 0.75);
}

/* cart count  */

.toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
	background-color: #428bca;
	color: white;
}

/* PRODUCT LIST STYLING */

.product-list-table {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 6px;
	padding-top: 6px;
	display: flex;
	align-items: center;
}

.product-list-table img {
	max-height: 80px;
}

.product-list-table:hover {
	color: black;
	background-color: rgba(0, 0, 0, 0.02);
}

.product-list-table .product-text {
	font-size: 18px;
}

.product-list-table .product-text a {
	color: inherit;
}

/* END PRODUCT LIST STYLING */

.filter-top-products .nav-pills>li.active a {
	background-color: rgba(0, 0, 0, 0.85);
}

.filter-top-products .nav-pills a span {
	color: rgba(0, 0, 0, 0.85);
}

.shop-item.sharp .shop-item-details .shop-item-price, .shop-item.sharp .shop-item-details .shop-item-title>a {
	font-size: 12px;
}

.shop-item.sharp .shop-item-details .shop-item-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shop-item.sharp .shop-item-details .shop-item-price {
	min-height: 28px;
}

.shop-item.sharp:hover .shop-item-details {
	background-color: rgba(0, 0, 0, 0.85);
}

.shop-item.sharp .shop-item-details button.btn {
	font-size: 14px;
}

/* PRODUCT DETAILS */

gung-product-item-carousel img {
	max-height: 350px;
}

.product-details h2, .product-details h3 {
	margin-bottom: 0;
}

.product-details h3 {
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.2em;
}

.product-details button {
	border-radius: 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, .6);
	color: rgba(255, 255, 255, .8);
	transition: color .2s ease;
}

.product-details button:hover {
	border-top: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.product-details .count-input {
	margin-top: 2px;
	width: 100%;
}

.product-details .count-input .btn {
	margin-top: 0px;
}

.product-details .count-input input {
	border: none;
	border-radius: 0;
	border-top: 1px solid rgba(255, 255, 255, .6);
	background-color: rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid transparent;
	transition: border .2s ease;
	color: rgba(255, 255, 255, 1);
}

.product-details .count-input input:focus {
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.product-details .count-input .incr-btn {
	color: rgba(255, 255, 255, .8);
	transition: color .2s ease;
	font-size: 2.7rem;
}

.product-details .count-input .incr-btn:hover {
	color: rgba(255, 255, 255, 1);
}

.product-details .count-input:focus, .product-details gung-products-input-single:focus, .product-details button:focus {
	outline: none;
}

div.home div.top-image {}

div.home h2 {
	color: white;
}

.btn-continova {
	background: none;
	border: 2px solid white;
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.home>.row>div {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.product-image-hover .hover-icon {
	color: #F5A700;
	position: absolute;
	display: inline-block;
	z-index: 1;
	margin: auto;
	margin-left: -14px;
	pointer-events: none;
	opacity: 0;
	margin-top: 50%;
	transition: all 500ms;
}

.product-image-hover:hover .hover-icon {
	opacity: 1;
	margin-top: 45%;
}

gung-product-item-carousel .image-list img {
	opacity: 0.5;
}

gung-product-item-carousel .image-holder {
	position: relative;
	display: block;
	overflow: hidden;
	cursor: zoom-in;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

gung-product-item-carousel .image-holder.zoomed {
	cursor: zoom-out;
}

gung-product-item-carousel .image-holder.zoomed img {
	transition: opacity 200ms;
}

gung-product-item-carousel .image-holder.zoomed img.original {
	opacity: 0;
}

gung-product-item-carousel .image-holder.zoomed img.zoom {
	position: absolute;
	width: 250%;
	height: 250%;
	max-width: unset;
	max-height: unset;
	zoom: 250%;
}

gung-product-item-carousel .image-list img {
	transition: opacity 200ms;
}

gung-product-item-carousel .image-list img.active {
	opacity: 1;
}