body, html {
  padding: 0;
  margin: 0;
}
/* Show more messages button */
.button.show_moremessages{
}
/* Category button */
.dk_category{
}

#footer {
  position: relative;
  margin-top: 30px;
}
.copycontent{
  font-size: 8pt;
  margin-top: 70px;
  margin-bottom: -70px;
}

/* Webshop elements */
.navbar-item i{
  padding:0 10px;
}
#meny a i{
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 0 10px 15px;
}
#loginfirst{
  display: none;
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
  padding: 1em;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 49%);
  border-radius: 15px;
  position: absolute;
  margin-top: 67px;
  margin-right: -56px;
  left: 50%;
}
.showloginstate{
  display: block !important;
}

/* Counting dot */
.total-count{
  padding: 5px 8px;
  background-color: #c3c3c3;
  border-radius: 40px;
  font-size: 6pt;
  margin-right: -16px;
  margin-top: 14px;
  margin-bottom: -25px;
}
.table .item-count{
  border: none;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 11px;
  width: 70px;
  text-align: center;
  background-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea:focus, input:focus{
  outline: none;
}
.minus-item{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border:1px #ccc solid;
  padding: 11px;
  background-color: #fff;
  border-right: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.plus-item{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border:1px #ccc solid;
  padding: 11px;
  background-color: #fff;
  border-left: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.plus-item:hover, .minus-item:hover{
  background-color: rgb(225, 225, 225);
}
.productName{
  width: 50%;
  vertical-align: middle !important;
}
.productTotal{
  vertical-align: middle !important;
}
.productCount{
  width: 160px;
}
.totalprice{
  text-align: right;
  font-size: 20pt;
}
.totalshipping{
  text-align: right;
  font-size: 10pt;
}
.clear-cart{
  font-size: 11pt;
  float: right;
  margin-top: 22px;
}
.orderButton{
  float: right;
  margin-top: 20px;
}
.modalWindow h3{
  font-size: 25pt;
}
.modalWindow h1{
  font-size: 35pt;
}
.noContent{
  display: none;
  visibility: hidden;
}
.modalWindow {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  backdrop-filter: blur(6px);
}
.modalWindow:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
.modalWindow > div {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.49);
  border-radius: 15px;
}
.account-window > div{
  width: 40%;
  max-width: 650px;
}
.closeButton{
  float: right;
  font-size: 22pt;
  margin-right: -10px;
  margin-top: -20px;
  color: black;
}
.accountModal div{
  width: auto;
  max-width: none;
  height: auto;
  left: 15%;
  right: 15%;
  top: 50px;
  bottom: auto;
  transform: translate(0%, 0%);
}
.flex{
  display: flex;
}
.flex div{
  width: 100%;
  margin: 10px;
}
.streetinput{
  width: 77%;
  margin:0px -10px;
}
.housenumberinput{
  width: 20%;
  margin:0px -10px;
  margin-left: 5%;
}
.namesinput{
  width: 49%;
  margin:0px -10px;
}
.namesinputSpace{
  margin-left: 20px;
}
.field{
  width: 100%;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label, .signoff {
  color: #4a4a4a;
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabset > label:hover,
.tabset > input:focus + label, .signoff:hover {
  color: #06c;
}
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tab-panel {
  padding: 30px 0;
}
.accountformButton{
  margin: 28px 12px 0;
}
.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
	width: 50%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span, .ease {
			transition: all .5s;
}

.tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: #3498DB;
}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 50%;
}
.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	min-height: 340px;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}
#snackbar{
  z-index: 9999;
  position: absolute;
  padding: 20px;
  bottom: 30px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  border-left: #00a120 3px solid;
  background-color: #fff;
  box-shadow: 0px 0px 19px 10px rgba(0,0,0,0.28);
}
.orderOverview{
  width: 150% !important;
  margin-left: 50px !important;
}
.effect-3 .line{
	background: #3498DB;
	width: 50%;
	height: 4px;
	position: absolute;
	top: 56px;
}

#tab-1:checked ~ .line {
	left: 0;
}

#tab-2:checked ~ .line {
	left: 50%;
}
h4{
  font-size: 15pt;
}

/* Mobile menu display screen size */
@media screen and (max-width: 1023px) {
  #mobileNavigation{
    visibility: visible;  
  }
  #mainNavigation, .shoppingBasket, .shoppingAccount{
    display: none;
  }
  .modalWindow > div{
    width: auto;
    left: 2%;
    right: 2%;
    top: 2%;
    transform: translate(0, 0);
  }
  .minus-item, .plus-item{
    border: none;
    text-align: center;
    width: 100%;
    border-radius: 5px;
  }
  .delete-item{
    margin-top: 37px;
  }
  .table .item-count{
    margin: 5px 0;
  }
  #loginfirst{
    left: 0;
    right: 0;
    margin: 0;
    margin-top: 64px;
  }
  .tabset > label, .signoff{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .tabset > input:checked + label{
    border: 1px solid #ccc;
    background-color: #efefef;
  }
  .accountModal .flex{
    display: block;
  }
  .ordersummery{
    display: block;
  }
  .ordersummery .ordersummerySentState {
    margin: 0px 0 3px;
  }
  .container .flex{
    display: block;
  }
  .orderOverview {
    width: 80% !important;
  }
  .flex div {
    width: 96%;
  }
}
