* {
	min-height: 1px;
	min-width: 1px;
}

html {
    font-size: 15px; /* to get correct rem values */
}

.col-xs-1_5,
.col-sm-1_5,
.col-md-1_5,
.col-lg-1_5 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1_5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-1_5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1_5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1_5 {
        width: 20%;
        float: left;
    }
}

body {
	background-color: #eeeced;
}

#header-container {
	background-repeat: no-repeat;
	background-image: url("../images/header_FINAL_2048x96.95d7121f1f4c.png");
	background-color: #034A6F;
}

#header-user {
    z-index: 1000;
	position: absolute;
	right:8px;
	margin-top: 8px;
	margin-right:8px;
	color:#000000;
}

#header-user a {
	color:#fff;
}

#logo-image {
	margin-top:24px;
	margin-left:22px;
}

#search-form {
	margin-top:    31px;
	margin-bottom: 31px;
	margin-left:   33px;
    margin-right:   5px;
}

#search-dropdown {
	color: #555555;
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}

#search-field {
	height: initial;
}

#search-button {
	color: #333;
	background-color: #7ddb63;
	border-color: #7ddb63;
}

#shopping-cart > a {
	color:#fff;
	text-decoration: none;
}

.glyphicon-shopping-cart {
	color: #fff;
}


#shopping-cart {
    float: right;
    line-height: 35px;
    height: 35px;
    color: white;
    border-radius: 4px;
    margin-top: 31px;
    margin-right: 14px;
}


#shopping-cart {
    margin-top: 31px;
}

@media (max-width: 768px) {
    #shopping-cart {
        margin-top: 30px;
    }
}

#shopping-cart {
    font-size: 32px;
}

#shopping-cart a {
    color: inherit;
}

#cart-and-number {
}

#cart-number {
    font-size: 26px;
}

#cart-text {
    font-size:15px;
    line-height: 0;
}


#navigation {
	color: #FFFFFF;
	background-color: #212531;
}

#navigation .navbar {
	min-height: 16px;
}

#navigation .navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

#navigation > .container {
	padding:0;
}

#navigation .navbar .nav > li > a {
	font-size: 16px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navigation .navbar .nav > li > a:hover,
#navigation .navbar .nav > li > a:focus {
	color: #212531;
}

.bg-bubble {
	background-color: #e8e3dc;
	border-radius:10px;
	padding:8px;
	margin-left:-20px;
	margin-top:10px;
    padding-left: 28px;
}

.content-bubble {
	background-color: #fbfaf7;
	border-radius:10px;
	padding:8px;
	margin-top: 10px;
}

.content-bubble-background {
    background-color: #fbfaf7;
    border-radius:10px;
    padding:8px;
    margin-top: 10px;
}

div.cart-warning-row > span {
    border-style: dashed;
    border: 1px dashed #e28f12;
    border-radius: 10px;
	padding: 0px 8px;
}

.categories.row {
    display: flex;
    flex-wrap: wrap;
}

.categories.row > div[class*=col-] {
    display: flex;
}

.categories.row > div[class*=col-] > .content-bubble  {
    display: flex;
}

.categories.row > div[class*=col-] > .content-bubble > .category {
    display: flex;
    flex-flow: column;
}

.categories.row > div[class*=col-] > .content-bubble > .category > .category-name {
    flex-grow: 1;
}

.categories .standard .row {
	margin-top:1em;
}

.col-sm-2 .category a {
	font-size:16px;
}

.checkout-bubble {
	border-radius:10px;
	padding:8px;
	margin-left:-20px;
	margin-top:10px;
}

.checkout-remove {
    color: #555555;
    float: right;
}

#confirm .main-product-warning {
	margin-bottom: 1%;
}

.cart-item-name-no-warning {
    margin-top:2.5%;
}

.cart-item-name-with-warning {
    margin-top:1%;
}

.cart-warning-row {
    margin-top: 0.5em;
}

.cart-warning {
    border-radius:20px;
    text-align:right;
    color:#333333;
}

.cart-warning .fa {
    color: #ff5555;
}

.cart-item {
    margin:initial;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.cart-item .ribbon-wrapper {
    padding: 5px;
}

.cart-item .input-sm {
    min-width: 4.5em;
    max-width: 4.5em;
    float:left;
    height:initial;
    margin-top:-4px;
}

.cart-item-amount {
    margin-top: 8%;
	display: block;
}

.cart-item-amount .fa-trash-o {
    margin-top:2px;
}

.products.row {
    display: flex;
    flex-wrap: wrap;
}

.products.row > div[class*=col-] {
    display: flex;
}

.products.row > div[class*=col-] > .content-bubble  {
    display: flex;
}

.products.row > div[class*=col-] > .content-bubble > .product {
    display: flex;
    flex-flow: column;
}

.products.row > div[class*=col-] > .content-bubble > .product > a:first-child {
    flex-grow: 1;
}

.product a .product-name {
	color:#171b23;
	font-size:15px;
	font-weight: bold;
	padding:4px;
	margin-top: 4px;
}

.product a .product-name small {
	font-size: 95%;
	font-weight: normal;
}

.main-product {
	margin-left: 2px;
	padding: 20px;
	padding-top: 0px;
}

.main-product-description {
	min-height:7em;
}

.main-product h3 {
	font-size:20px;
	font-weight: bold;
}

.main-product-reference {
	margin: 0.5em 0em;
}

.main-product-manufacturer-link {
	font-weight: bold;
}

.main-product-description {
    line-height: 1.7em
}
.main-product-information {
    line-height: 1.7em
}

.main-product-below-image {
    margin-top: 1em;
}

.main-product-price-stock {
	margin-top:0em;
}

.reduced {
    font-weight:bold;
    color: #bd1e2c;
}

.main-product-warning {
    background-color:#fff3d8;
    border: 1px dashed #e28f12;
}

.main-product-warning .fa {
    color: #222;
}

.watch-product .btn {
    background-color: #e28f12;
    border-color: #e28f12;
    margin-top: 6px;
}

.main-product-tags {
	margin: 0.5em 0em;
	min-height: 2em;
}

.main-product-tags a {
	margin: 2px 0px;
}

.btn-tag {
	line-height: 1.0;
}

.btn-delayed-order {
	background-color: #c7c715;
	border-color: #b1b10b;
    color: #ffffff;
}

#cart_quantity {
	display: initial;
	width: 4.1em;
}

.long-description {
	margin-top:2em;
}

.col-sm-2 .product a .product-name {
	min-height: 5em;
	color:#171b23;
	font-size:12px;
	font-weight: bold;
	padding:4px;
	margin-top: 4px;
}

.product-image-wrapper img {
	display:block;
    margin:auto;
    padding:5px;
}

.product-image-wrapper {
	background-color: #fff;
	border-radius:10px;
}


.product .price-and-stock {
	padding:4px 8px;
}


div.price-and-stock > .row.stock_locations {
    text-wrap: nowrap;
}


.product .price {
	color:#bd1e2c;
	font-size:16px;
	font-weight: bold;
}

.buy {
	color: white;
    background-color: #55aa55;
	border: 0;

	position: absolute;
	right:29px;
	bottom: 15px;

    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    font-size: 1.2em;
}

.main-product-add-to-cart {

	font-size: 1.2em;
	text-align: right;
}

.add-to-cart {
    font-size: 1.2em;
    margin-top:1px;
  }

.main-product-add-to-cart a.btn-default.disabled,
.add-to-cart.btn-default.disabled {
    background-color: #ccc;
    border-color: #c0c0c0;
    color: #fff;
}

.price-and-stock > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.fa.fa-cart, .fa.fa-warehouse, .fa.fa-hourglass {
	margin-right: 8px;
}

.fa.fa-cart:before {
	content: "\f07a";
}

.fa.fa-warehouse:before {
	content: "\f0d1";
}

.fa.fa-info:before {
	content: "\f05a";
}

.fa.fa-hourglass:before {
	content: "\f254";
}

.gw-logo {
	text-align: right;
	margin:40px;
}

.gw-logo img {
	width:245px;
}

#bottom-container {
	background-color: #ffffff;
    margin-top: 20px;
}

#footer-container {
    margin-top: 20px;
    font-size: 80%;
}

#footer-container li {
    padding: 0;
}

#footer-container li+li:before {
    padding: 0 5px;
    content: "\2013";
}

@media (min-width: 768px) {
    .footer-center {
        text-align: center;
    }
}

div.footer-images > ul.list-unstyled {
    display: inline-block;
}

.footer-links > ul {
    display: inline-block;
    text-align: initial;
}

table.table > tfoot {
    border-top: 1px solid #ddd;
}

table.table > tfoot > tr > th {
    border-top: none;
}

label.has-error { color: #a94442; }

.control-label.required:after {
    content:" *";
    color:red;
}

.ui-effects-transfer { border: 2px dotted grey; }

/* carousel  */

.carousel {
}

.carousel-control {
    width: 5%;
    background-image: none !important;
}

.carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: black;
}

.carousel h3 a {
	color:#171b23;
}

.carousel .item { padding: 0 15px; }

.content-bubble.featured-carousel {
    padding: 0;
}

.featured-carousel .item { padding: 8px 23px; }

.carousel .item > .row > *:last-child {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .carousel .item > .row.product > *:last-child { padding-top: 50px; }
}

.carousel .item > .row.product > *:last-child {
    padding-left: 30px;
    padding-right: 30px;
}

.toc {
    background-color: white;
    padding: 5px 15px;
    margin-top: -15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}


.product h4 { font-size: 14px; }

.btn-filter {
	font-weight: bold;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color:white;
    background-color: #858ec9;
}

form.filter {
    display: flex;
}

form.filter > .form-control {
    flex-grow: 1;
}

.tokenfield {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#product-sort { 
	margin: 0px 0px; 
	min-height: 2.4em;
}

#product-sort select {
	width: 100%;
	margin-top: 0.2em;
}

.purchase-hint {
    color: green;
    font-size: 12px;
    font-style: italic;
    padding: 4px;
}




/* shopinfo  */

.list-group { margin-bottom: 0; }

.list-group-item {
    background-color: transparent;
    border: none;
    padding-top: 1px;
    padding-bottom: 1px;
}

.row .product .price {
    font-size: 16px;
    padding: 0 0rem;
}

.product .clearfix:last-child {
    padding: 0 1rem 1rem;
}

.openinghours {
    padding: 10px;
}

.openinghours h3 { margin-top: 0; }

.openinghours hr { margin: 0 10px 5px 10px; }

h3.gaming,
h3.events {
    padding: 10px;
    font-weight: normal;
}

#sidemenu .nav > li > a { padding: 0 15px; }

#sidemenu .nav > li li { padding-left: 15px; }

#footer a {
    color: #fff;
}

#cart .delete input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#cart .delete input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

#cart .delete input[type=checkbox] + label:before { content: "\f014"; } /* unchecked icon */
#cart .delete input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

#cart .delete input[type=checkbox]:checked + label:before { content: "\f1f8"; } /* checked icon */
#cart .delete input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    margin-left: 11px;
}
.btn-arrow-left {
    margin-right: 11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

#alerter {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    clear: left;
    height: auto;
    width: 100%;
    z-index: 100000;
    text-align: center;/* Add This*/
	font-size: 1.2em;
}

.breadcrumb {
    margin-top: 10px;
	margin-right: 0;
    margin-bottom: 0;
}

#checkout .row,
#confirm .row {
    display: flex;
    flex-wrap: wrap;
}

#checkout .row > div[class*=col-],
#confirm .row > div[class*=col-] {
    display: flex;
    flex-flow: column;
    flex-grow: 1
}

#checkout .row > div[class*=col-] > .content-bubble,
#confirm .row > div[class*=col-] > .content-bubble {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
}

.breadcrumb > li.active {
	font-weight: bold;
	font-size: 1.2em;
}

#overlay {
	display: none;
    background: rgba(0, 0, 0, .25);
	color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
}

.newonlinepayment a {
	text-decoration: underline;
}

btn[disabled] {
    cursor: default;
}

.ribbon-wrapper{
    position: relative;
    overflow: hidden;
}

.ribbon {
    box-shadow:0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color:#ffa7a7;
    color:rgba(0,0,0,0.9);

    position:absolute;
    padding:0;
    margin:0;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    height:20px;
    width:90px;
    right: -5px;
    top:15px;
    padding-left:5px;
    padding-right:5px;
    line-height:20px;
    z-index: 1000;
}

.ribbon:nth-of-type(2){
    top:40px;
}

.ribbon:nth-of-type(3){
    top:55px;
}

/* http://leojiang.com/experiments/ribbon/ */
.ribbon-45{
    box-shadow:0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color:#bd1e2c;
    color:rgba(255,255,255,0.9);
    font-weight: bold;

    position:absolute;
    padding:0;
    margin:0;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    transform-origin:0 100%;
    height:20px;
    width:100px;
    top:-20px;
    transform:rotateZ(45deg);
    padding-left:20px;
    padding-right:20px;
    line-height:20px;
    right:-29.289321881345px;
    -webkit-transform:rotateZ(45deg);
    -moz-transform:rotateZ(45deg);
    -o-transform:rotateZ(45deg);
    /* z-index: 1100;*/ /* as this is on position: absolute, z-index should not be necessary as long as parent is relative and element it should be on top of is position: static and now that ribbon is after image  */
}

.ribbon-45:nth-of-type(2){
    width:145px;
    right:-42.469516727951px;
}

.ribbon-45:nth-of-type(3){
    width:190px;
    right:-55.649711574556px;
}

.quantitydiscountribbon{
    box-shadow:0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
    background-color:#bd1e2c;
    color:rgba(255,255,255,0.9);
    font-weight: bold;

    position:absolute;
    padding:0;
    margin:0;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    transform-origin:0 100%;
    height:20px;
    width:145px;
    top:80px;
    transform:rotateZ(45deg);
    padding-left:20px;
    padding-right:20px;
    line-height:20px;
    left:0px;
    -webkit-transform:rotateZ(-45deg);
    -moz-transform:rotateZ(-45deg);
    -o-transform:rotateZ(-45deg);
    /* z-index: 1100;*/ /* as this is on position: absolute, z-index should not be necessary as long as parent is relative and element it should be on top of is position: static and now that ribbon is after image  */
}

.event-list .private-bookings {
    padding-inline-start: 40px;
}

.event-list .event-bookings {
    list-style: none;
}

/* coockie consent modal */
.cc-modal-dialog {
    border-radius: 10px;
}

.acc-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: -1em;
    display: block;
    position: relative;
    right: -0.5em;
}
/* The Close Button */

.acc-modal-close:hover,
.acc-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.stock-availability.glyphicon.glyphicon-unchecked {
    font-size: 16px;
}

.stock-availability.glyphicon.glyphicon-unchecked.text-warning {
    filter: brightness(1.75);
}

li > h1.categoryname {
    font-size: inherit;
    display: inherit;
    margin: inherit;
    padding: inherit;
    line-height: inherit;
}

.content-bubble.category-description {
    overflow: auto;
}

.content-bubble > div.category-description {
    white-space: pre-wrap;
}

.cart-warning-row .content-bubble.main-product-warning {
    margin-bottom: 8px;
    padding: 5px;
    background-color: #fff3d8;
    border: 1px dashed #e28f12;
}

.cart-warning-row .content-bubble.main-product-warning .row {
    margin-left: 0;
    margin-right: 0;
}

.cart-warning-row .content-bubble.main-product-warning .col-xs-1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
}

.cart-warning-row .content-bubble.main-product-warning .col-xs-11 {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 30px);
}

.cart-warning-row .content-bubble.main-product-warning .fa-info-circle {
    color: #222;
    margin-top: 3px;
}

.cart-item .cart-warning-row {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.partners-section {
    text-align: left; /* Ändra textjusteringen till vänster */
    margin-top: 20px;
}

.partners-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Justera innehållet till vänster */
}

.partner {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Justera innehållet till vänster */
}

.partner img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

.partner p {
    margin: 0;
}

.partner a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.partner a:hover img {
    opacity: 0.8;
}

.partner a:hover p {
    text-decoration: underline;
}

.checkout-flag {
    font-size: 16px;
    color: brown;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    line-height:1;
}

img.checkout-flag {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));
    max-height: 45px;
}