@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Coming+Soon');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ececec;
    /* background-image: url('../images/easter.jpg'); */
    background-image: url('../images/christmas.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}


h1, h2, h3{
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}

.img-responsive{
    width:100%;
    max-width:100%;
}

h1{
    font-size: 36px;
}

h2{
    font-size: 32px;
    margin-bottom: 25px;
}

h3{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.btn{
    font-family: 'Montserrat', sans-serif;
    padding-left:  1.25rem;
    padding-right:  1.25rem;
    cursor: pointer;
}

.btn-group-lg>.btn, .btn-lg {
/*    padding: .7rem 1.6rem!important; */
}

.btn-primary {
    color: #fff;
    background-color: #77B54E;
    border-color: #77B54E;
}

.btn-primary:hover {
    color: #fff;
    background-color: #83c359;
    border-color: #77B54E;/* #7ea82e */
}

.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #57a026;
    border-color: #57a026;
    background-image: none;
    box-shadow: 0 0 0 3px rgb(87 160 38 / 30%);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #57a026;
    border-color: #57a026;
    box-shadow: 0 0 0 3px rgb(87 160 38 / 30%) !important;
}



.btn-outline-primary {
    color: #519922;
    border-color: #77b54e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #83c359;
    border-color: #77B54E;
}



.btn-secondary {
    color: #fff;
    background-color: #e3a62a;
    border-color: #e3a62a;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #edb33c;
    border-color: #e3a62a;
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    background-color: #db9e23;
    border-color: #db9e23;
    background-image: none;
    box-shadow: 0 0 0 3px rgb(227 166 42 / 30%);
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #db9e23;
    border-color: #db9e23;
    box-shadow: 0 0 0 3px rgb(227 166 42 / 30%) !important;
}


.scroll-box{
    background-color: #fff;
    overflow-y: auto !important;
    height: 98px !important;
    border: 1px solid #ddd;
    margin: 0 0 4px 0;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 3px;
}

#products img{
    max-width: 100px;
}

label.has-error{
    border-bottom: 2px solid red;
    padding-bottom: 5px;
}

.well{
    border-radius: 3px;
}

.well h3{
    margin-top: 0px;
}

.dropzone {
    min-height: auto;
    border-radius: 5px;
    margin: 5px 0;
    border: 2px dashed rgb(142 142 142);
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    position: absolute;
    bottom: 0px;
    color: #d05b5b;
    padding-bottom: 7px;
    right: 0px;
    z-index: 100;
}

p {
    line-height: 1.65em;
}

.input-group-addon {
    padding: 6px 16px 6px 0px;
    font-size: 14px;
    font-weight: 300;
}

.modal-footer {
    background: #ebebeb;
}


section{
	position: relative;
}

section .logo {
	text-align: center;
    margin-top: -100px;
}

section .logo img{
	width: 160px;
}

#products .label {
    font-weight: normal;
    font-size: 80%;
}

.label-default {
    background-color: #eee;
    color: #222;
}

.table.table-condensed{
    margin: 15px 0px;
}


label {
    font-weight: normal;
    padding-top: 4px;
    font-size: 14px;
}

.seller{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 20px 30px 20px 30px;
	background: #f4f4f4;
	border-radius: 0 0 0 10px;
}


.seller .name{
	font-size: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	margin-top: 2px;
	border-top: 1px dotted #ddd;
    border-bottom: none;
}

.seller .division{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.seller .phone{
    font-size: 14px;
}

.addresses .item{
	margin-bottom: 10px;
}

.addresses .item{
	background: #fff;
	border: 1px solid #cdcdcd;
	position: relative;
	height: 70px;
	cursor: pointer;

    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.addresses .item.item-add{
	font-size: 14px;
    line-height: 0px;
    text-align: center;
    padding-bottom: 17px;
    
}

.addresses .item i{
	/*font-size: 38px;*/
}

.addresses .item:hover{
	border:1px solid #2196F3;
	color: #2196F3;
}

.addresses .item .icon{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px 20px;
    line-height: 40px;
    height: 70px;
    font-size: 32px;
}

.addresses .item .icon.center{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 15px 20px;
    line-height: 40px;
    height: 70px;
    font-size: 32px;
    text-align: center;
}

.addresses .item .icon.center span{
    font-size: 18px;
    position: relative;
    top: -5px;
}

.addresses .item .address {
	padding: 15px 0;
	padding-left: 75px;
	width: 100%;

}

.addresses .item .address span{
	display: block;
	padding: 3px 0;
	line-height: 15px;
	font-size: 14px;
}

.addresses .item .delete{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #e3e3e3;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}

.disabled {
    pointer-events: none;
    opacity: 0.3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.enabled {
    pointer-events: auto;
    opacity: 1;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0px;
}


.working{
    padding: 15px 0 0 0;
}

.cart-item{
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.cart-item img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: auto;
    padding: 5px;
}

.cart-item:last-child{
    margin-bottom: 0px;
}

.cart-item .title{
    display: block;
    font-size: 15px;
    margin-left: 90px;
    padding-top: 10px;
}

.cart-item-remove {
    position: absolute;
    right: 0px;
    padding: 6px 7px;
    top: 0px;
    line-height: 0px;
    z-index: 1000;
    background: #e7e7e7;
    width: auto;
}


.cart-item-remove span{
    cursor: pointer;
}

.cart-item-remove span:hover{
    color: #e24d4d;
}

.cart-item .variant{
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 90px;
    padding-bottom: 10px;
}

.cart-item .quantity{
    display: block;
    font-size: 15px;
    display: block;
    padding: 10px 8px 10px 0;
    text-align: right;
    
}

#cart .message{
    text-align: center;
    padding: 15px 0;
}

#cart .department{
    display: block;
}

.bg-dark{
    background: #4a6575;
}

.text-light{
    color: #fff;
}


/* CSS loader */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 22px;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lb-outerContainer {
    border-radius: 4px 4px 0 0;
}
.lb-dataContainer {
    border-radius: 0 0 4px 4px;
    background: #fff;
}
.lb-dataContainer .lb-data .lb-caption {
    font-weight: normal; 

}
.lb-dataContainer .lb-data {
    padding-inline: 10px;
}
.lb-dataContainer .lb-data .lb-caption::before {
    content: "Beskrivning";
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.lb-dataContainer .lb-data .lb-caption::before,
.lb-dataContainer .lb-data .lb-caption p {
    color: #000;
}
.lb-dataContainer .lb-data .lb-close {
    background: url(../images/modal-close.png) top right no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
}
.lightbox {
    width: auto;
    left: 50% !important;
    transform: translateX(-50%);
}
