@import url("fonts.css");

woodland-display-ticket-count  {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
woodland-display-ticket-count > a {
    color: #FFFFFF !important;
    text-decoration: none;
}

body.not-logged-in {
    background: url(/images/bg.jpg)
    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: 600px;
    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;
}

body.not-logged-in  footer {
    display: none;
}

body.not-logged-in  header {
    display: none;
}

.login-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.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);
}

.site-logo {
    padding: 15px 0;
}
  
.site-logo img {
    width: 100%;
    max-width: 200px;
}

.site-logo.visible-mobile {
    height: 60px;
}

.chart-container {
    width: 100%;
    height: 500px;
    position: relative;
}
.woodland-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.fa-close{
    color:red;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.4em 0.5em;
    background-color:white;
    cursor: pointer;
}
.woodland-comment {
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    width:600px;
    color: white;
}

.woodland-comment-firstuser {
    background-color: #4471c4;
}
.woodland-comment-seconduser {
    background-color: #2B245F;
    margin-left: 100px
}
.woodland-comment-thirduser {
    background-color: #42931f;
    margin-left: 200px;
}

.modal-xlg.modal-dialog {
    width: 80%;
    height: 90%;
}

.modal-xlg .modal-content {
    width: 100%;
    height: 100%;
}


.woodland-accordion:hover {
    background-color: #ccc;
}

.woodland-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.woodland-cart-element-header {
    font-style: bold;
    border-bottom: 2px solid grey;
}

.woodland-cart-element {
    border-bottom: 1px solid grey;
    margin-top: 5px;
    margin-bottom: 5px;
}

.toolbar .inner>.cart-btn .count, .toolbar .inner>a .count {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #406979;
    text-overflow: unset;
}

edit-customer-component > button {
    width: 100%;
}

edit-order-modal > button {
    width: 100%;
}

button > woodland-order-email-component {
    width: 100%;

}
button > woodland-order-email-component > a {
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
}

.woodland-not-invoiced {
    background: #fff;
    color: #060606;
}
.woodland-invoiced {
    background: #f6f6f6;
    color:#060606;
}
.navbar {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px -3px 10px 0px #606060;
    -webkit-box-shadow: 0px -3px 10px 0px #606060;
}

.main-navigation {
    background-color: #fff;
}

.main-navigation>.menu li>a.sub-menu-heading {
    font-weight: bold;
    color: #060606;

}
.main-navigation>.menu li>a {
    /*color: #2B245F;*/
    color: #060606;
}
.main-navigation>.menu>li .sub-menu>li>a {
    color: #060606;
}

a, a:focus, a:hover {
    color: #2B245F;
}
.btn-primary {
    background-color: #406979;
}
.btn-primary-blue{
    background-color: #62C5B3;
}
.btn-primary-blue:hover, .btn-primary-blue:focus, .btn-primary-blue:active, .btn-primary-blue.active, .open>.dropdown-toggle.btn-primary-blue {
    background-color: #62C5B3;
    color:white;
}

.btn-warning {
    background-color: #62C5B3;
}
.btn-warning:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #62C5B3;
    border-color: #62C5B3;
}
.btn-success {
    background-color: #62C5B3;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #62C5B3;
    border-color: #62C5B3;
}
.btn-secondary {
    background-color: #62C5B3;
}
.btn-default  {
    background-color: #3c3c3c;
}
.btn-danger {
    background-color: #3c3c3c;
}
.badge-orange {
    background-color: #62C5B3;
}
.badge-closed {
    background-color: #419300;
}

gung-panel-tools .btn {
    height: 26px;
    line-height: 24px;
    padding-left: 7px;
    padding-right: 7px;
}

.widget {
    background-color: #F9F9F9;
    color: #606060;
}
.widget-title {
    color: #606060;
    font-weight: 700;

}
.widget-title:hover {
    color: #707070;
}
.widget>ul>li>a {
    color: #707070;
    text-decoration: none;
}

.widget>ul>li.active>a, .widget>ul>li>a:hover {
    color: #707070;
}

.widget.widget-categories .active {
    border-left: 2px solid #2D245B;
}

.widget-tags a {
    color: #2D245B;

    border: 2px solid #FFFFFF;
    margin-top: 5px;
    margin-bottom: 0px;

}


.mobile-menu-toggle, .cart-btn>a {
    color: #406979 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #335968;

}

.woodland-customer-table>tbody>tr>td {
    line-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.woodland-customer-table td > .btn {
    margin: 0px;
}
.additional-cart-info textarea {
    min-height: 155px;
}
.small-text-input {
    font-size: 12px;
    height: 30px;
}
body {
    font-family: AcuminPro, serif;
    font-size: 13px;
}

.btn-xs.btn {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.back-btn, .btn-sm, .done-btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-sm, .btn-group-sm>.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-control {
    height: 48px;
    font-size: 13px;
    border: 1px solid #ededed;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.checkout-form-control {
    height: 36px;
    margin-bottom: 0px;
}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .woodland-cart-element {
        text-align: center;
    }

    .woodland-cart-element-header {
        text-align: center;
    }

    .woodland-cart-element .count-input {
        display: inline-block;
        position: relative;
        width: 100px;
    }
}

.shop-item.sharp {
    box-shadow: 0 2px 9px 0px rgba(0,0,0,.17);
}

.shop-item.sharp .shop-thumbnail {
    min-height: 400px;
}

.shop-item.sharp .shop-thumbnail>img {
    max-height: 400px;
}

.shop-item.sharp:hover {
    box-shadow: 0 9px 42px -5px rgba(0,0,0,.17)
}

.shop-item.sharp .title-top {
    position: absolute;
    top: 0;
    padding: 8px;
    width: 100%;
}

.shop-item.sharp .title-bottom {
    position: relative;
    bottom: 0;
    padding: 8px;
    width: 100%;
}
.shop-item.sharp .hover-show {
    opacity: 0;
    transition: ease-in-out opacity .1s;
}
.shop-item.sharp:hover .hover-show {
    opacity: 1;
}

.shop-item.sharp button, .shop-item.sharp button:hover{
    border: none;
}
.shop-item.sharp .count-input input {
    border: none;
}

.shop-item.sharp .item-name, .shop-item.sharp .shop-item-details .item-id {
    color: inherit;
}

.product-header {
    margin: 0 1em;
}

.product-header h1 {
    text-align: left;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
}

.product-header span {
    color: #7f8c8d;
    font-weight: normal;
}

.product-header h3 {
    color: #7f8c8d;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0;
}

.product-price {
    color: #7f8c8d;
    font-weight: normal;
    font-size: 1.5em;
}

.product-price span {
    color: #000;
    font-weight: bold;
}

.product-card-tag{
    writing-mode: vertical-rl;
    padding: 20px 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 12px;
}

.customer-spec-sale{
    z-index: 901;
    background-color: white;
    color:rgb(205,11,16);
    border: 1px solid rgb(205,11,16);
    font-weight: bold;
}

/* HOME PAGE */

.home {
	margin-bottom: -72px;
	margin-top: -50px;
}

.home > .row > div {
	padding: 30px 50px;
	color: white;
}

.home .h3, .home h3, .home h2{
	text-transform: uppercase;
	color: white;
    font-style: italic;
}

.front-page-header, .pre-header {
    line-height: 1;
	text-transform: uppercase;
}
.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: 4rem;
	}
}

.gung-home-page.row {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -48px;
}

.top-image {
	background-image: url(https://cdn2.gung.io/klima-therm/gung-pim/uploads/klima-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: left top;
    min-height: 40vh;
}

.klima-1 {
	background-image: url(https://cdn2.gung.io/klima-therm/gung-pim/uploads/klima1.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;
}

.shop-item.sharp>.clearance-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: GREY;
    color: #FFF;
    display: block;
    right: 1px;
}


.home .info-row {
	min-height: 35vh;
}
.home .campaign-row {
	min-height: 300px;
}

.campaign-products{
    background: #F0F0F0;
    padding: 30px 40px;
}

.campaign-products > .shop-item-details{
    background-color: transparent;
}

/* HOME PAGE END */