@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Bevan');*/

body,
input,
textarea,
select,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
td.VariantGroupLabel {
    background-color: #FFF;
}

/* SLEEK */
#sleek {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    display: none;
}

#sleek.active {
    display: block;
}

#sleek .placeholder {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #c66500;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    text-align: center;
    padding: 11px 25px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    font-weight: bold;
}

#sleek .placeholder:hover {
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

#sleek.open .placeholder {
    display: none;
}

#sleek .content {
    position: absolute;
    bottom: 0;
    left: -800px;
    width: 700px;
    background-color: rgba(255, 255, 255, 1.00);
    border: solid 10px rgba(152, 152, 152, 1.00);
    padding: 35px;
    font-size: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sleek.open .content {
    left: 0;
}

#sleek .content .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 1.00);
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    color: rgba(255, 255, 255, 1.00);
    font-family: Arial;
    cursor: pointer;
}

#sleek .content:after {
    clear: both;
    content: "";
    display: block;
}

#sleek .content .close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sleek .content .close:hover {
    background-color: rgba(182, 182, 182, 1.00);
}

#sleek .content form.loading {
    opacity: .5;
}

#sleek .content .header {
    font-size: 22px;
    margin: 0 0 10px;
}

#sleek .content .subheader {
    font-size: 13px;
    color: #6D6D6D;
    margin: 0 0 15px;
}

#sleek form {
    float: left;
    width: 55%;
}

#sleek .content .sleekImage {
    display: inline-block;
    height: auto;
}

#sleek input[type="text"],
#sleek input[type="email"],
#sleek input[type="password"] {
    float: left;
    border: solid 1px rgba(184, 184, 184, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 1.00);
    height: 30px;
    font-size: 13px;
    line-height: 1;
    padding: 0 10px;
    width: 100%;
    margin: 0 0 8px;
    border-radius: 2px;
}

#sleek #name,
#sleek #address,
#sleek #city,
#sleek #reservedField4 {
    width: 49%;
    float: left;
}

#sleek #email,
#sleek #zipcode,
#sleek #password,
#sleek #reservedField1 {
    float: right;
    width: 49%;
}

#sleek input[type="text"].error,
#sleek input[type="email"].error {
    border-color: rgba(207, 0, 3, 1.00);
    color: rgba(207, 0, 3, 1.00);
}

#sleek input[type="submit"] {
    font-weight: normal;
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1;
    padding: 10px 15px;
    letter-spacing: 0;
    background-color: #ff931e !important;
    background-image: none;
    border-radius: 0;
    display: block;
    width: 100%;
    border-radius: 3px;
    color: #FFF;
    border: none;
}

#sleek form small {
    display: block;
    margin: 20px 0 0;
    font-size: 11px;
    cursor: pointer;
}

img[src*="tilbuds_hjoerne.png"] {
    display: none !important;
}

#ShopMainLayOutTable {
    display: none;
}

body {
    margin: 0;
    background-color: #f5ede8;
}

body,
input,
textarea,
select,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
td.VariantGroupLabel {
    color: #484848;
    font-size: 14px;
    font-weight: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: White;
}

a {
    color: #000;
}

a:hover {
    color: #858585;
}

.shadow>img {
    width: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
}

.ageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .70);
    z-index: 9999;
}

.ageOverlayContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    max-width: 90%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1.00);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 17px;
    border: solid 10px #c66500;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}

.ageHeader {
    margin: 0 0 8px;
    font-weight: bold;
}

.ageOverlayContent>img {
    width: 350px;
    max-width: 80%;
}

.ageOverlayContent strong {
    display: block;
    margin: 10px 0 0;
    font-size: 23px;
}

.noButton,
.yesButton {
    display: inline-block;
    margin: 0 10px;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 19px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.00);
    background-color: #574436;
    cursor: pointer;
}

.yesButton {
    background-color: #c66500;
}

.switchLanguage {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.wrapper {
    width: 1530px;
    max-width: 95%;
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px rgba(16, 48, 69, 0.2);
}

input[type="submit"],
input[type="button"],
#checkout-container input#confirm-complete-button,
a.ShowBasket_SendBasketLink_Send_Link,
body.webshop-frontpage div.nivo-dynamic-text-link,
div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover,
a.button {
    letter-spacing: 1px;
    /*
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	*/
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #c66500 !important;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.button.small {
    font-size: 14px;
    padding: 6px 10px;
}

div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
    padding: 0;
}

h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
aside .header,
.Heading_B2Blogin,
.SubCatsProcuctsHeading,
.Heading_Customer,
.Heading_ProductList,
.Heading_Favorites,
.Heading_OrderStep4 {
    font-weight: 300;
    display: block;
    text-align: left;
    font-size: 25px;
    padding: 0;
    margin: 0px 0px 20px;
    border: 0;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

h1:empty {
    display: none;
}

.Heading_B2Blogin>p {
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin: 0;
    padding: 0;
    text-transform: none;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px;
}

header {
    position: sticky;
    z-index: 500;
    top: 0;
    left: 0;
    display: inherit;
    background-color: white;

}

header>section {
    width: 1240px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    height: 140px;
}

div.dd-theme-default .dd-nivoSlider {
    background-color: transparent;
}

div.nivoSlider a.nivo-imageLink {
    height: 100% !important;
    z-index: 9;
}

.WebShopSkinLogo {
    position: absolute;
    display: block;
    max-width: 30%;
    max-height: 50%;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#alertbar {
    display: none;
    color: rgba(0, 0, 0, 1.00);
    text-align: center;
    padding: 8px 30px;
    margin: 0;
    font-weight: normal;
    background-color: rgba(255, 158, 0, 1.00);
    font-size: 16px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    width: 100%;
    position: relative;
}

#alertbar a {
    display: inline-block;
    padding: 3px 10px;
    background-color: #05423b;
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 6px;
}

#alertbar .close {
    background-color: rgba(0, 0, 0, 1.00);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

#alertbar .close .fa {
    position: absolute;
    top: 47%;
    left: 50%;
    color: rgba(255, 255, 255, 1.00);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#basket {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    background-color: #c66500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 40px 13px 15px;
    color: rgba(255, 255, 255, 1.00);
    cursor: pointer;
}

#basket:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    transform: translateX(0) translateY(-50%);
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f291";
}

#basket .totalproducts {
    position: absolute;
    z-index: 10;
    top: -9px;
    left: -9px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #43372b;
    padding: 5px 0 0;
    font-size: 12px;
    line-height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
}

#basket .totalprice {
    font-size: 17px;
    line-height: 17px;
}

#basket div.basketlink a {
    display: none;
    margin: 3px 0 0;
}

ul.emaerket-certification {
    padding: 0;
    list-style-type: none;
    margin: 0 -1%;
    font-size: 0;
}

ul.emaerket-certification>li {
    margin: 0 1%;
    width: 48%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    height: 300px;
}

ul.emaerket-certification>li img {
    display: block;
    height: 80px;
    margin: 30px 0 0 0;
}

.top {
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    display: inherit;
    background-color: white;
}


section.top>div {
    width: 1240px;
    margin: 0 auto;
    max-width: 95%;
    height: 30px;
    position: relative;
}

section.top>div .creditcards {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    height: 12px;
}

#emaerket {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 320px;
    height: 43px;
}

/* TOPMENU */
section.top .TopMenu_MenuItems {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

section.top .TopMenu_MenuItems>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
}

section.top .TopMenu_MenuItems>li.country img {
    height: 13px;
    margin: 0 7px 0 0;
}

section.top .TopMenu_MenuItems>li>a {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    position: relative;
}

section.top .TopMenu_MenuItems>li>a.Link_Active_Topmenu {
    color: rgba(0, 0, 0, 0.40);
}

section.top .TopMenu_MenuItems>li>img {
    height: 15px;
    display: block;
}

/*
section.top .TopMenu_MenuItems > li > a[href="http://www.whisky.dk/shop/frontpage.html"] {
    display:inline-block;
    position: relative;
    margin-right: 20px;
}
section.top .TopMenu_MenuItems > li > a[href="http://eng.whisky.dk/shop/frontpage.html"] {
    display:inline-block;
    position: relative;
    margin-right: 30px;
}
section.top .TopMenu_MenuItems > li > a[href="http://se.whisky.dk/shop/frontpage.html"] {
    display:inline-block;
    position: relative;
    margin-right: 40px;
}
section.top .TopMenu_MenuItems > li > a[href="http://eng.whisky.dk/shop/frontpage.html"]:after {
    content: "";
    width: 20px;
    height: 14px;
    background: url("/images/skins/Bewise/images/um.svg") no-repeat;
    background-size: auto auto;
    background-size: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
section.top .TopMenu_MenuItems > li > a[href="http://www.whisky.dk/shop/frontpage.html"]:after {
    content: "";
    width: 20px;
    height: 14px;
    background: url("/images/skins/Bewise/images/dk.svg") no-repeat;
    background-size: auto auto;
    background-size: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
section.top .TopMenu_MenuItems > li > a[href="http://se.whisky.dk/shop/frontpage.html"]:after {
    content: "";
    width: 20px;
    height: 14px;
    background: url("/images/skins/Bewise/images/flags/se.svg") no-repeat;
    background-size: auto auto;
    background-size: 100%;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
*/



/* SEARCH */
.fixedSearch {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.00);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.fixedSearch form {
    width: 1530px;
    max-width: 95%;
    padding: 10px 0;
    margin: 0 auto !important;
}

.fixedSearch br {
    display: none;
}

.fixedSearch .SearchField_SearchPage {
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
    border: solid 1px rgba(214, 214, 214, 1.00);
}

.fixedSearch .SubmitButton_SearchPage {
    display: none;
}

#ProductmenuContainer_DIV>.fa {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 1.00);
    font-size: 17px;
    cursor: pointer;
}

.productmenu.stuck #ProductmenuContainer_DIV {
    position: relative;
}

.productmenu.stuck #ProductmenuContainer_DIV>.fa {
    display: block;
    right: -3px;
}


.mobileSearch {
    display: none;
    background-color: rgba(238, 238, 238, 1.00);
    padding: 2.5%;
}

.mobileSearch br {
    display: none;
}

.mobileSearch:after {
    clear: both;
    content: "";
    display: block;
}

.mobileSearch .SearchField_SearchPage {
    float: left;
    width: calc(100% - 75px);
    height: 30px;
    padding: 0 10px;
    color: rgba(0, 0, 0, 1.00);
    border: solid 1px rgba(214, 214, 214, 1.00);
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.mobileSearch input[type="submit"].SubmitButton_SearchPage {
    float: right;
    width: 75px;
    text-align: center;
    padding: 0 5px;
    height: 30px;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
}

header #Search_Form {
    position: absolute;
    right: 270px;
    top: 50%;
    width: 270px;
    height: 43px;
    -webkit-transform: translateY(-50%) translateX(-40%);
    -moz-transform: translateY(-50%) translateX(-40%);
    transform: translateY(-50%) translateX(-40%);
}

.SearchTitle_SearchPage,
.nbsp,
#Search_Form br {
    display: none;
}

/*
header #Search_Form:after {
	content: "\f002";
	position: absolute;
	z-index: 20;
	right: 15px;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,153,153,1.00);
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
}
*/
header .SearchField_SearchPage {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px 15px 0px 17px;
    border: 1px solid rgba(177, 177, 177, 0.5);
    height: 100%;
    width: 100%;
    font-size: 14px;
    position: absolute;
    right: 0px;
    font-weight: normal;
    letter-spacing: 1px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

header .SearchField_SearchPage:focus {
    background-color: rgba(255, 255, 255, 1.00);
}

header .SubmitButton_SearchPage {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #43372b !important;
}


article {
    width: 1240px;
    max-width: 95%;
    margin: 30px auto;
    position: relative;
}

article:after {
    content: "";
    clear: both;
    display: block;
}

article.aside>.content {
    float: right;
    width: 75%;
}

/* ASIDE */
aside {
    float: left;
    width: 22%;
}

aside>nav>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

aside>nav>ul>li>a {
    text-decoration: none;
    background-color: #43372b;
    display: block;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 1.00);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

aside>nav>ul>li>a>span.ProductMenu_MenuItemBold {
    font-weight: bold;
}

/* LEVEL 2 */
aside>nav>ul>li>ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

aside>nav>ul>li>ul>li>a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    border: solid 1px rgba(216, 216, 216, 1.00);
    border-top: 0;
}

aside>nav>ul>li>ul>li>a.Activ_Productmenu {
    background-color: #c66500;
    color: #FFF;
}

aside>nav>ul>li>ul>li.open>a {
    background-color: rgba(239, 239, 239, 0.80);
}

aside>nav>ul>li>ul>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* LEVEL 3 */
aside>nav>ul>li>ul>li>ul {
    display: none;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    border-right: solid 1px rgba(216, 216, 216, 1.00);
    border-left: solid 5px rgba(216, 216, 216, 1.00);
    border-bottom: solid 1px rgba(216, 216, 216, 1.00);
}

aside>nav>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 1px 10px;
    text-decoration: none;
}

aside>nav>ul>li>ul>li>ul>li a.Activ_ProductMenu {
    border-right: 3px solid rgba(102, 102, 102, 1.00);
}




/* FILTER ASIDE */
/*
aside #ProductFilter-Container, #btn-filter {
	display:none;
}
*/
#btn-filter {
    display: none;
}

aside #ProductFilter-Container>div>.product-filter-clear {
    margin: 0 0 20px;
}

aside #ProductFilter-Container>div:not(.product-filter-headertext-container) {
    position: relative;
}

aside .product-filter-headertext-container {
    font-weight: bold;
    background-color: #43372b;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 1.00);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

aside .product-filter-clear-all-top-right,
aside .product-filter-clear-all-bottom-right {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 10px;
    z-index: 10;
}

aside .product-filter-clear-all a {
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
}

aside .product-filter-header-clearlink-container a {
    font-size: 12px;
}

aside .product-filter-container {
    border-top: 0;
}

aside .product-filter-checkbox {
    margin: 0 5px 0 0;
}


/* FRONTPAGE */
.frontpageSlider>a>img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.frontpage-products>div {
    text-align: center;
    margin: 50px 0 30px 0;
}

.dd-theme-default .dd-nivoSlider img {
    width: 100%;
}

/*
.frontpage-products > div span {
	letter-spacing: 1px;
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Bevan', cursive;
	display: inline-block;
}
.frontpage-products > div span:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -150px;
    width: 100px;
    background-color: #ddd;
    height: 1px;
}
.frontpage-products > div span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -150px;
    width: 100px;
    background-color: #ddd;
    height: 1px;
}
*/
.usp-section {
    background-color: #c66500;
    color: #FFF;
    padding: 10px 0;
}

.usp-section>div {
    margin: 0 auto;
    width: 1240px;
    max-width: 95%;
}

ul.usp {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

ul.usp li {
    padding: 0;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    position: relative;
}

ul.usp li>i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

ul.usp li>span {
    display: inline-block;
    vertical-align: middle;
}

ul.usp li>p {
    margin: 0;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    background-color: #43372b;
    border-radius: 2px;
    padding: 2px 5px;
}

ul.usp li>p>a {
    color: #FFF;
    text-decoration: none;
}

body.webshop-frontpage .usp-section {
    background-color: transparent;
    color: #484848;
    padding: 0;
}

body.webshop-frontpage ul.usp {
    margin: 50px -1% 30px;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

body.webshop-frontpage ul.usp>li {
    margin: 0 1%;
    font-size: 14px;
    width: 23%;
    display: inline-block;
    text-align: center;
    background-color: #f6f6f6;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
}

body.webshop-frontpage ul.usp>li>i {
    font-size: 32px;
    display: block;
    color: #c66500;
    position: relative;
    top: auto;
    left: auto;

}

body.webshop-frontpage ul.usp>li>p {
    background-color: transparent;
    font-size: 13px;
}

body.webshop-frontpage ul.usp>li>p>a {
    color: #000;
}

body.webshop-frontpage ul.usp>li>span {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

ul.focus {
    margin: 0 -1% 30px;
    padding: 0;
    font-size: 0;
}

ul.focus>li {
    margin: 0 1%;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    width: 31.3%;
    position: relative;
}

ul.focus>li>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    color: #FFF;
}

ul.focus>li>div>p {
    padding: 0;
    margin: 0 0 10px 0;
}

ul.focus>li>div>span {
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
    font-size: 35px;
    text-shadow: 0 1px 1px #000;
}

ul.focus>li>div>a {}

ul.focus>li>img {
    width: 100%;
    border-radius: 5px;
}

div.boxes>ul {
    margin: 0 -1%;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div.boxes>ul>li {
    margin: 0 1%;
    display: inline-block;
    width: 30%;
    font-size: 14px;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    vertical-align: top;
}

div.boxes>ul>li span {
    display: block;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
    font-size: 25px;
}

div.boxes>ul>li:nth-child(1) {
    background-color: #34261e;
    color: #FFF;
}

div.boxes>ul>li:nth-child(1) input[type="text"],
div.boxes>ul>li:nth-child(1) input[type="email"] {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 0;
    display: block;
}

div.boxes>ul>li:nth-child(1) .ribbon,
div.boxes>ul>li:nth-child(2) .ribbon,
div.boxes>ul>li:nth-child(3) .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

div.boxes>ul>li:nth-child(1) .ribbon span {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #C66500;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

div.boxes>ul>li:nth-child(2) .ribbon span {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

div.boxes>ul>li:nth-child(2) .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #362B23;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #362B23;
}

div.boxes>ul>li:nth-child(2) .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #362B23;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #362B23;
}

div.boxes>ul>li:nth-child(1) .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #A35300;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;
}

div.boxes>ul>li:nth-child(1) .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #A35300;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;
}

div.boxes>ul>li:nth-child(2) {
    background-color: #34261e;
    color: white;

}

div.boxes>ul>li:nth-child(2)>ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
}

div.boxes>ul>li:nth-child(2)>ul>li {
    padding: 3px 0 2px 20px;
    position: relative;
}

div.boxes>ul>li:nth-child(2)>ul>li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #c66500;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.boxes>ul>li:nth-child(3) {
    padding: 0;
    text-align: center;

}

div.boxes>ul>li:nth-child(3) img {
    border-radius: 5px;
    border: 2px solid white;
    border-color: #e28325;
}

div.boxes>ul>li:nth-child(3) .ribbon span {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

div.boxes>ul>li:nth-child(3) .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #362B23;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #362B23;
}

div.boxes>ul>li:nth-child(3) .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #362B23;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #362B23;
}

.slider-wrapper {
    margin: 0;
}

body.webshop-frontpage .slider-wrapper .nivo-controlNav {
    position: absolute;
    width: 100%;
    margin: 14px 0 0;
}

body.webshop-frontpage .nivo-controlNav a {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.20);
    -webkit-border-radius: 50%;
    -moz-borde-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

body.webshop-frontpage .nivo-controlNav a.active {
    background-color: rgba(108, 108, 108, 1.00);
}

body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
    opacity: 1.0;
    top: auto;
    right: auto;
    bottom: 50% !important;
    left: 50%;
    background-color: transparent;
    padding: 0;
    color: rgba(83, 83, 83, 1.00);
    -webkit-transform: translateY(50%) translateX(-50%);
    -moz-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.30);
    font-weight: 300;
    width: 1240px;
    max-width: 95%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.webshop-frontpage div.nivo-dynamic-text {
    top: calc(50% - 25px) !important;
    right: auto;
    bottom: auto !important;
    left: 50% !important;
    width: 1240px;
    max-width: 95%;
    letter-spacing: 1px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

body.webshop-frontpage div.nivo-dynamic-text-header {
    font-size: 45px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

body.webshop-frontpage div.nivo-dynamic-text-teaser {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

body.webshop-frontpage div.nivo-dynamic-text-link {
    margin: 10px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

body.webshop-frontpage div.nivo-dynamic-text-link:hover {
    background-color: rgba(111, 111, 111, 1.00);
}

.Text1_FrontPage {
    display: block;
    margin: 0 0 30px;
}

.Text1_FrontPage>p {
    line-height: 18px;
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

.Text2_FrontPage {
    display: block;
    margin: 30px 0 0;
}

.Text2_FrontPage>p {
    line-height: 18px;
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

/* MOST VIEWED - MOST SOLD */
.mostviewed-header,
.mostviewed-products,
.mostsold-header,
.mostsold-products {
    display: none;
}

.mostviewed-header-div {
    text-align: center;
    margin: 50px 0;
}

.mostviewed-header,
.mostsold-header,
.frontpage-products>div span {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

.mostviewed-header:before,
.mostviewed-header:after,
.frontpage-products>div span:before,
.frontpage-products>div span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    width: 20%;
    background-color: #ddd;
    height: 1px;
}

.mostviewed-header:before,
.frontpage-products>div span:before {
    right: 110%;
    left: auto;
    width: 20%;
}

.mostsold-header {
    margin: 40px 0 20px;
}

.mostviewed-header.active,
.mostsold-header.active {
    display: inline-block;
}

.mostviewed-products .product,
.mostsold-products .product {
    padding: 0 15px;
}

.mostviewed-products .product .name,
.mostsold-products .product .name {
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    padding: 15px 0 0;
}

.slick-prev,
.slick-next {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px auto;
    width: 30px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.30);
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.slick-prev {
    background-image: url('/images/skins/Bewise/images/arrow-prev.png');
}

.slick-next {
    right: 0;
    background-image: url('/images/skins/Bewise/images/arrow-next.png');
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1.0;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.70);
}

body.webshop-frontpage article>.content>.shadow {
    margin: 20px 0 30px;
}

body.webshop-frontpage article>.content>div.shadow:nth-of-type(2) {
    margin: 20px 0 0;
}


/* B2B LOGIN */
form[action="/shop/b2blogin.html"]>div>table {
    width: 100%;
}

input#Username_B2Blogin,
body.webshop-b2blogin input.TextInputField_B2Blogin[type="password"],
body.webshop-b2blogin input.TextInputField_B2Blogin[type="text"] {
    width: 300px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 0 5px 0;
}

form[action="/shop/b2blogin.html"]>div>table>tbody>tr:nth-child(3)>td:nth-child(1) {
    width: 1%;
    padding-right: 15px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
    -webkit-appearance: none;
    font-size: 23px;
    height: 40px;
    width: 200px;
    max-width: 100%;
    margin: 3px 0;
    padding: 0 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
    border: solid 1px #0085AD;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
    margin-top: 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"]>br {
    display: none;
}


/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
    -webkit-appearance: none;
    font-size: 23px;
    height: 44px;
    width: 200px;
    margin: 0 4px 0 0;
    padding: 0 10px;
    float: left;
}




/* PRODUCTMENU */
nav.productmenu {
    background-color: #43372b;
    border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;

    width: 100%;
    z-index: 100;
}

span.ProductMenu_Category_Icon_Container {
    display: none !important;
}

span.ProductMenu_MenuItemBold {
    font-weight: normal !important;
}

nav.productmenu #ProductmenuContainer_DIV {
    width: 1240px;
    max-width: 95%;
    margin: 0 auto;
}

nav.productmenu .Heading_ProductMenu {
    display: none;
}

nav.productmenu #ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

nav.productmenu #ProductMenu_List:after {
    clear: both;
    content: "";
    display: block;
}

nav.productmenu #ProductMenu_List>li {
    flex: auto;
}

nav.productmenu #ProductMenu_List>li:nth-child(n+8) {}

nav.productmenu #ProductMenu_List>li>a {
    display: block;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-left: solid 1px #6a584d;
    position: relative;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
    color: #FFF;
    text-align: center;
}

nav.productmenu #ProductMenu_List>li.active>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background-color: rgba(0, 0, 0, 0.10);
}

/* LEVEL 2 */
nav.productmenu #ProductMenu_List>li>div,
nav.productmenu #ProductMenu_List>li>ul {
    display: none;
    position: absolute;
    z-index: 200;
    margin: 0;
    padding: 20px 35px;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

nav.productmenu #ProductMenu_List>li.many>div {
    left: 0;
    width: 100%;
}

nav.productmenu #ProductMenu_List>li.many>div>div {
    margin: 0;
    width: 14.28%;
}

nav.productmenu #ProductMenu_List>li>div>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

nav.productmenu #ProductMenu_List>li>div>div ul {
    display: none;
}

nav.productmenu #ProductMenu_List>li>div>div>a {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    display: block;
    padding: 5px 0;
    min-width: 150px;
}

nav.productmenu #ProductMenu_List>li.many>div>div>a {
    padding: 2px 0;
    min-width: 0;
}

nav.productmenu #ProductMenu_List>li>div>div span.alfabet {
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
    font-size: 20px;
    line-height: 43px;
    color: #c66500;
}

nav.productmenu #ProductMenu_List>li>div>div>a+span.alfabet {
    margin-top: 5px;
}

nav.productmenu #ProductMenu_List a {
    text-decoration: none;
}

nav.productmenu #ProductMenu_List>li>div>div {
    margin-right: 45px;
}

nav.productmenu #ProductMenu_List>li>div>div:last-child {
    margin-right: 0;
}

nav.productmenu #ProductMenu_List>li>div>div>a:hover {
    color: rgba(139, 139, 139, 1.00);
}

a#ActiveCategory_A {
    display: none !important;
}

.footer-infobar {
    background-color: #fff;
    padding: 10px;
    margin-top: 1px;
    width: auto;
    align-items: center;
}

.footer-infobar img {
    display: inline-flex;
    vertical-align: middle;
    max-width: 100%;
    position: inherit;
}

.footer-infobar {
    padding-top: 20px;
    width: auto;
    align-items: center;
    display: flex;

}

.footer-infobar>div {
    width: 1240px;
    height: 80px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 70px;
    max-width: 800px;
    margin: 0 auto;
    display: inline;
    justify-content: space-between;
    align-items: center;
}

.footer-infobar>div .postnord {
    height: 20px;
    position: inline !important;
    left: 0;
    top: 0;
}

.footer-infobar>div .gls {
    height: 16px;
    position: absolute;
    left: 130px;
    top: 0;
}

.footer-infobar>div .kontrol {
    height: 50px;
    position: relative;
    right: 0;
    top: 0;
}


.footer-infobar>div>ul>li:first-child img {
    height: 20px;
    margin: 0 20px 0 0;
}

.footerCountry {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footerlogoes {
    background-color: white;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    align-items: center;
}

.footerlogoes a {
    display: flex;
    align-items: center;
}

.footerlogoes .postnord,
.footerCountry img,
.kontrol {
    height: 25px;
    margin: 0 8px;
}

#emaerket-widget-7iipp9bedv {
    display: flex;
    align-items: center;
}

.gazelle {
    height: 25px;
    margin-right: 15px;
    margin-left: 15px;
}

#emaerket-widget-2ebn24ys2q2 {
    display: inline-flex;
    vertical-align: middle;
    margin-left: -30px;
}

/* FOOTER */
footer {
    background-color: #34261e;
    color: #FFF;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 80px 0;
    position: relative;
}

footer>div.innerFooter {
    width: 1240px;
    margin: 0 auto;
    max-width: 95%;
    position: relative;
}

footer>div>ul {
    margin: 0 -2%;
    padding: 0;
    list-style-type: none;
}

footer>div>ul:after {
    clear: both;
    content: "";
    display: block;
}

footer>div>ul>li {
    float: left;
    width: 21%;
    margin: 0 2%;
    line-height: 20px;
}

footer>div>ul>li>span {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Bevan', cursive;
}

footer>div>ul>li:last-child a {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 15px 0;
}

footer>div>ul>li a {
    text-decoration: none;
    color: #FFF;
}

footer ul.TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.profile-video {
    margin: 40px -1%;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

ul.profile-video>li {
    margin: 0 1%;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    width: 48%;
}

/* SOCIAL LINKS */
a.social {
    width: 25px;
    height: 35px;
    display: inline-block;
    margin: 0 0 0 5px;
    background-size: auto 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

a.social .fa {
    color: rgba(255, 255, 255, 1.00);
    font-size: 18px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}


/* BREADCRUMB */
[itemtype="https://schema.org/BreadcrumbList"] {
    display: none;
    width: 1240px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 0 32px;
    background-image: url('/images/skins/Bewise/images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 19px 50%;
}

.breadcrumb-container {
    padding: 10px 0 7px;
    background-color: #f6f6f6;
}

.breadcrumb-container [itemtype="https://schema.org/BreadcrumbList"] {
    display: block;
}

div.breadcrumb,
.SubCats_BreadCrumb {
    display: none;

}

/*
div.breadcrumb.active, .SubCats_BreadCrumb.active {
	display:block;
}
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
*/
[itemtype="https://schema.org/BreadcrumbList"] a {
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
}

[itemtype="https://schema.org/BreadcrumbList"] a:hover {
    color: #9B9B9B;
}

[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    display: inline-block;
}


/* PRODUCTLIST */
.category-description {
    margin: 0 0 25px;
}
.category-description:empty {
    display: none;
}
.category-description p:last-child {
    margin-bottom: 0;
}
.category-description h1 + p {
    margin-top: 0;
}
.category-description p:only-child {
    margin: 0;
}

.category-description .CmsPageStyle {
    line-height: 160%;
    display: inline-block;
}

/* OFFER OVERLAY */
body.webshop-productinfo .ribbon {
    position: absolute;
    top: -5px;
    right: -5px;
    left: auto;
}

body.webshop-productinfo .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

body.webshop-productinfo .ribbon span {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #C66500;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

body.webshop-productinfo .ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #A35300;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;
}


body.webshop-productinfo .ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #A35300;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;

}

li>form {
    height: 100%;
}

.Frontpage_Custom_UL,
.ProductList_Custom_UL {
    padding: 0;
    margin: 0 -1%;
    list-style-type: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Frontpage_Custom_UL,
.Related_Custom_UL,
.CustomersAlsoBought_Custom_UL {
    padding: 0;
    margin: 0 -1%;
    list-style-type: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.Frontpage_Custom_UL>li,
.Related_Custom_UL>li,
.CustomersAlsoBought_Custom_UL>li {
    width: 18%;
    margin: 0 1% 2%;
    display: inline-block;
    vertical-align: top;
    flex: none;
}

.Frontpage_Custom_UL>li .product,
.Related_Custom_UL>li .product,
.CustomersAlsoBought_Custom_UL>li .product {
    position: relative;
    padding: 25px;
    text-align: center;
}

.Frontpage_Custom_UL>li .product .name a,
.Related_Custom_UL>li .product .name a,
.CustomersAlsoBought_Custom_UL>li .product .name a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
    padding: 18px 0 7px;
}

.Frontpage_Custom_UL>li .product .image,
.Related_Custom_UL>li .product .image,
.CustomersAlsoBought_Custom_UL>li .product .image {
    float: none;
    width: 100%;
}

.Frontpage_Custom_UL>li .product .image,
.Related_Custom_UL>li .product .image,
.CustomersAlsoBought_Custom_UL>li .product .image {
    position: relative;
}

.Frontpage_Custom_UL>li .product img,
.Related_Custom_UL>li .product img,
.CustomersAlsoBought_Custom_UL>li .product img {
    max-width: 100%;
}

.Frontpage_Custom_UL>li .product .image img,
.Related_Custom_UL>li .product .image img,
.CustomersAlsoBought_Custom_UL>li .product .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 250px;
}

.Frontpage_Custom_UL>li .product .price,
.Related_Custom_UL>li .product .price,
.CustomersAlsoBought_Custom_UL>li .product .price {
    font-size: 14px;
    font-weight: bold;
}

.Frontpage_Custom_UL>li .product .price strike,
.PriceStriked_Productlist,
.Related_Custom_UL>li .product .price strike,
.PriceStriked_Productlist,
.CustomersAlsoBought_Custom_UL>li .product .price strike,
.PriceStriked_Productlist {
    color: rgba(169, 0, 2, 1.00);
}

ul.Related_Custom_UL .price strike,
ul.CustomersAlsoBought_Custom_UL .price strike,
ul.Frontpage_Custom_UL .price strike {
    padding: 0 4px 0 0;
}

.Related_Custom_UL>li .product .buy,
.CustomersAlsoBought_Custom_UL>li .product .buy {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.Frontpage_Custom_UL>li .product .buy {
    width: 100%;
    overflow: hidden;
    margin: 10px auto 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.Frontpage_Custom_UL>li .product .buy input[type="text"].TextInputField_Productlist {
    display: none;
}

.Frontpage_Custom_UL>li .product .BuyButton_ProductList,
.Frontpage_Custom_UL>li .product .Related_BuyButton_IMG,
.Related_Custom_UL>li .product .BuyButton_ProductList,
.Related_Custom_UL>li .product .Related_BuyButton_IMG,
.CustomersAlsoBought_Custom_UL>li .product .BuyButton_ProductList,
.CustomersAlsoBought_Custom_UL>li .product .Related_BuyButton_IMG {
    width: 100%;
    display: block;
}



.ProductList_Custom_UL>li {
    width: 98%;
    margin: 0 1% 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    /*transition: all 0.3s ease;*/
}

.ProductList_Custom_UL>li.blogli {
    width: 48%;
    padding: 20px;
    border-radius: 5px;
    border: rgba(221, 221, 221, 1.00) solid 1px;
}

.Frontpage_Custom_UL>li.Header,
.ProductList_Custom_UL>li.Header,
.Related_Custom_UL>li.Header,
.CustomersAlsoBought_Custom_UL>li.Header {
    border-left: 0;
    border-bottom: 0;
    font-size: 20px;
}

.ProductList_Custom_UL>li.splitBanner {
    border: 0;
}

.ProductList_Custom_UL>li.splitBanner img {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.ProductList_Custom_UL>li .ribbon {
    position: absolute;
    top: -5px;
    left: -5px;
}

.ProductList_Custom_UL>li .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ProductList_Custom_UL>li .ribbon span {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #C66500;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ProductList_Custom_UL>li .ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #A35300;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;
}

.ProductList_Custom_UL>li .ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #A35300;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A35300;

}

li .product {
    position: relative;
    padding: 20px 0 20px 20px;
}

li .product:after {
    clear: both;
    content: "";
    display: block;
}

li .product .image {
    position: relative;
    width: 15%;
    float: left;
    text-align: center;
}

li .product .image img {
    display: inline-block;
}

li .product img {
    display: block;
    max-width: 100%;
}

li .product .information {
    float: left;
    width: 55%;
    padding: 0 20px;
    border-right: 2px solid #eee;
}

li .product .name {
    margin-bottom: 5px;
}

li .product .name a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    color: #c66500;
}

li .product .name a br {
    display: none;
}

li .product .productnumber {
    font-size: 11px;
    color: #616161;
    margin-bottom: 8px;
    font-weight: lighter;
}

li .product .rating {
    margin-bottom: 5px;
}

li .product .rating i,
body.webshop-productinfo .rating i {
    color: #f2c614;
}

body.webshop-productinfo .rating i {
    font-size: 16px;
    ;
}

li .product div.usp {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 12px;
    max-height: 100px;
    overflow: hidden;
}

li .product div.usp.expand {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 12px;
    max-height: 1500px;
    overflow: hidden;
}

li .product div.usp.excerpt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

li .product div.usp b {
    font-weight: normal !important;
}

.information .readmore {
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
}

li .product .buysection {
    width: 28%;
    float: right;
    text-align: right;
    padding: 15px;
    position: relative;
}

li .product .price:after {
    clear: both;
    content: "";
    display: block;
}

li .product .showBulkButton {
    position: absolute;
    bottom: 100%;
    right: 15px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 11px;
    display: inline-block;
    background-color: #269fda;
    padding: 4px 10px;
    color: #FFF;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

li .product .showBulkButton:after {
    font-family: 'FontAwesome';
    margin-left: 8px;
    font-size: 10px;
}

li .product .showBulkButton:not(.open):after {
    content: "\f0d7";
}

li .product .showBulkButton.open:after {
    content: "\f0d8";
}

li .product .Prices_Custom_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    width: 100%;
}

li .product .price-before {
    color: #9A0002;
    text-decoration: line-through;
}

li .product .priceLeft {
    float: left;
}

li .product .Prices_Custom_UL>li>div>span,
li .product .Prices_Custom_UL>li>span {
    padding: 0 0 0 3px;
}

li .product .Prices_Custom_UL>li>span.actualPrice,
li .product .Prices_Custom_UL>li>span.currency {
    font-size: 15px;
    font-weight: bold;
}

li .product .price>.Prices_Custom_UL:first-child>li:nth-child(n+2) {
    display: none;
}

li .product .bulkPricesUl {
    display: none;
    padding: 0;
    list-style-type: none;
    margin: 0;
    float: none;
}

li .product .bulkPricesUl>li {
    border-top: 1px solid #e8e2c9;
    padding: 5px 0 3px 0;
}

li .product .price strike,
.PriceStriked_Productlist {
    color: rgba(169, 0, 2, 1.00);
}

ul.Related_Custom_UL .price strike,
ul.CustomersAlsoBought_Custom_UL .price strike,
ul.Frontpage_Custom_UL .price strike {
    padding: 0 4px 0 0;
}

li .product .stock span {
    color: #759c37;
    position: relative;
    padding: 4px 0 10px;
    display: inline-block;
    border-radius: 3px;
}

li .product .buy {
    position: relative;
}

li .product .buy:after {
    clear: both;
    content: "";
    display: block;
}

li .product input[type="text"] {
    position: absolute;
    height: 100%;
    width: 45px;
    border-radius: 3px;
    border: 1px solid #dcd6c0;
    text-align: center;
    left: 0;
    top: 0;
}

.CustomersAlsoBought_Custom_UL>li .product input[type="text"],
.Related_Custom_UL>li .product input[type="text"] {
    right: calc(100% - 85px);
    left: auto;
}

li .product .BuyButton_ProductList {
    float: right;
    width: calc(100% - 60px);
    border-radius: 3px;
}

li .product .Related_BuyButton_IMG {
    float: right;
    width: calc(100% - 100px);
    border-radius: 3px;
}

li .product .productInfoContainer {
    float: right;
    width: 40%;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    border-left: solid 1px rgba(232, 232, 232, 1.00);
}

/* NEWS */
li .news {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 40;
    background-color: transparent;
    color: #FFF;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100px;
    visibility: hidden;
}

li .news.text {
    width: 100px;
    top: 17px;
    right: -23px;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    padding: 4px 0;
    font-size: 12px;
    line-height: 12px;
    transform: rotate(45deg);
}

.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
    width: 100%;
}

.CategoryFooterContent {
    padding: 50px 0 0
}

/* PAGER */
.pager {
    clear: both;
    padding: 30px 0 0;
}
.pager:not(:has(a)) {
    display: none;
}

.pager:after {
    content: "";
    clear: both;
    display: block;
}

.pager>div {
    display: block;
    float: left;
}

.pager .prev {
    width: 20%;
    min-height: 1px;
}

.pager .pages {
    width: 60%;
    text-align: center;
}

.pager .next {
    width: 20%;
    text-align: right;
}

.pager .next a,
.pager .prev a {
    display: inline-block;
    border: solid 1px #4D4D4D;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pager .pages a {
    display: inline-block;
    border: solid 1px #CECECE;
    padding: 5px 10px;
    margin: 0 3px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pager .pages a.ActivePageNumber_ProductList {
    border-color: #555;
    background-color: #555;
    color: #fff;
    font-weight: normal;
    padding-right: 10px;
}


/* SORT SELECTOR */
.sort-container:after {
    content: "";
    clear: both;
    display: block;
}

#Productlist_Sort_table {
    margin: 0 0 10px;
}

.sort-selector {
    overflow: hidden;
    background-color: #f6f6f6;
}

.sort-selector a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 11px;
    line-height: 11px;
    color: #4E4E4E;
    text-decoration: none;
}

.sort-selector a:hover {
    background-color: #43372b;
    color: #fff;
}

.sort-selector a.selected {
    background-color: #43372b;
    color: #fff;
}

.sort-selector a:last-child {
    border: 0;
}

#Productlist_Sort_Select {
    display: none;
}


.Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.Element_Overlay_ProductInfo-customersboughtContainer_DIV,
.Element_Overlay_ProdInfo_SpecialOfferContainer_DIV {
    display: none;
}

/* OFFER OVERLAY */
/*
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position:relative;
	display:block;
}
.ProductList_Custom_UL .image > a > div,
.Frontpage_Custom_UL .image > a > div,
.Related_Custom_UL .image > a > div,
div.Element_Overlay_DIV,
div.Element_Overlay_ProductInfo-relatedDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV {
	display:block !important;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
	top:-5px;
	left:-5px;
	width:60px;
	height:60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background-color:#d8c6b0;
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV {
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV {
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 19px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	position: absolute;
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	transform: translateY(-50%);
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:10px;
	left:10px;
	right:auto;
	width:70px;
	height:70px;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size:25px;
}
*/


form.ask {
    display: block;
    margin: 0;
}

form.ask .header {
    display: inline-block;
    padding: 4px 15px 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #444;
    color: rgba(255, 255, 255, 1.00);
    border-radius: 5px 5px 0 0;
}

form.ask .text {
    margin: 0 0 10px;
}

form.ask .inner {}

form.ask .inner:after {
    content: "";
    display: block;
    clear: both;
}

/*
form.ask.error .inner {
	background-color: rgba(252,231,232,1.00);
	border-color: rgba(185,96,97,1.00) !important;
}
*/
form.ask input.error,
form.ask textarea.error {
    border-color: rgba(185, 96, 97, 1.00) !important;
}

form.ask input[type="text"],
form.ask input[type="email"],
form.ask textarea {
    display: block;
    width: 75%;
    margin: 0 0 7px;
    border: solid 1px rgba(204, 204, 204, 1.00);
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
}

form.ask textarea {
    padding: 10px;
    height: 80px;
}

form.ask input[type="submit"] {
    font-size: 13px;
    line-height: 1;
    padding: 7px 10px 6px;
    border-radius: 3px;
    border: 0;
    background-color: rgba(62, 62, 62, 1.00);
    color: #FFF;
    cursor: pointer;
}

form.ask .formMessageSuccess {
    background-color: #e5f4d7;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d5e4c7;
}



/* SPECS */
#specs {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 15px 0;
    border: solid 1px rgba(237, 237, 237, 1.00);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
}

#specs.active {
    display: block;
}

#specs>li {
    border-bottom: solid 1px rgba(155, 155, 155, 0.40);
    padding: 4px 0;
    display: none;
}

#specs>li:nth-child(2n+1) {
    background-color: rgba(155, 155, 155, 0.10);
}

#specs>li.active {
    display: block;
}

#specs>li:last-child {
    border: 0;
}

#specs>li>div {
    display: inline-block;
    vertical-align: top;
}

#specs>li>div:first-child {
    width: 130px;
    padding: 0 15px 0 20px;
}

#specs>li>div:last-child {
    font-weight: bold;
}

table.CmsPageStyle_Table,
.profileWrapper table,
.termsWrapper table {
    table-layout: fixed;
}

table.CmsPageStyle_Table img,
div.profileWrapper img,
div.termsWrapper img {
    max-width: 100%;
    height: auto !important;
}

input.SubmitButton_AdvancedSearchPage[type="submit"] {
    font-size: 13px;
    padding: 6px 10px;
}


/* FAVORITES */
table.FavTB {
    table-layout: fixed;
}

table.FavTB>tbody>tr>td {
    border-bottom: solid 1px rgba(235, 235, 235, 1.00);
    padding-top: 10px;
    padding-bottom: 10px;
}

td.FavTB_ProdImageTD {
    width: 10%;
}

img.FavTB_ProdImage {
    max-width: 100%;
}

td.FavTB_ProdNameTD {
    width: auto;
    vertical-align: middle;
    padding-left: 25px;
}

td.FavTB_ProdNameTD>a {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px 0 0;
    display: block;
}

td.FavTB_ProdNameTD br {
    display: none;
}

td.FavTB_ProdAmountTD {
    display: none;
}

td.FavTB_ActionButtonsTD {
    width: 40px;
}

td.FavTB_ActionButtonsTD>a:nth-of-type(-n+2) {
    display: none;
}

td.FavTB_ActionButtonsTD>a>img {
    width: 25px;
    display: block;
}

td.FavTB_Buy {
    width: 20%;
}

td.FavTB_Buy input {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL,
.SubCats_Categories_TABLE {
    padding: 0;
    margin: 0 -1%;
    list-style-type: none;
}

.SubCats_Categories_UL:after {
    content: "";
    clear: both;
    display: block;
}

.SubCats_Categories_UL>li,
.SubCats_Categories_TD {
    width: 23% !important;
    float: none !important;
    margin: 0 1% 2%;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #D6D6D6;
    padding: 10px;
    text-align: center;
}

.SubCats_Categories_UL>li:last-child {
    display: none;
}

.SubCats_Categories_UL>li .image img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.SubCats_Categories_UL>li .name a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}




/* SLIDERS */
div.dd-theme-default .nivo-directionNav a {
    top: 50%;
    background-color: rgba(0, 0, 0, 0.30);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-position: 50% 50%;
    background-size: 10px auto;
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
    transform: translateY(-50%);
    font-size: 0;
    color: rgba(255, 255, 255, .00);
    background-image: none;
}

div.dd-theme-default a.nivo-prevNav:before,
div.dd-theme-default a.nivo-nextNav:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    transform: translateX(-50%) translateY(-50%);
    color: rgba(255, 255, 255, 1.00);
}

div.dd-theme-default a.nivo-prevNav:before {
    content: "\f053";
}

div.dd-theme-default a.nivo-nextNav:before {
    content: "\f054";
}

/* PRODUCTCARD */

/* TABS */
.tabs {
    margin: 0;
    padding: 20px 0 0;
    clear: both;
}

.tabs>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.tabs>ul:after {
    clear: both;
    content: "";
    display: block;
}

.tabs>ul>li {
    float: left;
    font-size: 13px;
    padding: 7px 20px;
    margin-right: 5px;
    border-top: solid 1px rgba(219, 219, 219, 1.00);
    border-bottom: solid 0px rgba(255, 255, 255, 1.00);
    border-right: solid 1px rgba(219, 219, 219, 1.00);
    border-left: solid 1px rgba(219, 219, 219, 1.00);
    position: relative;
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
}

.tabs>ul>li.open {
    border-bottom-width: 1px;
    background-color: rgba(255, 255, 255, 1.00);
    cursor: default;
}

.tabs>ul>li:not(.open) {
    cursor: pointer;
}

.tabs>div {
    display: none;
    border: solid 1px rgba(219, 219, 219, 1.00);
    padding: 20px;
    position: relative;
    margin-top: -1px;
}

.tabs>div:after {
    clear: both;
    content: "";
    display: block;
}

.tabs>div:first-of-type {
    display: block;
}

.shipping-options ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.shipping-options ul li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}

.shipping-options ul li span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.shipping-options ul li p {
    display: block;
    padding: 4px 2px;
    margin: 0;
}

.shipping-options ul li p:nth-child(even) {
    background-color: #f6f6f6;
}

body.webshop-productinfo article {
    background-color: transparent;
    padding: 0;
}

.productcard .bulk {
    display: none;
}

.productcard {
    position: relative;
}

.productcard:after {
    content: "";
    clear: both;
    display: block;
}

body.webshop-productinfo .back {
    position: absolute;
    top: 72px;
    right: 25px;
}

.productcard .buy {
    margin: 20px 0;
    display: inline-block;
}

@media (max-width: 999px) {
    html[lang^="da"] .productcard .buy {
        margin-right: 0;
    }
}

.productcard .buy:after {
    content: "";
    clear: both;
    display: block;
}

#BUYSECTION {
    float: left;
}

img.FavAddButton_ProductInfo {
    float: left;
    background-color: rgba(197, 197, 197, 1.00);
    padding: 6px;
    height: 39px;
    border-radius: 5px;
    /*	margin-left: 8px; */
}

.buyWrapperHeadline,
.amountWrapperHeadline {
    display: none;
}

.amountWrapper {
    float: left;
}

.amountWrapper input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 39px;
    width: 35px;
    border: solid 1px #252525;
    border-right: 0;
    background-color: #FFFFFF;
    text-align: center;
    padding: 0;
}

.buyWrapper {
    float: left;
    margin: 0 15px 0 0;
}

.buyWrapper input {
    height: 39px;
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.productcard .documents>a:first-of-type {
    margin-top: 20px;
    display: inline-block;
}

.productcard .documents img {
    width: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px 10px 3px 0;
}

.productcard .news:empty,
li .news:empty {
    display: none;
}

.productcard .news {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    z-index: 9;
    color: #FFF;
}

.productcard .news.text {
    position: absolute;
    width: 140px;
    top: 24px;
    right: -32px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    padding: 6px 0;
    font-size: 16px;
    line-height: 16px;
    transform: rotate(45deg);
}

.productcard .news img {
    width: 100%;
}

.productcard .images {
    float: left;
    width: 44%;
    position: relative;
}

.productcard .imagecanvas {
    margin: 0 0 15px;
}

#Productinfo_Fancybox_Image_DIV img {
    max-width: 100%;
    display: block;
}

.productcard .imageselector a {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 0 8px 8px 0 !important;
}

.productcard .imageselector a img {
    display: block;
    width: 70px !important;
    height: auto !important;
    border: solid 1px rgba(205, 205, 205, 1.00);
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 !important;
}

.productcard .imageselector a.youtubeThumbnail:before {
    content: url('/images/skins/Bewise/images/youtubeButton.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-size: cover;
}

table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
    width: 100%;
}

div.MagicThumb-caption {
    display: none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV,
.imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV,
.Element_Overlay_Image_DIV {
    display: block;
}

.productcard .info {
    float: right;
    width: 53%;
    position: relative;
    margin: 0;
}

.productcard ul.details {
    padding: 0;
    list-style-type: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    font-size: 0;
}

.productcard ul.details.active {
    display: inline-block;
}

.productcard ul.details:after {
    clear: both;
    content: "";
    display: block;
}

.productcard ul.details>li {
    font-size: 12px;
    display: none;
    vertical-align: middle;
    border-right: solid 1px rgba(223, 223, 223, 1.00);
    padding: 7px 15px;
}

.productcard ul.details>li.active {
    display: inline-block;
}

.productcard ul.details>li.active.last {
    border-right: none;
    text-align: center;
}

.productcard ul.details>li>span {
    display: inline-block;
    vertical-align: middle;
}

.productcard ul.details>li.stock-message img {
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px 10px 0px 1px;
    vertical-align: middle;
}

/*
.productcard ul.details > li.delivery-time {
	background-image:url('/images/skins/Bewise/images/icon-delivery.png');
	background-repeat:no-repeat;
	background-size:13px auto;
	background-position:15px 53%;
	padding-left:35px;
}
*/
.productcard ul.details>li.delivery-time:before {
    font-family: 'FontAwesome';
    content: "\f0d1";
    margin: 0 7px 0 0;
}

.productcard ul.details>li.rating {
    padding-top: 0;
    padding-bottom: 0;
}

.productcard ul.details>li.rating>div {
    padding: 0 !important;
}

.productcard ul.details>li.rating span.Product_Rating_Review_Text,
.productcard ul.details>li.rating span.Product_Rating_Sum,
.productcard ul.details>li.rating span.Product_Rating_NoRates,
.productcard ul.details>li.rating span.Product_Rating_Voted {
    display: none;
}

/* PRODUCTCARD RATING */

div.Product_Rating_Symbols_Active_Right,
div.Product_Rating_Symbols_Active_Left,
div.Product_Rating_Symbols_Hover_Right,
div.Product_Rating_Symbols_Hover_Left,
div.Product_Rating_Symbols_Idle_Right,
div.Product_Rating_Symbols_Idle_Left,
div.Product_Rating_Symbols_Idle,
div.Product_Rating_Symbols_Active {
    background-image: url('/images/skins/Bewise/images/rating-stars.png');
    background-size: 20px auto;
}

/* Product details box (DK/EN/SE) Productcard */
.product-details-box {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 325px;
    margin-top: -30px;
    margin-bottom: 8px;
    list-style: none;
    text-align: center;
    display: list-item;
    width: 100%;
    height: auto;
}

.en-product-details-box {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 325px;
    margin-bottom: 8px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;

}

.SEproduct-details-box {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 325px;
    margin-top: -20px;
    margin-bottom: 8px;
    list-style: none;
    text-align: center;
    width: 100%;
    height: auto;
}

p.ProductText {
    text-align: center;
    margin-bottom: -18px;
}

p.EnProductText {
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: -10px;
}

p.Enproductmessage {
    font-weight: bold;
    Border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 12px;
}

.SeRating {
    padding: 0px !important;
    display: inline-flex;
}

.bp_lsaProduct.articleitem {
    border: solid 1px #dccba2 !important;
    background-color: #ffffff !important;
}

.bp_lsaProduct.articleitem .bp_lsaProductPrice {
    display: none;
}

.bp_lsaProduct.articleitem .bp_lsaProductButtons a {
    text-decoration: none;
    background-color: rgba(56, 56, 56, 1.00) !important;
    color: rgba(255, 255, 255, 1.00) !important;
}

.bp_lsaProductStockMessage {
    display: none;
}

.bp_lsaFullScreen .bp_lsaProductsList>.bp_lsaProduct a.bp_lsaProductButton.lsanotinstock {
    text-decoration: none;
    background-color: rgba(111, 111, 111, 1.00);
}


@media (min-width: 1000px) {
    .bp_lsaCategories:not(.bp_blotitemsDesktopList) .bp_lsaCategoriesList> :nth-child(n+10) {
        display: none;
    }
}

@media (max-width: 999px) {
    /*
    div.bp_lsaFullScreen .bp_lsaResults {
        flex-direction: column-reverse;
    }
    */
    /*
    div.bp_lsaFullScreen .bp_lsaBrandsList .bp_lsaBrand:nth-child(n+10),
    div.bp_lsaFullScreen .bp_lsaCategoriesList .bp_lsaCategory:nth-child(n+10) {
        display: none;
    }
    */

    .lsatabs {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
        border-bottom: solid 1px rgba(194, 194, 194, .4);
        margin-bottom: 15px;
    }

    .lsatabs .lsatab {
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        font-weight: bold;
    }

    .lsatabs .lsatab.active {
        background-color: #c66500;
        color: rgba(255, 255, 255, 1.00);

    }

    .bp_lsaFullScreen .bp_lsaProductsList.bp_lsaBlogItems {
        width: 98%;
    }

    div.bp_lsaFullScreen .bp_lsaResults .bp_lsaSideResults:not(:has(.active)),
    .bp_lsaProducts:not(.active),
    .bp_lsaCategories:not(.active),
    .bp_lsaBrands:not(.active),
    .bp_lsaFullScreen .bp_lsaProductsList.bp_lsaBlogItems:not(.active) {
        display: none;
    }


    .en-product-details-box {
        max-width: 325px;
        height: auto;
        padding-top: 0px;
        width: 100%;
    }

    .SEproduct-details-box {
        max-width: 325px;
        padding: 0px;
        width: 100%;
    }

    p.ProductText {
        text-align: left;
        margin-bottom: -13px;
        margin-top: 19px;
    }

    .SeRating {
        float: left;
        display: inline-flex;
        margin-top: 3px !important;
    }

    li#MobilTxt {
        Margin-top: -10px;
    }

    p.EnProductText {
        font-weight: normal;
        margin-bottom: 2px;
        margin-top: 1px;
        text-align: left;
    }

    p.Enproductmessage {
        font-weight: bold;
        Border-bottom: 1px solid #ccc;
        padding-bottom: 3px;
        margin-top: 12px;
    }
}

.aggregateRating {
    Margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

div#Product_Rating_Container {
    display: inline-block;
    Margin-top: 5px;
}

p.LeftArrow {
    margin-top: -32px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin-left: 55px;
}

p.EnLeftArrow {
    margin-top: -32px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin-left: 55px;
}

.product-details-box ul.details li:last-child {
    border-right: none;
    margin-bottom: 3px;
    border-left: none;
}

.productcard ul.details:after {
    clear: both;
    content: "";
    display: block;
}

.productcard ul.details>li {
    font-size: 12px;
    vertical-align: middle;
    border-right: solid 1px rgba(223, 223, 223, 1.00);
    padding: 7px 15px;
    display: none;
}

.productcard ul.details>li.active {
    display: inline-block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: center;
    border-right: none;
    font-weight: bold;
    font-size: 14px;
}

.product-details-box ul.details li {
    padding: 5px 0;
    border-right: none;
}

@media (max-width: 999px) {
    .productcard ul.details>li.active {
        display: block;
        font-size: 14px;
        text-align: left;
        margin-top: -19px;
    }

    .productcard ul.details>li.rating {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .productcard ul.details {
        display: block;
    }
}

@media (max-width: 999px) {
    .aggregateRating {
        Margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    ul.product-details-box {
        Margin-top: -15px;
        max-width: 310px;
        margin-bottom: 10px;
    }

    .product-details-box {
        max-width: 325px;
        width: 100%;
        height: auto;
        display: inherit;
        margin-top: 0px;
        padding-left: 15px;
    }

    div#Product_Rating_Container {
        display: inline;
    }

    p.LeftArrow {
        font-weight: normal;
        float: left;
        display: inline;
        margin-top: -27px !important;
        margin-left: -11px !important;
    }

    p.EnLeftArrow {
        font-weight: normal;
        float: left;
        margin-top: -27px !important;
        margin-left: 15px !important;
    }

    p.SELeftArrow {
        float: left;
        margin-top: 3px !important;
        margin-left: 3px !important;
        font-weight: normal;
    }
}

p.SELeftArrow {
    Font-weight: normal;
    margin-top: 7px;
}

.Variants {
    margin: 15px 0 0;
}

table.VariantGroup {
    width: 50%;
}

td.VariantGroupLabel {
    font-weight: bold;
    padding: 0 0 4px;
}

table.VariantGroup select {
    width: 100%;
}

.productcard .Prices_Custom_UL {
    width: auto;
    margin: 10px 0 5px;
    padding: 0;
    list-style-type: none;
}

.productcard .Prices_Custom_UL .before-price {
    font-size: 16px;
    line-height: 16px;
    color: #CA0003;
    font-family: 'Bevan', cursive;
}

.productcard .Prices_Custom_UL .price {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Bevan', cursive;
    margin-top: 5px;
}

.productcard .Prices_Custom_UL li:first-child .price {
    font-size: 36px;
    line-height: 36px;
}

.productcard .Prices_Custom_UL .price .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #7E7E7E;
    padding-right: 4px;
}

.productcard .Prices_Custom_UL li .vat {
    font-size: 16px;
    padding: 0 0 0 7px;
}

.Prices_Custom_UL li:first-child .text {
    display: none;
}

.Prices_Custom_UL li:last-child {
    margin: 0 0 10px;
}

.productcard .description1,
.productcard .description1 b {
    font-weight: normal;
}

.productcard .description1 p {}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
    border: 0;
}

.productcard .addthis_toolbox {
    padding: 20px 0 0;
}


/* RELATED PRODUCTS */
.related,
.alsobought {
    margin: 60px 0 0;
    display: none;
}

.related.active,
.alsobought.active {
    display: block;
}

.related.active:before,
.alsobought.active:before {
    content: "";
    clear: both;
    display: block;

}

.related.active:before {
    padding: 30px 0 0;
}

.related .header,
.alsobought .header {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
}


/* GIFTCARD */
body.giftcard ul.Prices_Custom_UL,
body.giftcard table.VariantGroup>tbody>tr:first-child {
    display: none;
}

body.giftcard table.VariantGroup {
    width: 100%;
}

body.giftcard table.VariantGroup input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 18px;
    border: 0;
}


/* CONTACTFORM */
aside .header {
    margin-top: 30px;
}

form.contact {
    padding: 0;
}

form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    margin: 0 0 4px;
    color: #000;
    background-color: rgba(100, 100, 100, 0.1);
    border: 0;
    border-top: solid 1px #DBDBDB;
}

form.contact textarea {
    padding: 10px 15px;
    height: 60px;
}

form.contact small {
    display: block;
    padding: 5px 0 10px 15px;
}

form.contact input[type="submit"] {
    font-size: 12px;
    padding: 7px 10px;
    margin-left: 15px;
    text-transform: uppercase;
}


/* SHOWBASKET */
#showbasketContent:after {
    clear: both;
    content: "";
    display: block;
}

div.ShowBasket_SimpleVariants_DIV {
    padding-left: 0;
    padding-top: 0;
}

.ShowBasket_ProductLine_ActionButtons_TD img {
    width: 14px;
    margin: 0 2px;
}

a.Order_back_basket {
    float: left;
    margin: 15px 0 0;
}

a.Order_back_basket img {
    width: 200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

a.Basket_Order img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    max-width: 100%;
}

.Order_empty_basket {
    display: none;
}

a.ShowBasket_SendBasketLink_Dialog_Link {
    font-size: 12px;
    color: #575868;
    text-decoration: none;
    float: right;
    background-color: #fff;
    padding: 7px 18px;
    border: solid 1px #d8dadc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
    border-bottom: solid 1px #D6D6D6;
    padding-top: 5px;
    padding-bottom: 5px;
}

.productrow>td {
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
    padding-top: 10px;
    padding-bottom: 10px;
}

#basket_PaymentFees td {
    background-color: #F0F0F0;
    padding-top: 5px;
    padding-bottom: 5px;
}

#basket_TotalPrice>td {
    font-size: 18px;
}

table.showbasket {
    width: 100%;
}

table.showbasket.head {
    border: 1px solid #F2F2F2;
}

table.showbasket.body {
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}

table.showbasket.body>tbody>tr>td {
    border-bottom: 1px solid #F2F2F2;
}

table.showbasket td,
table.showbasket th {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

table.showbasket th {
    background-color: #F2F2F2;
    font-weight: bold;
}

table.showbasket .description {
    position: relative;
}

table.showbasket .description img.ProductImage_ShowBasket {
    margin: 0 15px 0 0;
}

table.showbasket .description small {
    display: block;
}

table.showbasket .description a:nth-child(2) {
    display: block;
    text-decoration: none;
    font-weight: bold;
    max-width: 280px;
}

table.showbasket .amount>a>img {
    width: 20%;
    margin: 0 0 0 10%;
    vertical-align: middle;

}

table.showbasket .amount {
    width: 14%;
    text-align: center;
}

table.showbasket .amount .amountContainer {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border: solid 1px #D5D5D5;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.showbasket .amount .amountContainer:after {
    content: "";
    clear: both;
    display: block;
}

table.showbasket .amount .amountContainer>div {
    float: left;
    padding: 13px 0;
    width: 60%;
    text-align: center;
    border-right: solid 1px #D5D5D5;
}

table.showbasket .amount .amountContainer>a {
    position: absolute;
    right: 0px;
    height: 50%;
    width: 40%;
    display: block;
}

table.showbasket .amount .amountContainer>a:hover {
    background-color: #D5D5D5;
}

table.showbasket .amount .amountContainer>a:nth-of-type(2) {
    border-top: solid 1px #D5D5D5;
    bottom: 0;
}

table.showbasket .amount .amountContainer>a>img {
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

table.showbasket.noamount .amount .amountContainer {
    display: none;
}

table.showbasket .unitprice {
    width: 15%;
    text-align: right;
}

table.showbasket .unittotal {
    text-align: right;
    width: 15%;
}

.basket-checkout {
    width: 35%;
    float: right;
    padding: 10px;
    background-color: rgba(242, 242, 242, 1.00);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.basket-checkout>div {
    padding: 4px 0;
}

.basket-checkout>div>div {
    float: right;
}

.basket-checkout .total {
    border-top: solid 1px rgba(0, 0, 0, 0.30);
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.20);
}

.wrapping {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wrapping>table {
    font-size: 12px;
    color: #575868;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #d8dadc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.wrapping>table td {
    padding: 5px 8px;
}

.wrapping input {
    margin: 0 7px 0 0;
    cursor: pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent,
body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
    display: none;
}

body.webshop-showbasket:not(.basketEmpty) #basket-empty {
    display: none;
}


/* OPC */
.BackGroundColor1_OrderStep4,
.BackGroundColor1_OrderStep4 table {
    table-layout: fixed;
}

.Heading_Order4+br,
.Heading_Order4+br+br {
    display: none;
}

body.webshop-checkout header #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout section.top .TopMenu_MenuItems {
    display: inline-flex;
}

.checkout-payment-method-image img {
    height: 25px;
}

body.webshop-checkout header>section {
    height: 140px;
}

#checkout-container #column-data h3,
#checkout-container div h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 13px 15px;
    margin: 0;
    background-color: #43372b;
    color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

#checkout-container h4 {
    font-size: 13px;
    margin: 10px 0 0;
    padding: 0;
}

#column-data>h3:before,
#checkout-container div h2:before,
#payment-giftcertificateinfo>h2:before {
    position: absolute;
    background-color: #c66500;
    color: rgba(255, 255, 255, 1.00);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    width: 23px;
    height: 23px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 0 0;
}

#column-data>h3:before {
    content: "1";
}

#column-shipping-payment>h2:nth-of-type(1):before {
    content: "2";
}

#column-shipping-payment>h2:nth-of-type(2):before {
    content: "3";
}

#payment-cardinfo>h2:before,
#payment-giftcertificateinfo>h2:before {
    content: "4";
}

div#order-summary>h2:before {
    content: "5";
}

#order-confirm>h2:before {
    content: "6";
}

#checkout-container select.checkout-select {
    height: auto;
    width: 100%;
    display: block;
}

#checkout-container input.checkout-text,
#checkout-container input#checkout-giftcertificate-cardnumber {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    display: block;
    margin: 0px 0px 5px;
    border: solid 1px #D4D4D4;
    color: rgba(0, 0, 0, 1.00);
}

#checkout-container textarea.checkout-text {
    width: 100%;
    padding: 7px 10px 7px 5px;
    height: 30px;
    display: block;
    margin: 0px 0px 5px;
    border: solid 1px #D4D4D4;
}

#checkout-container label {
    display: block;
}

#checkout-container div.salesdiscountcode-container {
    float: none;
}

#checkout-container div.salesdiscountcode-button-container {
    float: none;
    width: 100%;
}

#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
    margin-bottom: 5px;
}

#checkout-container div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
    float: none;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 25px;
}

#checkout-container small {
    display: block;
    color: #c00556;
}

#checkout-container #customer_lookup_submit,
#checkout-container #checkout-container #checkout_lookupphone_submit,
#checkout-container #confirm-complete-button,
#checkout-container #checkout_altdelivery_lookupphone_submit,
#checkout-container .checkout-salesdiscount-code-button,
#checkout-container input#checkout_forgottenpassword_submit {
    padding: 4px 5px;
    font-size: 12px;
    float: none;
}

#checkout-container #checkout_password_login,
#checkout-container #checkout_lookupphone,
#checkout-container #checkout_altdelivery_lookupphone,
#checkout-container #customer-data {
    width: auto;
}

/* KOL 1 */
#checkout-container div#column-data {
    width: 32%;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 0;
}

/* ---- CUSTOMER */
#customer-data {
    margin: 15px 15px 0;
}

/* ---- DGS */
#customer-phone-lookup {
    padding: 0 15px;
}

#customer-phone-lookup>p {
    padding: 0;
    margin: 2px 0 7px;
}

#checkout-container div#checkout-lookupphone-container {
    float: none;
    width: 100%;
}

#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
    margin-bottom: 5px;
}

#checkout-container div#checkout-lookupphone-button-container {
    float: none;
    width: 100%;
}

input#checkout_lookupphone_submit {
    float: none;
    font-size: 12px;
    height: 25px;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ---- LOGIN */
#customer-login {
    padding: 0 0 0px;
    margin: 0 0 20px;
}

#customer-login p,
#checkout-container #customer-login fieldset {
    padding: 0 10px;
}

#checkout-container div#checkout_password_login-container {
    float: none;
    width: auto;
}

#checkout-container input.checkout-lookup-button {
    float: none;
}

#checkout-container #column-data div#customer-login-devider {
    display: none;
}

#checkout-container div.salesdiscountcode-container {
    width: 100%;
}

/* ---- ALT DEL. */
#customer-alternative-delivery p {
    padding: 0 15px;
}

#customer-alternative-delivery #customer-phone-lookup p {
    padding: 0;
}

#checkout-container #customer-alternative-delivery {
    border-top: 0;
}

#checkout-container div#checkout-lookupphone-altdelivery-container {
    float: none;
    width: 100%;
}

div.checkout-row.altdev {
    border: solid 1px rgba(210, 210, 210, 1.00);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 40px 10px 10px;
    /*
		background-image:url('/images/skins/Bewise/images/icon-delivery.png');
		background-repeat:no-repeat;
		background-size:16px auto;
		background-position:calc(100% - 15px) 12px;
		padding-right:40px;
		*/
    background-color: #F3F1EE;
    cursor: pointer;
    position: relative;

}

div.checkout-row.altdev .fa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    font-size: 17px;
}

div.checkout-row.altdev .div-checkout-checkbox {
    display: inline-block;
}

div.checkout-row.altdev .div-checkout-checkbox-label {
    display: inline-block;
    vertical-align: top;
    width: 83%;
}

#checkout-container div.checkout-row.altdev .checkout-checkbox {
    float: none;
}

#checkout-container #column-data #customer-data div.checkout-row.altdev input {
    margin: 0 6px 0 0;
}

#checkout-container div.salesdiscountcode-label {
    display: none;
}


/* KOL 2 */
#checkout-container div#column-shipping-payment {
    width: 32%;
    margin: 0 0 20px 2%;
    position: relative;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* ---- PAYMENT */
#payment-methods {
    margin: 0 0 15px;
    padding: 10px 0;
}

.checkout-payment-description-cell {
    font-weight: bold;
}

.payment-message {
    font-size: 11px;
    font-weight: normal;
}

/* ---- SHIPPING */
#checkout-container #column-shipping-payment {
    min-height: 10px;
}

#shipping-methods {
    padding: 10px 0 0;
}

.checkout-shipping-description-cell {
    font-weight: bold;
}

.shipping-message {
    font-weight: normal;
    font-size: 11px;
}

img#post-fix {
    position: absolute;
    right: 20px;
    margin-top: 40px;
}

#payment-methods>fieldset>label,
#shipping-methods>label {
    border: solid 1px rgba(0, 0, 0, 0.20);
    padding: 8px 15px 8px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#payment-methods>fieldset>label:hover,
#shipping-methods>label:hover {
    background-color: rgba(236, 236, 236, 0.50);
}

tr.Checkout_ShippingMethodServices_Devider_TR {
    display: none;
}

table#Orderstep2_GLS_Table,
table#Checkout_ShippingMethodServices_Table {
    margin: 0 0 0 20px;
}

table#Orderstep2_GLS_Table td,
table#Checkout_ShippingMethodServices_Table td {
    font-size: 12px;
}

table#Orderstep2_GLS_Table td {
    padding-bottom: 7px;
}

#pacsoftservicepoints {
    margin: 10px 0 0;
}

div.pacsoftservicepoint label {
    margin-left: 6px;
}



/* KOL 3 */
#checkout-container div#column-order-summary {
    width: 32%;
    padding: 0;
    float: right;
}

/* ---- PAYMENT */
#order-creditcard,
#order-giftcertificate {
    margin: 0 0 15px;
    padding: 15px 15px 0;
    border: solid 1px rgba(230, 230, 230, 1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#checkout-container label[for="txtCardNumber"],
#checkout-container label[for="txtCardCvv"] {
    display: none;
}

#checkout-container div.checkout-payment-cardnumber-container {
    float: none;
}

#checkout-container div #txtCardNumber {
    width: 100%;
}

#checkout-container div.checkout_payment_controlcode-container {
    width: 50%
}

#checkout-container div #txtCardCvv {
    width: 100%;
}

#checkout-container div #payment-cardinfo {
    padding: 0;
    margin: 0 0 15px;
    border: 0;
}

body #checkout-container div #payment-cardinfo>fieldset {
    background-color: #fff;
    padding: 10px 15px 0;
}

#checkout-container div #payment-cardinfo p {
    display: none;
}

#checkout-container div #payment-cardinfo fieldset {
    padding: 10px 10px 0;
}

#checkout-container input.checkout-text.checkout-payment-controlcode-text {
    width: 40px;
}

#checkout-container label.left-label {
    float: none;
}

div.payment-giftcertificateinfo {
    border: 0;
    padding: 0;
}

.payment-giftcertificateinfo>p {
    padding: 0 10px;
}

#checkout-container .payment-giftcertificateinfo>fieldset {
    padding: 0 10px;
}

#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
    display: none;
}

#checkout-container #checkout-giftcertificate-cardnumber {
    float: none;
    width: 100%;
}

#payment-giftcertificateinfo>p {
    display: none;
}

#payment-giftcertificateinfo input[type="button"] {
    height: 25px;
    font-size: 12px;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#checkout-container input#checkout-giftcertificate-cardnumber {
    margin: 10px 0 5px;
}

/* ---- SUMMARY */
div#order-summary {
    margin: 0;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1.00);
    border-bottom: 0;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#checkout-container div#order-summary>table {
    border: 0;
    width: 94%;
    margin-left: 3%;
}

#checkout-container div#order-summary>table:nth-of-type(1) {
    margin-top: 10px;
}

#checkout-container div#order-summary>table:nth-of-type(-n+2) {
    border-bottom: solid 1px #DDD;
}

#checkout-container span.childproduct {
    padding-left: 0;
}


/* ---- CONFIRM */
div#order-confirm {
    margin: 0;
    padding: 15px;
    border: solid 1px rgba(230, 230, 230, 1.00);
    border-top: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;

}

div#confirm-termsandconditions-text {
    padding: 8px 27px 0;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

div#confirm-termsandconditions-link-text {
    text-align: center;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 87px;
    margin-right: -175px;
    padding-right: 40px;
    left: 11px;
}

div#confirm-accepterms,
div#confirm-accept-customerdata {
    border: 1px solid #dfdfdf;
    padding: 10px 11px;
    cursor: pointer;
    border-radius: 3px;
    float: none;
    margin: 10px;
}

div#confirm-checkout {
    clear: both;
    padding: 0 10px;
    text-align: right;
}

#checkout-container input#confirm-complete-button {
    margin: 0 0 5px;
    float: none;
    width: 100%;
    -webkit-appearance: none;
}


/* STEP 4 */
img.ProductImage_Order4 {
    margin: 0 10px 0 0;
}

body.webshop-orderstep4 #basket,
body.webshop-orderstep4 #btn-menu {
    display: none;
}


/* SLICK SLIDER */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -html-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

#btn-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    width: 40px;
    height: 44px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3E3E3E;
    /*
	background-image:url('/images/skins/Bewise/images/btn-menu.png');
	background-size:45% auto;
	background-position:50% 50%;
	background-repeat:no-repeat;
	*/
    display: none;
}

#btn-menu .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 21px;
    color: rgba(255, 255, 255, 1.00);
}

div.credits {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

div.credits a {
    font-size: 9px;
    color: #FFF;
    text-decoration: none;
}


/* BULK BUY PRODUCTS */
.productcard .bulk .header {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px;
}

.Related_Custom_DIV .product {
    border-radius: 5px;
    border: solid 1px rgba(227, 227, 227, 1.00);
    font-size: 0;
    padding: 5px 15px;
}

.Related_Custom_DIV .product:hover {
    background-color: rgba(247, 247, 247, 1.00);
}

.Related_Custom_DIV .product>* {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.Related_Custom_DIV .product .check {
    width: 25px;
    height: 25px;
    border: solid 1px rgba(206, 206, 206, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 2%;
}

.Related_Custom_DIV .product .image {
    width: 6%;
}

.Related_Custom_DIV .product .image img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.Related_Custom_DIV .product .name {
    width: calc(62% - 25px);
    padding: 0 15px;
}

.Related_Custom_DIV div.Element_Overlay_ProductInfo-related-savingsDIV,
.Related_Custom_DIV div.Element_Overlay_ProductInfo-relatedDIV {
    display: block;
}

.Related_Custom_DIV .product .price .youSave {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #C66500;
    background: linear-gradient(#C66500 0%, #A35300 100%);
    padding: 2px 5px;
    color: rgba(255, 255, 255, 1.00);
}

.Related_Custom_DIV .product .price .youSave>div:first-child {
    display: none;
}

.Related_Custom_DIV .product .price {
    width: 30%;
    text-align: right;
}

.Related_Custom_DIV .product .price .currency {
    padding: 0 4px 0 0;
}

.Related_Custom_DIV .product .price strike {
    padding: 0 4px 0 0;
    color: #CA0003;
}

.Related_Custom_DIV .product.active .check:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(82, 141, 81, 1.00);
    font-size: 17px;
    line-height: 1;
    font-family: 'FontAwesome';
}

.Related_Custom_DIV>div:not(:last-child) {
    margin: 0 0 5px;
}


/* MOBILE MENU */
div.mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

div.mobileMenu .mobileMenuContainer {
    position: absolute;
    top: 0;
    left: -300px;
    background-color: rgba(255, 255, 255, 1.00);
    height: 100%;
    width: 300px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.mobileMenuInner {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobileMenuHeader {
    padding: 15px 20px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(49, 49, 49, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

.mobileMenuUl {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.mobileMenuUl .toggler {
    position: absolute;
    height: calc(100% + 1px);
    width: 40px;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: default;
    border-left: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl a {
    position: relative;
}

.mobileMenuUl .toggler:after {
    content: "+";
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 1.00);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Arial';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobileMenuUl li.open>a>.toggler:after {
    content: "-";
    color: #578e54;
}

.mobileMenuUl span.ProductMenu_MenuItemBold {
    letter-spacing: normal;
}

.mobileMenuUl ul {
    display: none;
}

.mobileMenuUl>li>a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 11px 0;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl>li:last-child>a {
    border-bottom: 0;
}

/* LEVEL 2 */
.mobileMenuUl>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: solid 5px rgba(0, 0, 0, .15);
}

.mobileMenuUl>li>ul>li>a {
    display: block;
    text-decoration: none;
    padding: 11px 10px 9px 10px;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

/* LEVEL 3 */
.mobileMenuUl>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: solid 5px rgba(0, 0, 0, .35);
}

.mobileMenuUl>li>ul>li>ul>li>a {
    display: block;
    text-decoration: none;
    padding: 12px 10px 10px 10px;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl a.Activ_ProductMenu {
    color: rgba(144, 144, 144, 1.00);
}

.mobileMenuSearch {
    padding: 0 0 0 20px;
    border-bottom: solid 5px rgba(0, 0, 0, .15);
    position: relative;
}

.mobileMenuSearch:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: rgba(255, 255, 255, 1.00);
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobileMenuSearch br,
.mobileMenuSearch .SearchTitle_SearchPage,
.mobileMenuSearch .nbsp {
    display: none;
}

.mobileMenuSearch input {
    height: 35px;
    float: left;
}

.mobileMenuSearch input[type="text"] {
    width: calc(100% - 40px);
    padding: 0 10px 0 0;
    border: 0;
}

.mobileMenuSearch input[type="submit"] {
    width: 40px;
    font-size: 12px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-indent: -999px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background-color: rgba(56, 56, 56, 1.00);
}

.mobileMenuSearch:after {
    clear: both;
    content: "";
    display: block;
}

.mobileMainMenuHeader {
    padding: 15px 20px 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(49, 49, 49, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

.mobileMainMenuUl {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.mobileMainMenuUl>li>a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 11px 0;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMainMenuUl>li:last-child>a {
    border-bottom: 0;
}

#confirm-termsandconditions-text img {
    display: block;
    width: 50%;

    margin: 0 0 15px;
}

.ageBanner {
    float: right;
    width: 28%;
    border-radius: 6px;
}


.blogarticle h1 {
    text-align: center;
}

.blogrow {
    display: flex;
    align-items: flex-start;
    margin: 0 -2%;
}

.blogrow>* {
    flex: auto;
    margin: 0 2%;
}

.blogrow>img {
    flex: none;
    width: 40%;
    height: auto;
    border-radius: 4px;
}

.blogarticle .Description_Productinfo {
    line-height: 1.9em;
}

.blogarticle .Description_Productinfo img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 4px;
}

.blogarticle .Description_Productinfo>p:first-child {
    margin-top: 0;
}

.blogarticle .Description_Productinfo h2,
.blogarticle .Description_Productinfo h3 {
    font-size: 22px !important;
    font-weight: normal !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
}

.blogarticle .Description_Productinfo h3 {
    margin-top: 20px !important;
}

.blogarticle .Description_Productinfo h2+br,
.blogarticle .Description_Productinfo h2+br+br,
.blogarticle .Description_Productinfo figure br {
    display: none;
}

.blogarticle .Description_Productinfo figure {
    padding: 0;
    margin: 0;
}

/*
.blogarticle .Description_Productinfo ul > li:not(:last-child) {
	margin-bottom: 10px;
}
*/
.blogarticle .Description_Productinfo ul+* {
    margin-top: 50px;
}

.blogarticle .Description_Productinfo a {
    color: #c66500;
}

.blogarticle .Description_Productinfo iframe {
    width: 100%;
    height: 200px;
    aspect-ratio: 16/9;
}

.blogrow+div {
    margin-top: 0px;
}

.blogrelated {
    margin: 40px 0 0;
}

.blogrelatedheader {
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
}

.blogrelated ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

[data-blog]:not(.loaded) {
    min-height: 200px;
    background-color: rgba(232, 232, 232, 1.00);
}

.SubCats_Categories_Container [data-blog] {
    margin-bottom: 30px;
}

[data-blog]+.button {
    top: -30px;
    position: relative;
}

.blogitem {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.blogitem>* {
    flex: none;
}

.blogitem>a {
    flex: none;
    width: 140px;
    margin: 0 20px 0 0;
}

.blogitem img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.blogitem .info {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    flex: auto;
}

.blogitem .info>* {
    flex: none;
}

.blogitem .info>.name {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 20px;
    text-decoration: none;
}

.blogitem .info>.description {

    position: relative;
    margin: 0 0 15px;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 1.5em;
    color: rgba(73, 73, 73, 1.00);
}

.blogitem .info>.description.hasoverflow {
    overflow: hidden;
    max-height: 140px;
}

.blogitem .info>.description h2,
.blogitem .info>.description h3,
.blogitem .info>.description h5,
.blogitem .info>.description ul,
.blogitem .info>.description br,
.blogitem .info>.description iframe {
    display: none;
}

.blogitem .info>.description.hasoverflow:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
}

.blogitem .info>.description a,
.blogitem .info>.description img {
    display: none;
}

.blogitem .info>.description ul {
    margin: 15px 0;
    padding: 0 0 0 18px;
}

.blogitem .info>.blogbutton {
    flex: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.blogitem .info>.blogbutton a.button {
    /*
	border: solid 1px rgba(226,226,226,1.00);
	background-color: transparent !important;
	color: rgba(62,62,62,1.00);
	*/
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
}

.blogpage .sort-container {
    display: none;
}

.relatedarticlescontainer {
    display: contents;
    flex-wrap: wrap;
    justify-Content: space-between;
}

.relatedarticlescontainer h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Bevan', cursive;
    text-align: center;
}

.webshop-productinfo .relatedarticlescontainer {
    padding-top: 20px;
}

.webshop-productinfo .relatedarticlescontainer h3 {
    font-size: 20px;
}

.relatedarticles {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
    list-style-type: none;
}

.relatedarticles>a {
    flex: none;
    margin: 1%;
    width: 30%;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: solid 1px rgba(238, 238, 238, 1.00);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.relatedarticles>a>img {
    flex: none;
    max-width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 0 10px 10px 10px;
    border-radius: 3px;
}

.viewallrecipes {
    display: inline-block;
    margin: 14px 0 0;
}

.relatedarticlesproductcard {
    text-align: center;
}

.relatedarticlesproductlist {
    text-align: center;
    padding-top: 50px;
}

p:empty {
    display: none;
}
/* RESPONSIVE */

@media (min-width: 1000px) {

    .lsatabs,
    .bp_lsaFullScreen .bp_lsaProductsList.bp_lsaBlogItems {
        display: none;
    }

    nav.productmenu.stuck {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        margin-top: 120px;
    }

    nav.productmenu.stuck #ProductMenu_List {
        position: relative;
    }

    /*
	nav.productmenu.stuck #ProductMenu_List > li.many > div {
		left: -145px;
		width: calc(100% + 290px);
	}
	*/
    input[type="submit"]:hover,
    input[type="button"]:hover,
    #checkout-container input#confirm-complete-button:hover {
        background-color: #969696;
        background-image: none;
    }

    section.top .TopMenu_MenuItems>li>a:hover {
        color: rgba(0, 0, 0, 0.60);
    }

    nav.productmenu #ProductMenu_List>li:hover>a {
        color: #c66500;
    }

    nav.productmenu #ProductMenu_List>li:hover>ul,
    nav.productmenu #ProductMenu_List>li:hover>div {
        display: block;
        text-align: left;
    }

    .mostviewed-products .product:hover .image,
    .mostsold-products .product:hover .image {
        opacity: 0.7;
    }

    .Frontpage_Custom_UL>li:hover,
    .ProductList_Custom_UL>li:hover,
    .Related_Custom_UL>li:hover,
    .CustomersAlsoBought_Custom_UL>li:hover {
        position: relative;
        z-index: 50;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }

    li .product .buy:hover {
        opacity: 0.8;
    }

    a.social:hover {}

    img.FavAddButton_ProductInfo:hover {
        background-color: rgba(223, 188, 188, 1.00);
    }

    .SubCats_Categories_UL>li:hover {
        border-color: rgba(0, 0, 0, 1.00);
    }
}


@media (max-width: 1200px) {
    nav.productmenu #ProductMenu_List>li.many>div>div>a {
        font-size: 12px;
    }

    nav.productmenu #ProductMenu_List>li>div>div span.alfabet {
        line-height: normal;
    }
}

@media (max-width: 999px) {
    div.boxes>ul>li:nth-child(3) img {
        width: 100%;
    }

    .mobileSearch {
        display: block;
    }

    .wrapper {
        margin: 2.5% auto;
    }

    section.top {
        display: none;
    }

    #emaerket {
        right: 117px;
    }

    .sticky-wrapper {
        display: none;
    }

    .ageOverlayContent {
        font-size: 13px;
        padding: 20px;
        border-width: 6px;
    }

    .ageOverlayContent strong {
        font-size: 17px;
    }

    .noButton,
    .yesButton {
        font-size: 14px;
        margin: 0 5px;
    }

    body {
        margin: 0 0 20px;
    }

    header {
        margin: 0;
        z-index: 10;
    }

    section.top .TopMenu_MenuItems {
        display: none;
    }

    header>section,
    body.webshop-checkout header>section {
        height: 65px;
    }

    nav.productmenu {
        display: none;
    }

    .WebShopSkinLogo {
        top: 55%;
        /* max-width:45%; */

    }

    .mostviewed-header-div {
        margin: 0 0 20px;
    }



    .usp-section {
        padding: 5px 0;
    }

    ul.usp li {
        text-align: left;
    }

    body.webshop-frontpage ul.usp {
        margin: 20px -1%;
    }

    body.webshop-frontpage ul.usp>li {
        width: 48%;
        margin: 0 1% 2%;
        padding: 10px;
    }

    body.webshop-frontpage ul.usp>li>span {
        font-size: 16px;
    }

    body.webshop-frontpage ul.usp>li>p {
        font-size: 11px;
    }

    h1,
    .Heading_Productmenu,
    .Heading_Terms,
    .Heading_Profile,
    .Heading_AdvancedSearchPage,
    .Heading_ShowBasket_Master,
    #checkout-container h1.checkout-headline,
    aside .header,
    .Heading_B2Blogin,
    .SubCatsProcuctsHeading,
    .Heading_Customer,
    .Heading_ProductList,
    .Heading_Favorites,
    .Heading_OrderStep4 {
        font-size: 20px;
        line-height: 24px;
    }

    .mostviewed-header,
    .mostsold-header,
    .frontpage-products>div span {
        font-size: 16px;
    }

    .mostviewed-header:after,
    .mostviewed-header:before,
    .frontpage-products>div span:before,
    .frontpage-products>div span:after {
        display: none;
    }

    .related,
    .alsobought {
        margin: 10px 0 0;
    }

    .Frontpage_Custom_UL>li,
    .Related_Custom_UL>li,
    .CustomersAlsoBought_Custom_UL>li {
        width: 48%;
    }

    .Frontpage_Custom_UL>li:nth-child(n+5),
    .Related_Custom_UL>li:nth-child(n+5),
    .CustomersAlsoBought_Custom_UL>li:nth-child(n+5) {
        display: none;
    }

    .Frontpage_Custom_UL>li .product,
    .Related_Custom_UL>li .product,
    .CustomersAlsoBought_Custom_UL>li .product {
        padding: 10px;
    }


    /* BASKET */
    #basket {
        top: 50%;
        width: 44px;
        height: 44px;
        padding: 0;
    }

    #basket>div:not(.totalproducts) {
        display: none;
    }

    #basket:before {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 22px;
    }

    aside {
        display: none;
        float: none;
        width: 100%;
    }

    aside>nav {
        display: none;
    }

    article {
        margin: 2.5% auto;
    }

    article.aside>.content {
        float: none;
        width: 100%;
    }

    a.social {
        margin: 0 5px 0 0;
    }

    /* BREADCRUMB */

    .breadcrumb-container {
        padding: 10px 0;
    }

    [itemtype="https://schema.org/BreadcrumbList"] {
        padding-left: 13px;
        background-position: 0 50%;
        font-size: 12px;
    }

    /* PRODUCTLIST */
    #Productlist_Sort_Select {
        display: block !important;
    }

    .sort-selector {
        display: none;
    }

    li .product {
        padding: 15px 10px;
    }

    li .product .image {
        width: 30%;
    }

    li .product .information {
        width: 70%;
        padding: 0 0 0 15px;
        border: 0;
    }

    li .product .buysection {
        padding: 10px 0 0 15px;
        width: 70%;
        clear: both;
    }

    li .product .Prices_Custom_UL li:last-child {
        margin: 0;
    }

    /*
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, article.aside .ProductList_Custom_UL > li {
		width: 48%;
	}

	.Frontpage_Custom_UL > li .product, .Related_Custom_UL > li .product, .CustomersAlsoBought_Custom_UL > li .product {
		padding:15px;
	}
	li .product .name a {
		font-size:11px;
		padding:10px 0 5px;
	}
	li .product .price {
		font-size:12px;
	}
	*/

    /* FAVORITES */
    td.FavTB_ProdNameTD {
        font-size: 11px;
        padding-left: 10px;
    }

    td.FavTB_ActionButtonsTD>a>img {
        width: 20px;
    }

    td.FavTB_Buy {
        width: 33%;
    }





    /* FRONTPAGE */


    ul.focus>li {
        width: 98%;
        margin-bottom: 15px;
    }

    ul.focus>li>div>span,
    div.boxes>ul>li span {
        font-size: 26px;
    }

    div.boxes>ul>li {
        width: 98%;
        margin-bottom: 15px;
    }

    body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
        display: none !important;
    }

    body.webshop-frontpage .slider-wrapper:after {
        max-width: 100%;
        height: 20px;
    }

    .Text1_FrontPage>p,
    .Text2_FrontPage>p {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text {
        top: calc(50% - 15px) !important;
    }

    body.webshop-frontpage div.nivo-dynamic-text {
        letter-spacing: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text-header {
        font-size: 18px;
        margin: 0;
    }

    body.webshop-frontpage div.nivo-dynamic-text-teaser {
        font-size: 11px;
        display: none;
    }

    body.webshop-frontpage div.nivo-dynamic-text-link {
        font-size: 10px;
        padding: 5px 10px;
        margin: 5px 0 0;
    }


    /* PRODUCTCARD */
    .productcard {
        padding: 0;
    }

    .productcard .images {
        float: none;
        width: 100%;
    }

    .productcard .info {
        float: none;
        width: 100%;
    }

    .productcard .Prices_Custom_UL .price,
    .productcard .Prices_Custom_UL .price .text,
    .productcard .Prices_Custom_UL li .vat {
        font-size: 14px;
        line-height: 14px;
    }

    .productcard .Prices_Custom_UL li:first-child .price {
        font-size: 26px;
        line-height: 26px;
    }

    .productcard ul.details {
        margin: 8px 0;
    }

    .productcard ul.details.active {
        display: block;

    }

    .productcard ul.details>li {
        border-right: 0;

    }

    .productcard ul.details>li.rating {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .productcard ul.details>li.active {
        display: block;
    }

    .productcard ul.details>li.active.last {
        border-bottom: 0;
    }

    .buyWrapper input,
    .amountWrapper input,
    img.FavAddButton_ProductInfo {
        height: 35px;
    }

    img.FavAddButton_ProductInfo {
        padding: 6px;
        margin-left: 0;
    }




    /* FOOTER */
    footer {
        padding: 15px;
    }

    footer>div>ul {
        margin: 0;
    }

    footer>div>ul>li,
    footer>div>ul>li:last-child {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    footer>div>ul>li:last-child {
        margin: 0;
        text-align: left;
    }

    footer ul.TopMenu_MenuItems>li {
        margin: 0 0 5px;
    }

    footer ul.TopMenu_MenuItems>li>a {
        display: block;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        color: #575868;
        border: solid 1px #d8dadc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #383838;
        background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
        background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
        background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
        background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
        background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
    }

    footer ul.TopMenu_MenuItems>li:last-child {
        margin: 0;
    }

    footer>div>ul>li:last-child a {
        font-size: 20px;
    }


    /* PRODUCTMENU */
    #btn-menu {
        display: block;
    }

    #btn-filter {
        background-color: #383838;
        /*
		background-image:url('/images/skins/Bewise/images/icon-filter.png');
		background-size:14px auto;
		background-position:15px 50%;
		background-repeat:no-repeat;
		*/
        padding: 8px 10px;
        color: rgba(255, 255, 255, 1.00);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display: block;
        margin: 0 0 10px;
    }

    #btn-filter:before {
        font-family: 'FontAwesome';
        content: "\f1de";
        margin: 0 7px 0 0;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
    }

    /* FILTER */
    aside .product-filter-headertext-container {
        display: none;
    }

    aside .product-filter-clear-all-top-right,
    aside .product-filter-clear-all-bottom-right {
        position: static;
        bottom: auto;
        right: auto;
        margin: 0 0 6px;
    }

    aside .product-filter-clear-all a {
        color: inherit;
    }

    aside .product-filter-container {
        border-top: solid 1px #CCC;
    }

    div.product-filter-row {
        margin-bottom: 10px;
    }



    /* SEARCH */
    header #Search_Form {
        display: none;
    }



    /* PRODUCTGROUPS */
    .SubCats_Categories_UL {
        margin-bottom: 15px;
    }

    .SubCats_Categories_UL>li {
        width: 48% !important;
    }

    .SubCats_Categories_UL>li .name a {
        font-size: 12px;
    }


    /* SHOWBASKET */
    a.ShowBasket_SendBasketLink_Dialog_Link {
        padding: 6px 11px;
        font-size: 11px;
    }

    table.showbasket td,
    table.showbasket th {
        font-size: 11px;
        padding: 6px;
    }

    a.Order_back_basket {
        display: none;
    }

    .basket-checkout {
        width: 100%;
        float: none;
    }

    table.showbasket td.ShowBasket_GiftWrapUnChecked_TD,
    table.showbasket td.ShowBasket_GiftWrapChecked_TD {
        padding: 4px;
    }

    .wrapping:before {
        content: "";
        clear: both;
        display: block;
        margin: 0 0 6px;
    }

    .wrapping {
        position: static;
        padding: 6px 0 0;
    }

    table.showbasket .amount .amountContainer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        display: block;
    }

    table.showbasket .amount .amountContainer>a {}

    table.showbasket .amount .amountContainer>div {
        border-right: 0;
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    table.showbasket .amount .amountContainer>a {
        border-left: 1px solid #ddd;
    }

    table.showbasket .amount>a>img {
        width: 60%;
        max-width: 25px;
        margin: 5px 0 0;
    }

    table.showbasket .description img.ProductImage_ShowBasket {
        width: 40px !important;
        margin: 0 10px 0 0;
    }

    table.showbasket .unitprice {
        width: 19%;
    }

    table.showbasket .unittotal {
        width: 19%;
    }



    /* OPC */
    #checkout-container #column-data h3,
    #checkout-container div h2 {
        font-size: 14px;
        line-height: 14px;
        padding: 11px 15px;
    }

    body.webshop-checkout #btn-menu {
        display: none;
    }

    #checkout-container div#column-data {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }

    #checkout-container div#column-shipping-payment {
        width: 100%;
        float: none;
        margin: 0;
    }

    #checkout-container div#column-order-summary {
        width: 100%;
        padding: 15px 0 0;
        float: none;
    }

    #checkout-container div#column-data,
    #checkout-container div#column-shipping-payment,
    div#order-summary,
    div#order-confirm,
    #order-creditcard,
    #order-giftcertificate {
        border: 0;
    }


    .ProductList_Custom_UL>li.blogli {
        width: 98%;
    }

    .blogrow {
        flex-direction: column;
        margin: 0;
    }

    .blogrow>* {
        margin: 0;
    }

    .blogrow>img {
        width: 100%;
        margin: 0 0 25px;
    }

    .blogitem>a {
        width: 30%;
    }

    .relatedarticles>a {
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        flex-wrap: initial;
    }

}




/* ADVANCED POPUP */
.basketPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .50);
    z-index: 99999;
    display: none;
}

.basketPopup {
    position: absolute;
    background-color: rgba(255, 255, 255, 1.00);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    top: 50%;
    left: 50%;
    width: 900px;
    max-width: 90%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.basketPopup:after {
    clear: both;
    content: "";
    display: block;
}

.basketPopupClose {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 1.00);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: solid 2px white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    display: none;
}

.basketPopupClose:after {
    content: "+";
    position: absolute;
    top: 50%;
    font-size: 29px;
    font-family: Arial, "sans-serif";
    font-weight: normal;
    line-height: 1;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.basketPopupContentTop {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.basketPopupContentTop:after {
    clear: both;
    content: "";
    display: block;
}

.basketPopupLeft {
    width: 50%;
    float: left;
    padding: 0 0 15px;
    text-align: center;
    border-right: solid 1px rgba(227, 227, 227, 1.00);
    border-radius: 6px 0 0;
}

.basketPopupRight {
    width: 50%;
    float: left;
    padding: 0 0 15px;
    text-align: center;
}

.basketPopupHeaderLeft,
.basketPopupHeaderRight {
    padding: 12px 20px;
    border-bottom: solid 1px rgba(227, 227, 227, 1.00);
    font-size: 16px;
    color: rgba(66, 66, 66, 1.00);
    text-transform: uppercase;
}

.basketPopupHeaderRight {
    background-color: rgba(244, 244, 244, 1.00);

}

.basketPopupImage {
    display: inline-block;
    height: 210px;
    margin: 10px 0;
}

.basketPopupName {
    font-weight: bold;
    padding: 0 15px;
}

.basketPopupCountdown {
    border-bottom: solid 1px rgba(227, 227, 227, 1.00);
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    position: center;
}

.basketPopupCountdown .fa {
    margin: 0 10px 0 0;
    font-size: 16px;

}

.basketPopupCountdown.basketPopupRedeemed {
    background-color: #f1f9f7;
    border-bottom-color: #e0f1e9;
    color: #1d9d74;
}

.basketPopupGift {
    border-bottom: solid 1px rgba(227, 227, 227, 1.00);
    padding: 10px 20px;
    font-weight: bold;
    display: none;
}

.basketPopupGift img {
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
}

.basketPopupGift>div {
    cursor: pointer;
}

.basketPopupBasket {
    width: inherit;
    padding: 20px;
    display: inline-table;
    text-align: initial;
}

.basketPopupBasket>div {
    padding: 5px 0;
}

.basketPopupBasket>div:nth-child(2n-1) {
    float: right;
}

.basketPopupBasket>div:nth-child(2n+4) {
    border-top: solid 1px rgba(236, 236, 236, 1.00);
}

.basketPopupButtons {
    padding: 0 20px;
}

.basketPopupButtons:after {
    clear: both;
    content: "";
    display: block;
}

.basketPopupButtons>div {
    float: left;
    width: 48%;
    padding: 10px;
    background-color: rgba(139, 139, 139, 1.00);
    color: rgba(255, 255, 255, 1.00);
    cursor: pointer;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.basketPopupButtons>div:last-child {
    margin-left: 4%;
    background-color: #c66500;
}

.basketPopupButtons>div:hover {
    background-color: rgba(37, 37, 37, 1.00);
}

.basketPopupRelated {
    padding: 0 20px 20px;
    border-top: solid 1px rgba(227, 227, 227, 1.00);
}

.basketPopupRelated .productlistRecommendedHeader {
    font-size: 15px;
    margin: 0 0 15px;
    text-align: center;
    color: rgba(66, 66, 66, 1.00);
}

.basketPopupRelatedHeader,
.basketPopupRelated .recommendationTitle {
    padding: 12px 20px;
    margin: 0 0 15px;
    border-bottom: solid 1px rgba(227, 227, 227, 1.00);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: rgba(66, 66, 66, 1.00);
}

.basketPopupRelated>ul.clerkUl~.productlistRecommendedHeader,
.basketPopupRelated>ul.clerkUl~ul.clerkUl {
    display: none;
}

.basketPopupRelated .slick-list {
    margin: 0;
    padding: 7px 0 0;
}

.basketPopupRelated .slick-slide img {
    display: inline-block;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL {
    border-top: 0;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL>li {
    border-bottom: 0;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL>li:nth-child(4) {
    border-right: 0;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL>li:nth-child(n+5) {
    display: none;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL li .product .name a {
    font-size: 13px;
}

.basketPopupRelated .CustomersAlsoBought_Custom_UL li .product .price {
    font-size: 15px;
}

.basketPopupRelated input[type="button"] {
    font-size: 14px;
    padding: 8px 10px;
}

.basketPopupRelatedUl>li {
    margin-bottom: 0;
    background-color: transparent;
}

.basketPopupRelatedUl>li .product {
    border: 0;
}

.basketPopupRelatedUl>li:first-child .product {
    border-right: solid 1px rgba(226, 226, 226, 1.00);
}

.basketPopupRelatedUl>li:nth-child(n+3) {
    display: none;
}

.basketPopupRelatedUl li .product .name a {
    padding: 10px 15px 15px;
}

.basketPopupRelatedUl li .product .productFooter {
    padding: 15px;
}

.recommendationsUl li .product .short {
    display: none;
}

.recommendationsUl li .product .image {
    padding: 4px;
}


@media (max-width: 845px) {

    .footer-infobar>div .postnord,
    .footerCountry,
    .footer-infobar>div .gazelle {
        position: inherit;
        display: inline;
        left: 0;
        padding-top: 1px;
        padding-right: 5px;
    }

    .footerCountry {
        margin: 10px 0;
        display: inline-flex;
    }

    #sleek {
        width: 88%;
    }

    #sleek .content .header {
        font-size: 17px;
    }

    #sleek .content {
        width: 300px;
        border: solid 3px rgba(152, 152, 152, 1.00);
        padding: 15px;
    }

    #sleek form {
        float: none;
        width: 100%;
    }

    #sleek .content .sleekImage {
        display: none;
        position: right;
        width: 100%;
        height: auto;
    }

    #sleek .placeholder {
        white-space: inherit;
    }

    .SubCats_Categories_UL>li,
    .SubCats_Categories_TD {
        width: 48% !important;
    }

    ul.emaerket-certification {
        margin: 0;
    }

    ul.emaerket-certification>li {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }

    /* ADVANCED POPUP */
    .basketPopupBasket {
        padding: 10px 20px;
        text-align: initial;
    }

    .basketPopupLeft {
        width: 100%;
        border-right: 0;
    }

    .basketPopupRight {
        width: 100%;
    }

    .basketPopupImage {
        height: 110px;
    }

    .basketPopupHeaderLeft,
    .basketPopupHeaderRight {
        padding: 9px 20px;
        font-size: 14px;
        text-align: center;
    }

    .basketPopupHeaderRight {
        display: none;
    }

    .basketPopupCountdown {
        text-align: center;
    }

    .basketPopupButtons>div {
        font-size: 12px;
        padding: 8px;
    }

    .basketPopupRelatedHeader {
        font-size: 13px;
        padding: 8px 10px;
    }

    .hideShippingFee .basketPopupShippingInfo {
        display: none;
    }

    .basketPopupRelatedUl>li:first-child .product {
        border-right: 0;
    }

    .basketPopupRelatedUl li .product .image {
        width: 40%;
        vertical-align: middle;
    }

    .basketPopupRelatedUl li .product .info {
        width: 60%;
        vertical-align: middle;
    }

    .basketPopupRelatedUl li .product .name a {
        padding: 10px 15px 10px;
    }

    .basketPopupRelatedUl li .product .buy {
        max-width: 150px;
    }

    .basketPopupRelatedUl li .product .productFooter {
        padding: 5px 15px 15px;
    }
}

@media (max-height:670px) {

    .basketPopupName {
        margin-top: 15px;
    }

    .basketPopupImage {
        display: inline-block;
    }

    /*
	.basketPopupRelated .productlistRecommendedHeader {
		display: none;
	}
	*/


}

@media (max-height:550px) {
    .basketPopupRelated {
        display: none;
    }

    .basketPopupImage {
        display: inline-block;
    }
}

@media (max-width: 576px) {
    #sleek .Content .sleekImage {
        display: none;
    }
}

@media (max-width:550px) {
    #emaerket {
        display: none;
    }

    p.LeftArrow {
        display: flex;
        flex-wrap: wrap;
        left: 130px;
        padding-top: 1px;
    }
}



.ingenco2 {
    color: #FFF;
}

.productmenu.stuck #ProductmenuContainer_DIV>.fa {
    right: -3px;
    display: none;
}

.footer-infobar>div .kontrol {
    max-width: 100%;
    height: auto !important;
    display: inline-flex;
    position: inherit;
    margin-left: 9px;
}

.footer-infobar>div .postnord {
    height: auto;
    display: inline;
    position: inherit !important;
}

.footer-infobar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-infobar>* {
    margin: 5px;
    flex: 1 1 auto;
    max-width: 100%;
}

.postnord {
    max-width: 25%;
    height: auto;
}

.ingenco2 {
    width: 100%;
    height: auto;
    margin-right: 8px;
    max-width: 110px;
}

.emaerke {
    max-width: 10%;
    display: inline-flex;
    margin-left: -30px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 0 0 0 2px;
}

@media (min-width: 1101px) {
    div.bp_lsaFullScreen .bp_lsaResults .bp_lsaProducts:only-child .bp_lsaProductsList>.bp_lsaProduct {
        width: 12.28%;
    }

    .bp_lsaFullScreen .bp_lsaProducts:not(:only-child) .bp_lsaProductsList>.bp_lsaProduct {
        width: 18%;
    }
}

@media (max-width: 999px) {
    .ProductList_Custom_UL>li.blogli {
        display: inline-block;
    }

    #sleek .content .sleekImage {
        height: 60%;
        width: auto;
    }
}

@media (max-width: 768px) {
    .trustpilot-widget {
        display: none;
    }

    .trustpilot-widget {
        float: right;
    }

    #sleek .Content .sleekImage {
        display: none;
    }
}


.relatedarticles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.relatedarticles div {
    width: calc(100% / 6);
    text-align: center;
}

@media (max-width: 767px) {
    .relatedarticles div {
        width: calc(100% / 4);
    }
}

@media (max-width: 768px) {
    .emaerket-widget-2ebn24ys2q2 {
        display: none;
    }
}

.basketPopupCountdown {
    border-bottom: solid 1px rgba(227, 227, 227, 1.00);
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
}

.basketPopupRight {
    float: right;
    padding: 40px;
}

@media (max-height: 670px) {
    .basketPopupImage {
        display: inline-block;
    }
}


.trustpilot img {
    height: 20px;
    position: absolute;
    top: 3px;
    right: 190px;
}

#widget2 {
    height: 20px;
    position: absolute;
    top: 3px;
    right: 75px;
}

@media (max-width: 768px) {
    .loyalty_signup_table>tbody>tr>td:first-child>* {
        width: 100% !important;
    }
}

/* Billede ved kassen */


#confirm-termsandconditions-text img {
    display: block;
    width: 50%;
    border-radius: 6px;
    margin: 0 0 15px;
    max-width: 600px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    div#confirm-termsandconditions-text {
        padding: 8px 36px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    #confirm-termsandconditions-text img {
        display: block;
        width: 25%;
        border-radius: 6px;
        /* margin: 0 0 15px; */
        max-width: 600px;
    }

    div#confirm-termsandconditions-link-text {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        align-items: center;
        padding-right: 28px;
        left: -75px;
        top: -3px;
    }
}

@media screen and (min-width: 551px) and (max-width: 766px) {
    #confirm-termsandconditions-text img {
        display: block;
        width: 25%;
        border-radius: 6px;
        margin: 0 0 15px;
        max-width: 600px;
    }

    div#confirm-termsandconditions-link-text {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        align-items: center;
        top: 70px;
        padding-right: 40px;
        left: 88px;

    }
}

@media (max-width: 550px) {
    div#confirm-termsandconditions-link-text {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 92px;
        margin-right: -170px;
        padding-right: 35px;
        justify-content: center;

    }

    div#confirm-termsandconditions-text {
        padding: 10px 27px 0;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: row;
        text-align: center;

    }

    #confirm-termsandconditions-text img {
        display: block;
        width: 50%;
        border-radius: 6px;
        margin: 0 0 15px;
        max-width: 600px;
    }
}

@-moz-document url-prefix() {
    #confirm-termsandconditions-text img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 6px;
        max-width: 600px;
        margin: 0 0 15px;
    }

    div#confirm-termsandconditions-link-text {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        align-items: center;
        top: 70px;
        margin-right: -223px;
    }

    div#confirm-termsandconditions-text {
        padding: 5px 8px 0;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: row;
        text-align: center;
        padding-bottom: 40px;
    }
}

html[lang^="sv"] div#confirm-termsandconditions-link-text {
    text-align: center;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    top: 4px;
    padding-right: 40px;
    left: -64px;

    @media screen and (max-width: 768px) {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        align-items: center;
        top: 4px;
        left: 0px;
        margin-right: 0;
    }
}

html[lang^="en"] div#confirm-termsandconditions-link-text {
    text-align: center;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    top: 4px;
    left: 0px;

    @media screen and (max-width: 768px) {
        text-align: center;
        padding: 0 10px 10px;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: center;
        align-items: center;
        top: 4px;
        left: 0px;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    @-moz-document url-prefix() {
        div#confirm-termsandconditions-link-text {
            text-align: center;
            padding: 0 10px 10px;
            display: flex;
            flex-direction: row;
            position: relative;
            justify-content: center;
            align-items: center;
            top: -2px;
            margin-right: -179px;
        }

        div#confirm-termsandconditions-text {
            display: block;
            border-radius: 6px;
            margin: 0 0 15px;
            max-width: 600px;
        }

        div#confirm-termsandconditions-text {
            padding: 5px 8px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }
    }
}

/* Diverse Css fra <style> som indsættes her */
@media (max-width: 767px) {
    .MobileBuyButton {
        Display: block;
    }
}

#confirm-accepterms-link {
    margin-left: 3px;
}

@media (max-width: 999px) {
    header .SubmitButton_SearchPage {
        display: none;
    }

    header .SearchField_SearchPage {
        display: none;
    }
}

/* Ønskeliste knappen */
.button {
    background-color: #007BFF;
    /* Change the button's background color as needed */
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

div#hoverText {
    display: none;
    /* Initially hidden */
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    left: 205px;
    top: 53px;
}

/*Fra <style> sektionen under egne sider */
@media (max-width: 999px) {
    #GoogleReviews {
        display: none;
    }
}

@media (max-width:999px) {
    #enco2 {
        display: none;
    }
}

#enco2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 269px;
    height: 43px;
}

@media (max-width: 999px) {
    #RightImg {
        display: none;
    }
}

.MobileBuyButton {
    Display: none;
}

@media (max-width: 767px) {
    .MobileBuyButton {
        Display: block;
    }
}

#confirm-accepterms-link {
    margin-left: 3px;
}

@media (max-width: 767px) {
    .fIjwrS {
        width: 20%;
    }
}

@media (max-width: 999px) {
    div#hoverText {
        top: 1px;
    }
}

div#DKWish {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.SE_Banner {
    float: right;
    width: 40%;
    border-radius: 6px;
    margin-right: 20px;
}

@media (max-width: 999px) {
    .SE_Banner {
        Display: none;
    }
}

/* Carousel på forsiden */
.carousel-container {
    width: 300px;
    /* Set the width of the carousel container */
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.carousel {
    display: inline-flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    width: 300px;
    /* Set the width of each carousel item */
    margin-bottom: -90px;
    justify-content: center;
    display: inline-flex;
}

/* Button styles */
.carousel-button {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

@media (max-width: 999px) {
    .carousel-container {
        margin-bottom: 10px;
    }

    .carousel-button {
        width: 48px;
        height: 48px;
    }
}

/* Resten fra Design -> rediger skin -> Style sektionen*/
@media (max-width: 999px) {
    #GoogleReviews {
        display: none;
    }
}

@media (max-width:999px) {
    #enco2 {
        display: none;
    }
}

#enco2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 269px;
    height: 43px;
}

@media (max-width: 999px) {
    #RightImg {
        display: none;
    }
}

.MobileBuyButton {
    Display: none;
}

@media (max-width: 767px) {
    .MobileBuyButton {
        Display: block;
    }
}

#confirm-accepterms-link {
    margin-left: 3px;
}

@media (max-width: 767px) {
    .fIjwrS {
        width: 20%;
    }
}

@media (max-width: 999px) {
    div#hoverText {
        top: 1px;
    }
}

div#DKWish {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.SE_Banner {
    float: right;
    width: 40%;
    border-radius: 6px;
    margin-right: 20px;
}

@media (max-width: 999px) {
    .SE_Banner {
        Display: none;
    }
}

.visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    width: 1px;
    height: 1px;
    white-space: nowrap;
}

@media (max-width: 999px) {
    li.stock-message.active {
        Margin-top: -10px;
    }
}




body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "Ã—";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}