@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Questrial);
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 24px;
    }
    .shop-item .shop-item-details .shop-item-title {
        font-size: 11px;
    }
}

.centered {
    text-align: center;
}

.quickorder-button-frame {
    outline: 1px solid #808080;
    padding: 10px;
    margin: 10px 0px;
}

.product-properties-icons {
    margin: 4px 4px
}

.calculation-help-frame {
    outline: 1px solid #808080;
    padding: 30px;
}

.dekora-item-pricegroup {}

.dekora-shipping-note {
    margin-top: -15px;
}

@media (min-width:992px) {
    .modal-lg {
        width: 90%;
    }
}

/* Navbar */

.navbar.navbar-inverse {
    background: #000000;
}

.navbar-inverse .toolbar .inner .cart-btn>a {
    color: #fff;
}

.navbar-inverse .lang-switcher .lang-toggle>i {
    color: #fff;
}

.navbar-inverse .main-navigation>.menu>li:hover>a {
    color: #d06e4f;
}

.navbar-inverse .badge {
    background-color: #777;
    color: #fff;
}

@media only screen and (min-width: 1070px) {
    .navbar-inverse .main-navigation>.menu>li>a {
        color: #fff;
    }
}

/* SITE LOGO */

.site-logo {
    padding: 18px 0;
}

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

.site-logo.visible-mobile {
    /* display: block; */
    z-index: 0;
}

.toolbar .inner a {
    z-index: 15;
}

.main-navigation>.menu li>a {
    font-size: 16px;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title>a {
    font-size: 15px;
}

.shop-item.sharp .shop-item-details .shop-item-price {
    font-size: 10px;
}

.shop-item.sharp .shop-item-details {
    background-color: white;
    border: 1px solid black;
    color: black;
}

.shop-item.sharp .shop-item-details .shop-item-price, .shop-item.sharp .shop-item-details .shop-item-title, .shop-item.sharp .shop-item-details .shop-item-title .item-name {
    color: black;
}

.featured-image {
    display: none;
}

footer.footer {
    background-color: #292929;
    padding: 18px 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    font-size: .95em;
}

footer a, footer h2 {
    color: white;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
}

footer a {
    text-decoration: none;
}

footer h2 {
    margin-bottom: 8px;
}

footer a:hover, footer a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}

footer ul.social li {
    display: inline;
    margin-right: 8px;
    font-size: 1.5em;
}

.stock-info {
    color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    padding: 4px;
}

.stock-info:hover {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.03);
}

.product-card-list .count-input input {
    margin: 10px 0px;
}

.product-card-list .count-input .incr-btn {
    top: 10px;
}

.product-card-list .count-input {
    width: 150px;
}

/* PRODUCT CARD SHARP START*/

.shop-item.sharp>.item-id {
    color: rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, 0.85);
    font-size: 12px;
    position: absolute;
    padding: 2px 10px;
}

.shop-item.sharp .shop-thumbnail>img {
    padding-bottom: 8px;
    padding-top: 8px;
}

.shop-item.sharp button.disabled {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.4);
}

.shop-item.sharp .shop-item-details .shop-item-title {
    min-height: 3em;
}

.shop-item.sharp .select-indicator {
    position: absolute;
    right: 0;
    padding: 8px;
    font-size: 20px;
}
/* PRODUCT CARD SHARP END*/

.ribbon {
    background-color: #da5100;
    border-radius: 0px!important;
}

.badge.badge-orange {
    background-color: #da5100;
}

a.dekora-series-link {
    height: 32px;
    text-decoration: none;
    background-color: #FFFFFF;
    line-height: 18px;
    padding: 5px 10px;
    font-size: 18px;
    color: #da5100;
    float: right;
    border: 2px solid #da5100;
    border-radius: 2px;
}

a.dekora-series-link:hover {
    background-color: #da5100;
    color: #FFFFFF;
}



.table.dekora-attributes-table {
    font-size: 14px;
    color: black;
}

.table.dekora-attributes-table tr, .table.dekora-attributes-table tr td, .table.dekora-attributes-table tr th {
    border: none;
}

.table.dekora-attributes-table tr td:first-child {
    width: 200px;
}

/* MODAL */

.modal .modal-header {
    padding-right: 15px;
    padding-bottom: 0px;
}

.modal .modal-body .tab-content {
    padding-top: 15px;
}

.cart-element-input {
	margin-top:	5px;
	margin-bottom: 5px;
	height: 36px;
}

.dekora-remove-cart-element {
	margin-right: -21px
}
.cart-availability{
    padding: 8px;
}
.dekora-cart-availability-wrapper{
    text-align: center;
    padding-top:13px;
}

/* Tooltip text */
.cart-availability .availability-tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .cart-availability:hover .availability-tooltip {
    visibility: visible;
    opacity: 1;
  }

.order-summary-box.second-row-summary-box{
    margin-top: 30px;
}
.lang-switcher{
    visibility: hidden;
}


gung-concept-images-component img {
    margin: auto;
    height: 450px;
    padding-top: 15px;
}
gung-concept-images-component {
    text-align: center;
}

/* Login big background image */
body.not-logged-in {
	background: url('https://cdn3.gung.io/fit-in/2500x2500/filters:format(webp):quality(90)/dekora/Inlogg_Shop_Dekora_2.png')
	no-repeat center top fixed;
	height: 100vh;
	width: 100vw;
    position: absolute;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body.not-logged-in .main {
	background: #FFFFFF;
	width: 90vw;
	max-width: 1000px;
	min-height: 450px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  
	padding: 40px;
}  
body.not-logged-in  footer {
	display: none;
}

.login-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
.btn.btn-login {
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 0px;
    line-height: 32px;
    height: 35px;
    color: #ffffff;
}

.btn.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-login:active, .btn.btn-login:focus, .btn.btn-login:focus:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
/* Login big background image END */

/* RELATED PRODUCTS */

.related-product-required{
    height: 37px;
    float: right;
}
.required-checkbox-label{
    line-height: 40px;
    float: right;
    padding-right: 7px;
}
.related-count-input-wrapper .count-input{
    width: 100%;
}
.required-accessories-header{
    font-size: 23px;
    margin: 30px 0px;

}
/* RELATED PRODUCTS END*/